:root{--bg:#07101d;--panel:#0e1a2b;--panel2:#132239;--line:#243957;--text:#e9f1fb;--muted:#8ea2bc;--accent:#4f9cff;--green:#30d17a;--yellow:#f4bf50;--orange:#ff8a4c;--red:#ff5f67;--purple:#a881ff;--shadow:0 18px 45px rgba(0,0,0,.28)}*{box-sizing:border-box}html,body{margin:0;min-height:100%;background:radial-gradient(circle at 10% 0,#132845 0,#07101d 36%,#050b14 100%);color:var(--text);font:14px/1.5 Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif}a{color:inherit;text-decoration:none}button,input,select{font:inherit}.layout{display:grid;grid-template-columns:248px 1fr;min-height:100vh}.sidebar{position:sticky;top:0;height:100vh;padding:22px 16px;background:rgba(6,13,23,.88);border-right:1px solid rgba(255,255,255,.06);backdrop-filter:blur(18px)}.brand{display:flex;align-items:center;gap:11px;padding:0 10px 24px;font-weight:800;letter-spacing:.4px}.logo{width:34px;height:34px;border-radius:10px;background:linear-gradient(135deg,#3f8cff,#7c5cff);display:grid;place-items:center;box-shadow:0 8px 25px rgba(73,117,255,.35)}.nav a{display:flex;align-items:center;gap:10px;padding:11px 12px;margin:4px 0;border-radius:10px;color:#aebed2}.nav a:hover,.nav a.active{background:#14243a;color:#fff}.nav .dot{width:8px;height:8px;border-radius:50%;background:#496078}.nav a.active .dot{background:var(--accent);box-shadow:0 0 14px var(--accent)}.sidebar-foot{position:absolute;bottom:20px;left:16px;right:16px;color:var(--muted);font-size:12px}.main{min-width:0}.topbar{height:72px;display:flex;align-items:center;justify-content:space-between;padding:0 28px;border-bottom:1px solid rgba(255,255,255,.06);background:rgba(7,16,29,.55);backdrop-filter:blur(12px)}.topbar h1{font-size:19px;margin:0}.content{padding:26px 28px 50px;max-width:1500px;margin:auto}.grid{display:grid;gap:16px}.cards{grid-template-columns:repeat(4,minmax(0,1fr))}.card{background:linear-gradient(180deg,rgba(18,34,57,.92),rgba(12,25,42,.92));border:1px solid rgba(255,255,255,.07);border-radius:16px;padding:18px;box-shadow:var(--shadow)}.metric{font-size:30px;font-weight:800;letter-spacing:-1px;margin-top:7px}.muted{color:var(--muted)}.kicker{text-transform:uppercase;letter-spacing:.11em;font-size:11px;color:#7890ad;font-weight:700}.status{display:inline-flex;align-items:center;gap:7px;padding:5px 9px;border-radius:999px;font-size:12px;font-weight:700;background:#1a2a41;color:#b8c7d9}.status:before{content:"";width:7px;height:7px;border-radius:50%;background:#7288a4}.status.clean,.status.pass{background:rgba(48,209,122,.12);color:#7ce9aa}.status.clean:before,.status.pass:before{background:var(--green)}.status.findings,.status.high,.status.fail,.status.critical{background:rgba(255,95,103,.13);color:#ff9ca1}.status.findings:before,.status.high:before,.status.fail:before,.status.critical:before{background:var(--red)}.status.medium,.status.warning{background:rgba(244,191,80,.12);color:#f7d98e}.status.medium:before,.status.warning:before{background:var(--yellow)}.toolbar{display:flex;gap:10px;align-items:center;flex-wrap:wrap;margin-bottom:16px}.btn{border:1px solid #2a4365;background:#13243b;color:#eaf2ff;padding:9px 13px;border-radius:10px;cursor:pointer;font-weight:700}.btn:hover{background:#1a3150}.btn.primary{background:linear-gradient(135deg,#3f8cff,#6b63ff);border-color:transparent}.btn.danger{background:rgba(255,95,103,.12);border-color:rgba(255,95,103,.28);color:#ffadb1}.btn.good{background:rgba(48,209,122,.1);border-color:rgba(48,209,122,.25);color:#83edb0}.table-wrap{overflow:auto;border:1px solid rgba(255,255,255,.07);border-radius:14px;background:rgba(10,21,36,.78)}table{width:100%;border-collapse:collapse;min-width:760px}th,td{text-align:left;padding:13px 14px;border-bottom:1px solid rgba(255,255,255,.06);vertical-align:middle}th{font-size:11px;text-transform:uppercase;letter-spacing:.08em;color:#7f94ae;background:rgba(255,255,255,.02)}tr:hover td{background:rgba(255,255,255,.018)}.site-name{font-weight:750}.site-url{font-size:12px;color:#7990ad}.section-title{display:flex;align-items:center;justify-content:space-between;margin:26px 0 12px}.section-title h2{font-size:17px;margin:0}.search{background:#0c192b;border:1px solid #263b58;color:#fff;padding:9px 12px;border-radius:10px;min-width:240px}.hero{display:grid;grid-template-columns:1.5fr 1fr;gap:16px}.posture{display:flex;gap:24px;align-items:center}.ring{--p:75;width:118px;height:118px;border-radius:50%;background:conic-gradient(var(--green) calc(var(--p)*1%),#1e3048 0);display:grid;place-items:center;position:relative}.ring:after{content:"";position:absolute;width:88px;height:88px;border-radius:50%;background:#0e1b2d}.ring b{z-index:1;font-size:25px}.list{display:grid;gap:9px}.list-row{display:flex;justify-content:space-between;gap:14px;padding:10px 0;border-bottom:1px solid rgba(255,255,255,.06)}.list-row:last-child{border-bottom:0}.form-grid{display:grid;grid-template-columns:1fr 1fr;gap:14px}.field label{display:block;margin-bottom:6px;color:#9eb0c6;font-size:12px;font-weight:700}.field input,.field select{width:100%;background:#0a1728;border:1px solid #263c5a;border-radius:10px;padding:10px 11px;color:#fff}.alert{padding:12px 14px;border-radius:12px;border:1px solid #294563;background:#10243c;margin-bottom:14px}.alert.error{border-color:rgba(255,95,103,.35);background:rgba(255,95,103,.1);color:#ffbdc0}.alert.ok{border-color:rgba(48,209,122,.3);background:rgba(48,209,122,.09);color:#a6f2c4}.login-page{min-height:100vh;display:grid;place-items:center;padding:20px}.login-card{width:min(430px,100%);padding:28px;border:1px solid rgba(255,255,255,.08);background:rgba(9,19,33,.93);border-radius:20px;box-shadow:var(--shadow)}.login-card h1{margin:18px 0 4px}.login-card .field{margin-top:14px}.login-card .btn{width:100%;margin-top:18px;padding:11px}.small{font-size:12px}.code{font:12px/1.5 ui-monospace,SFMono-Regular,Menlo,monospace;background:#08131f;border:1px solid #213651;padding:11px;border-radius:10px;white-space:pre-wrap;word-break:break-word}.footer-note{margin-top:25px;color:#6f86a3;font-size:12px}@media(max-width:980px){.layout{grid-template-columns:1fr}.sidebar{height:auto;position:relative;border-right:0;border-bottom:1px solid rgba(255,255,255,.06)}.nav{display:flex;overflow:auto}.nav a{white-space:nowrap}.sidebar-foot{display:none}.cards{grid-template-columns:repeat(2,1fr)}.hero{grid-template-columns:1fr}.topbar{padding:0 18px}.content{padding:20px 18px}}@media(max-width:620px){.cards,.form-grid{grid-template-columns:1fr}.posture{align-items:flex-start;flex-direction:column}.search{min-width:0;width:100%}.toolbar{align-items:stretch}.toolbar .btn{flex:1}.card{padding:15px}}

/* v2.1 UI */
.five{grid-template-columns:repeat(5,minmax(0,1fr))}.gap-top{margin-top:16px}.grow{flex:1}.topbar{min-height:78px;height:auto}.top-sub{font-size:12px;color:var(--muted);margin-top:2px}.top-status{display:flex;gap:8px;flex-wrap:wrap;justify-content:flex-end}.metric-card{position:relative;overflow:hidden}.metric-card:after{content:"";position:absolute;width:90px;height:90px;border-radius:50%;right:-35px;top:-35px;background:radial-gradient(circle,rgba(79,156,255,.18),transparent 68%)}.stack-actions{display:grid;grid-template-columns:1fr 1fr;gap:9px}.wide{width:100%}.small-metric{font-size:21px;letter-spacing:0}.site-head{display:flex;align-items:center;justify-content:space-between;gap:20px;margin-bottom:16px}.site-head h2{margin:4px 0;font-size:26px}.site-score{min-width:140px;padding:14px 16px;border:1px solid rgba(255,255,255,.08);border-radius:14px;background:rgba(255,255,255,.025);text-align:right}.site-score span{display:block;color:var(--muted);font-size:11px;text-transform:uppercase;letter-spacing:.1em}.site-score b{font-size:22px}.score-mini{display:flex;flex-direction:column}.score-mini span{font-size:11px;color:var(--muted)}.checkset,.check-grid{display:grid;gap:9px;margin:14px 0}.check-grid{grid-template-columns:1fr 1fr;padding:12px 0}.check-grid label,.checkset label{display:flex;gap:8px;align-items:flex-start;color:#b7c6d9}.field.full{grid-column:1/-1}.hardening-list{display:grid;gap:2px}.hard-row{display:flex;justify-content:space-between;align-items:center;gap:16px;padding:11px 0;border-bottom:1px solid rgba(255,255,255,.06)}.hard-row:last-child{border-bottom:0}.progress-wrap{min-width:160px}.progress{height:8px;border-radius:999px;background:#091523;border:1px solid #203650;overflow:hidden}.progress i{display:block;height:100%;background:linear-gradient(90deg,#3f8cff,#6b63ff);border-radius:inherit;transition:width .35s ease}.progress-meta{display:flex;justify-content:space-between;gap:8px;margin-top:5px;color:var(--muted);font-size:11px}.progress-meta b{color:#d9e7f9}.job-controls form{display:flex;gap:5px;flex-wrap:wrap}.mini-btn{border:1px solid #2a4365;background:#0f2035;color:#dce9f9;padding:5px 8px;border-radius:8px;cursor:pointer;font-size:11px;font-weight:700}.danger-text{color:#ff9da2;border-color:rgba(255,95,103,.3)}.good-text{color:#85edb1;border-color:rgba(48,209,122,.3)}.job-explainer{display:flex;justify-content:space-between;align-items:center;gap:18px}.worker-pulse{display:flex;align-items:center;gap:8px;text-transform:uppercase;font-size:11px;letter-spacing:.08em;color:#9fb3cb}.worker-pulse span{width:9px;height:9px;border-radius:50%;background:var(--green);box-shadow:0 0 0 0 rgba(48,209,122,.4);animation:pulse 2s infinite}@keyframes pulse{0%{box-shadow:0 0 0 0 rgba(48,209,122,.35)}70%{box-shadow:0 0 0 10px rgba(48,209,122,0)}100%{box-shadow:0 0 0 0 rgba(48,209,122,0)}}.feature-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:12px}.feature-grid>div{border:1px solid rgba(255,255,255,.06);border-radius:12px;padding:14px;background:rgba(255,255,255,.02)}.feature-grid p{margin:6px 0 0;color:var(--muted);font-size:12px}.status.paused{background:rgba(168,129,255,.12);color:#c7afff}.status.paused:before{background:var(--purple)}.status.queued{background:rgba(79,156,255,.12);color:#9cc9ff}.status.queued:before{background:var(--accent)}.status.running{background:rgba(244,191,80,.12);color:#f6d98e}.status.running:before{background:var(--yellow)}.status.done,.status.hardened{background:rgba(48,209,122,.12);color:#7ce9aa}.status.done:before,.status.hardened:before{background:var(--green)}.status.cancelled,.status.info{background:rgba(142,162,188,.12);color:#b7c6d9}.status.cancelled:before,.status.info:before{background:#8ea2bc}.status.warn,.status.partial,.status.needs_attention{background:rgba(244,191,80,.12);color:#f7d98e}.status.warn:before,.status.partial:before,.status.needs_attention:before{background:var(--yellow)}.status.weak{background:rgba(255,138,76,.13);color:#ffb18b}.status.weak:before{background:var(--orange)}
@media(max-width:1200px){.five{grid-template-columns:repeat(3,1fr)}}
@media(max-width:760px){.five,.feature-grid,.stack-actions,.check-grid{grid-template-columns:1fr}.site-head,.job-explainer{align-items:flex-start;flex-direction:column}.site-score{text-align:left;width:100%}.top-status{display:none}}

/* v2.2 security controls + whole-account coverage */
.six{grid-template-columns:repeat(6,minmax(0,1fr))}.big-progress{min-width:0}.big-progress .progress{height:12px}.alert.warning{border-color:rgba(244,191,80,.34);background:rgba(244,191,80,.10);color:#f9dfa0}.warn-text{color:#f7d98e;margin-top:4px}.status.locked{background:rgba(48,209,122,.12);color:#7ce9aa}.status.locked:before{background:var(--green)}.status.open,.status.review,.status.pending{background:rgba(244,191,80,.12);color:#f7d98e}.status.open:before,.status.review:before,.status.pending:before{background:var(--yellow)}.status.scanning{background:rgba(79,156,255,.12);color:#9cc9ff}.status.scanning:before{background:var(--accent)}.action-grid{display:flex;gap:6px;flex-wrap:wrap;min-width:280px}.action-grid form{margin:0}.table-wrap td .status+ .small{margin-top:5px}@media(max-width:1320px){.six{grid-template-columns:repeat(3,1fr)}}@media(max-width:760px){.six{grid-template-columns:1fr}.action-grid{min-width:220px}}
button:disabled,.btn:disabled{opacity:.45;cursor:not-allowed;filter:saturate(.35)}
.status.stale{background:rgba(255,95,103,.13);color:#ff9ca1}.status.stale:before{background:var(--red)}
.integrity-note{border-left:3px solid var(--accent);padding-left:12px}.table-wrap .muted div{margin-top:3px}
.seven{grid-template-columns:repeat(7,minmax(0,1fr))}.four{grid-template-columns:repeat(4,minmax(0,1fr))}.mono{font-family:ui-monospace,SFMono-Regular,Menlo,Consolas,monospace;word-break:break-all}.pager{display:flex;align-items:center;justify-content:flex-end;gap:8px;flex-wrap:wrap;margin-top:14px;color:var(--muted)}.toolbar form{display:flex;gap:8px;align-items:center;flex-wrap:wrap}.toolbar select{background:#0a1728;border:1px solid #263c5a;border-radius:10px;padding:9px 11px;color:#fff}#attackMap{width:100%;display:block;background:linear-gradient(180deg,rgba(5,14,25,.78),rgba(8,19,32,.92));border:1px solid rgba(255,255,255,.07);border-radius:14px}.grow{flex:1}.gap-top{margin-top:16px}.wide{width:100%}.stack-actions{display:grid;gap:9px}.five{grid-template-columns:repeat(5,minmax(0,1fr))}.top-sub{font-size:12px;color:var(--muted)}.top-status{display:flex;gap:8px;align-items:center;flex-wrap:wrap;justify-content:flex-end}.score-mini{display:grid;gap:2px}.score-mini span{font-size:11px;color:var(--muted)}.site-head{display:flex;justify-content:space-between;gap:16px;align-items:flex-start;margin-bottom:16px}.site-score{display:grid;gap:2px;text-align:right}.site-score span{color:var(--muted);font-size:12px}.site-score b{font-size:24px}.worker-pulse{display:flex;align-items:center;gap:8px}.worker-pulse span{width:8px;height:8px;border-radius:50%;background:var(--green);box-shadow:0 0 14px var(--green)}.mini-btn{border:1px solid #2a4365;background:#101f33;color:#dce8f8;padding:6px 8px;border-radius:8px;cursor:pointer;font-size:11px;font-weight:700}.good-text{color:#83edb0}.danger-text{color:#ffadb1}.job-controls form{display:flex;gap:5px}.checkset,.check-grid{display:grid;gap:9px}.check-grid{grid-template-columns:repeat(2,minmax(0,1fr));margin:14px 0}.hard-row{display:flex;justify-content:space-between;gap:12px;padding:10px 0;border-bottom:1px solid rgba(255,255,255,.06)}.hard-row:last-child{border-bottom:0}@media(max-width:1320px){.seven{grid-template-columns:repeat(3,1fr)}}@media(max-width:980px){.four,.five,.seven{grid-template-columns:repeat(2,1fr)}.top-status{display:none}}@media(max-width:620px){.four,.five,.seven,.check-grid{grid-template-columns:1fr}.site-head{flex-direction:column}.site-score{text-align:left}.pager{justify-content:flex-start}}
/* v2.5 hybrid worker, availability and backup states */
.status.up,.status.local,.status.malicious-clean{background:rgba(48,209,122,.12);color:#7ce9aa}.status.up:before,.status.local:before,.status.malicious-clean:before{background:var(--green)}
.status.down,.status.malicious,.status.error{background:rgba(255,95,103,.13);color:#ff9ca1}.status.down:before,.status.malicious:before,.status.error:before{background:var(--red)}
.status.degraded,.status.suspicious{background:rgba(244,191,80,.12);color:#f7d98e}.status.degraded:before,.status.suspicious:before{background:var(--yellow)}


/* v2.5.1 navigation + pairing usability */
.sidebar{display:flex;flex-direction:column;overflow:hidden;padding-bottom:14px}
.sidebar .brand{flex:0 0 auto;padding-bottom:16px}
.sidebar .nav{flex:1 1 auto;min-height:0;overflow-y:auto;overflow-x:hidden;padding-right:5px;margin-right:-5px;overscroll-behavior:contain;scrollbar-width:thin;scrollbar-color:#31577f transparent}
.sidebar .nav a{padding:9px 10px;margin:3px 0}
.sidebar-foot{position:static;flex:0 0 auto;margin-top:10px;padding:10px 8px 0;border-top:1px solid rgba(255,255,255,.06)}
.sidebar .nav::-webkit-scrollbar,.table-wrap::-webkit-scrollbar,html::-webkit-scrollbar{width:6px;height:6px}
.sidebar .nav::-webkit-scrollbar-track,.table-wrap::-webkit-scrollbar-track,html::-webkit-scrollbar-track{background:transparent}
.sidebar .nav::-webkit-scrollbar-thumb,.table-wrap::-webkit-scrollbar-thumb,html::-webkit-scrollbar-thumb{background:#294b72;border-radius:999px}
.sidebar .nav::-webkit-scrollbar-thumb:hover,.table-wrap::-webkit-scrollbar-thumb:hover,html::-webkit-scrollbar-thumb:hover{background:#3d6b9d}
html{scrollbar-width:thin;scrollbar-color:#294b72 #07101d}
.table-wrap{scrollbar-width:thin;scrollbar-color:#294b72 transparent}
.pairing-steps{display:grid;gap:10px;margin:16px 0}
.pairing-steps>div{display:grid;grid-template-columns:30px 1fr;gap:10px;align-items:start;padding:10px 11px;border:1px solid rgba(255,255,255,.06);border-radius:11px;background:rgba(255,255,255,.02)}
.pairing-steps>div>b{width:28px;height:28px;border-radius:9px;display:grid;place-items:center;background:rgba(79,156,255,.14);color:#a8d0ff}
.pairing-steps>div>span{padding-top:3px;color:#b8c8da}
.token-row{display:flex;gap:10px;align-items:stretch;margin-top:10px}
.token-row .code{display:flex;align-items:center;min-height:44px;user-select:all}
.token-row .btn{flex:0 0 auto}
.inline-link{color:#8fc4ff;text-decoration:underline;text-decoration-color:rgba(143,196,255,.35);text-underline-offset:3px}
.settings-shortcut{margin-bottom:16px}
@media(max-width:980px){.sidebar{height:auto;overflow:visible;padding-bottom:12px}.sidebar .nav{display:flex;overflow-x:auto;overflow-y:hidden;max-width:100%;padding:0 0 6px;margin:0;scrollbar-width:thin}.sidebar .nav a{flex:0 0 auto;white-space:nowrap}.sidebar-foot{display:none}}
@media(max-width:620px){.token-row{flex-direction:column}.token-row .btn{width:100%}}
/* v2.6 navigation + dense administration tables */
.sidebar{display:flex;flex-direction:column;overflow:hidden}.sidebar .brand{flex:0 0 auto}.sidebar .nav{flex:1;min-height:0;overflow-y:auto;overflow-x:hidden;padding-right:5px;scrollbar-width:thin;scrollbar-color:#2d527d transparent}.sidebar .nav::-webkit-scrollbar{width:6px}.sidebar .nav::-webkit-scrollbar-track{background:transparent}.sidebar .nav::-webkit-scrollbar-thumb{background:#2d527d;border-radius:999px}.sidebar .nav::-webkit-scrollbar-thumb:hover{background:#4f9cff}.sidebar-foot{position:static;left:auto;right:auto;bottom:auto;flex:0 0 auto;margin-top:12px;padding:10px 4px 0;border-top:1px solid rgba(255,255,255,.06)}.toolbar.wrap{margin-bottom:0}.toolbar.wrap input,.toolbar.wrap select{background:#0a1728;border:1px solid #263c5a;border-radius:8px;padding:7px 9px;color:#fff}.cards.three,.three{grid-template-columns:repeat(3,minmax(0,1fr))}@media(max-width:980px){.sidebar{display:block;height:auto;overflow:visible}.sidebar .nav{display:flex;overflow-x:auto;overflow-y:hidden;padding-bottom:4px;scrollbar-width:thin}.sidebar-foot{display:none}.three{grid-template-columns:1fr}}
.status.online{background:rgba(48,209,122,.12);color:#7ce9aa}.status.online:before{background:var(--green)}
.status.offline{background:rgba(255,95,103,.13);color:#ff9ca1}.status.offline:before{background:var(--red)}
.status.stopped{background:rgba(142,162,188,.12);color:#b7c6d9}.status.stopped:before{background:#8ea2bc}
.mono{font-family:ui-monospace,SFMono-Regular,Menlo,Consolas,monospace;word-break:break-word}
.cards.two{grid-template-columns:repeat(2,minmax(0,1fr))}
@media(max-width:760px){.cards.two{grid-template-columns:1fr}}
/* V3 unified security operations */
.status.verified_healthy{background:rgba(48,209,122,.12);color:#7ce9aa}.status.verified_healthy:before{background:var(--green)}
.status.not_checked,.status.unknown{background:rgba(142,162,188,.12);color:#b7c6d9}.status.not_checked:before,.status.unknown:before{background:#8ea2bc}
.status.fail,.status.critical{background:rgba(255,95,103,.13);color:#ff9ca1}.status.fail:before,.status.critical:before{background:var(--red)}
.status.pass{background:rgba(48,209,122,.12);color:#7ce9aa}.status.pass:before{background:var(--green)}
.security-issue-note{border-left:3px solid var(--yellow);padding-left:12px}
.status.verified_legitimate,.status.trusted_repaired{background:rgba(48,209,122,.12);color:#7ce9aa}.status.verified_legitimate:before,.status.trusted_repaired:before{background:var(--green)}
.status.trusted_mismatch,.status.repair_required,.status.repair_ready,.status.verify_trusted{background:rgba(244,191,80,.12);color:#f7d98e}.status.trusted_mismatch:before,.status.repair_required:before,.status.repair_ready:before,.status.verify_trusted:before{background:var(--yellow)}
.status.trusted_unavailable,.status.trusted_repair_rolled_back{background:rgba(142,162,188,.12);color:#b7c6d9}.status.trusted_unavailable:before,.status.trusted_repair_rolled_back:before{background:#8ea2bc}


/* V3 universal table controls */
.table-tools{display:flex;align-items:center;gap:8px;flex-wrap:wrap;margin:12px 0 8px}.table-search{min-width:240px;max-width:420px;flex:1}.table-per{width:auto;min-width:78px}.table-page{min-width:90px;text-align:center}.table-count{margin-left:auto}.table-wrap th.sortable{cursor:pointer;user-select:none}.table-wrap th.sortable:hover{text-decoration:underline}.status.maintenance{background:rgba(244,191,80,.14);color:#f4bf50;border-color:rgba(244,191,80,.3)}

/* V3.1 live action notifications + WordPress maintenance controls */
.isc-toast-root{position:fixed;top:82px;right:20px;z-index:5000;display:grid;gap:10px;width:min(390px,calc(100vw - 28px));pointer-events:none}
.isc-toast{pointer-events:auto;display:grid;grid-template-columns:34px 1fr 28px;gap:10px;align-items:start;padding:13px 12px;border:1px solid #27415f;border-radius:14px;background:rgba(8,20,35,.97);box-shadow:0 18px 48px rgba(0,0,0,.36);transform:translateX(24px);opacity:0;transition:opacity .2s ease,transform .2s ease;color:#e8f1fb}
.isc-toast.show{transform:translateX(0);opacity:1}.isc-toast.success{border-color:rgba(48,209,122,.45)}.isc-toast.error{border-color:rgba(255,95,103,.48)}.isc-toast.warning{border-color:rgba(244,191,80,.48)}.isc-toast.running{border-color:rgba(79,156,255,.48)}
.isc-toast-icon{width:30px;height:30px;border-radius:9px;display:grid;place-items:center;font-weight:900;background:rgba(79,156,255,.12);color:#9cc9ff}.isc-toast.success .isc-toast-icon{background:rgba(48,209,122,.12);color:#7ce9aa}.isc-toast.error .isc-toast-icon{background:rgba(255,95,103,.13);color:#ffadb1}.isc-toast.warning .isc-toast-icon{background:rgba(244,191,80,.12);color:#f7d98e}.isc-toast.running .isc-toast-icon{animation:iscSpin 1s linear infinite}
.isc-toast-title{display:block;font-size:13px;margin:1px 0 4px}.isc-toast-message{font-size:12px;line-height:1.45;color:#b8c8da;word-break:break-word}.isc-toast-actions{margin-top:7px}.isc-toast-link{font-size:11px;color:#8fc4ff;text-decoration:none;font-weight:700}.isc-toast-link:hover{text-decoration:underline}.isc-toast-close{border:0;background:transparent;color:#7f94ad;font-size:20px;line-height:1;cursor:pointer;padding:0}.isc-toast-close:hover{color:#fff}
@keyframes iscSpin{to{transform:rotate(360deg)}}
.plugin-window-form{display:flex!important;gap:5px!important;align-items:center!important}.plugin-window-form select{background:#0a1728;border:1px solid #2a4365;color:#dce8f8;border-radius:8px;padding:6px 7px;font-size:11px}.status.healthy{background:rgba(48,209,122,.12);color:#7ce9aa}.status.healthy:before{background:var(--green)}
.wp-control-metrics .metric{font-size:28px}
@media(max-width:760px){.isc-toast-root{top:12px;right:14px}.plugin-window-form{width:100%}.plugin-window-form select{flex:0 0 auto}.plugin-window-form .mini-btn{flex:1}}

.status.advisory{background:rgba(79,156,255,.12);color:#9cc9ff}.status.advisory:before{background:var(--accent)}

/* V3.2.0 result usability: history tabs, reliable table filtering, paths and timestamps */
[hidden]{display:none!important}
.isc-tabs{display:flex;gap:8px;align-items:center;flex-wrap:wrap;margin:18px 0 8px;border-bottom:1px solid rgba(255,255,255,.07);padding-bottom:8px}
.isc-tab{display:inline-flex;align-items:center;gap:8px;padding:9px 13px;border:1px solid #27415f;border-radius:10px;background:#0d1c30;color:#9fb3cb;font-weight:750}
.isc-tab:hover{background:#142943;color:#fff}.isc-tab.active{background:rgba(79,156,255,.15);border-color:rgba(79,156,255,.45);color:#ddebff}
.isc-tab span{display:inline-grid;place-items:center;min-width:23px;height:20px;padding:0 6px;border-radius:999px;background:rgba(255,255,255,.07);font-size:11px;color:#cfe1f5}
.table-filter-slot{display:flex;gap:8px;flex-wrap:wrap}.table-filter,.history-filter select{background:#0c192b;border:1px solid #263b58;color:#fff;padding:8px 10px;border-radius:9px;min-width:130px}
.table-reset{white-space:nowrap}.table-tools .table-count{min-width:92px;text-align:right}.nowrap{white-space:nowrap}
.isc-time{font-variant-numeric:tabular-nums;color:#d6e5f7}.path-primary{color:#e5effb;font-weight:650}.path-full{margin-top:3px;color:#7890ad;font-size:11px;word-break:break-all}.gap-mini{margin-top:4px}
.empty-state{display:flex;flex-direction:column;gap:4px;padding:14px 4px;color:#b8c8da}.empty-state span{color:#7890ad;font-size:12px}
.history-filter{padding:10px 0 2px}.history-filter .search{flex:1;min-width:260px}
@media(max-width:760px){.table-tools{align-items:stretch}.table-tools .table-search{min-width:100%;max-width:none}.table-filter-slot{width:100%}.table-filter-slot .table-filter{flex:1;min-width:120px}.table-tools .table-count{margin-left:0;text-align:left}.history-filter>*{flex:1 1 100%}.isc-tabs{align-items:stretch}.isc-tab{flex:1;justify-content:center}}
