:root{--bg-base:#ffffff;--bg-elevated:#ffffff;--bg-grouped:#f2f2f7;--surface-card:#ffffff;--surface-card-border:#ecedf0;--separator:#e5e5ea;--text-primary:#1c1c1e;--text-secondary:#6e6e73;--text-tertiary:#aeaeb2;--accent-primary:#ff2e4e;--accent-primary-press:#e11f3d;--accent-primary-shadow:#c01b39;--rose-tint:#fff3f5;--grad-flame:linear-gradient(150deg,#ff2e4e,#ff7a45);--accent-known:#57c089;--accent-unknown:#ff2e4e;--accent-gold:#f5cd6a;--accent-jackpot-2:#ff9500;--bonus-glow:#ffd98e;--hue-blue:#6e9bd1;--hue-green:#5cb585;--hue-orange:#f0a85c;--hue-yellow:#f0cc77;--hue-purple:#b292d0;--hue-teal:#6fb6b8;--success:var(--hue-green);--warning:var(--hue-orange);--radius-chip:8px;--radius-button:14px;--radius-control:14px;--radius-list:14px;--radius-card:18px;--radius-sheet:28px;--radius-pill:999px;--radius-cta:var(--radius-pill);--shadow-soft:0 1px 2px rgba(0,0,0,0.05),0 8px 24px -16px rgba(0,0,0,0.18);--shadow-key:0 1px 2px rgba(0,0,0,0.06),0 12px 26px -12px rgba(255,46,78,0.38);--font-family-ui:"Gen Interface JP",-apple-system,BlinkMacSystemFont,"Hiragino Kaku Gothic ProN","Segoe UI",Roboto,system-ui,sans-serif;--font-family-body:var(--font-family-ui);--font-family-num:var(--font-zen-maru),var(--font-family-ui);--font-display:800 34px/1.1 var(--font-family-num);--font-heading:700 20px/1.4 var(--font-family-ui);--font-body:500 16px/1.6 var(--font-family-body);--font-caption:600 12px/1.4 var(--font-family-ui);--font-hud:800 15px/1.2 var(--font-family-num)}*{box-sizing:border-box}body,html{margin:0;padding:0;height:100dvh;overflow:hidden;overscroll-behavior:none;background:var(--bg-base);color:var(--text-primary);font:var(--font-body);-webkit-tap-highlight-color:transparent}body{position:fixed;inset:0;width:100vw;height:100dvh;-webkit-user-select:none;-moz-user-select:none;user-select:none}#__next,body>div{height:100%}button{font-family:inherit;-webkit-tap-highlight-color:transparent}@media (prefers-reduced-motion:reduce){*,:after,:before{animation-duration:.001ms!important;animation-iteration-count:1!important;transition-duration:.001ms!important}}.splash{position:fixed;inset:0;z-index:100;display:grid;place-items:center;background:linear-gradient(158deg,#ff2e4e,#ff5540 58%,#ff7a45);pointer-events:none;opacity:1;transition:opacity .45s ease}.splash--done{opacity:0;visibility:hidden;transition:opacity .45s ease,visibility 0s linear .45s}.splash-mark{width:112px;height:112px;filter:drop-shadow(0 8px 24px rgba(120,10,30,.25));animation:splash-mark-in .44s cubic-bezier(.2,.8,.2,1) both}.splash-loader{position:absolute;bottom:calc(46px + env(safe-area-inset-bottom));display:flex;gap:8px}.splash-loader span{width:8px;height:8px;border-radius:50%;background:rgba(255,255,255,.95);animation:splash-bob 1s ease-in-out infinite}.splash-loader span:nth-child(2){animation-delay:.15s}.splash-loader span:nth-child(3){animation-delay:.3s}@keyframes splash-mark-in{0%{opacity:0;transform:scale(.94)}to{opacity:1;transform:scale(1)}}@keyframes splash-bob{0%,80%,to{transform:translateY(0);opacity:.45}40%{transform:translateY(-7px);opacity:1}}.BottomNav_bar__eTCwP{flex-shrink:0;display:grid;grid-template-columns:repeat(4,1fr);align-items:center;background:var(--bg-elevated);border-top:1px solid var(--surface-card-border);padding:8px 6px calc(env(safe-area-inset-bottom, 0px) + 8px);box-shadow:0 -2px 12px rgba(0,0,0,.04)}.BottomNav_tab___0umn{display:flex;flex-direction:column;align-items:center;gap:3px;padding:4px 0;text-decoration:none;color:var(--text-tertiary);transition:color .15s ease}.BottomNav_tab___0umn.BottomNav_active__r1Zfa{color:var(--accent-primary)}.BottomNav_icon__oFILT{width:24px;height:24px}.BottomNav_tabLabel__B66Wi{font:var(--font-caption);font-size:10px}