* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    font-family: 'Roboto', sans-serif;
    background: linear-gradient(180deg, #1a3a1a 0%, #0d1f0d 100%);
    color: #f0f0f0;
    line-height: 1.6;
    min-height: 100vh;
}

.content-container {
    max-width: 100%;
    width: 100%;
    margin: 0 auto;
    padding: 0 25px;
}

/* Age Modal */
.age-modal {
    position: fixed;
    inset: 0;
    background: rgba(0, 0, 0, 0.94);
    display: none;
    align-items: center;
    justify-content: center;
    z-index: 10000;
}

.age-modal.show {
    display: flex;
}

.modal-box {
    background: linear-gradient(145deg, #2d5a2d 0%, #1a3a1a 100%);
    padding: 45px;
    border-radius: 20px;
    text-align: center;
    max-width: 550px;
    border: 4px solid #52c41a;
    box-shadow: 0 0 50px rgba(82, 196, 26, 0.5);
}

.modal-icon {
    font-size: 3.5em;
    margin-bottom: 20px;
}

.modal-box h2 {
    font-family: 'Bebas Neue', cursive;
    color: #ffd700;
    font-size: 2.5em;
    margin-bottom: 20px;
    letter-spacing: 2px;
}

.modal-box p {
    font-size: 1.15em;
    margin-bottom: 12px;
}

.modal-info {
    font-weight: 700;
    color: #52c41a;
    font-size: 1.25em;
}

.modal-disclaimer {
    font-size: 0.95em;
    color: #999;
    font-style: italic;
}

.modal-btns {
    display: flex;
    gap: 20px;
    margin-top: 35px;
    justify-content: center;
}

.btn-accept, .btn-reject {
    padding: 16px 35px;
    font-size: 1.1em;
    font-family: 'Bebas Neue', cursive;
    border: none;
    border-radius: 8px;
    cursor: pointer;
    transition: all 0.3s ease;
    letter-spacing: 1px;
}

.btn-accept {
    background: #52c41a;
    color: #fff;
    font-weight: 700;
}

.btn-accept:hover {
    background: #73d13d;
    transform: translateY(-4px);
    box-shadow: 0 6px 20px rgba(82, 196, 26, 0.6);
}

.btn-reject {
    background: #8c8c8c;
    color: #fff;
}

.btn-reject:hover {
    background: #a6a6a6;
    transform: translateY(-4px);
}

/* Header */
.site-header {
    background: rgba(26, 58, 26, 0.93);
    backdrop-filter: blur(12px);
    padding: 18px 0;
    position: sticky;
    top: 0;
    z-index: 1000;
    border-bottom: 3px solid #52c41a;
}

.header-wrapper {
    max-width: 100%;
    margin: 0 auto;
    padding: 0 25px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.brand-logo {
    display: flex;
    align-items: center;
    gap: 12px;
}

.brand-name {
    font-family: 'Bebas Neue', cursive;
    font-size: 2.3em;
    color: #ffd700;
    letter-spacing: 3px;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
}

.menu-btn {
    display: none;
    flex-direction: column;
    background: none;
    border: none;
    cursor: pointer;
    padding: 8px;
}

.menu-line {
    width: 28px;
    height: 3px;
    background: #52c41a;
    margin: 3px 0;
    border-radius: 3px;
    transition: 0.3s;
}

.site-nav {
    display: flex;
    gap: 35px;
}

.nav-item {
    color: #f0f0f0;
    text-decoration: none;
    font-size: 1.1em;
    font-weight: 500;
    transition: all 0.3s ease;
    padding-bottom: 4px;
    border-bottom: 2px solid transparent;
}

.nav-item:hover {
    color: #52c41a;
    border-bottom-color: #52c41a;
}

/* Hero Area */
.hero-area {
    padding: 100px 0;
    text-align: center;
    background: linear-gradient(135deg, rgba(82, 196, 26, 0.2) 0%, rgba(255, 215, 0, 0.15) 100%);
}

.hero-heading {
    font-family: 'Bebas Neue', cursive;
    font-size: 4.2em;
    color: #ffd700;
    margin-bottom: 25px;
    letter-spacing: 3px;
    text-shadow: 3px 3px 6px rgba(0, 0, 0, 0.6);
}

.hero-desc {
    font-size: 1.35em;
    max-width: 900px;
    margin: 0 auto 45px;
    line-height: 1.7;
}

.cta-link {
    display: inline-block;
    padding: 18px 45px;
    background: linear-gradient(135deg, #52c41a 0%, #73d13d 100%);
    color: #fff;
    text-decoration: none;
    font-size: 1.3em;
    font-family: 'Bebas Neue', cursive;
    letter-spacing: 2px;
    border-radius: 10px;
    transition: all 0.3s ease;
    box-shadow: 0 5px 20px rgba(82, 196, 26, 0.4);
}

.cta-link:hover {
    background: linear-gradient(135deg, #73d13d 0%, #95de64 100%);
    transform: translateY(-5px);
    box-shadow: 0 8px 30px rgba(82, 196, 26, 0.6);
}

/* Intro Area */
.intro-area {
    padding: 85px 0;
}

.area-heading {
    font-family: 'Bebas Neue', cursive;
    font-size: 3.2em;
    color: #ffd700;
    text-align: center;
    margin-bottom: 30px;
    letter-spacing: 2px;
}

.area-intro {
    font-size: 1.2em;
    text-align: center;
    max-width: 950px;
    margin: 0 auto 55px;
    line-height: 1.8;
}

.intro-cards {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(330px, 1fr));
    gap: 40px;
}

.intro-card {
    border-radius: 16px;
    padding: 40px;
    text-align: center;
    transition: all 0.3s ease;
    border: 3px solid;
}

.green-card {
    background: rgba(82, 196, 26, 0.15);
    border-color: #52c41a;
}

.gold-card {
    background: rgba(255, 215, 0, 0.15);
    border-color: #ffd700;
}

.trophy-card {
    background: rgba(115, 209, 61, 0.15);
    border-color: #73d13d;
}

.intro-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 12px 35px rgba(82, 196, 26, 0.3);
}

.card-icon {
    font-size: 3.5em;
    display: block;
    margin-bottom: 20px;
}

.intro-card h3 {
    font-family: 'Bebas Neue', cursive;
    font-size: 1.8em;
    color: #ffd700;
    margin-bottom: 15px;
    letter-spacing: 1px;
}

.intro-card p {
    font-size: 1.05em;
    line-height: 1.7;
}

/* Featured Game Area */
.featured-game-area {
    padding: 85px 0;
    background: rgba(0, 0, 0, 0.3);
}

.game-embed-box {
    max-width: 1350px;
    margin: 0 auto 40px;
}

.game-embed {
    width: 100%;
    height: 780px;
    border: 4px solid #52c41a;
    border-radius: 20px;
    box-shadow: 0 0 45px rgba(82, 196, 26, 0.4);
}

.game-alerts {
    display: flex;
    flex-direction: column;
    gap: 20px;
    max-width: 1050px;
    margin: 0 auto;
}

.alert {
    padding: 22px;
    border-radius: 12px;
    font-size: 1.1em;
    border: 3px solid;
}

.age-alert {
    background: rgba(255, 100, 50, 0.15);
    border-color: #ff6432;
}

.info-alert {
    background: rgba(82, 196, 26, 0.15);
    border-color: #52c41a;
}

/* Benefits Area */
.benefits-area {
    padding: 85px 0;
}

.benefits-list {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(290px, 1fr));
    gap: 35px;
}

.benefit-item {
    text-align: center;
    padding: 35px;
}

.benefit-num {
    font-family: 'Bebas Neue', cursive;
    font-size: 4em;
    color: rgba(82, 196, 26, 0.4);
    margin-bottom: 20px;
    letter-spacing: 2px;
}

.benefit-item h3 {
    font-family: 'Bebas Neue', cursive;
    font-size: 1.8em;
    color: #ffd700;
    margin-bottom: 15px;
    letter-spacing: 1px;
}

.benefit-item p {
    font-size: 1.05em;
    line-height: 1.7;
}

/* Warnings Area */
.warnings-area {
    padding: 85px 0;
    background: rgba(0, 0, 0, 0.3);
}

.warnings-heading {
    color: #ff6432;
}

.warnings-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
    gap: 35px;
}

