:root {
    --bg: #0c0e11;
    --card: #171b21;
    --card-2: #1e242c;
    --line: rgba(255, 255, 255, 0.08);
    --text: #f3f5f7;
    --muted: #a7b0bb;
    --lime: #c6ff3a;
    --lime-2: #d8ff74;
    --ink: #142000;
    --radius: 16px;
    --header: 68px;
}

* { box-sizing: border-box; }

html { scroll-behavior: smooth; }

body {
    margin: 0;
    min-height: 100vh;
    background:
        radial-gradient(900px 420px at 8% -10%, rgba(198, 255, 58, 0.08), transparent 55%),
        var(--bg);
    color: var(--text);
    font-family: Outfit, "Segoe UI", sans-serif;
    font-size: 16px;
    line-height: 1.5;
}

img { max-width: 100%; }

a { color: inherit; }

button, input { font: inherit; }

::selection {
    background: var(--lime);
    color: var(--ink);
}

.wrap {
    width: min(1180px, calc(100% - 32px));
    margin-inline: auto;
}

.site-header {
    position: sticky;
    top: 0;
    z-index: 40;
    background: rgba(12, 14, 17, 0.92);
    backdrop-filter: blur(16px);
    border-bottom: 1px solid var(--line);
}

.nav-toggle {
    position: absolute;
    width: 1px;
    height: 1px;
    opacity: 0;
    pointer-events: none;
}

.bar {
    min-height: var(--header);
    display: flex;
    align-items: center;
    gap: 18px;
}

.logo {
    color: #fff;
    font-size: 26px;
    font-weight: 800;
    font-style: italic;
    letter-spacing: -0.05em;
    text-decoration: none;
    line-height: 1;
    flex: 0 0 auto;
}

.logo b {
    color: var(--lime);
    font-weight: 800;
}

.nav {
    display: flex;
    align-items: center;
    gap: 16px;
    min-width: 0;
}

.nav a {
    color: #d5dae1;
    text-decoration: none;
    font-size: 14px;
    font-weight: 600;
    white-space: nowrap;
}

.nav a:hover,
.nav a.is-active { color: var(--lime); }

.header-cta {
    display: flex;
    gap: 8px;
    margin-left: auto;
}

.burger {
    display: none;
    width: 42px;
    height: 42px;
    border-radius: 10px;
    border: 1px solid var(--line);
    align-items: center;
    justify-content: center;
    flex-direction: column;
    gap: 5px;
    cursor: pointer;
}

.burger span {
    display: block;
    width: 16px;
    height: 2px;
    background: #fff;
    border-radius: 2px;
    transition: transform 0.15s ease;
}

.btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 42px;
    padding: 0 16px;
    border-radius: 9px;
    border: 1px solid transparent;
    text-decoration: none;
    font-size: 14px;
    font-weight: 700;
    line-height: 1;
    transition: filter 0.15s ease, transform 0.15s ease;
}

.btn:hover { filter: brightness(1.08); transform: translateY(-1px); }

.btn-lime { background: var(--lime); color: var(--ink); }

.btn-ghost {
    background: transparent;
    color: var(--lime);
    border-color: var(--lime);
}

.hero {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 14px;
    margin-top: 18px;
}

.banner {
    position: relative;
    overflow: hidden;
    min-height: 228px;
    border-radius: 18px;
    padding: 28px 24px;
    display: flex;
    align-items: center;
    border: 1px solid rgba(255, 255, 255, 0.05);
}

