:root {
    --gold: var(--theme-primary, #eab308);
    --gold-deep: var(--theme-primary-hover, #ca8a04);
    --gold-light: color-mix(in srgb, var(--gold) 62%, #fff);
    --bg: var(--theme-background, #0c0c0c);
    --panel: color-mix(in srgb, var(--theme-secondary-bg, #292524) 35%, var(--bg));
    --text: var(--theme-text, #fff);
    --muted: color-mix(in srgb, var(--text) 65%, var(--bg));
    --line: color-mix(in srgb, var(--theme-border, #a16207) 32%, var(--bg));
    --metal: linear-gradient(165deg, var(--gold-light), var(--gold) 43%, var(--gold-deep) 88%, var(--gold));
    --shadow: 0 8px 30px rgba(0,0,0,.28);
    --rs-panel: var(--panel);
    --rs-border: var(--line);
    --rs-shadow: var(--shadow);
}
* { box-sizing: border-box; }
[hidden] { display: none !important; }
html { scroll-behavior: smooth; scroll-padding-top: 90px; }
body { margin: 0; background: var(--bg); color: var(--text); font-family: 'DM Sans',system-ui,sans-serif; line-height: 1.5; }
button,input,select,textarea { font: inherit; }
button,a { -webkit-tap-highlight-color: transparent; }
button { cursor: pointer; }
button:disabled { cursor: default; opacity: .65; }
a { color: inherit; text-decoration: none; }
img { max-width: 100%; }
h1,h2,h3,p { margin-top: 0; }
button,a,input,select,textarea,summary { outline-offset: 5px; }
:focus-visible { outline: 2px solid var(--gold); }
.icon-sprite { position: absolute; width: 0; height: 0; overflow: hidden; pointer-events: none; }
.icon { display: inline-block; width: 22px; height: 22px; flex-shrink: 0; fill: none; stroke: currentColor; stroke-width: 1.9; stroke-linecap: round; stroke-linejoin: round; vertical-align: middle; }
.theme-art { filter: hue-rotate(var(--theme-art-hue,0deg)); }
.shell { width: min(1480px,calc(100% - 80px)); margin-inline: auto; }
.skip-link { position: fixed; top: -70px; left: 10px; z-index: 100; padding: 12px; color: #111; background: var(--gold); }
.skip-link:focus { top: 10px; }
.sr-only { position: absolute; width: 1px; height: 1px; margin: -1px; padding: 0; overflow: hidden; clip: rect(0,0,0,0); border: 0; white-space: nowrap; }
.site-header { position: sticky; top: 0; z-index: 40; height: 80px; background: color-mix(in srgb,var(--bg) 94%,transparent); backdrop-filter: blur(16px); border-bottom: 1px solid var(--gold-deep); border-radius: 0 0 26px 26px; box-shadow: 0 5px 30px rgba(var(--theme-primary-rgb),.06); }
.header-inner { display: flex; height: 100%; gap: 26px; align-items: center; justify-content: space-between; position: relative; }
.brand { display: inline-flex; flex-shrink: 0; align-items: center; }
.brand img { width: 190px; height: 62px; object-fit: contain; filter: hue-rotate(var(--theme-art-hue,0deg)); }
.primary-nav { display: flex; gap: 13px; align-items: center; white-space: nowrap; font-size: 13px; font-weight: 800; }
.primary-nav a { border: 1px solid transparent; border-radius: 28px; padding: 9px 13px; }
.primary-nav a:hover,.primary-nav a.active { color: var(--gold-light); background: linear-gradient(145deg,rgba(var(--theme-primary-rgb),.12),transparent); border-color: var(--gold-deep); }
.header-actions { display: flex; align-items: center; gap: 10px; }
.btn { display: inline-flex; gap: 9px; align-items: center; justify-content: center; border: 1px solid transparent; border-radius: 12px; padding: 12px 22px; font-size: 14px; font-weight: 900; line-height: 1.35; text-align: center; min-height: 46px; transition: filter .2s,transform .2s,box-shadow .2s; }
.btn-primary { color: #151008; background: var(--metal); border-color: var(--gold-light); box-shadow: inset 0 1px 2px #fff7,0 4px 18px rgba(var(--theme-primary-rgb),.18); }
.btn-primary:hover:not(:disabled) { filter: brightness(1.1); box-shadow: inset 0 1px 2px #fff8,0 6px 25px rgba(var(--theme-primary-rgb),.3); transform: translateY(-1px); }
.btn-quiet { border-color: color-mix(in srgb,var(--text) 18%,transparent); background: var(--panel); color: var(--text); }
.btn-full { width: 100%; }
.icon-btn { width: 44px; height: 44px; display: inline-grid; place-items: center; border: 1px solid var(--line); border-radius: 11px; background: var(--panel); color: var(--text); }
.wallet-chip { display: flex; gap: 9px; align-items: center; padding: 10px 13px; white-space: nowrap; min-height: 44px; background: var(--panel); color: var(--text); border: 1px solid var(--line); border-radius: 12px; font-size: 14px; }
.wallet-chip .icon { color: var(--gold); }
.wallet-plus { display: none; }
.menu-toggle { background: transparent; border: 0; }
.account-menu { position: absolute; top: calc(100% + 8px); right: 0; padding: 10px; width: 248px; max-height: calc(100svh - 160px); overflow: auto; border: 1px solid var(--line); background: var(--panel); border-radius: 16px; box-shadow: var(--shadow); }
.account-menu a,.account-menu button,.account-menu>b { display: block; width: 100%; padding: 10px 12px; text-align: left; color: var(--text); background: none; border: 0; font-size: 14px; border-radius: 7px; }
.account-menu a:hover,.account-menu button:hover { background: rgba(var(--theme-primary-rgb),.12); color: var(--gold-light); }
.account-menu>b { border-bottom: 1px solid var(--line); margin-bottom: 6px; overflow-wrap: anywhere; }
.bottom-nav { display: none; }
.home-content { padding-top: 24px; padding-bottom: 64px; }
.hero { position: relative; overflow: hidden; border: 1px solid var(--line); border-radius: 22px; background: var(--bg); }
.hero-slide { position: relative; min-height: 450px; display: flex; align-items: center; }
.hero-art { position: absolute; inset: 0; }
.hero-art img { width: 100%; height: 100%; object-fit: cover; object-position: right 50%; }
.hero-art::after { content: ''; position: absolute; inset: 0; background: linear-gradient(90deg,var(--bg) 2%,color-mix(in srgb,var(--bg) 82%,transparent) 32%,transparent 66%); }
.hero-copy { position: relative; width: 57%; padding: 38px 48px 44px; }
.eyebrow { display: inline-block; color: var(--gold-light); font-size: 11px; font-weight: 900; letter-spacing: .07em; line-height: 1.4; }
.pill { border: 1px solid var(--gold-deep); border-radius: 20px; padding: 3px 10px; background: rgba(var(--theme-primary-rgb),.05); }
.hero h1,.hero h2 { font-size: clamp(32px,3.7vw,60px); font-weight: 1000; font-style: italic; line-height: 1.02; letter-spacing: -.04em; margin: 15px 0 16px; text-shadow: 0 4px 14px #0004; }
.hero h1 span { color: var(--gold-light); }
.hero-copy>p { max-width: 370px; font-size: 15px; line-height: 1.55; color: var(--muted); margin-bottom: 22px; }
.hero-cta { border-radius: 28px; padding-inline: 25px; }
.hero-cta .icon { fill: currentColor; width: 18px; }
.hero-benefits { display: flex; gap: 16px; margin-top: 28px; font-size: 10px; font-weight: 700; white-space: nowrap; }
.hero-benefits span { display: flex; align-items: center; gap: 7px; }
.hero-benefits .icon { color: var(--gold); width: 21px; }
.hero-controls { position: absolute; bottom: 18px; right: 20px; display: flex; gap: 7px; align-items: center; }
.hero-controls .icon-btn { width: 32px; height: 32px; border-radius: 50%; background: color-mix(in srgb,var(--bg) 80%,transparent); }
.hero-controls .icon { width: 16px; }
.hero-dots { display: flex; align-items: center; margin-right: 10px; }
.hero-dots button { position: relative; width: 26px; height: 32px; padding: 0; border: 0; background: none; }
.hero-dots button:after { content: ''; display: block; width: 16px; height: 4px; border-radius: 5px; background: #ffffff50; }
.hero-dots button[aria-pressed=true]:after { background: var(--gold); width: 23px; }
.feature-strip { display: grid; grid-template-columns: repeat(4,1fr); border: 1px solid var(--line); background: linear-gradient(135deg,var(--panel),var(--bg)); border-radius: 16px; margin: 18px 0 34px; padding: 18px 6px; }
.feature-strip>div { display: flex; gap: 14px; align-items: center; justify-content: center; padding-inline: 15px; border-right: 1px solid var(--line); }
.feature-strip>div:last-child { border: 0; }
.feature-strip .icon { color: var(--gold); width: 30px; height: 30px; filter: drop-shadow(0 2px 5px rgba(var(--theme-primary-rgb),.2)); }
.feature-strip strong,.feature-strip small { display: block; }
.feature-strip strong { font-size: 14px; font-weight: 900; }
.feature-strip small { font-size: 11px; color: var(--muted); }
.section-heading { display: flex; gap: 20px; align-items: flex-end; justify-content: space-between; }
.section-heading h2,.faq-section h2 { font-size: 32px; line-height: 1.15; font-weight: 900; letter-spacing: -.035em; margin: 9px 0 6px; }
.section-heading p { color: var(--muted); font-size: 14px; margin: 0; }
.collection-count { color: var(--muted); font-size: 12px; white-space: nowrap; }
.catalog-toolbar { display: flex; justify-content: space-between; gap: 15px; align-items: center; margin: 20px 0; }
.filter-tabs { display: flex; gap: 10px; }
.filter-tabs button { display: flex; gap: 8px; align-items: center; border: 1px solid var(--line); border-radius: 11px; padding: 13px 19px; color: var(--muted); background: var(--panel); font-size: 12px; font-weight: 800; }
.filter-tabs .icon { width: 20px; }
.filter-tabs button.active { color: var(--gold-light); border-color: var(--gold); background: linear-gradient(145deg,rgba(var(--theme-primary-rgb),.17),var(--bg)); box-shadow: 0 2px 15px rgba(var(--theme-primary-rgb),.1); }
.catalog-sort { display: flex; gap: 8px; align-items: center; color: var(--muted); font-size: 11px; }
.catalog-sort select { color: var(--text); border: 1px solid var(--line); background: var(--panel); border-radius: 10px; padding: 12px; font-size: 12px; max-width: 150px; }
.games-grid { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 20px; }
.game-card { position: relative; background: linear-gradient(140deg,var(--panel),var(--bg)); border: 1px solid color-mix(in srgb,var(--gold) 35%,var(--line)); padding: 5px; border-radius: 16px; overflow: hidden; box-shadow: 0 6px 25px #0003; transition: transform .2s,border-color .2s; }
.game-card:hover { transform: translateY(-3px); border-color: var(--gold); }
.game-cover { display: block; height: 210px; position: relative; border-radius: 11px 11px 0 0; overflow: hidden; }
.game-cover:after { content: ''; position: absolute; inset: 55% 0 0; background: linear-gradient(transparent,var(--panel)); }
.game-cover img { width: 100%; height: 100%; object-fit: cover; }
.cover-label { position: absolute; top: 12px; left: 12px; background: #0009; border: 1px solid #ffffff30; border-radius: 6px; padding: 4px 7px; font-size: 9px; font-weight: 900; color: #fff; }
.game-card-info { padding: 0 12px 12px; position: relative; margin-top: -8px; }
.game-card h3 { font-size: 22px; line-height: 1.2; margin: 0 0 6px; letter-spacing: -.02em; }
.game-card-info>p { font-size: 12px; color: var(--muted); margin-bottom: 16px; }
.card-values { display: flex; justify-content: space-between; gap: 7px; align-items: center; margin-bottom: 15px; }
.price-tag { font-size: 15px; border: 1px solid var(--gold-deep); padding: 3px 9px; border-radius: 20px; white-space: nowrap; }
.card-values>span { text-align: right; font-size: 10px; color: var(--gold-light); }
.card-values strong { display: block; color: var(--text); font-size: 14px; white-space: nowrap; }
.card-play { border-radius: 8px; min-height: 43px; }
.card-play .icon { width: 15px; height: 15px; fill: currentColor; }
.collection-banner { display: flex; align-items: center; justify-content: space-between; position: relative; overflow: hidden; gap: 30px; margin: 34px 0; padding: 28px 36px 28px 33%; min-height: 182px; border: 1px solid var(--gold-deep); border-radius: 17px; background: var(--panel); }
.collection-banner>img { position: absolute; left: 0; top: 0; width: 48%; height: 100%; object-fit: cover; mask-image: linear-gradient(90deg,#000 55%,transparent); }
.collection-banner>div,.collection-banner>a { position: relative; }
.collection-banner h2 { font-size: 28px; font-weight: 1000; line-height: 1.1; margin: 8px 0; letter-spacing: -.03em; }
.collection-banner p { font-size: 12px; color: var(--muted); margin-bottom: 0; }
.collection-banner .btn { white-space: nowrap; }
.how-section { margin: 40px 0; }
.how-steps { display: grid; grid-template-columns: repeat(4,minmax(0,1fr)); gap: 15px; margin-top: 22px; }
.how-steps article { display: flex; gap: 13px; padding: 20px 15px; border: 1px solid var(--line); border-radius: 14px; background: linear-gradient(145deg,var(--panel),var(--bg)); }
.step-icon { width: 42px; height: 42px; display: inline-grid; place-items: center; border: 1px solid var(--gold-deep); border-radius: 50%; color: var(--gold); background: rgba(var(--theme-primary-rgb),.06); flex-shrink: 0; }
.how-steps h3 { font-size: 13px; margin: 2px 0 6px; }
.how-steps p { font-size: 12px; color: var(--muted); margin: 0; }
.faq-section { display: grid; grid-template-columns: 1fr 2fr; gap: 35px; margin-top: 55px; }
.faq-list details { border-bottom: 1px solid var(--line); }
.faq-list summary { list-style: none; display: flex; justify-content: space-between; padding: 16px 0; font-size: 14px; font-weight: 700; cursor: pointer; }
.faq-list summary::-webkit-details-marker { display: none; }
.faq-list summary span { color: var(--gold); }
.faq-list p { color: var(--muted); font-size: 13px; margin: 0 0 18px; }
.site-footer { background: var(--panel); border-top: 1px solid var(--line); }
.footer-grid { display: grid; grid-template-columns: 1.2fr 1fr 1fr 1.4fr; gap: 35px; padding-top: 36px; padding-bottom: 30px; }
.footer-grid .brand img { width: 170px; height: 55px; }
.footer-grid p { font-size: 12px; color: var(--muted); margin: 12px 0 0; }
.footer-grid b { font-size: 13px; }
.footer-grid a:not(.brand) { display: block; font-size: 12px; color: var(--muted); margin-top: 10px; }
.responsible { display: flex; align-items: flex-start; gap: 12px; }
.responsible>span { color: var(--gold); border: 1px solid var(--gold); font-size: 14px; font-weight: 900; padding: 4px; border-radius: 8px; }
.responsible p { margin: 0; }
.responsible p b { color: var(--text); }
.footer-bottom { display: flex; justify-content: space-between; gap: 15px; padding-top: 16px; padding-bottom: 16px; border-top: 1px solid var(--line); font-size: 11px; color: var(--muted); }
.modal { position: fixed; inset: 0; margin: auto; width: min(440px,calc(100% - 28px)); max-height: calc(100dvh - 40px); padding: 30px; border: 1px solid var(--gold-deep); background: var(--panel); color: var(--text); border-radius: 22px; overflow-y: auto; overscroll-behavior: contain; box-shadow: 0 30px 100px #0009; }
.modal::backdrop { background: #000a; backdrop-filter: blur(7px); }
body:has(dialog[open]) { overflow: hidden; }
.modal-close { position: absolute; right: 10px; top: 10px; display: grid; place-items: center; width: 36px; height: 36px; border: 0; border-radius: 50%; color: var(--muted); background: transparent; }
.modal-logo { display: block; width: 170px; height: auto; margin: 0 auto 20px; filter: hue-rotate(var(--theme-art-hue)); }
.modal h2,.auth-card h1 { font-size: 26px; letter-spacing: -.035em; margin: 0 0 8px; line-height: 1.15; }
.modal p,.auth-card>p { color: var(--muted); font-size: 13px; }
.modal-mark { display: inline-grid; place-items: center; width: 48px; height: 48px; background: rgba(var(--theme-primary-rgb),.12); color: var(--gold); border-radius: 13px; margin-bottom: 18px; }
.raspa-form { display: grid; gap: 8px; }
.raspa-form>label { font-size: 12px; font-weight: 700; margin-top: 6px; }
.raspa-form input,.raspa-form textarea,.modal textarea { min-width: 0; width: 100%; border: 1px solid var(--line); background: var(--bg); color: var(--text); border-radius: 8px; padding: 11px 12px; font-size: 16px; }
.raspa-form input:focus { border-color: var(--gold); outline: 1px solid var(--gold); outline-offset: 0; }
.raspa-form .check-field { display: flex; align-items: flex-start; gap: 9px; font-size: 11px; font-weight: 500; color: var(--muted); margin: 6px 0 10px; }
.check-field input { accent-color: var(--gold); width: 15px; flex-shrink: 0; margin-top: 2px; }
.form-switch { text-align: center; font-size: 12px !important; margin: 10px 0 0; }
.form-switch button { background: none; border: 0; color: var(--gold-light); font-weight: 800; padding: 0; }
.form-feedback { color: #fca5a5 !important; }
.money-input { display: flex; align-items: center; border: 1px solid var(--line); border-radius: 9px; background: var(--bg); }
.money-input span { padding-left: 12px; color: var(--gold); font-weight: 800; }
.money-input input { border: 0; background: transparent; }
.quick-values { display: flex; flex-wrap: wrap; gap: 8px; margin-bottom: 10px; }
.quick-values button { background: var(--bg); color: var(--text); border: 1px solid var(--line); border-radius: 7px; padding: 7px 10px; font-size: 12px; }
.pix-qr { display: grid; place-items: center; background: #fff; border-radius: 12px; margin: 15px 0; }
.pix-qr canvas { width: 220px !important; height: 220px !important; max-width: 100%; }
.modal textarea { height: 70px; resize: none; margin: 8px 0; font-size: 12px; }
.pix-status { text-align: center; margin: 14px 0 0; }
.toast { position: fixed; z-index: 100; bottom: 24px; left: 50%; transform: translateX(-50%); width: max-content; max-width: calc(100% - 24px); padding: 12px 18px; background: var(--panel); color: var(--text); border: 1px solid var(--gold-deep); border-radius: 11px; box-shadow: var(--shadow); font-size: 13px; }
.auth-page { padding-block: 55px; min-height: 70vh; display: grid; place-items: center; }
.auth-card { width: min(440px,100%); padding: 30px; border: 1px solid var(--line); border-radius: 18px; background: var(--panel); }
.auth-card .eyebrow { margin-bottom: 15px; }
.empty-state { padding: 25px; border: 1px solid var(--line); border-radius: 14px; color: var(--muted); text-align: center; }
.theme-primary-text { color: var(--gold) !important; }
.theme-text { color: var(--text) !important; }
.theme-text-secondary { color: var(--muted) !important; }
.theme-input { background: var(--bg); color: var(--text); border: 1px solid var(--line); border-radius: 10px; min-width: 0; }
.theme-input::placeholder { color: var(--muted); }
.theme-input:focus { outline: 1px solid var(--gold); border-color: var(--gold); outline-offset: 0; }
.theme-input option { background: var(--panel); color: var(--text); }
.rs-btn-primary { border: 1px solid var(--gold-light); border-radius: 11px; color: #151008; background: var(--metal); box-shadow: inset 0 1px 2px #fff6,0 4px 18px rgba(var(--theme-primary-rgb),.15); }
.rs-btn-ghost { border: 1px solid var(--line); border-radius: 11px; background: var(--panel); color: var(--text); }
.prizes-page { padding-block: 40px 60px; min-height: 65vh; }
.prizes-page .empty-state { margin-top: 30px; padding-block: 40px; }
.prizes-table-wrap { margin-top: 25px; overflow-x: auto; border: 1px solid var(--line); border-radius: 14px; }
.prizes-table { border-collapse: collapse; width: 100%; font-size: 13px; min-width: 520px; background: var(--panel); }
.prizes-table th,.prizes-table td { padding: 16px; border-bottom: 1px solid var(--line); text-align: left; }
.prizes-table th { color: var(--muted); font-size: 11px; font-weight: 800; }
.prizes-table .prize-amount { color: var(--gold-light); font-weight: 900; white-space: nowrap; }
.prizes-pagination { display: flex; justify-content: center; align-items: center; gap: 15px; margin-top: 20px; font-size: 12px; }
.prizes-pagination a { border: 1px solid var(--line); padding: 8px 12px; border-radius: 8px; }
@media (max-width:1250px) {
    .shell { width: calc(100% - 48px); }
    .header-inner { gap: 18px; }
    .brand img { width: 165px; height: 55px; }
    .primary-nav { gap: 2px; font-size: 12px; }
    .primary-nav a { padding-inline: 9px; }
    .header-actions { gap: 6px; }
    .header-actions .btn { padding-inline: 15px; font-size: 12px; }
    .header-deposit { display: none; }
    .wallet-plus { display: inline-grid; place-items: center; background: var(--metal); border-radius: 6px; width: 22px; height: 22px; color: #151008; font-size: 19px; }
    .hero-copy { padding-left: 34px; }
    .hero-benefits { gap: 10px; font-size: 9px; }
    .game-cover { height: 190px; }
    .game-card h3 { font-size: 20px; }
    .how-steps article { padding: 16px 12px; gap: 10px; }
}
@media (max-width:1000px) {
    .primary-nav { display: none; }
    .hero-slide { min-height: 400px; }
    .hero-copy { width: 62%; padding: 30px; }
    .hero h1,.hero h2 { font-size: 40px; }
    .hero-benefits span:last-child { display: none; }
    .feature-strip { padding: 15px 0; }
    .feature-strip>div { gap: 8px; padding: 0 10px; }
    .feature-strip strong { font-size: 11px; }
    .feature-strip small { font-size: 10px; }
    .feature-strip .icon { width: 24px; height: 24px; }
    .games-grid { gap: 12px; }
    .game-cover { height: 160px; }
    .game-card h3 { font-size: 17px; }
    .game-card-info { padding: 0 8px 9px; }
    .card-values { flex-wrap: wrap; }
    .collection-banner { padding-right: 24px; gap: 20px; }
    .collection-banner h2 { font-size: 24px; }
    .collection-banner .btn { font-size: 12px; padding-inline: 14px; }
    .how-steps { grid-template-columns: repeat(2,1fr); }
    .footer-grid { grid-template-columns: repeat(2,1fr); gap: 25px; }
}
@media (max-width:640px) {
    html { scroll-padding-top: 75px; }
    body { padding-bottom: calc(75px + env(safe-area-inset-bottom)); }
    .shell { width: calc(100% - 24px); }
    .site-header { height: 65px; border-radius: 0 0 16px 16px; }
    .header-inner { gap: 8px; }
    .brand img { width: 127px; height: 44px; }
    .header-actions .btn { padding: 8px 10px; font-size: 11px; min-height: 36px; border-radius: 9px; }
    .header-actions { gap: 5px; }
    .header-actions .menu-toggle { width: 32px; height: 36px; }
    .menu-toggle .icon { width: 23px; }
    .wallet-chip { padding: 6px 7px; gap: 5px; min-height: 36px; font-size: 11px; border-radius: 9px; }
    .wallet-chip .icon { width: 16px; height: 16px; }
    .wallet-plus { width: 21px; height: 24px; font-size: 20px; }
    .home-content { padding-top: 14px; padding-bottom: 35px; }
    .hero { border-radius: 15px; }
    .hero-slide { min-height: 350px; align-items: flex-start; }
    .hero-art img { object-fit: cover; object-position: 67% center; opacity: .7; }
    .hero-art:after { background: linear-gradient(90deg,color-mix(in srgb,var(--bg) 92%,transparent),color-mix(in srgb,var(--bg) 55%,transparent) 55%,transparent),linear-gradient(0deg,var(--bg),transparent 30%); }
    .hero-copy { width: 100%; padding: 22px 20px 49px; }
    .hero h1,.hero h2 { font-size: clamp(29px,8.3vw,42px); margin: 12px 0; max-width: 94%; }
    .hero-copy>p { font-size: 12px; max-width: 240px; margin-bottom: 16px; }
    .hero-cta { min-height: 40px; font-size: 12px; padding: 9px 16px; }
    .hero-benefits { gap: 16px; margin-top: 19px; font-size: 8px; }
    .hero-benefits .icon { width: 17px; }
    .hero-controls { bottom: 10px; right: 12px; }
    .hero-controls .icon-btn { width: 30px; height: 30px; }
    .eyebrow { font-size: 9px; }
    .feature-strip { grid-template-columns: 1fr 1fr; padding: 6px; margin: 12px 0 26px; }
    .feature-strip>div { justify-content: flex-start; padding: 10px 7px; border-bottom: 1px solid var(--line); }
    .feature-strip>div:nth-child(2) { border-right: 0; }
    .feature-strip>div:nth-child(3),.feature-strip>div:nth-child(4) { border-bottom: 0; }
    .feature-strip strong { font-size: 11px; }
    .feature-strip small { font-size: 8px; }
    .feature-strip .icon { width: 23px; height: 23px; }
    .section-heading h2,.faq-section h2 { font-size: 27px; }
    .section-heading p { font-size: 12px; }
    .collection-count { display: none; }
    .catalog-toolbar { flex-wrap: wrap; gap: 10px; margin: 16px 0; }
    .filter-tabs { width: 100%; gap: 7px; }
    .filter-tabs button { flex: 1; justify-content: center; font-size: 10px; padding: 10px 7px; gap: 5px; white-space: nowrap; }
    .filter-tabs .icon { width: 16px; height: 16px; }
    .catalog-sort { margin-left: auto; }
    .catalog-sort select { padding: 6px 9px; font-size: 11px; }
    .games-grid { grid-template-columns: repeat(2,minmax(0,1fr)); gap: 10px; }
    .game-card { padding: 3px; border-radius: 12px; }
    .game-cover { height: 137px; border-radius: 8px 8px 0 0; }
    .cover-label { font-size: 6px; padding: 3px 4px; left: 6px; top: 6px; }
    .game-card-info { padding: 0 7px 7px; }
    .game-card h3 { font-size: 15px; min-height: 36px; display: flex; align-items: center; margin-bottom: 4px; }
    .game-card-info>p { font-size: 9px; line-height: 1.4; margin-bottom: 9px; min-height: 25px; }
    .card-values { flex-wrap: nowrap; gap: 4px; margin-bottom: 10px; align-items: flex-start; flex-direction: column; }
    .price-tag { font-size: 12px; padding: 2px 7px; }
    .card-values>span { font-size: 8px; text-align: left; display: flex; gap: 4px; align-items: baseline; }
    .card-values strong { font-size: 10px; }
    .card-play { font-size: 11px; padding: 9px 4px; min-height: 38px; gap: 5px; }
    .card-play .icon { width: 11px; height: 11px; }
    .collection-banner { min-height: 175px; margin: 25px 0; padding: 22px 15px 22px 32%; flex-wrap: wrap; gap: 12px; }
    .collection-banner>img { width: 54%; }
    .collection-banner h2 { font-size: 23px; }
    .collection-banner p { display: none; }
    .collection-banner .btn { font-size: 10px; min-height: 35px; padding: 8px 11px; }
    .how-section { margin: 28px 0; }
    .how-steps { gap: 9px; margin-top: 15px; }
    .how-steps article { display: block; padding: 14px 12px; }
    .step-icon { width: 34px; height: 34px; margin-bottom: 9px; }
    .step-icon .icon { width: 19px; height: 19px; }
    .how-steps h3 { font-size: 12px; }
    .how-steps p { font-size: 11px; }
    .faq-section { display: block; margin-top: 32px; }
    .faq-list summary { font-size: 12px; }
    .faq-list p { font-size: 12px; }
    .footer-grid { gap: 24px; padding-top: 28px; }
    .footer-grid .brand img { width: 140px; height: 46px; }
    .footer-grid p,.footer-grid a:not(.brand) { font-size: 10px; }
    .footer-grid .responsible { grid-column: 1/-1; }
    .footer-bottom { font-size: 9px; }
    .bottom-nav { position: fixed; bottom: 0; left: 0; right: 0; z-index: 35; display: grid; grid-template-columns: repeat(5,1fr); height: calc(68px + env(safe-area-inset-bottom)); padding: 7px 6px calc(6px + env(safe-area-inset-bottom)); background: color-mix(in srgb,var(--bg) 94%,var(--panel)); border: 1px solid var(--line); border-bottom: 0; border-radius: 18px 18px 0 0; box-shadow: 0 -7px 30px #0005; }
    .bottom-nav>a,.bottom-nav>button { border: 0; background: none; display: flex; flex-direction: column; align-items: center; justify-content: flex-end; gap: 5px; color: var(--muted); padding: 2px; min-width: 0; }
    .bottom-nav small { font-size: 9px; white-space: nowrap; }
    .bottom-nav .icon { width: 23px; height: 23px; }
    .bottom-nav .active { color: var(--gold-light); }
    .bottom-nav .active:before { content: ''; width: 28px; height: 2px; position: absolute; top: 0; border-radius: 4px; background: var(--gold); box-shadow: 0 0 10px var(--gold); }
    .nav-central { display: grid; place-items: center; width: 43px; height: 43px; border: 2px solid var(--bg); outline: 1px solid var(--gold-deep); margin-top: -15px; border-radius: 50%; background: var(--metal); color: #111; box-shadow: 0 0 15px rgba(var(--theme-primary-rgb),.2); }
    .bottom-nav>button { color: var(--text); }
    .toast { bottom: calc(84px + env(safe-area-inset-bottom)); }
    .modal { padding: 26px 20px; max-height: calc(100dvh - 24px); }
    .modal-logo { width: 145px; }
    .auth-page { padding-block: 28px; }
    .auth-card { padding: 22px; }
    .prizes-page .section-heading { align-items: flex-start; flex-direction: column; }
    .prizes-page .section-heading .btn { font-size: 12px; }
    .game-body .site-footer { display: none; }
}
@media (max-width:360px) {
    .brand img { width: 112px; }
    .header-actions .btn { padding-inline: 8px; font-size: 10px; }
    .header-actions .menu-toggle { width: 26px; }
    .wallet-chip { font-size: 10px; }
    .wallet-chip>.icon { display: none; }
    .hero-copy { padding-inline: 16px; }
    .game-cover { height: 117px; }
    .card-values>span { display: block; }
    .card-values strong { font-size: 11px; }
}
@media (prefers-reduced-motion:reduce) {
    html { scroll-behavior: auto; }
    *,*::before,*::after { animation-duration: .01ms !important; transition-duration: .01ms !important; }
}
