*{margin:0;padding:0;box-sizing:border-box;-webkit-tap-highlight-color:transparent}html,body{height:100%;background:#0d1f15;color:#f5e6c8;font-family:system-ui,-apple-system,Segoe UI,sans-serif;overflow:hidden;-webkit-user-select:none;user-select:none;touch-action:none}.page{height:100%;display:flex;flex-direction:column;max-width:520px;margin:0 auto}.top{display:flex;justify-content:space-between;align-items:center;padding:10px 14px}.logo{font-weight:800;font-size:16px;color:#ffd27a}.conn{font-size:12px;color:#8fd18f}.conn.bad{color:#e08f8f}.game-wrap{position:relative;flex:1;min-height:0;overflow:hidden;border-radius:14px;margin:0 10px;box-shadow:0 4px 24px #00000080;background:#10261a}#game-canvas{display:block;width:100%;height:100%;object-fit:contain}.hud{position:absolute;top:8px;left:0;right:0;display:flex;justify-content:space-between;padding:0 14px;font-size:14px;text-shadow:0 1px 3px rgba(0,0,0,.8);pointer-events:none;z-index:5}.hud-item{background:#00000073;border-radius:8px;padding:4px 10px;display:flex;flex-direction:column;align-items:center}.hud-item .label{font-size:10px;color:#c9b18a;text-transform:uppercase;letter-spacing:.5px}.overlay{position:absolute;top:0;right:0;bottom:0;left:0;display:flex;flex-direction:column;align-items:center;justify-content:center;background:#08120ce0;text-align:center;padding:20px;z-index:10;transition:opacity .2s}.overlay.hidden{display:none}.overlay h1{font-size:28px;color:#ffd27a;margin-bottom:12px}.overlay p{font-size:15px;line-height:1.5;color:#e8d9b8;margin-bottom:16px}.start-btn{background:linear-gradient(180deg,#ffb84d,#e8932c);color:#3a2400;font-size:20px;font-weight:800;border:none;border-radius:14px;padding:14px 44px;cursor:pointer;box-shadow:0 4px 14px #e8932c66}.start-btn:active{transform:scale(.96)}.promo{background:#1e3a2b;border:1px dashed #ffd27a;border-radius:12px;padding:10px 20px;margin-bottom:16px}.promo.hidden{display:none}.promo-label{font-size:11px;color:#c9b18a;text-transform:uppercase;letter-spacing:1px}.promo-code{font-size:24px;font-weight:800;letter-spacing:2px;color:#ffd27a;font-family:Courier New,monospace}.controls{display:flex;justify-content:space-between;padding:10px 20px;gap:12px}.ctrl-btn{flex:1;height:54px;font-size:22px;font-weight:800;color:#ffd27a;background:#ffd27a1f;border:1px solid rgba(255,210,122,.35);border-radius:12px;cursor:pointer}.ctrl-btn:active{background:#ffd27a4d}.bottom{text-align:center;padding:8px 0 12px;font-size:13px}.bottom a{color:#8fd18f;text-decoration:none}.bottom a:hover{text-decoration:underline}
