/* Prime Winner Zone v2 – high-contrast glassmorphism design */
:root {
    --bg-main: #020617;
    --bg-elevated: #020617;
    --card-dark: rgba(15, 23, 42, 0.96);
    --card-soft: rgba(15, 23, 42, 0.9);
    --card-border: rgba(148, 163, 184, 0.55);
    --accent: #f97316;
    --accent-soft: rgba(249, 115, 22, 0.2);
    --accent-strong: #fb923c;
    --accent-alt: #22c55e;
    --text-main: #f9fafb;
    --text-soft: #cbd5e1;
    --text-muted: #94a3b8;
    --shadow-soft: 0 28px 80px rgba(15, 23, 42, 0.85);
    --radius-xl: 26px;
    --radius-lg: 18px;
    --radius-pill: 999px;
}

*,
*::before,
*::after {
    box-sizing: border-box;
}
html {
    overflow-x: hidden;
}
body.bg-body {
    margin: 0;
    min-height: 100vh;
    font-family: "Plus Jakarta Sans", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
    background:
        radial-gradient(circle at 0% 0%, rgba(37, 99, 235, 0.38), transparent 60%),
        radial-gradient(circle at 100% 100%, rgba(56, 189, 248, 0.38), transparent 60%),
        radial-gradient(circle at 50% 0%, rgba(30, 64, 175, 0.45), transparent 60%),
        var(--bg-main);
    color: var(--text-main);
    overflow-x: hidden;
}

/* Generic text helpers */
.text-main {
    color: var(--text-main) !important;
}
.background {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    background: url('../img/background.jpg');
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
    opacity: 0.15;
}
.text-soft,
.text-body-secondary,
.text-body-tertiary {
    color: var(--text-soft) !important;
}

/* Header and nav */
.mpc-header {
    background: linear-gradient(to bottom, rgba(15, 23, 42, 0.96), rgba(15, 23, 42, 0.85), transparent);
    backdrop-filter: blur(26px);
}

.navbar {
    padding-top: 0.85rem;
    padding-bottom: 0.85rem;
}

.navbar-brand {
    color: var(--text-main);
    font-size: 1rem;
    letter-spacing: 0.03em;
    text-transform: uppercase;
}

.navbar-brand:hover {
    color: #ffffff;
}

.navbar-dark .navbar-nav .nav-link {
    font-size: 0.82rem;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    color: var(--text-muted);
}

.navbar-dark .navbar-nav .nav-link:hover,
.navbar-dark .navbar-nav .nav-link:focus {
    color: var(--text-main);
}

.navbar-toggler {
    border-color: rgba(148, 163, 184, 0.4);
}

/* Brand mark */
.brand-mark {
    width: 34px;
    height: 34px;
    border-radius: 999px;
    position: relative;
}

.brand-inner {
    display: flex;
    width: 100%;
    height: 100%;
    border-radius: 999px;
}
.brand-inner img {
    width: 100%;
}

/* Buttons */
.btn-accent {
    background: linear-gradient(135deg, var(--accent), var(--accent-strong));
    color: #111827;
    border: none;
    box-shadow:
        0 0 0 1px rgba(248, 250, 252, 0.2),
        0 22px 40px rgba(249, 115, 22, 0.45);
    font-weight: 600;
}

