* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    font-family: 'Space Grotesk', sans-serif;
    background: radial-gradient(ellipse at center, #0d1b2a 0%, #000 100%);
    color: #e0f4ff;
    line-height: 1.7;
    min-height: 100vh;
}

.section-content {
    max-width: 100%;
    width: 100%;
    margin: 0 auto;
    padding: 0 30px;
}

/* Age Verification Screen */
.age-verify-screen {
    position: fixed;
    inset: 0;
    background: rgba(0, 0, 0, 0.96);
    display: none;
    align-items: center;
    justify-content: center;
    z-index: 10000;
}

.age-verify-screen.active {
    display: flex;
}

.verify-box {
    background: linear-gradient(145deg, #1b3a52 0%, #0d1b2a 100%);
    padding: 50px;
    border-radius: 25px;
    text-align: center;
    max-width: 600px;
    border: 3px solid #0af;
    box-shadow: 0 0 60px rgba(0, 170, 255, 0.5);
}

.verify-icon {
    font-size: 4em;
    margin-bottom: 20px;
}

.verify-box h2 {
    font-family: 'Exo 2', sans-serif;
    color: #0af;
    font-size: 2.3em;
    font-weight: 900;
    margin-bottom: 25px;
    text-transform: uppercase;
    letter-spacing: 2px;
}

.verify-box p {
    font-size: 1.2em;
    margin-bottom: 15px;
}

.verify-note {
    font-size: 1em;
    color: #aaa;
    font-style: italic;
}

.verify-buttons {
    display: flex;
    gap: 20px;
    margin-top: 40px;
    justify-content: center;
}

.btn-confirm-access, .btn-deny-access {
    padding: 18px 40px;
    font-size: 1.15em;
    font-family: 'Exo 2', sans-serif;
    font-weight: 700;
    border: none;
    border-radius: 10px;
    cursor: pointer;
    transition: all 0.3s ease;
    text-transform: uppercase;
}

.btn-confirm-access {
    background: linear-gradient(135deg, #0af 0%, #0077cc 100%);
    color: #fff;
}

.btn-confirm-access:hover {
    background: linear-gradient(135deg, #33bbff 0%, #0099ee 100%);
    transform: translateY(-4px);
    box-shadow: 0 8px 25px rgba(0, 170, 255, 0.6);
}

.btn-deny-access {
    background: #555;
    color: #fff;
}

.btn-deny-access:hover {
    background: #666;
    transform: translateY(-4px);
}

/* Header */
.top-header {
    background: rgba(13, 27, 42, 0.92);
    backdrop-filter: blur(15px);
    padding: 18px 0;
    position: sticky;
    top: 0;
    z-index: 1000;
    border-bottom: 2px solid #0af;
}

.header-inner {
    max-width: 100%;
    margin: 0 auto;
    padding: 0 30px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.logo-link {
    display: flex;
    align-items: center;
    gap: 15px;
    text-decoration: none;
}

.logo-text {
    font-family: 'Exo 2', sans-serif;
    font-size: 2.1em;
    font-weight: 900;
    color: #0af;
    letter-spacing: 3px;
    text-shadow: 0 0 15px rgba(0, 170, 255, 0.7);
}

.nav-toggle {
    display: none;
    flex-direction: column;
    background: none;
    border: none;
    cursor: pointer;
    padding: 10px;
}

.nav-toggle .bar {
    width: 30px;
    height: 3px;
    background: #0af;
    margin: 4px 0;
    border-radius: 5px;
    transition: 0.3s;
}

.main-nav {
    display: flex;
    gap: 40px;
}

.main-nav a {
    color: #e0f4ff;
    text-decoration: none;
    font-size: 1.15em;
    font-weight: 600;
    transition: all 0.3s ease;
    position: relative;
}

.main-nav a::before {
    content: '';
    position: absolute;
    bottom: -8px;
    left: 0;
    width: 0;
    height: 3px;
    background: #0af;
    transition: width 0.3s ease;
}

.main-nav a:hover {
    color: #0af;
}

.main-nav a:hover::before {
    width: 100%;
}

/* Intro Section */
.intro-section {
    position: relative;
    padding: 110px 0;
    text-align: center;
    overflow: hidden;
}

.stars-bg {
    position: absolute;
    inset: 0;
    background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100"><circle cx="10" cy="10" r="1" fill="rgba(255,255,255,0.3)"/><circle cx="30" cy="25" r="1" fill="rgba(0,170,255,0.4)"/><circle cx="50" cy="15" r="1.5" fill="rgba(255,255,255,0.5)"/><circle cx="70" cy="30" r="1" fill="rgba(0,170,255,0.3)"/><circle cx="85" cy="10" r="1" fill="rgba(255,255,255,0.4)"/></svg>') repeat;
    opacity: 0.6;
}

.main-heading {
    position: relative;
    z-index: 1;
    font-family: 'Exo 2', sans-serif;
    font-size: 4.5em;
    font-weight: 900;
    color: #0af;
    margin-bottom: 30px;
    text-transform: uppercase;
    letter-spacing: 3px;
    text-shadow: 0 0 30px rgba(0, 170, 255, 0.8);
}

.lead-paragraph {
    position: relative;
    z-index: 1;
    font-size: 1.4em;
    max-width: 950px;
    margin: 0 auto 50px;
    line-height: 1.8;
}

.action-btn {
    position: relative;
    z-index: 1;
    display: inline-block;
    padding: 20px 50px;
    background: linear-gradient(135deg, #0af 0%, #0077cc 100%);
    color: #fff;
    text-decoration: none;
    font-size: 1.4em;
    font-family: 'Exo 2', sans-serif;
    font-weight: 700;
    border-radius: 50px;
    transition: all 0.3s ease;
    box-shadow: 0 5px 30px rgba(0, 170, 255, 0.5);
    text-transform: uppercase;
}

.action-btn:hover {
    background: linear-gradient(135deg, #33bbff 0%, #0099ee 100%);
    transform: translateY(-6px);
    box-shadow: 0 10px 40px rgba(0, 170, 255, 0.7);
}

/* Info Section */
.info-section {
    padding: 90px 0;
    background: rgba(0, 0, 0, 0.4);
}

.section-title {
    font-family: 'Exo 2', sans-serif;
    font-size: 3.2em;
    font-weight: 900;
    color: #0af;
    text-align: center;
    margin-bottom: 60px;
    text-transform: uppercase;
    letter-spacing: 2px;
}

.cards-container {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(340px, 1fr));
    gap: 45px;
}

.info-card {
    background: linear-gradient(145deg, rgba(27, 58, 82, 0.6) 0%, rgba(13, 27, 42, 0.6) 100%);
    border: 2px solid rgba(0, 170, 255, 0.4);
    border-radius: 20px;
    padding: 45px;
    text-align: center;
    transition: all 0.3s ease;
}

.info-card:hover {
    border-color: #0af;
    transform: translateY(-10px);
    box-shadow: 0 15px 40px rgba(0, 170, 255, 0.4);
}

.card-emoji {
    font-size: 4em;
    margin-bottom: 25px;
}

.info-card h3 {
    font-family: 'Exo 2', sans-serif;
    font-size: 1.8em;
    color: #0af;
    margin-bottom: 20px;
    font-weight: 700;
}

.info-card p {
    font-size: 1.1em;
    line-height: 1.8;
}

/* Game Section */
.game-section {
    padding: 90px 0;
}

.game-wrapper {
    max-width: 1400px;
    margin: 0 auto 45px;
}

.game-frame {
    width: 100%;
    height: 800px;
    border: 4px solid #0af;
    border-radius: 25px;
    box-shadow: 0 0 50px rgba(0, 170, 255, 0.5);
}

.notice-bars {
    display: flex;
    flex-direction: column;
    gap: 25px;
    max-width: 1100px;
    margin: 0 auto;
}

.notice-bar {
    padding: 25px;
    border-radius: 15px;
    font-size: 1.15em;
    border: 2px solid;
}

.warning-bar {
    background: rgba(255, 80, 0, 0.15);
    border-color: #ff5000;
}

.info-bar {
    background: rgba(0, 170, 255, 0.15);
    border-color: #0af;
}

/* Features Section */
.features-section {
    padding: 90px 0;
    background: rgba(0, 0, 0, 0.4);
}

.feature-list {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 40px;
}

.feature-block {
    text-align: center;
    padding: 40px;
}

.feature-badge {
    font-family: 'Exo 2', sans-serif;
    font-size: 4em;
    font-weight: 900;
    color: rgba(0, 170, 255, 0.4);
    margin-bottom: 25px;
}

.feature-block h3 {
    font-family: 'Exo 2', sans-serif;
    font-size: 1.7em;
    color: #0af;
    margin-bottom: 18px;
    font-weight: 700;
}

.feature-block p {
    font-size: 1.1em;
    line-height: 1.8;
}

/* Critical Info Section */
.critical-info-section {
    padding: 90px 0;
}

.critical-title {
    color: #ff5000;
}

.briefing-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
    gap: 40px;
}

.briefing-item {
    background: linear-gradient(145deg, rgba(27, 58, 82, 0.5) 0%, rgba(13, 27, 42, 0.5) 100%);
    border: 3px solid #ff5000;
    border-radius: 18px;
    padding: 40px;
}

.briefing-item h4 {
    font-family: 'Exo 2', sans-serif;
    font-size: 1.6em;
    color: #ff5000;
    margin-bottom: 18px;
    font-weight: 700;
}

.briefing-item p {
    font-size: 1.1em;
    line-height: 1.8;
}

/* Play Page */
.play-intro {
    padding: 80px 0;
    text-align: center;
    background: rgba(0, 0, 0, 0.3);
}

.page-heading {
    font-family: 'Exo 2', sans-serif;
    font-size: 3.8em;
    font-weight: 900;
    color: #0af;
    margin-bottom: 25px;
    text-transform: uppercase;
}

.page-description {
    font-size: 1.3em;
    max-width: 850px;
    margin: 0 auto;
    line-height: 1.8;
}

.play-game-section {
    padding: 50px 0 90px;
}

.game-display-area {
    max-width: 1500px;
    margin: 0 auto;
}

.full-game-frame {
    width: 100%;
    height: 900px;
    border: 4px solid #0af;
    border-radius: 25px;
    box-shadow: 0 0 50px rgba(0, 170, 255, 0.5);
}

.game-details-section {
    padding: 80px 0;
    background: rgba(0, 0, 0, 0.4);
}

.details-columns {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
    gap: 40px;
    margin-bottom: 50px;
}

.detail-col {
    background: linear-gradient(145deg, rgba(27, 58, 82, 0.5) 0%, rgba(13, 27, 42, 0.5) 100%);
    border: 2px solid rgba(0, 170, 255, 0.4);
    border-radius: 18px;
    padding: 40px;
}

.detail-col h3 {
    font-family: 'Exo 2', sans-serif;
    color: #0af;
    margin-bottom: 18px;
    font-size: 1.5em;
    font-weight: 700;
}

.detail-col p {
    line-height: 1.8;
    font-size: 1.05em;
}

.play-reminder-box {
    background: rgba(255, 80, 0, 0.15);
    border: 3px solid #ff5000;
    padding: 35px;
    border-radius: 15px;
    text-align: center;
    max-width: 1000px;
    margin: 0 auto;
}

.play-reminder-box p {
    font-size: 1.15em;
    line-height: 1.8;
}

/* Legal Pages */
.legal-content-section {
    padding: 70px 0;
}

.legal-heading {
    font-family: 'Exo 2', sans-serif;
    font-size: 3.8em;
    font-weight: 900;
    color: #0af;
    margin-bottom: 20px;
    text-transform: uppercase;
}

.legal-date {
    font-style: italic;
    color: #888;
    margin-bottom: 50px;
    font-size: 1.05em;
}

.legal-body {
    max-width: 1150px;
}

.legal-body h2 {
    font-family: 'Exo 2', sans-serif;
    font-size: 2.2em;
    color: #0af;
    margin-top: 50px;
    margin-bottom: 22px;
    font-weight: 700;
}

.legal-body h3, .legal-body h4 {
    color: #33bbff;
    margin-top: 28px;
    margin-bottom: 15px;
}

.legal-body p {
    margin-bottom: 20px;
    line-height: 1.9;
    font-size: 1.08em;
}

.legal-body ul {
    margin-left: 40px;
    margin-bottom: 20px;
}

.legal-body li {
    margin-bottom: 13px;
    line-height: 1.8;
}

.legal-body a {
    color: #0af;
    text-decoration: none;
    border-bottom: 1px solid transparent;
    transition: border-color 0.3s ease;
}

.legal-body a:hover {
    border-bottom-color: #0af;
}

/* Footer */
.site-footer {
    background: rgba(13, 27, 42, 0.95);
    padding: 75px 0 30px;
    border-top: 3px solid #0af;
    margin-top: 100px;
}

.footer-content {
    max-width: 100%;
    margin: 0 auto;
    padding: 0 30px;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(290px, 1fr));
    gap: 50px;
    margin-bottom: 50px;
}

.footer-section h4 {
    font-family: 'Exo 2', sans-serif;
    color: #0af;
    margin-bottom: 22px;
    font-size: 1.4em;
    font-weight: 700;
}

.footer-section p {
    line-height: 1.8;
    font-size: 1.05em;
}

.footer-section ul {
    list-style: none;
}

.footer-section li {
    margin-bottom: 13px;
}

.footer-section a {
    color: #e0f4ff;
    text-decoration: none;
    transition: color 0.3s ease;
}

.footer-section a:hover {
    color: #0af;
}

.resource-list a {
    color: #ff5000;
}

.resource-list a:hover {
    color: #ff8040;
}

.footer-legal {
    text-align: center;
    padding-top: 35px;
    border-top: 1px solid rgba(0, 170, 255, 0.3);
    color: #888;
    max-width: 100%;
    margin: 0 auto;
    padding-left: 30px;
    padding-right: 30px;
}

/* Mobile Styles */
@media (max-width: 768px) {
    .nav-toggle {
        display: flex;
    }

    .main-nav {
        position: fixed;
        top: 0;
        right: -100%;
        width: 70%;
        height: 100vh;
        background: rgba(13, 27, 42, 0.98);
        flex-direction: column;
        padding: 100px 40px;
        transition: right 0.3s ease;
        border-left: 3px solid #0af;
    }

    .main-nav.open {
        right: 0;
    }

    .main-nav a {
        font-size: 1.5em;
        padding: 20px 0;
    }

    .main-heading {
        font-size: 2.8em;
    }

    .lead-paragraph {
        font-size: 1.2em;
    }

    .section-title {
        font-size: 2.4em;
    }

    .cards-container, .feature-list, .briefing-grid {
        grid-template-columns: 1fr;
    }

    .game-frame {
        height: 600px;
    }

    .full-game-frame {
        height: 700px;
    }

    .page-heading, .legal-heading {
        font-size: 2.5em;
    }

    .legal-body h2 {
        font-size: 1.8em;
    }
}
