* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    font-family: 'Microsoft YaHei', 'PingFang SC', 'Helvetica Neue', Arial, sans-serif;
    line-height: 1.6;
    color: #333;
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    min-height: 100vh;
}

.header-nav-k7m3 {
    background: rgba(255, 255, 255, 0.95);
    backdrop-filter: blur(10px);
    box-shadow: 0 2px 20px rgba(0, 0, 0, 0.1);
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 1000;
}

.navbar-main-p8j5 {
    padding: 0.8rem 0;
}

.nav-container-w2n9 {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 2rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.logo-section-q4l7 {
    display: flex;
    align-items: center;
    gap: 1rem;
}

.game-icon-r5k8 {
    width: 40px;
    height: 40px;
    border-radius: 8px;
    object-fit: cover;
}

.site-title-t3m6 {
    font-size: 1.5rem;
    font-weight: 700;
    color: #4a5568;
    margin: 0;
}

.nav-menu-desktop-a9j4 {
    display: flex;
    gap: 2rem;
    align-items: center;
}

.nav-link-b6n2 {
    text-decoration: none;
    color: #4a5568;
    font-weight: 500;
    transition: all 0.3s ease;
    padding: 0.5rem 1rem;
    border-radius: 6px;
}

.nav-link-b6n2:hover {
    color: #667eea;
    background: rgba(102, 126, 234, 0.1);
}

.mobile-menu-toggle-c8l1 {
    display: none;
    font-size: 1.5rem;
    color: #4a5568;
    cursor: pointer;
    padding: 0.5rem;
}

.mobile-menu-d5k9 {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    background: rgba(255, 255, 255, 0.98);
    backdrop-filter: blur(10px);
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
    padding: 1rem 0;
}

.mobile-nav-link-e7m3 {
    display: block;
    padding: 1rem 2rem;
    text-decoration: none;
    color: #4a5568;
    font-weight: 500;
    transition: all 0.3s ease;
    border-bottom: 1px solid rgba(0, 0, 0, 0.05);
}

.mobile-nav-link-e7m3:hover {
    background: rgba(102, 126, 234, 0.1);
    color: #667eea;
}

.main-content-f2n8 {
    margin-top: 80px;
}

.hero-section-g4k7 {
    padding: 4rem 0;
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.9) 0%, rgba(255, 255, 255, 0.8) 100%);
}

.hero-container-h6m1 {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 2rem;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 3rem;
    align-items: center;
}

.game-info-card-j8p5 {
    background: white;
    padding: 2.5rem;
    border-radius: 16px;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.1);
}

.game-header-l3n9 {
    display: flex;
    gap: 1.5rem;
    margin-bottom: 2rem;
}

.game-icon-large-m7k2 {
    width: 80px;
    height: 80px;
    border-radius: 12px;
    object-fit: cover;
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.2);
}

.game-title-p9l6 {
    font-size: 2rem;
    font-weight: 700;
    color: #2d3748;
    margin-bottom: 1rem;
}

.version-tag-q2m5 {
    background: linear-gradient(45deg, #667eea, #764ba2);
    color: white;
    padding: 0.3rem 0.8rem;
    border-radius: 20px;
    font-size: 0.8rem;
    font-weight: 600;
}

.game-tags-r8n3 {
    display: flex;
    flex-wrap: wrap;
    gap: 0.5rem;
    margin-bottom: 1rem;
}

.tag-s5k7 {
    background: rgba(102, 126, 234, 0.1);
    color: #667eea;
    padding: 0.4rem 0.8rem;
    border-radius: 20px;
    font-size: 0.85rem;
    font-weight: 500;
}

.game-desc-t6j9 {
    color: #718096;
    line-height: 1.7;
    font-size: 1rem;
}

.download-section-u3l8 {
    margin-top: 2rem;
}

.download-btn-primary-v7k4 {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    background: linear-gradient(45deg, #667eea, #764ba2);
    color: white;
    padding: 1rem 2rem;
    border-radius: 12px;
    text-decoration: none;
    font-weight: 600;
    font-size: 1.1rem;
    transition: all 0.3s ease;
    box-shadow: 0 4px 16px rgba(102, 126, 234, 0.3);
}

.download-btn-primary-v7k4:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 25px rgba(102, 126, 234, 0.4);
}

.download-info-w9m2 {
    margin-top: 1rem;
    display: flex;
    gap: 1.5rem;
    font-size: 0.9rem;
    color: #718096;
}

.hero-image-z2k6 {
    position: relative;
}

.cover-image-a5m9 {
    width: 100%;
    height: auto;
    border-radius: 16px;
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.2);
    transition: transform 0.3s ease;
}

