@font-face{font-family:GB;src:url(/fonts/gb.ttf) format("truetype");font-weight:400;font-style:normal}*{margin:0;padding:0;box-sizing:border-box}body{background:#9aa501;color:#e0e0e0;font-family:GB,system-ui,sans-serif;height:100vh;overflow:hidden}#root{height:100vh;display:flex;align-items:center;justify-content:center}.gb-hidden{position:fixed;left:-9999px;width:0;height:0;overflow:hidden}.lcd-screen{display:block}.overlay{position:fixed;inset:0;display:flex;align-items:center;justify-content:center;background:#00000080;cursor:pointer}.play-btn{background:none;border:3px solid var(--gb-lighter);border-radius:6px;color:var(--gb-lighter);font-family:inherit;font-size:18px;padding:10px 28px;cursor:pointer;transition:transform .15s}.play-btn:hover{transform:scale(1.1)}.loading{color:var(--gb-light);font-size:16px}.error{position:fixed;bottom:40px;color:#e44;font-size:13px}.bottom-bar{position:fixed;bottom:8px;left:0;right:0;display:flex;align-items:center;justify-content:center;gap:8px;font-size:10px;color:var(--gb-dark);white-space:nowrap}.bottom-bar button,.bottom-bar select{background:var(--gb-darkest);color:var(--gb-lighter);border:1px solid var(--gb-dark);border-radius:3px;padding:2px 5px;font-size:10px;font-family:inherit;cursor:pointer;outline:none}.bottom-bar button:hover,.bottom-bar select:hover{color:var(--gb-lightest);border-color:var(--gb-light)}
