*{margin:0;padding:0;box-sizing:border-box}html,body{width:100%;height:100%;overflow:hidden;background:#1a1a2e;font-family:system-ui,-apple-system,sans-serif;color:#e0e0e0}#app{width:100%;height:100%;display:flex;flex-direction:column;position:relative}#game{flex:1;width:100%;display:block}#hud{position:absolute;top:0;left:0;right:0;display:flex;justify-content:space-between;align-items:center;padding:.5rem 1rem;background:#0009;font-size:.875rem;z-index:10}#hud span{white-space:nowrap}#controls{position:absolute;bottom:0;right:0;display:flex;gap:.5rem;padding:.5rem 1rem;z-index:10}#controls button{padding:.4rem .75rem;border:1px solid #555;border-radius:4px;background:#1e1e32cc;color:#e0e0e0;font-size:.8rem;cursor:pointer}#controls button:hover{background:#3c3c5ae6}#pause-overlay{position:absolute;top:0;right:0;bottom:0;left:0;display:none;justify-content:center;align-items:center;background:#000000b3;font-size:3rem;font-weight:700;color:#fff;z-index:20;pointer-events:none}
