@font-face {
    font-family: Satoshi;
    src: url('assets/fonts/satoshi-400.woff2') format('woff2');
    font-weight: 400;
    font-display: swap;
}
@font-face {
    font-family: 'Clash Display';
    src: url('assets/fonts/clash-display-600.woff2') format('woff2');
    font-weight: 600;
    font-display: swap;
}
@font-face {
    font-family: 'JetBrains Mono';
    src: url('assets/fonts/jetbrains-mono-400.woff2') format('woff2');
    font-weight: 400;
    font-display: swap;
}
:root {
    color-scheme: dark;
    --aura-void: #070509;
    --aura-ink: #0e0a12;
    --aura-cream: #f4ecf1;
    --aura-pink: #ff1f93;
    --aura-magenta: #d12e9e;
    --aura-teal: #2bc4d4;
    --aura-gold: #ffd23f;
    --aura-muted: #ada0ae;
    --aura-border: rgba(244, 236, 241, 0.12);
    --aura-display: 'Clash Display', Satoshi, system-ui, sans-serif;
    --aura-mono: 'JetBrains Mono', monospace;
}
* {
    box-sizing: border-box;
}
html {
    scroll-behavior: smooth;
}
body.casino-page {
    margin: 0;
    background: var(--aura-void);
    color: var(--aura-cream);
    font:
        16px/1.6 Satoshi,
        system-ui,
        sans-serif;
    min-height: 100dvh;
    -webkit-font-smoothing: antialiased;
}
button,
input,
select {
    font: inherit;
}
button,
a,
input,
summary {
    touch-action: manipulation;
}
button,
a {
    -webkit-tap-highlight-color: transparent;
}
button {
    cursor: pointer;
}
button:disabled {
    cursor: wait;
    opacity: 0.5;
}
a {
    color: inherit;
}
img {
    max-width: 100%;
}
[hidden] {
    display: none !important;
}
:focus-visible {
    outline: 2px solid var(--aura-teal);
    outline-offset: 5px;
}
::selection {
    background: var(--aura-pink);
    color: white;
}
.casino-page:before {
    content: '';
    position: absolute;
    inset: 0 0 auto;
    height: 720px;
    pointer-events: none;
    background: radial-gradient(
        ellipse at 80% 0,
        rgba(209, 46, 158, 0.11),
        transparent 65%
    );
    z-index: -1;
}
.wrap {
    width: min(1200px, 100% - 64px);
    margin-inline: auto;
}
.site-nav {
    min-height: 88px;
    display: flex;
    align-items: center;
    gap: 32px;
    border-bottom: 1px solid var(--aura-border);
    padding-top: env(safe-area-inset-top);
}
.logo-link {
    display: flex;
    align-items: center;
    gap: 16px;
    text-decoration: none;
}
.logo-link img {
    width: 88px;
    height: 54px;
    object-fit: contain;
}
.nav-label {
    border-left: 1px solid var(--aura-border);
    padding-left: 20px;
}
.eyebrow,
.nav-label,
.meta,
.pill,
.game-type {
    font: 11px/1.6 var(--aura-mono);
    letter-spacing: 0.14em;
    text-transform: uppercase;
}
.eyebrow {
    color: var(--aura-pink);
}
.nav-links {
    display: flex;
    align-items: center;
    gap: 24px;
    margin-left: auto;
    font-size: 13px;
    color: var(--aura-muted);
}
.nav-links a {
    text-decoration: none;
}
.nav-links a:hover {
    color: var(--aura-cream);
}
.button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
    min-height: 48px;
    padding: 12px 24px;
    border: 1px solid var(--aura-border);
    border-radius: 99px;
    text-decoration: none;
    background: rgba(255, 255, 255, 0.035);
    color: var(--aura-cream);
    font-size: 13px;
    font-weight: 600;
    transition:
        transform 0.18s,
        border-color 0.18s;
}
.button.primary {
    background: linear-gradient(100deg, var(--aura-pink), var(--aura-magenta));
    border-color: transparent;
    color: white;
    box-shadow: 0 12px 38px -20px var(--aura-pink);
}
.button.small {
    min-height: 44px;
    padding: 10px 18px;
}
.button:hover {
    border-color: var(--aura-pink);
    transform: translateY(-2px);
}
.skip-link {
    position: fixed;
    top: 8px;
    left: 16px;
    z-index: 99;
    transform: translateY(-200%);
    background: var(--aura-ink);
    padding: 12px;
}
.skip-link:focus {
    transform: none;
}
.hero {
    display: grid;
    grid-template-columns: 1.25fr 1fr;
    align-items: center;
    gap: 32px;
    padding: 64px 0 54px;
}
.hero h1 {
    font: 600 clamp(40px, 5.3vw, 68px) / 1.06 var(--aura-display);
    letter-spacing: -0.035em;
    margin: 16px 0 22px;
}
.hero h1 span {
    color: var(--aura-pink);
}
.hero p {
    max-width: 490px;
    color: var(--aura-muted);
    margin: 0 0 28px;
}
.hero-actions {
    display: flex;
    gap: 12px;
    flex-wrap: wrap;
}
.hero-art {
    position: relative;
    display: grid;
    place-items: center;
    min-height: 270px;
    isolation: isolate;
}
.hero-art:before {
    content: '';
    width: 270px;
    height: 270px;
    position: absolute;
    border: 1px solid #ff1f9326;
    border-radius: 50%;
    box-shadow:
        0 0 100px -30px #ff1f9340,
        inset 0 0 80px -30px #ff1f9330;
}
.hero-art:after {
    content: '';
    position: absolute;
    width: 340px;
    height: 340px;
    border: 1px dashed #ffffff0c;
    border-radius: 50%;
    z-index: -1;
}
.hero-card {
    position: absolute;
    width: 118px;
    height: 164px;
    border-radius: 14px;
    border: 1px solid #e6b3d83b;
    background: linear-gradient(140deg, #372032, #100c16);
    box-shadow: 0 20px 50px #0009;
    display: grid;
    place-items: center;
    font-size: 64px;
    color: var(--aura-pink);
    transform: rotate(16deg) translate(46px, -12px);
}
.hero-card:first-child {
    transform: rotate(-18deg) translate(-44px, -10px);
    color: var(--aura-cream);
}
.hero-card small {
    position: absolute;
    top: 10px;
    left: 14px;
    font: 20px var(--aura-display);
}
.hero-chip {
    position: absolute;
    bottom: 20px;
    right: 24%;
    height: 74px;
    width: 74px;
    border: 7px dashed #ffcd7b;
    border-radius: 50%;
    display: grid;
    place-items: center;
    background: #362119;
    color: var(--aura-gold);
    font: 30px var(--aura-display);
    transform: rotate(-15deg);
    box-shadow: 0 8px 24px #0008;
}
.account-bar {
    display: flex;
    align-items: center;
    gap: 16px;
    padding: 20px 24px;
    border: 1px solid var(--aura-border);
    border-radius: 16px;
    background: var(--aura-ink);
    margin-bottom: 42px;
    min-height: 94px;
}
.account-copy {
    flex: 1;
    min-width: 0;
}
.account-copy strong {
    display: block;
    overflow-wrap: anywhere;
}
.account-copy p {
    margin: 2px 0 0;
    color: var(--aura-muted);
    font-size: 13px;
}
.account-avatar {
    height: 44px;
    width: 44px;
    border-radius: 50%;
    object-fit: cover;
}
.wallet {
    margin-left: auto;
    text-align: right;
    min-width: 0;
}
.wallet .meta {
    color: var(--aura-muted);
    display: block;
}
.wallet strong {
    font: 600 clamp(18px, 2.5vw, 24px) var(--aura-display);
    color: var(--aura-gold);
    font-variant-numeric: tabular-nums;
    overflow-wrap: anywhere;
}
.status-dot {
    height: 8px;
    width: 8px;
    border-radius: 50%;
    background: var(--aura-teal);
    display: inline-block;
    margin-right: 8px;
}
.section-heading {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 12px;
    margin-bottom: 22px;
}
.section-heading h2 {
    font: 600 28px var(--aura-display);
    margin: 0;
}
.section-heading .meta {
    color: var(--aura-muted);
}
.games-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 18px;
}
.game-card {
    display: flex;
    flex-direction: column;
    min-width: 0;
    text-decoration: none;
    border: 1px solid var(--aura-border);
    border-radius: 18px;
    overflow: hidden;
    background: var(--aura-ink);
    transition:
        border-color 0.2s,
        transform 0.2s;
}
.game-card:hover {
    transform: translateY(-4px);
    border-color: #ff1f9380;
}
.game-art {
    height: 190px;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}
