.game-page{padding:clamp(2rem,5vw,4rem) 0 5rem;background:var(--bg-page);color:var(--text-primary)}.game-container{max-width:1216px;padding:0 var(--container-pad);margin:auto}.game-header{display:flex;justify-content:space-between;align-items:end;gap:2rem;margin-bottom:2rem}.game-section-label{display:flex;align-items:center;gap:.5rem;font-size:.72rem;text-transform:uppercase;letter-spacing:.15em;font-weight:700;color:var(--brand-lilac)}.game-header h1{font-family:var(--font-display);font-size:clamp(3.5rem,8vw,6rem);font-weight:500;line-height:1.05;letter-spacing:-.045em;margin-top:.65rem}.game-header h1 em{color:var(--accent-strong)}.game-header>p{max-width:360px;font-size:1.05rem;line-height:1.65;color:var(--text-muted);padding-bottom:.4rem}.game-machine{border:1px solid #534862;border-radius:20px;overflow:hidden;background:#131724;color:#f5f2ed;box-shadow:0 16px 42px #21182c1a}.game-machine .game-section-label{color:#c4b0e4}.game-hud{display:flex;align-items:center;gap:clamp(1rem,4vw,3.8rem);padding:1.15rem 1.65rem;border-bottom:1px solid #c4b0e425;background:#201a30}.game-hud>div>span{display:flex;gap:.35rem;align-items:center;text-transform:uppercase;letter-spacing:.1em;color:#c0b6cf;font-size:.64rem}.game-hud strong{display:flex;align-items:center;gap:.32rem;min-height:32px;margin-top:.2rem;font-size:1.45rem;font-weight:600;font-variant-numeric:tabular-nums}.game-hud-score{min-width:64px}.game-hud-score strong{color:#f9c3a7}.game-hud .game-best{margin-left:auto}.game-best strong{color:#c4b0e4}.game-lives{color:#f79773}.game-time-low{color:#ff9c8f}.game-icon-button{display:inline-flex;justify-content:center;align-items:center;width:44px;height:44px;border-radius:50%;border:1px solid #c4b0e455;background:transparent;color:inherit;flex-shrink:0}.game-icon-button:disabled{opacity:.3;cursor:default}.game-surface{position:relative;height:clamp(320px,43vw,520px);outline-offset:-4px;touch-action:pan-y}.game-surface.is-playing{touch-action:none;cursor:crosshair;-webkit-user-select:none;-moz-user-select:none;user-select:none}.game-overlay{position:absolute;top:0;right:0;bottom:0;left:0;display:grid;place-items:center;background:#13172485;padding:1.5rem}.game-overlay-card{text-align:center;width:min(440px,100%);padding:1.8rem 2rem;border:1px solid #c4b0e440;border-radius:18px;background:#201a30ee;box-shadow:0 20px 70px #0004}.game-overlay .game-section-label{justify-content:center;font-size:.62rem;line-height:1.5}.game-overlay h2{font-family:var(--font-display);font-size:clamp(1.7rem,3vw,2.45rem);line-height:1.15;margin:.75rem 0;color:#fff4e9}.game-overlay p{font-size:.91rem;line-height:1.6;color:#d0c7db}.game-button{display:inline-flex;align-items:center;justify-content:center;gap:.6rem;min-height:46px;padding:.7rem 1.3rem;background:#f79773;color:#24162b;font-weight:700;font-size:.9rem;border-radius:999px;border:1px solid transparent;transition:background .15s}.game-button:hover:not(:disabled){background:#ffc4aa}.game-button:disabled{opacity:.55;cursor:wait}.game-overlay .game-button{margin-top:1.15rem}.game-overlay small{display:block;max-width:290px;margin:1rem auto 0;font-size:.68rem;color:#b8afc7;line-height:1.5}.game-overlay small a{text-decoration:underline}.game-result-link{display:block;margin-top:1rem;font-size:.8rem;color:#d3c0ed;text-decoration:underline}.game-controls{display:flex;flex-wrap:wrap;justify-content:space-between;gap:.6rem 1.2rem;background:#201a30;border-top:1px solid #c4b0e425;padding:.8rem 1.65rem;color:#c5bbd2;font-size:.74rem}.game-controls kbd{font:inherit;color:#fff0de}.game-trapped{position:absolute;bottom:1rem;left:50%;transform:translate(-50%);background:#201a30ed;color:#faddb7;padding:.6rem 1rem;border:1px solid #d9bc8e;border-radius:50px;font-size:.82rem;text-align:center;pointer-events:none}.game-stick{position:absolute;width:90px;height:90px;margin:-45px;border-radius:50%;background:#ffffff12;border:1px solid #ffffff66;pointer-events:none}.game-stick i{display:block;position:absolute;left:29px;top:29px;width:30px;height:30px;background:#ded2f0a8;border-radius:50%}.game-loading{height:100%;display:flex;justify-content:center;align-items:center;flex-direction:column;gap:1rem;padding:1.5rem;text-align:center}.game-loading p{max-width:420px;color:#ded2f0;font-size:.85rem}.game-rules{display:flex;justify-content:space-between;flex-wrap:wrap;gap:.7rem;padding:1.15rem 0 2.8rem;color:var(--text-muted);font-size:.77rem}.game-rules p{display:flex;align-items:center;gap:.5rem}.game-rule-dot{display:inline-block;width:7px;height:7px;border-radius:50%;flex-shrink:0}.game-rule-dot.laser{background:#d96153}.game-rule-dot.net{background:#a27c47}.game-menu{border-top:1px solid var(--border-dark);border-bottom:1px solid var(--border-dark);padding:2rem 0}.game-menu h2,.game-leaderboard h2,.game-aside h2{font-family:var(--font-display);font-size:1.8rem;line-height:1.15;margin-top:.7rem}.game-menu>div{display:flex;align-items:baseline;justify-content:space-between;gap:1rem}.game-menu h2{margin:0}.game-menu ul{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));gap:1.5rem;margin-top:1.8rem}.game-menu li{display:flex;gap:.7rem;align-items:center;min-width:0;font-size:.85rem}.game-menu li>span:nth-child(2){flex:1}.game-menu li small{display:block;color:var(--text-muted);font-size:.64rem;margin-top:.3rem}.game-menu li strong{color:var(--accent-strong);font-size:.83rem}.game-sushi-faq{display:grid;grid-template-columns:minmax(0,.75fr) minmax(0,1.25fr);gap:clamp(2rem,6vw,5rem);margin-top:2.5rem;padding-top:2.5rem;border-top:1px solid var(--border-dark)}.game-sushi-faq>div:first-child>p:last-child,.game-sushi-faq details p,.game-sushi-note{color:var(--text-muted);font-size:.84rem;line-height:1.65}.game-sushi-faq-list details{border-bottom:1px solid var(--border-dark);padding:.85rem 0}.game-sushi-faq-list details:first-child{padding-top:0}.game-sushi-faq-list summary{cursor:pointer;font-size:.9rem;font-weight:600;color:var(--text-primary)}.game-sushi-faq-list details p{margin-top:.65rem}.game-sushi-note{margin-top:1.2rem}.game-sushi-icon{position:relative;display:block;flex-shrink:0;width:31px;height:31px;border:5px solid #30493c;background:#fff3dc;border-radius:50%;transform:rotate(-16deg)}.game-sushi-icon i{position:absolute;top:5px;right:5px;bottom:5px;left:5px;background:var(--sushi-color);border-radius:2px}.game-sushi-icon.ngiri,.game-sushi-icon.inari{border:0;border-bottom:9px solid #eadcc7;height:27px;background:var(--sushi-color);border-radius:10px}.game-sushi-icon.gold{border-color:#c19638}.game-bottom{display:grid;grid-template-columns:minmax(0,1fr) 270px;gap:clamp(2rem,6vw,5rem);padding-top:3rem;scroll-margin-top:110px}.game-leaderboard>p,.game-aside p{font-size:.92rem;color:var(--text-muted);line-height:1.6;margin-top:.8rem}.game-leaderboard table{width:100%;border-collapse:collapse;margin-top:1.4rem;font-size:.9rem}.game-leaderboard thead th{font-size:.68rem;font-weight:500;text-transform:uppercase;letter-spacing:.12em;color:var(--text-muted)}.game-leaderboard td,.game-leaderboard th{text-align:left;padding:.85rem .4rem;border-bottom:1px solid var(--border-dark)}.game-leaderboard td:last-child,.game-leaderboard th:last-child{text-align:right;font-variant-numeric:tabular-nums}.game-leaderboard td:first-child{color:var(--text-muted);width:68px}.game-leaderboard tbody th{font-weight:500}.game-leaderboard .game-empty{color:var(--text-muted);padding:2rem .5rem;text-align:center;font-size:.85rem}.game-leaderboard .game-fine-print{font-size:.72rem}.game-entry-callout,.game-board-message{padding:1rem;border:1px solid var(--brand-lilac);border-radius:10px;font-size:.85rem;line-height:1.6;margin-top:1.4rem}.game-entry-callout .game-button{margin-top:.7rem;display:flex;width:-moz-fit-content;width:fit-content}.game-text-button{text-decoration:underline;text-underline-offset:3px;font-size:.8rem;min-height:44px;color:inherit}.game-aside{border-left:1px solid var(--border-dark);padding-left:2rem}.game-aside>svg{color:var(--brand-lilac);margin-bottom:1.2rem}.game-aside>strong{font-family:var(--font-display);font-size:3rem;line-height:1.3}.game-aside hr{margin:2rem 0;border-color:var(--border-dark)}.game-aside h2{font-size:1.5rem}.game-menu-link{display:flex;align-items:center;gap:.5rem;margin-top:1rem;font-size:.9rem;font-weight:600}.game-dialog{position:fixed;top:0;right:0;bottom:0;left:0;margin:auto;width:min(460px,calc(100% - 2rem));max-height:calc(100dvh - 2rem);overflow-y:auto;padding:2rem;border:1px solid #847393;border-radius:18px;background:#211a30;color:#f5f2ed}.game-dialog::backdrop{background:#0f0c17b8}.game-dialog-close{position:absolute;top:.5rem;right:.5rem;width:36px;height:36px}.game-dialog h2{font-family:var(--font-display);font-size:2rem;margin:1rem 0 1.5rem;line-height:1.2}.game-dialog label{font-size:.85rem;display:block;margin-bottom:.5rem}.game-dialog input{width:100%;padding:.7rem;background:#30263f;color:#fff;border:1px solid #9a86b5;border-radius:6px;font-size:16px}.game-dialog p{margin:1rem 0;color:#cfc2dc;font-size:.79rem;line-height:1.65}.game-dialog a{text-decoration:underline}.game-dialog .game-form-error{color:#ffb19b}.game-dialog .game-section-label{color:#c4b0e4;padding-right:1rem}.game-honeypot{position:absolute;width:1px;height:1px;overflow:hidden;clip-path:inset(100%)}@media (max-width: 1000px){.game-menu ul{grid-template-columns:repeat(3,minmax(0,1fr))}.game-bottom{grid-template-columns:minmax(0,1fr) 230px;gap:2rem}.game-hud{gap:2rem}.game-sushi-faq{grid-template-columns:1fr}}@media (max-width: 640px){.game-header{display:block;margin-bottom:1.5rem}.game-header>p{margin-top:1rem;font-size:.92rem}.game-header h1{font-size:3.7rem}.game-machine{margin-inline:-.5rem;border-radius:14px}.game-hud{padding:.85rem;gap:1.1rem}.game-hud strong{font-size:1.2rem}.game-hud .game-best{display:none}.game-hud .game-icon-button{margin-left:auto}.game-hud-score{min-width:48px}.game-surface{height:340px}.game-overlay{padding:1rem}.game-overlay-card{padding:1.3rem 1.1rem}.game-overlay h2{font-size:1.7rem}.game-overlay p{font-size:.83rem}.game-overlay small{font-size:.65rem}.game-controls{padding:.8rem 1rem;gap:.5rem;font-size:.64rem}.game-controls>span:nth-child(2){order:-1;flex-basis:100%;font-size:.78rem;color:#f5f2ed}.game-rules{padding:1rem 0 2rem;font-size:.7rem}.game-rules p{align-items:baseline}.game-menu>div{display:block}.game-menu h2{margin-top:.7rem;font-size:1.6rem}.game-menu ul{grid-template-columns:repeat(2,minmax(0,1fr));gap:1.25rem}.game-menu li{gap:.5rem;font-size:.75rem}.game-menu li small{font-size:.58rem}.game-menu li strong{font-size:.74rem}.game-sushi-icon{width:26px;height:26px}.game-bottom{display:block;padding-top:2.2rem}.game-aside{padding:2rem 0 0;margin-top:2rem;border-left:0;border-top:1px solid var(--border-dark)}.game-dialog{padding:1.5rem}}.game-machine.is-immersive{position:fixed;top:0;right:0;bottom:0;left:0;z-index:120;margin:0;border:0;border-radius:0;box-shadow:none}.game-machine.is-immersive .game-surface{position:absolute;top:0;right:0;bottom:0;left:0;height:auto;touch-action:none}.game-machine.is-immersive .game-hud{position:absolute;top:0;left:0;right:0;z-index:3;border-bottom:0;background:linear-gradient(#131724f2,#13172400);padding:calc(env(safe-area-inset-top) + .7rem) calc(env(safe-area-inset-right) + 1rem) 1.5rem calc(env(safe-area-inset-left) + 1rem);pointer-events:none}.game-machine.is-immersive .game-hud>*{pointer-events:auto}.game-machine.is-immersive .game-hud .game-icon-button+.game-icon-button{margin-left:.5rem}.game-machine.is-immersive .game-overlay{border-radius:0}.game-joystick{position:absolute;z-index:4;left:calc(env(safe-area-inset-left) + 1.1rem);bottom:calc(env(safe-area-inset-bottom) + 1.1rem);display:grid;place-items:center;width:132px;height:132px;border-radius:50%;border:1px solid #ffffff59;background:#ffffff12;touch-action:none;-moz-user-select:none;user-select:none;-webkit-user-select:none;-webkit-tap-highlight-color:transparent;transition:opacity .2s}.game-joystick.is-idle{opacity:.35;pointer-events:none}.game-joystick i{width:58px;height:58px;border-radius:50%;background:#ded2f0d8;box-shadow:0 2px 12px #0000005e;will-change:transform}@media (orientation: landscape) and (max-height: 520px){.game-machine.is-immersive .game-hud{padding-bottom:1rem;gap:clamp(.9rem,4vw,2.4rem)}.game-joystick{width:112px;height:112px}.game-joystick i{width:50px;height:50px}}
