:root{color-scheme:dark;font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;background:#081019;color:#fff7e8}*{box-sizing:border-box}html,body,#app,#camerafeed{width:100%;height:100%;margin:0;overflow:hidden}body{touch-action:none}#camerafeed{display:block;background:#0f1720}#launchScreen{position:fixed;inset:0;z-index:40;display:grid;place-items:center;background:#0f1720}#launchScreen.hidden{display:none}#launchButton{width:min(72vw,320px);height:72px;border-radius:10px;background:#f0b84e;color:#15100a;font-size:22px;box-shadow:0 18px 54px #00000057}#hud{position:fixed;inset:env(safe-area-inset-top) 0 auto 0;z-index:20;pointer-events:none;padding:14px}#hud.hidden,#sidePanel.hidden{display:none}.topbar{display:flex;justify-content:space-between;align-items:flex-start;gap:12px}.label{margin:0 0 3px;color:#f7cf73;font-size:11px;font-weight:850;text-transform:uppercase}h1{margin:0;font-size:22px;line-height:1.05}.top-actions{display:flex;gap:8px;pointer-events:auto}button,select{border:1px solid rgba(255,255,255,.24);border-radius:8px;background:#070c12c7;color:#fff7e8;font:inherit;font-weight:850;-webkit-tap-highlight-color:transparent}select{height:44px;padding:0 10px}#startButton{min-width:96px;height:44px}#startButton[disabled]{opacity:.52}.panel{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:8px;max-width:780px;margin-top:12px}.panel div{min-width:0;border:1px solid rgba(255,255,255,.15);border-radius:8px;background:#05090ead;padding:8px;-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px)}.panel span,.panel strong{display:block;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.panel span{color:#c9c6ba;font-size:10px;font-weight:800;text-transform:uppercase}.panel strong{margin-top:3px;font-size:13px}#message{margin-top:10px;max-width:780px;border-radius:8px;background:#774f21e6;padding:9px 11px;font-size:13px;font-weight:780;line-height:1.32;-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px)}#sidePanel{position:fixed;left:0;right:0;bottom:max(14px,env(safe-area-inset-bottom));z-index:21;display:grid;grid-template-columns:minmax(0,1fr) auto;gap:10px;padding:0 14px;pointer-events:none}.captures,.actions{display:flex;gap:8px;min-width:0;pointer-events:auto}.captures button{min-width:0;min-height:48px;padding:8px 10px;flex:1;font-size:13px;text-align:left}.actions button{min-width:74px;min-height:48px;padding:8px 10px;font-size:13px}@media(max-width:720px){#hud{padding:10px}.topbar{flex-direction:column}h1{font-size:18px}.top-actions{width:100%}select,#startButton{flex:1}.panel{grid-template-columns:repeat(2,minmax(0,1fr));gap:6px}#sidePanel{grid-template-columns:1fr;gap:8px}.captures button,.actions button{min-height:44px}}
