* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    font-family: 'Inter', sans-serif;
    background: linear-gradient(145deg, #fef9e6 0%, #fff4e0 100%);
    color: #1e1a0c;
    scroll-behavior: smooth;
}

.glow-bg {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    z-index: 0;
    background: radial-gradient(circle at 20% 40%, rgba(255, 165, 0, 0.08) 0%, rgba(255, 80, 40, 0.03) 60%, transparent 80%);
}

.container {
    max-width: 1400px;
    margin: 0 auto;
    padding: 0 32px;
    position: relative;
    z-index: 2;
}

.navbar {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 24px 0 20px;
    flex-wrap: wrap;
    border-bottom: 2px solid rgba(255, 140, 0, 0.25);
}

.logo h1 {
    font-size: 1.9rem;
    font-weight: 800;
    background: linear-gradient(135deg, #E65C1E, #FFB347);
    background-clip: text;
    -webkit-background-clip: text;
    color: transparent;
    letter-spacing: -0.5px;
}

.logo p {
    font-size: 0.8rem;
    color: #B3581A;
    font-weight: 500;
    margin-top: 6px;
}

.nav-links a {
    margin-left: 14px;
    text-decoration: none;
    font-weight: 600;
    color: #5a3e1f;
    transition: 0.2s;
}

.nav-links a:hover {
    color: #E65C1E;
}

.btn-outline-gold {
    border: 2px solid #FF9F4A;
    background: transparent;
    padding: 8px 20px;
    border-radius: 40px;
    font-weight: 700;
    color: #C55A1A;
    transition: 0.2s;
}

.btn-outline-gold:hover {
    background: #FF9F4A20;
    border-color: #E65C1E;
}

.hero {
    text-align: center;
    padding: 70px 0 50px;
}

.badge-hot {
    display: inline-block;
    background: #ffedd5;
    border-radius: 100px;
    padding: 8px 20px;
    font-size: 0.85rem;
    font-weight: 700;
    color: #C2410C;
    margin-bottom: 24px;
    box-shadow: 0 2px 8px rgba(0,0,0,0.03);
    border: 1px solid #ffd8a9;
}

.badge-hot i {
    margin-right: 6px;
    color: #f97316;
}

.hero h2 {
    font-size: 3.5rem;
    font-weight: 800;
    line-height: 1.2;
    letter-spacing: -1px;
    color: #2c1c0a;
}

.hero-gradient-text {
    background: linear-gradient(120deg, #e6581c, #fd9e4a);
    background-clip: text;
    -webkit-background-clip: text;
    color: transparent;
}

.hero p {
    font-size: 1.25rem;
    color: #5f4529;
    max-width: 650px;
    margin: 24px auto 32px;
}

.cta-buttons {
    display: flex;
    gap: 20px;
    justify-content: center;
    flex-wrap: wrap;
}

.btn-primary {
    background: linear-gradient(100deg, #E65C1E, #FF8C42);
    border: none;
    padding: 14px 36px;
    border-radius: 50px;
    font-weight: 700;
    font-size: 1rem;
    color: white;
    box-shadow: 0 8px 18px rgba(230, 92, 30, 0.3);
    transition: 0.2s;
    cursor: pointer;
    display: inline-flex;
    align-items: center;
    gap: 8px;
}

.btn-primary:hover {
    transform: scale(1.02);
    background: linear-gradient(100deg, #cf4a12, #f07628);
    box-shadow: 0 12px 22px rgba(230, 92, 30, 0.4);
}

.btn-secondary {
    background: white;
    border: 1.5px solid #FFB45E;
    padding: 14px 32px;
    border-radius: 50px;
    font-weight: 700;
    color: #C55A1A;
    transition: 0.2s;
    display: inline-flex;
    align-items: center;
    gap: 8px;
}

.btn-secondary:hover {
    background: #fff1e2;
    border-color: #E65C1E;
}

.stats-row {
    display: flex;
    justify-content: center;
    gap: 48px;
    margin: 50px 0 30px;
    flex-wrap: wrap;
}

.stat-card {
    background: rgba(255,255,240,0.7);
    backdrop-filter: blur(4px);
    border-radius: 60px;
    padding: 12px 28px;
    display: flex;
    align-items: baseline;
    gap: 8px;
    font-weight: 700;
    border: 1px solid #ffe2b5;
}

.stat-number {
    font-size: 2rem;
    font-weight: 800;
    color: #E65C1E;
}

.section-title {
    font-size: 2rem;
    font-weight: 800;
    margin: 60px 0 20px 0;
    display: flex;
    align-items: center;
    gap: 12px;
}

.section-title i {
    color: #f97316;
    font-size: 2rem;
}

.grid-ideas {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(320px, 1fr));
    gap: 30px;
    margin: 24px 0 40px;
}

.idea-card {
    background: white;
    border-radius: 32px;
    padding: 24px;
    transition: all 0.25s ease;
    border: 1px solid #ffddb0;
    box-shadow: 0 6px 14px rgba(0,0,0,0.02);
}

.idea-card:hover {
    transform: translateY(-6px);
    border-color: #ffb86b;
    box-shadow: 0 20px 30px -12px rgba(230, 92, 30, 0.2);
}

.card-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 16px;
}

.hot-score {
    background: #fff1e5;
    border-radius: 100px;
    padding: 4px 12px;
    font-size: 0.8rem;
    font-weight: 700;
    color: #e6591a;
}

.hot-score i {
    margin-right: 4px;
}

.idea-title {
    font-size: 1.5rem;
    font-weight: 700;
    margin-bottom: 12px;
    color: #281d0a;
}

.idea-desc {
    color: #655635;
    line-height: 1.45;
    margin-bottom: 20px;
}

.tag-group {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-bottom: 24px;
}

.tag {
    background: #fcf2e4;
    padding: 4px 12px;
    border-radius: 40px;
    font-size: 0.7rem;
    font-weight: 600;
    color: #b65219;
}

.card-footer {
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-top: 1px solid #ffefdb;
    padding-top: 16px;
}

.claim-btn {
    background: none;
    border: 1px solid #ffbc74;
    padding: 6px 20px;
    border-radius: 30px;
    font-weight: 600;
    transition: 0.2s;
    cursor: pointer;
    font-size: 0.85rem;
    color: #c45b22;
}

.claim-btn:hover {
    background: #ffeedd;
    border-color: #E65C1E;
}

.dev-count {
    font-size: 0.8rem;
    color: #ad784b;
}

.hot-makers {
    background: #fff7e8;
    border-radius: 48px;
    padding: 32px;
    margin: 40px 0;
    border: 1px solid #ffdcab;
}

.flex-between {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}

.avatars-list {
    display: flex;
    gap: 20px;
    margin-top: 20px;
    flex-wrap: wrap;
}

.maker {
    display: flex;
    align-items: center;
    gap: 12px;
    background: white;
    border-radius: 60px;
    padding: 6px 20px 6px 8px;
    box-shadow: 0 2px 6px rgba(0,0,0,0.05);
}

.maker-avatar {
    width: 40px;
    height: 40px;
    background: linear-gradient(145deg, #FFB347, #FF7A2F);
    border-radius: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    font-weight: bold;
}

.cta-large {
    background: linear-gradient(110deg, #2c1a0a, #3f2a14);
    border-radius: 48px;
    padding: 56px 40px;
    text-align: center;
    margin: 60px 0 60px;
    color: white;
}

.cta-large h3 {
    font-size: 2rem;
    font-weight: 700;
}

.footer {
    text-align: center;
    padding: 40px 0 60px;
    border-top: 1px solid #ffddb5;
    color: #9b7b56;
}

@media (max-width: 750px) {
    .container {
        padding: 0 20px;
    }
    .hero h2 {
        font-size: 2rem;
    }
    .navbar {
        flex-direction: column;
        align-items: flex-start;  /* 改为左对齐 */
        gap: 12px;
    }
    .logo {
        text-align: left;
        width: 100%;
    }
    .nav-links {
        display: flex;
        flex-wrap: wrap;
        justify-content: flex-start;  /* 左对齐 */
        gap: 12px;
        width: 100%;
    }
    .nav-links a {
        margin: 0;
        padding: 6px 12px;
        background: rgba(255, 140, 0, 0.08);
        border-radius: 40px;
        white-space: nowrap;
    }
}
/* 红点通知 */
.notification-dot {
    position: absolute;
    top: -5px;
    right: -10px;
    background: red;
    color: white;
    border-radius: 50%;
    width: 18px;
    height: 18px;
    font-size: 10px;
    text-align: center;
    line-height: 18px;
}
.has-notification {
    position: relative;
}

/* 手机端汉堡菜单修复 */
.mobile-slide-menu {
    position: fixed;
    top: 0;
    left: -280px;
    width: 280px;
    height: 100%;
    background: #fff7e8 !important;
    box-shadow: 2px 0 12px rgba(0,0,0,0.2);
    z-index: 1002;
    transition: left 0.3s ease;
    padding: 20px 0;
    overflow-y: auto;
}
.mobile-slide-menu.open {
    left: 0;
}
.mobile-menu-header {
    padding: 20px;
    border-bottom: 1px solid #ffddb0;
    text-align: center;
}
.mobile-menu-links {
    display: flex;
    flex-direction: column;
    margin-top: 20px;
}
.mobile-menu-links a {
    padding: 12px 24px;
    text-decoration: none;
    color: #5a3e1f;
    font-weight: 600;
    border-left: 4px solid transparent;
}
.mobile-menu-links a:hover {
    background: #fff0e0;
    border-left-color: #E65C1E;
    color: #E65C1E;
}
.mobile-close-menu {
    position: absolute;
    top: 15px;
    right: 20px;
    background: none;
    border: none;
    font-size: 1.5rem;
    cursor: pointer;
    color: #E65C1E;
}
.mobile-menu-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.4);
    z-index: 1000;
    display: none;
}
.mobile-menu-overlay.active {
    display: block;
}
