* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    line-height: 1.6;
    color: #e0e0e0;
    background: linear-gradient(135deg, #0f0f23 0%, #1a1a2e 50%, #16213e 100%);
    min-height: 100vh;
}

.container-fluid-p2k9 {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}

.header-nav-z8x4 {
    background: rgba(15, 15, 35, 0.95);
    backdrop-filter: blur(10px);
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 1000;
    border-bottom: 2px solid #00d4ff;
    box-shadow: 0 2px 20px rgba(0, 212, 255, 0.3);
}

.navbar-main-v5r3 {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 15px 0;
}

.logo-section-h7m2 {
    display: flex;
    align-items: center;
    gap: 15px;
}

.logo-img-t4n8 {
    width: 50px;
    height: 50px;
    border-radius: 8px;
    border: 2px solid #00d4ff;
    box-shadow: 0 0 15px rgba(0, 212, 255, 0.5);
}

.site-title-w6q1 {
    color: #00d4ff;
    font-size: 1.8rem;
    font-weight: bold;
    text-shadow: 0 0 10px rgba(0, 212, 255, 0.5);
}

.nav-menu-l3p7 {
    display: flex;
    list-style: none;
    gap: 30px;
}

.nav-link-d8m4 {
    color: #e0e0e0;
    text-decoration: none;
    font-weight: 500;
    padding: 10px 15px;
    border-radius: 5px;
    transition: all 0.3s ease;
    position: relative;
}

.nav-link-d8m4:hover {
    color: #00d4ff;
    background: rgba(0, 212, 255, 0.1);
    transform: translateY(-2px);
}

.nav-toggle-mobile-x9k5 {
    display: none;
    flex-direction: column;
    cursor: pointer;
    gap: 4px;
}

.nav-toggle-mobile-x9k5 span {
    width: 25px;
    height: 3px;
    background: #00d4ff;
    transition: all 0.3s ease;
}

.main-content-r5t2 {
    margin-top: 80px;
}

.hero-section-m9k3 {
    padding: 60px 0;
    background: linear-gradient(135deg, rgba(0, 212, 255, 0.1) 0%, rgba(26, 26, 46, 0.8) 100%);
}

.game-info-card-s4l8 {
    background: rgba(255, 255, 255, 0.05);
    border-radius: 20px;
    padding: 40px;
    border: 1px solid rgba(0, 212, 255, 0.3);
    backdrop-filter: blur(10px);
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.3);
}

.game-header-b3m9 {
    display: flex;
    gap: 30px;
    align-items: flex-start;
    margin-bottom: 30px;
}

.game-icon-large-f2k7 {
    width: 120px;
    height: 120px;
    border-radius: 15px;
    border: 3px solid #00d4ff;
    box-shadow: 0 0 20px rgba(0, 212, 255, 0.5);
}

.game-title-main-q5r9 {
    font-size: 2.5rem;
    color: #00d4ff;
    margin-bottom: 15px;
    text-shadow: 0 0 15px rgba(0, 212, 255, 0.5);
}

.game-title-main-q5r9 i {
    margin-right: 10px;
}

.game-tags-x3n6 {
    display: flex;
    gap: 10px;
    margin-bottom: 20px;
    flex-wrap: wrap;
}