.cover-image-a5m9:hover {
    transform: scale(1.02);
}

.content-section-b8n4 {
    padding: 4rem 0;
    background: white;
}

.content-section-b8n4:nth-child(even) {
    background: #f7fafc;
}

.characters-bg-r5k8 {
    background: linear-gradient(135deg, #f093fb 0%, #f5576c 100%);
    color: white;
}

.guides-bg-d2k7 {
    background: linear-gradient(135deg, #4facfe 0%, #00f2fe 100%);
    color: white;
}

.container-c3j7 {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 2rem;
}

.section-title-d6k1 {
    font-size: 2.5rem;
    font-weight: 700;
    text-align: center;
    margin-bottom: 3rem;
    color: #2d3748;
}

.characters-bg-r5k8 .section-title-d6k1,
.guides-bg-d2k7 .section-title-d6k1 {
    color: white;
}

.content-rich-e9m5 {
    max-width: 800px;
    margin: 0 auto;
}

.intro-text-f4n8 {
    font-size: 1.2rem;
    line-height: 1.8;
    color: #4a5568;
    margin-bottom: 2rem;
    text-align: center;
}

.feature-highlight-g7k2 {
    background: #f7fafc;
    padding: 2rem;
    border-radius: 12px;
    margin: 2rem 0;
}

.feature-title-h2m6 {
    font-size: 1.5rem;
    font-weight: 600;
    color: #2d3748;
    margin-bottom: 1rem;
}

.feature-list-i5n9 {
    list-style: none;
    padding: 0;
}

.feature-list-i5n9 li {
    padding: 0.5rem 0;
    font-size: 1rem;
    color: #4a5568;
}

.content-image-j8k3 {
    width: 100%;
    max-width: 600px;
    height: auto;
    border-radius: 12px;
    margin: 2rem auto;
    display: block;
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.1);
}

.story-section-k1m7,
.gameplay-section-o6l9 {
    margin: 3rem 0;
}

.story-title-l4n2,
.gameplay-title-p2m4 {
    font-size: 1.5rem;
    font-weight: 600;
    color: #2d3748;
    margin-bottom: 1rem;
}

.story-text-m9j6,
.gameplay-text-q7n1 {
    font-size: 1rem;
    line-height: 1.7;
    color: #4a5568;
    margin-bottom: 1rem;
}

.character-preview-n3k8 {
    list-style: none;
    padding: 0;
}

.character-preview-n3k8 li {
    padding: 0.5rem 0;
    font-size: 1rem;
    color: #4a5568;
}

.characters-grid-s9m3 {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 2rem;
}

.character-card-t4n7 {
    background: rgba(255, 255, 255, 0.95);
    border-radius: 16px;
    overflow: hidden;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s ease;
}

.character-card-t4n7:hover {
    transform: translateY(-5px);
}

.character-link-z8k3 {
    text-decoration: none;
    color: inherit;
    display: block;
    height: 100%;
}

.character-image-u8j2 {
    width: 100%;
    height: 250px;
    object-fit: cover;
}

.character-info-v3k6 {
    padding: 1.5rem;
}

.character-name-w7m1 {
    font-size: 1.3rem;
    font-weight: 600;
    color: #2d3748;
    margin-bottom: 0.5rem;
}

.character-desc-x2n5 {
    font-size: 0.95rem;
    line-height: 1.6;
    color: #4a5568;
}

.screenshots-grid-y4k8 {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 2rem;
}

.screenshot-item-z7m2 {
    position: relative;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s ease;
}

.screenshot-item-z7m2:hover {
    transform: scale(1.02);
}

.screenshot-img-a1n6 {
    width: 100%;
    height: 200px;
    object-fit: cover;
}

.screenshot-overlay-b5k9 {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background: linear-gradient(transparent, rgba(0, 0, 0, 0.8));
    padding: 2rem 1rem 1rem;
    color: white;
}

.screenshot-title-c8m3 {
    font-size: 1.1rem;
    font-weight: 600;
    margin: 0;
}

.guides-grid-e6m1,
.news-grid-k2m5 {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 2rem;
}

.guide-card-f9n4,
.news-card-l6n9 {
    background: rgba(255, 255, 255, 0.95);
    padding: 2rem;
    border-radius: 16px;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s ease;
}

.guide-card-f9n4:hover,
.news-card-l6n9:hover {
    transform: translateY(-5px);
}

.guide-icon-g3k8 {
    font-size: 2.5rem;
    margin-bottom: 1rem;
}

.guide-title-h7m2,
.news-title-n8j7 {
    font-size: 1.3rem;
    font-weight: 600;
    color: #2d3748;
    margin-bottom: 1rem;
}

.guide-desc-i4n6,
.news-excerpt-o3m2 {
    font-size: 1rem;
    line-height: 1.6;
    color: #4a5568;
    margin-bottom: 1.5rem;
}

.guide-link-j8k1,
.news-link-p7k6 {
    color: #667eea;
    text-decoration: none;
    font-weight: 600;
    transition: color 0.3s ease;
}

.guide-link-j8k1:hover,
.news-link-p7k6:hover {
    color: #764ba2;
}

.news-date-m1k4 {
    color: #718096;
    font-size: 0.9rem;
    margin-bottom: 0.5rem;
}

.download-section-q4n8 {
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    color: white;
    padding: 4rem 0;
}

.download-card-r7k2 {
    text-align: center;
    max-width: 600px;
    margin: 0 auto;
}

.download-title-s1m6 {
    font-size: 2.5rem;
    font-weight: 700;
    margin-bottom: 1rem;
}

.download-desc-t5n9 {
    font-size: 1.2rem;
    margin-bottom: 2rem;
    opacity: 0.9;
}

.download-btn-main-v2k7 {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    background: white;
    color: #667eea;
    padding: 1.2rem 2.5rem;
    border-radius: 12px;
    text-decoration: none;
    font-weight: 600;
    font-size: 1.2rem;
    transition: all 0.3s ease;
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.2);
}

