:root{color:#e2e8f0;background:#0f172a;font-family:Inter,system-ui,-apple-system,Segoe UI,Roboto,Helvetica,Arial,sans-serif}*{box-sizing:border-box}body{background:#020617;min-height:100vh;margin:0}.app{grid-template-columns:minmax(320px,1fr) 360px;gap:1rem;min-height:100vh;padding:1rem;display:grid}.viewer{background:#111827;border:1px solid #334155;border-radius:.75rem;min-height:360px;position:relative;overflow:hidden}#camera,#overlay{object-fit:cover;width:100%;height:100%;position:absolute;inset:0;transform:scaleX(-1)}#overlay{pointer-events:none}.prompt{inset-inline:1rem;color:#f8fafc;background:#0f172ad6;border:1px solid #94a3b880;border-radius:.5rem;margin:0;padding:.65rem .8rem;font-weight:600;position:absolute;bottom:1rem}.panel{background:#0f172a;border:1px solid #334155;border-radius:.75rem;padding:1rem}.panel h1{margin:0 0 1rem;font-size:1.25rem}.camera-select{gap:.35rem;margin-bottom:1rem;font-weight:600;display:grid}.camera-select select{color:inherit;background:#0b1225;border:1px solid #334155;border-radius:.45rem;padding:.5rem}.panel dl{gap:.6rem;margin:0;display:grid}.panel dl>div{justify-content:space-between;gap:1rem;display:flex}.panel dt{color:#cbd5e1}.panel dd{text-align:right;color:#f8fafc;font-variant-numeric:tabular-nums;margin:0}.error{color:#fda4af;margin:1rem 0 0;font-weight:600}@media (width<=980px){.app{grid-template-columns:1fr}.viewer{min-height:60vh}}
