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

body {
    font-family: 'Lato', sans-serif;
    background: linear-gradient(to bottom right, #fef6e4, #f3d2c1);
    color: #2c1810;
    line-height: 1.7;
}

.age-verify-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(44, 24, 16, 0.95);
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 10000;
    backdrop-filter: blur(8px);
}

.age-verify-overlay.hidden {
    display: none;
}

.age-verify-box {
    background: linear-gradient(135deg, #fef6e4 0%, #f3d2c1 100%);
    padding: 3rem;
    border-radius: 25px;
    text-align: center;
    max-width: 480px;
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.4);
    border: 3px solid #f4a261;
}

.verify-header {
    font-size: 5rem;
    margin-bottom: 1.5rem;
}

.age-verify-box h2 {
    font-family: 'Cinzel', serif;
    font-size: 2.2rem;
    color: #e76f51;
    margin-bottom: 1rem;
}

.age-verify-box p {
    font-size: 1.1rem;
    margin-bottom: 0.8rem;
}

.verify-notice {
    font-weight: 700;
    color: #e76f51;
    font-size: 1.3rem !important;
}

.verify-subtext {
    color: #8b6f47;
    font-style: italic;
}

.verify-actions {
    display: flex;
    gap: 1rem;
    margin-top: 2rem;
    justify-content: center;
}

.verify-actions button {
    padding: 1rem 2.5rem;
    font-size: 1.1rem;
    font-family: 'Cinzel', serif;
    font-weight: 600;
    border: none;
    border-radius: 50px;
    cursor: pointer;
    transition: all 0.3s ease;
}

.btn-confirm {
    background: #e76f51;
    color: white;
}

.btn-confirm:hover {
    background: #d95f41;
    transform: scale(1.05);
    box-shadow: 0 8px 25px rgba(231, 111, 81, 0.4);
}

.btn-deny {
    background: #8b6f47;
    color: white;
}

.btn-deny:hover {
    background: #7a5f37;
}

.page-wrapper {
    display: flex;
    min-height: 100vh;
}

.sidebar {
    width: 280px;
    background: linear-gradient(180deg, #2c1810 0%, #3d2518 100%);
    color: #fef6e4;
    padding: 2rem 0;
    position: fixed;
    height: 100vh;
    overflow-y: auto;
    box-shadow: 4px 0 20px rgba(0, 0, 0, 0.2);
    z-index: 1000;
    transition: transform 0.3s ease;
}

.sidebar-header {
    padding: 0 1.5rem 2rem;
    border-bottom: 2px solid #f4a261;
}

.site-brand {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 1rem;
}

.site-brand h1 {
    font-family: 'Cinzel', serif;
    font-size: 1.8rem;
    color: #f4a261;
    text-align: center;
}

.sidebar-close {
    display: none;
    background: none;
    border: none;
    color: #f4a261;
    font-size: 2rem;
    cursor: pointer;
    position: absolute;
    top: 1rem;
    right: 1rem;
}

.sidebar-nav {
    padding: 2rem 0;
}

.nav-item {
    display: block;
    padding: 1rem 1.5rem;
    color: #fef6e4;
    text-decoration: none;
    font-size: 1.1rem;
    transition: all 0.3s ease;
    border-left: 4px solid transparent;
}

.nav-item:hover, .nav-item.active {
    background: rgba(244, 162, 97, 0.2);
    border-left-color: #f4a261;
    color: #f4a261;
}

.sidebar-footer {
    padding: 2rem 1.5rem;
    border-top: 2px solid #f4a261;
    margin-top: auto;
}

.sidebar-tagline {
    text-align: center;
    color: #f4a261;
    font-style: italic;
}

.main-content {
    flex: 1;
    margin-left: 280px;
}

.top-bar {
    background: rgba(255, 255, 255, 0.9);
    padding: 1rem 2rem;
    display: flex;
    align-items: center;
    gap: 1rem;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    position: sticky;
    top: 0;
    z-index: 100;
}

.menu-toggle {
    display: none;
    flex-direction: column;
    gap: 5px;
    background: none;
    border: none;
    cursor: pointer;
}

.menu-toggle span {
    width: 28px;
    height: 3px;
    background: #e76f51;
    border-radius: 3px;
}

.top-brand {
    font-family: 'Cinzel', serif;
    font-size: 1.5rem;
    color: #e76f51;
    font-weight: 800;
}

main {
    padding: 3rem;
}

.welcome-banner {
    text-align: center;
    padding: 4rem 2rem;
    background: linear-gradient(135deg, rgba(231, 111, 81, 0.15), rgba(244, 162, 97, 0.15));
    border-radius: 30px;
    margin-bottom: 3rem;
    border: 2px solid #f4a261;
}

.welcome-banner h1 {
    font-family: 'Cinzel', serif;
    font-size: 3rem;
    color: #e76f51;
    margin-bottom: 1rem;
}

.banner-text {
    font-size: 1.4rem;
    color: #8b6f47;
    margin-bottom: 2rem;
}

.banner-badges {
    display: flex;
    justify-content: center;
    gap: 1.5rem;
    flex-wrap: wrap;
}

.badge {
    background: white;
    padding: 0.75rem 1.5rem;
    border-radius: 25px;
    font-weight: 600;
    color: #e76f51;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
}

.section-title {
    font-family: 'Cinzel', serif;
    font-size: 2.5rem;
    color: #e76f51;
    text-align: center;
    margin-bottom: 2rem;
}

.section-description {
    text-align: center;
    font-size: 1.2rem;
    color: #8b6f47;
    margin-bottom: 2rem;
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
}

.important-notices {
    margin-bottom: 4rem;
}

.notices-container {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 2rem;
}

.notice-box {
    background: white;
    padding: 2rem;
    border-radius: 20px;
    box-shadow: 0 8px 30px rgba(0, 0, 0, 0.1);
    border-left: 5px solid;
}

.notice-primary {
    border-left-color: #e76f51;
}

.notice-secondary {
    border-left-color: #f4a261;
}

.notice-tertiary {
    border-left-color: #e9c46a;
}

.notice-emoji {
    font-size: 3rem;
    display: block;
    margin-bottom: 1rem;
}

.notice-box h3 {
    font-family: 'Cinzel', serif;
    font-size: 1.6rem;
    color: #2c1810;
    margin-bottom: 1rem;
}

.featured-game {
    margin-bottom: 4rem;
}

.game-wrapper {
    margin-bottom: 2rem;
}

.game-embed {
    width: 100%;
    height: 650px;
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0 15px 50px rgba(0, 0, 0, 0.2);
    background: white;
}

.game-embed iframe {
    width: 100%;
    height: 100%;
}

.game-info {
    background: white;
    padding: 2rem;
    border-radius: 20px;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 1.5rem;
}

.info-item {
    padding: 1rem;
    background: linear-gradient(135deg, #fef6e4, #f3d2c1);
    border-radius: 10px;
    font-size: 1.05rem;
}

.info-item strong {
    color: #e76f51;
}

.features-showcase {
    margin-bottom: 4rem;
}

.features-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 2rem;
}

.feature-card {
    background: white;
    padding: 2.5rem;
    border-radius: 20px;
    text-align: center;
    transition: transform 0.3s ease;
    box-shadow: 0 8px 30px rgba(0, 0, 0, 0.1);
}

.feature-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 15px 40px rgba(231, 111, 81, 0.2);
}

