:root{--bg: #111827;--surface: #1f2937;--border: #374151;--text: #f9fafb;--muted: #9ca3af;--accent: #2563eb;--danger: #f87171}*{box-sizing:border-box}body{margin:0;background:var(--bg);color:var(--text);font-family:system-ui,sans-serif;font-size:18px}#app{max-width:640px;margin:0 auto;padding:1rem;padding-bottom:env(safe-area-inset-bottom,1rem)}.topbar{display:flex;align-items:center;gap:.75rem;padding:.5rem 0 1rem}.who{font-weight:600;margin-right:auto}.badge{background:var(--accent);border-radius:999px;padding:.25rem .75rem;font-size:.85rem}.badge[hidden]{display:none}button.badge{min-height:unset;font-size:.85rem;font-weight:600;cursor:pointer}button.badge.failed{background:var(--danger);color:var(--bg)}.link{background:none;border:none;color:var(--muted);font-size:1rem;text-decoration:underline;padding:.5rem}.card{display:flex;flex-direction:column;gap:.75rem;background:var(--surface);border-radius:12px;padding:1.25rem}h1{margin:0 0 .5rem;font-size:1.5rem}label{font-size:.95rem;color:var(--muted)}input{width:100%;min-height:56px;padding:.75rem;font-size:1.25rem;background:var(--bg);color:var(--text);border:2px solid var(--border);border-radius:8px}input:focus{outline:none;border-color:var(--accent)}button{min-height:64px;border:none;border-radius:8px;font-size:1.15rem;font-weight:600;color:var(--text);background:var(--border)}button.primary{background:var(--accent)}button.secondary{background:var(--border)}button:disabled{opacity:.45}.choices{display:flex;flex-direction:column;gap:.75rem}.choice{min-height:80px;font-size:1.35rem}.preview{width:100%;aspect-ratio:4 / 3;object-fit:cover;background:#000;border-radius:8px}.preview[hidden]{display:none}.error{margin:0;color:var(--danger)}.error[hidden]{display:none}.failed-entry{display:flex;gap:.75rem;padding:.75rem 0;border-top:1px solid var(--border)}.failed-entry:first-of-type{border-top:none}.thumb{width:96px;height:96px;object-fit:cover;border-radius:8px;background:#000;flex-shrink:0}.failed-details{display:flex;flex-direction:column;gap:.25rem;min-width:0}.failed-barcode{margin:0;font-weight:600;overflow-wrap:anywhere}.failed-meta{margin:0;font-size:.85rem;color:var(--muted)}.failed-details .error{font-size:.9rem}.failed-details button{align-self:flex-start;min-height:44px;padding:0 1rem}.location-entry{display:flex;align-items:center;justify-content:space-between;gap:.75rem;padding:.6rem 0;border-top:1px solid var(--border)}.location-entry:first-of-type{border-top:none}.location-details{display:flex;flex-direction:column;gap:.15rem;min-width:0}.location-code{margin:0;font-weight:600}.location-entry button{min-height:44px;padding:0 1rem;flex-shrink:0}.thumb-clickable{cursor:zoom-in}.lightbox{position:fixed;top:0;right:0;bottom:0;left:0;background:#000000d9;display:flex;align-items:center;justify-content:center;padding:1rem;z-index:100}.lightbox[hidden]{display:none}.lightbox img{max-width:100%;max-height:100%;border-radius:8px}
