:root{color-scheme:dark;font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;background:#07111f;color:#e5edf7}*{box-sizing:border-box}body{margin:0;min-height:100vh;background:linear-gradient(135deg,#07111f,#142337 56%,#0b1615)}button{font:inherit}.app-shell{display:grid;grid-template-columns:minmax(360px,1fr) 420px;grid-gap:20px;gap:20px;min-height:100vh;padding:20px}.game-column{display:grid;min-height:calc(100vh - 40px);place-items:center}.game-card{position:relative;width:min(100%,540px);aspect-ratio:9/16;overflow:hidden;border:1px solid rgba(105,232,199,.22);border-radius:8px;background:#101c2e;box-shadow:0 28px 90px rgba(0,0,0,.44),inset 0 0 0 1px rgba(245,196,81,.08)}.game-host,.game-host canvas{width:100%;height:100%}.game-hud{position:absolute;inset:0;z-index:2;display:flex;flex-direction:column;justify-content:space-between;padding:14px;pointer-events:none}.hud-bottom,.hud-topline,.live-strip li,.pot-strip{display:flex;align-items:center}.hud-topline{justify-content:flex-end;gap:8px}.live-strip li,.pot-strip,.round-chip,.wallet-chip{border:1px solid rgba(148,163,184,.2);border-radius:8px;background:rgba(5,12,22,.62);box-shadow:0 12px 28px rgba(0,0,0,.22);-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px)}.round-chip,.wallet-chip{min-height:30px;padding:0 10px;color:#e5edf7;font-size:12px;font-weight:800}.wallet-dot{width:7px;height:7px;margin-right:7px;border-radius:999px;background:#69e8c7;box-shadow:0 0 14px rgba(105,232,199,.9)}.round-chip{color:#f5c451}.hud-bottom{gap:10px;align-items:stretch}.pot-strip{min-width:116px;flex-direction:column;justify-content:center;align-items:flex-start;padding:10px 12px}.live-strip span,.pot-strip span{color:#8ba1b8;font-size:11px;font-weight:800;text-transform:uppercase}.pot-strip strong{margin-top:2px;color:#f5c451;font-size:20px;line-height:1}.live-strip{display:grid;flex:1 1;grid-gap:5px;gap:5px;min-width:0;margin:0;padding:0;list-style:none}.live-strip li{min-height:25px;gap:8px;min-width:0;padding:0 9px;color:#e5edf7;font-size:12px}.live-strip strong{overflow:hidden;flex:1 1;text-overflow:ellipsis;white-space:nowrap}.live-strip em{color:#69e8c7;font-style:normal;font-weight:900}.game-lock{position:absolute;inset:0;z-index:3;display:grid;place-content:center;grid-gap:8px;gap:8px;padding:32px;background:rgba(5,10,18,.72);text-align:center}.game-lock strong{font-size:24px}.side-panel{display:flex;flex-direction:column;gap:14px}.brand{padding:8px 0 4px}.eyebrow{color:#69e8c7;font-size:12px;font-weight:800;letter-spacing:.08em;text-transform:uppercase}h1,h2,p{margin:0}h1{margin-top:8px;font-size:clamp(34px,4vw,54px);line-height:.95}.brand p{margin-top:12px;color:#aab8c8}.panel{border:1px solid rgba(148,163,184,.24);border-radius:8px;padding:16px;background:rgba(9,17,30,.74)}.panel-heading,.wallet-panel{display:flex;align-items:center;justify-content:space-between;gap:12px}.wallet-copy{min-width:0}.wallet-actions{display:flex;flex-wrap:wrap;justify-content:flex-end;gap:8px}.empty,.panel-heading span,.status-line,.wallet-panel p{color:#94a3b8;font-size:13px}.stats-grid{display:grid;grid-template-columns:repeat(2,1fr);grid-gap:10px;gap:10px;margin:16px 0}.stats-grid div{padding:12px;border-radius:8px;background:rgba(15,28,48,.86)}dt{color:#8ba1b8;font-size:12px}dd{margin:4px 0 0;font-size:22px;font-weight:800}.primary-button,.secondary-button{min-height:42px;border:0;border-radius:8px;padding:0 16px;font-weight:800;cursor:pointer}.primary-button{width:100%;color:#061018;background:#69e8c7}.secondary-button{color:#061018;background:#f5c451}button:disabled{cursor:not-allowed;opacity:.45}.status-line{margin-top:10px}.leaderboard{display:grid;grid-gap:8px;gap:8px;margin:14px 0 0;padding:0;list-style:none}.leaderboard li{display:grid;grid-template-columns:52px 1fr auto;grid-gap:10px;gap:10px;align-items:center;padding:10px 12px;border-radius:8px;background:rgba(15,28,48,.86)}.rank{color:#69e8c7;font-weight:800}.wallet{color:#cbd5e1}.username-form{display:grid;grid-gap:10px;gap:10px}.username-form label{display:grid;grid-gap:6px;gap:6px;color:#cbd5e1;font-size:13px;font-weight:700}.username-form input{min-height:42px;border:1px solid rgba(148,163,184,.28);border-radius:8px;padding:0 12px;color:#f8fafc;background:rgba(15,28,48,.86);font:inherit}.username-form input:focus{border-color:#69e8c7;outline:none}@media (max-width:900px){.app-shell{grid-template-columns:1fr}.side-panel{order:-1}.wallet-panel{align-items:stretch;flex-direction:column}.wallet-actions{justify-content:stretch}.wallet-actions .secondary-button{flex:1 1 30%;min-width:96px}}