.feature-icon {
    font-size: 4rem;
    margin-bottom: 1rem;
}

.feature-card h3 {
    font-family: 'Cinzel', serif;
    font-size: 1.6rem;
    color: #e76f51;
    margin-bottom: 1rem;
}

.platform-info {
    margin-bottom: 4rem;
}

.info-columns {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(400px, 1fr));
    gap: 2rem;
}

.info-column {
    background: white;
    padding: 2.5rem;
    border-radius: 20px;
    box-shadow: 0 8px 30px rgba(0, 0, 0, 0.1);
}

.info-column h3 {
    font-family: 'Cinzel', serif;
    font-size: 1.8rem;
    color: #e76f51;
    margin-bottom: 1.5rem;
}

.info-column p {
    margin-bottom: 1rem;
    font-size: 1.05rem;
}

.transparency-section {
    background: linear-gradient(135deg, rgba(231, 111, 81, 0.1), rgba(244, 162, 97, 0.1));
    padding: 3rem;
    border-radius: 30px;
    text-align: center;
    border: 2px solid #f4a261;
}

.transparency-text {
    font-size: 1.2rem;
    max-width: 900px;
    margin: 0 auto 3rem;
    color: #2c1810;
}

.stats-row {
    display: flex;
    justify-content: center;
    gap: 3rem;
    flex-wrap: wrap;
}

.stat-box {
    text-align: center;
}

.stat-value {
    font-family: 'Cinzel', serif;
    font-size: 3.5rem;
    font-weight: 800;
    color: #e76f51;
}

.stat-label {
    font-size: 1.2rem;
    color: #8b6f47;
    margin-top: 0.5rem;
}

.site-footer {
    background: linear-gradient(180deg, #2c1810 0%, #3d2518 100%);
    color: #fef6e4;
    padding: 3rem 2rem 1.5rem;
    margin-top: 4rem;
}

.footer-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 3rem;
    margin-bottom: 2rem;
}

.footer-block h4 {
    font-family: 'Cinzel', serif;
    font-size: 1.4rem;
    color: #f4a261;
    margin-bottom: 1rem;
}

.footer-list {
    list-style: none;
}

.footer-list li {
    margin-bottom: 0.7rem;
}

.footer-list a {
    color: #fef6e4;
    text-decoration: none;
    transition: color 0.3s ease;
}

.footer-list a:hover {
    color: #f4a261;
}

.footer-copyright {
    text-align: center;
    padding-top: 2rem;
    border-top: 2px solid #f4a261;
    color: #f4a261;
}

@media (max-width: 968px) {
    .sidebar {
        transform: translateX(-100%);
    }

    .sidebar.active {
        transform: translateX(0);
    }

    .sidebar-close {
        display: block;
    }

    .main-content {
        margin-left: 0;
    }

    .menu-toggle {
        display: flex;
    }

    main {
        padding: 2rem 1.5rem;
    }

    .welcome-banner h1 {
        font-size: 2rem;
    }

    .banner-text {
        font-size: 1.1rem;
    }

    .game-embed {
        height: 450px;
    }

    .info-columns {
        grid-template-columns: 1fr;
    }

    .stats-row {
        gap: 2rem;
    }

    .age-verify-box {
        margin: 1rem;
        padding: 2rem;
    }

    .verify-actions {
        flex-direction: column;
    }
}