.game-art:before {
    content: '';
    position: absolute;
    width: 140px;
    height: 140px;
    border: 1px solid #ffffff12;
    border-radius: 50%;
    box-shadow: 0 0 0 24px #ffffff03;
}
.art-blackjack {
    background: radial-gradient(ellipse at bottom, #40243d, #17101e);
}
.art-bass {
    background: radial-gradient(ellipse at bottom, #104653, #0c1721);
}
.art-roulette {
    background: radial-gradient(ellipse at bottom, #54203e, #201019);
}
.art-dice {
    background: radial-gradient(ellipse at bottom, #20404a, #111720);
}
.game-art img {
    position: relative;
    width: 130px;
    height: 126px;
    object-fit: contain;
    filter: drop-shadow(0 12px 15px #0007);
}
.pill {
    position: absolute;
    top: 14px;
    left: 14px;
    background: #08060ab8;
    border: 1px solid #ffffff18;
    border-radius: 99px;
    padding: 4px 9px;
    font-size: 9px;
    z-index: 2;
}
.pill.new {
    color: var(--aura-teal);
}
.game-body {
    padding: 22px;
    display: flex;
    flex-direction: column;
    flex: 1;
}
.game-type {
    color: var(--aura-muted);
    font-size: 10px;
}
.game-body h3 {
    font: 600 24px/1.1 var(--aura-display);
    margin: 8px 0 12px;
}
.game-body p {
    font-size: 13px;
    line-height: 1.6;
    color: var(--aura-muted);
    margin: 0 0 24px;
    flex: 1;
}
.card-link {
    font-size: 12px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    color: var(--aura-cream);
}
.card-link span {
    color: var(--aura-pink);
    font-size: 22px;
}
.mini-wheel {
    position: relative;
    width: 124px;
    height: 124px;
    border-radius: 50%;
    border: 7px solid #a98954;
    background: repeating-conic-gradient(
        #b72862 0 9.73deg,
        #17101e 9.73deg 19.46deg
    );
    box-shadow: 0 10px 30px #0009;
    transform: rotate(-15deg);
}
.mini-wheel:before {
    content: '';
    position: absolute;
    inset: 27px;
    border: 3px solid #c9a96a;
    border-radius: 50%;
    background: radial-gradient(
        circle,
        #e5c98b 0 15%,
        #362821 17% 45%,
        #c1a36b 47% 50%,
        #382920 52%
    );
}
.mini-wheel:after {
    content: '';
    position: absolute;
    top: 7px;
    left: 50%;
    width: 9px;
    height: 9px;
    border-radius: 50%;
    background: white;
    box-shadow: 0 0 8px white;
}
.mini-die {
    font-size: 100px;
    line-height: 1;
    position: relative;
    transform: rotate(-12deg);
    color: #b3e4ec;
    text-shadow: 0 10px 25px #0009;
}
.community-note {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 32px;
    border-top: 1px solid var(--aura-border);
    margin-top: 48px;
    padding-top: 32px;
}
.community-note h3 {
    font-size: 14px;
    margin: 0 0 7px;
}
.community-note p {
    font-size: 13px;
    color: var(--aura-muted);
    margin: 0;
}
.site-footer {
    display: flex;
    justify-content: space-between;
    gap: 16px;
    flex-wrap: wrap;
    border-top: 1px solid var(--aura-border);
    padding: 24px 0 max(28px, env(safe-area-inset-bottom));
    margin-top: 48px;
    font-size: 12px;
    color: var(--aura-muted);
}
.site-footer a {
    text-decoration: none;
}
.notice {
    border: 1px solid #ffd23f40;
    border-radius: 12px;
    padding: 16px 20px;
    margin-bottom: 24px;
    color: var(--aura-gold);
    font-size: 14px;
}
.notice a {
    margin-left: 10px;
}
.muted {
    color: var(--aura-muted);
}
@media (max-width: 1000px) {
    .games-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
    .hero {
        padding-top: 48px;
    }
    .game-art {
        height: 180px;
    }
}
@media (max-width: 600px) {
    .wrap {
        width: calc(100% - 32px);
    }
    .site-nav {
        min-height: 76px;
        gap: 12px;
    }
    .logo-link {
        gap: 10px;
    }
    .logo-link img {
        width: 66px;
        height: 44px;
    }
    .nav-label {
        font-size: 9px;
        padding-left: 12px;
    }
    .nav-links {
        gap: 10px;
    }
    .nav-links .wide-link {
        display: none;
    }
    .hero {
        grid-template-columns: 1fr;
        padding: 36px 0 28px;
        gap: 0;
    }
    .hero-art {
        display: none;
    }
    .hero h1 {
        font-size: 44px;
    }
    .hero p {
        font-size: 15px;
    }
    .account-bar {
        padding: 16px;
        flex-wrap: wrap;
        gap: 12px;
        margin-bottom: 32px;
    }
    .account-copy {
        flex-basis: calc(100% - 60px);
    }
    .account-bar .wallet {
        text-align: left;
        margin-right: auto;
        margin-left: 0;
    }
    .account-bar .button {
        padding-inline: 16px;
    }
    .section-heading h2 {
        font-size: 25px;
    }
    .section-heading .meta {
        font-size: 9px;
    }
    .games-grid {
        gap: 12px;
    }
    .game-art {
        height: 135px;
    }
    .game-art img {
        width: 95px;
        height: 94px;
    }
    .game-body {
        padding: 16px 13px;
    }
    .game-body h3 {
        font-size: 21px;
    }
    .game-body p {
        font-size: 12px;
        margin-bottom: 16px;
    }
    .game-type {
        font-size: 9px;
        letter-spacing: 0.07em;
    }
    .pill {
        left: 9px;
        top: 9px;
        font-size: 8px;
        padding: 3px 7px;
    }
    .mini-wheel {
        width: 94px;
        height: 94px;
        border-width: 5px;
    }
    .mini-wheel:before {
        inset: 19px;
    }
    .mini-die {
        font-size: 80px;
    }
    .community-note {
        grid-template-columns: 1fr;
        gap: 20px;
        margin-top: 32px;
        padding-top: 24px;
    }
    .site-footer {
        margin-top: 32px;
        font-size: 11px;
    }
}
@media (prefers-reduced-motion: reduce) {
    html {
        scroll-behavior: auto;
    }
    *,
    *:before,
    *:after {
        animation-duration: 0.01ms !important;
        animation-iteration-count: 1 !important;
        transition-duration: 0.01ms !important;
        scroll-behavior: auto !important;
    }
}
@media (hover: none) {
    .button:hover,
    .game-card:hover {
        transform: none;
    }
}

.mini-cards {
    position: relative;
    width: 130px;
    height: 120px;
}
.mini-cards span {
    position: absolute;
    top: 10px;
    left: 13px;
    width: 70px;
    height: 98px;
    border: 1px solid #e6b3d84d;
    border-radius: 9px;
    background: linear-gradient(130deg, #472f44, #1b111f);
    font: 600 30px/1.2 var(--aura-display);
    padding: 8px 12px;
    box-shadow: 0 12px 18px #0006;
    transform: rotate(-17deg);
    color: var(--aura-cream);
}
.mini-cards span + span {
    left: 49px;
    transform: rotate(15deg);
    color: var(--aura-pink);
}