.banner-high {
    background:
        radial-gradient(90% 120% at 88% 50%, rgba(170, 255, 60, 0.28), transparent 58%),
        linear-gradient(115deg, #12160f 0%, #1b2a12 58%, #10180f 100%);
}

.banner-cash {
    background:
        radial-gradient(80% 100% at 85% 40%, rgba(80, 180, 255, 0.16), transparent 55%),
        linear-gradient(115deg, #12151b 0%, #142033 55%, #10161c 100%);
}

.banner-copy { position: relative; z-index: 1; max-width: 62%; }

.banner-title {
    margin: 0 0 18px;
    font-size: clamp(22px, 2.3vw, 30px);
    font-weight: 800;
    line-height: 1.15;
    letter-spacing: -0.03em;
}

.art-high,
.art-cash {
    position: absolute;
    inset: 0 0 0 42%;
    pointer-events: none;
}

.blob {
    position: absolute;
    width: 170px;
    height: 190px;
    right: 28px;
    top: 18px;
    border-radius: 48% 52% 46% 54%;
    background:
        radial-gradient(circle at 35% 30%, #f4ffcf, #c6ff3a 36%, #5d9a00 70%, rgba(40, 80, 0, 0.2) 78%);
    filter: blur(0.2px);
    box-shadow: 0 20px 40px rgba(140, 220, 40, 0.25);
}

.chip {
    position: absolute;
    width: 54px;
    height: 34px;
    border-radius: 8px;
    background: linear-gradient(160deg, #eaff9a, #8fce12 55%, #3e6d00);
    box-shadow: 0 8px 16px rgba(0, 0, 0, 0.25);
}

.chip-a { right: 18px; top: 26px; transform: rotate(18deg); }
.chip-b { right: 78px; top: 8px; transform: rotate(-12deg); width: 46px; }
.chip-c { right: 8px; bottom: 28px; transform: rotate(32deg); }

.wheel {
    position: absolute;
    width: 168px;
    height: 168px;
    right: 36px;
    top: 28px;
    border-radius: 50%;
    background: conic-gradient(
        #1a1a1a 0 18deg,
        #e7c25a 18deg 36deg,
        #111 36deg 54deg,
        #f0d78a 54deg 72deg,
        #1a1a1a 72deg 90deg,
        #d7b45a 90deg 108deg,
        #111 108deg 126deg,
        #f3e2a4 126deg 144deg,
        #1a1a1a 144deg 162deg,
        #e7c25a 162deg 180deg,
        #111 180deg 198deg,
        #f0d78a 198deg 216deg,
        #1a1a1a 216deg 234deg,
        #d7b45a 234deg 252deg,
        #111 252deg 270deg,
        #f3e2a4 270deg 288deg,
        #1a1a1a 288deg 306deg,
        #e7c25a 306deg 324deg,
        #111 324deg 342deg,
        #f0d78a 342deg 360deg
    );
    box-shadow:
        0 0 0 10px #1c2420,
        0 0 0 14px rgba(198, 255, 58, 0.45),
        0 16px 30px rgba(0, 0, 0, 0.35);
}

.wheel::after {
    content: "";
    position: absolute;
    inset: 58px;
    border-radius: 50%;
    background: radial-gradient(circle at 40% 35%, #f4ffcf, #9adf12 45%, #243000);
}

.coin {
    position: absolute;
    width: 42px;
    height: 42px;
    border-radius: 50%;
    background: radial-gradient(circle at 35% 30%, #f7ffc8, #c6ff3a 42%, #5a8f00 70%);
    box-shadow: inset 0 0 0 3px rgba(40, 70, 0, 0.25), 0 8px 12px rgba(0, 0, 0, 0.25);
}

.coin-a { right: 18px; top: 18px; }
.coin-b { right: 188px; bottom: 24px; width: 34px; height: 34px; }
.coin-c { right: 8px; bottom: 46px; width: 28px; height: 28px; }

.bill {
    position: absolute;
    width: 62px;
    height: 30px;
    border-radius: 4px;
    background: linear-gradient(#e7ffe8, #8fbf6a);
    box-shadow: 0 6px 10px rgba(0, 0, 0, 0.25);
}

.bill::after {
    content: "";
    position: absolute;
    inset: 7px 16px;
    border: 1px solid rgba(30, 80, 30, 0.35);
    border-radius: 2px;
}

.bill-a { right: 150px; top: 36px; transform: rotate(-16deg); }
.bill-b { right: 120px; bottom: 34px; transform: rotate(12deg); }

.dots {
    display: flex;
    justify-content: center;
    gap: 6px;
    margin: 12px auto 4px;
}

.dots i {
    display: block;
    width: 14px;
    height: 4px;
    border-radius: 99px;
    background: #3a414b;
}

.dots i.on { width: 22px; background: var(--lime); }

.cats {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 12px;
    margin: 16px auto 22px;
}

.cat {
    display: flex;
    align-items: center;
    gap: 12px;
    min-height: 64px;
    padding: 12px 14px;
    background: var(--card);
    border: 1px solid var(--line);
    border-radius: 14px;
    text-decoration: none;
}

.cat:hover { border-color: rgba(198, 255, 58, 0.35); }

.cat-ico {
    width: 36px;
    height: 36px;
    border-radius: 50%;
    display: grid;
    place-items: center;
    background: rgba(198, 255, 58, 0.12);
    color: var(--lime);
    flex: 0 0 auto;
}

.cat-ico svg { width: 20px; height: 20px; }

.cat-label { font-weight: 700; flex: 1; }

.chev { color: #8d97a3; font-size: 22px; line-height: 1; }

.section-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 6px 0 12px;
}

.section-label {
    margin: 0;
    font-size: 20px;
    font-weight: 700;
}

.slots {
    display: grid;
    grid-template-columns: repeat(9, minmax(0, 1fr));
    gap: 12px 10px;
}

.slot { text-decoration: none; min-width: 0; }

.thumb {
    position: relative;
    display: grid;
    place-items: center;
    aspect-ratio: 16 / 11;
    border-radius: 12px;
    overflow: hidden;
    background:
        radial-gradient(circle at 30% 20%, hsl(var(--h) 95% 68% / 0.95), transparent 42%),
        linear-gradient(160deg, hsl(var(--h) 72% 38%), hsl(calc(var(--h) + 28) 70% 16%));
    box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.08);
}

.mark {
    font-size: 28px;
    font-weight: 800;
    letter-spacing: -0.04em;
    color: rgba(255, 255, 255, 0.92);
    text-shadow: 0 8px 18px rgba(0, 0, 0, 0.35);
}

.jackpot {
    position: absolute;
    left: 6px;
    right: 6px;
    bottom: 6px;
    padding: 3px 4px;
    border-radius: 6px;
    background: rgba(0, 0, 0, 0.62);
    color: var(--lime);
    font-size: 10px;
    font-weight: 700;
    text-align: center;
    letter-spacing: -0.02em;
}

.slot-name {
    display: block;
    margin-top: 6px;
    color: #c5ccd4;
    font-size: 12px;
    text-align: center;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.slot:hover .thumb { filter: brightness(1.08); }

.seo { margin: 42px auto 20px; }

.prose { max-width: 820px; }

.prose h1,
.page-hero h1 {
    margin: 0 0 14px;
    font-size: clamp(28px, 4vw, 40px);
    line-height: 1.15;
    letter-spacing: -0.03em;
}

.prose h2 {
    margin: 28px 0 10px;
    font-size: 24px;
    letter-spacing: -0.02em;
}

.prose p,
.prose li { color: var(--muted); }

.prose p { margin: 0 0 14px; }

.prose a { color: var(--lime-2); }

.prose ul { margin: 0 0 14px; padding-left: 18px; }

.prose strong { color: var(--text); font-weight: 650; }

.faq { margin-top: 8px; }

.faq details {
    border-top: 1px solid var(--line);
    padding: 12px 0;
}

.faq summary {
    cursor: pointer;
    font-weight: 650;
    list-style: none;
}

.faq summary::-webkit-details-marker { display: none; }

.faq summary::after {
    content: "+";
    float: right;
    color: var(--lime);
}

.faq details[open] summary::after { content: "–"; }

.faq details p { margin: 8px 0 0; }

.page-hero { padding: 28px 0 8px; }

.page-hero .btn,
.panel .btn { margin: 0 8px 8px 0; }

.lead { color: var(--muted); max-width: 760px; }

.grid-3,
.grid-2 {
    display: grid;
    gap: 12px;
    margin: 18px 0 8px;
}

.grid-3 { grid-template-columns: repeat(3, 1fr); }
.grid-2 { grid-template-columns: repeat(2, 1fr); }

.info-card,
.bonus-card {
    background: var(--card);
    border: 1px solid var(--line);
    border-radius: var(--radius);
    padding: 16px;
}

.info-card h2,
.bonus-card h2 {
    margin: 0 0 8px;
    font-size: 18px;
}

.info-card p,
.bonus-card p { margin: 0 0 12px; color: var(--muted); }

.bonus-card .tag {
    display: inline-block;
    margin-bottom: 8px;
    color: var(--lime);
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.04em;
    text-transform: uppercase;
}

.chips {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin: 14px 0 20px;
    padding: 0;
    list-style: none;
}

.chips a {
    display: inline-flex;
    align-items: center;
    min-height: 38px;
    padding: 0 12px;
    border-radius: 999px;
    background: var(--card);
    border: 1px solid var(--line);
    text-decoration: none;
    font-size: 14px;
    font-weight: 600;
}

.chips a:hover { border-color: var(--lime); color: var(--lime); }

.steps { margin: 0; padding: 0; list-style: none; counter-reset: step; }

.steps li {
    counter-increment: step;
    display: grid;
    grid-template-columns: 36px 1fr;
    gap: 12px;
    margin-bottom: 12px;
    color: var(--muted);
}

.steps li::before {
    content: counter(step);
    width: 36px;
    height: 36px;
    border-radius: 50%;
    display: grid;
    place-items: center;
    background: rgba(198, 255, 58, 0.14);
    color: var(--lime);
    font-weight: 800;
}

.note {
    margin-top: 16px;
    color: #8e98a4;
    font-size: 13px;
}

.panel {
    max-width: 560px;
    margin: 48px auto;
    padding: 28px 22px;
    background: var(--card);
    border: 1px solid var(--line);
    border-radius: 18px;
    text-align: center;
}

.panel h1 { margin-top: 0; font-size: 32px; }

.panel p { color: var(--muted); }

.site-footer {
    margin-top: 28px;
    padding: 28px 0 24px;
    border-top: 1px solid var(--line);
    background: #0a0c0f;
}

.footer-grid {
    display: grid;
    grid-template-columns: 1.4fr 0.8fr 1fr;
    gap: 24px;
}

.footer-grid p,
.footer-grid a { color: var(--muted); }

.footer-grid a { display: block; text-decoration: none; margin: 6px 0; }

.footer-grid a:hover { color: var(--lime); }

.footer-title {
    margin: 0 0 8px;
    color: #fff !important;
    font-weight: 700;
}

.footer-bottom {
    display: flex;
    justify-content: space-between;
    gap: 12px;
    margin-top: 18px;
    padding-top: 14px;
    border-top: 1px solid var(--line);
    color: #8e98a4;
    font-size: 13px;
}

.footer-bottom span:first-child {
    display: inline-grid;
    place-items: center;
    width: 36px;
    height: 36px;
    border-radius: 50%;
    border: 2px solid var(--lime);
    color: var(--lime);
    font-weight: 800;
}

.dock { display: none; }

@media (max-width: 1100px) {
    .slots { grid-template-columns: repeat(6, minmax(0, 1fr)); }
    .nav { gap: 12px; }
    .nav a { font-size: 13px; }
}

@media (max-width: 980px) {
    .burger { display: flex; margin-left: auto; }
    .header-cta { display: none; }
    .nav {
        display: none;
        position: absolute;
        top: 100%;
        left: 0;
        right: 0;
        flex-direction: column;
        align-items: stretch;
        gap: 0;
        padding: 8px 16px 14px;
        background: #12161c;
        border-bottom: 1px solid var(--line);
    }
    .nav a { padding: 12px 4px; border-bottom: 1px solid rgba(255, 255, 255, 0.04); }
    .nav-toggle:checked ~ .bar .nav { display: flex; }
    .nav-toggle:checked ~ .bar .burger span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
    .nav-toggle:checked ~ .bar .burger span:nth-child(2) { opacity: 0; }
    .nav-toggle:checked ~ .bar .burger span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }
    .hero,
    .grid-3,
    .footer-grid { grid-template-columns: 1fr; }
    .grid-2 { grid-template-columns: 1fr; }
    .cats { grid-template-columns: 1fr 1fr; }
    .banner-copy { max-width: 68%; }
    .dock {
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 8px;
        position: fixed;
        left: 0;
        right: 0;
        bottom: 0;
        z-index: 35;
        padding: 10px 12px calc(10px + env(safe-area-inset-bottom));
        background: rgba(10, 12, 15, 0.96);
        border-top: 1px solid var(--line);
    }
    body { padding-bottom: 74px; }
    .site-footer { padding-bottom: 12px; }
}

@media (max-width: 720px) {
    .slots {
        grid-template-columns: none;
        grid-template-rows: repeat(2, max-content);
        grid-auto-flow: column;
        grid-auto-columns: 148px;
        overflow-x: auto;
        scroll-snap-type: x mandatory;
        padding-bottom: 4px;
    }
    .slot { scroll-snap-align: start; }
    .banner { min-height: 200px; padding: 22px 16px; }
    .blob { width: 120px; height: 140px; right: 8px; }
    .wheel { width: 120px; height: 120px; right: 8px; top: 40px; }
    .wheel::after { inset: 42px; }
    .coin-b, .bill-a, .chip-b { display: none; }
    .jackpot { font-size: 9px; }
}

@media (max-width: 520px) {
    .banner-copy { max-width: 70%; }
    .footer-bottom { align-items: center; }
}
