:root{--checked:#16a34a;--unchecked:#dc2626;--border:#d4d4d8;--muted:#71717a;color:#18181b;background:#fafafa;font-family:system-ui,sans-serif}body{margin:0}main{flex-direction:column;gap:16px;max-width:960px;margin:0 auto;padding:24px 16px 48px;display:flex}h1{margin:0 0 4px}header p{color:var(--muted);margin:0}button{font:inherit;border:1px solid var(--border);cursor:pointer;background:#fff;border-radius:6px;padding:4px 12px}button:disabled{cursor:default;opacity:.5}.inputs{flex-direction:column;gap:12px;display:flex}.dropzone{border:2px dashed var(--border);text-align:center;cursor:pointer;background:#fff;border-radius:8px;padding:32px}.dropzone.dragging{border-color:#2563eb}.dropzone input{display:none}.samples{flex-wrap:wrap;align-items:center;gap:8px;display:flex}.status{align-items:center;gap:8px;margin:0;display:flex}.error{color:var(--unchecked)}.summary{flex-wrap:wrap;align-items:center;gap:16px;display:flex}.summary label{align-items:center;gap:4px;display:flex}.summary label.checked{color:var(--checked)}.summary label.unchecked{color:var(--unchecked)}.summary button{margin-left:auto}.viewer{border:1px solid var(--border);background:#fff;position:relative}.viewer img{width:100%;display:block}.viewer>svg{cursor:crosshair;width:100%;height:100%;position:absolute;inset:0}.viewer>svg rect{fill:#0000;stroke-width:2px;vector-effect:non-scaling-stroke;cursor:pointer}.viewer>svg rect.selected{stroke-width:4px}.crosshair line{stroke:#2563eb;stroke-width:1px;stroke-dasharray:4 4;vector-effect:non-scaling-stroke;pointer-events:none}.tooltip{color:#fff;font-variant-numeric:tabular-nums;white-space:nowrap;pointer-events:none;background:#18181be6;border-radius:4px;padding:4px 8px;font-size:12px;position:absolute}.tooltip.flip{transform:translate(-100%)}.tooltip .checked{color:#4ade80}.tooltip .unchecked{color:#f87171}.detail{border:1px solid var(--border);background:#fff;border-radius:8px;padding:12px;position:fixed;bottom:16px;right:16px;box-shadow:0 8px 24px #00000026}.detail header{justify-content:space-between;align-items:center;margin-bottom:8px;display:flex}.detail header button{padding:0 8px;font-size:18px}.detail svg{display:block}.detail image{image-rendering:pixelated}.detail .gutter{fill:#fff}.detail .guide{stroke:#2563eb;stroke-width:1px;stroke-dasharray:3 3;vector-effect:non-scaling-stroke}.detail text{fill:#2563eb;font-variant-numeric:tabular-nums}.detail .box{fill:none;stroke-width:2px;vector-effect:non-scaling-stroke}.detail .box.checked{stroke:var(--checked)}.detail .box.unchecked{stroke:var(--unchecked)}.detail p{font-variant-numeric:tabular-nums;margin:8px 0 0;font-size:13px}.detail .checked{color:var(--checked)}.detail .unchecked{color:var(--unchecked)}.viewer>svg rect.checked{stroke:var(--checked)}.viewer>svg rect.unchecked{stroke:var(--unchecked)}.viewer>svg rect.checked:hover{fill:#16a34a40}.viewer>svg rect.unchecked:hover{fill:#dc262640}pre{border:1px solid var(--border);background:#fff;max-height:400px;padding:12px;font-size:12px;overflow:auto}footer{color:var(--muted);justify-content:space-between;font-size:14px;display:flex}.spinner{border:2px solid var(--border);border-top-color:#2563eb;border-radius:50%;width:14px;height:14px;animation:.8s linear infinite spin}.scan{pointer-events:none;background:#2563eb0d;position:absolute;inset:0;overflow:hidden}.scan:after{content:"";background:linear-gradient(#2563eb00,#2563eb40 90%,#2563eb);height:80px;animation:1.8s ease-in-out infinite scan;position:absolute;left:0;right:0}@keyframes spin{to{transform:rotate(360deg)}}@keyframes scan{0%{top:-80px}to{top:100%}}@media (prefers-reduced-motion:reduce){.spinner,.scan:after{animation:none}.scan:after{display:none}}
