:root{
  --bg:#08131b;
  --bg2:#0b1b24;
  --card:#0d1720;
  --card2:#0f1d28;
  --line:rgba(255,255,255,.09);
  --text:#e8eef5;
  --muted:#a3b3c2;
  --accent:#1fd3ff;
  --accent2:#00ff8b;
  --warn:#ffbf3f;
  --danger:#ff6476;
  --probe-unavailable-red:#ea5b67;
  --shadow:0 20px 40px rgba(0,0,0,.28);
  --radius:22px;
  --mono:ui-monospace,SFMono-Regular,Menlo,Consolas,monospace;
  --sans:Inter,ui-sans-serif,system-ui,-apple-system,Segoe UI,Roboto,Arial,sans-serif;
}
body.light{
  --bg:#eef4f8;
  --bg2:#ddebf3;
  --card:#ffffff;
  --card2:#f5fbff;
  --line:rgba(12,28,45,.1);
  --text:#10202f;
  --muted:#516274;
  --accent:#007db8;
  --accent2:#008f4f;
  --warn:#8a5a00;
  --danger:#b8243a;
  --probe-unavailable-red:#ea5b67;
  --shadow:0 18px 32px rgba(16,32,47,.12);
}
*{box-sizing:border-box}
html,body{margin:0;padding:0;background:#08131b}
html{-webkit-text-size-adjust:100%;text-size-adjust:100%}
body{font-family:var(--sans);background:radial-gradient(circle at top center,#08312f 0%,var(--bg) 34%,#060d14 100%);color:var(--text);min-height:100vh;-webkit-font-smoothing:antialiased;text-rendering:optimizeLegibility;position:relative;font-size:15px}

html::before,body::before{content:"";position:fixed;inset:0;background:#08131b;z-index:-3;pointer-events:none}
body::after{content:"";position:fixed;inset:0;background:radial-gradient(circle at top center,#08312f 0%,var(--bg) 34%,#060d14 100%);z-index:-2;pointer-events:none}
.shell{position:relative;z-index:1}
a{color:inherit;text-decoration:none}
button,input,select{font:inherit}
button{cursor:pointer}
.mono{font-family:var(--mono)}
.hidden{display:none!important}
.shell{max-width:1040px;margin:0 auto;padding:12px 12px 44px}
.site-header{display:flex;align-items:center;gap:12px;justify-content:space-between;margin-bottom:18px}
.brand{display:flex;align-items:center;gap:12px;min-width:0}
.logo-mark{display:grid;place-items:center;width:52px;height:52px;border-radius:16px;border:1px solid rgba(31,211,255,.22);background:linear-gradient(180deg,rgba(31,211,255,.13),rgba(31,211,255,.05));color:var(--accent);font:700 22px var(--mono);box-shadow:inset 0 1px 0 rgba(255,255,255,.08),0 0 0 1px rgba(31,211,255,.08)}
.logo-text{display:flex;align-items:center;gap:8px;font-size:2rem;font-weight:800;letter-spacing:-.03em}
.cursor{display:inline-block;width:auto;height:auto;border-radius:0;background:none;box-shadow:none;color:var(--accent);font:700 1em var(--mono);line-height:1;animation:cursorBlink 1s steps(1,end) infinite}
.site-links{display:flex;gap:16px;color:var(--muted);font-size:1rem;white-space:nowrap}
.site-links a:hover{color:var(--text)}
.nav-toggle{display:none;border:1px solid var(--line);background:rgba(255,255,255,.03);color:var(--text);padding:10px 14px;border-radius:999px}
.mobile-nav{display:none;gap:10px;flex-wrap:wrap;margin:-4px 0 16px}
.mobile-nav a{display:inline-flex;padding:10px 14px;border-radius:999px;border:1px solid var(--line);background:rgba(255,255,255,.03)}
.hero{padding:18px 2px 10px}
.hero h1{margin:0;font-size:clamp(1.52rem,4.2vw,2.34rem);line-height:.96;letter-spacing:-.04em;color:#eef7ff}
.lede{margin:10px 0 0;color:var(--muted);font-size:clamp(.93rem,1.95vw,1.14rem);line-height:1.42;max-width:820px}
.page{display:grid;gap:22px}
.card{background:linear-gradient(180deg,rgba(11,22,31,.88),rgba(8,18,27,.92));backdrop-filter:blur(4px);-webkit-backdrop-filter:blur(4px);border:1px solid var(--line);border-radius:var(--radius);box-shadow:var(--shadow)}
.console{overflow:hidden}
.console-bar{display:flex;align-items:center;justify-content:space-between;padding:18px 20px;border-bottom:1px solid var(--line)}
.console-left{display:flex;align-items:center;gap:14px;min-width:0}
.console-right{display:flex;align-items:center;gap:10px}
.dots{display:flex;gap:8px}.dots i{display:block;width:12px;height:12px;border-radius:50%}.dots .red{background:#ff5f56}.dots .yellow{background:#ffbd2e}.dots .green{background:#27c93f}
.console-title{font:500 1.15rem var(--mono);color:#b8c6d6;white-space:nowrap}
.settings-panel{display:flex;gap:10px;flex-wrap:wrap;padding:14px 20px;border-bottom:1px solid var(--line);background:rgba(255,255,255,.02)}
.mini-pill,.btn,.summary-pill,.tab,.protocol-card,.copy-chip,.icon-btn,.quickbar button{border:1px solid var(--line);background:rgba(255,255,255,.02);color:var(--text);border-radius:16px;transition:.18s ease}
.mini-pill{padding:10px 14px}.mini-pill.active,.tab.active,.protocol-card.active{border-color:rgba(31,211,255,.55);background:rgba(31,211,255,.12);color:var(--text);box-shadow:inset 0 0 0 1px rgba(31,211,255,.08)}.mini-pill:hover,.btn:hover,.summary-pill:hover,.tab:hover,.protocol-card:hover,.copy-chip:hover,.icon-btn:hover,.quickbar button:hover{transform:translateY(-1px);border-color:rgba(31,211,255,.45)}
.console-main{padding:12px;display:grid;gap:10px}
.result-head{display:flex;align-items:center;justify-content:space-between;gap:12px}
.eyebrow{font-size:.86rem;letter-spacing:.12em;text-transform:uppercase;color:var(--muted)}
.copy-chip{padding:10px 14px}
.primary-ip{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:18px 18px;border:1px solid rgba(31,211,255,.2);background:linear-gradient(180deg,rgba(31,211,255,.09),rgba(31,211,255,.03));border-radius:20px;color:var(--text);text-align:left;width:100%}
.primary-label{font-size:.95rem;color:var(--muted)}
.primary-value{display:block;font-size:clamp(1.45rem,4.4vw,2.3rem);font-weight:800;line-height:1.05;color:var(--accent)}
.copy-inline{font-size:1.1rem;color:var(--muted)}
.result-sub{color:var(--muted);font-size:.94rem;line-height:1.45}.rdns-wrap{display:flex;align-items:center}.rdns-line{display:flex;gap:10px;align-items:center;padding:12px 14px;border-radius:16px;border:1px solid rgba(31,211,255,.14);background:rgba(31,211,255,.06);color:#bdefff}.primary-family-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}.family-card{display:grid;gap:6px;padding:15px 16px;border-radius:18px;border:1px solid rgba(31,211,255,.18);background:linear-gradient(180deg,rgba(31,211,255,.08),rgba(31,211,255,.02));text-align:left;color:var(--text)}.family-card.active{box-shadow:inset 0 0 0 1px rgba(31,211,255,.1)}.family-k{font-size:.78rem;letter-spacing:.12em;text-transform:uppercase;color:#8fb2c7}.family-v{font-size:clamp(1.06rem,3.2vw,1.58rem);font-weight:800;line-height:1.08;color:var(--accent);word-break:break-word}.console-meta-time{display:grid;grid-template-columns:1fr 1fr auto;gap:10px;align-items:center}.time-chip{border:1px solid rgba(255,255,255,.07);border-radius:14px;padding:10px 12px;background:rgba(255,255,255,.025)}.time-chip .k{display:block;font-size:.72rem;letter-spacing:.1em;text-transform:uppercase;color:#7f95aa;margin-bottom:4px}.time-chip .v{display:block;color:#dbe8f3;font-size:.96rem;line-height:1.2}.time-chip .tz{display:block;margin-top:4px;color:#8fa4b5;font-size:.78rem}.mini-copy{width:42px;height:42px;border-radius:12px;border:1px solid var(--line);background:rgba(255,255,255,.03);color:var(--text)}.meta-strip{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px}.meta-chip{border:1px solid rgba(255,255,255,.07);border-radius:14px;padding:12px 14px;background:rgba(255,255,255,.025);cursor:pointer}.meta-chip .k{display:block;font-size:.72rem;letter-spacing:.1em;text-transform:uppercase;color:#7f95aa;margin-bottom:4px}.meta-chip .v{display:block;color:#dbe8f3;font-size:.94rem;line-height:1.35}
.protocol-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}
.protocol-card{padding:14px 16px;text-align:left}
.protocol-label{display:block;color:var(--muted);font-size:.9rem;margin-bottom:6px}
.protocol-value{font-size:1.08rem}
.action-row{display:flex;gap:10px;flex-wrap:wrap}.btn{padding:11px 14px}.btn.primary{border-color:rgba(31,211,255,.45);background:rgba(31,211,255,.12)}.btn-primary-tool{padding:12px 16px;font-weight:700;min-width:140px}
.issue-panel,.geo-panel,.more-panel{border:1px solid var(--line);border-radius:18px;padding:14px;background:rgba(255,255,255,.02)}.issue-panel{border-color:rgba(255,100,118,.35);background:linear-gradient(180deg,rgba(255,100,118,.09),rgba(255,100,118,.03));box-shadow:inset 0 0 0 1px rgba(255,100,118,.06)}.issue-title{font-family:var(--mono);text-transform:uppercase;letter-spacing:.12em;color:#ff8f9b;font-size:.76rem}.issue-panel #issueText{color:#ffd2d8;font-family:var(--mono);font-size:.82rem;line-height:1.4}.issue-reasons{margin-top:10px;padding-left:18px;color:#ffcad2;font-size:.82rem;line-height:1.4}
.panel-title{font-weight:700;margin-bottom:12px}.small-title{font-size:.95rem;margin-bottom:8px}
.geo-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px 16px}
.geo-item{padding:10px 12px;border-radius:14px;background:rgba(255,255,255,.025);border:1px solid rgba(255,255,255,.04)}
.geo-item .label{font-size:.78rem;text-transform:uppercase;letter-spacing:.08em;color:var(--muted);display:block;margin-bottom:4px}
.tool-tabs{display:flex;gap:8px;flex-wrap:wrap}.tab{padding:10px 13px;border-radius:14px}.tab.active{border-color:rgba(31,211,255,.5);background:rgba(31,211,255,.12)}
.tool-panels{display:grid;gap:16px}.tool{display:none}.tool.active{display:grid;gap:12px}
.tool-actions{display:flex;gap:10px;align-items:center;flex-wrap:wrap}.tool-actions.wrap .input{flex:1 1 220px}.input{border:1px solid var(--line);background:rgba(255,255,255,.02);color:var(--text);padding:14px 16px;border-radius:16px}.input.narrow{flex:0 0 110px}.output{margin:0;padding:16px;border-radius:16px;background:#081018;border:1px solid rgba(255,255,255,.05);color:#d7e7f7;min-height:82px;white-space:pre-wrap;overflow:auto;font:500 1rem/1.55 var(--mono)}
.console-output{min-height:120px;color:#d6e1ea;background:linear-gradient(180deg,rgba(0,0,0,.18),rgba(0,0,0,.32));font-size:.86rem}.eyebrow{color:#8ca1b5}.panel-title,.section-title{color:#eef5fb}.lede strong,.result-sub strong{color:#cfefff}

.icon-btn{display:inline-grid;place-items:center;width:42px;height:42px}.icon-btn.large{width:48px;height:48px;border-radius:14px}
.small,.muted{color:var(--muted)} .console-title{color:#d8e5ef}
.map-panel{margin-top:14px}.simple-map{position:relative;border-radius:18px;overflow:hidden;border:1px solid rgba(255,255,255,.08);background:linear-gradient(180deg,#0e2030,#09131b);aspect-ratio:16/9}.simple-map svg{display:block;width:100%;height:100%}.map-pin{position:absolute;width:16px;height:16px;border-radius:50%;background:var(--accent);box-shadow:0 0 0 4px rgba(31,211,255,.22),0 0 18px rgba(31,211,255,.35);transform:translate(-50%,-50%)} .map-start{position:absolute;width:28px;height:28px;border-radius:50%;background:rgba(0,255,139,.18);border:2px solid var(--accent2);box-shadow:0 0 18px rgba(0,255,139,.18);transform:translate(-50%,-50%)}
.seo{padding:18px 20px}.compact-card details{border-top:1px solid var(--line);padding-top:14px;margin-top:14px}.compact-card summary{font-weight:700;cursor:pointer}.details-body{padding-top:12px;color:var(--muted)}.build-footer{padding:6px 4px 0;color:#7f95aa;font-size:.84rem;text-align:center;letter-spacing:.02em}.build-sub{display:block;margin-top:3px;color:#93a8ba}
.section-title{font-size:1.5rem;font-weight:800;margin-bottom:4px}.small-lede{margin-top:6px;font-size:1rem;color:#9fb0c0}
.quickbar{position:fixed;left:50%;bottom:18px;transform:translateX(-50%);z-index:30;display:flex;gap:10px;padding:10px 12px;background:rgba(6,14,20,.82);backdrop-filter:blur(8px);border:1px solid rgba(255,255,255,.08);border-radius:999px;box-shadow:var(--shadow)}
.quickbar button{padding:12px 16px;border-radius:999px}
.toast{position:fixed;left:50%;top:16px;transform:translateX(-50%) translateY(-10px);background:rgba(6,32,20,.96);color:#e8fff0;padding:14px 18px;border-radius:18px;border:1px solid rgba(0,255,139,.28);opacity:0;pointer-events:none;transition:.22s ease;z-index:40;box-shadow:var(--shadow);font-size:.98rem;white-space:pre-line;text-align:center;max-width:min(92vw,560px);min-width:min(74vw,420px)}.toast.show{opacity:1;transform:translateX(-50%) translateY(0)}.toast[data-kind='error']{background:rgba(50,12,20,.96);border-color:rgba(255,100,118,.35);color:#ffe3e7}
.ad-slot{min-height:0}
@media (max-width:860px){
  .shell{padding:8px 0 34px}
  .site-header{padding:0 14px;margin-bottom:12px}
  .site-links{display:none}
  .nav-toggle{display:inline-flex}
  .mobile-nav{display:flex;padding:0 14px}
  .hero{padding:8px 14px 0}
  .hero h1{font-size:1.92rem;line-height:.96}
  .lede{font-size:.96rem;line-height:1.44;margin-top:10px}
  .card{border-radius:26px}
  .console{border-left:none;border-right:none;border-radius:24px}
  .console-bar,.settings-panel,.console-main,.seo{padding-left:10px;padding-right:10px}
  .result-head{align-items:flex-start;flex-direction:column}
  .copy-chip{display:none}
  .primary-ip{padding:16px}
  .family-v{font-size:1.34rem}
  .family-strip{grid-template-columns:1fr 1fr}
  .action-row{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:8px}
  .btn,.tab{justify-content:center}
  .geo-grid{grid-template-columns:1fr}
  .meta-strip{grid-template-columns:1fr}
  .primary-family-grid{grid-template-columns:1fr}
  .console-top{grid-template-columns:1fr}.console-meta-time{grid-template-columns:1fr 1fr auto}.console-output{min-height:150px}
  .time-copy{right:10px;bottom:10px}
  .quickbar{display:none!important}
  .console-output{min-height:150px}
}
@media (max-width:560px){
  .hero h1{font-size:1.72rem}
  .logo-text{font-size:1.5rem}
  .logo-mark{width:44px;height:44px;font-size:18px}
  .cursor{height:24px;width:10px}
  .action-row{grid-template-columns:1fr 1fr}
  .family-strip{grid-template-columns:1fr}
  .mini-pill{padding:10px 12px}
}
@media (orientation:landscape) and (max-width:950px){
  .hero h1{font-size:2.7rem}
  .hero{padding-top:2px}
  .console-output{min-height:120px}
}
@media print{
  .quickbar,.nav-toggle,.mobile-nav,
  body{background:#fff;color:#000}
  .card{box-shadow:none;backdrop-filter:none}
}

@supports (-webkit-touch-callout: none){
  html,body{background:#08131b!important}
  body::before{background:#08131b!important}
  body::after{background:linear-gradient(180deg,#07131b 0%,#08131b 35%,#061019 100%)!important}
  .card,.console,.seo,.geo-panel,.more-panel,.issue-panel,.simple-map,.output{backdrop-filter:none!important;-webkit-backdrop-filter:none!important}
  .card{background:linear-gradient(180deg,rgba(11,22,31,.96),rgba(8,18,27,.98))!important}
}
@media print{
  html,body{background:#08131b!important;color:#e8eef5!important}
  body::before,body::after{background:#08131b!important}
  .card,.console,.seo,.geo-panel,.more-panel,.issue-panel,.output,.simple-map{background:#0b1720!important;color:#e8eef5!important;backdrop-filter:none!important;-webkit-backdrop-filter:none!important;border-color:rgba(255,255,255,.08)!important}
  .site-header,.mobile-nav{position:static!important}
}

.rdns-line{color:#9db6c9;font-size:.95rem;line-height:1.45;font-family:var(--mono)}
.more-panel-top{padding:10px 0 4px;background:transparent;border:none}
.more-panel-top .tool-tabs{padding:0 0 2px}
.more-panel-top .tab{padding:9px 12px;font-size:.92rem}

.details-panel{display:grid;gap:10px}
.time-card{position:relative;border:1px solid rgba(255,255,255,.07);border-radius:18px;padding:12px 14px;background:rgba(255,255,255,.025)}
.time-card-head{display:flex;align-items:center;justify-content:space-between;margin-bottom:8px}
.time-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px}
.time-block{padding:10px 12px;border-radius:14px;background:rgba(255,255,255,.02);border:1px solid rgba(255,255,255,.04)}
.time-block .k{display:block;font-size:.72rem;letter-spacing:.1em;text-transform:uppercase;color:#7f95aa;margin-bottom:4px}
.time-block .v{display:block;color:#dbe8f3;font-size:1.02rem;line-height:1.15}
.time-block .sub{display:block;margin-top:4px;color:#98aabc;font-size:.82rem}
.time-block .tz{display:block;margin-top:4px;color:#8fa4b5;font-size:.78rem}
.mini-copy{width:40px;height:40px;border-radius:12px;border:1px solid var(--line);background:rgba(255,255,255,.03);color:var(--text)}
.time-copy{position:absolute;right:12px;bottom:12px}
.more-panel{display:grid;gap:10px}
.more-panel .tool-tabs{padding:0}
.rdns-line .label{color:#8fb2c7;text-transform:uppercase;letter-spacing:.1em;font-size:.74rem}
.rdns-line .value{color:#d6eefb;overflow-wrap:anywhere}
.summary-card{padding:14px 16px;border-radius:18px;background:#081018;border:1px solid rgba(255,255,255,.05)}
.copyable{cursor:pointer}
.copied-feedback{border-color:rgba(0,255,139,.55)!important;background:rgba(0,255,139,.12)!important;box-shadow:inset 0 0 0 1px rgba(0,255,139,.10),0 0 0 1px rgba(0,255,139,.08)!important}
body.light .copied-feedback{border-color:rgba(0,255,139,.55)!important;background:rgba(0,255,139,.10)!important;box-shadow:inset 0 0 0 1px rgba(0,255,139,.08),0 0 0 1px rgba(0,255,139,.06)!important;color:#10202f!important}

.details-head{display:flex;align-items:center;justify-content:space-between;gap:10px}.small-copy{padding:8px 12px}.small-copy-icon{padding:0;width:38px;height:38px;display:inline-flex;align-items:center;justify-content:center;border-radius:12px;font-size:1rem;line-height:1}.meta-strip{grid-template-columns:1fr;gap:8px}.meta-chip{text-align:left}.meta-chip .v{text-align:left}.issue-toggle{display:flex;align-items:flex-start;justify-content:space-between;gap:14px;width:100%;background:transparent;border:none;padding:0;color:inherit;text-align:left}.issue-summary{color:#ffcad2;font-family:var(--mono);font-size:.82rem;line-height:1.35}.issue-panel #issueText{margin-top:10px}.console-top{justify-content:space-between}.status-line{flex:1 1 auto;padding:10px 12px;border-radius:12px;background:rgba(255,255,255,.03);border:1px solid rgba(255,255,255,.06);color:#9eb2c3}.btn.running,.mini-pill.running{border-color:rgba(0,255,139,.45)!important;background:rgba(0,255,139,.12)!important;box-shadow:inset 0 0 0 1px rgba(0,255,139,.08)}#activeIpMeta .label{font-size:.74rem;letter-spacing:.1em;text-transform:uppercase;color:#8fb2c7}#activeIpMeta .value{color:#dff2ff;overflow-wrap:anywhere}@media (max-width:860px){.hero h1{font-size:2.02rem}.console-output{font-size:.82rem}.btn{padding:11px 13px}.console-bar,.settings-panel,.console-main,.seo{padding-left:10px;padding-right:10px}}@media (max-width:560px){.hero h1{font-size:1.86rem}.time-card{padding:10px 12px}.time-grid{grid-template-columns:1fr 1fr}.time-copy{right:10px;bottom:10px;width:38px;height:38px}}

.tool-pills-panel{display:grid;gap:8px;margin-top:12px}.console-live{display:grid;gap:10px}.console-top{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:10px;align-items:stretch}.console-shell{position:relative}.console-copy-btn{position:absolute;right:10px;bottom:10px;background:rgba(255,255,255,.05)}.status-line{font-family:var(--mono);font-size:.9rem;display:flex;align-items:center;min-height:52px}.status-line[data-kind="idle"]{color:#9eb2c3}.status-line[data-kind="running"]{color:#ffd27c;border-color:rgba(255,191,63,.28);background:rgba(255,191,63,.08)}.status-line[data-kind="success"]{color:#b7ffd9;border-color:rgba(0,255,139,.25);background:rgba(0,255,139,.08)}.status-line[data-kind="error"]{color:#ffd8dd;border-color:rgba(255,100,118,.25);background:rgba(255,100,118,.08)}.console-meta-time{display:grid;grid-template-columns:repeat(2,minmax(120px,1fr)) auto;gap:8px;align-items:stretch}.time-chip.compact{padding:9px 11px}.time-copy-inline{align-self:stretch;width:42px;height:auto}.console-output{min-height:170px}.tool-pills-panel .tab{padding:9px 12px}.primary-actions.compact-actions{margin-bottom:2px}.details-panel,.geo-panel,.issue-panel,.seo{margin-top:2px}.btn.running,.mini-pill.running,.tab.running{border-color:rgba(0,255,139,.45)!important;background:rgba(0,255,139,.12)!important;box-shadow:inset 0 0 0 1px rgba(0,255,139,.08)}

@media (max-width:560px){.btn-primary-tool{min-width:unset}.console-meta-time{grid-template-columns:1fr 1fr auto}.tool-pills-panel .tool-tabs{gap:6px}.console-output{font-size:.8rem;line-height:1.45}}

/* v19 tighter console-first polish */
.hero{padding-top:2px}.hero h1{font-size:clamp(2rem,4.3vw,4rem);letter-spacing:-.045em}.lede{max-width:920px;font-size:1.01rem}.console-main{padding-top:14px}.primary-family-grid{gap:10px}.family-card{padding:14px 16px}.family-v{font-size:clamp(1.45rem,2.5vw,2.6rem)}.rdns-wrap{margin-top:8px}.rdns-line{font-size:.9rem}.action-row.compact-actions{margin:10px 0 8px}.btn-primary-tool{padding:12px 16px;font-size:1.02rem}.console-live{margin-top:6px}.console-top{grid-template-columns:minmax(110px,.65fr) minmax(0,1.35fr);gap:8px;align-items:stretch}.status-line{min-height:96px;font-size:1rem;border-radius:16px}.console-meta-time{grid-template-columns:repeat(2,minmax(0,1fr)) 52px}.time-chip.compact{padding:10px 12px;min-height:96px}.time-chip .v{font-size:1rem}.time-chip .sub{font-size:.84rem}.time-chip .tz{font-size:.76rem}.time-copy-inline{width:52px;border-radius:16px}.tool-pills-panel{margin-top:10px}.tool-tabs{gap:8px}.tool-pills-panel .tab{padding:10px 14px;font-size:.95rem}.console-output{min-height:180px;font-size:.82rem;line-height:1.42;padding:16px 54px 16px 16px}.console-copy-btn{right:12px;bottom:12px}.details-head{margin-bottom:6px}.panel-title,.section-title{letter-spacing:-.02em}.geo-panel{margin-top:10px}.issue-panel{margin-top:10px}#toolPanelsWrap.hidden{display:none!important}@media (max-width:860px){.hero h1{font-size:1.82rem}.lede{font-size:.94rem}.family-card{padding:13px 14px}.family-v{font-size:1.28rem}.btn-primary-tool{padding:11px 13px;font-size:.98rem}.console-top{grid-template-columns:1fr}.status-line{min-height:56px}.console-meta-time{grid-template-columns:1fr 1fr 44px}.time-chip.compact{min-height:unset;padding:9px 10px}.time-copy-inline{width:44px}.tool-pills-panel .tab{padding:9px 12px;font-size:.9rem}.console-output{font-size:.79rem;min-height:150px}}@media (max-width:560px){.hero h1{font-size:1.66rem}.lede{font-size:.9rem}.family-v{font-size:1.18rem}.rdns-line{font-size:.84rem}.console-bar{padding-top:14px;padding-bottom:14px}.tool-tabs{gap:6px}.tool-pills-panel .tab{padding:8px 11px;font-size:.88rem}}

/* v20 compact console/status strip */
.console-title{font-size:.96rem;letter-spacing:.02em}
.console-bar{padding-top:12px;padding-bottom:12px}
.hero h1{font-size:clamp(1.82rem,3.9vw,3.6rem);letter-spacing:-.05em}
.lede{font-size:.96rem;line-height:1.42;max-width:860px}
.primary-family-grid{gap:8px}
.family-card{padding:12px 14px;border-radius:18px}
.family-k{font-size:.7rem}
.family-v{font-size:clamp(1.18rem,2.15vw,2.2rem);line-height:1.08}
.rdns-wrap{margin-top:6px}
.rdns-line{font-size:.84rem}
.action-row.compact-actions{margin:8px 0 6px}
.btn-primary-tool{padding:10px 14px;font-size:.98rem}
.console-live{margin-top:4px;gap:8px}
.console-top.compact-strip{display:grid;grid-template-columns:minmax(120px,.65fr) minmax(0,1.35fr) 42px;gap:8px;align-items:center}
.status-line{min-height:48px;padding:8px 10px;font-size:.88rem;border-radius:12px}
.console-meta-time{display:flex;align-items:center;gap:10px;padding:8px 10px;min-height:48px;border-radius:12px;border:1px solid rgba(255,255,255,.06);background:rgba(255,255,255,.03);overflow:hidden}
.time-group{display:flex;align-items:center;gap:6px;min-width:0}
.utc-group{opacity:.82}
.clock-label{font-size:.68rem;letter-spacing:.1em;text-transform:uppercase;color:#8ba3b6}
.clock-value{font-size:.9rem;color:#dfeaf4}
.clock-sub{font-size:.82rem;color:#9ab0c3}
.clock-zone{font-size:.76rem;color:#8ea2b3;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;max-width:180px}
.time-sep{color:#5f7689}
.time-copy-inline{width:42px;height:48px;border-radius:12px}
.console-output{min-height:170px;font-size:.79rem;line-height:1.38;padding:14px 50px 14px 14px}
.tool-pills-panel{margin-top:8px}
.tool-pills-panel .tab{padding:8px 12px;font-size:.9rem}
.details-panel{margin-top:8px}.geo-panel{margin-top:8px}.issue-panel{margin-top:8px}
@media (max-width:860px){
  .hero h1{font-size:1.68rem}
  .lede{font-size:.9rem}
  .family-card{padding:11px 12px}
  .family-v{font-size:1.08rem}
  .btn-primary-tool{padding:9px 12px;font-size:.95rem}
  .console-top.compact-strip{grid-template-columns:1fr;gap:6px}
  .console-meta-time{padding:8px 9px;gap:8px;flex-wrap:wrap}
  .time-copy-inline{justify-self:end;height:40px;width:40px}
  .clock-zone{max-width:100%}
  .tool-pills-panel .tab{padding:8px 10px;font-size:.86rem}
  .console-output{font-size:.73rem;min-height:142px}
}

/* v21 console consolidation */
.console-bar{padding-top:10px;padding-bottom:10px}
.console-title{font-size:.84rem;letter-spacing:.015em}
.console-right .mini-pill{padding:7px 11px;font-size:.84rem;border-radius:14px}
.hero h1{font-size:clamp(1.54rem,3.15vw,3.0rem);letter-spacing:-.055em}
.lede{font-size:.88rem;line-height:1.38;max-width:820px}
.primary-family-grid{gap:7px}
.family-card{padding:9px 11px;border-radius:16px}
.family-k{font-size:.66rem}
.family-v{font-size:clamp(1rem,1.82vw,1.68rem)}
.rdns-line{font-size:.78rem;padding:9px 11px}
.btn-primary-tool{padding:8px 12px;font-size:.91rem;min-height:42px}
.console-live{margin-top:4px;gap:7px}
.console-top.compact-strip{grid-template-columns:minmax(0,1fr) 38px;gap:7px;align-items:stretch}
.status-strip{display:flex;align-items:center;gap:6px;min-height:38px;padding:7px 10px;border-radius:12px;border:1px solid rgba(255,255,255,.06);background:rgba(255,255,255,.03);overflow:hidden}
.status-strip[data-kind="idle"]{color:#9eb2c3}
.status-strip[data-kind="running"]{color:#ffd27c;border-color:rgba(255,191,63,.28);background:rgba(255,191,63,.08)}
.status-strip[data-kind="success"]{color:#b7ffd9;border-color:rgba(0,255,139,.25);background:rgba(0,255,139,.08)}
.status-strip[data-kind="error"]{color:#ffd8dd;border-color:rgba(255,100,118,.25);background:rgba(255,100,118,.08)}
.status-line{display:inline;min-height:0;padding:0;border:none;background:transparent;color:inherit;font-size:.84rem;flex:0 0 auto}
.clock-label{font-size:.58rem;letter-spacing:.08em;color:#8ea4b6}
.clock-value{font-size:.78rem;color:#dfeaf4}
.clock-sub{font-size:.71rem;color:#9eb2c3}
.clock-zone{font-size:.68rem;color:#8ea4b6;max-width:128px}
.utc-inline{display:flex;align-items:center;gap:4px;opacity:.72}
.strip-sep{color:#5f7689;opacity:.6}
.time-copy-inline{width:38px;height:40px;border-radius:12px;align-self:stretch}
.console-output{min-height:198px;font-size:.74rem;line-height:1.34;padding:12px 46px 12px 12px;border-radius:16px}
.console-copy-btn{right:10px;bottom:10px;width:38px;height:38px;border-radius:12px}
.tool-pills-panel{margin-top:7px}
.tool-pills-panel .tab{padding:7px 10px;font-size:.81rem;border-radius:13px}
.tool-panels{margin-top:6px}
.tool .tool-actions{margin-top:0}
.tool .output{display:none!important}
.geo-panel,.details-panel,.issue-panel{margin-top:8px}
.issue-summary{font-size:.82rem}
.build-footer{font-size:.94rem}
.build-sub{font-size:.86rem}
@media (max-width:860px){
  .hero h1{font-size:1.48rem}
  .lede{font-size:.84rem}
  .family-card{padding:10px 11px}
  .family-v{font-size:1rem}
  .btn-primary-tool{padding:8px 11px;font-size:.92rem}
  .status-strip{padding:7px 9px;min-height:38px;gap:5px}
  .clock-zone{max-width:100px}
  .tool-pills-panel .tab{padding:7px 10px;font-size:.82rem}
  .console-output{font-size:.74rem;min-height:180px}
}
@media (max-width:560px){
  .hero h1{font-size:1.48rem}
  .lede{font-size:.85rem}
  .console-title{font-size:.83rem}
  .console-right .mini-pill{padding:7px 10px;font-size:.84rem}
  .rdns-line{font-size:.78rem}
  .status-strip{flex-wrap:wrap;align-items:flex-start}
  .utc-inline{width:100%}
  .clock-zone{max-width:100%}
}

/* v22 status/time simplification */
.rdns-wrap,.rdns-line{width:100%}
.rdns-line{display:block}
.console-top.compact-strip{grid-template-columns:minmax(0,1fr) 42px;gap:8px;align-items:stretch}
.status-strip{display:grid;grid-template-rows:auto auto;gap:5px;min-height:0;padding:9px 12px;border-radius:14px}
.strip-meta-row{display:flex;flex-wrap:wrap;gap:10px;align-items:center;color:#a9bccb;font-size:.78rem;line-height:1.25}
.strip-time-main,.strip-time-sub,.strip-probe{display:inline-flex;gap:4px;align-items:center;white-space:nowrap}
.strip-time-main span,.strip-time-sub span,.strip-probe span{color:#e6eff7}
.strip-status-row{display:block}
.status-line{font-size:.9rem;line-height:1.2}
.time-copy-inline{height:auto;min-height:52px;border-radius:14px}
.time-copy-inline,.console-copy-btn{background:rgba(255,255,255,.04)}
.console-title{font-size:.82rem}
.console-right .mini-pill{padding:7px 11px;font-size:.84rem}
.family-card{padding:9px 11px}
.family-v{font-size:clamp(1rem,1.75vw,1.55rem)}
.hero h1{font-size:clamp(1.52rem,3.2vw,2.8rem)}
.lede{font-size:.88rem}
.console-output{min-height:150px;font-size:.77rem;line-height:1.34}
@media (max-width:860px){
  .strip-meta-row{font-size:.74rem;gap:8px}
  .status-line{font-size:.86rem}
  .console-output{min-height:138px;font-size:.74rem}
}

/* v27 stability polish */
.input, select.input, textarea.input { font-size: 16px; }
.rdns-line .label { margin-right: 0.2rem; }
.rdns-line .value { word-break: break-word; }

@keyframes cursorBlink{0%,49%{opacity:1}50%,100%{opacity:.18}}
.status-strip{position:relative;padding:10px 12px 9px 12px;gap:7px}
.strip-meta-row{padding-bottom:6px;border-bottom:1px solid rgba(255,255,255,.08)}
.strip-status-row{padding-top:2px}
.status-line{font-size:.88rem;font-weight:400;letter-spacing:.01em}
.status-strip[data-kind="running"] .strip-meta-row,.status-strip[data-kind="success"] .strip-meta-row,.status-strip[data-kind="error"] .strip-meta-row{border-bottom-color:rgba(255,255,255,.12)}
.rdns-line{padding-left:14px;padding-right:14px}
#activeIpMeta .label{margin-right:4px}
.console-title{font-size:.8rem}.console-right .mini-pill{padding:7px 10px;font-size:.82rem}
.family-card{padding:8px 10px}.family-v{font-size:clamp(.98rem,1.65vw,1.45rem)}
.console-output{min-height:142px;font-size:.75rem}
@media (max-width:860px){.status-strip{padding:9px 10px}.strip-meta-row{gap:8px}.console-output{min-height:136px;font-size:.74rem}}

/* v28 details consolidation */
.status-line{font-size:.76rem;font-weight:500;line-height:1.35}
.details-grid{grid-template-columns:1fr;gap:8px}
.map-panel{margin-top:8px;padding-top:2px}
#mapMsg{margin-top:10px;line-height:1.45}
.meta-chip .v{line-height:1.42}
@media (max-width:860px){.status-line{font-size:.74rem}}

/* v29 interaction polish */
.copy-hint{margin:4px 0 0;color:var(--muted);font-size:.82rem;line-height:1.3}
.hero-compact-line{display:none;margin:0;max-width:820px;font:600 clamp(.74rem,1.35vw,.86rem) var(--mono);letter-spacing:.03em;line-height:1.25;color:var(--accent);opacity:.96}
html.home-hero-condensed body.page-home .hero{padding:4px 2px 2px}
html.home-hero-condensed body.page-home .hero > h1,
html.home-hero-condensed body.page-home .hero > .lede,
html.home-hero-condensed body.page-home .hero > .copy-hint{display:none!important}
html.home-hero-condensed body.page-home .hero > .hero-compact-line{display:block}
#activeIpMeta{cursor:pointer;text-align:left;width:100%;border:none;font-family:var(--mono)}
#activeIpMeta:hover{border-color:rgba(31,211,255,.3);background:rgba(31,211,255,.08)}
.console-top.compact-strip{grid-template-columns:minmax(0,1fr);position:relative}
.time-copy-inline{position:absolute;right:8px;top:8px;width:34px;height:34px;z-index:2}
.status-strip{padding-right:48px}
.strip-meta-row{display:flex;flex-wrap:wrap;gap:8px;align-items:center;font-size:.72rem;color:#a9c0d1}
.strip-status-row{padding-top:2px}
.status-line{font-size:.74rem;line-height:1.35}
.google-map-wrap{border-radius:18px;overflow:hidden;border:1px solid rgba(255,255,255,.08);background:#0b141b}
.google-static-map{display:block;width:100%;height:auto;aspect-ratio:16/9;object-fit:cover}
.modal{position:fixed;inset:0;z-index:40}.modal.hidden{display:none}.modal-backdrop{position:absolute;inset:0;background:rgba(2,8,14,.72);backdrop-filter:blur(2px)}.modal-card{position:relative;max-width:720px;margin:8vh auto 0;background:#0d1720;border:1px solid rgba(255,255,255,.08);border-radius:18px;padding:16px 16px 12px;box-shadow:0 24px 80px rgba(0,0,0,.45)}.modal-head{display:flex;align-items:center;justify-content:space-between;gap:10px;margin-bottom:10px}.modal-pre{max-height:60vh;overflow:auto;border:1px solid rgba(255,255,255,.06);border-radius:14px;padding:12px;background:rgba(255,255,255,.02);font-size:.74rem;line-height:1.34;white-space:pre-wrap;word-break:break-word}
.site-links a,.mobile-nav a{white-space:nowrap}
@media (max-width:860px){.copy-hint{font-size:.8rem}.time-copy-inline{right:6px;top:6px}.status-strip{padding-right:44px}}

.copy-hint{margin:6px 0 0}.copy-hint-pill{display:inline-flex;align-items:center;gap:6px;padding:6px 10px;border-radius:999px;border:1px solid rgba(255,255,255,.08);background:rgba(255,255,255,.03);color:#9fb2c3;font-size:.78rem;line-height:1.2}.rdns-line{justify-content:flex-start}.status-line{font-size:.79rem;line-height:1.35}.time-copy-inline{position:relative;justify-self:stretch;align-self:stretch}.console-line{display:inline}.line-prompt{color:#27d17f}.line-error{color:#ff8484}.line-done{color:#27d17f}.google-map-wrap{position:relative;min-height:220px}.google-static-map{background:#0b141b}.modal-pre{white-space:pre-wrap;overflow-wrap:anywhere}

.status-prompt{display:inline-flex;align-items:center;gap:0;margin-left:2px}.prompt-angle{color:var(--text);font-family:var(--mono);margin-right:1px}.status-cursor{color:var(--accent);font-family:var(--mono);animation:cursorBlink 1.7s steps(1,end) infinite}.console-activity{position:absolute;right:46px;top:12px;width:14px;height:14px;border-radius:999px;border:2px solid rgba(31,211,255,.18);border-top-color:var(--accent);animation:spin 1s linear infinite}.console-activity.hidden{display:none}.status-strip{position:relative}.time-copy-inline{position:absolute;right:8px;top:8px;width:34px;height:34px}.rdns-line .label{margin-right:6px}.google-static-map.skip-lazy{display:block;width:100%;height:auto;aspect-ratio:16/9;object-fit:cover;background:#0b141b}.copy-hint-pill{cursor:default}@keyframes spin{to{transform:rotate(360deg)}}

/* v35 polish */
.logo-mark{color:var(--accent);font-family:var(--mono);font-weight:700}
.logo-text .cursor{margin-left:1px}
.status-strip{padding-right:70px}
.time-copy-inline{position:absolute;right:8px;top:10px;width:32px;height:32px;z-index:4}
.console-activity{right:46px;top:16px;width:14px;height:14px;border-width:2px;z-index:4;opacity:.9}
.status-line{font-size:.74rem;line-height:1.35}
.status-prompt .status-cursor{animation:cursorBlink 1.7s steps(1,end) infinite}
.copy-hint-pill{opacity:.9}
.rdns-line{display:flex;align-items:flex-start;gap:4px}
.rdns-line .label{flex:0 0 auto;margin-right:0}.rdns-line .value{flex:1 1 auto}
.modal-card{max-width:720px}
.modal-pre{font-size:.74rem;line-height:1.34}
.google-map-wrap img{display:block;width:100%;height:auto}
@media (max-width:860px){.console-activity{top:15px}.time-copy-inline{top:9px}.status-strip{padding-right:70px}}

/* v36 logo mark and scroll polish */
.logo-mark{display:inline-flex;align-items:center;justify-content:center;gap:0}.logo-mark .prompt-angle{color:var(--text);font-family:var(--mono);margin-right:1px}.logo-mark-cursor{color:var(--accent);font-family:var(--mono)}

/* v41 typography alignment */
.issue-panel #issueText,.issue-reasons,.issue-summary,.modal-pre{font-size:.75rem;line-height:1.34;}
@media (max-width:860px){.issue-panel #issueText,.issue-reasons,.issue-summary,.modal-pre{font-size:.74rem;line-height:1.34;}}

/* v42 modal and landscape polish */
.tool-modal-card{max-width:680px}.tool-modal-body{display:grid;gap:12px}.tool-modal-actions{display:flex;gap:10px;flex-wrap:wrap;align-items:center}.tool-modal-body .input{flex:1 1 220px}.tool-modal-help{font-size:.78rem;line-height:1.4;color:var(--muted)}.tool-modal-help strong{color:var(--text)}
.details-head{align-items:center}.small-copy::before{content:"⧉ ";opacity:.8}.panel-title.small-title::before{content:"◌ ";color:var(--accent)}
.details-head .panel-title.small-title{margin-bottom:0}
.meta-chip .k::before{content:"• ";color:rgba(31,211,255,.7)} .meta-chip .k{display:inline-flex;align-items:center;gap:2px}.meta-chip[data-key="Country"] .k::before{content:"⚑ ";color:rgba(31,211,255,.75)}
.meta-chip[data-key="Country"] .v{display:flex;align-items:center;gap:6px}
.map-panel .small.muted{margin-top:12px}.tool-panels{display:none!important}.settings-panel .mini-pill{white-space:nowrap}
@media (orientation:landscape) and (max-width:950px){
  .shell{
    width:min(97vw, calc(100vw - max(18px, env(safe-area-inset-left)) - max(18px, env(safe-area-inset-right))));
    max-width:min(97vw, calc(100vw - max(18px, env(safe-area-inset-left)) - max(18px, env(safe-area-inset-right))));
    margin-left:auto;
    margin-right:auto;
    padding-left:max(12px, calc(env(safe-area-inset-left) + 8px));
    padding-right:max(12px, calc(env(safe-area-inset-right) + 8px));
    padding-top:8px;
  }
  .site-header{margin-bottom:10px;gap:10px;align-items:flex-start}
  .brand{gap:10px}
  .logo-mark{width:42px;height:42px;border-radius:14px;font-size:18px}
  .logo-text{font-size:1.15rem;gap:6px}
  .site-links{gap:10px;font-size:.8rem}
  .hero{padding-top:2px;padding-bottom:6px}
  .hero h1{font-size:1.06rem;line-height:1;max-width:32rem}
  .lede{font-size:.74rem;line-height:1.28;max-width:32rem;margin-top:6px}
  .hero .mini-pill{padding:6px 10px;font-size:.74rem;border-radius:999px}
  .console-title{font-size:.82rem}
  .console-bar,.console-main,.seo{padding-left:12px;padding-right:12px}
  .console-bar{padding-top:10px;padding-bottom:10px}
  .console-output{font-size:.66rem;line-height:1.22;min-height:132px;padding:12px 46px 12px 12px}
  .primary-label,.family-k{font-size:.68rem}
  .primary-value,.family-v{font-size:1rem;line-height:1.04}
  .rdns-line{font-size:.72rem;padding:9px 10px}
  .btn-primary-tool{padding:8px 11px;font-size:.84rem;min-height:38px}
  .tool-pills-panel .tab,.tab{padding:7px 10px;font-size:.8rem}
  .status-strip{padding-right:42px;min-height:66px}
  .status-line{font-size:.74rem}
  .clock-label{font-size:.54rem}
  .clock-value,.clock-sub,.clock-zone{font-size:.72rem}
  .meta-chip .k,.details-panel .label,.geo-item .label{font-size:.62rem}
  .meta-chip .v,.issue-panel #issueText,.issue-reasons,.issue-summary,.details-panel .value,.geo-item .value{font-size:.68rem;line-height:1.22}
  .panel-title,.section-title{font-size:.98rem}
  .details-head .small-copy{padding:7px 10px;font-size:.76rem}
  .quickbar #qbMore{display:none!important}
}
@media (orientation:landscape) and (max-width:780px){
  .shell{width:min(96vw, calc(100vw - max(14px, env(safe-area-inset-left)) - max(14px, env(safe-area-inset-right)))) ;max-width:min(96vw, calc(100vw - max(14px, env(safe-area-inset-left)) - max(14px, env(safe-area-inset-right))))}
  .site-links{gap:8px;font-size:.74rem}
  .hero h1{font-size:.98rem}
  .lede{font-size:.7rem}
  .console-output{font-size:.63rem;line-height:1.18}
  .meta-chip .v,.issue-panel #issueText,.issue-reasons,.issue-summary,.details-panel .value,.geo-item .value{font-size:.65rem}
}

@media (orientation:landscape) and (max-width:1300px){
  body.is-safari .shell{width:min(78vw, calc(100vw - env(safe-area-inset-left) - env(safe-area-inset-right) - 72px)) !important;max-width:min(78vw, calc(100vw - env(safe-area-inset-left) - env(safe-area-inset-right) - 72px)) !important;padding-left:max(12px, env(safe-area-inset-left));padding-right:max(12px, env(safe-area-inset-right));}
}
@media (orientation:landscape) and (max-width:950px){
  body.is-safari .shell{width:min(76vw, calc(100vw - env(safe-area-inset-left) - env(safe-area-inset-right) - 64px)) !important;max-width:min(76vw, calc(100vw - env(safe-area-inset-left) - env(safe-area-inset-right) - 64px)) !important;}
}
@media (orientation:landscape) and (max-width:780px){
  body.is-safari .shell{width:min(74vw, calc(100vw - env(safe-area-inset-left) - env(safe-area-inset-right) - 52px)) !important;max-width:min(74vw, calc(100vw - env(safe-area-inset-left) - env(safe-area-inset-right) - 52px)) !important;}
}

/* v45 cleanup */
.rdns-wrap{display:none!important}

/* v46 safari landscape width-only */
@supports (-webkit-touch-callout: none) {
  @media (orientation:landscape) and (max-width:1300px){
    body.is-safari .shell{margin-left:auto!important;margin-right:auto!important;}
  }
}

/* v47 safari landscape layout override only */
@media (orientation:landscape) and (max-width:1100px){
  .site-links{display:none!important}
  .nav-toggle{display:inline-flex!important}
  .mobile-nav.hidden{display:none!important}
  .mobile-nav:not(.hidden){display:flex;padding:0 14px;gap:10px;flex-wrap:wrap}
  .site-header{justify-content:space-between;align-items:flex-start}
}
@media (orientation:landscape) and (max-width:1100px){
  .shell{width:min(92vw, calc(100vw - max(18px, env(safe-area-inset-left)) - max(18px, env(safe-area-inset-right)) - 12px));
         max-width:min(92vw, calc(100vw - max(18px, env(safe-area-inset-left)) - max(18px, env(safe-area-inset-right)) - 12px));}
}
@supports (-webkit-touch-callout:none){
  @media (orientation:landscape) and (max-width:1100px){
    body.is-safari .shell{width:min(84vw, calc(100vw - max(22px, env(safe-area-inset-left)) - max(22px, env(safe-area-inset-right)) - 40px)) !important;
                          max-width:min(84vw, calc(100vw - max(22px, env(safe-area-inset-left)) - max(22px, env(safe-area-inset-right)) - 40px)) !important;
                          margin-left:auto!important;margin-right:auto!important;}
  }
  @media (orientation:landscape) and (max-width:950px){
    body.is-safari .shell{width:min(82vw, calc(100vw - max(20px, env(safe-area-inset-left)) - max(20px, env(safe-area-inset-right)) - 34px)) !important;
                          max-width:min(82vw, calc(100vw - max(20px, env(safe-area-inset-left)) - max(20px, env(safe-area-inset-right)) - 34px)) !important;}
  }
}

/* v48 safari landscape text-size only */
@supports (-webkit-touch-callout:none){
  @media (orientation:landscape) and (max-width:1100px){
    body.is-safari .hero h1{font-size:1.52rem!important;line-height:1.02!important;letter-spacing:-.04em!important;max-width:18rem!important;}
    body.is-safari .lede{font-size:.92rem!important;line-height:1.34!important;max-width:26rem!important;}
    body.is-safari .copy-hint{font-size:.8rem!important;}
    body.is-safari .site-header{align-items:flex-start!important;}
    body.is-safari .wordmark{font-size:clamp(1.55rem,2.8vw,2.35rem)!important;}
    body.is-safari .console-bar{padding-top:14px!important;padding-bottom:14px!important;}
    body.is-safari .family-k{font-size:.72rem!important;}
    body.is-safari .family-v{font-size:clamp(1.12rem,1.9vw,1.5rem)!important;}
    body.is-safari .btn-primary-tool{font-size:.92rem!important;padding:10px 13px!important;min-height:42px!important;}
    body.is-safari .status-strip{min-height:74px!important;padding:11px 14px!important;}
    body.is-safari .status-line{font-size:.84rem!important;line-height:1.28!important;}
    body.is-safari .clock-label{font-size:.6rem!important;}
    body.is-safari .clock-value,
    body.is-safari .clock-sub,
    body.is-safari .clock-zone{font-size:.78rem!important;}
    body.is-safari .console-output{font-size:.78rem!important;line-height:1.34!important;}
    body.is-safari .tool-pills-panel .tab,
    body.is-safari .tab{font-size:.88rem!important;padding:8px 11px!important;}
    body.is-safari .issue-summary,
    body.is-safari .issue-panel #issueText,
    body.is-safari .issue-reasons,
    body.is-safari .modal-pre{font-size:.72rem!important;line-height:1.3!important;}
    body.is-safari .panel-title,
    body.is-safari .section-title{font-size:1.02rem!important;}
    body.is-safari .details-panel .label,
    body.is-safari .geo-item .label,
    body.is-safari .meta-chip .k{font-size:.66rem!important;}
    body.is-safari .details-panel .value,
    body.is-safari .geo-item .value,
    body.is-safari .meta-chip .v{font-size:.82rem!important;line-height:1.3!important;}
    body.is-safari .details-grid{gap:10px!important;}
    body.is-safari .details-panel,
    body.is-safari .geo-item{padding:12px 14px!important;}
    body.is-safari .details-head .small-copy{font-size:.78rem!important;padding:7px 10px!important;}
  }
  @media (orientation:landscape) and (max-width:950px){
    body.is-safari .hero h1{font-size:1.42rem!important;max-width:16.5rem!important;}
    body.is-safari .lede{font-size:.86rem!important;max-width:24rem!important;}
    body.is-safari .wordmark{font-size:clamp(1.42rem,2.5vw,2.05rem)!important;}
    body.is-safari .family-v{font-size:clamp(1.02rem,1.7vw,1.34rem)!important;}
    body.is-safari .btn-primary-tool{font-size:.88rem!important;padding:9px 12px!important;}
    body.is-safari .status-line{font-size:.8rem!important;}
    body.is-safari .console-output{font-size:.74rem!important;}
    body.is-safari .details-panel .value,
    body.is-safari .geo-item .value,
    body.is-safari .meta-chip .v{font-size:.78rem!important;}
  }
}

/* v50 academy, issue, and validation polish */
.strip-status-row.two-line{display:grid;gap:4px;align-items:start}
#consoleToolStatus{font-weight:700;color:#dff7ff}
#consoleStatus{color:#a9bed0}
#consoleStrip[data-kind="success"] #consoleToolStatus{color:#b7ffd9}
#consoleStrip[data-kind="error"] #consoleToolStatus{color:#ffb4be}
#consoleStrip[data-kind="warning"] #consoleToolStatus{color:#ffe0a3}
.issue-toggle{width:100%;display:flex;align-items:flex-start;justify-content:space-between;gap:14px;background:none;border:none;padding:0;color:inherit;text-align:left}
.issue-copy{display:grid;gap:5px;min-width:0}
.issue-toggle-meta{display:grid;gap:4px;justify-items:end;flex:0 0 auto}
.issue-hint{font-size:.72rem;line-height:1.25;color:#ffc2ca;white-space:nowrap}
.issue-chevron{font-size:1rem;line-height:1;color:#ff9fab;transition:transform .18s ease}
.issue-panel.expanded .issue-chevron{transform:rotate(180deg)}
.issue-links{display:flex;gap:8px;flex-wrap:wrap;margin-top:12px}
.issue-link{display:inline-flex;align-items:center;padding:8px 11px;border-radius:999px;border:1px solid rgba(255,255,255,.12);background:rgba(255,255,255,.04);color:#ffe8ec;font-size:.77rem}
.issue-link:hover{border-color:rgba(255,255,255,.24)}
.issue-secondary{margin:10px 0 0;color:#ffdce2;font-size:.78rem;line-height:1.35}
.tool-modal-form{display:grid;gap:12px}
.tool-advanced{display:grid;gap:10px;padding:12px 14px;border-radius:18px;border:1px solid rgba(255,255,255,.08);background:rgba(255,255,255,.022)}
.tool-advanced.is-open{background:rgba(255,255,255,.03)}
.tool-advanced-toggle{display:flex;align-items:center;justify-content:space-between;gap:12px;width:100%;padding:0;border:none;background:transparent;color:var(--text);font:inherit;font-weight:700;text-align:left;cursor:pointer}
.tool-advanced-chevron{font-size:1.1rem;line-height:1;transition:transform .18s ease}
.tool-advanced.is-open .tool-advanced-chevron{transform:rotate(180deg)}
.tool-advanced-body{display:grid;gap:12px}
.tool-advanced-summary{margin:0;color:var(--muted);font-size:.92rem;line-height:1.55}
.tool-advanced-grid{display:grid;gap:12px}
.tool-field.hidden,.tool-field-select.hidden{display:none}
body.light .tool-advanced{background:rgba(255,255,255,.94);border-color:rgba(8,19,27,.08)}
body.light .tool-advanced.is-open{background:#fff}
.tool-field{display:grid;gap:6px}
.tool-field-label{font-size:.8rem;font-weight:700;color:var(--text)}
.tool-field-example{font-size:.74rem;color:#9fb2c3}
.tool-field .input.error{border-color:rgba(255,100,118,.9);box-shadow:0 0 0 3px rgba(255,100,118,.14);outline:none}
.tool-field-error{min-height:1.1em;font-size:.76rem;line-height:1.35;color:#ff9ba8}
.tool-field-select .input{min-width:140px}
.tool-learn-links{display:flex;gap:8px;flex-wrap:wrap}
.tool-learn-link{display:inline-flex;align-items:center;padding:8px 11px;border-radius:999px;border:1px solid rgba(31,211,255,.24);background:rgba(31,211,255,.08);color:#cbf5ff;font-size:.77rem;line-height:1.2}
.tool-modal-help{margin:0}
.academy-launchpad{display:grid;gap:14px}
.academy-inline-links{margin:12px 0 0;color:var(--muted)}
.academy-inline-links a{color:#bff3ff}
.academy-card-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:12px}
.home-card-grid{margin-top:4px}
.tool-card-grid{margin-top:12px}
.academy-card-link,.academy-mini-card{display:grid;gap:8px;padding:14px;border-radius:18px;border:1px solid rgba(255,255,255,.08);background:rgba(255,255,255,.025);transition:.18s ease;color:var(--text)}
.academy-card-link strong,.academy-mini-card strong{font-size:.95rem;line-height:1.25}
.academy-card-link span,.academy-mini-card span{font-size:.83rem;line-height:1.42;color:var(--muted)}
.academy-card-link:hover,.academy-mini-card:hover{transform:translateY(-1px);border-color:rgba(31,211,255,.34)}
.academy-shell{max-width:1100px}
.academy-header{margin-bottom:10px}
.academy-page{gap:18px}
.academy-hero-card,.academy-grid-card,.academy-article-card,.academy-related-card,.academy-faq-card{padding:20px}
.academy-kicker{font-size:.78rem;letter-spacing:.14em;text-transform:uppercase;color:#8bcfe0;margin-bottom:8px}
.academy-hero-card h1{margin:0;font-size:clamp(1.6rem,4vw,2.7rem);line-height:1;letter-spacing:-.04em}
.academy-meta-pills{display:flex;gap:8px;flex-wrap:wrap;margin-top:14px}
.academy-pill{display:inline-flex;align-items:center;padding:7px 11px;border-radius:999px;border:1px solid rgba(255,255,255,.1);background:rgba(255,255,255,.03);font-size:.78rem;color:#c8d7e3}
.academy-pill-link{color:#dff7ff}
.academy-breadcrumbs{display:flex;gap:8px;flex-wrap:wrap;color:var(--muted);font-size:.82rem}
.academy-breadcrumbs a{color:#c2edf9}
.academy-grid-card{display:grid;gap:16px}
.academy-callout{padding:16px;border-radius:18px;border:1px solid rgba(31,211,255,.18);background:rgba(31,211,255,.06)}
.academy-callout p{margin:8px 0 0;color:var(--muted);line-height:1.48}
.academy-cta-btn{margin-top:12px;display:inline-flex;width:auto}
.academy-learn-list{margin:10px 0 0;padding-left:18px;color:#dbe7f1;line-height:1.55}
.academy-section + .academy-section{margin-top:18px}
.academy-section h2{margin:0 0 10px;font-size:1.08rem;color:#eff7fd}
.academy-section p{margin:0 0 12px;color:#d0dee9;line-height:1.62}
.academy-mini-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(210px,1fr));gap:12px;margin-top:12px}
.academy-updated{margin:14px 0 0;color:var(--muted);font-size:.82rem}
.glossary-list{margin:0;display:grid;gap:12px}
.glossary-row{display:grid;gap:6px;padding:12px 0;border-bottom:1px solid rgba(255,255,255,.06)}
.glossary-row:last-child{border-bottom:none}
.glossary-row dt{font-weight:700;color:#eef6fc}
.glossary-row dd{margin:0;color:#d0dde8;line-height:1.55}
.academy-inline-tool-section{display:grid;gap:12px}
.academy-links{display:flex;gap:14px;flex-wrap:wrap}
@media (max-width:860px){
  .issue-toggle{gap:10px}
  .issue-hint{white-space:normal;text-align:right;max-width:110px}
  .academy-hero-card,.academy-grid-card,.academy-article-card,.academy-related-card,.academy-faq-card{padding:16px}
  .academy-card-grid,.academy-mini-grid{grid-template-columns:1fr}
  .academy-links{display:flex;gap:10px;flex-wrap:wrap}
  .tool-modal-actions{justify-content:flex-start}
}

/* v53 academy/mobile nav/theme polish */
.site-header{
  display:grid;
  gap:10px;
  align-items:stretch;
}
.header-main{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:12px;
}
.header-actions{
  display:flex;
  align-items:center;
  gap:10px;
  margin-left:auto;
}
.theme-toggle{
  white-space:nowrap;
}
.site-links{
  display:flex;
  gap:14px;
  flex-wrap:wrap;
  align-items:center;
}
.site-links a,
.mobile-nav a{
  white-space:nowrap;
}
@media (max-width: 960px){
  .site-links{display:none!important;}
  .nav-toggle{display:inline-flex!important;}
  .mobile-nav.hidden{display:none!important;}
  .mobile-nav:not(.hidden){display:flex;flex-wrap:wrap;gap:10px;}
}
@media (min-width: 961px){
  .nav-toggle{display:none!important;}
  .mobile-nav{display:none!important;}
}
@media (max-width: 560px){
  .header-main{align-items:flex-start;}
  .header-actions{gap:8px;}
  .theme-toggle{padding:9px 12px;font-size:.82rem;}
}
@media (orientation: landscape) and (max-width: 1100px){
  .site-links{display:none!important;}
  .nav-toggle{display:inline-flex!important;}
}
.academy-card-link,
.academy-mini-card,
.tool-learn-link,
.issue-link,
.academy-pill-link{
  position:relative;
}
.academy-card-link,
.academy-mini-card,
.tool-learn-link,
.issue-link{
  padding-right:44px;
}
.academy-card-link::after,
.academy-mini-card::after,
.tool-learn-link::after,
.issue-link::after,
.academy-pill-link::after{
  content:"";
  width:15px;
  height:15px;
  display:block;
  position:absolute;
  right:14px;
  top:14px;
  opacity:.82;
  background-repeat:no-repeat;
  background-position:center;
  background-size:15px 15px;
  background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23bfefff' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M14 3h7v7'/%3E%3Cpath d='M10 14L21 3'/%3E%3Cpath d='M21 14v5a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2V5a2 2 0 0 1 2-2h5'/%3E%3C/svg%3E");
}
body.light .academy-card-link::after,
body.light .academy-mini-card::after,
body.light .tool-learn-link::after,
body.light .issue-link::after,
body.light .academy-pill-link::after{
  background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23007db8' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M14 3h7v7'/%3E%3Cpath d='M10 14L21 3'/%3E%3Cpath d='M21 14v5a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2V5a2 2 0 0 1 2-2h5'/%3E%3C/svg%3E");
}
.academy-pill-link{padding-right:34px;}
.academy-pill-link::after{right:11px;top:50%;transform:translateY(-50%);width:13px;height:13px;background-size:13px 13px;}
.academy-card-link strong,
.academy-mini-card strong{padding-right:6px;}
.academy-section h2,
.section-title,
.panel-title,
.issue-title{text-wrap:balance;}

/* v53 light theme corrections */
body.light{
  background:linear-gradient(180deg,#f7fbff 0%,#edf5fb 52%,#e5f0f7 100%);
}
body.light::before{
  background:#eef4f8;
}
body.light::after{
  background:radial-gradient(circle at top center,#ffffff 0%,#eef5fb 38%,#e3edf5 100%);
}
body.light .card,
body.light .console,
body.light .seo,
body.light .issue-panel,
body.light .geo-panel,
body.light .more-panel,
body.light .details-panel,
body.light .summary-card,
body.light .academy-hero-card,
body.light .academy-grid-card,
body.light .academy-article-card,
body.light .academy-related-card,
body.light .academy-faq-card{
  background:linear-gradient(180deg,rgba(255,255,255,.96),rgba(244,250,255,.98));
  border-color:rgba(16,32,47,.1);
  box-shadow:0 18px 34px rgba(16,32,47,.08);
}
body.light .console-bar,
body.light .settings-panel{
  background:rgba(8,125,184,.03);
  border-color:rgba(16,32,47,.08);
}
body.light .console-title,
body.light .hero h1,
body.light .section-title,
body.light .panel-title,
body.light .academy-hero-card h1,
body.light .academy-section h2,
body.light .glossary-row dt,
body.light .logo-text,
body.light .site-links a,
body.light .mobile-nav a,
body.light .console-output,
body.light .output,
body.light .status-line,
body.light .status-strip,
body.light .console-meta-time,
body.light .time-chip .v,
body.light .clock-value,
body.light .academy-pill-link,
body.light .academy-breadcrumbs a,
body.light .academy-inline-links a{
  color:#10202f;
}
body.light .console-output,
body.light .output,
body.light .summary-card{
  background:linear-gradient(180deg,#ffffff,#f5faff);
  border-color:rgba(16,32,47,.1);
}
body.light .primary-ip,
body.light .family-card,
body.light .rdns-line,
body.light .status-strip,
body.light .status-line,
body.light .console-meta-time,
body.light .time-chip,
body.light .meta-chip,
body.light .geo-item,
body.light .academy-card-link,
body.light .academy-mini-card,
body.light .academy-callout,
body.light .academy-pill,
body.light .faq details,
body.light .mobile-nav a,
body.light .copy-chip,
body.light .mini-pill,
body.light .tab,
body.light .btn,
body.light .nav-toggle,
body.light .input,
body.light .tool-modal-field,
body.light .issue-link,
body.light .tool-learn-link{
  background:rgba(255,255,255,.88);
  border-color:rgba(16,32,47,.1);
  color:#10202f;
}
body.light .mini-pill.active,
body.light .tab.active,
body.light .protocol-card.active,
body.light .btn.primary,
body.light .theme-toggle.active{
  background:rgba(0,125,184,.12);
  border-color:rgba(0,125,184,.34);
  color:#0d3148;
}
body.light .primary-value,
body.light .family-v,
body.light .logo-mark,
body.light .cursor,
body.light .copy-inline,
body.light .issue-hint,
body.light .academy-kicker,
body.light .eyebrow,
body.light .family-k,
body.light .rdns-line .label,
body.light .time-chip .k,
body.light .clock-label,
body.light .geo-item .label,
body.light .meta-chip .k,
body.light .primary-label,
body.light .console-title,
body.light .build-sub{
  color:#007db8;
}
body.light .lede,
body.light .result-sub,
body.light .academy-callout p,
body.light .academy-card-link span,
body.light .academy-mini-card span,
body.light .academy-updated,
body.light .glossary-row dd,
body.light .academy-section p,
body.light .academy-learn-list,
body.light .issue-summary,
body.light .issue-panel #issueText,
body.light .issue-reasons,
body.light .build-footer,
body.light .tool-help,
body.light .error-text,
body.light .mobile-nav,
body.light .site-links,
body.light .console-sub,
body.light .clock-sub,
body.light .clock-zone,
body.light .time-chip .sub,
body.light .time-chip .tz,
body.light .status-prompt,
body.light .muted,
body.light .geo-caption{
  color:#516274;
}
body.light .issue-panel{
  background:linear-gradient(180deg,rgba(184,36,58,.06),rgba(184,36,58,.03));
  border-color:rgba(184,36,58,.26);
}
body.light .issue-title{
  color:#b8243a;
}
body.light .issue-panel #issueText,
body.light .issue-summary,
body.light .issue-reasons{
  color:#7e3240;
}
body.light .btn:hover,
body.light .mini-pill:hover,
body.light .tab:hover,
body.light .academy-card-link:hover,
body.light .academy-mini-card:hover,
body.light .nav-toggle:hover,
body.light .mobile-nav a:hover{
  border-color:rgba(0,125,184,.26);
  box-shadow:0 10px 18px rgba(0,125,184,.08);
}
body.light .tool-status-open{color:#127a43;}
body.light .tool-status-closed{color:#b8243a;}
body.light .status-strip[data-kind="running"],
body.light .status-line[data-kind="running"]{
  color:#7c5600;
  background:rgba(255,191,63,.14);
  border-color:rgba(138,90,0,.18);
}
body.light .status-strip[data-kind="success"],
body.light .status-line[data-kind="success"]{
  color:#0f6f3b;
  background:rgba(0,143,79,.12);
  border-color:rgba(0,143,79,.18);
}
body.light .status-strip[data-kind="error"],
body.light .status-line[data-kind="error"]{
  color:#9d2336;
  background:rgba(184,36,58,.1);
  border-color:rgba(184,36,58,.16);
}
body.light .mobile-nav{
  background:transparent;
}
body.light .logo-mark{
  background:linear-gradient(180deg,rgba(0,125,184,.08),rgba(0,125,184,.02));
  border-color:rgba(0,125,184,.22);
  box-shadow:inset 0 1px 0 rgba(255,255,255,.7),0 0 0 1px rgba(0,125,184,.06);
}
body.light .console-output .ok,
body.light .output .ok,
body.light .status-ok{
  color:#0f6f3b;
}
body.light .console-output .warn,
body.light .output .warn,
body.light .status-warn{
  color:#7c5600;
}
body.light .console-output .err,
body.light .output .err,
body.light .status-err{
  color:#9d2336;
}

/* v53 header/menu/theme and light-mode corrections */
.sr-only{position:absolute!important;width:1px!important;height:1px!important;padding:0!important;margin:-1px!important;overflow:hidden!important;clip:rect(0,0,0,0)!important;white-space:nowrap!important;border:0!important}
.header-actions{position:relative}
.header-icon-btn{display:grid;place-items:center;width:44px;height:44px;padding:0;border-radius:999px;border:1px solid var(--line);background:rgba(255,255,255,.035);color:var(--text);box-shadow:inset 0 1px 0 rgba(255,255,255,.04)}
.theme-toggle-btn{min-width:44px}
.theme-toggle-icon,.theme-option-icon{position:relative;display:inline-block;width:20px;height:20px;border-radius:50%;border:2px solid currentColor;overflow:hidden}
.theme-toggle-icon::before,.theme-option-icon::before{content:"";position:absolute;inset:0;right:50%;background:currentColor}
.theme-option-system::after{content:"";position:absolute;inset:4px;border-radius:50%;border:2px solid currentColor;opacity:.65}
.theme-toggle-btn[data-mode='light'] .theme-toggle-icon,.theme-option-light{color:#516274}
.theme-toggle-btn[data-mode='dark'] .theme-toggle-icon,.theme-option-dark{color:#9fdfff}
.theme-toggle-btn[data-mode='system'] .theme-toggle-icon,.theme-option-system{color:#7aa6bf}
.header-popover{position:absolute;top:calc(100% + 10px);right:0;display:grid;gap:6px;min-width:220px;padding:10px;border-radius:18px;border:1px solid rgba(255,255,255,.1);background:rgba(8,18,27,.98);box-shadow:0 24px 50px rgba(0,0,0,.32);z-index:45}
.header-popover.hidden{display:none!important}
.theme-option{display:flex;align-items:center;gap:12px;width:100%;padding:11px 12px;border-radius:14px;border:1px solid transparent;background:transparent;color:var(--text);text-align:left;transition:.18s ease}
.theme-option:hover{border-color:rgba(31,211,255,.2);background:rgba(31,211,255,.06)}
.theme-option.active{border-color:rgba(31,211,255,.28);background:rgba(31,211,255,.12)}
.theme-option-label{font-weight:700;letter-spacing:-.01em}
.nav-toggle{display:inline-flex;align-items:center;justify-content:center;gap:8px;min-width:92px}
.nav-toggle::before{content:"";width:16px;height:16px;display:block;background-repeat:no-repeat;background-position:center;background-size:16px 16px;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23dce8f2' stroke-width='2' stroke-linecap='round'%3E%3Cpath d='M4 7h16'/%3E%3Cpath d='M4 12h16'/%3E%3Cpath d='M4 17h16'/%3E%3C/svg%3E")}
.mobile-nav.menu-sheet{display:grid;gap:12px;margin:0 14px 16px;padding:14px;border-radius:22px;border:1px solid rgba(255,255,255,.09);background:linear-gradient(180deg,rgba(11,22,31,.96),rgba(8,18,27,.98));box-shadow:0 18px 36px rgba(0,0,0,.24)}
.menu-section{display:grid;gap:8px}
.menu-section-title{font-size:.76rem;font-weight:800;letter-spacing:.12em;text-transform:uppercase;color:#8fb2c7}
.menu-link-list,.menu-link-grid{display:grid;gap:8px}
.menu-link-grid{grid-template-columns:repeat(2,minmax(0,1fr))}
.menu-link{display:flex!important;align-items:center;justify-content:space-between;gap:12px;padding:12px 14px;border-radius:16px;border:1px solid rgba(255,255,255,.08);background:rgba(255,255,255,.03);color:var(--text);transition:.18s ease}
.menu-link:hover{transform:translateY(-1px);border-color:rgba(31,211,255,.3);background:rgba(31,211,255,.07)}
.menu-link-label{font-weight:700;letter-spacing:-.01em}
.menu-link-arrow{width:15px;height:15px;flex:0 0 15px;background-repeat:no-repeat;background-position:center;background-size:15px 15px;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%239fdfff' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M5 12h14'/%3E%3Cpath d='m12 5 7 7-7 7'/%3E%3C/svg%3E")}
@media (max-width:640px){.menu-link-grid{grid-template-columns:1fr}}
@media (min-width:961px){.mobile-nav.menu-sheet{display:none!important}}

html.light,body.light{background:#eef4f8!important}
body.light::before{background:#eef4f8!important}
body.light::after{background:radial-gradient(circle at top center,#ffffff 0%,#eef5fb 40%,#e3edf5 100%)!important}
@supports (-webkit-touch-callout: none){
  html.light,body.light{background:#eef4f8!important}
  body.light::before{background:#eef4f8!important}
  body.light::after{background:radial-gradient(circle at top center,#ffffff 0%,#eef5fb 40%,#e3edf5 100%)!important}
  body.light .card,
  body.light .console,
  body.light .seo,
  body.light .geo-panel,
  body.light .more-panel,
  body.light .issue-panel,
  body.light .details-panel,
  body.light .summary-card,
  body.light .academy-hero-card,
  body.light .academy-grid-card,
  body.light .academy-article-card,
  body.light .academy-related-card,
  body.light .academy-faq-card,
  body.light .simple-map,
  body.light .output{background:linear-gradient(180deg,rgba(255,255,255,.98),rgba(244,250,255,.99))!important;border-color:rgba(16,32,47,.1)!important}
}
body.light .meta-chip .v,
body.light .geo-item .value,
body.light .details-panel .value,
body.light .details-panel .mono,
body.light .copy-hint-pill,
body.light .modal-card,
body.light .modal-pre,
body.light code,
body.light strong,
body.light .menu-link-label,
body.light .toplinks a,
body.light .status-table,
body.light .status-table td,
body.light .status-table th{color:#10202f}
body.light .copy-hint-pill{background:rgba(255,255,255,.92);border:1px solid rgba(16,32,47,.12)}
body.light .modal-card{background:linear-gradient(180deg,#ffffff,#f4f9fd);border-color:rgba(16,32,47,.1)}
body.light .modal-pre,
body.light .console-output,
body.light .output{background:linear-gradient(180deg,#ffffff,#f5faff)!important;color:#10202f!important;border-color:rgba(16,32,47,.1)!important}
body.light .input::placeholder{color:#728296}
body.light .nav-toggle,
body.light .header-icon-btn,
body.light .theme-option,
body.light .mobile-nav.menu-sheet,
body.light .menu-link,
body.light .header-popover{background:rgba(255,255,255,.96);border-color:rgba(16,32,47,.1);color:#10202f}
body.light .nav-toggle::before{background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%230f3148' stroke-width='2' stroke-linecap='round'%3E%3Cpath d='M4 7h16'/%3E%3Cpath d='M4 12h16'/%3E%3Cpath d='M4 17h16'/%3E%3C/svg%3E")}
body.light .menu-section-title{color:#007db8}
body.light .menu-link-arrow{background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23007db8' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M5 12h14'/%3E%3Cpath d='m12 5 7 7-7 7'/%3E%3C/svg%3E")}
body.light .theme-option:hover,
body.light .menu-link:hover,
body.light .header-icon-btn:hover,
body.light .nav-toggle:hover{background:#f3f8fc}
.status-card-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:12px}
.status-metric{display:grid;gap:8px;padding:16px;border-radius:18px;border:1px solid rgba(255,255,255,.08);background:rgba(255,255,255,.025)}
.status-label{font-size:.78rem;font-weight:800;letter-spacing:.12em;text-transform:uppercase;color:#8fb2c7}
.status-value{font-size:1.35rem;font-weight:800;letter-spacing:-.03em;color:var(--text)}
.status-detail{color:var(--muted);line-height:1.45}
.status-table{width:100%;border-collapse:collapse;border:1px solid rgba(255,255,255,.08);border-radius:18px;overflow:hidden;background:rgba(255,255,255,.02)}
.status-table th,.status-table td{padding:12px 14px;border-bottom:1px solid rgba(255,255,255,.06);text-align:left;vertical-align:top}
.status-table th{font-size:.76rem;letter-spacing:.12em;text-transform:uppercase;color:#8fb2c7}
.status-table tr:last-child td{border-bottom:none}
.status-badge{display:inline-flex;align-items:center;justify-content:center;padding:6px 10px;border-radius:999px;border:1px solid rgba(255,255,255,.08);font-size:.82rem;font-weight:800}
.status-ok{color:#0fce7d}
.status-err{color:#ff6476}
.status-badge.status-ok{background:rgba(15,206,125,.1);border-color:rgba(15,206,125,.22)}
.status-badge.status-err{background:rgba(255,100,118,.1);border-color:rgba(255,100,118,.22)}
body.light .status-metric{background:rgba(255,255,255,.92);border-color:rgba(16,32,47,.1)}
body.light .status-label{color:#007db8}
body.light .status-value{color:#10202f}
body.light .status-detail{color:#516274}
body.light .status-table{background:rgba(255,255,255,.96);border-color:rgba(16,32,47,.1)}
body.light .status-table th,body.light .status-table td{border-bottom-color:rgba(16,32,47,.08)}
body.light .status-table th{color:#007db8}

/* v56 corrected bundle layout */
.site-header{grid-template-columns:minmax(0,1fr)}
.header-main{width:100%}
.brand{flex:1 1 auto;min-width:0}
.header-actions{flex:0 0 auto;justify-content:flex-end}
@media (max-width:560px){
  .header-main{align-items:center}
  .brand{min-width:0}
  .logo-text{font-size:1.42rem}
  .header-actions{margin-left:auto}
}
@media (min-width:961px){
  .header-actions{margin-left:auto}
}

/* v56 status cards + overlay menu */
.mobile-menu-backdrop{position:fixed;inset:0;background:rgba(3,10,16,.42);backdrop-filter:blur(2px);-webkit-backdrop-filter:blur(2px);z-index:58}
.mobile-menu-backdrop.hidden{display:none!important}
.mobile-nav.menu-sheet{
  position:fixed;
  top:84px;
  right:12px;
  left:auto;
  width:min(360px,calc(100vw - 24px));
  max-height:calc(100vh - 104px);
  overflow:auto;
  z-index:59;
  margin:0;
}
@media (min-width:641px) and (max-width:960px){
  .mobile-nav.menu-sheet{width:min(420px,calc(100vw - 32px));right:16px;top:92px}
}
.status-probe-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(260px,1fr));gap:14px}
.status-probe-card{display:grid;gap:12px;padding:16px;border-radius:18px;border:1px solid rgba(255,255,255,.08);background:rgba(255,255,255,.025)}
.status-probe-head{display:flex;align-items:center;justify-content:space-between;gap:12px}
.status-probe-host code{font-size:1rem;word-break:break-word;overflow-wrap:anywhere}
.status-probe-row{display:grid;grid-template-columns:52px minmax(0,1fr);gap:12px;align-items:start;padding-top:10px;border-top:1px solid rgba(255,255,255,.06)}
.status-probe-key{font-size:.76rem;font-weight:800;letter-spacing:.12em;text-transform:uppercase;color:#8fb2c7}
.status-probe-value{min-width:0;color:var(--text);line-height:1.5}
.status-probe-value code{display:inline-block;max-width:100%;white-space:normal;overflow-wrap:anywhere;word-break:break-word}
.status-empty{color:var(--muted)}
.status-ip-wrap code{word-break:break-all}
body.light .mobile-menu-backdrop{background:rgba(25,40,56,.12)}
body.light .status-probe-card{background:rgba(255,255,255,.94);border-color:rgba(16,32,47,.1)}
body.light .status-probe-key{color:#007db8}
body.light .status-empty{color:#516274}
body.light .status-probe-value,
body.light .status-probe-host code{color:#10202f}

/* v57 menu active states, our-ips page polish, and compact mobile spacing */
.site-links a.is-active,
.mobile-nav a.is-active,
.menu-link.is-active{
  color:var(--text);
  border-color:rgba(31,211,255,.34);
  background:rgba(31,211,255,.1);
  box-shadow:inset 0 0 0 1px rgba(31,211,255,.08);
}
.site-links a.is-active{padding:8px 12px;border-radius:999px}
body.light .site-links a.is-active,
body.light .mobile-nav a.is-active,
body.light .menu-link.is-active{
  border-color:rgba(0,125,184,.28);
  background:rgba(0,125,184,.1);
  color:#10202f;
}
.allowlist-grid{grid-template-columns:repeat(auto-fit,minmax(280px,1fr))}
.allowlist-card .status-probe-key{width:auto}
.compact-note{margin:0 0 2px}
@media (max-width:860px){
  .page{gap:18px}
  .hero{padding:6px 14px 0}
  .console-main{gap:8px}
  .seo{padding-top:16px;padding-bottom:16px}
  .details-panel .meta-chip{padding:11px 13px}
}
@media (max-width:560px){
  .page{gap:16px}
  .site-header{margin-bottom:10px}
  .hero{padding:2px 14px 0}
  .lede{margin-top:8px}
  .copy-hint{margin:8px 0 0}
  .console-bar{padding:14px 14px}
  .console-main{padding:10px;gap:8px}
  .details-head{margin-bottom:2px}
  .tool-pills-panel{margin-top:8px}
  .issue-panel{margin-top:8px}
  .academy-page{gap:16px}
  .academy-hero-card,.academy-grid-card,.academy-article-card,.academy-related-card,.academy-faq-card{padding:14px}
  .mobile-nav.menu-sheet{top:78px}
  .allowlist-grid{grid-template-columns:1fr}
}

/* v59 glossary polish and direct Our IPs navigation */
.glossary-intro-grid{display:grid;grid-template-columns:1.15fr .85fr;gap:12px}
.glossary-section-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:16px}
.glossary-section-card .academy-section p:last-child{margin-bottom:0}
.glossary-helper-list{margin:8px 0 0;padding-left:18px;color:#d0dee9;line-height:1.62}
.glossary-helper-list li + li{margin-top:6px}
.glossary-mini-note{margin:10px 0 0;color:var(--muted);font-size:.83rem;line-height:1.5}
.glossary-row dd a{color:#bff3ff}
body.light .glossary-helper-list{color:#516274}
@media (max-width:860px){
  .glossary-intro-grid,.glossary-section-grid{grid-template-columns:1fr}
}

.faq-start-card{display:grid;gap:14px;margin-bottom:16px}
.faq-start-callout{margin-bottom:0}
.contact-grid{display:grid;grid-template-columns:1.1fr .9fr;gap:18px}
.contact-form{display:grid;gap:14px}
.contact-form-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}
.contact-textarea{min-height:180px;resize:vertical}
.contact-form-status{padding:12px 14px;border-radius:16px;border:1px solid rgba(255,255,255,.08);background:rgba(255,255,255,.03);color:var(--text);line-height:1.5}
.contact-form-status[data-kind='success']{border-color:rgba(0,255,139,.28);background:rgba(0,255,139,.08);color:#dffbf0}
.contact-form-status[data-kind='error']{border-color:rgba(255,100,118,.34);background:rgba(255,100,118,.08);color:#ffd9de}
.contact-form-status[data-kind='pending']{border-color:rgba(31,211,255,.28);background:rgba(31,211,255,.08);color:#dff6ff}
.contact-honeypot{position:absolute !important;left:-9999px !important;opacity:0 !important;pointer-events:none !important;height:0 !important;width:0 !important;overflow:hidden !important}
.contact-actions{justify-content:flex-start}
.academy-page .glossary-section-card .academy-section p{color:var(--muted)}
@media (max-width: 860px){
  .contact-grid,.contact-form-grid{grid-template-columns:1fr}
}
body.light .contact-form-status{background:#fff;border-color:rgba(8,19,27,.1);color:#1e2b38}
body.light .contact-form-status[data-kind='success']{background:#eefcf4;color:#0f5a30;border-color:rgba(15,90,48,.16)}
body.light .contact-form-status[data-kind='error']{background:#fff0f3;color:#8f2435;border-color:rgba(143,36,53,.14)}
body.light .contact-form-status[data-kind='pending']{background:#eef8ff;color:#154d78;border-color:rgba(21,77,120,.14)}

/* v65 footer issue link and contact form polish */
.build-subtle-wrap{display:block;margin-top:6px}
.build-subtle-link{color:rgba(207,227,242,.56);text-decoration:none;border-bottom:1px solid transparent;transition:color .18s ease,border-color .18s ease}
.build-subtle-link:hover,.build-subtle-link:focus-visible{color:#9fdfff;border-color:rgba(159,223,255,.42)}
body.light .build-subtle-link{color:rgba(12,42,66,.55)}
body.light .build-subtle-link:hover,body.light .build-subtle-link:focus-visible{color:#007db8;border-color:rgba(0,125,184,.32)}
.contact-gate-wrap{display:grid;gap:6px}
.contact-ready-gate{display:flex;align-items:center;gap:10px;color:var(--text);font-size:.97rem;line-height:1.45}
.contact-ready-gate input{width:18px;height:18px;margin:0;accent-color:#1fd3ff}
.contact-gate-help{margin:0;color:var(--muted);font-size:.92rem}
body.light .contact-ready-gate{color:#173047}
body.light .contact-gate-help{color:#5f7386}

/* v65 content link clarity and contact page simplification */
.content-link,
.lede a,
.small-lede a,
.academy-section p a,
.academy-section li a,
.academy-callout p a,
.glossary-mini-note a,
.glossary-row dd a,
.details-body a,
.faq details p a,
.faq details li a,
.contact-form-status a{
  color:#c9f4ff;
  text-decoration:underline;
  text-decoration-color:rgba(159,223,255,.42);
  text-underline-offset:3px;
  text-decoration-thickness:1.2px;
  transition:color .18s ease,text-decoration-color .18s ease;
}
.content-link:hover,
.content-link:focus-visible,
.lede a:hover,
.lede a:focus-visible,
.small-lede a:hover,
.small-lede a:focus-visible,
.academy-section p a:hover,
.academy-section p a:focus-visible,
.academy-section li a:hover,
.academy-section li a:focus-visible,
.academy-callout p a:hover,
.academy-callout p a:focus-visible,
.glossary-mini-note a:hover,
.glossary-mini-note a:focus-visible,
.glossary-row dd a:hover,
.glossary-row dd a:focus-visible,
.details-body a:hover,
.details-body a:focus-visible,
.faq details p a:hover,
.faq details p a:focus-visible,
.faq details li a:hover,
.faq details li a:focus-visible,
.contact-form-status a:hover,
.contact-form-status a:focus-visible{
  color:#e8fbff;
  text-decoration-color:rgba(224,248,255,.78);
}
.quick-links-note{
  display:flex;
  flex-wrap:wrap;
  gap:10px 14px;
  align-items:center;
}
.quick-links-note a{
  display:inline-flex;
  align-items:center;
  gap:7px;
  font-weight:600;
}
.quick-links-note a::after{
  content:"";
  width:12px;
  height:12px;
  flex:0 0 12px;
  opacity:.82;
  background-repeat:no-repeat;
  background-position:center;
  background-size:12px 12px;
  background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23bfefff' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M14 3h7v7'/%3E%3Cpath d='M10 14L21 3'/%3E%3Cpath d='M21 14v5a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2V5a2 2 0 0 1 2-2h5'/%3E%3C/svg%3E");
}
@media (max-width: 860px){
  .contact-grid{gap:14px;}
}
body.light .content-link,
body.light .lede a,
body.light .small-lede a,
body.light .academy-section p a,
body.light .academy-section li a,
body.light .academy-callout p a,
body.light .glossary-mini-note a,
body.light .glossary-row dd a,
body.light .details-body a,
body.light .faq details p a,
body.light .faq details li a,
body.light .contact-form-status a{
  color:#007db8;
  text-decoration-color:rgba(0,125,184,.32);
}
body.light .content-link:hover,
body.light .content-link:focus-visible,
body.light .lede a:hover,
body.light .lede a:focus-visible,
body.light .small-lede a:hover,
body.light .small-lede a:focus-visible,
body.light .academy-section p a:hover,
body.light .academy-section p a:focus-visible,
body.light .academy-section li a:hover,
body.light .academy-section li a:focus-visible,
body.light .academy-callout p a:hover,
body.light .academy-callout p a:focus-visible,
body.light .glossary-mini-note a:hover,
body.light .glossary-mini-note a:focus-visible,
body.light .glossary-row dd a:hover,
body.light .glossary-row dd a:focus-visible,
body.light .details-body a:hover,
body.light .details-body a:focus-visible,
body.light .faq details p a:hover,
body.light .faq details p a:focus-visible,
body.light .faq details li a:hover,
body.light .faq details li a:focus-visible,
body.light .contact-form-status a:hover,
body.light .contact-form-status a:focus-visible{
  color:#005b86;
  text-decoration-color:rgba(0,91,134,.46);
}
body.light .quick-links-note a::after{
  background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23007db8' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M14 3h7v7'/%3E%3Cpath d='M10 14L21 3'/%3E%3Cpath d='M21 14v5a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2V5a2 2 0 0 1 2-2h5'/%3E%3C/svg%3E");
}

/* v75 multi-probe selector */
.probe-selector-wrap{display:grid;gap:8px;margin:14px 0 4px;padding:14px 16px;border-radius:18px;border:1px solid rgba(255,255,255,.08);background:rgba(255,255,255,.022)}
.probe-selector-label{font-size:.8rem;font-weight:800;letter-spacing:.12em;text-transform:uppercase;color:#8fb2c7}
.probe-selector-control{position:relative}
.probe-selector-select{width:100%;appearance:none;-webkit-appearance:none;border-radius:14px;border:1px solid rgba(255,255,255,.12);background:rgba(4,15,24,.85);color:var(--text);padding:13px 44px 13px 14px;font:inherit;line-height:1.3;box-shadow:inset 0 1px 0 rgba(255,255,255,.03)}
.probe-selector-control::after{content:"";position:absolute;right:14px;top:50%;width:12px;height:12px;pointer-events:none;transform:translateY(-50%);background-repeat:no-repeat;background-position:center;background-size:12px 12px;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20' fill='none' stroke='%239fdfff' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M5 7l5 5 5-5'/%3E%3C/svg%3E")}
.probe-selector-select:focus-visible{outline:none;border-color:rgba(31,211,255,.48);box-shadow:0 0 0 3px rgba(31,211,255,.14)}
.probe-selector-help{margin:0;color:var(--muted);font-size:.93rem;line-height:1.5}
body.light .probe-selector-wrap{background:rgba(255,255,255,.94);border-color:rgba(8,19,27,.08)}
body.light .probe-selector-label{color:#007db8}
body.light .probe-selector-select{background:#fff;color:#10202f;border-color:rgba(16,32,47,.12);box-shadow:inset 0 1px 0 rgba(255,255,255,.6)}
body.light .probe-selector-control::after{background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20' fill='none' stroke='%23007db8' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M5 7l5 5 5-5'/%3E%3C/svg%3E")}
body.light .probe-selector-help{color:#5f7386}
@media (max-width: 640px){.probe-selector-wrap{padding:13px 14px;margin-top:12px}}

/* v76 modal cleanup and polish */
html,body{overflow-x:hidden}
html.modal-open,body.modal-open{overflow:hidden;touch-action:none;overscroll-behavior:none}
.modal{position:fixed;inset:0;z-index:40;display:flex;align-items:flex-start;justify-content:center;padding:16px;overflow:auto;overscroll-behavior:contain}
.modal.hidden{display:none}
.modal-card{position:relative;width:min(680px,calc(100vw - 32px));max-width:680px;max-height:calc(100dvh - 32px);margin:0;overflow:hidden}
.tool-modal-card{display:flex;flex-direction:column;gap:0;border-radius:22px;padding:18px 18px 16px;max-width:680px}
.tool-modal-body{display:grid;gap:10px;overflow:auto;padding-right:2px;min-width:0}
.tool-modal-help{font-size:.9rem;line-height:1.5;color:var(--muted);margin:0 0 2px}
.tool-modal-form{gap:10px}
.tool-modal-actions{margin-top:2px}
.tool-advanced{gap:8px;padding:10px 12px;border-radius:18px;border-color:rgba(255,255,255,.10);background:rgba(255,255,255,.028)}
.tool-advanced-body{gap:10px}
.tool-advanced-grid{gap:10px}
.tool-advanced-summary{font-size:.88rem;line-height:1.48}
.tool-field{gap:5px}
.tool-field-label{font-size:.78rem}
.tool-field-example{font-size:.72rem}
.tool-field .input,.tool-field-select .input{padding:13px 15px;border-radius:18px}
.tool-modal-body,.tool-modal-help,.tool-advanced,.tool-advanced *{-webkit-touch-callout:none}
.tool-modal-body input,.tool-modal-body textarea,.tool-modal-body select{-webkit-touch-callout:default}
.quickbar{display:none!important}
.output,.console-output{max-width:100%;width:100%;min-width:0;overflow:auto;white-space:pre-wrap;overflow-wrap:anywhere;word-break:break-word}
.console-shell,.console-live,.details-panel,.tool-pills-panel,.tool-tabs{min-width:0}
.tool-tabs .tab.active{border-color:rgba(31,211,255,.62);background:rgba(31,211,255,.14);box-shadow:inset 0 0 0 1px rgba(31,211,255,.14)}
.mini-pill,.btn,.summary-pill,.tab,.protocol-card,.copy-chip,.icon-btn{border-color:rgba(255,255,255,.14)}
.mini-pill:hover,.btn:hover,.summary-pill:hover,.tab:hover,.protocol-card:hover,.copy-chip:hover,.icon-btn:hover{border-color:rgba(31,211,255,.52)}
.details-grid{gap:7px}
.geo-item{padding:9px 11px}
.meta-chip{padding:11px 13px}
body.light .mini-pill,body.light .btn,body.light .summary-pill,body.light .tab,body.light .protocol-card,body.light .copy-chip,body.light .icon-btn,body.light .input,body.light .tool-advanced{border-color:rgba(16,32,47,.14)!important}
body.light .mini-pill:hover,body.light .btn:hover,body.light .summary-pill:hover,body.light .tab:hover,body.light .protocol-card:hover,body.light .copy-chip:hover,body.light .icon-btn:hover{border-color:rgba(0,125,184,.38)!important}
body.light .tool-tabs .tab.active,body.light .mini-pill.active,body.light .protocol-card.active{border-color:rgba(0,125,184,.48)!important;background:rgba(0,125,184,.1)!important;box-shadow:inset 0 0 0 1px rgba(0,125,184,.08)}
body.light .tool-modal-help,body.light .tool-advanced-summary,body.light .tool-field-example{color:#4e6174}
body.light .tool-field-label,body.light .panel-title,body.light .section-title{color:#10202f}
body.light .status-line[data-kind='success']{background:rgba(24,122,67,.1);border-color:rgba(24,122,67,.2)}
body.light .status-line[data-kind='running']{background:rgba(191,133,0,.1);border-color:rgba(191,133,0,.22)}
body.light .theme-option{position:relative}
.theme-option.active{border-color:rgba(31,211,255,.4);background:rgba(31,211,255,.14);box-shadow:inset 0 0 0 1px rgba(31,211,255,.12)}
body.light .theme-option.active{border-color:rgba(0,125,184,.35);background:rgba(0,125,184,.09);box-shadow:inset 0 0 0 1px rgba(0,125,184,.08)}
.theme-option.active::after{content:'✓';margin-left:auto;font-size:.92rem;font-weight:800;color:currentColor}
@media (max-width: 860px){
  .modal{padding:14px}
  .modal-card{width:min(680px,calc(100vw - 28px));max-height:calc(100dvh - 28px)}
  .tool-modal-card{padding:16px 16px 14px;border-radius:20px}
}
@media (max-width: 560px){
  .modal{padding:12px}
  .modal-card{width:calc(100vw - 24px);max-height:calc(100dvh - 24px)}
  .tool-modal-card{padding:14px 14px 12px;border-radius:18px}
  .tool-modal-body{gap:9px}
  .tool-advanced{padding:9px 11px;gap:7px}
  .details-grid{gap:6px}
  .meta-chip,.geo-item{padding:10px 12px}
}
@media (orientation: landscape) and (max-width: 980px){
  .modal{align-items:flex-start;padding:10px}
  .modal-card{max-height:calc(100dvh - 20px)}
  .tool-modal-card{width:min(760px,calc(100vw - 20px))}
}

/* v77 modal lock and definition pass */
:root{--pill-line-dark:rgba(255,255,255,.18);--pill-line-dark-hover:rgba(31,211,255,.58);--pill-line-light:rgba(16,32,47,.24);--pill-line-light-hover:rgba(16,32,47,.34)}
html.modal-open,body.modal-open{overflow:hidden!important;overscroll-behavior:none!important}
body.modal-open{position:fixed;inset:0;touch-action:none}
.modal{position:fixed;inset:0;z-index:60;display:flex;align-items:flex-start;justify-content:center;padding:clamp(14px,3vw,22px);overflow:hidden;overscroll-behavior:none}
.modal.hidden{display:none!important}
.modal-backdrop{position:fixed!important;inset:0;background:rgba(2,8,14,.74)!important;backdrop-filter:blur(3px);-webkit-backdrop-filter:blur(3px)}
.modal-card{position:relative;width:min(640px,calc(100vw - 40px));max-width:640px;max-height:calc(100dvh - 34px);margin:0;overflow:hidden}
.tool-modal-card{display:flex;flex-direction:column;gap:0;padding:18px 18px 16px;border-radius:22px;max-width:640px}
.tool-modal-body{display:grid;gap:10px;overflow:auto;overscroll-behavior:contain;-webkit-overflow-scrolling:touch;min-width:0;padding-right:2px;scrollbar-gutter:stable both-edges}
.tool-modal-actions{margin-top:0;padding-top:2px}
.tool-modal-form{gap:10px}
.tool-modal-help{margin:0 0 2px;font-size:.9rem;line-height:1.48;color:var(--muted);user-select:none;-webkit-user-select:none}
.tool-advanced{gap:8px;padding:10px 12px;border-radius:18px;border:1px solid rgba(255,255,255,.11);background:rgba(255,255,255,.028)}
.tool-advanced-body{gap:10px}
.tool-advanced-grid{gap:10px}
.tool-advanced-summary{font-size:.88rem;line-height:1.48;color:var(--muted);user-select:none;-webkit-user-select:none}
.tool-field{gap:5px}.tool-field-label,.tool-field-example{-webkit-user-select:none;user-select:none}
.tool-field .input,.tool-field-select .input{padding:13px 15px;border-radius:18px}
.quickbar,#quickbar{display:none!important}
.console-output,.output,#terminalOut{max-width:100%;width:100%;min-width:0;overflow-x:hidden!important;white-space:pre-wrap;overflow-wrap:anywhere;word-break:break-word}
.console-line{white-space:pre-wrap;overflow-wrap:anywhere;word-break:break-word}
.mini-pill,.btn,.summary-pill,.tab,.protocol-card,.copy-chip,.icon-btn{border-color:var(--pill-line-dark)}
.mini-pill:hover,.btn:hover,.summary-pill:hover,.tab:hover,.protocol-card:hover,.copy-chip:hover,.icon-btn:hover{border-color:var(--pill-line-dark-hover)}
.tool-tabs .tab.active,.mini-pill.active,.protocol-card.active{border-color:rgba(31,211,255,.68)!important;background:rgba(31,211,255,.14)!important;box-shadow:inset 0 0 0 1px rgba(31,211,255,.14)}
.details-grid{gap:7px}.meta-chip{padding:10px 13px}
body.light .mini-pill,body.light .btn,body.light .summary-pill,body.light .tab,body.light .protocol-card,body.light .copy-chip,body.light .icon-btn,body.light .input,body.light .tool-advanced,body.light .probe-selector-wrap,body.light .probe-selector-select{border-color:var(--pill-line-light)!important}
body.light .mini-pill:hover,body.light .btn:hover,body.light .summary-pill:hover,body.light .tab:hover,body.light .protocol-card:hover,body.light .copy-chip:hover,body.light .icon-btn:hover{border-color:var(--pill-line-light-hover)!important}
body.light .tool-tabs .tab.active,body.light .mini-pill.active,body.light .protocol-card.active{border-color:rgba(16,32,47,.38)!important;background:rgba(0,125,184,.08)!important;box-shadow:inset 0 0 0 1px rgba(16,32,47,.08)}
body.light .card,body.light .console,body.light .seo,body.light .issue-panel,body.light .geo-panel,body.light .details-panel,body.light .summary-card,body.light .academy-grid-card,body.light .academy-article-card,body.light .academy-related-card,body.light .academy-faq-card{border-color:rgba(16,32,47,.12)!important}
body.light .tool-modal-help,body.light .tool-advanced-summary,body.light .tool-field-example,body.light .lede,body.light .result-sub,body.light .build-footer,body.light .geo-caption{color:#44576a}
body.light .probe-selector-help,body.light .issue-summary,body.light #issueText,body.light .issue-reasons,body.light .muted{color:#506375}
body.light .status-line,body.light .status-strip,body.light .console-meta-time,body.light .console-output,body.light .output{border-color:rgba(16,32,47,.14)!important}
body.light .status-strip[data-kind='warning'],body.light .status-line[data-kind='warning']{background:rgba(191,133,0,.11);border-color:rgba(191,133,0,.24)!important}
body.light .status-strip[data-kind='success'],body.light .status-line[data-kind='success']{background:rgba(24,122,67,.1);border-color:rgba(24,122,67,.22)!important}
body.light .tool-modal-card{background:#f8fbfe}
body.light .tool-advanced{background:#fbfdff}
body.light .meta-chip,body.light .geo-item{background:#fff}
@media (max-width:860px){
  .modal{padding:16px}
  .modal-card{width:min(620px,calc(100vw - 34px));max-height:calc(100dvh - 28px)}
  .tool-modal-card{padding:16px 16px 14px;border-radius:20px}
}
@media (max-width:560px){
  .modal{padding:14px}
  .modal-card{width:calc(100vw - 28px);max-height:calc(100dvh - 26px)}
  .tool-modal-card{padding:14px 14px 12px;border-radius:18px}
}
@media (orientation: landscape) and (max-width:980px){
  .modal{padding:10px 16px}
  .modal-card{width:min(700px,calc(100vw - 48px));max-height:calc(100dvh - 20px)}
  .tool-modal-card{max-width:700px}
}

/* v78 landscape modal fit + theme emphasis */
:root{--modal-max-width-v78:620px;--modal-landscape-max-width-v78:560px}
.modal-card{width:min(var(--modal-max-width-v78),calc(100vw - 40px));max-width:var(--modal-max-width-v78);max-height:calc(100dvh - 30px)}
.tool-modal-card{max-width:var(--modal-max-width-v78)}
.theme-option{position:relative;justify-content:flex-start}
.theme-option.active{border-color:rgba(31,211,255,.48);background:linear-gradient(180deg,rgba(31,211,255,.16),rgba(31,211,255,.1));box-shadow:inset 0 0 0 1px rgba(31,211,255,.16),0 0 0 1px rgba(31,211,255,.08)}
.theme-option.active .theme-option-label{font-weight:800}
.theme-option.active::before{content:'';position:absolute;left:10px;top:10px;bottom:10px;width:3px;border-radius:999px;background:currentColor;opacity:.95}
.theme-option.active::after{content:'✓';margin-left:auto;display:grid;place-items:center;min-width:20px;height:20px;border-radius:999px;font-size:.8rem;font-weight:900;color:var(--bg);background:currentColor}
body.light .theme-option.active{border-color:rgba(0,125,184,.45);background:linear-gradient(180deg,rgba(0,125,184,.12),rgba(0,125,184,.07));box-shadow:inset 0 0 0 1px rgba(0,125,184,.12),0 0 0 1px rgba(0,125,184,.06)}
body.light .theme-option.active::after{color:#ffffff}
@media (max-width:860px){
  .modal-card{width:min(610px,calc(100vw - 34px));max-height:calc(100dvh - 26px)}
}
@media (max-width:560px){
  .modal-card{width:calc(100vw - 28px);max-height:calc(100dvh - 24px)}
}
@media (orientation: landscape) and (max-width:980px){
  .modal{align-items:center;padding:8px 12px}
  .modal-card{width:min(var(--modal-landscape-max-width-v78),calc(100vw - 24px));max-width:var(--modal-landscape-max-width-v78);max-height:calc(100dvh - 16px)}
  .tool-modal-card{max-width:var(--modal-landscape-max-width-v78);padding:14px 15px 12px;border-radius:18px}
  .tool-modal-body{gap:8px}
  .tool-advanced{padding:9px 10px}
}
@media (orientation: landscape) and (max-width:760px){
  .modal-card{width:min(540px,calc(100vw - 20px));max-width:540px}
  .tool-modal-card{max-width:540px;padding:13px 14px 11px}
}

/* v79 desktop workbench + light-mode pro pass */
body.page-home .hero .small-lede{
  margin-top:8px;
  max-width:820px;
  font-size:clamp(.93rem,1.95vw,1.14rem);
  line-height:1.42;
}
body.page-home .details-panel{margin-top:10px}
body.page-home .details-grid{display:grid;grid-template-columns:1fr;gap:10px}
body.page-home .map-panel{display:grid;gap:8px}
body.page-home .map-panel #mapWrap{min-height:220px}
body.page-home .home-card-grid{grid-template-columns:repeat(3,minmax(0,1fr))}

@media (min-width: 1100px){
  body.page-home .shell{max-width:1260px;padding-left:20px;padding-right:20px}
  body.page-home .hero{max-width:980px;padding-top:8px;padding-bottom:12px}
  body.page-home .console-main{
    display:grid;
    grid-template-columns:minmax(0,1.15fr) minmax(360px,.85fr);
    grid-template-areas:
      "head details"
      "family details"
      "actions details"
      "probe details"
      "live details"
      "tabs details"
      "panels details"
      "issue details";
    align-items:start;
    column-gap:18px;
    row-gap:12px;
  }
  body.page-home .result-head{grid-area:head;margin-bottom:0}
  body.page-home .primary-family-grid{grid-area:family}
  body.page-home .action-row.compact-actions{grid-area:actions;margin:0}
  body.page-home .probe-selector-wrap{grid-area:probe;margin-top:0}
  body.page-home .console-live{grid-area:live;margin-top:0}
  body.page-home .tool-pills-panel{grid-area:tabs;margin-top:0}
  body.page-home .tool-panels{grid-area:panels}
  body.page-home .issue-panel{grid-area:issue;margin-top:0}
  body.page-home .details-panel{grid-area:details;position:sticky;top:18px;align-self:start;margin-top:0}
  body.page-home .details-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:10px}
  body.page-home .details-head{margin-top:8px;margin-bottom:6px;padding-left:2px}
  body.page-home .tool-tabs{gap:10px}
}

@media (min-width: 1400px){
  body.page-home .shell{max-width:1320px}
  body.page-home .console-main{grid-template-columns:minmax(0,1.12fr) minmax(410px,.88fr)}
}

@media (max-width: 1099px){
  body.page-home .home-card-grid{grid-template-columns:repeat(2,minmax(0,1fr))}
}

@media (max-width: 680px){
  body.page-home .home-card-grid{grid-template-columns:1fr}
}

body.light{
  --bg:#eef2f5;
  --bg2:#e4e9ee;
  --card:#f3f5f7;
  --card2:#f3f5f7;
  --line:rgba(16,32,47,.16);
  --text:#112131;
  --muted:#4d6072;
  --accent:#007db8;
  --accent2:#0a8f5c;
  --warn:#845500;
  --danger:#a7283a;
  --shadow:0 16px 28px rgba(16,32,47,.08);
}
body.light::before{background:#eef2f5}
body.light::after{background:linear-gradient(180deg,#f7f9fb 0%,#eef2f5 48%,#e8edf2 100%)}
body.light .card,
body.light .console,
body.light .seo,
body.light .details-panel,
body.light .academy-hero-card,
body.light .academy-grid-card,
body.light .academy-article-card,
body.light .academy-related-card,
body.light .academy-faq-card,
body.light .summary-card{
  background:var(--card)!important;
  border-color:rgba(16,32,47,.14)!important;
  box-shadow:var(--shadow)!important;
}
body.light .console-bar,
body.light .settings-panel{
  background:#f6f7f9!important;
  border-color:rgba(16,32,47,.12)!important;
}
body.light .primary-ip,
body.light .family-card,
body.light .rdns-line,
body.light .console-meta-time,
body.light .time-chip,
body.light .meta-chip,
body.light .geo-item,
body.light .academy-card-link,
body.light .academy-mini-card,
body.light .academy-callout,
body.light .academy-pill,
body.light .faq details,
body.light .mobile-nav a,
body.light .copy-chip,
body.light .mini-pill,
body.light .tab,
body.light .btn,
body.light .nav-toggle,
body.light .input,
body.light .tool-modal-field,
body.light .issue-link,
body.light .tool-learn-link,
body.light .probe-selector-wrap,
body.light .probe-selector-select{
  background:#f3f5f7!important;
  border-color:rgba(16,32,47,.15)!important;
  color:#112131!important;
}
body.light .console-output,
body.light .output{
  background:#eef2f5!important;
  border-color:rgba(16,32,47,.18)!important;
  color:#1c2b39!important;
}
body.light .status-strip,
body.light .status-line,
body.light .console-meta-time{
  background:#edf1f4!important;
  border-color:rgba(16,32,47,.18)!important;
  color:#233546!important;
}
body.light .strip-meta-row,
body.light .strip-time-main,
body.light .strip-time-sub,
body.light .strip-probe,
body.light .clock-label,
body.light .clock-sub,
body.light .clock-zone,
body.light .time-group,
body.light .console-title{
  color:#31485a!important;
}
body.light #consoleToolStatus{color:#132434!important}
body.light #consoleStatus{color:#274052!important}
body.light .lede,
body.light .small-lede,
body.light .result-sub,
body.light .build-footer,
body.light .tool-help,
body.light .muted,
body.light .geo-caption,
body.light .probe-selector-help,
body.light .academy-card-link span,
body.light .academy-mini-card span,
body.light .academy-callout p,
body.light .clock-sub,
body.light .clock-zone,
body.light .time-chip .sub,
body.light .time-chip .tz{
  color:#4d6072!important;
}
body.light .family-k,
body.light .eyebrow,
body.light .time-chip .k,
body.light .meta-chip .k,
body.light .geo-item .label,
body.light .rdns-line .label,
body.light .issue-hint,
body.light .build-sub{
  color:#007db8!important;
}
body.light .issue-panel{
  background:#f6eff1!important;
  border-color:rgba(167,40,58,.22)!important;
  box-shadow:none!important;
}
body.light .issue-summary,
body.light .issue-panel #issueText,
body.light .issue-reasons{color:#6d3943!important}
body.light .tool-tabs .tab.active,
body.light .mini-pill.active,
body.light .protocol-card.active,
body.light .btn.primary,
body.light .theme-toggle.active{
  background:#d9ebf4!important;
  border-color:rgba(0,125,184,.34)!important;
  color:#0f3148!important;
  box-shadow:inset 0 0 0 1px rgba(0,125,184,.08)!important;
}
body.light .console-output .ok,
body.light .output .ok,
body.light .status-ok,
body.light .tool-status-open{color:#0c6c43!important}
body.light .console-output .warn,
body.light .output .warn,
body.light .status-warn{color:#7c5600!important}
body.light .status-strip[data-kind="running"],
body.light .status-line[data-kind="running"]{background:#f5e8bf!important;color:#6a4c00!important;border-color:rgba(132,85,0,.24)!important}
body.light .status-strip[data-kind="success"],
body.light .status-line[data-kind="success"]{background:#dff1e8!important;color:#0e6940!important;border-color:rgba(10,143,92,.22)!important}
body.light .status-strip[data-kind="error"],
body.light .status-line[data-kind="error"]{background:#f6e3e7!important;color:#8a2434!important;border-color:rgba(167,40,58,.22)!important}
body.light .logo-mark{
  background:#f3f5f7!important;
  border-color:rgba(0,125,184,.24)!important;
  box-shadow:inset 0 1px 0 rgba(255,255,255,.8),0 0 0 1px rgba(0,125,184,.05)!important;
}

/* v82 phase 1 workbench structure */
body.page-home .workbench-shell{position:relative;border-color:rgba(31,211,255,.18)!important;box-shadow:0 18px 36px rgba(0,0,0,.22), inset 0 0 0 1px rgba(31,211,255,.05)}
body.page-home .workbench-shell::before{content:'';position:absolute;inset:0;border-radius:24px;pointer-events:none;box-shadow:inset 0 0 0 1px rgba(31,211,255,.12)}
body.page-home .hero .hero-support-match{max-width:820px;margin-top:8px}
body.page-home .tool-tabs-primary{gap:8px}
body.page-home .tool-tabs-utility{gap:8px;padding-top:2px}
body.page-home .tool-tabs-utility .tab{opacity:.92}
body.page-home .tool-tabs .tab-link{cursor:pointer}
body.page-home .issue-title{color:#9fdfff}
body.page-home .issue-summary{color:#cddae4}
body.page-home .console-prompt-label,body.page-home .console-run-label{color:#27d17f;font-weight:800}
body.page-home .console-prompt-text,body.page-home .console-run-text{color:inherit}
body.page-home .strip-status-row.two-line{display:grid;gap:6px}
body.page-home .status-line{min-height:unset;padding:10px 12px;font-size:.78rem;line-height:1.28}
body.page-home .probe-selector-wrap{border-color:rgba(31,211,255,.18)!important;background:rgba(255,255,255,.03)!important;box-shadow:inset 0 0 0 1px rgba(31,211,255,.05)}
body.page-home .probe-selector-label{font-size:.78rem;letter-spacing:.14em;font-weight:900}
body.page-home .probe-selector-help{font-size:.9rem;color:#a5b7c8}
body.page-home .tool-pills-panel{display:grid;gap:10px}
body.page-home .tool-tabs .tab{font-weight:700}
body.page-home .tool-tabs-primary .tab.active{border-color:rgba(31,211,255,.75)!important;background:rgba(31,211,255,.16)!important;box-shadow:inset 0 0 0 1px rgba(31,211,255,.16),0 0 0 1px rgba(31,211,255,.08)}
body.light.page-home .workbench-shell{border-color:rgba(0,125,184,.22)!important;box-shadow:0 16px 28px rgba(16,32,47,.08), inset 0 0 0 1px rgba(0,125,184,.06)!important}
body.light.page-home .workbench-shell::before{box-shadow:inset 0 0 0 1px rgba(0,125,184,.12)}
body.light.page-home .hero .hero-support-match{}
body.light.page-home .probe-selector-wrap{background:#eef2f5!important;border-color:rgba(16,32,47,.2)!important;box-shadow:inset 0 0 0 1px rgba(16,32,47,.04)!important}
body.light.page-home .probe-selector-label{color:#0f3148!important}
body.light.page-home .probe-selector-help{color:#425666!important}
body.light.page-home .status-strip,body.light.page-home .status-line{background:#e9eef2!important;border-color:rgba(16,32,47,.2)!important;color:#1d3040!important}
body.light.page-home .strip-meta-row,body.light.page-home .strip-time-main,body.light.page-home .strip-time-sub,body.light.page-home .strip-probe{color:#2b4153!important}
body.light.page-home #consoleToolStatus,body.light.page-home #consoleStatus{color:#112131!important}
body.light.page-home .console-prompt-label,body.light.page-home .console-run-label{color:#0e7a4d!important}
body.light.page-home .console-output,body.light.page-home .output{background:#e8edf1!important;border-color:rgba(16,32,47,.2)!important;color:#1b2c3a!important}
body.light.page-home .tool-tabs-primary .tab.active{border-color:rgba(0,125,184,.42)!important;background:#dbeaf2!important;box-shadow:inset 0 0 0 1px rgba(0,125,184,.08)!important}
body.light.page-home .tool-tabs-utility .tab{background:#f3f5f7!important;border-color:rgba(16,32,47,.18)!important;color:#112131!important}
body.light.page-home .issue-panel{background:#f3f5f7!important;border-color:rgba(16,32,47,.16)!important;box-shadow:var(--shadow)!important}
body.light.page-home .issue-title{color:#0f3148!important}
body.light.page-home .issue-summary,body.light.page-home .issue-panel #issueText,body.light.page-home .issue-reasons{color:#425666!important}
@media (max-width:860px){body.page-home .hero .hero-support-match{margin-top:8px}}

/* v82 phase 1 closeout */
body.light.page-home{
  background:#edf2f6!important;
}
body.light.page-home::before{
  background:#edf2f6!important;
}
body.light.page-home::after{
  background:radial-gradient(circle at top center,#ffffff 0%,#f2f6fa 44%,#e7edf3 100%)!important;
}
body.light.page-home .card,
body.light.page-home .console,
body.light.page-home .details-panel,
body.light.page-home .geo-panel,
body.light.page-home .issue-panel,
body.light.page-home .seo{
  background:#f4f6f8!important;
  border-color:rgba(16,32,47,.18)!important;
  box-shadow:0 12px 22px rgba(16,32,47,.05)!important;
}
body.light.page-home .console-bar,
body.light.page-home .settings-panel{
  background:#f7f9fb!important;
  border-color:rgba(16,32,47,.14)!important;
}
body.light.page-home .family-card,
body.light.page-home .copy-chip,
body.light.page-home .mini-pill,
body.light.page-home .tool-tabs .tab,
body.light.page-home .btn,
body.light.page-home .input,
body.light.page-home .probe-selector-select{
  background:#fbfcfd!important;
  border-color:rgba(16,32,47,.2)!important;
  color:#10202f!important;
}
body.light.page-home .tool-tabs-primary .tab.active,
body.light.page-home .btn.primary,
body.light.page-home .mini-pill.active{
  background:#d8e9f2!important;
  border-color:rgba(0,125,184,.42)!important;
  color:#0f3148!important;
  box-shadow:inset 0 0 0 1px rgba(0,125,184,.08)!important;
}
body.light.page-home .workbench-shell{
  border-color:rgba(0,125,184,.26)!important;
  box-shadow:0 14px 28px rgba(16,32,47,.06), inset 0 0 0 1px rgba(0,125,184,.06)!important;
}
body.light.page-home .workbench-shell::before{
  box-shadow:inset 0 0 0 1px rgba(0,125,184,.14)!important;
}
body.light.page-home .probe-selector-wrap{
  background:#eef2f5!important;
  border-color:rgba(16,32,47,.24)!important;
  box-shadow:0 0 0 1px rgba(16,32,47,.03), inset 0 0 0 1px rgba(16,32,47,.04)!important;
}
body.page-home .probe-selector-wrap{
  border-color:rgba(31,211,255,.26)!important;
  box-shadow:0 0 0 1px rgba(31,211,255,.05), inset 0 0 0 1px rgba(31,211,255,.07)!important;
}
body.page-home .probe-selector-select{
  font-weight:700;
}
body.page-home .probe-selector-help{
  font-size:.92rem;
}
body.light.page-home .probe-selector-label{
  color:#0f3148!important;
}
body.light.page-home .probe-selector-help{
  color:#344a5e!important;
}
body.light.page-home .probe-selector-select{
  background:#ffffff!important;
  border-color:rgba(16,32,47,.24)!important;
}
body.light.page-home .status-strip,
body.light.page-home .status-line{
  background:#f0f3f6!important;
  border-color:rgba(16,32,47,.24)!important;
  color:#162838!important;
}
body.light.page-home .strip-meta-row,
body.light.page-home .strip-time-main,
body.light.page-home .strip-time-sub,
body.light.page-home .strip-probe,
body.light.page-home .clock-label,
body.light.page-home .clock-value,
body.light.page-home .clock-sub,
body.light.page-home .clock-zone{
  color:#223b4d!important;
}
body.light.page-home .strip-meta-row{
  font-weight:600;
}
body.light.page-home #consoleToolStatus,
body.light.page-home #consoleStatus,
body.light.page-home .console-prompt-text,
body.light.page-home .console-run-text{
  color:#132434!important;
}
body.light.page-home .console-output,
body.light.page-home .output{
  background:#edf1f4!important;
  border-color:rgba(16,32,47,.22)!important;
  color:#182a3a!important;
}
body.light.page-home .issue-panel{
  background:#f4f6f8!important;
  border-color:rgba(126,58,73,.24)!important;
}
body.light.page-home .issue-title{
  color:#0f3148!important;
}
body.light.page-home .issue-summary,
body.light.page-home .issue-panel #issueText,
body.light.page-home .issue-reasons,
body.light.page-home .issue-hint{
  color:#3f5568!important;
}

/* v83 probe status row and theme menu cleanup */
.theme-option-icon::before{content:"";position:absolute;top:0;bottom:0;left:0;width:50%;background:currentColor}
.theme-option-dark::before{left:auto;right:0}
.theme-option-system::before{left:10%;width:82%;background:currentColor;clip-path:polygon(0 100%,100% 0,100% 36%,36% 100%)}
.theme-option-system::after{content:"";position:absolute;inset:3px;border-radius:50%;border:2px solid currentColor;opacity:.72}
.theme-option.active::before,.theme-option.active::after{display:none!important}
.theme-option.active{border-color:rgba(31,211,255,.48);background:linear-gradient(180deg,rgba(31,211,255,.16),rgba(31,211,255,.1));box-shadow:inset 0 0 0 1px rgba(31,211,255,.16),0 0 0 1px rgba(31,211,255,.08)}
.theme-option.active .theme-option-label{font-weight:800}
body.light .theme-option.active{border-color:rgba(0,125,184,.38);background:rgba(0,125,184,.08);box-shadow:inset 0 0 0 1px rgba(0,125,184,.10)}
.theme-option-label{font-weight:700}

.probe-status-wrap{display:grid;gap:8px;margin-top:2px}
.probe-status-title{font-size:.68rem;font-weight:800;letter-spacing:.12em;text-transform:uppercase;color:#7fa8bf}
.probe-status-pills{display:flex;flex-wrap:wrap;gap:8px}
.probe-status-legend{display:flex;flex-wrap:wrap;align-items:center;gap:12px;margin-top:1px;color:#8ca1b2;font-size:.64rem;font-weight:400;letter-spacing:.02em;line-height:1.2}
.probe-status-legend-item{display:inline-flex;align-items:center;gap:5px}
.probe-status-legend-dot{width:7px;height:7px;flex:0 0 7px;border-radius:999px;box-shadow:0 0 0 1px rgba(0,0,0,.18)}
.probe-status-legend-dot--healthy{background:#2bd576}
.probe-status-legend-dot--unavailable{background:var(--probe-unavailable-red)}
.probe-status-pill{display:inline-flex;align-items:center;gap:6px;padding:5px 9px;border-radius:999px;border:1px solid rgba(255,255,255,.12);background:rgba(255,255,255,.035);color:#d8e4ec;font:inherit;font-size:.71rem;font-weight:600;letter-spacing:.015em;cursor:pointer;transition:.16s ease}
.probe-status-pill:hover{border-color:rgba(31,211,255,.28);background:rgba(31,211,255,.08)}
.probe-status-pill.active{border-color:rgba(31,211,255,.52);background:rgba(31,211,255,.12);box-shadow:inset 0 0 0 1px rgba(31,211,255,.12)}
.probe-status-pill.is-disabled,.probe-status-pill:disabled{cursor:not-allowed;opacity:1;color:#aebcc8;background:rgba(255,255,255,.028);border-color:rgba(255,255,255,.10)}
.probe-status-pill.is-disabled:hover,.probe-status-pill:disabled:hover{border-color:rgba(255,255,255,.12);background:rgba(255,255,255,.035)}
.probe-status-dot{width:8px;height:8px;flex:0 0 8px;border-radius:999px;background:#2bd576;box-shadow:0 0 0 1px rgba(0,0,0,.18)}
.probe-status-pill[data-status="healthy"] .probe-status-dot{background:#2bd576}
.probe-status-pill[data-status="degraded"] .probe-status-dot{background:var(--probe-unavailable-red)}
.probe-status-pill[data-status="down"] .probe-status-dot{background:var(--probe-unavailable-red)}
 .probe-status-pill[data-status="unavailable"] .probe-status-dot{background:var(--probe-unavailable-red)}
.probe-status-pill[data-status="checking"] .probe-status-dot{background:#f0b34a}
body.light.page-home .probe-status-title{color:#506474}
body.light.page-home .probe-status-legend{color:#5a6c7d}
body.light.page-home .probe-status-pill{background:#f7f9fb;border-color:rgba(16,32,47,.16);color:#223747}
body.light.page-home .probe-status-pill:hover{border-color:rgba(0,125,184,.24);background:#eef5f8}
body.light.page-home .probe-status-pill.active{border-color:rgba(0,125,184,.34);background:#dfeef5;box-shadow:inset 0 0 0 1px rgba(0,125,184,.08)}
body.light.page-home .probe-status-pill.is-disabled,body.light.page-home .probe-status-pill:disabled{background:#f7f9fb;border-color:rgba(16,32,47,.16);color:#647585;opacity:1}

body.light.page-home .status-strip,
body.light.page-home .status-line{background:#eef2f5!important;border-color:rgba(16,32,47,.28)!important;color:#172b39!important}
body.light.page-home .strip-meta-row,
body.light.page-home .strip-time-main,
body.light.page-home .strip-time-sub,
body.light.page-home .strip-probe{color:#243a4a!important;font-weight:700}
body.light.page-home .strip-meta-row{font-size:.76rem!important;letter-spacing:0}
body.light.page-home .console-prompt-text,
body.light.page-home .console-run-text{color:#172a39!important}
body.light.page-home .console-prompt-label,
body.light.page-home .console-run-label{color:#0c7a4c!important}
body.light.page-home .status-strip[data-kind="running"]{background:#f4e7bf!important;color:#5f4600!important}
body.light.page-home .status-strip[data-kind="success"]{background:#deefe6!important;color:#0f6540!important}
body.light.page-home .status-strip[data-kind="error"]{background:#f5e1e5!important;color:#842838!important}

/* v84 homepage closeout: top action cluster, available probes, shell boundary, and light-row readability */
body.page-home .action-row.compact-actions{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px}
body.page-home .action-row.compact-actions .btn-primary-tool{width:100%;min-width:0}
body.page-home .action-row.compact-actions .btn-primary-tool:last-child{grid-column:1 / -1}
body.page-home .probe-status-title{content-visibility:auto}
body.light.page-home #localTimeValue,
body.light.page-home #utcTimeValue,
body.light.page-home #probeLabel{color:var(--accent)!important;font-weight:800}
@media (min-width:700px){
  body.page-home .action-row.compact-actions{grid-template-columns:repeat(3,minmax(0,1fr))}
  body.page-home .action-row.compact-actions .btn-primary-tool:last-child{grid-column:auto}
}
@media (max-width:640px){
  body.page-home .workbench-shell{margin-left:4px;margin-right:4px}
}
@media (min-width:1100px){
  body.page-home .page{
    grid-template-columns:minmax(0,1.15fr) minmax(360px,.85fr);
    grid-template-areas:
      "hero hero"
      "workbench details"
      "academy academy";
    align-items:start;
    column-gap:18px;
    row-gap:14px;
  }
  body.page-home .hero{grid-area:hero}
  body.page-home .workbench-shell{grid-area:workbench}
  body.page-home .details-panel{grid-area:details;position:sticky;top:18px;align-self:start;margin-top:0}
  body.page-home .academy-launchpad{grid-area:academy}
  body.page-home .console-main{display:grid;grid-template-columns:1fr;grid-template-areas:none;row-gap:10px}
}
@media (min-width:1400px){
  body.page-home .page{grid-template-columns:minmax(0,1.12fr) minmax(410px,.88fr)}
}

/* v87 packaging correction and details heading alignment polish */
body.page-home .shell{padding-top:8px}
body.page-home .action-row.compact-actions{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:8px}
body.page-home .action-row.compact-actions .btn-primary-tool{width:100%;min-width:0;white-space:nowrap;padding:10px 10px;font-size:.94rem;line-height:1.1}
body.page-home .action-row.compact-actions .btn-primary-tool:last-child{grid-column:auto}
body.page-home .btn-primary-tool.active{border-color:rgba(31,211,255,.75)!important;background:rgba(31,211,255,.16)!important;box-shadow:inset 0 0 0 1px rgba(31,211,255,.16),0 0 0 1px rgba(31,211,255,.08)}
body.light.page-home .btn-primary-tool.active{border-color:rgba(0,125,184,.42)!important;background:#dbeaf2!important;box-shadow:inset 0 0 0 1px rgba(0,125,184,.08)!important}
body.page-home .btn-primary-tool.running{border-color:rgba(31,211,255,.75)!important;background:rgba(31,211,255,.16)!important;box-shadow:inset 0 0 0 1px rgba(31,211,255,.16),0 0 0 1px rgba(31,211,255,.08)!important}
body.light.page-home .btn-primary-tool.running{border-color:rgba(0,125,184,.42)!important;background:#dbeaf2!important;box-shadow:inset 0 0 0 1px rgba(0,125,184,.08)!important}
body.page-home .status-strip{padding-right:12px!important}
body.page-home .strip-meta-row,body.page-home .strip-status-row{padding-right:0}
body.page-home .status-line{width:100%}
body.page-home .details-panel,body.page-home .academy-launchpad{padding-left:16px;padding-right:16px}
body.page-home .details-head{margin-top:14px!important;margin-bottom:8px!important;padding-left:2px}
body.page-home .details-grid .meta-chip{padding:14px 16px}
body.page-home .map-panel{padding-left:2px;padding-right:2px}
body.page-home .build-footer{padding-left:12px;padding-right:12px}
@media (max-width:560px){
  body.page-home .action-row.compact-actions{gap:7px}
  body.page-home .action-row.compact-actions .btn-primary-tool{padding:9px 8px;font-size:.88rem}
  body.page-home .details-panel,body.page-home .academy-launchpad{padding-left:14px;padding-right:14px}
  body.page-home .details-head{margin-top:16px!important;margin-bottom:8px!important;padding-left:2px}
  body.page-home .details-grid .meta-chip{padding:13px 14px}
}

/* v99 light-mode palette refresh, theme menu polish, and spacing cleanup */
body.light{
  --bg:#eef1f4;
  --bg2:#e6ebf0;
  --card:#fbfcfd;
  --card2:#f5f7fa;
  --line:rgba(24,38,56,.14);
  --text:#17212c;
  --muted:#566679;
  --accent:#2f6fe4;
  --accent2:#67b96b;
  --warn:#96640b;
  --danger:#bb4b5d;
  --shadow:0 14px 28px rgba(17,28,39,.08);
}
html.light,body.light{background:#eef1f4!important}
body.light::before{background:#eef1f4!important}
body.light::after{background:radial-gradient(circle at top center,#ffffff 0%,#f8fafc 36%,#eef1f4 100%)!important}
body.light .card,
body.light .console,
body.light .seo,
body.light .issue-panel,
body.light .geo-panel,
body.light .more-panel,
body.light .details-panel,
body.light .summary-card,
body.light .academy-hero-card,
body.light .academy-grid-card,
body.light .academy-article-card,
body.light .academy-related-card,
body.light .academy-faq-card,
body.light .tool-modal-card{
  background:#fbfcfd!important;
  border-color:rgba(24,38,56,.14)!important;
  box-shadow:0 10px 22px rgba(17,28,39,.06)!important;
}
body.light .console-bar,
body.light .settings-panel,
body.light .tool-modal-head,
body.light .tool-modal-foot,
body.light .header-popover,
body.light .mobile-nav.menu-sheet{
  background:#f8fafc!important;
  border-color:rgba(24,38,56,.12)!important;
}
body.light .header-icon-btn,
body.light .nav-toggle,
body.light .menu-link,
body.light .copy-hint-pill,
body.light .theme-option,
body.light .mini-pill,
body.light .tab,
body.light .btn,
body.light .copy-chip,
body.light .input,
body.light .tool-modal-field,
body.light .probe-selector-wrap,
body.light .probe-selector-select,
body.light .academy-pill,
body.light .academy-card-link,
body.light .academy-mini-card,
body.light .academy-callout,
body.light .faq details,
body.light .meta-chip,
body.light .primary-ip,
body.light .family-card,
body.light .rdns-line{
  background:#ffffff!important;
  border-color:rgba(24,38,56,.16)!important;
  color:#17212c!important;
  box-shadow:none!important;
}
body.light .hero h1,
body.light .section-title,
body.light .panel-title,
body.light .academy-hero-card h1,
body.light .academy-section h2,
body.light .glossary-row dt,
body.light .logo-text,
body.light .site-links a,
body.light .mobile-nav a,
body.light .console-title,
body.light .console-output,
body.light .output,
body.light .status-line,
body.light .status-strip,
body.light .time-chip .v,
body.light .clock-value,
body.light .academy-breadcrumbs a,
body.light .academy-inline-links a,
body.light .tool-modal-copy,
body.light .tool-modal-lead{
  color:#17212c!important;
}
body.light .lede,
body.light .small-lede,
body.light .result-sub,
body.light .academy-card-link span,
body.light .academy-mini-card span,
body.light .academy-callout p,
body.light .academy-updated,
body.light .academy-section p,
body.light .academy-learn-list,
body.light .issue-summary,
body.light .issue-panel #issueText,
body.light .issue-reasons,
body.light .build-footer,
body.light .tool-help,
body.light .mobile-nav,
body.light .site-links,
body.light .console-sub,
body.light .clock-sub,
body.light .clock-zone,
body.light .time-chip .sub,
body.light .time-chip .tz,
body.light .status-prompt,
body.light .muted,
body.light .geo-caption,
body.light .probe-selector-help,
body.light .copy-hint-pill,
body.light .tool-advanced-summary,
body.light .tool-field-help,
body.light .tool-modal-copy p,
body.light .tool-modal-copy li{
  color:#566679!important;
}
body.light .eyebrow,
body.light .family-k,
body.light .primary-label,
body.light .time-chip .k,
body.light .meta-chip .k,
body.light .geo-item .label,
body.light .rdns-line .label,
body.light .academy-kicker,
body.light .menu-section-title,
body.light .probe-selector-label,
body.light .probe-status-title,
body.light .build-sub,
body.light .issue-title{
  color:#4c78b0!important;
}
body.light .console-output,
body.light .output{
  background:#f2f5f8!important;
  border-color:rgba(24,38,56,.18)!important;
  color:#1b2732!important;
}
body.light .tool-tabs .tab.active,
body.light .mini-pill.active,
body.light .protocol-card.active,
body.light .btn.primary,
body.light .theme-option.active,
body.light .btn-primary-tool.active,
body.light .btn-primary-tool.running{
  background:#eaf1ff!important;
  border-color:rgba(47,111,228,.46)!important;
  color:#214b9b!important;
  box-shadow:inset 0 0 0 1px rgba(47,111,228,.12),0 8px 16px rgba(47,111,228,.08)!important;
}
body.light .theme-option{padding:12px 14px;border-radius:16px}
body.light .theme-option:hover,
body.light .menu-link:hover,
body.light .header-icon-btn:hover,
body.light .nav-toggle:hover,
body.light .academy-card-link:hover,
body.light .academy-mini-card:hover,
body.light .mini-pill:hover,
body.light .tab:hover,
body.light .btn:hover,
body.light .copy-chip:hover{
  background:#f4f7fb!important;
  border-color:rgba(47,111,228,.24)!important;
  box-shadow:0 8px 16px rgba(47,111,228,.06)!important;
}
body.light .header-popover{min-width:236px;padding:12px;gap:8px;border-radius:20px;box-shadow:0 20px 40px rgba(17,28,39,.10)!important}
body.light .theme-option.active .theme-option-label{font-weight:800}
body.light .theme-option.active .theme-option-icon{color:#2f6fe4!important}
body.light .theme-option-light{color:#6a7584}
body.light .theme-option-dark{color:#2f6fe4}
body.light .theme-option-system{color:#7890aa}
body.light.page-home .workbench-shell{
  background:#f8fafc!important;
  border-color:rgba(47,111,228,.20)!important;
  box-shadow:0 14px 30px rgba(17,28,39,.08), inset 0 0 0 1px rgba(47,111,228,.04)!important;
}
body.light.page-home .workbench-shell::before{box-shadow:inset 0 0 0 1px rgba(47,111,228,.11)!important}
body.light.page-home .probe-selector-wrap{
  background:#f6f8fb!important;
  border-color:rgba(24,38,56,.16)!important;
  box-shadow:inset 0 0 0 1px rgba(24,38,56,.03)!important;
}
body.light.page-home .probe-selector-select{
  background:#ffffff!important;
  border-color:rgba(24,38,56,.18)!important;
}
body.light.page-home .probe-selector-help{color:#58697a!important}
body.light.page-home .probe-status-pill{background:#ffffff!important;border-color:rgba(24,38,56,.16)!important;color:#223544!important}
body.light.page-home .probe-status-pill.active{background:#eaf1ff!important;border-color:rgba(47,111,228,.40)!important;box-shadow:inset 0 0 0 1px rgba(47,111,228,.10)!important}
body.light.page-home .status-strip,
body.light.page-home .status-line{
  background:#f7fafc!important;
  border-color:rgba(24,38,56,.16)!important;
  color:#1b2834!important;
}
body.light.page-home .strip-meta-row{
  color:#425464!important;
  border-bottom-color:rgba(24,38,56,.10)!important;
  font-weight:700;
}
body.light.page-home #localTimeValue,
body.light.page-home #utcTimeValue,
body.light.page-home #probeLabel{color:#2f6fe4!important;font-weight:800}
body.light.page-home #consoleToolStatus,
body.light.page-home #consoleStatus,
body.light.page-home .console-prompt-text,
body.light.page-home .console-run-text{color:#1a2734!important}
body.light.page-home .console-prompt-label,
body.light.page-home .console-run-label{color:#1f8a57!important}
body.light.page-home .issue-panel{
  background:#fbfcfd!important;
  border-color:rgba(187,75,93,.22)!important;
  box-shadow:0 10px 20px rgba(17,28,39,.04)!important;
}
body.light.page-home .issue-title{color:#4c78b0!important}
body.light.page-home .issue-summary,
body.light.page-home .issue-panel #issueText,
body.light.page-home .issue-reasons,
body.light.page-home .issue-hint{color:#5c6c7c!important}
body.page-home .console-main{gap:12px!important}
body.page-home .probe-selector-wrap,
body.page-home .console-live,
body.page-home .tool-pills-panel,
body.page-home .issue-panel{margin-top:0!important}
body.page-home .probe-selector-wrap,
body.page-home .console-live,
body.page-home .console-shell,
body.page-home .issue-panel{border-radius:18px}
body.page-home .details-panel{padding-left:16px;padding-right:16px}
body.page-home .details-head{margin-top:16px!important;margin-bottom:10px!important;padding-left:2px}
body.page-home .details-grid{gap:8px!important}
body.page-home .details-grid .meta-chip{padding:12px 14px!important}
body.page-home .details-grid .meta-chip .k{margin-bottom:6px}
body.page-home .details-grid .meta-chip .v{font-size:.95rem;line-height:1.42;overflow-wrap:anywhere;word-break:break-word}
body.page-home .map-panel{margin-top:12px!important;padding-top:0!important}
body.page-home .academy-launchpad{padding-left:16px;padding-right:16px}
body.light.page-home .copy-hint-pill{background:#f8fafc!important;border-color:rgba(24,38,56,.14)!important;color:#536272!important}
body.light.page-home .menu-link,
body.light.page-home .nav-toggle,
body.light.page-home .header-icon-btn{background:#f8fafc!important;border-color:rgba(24,38,56,.14)!important;color:#17212c!important}

/* v99 spacing and density cleanup */
body.page-home .console-main{gap:10px!important}
body.page-home .primary-family-grid{gap:8px!important}
body.page-home .action-row.compact-actions{margin:0!important;gap:8px!important}
body.page-home .probe-selector-wrap{margin:0!important;padding:13px 14px!important}
body.page-home .probe-status-wrap{gap:6px!important}
body.page-home .probe-status-pills{gap:6px!important}
body.page-home .probe-status-pill.is-disabled .probe-status-dot,
body.page-home .probe-status-pill:disabled .probe-status-dot{opacity:1!important;background:var(--probe-unavailable-red)!important}
body.light.page-home .probe-status-pill.is-disabled .probe-status-dot,
body.light.page-home .probe-status-pill:disabled .probe-status-dot{opacity:1!important;background:var(--probe-unavailable-red)!important}
body.page-home .console-live{gap:8px!important}
body.page-home .console-top{gap:8px!important}
body.page-home .status-strip{padding:10px 11px!important}
body.page-home .strip-meta-row{padding-bottom:7px!important;margin-bottom:7px!important}
body.page-home .strip-status-row.two-line{gap:5px!important}
body.page-home .status-line{padding:9px 11px!important;line-height:1.24!important}
body.page-home .console-output{min-height:150px;padding:14px 52px 14px 14px!important}
body.page-home .tool-pills-panel{gap:8px!important}
body.page-home .tool-tabs,body.page-home .tool-tabs-primary,body.page-home .tool-tabs-utility{gap:6px!important}
body.page-home .tool-tabs-primary{padding-top:0!important}
body.page-home .tool-tabs-utility{padding-top:0!important}
body.page-home .tool-pills-panel .tab{padding:7px 10px!important;font-size:.84rem!important;line-height:1.15!important}
body.page-home .issue-panel{padding:13px 14px!important}
body.page-home .details-panel{padding-left:14px!important;padding-right:14px!important}
body.page-home .details-head{margin-top:12px!important;margin-bottom:8px!important;padding-left:2px!important}
body.page-home .details-grid{gap:7px!important}
body.page-home .details-grid .meta-chip{padding:11px 13px!important}
body.page-home .details-grid .meta-chip .k{margin-bottom:4px!important}
body.page-home .details-grid .meta-chip .v{font-size:.93rem!important;line-height:1.35!important}
body.page-home .map-panel{margin-top:10px!important}
body.page-home .map-panel #mapWrap{min-height:208px!important}
body.page-home .academy-launchpad{padding-left:14px!important;padding-right:14px!important}
body.page-home .academy-grid{gap:10px!important}
body.page-home .academy-grid-card{padding:14px 15px!important}
body.page-home .build-footer{padding-top:8px!important}

@media (min-width:1100px){
  body.page-home .console-main{column-gap:16px!important;row-gap:10px!important}
  body.page-home .details-panel{padding-left:15px!important;padding-right:15px!important}
  body.page-home .details-grid{gap:8px!important}
  body.page-home .details-grid .meta-chip{padding:11px 13px!important}
}

@media (max-width:860px){
  body.page-home .console-main{gap:9px!important}
  body.page-home .action-row.compact-actions{gap:7px!important}
  body.page-home .probe-selector-wrap{padding:12px 13px!important}
  body.page-home .status-strip{padding:9px 10px!important}
  body.page-home .status-line{padding:8px 10px!important}
  body.page-home .console-output{min-height:142px!important;font-size:.77rem!important;line-height:1.36!important;padding:13px 48px 13px 13px!important}
  body.page-home .tool-pills-panel .tab{padding:7px 9px!important;font-size:.83rem!important}
  body.page-home .details-panel,body.page-home .academy-launchpad{padding-left:13px!important;padding-right:13px!important}
  body.page-home .details-grid .meta-chip{padding:10px 12px!important}
}

@media (max-width:560px){
  body.page-home .console-main{gap:8px!important}
  body.page-home .probe-selector-wrap{padding:11px 12px!important}
  body.page-home .status-strip{padding:8px 9px!important}
  body.page-home .strip-meta-row{padding-bottom:6px!important;margin-bottom:6px!important}
  body.page-home .status-line{padding:8px 9px!important;font-size:.76rem!important}
  body.page-home .console-output{min-height:136px!important;font-size:.75rem!important;line-height:1.34!important;padding:12px 46px 12px 12px!important}
  body.page-home .tool-pills-panel .tab{padding:7px 9px!important;font-size:.81rem!important}
  body.page-home .details-panel,body.page-home .academy-launchpad{padding-left:12px!important;padding-right:12px!important}
  body.page-home .details-head{margin-top:11px!important;margin-bottom:7px!important}
  body.page-home .details-grid{gap:6px!important}
  body.page-home .details-grid .meta-chip{padding:10px 11px!important}
  body.page-home .details-grid .meta-chip .v{font-size:.91rem!important;line-height:1.32!important}
}

@media (orientation: landscape) and (max-width:1100px){
  body.page-home .shell{
    width:min(97vw, calc(100vw - max(12px, env(safe-area-inset-left)) - max(12px, env(safe-area-inset-right)) - 8px))!important;
    max-width:min(97vw, calc(100vw - max(12px, env(safe-area-inset-left)) - max(12px, env(safe-area-inset-right)) - 8px))!important;
    padding-left:max(10px, env(safe-area-inset-left))!important;
    padding-right:max(10px, env(safe-area-inset-right))!important;
    padding-top:4px!important;
  }
  body.page-home .hero{padding-top:2px!important;padding-bottom:8px!important}
  body.page-home .console-main{gap:8px!important}
  body.page-home .action-row.compact-actions{gap:7px!important}
  body.page-home .probe-selector-wrap{padding:11px 12px!important}
  body.page-home .status-strip{padding:8px 10px!important}
  body.page-home .strip-meta-row{padding-bottom:6px!important;margin-bottom:6px!important}
  body.page-home .status-line{padding:8px 10px!important;font-size:.73rem!important;line-height:1.22!important}
  body.page-home .console-output{min-height:128px!important;font-size:.71rem!important;line-height:1.32!important;padding:11px 46px 11px 11px!important}
  body.page-home .tool-tabs,body.page-home .tool-tabs-primary,body.page-home .tool-tabs-utility{gap:5px!important}
  body.page-home .tool-pills-panel .tab{padding:6px 8px!important;font-size:.78rem!important}
  body.page-home .details-panel,body.page-home .academy-launchpad{padding-left:11px!important;padding-right:11px!important}
  body.page-home .details-head{margin-top:10px!important;margin-bottom:6px!important}
  body.page-home .details-grid{gap:5px!important}
  body.page-home .details-grid .meta-chip{padding:9px 10px!important}
  body.page-home .details-grid .meta-chip .k{margin-bottom:3px!important}
  body.page-home .details-grid .meta-chip .v{font-size:.82rem!important;line-height:1.26!important}
  body.page-home .map-panel{margin-top:8px!important}
  body.page-home .map-panel #mapWrap{min-height:190px!important}
  body.page-home .academy-grid{gap:8px!important}
  body.page-home .academy-grid-card{padding:12px 13px!important}
}

/* v100 phase 2.1 responsive layout */
@media (orientation: landscape) and (min-width: 821px) and (max-width: 1100px){
  body.page-home .shell{
    max-width:none!important;
    width:calc(100vw - max(12px, env(safe-area-inset-left)) - max(12px, env(safe-area-inset-right)) - 20px)!important;
    padding-left:max(10px, env(safe-area-inset-left))!important;
    padding-right:max(10px, env(safe-area-inset-right))!important;
    padding-top:4px!important;
    margin-left:auto!important;
    margin-right:auto!important;
  }
  body.page-home .page{
    grid-template-columns:minmax(0,1.08fr) minmax(320px,.92fr);
    grid-template-areas:
      "hero hero"
      "workbench details"
      "academy academy";
    column-gap:12px;
    row-gap:12px;
    align-items:start;
  }
  body.page-home .hero{grid-area:hero;max-width:none!important;padding-top:0!important;padding-bottom:6px!important}
  body.page-home .hero h1{font-size:clamp(1.55rem,3.1vw,2.2rem)!important;line-height:1.06!important;margin-bottom:10px!important}
  body.page-home .hero .lede{max-width:none!important;font-size:.9rem!important;line-height:1.33!important}
  body.page-home .copy-hint{margin-top:8px!important}
  body.page-home .workbench-shell{grid-area:workbench;margin-top:0!important}
  body.page-home .details-panel{grid-area:details;position:sticky;top:10px;align-self:start;margin-top:0!important;padding-left:10px!important;padding-right:10px!important}
  body.page-home .academy-launchpad{grid-area:academy;margin-top:0!important}
  body.page-home .console-main{gap:8px!important}
  body.page-home .result-head{margin-bottom:0!important}
  body.page-home .primary-family-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:8px!important}
  body.page-home .family-card{padding:10px 12px!important}
  body.page-home .family-k{font-size:.72rem!important}
  body.page-home .family-v{font-size:1.12rem!important}
  body.page-home .action-row.compact-actions{grid-template-columns:repeat(3,minmax(0,1fr));gap:6px!important}
  body.page-home .action-row.compact-actions .btn-primary-tool{padding:8px 8px!important;font-size:.82rem!important;line-height:1.08!important}
  body.page-home .probe-selector-wrap{padding:10px 11px!important}
  body.page-home .probe-selector-label{font-size:.72rem!important}
  body.page-home .probe-selector-help{font-size:.82rem!important}
  body.page-home .probe-status-title{font-size:.72rem!important}
  body.page-home .probe-status-pill{padding:5px 8px!important;font-size:.76rem!important;font-weight:400!important}
  body.page-home .status-strip{padding:8px 9px!important}
  body.page-home .strip-meta-row{padding-bottom:6px!important;margin-bottom:6px!important;font-size:.72rem!important}
  body.page-home .strip-status-row.two-line{gap:4px!important}
  body.page-home .status-line{padding:8px 9px!important;font-size:.72rem!important;line-height:1.22!important}
  body.page-home .console-output{min-height:124px!important;padding:11px 42px 11px 11px!important;font-size:.71rem!important;line-height:1.3!important}
  body.page-home .tool-pills-panel{gap:7px!important}
  body.page-home .tool-tabs,body.page-home .tool-tabs-primary,body.page-home .tool-tabs-utility{gap:5px!important}
  body.page-home .tool-pills-panel .tab{padding:6px 8px!important;font-size:.76rem!important;line-height:1.1!important}
  body.page-home .issue-panel{padding:12px 12px!important}
  body.page-home .details-head{margin-top:10px!important;margin-bottom:6px!important}
  body.page-home .details-grid{gap:5px!important}
  body.page-home .details-grid .meta-chip{padding:9px 10px!important}
  body.page-home .details-grid .meta-chip .k{margin-bottom:3px!important;font-size:.69rem!important}
  body.page-home .details-grid .meta-chip .v{font-size:.82rem!important;line-height:1.26!important}
  body.page-home .map-panel{margin-top:8px!important}
  body.page-home .map-panel #mapWrap{min-height:180px!important}
  body.page-home .map-panel .muted{font-size:.8rem!important}
  body.page-home .academy-launchpad{padding-left:11px!important;padding-right:11px!important}
  body.page-home .home-card-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:8px!important}
  body.page-home .academy-card-link{padding:12px 13px!important}
  body.page-home .academy-card-link strong{font-size:.92rem!important}
  body.page-home .academy-card-link span{font-size:.78rem!important;line-height:1.32!important}
}

@media (min-width: 700px) and (max-width: 1099px) and (orientation: portrait){
  body.page-home .shell{max-width:980px;padding-left:18px!important;padding-right:18px!important}
  body.page-home .page{gap:18px!important}
  body.page-home .workbench-shell{margin-top:0!important}
  body.page-home .details-panel,body.page-home .academy-launchpad{padding-left:15px!important;padding-right:15px!important}
  body.page-home .details-grid{grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:8px!important}
  body.page-home .details-grid .meta-chip{padding:11px 12px!important}
  body.page-home .details-grid .meta-chip .v{font-size:.92rem!important;line-height:1.33!important}
  body.page-home .map-panel #mapWrap{min-height:230px!important}
  body.page-home .home-card-grid{grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:10px!important}
  body.page-home .academy-card-link{padding:14px 15px!important}
}

@media (min-width: 1100px){
  body.page-home .shell{max-width:1400px!important;padding-left:24px!important;padding-right:24px!important}
  body.page-home .page{
    grid-template-columns:minmax(0,1.08fr) minmax(380px,.92fr)!important;
    grid-template-areas:
      "hero hero"
      "workbench details"
      "academy academy";
    column-gap:20px!important;
    row-gap:16px!important;
    align-items:start;
  }
  body.page-home .hero{max-width:960px!important;padding-bottom:10px!important}
  body.page-home .workbench-shell{grid-area:workbench}
  body.page-home .details-panel{grid-area:details;position:sticky;top:18px;align-self:start;margin-top:0!important}
  body.page-home .academy-launchpad{grid-area:academy}
  body.page-home .tool-pills-panel .tab{font-size:.87rem!important}
  body.page-home .map-panel #mapWrap{min-height:240px!important}
}

@media (min-width: 1360px){
  body.page-home .shell{max-width:1480px!important}
  body.page-home .page{grid-template-columns:minmax(0,1.05fr) minmax(500px,.95fr)!important}
  body.page-home .details-panel{
    display:grid;
    grid-template-columns:minmax(0,1fr) minmax(300px,.94fr);
    grid-template-areas:
      "head head"
      "grid map";
    column-gap:14px;
    row-gap:10px;
    align-items:start;
  }
  body.page-home .details-head{grid-area:head;margin-top:12px!important;margin-bottom:4px!important}
  body.page-home .details-grid{grid-area:grid;grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:8px!important}
  body.page-home .map-panel{grid-area:map;margin-top:0!important;padding-left:0!important;padding-right:0!important;align-self:start}
  body.page-home .map-panel #mapWrap{min-height:320px!important}
}

@media (min-width: 1500px){
  body.page-home .page{grid-template-columns:minmax(0,1.04fr) minmax(580px,.96fr)!important}
  body.page-home .details-panel{grid-template-columns:minmax(0,1fr) minmax(340px,.98fr)}
}

/* v101 cleanup pass */
body.page-home .details-grid{gap:6px!important}
body.page-home .details-grid .meta-chip{padding:10px 11px!important}
body.page-home .details-grid .meta-chip .k{margin-bottom:3px!important}
body.page-home .details-grid .meta-chip .v{line-height:1.3!important}
body.page-home .google-map-wrap,
body.page-home .simple-map{width:100%;height:100%}
body.page-home .google-static-map,
body.page-home .google-static-map.skip-lazy{display:block;width:100%;height:100%!important;aspect-ratio:auto!important;object-fit:cover;object-position:center}
body.page-home .map-panel #mapWrap{height:220px!important;min-height:0!important;overflow:hidden;border-radius:18px}
body.page-home .map-panel .google-map-wrap{border-radius:18px;height:100%;min-height:0!important}

@media (max-width:560px){
  body.page-home .details-grid{gap:5px!important}
  body.page-home .details-grid .meta-chip{padding:9px 10px!important}
  body.page-home .details-grid .meta-chip .k{margin-bottom:3px!important}
  body.page-home .details-grid .meta-chip .v{font-size:.9rem!important;line-height:1.28!important}
}

@media (orientation: landscape) and (max-width:1100px){
  body.page-home .shell{
    width:calc(100vw - env(safe-area-inset-left) - env(safe-area-inset-right))!important;
    max-width:calc(100vw - env(safe-area-inset-left) - env(safe-area-inset-right))!important;
    padding-left:max(4px, env(safe-area-inset-left))!important;
    padding-right:max(4px, env(safe-area-inset-right))!important;
  }
  body.is-safari .shell{
    width:calc(100vw - env(safe-area-inset-left) - env(safe-area-inset-right))!important;
    max-width:calc(100vw - env(safe-area-inset-left) - env(safe-area-inset-right))!important;
    padding-left:max(4px, env(safe-area-inset-left))!important;
    padding-right:max(4px, env(safe-area-inset-right))!important;
  }
  body.page-home .details-grid{gap:4px!important}
  body.page-home .details-grid .meta-chip{padding:8px 9px!important}
  body.page-home .details-grid .meta-chip .k{margin-bottom:2px!important;font-size:.68rem!important}
  body.page-home .details-grid .meta-chip .v{font-size:.8rem!important;line-height:1.22!important}
  body.page-home .map-panel #mapWrap{height:186px!important}
}

@media (orientation: landscape) and (min-width: 821px) and (max-width: 1100px){
  body.page-home .page{
    grid-template-columns:minmax(0,1.42fr) minmax(260px,.58fr);
    column-gap:8px;
    row-gap:10px;
  }
  body.page-home .details-panel{padding-left:8px!important;padding-right:8px!important}
  body.page-home .map-panel #mapWrap{height:198px!important}
}

@media (min-width: 700px) and (max-width: 1099px) and (orientation: portrait){
  body.page-home .details-grid{gap:7px!important}
  body.page-home .details-grid .meta-chip{padding:10px 11px!important}
  body.page-home .details-grid .meta-chip .v{font-size:.9rem!important;line-height:1.3!important}
}

@media (min-width: 1100px){
  body.page-home .page{
    grid-template-columns:minmax(0,1.2fr) minmax(360px,.8fr)!important;
    column-gap:16px!important;
  }
  body.page-home .details-panel{padding-left:10px!important;padding-right:10px!important}
  body.page-home .details-grid{gap:6px!important}
  body.page-home .details-grid .meta-chip{padding:10px 11px!important}
  body.page-home .details-grid .meta-chip .v{font-size:.9rem!important;line-height:1.28!important}
  body.page-home .map-panel #mapWrap{height:238px!important}
}

@media (min-width: 1360px){
  body.page-home .page{grid-template-columns:minmax(0,1.24fr) minmax(420px,.76fr)!important}
  body.page-home .details-panel{
    grid-template-columns:minmax(0,1fr) minmax(280px,.86fr);
    column-gap:12px;
    row-gap:8px;
  }
  body.page-home .details-grid{gap:7px!important}
  body.page-home .details-grid .meta-chip{padding:10px 11px!important}
  body.page-home .map-panel #mapWrap{height:300px!important}
}

@media (min-width: 1500px){
  body.page-home .page{grid-template-columns:minmax(0,1.28fr) minmax(440px,.72fr)!important}
  body.page-home .details-panel{grid-template-columns:minmax(0,1fr) minmax(300px,.82fr)}
  body.page-home .map-panel #mapWrap{height:318px!important}
}

/* v104 outer-shell-only landscape correction */
@media (orientation: landscape) and (min-width: 821px){
  body.page-home .shell,
  body.is-safari.page-home .shell,
  body.page-home.is-safari .shell{
    width:calc(100vw - env(safe-area-inset-left) - env(safe-area-inset-right) - 12px)!important;
    max-width:1920px!important;
    padding-left:max(6px, env(safe-area-inset-left))!important;
    padding-right:max(6px, env(safe-area-inset-right))!important;
    margin-left:auto!important;
    margin-right:auto!important;
  }
}

/* v106 outer-shell-only landscape width correction */
@media (min-width: 821px){
  body.page-home .shell,
  body.page-home.is-safari .shell,
  body.is-safari.page-home .shell{
    width:calc(100vw - env(safe-area-inset-left) - env(safe-area-inset-right) - 4px)!important;
    max-width:none!important;
    padding-left:max(2px, env(safe-area-inset-left))!important;
    padding-right:max(2px, env(safe-area-inset-right))!important;
    margin-left:auto!important;
    margin-right:auto!important;
  }
}

/* v106 outer-shell-only iPhone Max landscape width correction */
@media (orientation: landscape) and (min-width: 896px) and (max-height: 500px){
  body.page-home .shell,
  body.page-home.is-safari .shell,
  body.is-safari.page-home .shell{
    width:100vw !important;
    max-width:100vw !important;
    padding-left:max(8px, calc(env(safe-area-inset-left) + 2px)) !important;
    padding-right:max(8px, calc(env(safe-area-inset-right) + 2px)) !important;
    margin-left:0 !important;
    margin-right:0 !important;
  }
}

/* v108 details-panel final polish */
@media (orientation: landscape) and (min-width: 896px) and (max-height: 500px){
  body.page-home .page{
    grid-template-columns:minmax(0,1.32fr) minmax(300px,.68fr) !important;
    column-gap:10px !important;
  }
}

/* v113 console done token parity */
body.light.page-home .line-done{color:#1f8a57!important}

/* v114 standalone portrait safe-area offset + pull to refresh */
body.standalone-app{
  --standalone-pull-offset:0px;
}
body.standalone-app .shell{
  transition:transform .18s ease;
}
body.standalone-app.standalone-pull-active .shell,
body.standalone-app.standalone-refreshing .shell{
  transform:translateY(var(--standalone-pull-offset));
}
body.standalone-app .standalone-pull-refresh{
  position:fixed;
  left:50%;
  top:max(8px, calc(env(safe-area-inset-top, 0px) + 6px));
  z-index:120;
  display:inline-flex;
  align-items:center;
  gap:8px;
  padding:10px 14px;
  border-radius:999px;
  border:1px solid rgba(31,211,255,.26);
  background:rgba(8,19,27,.94);
  color:#dfeef9;
  box-shadow:0 12px 28px rgba(0,0,0,.28);
  transform:translate(-50%, calc(-120% + var(--standalone-pull-offset)));
  opacity:0;
  pointer-events:none;
  transition:transform .18s ease, opacity .18s ease, border-color .18s ease, background .18s ease;
  backdrop-filter:blur(10px);
  -webkit-backdrop-filter:blur(10px);
}
body.standalone-app .standalone-pull-refresh .ptr-icon{
  color:var(--accent);
  font-weight:800;
  line-height:1;
}
body.standalone-app.standalone-pull-active .standalone-pull-refresh,
body.standalone-app.standalone-refreshing .standalone-pull-refresh{
  opacity:1;
}
body.standalone-app.standalone-pull-armed .standalone-pull-refresh,
body.standalone-app.standalone-refreshing .standalone-pull-refresh{
  border-color:rgba(0,255,139,.34);
  background:rgba(9,29,22,.95);
}
body.light.standalone-app .standalone-pull-refresh{
  border-color:rgba(16,32,47,.18);
  background:rgba(255,255,255,.97);
  color:#10202f;
  box-shadow:0 12px 24px rgba(16,32,47,.14);
}
body.light.standalone-app.standalone-pull-armed .standalone-pull-refresh,
body.light.standalone-app.standalone-refreshing .standalone-pull-refresh{
  border-color:rgba(0,143,79,.34);
  background:rgba(244,255,249,.98);
}

/* v115 light-mode tap-to-copy copied-state parity */
body.light .family-card.copied-feedback,
body.light .meta-chip.copied-feedback,
body.light .copy-chip.copied-feedback,
body.light .icon-btn.copied-feedback,
body.light .mini-copy.copied-feedback,
body.light .small-copy-icon.copied-feedback{
  border-color:rgba(0,255,139,.55)!important;
  background:rgba(0,255,139,.10)!important;
  box-shadow:inset 0 0 0 1px rgba(0,255,139,.08),0 0 0 1px rgba(0,255,139,.06)!important;
}
body.light .family-card.copied-feedback .family-k,
body.light .family-card.copied-feedback .family-v,
body.light .meta-chip.copied-feedback .k,
body.light .meta-chip.copied-feedback .v{
  color:#10202f!important;
}
@media (max-width: 860px) and (orientation: portrait){
  body.standalone-app.standalone-portrait .shell{
    padding-top:calc(env(safe-area-inset-top, 0px) + 22px) !important;
  }
}

/* v116 hide pull-refresh shell outside active standalone states */
.standalone-pull-refresh{display:none!important}
body.standalone-app.standalone-pull-active .standalone-pull-refresh,
body.standalone-app.standalone-pull-armed .standalone-pull-refresh,
body.standalone-app.standalone-refreshing .standalone-pull-refresh{display:inline-flex!important}

/* v117 homepage footer centering in wide layout */
body.page-home .build-footer{
  grid-column:1 / -1;
  justify-self:center;
  width:100%;
  text-align:center;
}

/* v119 responsive repair: preserve phone, repair tablet and desktop */
body.page-home .workbench-shell,
body.page-home .console-main,
body.page-home .console-live,
body.page-home .tool-pills-panel{overflow:visible!important;max-height:none!important}

@media (min-width: 700px) and (max-width: 1099px) and (orientation: portrait){
  body.page-home .shell{max-width:1000px!important;padding-left:20px!important;padding-right:20px!important}
  body.page-home .page{display:grid!important;grid-template-columns:1fr!important;row-gap:18px!important}
  body.page-home .hero{max-width:860px!important}
  body.page-home .workbench-shell{margin-top:0!important}
  body.page-home .console-main{display:grid!important;grid-template-columns:1fr!important;grid-template-areas:none!important;gap:10px!important;padding:18px!important;padding-top:16px!important}
  body.page-home .console-live{gap:8px!important}
  body.page-home .tool-pills-panel{gap:8px!important}
  body.page-home .tool-tabs,body.page-home .tool-tabs-primary,body.page-home .tool-tabs-utility{gap:7px!important}
  body.page-home .tool-pills-panel .tab{min-width:0!important;padding:8px 10px!important;font-size:.84rem!important;line-height:1.15!important}
  body.page-home .details-panel,body.page-home .academy-launchpad{padding-left:16px!important;padding-right:16px!important}
  body.page-home .details-panel{position:static!important;max-width:none!important;width:100%!important;display:block!important}
  body.page-home .details-grid{grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:8px!important}
  body.page-home .details-grid .meta-chip{padding:11px 12px!important}
  body.page-home .details-grid .meta-chip .k{font-size:.72rem!important}
  body.page-home .details-grid .meta-chip .v{font-size:.93rem!important;line-height:1.32!important}
  body.page-home .map-panel{margin-top:10px!important}
  body.page-home .map-panel #mapWrap{height:250px!important;min-height:250px!important}
  body.page-home .home-card-grid{grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:12px!important}
  body.page-home .academy-card-link{padding:14px 15px!important}
}

@media (orientation: landscape) and (min-width: 821px) and (max-width: 1279px){
  body.page-home .shell{
    width:min(calc(100vw - max(10px, env(safe-area-inset-left)) - max(10px, env(safe-area-inset-right)) - 8px), 1280px)!important;
    max-width:1280px!important;
    padding-left:max(10px, env(safe-area-inset-left))!important;
    padding-right:max(10px, env(safe-area-inset-right))!important;
    margin-left:auto!important;
    margin-right:auto!important;
  }
  body.page-home .page{
    display:grid!important;
    grid-template-columns:minmax(0,1.34fr) minmax(320px,.66fr)!important;
    grid-template-areas:
      "hero hero"
      "workbench details"
      "academy academy"!important;
    column-gap:14px!important;
    row-gap:14px!important;
    align-items:start!important;
  }
  body.page-home .hero{grid-area:hero;max-width:none!important;padding-bottom:8px!important}
  body.page-home .workbench-shell{grid-area:workbench;margin-top:0!important}
  body.page-home .academy-launchpad{grid-area:academy;margin-top:0!important}
  body.page-home .console-main{display:grid!important;grid-template-columns:1fr!important;grid-template-areas:none!important;gap:8px!important;padding:12px!important;padding-top:14px!important}
  body.page-home .primary-family-grid{grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:8px!important}
  body.page-home .family-card{padding:11px 12px!important}
  body.page-home .family-v{font-size:1.12rem!important}
  body.page-home .action-row.compact-actions{grid-template-columns:repeat(3,minmax(0,1fr))!important;gap:7px!important}
  body.page-home .action-row.compact-actions .btn-primary-tool{padding:8px 8px!important;font-size:.84rem!important;line-height:1.1!important}
  body.page-home .probe-selector-wrap{padding:11px 12px!important}
  body.page-home .probe-selector-help{font-size:.82rem!important}
  body.page-home .probe-status-pill{padding:5px 8px!important;font-size:.76rem!important;font-weight:400!important}
  body.page-home .status-strip{padding:9px 10px!important}
  body.page-home .strip-meta-row{font-size:.74rem!important;gap:8px!important}
  body.page-home .status-line{min-height:auto!important;padding:8px 10px!important;font-size:.78rem!important;line-height:1.26!important}
  body.page-home .console-output{min-height:132px!important;padding:12px 44px 12px 12px!important;font-size:.73rem!important;line-height:1.34!important}
  body.page-home .tool-pills-panel{gap:8px!important}
  body.page-home .tool-tabs,body.page-home .tool-tabs-primary,body.page-home .tool-tabs-utility{gap:6px!important}
  body.page-home .tool-tabs-primary .tab,body.page-home .tool-tabs-utility .tab,body.page-home .tool-pills-panel .tab{min-width:0!important;padding:7px 9px!important;font-size:.8rem!important;line-height:1.12!important}
  body.page-home .issue-panel{margin-top:0!important;padding:12px!important}
  body.page-home .details-panel{
    grid-area:details;
    position:sticky!important;
    top:12px!important;
    align-self:start!important;
    justify-self:end!important;
    width:100%!important;
    max-width:390px!important;
    display:grid!important;
    grid-template-columns:1fr!important;
    grid-template-areas:
      "head"
      "map"
      "grid"!important;
    row-gap:10px!important;
    padding-left:12px!important;
    padding-right:12px!important;
  }
  body.page-home .details-head{grid-area:head;margin-top:10px!important;margin-bottom:2px!important}
  body.page-home .map-panel{grid-area:map;margin-top:0!important;padding-left:0!important;padding-right:0!important}
  body.page-home .map-panel #mapWrap{height:220px!important;min-height:220px!important}
  body.page-home .details-grid{grid-area:grid;grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:7px!important}
  body.page-home .details-grid .meta-chip{padding:10px 11px!important}
  body.page-home .details-grid .meta-chip .k{margin-bottom:3px!important;font-size:.69rem!important}
  body.page-home .details-grid .meta-chip .v{font-size:.86rem!important;line-height:1.28!important}
  body.page-home .home-card-grid{grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:10px!important}
  body.page-home .academy-card-link{padding:13px 14px!important}
}

@media (min-width: 1280px){
  body.page-home .shell{max-width:1440px!important;padding-left:22px!important;padding-right:22px!important}
  body.page-home .page{
    display:grid!important;
    grid-template-columns:minmax(0,1.24fr) minmax(380px,.76fr)!important;
    grid-template-areas:
      "hero hero"
      "workbench details"
      "academy academy"!important;
    column-gap:18px!important;
    row-gap:16px!important;
    align-items:start!important;
  }
  body.page-home .hero{grid-area:hero;max-width:980px!important}
  body.page-home .workbench-shell{grid-area:workbench;margin-top:0!important}
  body.page-home .academy-launchpad{grid-area:academy}
  body.page-home .console-main{display:grid!important;grid-template-columns:1fr!important;grid-template-areas:none!important;gap:10px!important}
  body.page-home .console-live{gap:8px!important}
  body.page-home .tool-pills-panel{gap:8px!important}
  body.page-home .tool-tabs,body.page-home .tool-tabs-primary,body.page-home .tool-tabs-utility{gap:7px!important}
  body.page-home .tool-tabs-primary .tab,body.page-home .tool-tabs-utility .tab,body.page-home .tool-pills-panel .tab{min-width:0!important;padding:8px 10px!important;font-size:.84rem!important;line-height:1.14!important}
  body.page-home .details-panel{
    grid-area:details;
    position:sticky!important;
    top:18px!important;
    align-self:start!important;
    justify-self:end!important;
    width:100%!important;
    max-width:470px!important;
    display:grid!important;
    grid-template-columns:1fr!important;
    grid-template-areas:
      "head"
      "map"
      "grid"!important;
    row-gap:10px!important;
    padding-left:14px!important;
    padding-right:14px!important;
  }
  body.page-home .details-head{grid-area:head;margin-top:10px!important;margin-bottom:2px!important}
  body.page-home .map-panel{grid-area:map;margin-top:0!important;padding-left:0!important;padding-right:0!important}
  body.page-home .map-panel #mapWrap{height:248px!important;min-height:248px!important}
  body.page-home .details-grid{grid-area:grid;grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:8px!important}
  body.page-home .details-grid .meta-chip{padding:11px 12px!important}
  body.page-home .details-grid .meta-chip .k{font-size:.7rem!important}
  body.page-home .details-grid .meta-chip .v{font-size:.9rem!important;line-height:1.3!important}
  body.page-home .home-card-grid{grid-template-columns:repeat(3,minmax(0,1fr))!important;gap:12px!important}
  body.page-home .academy-card-link{padding:14px 15px!important}
}

@media (min-width: 1500px){
  body.page-home .page{grid-template-columns:minmax(0,1.26fr) minmax(420px,.74fr)!important}
  body.page-home .details-panel{max-width:500px!important}
  body.page-home .map-panel #mapWrap{height:272px!important;min-height:272px!important}
}

/* v122 breakpoint repair: keep portrait stable, delay 2-up details, restore desktop workbench flow */
body.page-home .console-main > .result-head,
body.page-home .console-main > .primary-family-grid,
body.page-home .console-main > .action-row,
body.page-home .console-main > .probe-selector-wrap,
body.page-home .console-main > .console-live,
body.page-home .console-main > .tool-pills-panel,
body.page-home .console-main > .tool-panels,
body.page-home .console-main > .issue-panel{
  grid-area:auto !important;
  grid-column:auto !important;
  grid-row:auto !important;
}
body.page-home .console-main > *{min-width:0;max-width:none}

@media (max-width: 1279px){
  body.page-home .details-grid{grid-template-columns:1fr !important}
}

@media (orientation: landscape) and (min-width: 821px) and (max-width: 1279px){
  body.page-home .page{
    grid-template-columns:minmax(0,1.18fr) minmax(300px,.82fr) !important;
    column-gap:14px !important;
    row-gap:14px !important;
  }
  body.page-home .console-main{
    display:grid !important;
    grid-template-columns:1fr !important;
    grid-template-areas:none !important;
    gap:10px !important;
    padding:14px !important;
    padding-top:15px !important;
  }
  body.page-home .console-live,
  body.page-home .tool-pills-panel{gap:9px !important}
  body.page-home .issue-panel{
    margin-top:0 !important;
    padding:12px !important;
  }
  body.page-home .details-panel{
    max-width:372px !important;
    padding-left:12px !important;
    padding-right:12px !important;
  }
  body.page-home .map-panel #mapWrap{
    height:220px !important;
    min-height:220px !important;
  }
}

@media (min-width: 1280px){
  body.page-home .console-main{
    display:grid !important;
    grid-template-columns:1fr !important;
    grid-template-areas:none !important;
    gap:12px !important;
    padding:16px !important;
    padding-top:16px !important;
  }
  body.page-home .console-live,
  body.page-home .tool-pills-panel{gap:10px !important}
  body.page-home .details-grid{
    grid-template-columns:repeat(2,minmax(0,1fr)) !important;
    gap:8px !important;
  }
  body.page-home .details-panel{max-width:440px !important}
  body.page-home .map-panel #mapWrap{
    height:236px !important;
    min-height:236px !important;
  }
}

/* v122 outer-margin and right-rail order repair */
@media (orientation: landscape) and (max-width: 820px){
  body.page-home .shell{
    max-width:none !important;
    padding-left:max(16px, env(safe-area-inset-left)) !important;
    padding-right:max(16px, env(safe-area-inset-right)) !important;
    margin-left:auto !important;
    margin-right:auto !important;
  }
  body.page-home .page{row-gap:16px !important;}
  body.page-home .details-panel,
  body.page-home .academy-launchpad{padding-left:14px !important;padding-right:14px !important;}
}

@media (orientation: landscape) and (min-width: 821px) and (max-width: 1279px){
  body.page-home .shell{
    max-width:1180px !important;
    padding-left:max(24px, calc(env(safe-area-inset-left) + 12px)) !important;
    padding-right:max(24px, calc(env(safe-area-inset-right) + 12px)) !important;
  }
  body.page-home .page{
    grid-template-columns:minmax(0,1.22fr) minmax(320px,.78fr) !important;
    column-gap:12px !important;
    row-gap:14px !important;
  }
  body.page-home .details-panel{
    max-width:388px !important;
    grid-template-areas:
      "head"
      "grid"
      "map" !important;
    row-gap:10px !important;
  }
  body.page-home .details-grid{grid-area:grid !important;}
  body.page-home .map-panel{
    grid-area:map !important;
    margin-top:0 !important;
    padding-left:0 !important;
    padding-right:0 !important;
  }
  body.page-home .map-panel #mapWrap{height:216px !important;min-height:216px !important;}
}

@media (min-width: 1280px){
  body.page-home .shell{
    max-width:1320px !important;
    padding-left:32px !important;
    padding-right:32px !important;
  }
  body.page-home .page{
    grid-template-columns:minmax(0,1.2fr) minmax(360px,.8fr) !important;
    column-gap:14px !important;
    row-gap:16px !important;
  }
  body.page-home .details-panel{
    max-width:420px !important;
    grid-template-areas:
      "head"
      "grid"
      "map" !important;
    row-gap:10px !important;
  }
  body.page-home .details-grid{grid-area:grid !important;}
  body.page-home .map-panel{
    grid-area:map !important;
    margin-top:0 !important;
    padding-left:0 !important;
    padding-right:0 !important;
  }
  body.page-home .map-panel #mapWrap{height:236px !important;min-height:236px !important;}
}

@media (min-width: 1500px){
  body.page-home .shell{max-width:1360px !important;}
  body.page-home .page{grid-template-columns:minmax(0,1.18fr) minmax(380px,.82fr) !important;column-gap:16px !important;}
  body.page-home .details-panel{max-width:430px !important;}
}

/* v122 finish-carpentry: smarter details threshold, tighter desktop shell, capped IP values, and explicit visibility */
body.page-home .console-main,
body.page-home .workbench-shell,
body.page-home .issue-panel{overflow:visible !important;}
body.page-home .issue-panel{display:block !important;}

@media (max-width: 559px){
  body.page-home .details-grid{grid-template-columns:1fr !important;}
}

@media (min-width: 560px){
  body.page-home .details-grid{grid-template-columns:repeat(2,minmax(0,1fr)) !important;}
}

@media (orientation: landscape) and (max-width: 820px){
  body.page-home .shell,
  body.page-home.is-safari .shell,
  body.is-safari.page-home .shell{
    width:auto !important;
    max-width:1000px !important;
    padding-left:max(16px, calc(env(safe-area-inset-left) + 8px)) !important;
    padding-right:max(16px, calc(env(safe-area-inset-right) + 8px)) !important;
    margin-left:auto !important;
    margin-right:auto !important;
  }
  body.page-home .page{
    gap:16px !important;
    row-gap:16px !important;
  }
}

@media (min-width: 821px) and (max-width: 1279px){
  body.page-home .shell,
  body.page-home.is-safari .shell,
  body.is-safari.page-home .shell{
    width:auto !important;
    max-width:1120px !important;
    padding-left:24px !important;
    padding-right:24px !important;
    margin-left:auto !important;
    margin-right:auto !important;
  }
  body.page-home .page{
    grid-template-columns:minmax(0,1.1fr) minmax(330px,380px) !important;
    column-gap:12px !important;
    row-gap:16px !important;
  }
  body.page-home .details-panel{
    max-width:380px !important;
  }
}

@media (min-width: 1280px){
  body.page-home .shell,
  body.page-home.is-safari .shell,
  body.is-safari.page-home .shell{
    width:auto !important;
    max-width:1240px !important;
    padding-left:28px !important;
    padding-right:28px !important;
    margin-left:auto !important;
    margin-right:auto !important;
  }
  body.page-home .page{
    grid-template-columns:minmax(0,1.08fr) minmax(340px,390px) !important;
    column-gap:14px !important;
    row-gap:18px !important;
  }
  body.page-home .details-panel{
    max-width:390px !important;
    grid-template-areas:
      "head"
      "grid"
      "map" !important;
  }
  body.page-home .details-grid{gap:8px !important;}
  body.page-home .map-panel{grid-area:map !important; margin-top:0 !important;}
  body.page-home .family-v{
    font-size:clamp(1.18rem,1.45vw,1.7rem) !important;
    line-height:1.08 !important;
  }
}

@media (min-width: 1600px){
  body.page-home .shell,
  body.page-home.is-safari .shell,
  body.is-safari.page-home .shell{max-width:1260px !important;}
  body.page-home .page{column-gap:14px !important;}
}

/* v123 breakpoint carpentry: stabilize in-between widths, keep smart stacked details, and tame oversized IP values */
body.page-home .console-main,
body.page-home .workbench-shell,
body.page-home .details-panel,
body.page-home .academy-launchpad{min-width:0 !important;}

body.page-home .details-panel{
  width:100% !important;
  container-type:inline-size;
}

body.page-home .details-grid{
  grid-template-columns:1fr !important;
  gap:8px !important;
}

body.page-home .details-grid .meta-chip,
body.page-home .details-grid .meta-chip .v,
body.page-home .details-grid .meta-chip .k{
  min-width:0;
}

body.page-home .family-v{
  font-size:clamp(1rem, 0.82rem + 0.9vw, 1.36rem) !important;
  line-height:1.08 !important;
}

@media (max-width: 1179px){
  body.page-home .shell,
  body.page-home.is-safari .shell,
  body.is-safari.page-home .shell{
    width:auto !important;
    max-width:1040px !important;
    padding-left:max(16px, calc(env(safe-area-inset-left) + 8px)) !important;
    padding-right:max(16px, calc(env(safe-area-inset-right) + 8px)) !important;
    margin-left:auto !important;
    margin-right:auto !important;
  }

  body.page-home .page{
    grid-template-columns:1fr !important;
    grid-template-areas:none !important;
    column-gap:0 !important;
    row-gap:16px !important;
  }

  body.page-home .hero,
  body.page-home .workbench-shell,
  body.page-home .details-panel,
  body.page-home .academy-launchpad,
  body.page-home .build-footer{
    grid-area:auto !important;
    max-width:none !important;
  }

  body.page-home .details-panel{
    grid-template-areas:
      "head"
      "grid"
      "map" !important;
    row-gap:10px !important;
  }

  body.page-home .map-panel{
    grid-area:map !important;
    margin-top:0 !important;
    padding-left:0 !important;
    padding-right:0 !important;
  }
}

@media (min-width: 700px) and (max-width: 1179px){
  body.page-home .details-grid{
    grid-template-columns:repeat(2,minmax(0,1fr)) !important;
  }

  body.page-home .academy-launchpad .home-card-grid{
    grid-template-columns:repeat(2,minmax(0,1fr)) !important;
  }

  body.page-home .family-v{
    font-size:clamp(1.06rem, 0.86rem + 0.7vw, 1.26rem) !important;
  }
}

@media (max-width: 699px){
  body.page-home .details-grid{grid-template-columns:1fr !important;}
}

@media (min-width: 1180px) and (max-width: 1499px){
  body.page-home .shell,
  body.page-home.is-safari .shell,
  body.is-safari.page-home .shell{
    max-width:1260px !important;
    padding-left:28px !important;
    padding-right:28px !important;
  }

  body.page-home .page{
    grid-template-columns:minmax(0,1fr) minmax(320px,360px) !important;
    column-gap:18px !important;
    row-gap:18px !important;
  }

  body.page-home .details-panel{
    max-width:360px !important;
    grid-template-areas:
      "head"
      "grid"
      "map" !important;
    row-gap:10px !important;
  }

  body.page-home .details-grid{
    grid-template-columns:repeat(2,minmax(0,1fr)) !important;
    gap:8px !important;
  }

  body.page-home .family-v{
    font-size:clamp(1.08rem, 0.92rem + 0.55vw, 1.28rem) !important;
  }
}

@media (min-width: 1500px){
  body.page-home .shell,
  body.page-home.is-safari .shell,
  body.is-safari.page-home .shell{
    max-width:1300px !important;
    padding-left:32px !important;
    padding-right:32px !important;
  }

  body.page-home .page{
    grid-template-columns:minmax(0,1.04fr) minmax(340px,390px) !important;
    column-gap:18px !important;
  }

  body.page-home .details-panel{
    max-width:390px !important;
  }

  body.page-home .details-grid{
    grid-template-columns:repeat(2,minmax(0,1fr)) !important;
  }

  body.page-home .family-v{
    font-size:clamp(1.12rem, 0.92rem + 0.45vw, 1.32rem) !important;
  }
}

/* v124 split-sooner, 2-up-later breakpoint correction */
body.page-home .workbench-shell,
body.page-home .workbench-shell::before{
  border-radius:var(--radius)!important;
}
body.page-home .workbench-shell{
  overflow:hidden!important;
  isolation:isolate!important;
  background-clip:padding-box!important;
}
body.page-home .workbench-shell::before{
  inset:0!important;
}
body.page-home .workbench-shell > .console-bar{
  position:relative;
  z-index:0;
  border-top-left-radius:inherit;
  border-top-right-radius:inherit;
  background-clip:padding-box;
}

@media (max-width: 899px){
  body.page-home .page{
    grid-template-columns:1fr!important;
    grid-template-areas:
      "hero"
      "workbench"
      "details"
      "academy"!important;
    row-gap:16px!important;
  }
  body.page-home .hero{grid-area:hero!important;max-width:860px!important}
  body.page-home .workbench-shell{grid-area:workbench!important;max-width:none!important;width:100%!important;justify-self:stretch!important}
  body.page-home .details-panel{
    grid-area:details!important;
    position:relative!important;
    top:auto!important;
    max-width:none!important;
    width:100%!important;
    display:grid!important;
    grid-template-columns:1fr!important;
    grid-template-areas:none!important;
  }
  body.page-home .details-grid{grid-template-columns:1fr!important}
  body.page-home .academy-launchpad{grid-area:academy!important}
}

@media (min-width: 900px){
  body.page-home .shell{
    width:min(1200px, calc(100vw - env(safe-area-inset-left) - env(safe-area-inset-right)))!important;
    max-width:1200px!important;
    padding-left:max(8px, env(safe-area-inset-left))!important;
    padding-right:max(8px, env(safe-area-inset-right))!important;
    margin-left:auto!important;
    margin-right:auto!important;
  }
  body.page-home .page{
    display:grid!important;
    grid-template-columns:minmax(560px, 1fr) minmax(300px, 480px)!important;
    grid-template-areas:
      "hero hero"
      "workbench details"
      "academy academy"!important;
    column-gap:20px!important;
    row-gap:16px!important;
    align-items:start!important;
  }
  body.page-home .hero{
    grid-area:hero!important;
    max-width:920px!important;
    padding-bottom:10px!important;
  }
  body.page-home .workbench-shell{
    grid-area:workbench!important;
    width:100%!important;
    max-width:700px!important;
    justify-self:start!important;
    margin-top:0!important;
  }
  body.page-home .details-panel{
    grid-area:details!important;
    width:100%!important;
    max-width:480px!important;
    justify-self:stretch!important;
    align-self:start!important;
    position:relative!important;
    top:auto!important;
    display:grid!important;
    grid-template-columns:1fr!important;
    grid-template-areas:none!important;
    padding-left:14px!important;
    padding-right:14px!important;
    container-name:home-details;
    container-type:inline-size;
  }
  body.page-home .details-head{
    margin-top:12px!important;
    margin-bottom:8px!important;
  }
  body.page-home .details-grid{
    grid-template-columns:1fr!important;
    gap:8px!important;
  }
  body.page-home .details-grid .meta-chip{
    padding:11px 12px!important;
  }
  body.page-home .details-grid .meta-chip .v{
    font-size:.92rem!important;
    line-height:1.34!important;
  }
  body.page-home .map-panel{
    margin-top:10px!important;
    padding-left:2px!important;
    padding-right:2px!important;
  }
  body.page-home .map-panel #mapWrap{
    height:220px!important;
    min-height:220px!important;
  }
  body.page-home .academy-launchpad{grid-area:academy!important}
  body.page-home .family-card{padding:11px 12px!important}
  body.page-home .family-v{
    font-size:clamp(1.02rem, .84rem + .65vw, 1.34rem)!important;
    line-height:1.12!important;
  }
  body.page-home .primary-value{
    font-size:clamp(1.22rem, .98rem + .85vw, 1.62rem)!important;
  }
}

@media (min-width: 1150px){
  body.page-home .shell{
    width:min(1200px, calc(100vw - env(safe-area-inset-left) - env(safe-area-inset-right)))!important;
    padding-left:max(4px, env(safe-area-inset-left))!important;
    padding-right:max(4px, env(safe-area-inset-right))!important;
  }
  body.page-home .details-panel{
    position:sticky!important;
    top:18px!important;
  }
}

@media (min-width: 1160px){
  body.page-home .details-grid{
    grid-template-columns:repeat(2, minmax(0, 1fr))!important;
  }
}

@supports (container-type: inline-size){
  @media (min-width: 900px){
    body.page-home .details-grid{
      grid-template-columns:1fr!important;
    }
    @container home-details (min-width: 450px){
      body.page-home .details-grid{
        grid-template-columns:repeat(2, minmax(0, 1fr))!important;
      }
    }
  }
}

/* v125 css-only breakpoint repair: split sooner, right rail sane, 2-up only when truly wide */
body.page-home .workbench-shell,
body.page-home .workbench-shell::before{
  border-radius:24px !important;
}
body.page-home .workbench-shell{
  overflow:hidden !important;
  isolation:isolate !important;
  background-clip:padding-box !important;
}
body.page-home .workbench-shell > .console-bar{
  border-top-left-radius:inherit !important;
  border-top-right-radius:inherit !important;
  background-clip:padding-box !important;
}
body.page-home .details-panel{
  display:flex !important;
  flex-direction:column !important;
  gap:10px !important;
}
body.page-home .details-head,
body.page-home .details-grid,
body.page-home .map-panel{
  width:100% !important;
}
body.page-home .details-grid{
  display:grid !important;
  grid-template-columns:1fr !important;
  gap:8px !important;
}
body.page-home .details-grid .meta-chip{
  min-width:0 !important;
}
body.page-home .map-panel{
  display:grid !important;
  gap:8px !important;
  margin-top:0 !important;
  padding-left:0 !important;
  padding-right:0 !important;
}
body.page-home .map-panel #mapWrap{
  height:220px !important;
  min-height:220px !important;
}
body.page-home .family-card{
  padding:10px 12px !important;
}
body.page-home .family-v{
  font-size:clamp(1.02rem, 0.98rem + 0.55vw, 1.24rem) !important;
  line-height:1.12 !important;
}
body.page-home .primary-value{
  font-size:clamp(1.18rem, 1.06rem + 0.6vw, 1.44rem) !important;
  line-height:1.08 !important;
}

@media (max-width: 899px){
  body.page-home .shell,
  body.page-home.is-safari .shell,
  body.is-safari.page-home .shell{
    width:min(100%, calc(100vw - env(safe-area-inset-left) - env(safe-area-inset-right))) !important;
    max-width:none !important;
    padding-left:max(8px, env(safe-area-inset-left)) !important;
    padding-right:max(8px, env(safe-area-inset-right)) !important;
  }
  body.page-home .page{
    display:grid !important;
    grid-template-columns:1fr !important;
    grid-template-areas:
      "hero"
      "workbench"
      "details"
      "academy" !important;
    row-gap:16px !important;
    column-gap:0 !important;
  }
  body.page-home .hero{grid-area:hero !important; max-width:860px !important;}
  body.page-home .workbench-shell{grid-area:workbench !important; max-width:none !important; width:100% !important; justify-self:stretch !important;}
  body.page-home .details-panel{
    grid-area:details !important;
    position:relative !important;
    top:auto !important;
    max-width:none !important;
    width:100% !important;
    justify-self:stretch !important;
    padding-left:14px !important;
    padding-right:14px !important;
  }
  body.page-home .details-grid{grid-template-columns:1fr !important;}
  body.page-home .academy-launchpad{grid-area:academy !important;}
}

@media (min-width: 900px) and (max-width: 1169px){
  body.page-home .shell,
  body.page-home.is-safari .shell,
  body.is-safari.page-home .shell{
    width:min(1200px, calc(100vw - env(safe-area-inset-left) - env(safe-area-inset-right) - 16px)) !important;
    max-width:1200px !important;
    padding-left:max(8px, env(safe-area-inset-left)) !important;
    padding-right:max(8px, env(safe-area-inset-right)) !important;
    margin-left:auto !important;
    margin-right:auto !important;
  }
  body.page-home .page{
    display:grid !important;
    grid-template-columns:minmax(560px, 640px) minmax(320px, 1fr) !important;
    grid-template-areas:
      "hero hero"
      "workbench details"
      "academy academy" !important;
    column-gap:20px !important;
    row-gap:16px !important;
    align-items:start !important;
  }
  body.page-home .hero{grid-area:hero !important; max-width:920px !important; padding-bottom:10px !important;}
  body.page-home .workbench-shell{
    grid-area:workbench !important;
    width:100% !important;
    max-width:640px !important;
    justify-self:start !important;
    margin-top:0 !important;
  }
  body.page-home .details-panel{
    grid-area:details !important;
    position:relative !important;
    top:auto !important;
    width:100% !important;
    max-width:none !important;
    justify-self:stretch !important;
    align-self:start !important;
    padding-left:14px !important;
    padding-right:14px !important;
  }
  body.page-home .details-grid{
    grid-template-columns:1fr !important;
    gap:8px !important;
  }
  body.page-home .details-grid .meta-chip{
    padding:11px 12px !important;
  }
  body.page-home .details-grid .meta-chip .v{
    font-size:.93rem !important;
    line-height:1.34 !important;
  }
  body.page-home .map-panel #mapWrap{
    height:220px !important;
    min-height:220px !important;
  }
  body.page-home .family-v{
    font-size:clamp(1.02rem, 0.96rem + 0.35vw, 1.18rem) !important;
  }
  body.page-home .primary-value{
    font-size:clamp(1.18rem, 1.1rem + 0.3vw, 1.34rem) !important;
  }
}

@media (min-width: 1170px){
  body.page-home .shell,
  body.page-home.is-safari .shell,
  body.is-safari.page-home .shell{
    width:min(1200px, calc(100vw - env(safe-area-inset-left) - env(safe-area-inset-right) - 8px)) !important;
    max-width:1200px !important;
    padding-left:max(4px, env(safe-area-inset-left)) !important;
    padding-right:max(4px, env(safe-area-inset-right)) !important;
    margin-left:auto !important;
    margin-right:auto !important;
  }
  body.page-home .page{
    display:grid !important;
    grid-template-columns:minmax(560px, 700px) minmax(450px, 480px) !important;
    grid-template-areas:
      "hero hero"
      "workbench details"
      "academy academy" !important;
    column-gap:20px !important;
    row-gap:16px !important;
    align-items:start !important;
    justify-content:space-between !important;
  }
  body.page-home .hero{grid-area:hero !important; max-width:920px !important;}
  body.page-home .workbench-shell{
    grid-area:workbench !important;
    width:100% !important;
    max-width:700px !important;
    justify-self:start !important;
    margin-top:0 !important;
  }
  body.page-home .details-panel{
    grid-area:details !important;
    position:sticky !important;
    top:18px !important;
    width:100% !important;
    max-width:480px !important;
    justify-self:stretch !important;
    align-self:start !important;
    padding-left:14px !important;
    padding-right:14px !important;
  }
  body.page-home .details-grid{
    grid-template-columns:repeat(2, minmax(0, 1fr)) !important;
    gap:8px !important;
  }
  body.page-home .details-grid .meta-chip{
    padding:10px 11px !important;
  }
  body.page-home .details-grid .meta-chip .v{
    font-size:.91rem !important;
    line-height:1.3 !important;
  }
  body.page-home .map-panel #mapWrap{
    height:238px !important;
    min-height:238px !important;
  }
  body.page-home .family-v{
    font-size:clamp(1.06rem, 0.98rem + 0.28vw, 1.2rem) !important;
  }
  body.page-home .primary-value{
    font-size:clamp(1.2rem, 1.12rem + 0.24vw, 1.34rem) !important;
  }
}

/* v126 normal iPhone landscape alignment repair */
@media (orientation: landscape) and (max-height: 500px) and (min-width: 844px) and (max-width: 980px){
  body.page-home .shell,
  body.page-home.is-safari .shell,
  body.is-safari.page-home .shell{
    width:calc(100vw - env(safe-area-inset-left) - env(safe-area-inset-right)) !important;
    max-width:none !important;
    padding-left:max(4px, env(safe-area-inset-left)) !important;
    padding-right:max(4px, env(safe-area-inset-right)) !important;
    margin-left:auto !important;
    margin-right:auto !important;
  }
  body.page-home .page{
    grid-template-columns:minmax(0, 1fr) minmax(272px, 302px) !important;
    column-gap:12px !important;
    row-gap:14px !important;
    align-items:start !important;
  }
  body.page-home .workbench-shell{
    max-width:none !important;
    min-width:0 !important;
  }
  body.page-home .details-panel{
    max-width:none !important;
    position:relative !important;
    top:auto !important;
    padding-left:8px !important;
    padding-right:8px !important;
  }
  body.page-home .details-grid{
    grid-template-columns:1fr !important;
    gap:7px !important;
  }
  body.page-home .details-grid .meta-chip{
    padding:9px 10px !important;
  }
  body.page-home .details-grid .meta-chip .k{
    font-size:.68rem !important;
    margin-bottom:3px !important;
  }
  body.page-home .details-grid .meta-chip .v{
    font-size:.82rem !important;
    line-height:1.25 !important;
  }
  body.page-home .map-panel #mapWrap{
    height:188px !important;
    min-height:188px !important;
  }
}

/* v127 normal iPhone landscape outer-margin tightening */
@media (orientation: landscape) and (max-height: 500px) and (min-width: 844px) and (max-width: 1100px){
  body.page-home .shell,
  body.page-home.is-safari .shell,
  body.is-safari.page-home .shell{
    width:calc(100vw - env(safe-area-inset-left) - env(safe-area-inset-right)) !important;
    max-width:none !important;
    padding-left:env(safe-area-inset-left) !important;
    padding-right:env(safe-area-inset-right) !important;
    margin-left:auto !important;
    margin-right:auto !important;
  }
  body.page-home .page{
    grid-template-columns:minmax(0, 1fr) minmax(272px, 302px) !important;
    column-gap:10px !important;
    row-gap:14px !important;
    align-items:start !important;
  }
  body.page-home .details-panel{
    padding-left:4px !important;
    padding-right:4px !important;
  }
}

/* v128 normal iPhone landscape edge-to-edge shell tuning */
@media (orientation: landscape) and (max-height: 500px) and (min-width: 844px) and (max-width: 1100px){
  body.page-home .shell,
  body.page-home.is-safari .shell,
  body.is-safari.page-home .shell{
    width:calc(100vw - env(safe-area-inset-left) - env(safe-area-inset-right) - 2px) !important;
    max-width:none !important;
    padding-left:max(2px, env(safe-area-inset-left)) !important;
    padding-right:max(2px, env(safe-area-inset-right)) !important;
    margin-left:auto !important;
    margin-right:auto !important;
  }
  body.page-home .page{
    column-gap:8px !important;
    row-gap:14px !important;
  }
  body.page-home .hero,
  body.page-home .academy-launchpad{
    max-width:none !important;
    width:100% !important;
  }
  body.page-home .details-panel{
    padding-left:2px !important;
    padding-right:2px !important;
  }
}

/* v129 normal iPhone landscape safe-edge margin math correction */
@media (hover: none) and (pointer: coarse) and (orientation: landscape) and (max-height: 500px) and (min-width: 844px) and (max-width: 1100px){
  body.page-home .shell,
  body.page-home.is-safari .shell,
  body.is-safari.page-home .shell{
    width:auto !important;
    max-width:none !important;
    margin-left:max(2px, env(safe-area-inset-left)) !important;
    margin-right:max(2px, env(safe-area-inset-right)) !important;
    padding-left:0 !important;
    padding-right:0 !important;
  }
  body.page-home .page{
    column-gap:8px !important;
    row-gap:14px !important;
  }
  body.page-home .hero,
  body.page-home .academy-launchpad,
  body.page-home .workbench-shell,
  body.page-home .details-panel,
  body.page-home .build-footer{
    width:100% !important;
    max-width:none !important;
  }
  body.page-home .details-panel{
    padding-left:2px !important;
    padding-right:2px !important;
  }
}

/* v130 edge-margin-first shell sizing: use full available width up to 1200px, then center the capped shell */
@media (max-width: 1199px){
  body.page-home .shell,
  body.page-home.is-safari .shell,
  body.is-safari.page-home .shell{
    width:calc(100dvw - max(6px, env(safe-area-inset-left)) - max(6px, env(safe-area-inset-right))) !important;
    max-width:none !important;
    margin-left:auto !important;
    margin-right:auto !important;
    padding-left:0 !important;
    padding-right:0 !important;
  }
  body.page-home .hero,
  body.page-home .academy-launchpad,
  body.page-home .build-footer{
    width:100% !important;
    max-width:none !important;
  }
}

@media (hover: none) and (pointer: coarse) and (orientation: landscape) and (max-height: 500px) and (min-width: 844px) and (max-width: 1199px){
  body.page-home .shell,
  body.page-home.is-safari .shell,
  body.is-safari.page-home .shell{
    width:calc(100dvw - max(4px, env(safe-area-inset-left)) - max(4px, env(safe-area-inset-right))) !important;
  }
}

@media (min-width: 1200px){
  body.page-home .shell,
  body.page-home.is-safari .shell,
  body.is-safari.page-home .shell{
    width:1200px !important;
    max-width:1200px !important;
    margin-left:auto !important;
    margin-right:auto !important;
    padding-left:0 !important;
    padding-right:0 !important;
  }
}

/* v131 normal iPhone landscape: keep a safe Dynamic Island margin but stop early shell capping */
@media (hover: none) and (pointer: coarse) and (orientation: landscape) and (max-height: 500px) and (min-width: 844px){
  body.page-home .shell,
  body.page-home.is-safari .shell,
  body.is-safari.page-home .shell{
    width:calc(100dvw - max(18px, env(safe-area-inset-left)) - max(18px, env(safe-area-inset-right))) !important;
    max-width:none !important;
    margin-left:auto !important;
    margin-right:auto !important;
    padding-left:0 !important;
    padding-right:0 !important;
  }
}

/* v132 authoritative homepage shell + desktop hero sizing */
body.page-home .shell,
body.page-home.is-safari .shell,
body.is-safari.page-home .shell{
  max-width:1400px!important;
}

@media (min-width:1100px){
  body.page-home .hero h1{
    font-size:1.5rem!important;
    line-height:1.02!important;
    letter-spacing:-.04em!important;
  }
}

@media (hover:none) and (pointer:coarse) and (orientation:landscape) and (max-height:500px) and (min-width:844px){
  body.page-home .shell,
  body.page-home.is-safari .shell,
  body.is-safari.page-home .shell{
    width:min(1400px, calc(100dvw - max(18px, env(safe-area-inset-left)) - max(18px, env(safe-area-inset-right))))!important;
    max-width:min(1400px, calc(100dvw - max(18px, env(safe-area-inset-left)) - max(18px, env(safe-area-inset-right))))!important;
    margin-left:auto!important;
    margin-right:auto!important;
    padding-left:0!important;
    padding-right:0!important;
  }
}

/* v133 layer-1 homepage shell ownership: one owner per layer, outer shell only */
body.page-home{
  --page-shell-cap-v133: 1400px;
  --page-shell-safe-gutter-v133: 12px;
}

body.page-home .shell,
body.page-home.is-safari .shell,
body.is-safari.page-home .shell{
  width:min(
    var(--page-shell-cap-v133),
    calc(
      100dvw
      - max(var(--page-shell-safe-gutter-v133), env(safe-area-inset-left))
      - max(var(--page-shell-safe-gutter-v133), env(safe-area-inset-right))
    )
  ) !important;
  max-width:var(--page-shell-cap-v133) !important;
  margin-left:auto !important;
  margin-right:auto !important;
  padding-left:0 !important;
  padding-right:0 !important;
}

body.page-home .page{
  width:100% !important;
  max-width:none !important;
  margin-left:0 !important;
  margin-right:0 !important;
}

@media (hover:none) and (pointer:coarse) and (orientation:landscape) and (max-height:500px) and (min-width:844px){
  body.page-home{
    --page-shell-safe-gutter-v133: 18px;
  }
}

@media (min-width:1400px){
  body.page-home .shell,
  body.page-home.is-safari .shell,
  body.is-safari.page-home .shell{
    width:var(--page-shell-cap-v133) !important;
    max-width:var(--page-shell-cap-v133) !important;
  }
}

/* v135 homepage row ownership: cap the main row at 1200px so extra desktop width becomes outer margin, not center gap */
@media (min-width:1170px){
  body.page-home .page{
    width:min(1200px, 100%) !important;
    max-width:1200px !important;
    margin-left:auto !important;
    margin-right:auto !important;
    grid-template-columns:minmax(560px,700px) minmax(450px,480px) !important;
    column-gap:20px !important;
    justify-content:normal !important;
  }
}

/* v136 homepage shell is the single width owner; remove desktop row cap and align hero rails */
body.page-home{
  --page-shell-cap-v136: 1400px;
  --page-shell-safe-gutter-v136: 12px;
}

body.page-home .shell,
body.page-home.is-safari .shell,
body.is-safari.page-home .shell{
  width:min(
    var(--page-shell-cap-v136),
    calc(
      100dvw
      - max(var(--page-shell-safe-gutter-v136), env(safe-area-inset-left))
      - max(var(--page-shell-safe-gutter-v136), env(safe-area-inset-right))
    )
  ) !important;
  max-width:var(--page-shell-cap-v136) !important;
  margin-left:auto !important;
  margin-right:auto !important;
  padding-left:0 !important;
  padding-right:0 !important;
}

body.page-home .page{
  width:100% !important;
  max-width:none !important;
  margin-left:0 !important;
  margin-right:0 !important;
}

@media (hover:none) and (pointer:coarse) and (orientation:landscape) and (max-height:500px) and (min-width:844px){
  body.page-home{
    --page-shell-safe-gutter-v136: 18px;
  }
}

@media (min-width:1170px){
  body.page-home{
    --page-shell-safe-gutter-v136: 24px;
  }
  body.page-home .page{
    width:100% !important;
    max-width:none !important;
    margin-left:0 !important;
    margin-right:0 !important;
    grid-template-columns:minmax(0,1fr) minmax(430px,480px) !important;
    column-gap:20px !important;
    justify-content:normal !important;
  }
  body.page-home .hero{
    width:100% !important;
    max-width:none !important;
    padding-top:8px !important;
    padding-bottom:12px !important;
  }
  body.page-home .hero .lede,
  body.page-home .hero .hero-support-match,
  body.page-home .hero .copy-hint{
    max-width:1000px !important;
  }
  body.page-home .primary-family-grid{
    grid-template-columns:minmax(0,.88fr) minmax(0,1.12fr) !important;
  }
}

/* v138 homepage shared width owner: align header/hero/page/footer and move extra desktop width to outer margins */
body.page-home{
  --home-frame-cap-v138:1400px;
  --home-frame-gutter-v138:12px;
}

body.page-home .shell,
body.page-home.is-safari .shell,
body.is-safari.page-home .shell{
  width:100% !important;
  max-width:none !important;
  margin-left:0 !important;
  margin-right:0 !important;
  padding:8px 0 44px !important;
}

body.page-home .site-header,
body.page-home .hero,
body.page-home .page,
body.page-home .build-footer{
  width:min(
    var(--home-frame-cap-v138),
    calc(
      100dvw
      - max(var(--home-frame-gutter-v138), env(safe-area-inset-left))
      - max(var(--home-frame-gutter-v138), env(safe-area-inset-right))
    )
  ) !important;
  max-width:none !important;
  margin-left:auto !important;
  margin-right:auto !important;
}

body.page-home .page{
  max-width:none !important;
  column-gap:20px !important;
}

@media (hover:none) and (pointer:coarse) and (orientation:landscape) and (max-height:520px) and (min-width:844px){
  body.page-home{
    --home-frame-gutter-v138:24px;
  }
}

@media (min-width:1100px){
  body.page-home{
    --home-frame-gutter-v138:24px;
  }
  body.page-home .page{
    grid-template-columns:minmax(0, calc(100% - 480px - 20px)) 480px !important;
    justify-content:space-between !important;
    align-items:start !important;
  }
  body.page-home .hero{
    padding-top:8px !important;
    padding-bottom:12px !important;
  }
  body.page-home .hero .lede,
  body.page-home .hero .hero-support-match,
  body.page-home .hero .copy-hint{
    max-width:100% !important;
  }
  body.page-home .primary-family-grid{
    grid-template-columns:minmax(0,.8fr) minmax(0,1.2fr) !important;
  }
}

/* v139 desktop split-column width repair: let the workbench fill its column so extra desktop width becomes outer margin, not center gap */
body.page-home{
  --home-frame-cap-v139: 1400px;
  --home-frame-gutter-v139: 18px;
}

body.page-home .shell,
body.page-home.is-safari .shell,
body.is-safari.page-home .shell{
  width:100% !important;
  max-width:none !important;
  margin-left:0 !important;
  margin-right:0 !important;
  padding:8px 0 44px !important;
}

body.page-home .site-header,
body.page-home .hero,
body.page-home .page,
body.page-home .build-footer{
  width:min(
    var(--home-frame-cap-v139),
    calc(
      100dvw
      - max(var(--home-frame-gutter-v139), env(safe-area-inset-left))
      - max(var(--home-frame-gutter-v139), env(safe-area-inset-right))
    )
  ) !important;
  max-width:none !important;
  margin-left:auto !important;
  margin-right:auto !important;
}

body.page-home .page{
  width:min(
    var(--home-frame-cap-v139),
    calc(
      100dvw
      - max(var(--home-frame-gutter-v139), env(safe-area-inset-left))
      - max(var(--home-frame-gutter-v139), env(safe-area-inset-right))
    )
  ) !important;
  max-width:none !important;
  justify-content:normal !important;
  align-items:start !important;
}

body.page-home .workbench-shell{
  width:100% !important;
  max-width:none !important;
  min-width:0 !important;
  justify-self:stretch !important;
}

body.page-home .details-panel{
  width:100% !important;
  min-width:0 !important;
  justify-self:stretch !important;
}

@media (min-width: 900px) and (max-width: 1099px) and (min-height: 501px){
  body.page-home .page{
    grid-template-columns:minmax(0, 1fr) minmax(300px, 340px) !important;
    column-gap:14px !important;
    row-gap:16px !important;
    justify-content:normal !important;
  }
  body.page-home .details-panel{
    max-width:340px !important;
  }
}

@media (min-width: 1100px) and (max-width: 1199px){
  body.page-home .page{
    grid-template-columns:minmax(0, 1fr) minmax(360px, 390px) !important;
    column-gap:20px !important;
    row-gap:16px !important;
    justify-content:normal !important;
  }
  body.page-home .workbench-shell{
    max-width:none !important;
  }
  body.page-home .details-panel{
    max-width:390px !important;
  }
}

@media (min-width: 1200px) and (max-width: 1399px){
  body.page-home .page{
    width:min(1345px, 100%) !important;
    max-width:1345px !important;
    grid-template-columns:minmax(560px, 700px) minmax(430px, 625px) !important;
    column-gap:20px !important;
    row-gap:16px !important;
    justify-content:normal !important;
  }
  body.page-home .workbench-shell{
    max-width:700px !important;
  }
  body.page-home .details-panel{
    max-width:625px !important;
  }
}

@media (min-width: 1400px){
  body.page-home .page{
    width:min(1345px, 100%) !important;
    max-width:1345px !important;
    grid-template-columns:700px 625px !important;
    column-gap:20px !important;
    row-gap:16px !important;
    justify-content:normal !important;
  }
  body.page-home .workbench-shell{
    max-width:700px !important;
  }
  body.page-home .details-panel{
    max-width:625px !important;
  }
}

/* v149 Network Insight interaction + helper-copy refinement */
body.page-home .issue-panel{
  position:relative;
  isolation:isolate;
  cursor:default;
  pointer-events:auto;
}
body.page-home .issue-toggle,
body.page-home .issue-toggle *{
  cursor:pointer;
}
body.page-home .issue-toggle{
  position:relative;
  z-index:2;
  pointer-events:auto;
  user-select:none;
  -webkit-user-select:none;
  touch-action:manipulation;
}
body.page-home .issue-copy,
body.page-home .issue-toggle-meta,
body.page-home .issue-summary,
body.page-home .issue-title,
body.page-home .issue-hint,
body.page-home .issue-chevron{
  pointer-events:none;
}
body.page-home .issue-links,
body.page-home .issue-links *{
  cursor:auto;
}

body.page-home .issue-summary,
body.page-home .issue-panel #issueText,
body.page-home .issue-reasons,
body.page-home .issue-secondary,
body.page-home .issue-hint{
  font-size:.74rem !important;
  line-height:1.32 !important;
}

@media (max-width: 960px){
  body.page-home .issue-summary,
  body.page-home .issue-panel #issueText,
  body.page-home .issue-reasons,
  body.page-home .issue-secondary,
  body.page-home .issue-hint{
    font-size:.72rem !important;
    line-height:1.3 !important;
  }
}

@media (min-width: 961px){
  body.page-home .site-links{
    gap:10px !important;
  }
  body.page-home .site-links a{
    display:inline-flex !important;
    align-items:center;
    justify-content:center;
    padding:9px 13px;
    border-radius:999px;
    border:1px solid rgba(255,255,255,.09);
    background:rgba(255,255,255,.028);
    color:var(--text);
    transition:background .18s ease,border-color .18s ease,transform .18s ease,box-shadow .18s ease;
  }
  body.page-home .site-links a:hover{
    transform:translateY(-1px);
    border-color:rgba(31,211,255,.28);
    background:rgba(31,211,255,.07);
    box-shadow:0 8px 18px rgba(0,0,0,.12);
  }
  body.page-home .site-links a.is-active{
    padding:9px 13px !important;
  }
  body.light.page-home .site-links a{
    border-color:rgba(24,38,56,.14);
    background:#ffffff;
    color:#17212c;
  }
  body.light.page-home .site-links a:hover{
    border-color:rgba(0,125,184,.22);
    background:#f5f9fc;
    box-shadow:0 8px 16px rgba(17,28,39,.06);
  }
}

@media (hover:none) and (pointer:coarse) and (orientation:landscape) and (max-height:500px) and (min-width:844px) and (max-width:1100px){
  body.page-home .details-panel{
    padding-left:12px !important;
    padding-right:12px !important;
  }
  body.page-home .details-grid{
    grid-template-columns:1fr !important;
    gap:7px !important;
  }
  body.page-home .details-grid .meta-chip{
    padding:10px 11px !important;
  }
  body.page-home .details-grid .meta-chip .k{
    margin-bottom:3px !important;
    font-size:.69rem !important;
  }
  body.page-home .details-grid .meta-chip .v{
    font-size:.88rem !important;
    line-height:1.28 !important;
  }
}

/* v151 academy heading scale + homepage IP family rebalance revert */
.academy-hero-card h1,
body.light .academy-hero-card h1{
  font-size:clamp(1.375rem, 2.2vw, 1.5rem) !important;
  line-height:1.08 !important;
}

.academy-grid-card .section-title,
.academy-related-card .section-title,
.academy-faq-card .section-title,
.academy-page .section-title,
.tools-page .section-title,
.contact-page .section-title,
.faq-page .section-title,
.glossary-page .section-title,
body.light .academy-grid-card .section-title,
body.light .academy-related-card .section-title,
body.light .academy-faq-card .section-title,
body.light .academy-page .section-title,
body.light .tools-page .section-title,
body.light .contact-page .section-title,
body.light .faq-page .section-title,
body.light .glossary-page .section-title{
  font-size:1rem !important;
  line-height:1.25 !important;
  font-weight:700 !important;
}

/* v152 homepage IPv4 content-sized card + IPv6 flex remainder */
body.page-home .primary-family-grid{
  grid-template-columns:max-content minmax(0,1fr) !important;
  gap:8px !important;
}

body.page-home #ipv4Card{
  width:max-content !important;
  min-width:0 !important;
  max-width:100% !important;
  justify-self:start !important;
}

body.page-home #ipv6Card{
  width:auto !important;
  min-width:0 !important;
  max-width:none !important;
}

body.page-home #ipv4Value{
  white-space:nowrap !important;
}

body.page-home #ipv6Value{
  min-width:0 !important;
}

@media (max-width:699px){
  body.page-home .primary-family-grid{
    grid-template-columns:repeat(2, minmax(0,1fr)) !important;
  }

  body.page-home #ipv4Card,
  body.page-home #ipv6Card{
    width:auto !important;
    max-width:none !important;
  }
}

/* v156 canonical site shell + homepage gutter ownership */
:root{
  --site-frame-cap-v156: 1400px;
  --vvw: 100vw;
  --vvh: 100vh;
  --site-frame-gutter-v156: 20px;
  --site-frame-gutter-phone-portrait-v156: 5px;
  --site-frame-gutter-phone-landscape-v156: 30px;
}

.shell,
body.is-safari .shell{
  width:min(
    var(--site-frame-cap-v156),
    calc(
      100vw
      - max(var(--site-frame-gutter-v156), env(safe-area-inset-left))
      - max(var(--site-frame-gutter-v156), env(safe-area-inset-right))
    )
  ) !important;
  max-width:var(--site-frame-cap-v156) !important;
  margin-left:auto !important;
  margin-right:auto !important;
  padding:12px 0 44px !important;
}

.academy-shell{
  max-width:var(--site-frame-cap-v156) !important;
}

@media (max-width:860px){
  .shell,
  body.is-safari .shell{
    padding:8px 0 34px !important;
  }
}

body.page-home .shell,
body.page-home.is-safari .shell,
body.is-safari.page-home .shell{
  width:min(
    var(--site-frame-cap-v156),
    calc(
      100vw
      - max(var(--site-frame-gutter-v156), env(safe-area-inset-left))
      - max(var(--site-frame-gutter-v156), env(safe-area-inset-right))
    )
  ) !important;
  max-width:var(--site-frame-cap-v156) !important;
  margin-left:auto !important;
  margin-right:auto !important;
  padding:8px 0 44px !important;
}

body.page-home .site-header,
body.page-home .hero,
body.page-home .page,
body.page-home .build-footer{
  width:100% !important;
  max-width:none !important;
  margin-left:0 !important;
  margin-right:0 !important;
}

@media (max-width:939px){
  body.page-home .page{
    display:grid !important;
    grid-template-columns:1fr !important;
    grid-template-areas:
      "hero"
      "workbench"
      "details"
      "academy" !important;
    row-gap:16px !important;
    column-gap:0 !important;
  }
  body.page-home .hero{grid-area:hero !important;max-width:860px !important;}
  body.page-home .workbench-shell{grid-area:workbench !important;max-width:none !important;width:100% !important;justify-self:stretch !important;}
  body.page-home .details-panel{
    grid-area:details !important;
    position:relative !important;
    top:auto !important;
    width:100% !important;
    max-width:none !important;
    justify-self:stretch !important;
    align-self:start !important;
    padding-left:14px !important;
    padding-right:14px !important;
  }
  body.page-home .details-grid{grid-template-columns:1fr !important;}
  body.page-home .academy-launchpad{grid-area:academy !important;}
}

@media (min-width:940px) and (max-width:1099px) and (min-height:501px){
  body.page-home .page{
    display:grid !important;
    grid-template-columns:minmax(0, 1fr) minmax(300px, 340px) !important;
    grid-template-areas:
      "hero hero"
      "workbench details"
      "academy academy" !important;
    column-gap:14px !important;
    row-gap:16px !important;
    justify-content:normal !important;
    align-items:start !important;
  }
  body.page-home .details-panel{
    max-width:340px !important;
    position:relative !important;
    top:auto !important;
    width:100% !important;
    justify-self:stretch !important;
    padding-left:14px !important;
    padding-right:14px !important;
  }
}

@media (min-width:1100px) and (max-width:1199px){
  body.page-home .page{
    display:grid !important;
    grid-template-columns:minmax(0, 1fr) minmax(360px, 390px) !important;
    grid-template-areas:
      "hero hero"
      "workbench details"
      "academy academy" !important;
    column-gap:20px !important;
    row-gap:16px !important;
    justify-content:normal !important;
    align-items:start !important;
  }
  body.page-home .workbench-shell{max-width:none !important;}
  body.page-home .details-panel{
    max-width:390px !important;
    position:relative !important;
    top:auto !important;
    width:100% !important;
    justify-self:stretch !important;
    padding-left:14px !important;
    padding-right:14px !important;
  }
}

@media (min-width:1200px) and (max-width:1399px){
  body.page-home .page{
    width:min(1345px, 100%) !important;
    max-width:1345px !important;
    grid-template-columns:minmax(560px, 700px) minmax(430px, 625px) !important;
    column-gap:20px !important;
    row-gap:16px !important;
    justify-content:normal !important;
  }
  body.page-home .workbench-shell{max-width:700px !important;}
  body.page-home .details-panel{
    max-width:625px !important;
    position:sticky !important;
    top:18px !important;
    width:100% !important;
    justify-self:stretch !important;
    padding-left:14px !important;
    padding-right:14px !important;
  }
}

@media (min-width:1400px){
  body.page-home .page{
    width:min(1345px, 100%) !important;
    max-width:1345px !important;
    grid-template-columns:700px 625px !important;
    column-gap:20px !important;
    row-gap:16px !important;
    justify-content:normal !important;
  }
  body.page-home .workbench-shell{max-width:700px !important;}
  body.page-home .details-panel{
    max-width:625px !important;
    position:sticky !important;
    top:18px !important;
    width:100% !important;
    justify-self:stretch !important;
    padding-left:14px !important;
    padding-right:14px !important;
  }
}

@media (hover:none) and (pointer:coarse) and (orientation:portrait) and (max-width:820px){
  .shell,
  body.is-safari .shell,
  body.page-home .shell,
  body.page-home.is-safari .shell,
  body.is-safari.page-home .shell{
    width:min(
      var(--site-frame-cap-v156),
      calc(
        100vw
        - max(var(--site-frame-gutter-phone-portrait-v156), env(safe-area-inset-left))
        - max(var(--site-frame-gutter-phone-portrait-v156), env(safe-area-inset-right))
      )
    ) !important;
    max-width:var(--site-frame-cap-v156) !important;
  }
}

@media (hover:none) and (pointer:coarse) and (orientation:landscape) and (max-height:500px) and (min-width:844px){
  .shell,
  body.is-safari .shell,
  body.page-home .shell,
  body.page-home.is-safari .shell,
  body.is-safari.page-home .shell{
    width:min(
      var(--site-frame-cap-v156),
      calc(
        100vw
        - max(var(--site-frame-gutter-phone-landscape-v156), env(safe-area-inset-left))
        - max(var(--site-frame-gutter-phone-landscape-v156), env(safe-area-inset-right))
      )
    ) !important;
    max-width:var(--site-frame-cap-v156) !important;
  }
}

@media (hover:none) and (pointer:coarse) and (orientation:landscape) and (max-height:500px) and (min-width:844px){
  body.page-home .shell,
  body.page-home.is-safari .shell,
  body.is-safari.page-home .shell{
    width:min(
      var(--site-frame-cap-v156),
      calc(
        100vw
        - max(var(--site-frame-gutter-phone-landscape-v156), env(safe-area-inset-left))
        - max(var(--site-frame-gutter-phone-landscape-v156), env(safe-area-inset-right))
      )
    ) !important;
    max-width:var(--site-frame-cap-v156) !important;
    margin-left:auto !important;
    margin-right:auto !important;
    padding:8px 0 44px !important;
  }
  body.page-home .page{
    display:grid !important;
    grid-template-columns:minmax(0, 1fr) minmax(272px, 302px) !important;
    grid-template-areas:
      "hero hero"
      "workbench details"
      "academy academy" !important;
    column-gap:12px !important;
    row-gap:14px !important;
    align-items:start !important;
  }
  body.page-home .workbench-shell{
    max-width:none !important;
    min-width:0 !important;
  }
  body.page-home .details-panel{
    position:relative !important;
    top:auto !important;
    max-width:none !important;
    width:100% !important;
    justify-self:stretch !important;
    padding-left:8px !important;
    padding-right:8px !important;
  }
  body.page-home .details-grid{
    grid-template-columns:1fr !important;
    gap:7px !important;
  }
  body.page-home .details-grid .meta-chip{
    padding:9px 10px !important;
  }
  body.page-home .details-grid .meta-chip .k{
    font-size:.68rem !important;
    margin-bottom:3px !important;
  }
  body.page-home .details-grid .meta-chip .v{
    font-size:.82rem !important;
    line-height:1.25 !important;
  }
  body.page-home .map-panel #mapWrap{
    height:188px !important;
    min-height:188px !important;
  }
}

/* v157 live status foundation */
.probe-live-helper {
  display: grid;
  gap: 2px;
  margin: 6px 0 0;
  color: var(--muted);
  font-size: 0.88rem;
  line-height: 1.45;
}

.probe-live-line {
  display: block;
}

.probe-live-state {
  font-weight: 800;
}

.probe-live-state--healthy {
  color: #1aff8c;
}

.probe-live-state--warning {
  color: #ffd166;
}

.probe-live-state--offline {
  color: var(--probe-unavailable-red);
}

.probe-live-state--unknown {
  color: var(--text);
}

.btn-primary-tool.running,
.tab.running,
.probe-status-pill.running {
  position: relative;
}

.btn-primary-tool.running::after,
.tab.running::after {
  content: '';
  position: absolute;
  inset: -2px;
  border-radius: inherit;
  border: 1px solid color-mix(in srgb, var(--accent) 58%, transparent);
  animation: whenip-soft-pulse 1.8s ease-in-out infinite;
  pointer-events: none;
}

.probe-status-pill.running .probe-status-dot {
  animation: whenip-soft-pulse 1.4s ease-in-out infinite;
}

@keyframes whenip-soft-pulse {
  0%, 100% { opacity: 0.55; transform: scale(1); }
  50% { opacity: 1; transform: scale(1.08); }
}

@media (max-width: 640px) {
  .probe-live-helper {
    white-space: normal;
  }
}

body.light .probe-live-state--healthy{color:#0f8a4b}
body.light .probe-live-state--warning{color:#9a6a00}
body.light .probe-live-state--offline{color:var(--probe-unavailable-red)}
body.light .probe-live-state--unknown{color:#173047}

/* v161 light-mode workbench contrast pass */
body.light.page-home .workbench-shell{
  background:#f4f7fb!important;
  border-color:rgba(34,57,84,.18)!important;
  box-shadow:0 16px 30px rgba(17,28,39,.07), inset 0 0 0 1px rgba(47,111,228,.05)!important;
}
body.light.page-home .workbench-shell::before{
  box-shadow:inset 0 0 0 1px rgba(47,111,228,.10)!important;
}
body.light.page-home .probe-selector-wrap{
  background:#fbfcfe!important;
  border-color:rgba(24,38,56,.20)!important;
  box-shadow:0 1px 0 rgba(255,255,255,.82) inset, 0 0 0 1px rgba(24,38,56,.03)!important;
}
body.light.page-home .probe-selector-select{
  background:#ffffff!important;
  border-color:rgba(24,38,56,.24)!important;
  box-shadow:inset 0 1px 0 rgba(255,255,255,.75)!important;
}
body.light.page-home .probe-selector-help,
body.light.page-home .probe-live-helper,
body.light.page-home .probe-live-line{
  color:#435769!important;
}
body.light.page-home .probe-status-wrap{
  border-top:1px solid rgba(24,38,56,.08);
  padding-top:8px;
  margin-top:4px;
}
body.light.page-home .status-strip,
body.light.page-home .status-line{
  background:#edf3f7!important;
  border-color:rgba(24,38,56,.20)!important;
  color:#182838!important;
  box-shadow:inset 0 1px 0 rgba(255,255,255,.58)!important;
}
body.light.page-home .strip-meta-row{
  color:#35495b!important;
  border-bottom-color:rgba(24,38,56,.12)!important;
}
body.light.page-home #consoleToolStatus,
body.light.page-home #consoleStatus,
body.light.page-home .console-prompt-text,
body.light.page-home .console-run-text{
  color:#172635!important;
}
body.light.page-home .console-shell{
  background:#d8e1e9!important;
  border:1px solid rgba(24,38,56,.24)!important;
  border-radius:18px;
  box-shadow:inset 0 1px 0 rgba(255,255,255,.34)!important;
}
body.light.page-home .console-output,
body.light.page-home .output{
  background:#d8e1e9!important;
  border-color:rgba(24,38,56,.08)!important;
  color:#152331!important;
}
body.light.page-home .console-copy-btn{
  background:#e6edf4!important;
  border-color:rgba(24,38,56,.22)!important;
  color:#172635!important;
}
body.page-home .console-copy-btn.copied-feedback{
  border-color:rgba(0,255,139,.52)!important;
  background:rgba(0,255,139,.12)!important;
  box-shadow:inset 0 0 0 1px rgba(0,255,139,.08),0 0 0 1px rgba(0,255,139,.08)!important;
}
body.light.page-home .console-copy-btn.copied-feedback{
  border-color:rgba(20,166,96,.46)!important;
  background:#edf9f1!important;
  color:#12442c!important;
  box-shadow:inset 0 0 0 1px rgba(20,166,96,.08),0 0 0 1px rgba(20,166,96,.08)!important;
}
body.light.page-home .console-output .ok,
body.light.page-home .output .ok{
  color:#0e6f45!important;
}
body.light.page-home .console-output .warn,
body.light.page-home .output .warn{
  color:#7e5800!important;
}
body.light.page-home .console-output .err,
body.light.page-home .output .err{
  color:#9e2b3a!important;
}

/* v162 light-mode workbench finish pass */
body.light.page-home .workbench-shell{
  background:#f3f6fa!important;
  border-color:rgba(34,57,84,.20)!important;
  box-shadow:0 18px 34px rgba(17,28,39,.075), inset 0 0 0 1px rgba(47,111,228,.05)!important;
}
body.light.page-home .probe-selector-wrap{
  background:#fcfdff!important;
  border-color:rgba(24,38,56,.22)!important;
  box-shadow:0 1px 0 rgba(255,255,255,.9) inset, 0 0 0 1px rgba(24,38,56,.04)!important;
}
body.light.page-home .status-strip,
body.light.page-home .status-line{
  background:#e7eef4!important;
  border-color:rgba(24,38,56,.24)!important;
  color:#162636!important;
  box-shadow:inset 0 1px 0 rgba(255,255,255,.72), 0 1px 0 rgba(24,38,56,.03)!important;
}
body.light.page-home .strip-meta-row{
  color:#314657!important;
  border-bottom-color:rgba(24,38,56,.14)!important;
}
body.light.page-home .console-shell{
  background:#cfd9e2!important;
  border:1px solid rgba(24,38,56,.28)!important;
  box-shadow:inset 0 1px 0 rgba(255,255,255,.34), 0 10px 20px rgba(17,28,39,.05)!important;
}
body.light.page-home .console-output,
body.light.page-home .output{
  background:#d3dde6!important;
  border-color:rgba(24,38,56,.10)!important;
  color:#142331!important;
}
body.light.page-home .issue-panel{
  background:#f8fbfd!important;
  border-color:rgba(147,75,92,.26)!important;
  box-shadow:0 10px 22px rgba(17,28,39,.035), inset 0 1px 0 rgba(255,255,255,.72)!important;
}
body.light.page-home .issue-title{
  color:#446a95!important;
}
body.light.page-home .issue-summary,
body.light.page-home .issue-panel #issueText,
body.light.page-home .issue-reasons,
body.light.page-home .issue-hint{
  color:#4a6073!important;
}

/* v163 light-mode status instrument definition + console prompt parity */
body.light.page-home .status-strip{
  background:#dbe5ed!important;
  border-color:rgba(24,38,56,.30)!important;
  color:#142433!important;
  box-shadow:inset 0 1px 0 rgba(255,255,255,.66), 0 8px 18px rgba(17,28,39,.045)!important;
}
body.light.page-home .strip-meta-row{
  color:#314657!important;
  border-bottom-color:rgba(24,38,56,.16)!important;
  font-weight:800!important;
}
body.light.page-home .strip-status-row.two-line{
  gap:8px!important;
}
body.light.page-home .status-line{
  background:#eef4f8!important;
  border:1px solid rgba(24,38,56,.18)!important;
  color:#152534!important;
  box-shadow:inset 0 1px 0 rgba(255,255,255,.88), 0 1px 0 rgba(24,38,56,.03)!important;
}
body.light.page-home #consoleToolStatus,
body.light.page-home #consoleStatus,
body.light.page-home .console-prompt-text,
body.light.page-home .console-run-text{
  color:#152534!important;
}
body.light.page-home .console-prompt-label,
body.light.page-home .console-run-label,
body.light.page-home .line-prompt,
body.light.page-home .line-done{
  color:#1f8a57!important;
}
body.page-home .line-done-dot{
  display:inline-block;
  animation:readyDotPulse 2.8s ease-in-out infinite;
}
@keyframes readyDotPulse{
  0%,100%{opacity:.28;}
  50%{opacity:1;}
}

/* v164 probe pulse offsets + modal command preview polish */
.probe-status-pill[data-status="healthy"] .probe-status-dot{
  animation:readyDotPulse 2.8s ease-in-out infinite;
  animation-delay:var(--probe-pulse-delay,0s);
  transform-origin:center;
}
.probe-status-pill.running[data-status="healthy"] .probe-status-dot{
  animation:whenip-soft-pulse 1.8s ease-in-out infinite;
}

.tool-command-preview{display:grid;gap:10px}
.tool-command-preview.hidden{display:none}
.tool-command-preview-box{display:grid;gap:10px;padding:11px 12px;border-radius:16px;border:1px solid rgba(255,255,255,.10);background:rgba(255,255,255,.032)}
.tool-command-summary{margin:0;color:var(--muted);font-size:.9rem;line-height:1.5}
.tool-command-row{display:grid;gap:8px}
.tool-command-row-head{display:flex;align-items:center;justify-content:space-between;gap:10px}
.tool-command-label{font-size:.74rem;font-weight:800;letter-spacing:.12em;text-transform:uppercase;color:#8fb2c7}
.tool-command-copy{min-width:34px;width:34px;height:34px;padding:0;border-radius:12px;font-size:.92rem;line-height:1;display:inline-flex;align-items:center;justify-content:center}
.tool-command-code{margin:0;padding:11px 12px;border-radius:14px;border:1px solid rgba(255,255,255,.10);background:rgba(4,15,24,.78);color:#dce8f3;font-size:.84rem;line-height:1.5;white-space:pre-wrap;word-break:break-word;overflow-wrap:anywhere;-webkit-user-select:text;user-select:text}
body.light .tool-modal-card{background:#edf2f7!important;border-color:rgba(24,38,56,.16)!important;box-shadow:0 18px 34px rgba(17,28,39,.08)!important}
body.light .tool-modal-help{color:#455a6d!important}
body.light .tool-advanced{background:#eef4fb!important;border-color:rgba(24,38,56,.18)!important;box-shadow:inset 0 1px 0 rgba(255,255,255,.84)!important}
body.light .tool-advanced.is-open{background:#edf4fb!important}
body.light .tool-advanced-toggle{color:#132433!important}
body.light .tool-advanced-summary{color:#4d6274!important}
body.light .tool-field-label{color:#142534!important}
body.light .tool-field-example{color:#5a6f82!important}
body.light .tool-field .input,
body.light .tool-field-select .input{background:#ffffff!important;border-color:rgba(24,38,56,.20)!important;box-shadow:inset 0 1px 0 rgba(255,255,255,.9)!important}
body.light .tool-field .input:focus-visible,
body.light .tool-field-select .input:focus-visible{border-color:rgba(47,111,228,.42)!important;box-shadow:0 0 0 3px rgba(47,111,228,.12)!important;outline:none}
body.light .tool-modal-actions .btn.primary{background:#dff0fb!important;border-color:rgba(47,111,228,.34)!important;color:#174060!important;box-shadow:inset 0 1px 0 rgba(255,255,255,.92)!important}
body.light .tool-modal-actions .btn.primary:hover{background:#d6ecfa!important;border-color:rgba(47,111,228,.42)!important}
body.light .tool-command-preview-box{background:#f6fafe!important;border-color:rgba(24,38,56,.16)!important;box-shadow:inset 0 1px 0 rgba(255,255,255,.88)!important}
body.light .tool-command-summary{color:#445a6e!important}
body.light .tool-command-label{color:#416a95!important}
body.light .tool-command-copy{background:#ffffff!important;border-color:rgba(24,38,56,.18)!important;color:#173047!important}
body.light .tool-command-code{background:#e9f0f6!important;border-color:rgba(24,38,56,.16)!important;color:#173047!important}

/* v165 modal close cleanup, portrait collapsibles, pulse offsets, activity icon, and dark modal hierarchy */
.modal.hidden,
.modal[aria-hidden='true']{
  pointer-events:none!important;
}

.details-head-actions,
.section-title-row{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:10px;
}

.home-collapse-toggle{
  display:none;
  min-width:36px;
  width:36px;
  height:36px;
  padding:0;
  border-radius:12px;
  font-size:1rem;
  line-height:1;
  align-items:center;
  justify-content:center;
}

.home-collapse-toggle.is-collapsed{
  transform:rotate(-90deg);
}

.home-collapsible-body.hidden{
  display:none!important;
}

@media (max-width:760px) and (orientation:portrait){
  body.page-home.home-collapsible-enabled .home-collapse-toggle{
    display:inline-flex!important;
  }
}

.probe-status-pill[data-status="healthy"] .probe-status-dot{
  animation:readyDotPulse 2.8s ease-in-out infinite;
}
.probe-status-pill.running[data-status="healthy"] .probe-status-dot{
  animation:whenip-soft-pulse 1.8s ease-in-out infinite;
}

body:not(.light) .tool-modal-card{
  background:linear-gradient(180deg,#0d1e2d,#0b1a28)!important;
  border-color:rgba(148,188,214,.18)!important;
  box-shadow:0 24px 54px rgba(0,0,0,.5)!important;
}
body:not(.light) .tool-modal-help,
body:not(.light) .tool-advanced-summary,
body:not(.light) .tool-field-example,
body:not(.light) .tool-command-summary{
  color:#a7bccd!important;
}
body:not(.light) .tool-advanced{
  background:#0c1b2a!important;
  border-color:rgba(148,188,214,.18)!important;
  box-shadow:inset 0 1px 0 rgba(255,255,255,.03)!important;
}
body:not(.light) .tool-advanced.is-open{
  background:#0f2234!important;
}
body:not(.light) .tool-field-label,
body:not(.light) .tool-advanced-toggle,
body:not(.light) .tool-modal-title{
  color:#eef7fd!important;
}
body:not(.light) .tool-field .input,
body:not(.light) .tool-field-select .input{
  background:#132638!important;
  border-color:rgba(148,188,214,.18)!important;
  color:#eef7fd!important;
  box-shadow:inset 0 1px 0 rgba(255,255,255,.04)!important;
}
body:not(.light) .tool-field .input:focus-visible,
body:not(.light) .tool-field-select .input:focus-visible{
  border-color:rgba(31,211,255,.34)!important;
  box-shadow:0 0 0 3px rgba(31,211,255,.12)!important;
  outline:none;
}
body:not(.light) .tool-command-preview-box{
  background:#0f2030!important;
  border-color:rgba(148,188,214,.18)!important;
  box-shadow:inset 0 1px 0 rgba(255,255,255,.03)!important;
}
body:not(.light) .tool-command-label{
  color:#9ec9e2!important;
}
body:not(.light) .tool-command-copy{
  background:#112638!important;
  border-color:rgba(148,188,214,.18)!important;
  color:#dbe7f2!important;
}
body:not(.light) .tool-command-code{
  background:#08121c!important;
  border-color:rgba(148,188,214,.14)!important;
  color:#edf7fd!important;
}

/* v168 modal close recovery + spinner centering */
.modal.hidden,
.modal[aria-hidden='true']{
  display:none!important;
  visibility:hidden!important;
  pointer-events:none!important;
}
.modal.hidden .modal-backdrop,
.modal[aria-hidden='true'] .modal-backdrop,
.modal.hidden .modal-card,
.modal[aria-hidden='true'] .modal-card{
  pointer-events:none!important;
}

/* v168 modal teardown hardening + console spinner relocation */
html.modal-open,
body.modal-open{
  overflow:hidden!important;
}
.modal.hidden,
.modal[aria-hidden='true'],
.modal[hidden]{
  display:none!important;
  visibility:hidden!important;
  pointer-events:none!important;
}
.modal.hidden .modal-backdrop,
.modal[aria-hidden='true'] .modal-backdrop,
.modal[hidden] .modal-backdrop,
.modal.hidden .modal-card,
.modal[aria-hidden='true'] .modal-card,
.modal[hidden] .modal-card{
  pointer-events:none!important;
}

/* v168 safari modal unlock override + console spinner animation restore */
html.modal-open,
body.modal-open{
  overflow:hidden!important;
  overscroll-behavior:auto!important;
  touch-action:auto!important;
}
body.modal-open{
  position:static!important;
  inset:auto!important;
  top:auto!important;
  left:auto!important;
  right:auto!important;
  width:auto!important;
}

/* v170 console spinner stabilization */

/* v170 spinner visibility fix */

/* v172 modal pro pass */
.tool-modal-head{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:12px;
  margin-bottom:12px;
  padding-bottom:12px;
  border-bottom:1px solid rgba(255,255,255,.08);
}
.tool-modal-title{
  font-size:1.02rem;
  font-weight:800;
  letter-spacing:.01em;
}
.tool-modal-close{
  width:38px;
  height:38px;
  border-radius:14px;
  font-size:1.08rem;
}
.tool-modal-body{
  gap:12px!important;
}
.tool-modal-lead{
  display:grid;
  gap:6px;
}
.tool-modal-help{
  margin:0!important;
  font-size:.88rem!important;
  line-height:1.48!important;
}
.tool-modal-form{
  display:grid;
  gap:10px!important;
}
.tool-modal-field{
  padding:10px 11px 11px;
  border-radius:16px;
  border:1px solid rgba(255,255,255,.08);
  background:rgba(255,255,255,.02);
  box-shadow:inset 0 1px 0 rgba(255,255,255,.02);
}
.tool-modal-field .input,
.tool-modal-field-select .input{
  margin-top:1px;
}
.tool-advanced{
  gap:10px!important;
  padding:12px 13px!important;
  border-radius:18px!important;
}
.tool-advanced-toggle{
  padding:1px 0;
}
.tool-advanced-chevron{
  transition:transform .18s ease;
}
.tool-advanced.is-open .tool-advanced-chevron{
  transform:rotate(180deg);
}
.tool-advanced-body{
  gap:12px!important;
  padding-top:2px;
}
.tool-advanced-grid{
  gap:10px!important;
}
.tool-advanced-summary-wrap{
  padding:8px 10px;
  border-radius:14px;
  border:1px solid rgba(255,255,255,.08);
  background:rgba(255,255,255,.03);
}
.tool-advanced-summary{
  margin:0;
}
.tool-command-preview-modal{
  gap:0!important;
}
.tool-command-preview-box{
  gap:12px!important;
  padding:12px 13px!important;
  border-radius:16px!important;
}
.tool-command-summary{
  font-size:.89rem!important;
  line-height:1.52!important;
}
.tool-command-row{
  gap:10px!important;
}
.tool-command-copy{
  min-width:36px!important;
  width:36px!important;
  height:36px!important;
  border-radius:12px!important;
}
.tool-command-code{
  padding:12px 13px!important;
  line-height:1.55!important;
}
.tool-modal-actions{
  display:flex;
  align-items:center;
  gap:10px;
  margin-top:0!important;
  padding-top:10px!important;
  border-top:1px solid rgba(255,255,255,.08);
}
.tool-modal-actions .btn.primary{
  min-width:132px;
}

body.light .tool-modal-card{
  background:linear-gradient(180deg,#fbfdff 0%,#f6faff 100%)!important;
  border-color:rgba(24,38,56,.18)!important;
  box-shadow:0 22px 42px rgba(17,28,39,.10)!important;
}
body.light .tool-modal-head{
  border-bottom-color:rgba(24,38,56,.10)!important;
}
body.light .tool-modal-title{
  color:#112436!important;
}
body.light .tool-modal-close{
  background:#ffffff!important;
  border-color:rgba(24,38,56,.16)!important;
  color:#173047!important;
  box-shadow:inset 0 1px 0 rgba(255,255,255,.92)!important;
}
body.light .tool-modal-help{
  color:#475d71!important;
}
body.light .tool-modal-field{
  background:#fdfefe!important;
  border-color:rgba(24,38,56,.14)!important;
  box-shadow:inset 0 1px 0 rgba(255,255,255,.94)!important;
}
body.light .tool-advanced{
  background:#edf4fb!important;
  border-color:rgba(24,38,56,.18)!important;
  box-shadow:inset 0 1px 0 rgba(255,255,255,.86)!important;
}
body.light .tool-advanced-summary-wrap{
  background:#f7fbff!important;
  border-color:rgba(24,38,56,.14)!important;
  box-shadow:inset 0 1px 0 rgba(255,255,255,.88)!important;
}
body.light .tool-command-preview-box{
  background:#f4f8fd!important;
  border-color:rgba(24,38,56,.16)!important;
  box-shadow:inset 0 1px 0 rgba(255,255,255,.88)!important;
}
body.light .tool-command-copy{
  background:#ffffff!important;
  border-color:rgba(24,38,56,.18)!important;
  color:#173047!important;
}
body.light .tool-command-code{
  background:#e8eff6!important;
  border-color:rgba(24,38,56,.16)!important;
  color:#173047!important;
}
body.light .tool-modal-actions{
  border-top-color:rgba(24,38,56,.10)!important;
}

body:not(.light) .tool-modal-card{
  background:linear-gradient(180deg,#091725 0%,#0b1927 100%)!important;
  border-color:rgba(148,188,214,.20)!important;
  box-shadow:0 28px 60px rgba(0,0,0,.54)!important;
}
body:not(.light) .tool-modal-head{
  border-bottom-color:rgba(148,188,214,.12)!important;
}
body:not(.light) .tool-modal-close{
  background:#102232!important;
  border-color:rgba(148,188,214,.18)!important;
  color:#dbe7f2!important;
  box-shadow:inset 0 1px 0 rgba(255,255,255,.03)!important;
}
body:not(.light) .tool-modal-field{
  background:#0d2031!important;
  border-color:rgba(148,188,214,.16)!important;
  box-shadow:inset 0 1px 0 rgba(255,255,255,.03)!important;
}
body:not(.light) .tool-advanced{
  background:#0b1d2d!important;
  border-color:rgba(148,188,214,.18)!important;
}
body:not(.light) .tool-advanced-summary-wrap{
  background:#102232!important;
  border-color:rgba(148,188,214,.16)!important;
  box-shadow:inset 0 1px 0 rgba(255,255,255,.03)!important;
}
body:not(.light) .tool-command-preview-box{
  background:#0f2131!important;
  border-color:rgba(148,188,214,.18)!important;
}
body:not(.light) .tool-command-copy{
  background:#112638!important;
  border-color:rgba(148,188,214,.18)!important;
  color:#dbe7f2!important;
}
body:not(.light) .tool-command-code{
  background:#08131d!important;
  border-color:rgba(148,188,214,.14)!important;
  color:#edf7fd!important;
}
body:not(.light) .tool-modal-actions{
  border-top-color:rgba(148,188,214,.12)!important;
}

@media (max-width:560px){
  .tool-modal-head{
    margin-bottom:10px;
    padding-bottom:10px;
  }
  .tool-modal-field{
    padding:9px 10px 10px;
    border-radius:15px;
  }
  .tool-advanced{
    padding:11px 12px!important;
  }
  .tool-command-preview-box{
    padding:11px 12px!important;
  }
}

/* v172 modal density pass */
.tool-modal-head{
  gap:10px!important;
  margin-bottom:9px!important;
  padding-bottom:9px!important;
}
.tool-modal-title{
  font-size:.98rem!important;
  letter-spacing:.008em!important;
}
.tool-modal-close{
  width:34px!important;
  height:34px!important;
  border-radius:12px!important;
  font-size:1rem!important;
}
.tool-modal-body{
  gap:9px!important;
}
.tool-modal-lead{
  gap:4px!important;
}
.tool-modal-help{
  font-size:.82rem!important;
  line-height:1.4!important;
}
.tool-modal-form{
  gap:8px!important;
}
.tool-modal-field{
  padding:8px 9px 9px!important;
  border-radius:14px!important;
}
.tool-modal-field .input,
.tool-modal-field-select .input{
  margin-top:0!important;
  padding:11px 13px!important;
  border-radius:14px!important;
}
.tool-field-label{
  font-size:.78rem!important;
}
.tool-field-example{
  font-size:.72rem!important;
  margin-top:1px!important;
}
.tool-advanced{
  gap:8px!important;
  padding:10px 11px!important;
  border-radius:16px!important;
}
.tool-advanced-body{
  gap:10px!important;
  padding-top:1px!important;
}
.tool-advanced-grid{
  gap:8px!important;
}
.tool-advanced-summary-wrap{
  display:none!important;
}
.tool-command-preview-box{
  gap:10px!important;
  padding:10px 11px!important;
  border-radius:14px!important;
}
.tool-command-summary{
  font-size:.83rem!important;
  line-height:1.42!important;
}
.tool-command-row{
  gap:8px!important;
}
.tool-command-row-head{
  gap:8px!important;
}
.tool-command-label{
  font-size:.75rem!important;
}
.tool-command-copy{
  min-width:34px!important;
  width:34px!important;
  height:34px!important;
  border-radius:11px!important;
}
.tool-command-code{
  padding:10px 11px!important;
  font-size:.82rem!important;
  line-height:1.48!important;
}
.tool-modal-actions{
  gap:8px!important;
  padding-top:8px!important;
}
.tool-modal-actions .btn.primary{
  min-width:124px!important;
}
@media (max-width:560px){
  .tool-modal-card{
    padding:12px 12px 10px!important;
    border-radius:16px!important;
  }
  .tool-modal-head{
    margin-bottom:8px!important;
    padding-bottom:8px!important;
  }
  .tool-modal-field{
    padding:7px 8px 8px!important;
    border-radius:13px!important;
  }
  .tool-modal-field .input,
  .tool-modal-field-select .input{
    padding:10px 12px!important;
    border-radius:13px!important;
  }
  .tool-advanced,
  .tool-command-preview-box{
    padding:9px 10px!important;
  }
}

/* v173 tool sheet / portrait no-scroll pass */
html.modal-open,
body.modal-open{
  overflow:hidden!important;
}
.modal{
  align-items:center!important;
  justify-content:center!important;
  padding:8px 10px!important;
  overflow:hidden!important;
}
.modal-backdrop{
  background:rgba(7,12,18,.34)!important;
  backdrop-filter:blur(1.5px)!important;
  -webkit-backdrop-filter:blur(1.5px)!important;
}
.modal-card{
  width:min(560px,calc(100vw - 20px))!important;
  max-width:560px!important;
  max-height:calc(100dvh - 16px)!important;
}
.tool-modal-card{
  padding:10px 10px 9px!important;
  border-radius:18px!important;
}
.tool-modal-head{
  gap:8px!important;
  margin-bottom:6px!important;
  padding-bottom:6px!important;
}
.tool-modal-title{
  font-size:.96rem!important;
}
.tool-modal-close{
  width:32px!important;
  height:32px!important;
  border-radius:11px!important;
}
.tool-modal-body{
  gap:7px!important;
  overflow:auto!important;
  overscroll-behavior:contain!important;
}
.tool-modal-lead{
  gap:2px!important;
}
.tool-modal-help{
  font-size:.79rem!important;
  line-height:1.32!important;
}
.tool-modal-form{
  gap:7px!important;
}
.tool-modal-field{
  padding:6px 7px 7px!important;
  border-radius:13px!important;
}
.tool-field-label{
  font-size:.76rem!important;
}
.tool-field-example{
  font-size:.69rem!important;
  line-height:1.2!important;
  margin-top:0!important;
}
.tool-modal-field .input,
.tool-modal-field-select .input{
  padding:9px 11px!important;
  border-radius:12px!important;
  min-height:0!important;
}
.tool-advanced{
  gap:7px!important;
  padding:8px 9px!important;
  border-radius:15px!important;
}
.tool-advanced-toggle{
  padding:0!important;
}
.tool-advanced-body{
  gap:8px!important;
  padding-top:0!important;
}
.tool-advanced-grid{
  display:grid!important;
  gap:7px!important;
  grid-template-columns:1fr!important;
}
.tool-command-preview-box{
  gap:8px!important;
  padding:8px 9px!important;
  border-radius:13px!important;
}
.tool-command-summary{
  font-size:.79rem!important;
  line-height:1.34!important;
}
.tool-command-row{
  gap:6px!important;
}
.tool-command-row-head{
  gap:6px!important;
}
.tool-command-label{
  font-size:.72rem!important;
}
.tool-command-copy{
  min-width:32px!important;
  width:32px!important;
  height:32px!important;
  border-radius:10px!important;
}
.tool-command-code{
  padding:8px 10px!important;
  font-size:.79rem!important;
  line-height:1.36!important;
}
.tool-modal-actions{
  gap:7px!important;
  padding-top:6px!important;
}
.tool-modal-actions .btn.primary{
  min-width:118px!important;
  padding:10px 14px!important;
}
@media (min-width:380px){
  .tool-advanced-grid{
    grid-template-columns:repeat(2,minmax(0,1fr))!important;
  }
  .tool-advanced-grid > :first-child,
  .tool-advanced-grid > #toolAdvancedTargetInputWrap,
  .tool-advanced-grid > .tool-command-preview-modal{
    grid-column:1 / -1;
  }
}
@media (max-width:560px){
  .modal{
    padding:7px 9px!important;
  }
  .modal-card{
    width:calc(100vw - 18px)!important;
    max-height:calc(100dvh - 14px)!important;
  }
  .tool-modal-card{
    padding:9px 9px 8px!important;
    border-radius:17px!important;
  }
}

/* v174 tool sheet density finish pass */
.modal{
  padding:6px 10px!important;
}
.modal-backdrop{
  background:rgba(7,12,18,.32)!important;
  backdrop-filter:blur(1px)!important;
  -webkit-backdrop-filter:blur(1px)!important;
}
.tool-modal-card{
  padding:8px 9px 8px!important;
  border-radius:17px!important;
}
.tool-modal-head{
  gap:7px!important;
  margin-bottom:5px!important;
  padding-bottom:5px!important;
}
.tool-modal-title{
  font-size:.94rem!important;
}
.tool-modal-close{
  width:30px!important;
  height:30px!important;
  border-radius:10px!important;
  font-size:.94rem!important;
}
.tool-modal-body{
  gap:6px!important;
}
.tool-modal-lead{
  gap:1px!important;
}
.tool-modal-help{
  font-size:.76rem!important;
  line-height:1.24!important;
}
.tool-modal-form{
  gap:6px!important;
}
.tool-modal-field{
  padding:5px 6px 6px!important;
  border-radius:12px!important;
}
.tool-field-label{
  font-size:.75rem!important;
}
.tool-field-example{
  font-size:.67rem!important;
  line-height:1.15!important;
}
.tool-modal-field .input,
.tool-modal-field-select .input{
  padding:8px 10px!important;
  border-radius:11px!important;
  font-size:.88rem!important;
}
.tool-advanced{
  gap:6px!important;
  padding:7px 8px!important;
  border-radius:14px!important;
}
.tool-advanced-toggle{
  min-height:0!important;
}
.tool-advanced-toggle span:first-child{
  font-size:.95rem!important;
}
.tool-advanced-body{
  gap:7px!important;
}
.tool-advanced-grid{
  gap:6px!important;
}
.tool-command-preview-box{
  gap:6px!important;
  padding:7px 8px!important;
  border-radius:12px!important;
}
.tool-command-summary{
  font-size:.77rem!important;
  line-height:1.28!important;
}
.tool-command-row{
  gap:5px!important;
}
.tool-command-row-head{
  align-items:flex-start!important;
  gap:6px!important;
}
.tool-command-meta{
  display:grid;
  gap:1px;
  min-width:0;
  flex:1 1 auto;
}
.tool-command-label{
  font-size:.71rem!important;
  line-height:1.1!important;
}
.tool-command-hint{
  color:var(--muted);
  font-size:.63rem;
  line-height:1.15;
  letter-spacing:.01em;
}
.tool-command-copy{
  min-width:30px!important;
  width:30px!important;
  height:30px!important;
  border-radius:9px!important;
  margin-top:-1px;
}
.tool-command-code{
  padding:7px 9px!important;
  font-size:.77rem!important;
  line-height:1.28!important;
  cursor:pointer;
  user-select:none;
  -webkit-user-select:none;
}
.tool-modal-actions{
  gap:6px!important;
  padding-top:5px!important;
}
.tool-modal-actions .btn.primary{
  min-width:118px!important;
  padding:9px 14px!important;
}
body.light .tool-command-hint{
  color:#576b7d!important;
}
body:not(.light) .tool-command-hint{
  color:#9eb0c3!important;
}
@media (max-width:560px){
  .modal{
    align-items:flex-start!important;
    padding:calc(env(safe-area-inset-top, 0px) + 8px) 10px 10px!important;
  }
  .modal-card{
    width:calc(100vw - 20px)!important;
    max-height:calc(100dvh - env(safe-area-inset-top, 0px) - 18px)!important;
  }
  .tool-modal-card{
    padding:7px 8px 7px!important;
    border-radius:16px!important;
  }
  .tool-modal-head{
    margin-bottom:4px!important;
    padding-bottom:4px!important;
  }
  .tool-modal-help{
    font-size:.74rem!important;
  }
  .tool-modal-field{
    padding:4px 5px 5px!important;
    border-radius:11px!important;
  }
  .tool-modal-field .input,
  .tool-modal-field-select .input{
    padding:7px 9px!important;
    border-radius:10px!important;
  }
  .tool-advanced,
  .tool-command-preview-box{
    padding:6px 7px!important;
    border-radius:11px!important;
  }
  .tool-advanced-grid{
    grid-template-columns:repeat(2,minmax(0,1fr))!important;
  }
  #toolAdvancedProbeWrap,
  #toolAdvancedTargetInputWrap{
    grid-column:1 / -1!important;
  }
  .tool-command-copy{
    min-width:28px!important;
    width:28px!important;
    height:28px!important;
  }
  .tool-command-code{
    padding:6px 8px!important;
    font-size:.74rem!important;
  }
  .tool-modal-actions .btn.primary{
    min-width:112px!important;
    padding:8px 13px!important;
  }
}

/* v177 targeted copy feedback */
.tool-command-code.copied-feedback{
  border-color: rgba(0,255,139,.48) !important;
  background: rgba(0,255,139,.10) !important;
  box-shadow: inset 0 0 0 1px rgba(0,255,139,.10), 0 0 0 1px rgba(0,255,139,.08) !important;
}
body.light .tool-command-code.copied-feedback{
  border-color: rgba(20,166,96,.46) !important;
  background: #edf9f1 !important;
  box-shadow: inset 0 0 0 1px rgba(20,166,96,.08), 0 0 0 1px rgba(20,166,96,.08) !important;
}

/* v178 phase B/G cleanup pack */
.tool-field-hint{
  display:block;
  font-size:.66rem;
  line-height:1.22;
  color:var(--muted);
}
.tool-field.is-valid .tool-field-label,
.tool-field.is-valid .tool-field-example,
.tool-field-error[data-state="valid"],
.input.valid + .inline-field-error[data-state="valid"]{
  color:#23a566!important;
}
.tool-field.is-valid .input,
.input.valid{
  border-color:rgba(35,165,102,.55)!important;
  box-shadow:0 0 0 3px rgba(35,165,102,.10)!important;
  outline:none;
}
.tool-field.is-valid{
  border-color:rgba(35,165,102,.22)!important;
  box-shadow:inset 0 1px 0 rgba(255,255,255,.06), 0 0 0 1px rgba(35,165,102,.06)!important;
}
.tool-field.is-invalid{
  border-color:rgba(255,100,118,.20)!important;
}
.inline-field-error{
  display:block;
  min-height:1.05em;
  margin-top:6px;
}
body.light .tool-field-hint,
body.light .inline-field-error{
  color:#5d7184;
}
body.light .tool-field.is-valid .tool-field-label,
body.light .tool-field.is-valid .tool-field-example,
body.light .tool-field-error[data-state="valid"],
body.light .input.valid + .inline-field-error[data-state="valid"]{
  color:#17804f!important;
}
body.light .tool-field.is-valid .input,
body.light .input.valid{
  border-color:rgba(23,128,79,.44)!important;
  box-shadow:0 0 0 3px rgba(23,128,79,.10)!important;
}
body.light .tool-field.is-valid{
  border-color:rgba(23,128,79,.18)!important;
  background:#fbfffc!important;
}
#clearConsoleBtn{
  font-weight:800;
  letter-spacing:.04em;
}
body.light #clearConsoleBtn{
  color:#173047;
}
@media (max-width:560px){
  body.standalone-app.standalone-portrait .shell{
    padding-top:max(42px, calc(env(safe-area-inset-top, 0px) + 14px)) !important;
  }
}

/* v180 A2HS / iPhone zoom-safe finish carpentry */
body.standalone-app .toast{
  top:max(18px, calc(env(safe-area-inset-top, 0px) + 18px));
}
@media (max-width:560px){
  body.standalone-app.standalone-portrait .toast{
    top:max(24px, calc(env(safe-area-inset-top, 0px) + 24px));
  }
}
@supports (-webkit-touch-callout:none){
  @media (hover:none) and (pointer:coarse) and (max-width:860px){
    .tool-modal-field .input,
    .tool-modal-field-select .input,
    #toolAdvancedTargetInput,
    #toolAdvancedProbe,
    #toolAdvancedTargetMode,
    #toolAdvancedFamily{
      font-size:16px !important;
      line-height:1.28 !important;
    }
  }
}

/* v183 footer diagnostics + stale refresh */
.build-diag{
  display:block;
  margin-top:4px;
  white-space:normal;
}
.build-diag-status.is-fresh{
  color:#1f9a61;
}
.build-diag-status.is-stale{
  color:#d95b65;
  cursor:pointer;
  text-decoration:underline;
  text-underline-offset:2px;
}
.build-refresh-btn{
  appearance:none;
  border:0;
  background:transparent;
  padding:0 0 0 2px;
  margin:0;
  color:inherit;
  font:inherit;
  line-height:1;
  cursor:pointer;
}
.build-refresh-btn.is-stale{
  color:#d95b65;
}
body.light .build-diag-status.is-fresh{
  color:#17804f;
}
body.light .build-diag-status.is-stale,
body.light .build-refresh-btn.is-stale{
  color:#c84c57;
}

/* v185 console activity bar + mini console version */
body.page-home .console-left{
  position:relative;
  padding-top:8px;
}
body.page-home .console-mini-version{
  position:absolute;
  left:0;
  top:-2px;
  font-size:.58rem;
  line-height:1;
  letter-spacing:.08em;
  font-weight:700;
  color:rgba(31,211,255,.62);
  user-select:none;
  pointer-events:none;
}
body.light.page-home .console-mini-version{
  color:rgba(0,125,184,.62);
}
body.page-home .console-left .dots{
  margin-top:2px;
}

/* v200 console activity spinner visibility refinement
   Keep the working v197/v198 placement and motion path, but make the spinner slightly larger
   and much easier to see in both themes with a brighter red ring. */
body.page-home #consoleActivity.console-activity{
  position:absolute;
  right:12px;
  top:12px;
  left:auto;
  bottom:auto;
  width:20px;
  height:20px;
  min-width:20px;
  display:block;
  box-sizing:border-box;
  border-radius:999px;
  pointer-events:none;
  z-index:6;
  opacity:1;
  background:transparent;
  border:3px solid rgba(255,94,94,.28);
  border-top-color:#ff4d4f;
  box-shadow:0 0 0 1px rgba(0,0,0,.10),0 0 12px rgba(255,77,79,.28);
  animation:spin 1s linear infinite !important;
  -webkit-animation:spin 1s linear infinite !important;
  transform:none;
  -webkit-transform:none;
  transform-origin:center center;
  -webkit-transform-origin:center center;
  will-change:transform;
}
body.light.page-home #consoleActivity.console-activity{
  background:transparent;
  border:3px solid rgba(255,77,79,.32);
  border-top-color:#ff3b30;
  box-shadow:0 0 0 1px rgba(255,255,255,.70),0 0 12px rgba(255,59,48,.22);
}
body.page-home #consoleActivity.console-activity.hidden{
  display:none !important;
  animation:none !important;
  -webkit-animation:none !important;
}
body.page-home #consoleActivity.console-activity::before,
body.page-home #consoleActivity.console-activity::after{
  content:none;
  display:none;
}
@media (max-width:860px){
  body.page-home #consoleActivity.console-activity{
    top:14px;
    right:10px;
  }
}


/* v200 bottom-safe-area toast refresh, logo join, and subtle console/status harmony */
.logo-text{
  gap:0 !important;
}
.logo-text .cursor{
  margin-left:0 !important;
}
.console-shell,
.console-output{
  border-color:rgba(86, 125, 160, .22);
}
body.light .console-shell,
body.light .console-output{
  border-color:rgba(126, 150, 175, .34);
}
.toast{
  position:fixed;
  left:50%;
  top:auto !important;
  bottom:max(14px, calc(env(safe-area-inset-bottom, 0px) + 14px));
  width:min(calc(100vw - 24px), 760px);
  min-width:0;
  max-width:760px;
  padding:0;
  border:none;
  border-radius:0;
  background:transparent !important;
  box-shadow:none !important;
  color:inherit;
  text-align:left;
  white-space:normal;
  transform:translateX(-50%);
  opacity:1;
  pointer-events:none;
  z-index:80;
  isolation:isolate;
  contain:layout paint style;
  overflow:visible;
  filter:none !important;
  -webkit-backdrop-filter:none !important;
  backdrop-filter:none !important;
}
.toast[aria-hidden='true']:empty{
  display:none !important;
}
.toast.show{
  pointer-events:auto;
}
.toast-card{
  display:grid;
  grid-template-columns:auto minmax(0,1fr) auto;
  gap:16px;
  align-items:start;
  padding:18px 20px 18px 18px;
  border-radius:22px;
  border:1px solid rgba(31, 124, 72, .58);
  background:#eff6f1;
  box-shadow:0 10px 24px rgba(12, 27, 18, .12), 0 4px 10px rgba(12, 27, 18, .08);
  opacity:0;
  transform:translateY(14px) translateZ(0);
  transition:opacity .22s ease, transform .22s ease, box-shadow .22s ease;
  will-change:opacity, transform;
}
.toast.show .toast-card{
  opacity:1;
  transform:translateY(0) translateZ(0);
}
.toast-icon{
  display:grid;
  place-items:center;
  width:40px;
  height:40px;
  border-radius:999px;
  font-size:1.5rem;
  font-weight:800;
  color:#147a41;
  background:rgba(20, 122, 65, .12);
}
.toast-copy{
  min-width:0;
  display:grid;
  gap:6px;
  padding-top:2px;
}
.toast-title{
  color:#137340;
  font-weight:800;
  font-size:1.05rem;
  line-height:1.1;
}
.toast-message{
  color:#1d2e41;
  font-size:1rem;
  line-height:1.45;
}
.toast-close{
  appearance:none;
  border:none;
  background:transparent;
  color:#1b7a45;
  font-size:1.7rem;
  line-height:1;
  padding:0;
  width:30px;
  height:30px;
  display:grid;
  place-items:center;
  border-radius:999px;
}
.toast-close:hover,
.toast-close:focus-visible{
  background:rgba(19, 115, 64, .1);
  outline:none;
}
.toast[data-kind='success'] .toast-card{
  background:#eef7f0;
  border-color:rgba(24, 122, 67, .56);
}
.toast[data-kind='success'] .toast-icon,
.toast[data-kind='success'] .toast-title,
.toast[data-kind='success'] .toast-close{
  color:#147a41;
}
.toast[data-kind='success'] .toast-icon{
  background:rgba(20, 122, 65, .12);
}
.toast[data-kind='info'] .toast-card{
  background:#eef5fb;
  border-color:rgba(48, 115, 188, .42);
}
.toast[data-kind='info'] .toast-icon,
.toast[data-kind='info'] .toast-title,
.toast[data-kind='info'] .toast-close{
  color:#2166ae;
}
.toast[data-kind='info'] .toast-icon{
  background:rgba(33, 102, 174, .12);
}
.toast[data-kind='warning'] .toast-card{
  background:#fbf4e7;
  border-color:rgba(163, 101, 21, .46);
}
.toast[data-kind='warning'] .toast-icon,
.toast[data-kind='warning'] .toast-title,
.toast[data-kind='warning'] .toast-close{
  color:#9a5f14;
}
.toast[data-kind='warning'] .toast-icon{
  background:rgba(154, 95, 20, .12);
}
.toast[data-kind='error'] .toast-card{
  background:#fbefef;
  border-color:rgba(176, 56, 74, .46);
}
.toast[data-kind='error'] .toast-icon,
.toast[data-kind='error'] .toast-title,
.toast[data-kind='error'] .toast-close{
  color:#b0384a;
}
.toast[data-kind='error'] .toast-icon{
  background:rgba(176, 56, 74, .12);
}
body.standalone-app .toast{
  bottom:max(18px, calc(env(safe-area-inset-bottom, 0px) + 18px));
}
@media (max-width:700px){
  .toast{
    width:min(calc(100vw - 20px), 640px);
    bottom:max(12px, calc(env(safe-area-inset-bottom, 0px) + 12px));
  }
  .toast-card{
    gap:14px;
    padding:16px 16px 16px 14px;
    border-radius:20px;
  }
  .toast-icon{
    width:36px;
    height:36px;
    font-size:1.3rem;
  }
  .toast-title{
    font-size:1rem;
  }
  .toast-message{
    font-size:.98rem;
  }
}


/* v201 integrated run indicators and global run lock */
body.page-home .strip-status-row.two-line{
  display:grid;
  gap:6px;
}
body.page-home .status-line{
  display:flex;
  align-items:center;
  gap:8px;
  flex-wrap:wrap;
}
body.page-home .console-run-text{
  display:inline-flex;
  align-items:center;
  gap:6px;
  flex-wrap:wrap;
}
body.page-home .console-run-main{
  display:inline-flex;
  align-items:center;
}
body.page-home #consoleActivity.console-activity.status-activity{
  position:relative;
  inset:auto;
  width:16px;
  height:16px;
  min-width:16px;
  display:inline-block;
  box-sizing:border-box;
  border-radius:999px;
  pointer-events:none;
  opacity:1;
  background:transparent;
  border:2px solid rgba(255,194,94,.28);
  border-top-color:#ffd27c;
  box-shadow:0 0 0 1px rgba(255,210,124,.08), 0 0 10px rgba(255,191,63,.18);
  animation:spin .9s linear infinite !important;
  -webkit-animation:spin .9s linear infinite !important;
}
body.light.page-home #consoleActivity.console-activity.status-activity{
  border:2px solid rgba(191,133,0,.22);
  border-top-color:#9a5f14;
  box-shadow:0 0 0 1px rgba(154,95,20,.08), 0 0 10px rgba(154,95,20,.12);
}
body.page-home .console-run-dots{
  display:inline-flex;
  align-items:flex-end;
  gap:1px;
  min-width:18px;
}
body.page-home .console-run-dots span{
  display:inline-block;
  animation:runDots 1.1s ease-in-out infinite;
}
body.page-home .console-run-dots span:nth-child(2){animation-delay:.18s}
body.page-home .console-run-dots span:nth-child(3){animation-delay:.36s}
body.page-home .console-run-elapsed{
  color:#b8c8d6;
  font-size:.82em;
}
body.light.page-home .console-run-elapsed{
  color:#5d6f82;
}
@keyframes runDots{0%,80%,100%{opacity:.22;transform:translateY(0)}40%{opacity:1;transform:translateY(-1px)}}
body.page-home .console-shell.running,
body.page-home .console-output.running{
  border-color:rgba(255,191,63,.32);
  box-shadow:0 0 0 1px rgba(255,191,63,.12), 0 0 22px rgba(255,191,63,.12);
}
body.page-home .console-output.running{
  padding-bottom:46px;
}
body.light.page-home .console-shell.running,
body.light.page-home .console-output.running{
  border-color:rgba(191,133,0,.26);
  box-shadow:0 0 0 1px rgba(191,133,0,.08), 0 0 18px rgba(191,133,0,.08);
}
body.page-home .console-inline-activity{
  position:absolute;
  left:12px;
  bottom:12px;
  display:inline-flex;
  align-items:center;
  gap:8px;
  padding:6px 10px;
  border-radius:12px;
  border:1px solid rgba(255,191,63,.22);
  background:rgba(255,191,63,.10);
  color:#ffd27c;
  font:600 .74rem/1.1 var(--mono);
  pointer-events:none;
  z-index:4;
}
body.light.page-home .console-inline-activity{
  border-color:rgba(191,133,0,.18);
  background:rgba(191,133,0,.08);
  color:#7b5310;
}
body.page-home .console-inline-activity-spinner{
  display:inline-block;
  width:10px;
  text-align:center;
  font-weight:800;
}
body.page-home .console-inline-activity-label{
  letter-spacing:.01em;
}
body.page-home .console-copy-btn{z-index:5}
body.page-home .btn.run-locked,
body.page-home .tab.run-locked,
body.page-home .probe-selector-select.run-locked,
body.page-home #toolModalSubmitBtn.run-locked{
  cursor:not-allowed;
}
body.page-home .tab.run-locked,
body.page-home .btn.run-locked,
body.page-home .probe-selector-select.run-locked{
  opacity:.62;
}


/* v202 tone and run-state refinement */
body.page-home{
  --whenip-run-green:#25c778;
  --whenip-run-green-soft:#9be7be;
  --whenip-light-status:#dbe5ed;
  --whenip-light-status-box:#eef4f8;
  --whenip-light-console-glow:rgba(82,124,173,.14);
}
body.page-home .probe-live-state--healthy,
body.page-home .console-prompt-label,
body.page-home .console-run-label,
body.page-home .line-prompt,
body.page-home .line-done,
body.page-home .status-ok{
  color:var(--whenip-run-green)!important;
}
body.page-home .status-line{
  align-items:flex-start;
}
body.page-home .console-run-text{
  display:grid;
  gap:2px;
  align-items:start;
}
body.page-home .console-run-primary{
  display:inline-flex;
  align-items:center;
  gap:6px;
  min-height:1.2em;
}
body.page-home .console-run-secondary{
  display:inline-flex;
  align-items:center;
  gap:6px;
  font-size:.82em;
  line-height:1.2;
  color:#b8c8d6;
  min-height:1.15em;
}
body.light.page-home .console-run-secondary{
  color:#5b6d80;
}
body.page-home #consoleActivity.console-activity.status-activity{
  width:13px;
  height:13px;
  min-width:13px;
  border-width:2px;
  border-color:rgba(255,214,145,.28);
  border-top-color:#cf8a1d;
  box-shadow:none;
}
body.light.page-home #consoleActivity.console-activity.status-activity{
  border-color:rgba(151,113,39,.22);
  border-top-color:#8f5d12;
  box-shadow:none;
}
body.page-home .console-inline-activity{
  border-color:rgba(255,191,63,.18);
  background:rgba(7,17,25,.78);
  color:#d7a556;
  box-shadow:inset 0 1px 0 rgba(255,255,255,.03);
}
body.light.page-home .console-inline-activity{
  border-color:rgba(126,86,16,.22);
  background:#dbe5ed;
  color:#6e4c10;
}
body.page-home .console-inline-activity-label,
body.page-home .console-inline-activity-spinner{
  color:inherit;
}
body.page-home .status-strip,
body.page-home .console-shell{
  border-color:rgba(31,211,255,.18);
}
body.page-home #consoleToolStatus,
body.page-home #consoleStatus{
  border-color:rgba(31,211,255,.16)!important;
  box-shadow:inset 0 1px 0 rgba(255,255,255,.04);
}
body.page-home .console-shell{
  box-shadow:0 0 0 1px rgba(31,211,255,.06), 0 10px 24px rgba(4,12,18,.22);
}
body.page-home .console-shell.running,
body.page-home .console-output.running{
  border-color:rgba(255,191,63,.34);
  box-shadow:0 0 0 1px rgba(255,191,63,.12), 0 0 22px rgba(255,191,63,.12);
}
body.light.page-home .status-strip{
  background:var(--whenip-light-status)!important;
  border-color:rgba(16,32,47,.30)!important;
}
body.light.page-home .status-line{
  background:var(--whenip-light-status-box)!important;
  border-color:rgba(16,32,47,.22)!important;
}
body.light.page-home .console-shell.running,
body.light.page-home .console-output.running{
  border-color:rgba(120,145,176,.32)!important;
  box-shadow:0 0 0 1px rgba(120,145,176,.14), 0 0 20px var(--whenip-light-console-glow)!important;
}
body.light.page-home .primary-value,
body.light.page-home .family-v{
  color:#1fd3ff!important;
}
.toast-card{
  box-shadow:0 20px 44px rgba(12,27,18,.18),0 8px 18px rgba(12,27,18,.12);
}
.toast[data-kind='success'] .toast-card{
  background:#e6f4eb;
  border-color:rgba(21,126,67,.72);
}
.toast[data-kind='success'] .toast-icon,
.toast[data-kind='success'] .toast-title,
.toast[data-kind='success'] .toast-close{
  color:#137b40;
}
.toast[data-kind='success'] .toast-icon{
  background:rgba(19,123,64,.15);
}
.toast[data-kind='info'] .toast-card{
  background:#e9f0f8;
  border-color:rgba(44,103,170,.58);
}
.toast[data-kind='info'] .toast-icon,
.toast[data-kind='info'] .toast-title,
.toast[data-kind='info'] .toast-close{
  color:#275f9d;
}
.toast[data-kind='info'] .toast-icon{
  background:rgba(39,95,157,.14);
}
.toast[data-kind='warning'] .toast-card{
  background:#f7efdf;
  border-color:rgba(154,95,20,.62);
}
.toast[data-kind='warning'] .toast-icon,
.toast[data-kind='warning'] .toast-title,
.toast[data-kind='warning'] .toast-close{
  color:#8f5812;
}
.toast[data-kind='warning'] .toast-icon{
  background:rgba(143,88,18,.14);
}
.toast[data-kind='error'] .toast-card{
  background:#f8e6e8;
  border-color:rgba(171,41,58,.66);
}
.toast[data-kind='error'] .toast-icon,
.toast[data-kind='error'] .toast-title,
.toast[data-kind='error'] .toast-close{
  color:#9f2435;
}
.toast[data-kind='error'] .toast-icon{
  background:rgba(159,36,53,.14);
}
body.page-home .btn.run-locked,
body.page-home .tab.run-locked,
body.page-home .probe-selector-select.run-locked,
body.page-home #toolModalSubmitBtn.run-locked{
  cursor:not-allowed;
}
body.page-home .tab.run-locked,
body.page-home .btn.run-locked,
body.page-home #clearConsoleBtn.run-locked{
  opacity:.62;
}
body.page-home #clearConsoleBtn.run-locked{
  cursor:not-allowed;
}


/* v207 elapsed-indicator contrast refinement */
body.page-home{
  --whenip-run-green:#25c778;
  --whenip-light-status:#d2dee8;
  --whenip-light-status-box:#e7eef4;
  --whenip-light-console-glow:rgba(84,126,184,.22);
  --whenip-light-ip-blue:#2f72e4;
}
body.page-home .probe-live-state--healthy,
body.page-home .console-prompt-label,
body.page-home .console-run-label,
body.page-home .line-prompt,
body.page-home .line-done,
body.page-home .status-ok,
body.page-home .status-healthy,
body.page-home .status-line .healthy,
body.page-home .status-line .probe-live-state--healthy,
body.page-home .probe-summary .healthy,
body.page-home .probe-summary strong.status-healthy,
body.page-home .probe-live-label--healthy,
body.page-home .console-output .line-prompt,
body.page-home .console-output .line-done,
body.page-home .console-output .console-prompt-label,
body.page-home .console-output .console-run-label{
  color:var(--whenip-run-green)!important;
}
body.page-home .console-run-text{
  display:grid;
  gap:3px;
  align-items:start;
  min-width:0;
}
body.page-home .console-run-primary{
  display:inline-flex;
  align-items:center;
  gap:6px;
  min-height:1.15em;
  min-width:0;
}
body.page-home .console-run-main,
body.page-home .console-prompt-text{
  min-width:0;
}
body.page-home #consoleToolStatus,
body.page-home #consoleStatus{
  display:flex;
  align-items:flex-start;
  gap:10px;
  flex-wrap:nowrap !important;
}
body.page-home #consoleToolStatus .console-prompt-label,
body.page-home #consoleStatus .console-run-label{
  flex:0 0 auto;
}
body.page-home #consoleToolStatus .console-prompt-text,
body.page-home #consoleStatus .console-run-text{
  flex:1 1 auto;
  min-width:0;
}
body.page-home .console-run-secondary{
  display:inline-flex;
  align-items:center;
  gap:7px;
  font-size:.88em;
  line-height:1.2;
  color:#aebecd;
  min-height:1.05em;
  padding-left:2px;
}
body.page-home .console-run-elapsed{
  display:inline-flex;
  align-items:center;
  line-height:1.15;
}
body.light.page-home .console-run-secondary{
  color:#627488;
}

body.light.page-home .probe-live-state--healthy,
body.light.page-home .console-prompt-label,
body.light.page-home .console-run-label,
body.light.page-home .line-prompt,
body.light.page-home .line-done,
body.light.page-home .status-ok,
body.light.page-home .status-healthy,
body.light.page-home .status-line .healthy,
body.light.page-home .status-line .probe-live-state--healthy,
body.light.page-home .probe-summary .healthy,
body.light.page-home .probe-summary strong.status-healthy,
body.light.page-home .probe-live-label--healthy,
body.light.page-home .console-output .line-prompt,
body.light.page-home .console-output .line-done,
body.light.page-home .console-output .console-prompt-label,
body.light.page-home .console-output .console-run-label,
body.light.page-home .status-strip[data-kind="success"],
body.light.page-home .status-line[data-kind="success"]{
  color:var(--whenip-run-green)!important;
}
body.page-home .console-run-secondary--placeholder,
body.page-home .console-run-secondary--settled{
  opacity:.88;
}
body.page-home #consoleActivity.console-activity.status-activity,
body.page-home .console-activity.status-activity.status-activity--placeholder{
  position:relative;
  inset:auto;
  top:0;
  width:10px;
  height:10px;
  min-width:10px;
  flex:0 0 10px;
  display:inline-block;
  box-sizing:border-box;
  border-radius:999px;
  vertical-align:middle;
  background:transparent;
  border:1.5px solid rgba(255,224,166,.46);
  border-top-color:#f0b34d;
  box-shadow:none;
}
body.page-home #consoleActivity.console-activity.status-activity{
  animation:spin .9s linear infinite !important;
  -webkit-animation:spin .9s linear infinite !important;
}
body.page-home .console-activity.status-activity.status-activity--placeholder{
  opacity:.58;
  border-top-color:rgba(240,179,77,.72);
  animation:none !important;
  -webkit-animation:none !important;
}
body.light.page-home #consoleActivity.console-activity.status-activity,
body.light.page-home .console-activity.status-activity.status-activity--placeholder{
  border-color:rgba(92,56,8,.56);
  border-top-color:#5c3808;
}
body.light.page-home .console-activity.status-activity.status-activity--placeholder{
  border-top-color:rgba(92,56,8,.78);
}
body.light.page-home .status-strip{
  background:var(--whenip-light-status)!important;
  border-color:rgba(16,32,47,.34)!important;
}
body.light.page-home .status-line{
  background:var(--whenip-light-status-box)!important;
  border-color:rgba(16,32,47,.26)!important;
}
body.light.page-home .console-shell{
  border-color:rgba(118,145,178,.38)!important;
  box-shadow:0 0 0 1px rgba(118,145,178,.12), 0 14px 28px rgba(10,20,32,.08)!important;
}
body.light.page-home .console-shell.running,
body.light.page-home .console-output.running{
  border-color:rgba(118,145,178,.42)!important;
  box-shadow:0 0 0 1px rgba(118,145,178,.16), 0 0 24px var(--whenip-light-console-glow)!important;
}
body.light.page-home .console-inline-activity{
  background:var(--whenip-light-status)!important;
  border-color:rgba(126,86,16,.24)!important;
  color:#6e4c10!important;
}
body.light.page-home .primary-value,
body.light.page-home .family-v{
  color:var(--whenip-light-ip-blue)!important;
}
body.light.page-home .logo-mark-cursor,
body.light.page-home .logo-text .cursor,
body.light.page-home .hero-compact-line{
  color:var(--whenip-light-ip-blue)!important;
}
body.page-home .status-strip,
body.page-home .console-shell{
  border-width:1px;
}
body:not(.light).page-home #consoleToolStatus,
body:not(.light).page-home #consoleStatus{
  border-color:rgba(31,211,255,.34)!important;
  box-shadow:inset 0 1px 0 rgba(255,255,255,.05), 0 0 0 1px rgba(31,211,255,.12), 0 0 18px rgba(31,211,255,.06);
}
body:not(.light).page-home .status-strip,
body:not(.light).page-home .console-shell,
body:not(.light).page-home .probe-selector{
  border-color:rgba(31,211,255,.24)!important;
}
body:not(.light).page-home .console-shell{
  box-shadow:0 0 0 1px rgba(31,211,255,.08),0 10px 24px rgba(4,12,18,.22);
}
body.page-home #consoleToolStatus .console-prompt-text{
  display:inline;
  white-space:normal;
}
body.page-home #consoleStatus .console-run-primary,
body.page-home #consoleStatus .console-run-main{
  white-space:normal;
}
body.page-home .console-inline-activity{
  padding:6px 11px;
  background:rgba(9,18,27,.86);
}
body.page-home .console-inline-activity-spinner,
body.page-home .console-inline-activity-label{
  color:inherit;
}
@media (max-width:560px){
  .modal{
    align-items:center!important;
    padding:max(12px, env(safe-area-inset-top, 0px)) 10px max(12px, env(safe-area-inset-bottom, 0px))!important;
  }
  .modal-card{
    max-height:calc(100dvh - max(24px, env(safe-area-inset-top, 0px) + env(safe-area-inset-bottom, 0px) + 24px))!important;
  }
  body.page-home .console-run-secondary{
    font-size:.92em;
  }
}

/* v209 desktop workbench shell alignment snap */
body.page-home .page{justify-items:stretch!important;}
body.page-home .workbench-shell{box-sizing:border-box!important;width:100%!important;min-width:0!important;max-width:none!important;justify-self:stretch!important;align-self:start!important;margin-left:0!important;margin-right:0!important;}
@media (min-width:1200px){body.page-home .workbench-shell{grid-area:workbench!important;place-self:start stretch!important;}}


/* v210 console live cluster */
body.page-home .console-inline-activity{
  position:absolute;
  left:12px;
  bottom:12px;
  display:inline-flex;
  align-items:center;
  gap:8px;
  padding:0;
  border:none;
  background:transparent;
  color:#8fa2b6;
  box-shadow:none;
  pointer-events:none;
  z-index:4;
}
body.page-home .console-inline-activity-badge{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-width:36px;
  height:18px;
  padding:0 9px;
  border-radius:999px;
  border:1px solid rgba(255,255,255,.08);
  background:rgba(148,165,184,.10);
  color:rgba(206,218,230,.46);
  font:700 .56rem/1 var(--mono);
  letter-spacing:.08em;
  text-transform:uppercase;
  box-shadow:none;
  transition:background .18s ease,border-color .18s ease,color .18s ease,box-shadow .18s ease,opacity .18s ease;
  opacity:.72;
}
body.page-home .console-inline-activity-label{
  display:inline-flex;
  align-items:center;
  min-height:18px;
  color:#8fa2b6;
  font:600 .74rem/1.1 var(--mono);
  letter-spacing:.01em;
  transition:color .18s ease,opacity .18s ease;
  opacity:.92;
}
body.page-home .console-inline-activity.is-idle .console-inline-activity-badge{
  border-color:rgba(255,255,255,.06);
  background:rgba(148,165,184,.08);
  color:rgba(206,218,230,.40);
  opacity:.54;
}
body.page-home .console-inline-activity.is-idle .console-inline-activity-label{
  opacity:0;
}
body.page-home .console-inline-activity.is-live .console-inline-activity-badge{
  border-color:rgba(255,86,86,.42);
  background:rgba(255,74,74,.18);
  color:#ffdede;
  box-shadow:0 0 0 1px rgba(255,82,82,.10), 0 0 16px rgba(255,72,72,.12);
  opacity:1;
}
body.page-home .console-inline-activity.is-live .console-inline-activity-label{
  color:#c9d7e5;
  opacity:1;
}
body.page-home .console-inline-activity.is-settled .console-inline-activity-badge{
  border-color:rgba(255,255,255,.08);
  background:rgba(148,165,184,.10);
  color:rgba(221,232,241,.52);
  opacity:.72;
}
body.page-home .console-inline-activity.is-settled .console-inline-activity-label{
  color:#9badbf;
  opacity:.96;
}
body.light.page-home .console-inline-activity{
  color:#7a8796!important;
}
body.light.page-home .console-inline-activity-badge{
  border-color:rgba(67,84,103,.16);
  background:rgba(128,145,164,.10);
  color:rgba(59,73,92,.42);
}
body.light.page-home .console-inline-activity-label{
  color:#6f7d8f!important;
}
body.light.page-home .console-inline-activity.is-idle .console-inline-activity-badge{
  border-color:rgba(67,84,103,.14);
  background:rgba(128,145,164,.08);
  color:rgba(59,73,92,.34);
  opacity:.5;
}
body.light.page-home .console-inline-activity.is-live .console-inline-activity-badge{
  border-color:rgba(191,72,72,.34);
  background:rgba(210,72,72,.14);
  color:#9f2e2e;
  box-shadow:0 0 0 1px rgba(210,72,72,.08), 0 0 14px rgba(210,72,72,.08);
  opacity:1;
}
body.light.page-home .console-inline-activity.is-live .console-inline-activity-label{
  color:#5d6d80!important;
}
body.light.page-home .console-inline-activity.is-settled .console-inline-activity-badge{
  border-color:rgba(67,84,103,.16);
  background:rgba(128,145,164,.09);
  color:rgba(59,73,92,.40);
  opacity:.68;
}
body.light.page-home .console-inline-activity.is-settled .console-inline-activity-label{
  color:#6b7788!important;
}
body.page-home .console-inline-activity-label.hidden{
  display:none;
}
@keyframes consoleLivePulse{
  0%,100%{transform:scale(1);}
  50%{transform:scale(1.02);}
}
body.page-home .console-inline-activity.is-live .console-inline-activity-badge{
  animation:consoleLivePulse 1.1s ease-in-out infinite;
}


/* v211 console live cluster polish + run-state tightening */
body.page-home #consoleStatus,
body.page-home #consoleToolStatus{
  align-items:center !important;
}
body.page-home .console-run-text{
  display:inline-flex !important;
  align-items:center !important;
  gap:0 !important;
  min-height:1.15em;
}
body.page-home .console-run-primary{
  min-height:1.15em;
}
body.page-home .console-inline-activity{
  align-items:center;
  gap:7px;
}
body.page-home .console-inline-activity-badge{
  min-width:0;
  height:18px;
  padding:0 6px;
  justify-content:center;
  text-align:center;
}
body.page-home .console-inline-activity-label{
  min-height:18px;
  font-size:.71rem;
  line-height:1;
}
body.page-home .console-inline-activity.is-live .console-inline-activity-badge{
  border-color:rgba(255,86,86,.54);
  background:rgba(255,74,74,.22);
  color:#ffe6e6;
  box-shadow:0 0 0 1px rgba(255,82,82,.12), 0 0 16px rgba(255,72,72,.14);
}
body.light.page-home .console-inline-activity.is-live .console-inline-activity-badge{
  border-color:rgba(191,72,72,.44);
  background:rgba(210,72,72,.18);
  color:#a82a2a;
  box-shadow:0 0 0 1px rgba(210,72,72,.10), 0 0 14px rgba(210,72,72,.10);
}


/* v212 live dot + tool line alignment */
body.page-home #consoleToolStatus,
body.page-home #consoleStatus{
  display:grid !important;
  grid-template-columns:max-content minmax(0,1fr) !important;
  column-gap:14px !important;
  align-items:flex-start !important;
}
body.page-home #consoleToolStatus .console-prompt-label,
body.page-home #consoleStatus .console-run-label{
  white-space:nowrap;
  align-self:start;
}
body.page-home #consoleToolStatus .console-prompt-text,
body.page-home #consoleStatus .console-run-text{
  display:block !important;
  min-width:0;
  overflow-wrap:anywhere;
  word-break:normal;
}
body.page-home #consoleToolStatus .console-prompt-text{
  line-height:1.16;
}
body.page-home #consoleStatus .console-run-text{
  line-height:1.16;
}
body.page-home .console-inline-activity{
  gap:6px;
  align-items:center;
}
body.page-home .console-inline-activity-badge{
  position:relative;
  min-width:auto;
  height:18px;
  padding:0 6px 0 14px;
  justify-content:center;
  text-align:center;
}
body.page-home .console-inline-activity-badge::before{
  content:"";
  position:absolute;
  left:6px;
  top:50%;
  width:5px;
  height:5px;
  border-radius:50%;
  background:rgba(206,218,230,.34);
  transform:translateY(-50%);
  box-shadow:none;
}
body.page-home .console-inline-activity-label{
  font-size:.69rem;
  line-height:1;
}
body.page-home .console-inline-activity.is-live .console-inline-activity-badge{
  border-color:rgba(255,95,86,.48);
  background:rgba(255,95,86,.12);
  color:#ffe7e4;
  box-shadow:0 0 0 1px rgba(255,95,86,.10), 0 0 14px rgba(255,95,86,.12);
}
body.page-home .console-inline-activity.is-live .console-inline-activity-badge::before{
  background:#ff5f56;
  box-shadow:0 0 8px rgba(255,95,86,.40);
  animation:consoleLiveDotBlink 1s ease-in-out infinite;
}
body.page-home .console-inline-activity.is-settled .console-inline-activity-badge::before{
  background:rgba(221,232,241,.42);
}
body.light.page-home .console-inline-activity-badge{
  padding:0 6px 0 14px;
}
body.light.page-home .console-inline-activity-badge::before{
  background:rgba(59,73,92,.28);
}
body.light.page-home .console-inline-activity.is-live .console-inline-activity-badge{
  border-color:rgba(255,95,86,.42);
  background:rgba(255,95,86,.10);
  color:#9f2e2e;
  box-shadow:0 0 0 1px rgba(255,95,86,.08), 0 0 14px rgba(255,95,86,.10);
}
body.light.page-home .console-inline-activity.is-live .console-inline-activity-badge::before{
  background:#ff5f56;
  box-shadow:0 0 7px rgba(255,95,86,.26);
}
body.light.page-home .console-inline-activity.is-settled .console-inline-activity-badge::before{
  background:rgba(59,73,92,.30);
}
@keyframes consoleLiveDotBlink{
  0%,100%{opacity:1;transform:translateY(-50%) scale(1);}
  50%{opacity:.28;transform:translateY(-50%) scale(.82);}
}


/* v213 typing reveal + settled console timing tone */
body.page-home .console-inline-activity.is-settled .console-inline-activity-label{
  color:rgba(221,232,241,.52);
}
body.light.page-home .console-inline-activity.is-settled .console-inline-activity-label{
  color:rgba(59,73,92,.40)!important;
}


/* v215 toast/chrome separation, console footer lane, and terminal cursor/spinner polish */
@media (max-width: 900px){
  body.is-safari:not(.standalone-app) .toast{
    bottom:max(104px, calc(env(safe-area-inset-bottom, 0px) + 104px));
  }
}

body.page-home .console-output{
  padding-bottom:60px !important;
}
body.page-home .console-output.running{
  padding-bottom:60px !important;
}
body.page-home .console-inline-activity{
  bottom:14px;
}

body.page-home .typed-block-cursor{
  display:inline-block;
  margin-left:.08em;
  color:currentColor;
  font-weight:800;
  line-height:1;
  animation:typedBlockCursorBlink .85s steps(1,end) infinite;
}
@keyframes typedBlockCursorBlink{
  0%, 49%{opacity:1}
  50%, 100%{opacity:0}
}

body.page-home .console-run-spinner{
  display:inline-block;
  width:13px;
  height:13px;
  min-width:13px;
  border-radius:999px;
  box-sizing:border-box;
  border:2px solid rgba(255,214,145,.28);
  border-top-color:#cf8a1d;
  animation:spin .9s linear infinite;
}
body.light.page-home .console-run-spinner{
  border-color:rgba(151,113,39,.22);
  border-top-color:#8f5d12;
}


/* v216 phone-bottom toasts, classic run-state spinner, and toast corner cleanup */
.toast-card{
  overflow:clip;
  background-clip:padding-box;
  isolation:isolate;
  clip-path:inset(0 round 22px);
}
body.light .toast-card{
  box-shadow:0 10px 24px rgba(73, 86, 105, .08), 0 4px 10px rgba(73, 86, 105, .05);
}
@media (max-width: 900px){
  .toast,
  body.is-safari:not(.standalone-app) .toast{
    bottom:max(12px, calc(env(safe-area-inset-bottom, 0px) + 12px));
  }
}
body.page-home .typed-block-cursor{
  display:none!important;
}
body.page-home .console-run-spinner{
  display:none!important;
}
body.page-home .console-run-terminal-spinner{
  display:inline-block;
  min-width:.85ch;
  text-align:center;
  color:rgba(255, 214, 145, .96);
}
body.light.page-home .console-run-terminal-spinner{
  color:rgba(143, 93, 18, .92);
}

/* v217 sequential status typing, toast viewport fix, tighter console footer lane, and headers/api bug follow-up */
:root{
  --whenip-toast-bottom-offset:0px;
  --whenip-status-label-width:10.6ch;
}
body.page-home #consoleToolStatus,
body.page-home #consoleStatus{
  grid-template-columns:var(--whenip-status-label-width) minmax(0,1fr) !important;
  column-gap:16px !important;
  align-items:flex-start !important;
}
body.page-home #consoleToolStatus .console-prompt-label,
body.page-home #consoleStatus .console-run-label{
  width:var(--whenip-status-label-width);
  display:block;
}
body.page-home #consoleToolStatus .console-prompt-text,
body.page-home #consoleStatus .console-run-text{
  display:block !important;
  min-width:0;
  align-self:start;
}
body.page-home #consoleStatus .console-run-main{
  display:inline-flex;
  align-items:center;
  gap:.12em;
}
body.page-home .console-run-terminal-spinner{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-width:1ch;
  margin-left:.04em;
  font-weight:700;
}
body.page-home .console-output,
body.page-home .console-output.running{
  padding-bottom:46px !important;
}
body.page-home .console-inline-activity{
  bottom:11px;
}
body.page-home .toast,
body.is-safari:not(.standalone-app) .toast{
  bottom:calc(var(--whenip-toast-bottom-offset, 0px) + 12px) !important;
}
.toast-card{
  -webkit-mask-image:-webkit-radial-gradient(white, black);
  transform:translateZ(0);
  backface-visibility:hidden;
  contain:paint;
  overflow:clip;
  background-clip:padding-box;
  clip-path:inset(0 round 22px);
}
body.light .toast-card{
  box-shadow:0 10px 22px rgba(73, 86, 105, .07), 0 4px 8px rgba(73, 86, 105, .05);
}
@media (max-width: 900px){
  .toast{
    bottom:calc(var(--whenip-toast-bottom-offset, 0px) + 12px) !important;
  }
  body.is-safari:not(.standalone-app) .toast{
    bottom:max(92px, calc(var(--whenip-toast-bottom-offset, 0px) + 12px)) !important;
  }
}


/* v218 status alignment restore, faster terminal spinner, separate toast positioning, and headers-method fix */
body.page-home #consoleToolStatus,
body.page-home #consoleStatus{
  display:flex !important;
  align-items:flex-start !important;
  gap:10px !important;
  grid-template-columns:none !important;
}
body.page-home #consoleToolStatus .console-prompt-label,
body.page-home #consoleStatus .console-run-label{
  width:auto !important;
  display:block !important;
  white-space:nowrap;
  flex:0 0 auto;
}
body.page-home #consoleToolStatus .console-prompt-text,
body.page-home #consoleStatus .console-run-text{
  flex:1 1 auto;
  min-width:0;
  display:block !important;
}
body.page-home #consoleStatus .console-run-text{
  margin-left:-0.18ch;
}
body.page-home .console-run-terminal-spinner{
  min-width:.7ch;
  margin-left:.02em;
}
body.page-home .toast{
  bottom:calc(var(--whenip-toast-bottom-offset, 0px) + 12px) !important;
}
body.is-safari:not(.standalone-app) .toast{
  bottom:calc(var(--whenip-toast-bottom-offset, 0px) + 12px) !important;
}
body.standalone-app .toast{
  bottom:max(24px, calc(env(safe-area-inset-bottom, 0px) + 24px)) !important;
}
@media (max-width: 900px){
  .toast,
  body.is-safari:not(.standalone-app) .toast{
    bottom:calc(var(--whenip-toast-bottom-offset, 0px) + 12px) !important;
  }
  body.standalone-app .toast{
    bottom:max(24px, calc(env(safe-area-inset-bottom, 0px) + 24px)) !important;
  }
}


/* v219 toast layer isolation for normal Safari bottom-chrome bug */
body.page-home .toast{
  background:transparent !important;
  box-shadow:none !important;
  filter:none !important;
  -webkit-backdrop-filter:none !important;
  backdrop-filter:none !important;
}
body.page-home .toast-card{
  box-shadow:0 8px 18px rgba(10, 22, 16, .10), 0 3px 8px rgba(10, 22, 16, .06);
}
body.light.page-home .toast-card{
  box-shadow:0 8px 18px rgba(73, 86, 105, .06), 0 3px 8px rgba(73, 86, 105, .04);
}
body.is-safari:not(.standalone-app) .toast{
  bottom:calc(var(--whenip-toast-bottom-offset, 0px) + 12px) !important;
}


/* v220 toast corner cleanup only */
.toast-card,
body.page-home .toast-card,
body.light.page-home .toast-card{
  position:relative;
  overflow:hidden;
  border-radius:22px;
  clip-path:none !important;
  -webkit-clip-path:none !important;
  -webkit-mask-image:none !important;
  mask-image:none !important;
  background-clip:padding-box;
  backface-visibility:hidden;
  isolation:isolate;
}
@media (max-width:700px){
  .toast-card,
  body.page-home .toast-card,
  body.light.page-home .toast-card{
    border-radius:20px;
  }
}


/* v221 modal polish + compact copy hint + light/dark status parity */
.hero-compact-copy{
  display:none;
  margin:4px 0 0;
  text-align:right;
  font-size:.62rem;
  line-height:1.2;
  letter-spacing:.025em;
  color:rgba(207,221,233,.72);
  opacity:.96;
}
html.home-hero-condensed body.page-home .hero > .hero-compact-copy{display:block}
body.page-home .hero{position:relative}
body.page-home .hero .hero-compact-copy{max-width:none}
body.light.page-home .hero-compact-copy{color:rgba(47,111,228,.78)!important}

body.light .tool-modal-card{
  background:#edf2f7!important;
}
body.light .tool-advanced{
  background:#e6edf5!important;
}
body.light .tool-advanced-summary-wrap{
  background:#eef4fa!important;
}
body:not(.light) .tool-modal-card{
  background:linear-gradient(180deg,#0d1e2d,#0b1a28)!important;
}
body:not(.light) .tool-advanced{
  background:#102435!important;
}
body:not(.light) .tool-advanced-summary-wrap{
  background:#142a3b!important;
}
body:not(.light) .tool-command-preview-box{
  background:#132839!important;
}
body:not(.light) .tool-command-code{
  background:#0b1722!important;
}
.tool-command-preview-box.copied-feedback{
  border-color:rgba(20,166,96,.42)!important;
  box-shadow:inset 0 0 0 1px rgba(20,166,96,.10),0 0 0 1px rgba(20,166,96,.08)!important;
}
body:not(.light) .tool-command-preview-box.copied-feedback{
  background:rgba(0,255,139,.11)!important;
  border-color:rgba(0,255,139,.42)!important;
  box-shadow:inset 0 0 0 1px rgba(0,255,139,.12),0 0 0 1px rgba(0,255,139,.08)!important;
}
.tool-command-copy.copied-feedback{
  border-color:rgba(20,166,96,.42)!important;
  color:#158a53!important;
  background:#edf9f1!important;
}
body:not(.light) .tool-command-copy.copied-feedback{
  background:rgba(0,255,139,.12)!important;
  border-color:rgba(0,255,139,.40)!important;
  color:#7cf4b6!important;
}
body:not(.light) .tool-command-code.copied-feedback{
  border-color:rgba(0,255,139,.48)!important;
  background:rgba(0,255,139,.14)!important;
  box-shadow:inset 0 0 0 1px rgba(0,255,139,.12), 0 0 0 1px rgba(0,255,139,.08) !important;
  color:#dffbef!important;
}
body.light.page-home .strip-meta-row{
  color:#46596a!important;
  font-weight:500!important;
}
body.light.page-home #localTimeValue,
body.light.page-home #utcTimeValue,
body.light.page-home #probeLabel{
  color:inherit!important;
  font-weight:inherit!important;
}


/* v222 status strip tone + modal advanced-options parity */
body.page-home{
  --whenip-light-status:#dde6ee;
  --whenip-light-status-box:#eef4f8;
}
body.light.page-home .strip-meta-row,
body.light.page-home .strip-meta-row *,
body.light.page-home .strip-time-main,
body.light.page-home .strip-time-sub,
body.light.page-home .strip-probe,
body.light.page-home #localTimeValue,
body.light.page-home #utcTimeValue,
body.light.page-home #probeLabel{
  font-weight:400!important;
}
body.light.page-home .strip-meta-row{
  color:#536474!important;
}
body.light.page-home .status-strip{
  background:#dde6ee!important;
  border-color:rgba(16,32,47,.28)!important;
}
body.light.page-home .status-line{
  background:#eef4f8!important;
  border-color:rgba(16,32,47,.20)!important;
}
body:not(.light).page-home .status-strip{
  background:rgba(19,41,57,.84)!important;
  border-color:rgba(31,211,255,.22)!important;
}
body:not(.light).page-home .status-line{
  background:rgba(12,25,36,.76)!important;
}
body:not(.light) .tool-advanced{
  background:#173449!important;
}
body:not(.light) .tool-advanced.is-open{
  background:#19384e!important;
}
body:not(.light) .tool-advanced-summary-wrap{
  background:#1c3d54!important;
}


/* v224 RUN FROM + modal surface hierarchy cleanup */
body.light.page-home .probe-selector-wrap{
  background:#edf2f7!important;
  border-color:rgba(16,32,47,.22)!important;
  box-shadow:0 0 0 1px rgba(16,32,47,.03), inset 0 0 0 1px rgba(16,32,47,.04)!important;
}
body:not(.light).page-home .probe-selector-wrap{
  background:rgba(12,29,43,.94)!important;
  border-color:rgba(31,211,255,.28)!important;
  box-shadow:0 0 0 1px rgba(31,211,255,.06), inset 0 0 0 1px rgba(31,211,255,.07), 0 10px 22px rgba(4,12,18,.18)!important;
}
body.light .tool-modal-card{
  background:linear-gradient(180deg,#f3f7fb 0%,#f1f5f9 100%)!important;
}
body.light .tool-modal-head{
  background:linear-gradient(180deg,#f3f7fb 0%,#f1f5f9 100%)!important;
  border-bottom-color:rgba(24,38,56,.14)!important;
}
body.light .tool-modal-actions{
  border-top-color:rgba(24,38,56,.14)!important;
}
body.light .tool-modal-field,
body.light .tool-command-preview-box{
  background:#eef3f8!important;
}
body:not(.light) .tool-modal-card{
  background:linear-gradient(180deg,#0c1c2a 0%,#0d1d2b 100%)!important;
}
body:not(.light) .tool-modal-head{
  background:linear-gradient(180deg,#0c1c2a 0%,#0d1d2b 100%)!important;
  border-bottom-color:rgba(148,188,214,.18)!important;
}
body:not(.light) .tool-modal-actions{
  border-top-color:rgba(148,188,214,.18)!important;
}
body:not(.light) .tool-command-preview-box,
body:not(.light) .tool-modal-field{
  background:#152b3c!important;
  border-color:rgba(148,188,214,.18)!important;
}


/* v226 dark-mode modal shell lift + brighter dropdown indicators */
body.light .tool-modal-card{
  background:linear-gradient(180deg,#e9eef4 0%,#e6ecf3 100%)!important;
  border-color:rgba(24,38,56,.18)!important;
}
body.light .tool-modal-head{
  background:linear-gradient(180deg,#e9eef4 0%,#e6ecf3 100%)!important;
  border-bottom-color:rgba(24,38,56,.15)!important;
}
body.light .tool-modal-help{
  color:#4d6073!important;
}
body.light .tool-advanced{
  background:#dde6ef!important;
  border-color:rgba(24,38,56,.18)!important;
}
body.light .tool-modal-field,
body.light .tool-command-preview-box{
  background:#e7edf4!important;
  border-color:rgba(24,38,56,.16)!important;
  box-shadow:inset 0 1px 0 rgba(255,255,255,.74)!important;
}
body.light .tool-modal-field .input,
body.light .tool-modal-field-select .input{
  background:#f2f6fa!important;
  border-color:rgba(24,38,56,.16)!important;
  box-shadow:inset 0 1px 0 rgba(255,255,255,.92)!important;
}
body.light .tool-command-code{
  background:#edf3f8!important;
  border-color:rgba(24,38,56,.16)!important;
}
body:not(.light) .tool-modal-card{
  background:linear-gradient(180deg,#102334 0%,#112636 100%)!important;
  border-color:rgba(148,188,214,.20)!important;
}
body:not(.light) .tool-modal-head{
  background:linear-gradient(180deg,#102334 0%,#112636 100%)!important;
}
body:not(.light) .tool-field-select .input{
  appearance:none!important;
  -webkit-appearance:none!important;
  padding-right:48px!important;
  background-repeat:no-repeat!important;
  background-position:right 18px center!important;
  background-size:20px 20px!important;
  background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20' fill='none' stroke='%23e9f6ff' stroke-width='2.2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M6 7l4-4 4 4'/%3E%3Cpath d='M6 13l4 4 4-4'/%3E%3C/svg%3E")!important;
}
body:not(.light) .tool-field-select .input::-ms-expand{display:none}


/* v233 trust/status polish */
.status-hero-card{position:relative;overflow:hidden}
.trust-summary-grid{grid-template-columns:repeat(auto-fit,minmax(220px,1fr))}
.status-region-section{display:grid;gap:12px;margin-top:12px}
.status-region-heading{font-size:.78rem;font-weight:800;letter-spacing:.14em;text-transform:uppercase;color:#8fb2c7;padding-top:4px}
.status-probe-kicker{font-size:.72rem;font-weight:800;letter-spacing:.14em;text-transform:uppercase;color:#8fb2c7}
.status-probe-title-wrap{display:grid;gap:6px;min-width:0}
.status-probe-meta-line{color:var(--muted);font-size:.9rem;line-height:1.4}
.status-hostline{display:flex;align-items:center;gap:8px;min-width:0;flex-wrap:wrap}
.status-host-link{color:var(--text);text-decoration:none;border-bottom:1px dashed rgba(143,178,199,.35)}
.status-host-link:hover{text-decoration:none;border-bottom-color:rgba(31,211,255,.5)}
.status-host-link code{font-size:1rem;word-break:break-word;overflow-wrap:anywhere}
.copy-inline-btn{display:inline-flex;align-items:center;justify-content:center;flex:0 0 auto;width:28px;height:28px;border-radius:999px;border:1px solid rgba(255,255,255,.08);background:rgba(255,255,255,.04);color:#dff7ff;font-size:.92rem;line-height:1;cursor:pointer;transition:transform .14s ease,border-color .14s ease,background .14s ease}
.copy-inline-btn:hover{transform:translateY(-1px);border-color:rgba(31,211,255,.38);background:rgba(31,211,255,.1)}
.copy-value-line{display:flex;align-items:flex-start;gap:8px;padding:2px 0}
.copy-value-line code{display:inline-block;max-width:100%;white-space:normal;overflow-wrap:anywhere;word-break:break-word}
.status-chip-row{display:flex;flex-wrap:wrap;gap:8px;padding-top:2px}
.status-chip{display:inline-flex;align-items:center;gap:8px;padding:7px 10px;border-radius:999px;border:1px solid rgba(255,255,255,.08);background:rgba(255,255,255,.03);font-size:.82rem;color:var(--text)}
.status-chip-label{font-size:.68rem;letter-spacing:.12em;text-transform:uppercase;color:#8fb2c7}
.status-chip-value{font-family:var(--mono)}
.status-node-identity{display:grid;gap:12px;padding:16px;border-radius:18px;border:1px solid rgba(255,255,255,.08);background:rgba(255,255,255,.025)}
.status-node-head{display:flex;align-items:flex-start;justify-content:space-between;gap:12px}
.status-card-grid .status-metric-primary{border-color:rgba(15,206,125,.2);background:rgba(15,206,125,.06)}
.allowlist-grid{margin-top:4px}
body.light .status-region-heading,body.light .status-probe-kicker,body.light .status-chip-label{color:#007db8}
body.light .status-host-link{color:#10202f;border-bottom-color:rgba(0,125,184,.22)}
body.light .status-host-link:hover{border-bottom-color:rgba(0,125,184,.46)}
body.light .copy-inline-btn{border-color:rgba(16,32,47,.1);background:rgba(255,255,255,.96);color:#0f3148}
body.light .copy-inline-btn:hover{background:#eef5fa;border-color:rgba(0,125,184,.26)}
body.light .status-chip{background:rgba(255,255,255,.96);border-color:rgba(16,32,47,.1);color:#10202f}
body.light .status-node-identity{background:rgba(255,255,255,.94);border-color:rgba(16,32,47,.1)}
body.light .status-card-grid .status-metric-primary{background:rgba(0,125,184,.08);border-color:rgba(0,125,184,.18)}
@media (max-width:640px){
  .status-node-head{display:grid;grid-template-columns:1fr;gap:10px}
  .copy-inline-btn{width:26px;height:26px}
  .status-probe-meta-line{font-size:.88rem}
}

/* v236 status/map refinement baseline */
.status-map-card{gap:14px}
.status-map-layout{display:grid;grid-template-columns:minmax(0,1.55fr) minmax(280px,.95fr);gap:16px;align-items:stretch}
.status-map-canvas{position:relative;min-height:340px;border-radius:24px;border:1px solid rgba(255,255,255,.08);overflow:hidden;background:linear-gradient(180deg,rgba(8,18,28,.98),rgba(7,16,24,.98));box-shadow:inset 0 1px 0 rgba(255,255,255,.03)}
.status-world-svg{display:block;width:100%;height:100%}
.status-world-ocean{fill:#091722}
.status-world-graticule path{stroke:rgba(127,149,170,.12);stroke-width:1}
.status-world-land path{fill:rgba(143,178,199,.18);stroke:rgba(143,178,199,.18);stroke-width:1.5}
.status-map-marker{position:absolute;transform:translate(-50%,-50%);display:inline-flex;align-items:center;gap:6px;padding:0;border:none;background:transparent;color:var(--text);cursor:pointer}
.status-map-marker-dot{width:14px;height:14px;border-radius:999px;border:2px solid rgba(255,255,255,.55);background:rgba(15,206,125,.9);box-shadow:0 0 0 0 rgba(15,206,125,.34)}
.status-map-marker.is-unavailable .status-map-marker-dot{background:#ea5b67;box-shadow:0 0 0 0 rgba(234,91,103,.3)}
.status-map-marker.is-active .status-map-marker-dot{box-shadow:0 0 0 8px rgba(31,211,255,.14)}
.status-map-marker-label{font-size:.72rem;letter-spacing:.06em;text-transform:uppercase;font-weight:700;padding:4px 8px;border-radius:999px;background:rgba(8,18,28,.84);border:1px solid rgba(255,255,255,.08);backdrop-filter:blur(8px)}
.status-map-detail{display:grid;align-items:stretch}
.status-map-detail-card{display:grid;gap:12px;padding:18px;border-radius:22px;border:1px solid rgba(255,255,255,.08);background:rgba(255,255,255,.03)}
.status-map-detail-kicker{font-size:.74rem;font-weight:800;letter-spacing:.14em;text-transform:uppercase;color:#8fb2c7}
.status-map-detail-head{display:flex;align-items:flex-start;justify-content:space-between;gap:12px}
.status-map-detail-city{font-size:1.48rem;font-weight:800;line-height:1.05;color:var(--text)}
.status-map-detail-host{margin-top:6px}
.status-map-detail-meta{color:var(--muted);line-height:1.45}
.status-map-detail-chips{padding-top:2px}
.status-map-detail-ip{display:grid;gap:6px;padding:12px 14px;border-radius:16px;border:1px solid rgba(255,255,255,.08);background:rgba(255,255,255,.025)}
.status-map-detail-ip code{overflow-wrap:anywhere;word-break:break-word}
.status-map-detail-actions{padding-top:2px}
.status-inline-metric-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(148px,1fr));gap:10px}
.status-inline-metric{display:grid;gap:4px;padding:12px 14px;border-radius:16px;border:1px solid rgba(255,255,255,.08);background:rgba(255,255,255,.025)}
.status-inline-label{font-size:.68rem;font-weight:800;letter-spacing:.12em;text-transform:uppercase;color:#8fb2c7}
.status-inline-value{font-size:1rem;font-weight:700;color:var(--text);line-height:1.2;overflow-wrap:anywhere}
.status-node-identity-premium{gap:14px}
.status-node-uptime{margin-top:6px;color:var(--muted);font-size:1rem}
.status-probe-freshness{color:var(--muted);font-size:.88rem;line-height:1.4}
.status-probe-row-separated{padding:12px 14px;border:1px solid rgba(255,255,255,.08);border-radius:16px;background:rgba(255,255,255,.025)}
.status-probe-row-separated+.status-probe-row-separated{margin-top:2px}
.status-probe-row-separated .status-probe-key{padding-top:2px}
.status-probe-row-separated .status-probe-value{line-height:1.55}
.copy-value-line{gap:10px;padding:4px 0}
body.light .status-map-canvas{background:linear-gradient(180deg,#eaf1f6,#e5edf3);border-color:rgba(16,32,47,.12)}
body.light .status-world-ocean{fill:#edf3f7}
body.light .status-world-graticule path{stroke:rgba(16,32,47,.09)}
body.light .status-world-land path{fill:rgba(0,125,184,.12);stroke:rgba(0,125,184,.12)}
body.light .status-map-marker-label{background:rgba(255,255,255,.96);border-color:rgba(16,32,47,.12);color:#10202f}
body.light .status-map-detail-card,body.light .status-inline-metric,body.light .status-probe-row-separated,body.light .status-map-detail-ip{background:rgba(255,255,255,.96);border-color:rgba(16,32,47,.1)}
body.light .status-map-detail-kicker,body.light .status-inline-label{color:#007db8}
@media (max-width:900px){
  .status-map-layout{grid-template-columns:1fr;gap:14px}
  .status-map-canvas{min-height:290px}
}
@media (max-width:680px){
  .status-map-canvas{min-height:240px}
  .status-map-marker-label{display:none}
  .status-inline-metric-grid{grid-template-columns:1fr 1fr}
  .status-probe-row-separated{grid-template-columns:60px minmax(0,1fr)}
}
@media (max-width:460px){
  .status-inline-metric-grid{grid-template-columns:1fr}
}

/* v236 premium status/map refinements */
.status-probe-row-separated{padding:14px 16px;border-color:rgba(255,255,255,.09);background:rgba(255,255,255,.032)}
.status-probe-row-separated+.status-probe-row-separated{margin-top:10px}
.status-probe-row-separated .status-probe-key{padding-top:0}
body.light .status-probe-row-separated{background:rgba(255,255,255,.98);border-color:rgba(16,32,47,.12)}

.status-map-layout{grid-template-columns:minmax(0,1.7fr) minmax(300px,.95fr);gap:18px;align-items:stretch}
.status-map-canvas{position:relative;min-height:380px;aspect-ratio:1.95/1;padding:0;border-radius:24px;border:1px solid rgba(255,255,255,.08);overflow:hidden;background:linear-gradient(180deg,rgba(7,19,29,.98),rgba(7,16,24,.98));box-shadow:inset 0 1px 0 rgba(255,255,255,.03)}
.status-map-visual{position:absolute;inset:0}
.status-map-bg{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;object-position:center center;display:block}
.status-map-bg-light{display:none}
body.light .status-map-bg-light{display:block}
body.light .status-map-bg-dark{display:none}
.status-map-vignette{position:absolute;inset:0;background:radial-gradient(circle at 50% 46%,rgba(255,255,255,.02),transparent 55%),linear-gradient(180deg,rgba(255,255,255,.02),rgba(255,255,255,0));pointer-events:none}
body.light .status-map-canvas{background:linear-gradient(180deg,#eef4f7,#e8eef3);border-color:rgba(16,32,47,.12)}
body.light .status-map-vignette{background:radial-gradient(circle at 50% 44%,rgba(255,255,255,.16),transparent 55%),linear-gradient(180deg,rgba(255,255,255,.10),rgba(255,255,255,0))}
.status-map-marker{position:absolute;transform:translate(-50%,-50%);display:inline-flex;align-items:center;gap:6px;padding:0;border:none;background:transparent;color:var(--text);cursor:pointer}
.status-map-marker-dot{width:12px;height:12px;border-radius:999px;border:2px solid rgba(255,255,255,.78);background:rgba(15,206,125,.96);box-shadow:0 0 0 0 rgba(15,206,125,.34),0 6px 18px rgba(0,0,0,.22)}
.status-map-marker.is-unavailable .status-map-marker-dot{background:#ea5b67;box-shadow:0 0 0 0 rgba(234,91,103,.28),0 6px 18px rgba(0,0,0,.22)}
.status-map-marker.is-active .status-map-marker-dot{box-shadow:0 0 0 8px rgba(31,211,255,.14),0 6px 18px rgba(0,0,0,.26)}
.status-map-marker-label{font-size:.7rem;letter-spacing:.08em;text-transform:uppercase;font-weight:700;padding:5px 8px;border-radius:999px;background:rgba(6,17,27,.84);border:1px solid rgba(255,255,255,.09);backdrop-filter:blur(8px);-webkit-backdrop-filter:blur(8px)}
body.light .status-map-marker-label{background:rgba(255,255,255,.96);border-color:rgba(16,32,47,.12);color:#10202f}
.status-map-detail-card{display:grid;gap:12px;padding:18px;border-radius:22px;border:1px solid rgba(255,255,255,.08);background:rgba(255,255,255,.03)}
body.light .status-map-detail-card{background:rgba(255,255,255,.98);border-color:rgba(16,32,47,.10)}
.status-map-detail-city{font-size:1.52rem;font-weight:800;line-height:1.03;color:var(--text)}
.status-map-detail-meta{color:var(--muted);line-height:1.45}
.status-map-detail-ip{display:grid;gap:6px;padding:12px 14px;border-radius:16px;border:1px solid rgba(255,255,255,.08);background:rgba(255,255,255,.025)}
body.light .status-map-detail-ip{background:rgba(255,255,255,.98);border-color:rgba(16,32,47,.10)}

.status-node-overview-card{gap:12px}
.status-node-overview-meta{display:flex;flex-wrap:wrap;gap:8px 14px;color:var(--muted);font-size:1rem;line-height:1.4}
.status-node-overview-meta span{display:inline-flex;align-items:center;gap:6px}
.status-fact-pill-row{display:flex;flex-wrap:wrap;gap:8px}
.status-fact-pill{display:inline-flex;align-items:center;gap:8px;padding:8px 12px;border-radius:999px;border:1px solid rgba(255,255,255,.08);background:rgba(255,255,255,.025);min-height:38px}
.status-fact-pill.is-good{border-color:rgba(0,255,139,.18);background:rgba(0,255,139,.07)}
.status-fact-label{font-size:.72rem;letter-spacing:.12em;text-transform:uppercase;color:#8fb2c7;font-weight:800}
.status-fact-value{font-size:.96rem;color:var(--text);font-weight:700}
body.light .status-fact-pill{background:rgba(255,255,255,.98);border-color:rgba(16,32,47,.10)}
body.light .status-fact-pill.is-good{border-color:rgba(0,143,79,.18);background:rgba(0,143,79,.07)}
body.light .status-fact-label{color:#007db8}

@media (max-width: 860px){
  .status-map-layout{grid-template-columns:1fr;gap:14px}
  .status-map-canvas{min-height:280px;aspect-ratio:1.75/1}
}
@media (max-width: 640px){
  .status-map-canvas{min-height:240px;aspect-ratio:1.55/1}
  .status-map-marker-label{display:none}
  .status-node-overview-meta{font-size:.96rem}
  .status-fact-pill{min-height:36px;padding:7px 11px}
}


/* v237 premium status correction + probe overview cleanup */
.status-hero-card{padding:16px 18px}
.status-hero-card .lede{font-size:.96rem;line-height:1.42;max-width:unset}
.trust-summary-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:10px}
.trust-summary-grid .status-metric{padding:12px 14px;gap:6px;border-radius:16px}
.trust-summary-grid .status-value{font-size:1.18rem;line-height:1.08}
.trust-summary-grid .status-detail{font-size:.88rem;line-height:1.38}
.status-map-layout{grid-template-columns:1fr;gap:14px}
.status-map-canvas{min-height:0;aspect-ratio:2 / 1;padding:0;border-radius:22px}
.status-map-vignette{display:none}
.status-map-bg{object-fit:cover;object-position:center center}
.status-map-detail-card{padding:16px;border-radius:20px}
.status-map-marker{gap:6px}
.status-map-marker-dot{width:12px;height:12px}
.status-map-marker-label{font-size:.66rem;padding:4px 7px}
.status-region-section{gap:10px;margin-top:10px}
.status-probe-card{gap:10px}
.status-probe-meta-line{font-size:.88rem;line-height:1.38}
.status-chip-row{gap:7px}
.status-chip{padding:6px 10px;font-size:.8rem}
.status-map-card .small-lede{font-size:.94rem;line-height:1.42;margin-top:2px}
.status-node-overview-compact{display:grid;gap:12px}
.status-node-overview-head{align-items:flex-start;gap:12px}
.status-node-overview-head .status-badge{align-self:flex-start}
.status-overview-facts-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:8px}
.status-overview-fact{display:grid;gap:4px;padding:10px 12px;border-radius:16px;border:1px solid rgba(255,255,255,.08);background:rgba(255,255,255,.025)}
.status-overview-fact.is-good{border-color:rgba(0,255,139,.18);background:rgba(0,255,139,.07)}
.status-overview-fact-label{font-size:.68rem;letter-spacing:.12em;text-transform:uppercase;color:#8fb2c7;font-weight:800}
.status-overview-fact-value{font-size:.98rem;color:var(--text);font-weight:700;line-height:1.25;overflow-wrap:anywhere}
.status-overview-chip-row{padding-top:0}
.status-node-overview-compact .status-probe-row-separated{margin-top:0;padding:14px 16px;border-color:rgba(255,255,255,.1);background:rgba(255,255,255,.035)}
.status-node-overview-compact .status-probe-row-separated + .status-probe-row-separated{margin-top:8px}
.status-node-overview-compact .status-probe-freshness{font-size:.9rem;line-height:1.42}
body.light .status-overview-fact{background:rgba(255,255,255,.98);border-color:rgba(16,32,47,.1)}
body.light .status-overview-fact.is-good{border-color:rgba(0,143,79,.18);background:rgba(0,143,79,.07)}
body.light .status-overview-fact-label{color:#007db8}
body.light .trust-summary-grid .status-metric{background:rgba(255,255,255,.96);border-color:rgba(16,32,47,.1)}
body.light .status-map-canvas{background:#eef4f7;border-color:rgba(16,32,47,.12)}
body.light .status-node-overview-compact .status-probe-row-separated{background:rgba(255,255,255,.99);border-color:rgba(16,32,47,.1)}
.probe-live-metrics{display:flex;flex-wrap:wrap;gap:8px;margin-top:2px}
.probe-live-metric{display:inline-flex;align-items:center;gap:6px;padding:5px 9px;border-radius:999px;border:1px solid rgba(255,255,255,.08);background:rgba(255,255,255,.03);font-size:.78rem;color:var(--text)}
.probe-live-metric-label{font-size:.68rem;letter-spacing:.12em;text-transform:uppercase;color:#8fb2c7}
.probe-live-metric-value{font-family:var(--mono)}
body.light .probe-live-metric{background:rgba(255,255,255,.98);border-color:rgba(16,32,47,.12);color:#10202f}
body.light .probe-live-metric-label{color:#007db8}
@media (max-width: 700px){
  .trust-summary-grid{grid-template-columns:1fr 1fr}
  .status-hero-card{padding:14px 15px}
}
@media (max-width: 560px){
  .status-map-canvas{aspect-ratio:2 / 1}
  .status-overview-facts-grid{grid-template-columns:1fr}
  .status-map-marker-label{display:none}
}
@media (max-width: 420px){
  .trust-summary-grid{grid-template-columns:1fr}
}


/* v239 probe monitor overview cleanup */
.status-page .academy-grid-card{padding:18px 20px}
.status-hero-card{padding:14px 16px}
.status-hero-card .lede{font-size:.92rem;line-height:1.38;max-width:unset}
.trust-summary-grid{gap:8px;grid-template-columns:repeat(2,minmax(0,1fr))}
.trust-summary-grid .status-metric{padding:10px 12px;gap:5px;border-radius:15px}
.trust-summary-grid .status-label{font-size:.68rem}
.trust-summary-grid .status-value{font-size:1.1rem;line-height:1.04}
.trust-summary-grid .status-detail{font-size:.84rem;line-height:1.32}
.status-map-layout{display:grid;grid-template-columns:1fr;gap:12px}
.status-map-canvas-wrap{display:block}
.status-map-canvas{min-height:250px;aspect-ratio:2.08/1;border-radius:20px;overflow:hidden;padding:0}
.status-map-bg{object-fit:cover;object-position:center}
.status-map-vignette{display:none}
.status-map-marker{gap:6px}
.status-map-marker-dot{width:11px;height:11px}
.status-map-marker-label{font-size:.64rem;padding:4px 7px}
.status-map-detail-card{padding:14px 16px;border-radius:18px;gap:10px}
.status-map-detail-city{font-size:1.34rem}
.status-map-detail-ip{padding:10px 12px}
.status-region-section{gap:8px;margin-top:8px}
.status-probe-card{gap:8px;padding:14px 16px}
.status-probe-meta-line{font-size:.84rem;line-height:1.34}
.status-chip{padding:5px 9px;font-size:.78rem}
.status-chip-row{gap:6px}
.status-probe-freshness{font-size:.84rem;line-height:1.34}
.status-node-overview-monitor{display:grid;gap:12px}
.status-node-overview-head--monitor{display:flex;align-items:flex-start;justify-content:space-between;gap:12px}
.status-node-overview-head--monitor .status-hostline{margin-top:2px}
.status-node-overview-head--monitor .status-badge{align-self:flex-start}
.status-node-overview-meta--monitor{display:flex;flex-wrap:wrap;gap:8px 16px;color:var(--muted);font-size:1rem;line-height:1.35}
.status-overview-inline-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:8px 14px;padding-top:2px}
.status-overview-inline-row{display:grid;gap:2px;padding-bottom:8px;border-bottom:1px solid rgba(255,255,255,.06)}
.status-overview-inline-row.is-good .status-overview-inline-value{color:#14e38a}
.status-overview-inline-label{font-size:.68rem;letter-spacing:.12em;text-transform:uppercase;font-weight:800;color:#8fb2c7}
.status-overview-inline-value{font-size:1.02rem;line-height:1.22;font-weight:700;color:var(--text);overflow-wrap:anywhere}
.status-node-overview-monitor .status-chip-row{padding-top:2px}
.status-node-overview-monitor .status-probe-row-separated{margin-top:0;padding:13px 15px;border-color:rgba(255,255,255,.09);background:rgba(255,255,255,.03)}
.status-node-overview-monitor .status-probe-row-separated + .status-probe-row-separated{margin-top:8px}
.status-node-overview-monitor .academy-updated{margin-top:2px}
.probe-live-helper{gap:3px}
.probe-live-line{line-height:1.42}
body.light .status-overview-inline-row{border-bottom-color:rgba(16,32,47,.08)}
body.light .status-overview-inline-label{color:#007db8}
body.light .status-overview-inline-row.is-good .status-overview-inline-value{color:#0f8a4b}
body.light .status-node-overview-monitor .status-probe-row-separated{background:rgba(255,255,255,.99);border-color:rgba(16,32,47,.1)}
body.light .status-map-canvas{background:#eef4f7;border-color:rgba(16,32,47,.12)}
@media (max-width: 760px){
  .status-page .academy-grid-card{padding:16px 16px}
  .trust-summary-grid{grid-template-columns:1fr 1fr}
  .status-map-canvas{min-height:220px;aspect-ratio:1.9/1}
  .status-node-overview-head--monitor{grid-template-columns:1fr;display:grid}
  .status-overview-inline-grid{grid-template-columns:1fr 1fr}
}
@media (max-width: 560px){
  .trust-summary-grid{grid-template-columns:1fr}
  .status-map-canvas{min-height:200px;aspect-ratio:1.75/1}
  .status-overview-inline-grid{grid-template-columns:1fr}
  .status-node-overview-meta--monitor{font-size:.94rem;gap:6px 12px}
}


/* v239 homepage helper + probe overview cleanup */
.status-node-overview-v239{display:grid;gap:12px;padding:18px 20px;border:1px solid rgba(255,255,255,.08);border-radius:22px;background:rgba(255,255,255,.02)}
.status-node-overview-head--v239{display:flex;align-items:flex-start;justify-content:space-between;gap:12px}
.status-node-overview-head--v239 .status-badge{align-self:flex-start}
.status-node-overview-meta--v239{display:flex;flex-wrap:wrap;gap:6px 16px;color:var(--muted);font-size:1rem;line-height:1.35}
.status-fact-pills{display:flex;flex-wrap:wrap;gap:10px}
.status-fact-pill{display:inline-flex;align-items:center;gap:10px;min-height:42px;padding:10px 14px;border-radius:999px;border:1px solid rgba(255,255,255,.08);background:rgba(255,255,255,.03);color:var(--text)}
.status-fact-pill-label{font-size:.72rem;letter-spacing:.12em;text-transform:uppercase;font-weight:800;color:#8fb2c7}
.status-fact-pill-value{font-size:.98rem;line-height:1.2;font-weight:700;white-space:nowrap;overflow-wrap:anywhere}
.status-fact-pill.is-good{border-color:rgba(20,227,138,.18);background:rgba(20,227,138,.08)}
.status-node-overview-v239 .status-chip-row{padding-top:0}
.status-node-overview-v239 .status-probe-row-separated{margin-top:0;padding:14px 16px;border-color:rgba(255,255,255,.09);background:rgba(255,255,255,.03)}
.status-node-overview-v239 .status-probe-row-separated + .status-probe-row-separated{margin-top:8px}
.status-node-overview-v239 .academy-updated{margin-top:2px}
body.light .status-node-overview-v239{background:rgba(255,255,255,.94);border-color:rgba(16,32,47,.1)}
body.light .status-fact-pill{background:rgba(255,255,255,.98);border-color:rgba(16,32,47,.1);color:#10202f}
body.light .status-fact-pill-label{color:#007db8}
body.light .status-fact-pill.is-good{background:rgba(15,138,75,.08);border-color:rgba(15,138,75,.14)}
body.light .status-node-overview-v239 .status-probe-row-separated{background:rgba(255,255,255,.99);border-color:rgba(16,32,47,.1)}
@media (max-width:760px){
  .status-node-overview-v239{padding:16px}
  .status-node-overview-head--v239{display:grid;grid-template-columns:1fr;gap:8px}
  .status-node-overview-meta--v239{font-size:.96rem}
}
@media (max-width:560px){
  .status-fact-pills{gap:8px}
  .status-fact-pill{width:100%;justify-content:space-between;min-height:40px;padding:9px 12px}
  .status-node-overview-meta--v239{font-size:.92rem;gap:4px 12px}
}


/* v240 status/control-path polish */
.status-controller-card{padding:16px 16px 18px}
.status-controller-monitor{display:grid;gap:12px;padding:16px 18px;border:1px solid rgba(255,255,255,.08);border-radius:22px;background:rgba(255,255,255,.02)}
.status-controller-head{display:flex;align-items:flex-start;justify-content:space-between;gap:12px}
.status-controller-head .status-badge{align-self:flex-start}
.status-controller-meta{display:flex;flex-wrap:wrap;gap:8px 14px;color:var(--muted);font-size:.96rem;line-height:1.4}
.status-monitor-facts-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:8px 14px}
.status-monitor-fact{display:grid;gap:3px;padding:8px 0;border-bottom:1px solid rgba(255,255,255,.07)}
.status-monitor-fact-label{font-size:.68rem;letter-spacing:.12em;text-transform:uppercase;font-weight:800;color:#8fb2c7}
.status-monitor-fact-value{font-size:.98rem;line-height:1.22;font-weight:700;color:var(--text);overflow-wrap:anywhere}
.status-monitor-fact.is-good .status-monitor-fact-value{color:#14e38a}
.status-controller-datasets{padding-top:4px;color:var(--muted);font-size:.9rem;line-height:1.45}
.status-map-card-v240{padding:16px 16px 18px}
.status-map-layout-v240{display:grid;gap:10px}
.status-map-frame{position:relative;padding:0;border:1px solid rgba(31,211,255,.16);border-radius:22px;background:rgba(255,255,255,.02);overflow:hidden;box-shadow:inset 0 0 0 1px rgba(31,211,255,.03)}
.status-map-frame.is-linked-active,.status-map-detail-v240.is-linked-active{border-color:rgba(31,211,255,.32);box-shadow:inset 0 0 0 1px rgba(31,211,255,.08),0 0 0 1px rgba(31,211,255,.05)}
.status-map-canvas-v240{width:100%;min-height:260px;aspect-ratio:2.08/1;border:none;border-radius:0;background:transparent}
.status-map-canvas-v240 .status-map-bg{object-fit:contain;object-position:center center}
.status-map-detail-v240{padding:0;border:1px solid rgba(31,211,255,.16);border-radius:20px;background:rgba(255,255,255,.02)}
.status-map-detail{width:100%}
.status-map-detail-caption{padding:12px 14px 0;font-size:.72rem;letter-spacing:.12em;text-transform:uppercase;font-weight:800;color:#8fb2c7}
.status-map-detail-card-linked{border:none;background:transparent;padding:12px 14px 14px;border-radius:0}
.status-map-detail-card-linked .status-map-detail-head{display:flex;align-items:flex-start;justify-content:space-between;gap:12px}
.status-map-detail-card-linked .status-map-detail-actions{padding-top:2px}
.status-map-detail-card-linked .status-map-detail-ip{background:rgba(255,255,255,.03)}
.status-probe-overview-card{padding:16px 16px 18px}
.status-monitor-overview-card{display:grid;gap:12px;padding:16px 18px;border:1px solid rgba(255,255,255,.08);border-radius:22px;background:rgba(255,255,255,.02)}
.status-monitor-head{display:flex;align-items:flex-start;justify-content:space-between;gap:12px}
.status-monitor-head .status-badge{align-self:flex-start}
.status-monitor-overview-card .status-probe-meta-line{margin-top:4px;font-size:.96rem;line-height:1.42}
.status-monitor-overview-card .status-chip-row{padding-top:2px}
.status-monitor-overview-card .status-probe-row-separated{margin-top:0;padding:14px 16px;border-color:rgba(255,255,255,.09);background:rgba(255,255,255,.03)}
.status-monitor-overview-card .status-probe-row-separated + .status-probe-row-separated{margin-top:8px}
.status-monitor-overview-card .academy-updated{margin-top:2px}
.probe-live-helper{display:grid;gap:4px}
.probe-live-line{font-size:.92rem;line-height:1.42;color:var(--text)}
.probe-live-line strong{font-family:var(--mono);font-weight:700}
body.light .status-controller-monitor,body.light .status-monitor-overview-card{background:rgba(255,255,255,.96);border-color:rgba(16,32,47,.10)}
body.light .status-controller-datasets{color:#536778}
body.light .status-monitor-fact{border-bottom-color:rgba(16,32,47,.08)}
body.light .status-monitor-fact-label,body.light .status-map-detail-caption{color:#007db8}
body.light .status-monitor-fact.is-good .status-monitor-fact-value{color:#0f8a4b}
body.light .status-map-frame,body.light .status-map-detail-v240{background:rgba(255,255,255,.96);border-color:rgba(16,32,47,.10);box-shadow:none}
body.light .status-map-frame.is-linked-active,body.light .status-map-detail-v240.is-linked-active{border-color:rgba(0,125,184,.22);box-shadow:inset 0 0 0 1px rgba(0,125,184,.06)}
body.light .status-map-canvas-v240{background:#eef4f7}
body.light .status-map-detail-card-linked .status-map-detail-ip{background:rgba(255,255,255,.98);border-color:rgba(16,32,47,.10)}
@media (max-width:760px){
  .status-controller-card,.status-map-card-v240,.status-probe-overview-card{padding:14px 14px 16px}
  .status-controller-monitor,.status-monitor-overview-card{padding:14px 14px 16px}
  .status-monitor-facts-grid{grid-template-columns:1fr}
  .status-controller-meta{font-size:.92rem;gap:6px 12px}
  .status-monitor-head,.status-controller-head{display:grid;grid-template-columns:1fr;gap:8px}
  .status-map-canvas-v240{min-height:220px;aspect-ratio:1.95/1}
}
@media (max-width:560px){
  .status-map-canvas-v240{min-height:200px;aspect-ratio:1.8/1}
  .status-map-marker-label{display:none}
  .status-monitor-overview-card .status-probe-meta-line{font-size:.9rem}
}


/* v241 mobile probe picker, status map labels, and bootstrap polish */
.probe-picker-trigger{display:none;align-items:center;justify-content:space-between;gap:12px;width:100%;padding:13px 14px;border-radius:14px;border:1px solid rgba(255,255,255,.12);background:rgba(4,15,24,.85);color:var(--text);font:inherit;line-height:1.3;text-align:left;box-shadow:inset 0 1px 0 rgba(255,255,255,.03)}
.probe-picker-trigger-main{display:flex;min-width:0;align-items:center;gap:10px}
.probe-picker-trigger-value{display:block;min-width:0;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
.probe-picker-trigger-chevron{font-size:1.05rem;opacity:.8}
body.light .probe-picker-trigger{background:#fff;color:#10202f;border-color:rgba(16,32,47,.12);box-shadow:inset 0 1px 0 rgba(255,255,255,.7)}
.probe-picker-sheet-root.hidden{display:none!important}
.probe-picker-sheet-root{position:fixed;inset:0;z-index:72}
.probe-picker-sheet-backdrop{position:absolute;inset:0;background:rgba(3,10,16,.42);backdrop-filter:blur(3px);-webkit-backdrop-filter:blur(3px)}
.probe-picker-sheet{position:absolute;left:max(12px,env(safe-area-inset-left));right:max(12px,env(safe-area-inset-right));bottom:max(12px,calc(env(safe-area-inset-bottom) + 12px));max-height:min(78vh,720px);display:grid;grid-template-rows:auto auto 1fr;gap:0;padding:10px 12px 12px;border-radius:24px;border:1px solid rgba(255,255,255,.09);background:linear-gradient(180deg,rgba(11,22,31,.98),rgba(8,18,27,.99));box-shadow:0 24px 60px rgba(0,0,0,.36)}
.probe-picker-sheet-handle{width:44px;height:4px;border-radius:999px;background:rgba(255,255,255,.18);margin:2px auto 10px}
.probe-picker-sheet-head{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:0 4px 10px;border-bottom:1px solid rgba(255,255,255,.06)}
.probe-picker-sheet-title{font-size:1.02rem;font-weight:800;letter-spacing:-.02em;color:var(--text)}
.probe-picker-sheet-close{width:38px;height:38px;border-radius:12px;border:1px solid rgba(255,255,255,.1);background:rgba(255,255,255,.04);color:var(--text);font:inherit;font-size:1.4rem;line-height:1;display:inline-flex;align-items:center;justify-content:center}
.probe-picker-sheet-body{display:grid;gap:14px;overflow:auto;padding:12px 4px 0}
.probe-picker-group{display:grid;gap:8px}
.probe-picker-group-title{font-size:.72rem;font-weight:800;letter-spacing:.12em;text-transform:uppercase;color:#8fb2c7;padding:0 4px}
.probe-picker-group-list{display:grid;gap:6px}
.probe-picker-row{width:100%;display:flex;align-items:center;justify-content:space-between;gap:12px;padding:12px 13px;border-radius:16px;border:1px solid rgba(255,255,255,.08);background:rgba(255,255,255,.03);color:var(--text);text-align:left;font:inherit}
.probe-picker-row-main{display:flex;min-width:0;align-items:center;gap:10px}
.probe-picker-row-location{display:block;min-width:0;font-size:.98rem;font-weight:700;line-height:1.26}
.probe-picker-row-side{display:grid;justify-items:end;gap:2px;flex:0 0 auto}
.probe-picker-row-code{font-family:var(--mono);font-weight:800;letter-spacing:.08em;text-transform:uppercase;color:#dff2ff}
.probe-picker-row-health{font-size:.76rem;color:#8fb2c7}
.probe-picker-row-health--healthy{color:#67d68f}
.probe-picker-row-health--unavailable{color:var(--probe-unavailable-red)}
.probe-picker-row-health--checking{color:#f0b34a}
.probe-picker-row.is-selected{border-color:rgba(31,211,255,.38);background:rgba(31,211,255,.1);box-shadow:inset 0 0 0 1px rgba(31,211,255,.1)}
.probe-picker-row.is-selected .probe-picker-row-code::before{content:'✓ ';font-weight:900}
.probe-picker-row.is-disabled{opacity:.72;color:#aebcc8}
body.probe-picker-open{overflow:hidden}
body.light .probe-picker-sheet-backdrop{background:rgba(25,40,56,.14)}
body.light .probe-picker-sheet{background:#f8fbfe;border-color:rgba(16,32,47,.12);box-shadow:0 20px 46px rgba(17,28,39,.14)}
body.light .probe-picker-sheet-handle{background:rgba(16,32,47,.18)}
body.light .probe-picker-sheet-head{border-color:rgba(16,32,47,.08)}
body.light .probe-picker-sheet-close{background:#ffffff;border-color:rgba(16,32,47,.12);color:#10202f}
body.light .probe-picker-group-title{color:#007db8}
body.light .probe-picker-row{background:#ffffff;border-color:rgba(16,32,47,.1);color:#10202f}
body.light .probe-picker-row-code{color:#193a57}
body.light .probe-picker-row.is-selected{background:#eaf1ff;border-color:rgba(47,111,228,.34);box-shadow:inset 0 0 0 1px rgba(47,111,228,.08)}
@media (max-width:860px) and (hover:none) and (pointer:coarse){
  .probe-selector-control.mobile-picker-enabled .probe-selector-select,
  .probe-picker-control.mobile-picker-enabled select.input{position:absolute!important;opacity:0!important;pointer-events:none!important;width:1px!important;height:1px!important;overflow:hidden!important}
  .probe-selector-control.mobile-picker-enabled .probe-picker-trigger,
  .probe-picker-control.mobile-picker-enabled .probe-picker-trigger{display:flex}
}

.status-map-marker{--label-dx:16px;--label-dy:-16px;--leader-len:22px;--leader-angle:-35deg}
.status-map-marker-dot{position:relative;z-index:2}
.status-map-marker-leader{position:absolute;left:0;top:0;width:var(--leader-len);height:1.5px;border-radius:999px;background:rgba(208,236,255,.7);transform-origin:0 50%;transform:rotate(var(--leader-angle));opacity:.72;pointer-events:none}
.status-map-marker.is-unavailable .status-map-marker-leader{background:rgba(255,164,176,.72)}
.status-map-marker-label{position:absolute;left:0;top:0;transform:translate(var(--label-dx),var(--label-dy));font-size:.64rem;min-width:32px;text-align:center;padding:3px 7px}
body.light .status-map-marker-leader{background:rgba(16,32,47,.38)}
body.light .status-map-marker.is-unavailable .status-map-marker-leader{background:rgba(187,75,93,.42)}
@media (max-width:640px){
  .status-map-marker-label{display:block!important;font-size:.58rem;padding:3px 6px}
  .status-map-marker{--leader-len:20px}
}

/* v243 safari timeout and bootstrap hardening */
@keyframes whenip-map-pulse{
  0%{box-shadow:0 0 0 0 rgba(15,206,125,.30),0 6px 18px rgba(0,0,0,.22)}
  65%{box-shadow:0 0 0 8px rgba(15,206,125,0),0 6px 18px rgba(0,0,0,.22)}
  100%{box-shadow:0 0 0 0 rgba(15,206,125,0),0 6px 18px rgba(0,0,0,.22)}
}
@keyframes whenip-map-label-pulse{
  0%,100%{transform:translate(var(--label-dx),var(--label-dy)) scale(1)}
  50%{transform:translate(var(--label-dx),var(--label-dy)) scale(1.03)}
}
.status-map-marker.is-active .status-map-marker-dot{animation:whenip-map-pulse 1.9s ease-out infinite}
.status-map-marker.is-active .status-map-marker-label{border-color:rgba(31,211,255,.42);background:rgba(10,25,38,.96);box-shadow:0 0 0 1px rgba(31,211,255,.08),0 8px 20px rgba(0,0,0,.18);animation:whenip-map-label-pulse 1.9s ease-in-out infinite}
body.light .status-map-marker.is-active .status-map-marker-label{background:#eef6ff;border-color:rgba(0,125,184,.28);box-shadow:0 0 0 1px rgba(0,125,184,.06),0 8px 18px rgba(17,28,39,.10)}

.probe-picker-trigger{padding:12px 13px;border-radius:13px}
body.light .probe-picker-trigger{background:#f4f8fb;border-color:rgba(16,32,47,.11);box-shadow:none}
.probe-picker-sheet{left:max(12px,env(safe-area-inset-left));right:max(12px,env(safe-area-inset-right));bottom:max(10px,calc(env(safe-area-inset-bottom) + 10px));max-height:min(72vh,640px);padding:8px 10px 10px;border-radius:22px;background:linear-gradient(180deg,rgba(10,20,29,.98),rgba(8,17,25,.99));border:1px solid rgba(255,255,255,.08)}
.probe-picker-sheet-handle{margin:2px auto 8px}
.probe-picker-sheet-head{padding:0 2px 8px}
.probe-picker-sheet-title{font-size:.98rem}
.probe-picker-sheet-close{width:34px;height:34px;border-radius:11px}
.probe-picker-sheet-body{gap:12px;padding:10px 2px 0}
.probe-picker-group{gap:6px}
.probe-picker-group-title{font-size:.68rem;padding:0 2px}
.probe-picker-group-list{gap:5px}
.probe-picker-row{padding:10px 11px;border-radius:14px}
.probe-picker-row-location{font-size:.94rem;line-height:1.22}
.probe-picker-row-side{gap:1px}
.probe-picker-row-code{font-size:.88rem}
.probe-picker-row-health{font-size:.72rem}
body.light .probe-picker-sheet{background:#f2f7fb;border-color:rgba(16,32,47,.10);box-shadow:0 18px 40px rgba(17,28,39,.12)}
body.light .probe-picker-sheet-close{background:#f7fbfe;border-color:rgba(16,32,47,.10)}
body.light .probe-picker-row{background:#f7fbfe;border-color:rgba(16,32,47,.10)}
body.light .probe-picker-row.is-selected{background:#eaf3ff;border-color:rgba(47,111,228,.26);box-shadow:inset 0 0 0 1px rgba(47,111,228,.06)}

@media (min-width: 961px){
  body.desktop-menu-open .mobile-nav.menu-sheet{display:grid!important;position:fixed;top:84px;right:20px;left:auto;width:min(420px,calc(100vw - 40px));max-height:calc(100vh - 108px);overflow:auto;z-index:59;margin:0}
  body.desktop-menu-open .mobile-menu-backdrop{display:none!important}
  .site-links a,
  .academy-links a{display:inline-flex;align-items:center;justify-content:center;padding:9px 13px;border-radius:999px;border:1px solid rgba(255,255,255,.09);background:rgba(255,255,255,.028);color:var(--text);transition:background .18s ease,border-color .18s ease,transform .18s ease,box-shadow .18s ease}
  .site-links a:hover,
  .academy-links a:hover{transform:translateY(-1px);border-color:rgba(31,211,255,.28);background:rgba(31,211,255,.07);box-shadow:0 8px 18px rgba(0,0,0,.12)}
  body.light .site-links a,
  body.light .academy-links a{border-color:rgba(24,38,56,.14);background:#ffffff;color:#17212c}
  body.light .site-links a:hover,
  body.light .academy-links a:hover{border-color:rgba(0,125,184,.22);background:#f5f9fc;box-shadow:0 8px 16px rgba(17,28,39,.06)}
}


/* v263 probe auto-update rollout */
.probe-live-helper{gap:8px;margin-top:8px;font-size:.88rem;}
.probe-live-item{display:grid;gap:2px;}
.probe-live-line{display:block;line-height:1.34;color:var(--text);}
.probe-live-meta{display:block;font-size:.68rem;line-height:1.22;letter-spacing:.02em;color:var(--muted);font-family:var(--mono);opacity:.9;}
body.light .probe-live-meta{color:#667788;}
.status-freshness-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:8px 14px;padding-top:6px;}
.status-freshness-item{display:grid;gap:2px;padding:6px 0;border-bottom:1px solid rgba(255,255,255,.07);}
.status-freshness-label{font-size:.68rem;letter-spacing:.12em;text-transform:uppercase;font-weight:800;color:#8fb2c7;}
.status-freshness-value{font-size:.78rem;line-height:1.28;color:var(--muted);font-family:var(--mono);overflow-wrap:anywhere;}
body.light .status-freshness-item{border-bottom-color:rgba(16,32,47,.08);}
body.light .status-freshness-label{color:#007db8;}
body.light .status-freshness-value{color:#5d7083;}
.status-monitor-overview-card .status-chip-row,.status-probe-card .status-chip-row{padding-top:4px;padding-bottom:2px;}
.status-probe-freshness{display:none!important;}
@media (max-width:760px){.status-freshness-grid{grid-template-columns:1fr;gap:6px;}.probe-live-meta{font-size:.64rem;}.probe-live-helper{gap:7px;}}

/* v263 Fleet Status command-board redesign */
.status-fleet-overview-card{padding:16px;gap:14px;position:relative;overflow:hidden}
.status-fleet-overview-card::before{content:'';position:absolute;inset:0 0 auto 0;height:3px;background:linear-gradient(90deg,rgba(31,211,255,.9),rgba(15,206,125,.72),rgba(92,131,255,.82));opacity:.88}
.status-overview-summary-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:10px;margin-top:2px}
.status-overview-tile{position:relative;display:grid;gap:4px;padding:12px;border-radius:16px;border:1px solid rgba(255,255,255,.08);background:rgba(255,255,255,.028);min-width:0;overflow:hidden}
.status-overview-tile::after{content:'';position:absolute;left:0;top:0;bottom:0;width:3px;background:rgba(143,178,199,.36)}
.status-overview-tile.is-ok::after{background:#45d483}.status-overview-tile.is-info::after{background:#59a9ff}.status-overview-tile.is-warn::after{background:#f0b34a}.status-overview-tile.is-danger::after{background:#ff6476}
.status-overview-tile-label{font-size:.64rem;font-weight:900;letter-spacing:.14em;text-transform:uppercase;color:#8fb2c7;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
.status-overview-tile-value{font-size:1.05rem;font-weight:900;letter-spacing:-.03em;color:var(--text);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
.status-overview-tile-detail{font-size:.74rem;line-height:1.25;color:var(--muted);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
.status-overview-node-zone{display:grid;gap:10px;margin-top:2px}
.status-overview-zone-title{font-size:.68rem;font-weight:900;letter-spacing:.14em;text-transform:uppercase;color:#8fb2c7;margin-top:2px}
.status-controller-mini-grid,.status-node-mini-grid{display:grid;gap:10px}
.status-node-mini-grid{grid-template-columns:repeat(4,minmax(0,1fr))}
.status-controller-mini-grid{grid-template-columns:minmax(0,1fr)}
.status-node-mini-card{display:grid;gap:6px;min-width:0;padding:11px 12px;border-radius:16px;border:1px solid rgba(255,255,255,.08);background:rgba(255,255,255,.026);box-shadow:inset 0 1px 0 rgba(255,255,255,.03)}
.status-node-mini-card.is-ok{border-color:rgba(15,206,125,.16);background:linear-gradient(180deg,rgba(15,206,125,.06),rgba(255,255,255,.02))}
.status-node-mini-card.is-danger{border-color:rgba(255,100,118,.22);background:linear-gradient(180deg,rgba(255,100,118,.08),rgba(255,255,255,.02))}
.status-node-mini-top{display:flex;align-items:center;gap:7px;min-width:0}
.status-node-dot{width:9px;height:9px;border-radius:50%;flex:0 0 auto;background:#8fb2c7;box-shadow:0 0 0 4px rgba(143,178,199,.08)}
.status-node-dot.is-ok{background:#45d483;box-shadow:0 0 0 4px rgba(69,212,131,.1)}
.status-node-dot.is-danger{background:#ff6476;box-shadow:0 0 0 4px rgba(255,100,118,.1)}
.status-node-mini-code{font-size:.92rem;font-weight:900;letter-spacing:-.02em;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;color:var(--text)}
.status-node-mini-line{display:flex;align-items:center;justify-content:space-between;gap:6px;min-width:0}
.status-badge-mini{font-size:.64rem;padding:3px 7px;min-width:0;white-space:nowrap}
.status-node-mini-version{font-family:var(--mono);font-size:.72rem;color:#b9d4e7;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
.status-node-mini-update{display:flex;align-items:center;gap:6px;min-width:0;font-size:.74rem;color:var(--muted);line-height:1.2;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
.status-node-mini-update-dot{width:7px;height:7px;border-radius:50%;background:#8fb2c7;flex:0 0 auto}
.status-node-mini-update.is-ok{color:#65d996}.status-node-mini-update.is-ok .status-node-mini-update-dot{background:#45d483}
.status-node-mini-update.is-info{color:#7ebeff}.status-node-mini-update.is-info .status-node-mini-update-dot{background:#59a9ff}
.status-node-mini-update.is-warn{color:#f0c15a}.status-node-mini-update.is-warn .status-node-mini-update-dot{background:#f0b34a}
.status-node-mini-update.is-danger{color:#ff8492}.status-node-mini-update.is-danger .status-node-mini-update-dot{background:#ff6476}
.status-node-mini-uptime{font-size:.7rem;color:var(--muted);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
.status-probe-detail-grid{grid-template-columns:repeat(auto-fit,minmax(260px,1fr));gap:12px}
.status-probe-detail-card{padding:14px;border-radius:18px;gap:10px;align-content:start}
.status-probe-detail-card.is-ok{border-color:rgba(15,206,125,.14)}
.status-probe-detail-card.is-danger{border-color:rgba(255,100,118,.2)}
.status-probe-detail-head{display:flex;align-items:flex-start;justify-content:space-between;gap:10px;min-width:0}
.status-probe-detail-facts{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:7px}
.status-detail-fact{display:grid;gap:2px;min-width:0;padding:8px 9px;border-radius:13px;border:1px solid rgba(255,255,255,.06);background:rgba(255,255,255,.026)}
.status-detail-fact-label{font-size:.62rem;font-weight:900;letter-spacing:.13em;text-transform:uppercase;color:#8fb2c7}
.status-detail-fact-value{font-size:.82rem;font-weight:800;color:var(--text);min-width:0;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
.status-detail-fact-note{font-size:.66rem;line-height:1.15;color:var(--muted);font-family:var(--mono);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
.status-probe-detail-update{display:flex;align-items:center;gap:7px;font-size:.78rem;font-weight:800;color:var(--muted);padding:8px 9px;border-radius:13px;border:1px solid rgba(255,255,255,.06);background:rgba(255,255,255,.026)}
.status-probe-detail-update.is-ok{color:#65d996;border-color:rgba(15,206,125,.12);background:rgba(15,206,125,.045)}
.status-probe-detail-update.is-info{color:#7ebeff;border-color:rgba(89,169,255,.14);background:rgba(89,169,255,.055)}
.status-probe-detail-update.is-warn{color:#f0c15a;border-color:rgba(240,179,74,.16);background:rgba(240,179,74,.06)}
.status-probe-detail-update.is-danger{color:#ff8492;border-color:rgba(255,100,118,.18);background:rgba(255,100,118,.065)}
.status-probe-detail-ip-grid{display:grid;gap:8px}
.status-probe-detail-card .status-probe-row{grid-template-columns:44px minmax(0,1fr);padding:9px;border-radius:14px;border:1px solid rgba(255,255,255,.06);background:rgba(255,255,255,.022)}
.status-probe-detail-card .status-probe-row-separated{border-top:0}
.status-probe-detail-card .status-probe-value code{font-size:.82rem;line-height:1.35}
body.light .status-fleet-overview-card{background:#f8fbfe;border-color:rgba(24,38,56,.13)}
body.light .status-overview-tile,body.light .status-node-mini-card,body.light .status-detail-fact,body.light .status-probe-detail-update,body.light .status-probe-detail-card .status-probe-row{background:#fff;border-color:rgba(24,38,56,.1)}
body.light .status-overview-tile-label,body.light .status-overview-zone-title,body.light .status-detail-fact-label{color:#2376a2}
body.light .status-overview-tile-value,body.light .status-node-mini-code,body.light .status-detail-fact-value{color:#132232}
body.light .status-overview-tile-detail,body.light .status-node-mini-uptime,body.light .status-detail-fact-note{color:#5a6c7e}
body.light .status-node-mini-version{color:#496173}
body.light .status-node-mini-card.is-ok{background:linear-gradient(180deg,#f7fffb,#fff);border-color:rgba(35,160,104,.2)}
body.light .status-node-mini-card.is-danger{background:linear-gradient(180deg,#fff7f8,#fff);border-color:rgba(187,75,93,.22)}
body.light .status-probe-detail-card.is-ok{border-color:rgba(35,160,104,.18)}
body.light .status-probe-detail-update.is-ok{background:#f2fbf6;border-color:rgba(35,160,104,.18);color:#238557}
body.light .status-probe-detail-update.is-info{background:#f0f7ff;border-color:rgba(47,111,228,.18);color:#2f6fe4}
body.light .status-probe-detail-update.is-warn{background:#fff9ea;border-color:rgba(188,129,20,.22);color:#9a6a11}
body.light .status-probe-detail-update.is-danger{background:#fff3f5;border-color:rgba(187,75,93,.22);color:#a83d50}
@media (max-width:1100px){.status-overview-summary-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.status-node-mini-grid{grid-template-columns:repeat(3,minmax(0,1fr))}}
@media (max-width:720px){.status-fleet-overview-card{padding:14px}.status-node-mini-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:9px}.status-overview-summary-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:9px}.status-probe-detail-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:10px}.status-probe-detail-card{padding:12px}.status-probe-detail-facts{grid-template-columns:1fr}.status-probe-detail-head{display:grid;gap:8px}.status-probe-detail-card .status-host-link code{font-size:.78rem}.status-detail-fact-value{font-size:.78rem}.status-probe-detail-card .status-probe-row{grid-template-columns:1fr;gap:5px}.status-probe-detail-card .status-probe-key{font-size:.6rem}.status-probe-detail-card .copy-value-line{align-items:center}.status-probe-detail-card .status-probe-value code{font-size:.76rem}.status-overview-tile{padding:10px}.status-overview-tile-value{font-size:.96rem}.status-overview-tile-detail{font-size:.68rem}}
@media (max-width:370px){.status-node-mini-grid,.status-overview-summary-grid,.status-probe-detail-grid{grid-template-columns:1fr}}
@media (min-width:1280px){.status-node-mini-grid{grid-template-columns:repeat(4,minmax(0,1fr))}.status-probe-detail-grid{grid-template-columns:repeat(3,minmax(0,1fr))}}
@media (min-width:1600px){.status-probe-detail-grid{grid-template-columns:repeat(4,minmax(0,1fr))}}
/* v263 readability guard for detailed IP identities */
.status-probe-detail-card .status-probe-value code{font-size:.92rem;line-height:1.42}
@media (max-width:720px){.status-probe-detail-card .status-probe-value code{font-size:.86rem;line-height:1.38}}

/* v263 Fleet Status live/update readability pass */
.status-node-mini-grid,
.status-probe-detail-grid{align-items:start;}
.status-node-mini-card{grid-template-rows:auto auto auto auto auto;gap:5px;}
.status-node-dot{position:relative;}
.status-node-dot.is-ok::after{content:'';position:absolute;inset:-6px;border-radius:50%;border:1px solid rgba(69,212,131,.34);animation:statusRadarPulse 2.6s ease-out infinite;pointer-events:none;}
.status-node-mini-card.is-fresh .status-node-dot.is-ok::after,
.status-overview-tile.is-fresh::before{animation:statusRadarBurst .9s ease-out 1;}
.status-overview-tile.is-fresh{box-shadow:0 0 0 1px rgba(31,211,255,.18),0 12px 28px rgba(0,0,0,.12);}
@keyframes statusRadarPulse{0%{transform:scale(.58);opacity:.65}70%{transform:scale(1.9);opacity:0}100%{transform:scale(1.9);opacity:0}}
@keyframes statusRadarBurst{0%{transform:scale(.55);opacity:.72}100%{transform:scale(2.4);opacity:0}}
.status-node-mini-healthline{justify-content:space-between;}
.status-node-mini-ping{font-family:var(--mono);font-size:.68rem;color:#9fb8cb;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;min-width:0;}
.status-node-mini-versionline{display:flex;align-items:center;justify-content:space-between;gap:6px;min-width:0;font-size:.68rem;color:var(--muted);}
.status-node-mini-versionline span{font-weight:800;text-transform:uppercase;letter-spacing:.09em;font-size:.58rem;color:#8fb2c7;}
.status-node-mini-versionline strong{font-family:var(--mono);font-size:.72rem;color:#b9d4e7;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;}
.status-node-mini-update{font-size:.7rem;}
.status-node-mini-uptime{font-size:.66rem;}
.status-probe-detail-card{padding:11px;gap:8px;}
.status-probe-detail-head{gap:7px;}
.status-probe-detail-facts{gap:5px;}
.status-detail-fact{padding:6px 7px;border-radius:11px;gap:1px;}
.status-detail-fact-label{font-size:.56rem;letter-spacing:.11em;}
.status-detail-fact-value{font-size:.74rem;}
.status-detail-fact-note{font-size:.6rem;}
.status-probe-detail-update{padding:6px 7px;border-radius:11px;font-size:.7rem;}
.status-probe-detail-ip-grid{gap:6px;}
.status-probe-detail-card .status-probe-row{padding:6px 7px;border-radius:11px;grid-template-columns:34px minmax(0,1fr);gap:6px;}
.status-probe-detail-card .status-probe-key{font-size:.58rem;letter-spacing:.1em;}
.status-probe-detail-card .copy-value-line{gap:5px;padding:1px 0;align-items:center;}
.status-probe-detail-card .status-probe-value code,
.status-probe-detail-card .copy-value-line code{font-size:.68rem!important;line-height:1.22!important;}
.status-probe-detail-card .copy-value-line.is-ipv4 code{white-space:nowrap;overflow-wrap:normal;word-break:normal;}
.status-probe-detail-card .copy-value-line.is-ipv6 code{font-size:.62rem!important;}
.status-probe-meta-line{overflow-wrap:anywhere;}
body.light .status-node-mini-ping{color:#526b80;}
body.light .status-node-mini-versionline{color:#5a6c7e;}
body.light .status-node-mini-versionline span{color:#2376a2;}
body.light .status-node-mini-versionline strong{color:#496173;}
body.light .status-node-dot.is-ok::after{border-color:rgba(35,160,104,.3);}
body.light .status-overview-tile.is-fresh{box-shadow:0 0 0 1px rgba(47,111,228,.14),0 10px 22px rgba(17,28,39,.08);}
@media (max-width:720px){
  .status-probe-detail-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:8px;}
  .status-probe-detail-card{padding:9px;gap:7px;border-radius:15px;}
  .status-probe-detail-facts{grid-template-columns:repeat(2,minmax(0,1fr));gap:4px;}
  .status-detail-fact{padding:5px 6px;border-radius:10px;}
  .status-detail-fact-label{font-size:.48rem;letter-spacing:.08em;}
  .status-detail-fact-value{font-size:.64rem;}
  .status-detail-fact-note{font-size:.52rem;}
  .status-probe-detail-head{display:grid;gap:5px;}
  .status-probe-detail-card .status-host-link code{font-size:.68rem;}
  .status-probe-detail-card .status-probe-row{grid-template-columns:28px minmax(0,1fr);padding:5px 6px;gap:5px;}
  .status-probe-detail-card .status-probe-key{font-size:.5rem;}
  .status-probe-detail-card .status-probe-value code,
  .status-probe-detail-card .copy-value-line code{font-size:.58rem!important;line-height:1.18!important;}
  .status-probe-detail-card .copy-value-line.is-ipv6 code{font-size:.52rem!important;}
  .status-probe-detail-update{padding:5px 6px;font-size:.62rem;}
  .copy-inline-btn{min-width:22px;min-height:22px;}
  .status-node-mini-card{padding:9px 10px;gap:4px;border-radius:14px;}
  .status-node-mini-code{font-size:.84rem;}
  .status-node-mini-ping{font-size:.62rem;}
  .status-node-mini-versionline strong{font-size:.66rem;}
  .status-node-mini-versionline span{font-size:.52rem;}
}
@media (max-width:390px){
  .status-probe-detail-card .status-probe-value code,
  .status-probe-detail-card .copy-value-line code{font-size:.53rem!important;}
  .status-probe-detail-card .copy-value-line.is-ipv6 code{font-size:.48rem!important;}
}
.status-overview-tile.is-fresh::before{content:'';position:absolute;right:10px;top:10px;width:8px;height:8px;border-radius:50%;border:1px solid rgba(31,211,255,.42);animation:statusRadarBurst .9s ease-out 1;pointer-events:none;}


/* v265 Fleet Status readability + live-radar polish */
.status-overview-tile{position:relative;padding-right:34px;}
.status-live-radar{position:absolute;right:12px;top:12px;width:18px;height:18px;border-radius:999px;border:1px solid rgba(31,211,255,.48);background:rgba(31,211,255,.08);box-shadow:0 0 0 1px rgba(31,211,255,.08),0 0 14px rgba(31,211,255,.12);pointer-events:none;}
.status-live-radar::before{content:'';position:absolute;left:50%;top:50%;width:6px;height:6px;border-radius:999px;background:#45d483;transform:translate(-50%,-50%);box-shadow:0 0 9px rgba(69,212,131,.8);}
.status-live-radar::after{content:'';position:absolute;inset:2px;border-radius:999px;border:1px solid rgba(69,212,131,.38);animation:statusRadarPulse 2.3s ease-out infinite;}
.status-overview-tile.is-info .status-live-radar::before{background:#59a9ff;box-shadow:0 0 9px rgba(89,169,255,.8);}
.status-overview-tile.is-info .status-live-radar::after{border-color:rgba(89,169,255,.4);}
.status-overview-tile.is-warn .status-live-radar::before{background:#f0b34a;box-shadow:0 0 9px rgba(240,179,74,.74);}
.status-overview-tile.is-warn .status-live-radar::after{border-color:rgba(240,179,74,.42);}
.status-overview-tile.is-danger .status-live-radar::before{background:#ff6476;box-shadow:0 0 9px rgba(255,100,118,.72);}
.status-overview-tile.is-danger .status-live-radar::after{border-color:rgba(255,100,118,.42);}
.status-overview-tile.is-fresh .status-live-radar{animation:statusRadarTilePop .9s ease-out 1;}
.status-overview-tile.is-fresh .status-live-radar::after{animation:statusRadarBurst .9s ease-out 1;}
@keyframes statusRadarTilePop{0%{transform:scale(.88);filter:brightness(1.08)}55%{transform:scale(1.2);filter:brightness(1.25)}100%{transform:scale(1);filter:brightness(1)}}
.status-overview-tile.is-fresh::before{content:none!important;}
.status-node-dot{width:11px;height:11px;box-shadow:0 0 0 1px rgba(0,0,0,.16),0 0 0 5px rgba(143,178,199,.1);}
.status-node-dot.is-ok{box-shadow:0 0 0 1px rgba(0,0,0,.16),0 0 0 5px rgba(69,212,131,.14),0 0 16px rgba(69,212,131,.18);}
.status-node-dot.is-danger{box-shadow:0 0 0 1px rgba(0,0,0,.16),0 0 0 5px rgba(255,100,118,.14);}
.status-node-dot.is-ok::after{inset:-8px;border-width:1.5px;border-color:rgba(69,212,131,.5);}
.status-overview-tile-label,.status-overview-zone-title,.status-detail-fact-label,.status-probe-key{color:#a9c6d9;}
.status-overview-tile-value,.status-node-mini-code,.status-detail-fact-value{color:#effaff;}
.status-overview-tile-detail,.status-node-mini-uptime,.status-detail-fact-note,.status-probe-meta-line{color:#b9cad9;}
.status-node-mini-ping,.status-node-mini-versionline,.status-node-mini-versionline span{color:#a9c6d9;}
.status-node-mini-versionline strong,.status-node-mini-version{color:#d1e8f7;}
.status-badge-mini{font-weight:900;}
.status-probe-detail-card{border-color:rgba(176,213,236,.11);}
.status-detail-fact,.status-probe-detail-update,.status-probe-detail-card .status-probe-row{border-color:rgba(176,213,236,.11);background:rgba(255,255,255,.036);}
.status-map-detail-card-linked.status-probe-detail-card{gap:8px;}
.status-map-detail-facts{grid-template-columns:repeat(2,minmax(0,1fr));}
.status-map-detail-card-linked .status-probe-detail-ip-grid{gap:6px;}
.status-map-detail-card-linked .status-map-detail-actions{padding-top:0;}
.status-map-detail-card-linked .status-map-detail-city{font-size:1.18rem;line-height:1.08;}
.status-map-detail-card-linked .status-host-link code{font-size:.78rem;}
.status-map-detail-card-linked .status-probe-row{padding:6px 7px;border-radius:11px;grid-template-columns:34px minmax(0,1fr);gap:6px;}
.status-map-detail-card-linked .copy-value-line code{font-size:.68rem!important;line-height:1.22!important;}
.status-map-detail-card-linked .copy-value-line.is-ipv6 code{font-size:.62rem!important;}
body.light .status-live-radar{border-color:rgba(47,111,228,.38);background:#eef6ff;box-shadow:0 0 0 1px rgba(47,111,228,.08),0 5px 14px rgba(17,42,75,.08);}
body.light .status-live-radar::before{background:#238557;box-shadow:0 0 8px rgba(35,133,87,.42);}
body.light .status-live-radar::after{border-color:rgba(35,133,87,.35);}
body.light .status-overview-tile.is-info .status-live-radar::before{background:#2f6fe4;box-shadow:0 0 8px rgba(47,111,228,.42);}
body.light .status-overview-tile.is-info .status-live-radar::after{border-color:rgba(47,111,228,.35);}
body.light .status-overview-tile.is-warn .status-live-radar::before{background:#a66d00;box-shadow:0 0 8px rgba(166,109,0,.34);}
body.light .status-overview-tile.is-warn .status-live-radar::after{border-color:rgba(166,109,0,.34);}
body.light .status-node-dot{box-shadow:0 0 0 1px rgba(17,29,43,.18),0 0 0 5px rgba(143,178,199,.12);}
body.light .status-node-dot.is-ok{box-shadow:0 0 0 1px rgba(17,29,43,.18),0 0 0 5px rgba(35,160,104,.16);}
body.light .status-node-dot.is-ok::after{border-color:rgba(35,160,104,.42);}
body.light .status-overview-tile-label,body.light .status-overview-zone-title,body.light .status-detail-fact-label,body.light .status-probe-key{color:#105f86;}
body.light .status-overview-tile-detail,body.light .status-node-mini-uptime,body.light .status-detail-fact-note,body.light .status-probe-meta-line{color:#42586d;}
body.light .status-node-mini-ping,body.light .status-node-mini-versionline,body.light .status-node-mini-versionline span{color:#42586d;}
body.light .status-node-mini-versionline strong,body.light .status-node-mini-version{color:#263f54;}
body.light .status-overview-tile,body.light .status-node-mini-card,body.light .status-detail-fact,body.light .status-probe-detail-update,body.light .status-probe-detail-card .status-probe-row{border-color:rgba(24,38,56,.16);}
body.light .status-map-detail-card-linked.status-probe-detail-card{background:transparent;border-color:transparent;}
@media (max-width:720px){.status-overview-tile{padding-right:30px}.status-live-radar{right:9px;top:9px;width:16px;height:16px}.status-node-dot{width:10px;height:10px}.status-map-detail-facts{grid-template-columns:repeat(2,minmax(0,1fr));}.status-map-detail-card-linked .status-map-detail-city{font-size:1rem}.status-map-detail-card-linked .status-probe-row{grid-template-columns:28px minmax(0,1fr);padding:5px 6px;}.status-map-detail-card-linked .copy-value-line code{font-size:.58rem!important}.status-map-detail-card-linked .copy-value-line.is-ipv6 code{font-size:.52rem!important}}
@media (min-width:1500px){.status-probe-detail-ip-grid{grid-template-columns:repeat(2,minmax(0,1fr));}.status-probe-detail-card .status-probe-row{grid-template-columns:34px minmax(0,1fr);}}

/* v265 Fleet Status readability + live-radar polish */
.status-overview-tile{position:relative;padding-right:34px;}
.status-live-radar{position:absolute;right:12px;top:12px;width:18px;height:18px;border-radius:999px;border:1px solid rgba(31,211,255,.48);background:rgba(31,211,255,.08);box-shadow:0 0 0 1px rgba(31,211,255,.08),0 0 14px rgba(31,211,255,.12);pointer-events:none;}
.status-live-radar::before{content:'';position:absolute;left:50%;top:50%;width:6px;height:6px;border-radius:999px;background:#45d483;transform:translate(-50%,-50%);box-shadow:0 0 9px rgba(69,212,131,.8);}
.status-live-radar::after{content:'';position:absolute;inset:2px;border-radius:999px;border:1px solid rgba(69,212,131,.38);animation:statusRadarPulse 2.3s ease-out infinite;}
.status-overview-tile.is-info .status-live-radar::before{background:#59a9ff;box-shadow:0 0 9px rgba(89,169,255,.8);}
.status-overview-tile.is-info .status-live-radar::after{border-color:rgba(89,169,255,.4);}
.status-overview-tile.is-warn .status-live-radar::before{background:#f0b34a;box-shadow:0 0 9px rgba(240,179,74,.74);}
.status-overview-tile.is-warn .status-live-radar::after{border-color:rgba(240,179,74,.42);}
.status-overview-tile.is-danger .status-live-radar::before{background:#ff6476;box-shadow:0 0 9px rgba(255,100,118,.72);}
.status-overview-tile.is-danger .status-live-radar::after{border-color:rgba(255,100,118,.42);}
.status-overview-tile.is-fresh .status-live-radar{animation:statusRadarTilePop .9s ease-out 1;}
.status-overview-tile.is-fresh .status-live-radar::after{animation:statusRadarBurst .9s ease-out 1;}
@keyframes statusRadarTilePop{0%{transform:scale(.88);filter:brightness(1.08)}55%{transform:scale(1.2);filter:brightness(1.25)}100%{transform:scale(1);filter:brightness(1)}}
.status-overview-tile.is-fresh::before{content:none!important;}
.status-node-dot{width:11px;height:11px;box-shadow:0 0 0 1px rgba(0,0,0,.16),0 0 0 5px rgba(143,178,199,.1);}
.status-node-dot.is-ok{box-shadow:0 0 0 1px rgba(0,0,0,.16),0 0 0 5px rgba(69,212,131,.14),0 0 16px rgba(69,212,131,.18);}
.status-node-dot.is-danger{box-shadow:0 0 0 1px rgba(0,0,0,.16),0 0 0 5px rgba(255,100,118,.14);}
.status-node-dot.is-ok::after{inset:-8px;border-width:1.5px;border-color:rgba(69,212,131,.5);}
.status-overview-tile-label,.status-overview-zone-title,.status-detail-fact-label,.status-probe-key{color:#a9c6d9;}
.status-overview-tile-value,.status-node-mini-code,.status-detail-fact-value{color:#effaff;}
.status-overview-tile-detail,.status-node-mini-uptime,.status-detail-fact-note,.status-probe-meta-line{color:#b9cad9;}
.status-node-mini-ping,.status-node-mini-versionline,.status-node-mini-versionline span{color:#a9c6d9;}
.status-node-mini-versionline strong,.status-node-mini-version{color:#d1e8f7;}
.status-badge-mini{font-weight:900;}
.status-probe-detail-card{border-color:rgba(176,213,236,.11);}
.status-detail-fact,.status-probe-detail-update,.status-probe-detail-card .status-probe-row{border-color:rgba(176,213,236,.11);background:rgba(255,255,255,.036);}
.status-map-detail-card-linked.status-probe-detail-card{gap:8px;}
.status-map-detail-facts{grid-template-columns:repeat(2,minmax(0,1fr));}
.status-map-detail-card-linked .status-probe-detail-ip-grid{gap:6px;}
.status-map-detail-card-linked .status-map-detail-actions{padding-top:0;}
.status-map-detail-card-linked .status-map-detail-city{font-size:1.18rem;line-height:1.08;}
.status-map-detail-card-linked .status-host-link code{font-size:.78rem;}
.status-map-detail-card-linked .status-probe-row{padding:6px 7px;border-radius:11px;grid-template-columns:34px minmax(0,1fr);gap:6px;}
.status-map-detail-card-linked .copy-value-line code{font-size:.68rem!important;line-height:1.22!important;}
.status-map-detail-card-linked .copy-value-line.is-ipv6 code{font-size:.62rem!important;}
body.light .status-live-radar{border-color:rgba(47,111,228,.38);background:#eef6ff;box-shadow:0 0 0 1px rgba(47,111,228,.08),0 5px 14px rgba(17,42,75,.08);}
body.light .status-live-radar::before{background:#238557;box-shadow:0 0 8px rgba(35,133,87,.42);}
body.light .status-live-radar::after{border-color:rgba(35,133,87,.35);}
body.light .status-overview-tile.is-info .status-live-radar::before{background:#2f6fe4;box-shadow:0 0 8px rgba(47,111,228,.42);}
body.light .status-overview-tile.is-info .status-live-radar::after{border-color:rgba(47,111,228,.35);}
body.light .status-overview-tile.is-warn .status-live-radar::before{background:#a66d00;box-shadow:0 0 8px rgba(166,109,0,.34);}
body.light .status-overview-tile.is-warn .status-live-radar::after{border-color:rgba(166,109,0,.34);}
body.light .status-node-dot{box-shadow:0 0 0 1px rgba(17,29,43,.18),0 0 0 5px rgba(143,178,199,.12);}
body.light .status-node-dot.is-ok{box-shadow:0 0 0 1px rgba(17,29,43,.18),0 0 0 5px rgba(35,160,104,.16);}
body.light .status-node-dot.is-ok::after{border-color:rgba(35,160,104,.42);}
body.light .status-overview-tile-label,body.light .status-overview-zone-title,body.light .status-detail-fact-label,body.light .status-probe-key{color:#105f86;}
body.light .status-overview-tile-detail,body.light .status-node-mini-uptime,body.light .status-detail-fact-note,body.light .status-probe-meta-line{color:#42586d;}
body.light .status-node-mini-ping,body.light .status-node-mini-versionline,body.light .status-node-mini-versionline span{color:#42586d;}
body.light .status-node-mini-versionline strong,body.light .status-node-mini-version{color:#263f54;}
body.light .status-overview-tile,body.light .status-node-mini-card,body.light .status-detail-fact,body.light .status-probe-detail-update,body.light .status-probe-detail-card .status-probe-row{border-color:rgba(24,38,56,.16);}
body.light .status-map-detail-card-linked.status-probe-detail-card{background:transparent;border-color:transparent;}
@media (max-width:720px){.status-overview-tile{padding-right:30px}.status-live-radar{right:9px;top:9px;width:16px;height:16px}.status-node-dot{width:10px;height:10px}.status-map-detail-facts{grid-template-columns:repeat(2,minmax(0,1fr));}.status-map-detail-card-linked .status-map-detail-city{font-size:1rem}.status-map-detail-card-linked .status-probe-row{grid-template-columns:28px minmax(0,1fr);padding:5px 6px;}.status-map-detail-card-linked .copy-value-line code{font-size:.58rem!important}.status-map-detail-card-linked .copy-value-line.is-ipv6 code{font-size:.52rem!important}}
@media (min-width:1500px){.status-probe-detail-ip-grid{grid-template-columns:repeat(2,minmax(0,1fr));}.status-probe-detail-card .status-probe-row{grid-template-columns:34px minmax(0,1fr);}}

/* v265 Fleet Status responsive-card cleanup + live uptime polish */
.status-overview-tile-detail{white-space:normal;overflow:visible;text-overflow:clip;display:flex;flex-wrap:wrap;gap:2px 5px;align-items:center;min-width:0;}
.status-node-mini-card[data-jump-probe]{cursor:pointer;transition:transform .16s ease,border-color .16s ease,box-shadow .16s ease,background .16s ease;}
.status-node-mini-card[data-jump-probe]:hover{transform:translateY(-1px);border-color:rgba(31,211,255,.26);box-shadow:0 8px 18px rgba(0,0,0,.12);}
.status-node-mini-card[data-jump-probe]:focus-visible{outline:3px solid rgba(31,211,255,.32);outline-offset:3px;}
.status-probe-detail-facts--quick{grid-template-columns:repeat(2,minmax(0,1fr));}
.status-probe-detail-facts--wide{grid-template-columns:1fr;}
.status-detail-fact.is-wide{grid-column:1 / -1;}
.status-probe-detail-update{min-width:0;white-space:normal;overflow-wrap:anywhere;}
.status-probe-detail-card.is-scroll-target{animation:statusProbeTargetPulse 1.8s ease-out 1;}
@keyframes statusProbeTargetPulse{0%{box-shadow:0 0 0 0 rgba(31,211,255,.34)}45%{box-shadow:0 0 0 8px rgba(31,211,255,.12)}100%{box-shadow:0 0 0 0 rgba(31,211,255,0)}}
.status-cadence-key-card{gap:10px;}
.status-key-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:8px;}
.status-key-item{display:grid;gap:2px;padding:8px 9px;border-radius:13px;border:1px solid rgba(255,255,255,.07);background:rgba(255,255,255,.026);min-width:0;}
.status-key-label{font-size:.58rem;font-weight:900;letter-spacing:.12em;text-transform:uppercase;color:#8fb2c7;}
.status-key-value{font-size:.74rem;line-height:1.25;color:#c4d5e0;overflow-wrap:anywhere;}
.status-map-detail-facts{grid-template-columns:repeat(2,minmax(0,1fr));}
.status-map-detail-facts .status-detail-fact.is-wide{grid-column:1 / -1;}
body.light .status-node-mini-card[data-jump-probe]:hover{border-color:rgba(0,125,184,.24);box-shadow:0 8px 16px rgba(17,28,39,.08);}
body.light .status-key-item{background:#fff;border-color:rgba(24,38,56,.12);}
body.light .status-key-label{color:#2376a2;}
body.light .status-key-value{color:#42586d;}
@media (max-width:720px){
  .status-probe-detail-facts--quick{grid-template-columns:repeat(2,minmax(0,1fr))!important;}
  .status-probe-detail-facts--wide{grid-template-columns:1fr!important;}
  .status-detail-fact.is-wide{grid-column:1 / -1;}
  .status-overview-tile-detail{font-size:.66rem;line-height:1.22;}
  .status-node-mini-update{white-space:normal;overflow:visible;text-overflow:clip;line-height:1.18;}
  .status-key-grid{grid-template-columns:1fr;gap:7px;}
  .status-key-item{padding:7px 8px;}
  .status-key-value{font-size:.68rem;}
}
@media (max-width:370px){
  .status-probe-detail-facts--quick{grid-template-columns:1fr!important;}
}

/* v269 Fleet Status detail-card polish */
.status-node-mini-card[data-controller-card="mini"]{cursor:pointer;transition:transform .16s ease,border-color .16s ease,box-shadow .16s ease,background .16s ease;}
.status-node-mini-card[data-controller-card="mini"]:hover{transform:translateY(-1px);border-color:rgba(31,211,255,.26);box-shadow:0 8px 18px rgba(0,0,0,.12);}
.status-probe-detail-head{align-items:start;gap:10px;}
.status-probe-title-wrap{min-width:0;display:grid;gap:4px;}
.status-probe-detail-card .status-hostline{min-width:0;}
.status-probe-detail-card .status-host-link{display:inline-flex;min-width:0;max-width:100%;border-bottom:0;}
.status-probe-detail-card .status-host-link code{font-size:.96rem!important;line-height:1.18;font-weight:900;white-space:normal;overflow-wrap:anywhere;word-break:break-word;}
.status-probe-detail-badges{display:flex;align-items:center;justify-content:flex-end;gap:6px;flex-wrap:wrap;min-width:0;}
.status-probe-detail-badges .status-badge,.status-probe-detail-badges .status-probe-detail-update{min-height:25px;padding:4px 8px;border-radius:999px;font-size:.66rem;font-weight:900;line-height:1;white-space:nowrap;}
.status-probe-detail-update{display:inline-flex;align-items:center;justify-content:center;gap:5px;}
.status-detail-fact-value,.status-detail-fact-note{white-space:normal!important;overflow:visible!important;text-overflow:clip!important;overflow-wrap:anywhere;}
.status-detail-fact.has-note{align-content:start;}
.status-detail-fact.is-wide{grid-column:1 / -1;}
.status-probe-detail-ip-grid{display:grid;grid-template-columns:1fr;gap:7px;}
.status-probe-detail-card .status-ip-copy-box{grid-template-columns:1fr!important;gap:5px;cursor:pointer;transition:border-color .16s ease,background .16s ease,box-shadow .16s ease,transform .16s ease;}
.status-probe-detail-card .status-ip-copy-box:hover{border-color:rgba(31,211,255,.24);background:rgba(31,211,255,.045);}
.status-probe-detail-card .status-ip-copy-box:focus-visible{outline:3px solid rgba(31,211,255,.32);outline-offset:3px;}
.status-probe-detail-card .status-probe-key{font-size:.6rem!important;line-height:1.1;color:#a9c6d9;}
.status-probe-detail-card .copy-value-line{display:block;padding:0;}
.status-probe-detail-card .copy-value-line code,.status-map-detail-card-linked .copy-value-line code{font-size:.84rem!important;line-height:1.32!important;font-weight:900!important;white-space:normal!important;overflow-wrap:anywhere!important;word-break:break-word!important;}
.status-probe-detail-card .copy-value-line.is-ipv4 code{white-space:normal!important;overflow-wrap:anywhere!important;word-break:break-word!important;}
.status-probe-detail-card .copy-value-line.is-ipv6 code{font-size:.78rem!important;}
.status-map-detail-card-linked.status-probe-detail-card{background:transparent;border-color:transparent;padding:0;}
.status-map-detail-card-linked .status-map-detail-actions{padding-top:2px;}
.status-map-marker.is-active::before{content:'';position:absolute;left:0;top:0;width:30px;height:30px;border-radius:999px;border:2px solid rgba(31,211,255,.58);transform:translate(-50%,-50%);box-shadow:0 0 0 6px rgba(31,211,255,.12),0 0 24px rgba(31,211,255,.28);pointer-events:none;animation:whenip-map-pulse 1.9s ease-out infinite;}
.status-map-marker.is-active .status-map-marker-dot{width:15px;height:15px;border-color:rgba(255,255,255,.95);box-shadow:0 0 0 9px rgba(31,211,255,.16),0 8px 22px rgba(0,0,0,.3);}
.status-map-marker.is-active .status-map-marker-label{font-weight:900;border-color:rgba(31,211,255,.62);}
body.light .status-node-mini-card[data-controller-card="mini"]:hover{border-color:rgba(0,125,184,.24);box-shadow:0 8px 16px rgba(17,28,39,.08);}
body.light .status-probe-detail-card .status-probe-key{color:#105f86;}
body.light .status-probe-detail-card .status-ip-copy-box:hover{border-color:rgba(0,125,184,.26);background:#eef7ff;}
body.light .status-map-marker.is-active::before{border-color:rgba(47,111,228,.52);box-shadow:0 0 0 6px rgba(47,111,228,.11),0 0 22px rgba(47,111,228,.18);}
body.light .status-map-marker.is-active .status-map-marker-dot{border-color:#fff;box-shadow:0 0 0 9px rgba(47,111,228,.14),0 8px 18px rgba(17,28,39,.12);}
@media (max-width:720px){
  .status-probe-detail-head{display:grid;grid-template-columns:minmax(0,1fr);gap:8px;}
  .status-probe-detail-badges{justify-content:flex-start;}
  .status-probe-detail-facts--quick{grid-template-columns:repeat(2,minmax(0,1fr))!important;}
  .status-probe-detail-facts--quick .status-detail-fact.is-wide{grid-column:1 / -1;}
  .status-probe-detail-card .status-host-link code{font-size:.9rem!important;}
  .status-probe-detail-card .copy-value-line code,.status-map-detail-card-linked .copy-value-line code{font-size:.8rem!important;}
  .status-probe-detail-card .copy-value-line.is-ipv6 code{font-size:.74rem!important;}
}
@media (max-width:370px){.status-probe-detail-facts--quick{grid-template-columns:1fr!important;}}


/* v272 allowlist copy treatment, status map jump behavior, and Data Read polish */
.allowlist-card .status-probe-head{align-items:center;margin-bottom:10px;}
.allowlist-card .allowlist-copy-lines{display:grid;gap:9px;}
.allowlist-card .status-ip-copy-box{position:relative;cursor:pointer;transition:border-color .16s ease,background .16s ease,box-shadow .16s ease,transform .16s ease;}
.allowlist-card .status-ip-copy-box:hover{border-color:rgba(31,211,255,.26);background:rgba(31,211,255,.045);box-shadow:0 8px 18px rgba(0,0,0,.10);}
.allowlist-card .status-ip-copy-box:focus-visible{outline:3px solid rgba(31,211,255,.32);outline-offset:3px;}
.allowlist-card .status-ip-copy-box::after{content:"⧉";position:absolute;right:12px;top:10px;font-size:.72rem;font-weight:900;color:var(--muted);opacity:.72;}
.allowlist-card .status-ip-copy-box:hover::after,.allowlist-card .status-ip-copy-box.is-copied::after{color:var(--accent);opacity:1;}
.allowlist-card .status-probe-value{padding-right:22px;}
.allowlist-copy-all{border:0;cursor:pointer;font:inherit;}
.status-map-layout-no-detail{grid-template-columns:1fr!important;}
.status-map-layout-no-detail .status-map-frame{min-height:clamp(220px,38vw,430px);}
body.light .allowlist-card .status-ip-copy-box:hover{border-color:rgba(0,125,184,.28);background:#eef7ff;box-shadow:0 8px 16px rgba(17,28,39,.08);}
@media (max-width:720px){.allowlist-card .status-probe-head{margin-bottom:8px}.allowlist-card .allowlist-copy-lines{gap:8px}.allowlist-card .status-ip-copy-box::after{right:10px;top:9px}.allowlist-card .status-probe-value{padding-right:20px}.status-map-layout-no-detail .status-map-frame{min-height:260px}}

/* v272: normalize detailed Fleet Probe facts so short telemetry stays compact and two-up. */
.status-probe-detail-facts--wide{grid-template-columns:repeat(2,minmax(0,1fr));}
.status-probe-detail-facts--wide .status-detail-fact.is-wide{grid-column:1 / -1;}
.status-detail-fact-note{white-space:nowrap;}
@media (max-width:720px){
  .status-probe-detail-facts--quick,
  .status-probe-detail-facts--wide{grid-template-columns:repeat(2,minmax(0,1fr))!important;}
  .status-probe-detail-facts--wide .status-detail-fact.is-wide{grid-column:1 / -1;}
}
@media (max-width:370px){
  .status-probe-detail-facts--quick,
  .status-probe-detail-facts--wide{grid-template-columns:1fr!important;}
}

/* v272 Fleet Status finishing polish */
.status-overview-tile{padding-right:12px!important;}
.status-overview-tile-label,.status-overview-tile-value{padding-right:28px;}
.status-overview-tile-detail{display:block!important;white-space:pre-line!important;overflow:visible!important;text-overflow:clip!important;line-height:1.28;min-width:0;padding-right:0;}
.status-overview-tile-detail span{display:inline;}

.status-map-layout-no-detail .status-map-frame{min-height:0!important;}
.status-map-layout-no-detail .status-map-canvas-v240{min-height:clamp(190px,31vw,350px);aspect-ratio:2.25 / 1;}
.status-map-canvas-v240 .status-map-bg{object-fit:cover!important;object-position:center center;}
.status-map-marker.is-active::before{content:none!important;display:none!important;}
.status-map-marker.is-active .status-map-marker-dot{width:17px!important;height:17px!important;border-color:rgba(255,255,255,.98)!important;box-shadow:0 0 0 5px rgba(31,211,255,.22),0 8px 22px rgba(0,0,0,.32)!important;animation:whenip-map-pulse 1.9s ease-out infinite;}
body.light .status-map-marker.is-active .status-map-marker-dot{border-color:#fff!important;box-shadow:0 0 0 5px rgba(47,111,228,.18),0 8px 18px rgba(17,28,39,.13)!important;}
.status-map-marker.is-active .status-map-marker-label{font-weight:900;border-color:rgba(31,211,255,.62);}

.status-back-to-map{position:fixed;right:max(18px,env(safe-area-inset-right));bottom:max(18px,calc(env(safe-area-inset-bottom) + 18px));z-index:90;border:1px solid rgba(31,211,255,.26);border-radius:999px;background:rgba(8,18,28,.92);color:#effaff;font:800 .82rem/1 var(--font);padding:10px 13px;box-shadow:0 14px 35px rgba(0,0,0,.28),inset 0 1px 0 rgba(255,255,255,.08);backdrop-filter:blur(14px);-webkit-backdrop-filter:blur(14px);opacity:0;pointer-events:none;transform:translateY(10px);transition:opacity .18s ease,transform .18s ease,border-color .18s ease,background .18s ease;}
.status-back-to-map.is-visible{opacity:1;pointer-events:auto;transform:translateY(0);}
.status-back-to-map:hover{border-color:rgba(31,211,255,.42);background:rgba(10,25,38,.98);}
.status-back-to-map:focus-visible{outline:3px solid rgba(31,211,255,.35);outline-offset:3px;}
body.light .status-back-to-map{background:rgba(255,255,255,.96);border-color:rgba(0,125,184,.22);color:#10202f;box-shadow:0 14px 32px rgba(17,28,39,.14),inset 0 1px 0 rgba(255,255,255,.7);}

.status-probe-detail-badges .status-badge.status-ok::before,.status-probe-detail-badges .status-badge.status-err::before{content:'';width:7px;height:7px;border-radius:50%;display:inline-block;margin-right:5px;flex:0 0 auto;}
.status-probe-detail-badges .status-badge.status-ok::before{background:#45d483;box-shadow:0 0 0 4px rgba(69,212,131,.12);}
.status-probe-detail-badges .status-badge.status-err::before{background:#ff6476;box-shadow:0 0 0 4px rgba(255,100,118,.12);}
.status-probe-detail-update.is-ok .status-node-mini-update-dot{background:#45d483!important;box-shadow:0 0 0 4px rgba(69,212,131,.12);}
.status-probe-detail-update .status-node-mini-update-dot{width:7px;height:7px;}

.status-probe-detail-card .status-ip-copy-box{border:1px solid rgba(176,213,236,.11)!important;background:rgba(255,255,255,.036)!important;border-radius:13px!important;box-shadow:none!important;overflow:hidden;}
.status-probe-detail-card .status-ip-copy-box:hover{border-color:rgba(31,211,255,.24)!important;background:rgba(31,211,255,.045)!important;box-shadow:0 8px 18px rgba(0,0,0,.10)!important;}
body.light .status-probe-detail-card .status-ip-copy-box{border-color:rgba(24,38,56,.16)!important;background:#fff!important;box-shadow:none!important;}
body.light .status-probe-detail-card .status-ip-copy-box:hover{border-color:rgba(0,125,184,.26)!important;background:#eef7ff!important;box-shadow:0 8px 16px rgba(17,28,39,.08)!important;}

.status-probe-detail-facts--wide .status-detail-fact[data-status-detail-kind='uptime'],.status-probe-detail-facts--wide .status-detail-fact[data-status-detail-kind='load']{grid-column:1 / -1;}
.status-probe-detail-card .copy-value-line.is-ipv6 code{font-size:.74rem!important;}
@media (max-width:1100px){
  .status-probe-detail-head{display:grid!important;grid-template-columns:minmax(0,1fr);gap:8px;}
  .status-probe-detail-badges{width:100%;display:flex!important;align-items:center;justify-content:space-between!important;gap:8px;flex-wrap:nowrap;}
  .status-probe-detail-badges .status-probe-detail-update{margin-left:auto;}
}
@media (max-width:720px){
  .status-map-layout-no-detail .status-map-canvas-v240{min-height:210px;aspect-ratio:2.05 / 1;}
  .status-back-to-map{right:max(14px,env(safe-area-inset-right));bottom:max(14px,calc(env(safe-area-inset-bottom) + 14px));font-size:.78rem;padding:9px 12px;}
  .status-probe-detail-card .copy-value-line.is-ipv6 code{font-size:.70rem!important;}
}

/* v273 Fleet Status detail typography and badge containment */
.status-probe-detail-card .status-ip-copy-box{
  min-width:0;
}
.status-probe-detail-card .status-ip-copy-box .status-probe-value,
.status-probe-detail-card .status-ip-copy-box .status-ip-wrap{
  min-width:0;
  max-width:100%;
  overflow-x:auto;
  overflow-y:hidden;
  -webkit-overflow-scrolling:touch;
  scrollbar-width:thin;
}
.status-probe-detail-card .status-ip-copy-box .copy-value-line{
  display:block;
  width:max-content;
  max-width:none;
  min-width:0;
}
.status-probe-detail-card .status-ip-copy-box .copy-value-line code,
.status-probe-detail-card .status-ip-copy-box .copy-value-line.is-ipv4 code,
.status-probe-detail-card .status-ip-copy-box .copy-value-line.is-ipv6 code{
  display:inline-block;
  max-width:none;
  white-space:nowrap!important;
  overflow-wrap:normal!important;
  word-break:normal!important;
  font-size:.82rem!important;
  line-height:1.35!important;
  font-weight:800!important;
  letter-spacing:normal!important;
}
.status-probe-detail-badges{
  min-width:0;
}
.status-probe-detail-badges .status-probe-detail-update{
  box-sizing:border-box;
  max-width:min(116px,54%);
  min-width:0;
  white-space:normal!important;
  align-items:center;
  justify-content:center;
  gap:5px;
  overflow:hidden;
}
.status-probe-detail-badges .status-probe-detail-update [data-status-probe-field='update_state_label']{
  display:block;
  min-width:0;
  max-width:100%;
  white-space:normal;
  overflow-wrap:anywhere;
  word-break:normal;
  text-align:center;
  line-height:1.05;
  font-size:clamp(.48rem,1.45vw,.64rem);
}
.status-probe-detail-badges .status-probe-detail-update .status-node-mini-update-dot{
  flex:0 0 auto;
}
@media (max-width:720px){
  .status-probe-detail-card .status-ip-copy-box .copy-value-line code,
  .status-probe-detail-card .status-ip-copy-box .copy-value-line.is-ipv4 code,
  .status-probe-detail-card .status-ip-copy-box .copy-value-line.is-ipv6 code{
    font-size:.78rem!important;
    line-height:1.32!important;
  }
  .status-probe-detail-badges .status-probe-detail-update{
    max-width:min(102px,55%);
    padding-left:7px;
    padding-right:7px;
  }
}
@media (max-width:370px){
  .status-probe-detail-badges .status-probe-detail-update{
    max-width:min(92px,56%);
  }
  .status-probe-detail-badges .status-probe-detail-update [data-status-probe-field='update_state_label']{
    font-size:.48rem;
  }
}


/* v281 Fleet Status finishing polish */
.status-back-to-map{
  right:max(16px,env(safe-area-inset-right))!important;
  bottom:max(92px,calc(env(safe-area-inset-bottom) + 92px))!important;
  z-index:9999!important;
}
@media (min-width:900px){
  .status-back-to-map{bottom:max(22px,calc(env(safe-area-inset-bottom) + 22px))!important;}
}
.status-probe-detail-card .status-hostline{display:flex!important;align-items:center!important;gap:8px!important;min-width:0;}
.status-probe-detail-card .status-host-status-dot{flex:0 0 auto;width:11px;height:11px;}
.status-probe-detail-card .status-host-status-dot.is-ok::after{content:'';position:absolute;inset:-8px;border-radius:50%;border:1.5px solid rgba(69,212,131,.5);animation:statusRadarPulse 2.6s ease-out infinite;pointer-events:none;}
.status-probe-detail-card .status-host-status-dot.is-danger{background:#ff6476!important;box-shadow:0 0 0 1px rgba(0,0,0,.16),0 0 0 5px rgba(255,100,118,.14)!important;}
.status-probe-detail-card .status-host-status-dot.is-danger::after{content:'';position:absolute;inset:-8px;border-radius:50%;border:1.5px solid rgba(255,100,118,.38);animation:statusRadarPulse 2.6s ease-out infinite;pointer-events:none;}
body.light .status-probe-detail-card .status-host-status-dot.is-danger{box-shadow:0 0 0 1px rgba(17,29,43,.18),0 0 0 5px rgba(255,100,118,.16)!important;}
.status-probe-detail-badges{width:100%!important;display:flex!important;align-items:center!important;justify-content:space-between!important;gap:8px!important;flex-wrap:nowrap!important;}
.status-probe-detail-badges .status-badge,.status-probe-detail-badges .status-probe-detail-update{display:inline-flex!important;align-items:center!important;justify-content:center!important;min-height:26px!important;border-radius:999px!important;padding:5px 10px!important;line-height:1.05!important;}
.status-probe-detail-badges .status-badge{flex:0 0 auto!important;min-width:max-content!important;white-space:nowrap!important;}
.status-probe-detail-badges .status-badge::before,.status-probe-detail-badges .status-probe-detail-update .status-node-mini-update-dot{content:none!important;display:none!important;}
.status-probe-detail-badges .status-probe-detail-update{margin-left:auto!important;flex:0 1 auto!important;min-width:86px!important;max-width:min(154px,58%)!important;white-space:normal!important;overflow:hidden!important;text-align:center!important;}
.status-probe-detail-badges .status-probe-detail-update [data-status-probe-field='update_state_label']{display:block!important;min-width:0!important;max-width:100%!important;text-align:center!important;white-space:normal!important;overflow-wrap:normal!important;word-break:normal!important;line-height:1.05!important;font-size:clamp(.56rem,1.8vw,.7rem)!important;}
@media (max-width:720px){.status-probe-detail-badges .status-probe-detail-update{min-width:92px!important;max-width:min(150px,60%)!important;padding-left:10px!important;padding-right:10px!important;}}
@media (max-width:370px){.status-probe-detail-badges .status-probe-detail-update{min-width:82px!important;max-width:58%!important;}.status-probe-detail-badges .status-probe-detail-update [data-status-probe-field='update_state_label']{font-size:.52rem!important;}}
.status-probe-detail-card .status-ip-copy-box:hover{border-color:rgba(69,212,131,.34)!important;background:rgba(69,212,131,.05)!important;box-shadow:0 8px 18px rgba(0,0,0,.10)!important;}
.status-probe-detail-card .status-ip-copy-box.copied-feedback,.status-probe-detail-card .status-ip-copy-box.is-copied{border-color:rgba(0,255,139,.55)!important;background:rgba(0,255,139,.12)!important;box-shadow:inset 0 0 0 1px rgba(0,255,139,.10),0 0 0 1px rgba(0,255,139,.08)!important;}
body.light .status-probe-detail-card .status-ip-copy-box:hover{border-color:rgba(35,160,104,.34)!important;background:#f1fbf6!important;box-shadow:0 8px 16px rgba(17,28,39,.08)!important;}
body.light .status-probe-detail-card .status-ip-copy-box.copied-feedback,body.light .status-probe-detail-card .status-ip-copy-box.is-copied{border-color:rgba(0,190,105,.55)!important;background:#eafff4!important;color:#10202f!important;}
.status-probe-detail-card .status-ip-copy-box:focus-visible{outline:2px solid rgba(31,211,255,.22)!important;outline-offset:3px!important;}
.status-probe-detail-card .status-ip-copy-box .copy-value-line code,.status-probe-detail-card .status-ip-copy-box .copy-value-line.is-ipv4 code,.status-probe-detail-card .status-ip-copy-box .copy-value-line.is-ipv6 code{font-size:.74rem!important;line-height:1.32!important;font-weight:800!important;white-space:nowrap!important;overflow-wrap:normal!important;word-break:normal!important;}
.status-probe-detail-card .status-ip-copy-box .status-probe-value,.status-probe-detail-card .status-ip-copy-box .status-ip-wrap{overflow-x:auto!important;overflow-y:hidden!important;-webkit-overflow-scrolling:touch;}
.probe-status-legend{width:100%;}
.probe-status-link{margin-left:auto;display:inline-flex;align-items:center;gap:4px;color:#9bcfff;text-decoration:none;font-weight:800;letter-spacing:.03em;white-space:nowrap;}
.probe-status-link:hover{text-decoration:underline;color:#c8eeff;}
body.light.page-home .probe-status-link{color:#126d9a;}
@media (max-width:520px){.probe-status-link{width:100%;justify-content:flex-end;margin-left:0;margin-top:2px;}}

/* v281 Run From, detailed probe header, and probe-status parity polish */
body.page-home .probe-status-legend{
  display:flex!important;
  align-items:center!important;
  gap:12px!important;
  width:100%!important;
  line-height:1.2!important;
}
body.page-home .probe-status-legend-item{
  display:inline-flex!important;
  align-items:center!important;
  gap:5px!important;
  min-height:18px!important;
}
body.page-home .probe-status-link{
  width:auto!important;
  margin-left:auto!important;
  margin-top:0!important;
  align-self:center!important;
  display:inline-flex!important;
  align-items:center!important;
  justify-content:flex-end!important;
  min-height:18px!important;
  line-height:1.2!important;
}
@media (max-width:340px){
  body.page-home .probe-status-link{flex-basis:100%!important;margin-left:0!important;}
}
.probe-picker-trigger-chevron{
  position:relative!important;
  width:18px!important;
  height:18px!important;
  flex:0 0 18px!important;
  font-size:0!important;
  color:#7fb4d1!important;
  opacity:1!important;
}
.probe-picker-trigger-chevron::before{
  content:"";
  position:absolute;
  left:4px;
  top:3px;
  width:8px;
  height:8px;
  border-right:2.5px solid currentColor;
  border-bottom:2.5px solid currentColor;
  transform:rotate(45deg);
  border-radius:1px;
}
body.light .probe-picker-trigger-chevron{color:#126d9a!important;}
.status-probe-detail-card .status-hostline-copyable{
  display:flex!important;
  align-items:center!important;
  gap:8px!important;
  min-width:0!important;
  max-width:100%!important;
}
.status-probe-detail-card .status-host-copy{
  appearance:none!important;
  -webkit-appearance:none!important;
  border:0!important;
  background:transparent!important;
  color:inherit!important;
  padding:0!important;
  margin:0!important;
  display:inline-flex!important;
  align-items:center!important;
  min-width:0!important;
  max-width:100%!important;
  cursor:pointer!important;
  text-align:left!important;
  font:inherit!important;
}
.status-probe-detail-card .status-host-copy code{
  display:block!important;
  min-width:0!important;
  max-width:100%!important;
  font-size:.96rem!important;
  line-height:1.18!important;
  font-weight:900!important;
  white-space:normal!important;
  overflow-wrap:anywhere!important;
  word-break:break-word!important;
}
.status-probe-detail-card .status-host-copy:hover code,
.status-probe-detail-card .status-host-copy.is-copied code,
.status-probe-detail-card .status-host-copy.copied-feedback code{color:#28d87b!important;}
.status-probe-detail-card .status-host-copy:focus-visible{outline:3px solid rgba(31,211,255,.30)!important;outline-offset:4px!important;border-radius:8px!important;}
.status-probe-detail-card .status-ip-copy-box .copy-value-line code,
.status-probe-detail-card .status-ip-copy-box .copy-value-line.is-ipv4 code,
.status-probe-detail-card .status-ip-copy-box .copy-value-line.is-ipv6 code,
.status-map-detail-card-linked .status-ip-copy-box .copy-value-line code{
  font-size:.82rem!important;
  line-height:1.32!important;
  font-weight:800!important;
  white-space:nowrap!important;
  overflow-wrap:normal!important;
  word-break:normal!important;
}
@media (max-width:720px){
  .status-probe-detail-card .status-host-copy code{font-size:.9rem!important;}
  .status-probe-detail-card .status-ip-copy-box .copy-value-line code,
  .status-probe-detail-card .status-ip-copy-box .copy-value-line.is-ipv4 code,
  .status-probe-detail-card .status-ip-copy-box .copy-value-line.is-ipv6 code{font-size:.8rem!important;}
}
.status-probe-detail-badges{align-items:center!important;}
.status-probe-detail-badges .status-badge{max-width:48%!important;}
.status-probe-detail-badges .status-probe-detail-update{max-width:52%!important;}
.status-probe-single-grid{grid-template-columns:minmax(0,1fr)!important;max-width:760px;margin:0 auto;}
.status-probe-single-grid .status-probe-detail-card{width:100%;}
.status-probe-single-page-card .status-probe-runtime-grid{margin-top:12px;grid-template-columns:repeat(auto-fit,minmax(160px,1fr));}

/* v281 probe/status card parity fixes */
.status-probe-detail-card .status-hostline-linked{
  display:flex!important;
  align-items:center!important;
  gap:8px!important;
  min-width:0!important;
  max-width:100%!important;
  flex-wrap:nowrap!important;
}
.status-probe-detail-card .status-host-link-with-dot{
  min-width:0!important;
  max-width:100%!important;
  border-bottom:0!important;
  text-decoration:none!important;
}
.status-probe-detail-card .status-host-link-with-dot code{
  display:block!important;
  min-width:0!important;
  max-width:100%!important;
  font-size:.96rem!important;
  line-height:1.18!important;
  font-weight:900!important;
  white-space:normal!important;
  overflow-wrap:anywhere!important;
  word-break:break-word!important;
}
.status-probe-detail-card .status-host-link-with-dot:hover code,
.status-probe-detail-card .status-host-link-with-dot:focus-visible code{color:#9be7ff!important;}
body.light .status-probe-detail-card .status-host-link-with-dot:hover code,
body.light .status-probe-detail-card .status-host-link-with-dot:focus-visible code{color:#126d9a!important;}
.status-probe-detail-card .status-host-link-with-dot:focus-visible{outline:3px solid rgba(31,211,255,.30)!important;outline-offset:4px!important;border-radius:8px!important;}

.status-probe-detail-badges{display:grid!important;grid-template-columns:minmax(max-content,auto) minmax(104px,1fr)!important;gap:8px!important;width:100%!important;align-items:center!important;}
.status-probe-detail-badges .status-badge{justify-self:start!important;max-width:100%!important;white-space:nowrap!important;}
.status-probe-detail-badges .status-probe-detail-update{justify-self:end!important;width:100%!important;min-width:104px!important;max-width:174px!important;white-space:nowrap!important;}
.status-probe-detail-badges .status-probe-detail-update.is-long{white-space:normal!important;}
.status-probe-detail-badges .status-probe-detail-update [data-status-probe-field='update_state_label']{white-space:normal!important;overflow-wrap:normal!important;word-break:normal!important;}
@media (max-width:420px){
  .status-probe-detail-badges{grid-template-columns:minmax(max-content,auto) minmax(98px,1fr)!important;gap:7px!important;}
  .status-probe-detail-badges .status-probe-detail-update{min-width:98px!important;max-width:170px!important;}
}
@media (max-width:360px){
  .status-probe-detail-badges{grid-template-columns:1fr!important;}
  .status-probe-detail-badges .status-badge,.status-probe-detail-badges .status-probe-detail-update{justify-self:start!important;width:auto!important;max-width:100%!important;}
}

.status-probe-detail-card .status-ip-copy-box.has-ipv6-overflow{position:relative;}
.status-probe-detail-card .status-ip-copy-box.has-ipv6-overflow::after{
  content:'›';
  position:absolute;
  right:10px;
  bottom:10px;
  width:18px;
  height:18px;
  border-radius:999px;
  display:flex;
  align-items:center;
  justify-content:center;
  font-weight:900;
  color:#2376a2;
  background:rgba(255,255,255,.88);
  border:1px solid rgba(35,118,162,.16);
  box-shadow:0 4px 10px rgba(0,0,0,.08);
  pointer-events:none;
}
body:not(.light) .status-probe-detail-card .status-ip-copy-box.has-ipv6-overflow::after{background:rgba(5,18,28,.86);color:#9be7ff;border-color:rgba(155,231,255,.18);}
.status-probe-detail-card .status-ip-copy-box.has-ipv6-overflow .status-ip-wrap{padding-right:26px;}
.status-probe-top-grid-card{margin-bottom:16px;}
.probe-page .status-probe-single-page-card .section-title{margin-bottom:12px;}
.probe-page .status-probe-runtime-grid{margin-top:16px;}
.probe-page .status-probe-runtime-grid .status-monitor-fact{border-radius:14px;padding:10px 12px;background:rgba(255,255,255,.03);border:1px solid rgba(176,213,236,.11);}
body.light .probe-page .status-probe-runtime-grid .status-monitor-fact{background:#fff;border-color:rgba(24,38,56,.14);}
@media (max-width:720px){
  .status-probe-detail-card .status-host-link-with-dot code{font-size:.9rem!important;}
}

/* v281 status/probe polish */
.status-probe-overview-summary-grid{grid-template-columns:repeat(2,minmax(0,1fr))!important;}
.status-probe-overview-summary-grid .status-overview-tile{min-height:0;}
@media (max-width:420px){.status-probe-overview-summary-grid{grid-template-columns:1fr!important;}}
.status-probe-detail-badges{display:grid!important;grid-template-columns:minmax(max-content,auto) minmax(0,1fr)!important;gap:8px!important;width:100%!important;align-items:center!important;}
.status-probe-detail-badges .status-badge{justify-self:start!important;max-width:100%!important;white-space:nowrap!important;box-sizing:border-box!important;}
.status-probe-detail-badges .status-probe-detail-update{justify-self:stretch!important;width:100%!important;min-width:0!important;max-width:none!important;box-sizing:border-box!important;white-space:normal!important;text-align:center!important;padding-left:8px!important;padding-right:8px!important;overflow:hidden!important;}
.status-probe-detail-badges .status-probe-detail-update [data-status-probe-field='update_state_label']{display:block!important;max-width:100%!important;line-height:1.05!important;text-align:center!important;white-space:normal!important;overflow-wrap:normal!important;word-break:normal!important;font-size:clamp(.52rem,1.8vw,.7rem)!important;}
@media (max-width:360px){.status-probe-detail-badges{grid-template-columns:minmax(96px,max-content) minmax(0,1fr)!important;gap:6px!important;}.status-probe-detail-badges .status-badge,.status-probe-detail-badges .status-probe-detail-update{padding-left:7px!important;padding-right:7px!important;}}
.status-probe-detail-card .status-ip-copy-box.has-ipv6-overflow::after{content:''!important;position:absolute!important;top:8px!important;right:8px!important;bottom:8px!important;width:30px!important;height:auto!important;border:0!important;border-radius:0 12px 12px 0!important;background:linear-gradient(90deg,rgba(255,255,255,0),#fff 74%)!important;box-shadow:none!important;pointer-events:none!important;}
body:not(.light) .status-probe-detail-card .status-ip-copy-box.has-ipv6-overflow::after{background:linear-gradient(90deg,rgba(5,18,28,0),rgba(5,18,28,.96) 74%)!important;border:0!important;box-shadow:none!important;}
.status-probe-detail-card .status-ip-copy-box.has-ipv6-overflow .status-ip-wrap{padding-right:28px!important;}
.status-back-to-top{bottom:max(72px,calc(env(safe-area-inset-bottom) + 92px))!important;}
@media (min-width:820px){.status-back-to-top{bottom:max(20px,calc(env(safe-area-inset-bottom) + 20px))!important;}}
.probe-page .status-probe-runtime-grid{display:none!important;}

/* v281 focused status polish */
.status-probe-detail-badges{
  grid-template-columns:minmax(86px,max-content) minmax(0,1fr)!important;
  max-width:100%!important;
  min-width:0!important;
  overflow:hidden!important;
}
.status-probe-detail-badges .status-badge,
.status-probe-detail-badges .status-probe-detail-update{
  font-size:.66rem!important;
  line-height:1.05!important;
  font-weight:900!important;
}
.status-probe-detail-badges .status-probe-detail-update{
  min-width:0!important;
  max-width:100%!important;
  width:100%!important;
  padding-left:10px!important;
  padding-right:10px!important;
}
.status-probe-detail-badges .status-probe-detail-update [data-status-probe-field='update_state_label']{
  font-size:inherit!important;
  line-height:inherit!important;
  font-weight:inherit!important;
  white-space:normal!important;
}
.status-probe-detail-badges .status-probe-detail-update.is-ok{
  color:#168653!important;
  background:rgba(15,206,125,.10)!important;
  border-color:rgba(15,206,125,.22)!important;
}
body.light .status-probe-detail-badges .status-probe-detail-update.is-ok{
  color:#168653!important;
  background:#eefaf4!important;
  border-color:rgba(35,160,104,.24)!important;
}
@media (max-width:370px){
  .status-probe-detail-badges{grid-template-columns:minmax(82px,max-content) minmax(0,1fr)!important;gap:6px!important;}
  .status-probe-detail-badges .status-badge,
  .status-probe-detail-badges .status-probe-detail-update{font-size:.62rem!important;padding-left:8px!important;padding-right:8px!important;}
}
.probe-page .status-probe-top-grid-card .status-overview-tile.is-info,
.probe-page .status-probe-top-grid-card .status-overview-tile.is-ok,
.probe-page .status-probe-top-grid-card .status-overview-tile.is-danger,
.probe-page .status-probe-top-grid-card .status-overview-tile.is-warn{
  box-shadow:0 10px 24px rgba(17,28,39,.07), inset 0 1px 0 rgba(255,255,255,.72)!important;
}
.probe-page .status-probe-top-grid-card .status-overview-tile.is-info::after{background:#59a9ff!important;}
.probe-page .status-probe-top-grid-card .status-overview-tile.is-ok::after{background:#45d483!important;}
.probe-page .status-probe-top-grid-card .status-overview-tile.is-danger::after{background:#ff6476!important;}
.probe-page .status-probe-top-grid-card .status-overview-tile.is-warn::after{background:#f0b34a!important;}
body.light .probe-page .status-probe-top-grid-card .status-overview-tile.is-info{border-color:rgba(47,111,228,.22)!important;background:#f9fcff!important;}
body.light .probe-page .status-probe-top-grid-card .status-overview-tile.is-ok{border-color:rgba(35,160,104,.20)!important;background:#fbfffd!important;}
body.light .probe-page .status-probe-top-grid-card .status-overview-tile.is-danger{border-color:rgba(187,75,93,.24)!important;background:#fffafb!important;}
body.light .probe-page .status-probe-top-grid-card .status-overview-tile.is-warn{border-color:rgba(188,129,20,.24)!important;background:#fffdf7!important;}
.status-probe-detail-card .status-ip-copy-box.has-ipv6-overflow::after{content:none!important;display:none!important;}
.status-probe-detail-card .status-ip-copy-box.has-ipv6-overflow .status-ip-wrap{
  padding-right:0!important;
  -webkit-mask-image:none!important;
  mask-image:none!important;
}
.status-probe-detail-card .status-ip-copy-box.has-ipv6-overflow.is-ipv6-scroll-end .status-ip-wrap{
  -webkit-mask-image:none!important;
  mask-image:none!important;
}

/* v281 fixed-height detailed probe status pills */
.status-probe-detail-badges{
  grid-template-columns:minmax(86px,max-content) minmax(0,1fr)!important;
  gap:8px!important;
  align-items:center!important;
  width:100%!important;
  min-width:0!important;
  overflow:hidden!important;
}
.status-probe-detail-badges .status-badge,
.status-probe-detail-badges .status-probe-detail-update{
  box-sizing:border-box!important;
  height:28px!important;
  min-height:28px!important;
  max-height:28px!important;
  padding:0 10px!important;
  border-radius:999px!important;
  display:inline-flex!important;
  align-items:center!important;
  justify-content:center!important;
  overflow:hidden!important;
  font-size:.62rem!important;
  line-height:1!important;
  font-weight:900!important;
  letter-spacing:.005em!important;
}
.status-probe-detail-badges .status-badge{
  justify-self:start!important;
  white-space:nowrap!important;
  width:auto!important;
  max-width:100%!important;
}
.status-probe-detail-badges .status-probe-detail-update{
  justify-self:stretch!important;
  width:100%!important;
  min-width:0!important;
  max-width:none!important;
  white-space:normal!important;
  text-align:center!important;
}
.status-probe-detail-badges .status-probe-detail-update [data-status-probe-field='update_state_label']{
  display:-webkit-box!important;
  -webkit-box-orient:vertical!important;
  -webkit-line-clamp:2!important;
  max-width:100%!important;
  overflow:hidden!important;
  text-align:center!important;
  white-space:normal!important;
  overflow-wrap:normal!important;
  word-break:normal!important;
  font-size:inherit!important;
  line-height:.95!important;
  font-weight:inherit!important;
}
.status-probe-detail-badges .status-probe-detail-update.is-long [data-status-probe-field='update_state_label']{
  font-size:.52rem!important;
  line-height:.90!important;
}
@media (max-width:370px){
  .status-probe-detail-badges{grid-template-columns:minmax(80px,max-content) minmax(0,1fr)!important;gap:6px!important;}
  .status-probe-detail-badges .status-badge,
  .status-probe-detail-badges .status-probe-detail-update{font-size:.58rem!important;padding-left:8px!important;padding-right:8px!important;}
  .status-probe-detail-badges .status-probe-detail-update.is-long [data-status-probe-field='update_state_label']{font-size:.48rem!important;}
}

/* v281 detailed Fleet Probe pill tuning
   Keep the v277-style shape, slightly enlarge the pill footprint, and let
   longer update labels shrink/wrap with calmer line spacing inside it. */
.status-probe-detail-badges{
  grid-template-columns:minmax(88px,max-content) minmax(0,1fr)!important;
  gap:9px!important;
  align-items:center!important;
}
.status-probe-detail-badges .status-badge,
.status-probe-detail-badges .status-probe-detail-update{
  height:32px!important;
  min-height:32px!important;
  max-height:32px!important;
  padding:0 12px!important;
  font-size:.68rem!important;
  line-height:1!important;
  font-weight:900!important;
}
.status-probe-detail-badges .status-probe-detail-update [data-status-probe-field='update_state_label']{
  line-height:1.04!important;
  max-height:2.08em!important;
}
.status-probe-detail-badges .status-probe-detail-update.is-long [data-status-probe-field='update_state_label']{
  font-size:.56rem!important;
  line-height:1.06!important;
  max-height:2.12em!important;
}
@media (max-width:370px){
  .status-probe-detail-badges{grid-template-columns:minmax(84px,max-content) minmax(0,1fr)!important;gap:7px!important;}
  .status-probe-detail-badges .status-badge,
  .status-probe-detail-badges .status-probe-detail-update{height:31px!important;min-height:31px!important;max-height:31px!important;font-size:.64rem!important;padding-left:9px!important;padding-right:9px!important;}
  .status-probe-detail-badges .status-probe-detail-update.is-long [data-status-probe-field='update_state_label']{font-size:.52rem!important;line-height:1.06!important;}
}

/* v281 Fleet Status status-pill consistency and dark-by-default finish pass */
.status-probe-detail-badges{
  display:grid!important;
  grid-template-columns:minmax(0,1fr) minmax(0,1fr)!important;
  gap:9px!important;
  align-items:center!important;
  width:100%!important;
  min-width:0!important;
  overflow:hidden!important;
}
.status-probe-detail-badges .status-badge,
.status-probe-detail-badges .status-probe-detail-update{
  width:100%!important;
  max-width:100%!important;
  min-width:0!important;
  height:32px!important;
  min-height:32px!important;
  max-height:32px!important;
  padding:0 10px!important;
  border-radius:999px!important;
  display:inline-flex!important;
  align-items:center!important;
  justify-content:center!important;
  overflow:hidden!important;
  text-align:center!important;
  font-size:.67rem!important;
  line-height:1!important;
  font-weight:900!important;
  letter-spacing:.004em!important;
  white-space:normal!important;
}
.status-probe-detail-badges .status-badge{
  justify-self:stretch!important;
  color:#168653!important;
  background:rgba(15,206,125,.10)!important;
  border-color:rgba(15,206,125,.22)!important;
}
.status-probe-detail-badges .status-badge.status-err{
  color:#ff8492!important;
  background:rgba(255,100,118,.065)!important;
  border-color:rgba(255,100,118,.18)!important;
}
.status-probe-detail-badges .status-probe-detail-update{
  justify-self:stretch!important;
}
.status-probe-detail-badges .status-probe-detail-update [data-status-probe-field='update_state_label']{
  display:-webkit-box!important;
  -webkit-box-orient:vertical!important;
  -webkit-line-clamp:2!important;
  max-width:100%!important;
  max-height:2.18em!important;
  overflow:hidden!important;
  text-align:center!important;
  white-space:normal!important;
  overflow-wrap:normal!important;
  word-break:normal!important;
  font-size:inherit!important;
  line-height:1.09!important;
  font-weight:inherit!important;
}
.status-probe-detail-badges .status-probe-detail-update.is-long [data-status-probe-field='update_state_label']{
  font-size:.55rem!important;
  line-height:1.11!important;
  max-height:2.22em!important;
}
.status-probe-detail-badges .status-probe-detail-update.is-ok{
  color:#168653!important;
  background:rgba(15,206,125,.10)!important;
  border-color:rgba(15,206,125,.22)!important;
}
body.light .status-probe-detail-badges .status-badge,
body.light .status-probe-detail-badges .status-probe-detail-update.is-ok{
  color:#168653!important;
  background:#eefaf4!important;
  border-color:rgba(35,160,104,.24)!important;
}
body.light .status-probe-detail-badges .status-badge.status-err{
  color:#a83d50!important;
  background:#fff3f5!important;
  border-color:rgba(187,75,93,.22)!important;
}
@media (max-width:370px){
  .status-probe-detail-badges{gap:7px!important;}
  .status-probe-detail-badges .status-badge,
  .status-probe-detail-badges .status-probe-detail-update{
    height:31px!important;
    min-height:31px!important;
    max-height:31px!important;
    padding-left:8px!important;
    padding-right:8px!important;
    font-size:.62rem!important;
  }
  .status-probe-detail-badges .status-probe-detail-update.is-long [data-status-probe-field='update_state_label']{
    font-size:.50rem!important;
    line-height:1.11!important;
  }
}
.probe-page .status-probe-detail-badges .status-badge,
.probe-page .status-probe-detail-badges .status-probe-detail-update{
  font-size:.67rem!important;
}

/* v284 focused Status UI hardening
   Keep Up To Date on one line only on the main Fleet Status page, and move
   IPv6 edge fading off the scroll/text layer so iPhone full-page screenshots
   do not render the value area as a black block. */
body[data-status-live="controller"] .status-probe-detail-badges .status-probe-detail-update.is-up-to-date [data-status-probe-field='update_state_label']{
  display:block!important;
  white-space:nowrap!important;
  -webkit-line-clamp:unset!important;
  max-height:none!important;
  font-size:.62rem!important;
  line-height:1!important;
}
@media (max-width:370px){
  body[data-status-live="controller"] .status-probe-detail-badges .status-probe-detail-update.is-up-to-date [data-status-probe-field='update_state_label']{
    font-size:.58rem!important;
  }
}
.status-probe-detail-card .status-ip-copy-box.has-ipv6-overflow .status-ip-wrap{
  padding-right:28px!important;
  -webkit-mask-image:none!important;
  mask-image:none!important;
}
.status-probe-detail-card .status-ip-copy-box.has-ipv6-overflow::after{
  content:''!important;
  display:block!important;
  position:absolute!important;
  z-index:3!important;
  top:8px!important;
  right:8px!important;
  bottom:8px!important;
  width:30px!important;
  height:auto!important;
  border:0!important;
  border-radius:0 12px 12px 0!important;
  background:linear-gradient(90deg,rgba(255,255,255,0),#fff 76%)!important;
  box-shadow:none!important;
  pointer-events:none!important;
}
body:not(.light) .status-probe-detail-card .status-ip-copy-box.has-ipv6-overflow::after{
  background:linear-gradient(90deg,rgba(8,18,27,0),rgba(8,18,27,.96) 76%)!important;
}
.status-probe-detail-card .status-ip-copy-box.has-ipv6-overflow.is-ipv6-scroll-end::after{
  content:none!important;
  display:none!important;
}

/* v284 Status screenshot/capture compatibility
   Keep the v282 screenshot-safe overlay pattern, tune the wrapped update pill
   line rhythm, and align IPv6 fading to the value lane instead of the full box. */
body[data-status-live] .status-probe-detail-badges .status-probe-detail-update.is-long [data-status-probe-field='update_state_label']{
  line-height:1.16!important;
  max-height:2.32em!important;
}
body[data-status-live] .status-probe-detail-badges .status-probe-detail-update:not(.is-up-to-date) [data-status-probe-field='update_state_label']{
  line-height:1.12!important;
  max-height:2.24em!important;
}
@media (max-width:370px){
  body[data-status-live] .status-probe-detail-badges .status-probe-detail-update.is-long [data-status-probe-field='update_state_label']{
    line-height:1.13!important;
    max-height:2.26em!important;
  }
}
body[data-status-live] .status-probe-detail-card .status-ip-copy-box,
body[data-status-live] .status-probe-detail-card .status-ip-copy-box *{
  mix-blend-mode:normal!important;
}
body[data-status-live] .status-probe-detail-card .status-ip-copy-box .status-ip-wrap{
  -webkit-mask-image:none!important;
  mask-image:none!important;
  filter:none!important;
  -webkit-backdrop-filter:none!important;
  backdrop-filter:none!important;
}
body[data-status-live] .status-probe-detail-card .status-ip-copy-box.has-ipv6-overflow{
  position:relative!important;
  isolation:isolate!important;
  overflow:hidden!important;
}
body[data-status-live] .status-probe-detail-card .status-ip-copy-box.has-ipv6-overflow .status-ip-wrap{
  padding-right:20px!important;
}
body[data-status-live] .status-probe-detail-card .status-ip-copy-box.has-ipv6-overflow::after{
  content:''!important;
  display:block!important;
  position:absolute!important;
  z-index:3!important;
  top:29px!important;
  right:9px!important;
  bottom:8px!important;
  width:20px!important;
  min-height:14px!important;
  border:0!important;
  border-radius:0 10px 10px 0!important;
  background:linear-gradient(90deg,rgba(255,255,255,0),rgba(255,255,255,.9) 88%)!important;
  box-shadow:none!important;
  pointer-events:none!important;
}
body[data-status-live]:not(.light) .status-probe-detail-card .status-ip-copy-box.has-ipv6-overflow::after{
  background:linear-gradient(90deg,rgba(8,18,27,0),rgba(8,18,27,.88) 88%)!important;
}
body[data-status-live] .status-probe-detail-card .status-ip-copy-box.has-ipv6-overflow.is-ipv6-scroll-end::after{
  content:none!important;
  display:none!important;
}
@media (max-width:720px){
  body[data-status-live] .status-probe-detail-card .status-ip-copy-box.has-ipv6-overflow::after{
    top:27px!important;
    width:18px!important;
    right:8px!important;
  }
  body[data-status-live] .status-probe-detail-card .status-ip-copy-box.has-ipv6-overflow .status-ip-wrap{
    padding-right:18px!important;
  }
}


/* v285 IPv6 fade alignment micro-polish
   Keep the screenshot-safe overlay from v284, but nudge its right edge
   2px closer to the card edge without changing status pills or keys. */
body[data-status-live] .status-probe-detail-card .status-ip-copy-box{
  --ipv6-fade-top:8px;
  --ipv6-fade-right:6px;
  --ipv6-fade-height:22px;
}
body[data-status-live] .status-probe-detail-card .status-ip-copy-box .status-ip-wrap,
body[data-status-live] .status-probe-detail-card .status-ip-copy-box .status-ip-wrap *{
  -webkit-mask-image:none!important;
  mask-image:none!important;
  mix-blend-mode:normal!important;
  filter:none!important;
  -webkit-backdrop-filter:none!important;
  backdrop-filter:none!important;
}
body[data-status-live] .status-probe-detail-card .status-ip-copy-box.has-ipv6-overflow{
  position:relative!important;
  overflow:hidden!important;
  isolation:isolate!important;
}
body[data-status-live] .status-probe-detail-card .status-ip-copy-box.has-ipv6-overflow .status-ip-wrap{
  padding-right:24px!important;
}
body[data-status-live] .status-probe-detail-card .status-ip-copy-box.has-ipv6-overflow::after{
  content:''!important;
  display:block!important;
  position:absolute!important;
  z-index:4!important;
  top:var(--ipv6-fade-top)!important;
  right:var(--ipv6-fade-right)!important;
  bottom:auto!important;
  width:24px!important;
  height:var(--ipv6-fade-height)!important;
  min-height:14px!important;
  max-height:34px!important;
  border:0!important;
  border-radius:0 10px 10px 0!important;
  background:linear-gradient(90deg,rgba(255,255,255,0),rgba(255,255,255,.92) 86%)!important;
  box-shadow:none!important;
  pointer-events:none!important;
}
body[data-status-live]:not(.light) .status-probe-detail-card .status-ip-copy-box.has-ipv6-overflow::after{
  background:linear-gradient(90deg,rgba(8,18,27,0),rgba(8,18,27,.9) 86%)!important;
}
body[data-status-live] .status-probe-detail-card .status-ip-copy-box.has-ipv6-overflow.is-ipv6-scroll-end::after{
  content:none!important;
  display:none!important;
}
body[data-status-live="controller"] .status-probe-detail-badges .status-probe-detail-update.is-up-to-date [data-status-probe-field=update_state_label]{
  font-size:.60rem!important;
  letter-spacing:.012em!important;
}
body[data-status-live] .status-probe-detail-badges .status-probe-detail-update:not(.is-up-to-date) [data-status-probe-field=update_state_label]{
  line-height:1.15!important;
}
@media (max-width:720px){
  body[data-status-live] .status-probe-detail-card .status-ip-copy-box.has-ipv6-overflow::after{
    width:22px!important;
  }
  body[data-status-live] .status-probe-detail-card .status-ip-copy-box.has-ipv6-overflow .status-ip-wrap{
    padding-right:22px!important;
  }
}
@media (max-width:370px){
  body[data-status-live="controller"] .status-probe-detail-badges .status-probe-detail-update.is-up-to-date [data-status-probe-field=update_state_label]{
    font-size:.56rem!important;
  }
}


/* v288 active-development banner, mini globe, and Compare scaffolding */
.dev-preview-banner{
  display:flex;
  align-items:center;
  justify-content:center;
  gap:10px;
  margin:0 0 12px;
  padding:10px 14px;
  border-radius:16px;
  border:1px solid rgba(255,255,255,.35);
  background:linear-gradient(135deg,#e00019,#ff2e44);
  color:#fff;
  box-shadow:0 12px 26px rgba(130,0,18,.24);
  font-weight:800;
  line-height:1.25;
  text-align:center;
}
.dev-preview-banner span{font-weight:700}.dev-preview-short{display:none}
body.light .dev-preview-banner{border-color:rgba(120,0,14,.25);box-shadow:0 12px 24px rgba(120,0,14,.12)}

.probe-map-context{
  display:grid;
  grid-template-columns:auto minmax(0,1fr) auto;
  align-items:center;
  gap:10px;
  padding:10px;
  border:1px solid rgba(31,211,255,.16);
  border-radius:16px;
  background:linear-gradient(180deg,rgba(31,211,255,.055),rgba(31,211,255,.02));
}
.probe-mini-globe{width:72px;height:72px;display:grid;place-items:center;flex:0 0 auto}
.probe-mini-globe-svg{display:block;width:72px;height:72px;overflow:visible}.probe-mini-globe-sphere{fill:#0f3950;stroke:rgba(31,211,255,.38);stroke-width:1.5}.probe-mini-globe-grid{fill:none;stroke:rgba(190,236,255,.18);stroke-width:.9}.probe-mini-globe-land{fill:rgba(0,255,139,.24);stroke:rgba(175,255,220,.12);stroke-width:.7}.probe-mini-globe-dot{fill:#2bd576;stroke:rgba(3,14,22,.75);stroke-width:1.3;opacity:.74}.probe-mini-globe-dot.is-muted{fill:var(--probe-unavailable-red);opacity:.72}.probe-mini-globe-dot.is-active{fill:#1fd3ff;stroke:#e8fbff;stroke-width:1.8;opacity:1;filter:drop-shadow(0 0 5px rgba(31,211,255,.65))}.probe-mini-globe-dot.is-running{animation:miniGlobePulse 1.3s ease-in-out infinite}.probe-map-copy{display:grid;gap:2px;min-width:0}.probe-map-k{font-size:.66rem;font-weight:900;letter-spacing:.14em;text-transform:uppercase;color:#8fb2c7}.probe-map-v{font-weight:800;color:#eaf7ff;line-height:1.25;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.probe-map-sub{font-size:.74rem;color:#9eb0bf;line-height:1.3}.compare-entry-btn{white-space:nowrap;font-weight:800;border-color:rgba(31,211,255,.34)!important;background:rgba(31,211,255,.1)!important}.compare-entry-btn[aria-expanded="true"]{border-color:rgba(0,255,139,.45)!important;background:rgba(0,255,139,.12)!important}
@keyframes miniGlobePulse{0%,100%{r:3.8;opacity:1}50%{r:5.6;opacity:.74}}

.compare-workspace{
  display:grid;
  gap:12px;
  padding:14px;
  border:1px solid rgba(31,211,255,.22);
  border-radius:18px;
  background:linear-gradient(180deg,rgba(31,211,255,.08),rgba(31,211,255,.025));
  box-shadow:inset 0 0 0 1px rgba(31,211,255,.05);
}
.compare-head{display:flex;align-items:flex-start;justify-content:space-between;gap:12px}.compare-head h2{margin:3px 0 4px;font-size:1.05rem;letter-spacing:-.02em}.compare-head p{margin:0;color:#a9b9c8;font-size:.86rem;line-height:1.4}.compare-eyebrow{display:block;font-size:.67rem;font-weight:900;letter-spacing:.14em;text-transform:uppercase;color:#9fdfff}.compare-toolbar{display:flex;align-items:center;gap:8px;flex-wrap:wrap}.compare-count{margin-left:auto;color:#94a9ba;font-size:.78rem}.compare-probe-chips{display:flex;flex-wrap:wrap;gap:8px}.compare-probe-chip{display:inline-flex;align-items:center;gap:7px;padding:7px 10px;border-radius:999px;border:1px solid rgba(255,255,255,.11);background:rgba(255,255,255,.035);color:var(--text);font:700 .76rem var(--sans)}.compare-probe-chip small{font-size:.64rem;color:#8fa4b5;font-weight:800;text-transform:uppercase;letter-spacing:.04em}.compare-probe-chip.is-hidden{opacity:.54}.compare-probe-chip.is-visible{border-color:rgba(31,211,255,.34);background:rgba(31,211,255,.08)}.compare-probe-dot{width:8px;height:8px;border-radius:999px;background:#2bd576;box-shadow:0 0 0 1px rgba(0,0,0,.18)}.compare-lane-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px}.compare-lane-placeholder{display:grid;gap:4px;padding:12px;border-radius:14px;border:1px dashed rgba(255,255,255,.15);background:rgba(255,255,255,.025);color:#dbe8f3}.compare-lane-placeholder span{font-size:.78rem;color:#93a7b8}.compare-empty{color:#9fb0bf;font-size:.84rem}

body.light.page-home .probe-map-context{background:#f7f9fb!important;border-color:rgba(16,32,47,.18)!important}
body.light.page-home .probe-mini-globe-sphere{fill:#dbeff7;stroke:rgba(0,125,184,.38)}body.light.page-home .probe-mini-globe-grid{stroke:rgba(0,89,132,.18)}body.light.page-home .probe-mini-globe-land{fill:rgba(10,143,92,.28);stroke:rgba(10,100,72,.1)}body.light.page-home .probe-mini-globe-dot.is-active{fill:#007db8;stroke:#ffffff;filter:drop-shadow(0 0 4px rgba(0,125,184,.42))}body.light.page-home .probe-map-k{color:#0f6f99!important}body.light.page-home .probe-map-v{color:#10202f!important}body.light.page-home .probe-map-sub{color:#506375!important}body.light.page-home .compare-workspace{background:#f7f9fb!important;border-color:rgba(0,125,184,.20)!important;box-shadow:0 8px 20px rgba(16,32,47,.04)!important}body.light.page-home .compare-head p,body.light.page-home .compare-count,body.light.page-home .compare-lane-placeholder span{color:#526678!important}body.light.page-home .compare-eyebrow{color:#0f6f99!important}body.light.page-home .compare-probe-chip{background:#fff;border-color:rgba(16,32,47,.16);color:#10202f}body.light.page-home .compare-probe-chip.is-visible{background:#e8f3f8;border-color:rgba(0,125,184,.26)}body.light.page-home .compare-lane-placeholder{background:#fff;border-color:rgba(16,32,47,.18);color:#10202f}

@media (min-width:1100px){
  body.page-home .console-main{
    grid-template-areas:
      "head details"
      "family details"
      "actions details"
      "probe details"
      "compare details"
      "live details"
      "tabs details"
      "panels details"
      "issue details";
  }
  body.page-home .compare-workspace{grid-area:compare}
}
@media (max-width:680px){
  .dev-preview-banner{margin-left:8px;margin-right:8px;font-size:.78rem;align-items:flex-start}.dev-preview-long{display:none}.dev-preview-short{display:inline}.probe-map-context{grid-template-columns:auto minmax(0,1fr);align-items:center}.probe-mini-globe{width:58px;height:58px}.probe-mini-globe-svg{width:58px;height:58px}.compare-entry-btn{grid-column:1 / -1;justify-content:center}.compare-head{display:grid}.compare-count{margin-left:0}.compare-lane-grid{grid-template-columns:1fr}.probe-map-v{white-space:normal;font-size:.9rem}.probe-map-sub{font-size:.7rem}
}
@media (prefers-reduced-motion: reduce){.probe-mini-globe-dot.is-running{animation:none}}


/* v288 Probe Compare tabs, modal, clearer globe, and command-surface unification */
.probe-workspace{gap:12px!important}
.probe-workspace-head{display:flex;align-items:flex-start;justify-content:space-between;gap:12px;margin-bottom:2px}
.probe-workspace-title-wrap{display:grid;gap:3px;min-width:0}.probe-workspace-sub{margin:0;color:var(--muted);font-size:.82rem;line-height:1.35}.probe-mode-tabs{display:inline-flex;gap:4px;padding:4px;border-radius:999px;border:1px solid rgba(31,211,255,.16);background:rgba(255,255,255,.035);flex:0 0 auto}.probe-mode-tab{appearance:none;border:0;border-radius:999px;background:transparent;color:var(--muted);font:800 .78rem var(--sans);padding:7px 11px;cursor:pointer}.probe-mode-tab.active{background:rgba(31,211,255,.16);color:#e9fbff;box-shadow:inset 0 0 0 1px rgba(31,211,255,.18)}.probe-workspace-panel{display:grid;gap:9px}.probe-selector-label-inner{margin-top:0}.probe-single-panel.hidden,.compare-workspace.hidden{display:none!important}
body.light.page-home .probe-workspace-sub{color:#4f6172!important}body.light.page-home .probe-mode-tabs{background:#ffffff;border-color:rgba(16,32,47,.16)}body.light.page-home .probe-mode-tab{color:#536778}body.light.page-home .probe-mode-tab.active{background:#e8f3f8;color:#10202f;box-shadow:inset 0 0 0 1px rgba(0,125,184,.18)}
body.page-home .family-card,body.page-home .status-strip,body.page-home .console-output,body.page-home .network-issue{border-color:rgba(31,211,255,.17)}body.light.page-home .family-card,body.light.page-home .status-strip,body.light.page-home .console-output,body.light.page-home .network-issue{border-color:rgba(16,32,47,.18)!important;background-color:#f7f9fb}.compare-summary-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:8px}.compare-summary-card{display:grid;gap:3px;padding:10px 11px;border-radius:14px;border:1px solid rgba(255,255,255,.10);background:rgba(255,255,255,.035);min-width:0}.compare-summary-card span{font-size:.64rem;font-weight:900;letter-spacing:.13em;text-transform:uppercase;color:#8fb2c7}.compare-summary-card strong{font-size:.9rem;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.compare-actions{display:grid;grid-template-columns:1fr 1fr;gap:8px}.compare-run-btn{border-color:rgba(0,255,139,.35)!important;background:rgba(0,255,139,.10)!important}.compare-selected-strip{display:grid;gap:7px}.compare-selected-label{font-size:.67rem;font-weight:900;letter-spacing:.14em;text-transform:uppercase;color:#8fb2c7}.compare-modal-card{max-width:760px}.compare-modal-body{gap:13px}.compare-modal-section{display:grid;gap:8px}.compare-modal-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px}.compare-option-row,.compare-preset-row{display:flex;flex-wrap:wrap;gap:8px}.compare-choice.active{border-color:rgba(31,211,255,.52)!important;background:rgba(31,211,255,.16)!important}.compare-modal-probe-list{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:8px;max-height:260px;overflow:auto;padding:2px}.compare-modal-probe-row{display:flex;align-items:center;gap:9px;padding:10px 11px;border-radius:14px;border:1px solid rgba(255,255,255,.09);background:rgba(255,255,255,.03);cursor:pointer;min-width:0}.compare-modal-probe-row input{accent-color:#1fd3ff}.compare-modal-probe-row span:last-child{display:grid;gap:1px;min-width:0}.compare-modal-probe-row strong{font-size:.86rem;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.compare-modal-probe-row small{color:var(--muted);font-size:.72rem;line-height:1.2;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.compare-modal-probe-row.is-selected{border-color:rgba(31,211,255,.34);background:rgba(31,211,255,.08)}.compare-modal-probe-row.is-disabled{opacity:.54;cursor:not-allowed}.compare-display-options{display:grid;gap:7px}.compare-display-options label{display:flex;align-items:center;gap:8px;color:var(--muted);font-size:.86rem}.compare-display-options input{accent-color:#1fd3ff}.compare-modal-actions{display:grid;grid-template-columns:1fr 1fr 1.3fr;gap:8px;border-top:1px solid rgba(255,255,255,.08);padding-top:12px}.probe-mini-globe-sphere{fill:#0c5e86;stroke:rgba(31,211,255,.48);stroke-width:1.7}.probe-mini-globe-rim{fill:none;stroke:rgba(232,251,255,.52);stroke-width:1.1}.probe-mini-globe-grid{stroke:rgba(232,251,255,.26);stroke-width:.75}.probe-mini-globe-land{fill:#42c86e;stroke:rgba(0,65,40,.24);stroke-width:.9}.probe-mini-globe-land.major{opacity:.98}.probe-mini-globe-land.minor{opacity:.9}.probe-mini-globe-dot.is-compare-selected:not(.is-active){fill:#8ee5a8;opacity:.92}.probe-mini-globe-dot.is-active{fill:#ffdf5d;stroke:#08202e;stroke-width:1.7;filter:drop-shadow(0 0 6px rgba(255,223,93,.75))}
body.light.page-home .compare-summary-card,body.light.page-home .compare-modal-probe-row{background:#ffffff;border-color:rgba(16,32,47,.16);color:#10202f}body.light.page-home .compare-summary-card span,body.light.page-home .compare-selected-label{color:#0f6f99}body.light.page-home .compare-choice.active{background:#e8f3f8!important;border-color:rgba(0,125,184,.36)!important}body.light.page-home .compare-modal-probe-row.is-selected{background:#e8f3f8;border-color:rgba(0,125,184,.30)}body.light.page-home .compare-display-options label{color:#536778}body.light.page-home .compare-modal-actions{border-top-color:rgba(16,32,47,.12)}body.light.page-home .probe-mini-globe-sphere{fill:#62a9d7;stroke:rgba(0,98,150,.42)}body.light.page-home .probe-mini-globe-rim{stroke:rgba(255,255,255,.85)}body.light.page-home .probe-mini-globe-grid{stroke:rgba(255,255,255,.38)}body.light.page-home .probe-mini-globe-land{fill:#ffc933;stroke:rgba(138,96,0,.18);stroke-width:.85}body.light.page-home .probe-mini-globe-dot.is-compare-selected:not(.is-active){fill:#2bd576}body.light.page-home .probe-mini-globe-dot.is-active{fill:#ff3b4e;stroke:#ffffff;filter:drop-shadow(0 0 5px rgba(255,59,78,.55))}
@media (max-width:680px){.probe-workspace-head{display:grid}.probe-mode-tabs{width:100%;display:grid;grid-template-columns:1fr 1fr}.probe-mode-tab{justify-content:center}.compare-summary-grid,.compare-actions,.compare-modal-grid,.compare-modal-probe-list,.compare-modal-actions{grid-template-columns:1fr}.compare-modal-probe-list{max-height:310px}.compare-modal-card{width:calc(100vw - 24px)}}
@media (orientation:landscape) and (max-width:980px){.compare-modal-probe-list{max-height:180px;grid-template-columns:repeat(3,minmax(0,1fr))}.compare-modal-card{width:min(820px,calc(100vw - 20px))}}

/* v290 Compare workspace cleanup */
.compare-toolbar .mini-pill.active{
  border-color:rgba(31,211,255,.58)!important;
  background:rgba(31,211,255,.16)!important;
  color:var(--text)!important;
}
body.light.page-home .compare-toolbar .mini-pill.active{
  border-color:rgba(0,125,184,.36)!important;
  background:#e8f3f8!important;
  color:#10202f!important;
}


/* v290 Probe globe image upgrade and compare cleanup */
.probe-mini-globe{width:82px;height:82px;position:relative;display:block;flex:0 0 auto}
.probe-mini-globe-stage{position:relative;width:100%;height:100%}
.probe-mini-globe-image{display:block;width:100%;height:100%;object-fit:contain}
.probe-mini-globe-overlay{position:absolute;inset:0;pointer-events:none}
.probe-mini-globe-dot{position:absolute;transform:translate(-50%,-50%);width:8px;height:8px;border-radius:999px;background:#2bd576;border:1.35px solid rgba(3,14,22,.78);opacity:.9;box-shadow:0 0 0 1px rgba(255,255,255,.18)}
.probe-mini-globe-dot.is-muted{background:var(--probe-unavailable-red);opacity:.82}
.probe-mini-globe-dot.is-compare-selected:not(.is-active){background:#8ee5a8}
.probe-mini-globe-dot.is-active{width:11px;height:11px;background:#ffdf5d;border:1.7px solid #08202e;opacity:1;box-shadow:0 0 0 2px rgba(255,255,255,.24),0 0 6px rgba(255,223,93,.8)}
.probe-mini-globe-dot.is-running{animation:miniGlobePulse 1.3s ease-in-out infinite}
.compare-selected-strip{gap:0}
body.light.page-home .probe-mini-globe-dot{border-color:#ffffff;box-shadow:0 0 0 1px rgba(0,125,184,.12)}
body.light.page-home .probe-mini-globe-dot.is-compare-selected:not(.is-active){background:#2bd576}
body.light.page-home .probe-mini-globe-dot.is-active{background:#ff3b4e;border-color:#ffffff;box-shadow:0 0 0 2px rgba(255,255,255,.84),0 0 5px rgba(255,59,78,.55)}
@media (max-width:680px){.probe-mini-globe{width:68px;height:68px}}


/* v291 Compare execution, tab contrast, and screenshot-safe color cleanup */
.dev-preview-banner{color:#fff!important}
.dev-preview-banner strong,.dev-preview-banner span{color:#fff!important;text-shadow:0 1px 0 rgba(0,0,0,.16)}
body.light .dev-preview-banner{color:#fff!important}

.probe-mode-tabs{
  background:rgba(3,18,27,.54)!important;
  border-color:rgba(31,211,255,.22)!important;
}
.probe-mode-tab{
  color:#a9bfcd!important;
}
.probe-mode-tab.active{
  background:linear-gradient(180deg,rgba(31,211,255,.22),rgba(31,211,255,.12))!important;
  border:1px solid rgba(31,211,255,.34)!important;
  color:#f2fbff!important;
  box-shadow:inset 0 0 0 1px rgba(255,255,255,.045),0 4px 14px rgba(0,0,0,.12)!important;
}
body.light.page-home .probe-mode-tabs{
  background:#ffffff!important;
  border-color:rgba(16,32,47,.16)!important;
  box-shadow:inset 0 0 0 1px rgba(255,255,255,.65)!important;
}
body.light.page-home .probe-mode-tab{
  color:#536778!important;
}
body.light.page-home .probe-mode-tab.active{
  background:linear-gradient(180deg,#e7f3f9,#dbeef7)!important;
  border:1px solid rgba(0,125,184,.28)!important;
  color:#10202f!important;
  box-shadow:inset 0 0 0 1px rgba(255,255,255,.9),0 4px 12px rgba(16,32,47,.045)!important;
}

body.page-home .compare-workspace{
  background:linear-gradient(180deg,rgba(8,34,48,.98),rgba(7,25,36,.96))!important;
  border-color:rgba(31,211,255,.30)!important;
  box-shadow:inset 0 0 0 1px rgba(255,255,255,.035),0 10px 22px rgba(0,0,0,.12)!important;
  color:#eef8ff!important;
}
body.page-home .compare-summary-card,
body.page-home .compare-lane-card,
body.page-home .compare-lane-placeholder{
  background:rgba(2,15,23,.58)!important;
  border-color:rgba(31,211,255,.18)!important;
  color:#eef8ff!important;
}
body.page-home .compare-head p,
body.page-home .compare-count,
body.page-home .compare-lane-meta,
body.page-home .compare-lane-placeholder span{
  color:#a8bbc9!important;
}
body.page-home .compare-probe-chip{
  background:rgba(2,15,23,.48)!important;
  border-color:rgba(255,255,255,.13)!important;
  color:#eef8ff!important;
}
body.page-home .compare-probe-chip.is-visible{
  background:rgba(31,211,255,.095)!important;
  border-color:rgba(31,211,255,.32)!important;
}
body.light.page-home .compare-workspace{
  background:#f7f9fb!important;
  color:#10202f!important;
}
body.light.page-home .compare-summary-card,
body.light.page-home .compare-lane-card,
body.light.page-home .compare-lane-placeholder{
  background:#ffffff!important;
  border-color:rgba(16,32,47,.16)!important;
  color:#10202f!important;
}
body.light.page-home .compare-lane-meta{
  color:#526678!important;
}

.compare-lane-grid{
  display:grid;
  grid-template-columns:repeat(2,minmax(0,1fr));
  gap:10px;
}
.compare-lane-card{
  display:grid;
  gap:8px;
  min-width:0;
  padding:12px;
  border:1px solid rgba(255,255,255,.12);
  border-radius:15px;
}
.compare-lane-card.is-running{
  border-color:rgba(31,211,255,.34)!important;
}
.compare-lane-card.is-ok{
  border-color:rgba(43,213,118,.28)!important;
}
.compare-lane-card.is-error{
  border-color:rgba(255,83,102,.38)!important;
}
.compare-lane-head{
  display:flex;
  justify-content:space-between;
  gap:10px;
  align-items:center;
  min-width:0;
}
.compare-lane-head strong{
  min-width:0;
  overflow:hidden;
  text-overflow:ellipsis;
  white-space:nowrap;
}
.compare-lane-head span{
  font-size:.7rem;
  font-weight:900;
  letter-spacing:.08em;
  text-transform:uppercase;
  color:#38e28a;
}
.compare-lane-card.is-error .compare-lane-head span{color:#ff6778}
.compare-lane-card.is-running .compare-lane-head span{color:#1fd3ff}
.compare-lane-meta{
  font-size:.75rem;
  line-height:1.35;
}
.compare-lane-output{
  max-height:180px;
  overflow:auto;
  white-space:pre-wrap;
  word-break:break-word;
  overflow-wrap:anywhere;
  padding:9px;
  border-radius:11px;
  background:rgba(0,0,0,.22);
  border:1px solid rgba(255,255,255,.08);
  font-size:.72rem;
  line-height:1.38;
}
body.light.page-home .compare-lane-output{
  background:#f2f6f9;
  border-color:rgba(16,32,47,.12);
  color:#10202f;
}
@media (max-width:680px){
  .compare-lane-grid{grid-template-columns:1fr}
  .compare-lane-output{max-height:150px}
}

/* v292 Compare inline configuration and target detection polish */
.compare-head{align-items:center}.compare-configure-mini{flex:0 0 auto;padding:7px 10px;font-size:.76rem}.compare-edit-card{appearance:none;text-align:left;cursor:pointer}.compare-edit-card small{display:block;min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font-size:.68rem;font-weight:800;color:#91a8b8}.compare-edit-card.is-open{border-color:rgba(31,211,255,.42)!important;box-shadow:inset 0 0 0 1px rgba(31,211,255,.12)}.compare-inline-editor{display:grid;gap:8px}.compare-inline-editor.hidden{display:none!important}.compare-inline-card{display:grid;gap:10px;padding:11px;border-radius:15px;border:1px solid rgba(31,211,255,.18);background:rgba(2,15,23,.44)}.compare-inline-title{font-size:.68rem;font-weight:900;letter-spacing:.14em;text-transform:uppercase;color:#9fdfff}.compare-detected-note{font-size:.78rem;line-height:1.35;color:#a9bfcd}.compare-detected-note[data-kind="ok"]{color:#38e28a}.compare-detected-note[data-kind="warn"]{color:#ffcf66}.compare-inline-probe-list{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:8px;max-height:300px;overflow:auto;padding:2px}.compare-probe-chip span:not(.compare-probe-dot){font-size:.82rem;font-weight:900;letter-spacing:.01em}.compare-probe-chip small{font-size:.67rem;color:#c5d5e0;font-weight:900;letter-spacing:.08em}.compare-probe-chip.is-visible small{color:#e5faff}.compare-probe-chip.is-hidden small{color:#9aacba}.compare-probe-chip.is-visible{box-shadow:inset 0 0 0 1px rgba(31,211,255,.08)}body.light.page-home .compare-edit-card small{color:#35566b!important}body.light.page-home .compare-inline-card{background:#ffffff;border-color:rgba(0,125,184,.22);color:#10202f}body.light.page-home .compare-inline-title{color:#0f6f99}body.light.page-home .compare-detected-note{color:#536778}body.light.page-home .compare-detected-note[data-kind="ok"]{color:#12834f}body.light.page-home .compare-detected-note[data-kind="warn"]{color:#a35f00}body.light.page-home .compare-probe-chip span:not(.compare-probe-dot){color:#10202f!important}body.light.page-home .compare-probe-chip small{color:#466174!important}body.light.page-home .compare-probe-chip.is-visible{background:#dff0f8!important;border-color:rgba(0,125,184,.38)!important}body.light.page-home .compare-probe-chip.is-visible small{color:#0f6f99!important}body.light.page-home .compare-probe-chip.is-hidden{background:#f4f7f9!important;color:#6c7d8c!important}.tool-field-example[data-kind="ok"]{color:#38e28a}.tool-field-example[data-kind="warn"]{color:#ffcf66}body.light.page-home .tool-field-example[data-kind="ok"]{color:#12834f}body.light.page-home .tool-field-example[data-kind="warn"]{color:#a35f00}@media (max-width:680px){.compare-head{grid-template-columns:1fr auto}.compare-configure-mini{padding:6px 9px}.compare-inline-probe-list{grid-template-columns:1fr;max-height:340px}.compare-summary-card small{white-space:normal}}

/* v293 Compare inline editor placement correction */
.compare-summary-item{display:grid;gap:8px;min-width:0}.compare-summary-item>.compare-summary-card{width:100%}.compare-summary-item.is-open{align-content:start}.compare-summary-item.is-open>.compare-summary-card{border-color:rgba(31,211,255,.42)!important;box-shadow:inset 0 0 0 1px rgba(31,211,255,.12)}.compare-summary-item>.compare-inline-editor{margin-top:-2px}.compare-summary-item>.compare-inline-editor .compare-inline-card{border-top-left-radius:12px;border-top-right-radius:12px}.compare-summary-item>.compare-inline-editor .compare-option-row,.compare-summary-item>.compare-inline-editor .compare-preset-row{margin-top:0}.compare-summary-item>.compare-inline-editor .compare-inline-probe-list{max-height:360px}body.light.page-home .compare-summary-item.is-open>.compare-summary-card{border-color:rgba(0,125,184,.30)!important;box-shadow:inset 0 0 0 1px rgba(0,125,184,.08)}
@media (min-width:681px){.compare-summary-item.is-open{grid-column:1/-1}.compare-summary-item.is-open>.compare-summary-card{max-width:none}.compare-summary-item.is-open>.compare-inline-editor .compare-inline-probe-list{grid-template-columns:repeat(2,minmax(0,1fr))}}
@media (max-width:680px){.compare-summary-grid{gap:10px}.compare-summary-item{gap:7px}.compare-summary-item>.compare-inline-editor .compare-inline-card{padding:10px}.compare-summary-item>.compare-inline-editor .compare-option-row,.compare-summary-item>.compare-inline-editor .compare-preset-row{gap:7px}.compare-summary-item>.compare-inline-editor .compare-inline-probe-list{max-height:360px}}

/* v294 Compare focus and probe-selection interaction corrections */
.compare-selection-highlight{
  outline:2px solid rgba(31,211,255,.42);
  outline-offset:4px;
  border-radius:16px;
  transition:outline-color .18s ease, outline-offset .18s ease;
}
.compare-probe-chip.is-disabled{
  opacity:.46;
  cursor:not-allowed;
}
.compare-probe-chip.is-disabled .compare-probe-dot{
  opacity:.55;
}
body.light.page-home .compare-selection-highlight{
  outline-color:rgba(0,125,184,.34);
}
body.light.page-home .compare-probe-chip.is-hidden:not(.is-disabled){
  background:#ffffff;
  border-color:rgba(16,32,47,.16);
}
body.light.page-home .compare-probe-chip.is-disabled{
  background:#f7f9fb;
  color:#82919d;
}


/* v295 Compare Pro Layout Pass: workspace focus, compact lanes, and raw-output controls */
body.page-home.workspace-focus-mode .details-panel,
body.page-home.workspace-focus-mode .academy-launchpad{display:none!important}
body.page-home.workspace-focus-mode .workbench-shell{width:100%}
@media (min-width:1100px){
  body.page-home.workspace-focus-mode .page{grid-template-columns:minmax(0,1fr)!important;grid-template-areas:"hero" "workbench"!important;max-width:1500px!important}
  body.page-home.workspace-focus-mode .hero{grid-area:hero!important;max-width:1120px!important}
  body.page-home.workspace-focus-mode .workbench-shell{grid-area:workbench!important}
}
body.page-home .settings-panel #workspaceFocusToggleBtn.active{border-color:rgba(31,211,255,.55)!important;background:rgba(31,211,255,.14)!important}
body.light.page-home .settings-panel #workspaceFocusToggleBtn.active{background:#e0f2fb!important;border-color:rgba(0,125,184,.42)!important;color:#10202f!important}
.compare-actions-after-probes{margin-top:8px;margin-bottom:6px}.compare-actions-after-probes .compare-run-btn{width:100%}
.compare-lane-grid{align-items:start}
.compare-lane-card{gap:6px!important;padding:9px!important}.compare-lane-head{gap:6px!important}.compare-lane-head strong{font-size:.78rem!important;line-height:1.1}.compare-lane-head span{font-size:.58rem!important}.compare-lane-meta{font-size:.62rem!important;line-height:1.22!important;min-height:1.55em}.compare-lane-output-wrap{display:grid;gap:5px;min-width:0}.compare-lane-output-head{display:flex;align-items:center;justify-content:space-between;gap:6px;padding-top:4px;border-top:1px solid rgba(255,255,255,.09);font-size:.55rem;font-weight:900;letter-spacing:.12em;text-transform:uppercase;color:#9fdfff}.compare-lane-output-actions{display:inline-flex;gap:4px;align-items:center}.compare-lane-output-actions .mini-pill{padding:3px 6px!important;font-size:.52rem!important;line-height:1.1;border-radius:8px}.compare-lane-output{max-height:92px!important;min-height:38px;font-size:.54rem!important;line-height:1.24!important;padding:7px!important;-webkit-overflow-scrolling:touch;overscroll-behavior:contain;touch-action:auto}.compare-lane-card.is-raw-collapsed .compare-lane-output{max-height:38px!important;overflow:hidden}.compare-raw-card{width:min(980px,calc(100vw - 24px));max-height:calc(100dvh - 24px);display:grid;grid-template-rows:auto minmax(0,1fr)}.compare-raw-full{min-height:0;max-height:calc(100dvh - 130px);overflow:auto;white-space:pre-wrap;overflow-wrap:anywhere;padding:14px;border-radius:14px;background:rgba(0,0,0,.30);border:1px solid rgba(255,255,255,.10);font-size:.72rem;line-height:1.35;-webkit-overflow-scrolling:touch}body.light.page-home .compare-lane-output-head{border-top-color:rgba(16,32,47,.12);color:#0f6f99}body.light.page-home .compare-raw-full{background:#f2f6f9;border-color:rgba(16,32,47,.14);color:#10202f}
@media (max-width:680px){
  body.page-home .compare-lane-grid{grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:7px!important}
  body.page-home .compare-lane-placeholder{padding:9px!important;min-width:0}
  body.page-home .compare-lane-placeholder strong{font-size:.88rem!important;line-height:1.15}
  body.page-home .compare-lane-placeholder span{font-size:.68rem!important;line-height:1.25}
  body.page-home .compare-lane-card{border-radius:12px!important;padding:7px!important;gap:5px!important;min-width:0}
  body.page-home .compare-lane-head{display:grid!important;grid-template-columns:minmax(0,1fr) auto;align-items:start}
  body.page-home .compare-lane-head strong{font-size:.64rem!important;line-height:1.08!important;white-space:normal!important;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical}
  body.page-home .compare-lane-head span{font-size:.48rem!important;letter-spacing:.06em!important}
  body.page-home .compare-lane-meta{font-size:.52rem!important;line-height:1.16!important;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}
  body.page-home .compare-lane-output-head{font-size:.46rem!important;letter-spacing:.08em!important;gap:4px!important}
  body.page-home .compare-lane-output-actions .mini-pill{font-size:.45rem!important;padding:3px 5px!important}
  body.page-home .compare-lane-output{font-size:.46rem!important;line-height:1.18!important;max-height:70px!important;padding:6px!important;border-radius:9px!important}
  body.page-home .compare-lane-card.is-raw-collapsed .compare-lane-output{max-height:32px!important}
  body.page-home .compare-probe-chip span:not(.compare-probe-dot){font-size:.76rem!important}
  body.page-home .compare-probe-chip small{font-size:.55rem!important;letter-spacing:.08em!important}
}
@media (min-width:760px){body.page-home .compare-lane-grid{grid-template-columns:repeat(3,minmax(0,1fr))!important}}
@media (min-width:1180px){body.page-home .compare-lane-grid{grid-template-columns:repeat(4,minmax(0,1fr))!important}}

/* v296 Raw Console + Workspace Focus polish */
body.page-home .console-shell{
  display:grid!important;
  gap:6px!important;
  min-width:0!important;
  overflow:hidden!important;
}
body.page-home .console-output-tools{
  display:flex!important;
  align-items:center!important;
  justify-content:space-between!important;
  gap:8px!important;
  padding:6px 8px!important;
  border-radius:12px!important;
  background:rgba(255,255,255,.035)!important;
  border:1px solid rgba(255,255,255,.07)!important;
  min-width:0!important;
}
body.page-home .console-output-title{
  min-width:0!important;
  overflow:hidden!important;
  text-overflow:ellipsis!important;
  white-space:nowrap!important;
  color:#9fdfff!important;
  font:900 .58rem/1.1 var(--mono)!important;
  letter-spacing:.12em!important;
  text-transform:uppercase!important;
}
body.page-home .console-output-actions{display:inline-flex!important;align-items:center!important;gap:5px!important;flex:0 0 auto!important}
body.page-home .console-output-actions .mini-pill{font-size:.56rem!important;line-height:1.1!important;padding:4px 7px!important;border-radius:9px!important}
body.page-home .console-output{
  min-height:124px!important;
  max-height:min(34vh,360px)!important;
  overflow:auto!important;
  overscroll-behavior:contain!important;
  -webkit-overflow-scrolling:touch!important;
  font-size:.68rem!important;
  line-height:1.25!important;
  padding:12px 46px 12px 12px!important;
}
body.page-home .console-shell.is-console-preview .console-output{max-height:min(24vh,230px)!important}
body.page-home .console-shell:not(.is-console-preview) .console-output{max-height:min(46vh,520px)!important}
body.light.page-home .console-output-tools{background:#eef4f8!important;border-color:rgba(16,32,47,.14)!important;color:#10202f!important}
body.light.page-home .console-output-title{color:#0f6f99!important}
.console-raw-card{width:min(1100px,calc(100vw - 24px));max-height:calc(100dvh - 24px);display:grid;grid-template-rows:auto minmax(0,1fr)}
.console-raw-full{min-height:0;max-height:calc(100dvh - 130px);overflow:auto;white-space:pre-wrap;overflow-wrap:anywhere;padding:14px;border-radius:14px;background:rgba(0,0,0,.30);border:1px solid rgba(255,255,255,.10);font-size:.72rem;line-height:1.35;-webkit-overflow-scrolling:touch}
body.light .console-raw-full{background:#f2f6f9;border-color:rgba(16,32,47,.14);color:#10202f}
body.page-home .compare-lane-output-wrap{
  display:grid!important;
  gap:5px!important;
  min-width:0!important;
  width:100%!important;
  max-width:100%!important;
  overflow:hidden!important;
  box-sizing:border-box!important;
  padding:5px!important;
  border-radius:11px!important;
  background:rgba(0,0,0,.12)!important;
  border:1px solid rgba(255,255,255,.06)!important;
}
body.page-home .compare-lane-output-head{
  display:grid!important;
  grid-template-columns:minmax(0,1fr) auto!important;
  align-items:center!important;
  gap:5px!important;
  min-width:0!important;
  width:100%!important;
  padding:0!important;
  margin:0!important;
  border-top:0!important;
}
body.page-home .compare-lane-output-head > span:first-child{min-width:0!important;overflow:hidden!important;text-overflow:ellipsis!important;white-space:nowrap!important}
body.page-home .compare-lane-output-actions{justify-self:end!important;display:inline-flex!important;gap:3px!important;min-width:0!important;flex-shrink:0!important}
body.page-home .compare-lane-output-actions .mini-pill{font-size:.48rem!important;padding:3px 5px!important;border-radius:8px!important;min-width:auto!important}
body.page-home .compare-lane-output-actions .compare-output-expand{width:17px!important;height:17px!important;padding:0!important;font-size:.58rem!important}
body.page-home .compare-lane-output{box-sizing:border-box!important;width:100%!important;max-width:100%!important;margin:0!important;background:rgba(0,0,0,.18)!important;border-color:rgba(255,255,255,.07)!important}
body.light.page-home .compare-lane-output-wrap{background:#edf4f8!important;border-color:rgba(16,32,47,.10)!important}
body.light.page-home .compare-lane-output{background:#f7fafc!important;border-color:rgba(16,32,47,.10)!important}

body.page-home .compare-output-expand{
  display:inline-grid!important;
  place-items:center!important;
  width:18px!important;
  height:18px!important;
  padding:0!important;
  font-size:.62rem!important;
  line-height:1!important;
}
@media (orientation:landscape) and (max-height:700px) and (min-width:720px){
  body.page-home.workspace-focus-mode .compare-lane-grid{grid-template-columns:repeat(4,minmax(0,1fr))!important}
}
@media (min-width:860px){
  body.page-home.workspace-focus-mode .compare-lane-grid{grid-template-columns:repeat(4,minmax(0,1fr))!important}
}
@media (orientation:landscape) and (max-height:620px){
  body.page-home .compare-lane-output-wrap{padding:4px!important;border-radius:10px!important;gap:4px!important}
  body.page-home .compare-lane-output-head{gap:4px!important}
  body.page-home .compare-lane-output-actions .mini-pill{font-size:.42rem!important;padding:2px 4px!important}
  body.page-home .compare-lane-output-actions .compare-output-expand{width:15px!important;height:15px!important;padding:0!important;font-size:.5rem!important}
  body.page-home .compare-lane-output{font-size:.42rem!important;line-height:1.14!important;max-height:58px!important;padding:5px!important}
  body.page-home .console-output-tools{padding:5px 7px!important}
  body.page-home .console-output{max-height:min(34vh,260px)!important;font-size:.58rem!important;line-height:1.2!important}
}
body.page-home.workspace-focus-mode .details-panel,
body.page-home.workspace-focus-mode .academy-launchpad{display:none!important}
body.page-home.workspace-focus-mode .page{
  grid-template-columns:minmax(0,1fr)!important;
  grid-template-areas:"hero" "workbench"!important;
  max-width:min(1800px,calc(100vw - 24px))!important;
  width:100%!important;
  justify-content:stretch!important;
}
body.page-home.workspace-focus-mode .hero{grid-area:hero!important;width:100%!important;max-width:1200px!important;justify-self:center!important}
body.page-home.workspace-focus-mode .workbench-shell,
body.page-home.workspace-focus-mode .console.card.workbench-shell{
  grid-area:workbench!important;
  width:100%!important;
  max-width:none!important;
  justify-self:stretch!important;
  align-self:start!important;
}
body.page-home.workspace-focus-mode .console-main{width:100%!important;max-width:none!important}
body.page-home.workspace-focus-mode .compare-workspace{width:100%!important;max-width:none!important}
@media (orientation:landscape) and (max-height:620px){
  body.page-home.workspace-focus-mode .shell{padding-left:max(8px,env(safe-area-inset-left))!important;padding-right:max(8px,env(safe-area-inset-right))!important}
  body.page-home.workspace-focus-mode .page{max-width:calc(100vw - 16px)!important}
  body.page-home.workspace-focus-mode .workbench-shell{margin-left:0!important;margin-right:0!important}
}

/* v298 Compare run-action recovery and visibility polish */
body.page-home .compare-actions-after-probes{margin-top:10px!important;margin-bottom:9px!important}
body.page-home .compare-actions-after-probes .compare-run-btn{width:100%!important;min-height:42px!important;border-radius:14px!important;border-color:rgba(31,211,255,.48)!important;background:linear-gradient(180deg,rgba(31,211,255,.18),rgba(0,255,139,.10))!important;color:var(--text)!important;font-weight:900!important;letter-spacing:.01em!important;box-shadow:0 10px 22px rgba(0,0,0,.14),inset 0 0 0 1px rgba(255,255,255,.04)!important}
body.page-home .compare-actions-after-probes .compare-run-btn:hover,body.page-home .compare-actions-after-probes .compare-run-btn:focus-visible{border-color:rgba(31,211,255,.72)!important;box-shadow:0 0 0 3px rgba(31,211,255,.14),0 12px 24px rgba(0,0,0,.16)!important}
body.page-home .compare-actions-after-probes .compare-run-btn[disabled],body.page-home .compare-actions-after-probes .compare-run-btn.is-running{opacity:.78!important;cursor:wait!important}
body.light.page-home .compare-actions-after-probes .compare-run-btn{background:linear-gradient(180deg,#e4f6ff,#dff4ed)!important;color:#10202f!important;border-color:rgba(0,125,184,.42)!important;box-shadow:0 8px 20px rgba(16,32,47,.08),inset 0 0 0 1px rgba(255,255,255,.55)!important}

/* v299 Mobile portrait Compare lane width tuning */
@media (max-width:680px) and (orientation:portrait){
  body.page-home .probe-selector-wrap.probe-workspace{
    padding-left:8px!important;
    padding-right:8px!important;
  }
  body.page-home .compare-workspace{
    padding:8px!important;
    gap:8px!important;
    border-radius:14px!important;
  }
  body.page-home .compare-lane-grid{
    grid-template-columns:repeat(2,minmax(0,1fr))!important;
    gap:5px!important;
  }
  body.page-home .compare-lane-card{
    padding:5px!important;
    gap:4px!important;
    border-radius:10px!important;
  }
  body.page-home .compare-lane-head{
    gap:4px!important;
  }
  body.page-home .compare-lane-head strong{
    font-size:.60rem!important;
    line-height:1.04!important;
    -webkit-line-clamp:2!important;
  }
  body.page-home .compare-lane-head span{
    font-size:.43rem!important;
    letter-spacing:.055em!important;
  }
  body.page-home .compare-lane-meta{
    font-size:.48rem!important;
    line-height:1.10!important;
  }
  body.page-home .compare-lane-output-wrap{
    padding:3px!important;
    gap:3px!important;
    border-radius:8px!important;
  }
  body.page-home .compare-lane-output-head{
    gap:3px!important;
  }
  body.page-home .compare-lane-output-head > span:first-child{
    font-size:.42rem!important;
    letter-spacing:.06em!important;
  }
  body.page-home .compare-output-expand{
    width:14px!important;
    height:14px!important;
    font-size:.48rem!important;
  }
  body.page-home .compare-lane-output{
    font-size:.40rem!important;
    line-height:1.10!important;
    max-height:68px!important;
    padding:3px!important;
    border-radius:7px!important;
    letter-spacing:-.012em!important;
  }
  body.page-home .compare-lane-card.is-raw-collapsed .compare-lane-output{
    max-height:30px!important;
  }
}

/* v300 UI token guide implementation: shared colors, widths, button sizing, chevrons, and zoom icon. /status pills intentionally untouched. */
:root{
  --setting-chip-active-bg:rgba(31,211,255,.12);
  --setting-chip-active-border:rgba(31,211,255,.55);
  --setting-chip-active-text:var(--text);
  --setting-chip-active-shadow:inset 0 0 0 1px rgba(31,211,255,.08);
  --status-healthy:#2bd576;
  --status-warning:#ffbf3f;
  --status-danger:#ff6476;
  --status-info:#1fd3ff;
  --status-muted:#8fa4b5;
  --layout-mobile-portrait-gutter:12px;
  --layout-mobile-landscape-shell:1180px;
  --layout-tablet-portrait-shell:1000px;
  --layout-tablet-landscape-shell:1280px;
  --layout-desktop-shell:1320px;
  --layout-desktop-focus-shell:1500px;
  --compact-pill-pad-y:6px;
  --compact-pill-pad-x:10px;
  --compact-pill-radius:999px;
}
body.light{
  --setting-chip-active-bg:#e8f3f8;
  --setting-chip-active-border:rgba(0,125,184,.36);
  --setting-chip-active-text:#10202f;
  --setting-chip-active-shadow:inset 0 0 0 1px rgba(0,125,184,.08);
  --status-healthy:#12834f;
  --status-warning:#a35f00;
  --status-danger:#b8243a;
  --status-info:#007db8;
  --status-muted:#536778;
}
body.page-home .settings-panel .mini-pill.active,
body.page-home .settings-panel #rawToggleBtn.active,
body.page-home .settings-panel #proToggleBtn.active,
body.page-home .settings-panel #workspaceFocusToggleBtn.active{
  border-color:var(--setting-chip-active-border)!important;
  background:var(--setting-chip-active-bg)!important;
  color:var(--setting-chip-active-text)!important;
  box-shadow:var(--setting-chip-active-shadow)!important;
}
body.page-home .compare-choice.active,
body.page-home .compare-option-row .mini-pill.active,
body.page-home .compare-preset-row .mini-pill.active,
body.page-home .probe-mode-tab.active{
  border-color:var(--setting-chip-active-border)!important;
  background:var(--setting-chip-active-bg)!important;
  color:var(--setting-chip-active-text)!important;
  box-shadow:var(--setting-chip-active-shadow)!important;
}
body.page-home .compare-head{
  display:grid!important;
  grid-template-columns:minmax(0,1fr) auto!important;
  align-items:start!important;
}
body.page-home .compare-configure-mini{
  justify-self:end!important;
  align-self:start!important;
  padding:var(--compact-pill-pad-y) var(--compact-pill-pad-x)!important;
  min-height:0!important;
  line-height:1.12!important;
  border-radius:var(--compact-pill-radius)!important;
}
body.page-home .compare-option-row .mini-pill,
body.page-home .compare-preset-row .mini-pill,
body.page-home .compare-toolbar .mini-pill,
body.page-home .probe-mode-tab{
  padding:var(--compact-pill-pad-y) var(--compact-pill-pad-x)!important;
  min-height:0!important;
  line-height:1.12!important;
  border-radius:var(--compact-pill-radius)!important;
  font-size:.74rem!important;
}
body.page-home .compare-summary-card{
  padding:8px 10px!important;
  gap:2px!important;
  border-radius:12px!important;
  min-height:0!important;
}
body.page-home .compare-summary-card span{font-size:.58rem!important;line-height:1.1!important}
body.page-home .compare-summary-card strong{font-size:.82rem!important;line-height:1.12!important}
body.page-home .compare-summary-card small{font-size:.60rem!important;line-height:1.16!important}
body.page-home .probe-map-v{
  font-size:.78rem!important;
  line-height:1.18!important;
  white-space:nowrap!important;
  overflow:hidden!important;
  text-overflow:ellipsis!important;
}
body.page-home .probe-map-sub{font-size:.70rem!important;line-height:1.22!important}
body.page-home .compare-output-expand{
  display:inline-grid!important;
  place-items:center!important;
  color:var(--status-info)!important;
  background:rgba(31,211,255,.07)!important;
  border-color:rgba(31,211,255,.22)!important;
}
body.light.page-home .compare-output-expand{
  background:rgba(0,125,184,.07)!important;
  border-color:rgba(0,125,184,.22)!important;
}
body.page-home .compare-expand-svg{
  width:74%!important;
  height:74%!important;
  display:block!important;
  fill:none!important;
  stroke:currentColor!important;
  stroke-width:2.15!important;
  stroke-linecap:round!important;
  stroke-linejoin:round!important;
}
body.page-home .probe-selector-select,
body.page-home .tool-field-select .input,
body.page-home .tool-modal-field-select .input,
body.page-home select.input{
  appearance:none!important;
  -webkit-appearance:none!important;
  -moz-appearance:none!important;
}
body.page-home .probe-selector-select::-ms-expand,
body.page-home .tool-field-select .input::-ms-expand,
body.page-home .tool-modal-field-select .input::-ms-expand,
body.page-home select.input::-ms-expand{display:none!important}
body.page-home .probe-selector-control.mobile-picker-enabled::after,
body.page-home .probe-picker-control.mobile-picker-enabled::after{display:none!important}
body.page-home .probe-picker-trigger-chevron{
  width:16px!important;
  height:16px!important;
  flex-basis:16px!important;
}
body.page-home .probe-picker-trigger-chevron::before{
  left:4px!important;
  top:3px!important;
  width:7px!important;
  height:7px!important;
  border-right-width:2px!important;
  border-bottom-width:2px!important;
}
@media (max-width:680px) and (orientation:portrait){
  body.page-home.workspace-focus-mode .shell{
    width:auto!important;
    max-width:1040px!important;
    padding-left:var(--layout-mobile-portrait-gutter)!important;
    padding-right:var(--layout-mobile-portrait-gutter)!important;
  }
  body.page-home.workspace-focus-mode .page{
    width:auto!important;
    max-width:none!important;
    grid-template-columns:1fr!important;
    grid-template-areas:none!important;
  }
  body.page-home.workspace-focus-mode .workbench-shell,
  body.page-home.workspace-focus-mode .console.card.workbench-shell{
    width:auto!important;
    max-width:none!important;
    margin-left:4px!important;
    margin-right:4px!important;
  }
}
@media (orientation:landscape) and (min-width:821px) and (max-width:1279px){
  body.page-home.workspace-focus-mode .shell{
    width:min(calc(100vw - max(10px, env(safe-area-inset-left)) - max(10px, env(safe-area-inset-right)) - 8px), var(--layout-mobile-landscape-shell))!important;
    max-width:var(--layout-mobile-landscape-shell)!important;
    padding-left:max(24px, calc(env(safe-area-inset-left) + 12px))!important;
    padding-right:max(24px, calc(env(safe-area-inset-right) + 12px))!important;
    margin-left:auto!important;
    margin-right:auto!important;
  }
  body.page-home.workspace-focus-mode .page{
    max-width:none!important;
    grid-template-columns:minmax(0,1fr)!important;
    grid-template-areas:"hero" "workbench"!important;
  }
  body.page-home.workspace-focus-mode .workbench-shell,
  body.page-home.workspace-focus-mode .console.card.workbench-shell{
    width:100%!important;
    max-width:none!important;
    margin-left:0!important;
    margin-right:0!important;
  }
}
@media (min-width:1280px){
  body.page-home.workspace-focus-mode .shell{max-width:var(--layout-desktop-focus-shell)!important}
}
@media (orientation:landscape) and (max-height:620px){
  body.page-home .compare-option-row .mini-pill,
  body.page-home .compare-preset-row .mini-pill,
  body.page-home .compare-toolbar .mini-pill,
  body.page-home .probe-mode-tab{font-size:.68rem!important;padding:5px 8px!important}
  body.page-home .compare-summary-card{padding:7px 9px!important}
}

/* v301 Workspace Focus width repair and smaller output zoom icon.
   Uses docs/UI_STYLE_GUIDE.md anchors: mobile portrait focus width matches focus off;
   mobile landscape focus keeps the same shell width as focus off while reclaiming support panels. */
body.page-home .compare-output-expand{
  width:14px!important;
  height:14px!important;
  min-width:14px!important;
  border-radius:7px!important;
}
body.page-home .compare-expand-svg{
  width:64%!important;
  height:64%!important;
  stroke-width:2!important;
}
@media (max-width:680px) and (orientation:portrait){
  body.page-home .compare-output-expand{
    width:12px!important;
    height:12px!important;
    min-width:12px!important;
  }
  body.page-home .compare-expand-svg{
    width:66%!important;
    height:66%!important;
    stroke-width:2.05!important;
  }
}
@media (orientation:landscape) and (max-height:620px){
  body.page-home .compare-output-expand{
    width:12px!important;
    height:12px!important;
    min-width:12px!important;
  }
}

@media (hover:none) and (pointer:coarse) and (orientation:portrait) and (max-width:820px){
  body.page-home.workspace-focus-mode .shell,
  body.page-home.workspace-focus-mode.is-safari .shell,
  body.is-safari.page-home.workspace-focus-mode .shell{
    width:min(
      var(--site-frame-cap-v156),
      calc(
        100vw
        - max(var(--site-frame-gutter-phone-portrait-v156), env(safe-area-inset-left))
        - max(var(--site-frame-gutter-phone-portrait-v156), env(safe-area-inset-right))
      )
    )!important;
    max-width:var(--site-frame-cap-v156)!important;
    margin-left:auto!important;
    margin-right:auto!important;
    padding:8px 0 34px!important;
  }
  body.page-home.workspace-focus-mode .page{
    display:grid!important;
    grid-template-columns:1fr!important;
    grid-template-areas:
      "hero"
      "workbench"
      "details"
      "academy"!important;
    width:100%!important;
    max-width:none!important;
    row-gap:16px!important;
    column-gap:0!important;
    justify-content:stretch!important;
    align-items:start!important;
  }
  body.page-home.workspace-focus-mode .hero{
    grid-area:hero!important;
    width:100%!important;
    max-width:860px!important;
    justify-self:stretch!important;
  }
  body.page-home.workspace-focus-mode .workbench-shell,
  body.page-home.workspace-focus-mode .console.card.workbench-shell{
    grid-area:workbench!important;
    width:100%!important;
    max-width:none!important;
    justify-self:stretch!important;
    margin-left:4px!important;
    margin-right:4px!important;
  }
  body.page-home.workspace-focus-mode .build-footer{
    grid-column:1 / -1!important;
    width:100%!important;
    max-width:none!important;
    justify-self:stretch!important;
    margin-left:0!important;
    margin-right:0!important;
    text-align:center!important;
  }
}

@media (hover:none) and (pointer:coarse) and (orientation:landscape) and (max-height:620px) and (min-width:700px){
  body.page-home.workspace-focus-mode .shell,
  body.page-home.workspace-focus-mode.is-safari .shell,
  body.is-safari.page-home.workspace-focus-mode .shell{
    width:min(
      var(--site-frame-cap-v156),
      calc(
        100vw
        - max(var(--site-frame-gutter-phone-landscape-v156), env(safe-area-inset-left))
        - max(var(--site-frame-gutter-phone-landscape-v156), env(safe-area-inset-right))
      )
    )!important;
    max-width:var(--site-frame-cap-v156)!important;
    margin-left:auto!important;
    margin-right:auto!important;
    padding:8px 0 44px!important;
  }
  body.page-home.workspace-focus-mode .page{
    display:grid!important;
    grid-template-columns:minmax(0,1fr)!important;
    grid-template-areas:
      "hero"
      "workbench"!important;
    width:100%!important;
    max-width:none!important;
    column-gap:0!important;
    row-gap:14px!important;
    justify-content:stretch!important;
    align-items:start!important;
  }
  body.page-home.workspace-focus-mode .hero{
    grid-area:hero!important;
    width:100%!important;
    max-width:none!important;
    justify-self:stretch!important;
  }
  body.page-home.workspace-focus-mode .workbench-shell,
  body.page-home.workspace-focus-mode .console.card.workbench-shell{
    grid-area:workbench!important;
    width:100%!important;
    max-width:none!important;
    justify-self:stretch!important;
    margin-left:0!important;
    margin-right:0!important;
  }
  body.page-home.workspace-focus-mode .build-footer{
    grid-column:1 / -1!important;
    width:100%!important;
    max-width:none!important;
    justify-self:stretch!important;
    text-align:center!important;
  }
}

/* v302 Compare vocabulary, mobile landscape, arrow standardization, and Safari pull-refresh safety. /status unchanged. */
html,body{overscroll-behavior-y:auto!important}
body.modal-open,html.modal-open{touch-action:auto!important}
body.page-home .compare-command-grid{grid-template-columns:minmax(0,.72fr) minmax(0,1.28fr)!important;align-items:start!important}
body.page-home .compare-static-card{cursor:default!important}
body.page-home .compare-command-options{margin-top:5px!important;gap:6px!important}
body.page-home .compare-static-card .tool-field{margin-top:6px!important}
body.page-home .compare-static-card .input{padding:8px 10px!important;border-radius:12px!important;font-size:16px!important}
body.page-home .compare-static-card #compareTargetDetected{display:none!important}
body.page-home .compare-detected-note{margin-top:4px!important;font-size:.66rem!important;line-height:1.22!important;font-weight:800!important}
body.page-home .compare-selected-strip{gap:2px!important}
body.page-home .compare-selection-helper{font-size:.72rem!important;line-height:1.25!important;color:var(--muted)!important}
body.page-home .compare-results-summary{display:flex;align-items:center;justify-content:space-between;gap:8px;padding:6px 8px;border-radius:12px;border:1px solid rgba(31,211,255,.14);background:rgba(255,255,255,.025);font-size:.68rem;line-height:1.2;color:var(--muted)}
body.page-home .compare-results-summary.has-results{border-color:rgba(0,255,139,.20);background:rgba(0,255,139,.045)}
body.page-home .compare-results-label{font-size:.60rem;font-weight:900;letter-spacing:.14em;text-transform:uppercase;color:#8fb2c7;white-space:nowrap}
body.page-home .compare-unavailable-toggle{display:inline-flex;align-items:center;gap:6px;padding:var(--compact-pill-pad-y) var(--compact-pill-pad-x);border-radius:var(--compact-pill-radius);border:1px solid rgba(255,255,255,.10);background:rgba(255,255,255,.025);color:var(--muted);font-size:.70rem;font-weight:800;line-height:1.12;white-space:nowrap}
body.page-home .compare-unavailable-toggle input{width:13px;height:13px;accent-color:var(--status-info);margin:0}
body.light.page-home .compare-results-summary{background:#f7fafc;border-color:rgba(16,32,47,.12)}
body.light.page-home .compare-results-summary.has-results{background:#f1fbf6;border-color:rgba(18,131,79,.18)}
body.light.page-home .compare-results-label{color:#0f6f99}
body.light.page-home .compare-unavailable-toggle{background:#fff;border-color:rgba(16,32,47,.14);color:#536778}
body.page-home .compare-probe-chip small:empty{display:none!important}
body.page-home .compare-probe-chip:not(.is-disabled) small{display:none!important}
body.page-home .compare-probe-chip.is-disabled small{font-size:.60rem!important;letter-spacing:.10em!important}
/* Standard WhenIP chevrons: one custom down-chevron style derived from Run From. */
body.page-home .issue-chevron,
body.page-home .tool-advanced-chevron,
body.page-home .home-collapse-toggle{color:transparent!important;font-size:0!important;position:relative!important}
body.page-home .issue-chevron::before,
body.page-home .tool-advanced-chevron::before,
body.page-home .home-collapse-toggle::before{content:"";display:inline-block;width:13px;height:13px;background-repeat:no-repeat;background-position:center;background-size:13px 13px;background-image:var(--whenip-chevron-down);transition:transform .18s ease}
body.page-home .issue-panel.expanded .issue-chevron::before,
body.page-home .tool-advanced.is-open .tool-advanced-chevron::before,
body.page-home .home-collapse-toggle[aria-expanded="true"]::before{transform:rotate(180deg)}
body.page-home .home-collapse-toggle::before{position:absolute;left:50%;top:50%;transform:translate(-50%,-50%)}
body.page-home .home-collapse-toggle[aria-expanded="true"]::before{transform:translate(-50%,-50%) rotate(180deg)}
/* Mobile landscape mode switch should be obvious without changing the background treatment. */
@media (orientation:landscape) and (max-height:700px){
  body.page-home .probe-workspace-head{align-items:center!important;gap:10px!important}
  body.page-home .probe-mode-tabs{min-width:min(360px,42vw)!important;justify-content:stretch!important;padding:4px!important}
  body.page-home .probe-mode-tab{flex:1 1 0!important;text-align:center!important;font-size:.82rem!important;padding:7px 12px!important;font-weight:900!important}
  body.page-home .probe-mode-tab.active{box-shadow:inset 0 0 0 2px var(--setting-chip-active-border),var(--setting-chip-active-shadow)!important}
  body.page-home .compare-toolbar .mini-pill,
  body.page-home .compare-unavailable-toggle,
  body.page-home .compare-probe-chip{padding:5px 8px!important;min-height:0!important;border-radius:999px!important;font-size:.68rem!important;line-height:1.08!important}
  body.page-home .compare-probe-chip span:not(.compare-probe-dot){font-size:.68rem!important;letter-spacing:.01em!important}
  body.page-home .compare-probe-chip .compare-probe-dot{width:8px!important;height:8px!important;flex:0 0 8px!important}
  body.page-home .compare-command-grid{grid-template-columns:minmax(0,.58fr) minmax(0,1.42fr)!important;gap:7px!important}
  body.page-home .compare-summary-card{padding:7px 8px!important}
  body.page-home .compare-summary-card strong{font-size:.76rem!important}
  body.page-home .compare-command-options .mini-pill{font-size:.66rem!important;padding:5px 8px!important}
  body.page-home .compare-results-summary{font-size:.62rem!important;padding:5px 7px!important}
}
@media (max-width:680px) and (orientation:portrait){
  body.page-home .compare-command-grid{grid-template-columns:1fr!important;gap:7px!important}
  body.page-home .compare-command-options{gap:6px!important}
  body.page-home .compare-command-options .mini-pill{font-size:.70rem!important;padding:5px 8px!important}
  body.page-home .compare-unavailable-toggle{font-size:.62rem!important;padding:5px 8px!important}
  body.page-home .compare-results-summary{font-size:.62rem!important;padding:5px 7px!important}
}
:root{--whenip-chevron-down:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20' fill='none' stroke='%239fdfff' stroke-width='2.2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M5 7l5 5 5-5'/%3E%3C/svg%3E")}
body.light{--whenip-chevron-down:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20' fill='none' stroke='%23007db8' stroke-width='2.2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M5 7l5 5 5-5'/%3E%3C/svg%3E")}

/* v303 Compare sizing and vocabulary cleanup. /status remains unchanged. */
body.page-home .compare-summary-card #compareSummaryTool,
body.page-home .compare-summary-card #compareSummaryTarget{
  display:none!important;
}
body.page-home .compare-command-grid{
  align-items:start!important;
}
body.page-home .compare-summary-card{
  gap:6px!important;
  padding:9px 10px!important;
}
body.page-home .compare-summary-card>span{
  margin-bottom:0!important;
}
body.page-home .compare-command-options{
  margin-top:0!important;
}
body.page-home .compare-probe-chips{
  gap:6px!important;
  align-items:center!important;
}
body.page-home .compare-probe-chip{
  min-height:0!important;
  padding:5px 9px!important;
  gap:6px!important;
  border-radius:999px!important;
  line-height:1.12!important;
  font-size:.71rem!important;
}
body.page-home .compare-probe-chip span:not(.compare-probe-dot){
  font-size:.71rem!important;
  line-height:1.12!important;
  letter-spacing:.015em!important;
  font-weight:900!important;
}
body.page-home .compare-probe-chip .compare-probe-dot{
  width:8px!important;
  height:8px!important;
  flex:0 0 8px!important;
}
body.page-home .compare-probe-chip small{
  display:none!important;
}
body.page-home .compare-probe-chip.is-disabled{
  opacity:.54!important;
}
body.page-home .compare-actions-after-probes{
  margin-top:8px!important;
  margin-bottom:8px!important;
}
body.page-home .compare-actions-after-probes .compare-run-btn{
  width:min(100%,420px)!important;
  min-height:34px!important;
  padding:8px 14px!important;
  border-radius:12px!important;
  font-size:.86rem!important;
  justify-self:start!important;
}
body.page-home .compare-results-summary{
  margin-top:2px!important;
}
@media (orientation:landscape) and (max-height:700px){
  body.page-home .compare-workspace{
    padding:10px!important;
    gap:8px!important;
  }
  body.page-home .compare-head{
    gap:8px!important;
  }
  body.page-home .compare-command-grid{
    grid-template-columns:minmax(0,.62fr) minmax(0,1.38fr)!important;
    gap:8px!important;
  }
  body.page-home .compare-summary-card{
    padding:7px 8px!important;
    border-radius:12px!important;
  }
  body.page-home .compare-toolbar{
    gap:6px!important;
  }
  body.page-home .compare-toolbar .mini-pill,
  body.page-home .compare-unavailable-toggle,
  body.page-home .compare-probe-chip{
    padding:5px 8px!important;
    font-size:.68rem!important;
    line-height:1.08!important;
  }
  body.page-home .compare-probe-chip span:not(.compare-probe-dot){
    font-size:.68rem!important;
  }
  body.page-home .compare-actions-after-probes .compare-run-btn{
    width:min(100%,320px)!important;
    min-height:32px!important;
    padding:7px 12px!important;
    font-size:.80rem!important;
  }
}
@media (max-width:680px) and (orientation:portrait){
  body.page-home .compare-probe-chips{
    gap:6px!important;
  }
  body.page-home .compare-probe-chip{
    padding:5px 8px!important;
    font-size:.72rem!important;
  }
  body.page-home .compare-probe-chip span:not(.compare-probe-dot){
    font-size:.72rem!important;
  }
  body.page-home .compare-actions-after-probes .compare-run-btn{
    width:100%!important;
    min-height:36px!important;
    padding:8px 12px!important;
  }
}

/* v304 Compare empty-state and probe-pill parity. /status remains unchanged. */
body.page-home .compare-probe-chip,
body.page-home .compare-probe-chip span:not(.compare-probe-dot){
  font-weight:600!important;
}
body.page-home .compare-probe-chip.is-visible span:not(.compare-probe-dot){
  font-weight:600!important;
}
body.page-home .compare-lane-placeholder-ghost{
  min-height:82px;
  opacity:.72;
  background:rgba(255,255,255,.012)!important;
}
body.page-home .compare-lane-placeholder-ghost::before,
body.page-home .compare-lane-placeholder-ghost::after{
  content:"";
  display:block;
  height:10px;
  border-radius:999px;
  background:rgba(255,255,255,.05);
  margin-bottom:8px;
}
body.page-home .compare-lane-placeholder-ghost::after{
  width:62%;
  margin-bottom:0;
  opacity:.72;
}
body.light.page-home .compare-lane-placeholder-ghost{
  background:#fff!important;
}
body.light.page-home .compare-lane-placeholder-ghost::before,
body.light.page-home .compare-lane-placeholder-ghost::after{
  background:rgba(16,32,47,.055);
}
@media (max-width:680px) and (orientation:portrait){
  body.page-home .compare-lane-placeholder-ghost{min-height:86px;}
}

/* v305 Compare pill parity and placeholder preview hardening. /status remains unchanged. */
body.page-home .probe-status-pill,
body.page-home .compare-probe-chip{
  display:inline-flex!important;
  align-items:center!important;
  gap:6px!important;
  min-height:0!important;
  padding:5px 9px!important;
  border-radius:999px!important;
  border-width:1px!important;
  border-style:solid!important;
  font-family:var(--sans)!important;
  font-size:.71rem!important;
  font-weight:600!important;
  line-height:1.12!important;
  letter-spacing:.015em!important;
}
body.page-home .probe-status-code,
body.page-home .compare-probe-chip span:not(.compare-probe-dot){
  font-family:var(--sans)!important;
  font-size:.71rem!important;
  font-weight:600!important;
  line-height:1.12!important;
  letter-spacing:.015em!important;
}
body.page-home .probe-status-dot,
body.page-home .compare-probe-chip .compare-probe-dot{
  width:8px!important;
  height:8px!important;
  flex:0 0 8px!important;
  border-radius:999px!important;
  margin:0!important;
}
body.page-home .compare-lane-grid.is-placeholder-grid{
  grid-template-columns:repeat(2,minmax(0,1fr))!important;
  gap:6px!important;
  align-items:stretch!important;
}
body.page-home .compare-lane-grid.is-placeholder-grid .compare-lane-placeholder{
  display:grid!important;
  grid-template-rows:auto auto minmax(30px,1fr)!important;
  align-content:start!important;
  min-height:104px!important;
  height:100%!important;
  min-width:0!important;
  gap:5px!important;
  padding:8px!important;
  border-radius:10px!important;
  border:1px dashed rgba(255,255,255,.16)!important;
  background:rgba(255,255,255,.018)!important;
  box-sizing:border-box!important;
}
body.page-home .compare-lane-grid.is-placeholder-grid .compare-lane-placeholder strong{
  display:block!important;
  min-width:0!important;
  overflow:hidden!important;
  text-overflow:ellipsis!important;
  white-space:nowrap!important;
  font-size:.64rem!important;
  line-height:1.08!important;
  font-weight:800!important;
}
body.page-home .compare-lane-grid.is-placeholder-grid .compare-lane-placeholder span{
  display:block!important;
  min-width:0!important;
  overflow:hidden!important;
  font-size:.52rem!important;
  line-height:1.18!important;
  color:#93a7b8!important;
}
body.page-home .compare-lane-grid.is-placeholder-grid .compare-lane-placeholder-active::after,
body.page-home .compare-lane-grid.is-placeholder-grid .compare-lane-placeholder-ghost::after{
  content:""!important;
  display:block!important;
  width:100%!important;
  min-height:30px!important;
  margin-top:3px!important;
  border-radius:8px!important;
  border:1px solid rgba(255,255,255,.07)!important;
  background:rgba(0,0,0,.14)!important;
}
body.page-home .compare-lane-grid.is-placeholder-grid .compare-lane-placeholder-ghost::before{
  content:""!important;
  display:block!important;
  width:66%!important;
  height:8px!important;
  margin:1px 0 4px!important;
  border-radius:999px!important;
  background:rgba(255,255,255,.055)!important;
}
body.page-home .compare-lane-grid.is-placeholder-grid .compare-lane-placeholder-ghost{
  opacity:.72!important;
}
body.page-home .compare-lane-grid.is-placeholder-grid .compare-lane-placeholder-ghost:nth-of-type(n+3){
  display:none!important;
}
body.light.page-home .compare-lane-grid.is-placeholder-grid .compare-lane-placeholder{
  background:#ffffff!important;
  border-color:rgba(16,32,47,.18)!important;
  color:#10202f!important;
}
body.light.page-home .compare-lane-grid.is-placeholder-grid .compare-lane-placeholder span{
  color:#526678!important;
}
body.light.page-home .compare-lane-grid.is-placeholder-grid .compare-lane-placeholder-active::after,
body.light.page-home .compare-lane-grid.is-placeholder-grid .compare-lane-placeholder-ghost::after{
  background:#f7fafc!important;
  border-color:rgba(16,32,47,.10)!important;
}
body.light.page-home .compare-lane-grid.is-placeholder-grid .compare-lane-placeholder-ghost::before{
  background:rgba(16,32,47,.065)!important;
}
@media (orientation:landscape), (min-width:760px){
  body.page-home .compare-lane-grid.is-placeholder-grid{
    grid-template-columns:repeat(4,minmax(0,1fr))!important;
    gap:7px!important;
  }
  body.page-home .compare-lane-grid.is-placeholder-grid .compare-lane-placeholder-ghost:nth-of-type(n+3){
    display:grid!important;
  }
}
@media (orientation:landscape) and (min-width:821px) and (max-width:1279px){
  body.page-home .probe-status-pill,
  body.page-home .compare-probe-chip{
    padding:5px 8px!important;
    font-size:.76rem!important;
    font-weight:400!important;
  }
  body.page-home .probe-status-code,
  body.page-home .compare-probe-chip span:not(.compare-probe-dot){
    font-size:.76rem!important;
    font-weight:400!important;
  }
}

/* v307 Compare probe availability parity. /status remains unchanged. */
body.page-home .probe-status-pill,
body.page-home .compare-probe-chip{
  box-sizing:border-box!important;
  min-height:26px!important;
  padding:5px 9px!important;
  font:600 .71rem/1.12 var(--sans)!important;
  letter-spacing:.015em!important;
}
body.page-home .probe-status-code,
body.page-home .compare-probe-chip span:not(.compare-probe-dot){
  font:600 .71rem/1.12 var(--sans)!important;
  letter-spacing:.015em!important;
}
body.page-home .compare-probe-chip[data-status="healthy"] .compare-probe-dot{
  background:#2bd576!important;
  animation:readyDotPulse 2.8s ease-in-out infinite;
}
body.page-home .compare-probe-chip[data-status="unavailable"] .compare-probe-dot,
body.page-home .compare-modal-probe-row[data-status="unavailable"] .compare-probe-dot{
  background:var(--probe-unavailable-red)!important;
  opacity:1!important;
  animation:none!important;
}
body.page-home .compare-modal-probe-row[data-status="healthy"] .compare-probe-dot{
  background:#2bd576!important;
  animation:readyDotPulse 2.8s ease-in-out infinite;
}
body.page-home .compare-probe-chip.is-hidden:not(.is-disabled){
  opacity:1!important;
}
body:not(.light).page-home .compare-probe-chip.is-hidden:not(.is-disabled){
  background:rgba(2,15,23,.42)!important;
  border-color:rgba(255,255,255,.18)!important;
  color:#d7e6f0!important;
}
body.light.page-home .compare-probe-chip.is-hidden:not(.is-disabled){
  background:#ffffff!important;
  border-color:rgba(0,125,184,.28)!important;
  color:#1b3142!important;
}
body.light.page-home .compare-probe-chip.is-disabled,
body.light.page-home .compare-probe-chip.is-disabled:disabled{
  background:#f7f9fb!important;
  border-color:rgba(16,32,47,.12)!important;
  color:#71808c!important;
  opacity:1!important;
}
@media (orientation:landscape) and (min-width:821px) and (max-width:1279px){
  body.page-home .probe-status-pill,
  body.page-home .compare-probe-chip{
    padding:5px 8px!important;
    font:400 .76rem/1.12 var(--sans)!important;
  }
  body.page-home .probe-status-code,
  body.page-home .compare-probe-chip span:not(.compare-probe-dot){
    font:400 .76rem/1.12 var(--sans)!important;
  }
}

/* v307 Compare landscape and explainable-disabled consistency. /status remains unchanged. */
body.compare-preview-open.page-home .action-row.compact-actions{
  display:none!important;
}
body.page-home .compare-probe-chip[aria-disabled="true"],
body.page-home .compare-modal-probe-row[aria-disabled="true"],
body.page-home .probe-picker-row[aria-disabled="true"]{
  cursor:not-allowed!important;
}
body.page-home .compare-modal-probe-row[aria-disabled="true"] input{
  pointer-events:none!important;
}
body.page-home .compare-probe-chip[aria-disabled="true"]:focus-visible,
body.page-home .compare-modal-probe-row[aria-disabled="true"]:focus-within,
body.page-home .probe-picker-row[aria-disabled="true"]:focus-visible{
  outline:2px solid rgba(255,92,112,.45)!important;
  outline-offset:2px!important;
}
@media (orientation:landscape) and (max-height:620px) and (max-width:1024px){
  body.page-home .shell{
    max-width:none!important;
    width:100%!important;
    padding-left:max(10px, env(safe-area-inset-left))!important;
    padding-right:max(10px, env(safe-area-inset-right))!important;
  }
  body.page-home .console-main{
    padding:12px!important;
    gap:8px!important;
  }
  body.page-home .probe-selector-wrap.probe-workspace{
    padding:10px!important;
    gap:9px!important;
  }
  body.page-home .probe-workspace-head{
    grid-template-columns:minmax(0,1fr) minmax(220px,.72fr)!important;
    align-items:center!important;
    gap:10px!important;
  }
  body.page-home .probe-mode-tabs{
    width:100%!important;
  }
  body.page-home .compare-workspace{
    padding:10px!important;
    gap:9px!important;
  }
  body.page-home .compare-head{
    display:grid!important;
    grid-template-columns:minmax(0,1fr) auto!important;
    align-items:start!important;
    gap:8px!important;
  }
  body.page-home .compare-head h2{
    margin-top:1px!important;
    margin-bottom:2px!important;
  }
  body.page-home .compare-head p{
    font-size:.80rem!important;
    line-height:1.28!important;
  }
  body.page-home .compare-summary-grid.compare-command-grid{
    grid-template-columns:minmax(170px,.72fr) minmax(280px,1.28fr)!important;
    gap:8px!important;
  }
  body.page-home .compare-summary-card{
    padding:8px 9px!important;
    gap:3px!important;
  }
  body.page-home .compare-option-row,
  body.page-home .compare-command-options{
    gap:6px!important;
  }
  body.page-home .compare-selected-strip{
    gap:3px!important;
  }
  body.page-home .compare-toolbar{
    display:grid!important;
    grid-template-columns:repeat(4,auto) minmax(0,1fr)!important;
    align-items:center!important;
    gap:6px!important;
  }
  body.page-home .compare-count{
    justify-self:end!important;
    margin-left:0!important;
    white-space:nowrap!important;
  }
  body.page-home .compare-probe-chips{
    gap:6px!important;
  }
  body.page-home .compare-actions-after-probes{
    display:block!important;
  }
  body.page-home .compare-actions-after-probes .compare-run-btn{
    width:min(360px,52vw)!important;
    min-height:32px!important;
    padding:7px 12px!important;
  }
  body.page-home .compare-results-summary{
    margin-top:0!important;
  }
}
@media (orientation:landscape) and (max-height:620px) and (max-width:760px){
  body.page-home .probe-workspace-head,
  body.page-home .compare-summary-grid.compare-command-grid,
  body.page-home .compare-toolbar{
    grid-template-columns:1fr!important;
  }
  body.page-home .compare-count{
    justify-self:start!important;
    white-space:normal!important;
  }
  body.page-home .compare-actions-after-probes .compare-run-btn{
    width:100%!important;
  }
}

/* v308 mobile-landscape Probe Workspace switcher fix. /status remains unchanged. */
@media (orientation:landscape) and (max-height:620px) and (max-width:1024px){
  body.page-home .probe-workspace-head{
    display:grid!important;
    grid-template-columns:1fr!important;
    align-items:stretch!important;
    gap:7px!important;
    margin-bottom:0!important;
  }
  body.page-home .probe-workspace-title-wrap{
    display:flex!important;
    align-items:baseline!important;
    gap:8px!important;
    width:100%!important;
    min-width:0!important;
    overflow:visible!important;
  }
  body.page-home .probe-workspace-title-wrap .probe-selector-label{
    flex:0 0 auto!important;
    white-space:nowrap!important;
    line-height:1.12!important;
  }
  body.page-home .probe-workspace-sub{
    margin:0!important;
    min-width:0!important;
    font-size:.78rem!important;
    line-height:1.22!important;
  }
  body.page-home .probe-mode-tabs{
    display:grid!important;
    grid-template-columns:1fr 1fr!important;
    width:100%!important;
    min-width:0!important;
    max-width:none!important;
    justify-self:stretch!important;
  }
}
@media (orientation:landscape) and (max-height:620px) and (max-width:760px){
  body.page-home .probe-workspace-title-wrap{
    display:grid!important;
    gap:3px!important;
  }
  body.page-home .probe-workspace-sub{
    font-size:.76rem!important;
    line-height:1.18!important;
  }
}

/* v310 inline output expansion and shared copy-button icon polish. /status remains unchanged. */
body.page-home .output-expand-toggle{
  display:inline-flex!important;
  align-items:center!important;
  justify-content:center!important;
  gap:5px!important;
  white-space:nowrap!important;
  font-weight:800!important;
}
body.page-home .output-toggle-svg{
  width:13px!important;
  height:13px!important;
  display:block!important;
  fill:none!important;
  stroke:currentColor!important;
  stroke-width:2.05!important;
  stroke-linecap:round!important;
  stroke-linejoin:round!important;
  flex:0 0 auto!important;
}
body.page-home .console-output-actions .output-expand-toggle{
  min-width:82px!important;
  padding:4px 9px!important;
  color:var(--status-info)!important;
  border-color:rgba(31,211,255,.28)!important;
  background:rgba(31,211,255,.07)!important;
}
body.page-home .console-output-actions .output-expand-toggle.active,
body.page-home .console-output-actions .output-expand-toggle[aria-expanded="true"]{
  border-color:rgba(31,211,255,.52)!important;
  background:rgba(31,211,255,.13)!important;
  box-shadow:inset 0 0 0 1px rgba(31,211,255,.08)!important;
}
body.light.page-home .console-output-actions .output-expand-toggle{
  color:#007db8!important;
  border-color:rgba(0,125,184,.24)!important;
  background:rgba(0,125,184,.07)!important;
}
body.light.page-home .console-output-actions .output-expand-toggle.active,
body.light.page-home .console-output-actions .output-expand-toggle[aria-expanded="true"]{
  border-color:rgba(0,125,184,.42)!important;
  background:#e1f2fa!important;
}
body.page-home .console-shell.is-console-expanded .console-output{
  max-height:min(68vh,760px)!important;
}
body.page-home .compare-lane-output-actions .compare-output-expand.output-expand-toggle{
  width:auto!important;
  height:22px!important;
  min-width:64px!important;
  padding:3px 7px!important;
  border-radius:9px!important;
  font-size:.50rem!important;
  line-height:1!important;
}
body.page-home .compare-lane-output-actions .compare-output-expand.output-expand-toggle .output-toggle-svg{
  width:10px!important;
  height:10px!important;
  stroke-width:2.1!important;
}
body.page-home .compare-lane-card.is-raw-expanded .compare-lane-output{
  max-height:min(42vh,430px)!important;
  min-height:118px!important;
  overflow:auto!important;
}
@media (max-width:680px){
  body.page-home .compare-lane-output-actions .compare-output-expand.output-expand-toggle{
    min-width:56px!important;
    height:19px!important;
    padding:2px 5px!important;
    gap:3px!important;
    font-size:.41rem!important;
    border-radius:8px!important;
  }
  body.page-home .compare-lane-output-actions .compare-output-expand.output-expand-toggle .output-toggle-svg{
    width:8px!important;
    height:8px!important;
  }
  body.page-home .compare-lane-card.is-raw-expanded .compare-lane-output{
    max-height:min(54vh,330px)!important;
    min-height:126px!important;
  }
}
@media (orientation:landscape) and (max-height:620px){
  body.page-home .console-shell.is-console-expanded .console-output{
    max-height:min(58vh,360px)!important;
  }
  body.page-home .compare-lane-card.is-raw-expanded .compare-lane-output{
    max-height:min(46vh,230px)!important;
    min-height:92px!important;
  }
}
body.page-home .copy-icon-btn{
  width:36px!important;
  height:36px!important;
  min-width:36px!important;
  border-radius:11px!important;
  padding:0!important;
  display:inline-grid!important;
  place-items:center!important;
}
body.page-home .small-copy-icon.copy-icon-btn{
  width:34px!important;
  height:34px!important;
  min-width:34px!important;
  border-radius:10px!important;
}
body.page-home .console-copy-btn.copy-icon-btn{
  right:10px!important;
  bottom:10px!important;
}
body.page-home .copy-docs-svg{
  width:15px!important;
  height:15px!important;
  display:block!important;
  fill:none!important;
  stroke:currentColor!important;
  stroke-width:1.65!important;
  stroke-linecap:round!important;
  stroke-linejoin:round!important;
}
body.page-home .small-copy-icon.copy-icon-btn .copy-docs-svg{
  width:14px!important;
  height:14px!important;
}

/* v310 Raw Console action simplification + lighter copy icon. /status remains unchanged. */
body.page-home .console-output-actions{
  display:inline-flex!important;
  align-items:center!important;
  justify-content:flex-end!important;
  gap:8px!important;
}
body.page-home .console-output-actions .output-expand-toggle{
  min-width:92px!important;
}
body.page-home .copy-docs-svg path{
  vector-effect:non-scaling-stroke;
}

/* v311 zoom restoration and compact copy-button refinement. /status remains unchanged. */
html,
body{
  touch-action:auto!important;
}
body.page-home .copy-icon-btn{
  width:31px!important;
  height:31px!important;
  min-width:31px!important;
  border-radius:9px!important;
  padding:0!important;
}
body.page-home .small-copy-icon.copy-icon-btn{
  width:30px!important;
  height:30px!important;
  min-width:30px!important;
  border-radius:9px!important;
}
body.page-home .console-copy-btn.copy-icon-btn{
  right:10px!important;
  bottom:10px!important;
}
body.page-home .copy-docs-svg{
  width:17px!important;
  height:17px!important;
  stroke-width:1.75!important;
}
body.page-home .small-copy-icon.copy-icon-btn .copy-docs-svg{
  width:16px!important;
  height:16px!important;
}
body.page-home .compare-lane-output{
  touch-action:auto!important;
}

/* v313 copy glyph replacement. /status remains unchanged. */
body.page-home .copy-docs-svg{
  width:18px!important;
  height:18px!important;
  stroke-width:1.55!important;
}
body.page-home .small-copy-icon.copy-icon-btn .copy-docs-svg{
  width:17px!important;
  height:17px!important;
}
body.page-home .copy-docs-svg path{
  fill:none!important;
  stroke:currentColor!important;
  stroke-linecap:round!important;
  stroke-linejoin:round!important;
  vector-effect:non-scaling-stroke;
}
body.page-home .copy-docs-svg .copy-docs-back,
body.page-home .copy-docs-svg .copy-docs-back-fold{
  opacity:.72;
}


/* v313 preferred copy icon: simple overlapping rounded-square duplicate glyph. /status remains unchanged. */
body.page-home .copy-docs-svg{
  width:18px!important;
  height:18px!important;
  stroke-width:2!important;
}
body.page-home .small-copy-icon.copy-icon-btn .copy-docs-svg{
  width:17px!important;
  height:17px!important;
}
body.page-home .copy-docs-svg rect{
  fill:none!important;
  stroke:currentColor!important;
  stroke-linecap:round!important;
  stroke-linejoin:round!important;
  vector-effect:non-scaling-stroke;
}
body.page-home .copy-docs-svg .copy-docs-back,
body.page-home .copy-docs-svg .copy-docs-front{
  opacity:1!important;
}

/* v314 raw console copy icon match: plain unboxed duplicate glyph matching user reference. /status remains unchanged. */
body.page-home .copy-docs-svg{
  width:15px!important;
  height:15px!important;
  stroke-width:1.45!important;
}
body.page-home .small-copy-icon.copy-icon-btn .copy-docs-svg{
  width:15px!important;
  height:15px!important;
}
body.page-home .copy-docs-svg rect{
  fill:none!important;
  stroke:currentColor!important;
  stroke-width:inherit!important;
  stroke-linecap:round!important;
  stroke-linejoin:round!important;
  vector-effect:non-scaling-stroke!important;
}
body.page-home .copy-docs-svg .copy-docs-back,
body.page-home .copy-docs-svg .copy-docs-front{
  opacity:1!important;
}
body.page-home .console-copy-btn.copy-icon-btn.copy-icon-plain{
  width:24px!important;
  height:24px!important;
  min-width:24px!important;
  border-radius:0!important;
  padding:0!important;
  right:12px!important;
  bottom:12px!important;
  border-color:transparent!important;
  background:transparent!important;
  box-shadow:none!important;
}
body.page-home .console-copy-btn.copy-icon-btn.copy-icon-plain:hover,
body.page-home .console-copy-btn.copy-icon-btn.copy-icon-plain:focus-visible,
body.light.page-home .console-copy-btn.copy-icon-btn.copy-icon-plain:hover,
body.light.page-home .console-copy-btn.copy-icon-btn.copy-icon-plain:focus-visible{
  border-color:transparent!important;
  background:transparent!important;
  box-shadow:none!important;
  transform:none!important;
}
body.page-home .console-copy-btn.copy-icon-btn.copy-icon-plain .copy-docs-svg{
  width:18px!important;
  height:18px!important;
}

/* v316 copy-button correction: rounded container restored, regular copy glyph matched to link-icon styling. /status remains unchanged. */
body.page-home .copy-icon-btn{
  width:36px!important;
  height:36px!important;
  min-width:36px!important;
  border-radius:12px!important;
  padding:0!important;
  display:inline-grid!important;
  place-items:center!important;
  color:#bfefff!important;
  border:1px solid rgba(255,255,255,.10)!important;
  background:rgba(255,255,255,.035)!important;
  box-shadow:none!important;
}
body.page-home .copy-icon-btn:hover,
body.page-home .copy-icon-btn:focus-visible{
  transform:translateY(-1px)!important;
  color:#d9f8ff!important;
  border-color:rgba(31,211,255,.36)!important;
  background:rgba(31,211,255,.075)!important;
  box-shadow:0 8px 18px rgba(0,0,0,.12)!important;
}
body.light.page-home .copy-icon-btn{
  color:#007db8!important;
  border-color:rgba(24,38,56,.16)!important;
  background:#fff!important;
  box-shadow:none!important;
}
body.light.page-home .copy-icon-btn:hover,
body.light.page-home .copy-icon-btn:focus-visible{
  color:#006c9f!important;
  border-color:rgba(0,125,184,.28)!important;
  background:#eef7ff!important;
  box-shadow:0 8px 16px rgba(17,28,39,.08)!important;
}
body.page-home .small-copy-icon.copy-icon-btn{
  width:36px!important;
  height:36px!important;
  min-width:36px!important;
  border-radius:12px!important;
}
body.page-home .console-copy-btn.copy-icon-btn{
  width:36px!important;
  height:36px!important;
  min-width:36px!important;
  border-radius:12px!important;
  right:10px!important;
  bottom:10px!important;
}
body.page-home .copy-docs-svg,
body.page-home .small-copy-icon.copy-icon-btn .copy-docs-svg,
body.page-home .console-copy-btn.copy-icon-btn .copy-docs-svg{
  width:15px!important;
  height:15px!important;
  display:block!important;
  fill:none!important;
  stroke:currentColor!important;
  stroke-width:1.75!important;
  stroke-linecap:round!important;
  stroke-linejoin:round!important;
}
body.page-home .copy-docs-svg rect{
  fill:none!important;
  stroke:currentColor!important;
  stroke-width:inherit!important;
  stroke-linecap:round!important;
  stroke-linejoin:round!important;
  vector-effect:non-scaling-stroke!important;
}
body.page-home .copy-docs-svg .copy-docs-back,
body.page-home .copy-docs-svg .copy-docs-front{
  opacity:1!important;
}


/* v316 copy glyph scale correction: keep rounded container, enlarge actual page outlines to match external-link icon presence. /status remains unchanged. */
body.page-home .copy-docs-svg,
body.page-home .small-copy-icon.copy-icon-btn .copy-docs-svg,
body.page-home .console-copy-btn.copy-icon-btn .copy-docs-svg{
  width:18px!important;
  height:18px!important;
  display:block!important;
  fill:none!important;
  stroke:currentColor!important;
  stroke-width:1.75!important;
  stroke-linecap:round!important;
  stroke-linejoin:round!important;
}
body.page-home .copy-docs-svg rect{
  fill:none!important;
  stroke:currentColor!important;
  stroke-width:inherit!important;
  stroke-linecap:round!important;
  stroke-linejoin:round!important;
  vector-effect:non-scaling-stroke!important;
}
body.page-home .copy-docs-svg .copy-docs-back,
body.page-home .copy-docs-svg .copy-docs-front{
  opacity:1!important;
}


/* v317 copy-button color parity: keep v316 glyph and 36px box; match home icon/link button colors. /status remains unchanged. */
body.page-home .copy-icon-btn,
body.page-home .console-copy-btn.copy-icon-btn,
body.page-home .small-copy-icon.copy-icon-btn{
  width:36px!important;
  height:36px!important;
  min-width:36px!important;
  border-radius:12px!important;
  padding:0!important;
  display:inline-grid!important;
  place-items:center!important;
  color:#bfefff!important;
  border-color:var(--pill-line-dark)!important;
  background:rgba(255,255,255,.02)!important;
  box-shadow:none!important;
}
body.page-home .copy-icon-btn:hover,
body.page-home .copy-icon-btn:focus-visible{
  color:#bfefff!important;
  border-color:var(--pill-line-dark-hover)!important;
  background:rgba(31,211,255,.07)!important;
  box-shadow:none!important;
  transform:translateY(-1px)!important;
}
body.light.page-home .copy-icon-btn,
body.light.page-home .console-copy-btn.copy-icon-btn,
body.light.page-home .small-copy-icon.copy-icon-btn{
  color:#007db8!important;
  border-color:var(--pill-line-light)!important;
  background:#f8fafc!important;
  box-shadow:none!important;
}
body.light.page-home .copy-icon-btn:hover,
body.light.page-home .copy-icon-btn:focus-visible{
  color:#007db8!important;
  border-color:var(--pill-line-light-hover)!important;
  background:#f3f8fc!important;
  box-shadow:none!important;
  transform:translateY(-1px)!important;
}
body.page-home .copy-docs-svg,
body.page-home .small-copy-icon.copy-icon-btn .copy-docs-svg,
body.page-home .console-copy-btn.copy-icon-btn .copy-docs-svg{
  width:18px!important;
  height:18px!important;
  stroke:currentColor!important;
  stroke-width:2!important;
}
body.page-home .copy-docs-svg rect{
  fill:none!important;
  stroke:currentColor!important;
  stroke-width:inherit!important;
  stroke-linecap:round!important;
  stroke-linejoin:round!important;
  vector-effect:non-scaling-stroke!important;
}


/* v318 copy-icon perceived-weight correction: keep v316/v317 glyph geometry and 36px button size; only reduce visual stroke weight. /status remains unchanged. */
body.page-home .copy-docs-svg,
body.page-home .small-copy-icon.copy-icon-btn .copy-docs-svg,
body.page-home .console-copy-btn.copy-icon-btn .copy-docs-svg{
  stroke-width:1.38!important;
}
body.page-home .copy-docs-svg rect{
  fill:none!important;
  stroke:currentColor!important;
  stroke-width:1.38!important;
  stroke-linecap:round!important;
  stroke-linejoin:round!important;
  vector-effect:non-scaling-stroke!important;
}