.tag-item-z7k2 {
    background: linear-gradient(45deg, #00d4ff, #0099cc);
    color: #fff;
    padding: 5px 12px;
    border-radius: 20px;
    font-size: 0.9rem;
    font-weight: 500;
    box-shadow: 0 2px 10px rgba(0, 212, 255, 0.3);
}

.game-description-t6m8 {
    font-size: 1.1rem;
    line-height: 1.8;
    color: #b0b0b0;
}

.download-section-v4h7 {
    text-align: center;
}

.download-btn-primary-j8k3 {
    display: inline-block;
    background: linear-gradient(45deg, #00d4ff, #0099cc);
    color: #fff;
    padding: 15px 30px;
    border-radius: 50px;
    text-decoration: none;
    font-size: 1.2rem;
    font-weight: bold;
    transition: all 0.3s ease;
    box-shadow: 0 5px 20px rgba(0, 212, 255, 0.4);
    margin-bottom: 15px;
}

.download-btn-primary-j8k3:hover {
    transform: translateY(-3px);
    box-shadow: 0 8px 25px rgba(0, 212, 255, 0.6);
}

.download-btn-primary-j8k3 i {
    margin-right: 8px;
}

.download-info-p9m2 {
    display: flex;
    justify-content: center;
    gap: 20px;
    font-size: 0.9rem;
    color: #888;
}

.content-section-a8r5 {
    padding: 80px 0;
}

.bg-alt-q3m7 {
    background: rgba(255, 255, 255, 0.02);
}

.section-title-m7k4 {
    font-size: 2.2rem;
    color: #00d4ff;
    text-align: center;
    margin-bottom: 50px;
    text-shadow: 0 0 15px rgba(0, 212, 255, 0.5);
}

.section-title-m7k4 i {
    margin-right: 15px;
}

.content-grid-n5p8 {
    display: grid;
    grid-template-columns: 2fr 1fr;
    gap: 50px;
    align-items: start;
}

.content-subtitle-r9m6 {
    font-size: 1.5rem;
    color: #00d4ff;
    margin-bottom: 20px;
    margin-top: 30px;
}

.content-subtitle-r9m6:first-child {
    margin-top: 0;
}

.content-text-t2n5 {
    font-size: 1.1rem;
    line-height: 1.8;
    margin-bottom: 20px;
    color: #c0c0c0;
}

.feature-list-k8p3 {
    list-style: none;
    margin-top: 20px;
}

.feature-item-x6m9 {
    padding: 10px 0;
    color: #c0c0c0;
    font-size: 1.1rem;
}

.feature-item-x6m9 i {
    color: #00d4ff;
    margin-right: 10px;
    width: 20px;
}

.content-image-z4n8 {
    width: 100%;
    border-radius: 15px;
    border: 2px solid rgba(0, 212, 255, 0.3);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.3);
}

.features-grid-p5k8 {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 30px;
}

.feature-card-w9m3 {
    background: rgba(255, 255, 255, 0.05);
    padding: 30px;
    border-radius: 15px;
    text-align: center;
    border: 1px solid rgba(0, 212, 255, 0.2);
    transition: all 0.3s ease;
}

.feature-card-w9m3:hover {
    transform: translateY(-5px);
    border-color: rgba(0, 212, 255, 0.5);
    box-shadow: 0 10px 30px rgba(0, 212, 255, 0.2);
}

.feature-icon-l4n7 {
    font-size: 3rem;
    color: #00d4ff;
    margin-bottom: 20px;
}

.feature-title-x6p2 {
    font-size: 1.3rem;
    color: #fff;
    margin-bottom: 15px;
}

.feature-desc-t8k5 {
    color: #b0b0b0;
    line-height: 1.6;
}

.screenshots-grid-k7m4 {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 20px;
}

.screenshot-item-n3p8 {
    border-radius: 10px;
    overflow: hidden;
    border: 2px solid rgba(0, 212, 255, 0.3);
    transition: all 0.3s ease;
}

.screenshot-item-n3p8:hover {
    transform: scale(1.05);
    border-color: rgba(0, 212, 255, 0.6);
    box-shadow: 0 10px 30px rgba(0, 212, 255, 0.3);
}

.screenshot-img-w5k9 {
    width: 100%;
    height: auto;
    display: block;
}

.download-center-p8k5 {
    text-align: center;
}

.download-card-m7n4 {
    background: rgba(255, 255, 255, 0.05);
    padding: 40px;
    border-radius: 20px;
    border: 1px solid rgba(0, 212, 255, 0.3);
    max-width: 500px;
    margin: 0 auto;
}

.download-title-x9k2 {
    font-size: 1.8rem;
    color: #00d4ff;
    margin-bottom: 15px;
}

.download-desc-t6m8 {
    color: #b0b0b0;
    margin-bottom: 25px;
    font-size: 1.1rem;
}

.download-features-l5p9 {
    display: flex;
    justify-content: center;
    gap: 15px;
    margin-bottom: 30px;
    flex-wrap: wrap;
}

.download-feature-k3m7 {
    background: rgba(0, 212, 255, 0.1);
    color: #00d4ff;
    padding: 5px 10px;
    border-radius: 15px;
    font-size: 0.9rem;
}

.download-btn-large-w8p4 {
    display: inline-block;
    background: linear-gradient(45deg, #00d4ff, #0099cc);
    color: #fff;
    padding: 18px 40px;
    border-radius: 50px;
    text-decoration: none;
    font-size: 1.3rem;
    font-weight: bold;
    transition: all 0.3s ease;
    box-shadow: 0 5px 20px rgba(0, 212, 255, 0.4);
}

.download-btn-large-w8p4:hover {
    transform: translateY(-3px);
    box-shadow: 0 8px 25px rgba(0, 212, 255, 0.6);
}

.guides-grid-n6k8, .news-grid-k9m6 {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 30px;
}

.guide-card-p4m7, .news-card-w7p3 {
    background: rgba(255, 255, 255, 0.05);
    padding: 25px;
    border-radius: 15px;
    border: 1px solid rgba(0, 212, 255, 0.2);
    transition: all 0.3s ease;
}

.guide-card-p4m7:hover, .news-card-w7p3:hover {
    transform: translateY(-5px);
    border-color: rgba(0, 212, 255, 0.5);
    box-shadow: 0 10px 30px rgba(0, 212, 255, 0.2);
}

.guide-title-x8k5, .news-title-x5k8 {
    font-size: 1.3rem;
    margin-bottom: 15px;
}

.guide-title-x8k5 a, .news-title-x5k8 a {
    color: #00d4ff;
    text-decoration: none;
    transition: color 0.3s ease;
}

.guide-title-x8k5 a:hover, .news-title-x5k8 a:hover {
    color: #33e0ff;
}

.guide-title-x8k5 i, .news-title-x5k8 i {
    margin-right: 8px;
}

.guide-desc-t5n9, .news-desc-t4n7 {
    color: #b0b0b0;
    line-height: 1.6;
    margin-bottom: 10px;
}

.news-date-m8k5 {
    color: #888;
    font-size: 0.9rem;
    font-style: italic;
}

.footer-main-z9k6 {
    background: rgba(15, 15, 35, 0.95);
    border-top: 2px solid #00d4ff;
    padding: 50px 0 20px;
}

.footer-content-w5m8 {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 40px;
    margin-bottom: 30px;
}

.footer-title-x4n9 {
    color: #00d4ff;
    font-size: 1.2rem;
    margin-bottom: 20px;
}

.footer-links-t6m7 {
    list-style: none;
}

.footer-links-t6m7 li {
    margin-bottom: 10px;
}

.footer-links-t6m7 a {
    color: #b0b0b0;
    text-decoration: none;
    transition: color 0.3s ease;
}

.footer-links-t6m7 a:hover {
    color: #00d4ff;
}

.footer-text-k8m5 {
    color: #b0b0b0;
    margin-bottom: 10px;
}

.footer-bottom-n3k7 {
    text-align: center;
    padding-top: 20px;
    border-top: 1px solid rgba(0, 212, 255, 0.3);
}

.copyright-text-m9p6 {
    color: #888;
}

@media (max-width: 768px) {
    .nav-menu-l3p7 {
        display: none;
        position: absolute;
        top: 100%;
        left: 0;
        right: 0;
        background: rgba(15, 15, 35, 0.98);
        flex-direction: column;
        padding: 20px;
        border-top: 1px solid rgba(0, 212, 255, 0.3);
    }
    
    .nav-menu-l3p7.active {
        display: flex;
    }
    
    .nav-toggle-mobile-x9k5 {
        display: flex;
    }
    
    .nav-toggle-mobile-x9k5.active span:nth-child(1) {
        transform: rotate(45deg) translate(5px, 5px);
    }
    
    .nav-toggle-mobile-x9k5.active span:nth-child(2) {
        opacity: 0;
    }
    
    .nav-toggle-mobile-x9k5.active span:nth-child(3) {
        transform: rotate(-45deg) translate(7px, -6px);
    }
    
    .game-header-b3m9 {
        flex-direction: column;
        text-align: center;
        gap: 20px;
    }
    
    .game-icon-large-f2k7 {
        width: 100px;
        height: 100px;
        margin: 0 auto;
    }
    
    .game-title-main-q5r9 {
        font-size: 2rem;
    }
    
    .content-grid-n5p8 {
        grid-template-columns: 1fr;
        gap: 30px;
    }
    
    .features-grid-p5k8 {
        grid-template-columns: 1fr;
    }
    
    .screenshots-grid-k7m4 {
        grid-template-columns: 1fr;
    }
    
    .download-features-l5p9 {
        flex-direction: column;
        align-items: center;
    }
    
    .guides-grid-n6k8, .news-grid-k9m6 {
        grid-template-columns: 1fr;
    }
    
    .footer-content-w5m8 {
        grid-template-columns: 1fr;
        text-align: center;
    }
    
    .container-fluid-p2k9 {
        padding: 0 15px;
    }
    
    .game-info-card-s4l8 {
        padding: 25px;
    }
    
    .content-section-a8r5 {
        padding: 50px 0;
    }
} 