.download-btn-main-v2k7:hover {
    transform: translateY(-3px);
    box-shadow: 0 12px 40px rgba(0, 0, 0, 0.3);
}

.download-notes-w6m1 {
    margin-top: 3rem;
    text-align: left;
    background: rgba(255, 255, 255, 0.1);
    padding: 2rem;
    border-radius: 12px;
}

.note-x9k4 {
    font-size: 1.1rem;
    font-weight: 600;
    margin-bottom: 1rem;
}

.notes-list-y3n8 {
    list-style: none;
    padding: 0;
}

.notes-list-y3n8 li {
    padding: 0.5rem 0;
    font-size: 1rem;
    opacity: 0.9;
}

.footer-z7k3 {
    background: #2d3748;
    color: white;
    padding: 3rem 0 1rem;
}

.footer-content-a4m8 {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 2rem;
    margin-bottom: 2rem;
}

.footer-title-c8k2 {
    font-size: 1.5rem;
    font-weight: 700;
    margin-bottom: 1rem;
    color: #667eea;
}

.footer-desc-d5m9 {
    line-height: 1.6;
    opacity: 0.8;
}

.footer-section-title-f9m3 {
    font-size: 1.2rem;
    font-weight: 600;
    margin-bottom: 1rem;
    color: #667eea;
}

.footer-nav-g6k1 {
    list-style: none;
    padding: 0;
}

