:root{color:#eef2f7;background:#101318;font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased}*{box-sizing:border-box}body{margin:0;min-width:320px;min-height:100vh;background:linear-gradient(120deg,rgba(77,208,225,.12),transparent 32%),linear-gradient(240deg,rgba(255,202,58,.1),transparent 34%),#101318}button,input{font:inherit}button{color:inherit}.shell,.room-shell{width:min(1180px,calc(100% - 32px));margin:0 auto;padding:24px 0 40px}.topbar{display:flex;align-items:center;justify-content:space-between;gap:16px;margin-bottom:34px}.brand,.primary,.secondary,.game-card,.room-code button,.mobile-controls button{border:0;cursor:pointer}.brand{display:inline-flex;align-items:center;gap:10px;background:transparent;font-weight:800}.name-field{display:flex;align-items:center;gap:8px;color:#9aa8ba;font-size:13px}input{width:160px;border:1px solid #2f3b4a;border-radius:8px;padding:10px 12px;color:#f8fafc;background:#171c23;outline:none}input:focus{border-color:#4dd0e1}.hero,.detail{display:grid;grid-template-columns:1fr auto;align-items:end;gap:28px;padding:42px 0}.eyebrow{margin:0 0 10px;color:#4dd0e1;font-size:13px;font-weight:800;letter-spacing:0;text-transform:uppercase}h1,h2,p{margin-top:0}h1{margin-bottom:14px;font-size:clamp(44px,8vw,92px);line-height:.94}h2{font-size:24px}.hero-copy,.detail p{max-width:640px;color:#b8c4d3;font-size:18px;line-height:1.6}.hero-actions,.panel{display:grid;gap:12px}.primary,.secondary{display:inline-flex;min-height:46px;align-items:center;justify-content:center;gap:10px;border-radius:8px;padding:0 18px;font-weight:800}.primary{background:#4dd0e1;color:#071013}.primary:disabled{cursor:not-allowed;opacity:.45}.secondary{border:1px solid #344255;background:#171c23}.wide{width:100%}.game-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:14px}.game-card{display:grid;grid-template-columns:auto 1fr auto;gap:16px;align-items:center;min-height:138px;border:1px solid #283342;border-radius:8px;padding:18px;background:#171c23db;text-align:left}.game-card strong,.game-card small{display:block}.game-card small,.game-card p{color:#9aa8ba}.game-card p{margin:8px 0 0;line-height:1.45}.game-icon{display:grid;width:48px;height:48px;place-items:center;border-radius:8px;background:color-mix(in srgb,var(--accent) 22%,#171c23);color:var(--accent)}.join-panel{max-width:440px;margin:64px auto 0}.join-panel label{display:grid;gap:8px;margin-bottom:14px;color:#9aa8ba}.join-panel input{width:100%;height:58px;font-size:28px;font-weight:900;letter-spacing:0;text-align:center}.room-layout{display:grid;grid-template-columns:300px 1fr;gap:18px}.lobby{align-self:start;border:1px solid #283342;border-radius:8px;padding:16px;background:#171c23e6}.room-code,.scoreline{display:flex;align-items:center;justify-content:space-between;gap:10px;color:#9aa8ba}.room-code button{display:inline-flex;align-items:center;gap:8px;border-radius:8px;padding:8px 10px;background:#222b36;font-weight:900}.status{margin:14px 0 18px;border-radius:999px;padding:7px 10px;background:#2f3b4a;color:#cbd5e1;font-size:13px;font-weight:800;text-align:center}.status.open{background:#7bd88f33;color:#a7f3b8}.scoreline{margin:14px 0}.scoreline strong{color:#ffca3a}.players{display:grid;gap:8px;margin:18px 0}.player-row{display:grid;grid-template-columns:auto 1fr auto;gap:10px;align-items:center;min-height:38px;border-radius:8px;padding:8px 10px;background:#121820}.player-row small{color:#9aa8ba}.dot{width:12px;height:12px;border-radius:50%}.stage{min-width:0}.game-canvas,.loading{display:grid;width:100%;aspect-ratio:16 / 9;min-height:280px;place-items:center;overflow:hidden;border:1px solid #283342;border-radius:8px;background:#101318}.game-canvas canvas{display:block;width:100%!important;height:100%!important}.mobile-controls{display:none;grid-template-columns:repeat(3,56px);grid-template-areas:". up ." "left down right";justify-content:center;gap:8px;margin-top:16px}.mobile-controls button{display:grid;width:56px;height:56px;place-items:center;border-radius:8px;background:#222b36}.mobile-controls button:nth-child(1){grid-area:up}.mobile-controls button:nth-child(2){grid-area:left}.mobile-controls button:nth-child(3){grid-area:down}.mobile-controls button:nth-child(4){grid-area:right}@media(max-width:820px){.topbar,.hero,.detail,.room-layout{grid-template-columns:1fr}.topbar{align-items:stretch}.name-field{justify-content:space-between}.name-field input{flex:1}.hero,.detail{padding-top:18px}.room-layout{display:flex;flex-direction:column-reverse}.mobile-controls{display:grid}}