.btn-accent:hover {
    background: linear-gradient(135deg, var(--accent-strong), #facc15);
    color: #020617;
}

.btn-outline-light {
    border-color: rgba(148, 163, 184, 0.6);
    color: var(--text-main);
}

.btn-outline-light:hover {
    background-color: rgba(15, 23, 42, 0.85);
    color: #ffffff;
}

/* Hero */
.hero {
    position: relative;
    padding: 40px 0 70px;
}

.hero-glow {
    position: absolute;
    border-radius: 999px;
    filter: blur(40px);
    opacity: 0.9;
    pointer-events: none;
}

.hero-glow-1 {
    width: 420px;
    height: 420px;
    top: -80px;
    left: -120px;
    background: radial-gradient(circle, rgba(56, 189, 248, 0.35), transparent 65%);
}

.hero-glow-2 {
    width: 420px;
    height: 420px;
    bottom: -120px;
    right: -80px;
    background: radial-gradient(circle, rgba(30, 64, 175, 0.4), transparent 65%);
}

.hero-kicker {
    font-size: 0.78rem;
    letter-spacing: 0.18em;
    text-transform: uppercase;
    color: var(--accent-alt);
}

.hero-title {
    letter-spacing: -0.03em;
}

.hero-text {
    color: var(--text-soft);
    max-width: 40rem;
}

.hero-dot {
    width: 9px;
    height: 9px;
    border-radius: 999px;
    background: radial-gradient(circle at 30% 0%, var(--accent), var(--accent-strong));
    box-shadow: 0 0 18px rgba(249, 115, 22, 0.9);
}

.pill-soft {
    background: rgba(15, 23, 42, 0.9);
    border: 1px solid rgba(148, 163, 184, 0.55);
    color: var(--text-soft);
}

.hero-tags .badge {
    font-weight: 500;
}

/* Hero panel */
.hero-panel {
    border-radius: 30px;
    padding: 22px 22px 18px;
    background:
        radial-gradient(circle at 0% 0%, rgba(56, 189, 248, 0.3), transparent 65%),
        radial-gradient(circle at 100% 100%, rgba(30, 64, 175, 0.45), transparent 65%),
        var(--card-dark);
    border: 1px solid var(--card-border);
    box-shadow: var(--shadow-soft);
}

.hero-panel h2 {
    color: var(--text-main);
}

.tag-pills {
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
}

.tag-pill {
    border-radius: 999px;
    padding: 7px 10px;
    background: rgba(15, 23, 42, 0.96);
    border: 1px solid rgba(51, 65, 85, 0.9);
}

.pill-label {
    padding: 3px 10px;
    border-radius: 999px;
    background: rgba(15, 23, 42, 1);
    border: 1px solid rgba(148, 163, 184, 0.85);
    color: var(--text-soft);
    font-size: 0.78rem;
    font-weight: 600;
}

.pill-label-accent {
    background: rgba(22, 163, 74, 0.2);
    border-color: rgba(34, 197, 94, 0.8);
    color: #bbf7d0;
}

/* Sections */
.section {
    padding: 72px 0;
}

.section-soft {
    background: linear-gradient(to bottom, rgba(15, 23, 42, 0.9), rgba(15, 23, 42, 0.96));
}

.section-dark {
    background: radial-gradient(circle at 0% 0%, rgba(15, 23, 42, 0.9), transparent 60%),
                radial-gradient(circle at 100% 100%, rgba(15, 23, 42, 0.9), transparent 60%),
                linear-gradient(to bottom, #020617, #020617);
}

.section-cta {
    background:
        radial-gradient(circle at 0 100%, rgba(56, 189, 248, 0.28), transparent 55%),
        radial-gradient(circle at 100% 0, rgba(37, 99, 235, 0.28), transparent 55%),
        linear-gradient(to bottom, #020617, #020617);
}

.section-title {
    font-size: clamp(1.8rem, 2.4vw, 2.3rem);
    letter-spacing: -0.03em;
    margin-bottom: 0.8rem;
}

/* Info card */
.info-card {
    border-radius: var(--radius-xl);
    padding: 20px 20px 18px;
    background:
        radial-gradient(circle at 0% 0%, rgba(59, 130, 246, 0.35), transparent 60%),
        var(--card-dark);
    border: 1px solid var(--card-border);
    box-shadow: var(--shadow-soft);
}

/* Lists */
.mpc-list {
    list-style: none;
    padding-left: 0;
    margin-bottom: 0;
}

.mpc-list li {
    position: relative;
    padding-left: 26px;
    margin-bottom: 7px;
    color: var(--text-soft);
}

.mpc-list li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 7px;
    width: 11px;
    height: 11px;
    border-radius: 999px;
    background: radial-gradient(circle at 30% 0%, var(--accent), var(--accent-strong));
    box-shadow: 0 0 18px rgba(249, 115, 22, 0.9);
}

/* Games – horizontal cards stacked as rows */
.game-stack {
    max-width: 1140px;
    margin: 0 auto;
}

.game-card-horizontal {
    display: flex;
    flex-direction: column;
    gap: 18px;
    border-radius: 28px;
    padding: 22px 22px 18px;
    background:
        radial-gradient(circle at 0% 0%, rgba(249, 115, 22, 0.24), transparent 60%),
        radial-gradient(circle at 100% 100%, rgba(56, 189, 248, 0.28), transparent 60%),
        var(--card-dark);
    border: 1px solid var(--card-border);
    box-shadow: var(--shadow-soft);
}

.game-main {
    flex: 0 0 auto;
}

.game-details {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 18px;
}

.game-label {
    font-size: 0.75rem;
    letter-spacing: 0.18em;
    text-transform: uppercase;
    color: var(--accent-alt);
    margin-bottom: 6px;
}

.game-title {
    font-size: 1.3rem;
    margin-bottom: 0.25rem;
}

.game-intro {
    font-size: 0.95rem;
    color: var(--text-soft);
    margin-bottom: 0.4rem;
}

.game-meta {
    color: var(--text-muted);
}

.game-section h4 {
    font-size: 0.9rem;
    text-transform: uppercase;
    letter-spacing: 0.14em;
    margin-bottom: 0.35rem;
    color: var(--text-main);
}

.game-section p,
.game-section li {
    font-size: 0.88rem;
    color: var(--text-soft);
}

.game-section ul {
    padding-left: 18px;
    margin-bottom: 0.35rem;
}

/* Steps grid */
.steps-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 14px;
}

.step-card {
    position: relative;
    border-radius: 22px;
    padding: 16px 14px 14px 16px;
    background:
        radial-gradient(circle at 0% 0%, rgba(56, 189, 248, 0.32), transparent 60%),
        var(--card-dark);
    border: 1px solid var(--card-border);
    box-shadow: var(--shadow-soft);
}

.step-number {
    width: 22px;
    height: 22px;
    border-radius: 999px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: radial-gradient(circle at 30% 0%, var(--accent), var(--accent-strong));
    color: #0f172a;
    font-size: 0.78rem;
    font-weight: 700;
    margin-bottom: 6px;
}

/* FAQ */
.mpc-accordion .accordion-item {
    border-radius: 20px;
    overflow: hidden;
    margin-bottom: 10px;
    border: 1px solid var(--card-border);
    background: var(--card-dark);
    box-shadow: var(--shadow-soft);
}

.mpc-accordion .accordion-button {
    background: transparent;
    color: var(--text-main);
    font-size: 0.95rem;
}

.mpc-accordion .accordion-button:not(.collapsed) {
    background: radial-gradient(circle at 0% 0%, rgba(249, 115, 22, 0.22), transparent 60%);
    color: var(--text-main);
    box-shadow: inset 0 -1px 0 rgba(15, 23, 42, 0.9);
}

.mpc-accordion .accordion-body {
    font-size: 0.9rem;
    color: var(--text-soft);
    background: transparent;
}

.faq-side {
    border-radius: 24px;
    padding: 18px 18px;
    background:
        radial-gradient(circle at 100% 0%, rgba(34, 197, 94, 0.32), transparent 65%),
        var(--card-dark);
    border: 1px solid var(--card-border);
    box-shadow: var(--shadow-soft);
}

.support-card {
    border-radius: 24px;
    padding: 18px 18px;
    background:
        radial-gradient(circle at 0% 0%, rgba(56, 189, 248, 0.28), transparent 60%),
        var(--card-dark);
    border: 1px solid var(--card-border);
    box-shadow: var(--shadow-soft);
}

.auth-main {
    min-height: calc(100vh - 140px);
    display: flex;
    align-items: center;
    padding: 40px 0;
}

.auth-card {
    border-radius: 28px;
    padding: 24px 22px 22px;
    background:
        radial-gradient(circle at 0% 0%, rgba(59, 130, 246, 0.4), transparent 60%),
        var(--card-dark);
    border: 1px solid var(--card-border);
    box-shadow: var(--shadow-soft);
}

.auth-form .form-control,
.auth-form .form-select {
    border-radius: 14px;
    border-color: rgba(148, 163, 184, 0.7);
    background-color: rgba(15, 23, 42, 0.98);
    color: var(--text-main);
}

.auth-form .form-control:focus,
.auth-form .form-select:focus {
    border-color: var(--accent);
    box-shadow: 0 0 0 1px rgba(249, 115, 22, 0.7);
    background-color: rgba(15, 23, 42, 1);
}

.mpc-footer {
    background: rgba(15, 23, 42, 0.98);
}

.border-slate {
    border-color: rgba(30, 64, 175, 0.7) !important;
}

.game-logo {
    max-width: 80px;
    margin-bottom: 15px;
}

.age-gate-overlay {
    position: fixed;
    inset: 0;
    background: rgba(15, 23, 42, 0.85);
    backdrop-filter: blur(12px);
    display: none;
    align-items: center;
    justify-content: center;
    z-index: 99999;
}

.age-gate-overlay.age-gate--visible {
    display: flex;
}

.age-gate-modal {
    max-width: 480px;
    width: 90%;
    padding: 24px 22px 20px;
    border-radius: 24px;
    background: radial-gradient(circle at 0 0, rgba(56,189,248,.25), transparent 60%),
    #020617;
    color: #f9fafb;
    box-shadow: 0 30px 80px rgba(15, 23, 42, 0.9);
    border: 1px solid rgba(148, 163, 184, 0.6);
    text-align: left;
}

.age-gate-title {
    margin: 0 0 10px;
    font-size: 1.4rem;
}

.age-gate-text {
    margin: 0 0 10px;
    font-size: 0.9rem;
    color: #cbd5e1;
}

.age-gate-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 14px;
}

