*{box-sizing:border-box}body{margin:0;background:#101b21;color:#edf2ee;font-family:Inter,Segoe UI,sans-serif;overflow:hidden}button,input,select{font:inherit}button,a{cursor:pointer}button,select,input{border:1px solid #647278;background:#1e2b30;color:#edf2ee;border-radius:5px;padding:10px}button:hover{border-color:#fb9966}button:disabled{opacity:.5;cursor:wait}button:focus-visible,a:focus-visible,select:focus-visible{outline:2px solid #fb9966;outline-offset:3px}a{color:#accfd3}#game{width:100vw;height:100vh;display:block}header{position:fixed;left:24px;right:24px;top:22px;display:flex;align-items:center;gap:20px;font-size:13px}header b{letter-spacing:1px}header b span{color:#ff995b}#settings{margin-left:auto}#score{position:fixed;top:22px;left:50%;transform:translate(-50%);display:grid;grid-template-columns:100px 110px 100px;text-align:center;align-items:center;background:#152126d9;padding:12px 20px;border-top:2px solid #ee925d}#points{font-size:29px}#round{grid-column:1/4;color:#b8c8c8;margin-top:5px}#crosshair,#hit{position:fixed;top:50%;left:50%;transform:translate(-50%,-50%);font-size:20px;color:#9be7d2;pointer-events:none}#hit{color:#fff;font-size:32px;opacity:0}#hurt{position:fixed;inset:0;pointer-events:none;box-shadow:inset 0 0 120px #ec4529;opacity:0}#banner{position:fixed;left:50%;top:32%;transform:translate(-50%,-50%);text-align:center;white-space:pre-line;font-weight:600;font-size:26px;text-shadow:0 2px 5px #000;pointer-events:none}footer{position:fixed;bottom:58px;left:35px;right:35px;display:flex;justify-content:space-between;align-items:end;pointer-events:none}footer strong{display:block;font-size:42px;font-weight:500}footer small{font-size:11px;letter-spacing:2px}#state{background:#16242ac9;padding:8px 18px;border-radius:4px;font-size:13px}#help{position:fixed;bottom:19px;left:0;right:0;text-align:center;font-size:12px;color:#d5e1df;text-shadow:1px 1px 2px black;pointer-events:none}#observer{position:fixed;left:25px;top:95px;max-width:260px}#telemetry{display:block;white-space:pre-line;background:#132128cc;padding:12px;margin-top:9px;font-size:12px;line-height:1.9}#menu{position:fixed;inset:0;background:#071218b5;-webkit-backdrop-filter:blur(9px);backdrop-filter:blur(9px);display:flex;align-items:center;justify-content:center;padding:20px;overflow:auto}#menu[hidden],*[hidden]{display:none!important}main{width:530px;max-height:95vh;overflow:auto;padding:28px 34px;background:#17252aee;border:1px solid #6c77774d;border-radius:9px;box-shadow:0 20px 90px #0006}h1{font-weight:550;line-height:1.05;font-size:42px;margin:17px 0}p{line-height:1.5;font-size:14px;color:#bac8c8}label{display:flex;flex-direction:column;gap:8px;font-size:13px;margin:14px 0;flex:1;min-width:0}.eyebrow{font-size:10px;letter-spacing:2px;color:#efa572}.row{display:flex;gap:14px}.row>*{flex:1}.buttons{margin-top:22px}#play{background:#f49665;color:#172126;font-weight:650;border:0}#resume{width:100%;margin-top:10px}.note{display:block;font-size:11px;line-height:1.6;color:#94a9ae;margin-top:18px}.links{display:flex;align-items:center;gap:17px;font-size:11px;margin-top:14px}.links button{font-size:11px;padding:6px}#status{font-size:11px;margin-bottom:0}#profile{min-height:42px;font-size:12px;margin:0}@media(max-height:850px){h1{font-size:29px;margin:10px 0}main{padding:20px 28px}label{margin:9px 0}.note,.buttons{margin-top:10px}}@media(max-width:760px){#score{top:75px}header{left:10px;right:10px}#fps{display:none}#help{font-size:10px}#observer{top:145px}#state{display:none}}
