:root{--bg:#f5f7fb;--card:#fff;--text:#111827;--muted:#6b7280;--line:#e5e7eb;--blue:#0f62fe;--blue2:#0b4fd1;--nav:#07182c;--nav2:#10253d;--green:#229954;--red:#dc2626;--amber:#d97706;--shadow:0 8px 28px rgba(15,23,42,.08);--radius:14px}*{box-sizing:border-box}[hidden]{display:none!important}body{margin:0;font-family:Inter,Arial,sans-serif;background:var(--bg);color:var(--text);font-size:14px}.app-shell{display:flex;min-height:100vh}.sidebar{width:230px;background:linear-gradient(180deg,var(--nav),var(--nav2));color:#fff;padding:22px 16px;display:flex;flex-direction:column;position:fixed;inset:0 auto 0 0}.sidebar__brand{font-weight:800;font-size:18px;margin:0 8px 28px}.sidebar__nav{display:grid;gap:8px}.sidebar__bottom{margin-top:auto;display:grid;gap:8px}.sidebar__item{border:0;background:transparent;color:#dbeafe;text-align:left;padding:12px 14px;border-radius:10px;cursor:pointer;font-weight:600}.sidebar__item:hover,.sidebar__item.is-active{background:rgba(255,255,255,.12);color:#fff}.sidebar__item--muted{color:#cbd5e1}.workspace{margin-left:230px;width:calc(100% - 230px);padding:24px}.page{display:none}.page.is-active{display:block}.page-head{display:flex;align-items:center;justify-content:space-between;margin-bottom:18px;gap:16px}.page-head h1{font-size:24px;margin:0}.panel{background:var(--card);border:1px solid var(--line);border-radius:var(--radius);box-shadow:var(--shadow);padding:18px;margin-bottom:18px}.panel h2{font-size:16px;margin:0 0 16px}.toolbar,.actions-row,.export-form{display:flex;gap:12px;align-items:end;flex-wrap:wrap}.toolbar{margin-bottom:16px}.field{display:grid;gap:6px}.field span{font-size:12px;color:var(--muted);font-weight:700}.field input,.field select,.field textarea{height:38px;border:1px solid var(--line);border-radius:8px;padding:0 11px;background:#fff;min-width:170px}.field textarea{height:76px;padding-top:10px}.field--search input{min-width:290px}.btn{height:38px;border:1px solid var(--line);background:#fff;border-radius:8px;padding:0 14px;font-weight:700;cursor:pointer;color:#111827;white-space:nowrap}.btn:hover{border-color:#b6c2d2}.btn-primary{background:var(--blue);border-color:var(--blue);color:#fff}.btn-primary:hover{background:var(--blue2);border-color:var(--blue2)}.btn-danger{border-color:#fecaca;color:var(--red);background:#fff5f5}.btn-soft{background:#f8fafc}.btn:disabled{opacity:.45;cursor:not-allowed}.table-wrap{overflow:auto}table{width:100%;border-collapse:separate;border-spacing:0;min-width:920px;table-layout:fixed}th,td{padding:13px 14px;border-bottom:1px solid var(--line);text-align:left;vertical-align:middle}th{font-size:12px;color:#374151;background:#f8fafc;font-weight:800}tr:last-child td{border-bottom:0}.source-row--deleted{background:#fffbfb}.source-name{display:block;max-width:100%;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.url{font-family:ui-monospace,SFMono-Regular,Menlo,monospace;color:#334155;font-size:13px}.source-url{display:block;max-width:100%;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.source-url a{display:block;color:#334155;text-decoration:none;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.source-url a:hover{text-decoration:underline}.badge{display:inline-flex;align-items:center;border-radius:999px;padding:5px 10px;font-size:12px;font-weight:800;white-space:nowrap}.badge-green{background:#dcfce7;color:#15803d}.badge-blue{background:#dbeafe;color:#1d4ed8}.badge-grey{background:#f1f5f9;color:#475569}.badge-red{background:#fee2e2;color:#b91c1c}.badge-amber{background:#fef3c7;color:#b45309}.active-dot{width:18px;height:18px;border-radius:5px;display:inline-flex;align-items:center;justify-content:center;background:#dcfce7;color:#15803d;font-weight:900}.inactive-dot{background:#fee2e2;color:#b91c1c}.server-error{display:inline-block;max-width:100%;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;color:#b91c1c;font-size:12px}.server-key-indicator{margin-top:4px;font-size:12px;color:#15803d}.server-key-indicator--missing{color:#b45309}.server-metrics{line-height:1.5;color:#334155;font-size:13px}.ok{color:#15803d}.bad{color:#b91c1c}.progress{display:flex;gap:10px;align-items:center}.progress__bar{width:120px;height:8px;background:#e5e7eb;border-radius:999px;overflow:hidden}.progress__bar span{display:block;height:100%;background:var(--blue)}.progress__bar.is-complete span{background:var(--green)}.sources-status{margin:-2px 0 16px;padding:14px 16px;border:1px solid #dbeafe;background:#f8fbff;border-radius:12px}.sources-status__title{display:flex;align-items:center;justify-content:space-between;gap:12px;font-weight:800;margin-bottom:8px}.sources-status__hint{color:var(--muted);font-size:13px;line-height:1.5}.sources-status__meta{display:flex;gap:14px;flex-wrap:wrap;margin-top:8px;font-size:13px;color:#334155}.sources-status__bar{height:10px;background:#dbeafe;border-radius:999px;overflow:hidden;margin-top:12px}.sources-status__bar span{display:block;height:100%;background:linear-gradient(90deg,var(--blue),#5fa3ff)}.sources-pagination{display:flex;align-items:center;justify-content:flex-end;gap:12px;padding-top:14px}.sources-pagination__info{min-width:180px;text-align:center;color:#334155;font-size:13px}.panel-foot{padding-top:14px;color:var(--muted);font-size:13px}.row-actions{display:flex;gap:8px;align-items:center;flex-wrap:nowrap}.icon-btn{width:34px;height:34px;border:1px solid var(--line);background:#fff;border-radius:8px;cursor:pointer}.modal-backdrop{position:fixed;inset:0;background:rgba(15,23,42,.45);display:flex;align-items:center;justify-content:center;padding:20px;z-index:20}.modal{width:min(720px,96vw);background:#fff;border-radius:16px;box-shadow:0 20px 60px rgba(0,0,0,.25);padding:22px;position:relative}.modal__close{position:absolute;right:14px;top:12px;border:0;background:transparent;font-size:26px;cursor:pointer;color:#64748b}.modal h3{margin:0 0 18px;font-size:19px}.modal-grid{display:grid;grid-template-columns:1fr 1fr;gap:14px}.modal-actions{display:flex;justify-content:flex-end;gap:10px;margin-top:20px}.notice{padding:12px 14px;border:1px solid #fde68a;background:#fffbeb;border-radius:10px;color:#92400e;margin-top:14px}.check-list{display:grid;gap:10px}.check-row{display:flex;justify-content:space-between;border-bottom:1px solid var(--line);padding:9px 0}.check-row:last-child{border-bottom:0}.toast{position:fixed;right:24px;bottom:24px;background:#111827;color:#fff;border-radius:12px;padding:13px 16px;box-shadow:var(--shadow);z-index:30}.export-card .export-form{align-items:end}.export-card .btn{min-width:220px}@media(max-width:900px){.sidebar{position:static;width:100%;height:auto}.app-shell{display:block}.workspace{margin-left:0;width:100%;padding:16px}.modal-grid{grid-template-columns:1fr}.page-head{align-items:flex-start;flex-direction:column}.field--search input{min-width:100%}.toolbar,.export-form{display:grid}.field input,.field select{width:100%}.sources-status__title{flex-direction:column;align-items:flex-start}.sources-pagination{justify-content:flex-start;flex-wrap:wrap}}