.footer-nav-g6k1 li {
    margin-bottom: 0.5rem;
}

.footer-link-h3m7 {
    color: rgba(255, 255, 255, 0.8);
    text-decoration: none;
    transition: color 0.3s ease;
}

.footer-link-h3m7:hover {
    color: #667eea;
}

.contact-info-j4k8 {
    margin-bottom: 0.5rem;
    opacity: 0.8;
}

.footer-bottom-k1m5 {
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    padding-top: 2rem;
    text-align: center;
}

.copyright-l8n2 {
    opacity: 0.7;
}

@media (max-width: 768px) {
    .nav-menu-desktop-a9j4 {
        display: none;
    }
    
    .mobile-menu-toggle-c8l1 {
        display: block;
    }
    
    .mobile-menu-d5k9.active {
        display: block;
    }
    
    .hero-container-h6m1 {
        grid-template-columns: 1fr;
        gap: 2rem;
        text-align: center;
    }
    
    .game-header-l3n9 {
        flex-direction: column;
        align-items: center;
        text-align: center;
    }
    
    .game-title-p9l6 {
        font-size: 1.8rem;
    }
    
    .section-title-d6k1 {
        font-size: 2rem;
    }
    
    .characters-grid-s9m3,
    .screenshots-grid-y4k8,
    .guides-grid-e6m1,
    .news-grid-k2m5 {
        grid-template-columns: 1fr;
    }
    
    .download-title-s1m6 {
        font-size: 2rem;
    }
    
    .container-c3j7 {
        padding: 0 1rem;
    }
    
    .nav-container-w2n9 {
        padding: 0 1rem;
    }
    
    .game-info-card-j8p5 {
        padding: 1.5rem;
    }
    
    .download-info-w9m2 {
        flex-direction: column;
        gap: 0.5rem;
    }
}

@media (max-width: 480px) {
    .game-title-p9l6 {
        font-size: 1.5rem;
    }
    
    .section-title-d6k1 {
        font-size: 1.8rem;
    }
    
    .download-title-s1m6 {
        font-size: 1.8rem;
    }
    
    .download-btn-primary-v7k4,
    .download-btn-main-v2k7 {
        padding: 1rem 1.5rem;
        font-size: 1rem;
    }
    
    .hero-section-g4k7 {
        padding: 2rem 0;
    }
    
    .content-section-b8n4 {
        padding: 3rem 0;
    }
} 

/* Download confirmation is intentionally local to the managed homepage links. */
.download-modal-hh1[hidden] {
    display: none;
}

.download-modal-hh1 {
    position: fixed;
    inset: 0;
    z-index: 2000;
    display: grid;
    place-items: center;
    padding: 1.5rem;
    background: rgba(27, 31, 50, 0.62);
}

.download-modal-panel-hh1 {
    width: min(100%, 420px);
    padding: 2rem;
    border-radius: 12px;
    background: #fff;
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.28);
    color: #2d3748;
}

.download-modal-panel-hh1 h2 {
    margin-bottom: 0.75rem;
    font-size: 1.45rem;
}

.download-modal-panel-hh1 p {
    margin-bottom: 1.5rem;
    color: #4a5568;
}

.download-modal-actions-hh1 {
    display: flex;
    justify-content: flex-end;
    gap: 0.75rem;
}

.download-modal-actions-hh1 button {
    min-width: 5.5rem;
    border: 0;
    border-radius: 8px;
    padding: 0.7rem 1rem;
    font: inherit;
    font-weight: 600;
    cursor: pointer;
}

.download-modal-cancel-hh1 {
    background: #edf2f7;
    color: #4a5568;
}

.download-modal-confirm-hh1 {
    background: #667eea;
    color: #fff;
}

.download-modal-actions-hh1 button:hover,
.download-modal-actions-hh1 button:focus-visible {
    filter: brightness(0.94);
}

@media (max-width: 480px) {
    .download-modal-hh1 {
        padding: 1rem;
    }

    .download-modal-panel-hh1 {
        padding: 1.5rem;
    }
}
