:root{color-scheme:light;font-family:Inter,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;--bg: #f8fafc;--text: #0f172a;--muted: #475569;--border: #e2e8f0;--card: #ffffff;--input-border: #cbd5f5;--surface: #f8fafc;--primary: #1d4ed8;--primary-contrast: #ffffff;--secondary: #e2e8f0;--secondary-text: #0f172a;--danger: #dc2626;--danger-text: #ffffff;--ghost: transparent;--ghost-text: #1d4ed8;--badge: #e2e8f0;--shadow: rgba(15, 23, 42, .06)}.dark{color-scheme:dark;--bg: #0f172a;--text: #e2e8f0;--muted: #94a3b8;--border: #1f2a44;--card: #111827;--input-border: #334155;--surface: #0b1220;--primary: #60a5fa;--primary-contrast: #0f172a;--secondary: #1f2937;--secondary-text: #e2e8f0;--danger: #f87171;--danger-text: #0f172a;--ghost: transparent;--ghost-text: #93c5fd;--badge: #1f2937;--shadow: rgba(15, 23, 42, .6)}*{box-sizing:border-box}body{margin:0;background-color:var(--bg);color:var(--text)}button,input,select{font:inherit}.app-shell{width:min(100%,1200px);margin:0 auto;padding:clamp(16px,3vw,32px) clamp(12px,2vw,24px) clamp(28px,4vw,48px)}.header{display:flex;align-items:center;justify-content:space-between;gap:16px;margin-bottom:24px}.header h1{margin:0;font-size:1.5rem}.card{background:var(--card);border-radius:16px;border:1px solid var(--border);padding:20px;box-shadow:0 8px 24px var(--shadow)}.grid{display:grid;gap:16px}.grid.two{grid-template-columns:repeat(auto-fit,minmax(260px,1fr))}.field{display:flex;flex-direction:column;gap:6px}.field label{font-weight:600;font-size:.85rem;color:var(--muted)}input[type=text],input[type=email],input[type=password],select{padding:10px 12px;border:1px solid var(--input-border);border-radius:10px;background:var(--card);color:var(--text)}button{border:none;border-radius:10px;padding:10px 14px;font-weight:600;cursor:pointer;background:var(--primary);color:var(--primary-contrast)}button.secondary{background:var(--secondary);color:var(--secondary-text)}button.danger{background:var(--danger);color:var(--danger-text)}button.ghost{background:var(--ghost);color:var(--ghost-text);border:1px solid var(--input-border)}button:disabled{opacity:.6;cursor:not-allowed}.badge{display:inline-flex;align-items:center;gap:6px;padding:4px 10px;border-radius:999px;font-size:.75rem;font-weight:600;background:var(--badge);color:var(--text)}.status{font-weight:600}.notice{margin-top:12px;font-size:.85rem;color:var(--muted)}.notice.error{color:#f87171}.actions{display:flex;flex-wrap:wrap;gap:10px}.qa-list{display:grid;gap:10px}.qa-item{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:10px 12px;border-radius:12px;background:var(--surface);border:1px solid var(--border)}.qa-item strong{display:block}.qa-log-header{display:flex;align-items:center;justify-content:space-between;gap:12px}.qa-log-list{margin-top:12px;display:grid;gap:12px;max-height:280px;overflow-y:auto;padding-right:4px}.qa-log-item{border-radius:12px;border:1px solid var(--border);background:var(--surface);padding:10px 12px}.qa-log-item summary{cursor:pointer;display:flex;justify-content:space-between;gap:12px;font-weight:600;list-style:none}.qa-log-item summary::-webkit-details-marker{display:none}.qa-log-checks{margin:10px 0 0;padding-left:16px;font-size:.9rem}.qa-log-checks li{margin-bottom:6px}.qa-log-status{margin-left:6px;font-weight:600}.qa-log-meta{color:var(--muted);font-size:.75rem}.qa-log-form{margin-top:20px;border-top:1px solid var(--border);padding-top:16px}.qa-log-form h3{margin-top:0;font-size:1rem}.qa-log-checklist{margin-top:12px;display:grid;grid-template-columns:repeat(auto-fit,minmax(160px,1fr));gap:8px;font-size:.85rem}.qa-log-checklist label{display:flex;align-items:center;gap:6px}.footer{margin-top:24px;font-size:.8rem;color:var(--muted)}.pill{padding:10px 12px;border-radius:10px;border:1px solid var(--input-border);background:var(--surface);font-weight:600}.camera-panel{margin-top:12px;display:grid;gap:8px}.camera-preview{width:min(100%,420px);border-radius:12px;border:1px solid var(--input-border);background:#000}@media(max-width:900px){.header{align-items:flex-start;flex-direction:column}.header .actions{width:100%}.header .actions button,.header .actions .badge{width:100%;justify-content:center}}@media(max-width:640px){.card{padding:16px}.grid.two{grid-template-columns:1fr}.qa-item{flex-direction:column;align-items:flex-start}.qa-item .actions,.qa-item .actions button{width:100%}}