.warning-box {
    border-radius: 15px;
    padding: 38px;
    border: 3px solid;
}

.age-box {
    background: rgba(255, 100, 50, 0.12);
    border-color: #ff6432;
}

.entertainment-box {
    background: rgba(82, 196, 26, 0.12);
    border-color: #52c41a;
}

.free-box {
    background: rgba(255, 215, 0, 0.12);
    border-color: #ffd700;
}

.warning-box h3 {
    font-family: 'Bebas Neue', cursive;
    font-size: 1.7em;
    margin-bottom: 15px;
    letter-spacing: 1px;
}

.age-box h3 {
    color: #ff6432;
}

.entertainment-box h3 {
    color: #52c41a;
}

.free-box h3 {
    color: #ffd700;
}

/* Play Page */
.play-header {
    padding: 75px 0;
    text-align: center;
    background: linear-gradient(135deg, rgba(82, 196, 26, 0.2) 0%, rgba(255, 215, 0, 0.15) 100%);
}

.page-title {
    font-family: 'Bebas Neue', cursive;
    font-size: 3.8em;
    color: #ffd700;
    margin-bottom: 20px;
    letter-spacing: 2px;
}

.page-subtitle {
    font-size: 1.25em;
    max-width: 850px;
    margin: 0 auto;
    line-height: 1.7;
}