.age-gate-btn {
    border-radius: 999px;
    padding: 8px 18px;
    font-size: 0.9rem;
    border: none;
    cursor: pointer;
    font-weight: 600;
}

.age-gate-btn-primary {
    background: linear-gradient(135deg, #f97316, #fb923c);
    color: #0f172a;
    box-shadow: 0 18px 35px rgba(249, 115, 22, 0.45);
}

.age-gate-btn-primary:hover {
    background: linear-gradient(135deg, #fb923c, #facc15);
}

.age-gate-btn-ghost {
    background: transparent;
    color: #e5e7eb;
    border: 1px solid rgba(148, 163, 184, 0.7);
}

.age-gate-btn-ghost:hover {
    background: rgba(15, 23, 42, 0.9);
}
.label-nav {
    margin-bottom: 10px;
}
.nav-pages a {
    display: block;
    color: #aaa;
    text-decoration: none;
    font-size: 14px;
    margin: 5px 0;
}
.nav-pages a:hover {
    color: #fff
}

.legal-shell {
    position: relative;
    max-width: 1120px;
    margin: 40px auto 60px;
    padding: 32px 26px 38px;
    border-radius: 26px;
    background:
            radial-gradient(circle at 0 0, rgba(56,189,248,0.25), transparent 55%),
            radial-gradient(circle at 100% 100%, rgba(249,115,22,0.22), transparent 55%),
            rgba(15,23,42,0.98);
    color: #e5e7eb;
    box-shadow:
            0 32px 90px rgba(15,23,42,0.85),
            0 0 0 1px rgba(30,64,175,0.7);
    font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

@media (max-width: 900px) {
    .legal-shell {
        margin: 24px auto 40px;
        padding: 22px 18px 28px;
        border-radius: 20px;
    }
}

.legal-kicker {
    font-size: 0.8rem;
    letter-spacing: 0.16em;
    text-transform: uppercase;
    color: #38bdf8;
    margin-bottom: 6px;
}

.legal-title {
    font-size: clamp(1.9rem, 2.4vw, 2.4rem);
    letter-spacing: -0.03em;
    margin: 0 0 4px;
    color: #f9fafb;
}

.legal-subtitle {
    margin: 0 0 14px;
    color: #cbd5e1;
    font-size: 0.98rem;
}

.legal-tags {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-bottom: 20px;
}

.legal-tag {
    font-size: 0.78rem;
    padding: 4px 12px;
    border-radius: 999px;
    border: 1px solid rgba(148,163,184,0.6);
    background: radial-gradient(circle at 0 0, rgba(56,189,248,0.28), transparent 60%),
    rgba(15,23,42,0.95);
    color: #e5e7eb;
}

.legal-grid {
    display: grid;
    grid-template-columns: minmax(0, 0.5fr) minmax(0, 1fr);
    gap: 28px;
    align-items: flex-start;
}

.logo-trust {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin: 15px 0;
}
.age18 {
    color: #fff;
    font-size: 22px;
    font-weight: 900;
    width: 50px;
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    border: 3px solid #f00;
    user-select: none;
}
.logo-trust a {
    height: 50px;
    padding: 7px;
    border-radius: 10px;
    display: block;
    margin: 0;
}
.logo-trust img {
    height: 100%;
}

@media (max-width: 900px) {
    .legal-grid {
        grid-template-columns: minmax(0, 1fr);
        gap: 22px;
    }
}

.legal-main {
    font-size: 0.96rem;
    line-height: 1.6;
    color: #e5e7eb;
}

.legal-main p {
    margin-bottom: 0.85rem;
}

.legal-main strong {
    color: #f9fafb;
}

.legal-section {
    margin-top: 1.8rem;
}

.legal-section:first-of-type {
    margin-top: 0;
}

.legal-section-title {
    display: flex;
    align-items: baseline;
    gap: 6px;
    font-size: 1.02rem;
    margin-bottom: 0.35rem;
    color: #f9fafb;
}

.legal-section-number {
    font-size: 0.9rem;
    font-weight: 600;
    color: #fbbf24;
}

.legal-main ul,
.legal-main ol {
    padding-left: 1.1rem;
    margin: 0 0 0.85rem;
}

.legal-main li {
    margin-bottom: 0.3rem;
}


.legal-sidebar {
    border-radius: 20px;
    padding: 16px 16px 14px;
    background:
            radial-gradient(circle at 100% 0, rgba(96,165,250,0.4), transparent 60%),
            rgba(15,23,42,0.96);
    border: 1px solid rgba(148,163,184,0.7);
    box-shadow: 0 22px 60px rgba(15,23,42,0.8);
    font-size: 0.88rem;
}

.legal-sidebar-title {
    font-size: 0.86rem;
    letter-spacing: 0.16em;
    text-transform: uppercase;
    color: #a5b4fc;
    margin: 0 0 10px;
}

.legal-toc {
    list-style: none;
    padding: 0;
    margin: 0 0 6px;
}

.legal-toc li {
    margin-bottom: 4px;
}

.legal-toc a {
    display: block;
    padding: 4px 0;
    text-decoration: none;
    color: #e5e7eb;
    border-radius: 999px;
    transition: color 0.18s ease, background-color 0.18s ease;
}

.legal-toc a:hover {
    color: #0f172a;
    background: rgba(129,140,248,0.9);
}

.legal-sidebar-note {
    margin-top: 10px;
    color: #94a3b8;
    font-size: 0.78rem;
}

@media (max-width: 991.98px) {
    .hero {
        padding-top: 28px;
        padding-bottom: 50px;
    }

    .hero-panel {
        margin-top: 22px;
    }

    .game-details {
        grid-template-columns: 1fr;
    }

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

    .auth-card {
        padding: 20px 18px 18px;
    }
}

@media (max-width: 575.98px) {
    .section {
        padding: 56px 0;
    }

    .hero-title {
        font-size: 2.1rem;
    }

    .game-card-horizontal {
        padding: 18px 16px 16px;
    }
}
.age-notice-wrap {
            padding: 10px 18px;
            background: #2a0f0f;
            color: #e5e7eb;
            font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
            box-shadow: 0 18px 40px rgba(15, 23, 42, 0.25);
        }
.age-notice-wrap .container {
            display: flex;
            align-items: center;
            gap: 14px;
    
}
        .age-badge {
            min-width: 44px;
            height: 44px;
            border-radius: 999px;
            background: #f97316;
            display: flex;
            align-items: center;
            justify-content: center;
            font-weight: 800;
            font-size: 16px;
            color: #111827;
        }

        .age-text-main {
            font-size: 14px;
            font-weight: 600;
            margin-bottom: 2px;
        }

        .age-text-secondary {
            font-size: 12px;
            opacity: 0.85;
            line-height: 1.5;
        }

        @media (max-width: 600px) {
            .age-notice-wrap {
                padding: 12px 14px;
                gap: 10px;
            }

            .age-badge {
                min-width: 38px;
                height: 38px;
                font-size: 14px;
            }

            .age-text-main {
                font-size: 13px;
            }

            .age-text-secondary {
                font-size: 11px;
            }
        }