:root{color-scheme:light;--bg: #f5f6f8;--surface: #ffffff;--surface-2: #fafbfc;--border: #e4e7ec;--text: #1a2233;--text-muted: #5b6472;--primary: #2563eb;--primary-hover: #1d4ed8;--primary-soft: #eff6ff;--danger: #dc2626;--danger-soft: #fef2f2;--success: #15803d;--success-soft: #ecfdf3;--warning: #b45309;--warning-soft: #fffbeb;--radius: 12px;--shadow: 0 1px 2px rgb(16 24 40 / .06), 0 1px 3px rgb(16 24 40 / .1);font-family:Inter,system-ui,-apple-system,Segoe UI,Roboto,sans-serif}*{box-sizing:border-box}body{margin:0;background:var(--bg);color:var(--text);font-size:14px;line-height:1.5}.auth-wrap{min-height:100vh;display:flex;align-items:center;justify-content:center;padding:1.5rem;background:radial-gradient(1200px 600px at 20% -10%,var(--primary-soft),transparent),var(--bg)}.auth-card{width:100%;max-width:400px;background:var(--surface);border:1px solid var(--border);border-radius:16px;box-shadow:var(--shadow);padding:2rem}.auth-brand{text-align:center;margin-bottom:1.5rem}.auth-brand h1{margin:.6rem 0 .25rem;font-size:1.35rem;letter-spacing:-.02em}.auth-brand p{margin:0;color:var(--text-muted);font-size:.875rem}.auth-logo{display:inline-flex;align-items:center;justify-content:center;width:44px;height:44px;border-radius:12px;background:linear-gradient(135deg,var(--primary),#1e40af);color:#fff;font-weight:700;letter-spacing:-.02em}.auth-tabs{display:grid;grid-template-columns:1fr 1fr;gap:4px;background:var(--surface-2);border:1px solid var(--border);border-radius:10px;padding:4px;margin-bottom:1.25rem}.auth-tabs button{border:0;background:transparent;padding:.5rem;border-radius:8px;font-weight:600;color:var(--text-muted);cursor:pointer}.auth-tabs button.active{background:var(--surface);color:var(--primary);box-shadow:0 1px 2px #10182814}.auth-form{display:flex;flex-direction:column;gap:.9rem}.auth-form label{display:flex;flex-direction:column;gap:.3rem}.auth-form label span{font-size:.8125rem;font-weight:600;color:var(--text-muted)}.auth-error{color:var(--danger);font-size:.8125rem;margin:0}.auth-hint{text-align:center;color:var(--text-muted);font-size:.8125rem;margin:1rem 0 0}.boot{min-height:100vh;display:flex;align-items:center;justify-content:center;color:var(--text-muted)}.btn{display:inline-flex;align-items:center;justify-content:center;gap:.4rem;border:1px solid var(--border);background:var(--surface);color:var(--text);padding:.5rem .9rem;border-radius:8px;font-weight:600;font-size:.875rem;cursor:pointer;transition:background .12s,border-color .12s,color .12s}.btn:hover{background:var(--surface-2)}.btn:disabled{opacity:.6;cursor:not-allowed}.btn-primary{background:var(--primary);border-color:var(--primary);color:#fff}.btn-primary:hover{background:var(--primary-hover);border-color:var(--primary-hover)}.btn-danger{background:var(--danger-soft);border-color:transparent;color:var(--danger)}.btn-danger:hover{background:var(--danger);color:#fff}.btn-ghost{background:transparent;border-color:transparent;color:var(--text-muted)}.btn-ghost:hover{background:var(--surface-2);color:var(--text)}.btn-sm{padding:.3rem .6rem;font-size:.8125rem}.btn-block{width:100%}input,select{font:inherit;padding:.5rem .7rem;border:1px solid var(--border);border-radius:8px;background:var(--surface);color:var(--text)}input:focus,select:focus{outline:none;border-color:var(--primary);box-shadow:0 0 0 3px #2563eb1f}code{font-family:ui-monospace,SFMono-Regular,Menlo,monospace;font-size:.8125rem;background:var(--surface-2);border:1px solid var(--border);padding:.1rem .35rem;border-radius:6px}pre{background:#0f172a;color:#e2e8f0;padding:.75rem 1rem;border-radius:10px;overflow-x:auto;font-size:.8rem;line-height:1.5}.shell{display:grid;grid-template-columns:220px 1fr;min-height:100vh}.sidebar{background:var(--surface);border-right:1px solid var(--border);display:flex;flex-direction:column;padding:1rem .75rem;position:sticky;top:0;height:100vh}.sidebar-brand{display:flex;align-items:center;gap:.6rem;font-weight:700;font-size:1.05rem;padding:.25rem .5rem 1.25rem}.sidebar-brand .auth-logo{width:32px;height:32px;font-size:.875rem}.sidebar-links{display:flex;flex-direction:column;gap:2px;flex:1}.sidebar-links a{display:block;padding:.55rem .75rem;border-radius:8px;color:var(--text-muted);text-decoration:none;font-weight:500;transition:background .12s,color .12s}.sidebar-links a:hover{background:var(--surface-2);color:var(--text)}.sidebar-links a.active{background:var(--primary-soft);color:var(--primary);font-weight:600}.sidebar-logout{width:100%}.content{padding:2rem;max-width:1100px}.page-header{margin-bottom:1.5rem}.page-header h1{margin:0 0 .35rem;font-size:1.5rem;letter-spacing:-.02em}.page-header p{margin:0;color:var(--text-muted);max-width:720px}.toolbar{display:flex;gap:.5rem;flex-wrap:wrap;align-items:center;margin-bottom:1rem}.toolbar .spacer{flex:1}.table-card{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius);box-shadow:var(--shadow);overflow:hidden}table{border-collapse:collapse;width:100%}th,td{text-align:left;padding:.7rem 1rem;border-bottom:1px solid var(--border);font-size:.875rem;vertical-align:top}tbody tr:last-child td{border-bottom:0}th{font-size:.75rem;text-transform:uppercase;letter-spacing:.05em;color:var(--text-muted);background:var(--surface-2)}tbody tr.clickable{cursor:pointer}tbody tr.clickable:hover,.row-detail td{background:var(--surface-2)}.empty{text-align:center;color:var(--text-muted);padding:2.5rem 1rem}.badge{display:inline-flex;align-items:center;gap:.35rem;padding:.15rem .55rem;border-radius:999px;font-size:.75rem;font-weight:600;white-space:nowrap}.badge:before{content:"";width:6px;height:6px;border-radius:50%;background:currentColor}.badge.ok,.badge.ready,.badge.ingested{background:var(--success-soft);color:var(--success)}.badge.bad,.badge.failed_extraction,.badge.failed_ingestion{background:var(--danger-soft);color:var(--danger)}.badge.warn,.badge.received,.badge.extracting,.badge.claimed,.badge.ingesting{background:var(--warning-soft);color:var(--warning)}.badge.neutral{background:var(--surface-2);color:var(--text-muted)}.switch{position:relative;display:inline-block;width:38px;height:22px}.switch input{opacity:0;width:0;height:0}.switch .track{position:absolute;top:0;right:0;bottom:0;left:0;background:var(--border);border-radius:999px;transition:background .15s;cursor:pointer}.switch .track:before{content:"";position:absolute;width:16px;height:16px;left:3px;top:3px;background:#fff;border-radius:50%;transition:transform .15s;box-shadow:0 1px 2px #10182833}.switch input:checked+.track{background:var(--primary)}.switch input:checked+.track:before{transform:translate(16px)}.muted{color:var(--text-muted)}.inbound-cell{display:flex;align-items:center;gap:.4rem;flex-wrap:wrap}@media(max-width:820px){.shell{grid-template-columns:1fr}.sidebar{position:static;height:auto;flex-direction:row;align-items:center;gap:.75rem;overflow-x:auto}.sidebar-links{flex-direction:row}.content{padding:1rem}}
