:root{font-family:Inter,system-ui,-apple-system,"Segoe UI",sans-serif;color:#eaf5f1;background:#07171d}*{box-sizing:border-box}body{margin:0;min-width:320px;min-height:100vh;background:radial-gradient(circle at 76% 0,#1a4850 0,#0a2229 38%,#07171d 78%)}.game-shell{width:min(1120px,calc(100% - 32px));margin:0 auto;padding:20px 0 36px}.game-topbar{display:flex;align-items:center;justify-content:space-between;gap:16px;min-height:52px}.back{color:#b8d5cd;text-decoration:none;font-weight:800}.back:hover{color:#fff}.brand{display:flex;align-items:center;gap:10px;font-weight:950;letter-spacing:.12em}.brand img{width:34px;height:34px;object-fit:contain}.network{padding:8px 12px;border:1px solid #d9b85f66;border-radius:999px;color:#eacb7c;font-size:12px;font-weight:850}.game-intro{margin:36px 0 18px}.eyebrow{margin:0 0 8px;color:#d9b85f;font-size:12px;font-weight:950;letter-spacing:.12em;text-transform:uppercase}.game-intro h1{margin:0;color:#fff9df;font-family:Georgia,serif;font-size:clamp(48px,8vw,84px);line-height:.9}.game-intro p:last-child{max-width:680px;margin:16px 0 0;color:#b8d5cd;font-size:16px;line-height:1.5}.hud{display:grid;grid-template-columns:repeat(4,1fr);gap:10px;margin-bottom:12px}.hud>div{display:flex;align-items:center;justify-content:space-between;gap:10px;padding:12px 14px;background:#ffffff13;border:1px solid #b8d5cd28;border-radius:8px}.hud span{color:#8eb3a9;font-size:12px}.hud strong{color:#fff9df;font-size:18px}.canvas-wrap{position:relative;border:1px solid #b8d5cd3d;border-radius:8px;padding:8px;background:#051116;box-shadow:0 24px 64px #0008}.canvas-wrap canvas{display:block;width:100%;height:auto;border-radius:4px;background:#0b252c;image-rendering:auto}.result{position:absolute;inset:8px;display:grid;place-content:center;justify-items:center;gap:14px;background:#07171de8;border-radius:4px;text-align:center}.result strong{color:#fff9df;font-family:Georgia,serif;font-size:42px}.result span{color:#b8d5cd}.result button{min-height:42px;padding:0 18px;border:0;border-radius:8px;background:#d9b85f;color:#1d2a26;font-weight:900;cursor:pointer}.controls{display:flex;align-items:center;justify-content:space-between;gap:16px;margin-top:14px;padding:12px 14px;border-radius:8px;background:#ffffff0d;color:#8eb3a9}.controls p{margin:0;font-size:12px;line-height:1.45;text-align:right}.keys{display:flex;align-items:center;gap:6px;flex-wrap:wrap}.keys span{min-width:28px;height:28px;display:inline-grid;place-items:center;border:1px solid #b8d5cd44;border-radius:5px;color:#eaf5f1;font-size:12px;font-weight:800}.keys small{margin-right:6px;font-size:12px}.touch-controls{display:none;grid-template-columns:repeat(3,1fr);gap:8px;margin-top:12px}.touch-controls button{min-height:44px;border:1px solid #b8d5cd44;border-radius:8px;background:#ffffff12;color:#eaf5f1;font-weight:900}@media(max-width:680px){.game-shell{width:min(100% - 18px,1120px);padding-top:10px}.game-topbar{flex-wrap:wrap}.brand{order:-1;width:100%;justify-content:center}.network{font-size:11px}.hud{grid-template-columns:repeat(2,1fr)}.controls{align-items:flex-start;flex-direction:column}.controls p{text-align:left}.touch-controls{display:grid}}
