* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

img {
    max-width: 100%;
    height: auto;
    display: block;
}

body {
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    line-height: 1.6;
    color: #333;
    background: #f8f9fa;
}

.container-y6k9w {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}

.nav-header-x9p2q {
    background: linear-gradient(135deg, #2c3e50 0%, #34495e 100%);
    box-shadow: 0 2px 20px rgba(0,0,0,0.1);
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 1000;
}

.navbar-container-w7t4k {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 1rem 2rem;
    max-width: 1200px;
    margin: 0 auto;
}

.nav-brand-s5n8j {
    display: flex;
    align-items: center;
    gap: 12px;
}

.brand-icon-r3m7x {
    width: 32px;
    height: 32px;
    border-radius: 6px;
    object-fit: contain;
    background: rgba(255,255,255,0.1);
    padding: 2px;
}

.brand-title-q6k9w {
    font-size: 1.5rem;
    font-weight: 700;
    color: #fff;
    margin: 0;
}

.nav-menu-desktop-h4j8p {
    display: flex;
    gap: 2rem;
    align-items: center;
}

.nav-link-d2k7v {
    color: #ecf0f1;
    text-decoration: none;
    font-weight: 500;
    padding: 8px 16px;
    border-radius: 25px;
    transition: all 0.3s ease;
}

.nav-link-d2k7v:hover {
    background: rgba(255,255,255,0.1);
    color: #fff;
}

.download-nav-l9x4c {
    background: linear-gradient(135deg, #e74c3c, #c0392b);
    color: #fff !important;
}

.download-nav-l9x4c:hover {
    background: linear-gradient(135deg, #c0392b, #a93226);
    transform: translateY(-2px);
}

.mobile-menu-btn-e3w6y {
    display: none;
    background: none;
    border: none;
    color: #fff;
    font-size: 1.5rem;
    cursor: pointer;
}

.mobile-menu-overlay-f8k2x {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    background: rgba(0,0,0,0.8);
    z-index: 2000;
}

.mobile-menu-content-j4p7s {
    background: #2c3e50;
    width: 280px;
    height: 100vh;
    padding: 2rem;
    position: relative;
}

.mobile-menu-close-n6q9t {
    position: absolute;
    top: 1rem;
    right: 1rem;
    background: none;
    border: none;
    color: #fff;
    font-size: 1.5rem;
    cursor: pointer;
}

.mobile-nav-link-a5r8d {
    display: block;
    color: #ecf0f1;
    text-decoration: none;
    padding: 1rem 0;
    border-bottom: 1px solid rgba(255,255,255,0.1);
    font-weight: 500;
    font-size: 1.1rem;
}

.download-mobile-c2x7k {
    background: linear-gradient(135deg, #e74c3c, #c0392b);
    color: #fff !important;
    border-radius: 8px;
    margin-top: 1rem;
    text-align: center;
    border-bottom: none;
}

.main-content-u9i5t {
    margin-top: 80px;
}

.hero-section-b7k3w {
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    padding: 4rem 0;
    color: #fff;
}

.game-info-card-s6l9r {
    background: rgba(255,255,255,0.1);
    backdrop-filter: blur(10px);
    border-radius: 20px;
    padding: 3rem;
    border: 1px solid rgba(255,255,255,0.2);
}

.game-header-y3k8m {
    display: flex;
    gap: 2.5rem;
    align-items: center;
}

.game-icon-large-x9m2k {
    width: 200px;
    height: 200px;
    object-fit: contain;
    border-radius: 20px;
    box-shadow: 0 15px 40px rgba(0,0,0,0.3);
    background: linear-gradient(135deg, rgba(255,255,255,0.2), rgba(255,255,255,0.1));
    backdrop-filter: blur(10px);
    border: 2px solid rgba(255,255,255,0.3);
    padding: 20px;
    display: block;
    transition: all 0.3s ease;
}

.game-icon-large-x9m2k:hover {
    transform: translateY(-5px) scale(1.05);
    box-shadow: 0 20px 50px rgba(0,0,0,0.4);
    background: linear-gradient(135deg, rgba(255,255,255,0.3), rgba(255,255,255,0.2));
}

.game-meta-h7n4p {
    flex: 1;
}

.game-title-e8k5j {
    font-size: 2.5rem;
    font-weight: 700;
    margin-bottom: 1rem;
    display: flex;
    align-items: center;
    gap: 12px;
}

.game-tags-r9m3x {
    display: flex;
    gap: 8px;
    margin-bottom: 1.5rem;
    flex-wrap: wrap;
}

.tag-item-a6l8s {
    background: rgba(255,255,255,0.2);
    padding: 6px 12px;
    border-radius: 20px;
    font-size: 0.9rem;
    font-weight: 500;
}

.game-desc-w4t7n {
    font-size: 1.1rem;
    line-height: 1.7;
    margin-bottom: 2rem;
    opacity: 0.95;
}

.download-actions-k2p5v {
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

.download-btn-primary-x7j4w {
    background: linear-gradient(135deg, #e74c3c, #c0392b);
    color: #fff;
    text-decoration: none;
    padding: 15px 30px;
    border-radius: 50px;
    font-weight: 600;
    font-size: 1.1rem;
    display: inline-flex;
    align-items: center;
    gap: 10px;
    transition: all 0.3s ease;
    box-shadow: 0 5px 20px rgba(231, 76, 60, 0.3);
    align-self: flex-start;
}

.download-btn-primary-x7j4w:hover {
    transform: translateY(-3px);
    box-shadow: 0 8px 25px rgba(231, 76, 60, 0.4);
}

.game-stats-n8q3r {
    display: flex;
    gap: 2rem;
}

.stat-item-c5z8k {
    display: flex;
    align-items: center;
    gap: 6px;
    font-weight: 500;
}

.content-section-l4m7p {
    padding: 4rem 0;
}

.alt-bg-z5k8m {
    background: #fff;
}

.section-title-r3n8q {
    font-size: 2.2rem;
    font-weight: 700;
    margin-bottom: 2rem;
    display: flex;
    align-items: center;
    gap: 12px;
    color: #2c3e50;
}

.intro-text-w2k5n {
    font-size: 1.1rem;
    line-height: 1.8;
    margin-bottom: 2rem;
    color: #555;
}

.character-intro-p8l3k {
    background: #fff;
    padding: 2rem;
    border-radius: 15px;
    box-shadow: 0 5px 20px rgba(0,0,0,0.08);
}

.character-title-m5q7r {
    font-size: 1.5rem;
    margin-bottom: 1.5rem;
    color: #2c3e50;
}

.character-grid-t9w4n {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 1.5rem;
    margin-bottom: 1rem;
}

.character-card-e6k2s {
    background: linear-gradient(135deg, #f8f9fa, #e9ecef);
    padding: 1.5rem;
    border-radius: 12px;
    border-left: 4px solid #667eea;
}

.character-card-e6k2s h5 {
    font-size: 1.2rem;
    margin-bottom: 0.5rem;
    color: #2c3e50;
}

.more-characters-x4j7q {
    text-align: center;
    font-style: italic;
    color: #666;
    margin-top: 1rem;
}

.features-grid-w7t3n {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 2rem;
}

.feature-card-k4p8r {
    background: #f8f9fa;
    padding: 2rem;
    border-radius: 15px;
    text-align: center;
    transition: all 0.3s ease;
    border: 1px solid #e9ecef;
}

.feature-card-k4p8r:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 30px rgba(0,0,0,0.1);
}

.feature-icon-m2j5x {
    width: 60px;
    height: 60px;
    background: linear-gradient(135deg, #667eea, #764ba2);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 1rem;
    font-size: 1.5rem;
    color: #fff;
}

.feature-card-k4p8r h4 {
    font-size: 1.3rem;
    margin-bottom: 1rem;
    color: #2c3e50;
}

.guide-content-q8n5k {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 3rem;
}

.gameplay-tips-r7m4p {
    background: #fff;
    padding: 2rem;
    border-radius: 15px;
    box-shadow: 0 5px 20px rgba(0,0,0,0.08);
}

.tips-list-w3k6j {
    list-style: none;
    padding-left: 0;
}

.tips-list-w3k6j li {
    padding: 0.8rem 0;
    border-bottom: 1px solid #eee;
    position: relative;
    padding-left: 2rem;
}

.tips-list-w3k6j li:before {
    content: "💡";
    position: absolute;
    left: 0;
    top: 0.8rem;
}

.guide-articles-s4j7n {
    background: #fff;
    padding: 2rem;
    border-radius: 15px;
    box-shadow: 0 5px 20px rgba(0,0,0,0.08);
}

.article-list-p6k9r {
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

.article-link-e2w5t {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 1rem;
    background: #f8f9fa;
    border-radius: 10px;
    text-decoration: none;
    color: #2c3e50;
    transition: all 0.3s ease;
    font-weight: 500;
}

.article-link-e2w5t:hover {
    background: #e9ecef;
    transform: translateX(5px);
}

.news-grid-t8p4k {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 2rem;
}

.news-card-w5j2n {
    background: #f8f9fa;
    padding: 2rem;
    border-radius: 15px;
    border-left: 4px solid #667eea;
}

.news-card-w5j2n h4 {
    margin-bottom: 0.5rem;
}

.news-card-w5j2n h4 a {
    color: #2c3e50;
    text-decoration: none;
}

.news-card-w5j2n h4 a:hover {
    color: #667eea;
}

.news-meta-r3k7m {
    color: #666;
    font-size: 0.9rem;
    margin-bottom: 1rem;
}

.download-section-x9m4p {
    background: linear-gradient(135deg, #2c3e50, #34495e);
    padding: 4rem 0;
    color: #fff;
}

.download-card-k7n3q {
    text-align: center;
    background: rgba(255,255,255,0.1);
    backdrop-filter: blur(10px);
    padding: 3rem;
    border-radius: 20px;
    border: 1px solid rgba(255,255,255,0.2);
}

.download-title-w8j5r {
    font-size: 2.2rem;
    margin-bottom: 1rem;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
}

.download-desc-t4p7s {
    font-size: 1.1rem;
    margin-bottom: 2rem;
    opacity: 0.9;
}

.download-btn-main-r2n8k {
    background: linear-gradient(135deg, #e74c3c, #c0392b);
    color: #fff;
    text-decoration: none;
    padding: 18px 40px;
    border-radius: 50px;
    font-weight: 600;
    font-size: 1.2rem;
    display: inline-flex;
    align-items: center;
    gap: 12px;
    transition: all 0.3s ease;
    box-shadow: 0 8px 25px rgba(231, 76, 60, 0.3);
    margin-bottom: 2rem;
}

.download-btn-main-r2n8k:hover {
    transform: translateY(-3px);
    box-shadow: 0 12px 35px rgba(231, 76, 60, 0.4);
}

.download-info-s5j4w {
    display: flex;
    justify-content: center;
    gap: 2rem;
    flex-wrap: wrap;
    font-size: 0.95rem;
    opacity: 0.8;
}

.screenshots-gallery-w8j5n {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 1.5rem;
    margin-top: 2rem;
}

.screenshot-item-x3k9m {
    position: relative;
    border-radius: 15px;
    overflow: hidden;
    box-shadow: 0 5px 20px rgba(0,0,0,0.1);
    transition: all 0.3s ease;
    cursor: pointer;
    aspect-ratio: 16/10;
}

.screenshot-item-x3k9m:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 30px rgba(0,0,0,0.2);
}

.screenshot-img-p7l4q {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    transition: transform 0.3s ease;
    display: block;
}

.screenshot-item-x3k9m:hover .screenshot-img-p7l4q {
    transform: scale(1.05);
}

.footer-section-l9k6p {
    background: #2c3e50;
    color: #ecf0f1;
    padding: 3rem 0 1rem;
}

.footer-content-m3j8r {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 2rem;
    margin-bottom: 2rem;
}

.footer-info-w7t4k h4 {
    margin-bottom: 0.5rem;
    font-size: 1.3rem;
}

.footer-links-s6n9q h5 {
    margin-bottom: 1rem;
    color: #fff;
}

.friend-links-p4k7x {
    display: flex;
    flex-wrap: wrap;
    gap: 1rem;
}

.friend-links-p4k7x a {
    color: #bdc3c7;
    text-decoration: none;
    font-size: 0.9rem;
    transition: color 0.3s ease;
}

.friend-links-p4k7x a:hover {
    color: #fff;
}

.footer-bottom-e5r2n {
    text-align: center;
    padding-top: 2rem;
    border-top: 1px solid #34495e;
    color: #bdc3c7;
    font-size: 0.9rem;
}

.download-confirm-modal {
    position: fixed;
    inset: 0;
    z-index: 3000;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 1rem;
    background: rgba(15, 23, 42, 0.7);
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.2s ease, visibility 0.2s ease;
}

.download-confirm-modal.is-visible {
    opacity: 1;
    visibility: visible;
}

.download-confirm-dialog {
    position: relative;
    width: min(100%, 420px);
    padding: 2rem;
    border-radius: 12px;
    background: #fff;
    color: #2c3e50;
    box-shadow: 0 20px 60px rgba(0,0,0,0.25);
}

.download-confirm-dialog h2 {
    margin-bottom: 0.75rem;
}

.download-confirm-dialog p {
    color: #555;
    margin-bottom: 1.5rem;
}

.download-confirm-close {
    position: absolute;
    top: 0.75rem;
    right: 0.9rem;
    border: 0;
    background: transparent;
    color: #666;
    font-size: 1.5rem;
    line-height: 1;
    cursor: pointer;
}

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

.download-confirm-actions button {
    border: 0;
    border-radius: 6px;
    padding: 0.7rem 1.1rem;
    cursor: pointer;
    font: inherit;
}

.download-confirm-cancel {
    background: #e9ecef;
    color: #2c3e50;
}

.download-confirm-accept {
    background: #c0392b;
    color: #fff;
}

/* 资讯列表与详情页公共样式，供后台按 detail-template.html 重新生成页面时使用 */
.news-page-wrh01,
.news-detail-page-wrh06 {
    padding: 120px 0 60px;
    min-height: 100vh;
    background: #f8f9fa;
}

.news-breadcrumb-wrh02 {
    display: flex;
    gap: 10px;
    margin-bottom: 28px;
    color: #666;
    font-size: 14px;
}

.news-breadcrumb-wrh02 a {
    color: #667eea;
    text-decoration: none;
}

.news-heading-wrh03 {
    margin-bottom: 36px;
    padding-bottom: 24px;
    border-bottom: 2px solid #e9ecef;
    text-align: center;
}

.news-heading-wrh03 h1 {
    color: #2c3e50;
    font-size: 36px;
    margin-bottom: 10px;
}

.news-heading-wrh03 p {
    color: #666;
}

.news-page-wrh01 .news-grid-t8p4k {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 24px;
}

.news-page-wrh01 .news-card-w5j2n {
    border-left-color: #667eea;
    box-shadow: 0 5px 20px rgba(0,0,0,.06);
    transition: all .3s ease;
}

.news-page-wrh01 .news-card-w5j2n:hover {
    transform: translateY(-4px);
    box-shadow: 0 10px 28px rgba(0,0,0,.12);
}

.news-page-wrh01 .news-card-w5j2n h2 {
    margin: 0 0 10px;
    font-size: 22px;
}

.news-page-wrh01 .news-card-w5j2n h2 a {
    color: #2c3e50;
    text-decoration: none;
}

.news-page-wrh01 .news-card-w5j2n h2 a:hover {
    color: #667eea;
}

.news-read-more-wrh04 {
    display: inline-block;
    margin-top: 18px;
    color: #667eea;
    font-weight: 600;
    text-decoration: none;
}

.news-detail-card-wrh07 {
    max-width: 860px;
    margin: 0 auto;
    padding: 42px;
    border-radius: 15px;
    background: #fff;
    box-shadow: 0 5px 20px rgba(0,0,0,.08);
}

.news-detail-card-wrh07 h1 {
    margin: 8px 0 12px;
    color: #2c3e50;
    font-size: 36px;
}

.news-detail-date-wrh08 {
    color: #666;
    font-size: 14px;
}

.news-detail-body-wrh09 {
    margin-top: 28px;
    padding-top: 24px;
    border-top: 1px solid #e9ecef;
}

.news-detail-content-wrh05 {
    color: #555;
    font-size: 18px;
    line-height: 2;
}

.news-detail-links-wrh10 {
    display: flex;
    flex-wrap: wrap;
    gap: 24px;
    margin-top: 36px;
    padding-top: 22px;
    border-top: 1px solid #e9ecef;
}

.news-detail-links-wrh10 a {
    color: #667eea;
    font-weight: 600;
    text-decoration: none;
}

.news-detail-links-wrh10 a:hover {
    color: #2c3e50;
    text-decoration: underline;
}

@media (max-width: 768px) {
    .nav-menu-desktop-h4j8p {
        display: none;
    }
    
    .mobile-menu-btn-e3w6y {
        display: block;
    }
    
    .mobile-menu-overlay-f8k2x.active {
        display: block;
    }
    
    .game-header-y3k8m {
        flex-direction: column;
        text-align: center;
    }
    
    .game-icon-large-x9m2k {
        width: 150px;
        height: 150px;
        margin: 0 auto;
        padding: 15px;
    }
    
    .game-title-e8k5j {
        font-size: 1.8rem;
        justify-content: center;
    }
    
    .guide-content-q8n5k {
        grid-template-columns: 1fr;
        gap: 2rem;
    }
    
    .footer-content-m3j8r {
        grid-template-columns: 1fr;
        text-align: center;
    }
    
    .download-info-s5j4w {
        flex-direction: column;
        gap: 0.5rem;
    }
    
    .container-y6k9w {
        padding: 0 15px;
    }
    
    .navbar-container-w7t4k {
        padding: 1rem;
    }
    
    .game-info-card-s6l9r {
        padding: 1.5rem;
    }
    
    .brand-icon-r3m7x {
        width: 28px;
        height: 28px;
    }
    
    .screenshots-gallery-w8j5n {
        grid-template-columns: repeat(2, 1fr);
        gap: 1rem;
    }

    .news-page-wrh01,
    .news-detail-page-wrh06 {
        padding: 100px 0 40px;
    }

    .news-page-wrh01 .news-grid-t8p4k {
        grid-template-columns: 1fr;
    }

    .news-heading-wrh03 h1,
    .news-detail-card-wrh07 h1 {
        font-size: 28px;
    }

    .news-detail-card-wrh07 {
        padding: 26px 22px;
    }
}

@media (max-width: 480px) {
    .features-grid-w7t3n {
        grid-template-columns: 1fr;
    }
    
    .news-grid-t8p4k {
        grid-template-columns: 1fr;
    }
    
    .character-grid-t9w4n {
        grid-template-columns: 1fr;
    }
    
    .game-stats-n8q3r {
        justify-content: center;
        gap: 1rem;
    }
    
    .game-icon-large-x9m2k {
        width: 120px;
        height: 120px;
        padding: 12px;
    }
    
    .game-info-card-s6l9r {
        padding: 1.5rem;
    }
    
    .game-header-y3k8m {
        gap: 1.5rem;
    }
    
    .screenshots-gallery-w8j5n {
        grid-template-columns: 1fr;
        gap: 1rem;
    }
} 
