:root{font-family:Inter,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;color:#e8edf7;background:#0f172a;line-height:1.5;font-weight:400;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}*{box-sizing:border-box}html,body,#app{margin:0;min-height:100%}body{min-height:100vh;background:linear-gradient(180deg,#111827,#0f172a)}button,input,select,textarea{font:inherit}button{border:0;border-radius:8px;padding:.8rem 1rem;background:#38bdf8;color:#082f49;cursor:pointer}button:disabled{opacity:.5;cursor:not-allowed}input,textarea{width:100%;margin-top:.35rem;border:1px solid #334155;border-radius:8px;padding:.8rem .9rem;background:#0b1220;color:#e8edf7}input[readonly]{color:#cbd5e1;background:#111827}fieldset{margin:0;padding:0;border:0}legend,label>span,.field>span{display:block;margin-bottom:.35rem}.page{min-height:100vh;display:grid;place-items:center;padding:24px}.panel{width:min(920px,100%);display:grid;gap:20px;padding:24px;border:1px solid #22304a;border-radius:12px;background:#0f172aeb}.header h1,.scanner-head h2{margin:0}.header p,.message,.scanner-head span{margin:0;color:#94a3b8}.form{display:grid;gap:16px}.scan-top{display:grid;gap:12px}.actions{display:flex;flex-wrap:wrap;gap:12px}.video{width:100%;min-height:260px;border-radius:12px;border:1px solid #334155;background:#020617;object-fit:cover}.field{display:grid;gap:8px}.radio-field{align-content:start}.radio-option{display:inline-flex;align-items:center;gap:8px;min-height:40px;margin-right:16px}.radio-option input{width:18px;height:18px;margin:0}.radio-option span{margin:0}.date-range{grid-template-columns:1fr;gap:12px}.date-range legend{grid-column:1 / -1}.submit-button{width:100%}.message.success{color:#86efac}.message.error{color:#fca5a5}.message.muted{color:#94a3b8}@media(min-width:800px){.form{grid-template-columns:repeat(2,minmax(0,1fr))}.wide-field,.submit-button{grid-column:1 / -1}.date-range{grid-template-columns:repeat(2,minmax(0,1fr))}}