.gameplay-area {
    padding: 45px 0 85px;
}

.game-display {
    max-width: 1450px;
    margin: 0 auto;
}

.fullsize-game {
    width: 100%;
    height: 880px;
    border: 4px solid #52c41a;
    border-radius: 20px;
    box-shadow: 0 0 45px rgba(82, 196, 26, 0.4);
}

.game-info-area {
    padding: 75px 0;
    background: rgba(0, 0, 0, 0.3);
}

.info-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
    gap: 35px;
    margin-bottom: 45px;
}

.info-box {
    background: rgba(45, 90, 45, 0.5);
    border: 3px solid rgba(82, 196, 26, 0.4);
    border-radius: 15px;
    padding: 35px;
}

.info-box h3 {
    font-family: 'Bebas Neue', cursive;
    color: #ffd700;
    margin-bottom: 15px;
    font-size: 1.6em;
    letter-spacing: 1px;
}

.info-box p {
    line-height: 1.7;
    font-size: 1.05em;
}

.play-warning {
    background: rgba(255, 100, 50, 0.15);
    border: 3px solid #ff6432;
    padding: 32px;
    border-radius: 12px;
    text-align: center;
    max-width: 1000px;
    margin: 0 auto;
}

.play-warning p {
    font-size: 1.15em;
    line-height: 1.7;
}

/* Legal Section */
.legal-section {
    padding: 65px 0;
}

.legal-title {
    font-family: 'Bebas Neue', cursive;
    font-size: 3.8em;
    color: #ffd700;
    margin-bottom: 15px;
    letter-spacing: 2px;
}

.legal-updated {
    font-style: italic;
    color: #888;
    margin-bottom: 45px;
    font-size: 1.05em;
}

.legal-text {
    max-width: 1100px;
}

.legal-text h3 {
    font-family: 'Bebas Neue', cursive;
    font-size: 2em;
    color: #52c41a;
    margin-top: 40px;
    margin-bottom: 18px;
    letter-spacing: 1px;
}

.legal-text p {
    margin-bottom: 18px;
    line-height: 1.8;
    font-size: 1.05em;
}

.legal-text ul {
    margin-left: 35px;
    margin-bottom: 18px;
}

.legal-text li {
    margin-bottom: 12px;
    line-height: 1.7;
}

.legal-text a {
    color: #52c41a;
    text-decoration: none;
    border-bottom: 1px solid transparent;
    transition: border-color 0.3s ease;
}

.legal-text a:hover {
    border-bottom-color: #52c41a;
}

/* Footer */
.page-footer {
    background: rgba(26, 58, 26, 0.95);
    padding: 70px 0 25px;
    border-top: 3px solid #52c41a;
    margin-top: 90px;
}

.footer-columns {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 45px;
    margin-bottom: 45px;
}

.footer-col h4 {
    font-family: 'Bebas Neue', cursive;
    color: #ffd700;
    margin-bottom: 20px;
    font-size: 1.5em;
    letter-spacing: 1px;
}

.footer-col p {
    line-height: 1.7;
    font-size: 1.05em;
}

.footer-col ul {
    list-style: none;
}

.footer-col li {
    margin-bottom: 12px;
}

.footer-col a {
    color: #f0f0f0;
    text-decoration: none;
    transition: color 0.3s ease;
}

.footer-col a:hover {
    color: #52c41a;
}

.support-links a {
    color: #ff6432;
}

.support-links a:hover {
    color: #ff8866;
}

.footer-bar {
    text-align: center;
    padding-top: 30px;
    border-top: 1px solid rgba(82, 196, 26, 0.3);
    color: #888;
}

/* Mobile Styles */
@media (max-width: 768px) {
    .menu-btn {
        display: flex;
    }

    .site-nav {
        position: fixed;
        top: 0;
        right: -100%;
        width: 72%;
        height: 100vh;
        background: rgba(26, 58, 26, 0.98);
        flex-direction: column;
        padding: 90px 35px;
        transition: right 0.3s ease;
        border-left: 3px solid #52c41a;
    }

    .site-nav.active {
        right: 0;
    }

    .nav-item {
        font-size: 1.4em;
        padding: 18px 0;
    }

    .hero-heading {
        font-size: 2.8em;
    }

    .hero-desc {
        font-size: 1.15em;
    }

    .area-heading {
        font-size: 2.4em;
    }

    .intro-cards, .benefits-list, .warnings-grid {
        grid-template-columns: 1fr;
    }

    .game-embed {
        height: 600px;
    }

    .fullsize-game {
        height: 700px;
    }

    .page-title, .legal-title {
        font-size: 2.8em;
    }

    .legal-text h3 {
        font-size: 1.7em;
    }
}
