:root{--lightningcss-light:initial;--lightningcss-dark: ;color-scheme:light dark;--bg:#0b0d12;--fg:#e8eaed;--muted:#9aa0a6;--accent:#6ea8fe;--border:#2a2e37;--danger:#f28b82;--ok:#81c995}@media (prefers-color-scheme:dark){:root{--lightningcss-light: ;--lightningcss-dark:initial}}*{box-sizing:border-box}body{background:var(--bg);color:var(--fg);margin:0;font-family:system-ui,-apple-system,Segoe UI,sans-serif}main{max-width:720px;margin:0 auto;padding:2rem 1.5rem}main.wide{max-width:1160px}h1,h2,h3{font-weight:600}label{color:var(--muted);margin-bottom:.25rem;font-size:.875rem;display:block}input,select{width:100%;color:var(--fg);border:1px solid var(--border);background:0 0;border-radius:6px;margin-bottom:1rem;padding:.5rem .65rem;font-size:1rem}button{background:var(--accent);color:#0b0d12;cursor:pointer;border:none;border-radius:6px;padding:.5rem 1rem;font-weight:600}button[disabled]{opacity:.6;cursor:not-allowed}button.secondary{color:var(--fg);border:1px solid var(--border);background:0 0}.error{color:var(--danger);margin-bottom:1rem}.hint{color:var(--muted);font-size:.875rem}table{border-collapse:collapse;width:100%}th,td{text-align:left;border-bottom:1px solid var(--border);padding:.5rem}.badge{border-radius:999px;padding:.1rem .5rem;font-size:.75rem;display:inline-block}.badge.ok{color:var(--ok);background:#81c99526}.badge.warn{color:var(--danger);background:#f28b8226}fieldset{border:1px solid var(--border);border-radius:8px;margin-bottom:1rem;padding:1rem}.stat-grid{grid-template-columns:repeat(auto-fit,minmax(140px,1fr));gap:.75rem;margin:1rem 0 1.5rem;display:grid}.stat-card{border:1px solid var(--border);background:#ffffff05;border-radius:10px;padding:.85rem 1rem}.stat-card .stat-value{font-variant-numeric:tabular-nums;font-size:1.6rem;font-weight:700;line-height:1.1}.stat-card .stat-label{color:var(--muted);margin-top:.2rem;font-size:.8rem}.stat-card.accent .stat-value{color:var(--accent)}.stat-card.warn .stat-value{color:var(--danger)}.trend-chart{border:1px solid var(--border);border-radius:10px;margin-bottom:1.5rem;padding:.9rem 1rem .6rem}.trend-chart .trend-title{color:var(--muted);margin-bottom:.6rem;font-size:.8rem}.filters-bar{flex-wrap:wrap;align-items:flex-end;gap:.75rem 1rem;margin-bottom:1rem;display:flex}.filters-bar .field{min-width:8.5rem}.filters-bar .field label{margin-bottom:.2rem}.filters-bar .field input,.filters-bar .field select{margin-bottom:0}.segmented{border:1px solid var(--border);border-radius:6px;display:inline-flex;overflow:hidden}.segmented button{color:var(--muted);background:0 0;border:none;border-radius:0;padding:.45rem .75rem;font-size:.85rem;font-weight:500}.segmented button+button{border-left:1px solid var(--border)}.segmented button[aria-pressed=true]{background:var(--accent);color:#0b0d12;font-weight:600}.review-table-wrap{border:1px solid var(--border);border-radius:10px;margin-bottom:5rem;overflow-x:auto}.review-table-wrap table{min-width:720px}.review-table-wrap th,.review-table-wrap td{vertical-align:top}.review-checkbox-cell{width:2rem}.review-stars{color:var(--muted);letter-spacing:.05em;white-space:nowrap}.review-stars .filled{color:#f2c94c}.review-meta{color:var(--muted);margin-top:.2rem;font-size:.8rem}.candidate-textarea{width:100%;min-height:4.5rem;color:var(--fg);border:1px solid var(--border);font:inherit;resize:vertical;background:0 0;border-radius:6px;padding:.5rem .6rem}.candidate-textarea.edited{border-color:var(--accent)}.row-actions{flex-direction:column;gap:.4rem;min-width:6.5rem;display:flex}.row-actions button{padding:.35rem .6rem;font-size:.85rem}.bulk-bar{border:1px solid var(--border);background:#12151b;border-radius:10px;justify-content:space-between;align-items:center;gap:1rem;margin-top:-3.5rem;padding:.75rem 1rem;display:flex;position:sticky;bottom:0;box-shadow:0 8px 24px #00000059}.bulk-bar .bulk-count{font-weight:600}.bulk-bar .bulk-actions{gap:.6rem;display:flex}.toast{border-radius:6px;margin-bottom:.75rem;padding:.5rem .75rem;font-size:.85rem}.toast.ok{color:var(--ok);background:#81c9951f}.toast.error{color:var(--danger);background:#f28b821f;margin-bottom:.75rem}.empty-state{color:var(--muted);text-align:center;padding:2.5rem 1rem}
