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

body {
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Microsoft YaHei', 'PingFang SC', sans-serif;
    line-height: 1.6;
    color: #333;
    background: #f5f5f5;
}

.container4z9p {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}

.nav7x2w {
    background: linear-gradient(135deg, #ff6b6b 0%, #ff4757 100%);
    box-shadow: 0 2px 10px rgba(0,0,0,0.1);
    position: sticky;
    top: 0;
    z-index: 1000;
}

.nav7x2w .container4z9p {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 15px 20px;
}

.nav-brand-q5v8 {
    display: flex;
    align-items: center;
    gap: 12px;
    color: white;
    font-weight: 700;
    font-size: 1.3rem;
}

.logo-img-r3n2 {
    width: 100px;
    height: 50px;
    border-radius: 8px;
    object-fit: contain;
}

.brand-text-k8w1 {
    font-weight: 700;
    color: white;
}

.menu-toggle-p2d7 {
    display: none;
    background: rgba(255,255,255,0.2);
    border: none;
    color: white;
    font-size: 1.5rem;
    padding: 8px 15px;
    border-radius: 5px;
    cursor: pointer;
    transition: all 0.3s;
}

.menu-toggle-p2d7:hover {
    background: rgba(255,255,255,0.3);
}

.nav-menu-v6x4 {
    display: flex;
    list-style: none;
    gap: 25px;
}

.nav-menu-v6x4 li a {
    color: white;
    text-decoration: none;
    padding: 8px 15px;
    border-radius: 5px;
    transition: all 0.3s;
    font-weight: 500;
}

.nav-menu-v6x4 li a:hover {
    background: rgba(255,255,255,0.2);
}

.header-w9z5 {
    position: relative;
    padding: 80px 0;
    color: white;
    min-height: 500px;
    overflow: hidden;
}

.header-content-l4k7 {
    position: relative;
    z-index: 2;
    max-width: 700px;
    margin-left: calc((100% - 76%) / 2);
    padding-left: 40px;
}

.header-left-n3m8 h1 {
    font-size: 2.8rem;
    margin-bottom: 20px;
    text-shadow: 2px 2px 8px rgba(0,0,0,0.5);
    font-weight: 800;
}

.game-meta-y7t2 {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-bottom: 20px;
}

.tag-v8p1 {
    background: rgba(255,255,255,0.3);
    padding: 6px 15px;
    border-radius: 20px;
    font-size: 0.9rem;
    display: inline-flex;
    align-items: center;
    gap: 6px;
    backdrop-filter: blur(5px);
    box-shadow: 0 2px 8px rgba(0,0,0,0.2);
}

.header-desc-q9w2 {
    font-size: 1.15rem;
    margin-bottom: 30px;
    line-height: 1.7;
    text-shadow: 1px 1px 4px rgba(0,0,0,0.3);
}

.download-area-k2n5 {
    margin-top: 25px;
}

.btn-download-x7m3 {
    background: white;
    color: #ff4757;
    border: none;
    padding: 15px 35px;
    font-size: 1.1rem;
    font-weight: 700;
    border-radius: 50px;
    cursor: pointer;
    display: inline-flex;
    align-items: center;
    gap: 10px;
    transition: all 0.3s;
    box-shadow: 0 4px 15px rgba(0,0,0,0.2);
}

.btn-download-x7m3:hover {
    transform: translateY(-3px);
    box-shadow: 0 6px 20px rgba(0,0,0,0.3);
}

.version-info-p4t8 {
    margin-top: 15px;
    font-size: 0.9rem;
    opacity: 0.95;
}

.banner-slider-w7k3 {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 76%;
    max-width: 1400px;
    height: 100%;
    z-index: 0;
    border-radius: 20px;
    overflow: hidden;
}

.slider-wrapper-p4m9 {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.slider-overlay-n5w8 {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(135deg, rgba(255,71,87,0.85) 0%, rgba(255,107,107,0.75) 50%, rgba(0,0,0,0.3) 100%);
    z-index: 1;
}

.slider-item-x2n8 {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    transition: opacity 0.5s ease-in-out;
}

.slider-item-x2n8.active {
    opacity: 1;
}

.slider-img-t5q7 {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.slider-btn-prev-k8w2,
.slider-btn-next-m3v6 {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background: rgba(0, 0, 0, 0.5);
    color: white;
    border: none;
    width: 45px;
    height: 45px;
    border-radius: 50%;
    cursor: pointer;
    font-size: 1.2rem;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s;
    z-index: 3;
}

.slider-btn-prev-k8w2:hover,
.slider-btn-next-m3v6:hover {
    background: rgba(255, 71, 87, 0.9);
    transform: translateY(-50%) scale(1.1);
}

.slider-btn-prev-k8w2 {
    left: 15px;
}

.slider-btn-next-m3v6 {
    right: 15px;
}

.slider-dots-z9p4 {
    position: absolute;
    bottom: 20px;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    gap: 10px;
    z-index: 3;
}

.dot-item-q7x5 {
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.5);
    cursor: pointer;
    transition: all 0.3s;
}

.dot-item-q7x5.active {
    background: #ff4757;
    width: 30px;
    border-radius: 6px;
}

.dot-item-q7x5:hover {
    background: rgba(255, 255, 255, 0.8);
}

.main-content-z3k8 {
    padding: 50px 0;
}

.content-section-m5v7 {
    background: white;
    padding: 40px;
    margin-bottom: 30px;
    border-radius: 12px;
    box-shadow: 0 2px 10px rgba(0,0,0,0.08);
    scroll-margin-top: 80px;
}

.content-section-m5v7 h2 {
    color: #ff4757;
    font-size: 2rem;
    margin-bottom: 25px;
    padding-bottom: 15px;
    border-bottom: 3px solid #ff4757;
    display: flex;
    align-items: center;
    gap: 12px;
}

.content-section-m5v7 h3 {
    color: #333;
    font-size: 1.5rem;
    margin-top: 30px;
    margin-bottom: 15px;
    display: flex;
    align-items: center;
    gap: 10px;
}

.content-section-m5v7 h4 {
    font-size: 1.2rem;
    margin-bottom: 8px;
    color: #333;
}

.content-box-n2q4 p {
    margin-bottom: 20px;
    font-size: 1.05rem;
    line-height: 1.8;
    text-align: justify;
}

.content-img-r7w3 {
    width: 100%;
    max-width: 800px;
    height: auto;
    border-radius: 10px;
    margin: 25px auto;
    display: block;
    box-shadow: 0 4px 15px rgba(0,0,0,0.1);
    object-fit: contain;
}

.category-grid-w8z2 {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 20px;
    margin-top: 25px;
}

.category-item-k5n9 {
    background: linear-gradient(135deg, #ffeaa7 0%, #fdcb6e 100%);
    padding: 25px;
    border-radius: 10px;
    text-align: center;
    transition: all 0.3s;
    box-shadow: 0 3px 10px rgba(0,0,0,0.1);
}

.category-item-k5n9:hover {
    transform: translateY(-5px);
    box-shadow: 0 6px 20px rgba(0,0,0,0.15);
}

.category-item-k5n9 i {
    font-size: 2.5rem;
    color: #d63031;
    margin-bottom: 15px;
}

.category-item-k5n9 h4 {
    margin-bottom: 10px;
    color: #2d3436;
}

.category-item-k5n9 p {
    font-size: 0.95rem;
    color: #636e72;
    margin-bottom: 0;
}

.guides-grid-x4w7 {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 25px;
    margin-top: 25px;
}

.guide-card-y9z3 {
    background: linear-gradient(135deg, #a29bfe 0%, #6c5ce7 100%);
    padding: 30px;
    border-radius: 12px;
    color: white;
    transition: all 0.3s;
    box-shadow: 0 3px 15px rgba(0,0,0,0.1);
}

.guide-card-y9z3:hover {
    transform: translateY(-5px);
    box-shadow: 0 6px 25px rgba(0,0,0,0.2);
}

.guide-card-y9z3 h3 {
    color: white;
    font-size: 1.4rem;
    margin-bottom: 15px;
    display: flex;
    align-items: center;
    gap: 10px;
}

.guide-card-y9z3 p {
    margin-bottom: 20px;
    line-height: 1.7;
}

.guide-link-k2w8 {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    color: white;
    text-decoration: none;
    font-weight: 600;
    padding: 8px 20px;
    background: rgba(255,255,255,0.2);
    border-radius: 25px;
    transition: all 0.3s;
}

.guide-link-k2w8:hover {
    background: rgba(255,255,255,0.3);
}

.news-grid-p6m2 {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 25px;
    margin-top: 25px;
}

.news-card-t8v4 {
    background: #f8f9fa;
    padding: 25px;
    border-radius: 10px;
    border-left: 4px solid #ff4757;
    transition: all 0.3s;
}

.news-card-t8v4:hover {
    box-shadow: 0 5px 20px rgba(0,0,0,0.1);
    transform: translateX(5px);
}

.news-card-t8v4 h3 {
    color: #2d3436;
    font-size: 1.2rem;
    margin-bottom: 12px;
}

.news-meta-q3n7 {
    color: #636e72;
    font-size: 0.9rem;
    margin-bottom: 12px;
    display: flex;
    align-items: center;
    gap: 6px;
}

.news-card-t8v4 p {
    color: #2d3436;
    margin-bottom: 15px;
    line-height: 1.7;
}

.news-link-w5k1 {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    color: #ff4757;
    text-decoration: none;
    font-weight: 600;
    transition: all 0.3s;
}

.news-link-w5k1:hover {
    gap: 10px;
}

.friends-links-z7n4 {
    background: white;
    padding: 40px;
    border-radius: 12px;
    box-shadow: 0 2px 10px rgba(0,0,0,0.08);
    margin-top: 30px;
}

.friends-links-z7n4 h2 {
    color: #ff4757;
    font-size: 1.8rem;
    margin-bottom: 25px;
    display: flex;
    align-items: center;
    gap: 10px;
}

.links-grid-m9p5 {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    gap: 15px;
}

.links-grid-m9p5 a {
    background: linear-gradient(135deg, #74b9ff 0%, #0984e3 100%);
    color: white;
    text-decoration: none;
    padding: 12px 20px;
    border-radius: 8px;
    text-align: center;
    transition: all 0.3s;
    font-weight: 500;
}

.links-grid-m9p5 a:hover {
    transform: translateY(-3px);
    box-shadow: 0 4px 15px rgba(0,0,0,0.2);
}

.footer-r4w6 {
    background: linear-gradient(135deg, #2d3436 0%, #1a1a1a 100%);
    color: white;
    padding: 50px 0 20px;
    margin-top: 50px;
}

.footer-content-x5m9 {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 40px;
    padding-bottom: 40px;
    border-bottom: 1px solid rgba(255,255,255,0.1);
}

.footer-section-q8v2 h3 {
    color: #ff4757;
    font-size: 1.1rem;
    margin-bottom: 15px;
    display: flex;
    align-items: center;
    gap: 8px;
}

.footer-desc-w3n7 {
    color: rgba(255,255,255,0.7);
    font-size: 0.9rem;
    line-height: 1.6;
}

.footer-links-p7k4 {
    list-style: none;
    padding: 0;
}

.footer-links-p7k4 li {
    margin-bottom: 10px;
}

.footer-links-p7k4 a {
    color: rgba(255,255,255,0.7);
    text-decoration: none;
    font-size: 0.9rem;
    transition: all 0.3s;
    display: inline-block;
}

.footer-links-p7k4 a:hover {
    color: #ff4757;
    padding-left: 5px;
}

.footer-bottom-z2n6 {
    padding-top: 25px;
    text-align: center;
}

.footer-bottom-z2n6 p {
    margin: 8px 0;
    opacity: 0.8;
    font-size: 0.9rem;
}

.footer-slogan-m4t8 {
    color: #ff4757;
    font-weight: 500;
}

@media (max-width: 768px) {
    .menu-toggle-p2d7 {
        display: block;
    }
    
    .nav-menu-v6x4 {
        display: none;
        position: absolute;
        top: 100%;
        left: 0;
        width: 100%;
        background: #ff4757;
        flex-direction: column;
        gap: 0;
        box-shadow: 0 5px 15px rgba(0,0,0,0.2);
    }
    
    .nav-menu-v6x4.active {
        display: flex;
    }
    
    .nav-menu-v6x4 li {
        width: 100%;
        border-bottom: 1px solid rgba(255,255,255,0.1);
    }
    
    .nav-menu-v6x4 li a {
        display: block;
        padding: 15px 20px;
        border-radius: 0;
    }
    
    .header-w9z5 {
        min-height: 450px;
        padding: 60px 0;
    }
    
    .header-content-l4k7 {
        text-align: center;
        margin-left: 0;
        padding-left: 20px;
        padding-right: 20px;
    }
    
    .header-left-n3m8 h1 {
        font-size: 2rem;
    }
    
    .game-meta-y7t2 {
        justify-content: center;
    }
    
    .download-area-k2n5 {
        display: flex;
        flex-direction: column;
        align-items: center;
    }
    
    .slider-btn-prev-k8w2,
    .slider-btn-next-m3v6 {
        width: 35px;
        height: 35px;
        font-size: 1rem;
    }
    
    .slider-btn-prev-k8w2 {
        left: 10px;
    }
    
    .slider-btn-next-m3v6 {
        right: 10px;
    }
    
    .slider-dots-z9p4 {
        bottom: 10px;
    }
    
    .content-section-m5v7 {
        padding: 25px 20px;
    }
    
    .content-section-m5v7 h2 {
        font-size: 1.6rem;
    }
    
    .category-grid-w8z2,
    .guides-grid-x4w7,
    .news-grid-p6m2 {
        grid-template-columns: 1fr;
    }
    
    .links-grid-m9p5 {
        grid-template-columns: 1fr;
    }
    
    .footer-content-x5m9 {
        grid-template-columns: 1fr;
        gap: 30px;
    }
}

@media (max-width: 480px) {
    .header-w9z5 {
        min-height: 400px;
        padding: 40px 0;
    }
    
    .header-content-l4k7 {
        margin-left: 0;
        padding-left: 15px;
        padding-right: 15px;
    }
    
    .header-left-n3m8 h1 {
        font-size: 1.6rem;
    }
    
    .btn-download-x7m3 {
        padding: 12px 25px;
        font-size: 1rem;
    }
    
    .content-section-m5v7 h2 {
        font-size: 1.4rem;
    }
    
    .slider-btn-prev-k8w2,
    .slider-btn-next-m3v6 {
        width: 30px;
        height: 30px;
        font-size: 0.9rem;
    }
    
    .friends-links-z7n4 {
        padding: 25px 20px;
    }
}


/* Protocol pages and managed download confirmation. */
.friend-links {display:flex;flex-wrap:wrap;gap:12px;margin-top:12px}
.friend-link {color:inherit;text-decoration:underline}
.managed-download-overlay {position:fixed;inset:0;z-index:10020;background:rgba(0,0,0,.72);display:grid;place-items:center;padding:18px}
.managed-download-dialog {background:#fff;color:#222;border-radius:12px;padding:28px;max-width:440px;width:100%;box-shadow:0 20px 60px #0006}
.managed-download-dialog p {line-height:1.7}.managed-download-dialog div {display:flex;justify-content:flex-end;gap:12px}
.managed-download-dialog button {cursor:pointer;padding:10px 20px;border-radius:6px;border:1px solid #999}
.managed-download-dialog [data-action="confirm"] {background:#336ed5;color:#fff;border-color:#336ed5}
.article-content7w,.content-box-n2q4 {overflow-wrap:anywhere}
