:root{--ad-bg:#f8fafc;--ad-surface:#fff;--ad-border:#e2e8f0;--ad-text:#0f172a;--ad-muted:#64748b;--ad-accent:#0284c7;--ad-ok:#047857;--ad-error:#b91c1c;--lightningcss-light:initial;--lightningcss-dark: ;color-scheme:light}:root[data-theme=dark]{--ad-bg:#0b1220;--ad-surface:#111a2b;--ad-border:#24324a;--ad-text:#e2e8f0;--ad-muted:#94a3b8;--ad-accent:#38bdf8;--ad-ok:#34d399;--ad-error:#f87171;--lightningcss-light: ;--lightningcss-dark:initial;color-scheme:dark}*{box-sizing:border-box}body{background:var(--ad-bg);color:var(--ad-text);margin:0;font-family:system-ui,-apple-system,Segoe UI,Roboto,sans-serif;line-height:1.5}.ad-shell{background:var(--ad-surface);border:1px solid var(--ad-border);border-radius:.75rem;max-width:40rem;margin:4rem auto;padding:2rem}.ad-title{margin:0 0 1.5rem;font-size:1.25rem}.ad-field{flex-direction:column;gap:.35rem;margin-bottom:1rem;display:flex}.ad-label{color:var(--ad-muted);font-size:.85rem}.ad-input{color:var(--ad-text);background:var(--ad-bg);border:1px solid var(--ad-border);border-radius:.5rem;padding:.6rem .75rem;font-size:1rem}.ad-button{color:#fff;background:var(--ad-accent);cursor:pointer;border:none;border-radius:.5rem;padding:.6rem 1rem;font-size:.95rem}.ad-button:disabled{opacity:.6;cursor:default}.ad-muted{color:var(--ad-muted)}.ad-ok{color:var(--ad-ok)}.ad-error{color:var(--ad-error)}.ad-shell--wide{max-width:52rem}.ad-topbar{justify-content:space-between;align-items:baseline;gap:1rem;margin-bottom:1.5rem;display:flex}.ad-search{align-items:flex-end;gap:.5rem;margin-bottom:1.5rem;display:flex}.ad-search .ad-field{flex:1;margin-bottom:0}.ad-button--ghost{color:var(--ad-accent);border:1px solid var(--ad-border);background:0 0}.ad-button--danger{background:var(--ad-error)}.ad-card{background:var(--ad-bg);border:1px solid var(--ad-border);border-radius:.5rem;margin-bottom:1rem;padding:1.25rem}.ad-card__head{justify-content:space-between;align-items:center;gap:.75rem;margin-bottom:.75rem;display:flex}.ad-card__email{font-weight:600}.ad-stats{grid-template-columns:repeat(auto-fit,minmax(8rem,1fr));gap:.75rem;margin:.75rem 0;display:grid}.ad-stat__label{color:var(--ad-muted);text-transform:uppercase;letter-spacing:.03em;font-size:.75rem}.ad-stat__value{font-variant-numeric:tabular-nums;font-size:1.15rem}.ad-badge{border:1px solid var(--ad-border);white-space:nowrap;border-radius:999px;padding:.15rem .55rem;font-size:.75rem;display:inline-block}.ad-badge--ok{color:var(--ad-ok);border-color:var(--ad-ok)}.ad-badge--alert{color:var(--ad-error);border-color:var(--ad-error)}.ad-badges{flex-wrap:wrap;gap:.4rem;display:flex}.ad-actions{border-top:1px solid var(--ad-border);flex-wrap:wrap;align-items:flex-end;gap:.5rem;margin-top:1rem;padding-top:1rem;display:flex}.ad-actions .ad-field{margin-bottom:0}.ad-select{color:var(--ad-text);background:var(--ad-bg);border:1px solid var(--ad-border);border-radius:.5rem;padding:.6rem .75rem;font-size:.95rem}.ad-worklist{flex-direction:column;gap:.5rem;margin:0;padding:0;list-style:none;display:flex}.ad-worklist__item{background:var(--ad-bg);border:1px solid var(--ad-border);text-align:left;cursor:pointer;color:inherit;font:inherit;border-radius:.5rem;justify-content:space-between;align-items:center;gap:.75rem;width:100%;padding:.75rem 1rem;display:flex}.ad-empty{text-align:center;color:var(--ad-muted);border:1px dashed var(--ad-border);border-radius:.5rem;padding:2rem}.ad-overlay{background:#0206178c;justify-content:center;align-items:center;padding:1rem;display:flex;position:fixed;inset:0}.ad-modal{background:var(--ad-surface);border:1px solid var(--ad-border);border-radius:.75rem;width:100%;max-width:26rem;padding:1.5rem}.ad-modal__title{margin:0 0 .75rem;font-size:1.05rem}.ad-modal__actions{justify-content:flex-end;gap:.5rem;margin-top:1.25rem;display:flex}.ad-warn{color:var(--ad-error);border:1px solid var(--ad-error);border-radius:.5rem;margin:.75rem 0;padding:.6rem .75rem;font-size:.9rem}
