:root{color-scheme:dark}*{box-sizing:border-box}body{margin:0;background:#0b1220;color:#e2e8f0;font:14px/1.5 -apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif}.wrap{max-width:980px;margin:0 auto;padding:28px 20px 60px}header{display:flex;align-items:center;justify-content:space-between;gap:16px;flex-wrap:wrap;margin-bottom:20px}h1{font-size:20px;margin:0;font-weight:800;display:flex;align-items:center;gap:9px}.sub{color:#64748b;font-size:13px;margin-top:2px}a{color:#2dd4bf;text-decoration:none}a:hover{text-decoration:underline}button{font:inherit;font-weight:600;cursor:pointer;border-radius:10px;border:1px solid #14b8a655;background:#14b8a622;color:#5eead4;padding:9px 16px;transition:.15s}button:hover:not(:disabled){background:#14b8a633}button:disabled{opacity:.45;cursor:default}button.ghost{border-color:#33415566;background:#1e293b55;color:#94a3b8;padding:5px 11px;font-size:12px}button.ghost:hover:not(:disabled){background:#1e293b;color:#e2e8f0}.row{display:flex;gap:10px;flex-wrap:wrap;align-items:center}input{font:inherit;background:#0f172a;border:1px solid #334155;color:#e2e8f0;border-radius:10px;padding:8px 12px;min-width:220px}.dot{width:9px;height:9px;border-radius:50%;display:inline-block;background:#475569;box-shadow:0 0 #0000}.dot.on{background:#34d399;animation:pulse 2s infinite}.dot.off{background:#f87171}@keyframes pulse{0%{box-shadow:0 0 #34d39966}70%{box-shadow:0 0 0 6px #34d39900}to{box-shadow:0 0 #34d39900}}.cards{display:grid;grid-template-columns:repeat(4,1fr);gap:12px;margin:16px 0}@media(max-width:640px){.cards{grid-template-columns:repeat(2,1fr)}}.card{background:#111a2e;border:1px solid #1e293b;border-radius:14px;padding:14px 16px}.card .k{font-size:11px;text-transform:uppercase;letter-spacing:.06em;color:#64748b}.card .v{font-size:24px;font-weight:800;margin-top:4px}.panel{background:#111a2e;border:1px solid #1e293b;border-radius:14px;padding:16px 18px;margin-top:16px}.panel h2{font-size:13px;margin:0 0 12px;color:#cbd5e1;display:flex;align-items:center;gap:8px}.chips{display:flex;flex-wrap:wrap;gap:8px}.chip{border:1px solid #1e293b;background:#0f172a;border-radius:9px;padding:4px 9px;font-size:12px}.chip .to{color:#5eead4;font-weight:600}table{width:100%;border-collapse:collapse;font-size:12.5px}th{text-align:left;color:#64748b;font-size:10.5px;text-transform:uppercase;letter-spacing:.05em;padding:6px 10px;position:sticky;top:0;background:#111a2e}td{padding:8px 10px;border-top:1px solid #1e293b}tr.deleted{opacity:.5}.tag{font-size:9px;padding:1px 6px;border-radius:5px;border:1px solid #f59e0b55;color:#fbbf24;background:#f59e0b1a;margin-left:6px}.mono{font-family:ui-monospace,SFMono-Regular,Menlo,monospace;color:#94a3b8}.muted{color:#64748b}.banner{border-radius:12px;padding:11px 14px;margin:14px 0;font-size:13px}.banner.err{background:#ef444418;border:1px solid #ef444455;color:#fca5a5}.banner.warn{background:#f59e0b18;border:1px solid #f59e0b55;color:#fbbf24}.runline{display:flex;gap:14px;flex-wrap:wrap;font-size:12.5px}.ok{color:#34d399}.up{color:#38bdf8}.warnc{color:#fbbf24}.errc{color:#f87171}.live{border-color:#14b8a633}.livefeed{display:flex;flex-direction:column;gap:8px}.livefeed.empty{color:#64748b;font-size:13px;padding:10px 2px;text-align:center}.ev{display:flex;align-items:flex-start;gap:10px;border:1px solid #1e293b;border-radius:11px;padding:10px 12px;background:#0f172a;animation:slideIn .25s ease}.ev .ic{font-size:16px;line-height:1.3}.ev .body{min-width:0;flex:1}.ev .name{font-weight:600;color:#e2e8f0}.ev .meta{font-size:11.5px;color:#94a3b8;margin-top:2px}.ev.created{border-left:3px solid #34d399}.ev.updated{border-left:3px solid #38bdf8}.ev.updated.reverse{border-left:3px solid #a78bfa}.ev.orphaned{border-left:3px solid #fbbf24}@keyframes slideIn{0%{opacity:0;transform:translateY(-6px)}to{opacity:1;transform:none}}.history{display:flex;flex-direction:column;gap:4px;max-height:320px;overflow:auto}.hrow{display:flex;align-items:center;gap:9px;padding:6px 8px;border-radius:8px;font-size:12.5px}.hrow:hover{background:#0f172a}.hrow .ic{width:16px;text-align:center}.hrow .name{flex:1;min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.hrow .when{color:#475569;font-size:11px;white-space:nowrap}.toasts{position:fixed;top:16px;right:16px;display:flex;flex-direction:column;gap:10px;z-index:50;width:340px;max-width:calc(100vw - 32px)}.toast{background:#0f1729;border:1px solid #263349;border-left-width:4px;border-radius:12px;padding:12px 14px;box-shadow:0 12px 40px #0008;animation:toastIn .28s cubic-bezier(.2,.8,.2,1)}.toast.out{animation:toastOut .25s ease forwards}.toast.created{border-left-color:#34d399}.toast.updated{border-left-color:#38bdf8}.toast.updated.reverse{border-left-color:#a78bfa}.toast.orphaned{border-left-color:#fbbf24}.toast .t{font-weight:700;font-size:13px;display:flex;align-items:center;gap:7px}.toast .d{font-size:12px;color:#94a3b8;margin-top:3px}.toast .d .to{color:#5eead4}@keyframes toastIn{0%{opacity:0;transform:translate(30px)}to{opacity:1;transform:none}}@keyframes toastOut{to{opacity:0;transform:translate(30px);height:0;padding:0;margin:0}}.modal{position:fixed;top:0;right:0;bottom:0;left:0;z-index:60;display:flex;align-items:center;justify-content:center;padding:20px}.modal.hidden{display:none}.modal-backdrop{position:absolute;top:0;right:0;bottom:0;left:0;background:#020617cc;-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px)}.modal-card{position:relative;width:640px;max-width:100%;max-height:86vh;display:flex;flex-direction:column;background:#0f1729;border:1px solid #263349;border-radius:16px;box-shadow:0 24px 70px #000a;animation:toastIn .2s ease}.modal-head{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:16px 18px 12px;border-bottom:1px solid #1e293b}.modal-head h2{font-size:15px;margin:0;font-weight:700}.modal-tools{display:flex;align-items:center;gap:12px;padding:10px 18px;border-bottom:1px solid #1e293b}.modal-tools .selall{display:flex;align-items:center;gap:7px;font-size:12.5px;color:#cbd5e1;cursor:pointer}.modal-tools #selCount{font-size:12px}.modal-tools #rescanBtn{margin-left:auto}.modal-body{padding:8px 12px;overflow:auto;flex:1;display:flex;flex-direction:column;gap:4px}.modal-body.muted{padding:24px 18px;text-align:center}.allgood{padding:24px 12px;text-align:center;color:#5eead4;font-size:14px}.pickrow{display:flex;align-items:flex-start;gap:10px;padding:9px 10px;border-radius:10px;cursor:pointer}.pickrow:hover{background:#0b1220}.pickrow input.pick{margin-top:3px;width:15px;height:15px;accent-color:#14b8a6;cursor:pointer}.pk-body{min-width:0;flex:1}.pk-name{display:block;font-weight:600;font-size:13px;overflow:hidden;text-overflow:ellipsis}.pk-miss{display:block;font-size:11.5px;color:#94a3b8;margin-top:3px}.miss{display:inline-block;font-size:10.5px;padding:1px 7px;border-radius:6px;margin:2px 4px 0 0;border:1px solid #f59e0b44;color:#fbbf24;background:#f59e0b14}.modal-foot{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:12px 18px;border-top:1px solid #1e293b}.modal-foot #fillState{font-size:12.5px}@media(max-width:640px){.modal-card{width:100%;max-height:92vh}}
