:root{--bg:#070b1d;--surface:#0d1222;--surface-strong:#141b33;--text:#d8def0;--text-strong:#fff8ed;--muted:#8e98bb;--border:#ffffff1f;--accent:#58ffbe;--accent-2:#8b60ff;--button-light:linear-gradient(180deg, #fff7e8, #eadcc8);--danger:#ff5b6b;--mono:"SFMono-Regular", Consolas, "Liberation Mono", monospace;--sans:Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;font-family:var(--sans);color:var(--text);background:var(--bg);font-synthesis:none;text-rendering:optimizelegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}*{box-sizing:border-box}html{background:var(--bg)}body{background:var(--bg);min-width:320px;margin:0}a{color:inherit}button,input{font-family:inherit}
.app{--bg:#0a0a0c;--bg-elev:#111114;--surface:#131317;--surface-2:#1a1a20;--surface-3:#232329;--border:#26262d;--border-strong:#34343d;--border-faint:#ffffff0f;--text:#ededee;--text-strong:#fff;--text-muted:#8a8a93;--text-subtle:#5b5b66;--accent:#4ade80;--accent-strong:#22c55e;--accent-soft:#4ade801f;--accent-ink:#052e16;--warn:#f59e0b;--warn-soft:#f59e0b29;--danger:#ef4444;--danger-soft:#ef444429;--info:#a78bfa;--info-soft:#a78bfa2e;--shadow-1:0 1px 0 #ffffff0a inset, 0 10px 28px #0000005c;--shadow-modal:0 24px 80px #0000008c;--radius-sm:6px;--radius-md:10px;--radius-lg:14px;--radius-xl:18px;--font-sans:"Inter", ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;--font-mono:"JetBrains Mono", "SFMono-Regular", ui-monospace, "Menlo", "Consolas", monospace;min-height:100vh;color:var(--text);background:var(--bg);font-family:var(--font-sans);font-feature-settings:"cv11", "ss01"}.app:before{content:"";pointer-events:none;z-index:0;background:linear-gradient(#08080c9e 0%,#08080cc7 58%,#08080cf0 100%),radial-gradient(circle at 50% 38%,#4ade800f,#0000 36%),url(/assets/backgrounds/lobby-poker-rps-bg.png) top/cover no-repeat,#0a0a0c;position:fixed;inset:0}.app>*{z-index:1;position:relative}.topbar{z-index:30;border-bottom:1px solid var(--border);-webkit-backdrop-filter:saturate(160%)blur(12px);backdrop-filter:saturate(160%)blur(12px);background:#0a0a0cc7;position:sticky;top:0}.topbar-inner{grid-template-columns:auto 1fr auto;align-items:center;gap:24px;max-width:1280px;min-height:64px;margin:0 auto;padding:14px 24px;display:grid}.brand{color:var(--text-strong);letter-spacing:-.01em;align-items:center;gap:10px;font-weight:700;text-decoration:none;display:inline-flex}.brand-mark{align-items:center;display:inline-flex}.brand-mark img{object-fit:contain;width:auto;height:40px}.brand-name{letter-spacing:-.01em;font-size:16px}.brand-name-accent{color:var(--accent)}.topbar-nav{border:1px solid var(--border);background:var(--surface);border-radius:999px;justify-self:center;align-items:center;gap:4px;padding:3px;display:inline-flex}.topbar-nav-item{height:32px;color:var(--text-muted);letter-spacing:-.01em;cursor:pointer;background:0 0;border:0;border-radius:999px;align-items:center;gap:6px;padding:0 14px;font-family:inherit;font-size:13px;font-weight:500;transition:color .12s,background .12s;display:inline-flex}.topbar-nav-item:hover{color:var(--text)}.topbar-nav-item.is-active{color:var(--text-strong);background:var(--surface-3)}.topbar-nav-counter{background:var(--accent-soft);min-width:20px;height:18px;color:var(--accent);font-feature-settings:"tnum";border-radius:999px;place-items:center;padding:0 6px;font-size:11px;font-weight:600;display:inline-grid}.topbar-nav-item.is-active .topbar-nav-counter{background:var(--accent-soft);color:var(--accent)}.topbar-actions{justify-self:end;align-items:center;gap:8px;display:inline-flex}.topbar-auth-buttons{gap:8px;display:inline-flex}.topbar-auth-buttons .ghost-button,.topbar-auth-buttons .primary-button{border-radius:999px;height:40px;padding:0 16px}.topbar-wallet{border:1px solid var(--border);background:var(--surface);border-radius:999px;align-items:stretch;height:40px;display:inline-flex;overflow:hidden}.topbar-balance{border-right:1px solid var(--border);color:var(--text-strong);font-feature-settings:"tnum";white-space:nowrap;align-items:center;gap:7px;padding:0 14px;display:inline-flex}.topbar-balance strong{font-size:14px;font-weight:700}.topbar-balance-unit{color:var(--text-muted);font-size:11px;font-weight:600}.topbar-wallet .topbar-deposit{border:0;border-radius:0;height:100%;padding:0 16px}.topbar-wallet .topbar-deposit:active:not(:disabled){transform:none}@media (max-width:680px){.topbar-balance{display:none}.topbar-wallet{background:0 0;border:0;overflow:visible}.topbar-wallet .topbar-deposit{border-radius:999px;padding:0 16px}}.profile-wrap{position:relative}.profile-trigger{border:1px solid var(--border);background:var(--surface);height:40px;color:var(--text);cursor:pointer;border-radius:999px;align-items:center;gap:10px;padding:4px 12px 4px 4px;font-family:inherit;transition:border-color .12s,background .12s;display:inline-flex}.profile-trigger:hover{border-color:var(--border-strong);background:var(--surface-2)}.profile-trigger-copy{text-align:left;align-items:center;display:inline-flex}.profile-trigger-copy strong{color:var(--text-strong);text-overflow:ellipsis;white-space:nowrap;max-width:16ch;font-size:13px;font-weight:600;overflow:hidden}.profile-menu{border:1px solid var(--border);border-radius:var(--radius-md);background:var(--surface);width:260px;box-shadow:var(--shadow-modal);z-index:50;padding:8px;position:absolute;top:calc(100% + 8px);right:0}.profile-menu-header{border-bottom:1px solid var(--border);align-items:center;gap:10px;margin-bottom:6px;padding:10px 8px;display:flex}.profile-menu-header strong{color:var(--text-strong);text-overflow:ellipsis;white-space:nowrap;max-width:17ch;font-size:13px;font-weight:600;display:block;overflow:hidden}.profile-menu-header span{color:var(--text-muted);font-size:11px;font-family:var(--font-mono);display:block}.profile-menu-list{display:grid}.profile-menu-list button{width:100%;color:var(--text);text-align:left;cursor:pointer;background:0 0;border:0;border-radius:8px;align-items:center;gap:10px;padding:9px 10px;font-family:inherit;font-size:13px;font-weight:500;transition:background .12s;display:inline-flex}.profile-menu-list button:hover{background:var(--surface-2)}.profile-menu-list button svg{color:var(--text-muted)}.primary-button,.ghost-button,.icon-button{letter-spacing:-.01em;cursor:pointer;white-space:nowrap;border:1px solid #0000;border-radius:8px;justify-content:center;align-items:center;gap:8px;height:36px;padding:0 14px;font-family:inherit;font-size:13px;font-weight:600;transition:background .14s,color .14s,border-color .14s,transform .14s;display:inline-flex}.primary-button{background:var(--accent);color:var(--accent-ink);border-color:var(--accent-strong)}.primary-button:hover:not(:disabled){background:var(--accent-strong)}.primary-button:active:not(:disabled){transform:translateY(1px)}.primary-button:disabled{opacity:.55;cursor:not-allowed}.ghost-button{background:var(--surface);color:var(--text);border-color:var(--border)}.ghost-button:hover:not(:disabled){background:var(--surface-2);border-color:var(--border-strong);color:var(--text-strong)}.ghost-button:disabled{opacity:.55;cursor:not-allowed}.icon-button{background:var(--surface);width:36px;height:36px;color:var(--text-muted);border-color:var(--border);padding:0}.icon-button:hover:not(:disabled){color:var(--text);background:var(--surface-2);border-color:var(--border-strong)}button:focus-visible,[role=tab]:focus-visible,input:focus-visible,select:focus-visible{outline:2px solid var(--accent);outline-offset:2px}.page{max-width:1280px;margin:0 auto;padding:28px 24px 80px}.hero{grid-template-columns:minmax(0,1fr) minmax(320px,420px);align-items:stretch;gap:28px;padding:28px 0 8px;display:grid}.hero-left{flex-direction:column;gap:18px;min-width:0;padding:8px 0;display:flex}.hero-title{letter-spacing:-.02em;color:var(--text-strong);margin:0;font-size:32px;font-weight:700;line-height:1.1}.hero-title-dim{color:var(--text-muted);font-weight:500;display:inline}.hero-title-solana{vertical-align:-.08em;filter:drop-shadow(0 1px 5px #14f19540);width:auto;height:.8em;margin:0 .12em}.hero-sub{max-width:52ch;color:var(--text-muted);margin:0;font-size:14px;line-height:1.55}.hero-stats{flex-wrap:wrap;gap:8px 24px;margin:6px 0 0;padding:0;display:flex}.hero-stats>div{background:0 0;flex-direction:column;gap:3px;padding:0;display:flex}.hero-stats dt{color:var(--text-muted);letter-spacing:.07em;text-transform:uppercase;margin:0;font-size:10.5px;font-weight:600}.hero-stats dd{color:var(--text-strong);font-feature-settings:"tnum";letter-spacing:-.01em;margin:0;font-size:16px;font-weight:700}.hero-stat-pot{align-items:baseline;gap:6px;display:inline-flex}.hero-stat-pot small{color:var(--text-muted);font-size:12px;font-weight:500}.bet-builder{border:1px solid var(--border-strong);border-radius:var(--radius-lg);-webkit-backdrop-filter:blur(14px);background:#16161aeb;flex-direction:column;gap:12px;padding:20px;display:flex;box-shadow:0 22px 44px #0000006b,inset 0 1px #ffffff0a}.bet-builder-label,.field-label{text-transform:uppercase;letter-spacing:.06em;color:var(--text-muted);font-size:11px;font-weight:600}.bet-builder-input{border:1px solid var(--border-strong);border-radius:var(--radius-md);background:var(--bg);align-items:center;gap:10px;padding:12px 14px;transition:border-color .12s,background .12s;display:flex}.bet-builder-input:focus-within{border-color:var(--accent);background:var(--bg-elev)}.bet-builder-input input{min-width:0;color:var(--text-strong);font-feature-settings:"tnum";letter-spacing:-.01em;background:0 0;border:0;outline:none;flex:1;font-family:inherit;font-size:22px;font-weight:600}.bet-builder-input input::placeholder{color:var(--text-subtle)}.bet-builder-suffix{letter-spacing:.06em;color:var(--text-muted);font-size:12px;font-weight:600}.bet-builder-row{justify-content:space-between;align-items:center;gap:12px;min-height:28px;display:flex}.bet-builder-usd{color:var(--text-muted);font-feature-settings:"tnum";font-size:13px;font-weight:500}.bet-builder-multipliers,.quick-bets{border:1px solid var(--border);background:var(--bg);border-radius:8px;gap:4px;padding:3px;display:inline-flex}.bet-builder-multipliers button,.quick-bets button{min-width:42px;height:26px;color:var(--text-muted);cursor:pointer;background:0 0;border:0;border-radius:6px;padding:0 8px;font-family:inherit;font-size:12px;font-weight:600;transition:background .12s,color .12s}.bet-builder-multipliers button:hover,.quick-bets button:hover{color:var(--text-strong);background:var(--surface-2)}.quick-bets button.is-active{background:var(--accent-soft);color:var(--accent)}.bet-builder-actions{grid-template-columns:1fr auto;gap:8px;margin-top:4px;display:grid}.hero-cta{height:42px;font-size:14px}.hero-cta svg{margin-right:-2px}.alert{border-radius:var(--radius-md);background:var(--danger-soft);color:#fecaca;border:1px solid #ef444452;justify-content:space-between;align-items:center;gap:12px;margin:12px 0;padding:10px 14px;font-size:13px;display:flex}.alert button{width:24px;height:24px;color:inherit;cursor:pointer;background:0 0;border:0;border-radius:6px;place-items:center;display:inline-grid}.alert button:hover{background:#ffffff14}.lobby-section{margin-top:28px}.lobby-section-head{border-bottom:1px solid var(--border);flex-wrap:wrap;justify-content:space-between;align-items:center;gap:16px;margin-bottom:16px;padding-bottom:14px;display:flex}.lobby-section-title{align-items:center;gap:10px;display:inline-flex}.lobby-section-title h2{letter-spacing:-.01em;color:var(--text-strong);margin:0;font-size:16px;font-weight:600}.tab-counter{background:var(--surface-3);min-width:22px;height:22px;color:var(--text);font-feature-settings:"tnum";border-radius:999px;place-items:center;padding:0 7px;font-size:11px;font-weight:600;display:inline-grid}.lobby-section-title .tab-counter{background:var(--accent-soft);color:var(--accent)}.lobby-filters{flex-wrap:wrap;align-items:center;gap:8px;display:inline-flex}.segmented{border:1px solid var(--border);background:var(--surface);border-radius:8px;gap:2px;padding:3px;display:inline-flex}.segmented-item{height:28px;color:var(--text-muted);letter-spacing:-.01em;cursor:pointer;background:0 0;border:0;border-radius:6px;padding:0 12px;font-family:inherit;font-size:12px;font-weight:600;transition:background .12s,color .12s}.segmented-item:hover{color:var(--text)}.segmented-item.is-active{background:var(--surface-3);color:var(--text-strong)}.toggle-chip{border:1px solid var(--border);background:var(--surface);height:32px;color:var(--text-muted);letter-spacing:-.01em;cursor:pointer;border-radius:999px;align-items:center;gap:8px;padding:0 12px;font-family:inherit;font-size:12px;font-weight:600;transition:background .12s,color .12s,border-color .12s;display:inline-flex}.toggle-chip:hover{color:var(--text);border-color:var(--border-strong)}.toggle-chip-dot{background:var(--text-subtle);border-radius:50%;width:6px;height:6px;transition:background .12s,box-shadow .12s}.toggle-chip.is-active{color:var(--accent);background:var(--accent-soft);border-color:#4ade8066}.toggle-chip.is-active .toggle-chip-dot{background:var(--accent)}.sort-menu{border:1px solid var(--border);background:var(--surface);height:32px;color:var(--text);cursor:pointer;border-radius:8px;align-items:center;gap:8px;padding:0 10px 0 12px;font-size:12px;font-weight:600;display:inline-flex;position:relative}.sort-menu:hover{border-color:var(--border-strong)}.sort-menu-label{color:var(--text-muted)}.sort-menu select{appearance:none;color:var(--text);cursor:pointer;background:0 0;border:0;padding-right:4px;font-family:inherit;font-size:12px;font-weight:600}.sort-menu svg{color:var(--text-muted)}.game-grid{grid-template-columns:repeat(auto-fill,minmax(320px,1fr));gap:14px;display:grid}.game-card{border:1px solid var(--border-strong);border-radius:var(--radius-lg);-webkit-backdrop-filter:blur(12px);background:#16161aeb;flex-direction:column;gap:14px;padding:16px;transition:border-color .14s,background .14s,transform .14s,box-shadow .14s;animation:.42s cubic-bezier(.16,1,.3,1) backwards game-card-in;display:flex;box-shadow:0 18px 36px #0006,inset 0 1px #ffffff0a}@keyframes game-card-in{0%{opacity:0;transform:translateY(10px)scale(.99)}to{opacity:1;transform:translateY(0)scale(1)}}.game-grid>.game-card:nth-child(2){animation-delay:45ms}.game-grid>.game-card:nth-child(3){animation-delay:90ms}.game-grid>.game-card:nth-child(4){animation-delay:.135s}.game-grid>.game-card:nth-child(5){animation-delay:.18s}.game-grid>.game-card:nth-child(6){animation-delay:.225s}.game-grid>.game-card:nth-child(n+7){animation-delay:.26s}.game-card:hover{background:#1c1c20f5;border-color:#4ade8080;transform:translateY(-3px);box-shadow:0 26px 50px -12px #0000008c,0 0 0 1px #4ade801f,0 14px 44px -18px #4ade8061,inset 0 1px #ffffff0d}.game-card:hover .game-card-action.primary-button{box-shadow:0 0 0 1px #4ade8059,0 10px 24px -8px #4ade8080}@media (prefers-reduced-motion:reduce){.game-card{animation:none}}.game-card-meta{justify-content:space-between;align-items:center;gap:8px;font-size:12px;display:flex}.game-card-status{color:var(--text);letter-spacing:-.01em;align-items:center;gap:6px;font-weight:600;display:inline-flex}.status-dot{background:var(--text-subtle);border-radius:50%;width:6px;height:6px}.status-dot-open{background:var(--accent);box-shadow:0 0 0 3px #4ade8024}.status-dot-live{background:var(--warn);box-shadow:0 0 0 3px #f59e0b24}.game-card-meta-right{color:var(--text-muted);align-items:center;gap:10px;display:inline-flex}.game-card-tag{color:var(--info);align-items:center;gap:4px;font-weight:600;display:inline-flex}.game-card-time{font-feature-settings:"tnum";color:var(--text-muted)}.game-card-stage{grid-template-columns:1fr auto 1fr;align-items:center;gap:10px;padding:12px 0 4px;display:grid}.game-card-vs{place-items:center;display:grid}.game-card-vs-mark{border:1px solid var(--border);background:var(--bg-elev);width:28px;height:28px;color:var(--text-muted);letter-spacing:.08em;text-transform:uppercase;border-radius:50%;place-items:center;font-size:10px;font-weight:700;display:inline-grid}.player-seat{align-items:center;gap:10px;min-width:0;display:flex}.player-seat.align-right{text-align:right;flex-direction:row-reverse}.player-seat-avatar{background:var(--surface-3);width:36px;height:36px;color:var(--text-subtle);border-radius:50%;flex:none;place-items:center;font-size:14px;font-weight:600;display:inline-grid}.player-seat-avatar.is-placeholder{border:1px dashed var(--border-strong);background:0 0}.player-seat-meta{gap:1px;min-width:0;line-height:1.15;display:grid}.player-seat-meta strong{color:var(--text-strong);text-overflow:ellipsis;white-space:nowrap;max-width:14ch;font-size:13px;font-weight:600;overflow:hidden}.player-seat-meta small{color:var(--text-muted);font-size:11px;font-family:var(--font-mono);text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.player-seat.is-empty .player-seat-meta strong{color:var(--text-muted)}.player-seat.is-empty .player-seat-meta small{font-family:inherit}.game-card-footer{border-top:1px solid var(--border);justify-content:space-between;align-items:center;gap:12px;padding-top:12px;display:flex}.game-card-wager{flex-direction:column;gap:2px;line-height:1.1;display:flex}.game-card-wager-label{text-transform:uppercase;letter-spacing:.06em;color:var(--text-muted);font-size:11px;font-weight:600}.game-card-wager-value{color:var(--text-strong);align-items:baseline;gap:6px;display:inline-flex}.game-card-wager-value strong{font-feature-settings:"tnum";letter-spacing:-.01em;font-size:16px;font-weight:600}.game-card-wager-value small{color:var(--text-muted);font-feature-settings:"tnum";font-size:12px}.game-card-action{height:36px}.game-card.is-live .game-card-action{color:var(--text)}.empty-state{border:1px dashed var(--border-strong);border-radius:var(--radius-lg);-webkit-backdrop-filter:blur(12px);text-align:center;background:radial-gradient(40rem 18rem at 50% 0,#4ade800f,#0000 70%),#16161ae0;flex-direction:column;justify-content:center;align-items:center;gap:8px;padding:56px 24px;display:flex;box-shadow:0 18px 36px #0000005c}.empty-state-icon{background:var(--surface-2);width:48px;height:48px;color:var(--accent);border:1px solid #4ade8038;border-radius:14px;place-items:center;margin-bottom:4px;animation:3s ease-in-out infinite empty-icon-pulse;display:inline-grid;box-shadow:0 0 24px -8px #4ade8066}@keyframes empty-icon-pulse{0%,to{box-shadow:0 0 22px -8px #4ade804d}50%{box-shadow:0 0 32px -4px #4ade808c}}@media (prefers-reduced-motion:reduce){.empty-state-icon{animation:none}}.empty-state strong{color:var(--text-strong);letter-spacing:-.01em;font-size:15px;font-weight:600}.empty-state p{max-width:44ch;color:var(--text-muted);margin:0;font-size:13px;line-height:1.55}.empty-state-actions{flex-wrap:wrap;justify-content:center;gap:8px;margin-top:12px;display:inline-flex}.history-table{border:1px solid var(--border-strong);border-radius:var(--radius-lg);-webkit-backdrop-filter:blur(14px);background:#16161aeb;flex-direction:column;display:flex;overflow:hidden;box-shadow:0 18px 36px #0006}.history-table-head,.history-row{grid-template-columns:minmax(180px,1.6fr) minmax(150px,1.2fr) minmax(100px,.8fr) minmax(80px,.6fr) 128px;align-items:center;gap:16px;padding:14px 18px;display:grid}.history-table-head{background:var(--surface-2);border-bottom:1px solid var(--border);text-transform:uppercase;letter-spacing:.06em;color:var(--text-muted);font-size:11px;font-weight:600}.history-table-amount{text-align:right}.history-table-time{text-align:left}.history-row+.history-row{border-top:1px solid var(--border)}.history-row{background:var(--surface);transition:background .12s}.history-row:hover{background:var(--surface-2)}.history-row-result{align-items:center;gap:12px;min-width:0;display:flex}.history-result-pip{border-radius:8px;place-items:center;width:26px;height:26px;font-size:12px;font-weight:700;display:inline-grid}.history-result-won{background:var(--accent-soft);color:var(--accent)}.history-result-lost{background:var(--danger-soft);color:#fca5a5}.history-row-opponent{align-items:center;gap:10px;min-width:0;display:flex}.history-row-opponent strong{color:var(--text-strong);text-overflow:ellipsis;white-space:nowrap;font-size:13px;font-weight:600;display:block;overflow:hidden}.history-row-opponent small{color:var(--text-muted);font-feature-settings:"tnum";align-items:center;gap:4px;font-size:11px;font-weight:500;display:inline-flex}.history-row-matchup{color:var(--text);align-items:center;gap:8px;font-size:13px;font-weight:500;display:flex}.history-move-sep{color:var(--text-subtle);text-transform:uppercase;letter-spacing:.08em;font-size:11px}.history-row-amount{text-align:right;font-feature-settings:"tnum";font-size:14px;font-weight:600}.history-row-amount.pos{color:var(--accent)}.history-row-amount.neg{color:#fca5a5}.history-row-time{color:var(--text-muted);font-feature-settings:"tnum";font-size:12px}.history-row-action{justify-self:end}.history-row-action .icon-button{width:32px;height:32px}.history-share{border:1px solid var(--border-strong);background:var(--surface-2);color:var(--text-muted);letter-spacing:.01em;white-space:nowrap;cursor:pointer;border-radius:999px;align-items:center;gap:7px;padding:7px 13px;font-size:12px;font-weight:600;transition:border-color .12s,color .12s,background .12s;display:inline-flex}.history-share svg{flex-shrink:0}.history-share:hover{color:var(--text-strong);background:var(--accent-soft);border-color:#22c55e80}.history-hand{border:1px solid var(--border);background:var(--surface-2);border-radius:10px;place-items:center;width:34px;height:34px;transition:border-color .12s,box-shadow .12s;display:inline-grid}.history-hand img{object-fit:contain;-webkit-user-drag:none;-webkit-user-select:none;user-select:none;width:24px;height:24px}.history-hand.is-mirror img{transform:scaleX(-1)}.history-hand.is-win{background:var(--accent-soft);border-color:#22c55e8c;box-shadow:0 0 0 1px #22c55e59,0 6px 16px #22c55e38}.history-hand.is-loss{opacity:.5;filter:grayscale(.55)}.history-row-amount{flex-direction:column;align-items:flex-end;gap:2px;display:flex}.history-amount-sol{font-feature-settings:"tnum";font-size:14px;font-weight:700}.history-amount-usd{color:var(--text-subtle);font-feature-settings:"tnum";font-size:11px;font-weight:500}.history-more{border:none;border-top:1px solid var(--border);background:var(--surface-2);width:100%;color:var(--text);letter-spacing:.02em;cursor:pointer;justify-content:center;align-items:center;padding:13px;font-size:12.5px;font-weight:600;transition:background .12s,color .12s;display:flex}.history-more:hover{background:var(--surface);color:var(--text-strong)}@media (max-width:560px){.history-hand{width:30px;height:30px}.history-hand img{width:21px;height:21px}}.page-footer{border-top:1px solid var(--border);color:var(--text-muted);justify-content:space-between;align-items:center;gap:12px;margin-top:40px;padding-top:20px;font-size:12px;display:flex}.footer-meta{align-items:center;gap:8px;display:inline-flex}.footer-meta svg{color:var(--accent)}.footer-links{gap:16px;display:inline-flex}.footer-links a{color:var(--text-muted);text-decoration:none;transition:color .12s}.footer-links a:hover{color:var(--text)}.avatar{background:var(--surface-3);border:1px solid var(--border);border-radius:50%;flex:none;place-items:center;display:inline-grid;position:relative;overflow:hidden}.avatar img{object-fit:cover;width:100%;height:100%}.avatar-fallback{color:var(--text);text-transform:uppercase;font-weight:600}.solana-coin{background:#0006;border-radius:50%;flex:none;place-items:center;display:inline-grid;overflow:hidden}.solana-coin img{object-fit:cover;width:100%;height:100%}.x-logo{fill:currentColor;width:14px;height:14px}.modal-overlay{z-index:60;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);background:#050508b3;place-items:center;padding:24px;animation:.14s ease-out fadeIn;display:grid;position:fixed;inset:0}.modal{border:1px solid var(--border-strong);border-radius:var(--radius-xl);background:var(--surface);width:100%;box-shadow:var(--shadow-modal);max-height:calc(100vh - 48px);animation:.18s ease-out scaleIn;overflow:auto}.modal-sm{max-width:420px}.modal-md{max-width:480px}.modal-lg{max-width:720px}.modal-xl{max-width:960px}.modal-flush{padding:0;overflow:hidden}.modal-tone-duel{background:radial-gradient(38rem 18rem at 50% -10%, #4ade800f, transparent 60%), var(--surface)}.modal-header{justify-content:space-between;align-items:flex-start;gap:16px;padding:22px 22px 14px;display:flex}.modal-title{gap:4px;min-width:0;display:grid}.modal-title h2{letter-spacing:-.02em;color:var(--text-strong);margin:0;font-size:20px;font-weight:700}.modal-title p{color:var(--text-muted);margin:0;font-size:13px}.modal-eyebrow{text-transform:uppercase;letter-spacing:.08em;color:var(--text-muted);align-items:center;gap:6px;margin-bottom:2px;font-size:11px;font-weight:600;display:inline-flex}.modal-body{flex-direction:column;gap:18px;padding:6px 22px 18px;display:flex}.modal-footer{border-top:1px solid var(--border);background:var(--surface);justify-content:flex-end;align-items:center;gap:8px;padding:16px 22px 20px;display:flex}.modal-footer-info{color:var(--text-muted);align-items:center;gap:6px;margin-right:auto;font-size:12px;display:inline-flex}.modal-footer-info svg{color:var(--accent)}.modal-footer-actions{gap:8px;display:inline-flex}.modal-footer-share{flex-wrap:wrap}.field{flex-direction:column;gap:10px;display:flex}.field-row{justify-content:space-between;align-items:center;gap:12px;display:flex}.modal-summary{border:1px solid var(--border);border-radius:var(--radius-md);background:var(--border);grid-template-columns:1fr 1fr;gap:1px;display:grid;overflow:hidden}.modal-summary>div{background:var(--surface-2);justify-content:space-between;align-items:center;gap:12px;padding:12px 14px;display:flex}.modal-summary span{color:var(--text-muted);font-size:12px;font-weight:500}.modal-summary strong{color:var(--text-strong);font-feature-settings:"tnum";align-items:center;gap:6px;font-size:14px;font-weight:600;display:inline-flex}.mode-pick{grid-template-columns:1fr 1fr;gap:8px;display:grid}.mode-pick-card{border:1px solid var(--border);border-radius:var(--radius-md);background:var(--surface-2);color:var(--text);text-align:left;cursor:pointer;grid-template-columns:auto 1fr auto;align-items:center;gap:12px;padding:14px;font-family:inherit;transition:border-color .14s,background .14s;display:grid;position:relative}.mode-pick-card:hover{border-color:var(--border-strong);background:var(--surface-3)}.mode-pick-card.is-active{border-color:var(--accent);background:#4ade800f}.mode-pick-card>svg:first-child{color:var(--text-muted)}.mode-pick-card.is-active>svg:first-child{color:var(--accent)}.mode-pick-card span{gap:2px;min-width:0;display:grid}.mode-pick-card strong{color:var(--text-strong);font-size:13px;font-weight:600}.mode-pick-card small{color:var(--text-muted);font-size:11px;line-height:1.35}.mode-pick-check{color:var(--accent)}.invite-block{border:1px solid var(--border);border-radius:var(--radius-md);background:var(--surface-2);justify-content:space-between;align-items:center;gap:12px;padding:12px 14px;display:flex}.invite-block-copy{gap:4px;min-width:0;display:grid}.invite-block-copy strong{font-family:var(--font-mono);color:var(--text-strong);text-overflow:ellipsis;white-space:nowrap;font-size:12px;overflow:hidden}.duel-stage{border:1px solid var(--border);border-radius:var(--radius-lg);background:radial-gradient(20rem 16rem at 50% 100%, #4ade800a, transparent 70%), var(--surface-2);grid-template-columns:1fr auto 1fr;align-items:stretch;gap:16px;margin:6px 22px 18px;padding:22px 18px;display:grid}.duelist{text-align:center;flex-direction:column;align-items:center;gap:10px;min-width:0;display:flex}.duelist-identity{justify-content:center;align-items:center;gap:10px;width:100%;min-width:0;display:flex}.duelist-copy{text-align:left;gap:2px;min-width:0;display:grid}.duelist-copy strong{color:var(--text-strong);letter-spacing:-.01em;text-overflow:ellipsis;white-space:nowrap;max-width:16ch;font-size:14px;font-weight:600;overflow:hidden}.duelist-copy span{color:var(--text-muted);font-feature-settings:"tnum";font-size:12px}.duelist-hand{justify-content:center;align-items:center;width:100%;height:132px;display:flex;overflow:hidden}.duelist-hand img{object-fit:contain;width:auto;max-width:100%;height:auto;max-height:100%;animation:.18s ease-out handIn;display:block}.duelist.align-right .duelist-hand img{transform:scaleX(-1)}.duelist-hand-placeholder{border:1px dashed var(--border);opacity:.6;border-radius:50%;place-items:center;width:80px;height:80px;display:grid;position:relative}.duelist-hand-placeholder span{background:var(--border-strong);border-radius:50%;width:18px;height:18px;display:block}.duelist-status{color:var(--text-muted);letter-spacing:-.01em;font-size:12px;font-weight:600}.duel-stage-center{flex-direction:column;justify-content:center;align-items:center;gap:10px;min-width:76px;display:flex}.duel-stage-vs{background:var(--bg-elev);border:1px solid var(--border-strong);width:48px;height:48px;color:var(--text-muted);letter-spacing:.08em;border-radius:999px;place-items:center;font-size:12px;font-weight:700;display:inline-grid}.duel-stage-pot{color:var(--text-muted);font-feature-settings:"tnum";align-items:center;gap:6px;font-size:11px;display:inline-flex}.move-picker{grid-template-columns:repeat(3,1fr);gap:10px;padding:0 22px 18px;display:grid}.move-card{border:1px solid var(--border);border-radius:var(--radius-md);background:var(--surface-2);color:var(--text);cursor:pointer;flex-direction:column;justify-content:center;align-items:center;gap:8px;padding:14px 10px 12px;font-family:inherit;transition:border-color .14s,background .14s,transform .14s;display:flex}.move-card:hover:not(:disabled){border-color:var(--border-strong);background:var(--surface-3);transform:translateY(-1px)}.move-card:disabled{opacity:.6;cursor:not-allowed}.move-card.is-selected{border-color:var(--accent);background:#4ade800f}.move-card img{object-fit:contain;width:56px;height:56px}.move-card span{color:var(--text-strong);font-size:13px;font-weight:600}.move-card small{color:var(--text-muted);font-size:11px}.move-card.is-selected small{color:var(--accent)}.duel-outcome{border:1px solid var(--border);border-radius:var(--radius-md);background:var(--surface-2);flex-direction:column;gap:8px;margin:4px 22px 18px;padding:18px;display:flex}.duel-outcome.is-win{background:#4ade800f;border-color:#4ade805c}.duel-outcome.is-loss{background:#ef44440f;border-color:#ef44444d}.duel-outcome-headline{justify-content:space-between;align-items:baseline;gap:12px;display:flex}.duel-outcome-result{color:var(--text-strong);font-size:14px;font-weight:600}.duel-outcome strong{font-feature-settings:"tnum";letter-spacing:-.02em;font-size:22px;font-weight:700}.duel-outcome.is-win strong{color:var(--accent)}.duel-outcome.is-loss strong{color:#fca5a5}.duel-outcome p{color:var(--text-muted);margin:0;font-size:13px}.duel-modal-head{border-bottom:1px solid var(--border);background:var(--surface);grid-template-columns:1fr 1fr auto;align-items:center;gap:24px;padding:22px 24px 18px;display:grid}.duel-identity{align-items:center;gap:12px;min-width:0;display:inline-flex}.duel-identity.align-right{text-align:right;flex-direction:row-reverse;justify-self:end}.duel-identity .avatar{border:2px solid var(--info)}.duel-identity.align-right .avatar{border-color:var(--warn)}.duel-identity-copy{gap:2px;min-width:0;max-width:18ch;display:grid}.duel-identity-copy strong{color:var(--text-strong);letter-spacing:-.01em;text-overflow:ellipsis;white-space:nowrap;font-size:15px;font-weight:700;overflow:hidden}.duel-identity-meta{color:var(--text-muted);font-feature-settings:"tnum";align-items:center;gap:5px;font-size:12px;display:inline-flex}.duel-identity.align-right .duel-identity-meta{justify-content:flex-end}.duel-identity-balance{color:var(--text);font-style:normal;font-weight:600}.duel-identity-balance.pos{color:var(--accent)}.duel-identity-balance.neg{color:#fca5a5}.duel-identity-meta small{color:var(--text-subtle)}.duel-modal-close{width:32px;height:32px}.picker-stage{background:radial-gradient(40rem 24rem at 20% 50%, #4ade800a, transparent 70%), radial-gradient(40rem 24rem at 80% 50%, #a78bfa0f, transparent 70%), var(--bg-elev);border-bottom:1px solid var(--border);grid-template-columns:minmax(0,1.4fr) auto minmax(0,1fr);align-items:center;gap:32px;min-height:360px;padding:48px 32px;display:grid}.picker-side{flex-direction:column;align-items:center;gap:18px;min-width:0;display:flex}.picker-side-right{align-items:center}.picker-hand-row{align-items:stretch;gap:14px;width:100%;max-width:460px;display:flex}.picker-hand{aspect-ratio:1;border:1px solid var(--border);border-radius:var(--radius-md);background:var(--surface);cursor:pointer;flex:1 1 0;place-items:center;padding:12px;transition:border-color .18s,transform .18s,background .18s,opacity .2s,flex-basis .28s;display:grid;position:relative;overflow:hidden}.picker-hand-row.has-selection .picker-hand.is-selected{flex:1.9 1 0}.picker-hand-row.has-selection .picker-hand:not(.is-selected){flex:.9 1 0}.picker-hand img{object-fit:contain;width:100%;height:100%;transition:transform .2s}.picker-hand:hover:not(:disabled){border-color:var(--border-strong);background:var(--surface-2);transform:translateY(-1px)}.picker-hand:disabled{cursor:default}.picker-hand.is-selected{border-color:var(--info);background:#a78bfa14;box-shadow:0 0 0 1px #a78bfa80,0 18px 36px #a78bfa26}.picker-hand.is-muted{opacity:.5}.picker-hand-cta{background:var(--info);color:#1c1233;letter-spacing:.02em;border-radius:999px;align-items:center;gap:6px;height:32px;padding:0 18px;font-size:12px;font-weight:700;animation:.22s ease-out pickerCtaIn;display:inline-flex;position:absolute;bottom:14px;left:50%;transform:translate(-50%);box-shadow:0 6px 18px #a78bfa66}@keyframes pickerCtaIn{0%{opacity:0;transform:translate(-50%,6px)}to{opacity:1;transform:translate(-50%)}}.picker-status{color:var(--text-muted);margin:0;font-size:13px;font-weight:500}.picker-center{place-items:center;display:grid}.countdown{width:80px;height:80px;position:relative}.countdown svg{width:100%;height:100%;transform:rotate(-90deg)}.countdown-track{fill:none;stroke:var(--surface-3);stroke-width:4px}.countdown-progress{fill:none;stroke:var(--accent);stroke-width:4px;stroke-linecap:round;transition:stroke-dashoffset .24s linear,stroke .2s}.countdown.is-danger .countdown-progress{stroke:var(--danger)}.countdown-value{color:var(--text-strong);font-feature-settings:"tnum";place-items:center;font-size:18px;font-weight:700;display:grid;position:absolute;inset:0}.countdown.is-danger .countdown-value{color:var(--danger)}.countdown.is-soon .countdown-progress{stroke:var(--warn)}.countdown.is-soon .countdown-value{color:var(--warn)}.countdown.is-danger{animation:.9s ease-in-out infinite countdown-pulse}@keyframes countdown-pulse{0%,to{transform:scale(1)}50%{transform:scale(1.06)}}@media (prefers-reduced-motion:reduce){.countdown.is-danger{animation:none}}.picker-lock{border-radius:var(--radius-md);background:var(--surface);border:1px solid var(--border);width:96px;height:96px;color:var(--text-subtle);place-items:center;transition:color .2s,border-color .2s,background .2s;display:grid}.picker-lock.is-active{color:var(--info);background:#a78bfa14;border-color:#a78bfa66}.reveal-stage{background:radial-gradient(50rem 28rem at 50% 100%, #4ade800f, transparent 70%), var(--bg-elev);border-bottom:1px solid var(--border);grid-template-columns:1fr auto 1fr;align-items:center;gap:0;min-height:380px;padding:0 24px;display:grid;position:relative;overflow:hidden}.reveal-hand{justify-content:center;align-items:end;display:grid;position:relative}.reveal-hand img{object-fit:contain;transform-origin:50%;width:auto;max-width:100%;height:auto;max-height:300px;animation:.32s cubic-bezier(.16,1,.3,1) revealHandIn;display:block;transform:rotate(90deg)}.reveal-hand-right img{animation-name:revealHandInRight;transform:scaleX(-1)rotate(90deg)}@keyframes revealHandIn{0%{opacity:0;transform:translate(-40px)scale(.92)rotate(90deg)}to{opacity:1;transform:translate(0)scale(1)rotate(90deg)}}@keyframes revealHandInRight{0%{opacity:0;transform:translate(40px)scale(.92)scaleX(-1)rotate(90deg)}to{opacity:1;transform:translate(0)scale(1)scaleX(-1)rotate(90deg)}}.reveal-hand.is-winner img{filter:drop-shadow(0 0 26px #4ade808c)brightness(1.05)}.reveal-hand.is-loser img{filter:grayscale(.5)brightness(.6);opacity:.7}.reveal-center{z-index:2;flex-direction:column;justify-content:center;align-items:center;gap:16px;min-width:240px;padding:32px 0;display:flex}.reveal-loading{color:var(--text-muted);align-items:center;gap:10px;font-size:14px;font-weight:500;display:inline-flex}.reveal-count{letter-spacing:-.01em;color:var(--text-strong);white-space:nowrap;text-shadow:0 0 30px #4ade8047;font-size:52px;font-weight:800;animation:.34s cubic-bezier(.16,1,.3,1) reveal-count-pop}@keyframes reveal-count-pop{0%{opacity:0;transform:scale(.45)}55%{opacity:1;transform:scale(1.14)}to{opacity:1;transform:scale(1)}}.reveal-result-card{border-radius:var(--radius-md);text-align:center;gap:6px;min-width:220px;padding:16px 22px;animation:.26s ease-out revealCardIn;display:grid}@keyframes revealCardIn{0%{opacity:0;transform:translateY(8px)scale(.96)}to{opacity:1;transform:translateY(0)scale(1)}}.reveal-result-card.is-win{background:var(--accent);color:var(--accent-ink);animation:.26s ease-out revealCardIn,1.8s ease-in-out .26s infinite win-glow;box-shadow:0 14px 36px #4ade8047}@keyframes win-glow{0%,to{box-shadow:0 14px 36px #4ade8047}50%{box-shadow:0 18px 52px #4ade808c}}@media (prefers-reduced-motion:reduce){.reveal-result-card.is-win{animation:.26s ease-out revealCardIn}}.reveal-result-card.is-loss{background:var(--danger);color:#2a0a0a;box-shadow:0 14px 36px #ef444447}.reveal-result-label{letter-spacing:.08em;text-transform:uppercase;opacity:.78;font-size:11px;font-weight:700}.reveal-result-card strong{font-feature-settings:"tnum";letter-spacing:-.02em;justify-content:center;align-items:center;gap:8px;font-size:28px;font-weight:700;display:inline-flex}.reveal-result-card small{opacity:.78;font-size:12px;font-weight:600}.reveal-matchup{color:var(--text-muted);margin:0;font-size:13px;font-weight:500}.reveal-actions{flex-wrap:wrap;justify-content:center;gap:8px;display:inline-flex}.duel-modal-foot{background:var(--surface);color:var(--text-muted);justify-content:space-between;align-items:center;gap:12px;padding:14px 24px;font-size:12px;display:flex}.fairness-row{align-items:center;gap:8px;display:inline-flex}.fairness-row svg{color:var(--accent)}.network-pip{color:var(--text-muted);align-items:center;gap:6px;font-weight:500;display:inline-flex}.share-preview{border:1px solid var(--border);border-radius:var(--radius-md);background:var(--bg);margin:6px 22px 16px;padding:0;overflow:hidden}.share-preview-img{width:100%;height:auto;display:block}.share-preview-placeholder{min-height:260px;color:var(--text-muted);place-items:center;font-size:13px;display:grid}.share-preview-loading{align-items:center;gap:8px;display:inline-flex}.share-preview-error{color:#fca5a5}.spinner{border:2px solid var(--border-strong);border-top-color:var(--accent);border-radius:50%;width:14px;height:14px;animation:.7s linear infinite spin}.share-result-pos{color:var(--accent)}.share-result-neg{color:#fca5a5}.toast{z-index:80;border:1px solid var(--border-strong);background:var(--surface);color:var(--text);box-shadow:var(--shadow-modal);border-radius:10px;max-width:calc(100vw - 32px);padding:12px 16px;font-size:13px;font-weight:500;animation:.2s ease-out toastIn;position:fixed;bottom:24px;left:50%;transform:translate(-50%)}@keyframes toastIn{0%{opacity:0;transform:translate(-50%,12px)}to{opacity:1;transform:translate(-50%)}}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes scaleIn{0%{opacity:0;transform:translateY(8px)scale(.98)}to{opacity:1;transform:translateY(0)scale(1)}}@keyframes handIn{0%{opacity:0;transform:scale(.92)}to{opacity:1;transform:scale(1)}}.duelist.align-right .duelist-hand img{animation-name:handInRight}@keyframes handInRight{0%{opacity:0;transform:scale(.92)scaleX(-1)}to{opacity:1;transform:scale(1)scaleX(-1)}}@keyframes spin{to{transform:rotate(360deg)}}@media (max-width:960px){.hero{grid-template-columns:1fr}.hero-right{order:-1}.hero-title{font-size:26px}.history-table-head,.history-row{grid-template-columns:minmax(160px,1.5fr) minmax(120px,1fr) minmax(90px,.8fr) 40px}.history-row-time,.history-table-time{display:none}}@media (max-width:720px){.topbar-inner{grid-template-columns:auto auto;gap:12px;min-height:56px;padding:12px 16px}.topbar-nav{border-radius:10px;order:3;grid-column:1/-1;justify-self:stretch}.topbar-nav-item{flex:1;justify-content:center}.topbar-actions{justify-self:end}.profile-trigger-copy{display:none}.profile-trigger{height:36px;padding:4px}.page{padding:16px 16px 64px}.hero{gap:18px;padding-top:12px}.hero-title{font-size:22px}.hero-sub{font-size:13px}.hero-stats{grid-template-columns:repeat(2,1fr)}.lobby-filters{flex-wrap:wrap;width:100%;margin-left:0}.game-grid{grid-template-columns:1fr}.history-table-head{display:none}.history-row{grid-template-columns:1fr auto;gap:8px;padding:14px}.history-row-result{grid-area:1/1}.history-row-amount{grid-area:1/2;align-self:center}.history-row-matchup{color:var(--text-muted);grid-area:2/1/auto/-1;font-size:12px}.history-row-time{display:none}.history-row-action{grid-area:2/2;justify-self:end}.modal-overlay{align-items:flex-end;padding:12px}.modal{border-radius:var(--radius-lg) var(--radius-lg) 0 0;max-height:calc(100vh - 32px)}.modal-header,.modal-body,.modal-footer{padding-left:16px;padding-right:16px}.duel-modal-head{grid-template-columns:minmax(0,1fr) minmax(0,1fr) auto;gap:10px;padding:14px 14px 12px}.duel-identity{gap:8px}.duel-identity .avatar{width:32px;height:32px}.duel-identity-copy{max-width:100%}.duel-identity-copy strong{font-size:12px}.duel-identity-meta{gap:4px;font-size:10px}.duel-identity-meta small{display:none}.duel-modal-close{align-self:start;width:28px;height:28px}.picker-stage{grid-template-rows:auto auto auto;grid-template-columns:1fr;gap:18px;min-height:auto;padding:24px 16px}.picker-hand-row{gap:10px;max-width:100%}.picker-center{order:-1}.countdown{width:64px;height:64px}.countdown-value{font-size:15px}.picker-lock{width:64px;height:64px}.picker-lock svg{width:28px;height:28px}.reveal-stage{grid-template-rows:auto auto auto;grid-template-columns:1fr;gap:16px;min-height:auto;padding:24px 16px}.reveal-hand{align-items:center;height:140px}.reveal-hand img{max-height:140px}.reveal-hand-left{order:1}.reveal-center{order:0;padding:0}.reveal-hand-right{order:2}.duel-modal-foot{flex-wrap:wrap;gap:6px;padding:12px 16px}.duel-stage{gap:8px;margin-left:16px;margin-right:16px;padding:16px 12px}.duelist,.duelist-identity{gap:8px}.duelist-copy strong{max-width:11ch;font-size:13px}.duelist-copy span{font-size:11px}.duelist-hand{height:110px}.duelist-hand img{max-width:130px}.duel-stage-vs{width:38px;height:38px;font-size:11px}.duel-stage-pot{font-size:10px}.duel-outcome{margin:4px 16px 14px;padding:14px}.move-picker{gap:8px;padding:0 16px 14px}.move-card img{width:44px;height:44px}.modal-footer{flex-direction:column;align-items:stretch}.modal-footer-actions,.modal-footer-share{flex-wrap:wrap;width:100%}.modal-footer-actions .primary-button,.modal-footer-actions .ghost-button,.modal-footer-share .primary-button,.modal-footer-share .ghost-button{flex:1}.modal-footer-info{justify-content:center;margin-right:0}.share-preview{margin-left:16px;margin-right:16px}}@media (max-width:420px){.brand-name,.topbar-auth-buttons .ghost-button span{display:none}}.jackpot-hero{border-radius:var(--radius-xl,18px);background:linear-gradient(180deg, #ffffff0a, #ffffff03), var(--surface,#131317);border:1px solid #f59e0b47;flex-direction:column;gap:14px;margin:12px 0 0;padding:20px 24px;display:flex;position:relative;overflow:hidden;box-shadow:inset 0 1px #ffffff0d,0 1px #0000004d,0 18px 50px -28px #f59e0b73}.jackpot-hero:after{content:"";pointer-events:none;background:linear-gradient(105deg,#0000 30%,#fff0c80f 45%,#fff0c81a 50%,#0000 65%);animation:7s ease-in-out infinite jackpot-sheen;position:absolute;inset:0;transform:translate(-120%)}@keyframes jackpot-sheen{0%,18%{transform:translate(-120%)}55%,to{transform:translate(120%)}}.jackpot-hero-row{z-index:1;grid-template-columns:minmax(0,1.5fr) minmax(0,1.1fr) minmax(0,1.2fr);align-items:center;gap:18px;display:grid;position:relative}.jackpot-hero-prize{align-items:center;gap:14px;display:flex}.jackpot-hero-trophy{color:#fde68a;background:linear-gradient(#f59e0b38,#f59e0b14);border:1px solid #f59e0b59;border-radius:12px;flex-shrink:0;place-items:center;width:44px;height:44px;display:grid;box-shadow:0 0 18px -4px #f59e0b80}.jackpot-hero-prize-copy,.jackpot-hero-countdown,.jackpot-hero-status{flex-direction:column;gap:4px;min-width:0;display:flex}.jackpot-hero-label{text-transform:uppercase;letter-spacing:.1em;color:var(--text-muted,#8a8a93);align-items:center;gap:6px;font-size:10.5px;font-weight:700;display:inline-flex}.jackpot-hero-live-dot{background:var(--accent,#4ade80);border-radius:999px;width:6px;height:6px;animation:1.8s ease-out infinite jackpot-pulse}@keyframes jackpot-pulse{0%{box-shadow:0 0 #4ade8080}70%{box-shadow:0 0 0 6px #4ade8000}to{box-shadow:0 0 #4ade8000}}.jackpot-hero-amount{align-items:baseline;gap:6px;line-height:1;display:flex}.jackpot-hero-amount-num{font-variant-numeric:tabular-nums;letter-spacing:-.01em;background:linear-gradient(#fff7e0,#fbbf24 55%,#f59e0b);color:#0000;-webkit-background-clip:text;background-clip:text;font-size:30px;font-weight:800}.jackpot-hero-amount-unit{color:#f6c768;font-size:14px;font-weight:700}.jackpot-hero-usd{color:var(--text-muted,#8a8a93);font-size:12px}.jackpot-hero-timer{font-variant-numeric:tabular-nums;color:var(--text-strong,#fff);font-size:26px;font-weight:800;line-height:1.05}.jackpot-hero-timer.is-soon{color:var(--warn,#f59e0b)}.jackpot-hero-timer.is-drawing{color:#fde68a;animation:1.1s ease-in-out infinite jackpot-blink}@keyframes jackpot-blink{0%,to{opacity:1}50%{opacity:.45}}.jackpot-hero-progress{background:#ffffff12;border-radius:999px;width:100%;height:4px;margin-top:4px;position:relative;overflow:hidden}.jackpot-hero-progress-fill{background:linear-gradient(90deg,#f59e0b,#fbbf24);border-radius:999px;transition:width 1s linear;position:absolute;inset:0 auto 0 0;box-shadow:0 0 10px -1px #f59e0b99}.jackpot-hero-eligible{background:var(--accent-soft,#4ade801f);color:var(--accent,#4ade80);border:1px solid #4ade8052;border-radius:999px;align-items:center;gap:6px;width:fit-content;padding:5px 11px;font-size:13px;font-weight:700;display:inline-flex;box-shadow:0 0 16px -6px #4ade8099}.jackpot-hero-cta{color:var(--text,#ededee);font-size:12.5px}.jackpot-hero-players{color:var(--text-muted,#8a8a93);align-items:center;gap:5px;font-size:11.5px;display:inline-flex}.jackpot-hero-rule{z-index:1;color:var(--text,#ededee);border-top:1px solid #ffffff0f;margin:0;padding-top:12px;font-size:11.5px;position:relative}@media (max-width:720px){.jackpot-hero-row{grid-template-columns:1fr;gap:14px}}@media (prefers-reduced-motion:reduce){.jackpot-hero:after,.jackpot-hero-live-dot,.jackpot-hero-timer.is-drawing{animation:none}.jackpot-hero-progress-fill{transition:none}}.wallet-cta{width:100%;height:44px;font-size:15px}.wallet-balance{border:1px solid var(--border);border-radius:var(--radius-md);background:var(--surface-2);justify-content:space-between;align-items:center;gap:12px;padding:12px 14px;display:flex}.wallet-balance span{color:var(--text-muted);font-size:12px;font-weight:500}.wallet-balance strong{color:var(--text-strong);font-feature-settings:"tnum";font-size:15px;font-weight:700}.wallet-input{box-sizing:border-box;border:1px solid var(--border-strong);border-radius:var(--radius-md);background:var(--bg);width:100%;height:42px;color:var(--text-strong);font-family:var(--font-mono);padding:0 13px;font-size:13px;transition:border-color .12s,background .12s}.wallet-input:focus{border-color:var(--accent);background:var(--bg-elev);outline:none}.wallet-input::placeholder{color:var(--text-subtle);font-family:var(--font-sans)}.wallet-dest-row{justify-content:space-between;align-items:center;gap:8px;display:flex}.wallet-dest-reset{color:var(--accent);cursor:pointer;background:0 0;border:0;padding:0;font-family:inherit;font-size:12px;font-weight:600}.wallet-address{align-items:center;gap:8px;display:flex}.wallet-address code{text-overflow:ellipsis;white-space:nowrap;border:1px solid var(--border);border-radius:var(--radius-md);background:var(--bg);min-width:0;height:36px;color:var(--text);font-family:var(--font-mono);flex:1;align-items:center;padding:0 12px;font-size:12px;display:flex;overflow:hidden}.wallet-manual{flex-direction:column;gap:14px;display:flex}.wallet-manual-toggle{border:1px dashed var(--border-strong);border-radius:var(--radius-md);width:100%;height:38px;color:var(--text-muted);cursor:pointer;background:0 0;justify-content:center;align-items:center;gap:6px;font-family:inherit;font-size:13px;font-weight:600;transition:color .12s,border-color .12s;display:inline-flex}.wallet-manual-toggle:hover{color:var(--text);border-color:var(--border-strong)}.wallet-note{color:var(--text-muted);margin:0;font-size:12px;line-height:1.5}.wallet-alert{border-radius:var(--radius-md);align-items:flex-start;gap:8px;padding:10px 12px;font-size:13px;line-height:1.45;display:flex}.wallet-alert svg{flex:none;margin-top:1px}.wallet-alert.is-error{background:var(--danger-soft);color:#fca5a5;border:1px solid #ef44444d}.wallet-alert.is-ok{background:var(--accent-soft);color:var(--accent);border:1px solid #4ade804d}.wallet-spin{animation:.8s linear infinite wallet-spin}@keyframes wallet-spin{to{transform:rotate(360deg)}}.create-wager-head{justify-content:space-between;align-items:center;gap:12px;display:flex}.create-balance{color:var(--text-muted);letter-spacing:.02em;cursor:pointer;font-feature-settings:"tnum";background:0 0;border:0;padding:0;font-family:inherit;font-size:11px;font-weight:600;transition:color .12s}.create-balance:hover{color:var(--accent)}.create-hint{color:var(--warn);margin:0;font-size:12px;font-weight:500}.create-fee-note{color:var(--text-muted);margin:0;font-size:12px;line-height:1.5}
