:root {
  --bg: #f4f6f8;
  --bg-elev: #ffffff;
  --fg: #1a2433;
  --mut: #5c6778;
  --acc: #163a5f;
  --acc-dim: rgba(22, 58, 95, .08);
  --card: #ffffff;
  --line: #d5dee8;
  --ok: #1b7a4c;
  --danger: #b42318;
  --radius: 12px;
  --shadow: 0 1px 2px rgba(22, 58, 95, .06), 0 10px 28px rgba(22, 58, 95, .07);
  --sans: "Segoe UI", "Helvetica Neue", ui-sans-serif, system-ui, sans-serif;
  --mono: ui-monospace, "Cascadia Code", "SF Mono", Menlo, Consolas, monospace;
}
* { box-sizing: border-box }
html { scroll-behavior: smooth; overflow-x: clip }
:target, h1, h2, #result, #main { scroll-margin-top: 4.6rem }
body.public :target, body.public h1, body.public h2, body.public #result, body.public #main { scroll-margin-top: 7.4rem }
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto }
  *, *::before, *::after { transition: none !important; animation: none !important }
}
html, body { min-height: 100% }
body {
  margin: 0;
  font: 16px/1.65 var(--sans);
  background: var(--bg);
  color: var(--fg);
  color-scheme: light;
}
body.app {
  background: var(--bg);
}
body.app h1 {
  letter-spacing: -.03em;
  font-size: clamp(1.7rem, 3.5vw, 2.4rem);
  line-height: 1.15;
  margin: 0 0 .45rem;
}
body.app form.card { max-width: 36rem }
body.public {
  --page: 86.25rem;
  --page-gutter: max(1.25rem, calc((100% - var(--page)) / 2));
  --bg: #dce8ee;
  --fg: #0b1b2c;
  --mut: #5a6a7c;
  --acc: #0a6b73;
  --acc-dim: rgba(14, 143, 130, .12);
  --line: #c3d4e0;
  --ink: #091a2e;
  --glow: #2ec4b6;
  --hero: #091a2e;
  --shadow: 0 1px 2px rgba(6, 21, 37, .07), 0 18px 40px rgba(6, 21, 37, .1);
  --shadow-lg: 0 10px 24px rgba(6, 21, 37, .08), 0 32px 72px rgba(6, 21, 37, .16);
  overflow-x: clip;
  letter-spacing: -.01em;
  background-color: #d9e6ed;
  background-image:
    linear-gradient(rgba(4, 16, 24, .035) 1px, transparent 1px),
    linear-gradient(90deg, rgba(4, 16, 24, .035) 1px, transparent 1px),
    radial-gradient(1100px 520px at 8% -12%, rgba(46, 196, 182, .16), transparent 58%),
    radial-gradient(900px 420px at 96% 6%, rgba(12, 110, 118, .12), transparent 52%),
    linear-gradient(180deg, #d4e4ec 0%, #e4eef3 42%, #eef3f7 100%);
  background-size: 28px 28px, 28px 28px, auto, auto, auto;
}
a { color: var(--acc) }
a:hover { text-decoration: underline }
:focus-visible {
  outline: 2px solid var(--acc);
  outline-offset: 3px;
}
code {
  font-family: var(--mono);
  font-size: .88em;
  background: #eef2f6;
  border: 1px solid var(--line);
  border-radius: 4px;
  padding: .08em .38em;
  color: var(--fg);
}
.skip {
  position: absolute;
  left: -999px;
  top: 0;
}
.skip:focus {
  left: 1rem;
  top: 1rem;
  z-index: 40;
  background: var(--acc);
  color: #fff;
  padding: .5rem 1rem;
  border-radius: 6px;
  text-decoration: none;
  font-weight: 700;
}
.bar {
  position: sticky;
  top: 0;
  z-index: 30;
  isolation: isolate;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 1rem;
  padding: .85rem 1.5rem;
  border-bottom: 1px solid var(--line);
  flex-wrap: wrap;
  background: #fff;
}
.logo {
  color: var(--fg);
  text-decoration: none;
  font-weight: 700;
  letter-spacing: .04em;
  font-size: 1.02rem;
  display: inline-flex;
  align-items: center;
  gap: .6rem;
  line-height: 0;
}
.logo:hover { text-decoration: none; color: var(--fg) }
.logo img {
  width: auto;
  height: 4.35rem;
  display: block;
  border: 0;
  border-radius: 0;
  box-shadow: none;
  max-width: min(26rem, 70vw);
}
.nav-desk {
  display: flex;
  gap: .45rem .9rem;
  align-items: center;
  flex-wrap: wrap;
  margin-left: auto;
}
.nav-tools {
  display: inline-flex;
  align-items: center;
  flex-wrap: wrap;
  gap: .45rem .85rem;
  margin-left: .2rem;
}
.nav-fold { display: none; margin-left: auto }
.nav-fold > summary {
  display: none;
  list-style: none;
  cursor: pointer;
  font-weight: 700;
  font-size: .9rem;
  padding: .38rem .9rem;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--card);
}
.nav-fold > summary::-webkit-details-marker { display: none }
nav { display: flex; gap: .55rem 1rem; align-items: center; flex-wrap: wrap }
nav a { text-decoration: none; color: var(--fg); font-size: .94rem }
nav a:hover { color: var(--acc) }
nav a[aria-current="page"], .lang a[aria-current="true"] { color: var(--acc); font-weight: 600 }
.nav-strong { font-weight: 700 }
.nav-cta {
  background: var(--acc);
  color: #fff !important;
  padding: .38rem .8rem;
  border-radius: 8px;
  font-weight: 700;
  font-size: .86rem;
  letter-spacing: .02em;
  flex-shrink: 0;
  white-space: nowrap;
}
.nav-cta:hover { text-decoration: none; background: #122e4d }
.nav-fold .inline button {
  background: transparent;
  color: var(--fg);
  border: 1px solid var(--line);
  padding: .35rem .8rem;
  font-size: .86rem;
}
.lang {
  display: inline-flex;
  gap: 0;
  margin-left: .1rem;
  padding: .12rem;
  border: 1px solid var(--line);
  border-radius: 6px;
  font-size: .8rem;
}
.lang a {
  padding: .22rem .5rem;
  border-radius: 4px;
  min-height: 2rem;
  display: inline-flex;
  align-items: center;
}
.lang a[aria-current="true"] {
  background: var(--acc-dim);
}
.wrap { max-width: 42rem; margin: 0 auto; padding: 2rem 1.25rem 4.5rem }
.wrap.wide { max-width: 70rem }
body.public .wrap { position: relative; z-index: 1; padding-top: 0 }
body.public .wrap.wide {
  max-width: none;
  padding-left: 0;
  padding-right: 0;
  padding-bottom: 4.5rem;
}
body.public .wrap.wide > *:not(.hero) {
  width: min(var(--page), calc(100% - 2.5rem));
  margin-left: auto;
  margin-right: auto;
}
body.public .wrap > .auth-layout:first-child { padding-top: 1.75rem }
body.public .wrap > :not(.hero):first-child { padding-top: 1.75rem }
body.public .wrap > .page-head:first-child { padding-top: 1.2rem }
body.public .wrap.wide > form.card { max-width: 36rem }
.hero { padding: 2.6rem 0 1.4rem }
.hero h1 {
  letter-spacing: -.038em;
  font-size: clamp(2.05rem, 5.4vw, 3.2rem);
  line-height: 1.14;
  margin: 0 0 .85rem;
  font-weight: 700;
  max-width: 38rem;
  color: var(--fg);
}
.kicker {
  margin: 0 0 .7rem;
  color: var(--acc);
  font-family: var(--mono);
  font-size: .72rem;
  font-weight: 700;
  letter-spacing: .16em;
  text-transform: uppercase;
}
.lede { font-size: 1.12rem; color: var(--mut); max-width: 40rem }
.cta-row { display: flex; flex-wrap: wrap; gap: .75rem; margin: 1.6rem 0 0 }
.btn {
  display: inline-block;
  background: var(--acc);
  color: #fff;
  padding: .78rem 1.2rem;
  text-decoration: none;
  border-radius: 8px;
  font-weight: 700;
  letter-spacing: .01em;
}
.btn:hover { text-decoration: none; background: #122e4d }
body.public .btn {
  background: linear-gradient(180deg, #1298a1 0%, #0c6e76 100%);
  box-shadow: inset 0 1px 0 rgba(255,255,255,.28), 0 10px 22px rgba(12, 110, 118, .22);
  border-radius: 10px;
}
body.public .btn:hover { background: linear-gradient(180deg, #15a8b2 0%, #0a5c64 100%); text-decoration: none }
body.public .nav-cta:hover { background: #7ee7dc }
.btn.ghost {
  background: transparent;
  color: var(--acc);
  border: 1px solid var(--acc);
}
.btn.ghost:hover { background: var(--acc-dim) }
.chips {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  gap: .55rem;
  padding: 0;
  margin: 1.5rem 0 0;
}
.chips li {
  border: 1px solid var(--line);
  background: #fff;
  color: var(--fg);
  border-radius: 999px;
  padding: .35rem .8rem;
  font-size: .86rem;
}
.proof { display: grid; grid-template-columns: repeat(auto-fit, minmax(16rem, 1fr)); gap: 1rem; margin: 2.4rem 0 }
.card, .proof article, .plan {
  background: var(--card);
  padding: 1.3rem 1.4rem;
  border-radius: var(--radius);
  margin: 0;
  border: 1px solid var(--line);
}
.proof article { box-shadow: var(--shadow) }
.proof h2, .card h2 { font-size: 1.08rem; margin: 0 0 .45rem; letter-spacing: -.02em }
.proof p { margin: 0; color: var(--mut) }
.grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(16rem, 1fr)); gap: 1rem; margin: 1.5rem 0 }
.grid a.tile {
  text-decoration: none;
  color: inherit;
  display: block;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  padding: 1.3rem 1.25rem;
  background: var(--card);
  min-height: 100%;
}
.grid a.tile:hover {
  border-color: color-mix(in srgb, var(--acc) 45%, var(--line));
  text-decoration: none;
  box-shadow: var(--shadow);
}
.grid h2 { margin: 0 0 .4rem; font-size: 1.12rem; letter-spacing: -.02em }
.section { margin: 3.2rem 0 }
.section h2 { font-size: 1.55rem; letter-spacing: -.03em; margin: 0 0 .8rem }
h2.sec::before,
.section h2.sec::before {
  content: attr(data-sec);
  display: block;
  font-family: var(--mono);
  font-size: .68rem;
  font-weight: 700;
  letter-spacing: .16em;
  text-transform: uppercase;
  color: var(--acc);
  margin-bottom: .4rem;
}
.plans-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(14rem, 1fr)); gap: 1rem }
.plan h3 { margin: 0 0 .35rem; color: var(--acc); letter-spacing: .04em }
.plan p { margin: 0; color: var(--mut) }
.plan.featured {
  border-color: var(--acc);
  background: #fff;
  box-shadow: inset 0 3px 0 var(--acc);
}
.muted { color: var(--mut) }
.flash {
  background: #eef4fb;
  border: 1px solid color-mix(in srgb, var(--acc) 22%, var(--line));
  color: var(--fg);
  padding: .8rem 1rem;
  border-radius: 8px;
}
.hint {
  display: block;
  margin-top: .28rem;
  font-size: .82rem;
  font-weight: 500;
  color: var(--mut);
}
.scan-hint {
  margin: .55rem 0 0;
  font-size: .84rem;
  color: var(--mut);
}
.scan-ready {
  margin: 0 0 .9rem;
  padding: .7rem .9rem;
  border-radius: 8px;
  border: 1px solid color-mix(in srgb, var(--acc) 35%, var(--line));
  background: var(--acc-dim);
  color: var(--fg);
  font-size: .92rem;
}
.inline { display: inline }
.card { display: flex; flex-direction: column; gap: .75rem; margin: 1rem 0 }
label { display: flex; flex-direction: column; gap: .3rem; font-size: .92rem; color: var(--mut) }
input, select, textarea {
  padding: .7rem .75rem;
  border: 1px solid var(--line);
  background: #fff;
  color: var(--fg);
  border-radius: 8px;
  font: inherit;
}
input:focus, select:focus, textarea:focus {
  border-color: var(--acc);
  outline: none;
  box-shadow: 0 0 0 3px var(--acc-dim);
}
button {
  padding: .7rem 1.15rem;
  cursor: pointer;
  background: var(--acc);
  border: 0;
  font-weight: 700;
  color: #fff;
  border-radius: 8px;
  font: inherit;
}
button:hover { background: #122e4d }
.table-wrap {
  overflow-x: auto;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: var(--card);
}
table.cmp { width: 100%; border-collapse: collapse }
table.cmp th, table.cmp td {
  text-align: left;
  padding: .75rem .9rem;
  border-bottom: 1px solid var(--line);
  vertical-align: top;
}
table.cmp tr:last-child th, table.cmp tr:last-child td { border-bottom: 0 }
table.cmp th { color: var(--acc); font-weight: 600 }
.faq { margin: 1rem 0 }
.faq details { border-bottom: 1px solid var(--line); padding: .85rem 0 }
.faq summary {
  cursor: pointer;
  font-weight: 600;
  list-style: none;
  display: flex;
  justify-content: space-between;
  gap: 1rem;
  align-items: center;
  min-height: 2.75rem;
  padding: .2rem 0;
}
.faq summary::-webkit-details-marker { display: none }
.faq summary::after {
  content: "+";
  color: var(--acc);
  font-weight: 700;
  flex-shrink: 0;
}
.faq details[open] summary::after { content: "–" }
.faq p { color: var(--mut); margin: .55rem 0 0 }
.crumbs { font-size: .9rem; color: var(--mut); margin: 0 0 1.1rem }
.crumbs a { color: var(--mut) }
.foot {
  position: relative;
  z-index: 1;
  border-top: 1px solid var(--line);
  background: #fff;
  padding: 2.4rem 1.5rem 3rem;
  max-width: none;
}
.foot-inner {
  width: min(70rem, calc(100% - 2.5rem));
  margin: 0 auto 1.6rem;
}
.foot-brand { margin: 0 0 1.5rem }
.foot-brand p { margin: .85rem 0 0; max-width: 36rem }
.foot-brand .logo em {
  display: block;
  font-style: normal;
  font-weight: 600;
  font-size: .68rem;
  letter-spacing: .12em;
  text-transform: uppercase;
  color: var(--mut);
}
.foot-cols {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(11rem, 1fr));
  gap: 1.4rem 2rem;
}
.foot-cols h2 {
  margin: 0 0 .55rem;
  font-size: .75rem;
  letter-spacing: .14em;
  text-transform: uppercase;
  color: var(--mut);
  font-weight: 700;
}
.foot-cols p { margin: 0; display: flex; flex-direction: column; gap: .35rem }
.foot-cols a { text-decoration: none; color: var(--fg) }
.foot-cols a:hover { color: var(--acc) }
.foot-base {
  width: min(70rem, calc(100% - 2.5rem));
  margin: 0 auto;
  padding-top: 1.1rem;
  border-top: 1px solid var(--line);
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: .6rem 1.2rem;
}
.foot > p.muted {
  margin: .4rem auto 0;
  max-width: 70rem;
}
.ok { color: var(--ok) }
.metrics {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(11rem, 1fr));
  gap: .75rem;
  margin: 1rem 0 1.5rem;
}
.metric {
  background: var(--card);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  padding: 1rem 1.1rem;
  display: flex;
  flex-direction: column;
  gap: .2rem;
}
.metric-label { color: var(--mut); font-size: .78rem; letter-spacing: .05em; text-transform: uppercase }
.metric strong { font-size: 1.35rem }
.filters { display: flex; flex-wrap: wrap; gap: .5rem .85rem; margin: .5rem 0 1rem }
.filters a { text-decoration: none; color: var(--mut); border-bottom: 1px solid transparent }
.filters a[aria-current="true"] { color: var(--acc); border-bottom-color: var(--acc) }
table.findings { width: 100%; border-collapse: collapse; font-size: .92rem }
table.findings th, table.findings td {
  text-align: left;
  padding: .55rem .6rem;
  border-bottom: 1px solid var(--line);
  vertical-align: top;
}
table.findings th { color: var(--acc); font-weight: 600 }
.path code { word-break: break-all; font-size: .8rem }
.sev { font-weight: 700; text-transform: uppercase; font-size: .75rem; letter-spacing: .03em }
.sev-critical { color: var(--danger) }
.sev-high { color: #9a4d0a }
.sev-suspicious, .sev-medium { color: #8a5a00 }
.sev-low, .sev-info { color: var(--mut) }
.job-st { font-size: .85rem }
.job-completed, .job-ok { color: var(--ok) }
.job-failed, .job-cancelled, .job-issue, .job-partial { color: var(--danger) }
.job-dry_run, .job-skipped, .job-queued, .job-assigned, .job-running { color: var(--acc) }
.progress {
  height: .45rem;
  background: var(--line);
  border-radius: 99px;
  overflow: hidden;
  max-width: 28rem;
  margin: .6rem 0 .4rem;
}
.progress > span {
  display: block;
  height: 100%;
  background: var(--acc);
}
.progress.indet > span {
  width: 32%;
  animation: conn-slide 1.1s ease-in-out infinite alternate;
}
.progress.done > span { background: var(--ok) }
@keyframes conn-slide {
  from { margin-left: 0; }
  to { margin-left: 68%; }
}
.pill {
  display: inline-block;
  font-size: .72rem;
  font-weight: 700;
  letter-spacing: .06em;
  text-transform: uppercase;
  padding: .15rem .45rem;
  border-radius: 99px;
  margin-right: .4rem;
  vertical-align: .15em;
}
.pill-live { background: var(--acc); color: #fff }
.pill-warn { background: #8a5a00; color: #fff }
.pill-off { background: #5c6778; color: #fff }
.conn-metrics { margin-top: .5rem }
.conn-steps { margin: .75rem 0 0 }
.conn-steps li.step-ok::before { background: var(--ok) }
.conn-steps li.step-live::before {
  background: var(--acc);
  animation: conn-pulse 1.2s ease-in-out infinite;
}
@keyframes conn-pulse {
  0%, 100% { opacity: 1; }
  50% { opacity: .45; }
}
.steps { counter-reset: step; list-style: none; padding: 0 }
.steps li { position: relative; padding: 0 0 1.25rem 2.6rem }
.steps li::before {
  counter-increment: step;
  content: counter(step);
  position: absolute;
  left: 0;
  top: 0;
  width: 1.7rem;
  height: 1.7rem;
  border-radius: 50%;
  background: var(--acc);
  color: #fff;
  font-weight: 700;
  font-size: .85rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
body.public article h2 {
  font-size: 1.28rem;
  letter-spacing: -.02em;
  margin: 2rem 0 .6rem;
}
body.public article p { color: color-mix(in srgb, var(--fg) 88%, var(--mut)) }

/* ——— Public marketing surface ——— */
body.public .chrome {
  position: sticky;
  top: 0;
  z-index: 40;
  isolation: isolate;
}
body.public .topbar {
  background: #01060a;
  border-bottom: 1px solid rgba(46, 196, 182, .22);
  color: #7ee7dc;
}
body.public .topbar-inner {
  width: min(var(--page), calc(100% - 2.5rem));
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem 1.5rem;
  min-height: 2.15rem;
  padding: .38rem 0;
}
body.public .topbar-status,
body.public .topbar-links {
  margin: 0;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: .35rem 1.05rem;
  font-family: var(--mono);
  font-size: .62rem;
  letter-spacing: .14em;
  text-transform: uppercase;
}
body.public .topbar-status strong { font-weight: 700; color: #9af0e6 }
body.public .topbar-status span { opacity: .78; color: #8ec9c3 }
body.public .topbar-live {
  width: .48rem;
  height: .48rem;
  border-radius: 50%;
  background: var(--glow);
  box-shadow: 0 0 0 4px rgba(46, 196, 182, .18);
  animation: livePulse 1.8s ease-in-out infinite;
}
body.public .topbar-links a {
  color: #9bb0c2;
  text-decoration: none;
}
body.public .topbar-links a:hover { color: #fff }
body.public .topbar .lang {
  border-color: rgba(255,255,255,.14);
  background: rgba(255,255,255,.04);
  margin-left: .15rem;
}
body.public .bar {
  position: relative;
  display: block;
  padding: 0;
  background: #091a2e;
  border-bottom: 1px solid rgba(46, 196, 182, .18);
  color: #e8eef5;
}
body.public .bar-inner {
  width: min(var(--page), calc(100% - 2.5rem));
  margin: 0 auto;
  display: flex;
  align-items: center;
  gap: 1.1rem;
  min-height: 5.65rem;
}
body.public .logo {
  color: #fff;
  align-items: center;
  gap: .7rem;
}
body.public .logo:hover { color: #fff }
body.public .logo img {
  width: auto;
  height: 4.85rem;
  border: 0;
  box-shadow: none;
  max-width: min(28rem, 72vw);
}
body.public .logo span {
  display: flex;
  flex-direction: column;
  gap: .12rem;
  line-height: 1.05;
}
body.public .logo em {
  font-style: normal;
  font-weight: 600;
  font-size: .62rem;
  letter-spacing: .16em;
  text-transform: uppercase;
  color: #7ee7dc;
  font-family: var(--mono);
}
body.public .nav-desk {
  gap: .15rem .2rem;
}
body.public .nav-desk a,
body.public .nav-drop > summary,
body.public .nav-fold summary,
body.public .lang a {
  color: #c9d6e4;
  font-family: var(--mono);
  font-size: .74rem;
  letter-spacing: .04em;
}
body.public .nav-desk > a,
body.public .nav-drop > summary {
  min-height: 2.35rem;
  display: inline-flex;
  align-items: center;
  padding: 0 .7rem;
  border-radius: 6px;
}
body.public .nav-desk > a:hover,
body.public .nav-drop:hover > summary,
body.public .nav-drop:focus-within > summary,
body.public .nav-drop[open] > summary,
body.public .nav-drop.is-on > summary {
  color: #fff;
  background: rgba(255,255,255,.05);
  text-decoration: none;
}
.nav-drop { position: relative }
.nav-drop > summary {
  list-style: none;
  cursor: pointer;
  font-weight: 500;
}
.nav-drop > summary::-webkit-details-marker { display: none }
.nav-drop > summary::after {
  content: "";
  width: .36rem;
  height: .36rem;
  margin-left: .4rem;
  border-right: 1.5px solid currentColor;
  border-bottom: 1.5px solid currentColor;
  transform: translateY(-1px) rotate(45deg);
  opacity: .7;
}
.nav-panel {
  position: absolute;
  top: calc(100% - .15rem);
  left: 0;
  z-index: 50;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: .2rem .55rem;
  width: min(34rem, calc(100vw - 2rem));
  padding: .7rem;
  background: #07131d;
  border: 1px solid rgba(46, 196, 182, .22);
  border-radius: 12px;
  box-shadow: 0 18px 48px rgba(0, 0, 0, .38);
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transform: translateY(.35rem);
  transition: opacity .16s ease, transform .16s ease, visibility .16s ease;
}
.nav-drop:last-of-type > .nav-panel {
  left: auto;
  right: 0;
}
.nav-drop:hover > .nav-panel,
.nav-drop:focus-within > .nav-panel,
.nav-drop[open] > .nav-panel {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  transform: none;
}
.nav-panel a {
  display: flex;
  flex-direction: column;
  gap: .18rem;
  padding: .7rem .75rem;
  border-radius: 8px;
  color: #e8eef5 !important;
  text-decoration: none;
  min-height: 0 !important;
}
.nav-panel a:hover,
.nav-panel a[aria-current="page"] {
  background: rgba(46, 196, 182, .1);
  text-decoration: none;
}
.nav-panel strong {
  font-family: var(--sans);
  font-size: .86rem;
  letter-spacing: -.01em;
  color: #fff;
}
.nav-panel span {
  font-family: var(--sans);
  font-size: .75rem;
  letter-spacing: 0;
  color: #8aa0b5;
  line-height: 1.35;
  text-transform: none;
}
body.public .lang {
  border-color: rgba(255,255,255,.16);
  background: rgba(0, 0, 0, .2);
}
body.public .lang a[aria-current="true"] {
  background: rgba(46, 196, 182, .22);
  color: var(--glow);
}
body.public .nav-desk a:hover,
body.public .nav-fold nav a:hover,
body.public .lang a:hover {
  color: #fff;
}
body.public nav a[aria-current="page"],
body.public .lang a[aria-current="true"] {
  color: var(--glow);
}
body.public .nav-desk .nav-tools {
  margin-left: .45rem;
  padding-left: .85rem;
  border-left: 1px solid rgba(255,255,255,.12);
}
body.public .nav-desk .nav-tools a {
  min-height: 2.35rem;
  display: inline-flex;
  align-items: center;
}
body.public .nav-cta {
  background: var(--glow);
  color: #062033 !important;
  box-shadow: 0 6px 18px rgba(46, 196, 182, .28);
  border-radius: 4px;
  letter-spacing: .12em;
  padding: .42rem .95rem;
}
body.public .nav-cta:hover { background: #7ee7dc }
body.public .nav-strong {
  border: 1px solid rgba(255,255,255,.18);
  border-radius: 6px;
  padding: 0 .75rem;
  min-height: 2.35rem;
}
body.public .nav-fold > summary {
  background: transparent;
  border-color: color-mix(in srgb, #fff 22%, transparent);
  color: #fff;
}
body.public .hero {
  position: relative;
  left: auto;
  width: 100%;
  margin: 0;
  padding: 3.8rem var(--page-gutter) 5.4rem;
  background:
    radial-gradient(920px 340px at 82% 8%, rgba(46, 196, 182, .22), transparent 58%),
    radial-gradient(640px 280px at 6% 88%, rgba(14, 143, 130, .16), transparent 52%),
    linear-gradient(165deg, #02080e 0%, #051820 48%, #082433 100%);
  color: #e8eef5;
  overflow: hidden;
  border-radius: 0 0 1.4rem 1.4rem;
  box-shadow: inset 0 -1px 0 rgba(46, 196, 182, .18);
}
body.public .hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image:
    repeating-linear-gradient(180deg, rgba(255,255,255,.028) 0 1px, transparent 1px 3px),
    linear-gradient(rgba(46, 196, 182, .07) 1px, transparent 1px),
    linear-gradient(90deg, rgba(46, 196, 182, .07) 1px, transparent 1px);
  background-size: auto, 40px 40px, 40px 40px;
  mask-image: linear-gradient(180deg, rgba(0,0,0,.55), transparent 86%);
  pointer-events: none;
}
body.public .hero::after {
  content: "";
  position: absolute;
  width: 34rem;
  height: 34rem;
  right: -8rem;
  top: -10rem;
  background: radial-gradient(circle, rgba(46, 196, 182, .38), transparent 68%);
  filter: blur(8px);
  animation: orbDrift 14s ease-in-out infinite;
  pointer-events: none;
}
@keyframes orbDrift {
  0%, 100% { transform: translate(0, 0) scale(1) }
  50% { transform: translate(-3rem, 2.2rem) scale(1.08) }
}
body.public .hero > * { position: relative }
body.public .hero h1 {
  color: #fff;
  max-width: 14em;
  text-wrap: balance;
  font-size: clamp(2.15rem, 5.8vw, 3.45rem);
  letter-spacing: -.05em;
  text-shadow: 0 10px 40px rgba(0,0,0,.35);
}
body.public .hero .lede { color: #b7c7d8; max-width: 42rem }
body.public .hero .kicker {
  color: var(--glow);
  display: inline-flex;
  align-items: center;
  gap: .55rem;
}
body.public .hero .kicker::before {
  content: "";
  width: .5rem;
  height: .5rem;
  border-radius: 50%;
  background: var(--glow);
  box-shadow: 0 0 0 0 rgba(46, 196, 182, .7);
  animation: livePulse 1.8s ease-out infinite;
}
@keyframes livePulse {
  0% { box-shadow: 0 0 0 0 rgba(46, 196, 182, .55) }
  70% { box-shadow: 0 0 0 8px rgba(46, 196, 182, 0) }
  100% { box-shadow: 0 0 0 0 rgba(46, 196, 182, 0) }
}
body.public .hero a { color: var(--glow) }
body.public .hero a:hover { color: #9af0e6 }
body.public .hero code {
  background: rgba(255,255,255,.08);
  border-color: rgba(255,255,255,.14);
  color: #e8eef5;
}
body.public .hero .btn {
  background: var(--glow);
  color: #062033;
  box-shadow: 0 10px 24px rgba(46, 196, 182, .28);
}
body.public .hero .btn:hover { background: #9af0e6 }
body.public .hero .btn.ghost {
  background: transparent;
  color: #fff;
  border-color: rgba(255,255,255,.38);
  box-shadow: none;
}
body.public .hero .btn.ghost:hover { background: rgba(255,255,255,.08) }
body.public .hero .chips { margin-top: 1.35rem }
body.public .hero .chips li {
  background: rgba(4, 16, 24, .45);
  border-color: rgba(46, 196, 182, .28);
  color: #c9dce8;
  backdrop-filter: blur(8px);
  border-radius: 4px;
  font-family: var(--mono);
  font-size: .72rem;
  letter-spacing: .08em;
  text-transform: uppercase;
}
body.public .hero .chips li::before { display: none }
body.public .hero .chips.hud em {
  color: var(--glow);
  font-style: normal;
  margin-right: .45rem;
  opacity: .9;
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}
.hero-scan {
  display: flex;
  align-items: center;
  gap: .55rem;
  margin: 1.35rem 0 0;
  max-width: 34rem;
  padding: .32rem .32rem .32rem .9rem;
  background: rgba(2, 8, 14, .88);
  border: 1px solid rgba(46, 196, 182, .38);
  border-radius: 8px;
  text-decoration: none;
  box-shadow: 0 18px 40px rgba(0,0,0,.35), 0 0 0 1px rgba(46, 196, 182, .12), inset 0 1px 0 rgba(255,255,255,.06);
}
.hero-scan::before {
  content: "▸";
  color: var(--glow);
  font-family: var(--mono);
  font-size: 1rem;
  line-height: 1;
}
.hero-scan span,
.hero-scan input[type="url"] {
  flex: 1;
  min-width: 0;
  color: #8a97a8;
  font-family: var(--mono);
  font-size: .9rem;
}
.hero-scan input[type="url"] {
  border: 0;
  background: transparent;
  color: #e8eef5;
  padding: .55rem 0;
  border-radius: 0;
  box-shadow: none;
  min-height: 2.55rem;
}
.hero-scan input[type="url"]:focus {
  outline: none;
  box-shadow: none;
}
.hero-scan input[type="url"]::placeholder { color: #6b7c90 }
.hero-scan strong,
.hero-scan button {
  background: var(--glow);
  color: #062033;
  padding: .55rem 1.05rem;
  border-radius: 6px;
  font-size: .82rem;
  letter-spacing: .08em;
  text-transform: uppercase;
  font-family: var(--mono);
  border: 0;
  margin: 0;
  min-height: 2.55rem;
}
.hero-scan:focus-within {
  box-shadow: 0 18px 40px rgba(0,0,0,.35), 0 0 0 2px var(--glow);
}
.hero-scan:hover { text-decoration: none }
.hero-scan button:hover { background: #9af0e6 }
body.public .hero .scan-hint {
  color: #8aa0b5;
  font-family: var(--mono);
  font-size: .75rem;
  letter-spacing: .03em;
}
body.public .hero .scan-ready {
  background: rgba(46, 196, 182, .12);
  border-color: rgba(46, 196, 182, .35);
  color: #e8eef5;
}
.hero-scan-form {
  display: grid;
  grid-template-columns: 1fr auto;
  align-items: end;
  gap: .7rem;
  margin: 1.5rem 0 0;
  max-width: 40rem;
  padding: .85rem .9rem;
  background: #fff;
  border-radius: 16px;
  box-shadow: 0 18px 44px rgba(0,0,0,.28);
}
body.public .hero .hero-scan-form label { color: #5a6a7c }
body.public .hero .hero-scan-form input {
  border-color: var(--line);
  color: var(--fg);
}
body.public .hero .hero-scan-form button {
  background: var(--ink);
  min-height: 2.7rem;
  padding-inline: 1.2rem;
}
body.public .hero .hero-scan-form button:hover { background: #0c6e76 }
.hero-split {
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(18rem, .85fr);
  gap: 2.4rem 2.8rem;
  align-items: center;
}
body.public .hero .cta-row { margin-top: 1rem }
.hero-stage {
  perspective: 1400px;
  position: relative;
  z-index: 2;
  min-width: 0;
  max-width: 100%;
}
.hero-stage::before,
.hero-stage::after {
  content: "";
  position: absolute;
  inset: 22px -14px -22px 16px;
  border-radius: 18px;
  pointer-events: none;
}
.hero-stage::before {
  background: rgba(255,255,255,.05);
  border: 1px solid rgba(255,255,255,.1);
  transform: rotate(5deg);
}
.hero-stage::after {
  inset: 10px -8px -12px 8px;
  background: rgba(6, 21, 37, .35);
  border: 1px solid rgba(255,255,255,.06);
  transform: rotate(2.4deg);
  z-index: 0;
}
.mock {
  position: relative;
  z-index: 1;
  overflow: hidden;
  background: linear-gradient(180deg, rgba(8, 36, 48, .92), rgba(2, 8, 14, .96));
  border: 1px solid rgba(46, 196, 182, .32);
  border-radius: 10px;
  padding: 1.05rem 1.1rem 1.15rem;
  box-shadow:
    0 1px 0 rgba(46, 196, 182, .2) inset,
    0 40px 80px rgba(0,0,0,.5),
    0 0 0 1px rgba(46, 196, 182, .12);
  transform: rotateY(-10deg) rotateX(6deg) translateY(10px);
  max-width: 100%;
}
.mock.hud::before {
  content: "";
  position: absolute;
  inset: 7px;
  pointer-events: none;
  background:
    linear-gradient(#2ec4b6, #2ec4b6) top left / 14px 1.5px no-repeat,
    linear-gradient(#2ec4b6, #2ec4b6) top left / 1.5px 14px no-repeat,
    linear-gradient(#2ec4b6, #2ec4b6) top right / 14px 1.5px no-repeat,
    linear-gradient(#2ec4b6, #2ec4b6) top right / 1.5px 14px no-repeat,
    linear-gradient(#2ec4b6, #2ec4b6) bottom left / 14px 1.5px no-repeat,
    linear-gradient(#2ec4b6, #2ec4b6) bottom left / 1.5px 14px no-repeat,
    linear-gradient(#2ec4b6, #2ec4b6) bottom right / 14px 1.5px no-repeat,
    linear-gradient(#2ec4b6, #2ec4b6) bottom right / 1.5px 14px no-repeat;
}
.mock::after {
  content: "";
  position: absolute;
  left: -40%;
  top: 0;
  width: 38%;
  height: 100%;
  background: linear-gradient(90deg, transparent, rgba(46, 196, 182, .12), transparent);
  animation: mockSweep 4.8s ease-in-out infinite;
  pointer-events: none;
}
@keyframes mockSweep {
  0% { transform: translateX(0) }
  100% { transform: translateX(380%) }
}
.mock-bar { display: flex; gap: .35rem; margin-bottom: .95rem }
.mock-bar span {
  width: .62rem; height: .62rem; border-radius: 50%;
  background: rgba(255,255,255,.22);
}
.mock-bar span:nth-child(1) { background: #ff6b6b }
.mock-bar span:nth-child(2) { background: #f7c948 }
.mock-bar span:nth-child(3) { background: #51cf66 }
.hud-top {
  display: flex;
  align-items: center;
  gap: .65rem;
  margin: 0 0 .85rem;
  font-family: var(--mono);
  font-size: .64rem;
  letter-spacing: .12em;
  text-transform: uppercase;
  color: #8aa0b5;
}
.hud-live {
  width: .5rem;
  height: .5rem;
  border-radius: 50%;
  background: #3dd6a5;
  box-shadow: 0 0 0 0 rgba(61, 214, 165, .6);
  animation: livePulse 1.8s ease-out infinite;
}
.hud-top span:nth-child(2) { color: var(--glow); margin-right: auto }
.hud-scan {
  position: absolute;
  left: 0;
  right: 0;
  height: 2px;
  background: linear-gradient(90deg, transparent, var(--glow), transparent);
  opacity: .45;
  animation: hudScan 4.2s linear infinite;
  pointer-events: none;
  z-index: 2;
}
@keyframes hudScan {
  0% { top: 8% }
  100% { top: 92% }
}
.hud-bars {
  display: grid;
  gap: .38rem;
  margin: 0 0 .85rem;
}
.hud-bars div {
  display: grid;
  grid-template-columns: 4.6rem 1fr;
  gap: .5rem;
  align-items: center;
}
.hud-bars span {
  font-family: var(--mono);
  font-size: .62rem;
  letter-spacing: .08em;
  text-transform: uppercase;
  color: #8aa0b5;
}
.hud-bars i {
  display: block;
  height: 4px;
  border-radius: 99px;
  background: rgba(255,255,255,.08);
  position: relative;
  overflow: hidden;
}
.hud-bars i::after {
  content: "";
  display: block;
  width: var(--p, 50%);
  height: 100%;
  background: linear-gradient(90deg, #0c6e76, var(--glow));
  box-shadow: 0 0 10px rgba(46, 196, 182, .5);
}
.hud-log {
  margin: 0 0 .85rem;
  padding: .55rem .65rem;
  background: rgba(0, 0, 0, .35);
  border: 1px solid rgba(46, 196, 182, .16);
  border-radius: 4px;
  font-family: var(--mono);
  font-size: .68rem;
  line-height: 1.55;
  color: #9af0e6;
  white-space: pre-wrap;
}
.mock-kicker {
  margin: 0;
  font-size: .72rem;
  letter-spacing: .16em;
  text-transform: uppercase;
  color: var(--glow);
  font-weight: 700;
}
.mock-url {
  margin: .2rem 0 .85rem;
  font-family: var(--mono);
  font-size: .95rem;
  color: #fff;
}
.mock-score {
  display: flex;
  align-items: center;
  gap: .85rem;
  margin: 0 0 1rem;
  padding: .7rem .8rem;
  border-radius: 12px;
  background: rgba(46, 196, 182, .12);
  border: 1px solid rgba(46, 196, 182, .22);
}
.mock-score strong {
  font-size: 1.55rem;
  letter-spacing: -.04em;
  color: var(--glow);
  line-height: 1;
  animation: scorePulse 2.6s ease-in-out infinite;
}
@keyframes scorePulse {
  0%, 100% { opacity: 1 }
  50% { opacity: .72 }
}
.mock-score span { color: #c9d6e4; font-size: .86rem }
.mock-metrics {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: .55rem;
  margin-bottom: 1rem;
}
.mock-metrics div {
  background: rgba(6, 32, 51, .45);
  border: 1px solid rgba(255,255,255,.08);
  border-radius: 10px;
  padding: .55rem .6rem;
}
.mock-metrics span {
  display: block;
  font-size: .68rem;
  letter-spacing: .04em;
  text-transform: uppercase;
  color: #9eb0c4;
}
.mock-metrics strong { font-size: .82rem; color: #fff }
.mock-list { list-style: none; margin: 0; padding: 0; display: grid; gap: .45rem }
.mock-list li {
  display: flex;
  align-items: center;
  gap: .55rem;
  font-size: .9rem;
  color: #d5e2ee;
}
.dot {
  width: .55rem; height: .55rem; border-radius: 50%; flex-shrink: 0;
  background: #8aa0b5;
}
.dot.ok { background: #3dd6a5; box-shadow: 0 0 0 4px rgba(61, 214, 165, .15) }
.dot.warn { background: #f7c948; box-shadow: 0 0 0 4px rgba(247, 201, 72, .15) }
.trust {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 0;
  margin: -3.2rem auto 2.8rem;
  padding: 0;
  border: 1px solid rgba(46, 196, 182, .22);
  border-radius: 10px;
  background: rgba(255,255,255,.9);
  box-shadow: var(--shadow-lg);
  backdrop-filter: blur(18px);
  -webkit-backdrop-filter: blur(18px);
  overflow: hidden;
  position: relative;
  z-index: 4;
  counter-reset: trust;
}
.trust.scan-points { grid-template-columns: repeat(3, 1fr) }
.trust div {
  padding: 1.25rem 1.2rem 1.3rem;
  border-right: 1px solid var(--line);
}
.trust div:last-child { border-right: 0 }
.trust div::before {
  counter-increment: trust;
  content: counter(trust, decimal-leading-zero);
  display: block;
  font-family: var(--mono);
  font-size: .68rem;
  letter-spacing: .16em;
  color: var(--acc);
  margin-bottom: .65rem;
}
.trust strong {
  display: block;
  font-size: 1.02rem;
  letter-spacing: -.02em;
  margin-bottom: .25rem;
}
.trust span { color: var(--mut); font-size: .9rem }
body.public .proof { margin-top: 0 }
body.public .proof article,
body.public .grid a.tile,
body.public .plan,
body.public .card {
  box-shadow: var(--shadow);
  transition: transform .18s ease, box-shadow .18s ease, border-color .18s ease;
}
body.public .proof article {
  position: relative;
  padding-top: 1.55rem;
  padding-left: 1.55rem;
  overflow: hidden;
}
body.public .proof article::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 4px;
  background: linear-gradient(180deg, var(--glow), #0c6e76);
}
body.public .proof { counter-reset: proof }
body.public .proof article::before {
  counter-increment: proof;
  content: counter(proof, decimal-leading-zero);
  display: block;
  font-family: var(--mono);
  font-size: .68rem;
  font-weight: 700;
  letter-spacing: .16em;
  color: var(--acc);
  margin-bottom: .55rem;
}
body.public .grid { counter-reset: tile }
body.public .grid a.tile {
  position: relative;
  padding: 1.45rem 1.3rem 1.35rem;
  background: linear-gradient(180deg, rgba(46, 196, 182, .1), transparent 32%), var(--card);
  overflow: hidden;
}
body.public .grid a.tile::before {
  counter-increment: tile;
  content: counter(tile, decimal-leading-zero);
  display: block;
  font-family: var(--mono);
  font-size: .68rem;
  font-weight: 700;
  letter-spacing: .16em;
  color: var(--acc);
  margin-bottom: .55rem;
}
body.public .grid a.tile::after {
  content: "→";
  display: inline-block;
  margin-top: .85rem;
  color: var(--acc);
  font-weight: 700;
}
body.public .grid a.tile:hover,
body.public .proof article:hover,
body.public .plan:hover {
  transform: translateY(-6px);
  box-shadow: var(--shadow-lg);
  border-color: color-mix(in srgb, var(--glow) 40%, var(--line));
}
body.public .plan.featured:hover {
  transform: translateY(-14px) scale(1.02);
}
body.public .section { margin: 3.6rem 0 }
body.public .section > h2 {
  font-size: clamp(1.55rem, 3vw, 2.05rem);
  letter-spacing: -.03em;
  margin-bottom: .45rem;
}
body.public .section > h2::after {
  content: "";
  display: block;
  width: 2.35rem;
  height: 3px;
  margin-top: .7rem;
  border-radius: 99px;
  background: var(--glow);
}
.section-lede {
  margin: 0 0 1.35rem;
  color: var(--mut);
  max-width: 40rem;
}
body.public .plan {
  display: flex;
  flex-direction: column;
  gap: .35rem;
  padding: 1.4rem 1.35rem 1.3rem;
}
.plan-tag {
  margin: 0 0 .35rem !important;
  font-size: .72rem;
  font-weight: 700;
  letter-spacing: .12em;
  text-transform: uppercase;
  color: var(--acc);
}
body.public .plan h3 {
  font-size: 1.35rem;
  letter-spacing: -.03em;
  color: var(--fg);
}
body.public .plan ul {
  margin: .7rem 0 1rem;
  padding: 0;
  list-style: none;
  display: grid;
  gap: .4rem;
  flex: 1;
}
body.public .plan li {
  position: relative;
  padding-left: 1.15rem;
  color: var(--mut);
  font-size: .92rem;
}
body.public .plan li::before {
  content: "";
  position: absolute;
  margin-top: .55rem;
  margin-left: -1.15rem;
  width: .45rem;
  height: .45rem;
  border-radius: 50%;
  background: var(--glow);
}
body.public .plan .btn,
body.public .plan .btn.ghost {
  margin-top: auto;
  text-align: center;
}
body.public .plan.featured {
  border-color: color-mix(in srgb, var(--glow) 55%, var(--line));
  background:
    radial-gradient(180px 80px at 90% 0%, rgba(46, 196, 182, .2), transparent 70%),
    linear-gradient(180deg, #e8fffb, #fff 42%);
  box-shadow: inset 0 4px 0 var(--glow), var(--shadow-lg);
  transform: translateY(-10px) scale(1.02);
  z-index: 1;
}
.cta-band {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 1.4rem;
  flex-wrap: wrap;
  margin: 3.2rem 0;
  padding: 2rem 1.8rem;
  border-radius: 10px;
  position: relative;
  overflow: hidden;
  background:
    repeating-linear-gradient(0deg, rgba(255,255,255,.03) 0 1px, transparent 1px 3px),
    radial-gradient(520px 160px at 92% -10%, rgba(46, 196, 182, .32), transparent 58%),
    linear-gradient(135deg, #02080e, #082433 62%, #0a3a44);
  color: #fff;
  box-shadow: var(--shadow-lg), inset 0 1px 0 rgba(46, 196, 182, .2);
  border: 1px solid rgba(46, 196, 182, .22);
}
.cta-band::before {
  content: "";
  position: absolute;
  width: 16rem;
  height: 16rem;
  right: -3rem;
  bottom: -6rem;
  background: radial-gradient(circle, rgba(46, 196, 182, .28), transparent 70%);
  pointer-events: none;
}
.cta-band h2,
.cta-band p,
.cta-band .btn { position: relative; z-index: 1 }
.cta-band h2 {
  margin: 0 0 .35rem;
  font-size: clamp(1.3rem, 2.4vw, 1.7rem);
  letter-spacing: -.03em;
}
.cta-band p { margin: 0; color: #b7c7d8 }
.cta-band .btn {
  background: var(--glow);
  color: #062033;
  box-shadow: 0 10px 22px rgba(46, 196, 182, .28);
}
body.public .cta-band .btn:hover { background: #9af0e6 }
body.public .hero .btn:hover { background: #9af0e6 }
body.public .faq details {
  background: var(--card);
  border: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  border-radius: 12px;
  padding: .95rem 1.1rem;
  margin-bottom: .65rem;
  box-shadow: 0 8px 22px rgba(16, 32, 51, .04);
}
body.public .faq details[open] { border-color: color-mix(in srgb, var(--acc) 35%, var(--line)) }
body.public .plans-grid {
  margin: 1.4rem 0 2.4rem;
  isolation: isolate;
  align-items: stretch;
}
body.public .btn.ghost {
  background: #fff;
  color: var(--acc);
}
body.public .btn.ghost:hover {
  background: var(--acc-dim);
  color: var(--acc);
}
body.public .page-head {
  width: 100%;
  padding-top: 1.35rem;
  margin-bottom: .35rem;
}
body.public .wrap.wide > .page-head {
  width: min(var(--page), calc(100% - 2.5rem));
}
body.public .crumbs {
  display: inline-flex;
  align-items: center;
  gap: .45rem;
  margin: 0;
  padding: .32rem .8rem;
  border-radius: 999px;
  background: #fff;
  border: 1px solid var(--line);
  font-size: .82rem;
  box-shadow: 0 6px 18px rgba(16, 32, 51, .05);
}
body.public .crumbs a { color: var(--acc); text-decoration: none; font-weight: 600 }
body.public .crumbs a:hover { text-decoration: underline }
body.public .page-head + .hero { margin-top: .85rem }
body.public .wrap.wide > article {
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 10px;
  padding: 1.7rem 1.6rem 2.1rem;
  box-shadow: var(--shadow);
}
body.public article > h1 {
  letter-spacing: -.035em;
  font-size: clamp(1.85rem, 4.2vw, 2.7rem);
  line-height: 1.15;
  margin: 0 0 .8rem;
  text-wrap: balance;
}
body.public .auth-layout {
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(16rem, .8fr);
  gap: 1.2rem;
  align-items: start;
  padding-top: 1.75rem;
}
body.public .auth-layout h1 {
  letter-spacing: -.035em;
  font-size: clamp(1.7rem, 3.5vw, 2.3rem);
  margin: 0 0 .5rem;
}
body.public .auth-layout form.card {
  max-width: none;
  width: 100%;
}
.auth-aside h2 { margin-top: 0 }
.auth-aside ul {
  margin: .35rem 0 1rem;
  padding: 0;
  list-style: none;
  display: grid;
  gap: .45rem;
}
.auth-aside li {
  position: relative;
  padding-left: 1.15rem;
  color: var(--mut);
}
.auth-aside li::before {
  content: "";
  position: absolute;
  margin-top: .55rem;
  margin-left: -1.15rem;
  width: .45rem;
  height: .45rem;
  border-radius: 50%;
  background: var(--glow);
}
.result-panel {
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 18px;
  padding: 1.4rem 1.35rem 1.5rem;
  box-shadow: var(--shadow);
  margin: 0 0 2rem;
}
.result-panel h2 { margin-top: 0 }
body.public .steps { position: relative }
body.public .steps li::after {
  content: "";
  position: absolute;
  left: .8rem;
  top: 1.85rem;
  bottom: .15rem;
  width: 2px;
  background: var(--line);
}
body.public .steps li:last-child::after { display: none }
body.public .foot-brand .logo {
  margin-bottom: .85rem;
  color: #fff;
}
body.public .foot-brand .logo img {
  height: 5.6rem;
  max-width: min(32rem, 100%);
}
body.public .foot-brand .cta-row { margin: 1.15rem 0 0 }
body.public .foot .btn {
  background: var(--glow);
  color: #062033;
}
body.public .foot .btn:hover { background: #9af0e6 }
body.public .foot .btn.ghost {
  background: transparent;
  color: #fff;
  border-color: rgba(255,255,255,.32);
}
body.public .foot .btn.ghost:hover {
  background: rgba(255,255,255,.08);
  color: #fff;
}
body.public article > h1,
body.public article > .lede,
body.public article > p,
body.public article > ul,
body.public article > ol,
body.public article > .cta-row {
  max-width: 44rem;
}
body.public article ul,
body.public article ol:not(.steps) {
  color: color-mix(in srgb, var(--fg) 88%, var(--mut));
}
body.public .steps li {
  padding-bottom: 1.45rem;
}
body.public .steps li::before {
  background: var(--ink);
}
.scan-layout {
  display: grid;
  grid-template-columns: minmax(0, 1.2fr) minmax(14rem, .8fr);
  gap: 1.1rem;
  align-items: start;
  margin: 0 0 1.5rem;
}
body.public .wrap.wide > .scan-layout { max-width: none }
body.public .scan-layout form.card,
body.public form.scan-card {
  max-width: none;
  margin-top: 0;
}
.scan-card {
  display: grid;
  grid-template-columns: 1fr auto;
  align-items: end;
  gap: .75rem;
}
.scan-card label { grid-column: 1 }
.scan-card .scan-row { grid-column: 2; margin: 0 }
.scan-card .scan-row button { min-height: 2.7rem; padding-inline: 1.25rem }
.scan-aside h2 { margin-top: 0 }
.scan-aside ul {
  margin: .4rem 0 0;
  padding-left: 1.1rem;
  color: var(--mut);
}
.foot-top {
  background:
    radial-gradient(720px 180px at 12% 0%, rgba(46, 196, 182, .18), transparent 62%),
    linear-gradient(180deg, #07141c 0%, #041018 100%);
  border-top: 1px solid rgba(46, 196, 182, .22);
  color: #e8eef5;
}
.foot-top-inner {
  width: min(var(--page, 86.25rem), calc(100% - 2.5rem));
  margin: 0 auto;
  display: grid;
  grid-template-columns: minmax(0, 1.5fr) auto;
  gap: 1.4rem 2.4rem;
  align-items: center;
  padding: 2.4rem 0 2.55rem;
}
.foot-top .kicker { color: #7ee7dc; margin-bottom: .45rem }
.foot-top h2 {
  margin: 0 0 .45rem;
  font-size: clamp(1.35rem, 2.4vw, 1.85rem);
  letter-spacing: -.03em;
  color: #fff;
}
.foot-top p { margin: 0; color: #9bb0c2; max-width: 38rem }
.foot-top-actions {
  display: flex;
  flex-wrap: wrap;
  gap: .7rem;
  justify-content: flex-end;
}
body.public .foot-top .btn.ghost {
  background: transparent;
  color: #e8eef5;
  border: 1px solid rgba(255,255,255,.18);
}
body.public .foot-top .btn.ghost:hover {
  background: rgba(255,255,255,.06);
  color: #fff;
}
body.public .foot {
  background: var(--ink);
  color: #c9d6e4;
  border-top: 0;
  padding: 3rem var(--page-gutter) 2.6rem;
}
body.public .foot-inner {
  width: 100%;
  max-width: var(--page);
  margin: 0 auto;
  display: grid;
  grid-template-columns: minmax(16rem, .85fr) minmax(0, 1.7fr);
  gap: 2.2rem 3.2rem;
  align-items: start;
}
body.public .foot-brand { margin: 0 }
body.public .foot-brand p { color: #9bb0c2; max-width: 28rem; margin-top: .9rem }
body.public .foot-brand .logo { color: #fff }
body.public .foot-brand .logo em { color: #7ee7dc }
body.public .foot-brand strong { color: #fff }
body.public .foot-cols {
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1.4rem 1.6rem;
}
body.public .foot-cols h2 { color: #8aa0b5 }
body.public .foot-cols a { color: #e8eef5 }
body.public .foot-cols a:hover { color: var(--glow) }
body.public .foot-base {
  width: 100%;
  max-width: var(--page);
  margin: 2rem auto 0;
  padding-top: 1.15rem;
  border-top: 1px solid rgba(255,255,255,.1);
}
body.public .foot > p.muted { color: #8aa0b5 }
body.public .foot > p.muted a { color: #c9d6e4 }
body.public .sysmeta {
  margin: 0;
  font-family: var(--mono);
  font-size: .68rem;
  letter-spacing: .14em;
  text-transform: uppercase;
  color: #5f7b8c;
}
body.public .foot-base .muted { margin: 0; color: #8aa0b5 }
body.public button:hover { background: #0a5c64 }
body.public .hero.hero-split { padding-bottom: 6.2rem }
body.public .wrap.wide > .band {
  width: 100%;
  max-width: none;
  margin-left: 0;
  margin-right: 0;
  padding: 2.9rem var(--page-gutter) 3.1rem;
  background:
    radial-gradient(720px 200px at 12% 0%, rgba(46, 196, 182, .1), transparent 62%),
    linear-gradient(180deg, rgba(255,255,255,.55), rgba(255,255,255,.28));
  border-block: 1px solid rgba(255,255,255,.7);
  box-shadow: inset 0 1px 0 rgba(255,255,255,.85);
}
body.public .foot {
  background:
    radial-gradient(800px 220px at 85% -20%, rgba(46, 196, 182, .16), transparent 58%),
    var(--ink);
}
body.public .hero .chips li {
  box-shadow: 0 10px 24px rgba(0,0,0,.2);
}
body.public .hero.hero-page {
  padding-top: 2.2rem;
  padding-bottom: 2.6rem;
  margin-bottom: 2rem;
}
body.public .hero.hero-compact {
  padding-top: 1.35rem;
  padding-bottom: 1.55rem;
  margin-bottom: 1.2rem;
}
body.public .hero.hero-compact h1 {
  font-size: clamp(1.45rem, 3.6vw, 2.15rem);
  margin-bottom: .7rem;
}
body.public .hero.hero-page h1 { max-width: 22em }
body.public .hero .page-head {
  width: auto;
  padding: 0;
  margin: 0 0 1rem;
}
body.public .hero .crumbs {
  background: rgba(255,255,255,.08);
  border-color: rgba(255,255,255,.14);
  color: #9eb0c4;
  box-shadow: none;
}
body.public .hero .crumbs a { color: var(--glow) }
.pipeline {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: .85rem;
  position: relative;
}
.pipeline::before {
  content: "";
  position: absolute;
  top: 1.65rem;
  left: 6%;
  right: 6%;
  height: 2px;
  background: linear-gradient(90deg, transparent, var(--glow), transparent);
  opacity: .45;
  z-index: 0;
}
.pipeline li {
  position: relative;
  z-index: 1;
  background: var(--card);
  border: 1px solid var(--line);
  border-radius: 10px;
  padding: 1.2rem 1.05rem 1.25rem;
  box-shadow: var(--shadow);
  min-height: 100%;
  transition: transform .18s ease, box-shadow .18s ease;
}
.pipeline li:hover {
  transform: translateY(-5px);
  box-shadow: var(--shadow-lg);
}
.pipeline li::after {
  content: "";
  position: absolute;
  top: 1.55rem;
  right: -.72rem;
  width: .6rem;
  height: 2px;
  background: var(--glow);
  z-index: 2;
  box-shadow: 0 0 12px var(--glow);
}
.pipeline li:last-child::after { display: none }
.pipeline li:last-child {
  background: linear-gradient(180deg, #e8fffb, #fff 50%);
  border-color: color-mix(in srgb, var(--glow) 50%, var(--line));
}
.pipeline-n {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 2.05rem;
  height: 2.05rem;
  margin-bottom: .7rem;
  border-radius: 4px;
  font-family: var(--mono);
  font-size: .68rem;
  font-weight: 700;
  letter-spacing: .08em;
  color: var(--glow);
  background: var(--ink);
  box-shadow: 0 0 0 1px rgba(46, 196, 182, .28), 0 8px 16px rgba(6, 21, 37, .2);
}
.pipeline strong {
  display: block;
  font-size: 1.02rem;
  letter-spacing: -.02em;
  margin-bottom: .3rem;
}
.pipeline span { color: var(--mut); font-size: .9rem }
.versus {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1.15rem;
  margin: 0 0 2.4rem;
  align-items: stretch;
}
.versus article {
  background: var(--card);
  border: 1px solid var(--line);
  border-radius: 20px;
  padding: 1.5rem 1.4rem 1.55rem;
  box-shadow: var(--shadow);
  margin: 0;
}
.versus .off {
  background:
    repeating-linear-gradient(-45deg, rgba(16,32,51,.03), rgba(16,32,51,.03) 8px, transparent 8px, transparent 16px),
    #eef1f4;
  box-shadow: inset 0 1px 0 rgba(255,255,255,.8), inset 0 16px 32px rgba(16, 32, 51, .05);
  color: #3d4d5e;
}
.versus .off h2 { color: #5a6a7c }
.versus .on {
  border-color: color-mix(in srgb, var(--glow) 55%, var(--line));
  background:
    radial-gradient(220px 90px at 100% 0%, rgba(46, 196, 182, .18), transparent 70%),
    linear-gradient(180deg, #e8fffb, #fff 46%);
  box-shadow: var(--shadow-lg);
  transform: translateY(-8px);
  z-index: 1;
}
.versus .kicker { margin-bottom: .45rem }
body.public .versus h2,
.versus h2 {
  margin: 0 0 .85rem;
  font-size: 1.28rem;
  letter-spacing: -.025em;
}
.versus ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  gap: .55rem;
}
.versus li {
  position: relative;
  padding-left: 1.45rem;
  color: var(--mut);
}
.versus .off li::before,
.versus .on li::before {
  position: absolute;
  left: 0;
  top: .12rem;
  font-weight: 700;
}
.versus .off li::before { content: "×"; color: var(--danger) }
.versus .on li::before { content: "✓"; color: var(--ok) }
.matrix-wrap { margin: 1.4rem 0 0 }
table.matrix { font-size: .92rem }
table.matrix th, table.matrix td {
  text-align: center;
  white-space: nowrap;
}
table.matrix th:first-child,
table.matrix td:first-child {
  text-align: left;
  font-weight: 600;
  color: var(--fg);
  white-space: normal;
}
table.matrix thead th { color: var(--acc) }
.mark {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 1.35rem;
  height: 1.35rem;
  border-radius: 50%;
  font-size: .78rem;
  font-weight: 700;
}
.mark-yes { background: rgba(27, 122, 76, .12); color: var(--ok) }
.mark-no { background: #f4f6f8; color: #8a97a8 }
.verdict {
  display: flex;
  align-items: center;
  gap: 1.1rem;
  margin: 0 0 1.2rem;
  padding: 1rem 1.1rem;
  border-radius: 16px;
  border: 1px solid var(--line);
}
.verdict strong {
  font-size: clamp(2rem, 4vw, 2.6rem);
  letter-spacing: -.05em;
  line-height: 1;
}
.verdict span { color: var(--mut) }
.verdict-ok {
  background: linear-gradient(180deg, #f1fbf6, #fff);
  border-color: color-mix(in srgb, var(--ok) 28%, var(--line));
}
.verdict-ok strong { color: var(--ok) }
.verdict-warn {
  background: linear-gradient(180deg, #fff8f0, #fff);
  border-color: color-mix(in srgb, #9a4d0a 28%, var(--line));
}
.verdict-warn strong { color: #9a4d0a }
.sev-row {
  display: flex;
  flex-wrap: wrap;
  gap: .45rem;
  margin: 0 0 1.1rem;
}
.chip-sev {
  display: inline-flex;
  align-items: center;
  gap: .35rem;
  padding: .28rem .7rem;
  border-radius: 999px;
  font-size: .82rem;
  font-weight: 700;
  border: 1px solid var(--line);
  background: #fff;
}
body.public .result-panel {
  padding: 1.55rem 1.45rem 1.7rem;
}
body.public .result-panel .table-wrap { margin-top: .35rem }
body.public .result-next { margin-top: 1.35rem }
body.public .flash {
  background: #041018;
  color: #9af0e6;
  border-color: rgba(46, 196, 182, .35);
  margin-top: 1.1rem;
}
body.public .auth-layout form.card button { min-height: 2.75rem }
.dock { display: none }
body.public .hero-scan button:hover { background: #9af0e6 }
@media (max-width: 1240px) {
  .hud-log { display: none }
  .mock { transform: rotateY(-6deg) rotateX(4deg) translateY(6px) }
}
@media (max-width: 1100px) {
  .pipeline { grid-template-columns: repeat(3, 1fr) }
  .pipeline::before { display: none }
  .pipeline li:nth-child(3)::after { display: none }
  .trust { grid-template-columns: 1fr 1fr; margin-top: -2.4rem }
  .trust div { min-width: 0 }
  .trust div:nth-child(2n) { border-right: 0 }
  .trust div:nth-child(-n+2) { border-bottom: 1px solid var(--line) }
  .versus { grid-template-columns: 1fr }
  .versus .on { transform: none }
}
@media (max-width: 980px) {
  .hero-split { grid-template-columns: 1fr }
  .hero-stage { max-width: 28rem }
  .hero-stage::before, .hero-stage::after { display: none }
  .mock { transform: none }
  .trust { grid-template-columns: 1fr 1fr; margin-top: -2.1rem }
  .trust div:nth-child(2n) { border-right: 0 }
  .trust.scan-points { grid-template-columns: 1fr }
  .scan-layout { grid-template-columns: 1fr }
  .auth-layout { grid-template-columns: 1fr }
  .hero-scan-form { grid-template-columns: 1fr }
  .versus { grid-template-columns: 1fr }
  .versus .on { transform: none }
  .pipeline { grid-template-columns: 1fr 1fr }
  .pipeline::before, .pipeline li::after { display: none }
  body.public .plan.featured { transform: none }
  body.public .hero.hero-split { padding-bottom: 4.6rem }
}
@media (min-width: 1101px) {
  body.public .chrome .nav-desk .lang { display: none }
}
@media (max-width: 1100px) {
  .bar { padding: .75rem 1rem; flex-wrap: nowrap; gap: .75rem }
  body.public .bar { padding: 0 }
  body.public .bar-inner { min-height: 4.85rem; gap: .75rem }
  .nav-desk { display: none }
  .nav-fold { display: block; position: relative; margin-left: auto }
  .nav-fold > summary { display: inline-flex; align-items: center; min-height: 2.5rem }
  .nav-fold nav {
    display: none;
    position: absolute;
    right: 0;
    top: calc(100% + .55rem);
    flex-direction: column;
    align-items: stretch;
    gap: .15rem;
    min-width: 16rem;
    padding: .7rem;
    background: var(--card);
    border: 1px solid var(--line);
    border-radius: var(--radius);
    box-shadow: var(--shadow);
  }
  .nav-fold[open] nav { display: flex; z-index: 40 }
  .nav-fold nav a, .nav-fold .nav-cta, .nav-fold .inline {
    width: 100%;
    text-align: left;
  }
  .nav-fold nav .nav-tools {
    display: flex;
    flex-direction: column;
    align-items: stretch;
    width: 100%;
    margin: .35rem 0 0;
    padding-top: .45rem;
    border-top: 1px solid var(--line);
    gap: .15rem;
  }
  .nav-fold .lang a { width: auto }
  .nav-fold .nav-cta { text-align: center }
  .nav-fold .lang {
    align-self: flex-start;
    margin-top: .35rem;
  }
  body.public .nav-fold nav a,
  body.public .nav-fold .lang a { color: var(--fg) }
  body.public .nav-fold nav a[aria-current="page"],
  body.public .nav-fold .lang a[aria-current="true"] { color: var(--acc) }
  .nav-fold nav { min-width: 18.5rem }
  .nav-acc {
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: .1rem;
    padding: .15rem 0 .45rem;
    border-bottom: 1px solid var(--line);
  }
  .nav-acc > summary {
    list-style: none;
    cursor: pointer;
    font-weight: 700;
    font-size: .82rem;
    letter-spacing: .08em;
    text-transform: uppercase;
    color: var(--mut);
    padding: .45rem .35rem;
  }
  .nav-acc > summary::-webkit-details-marker { display: none }
  .nav-acc a { padding-left: .7rem }
  body.public .nav-acc > summary { color: var(--mut) }
  body.public .topbar-links a:not([hreflang]) { display: none }
}
@media (max-width: 860px) {
  .hero { padding-top: 1.4rem }
  .hero h1 { max-width: none }
  body.public .hero { padding-top: 2rem; padding-bottom: 2.4rem; border-radius: 0 0 1.25rem 1.25rem }
  body.public .hero h1 { max-width: none }
  .hero-scan { max-width: none }
  .scan-card .scan-row { flex-direction: column }
  .scan-card { grid-template-columns: 1fr }
  .scan-card .scan-row { grid-column: 1 }
  .hero-scan-form { grid-template-columns: 1fr }
  body.public.has-dock { padding-bottom: 4.6rem }
  body.public.has-dock .hero { padding-bottom: 5.2rem }
  .dock {
    display: flex;
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 28;
    padding: .7rem 1rem calc(.7rem + env(safe-area-inset-bottom, 0px));
    background: color-mix(in srgb, var(--ink) 92%, transparent);
    border-top: 1px solid rgba(255,255,255,.12);
    backdrop-filter: blur(16px);
    -webkit-backdrop-filter: blur(16px);
  }
  .dock .btn {
    width: 100%;
    text-align: center;
    background: var(--glow);
    color: #062033;
  }
  .dock .btn:hover { background: #9af0e6 }
}
@media (max-width: 720px) {
  .bar { padding: .7rem 1rem }
  .trust { grid-template-columns: 1fr; margin-top: -1.35rem }
  .trust div { border-right: 0; border-bottom: 1px solid var(--line) }
  .trust div:last-child { border-bottom: 0 }
  .cta-band { padding: 1.35rem 1.2rem }
  .mock-metrics { grid-template-columns: 1fr }
  .pipeline { grid-template-columns: 1fr }
  table.matrix th, table.matrix td { padding: .65rem .55rem }
  body.public .hero.hero-split { padding-bottom: 3.6rem }
  body.public .topbar-status span:nth-child(n+5) { display: none }
  .foot-top-inner,
  body.public .foot-inner,
  body.public .foot-cols { grid-template-columns: 1fr }
  .foot-top-actions { justify-content: flex-start }
  body.public .logo img { height: 3.35rem; max-width: min(20rem, 78vw) }
  body.public .logo em { display: none }
  .hud-log { display: none }
  .hero-scan {
    flex-wrap: wrap;
    padding: .4rem;
    border-radius: 10px;
  }
  .hero-scan::before { align-self: center }
  .hero-scan input[type="url"] {
    flex: 1 1 calc(100% - 1.6rem);
    min-width: 10rem;
  }
  .hero-scan button { flex: 1 1 100%; width: 100% }
  body.public .hero .chips { display: none }
  body.public .hero .cta-row { margin-top: .75rem }
}

/* ——— Account console ——— */
body.app {
  --page: 86.25rem;
  --console: #eef3f7;
  --ink: #0b1b2c;
  --glow: #2ec4b6;
  background-color: var(--console);
  background-image:
    linear-gradient(rgba(11, 27, 44, .028) 1px, transparent 1px),
    linear-gradient(90deg, rgba(11, 27, 44, .028) 1px, transparent 1px);
  background-size: 28px 28px;
}
body.app .wrap,
body.app .wrap.wide {
  max-width: var(--page);
  padding: 1.5rem 1.35rem 4.5rem;
}
body.app .console-bar {
  padding: 0;
  background: #000000;
  border-bottom: 1px solid rgba(46, 196, 182, .18);
  box-shadow: none;
}
body.app .console-bar .logo { color: #fff }
body.app .console-bar .logo:hover { color: #fff }
body.app .console-bar .logo img {
  height: 3.65rem;
  border: 0;
  max-width: min(24rem, 68vw);
}
body.app .nav-desk > a { color: #c5d3e0 }
body.app .nav-desk > a:hover { background: rgba(255,255,255,.07); color: #fff; text-decoration: none }
body.app .nav-desk a[aria-current="page"] { background: rgba(46, 196, 182, .16); color: #7ee7dc }
body.app .nav-cta {
  background: #2ec4b6;
  color: #041018 !important;
}
body.app .nav-cta:hover { background: #9af0e6; color: #041018 !important }
body.app .nav-tools { border-left-color: rgba(255,255,255,.12) }
body.app .plan-chip {
  color: #7ee7dc;
  background: rgba(46, 196, 182, .14);
}
body.app .nav-email { color: #8fa2b5 }
body.app .nav-tools .inline button {
  color: #e7eef5;
  border-color: rgba(255,255,255,.22);
}
body.app .nav-tools .inline button:hover { background: rgba(255,255,255,.08); color: #fff }
body.app .bar-inner {
  width: min(var(--page), calc(100% - 2.5rem));
  margin: 0 auto;
  display: flex;
  align-items: center;
  gap: 1rem;
  min-height: 4.85rem;
}
body.app .logo span {
  display: flex;
  flex-direction: column;
  gap: .1rem;
  line-height: 1.05;
}
body.app .logo em {
  font-style: normal;
  font-weight: 700;
  font-size: .62rem;
  letter-spacing: .14em;
  text-transform: uppercase;
  color: var(--glow);
  font-family: var(--mono);
}
body.app .nav-desk { gap: .15rem .35rem }
body.app .nav-desk > a {
  min-height: 2.2rem;
  display: inline-flex;
  align-items: center;
  padding: 0 .7rem;
  border-radius: 8px;
  font-weight: 600;
}
body.app .nav-cta { border-radius: 8px }
body.app .nav-tools {
  margin-left: .5rem;
  padding-left: .85rem;
  border-left: 1px solid rgba(255,255,255,.12);
  gap: .55rem .7rem;
}
body.app .plan-chip {
  font-family: var(--mono);
  font-size: .68rem;
  letter-spacing: .12em;
  text-transform: uppercase;
  font-weight: 700;
  padding: .28rem .55rem;
  border-radius: 999px;
}
body.app .nav-email {
  max-width: 12rem;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: .82rem;
}
body.app .nav-tools .inline button {
  background: transparent;
  padding: .32rem .75rem;
  font-size: .82rem;
}
body.app .console-head {
  position: relative;
  overflow: hidden;
  margin: 0 0 1.4rem;
  padding: 1.45rem 1.55rem 1.4rem;
  border-radius: 18px;
  border: 1px solid rgba(255,255,255,.07);
  color: #e7eef5;
  background:
    radial-gradient(900px 280px at 100% -30%, rgba(46, 196, 182, .2), transparent 52%),
    radial-gradient(640px 220px at 0% 120%, rgba(22, 58, 95, .45), transparent 58%),
    #07141f;
  box-shadow: 0 18px 40px rgba(7, 20, 31, .16);
}
body.app .console-head h1 {
  letter-spacing: -.035em;
  margin: 0 0 .35rem;
  color: #fff;
}
body.app .console-head .kicker { color: var(--glow); margin-bottom: .45rem }
body.app .console-head-row {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 1rem 1.5rem;
  align-items: flex-end;
}
body.app .console-head .lede { margin: 0; max-width: 44rem; color: #9aacbe }
body.app .console-head .muted { color: #8fa2b5 }
body.app .console-head a { color: #7ee7dc }
body.app .console-head .cta-row { margin: 0 }
body.app .console-head .btn {
  background: #2ec4b6;
  color: #041018;
}
body.app .console-head .btn:hover { background: #9af0e6; color: #041018 }
body.app .console-head .btn.ghost {
  background: transparent;
  color: #e7eef5;
  border-color: rgba(255,255,255,.22);
}
body.app .console-head .btn.ghost:hover { background: rgba(255,255,255,.08) }
body.app .section-head {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: .4rem 1rem;
  align-items: baseline;
  margin: 0 0 .85rem;
}
body.app .section-head h2 { margin: 0; font-size: 1.2rem }
body.app .console-section { margin: 1.8rem 0 2rem }
body.app .console-foot { margin-top: 2rem }
.stat-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: .85rem;
  margin: 0 0 1.2rem;
}
.stat {
  background: var(--card);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  padding: 1rem 1.05rem 1.05rem;
  box-shadow: var(--shadow);
  display: flex;
  flex-direction: column;
  gap: .25rem;
  min-height: 7.2rem;
}
.stat strong { font-size: 1.55rem; letter-spacing: -.03em }
.stat-ring { align-items: flex-start }
.ring-wrap {
  position: relative;
  width: 4.4rem;
  height: 4.4rem;
  margin: .15rem 0 .2rem;
}
.ring { width: 100%; height: 100%; display: block }
.ring-bg { fill: none; stroke: #e4edf3; stroke-width: 3 }
.ring-fg { fill: none; stroke-width: 3; stroke-linecap: round }
svg.ring .ring-fg { fill: none }
.ring-wrap strong {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.05rem;
}
.spark {
  width: 100%;
  height: 2.4rem;
  margin: .35rem 0 .15rem;
}
.spark polyline {
  fill: none;
  stroke: var(--acc);
  stroke-width: 1.8;
  stroke-linejoin: round;
  stroke-linecap: round;
}
.spark-area { fill: rgba(22, 58, 95, .14); stroke: none }
body.app .spark polyline { stroke: #0c6e76 }
body.app .spark-area { fill: rgba(46, 196, 182, .18) }
.spark-wide { height: 3.1rem; margin: 0 }
.chart-grid {
  display: grid;
  grid-template-columns: 1.2fr .8fr;
  gap: 1rem;
  margin: 0 0 1.6rem;
}
.chart-card { box-shadow: var(--shadow) }
.chart-card h2 { margin-bottom: .85rem }
.bars { list-style: none; margin: 0; padding: 0; display: flex; flex-direction: column; gap: .55rem }
.bars li {
  display: grid;
  grid-template-columns: 7.2rem minmax(0, 1fr) 2rem;
  gap: .55rem;
  align-items: center;
  font-size: .85rem;
}
.bars li span { color: var(--mut) }
.meter { width: 100%; height: .55rem; display: block }
.meter-bg { fill: #e6eef3 }
.meter-fill { fill: var(--acc) }
.tone-critical, .ring-fg.tone-critical, .meter-fill.tone-critical { color: var(--danger); fill: var(--danger); stroke: var(--danger) }
.tone-high, .ring-fg.tone-high, .meter-fill.tone-high { color: #9a4d0a; fill: #c2410c; stroke: #c2410c }
.tone-medium, .ring-fg.tone-medium, .meter-fill.tone-medium { color: #8a5a00; fill: #d97706; stroke: #d97706 }
.tone-low, .ring-fg.tone-low, .meter-fill.tone-low { color: var(--ok); fill: var(--ok); stroke: var(--ok) }
.tone-info, .ring-fg.tone-info, .meter-fill.tone-info { color: var(--acc); fill: var(--acc); stroke: var(--acc) }
.tone-ok, .ring-fg.tone-ok, .meter-fill.tone-ok { color: var(--ok); fill: var(--ok); stroke: var(--ok) }
.tone-none, .meter-fill.tone-none { color: var(--mut); fill: #9aa8b5; stroke: #9aa8b5 }
body.app .pill {
  display: inline-flex;
  align-items: center;
  padding: .12rem .45rem;
  border-radius: 999px;
  font-size: .72rem;
  font-weight: 700;
  letter-spacing: .04em;
  text-transform: uppercase;
  background: var(--acc-dim);
}
body.app .pill.tone-critical { background: rgba(180, 35, 24, .12) }
body.app .pill.tone-high { background: rgba(194, 65, 12, .12) }
body.app .pill.tone-medium { background: rgba(217, 119, 6, .14) }
body.app .pill.tone-low, body.app .pill.tone-ok { background: rgba(27, 122, 76, .12) }
body.app .pill.tone-info { background: var(--acc-dim) }
body.app .console-table { width: 100%; border-collapse: collapse }
body.app .console-table th {
  font-size: .72rem;
  letter-spacing: .1em;
  text-transform: uppercase;
  color: var(--mut);
  background: #f8fafc;
}
body.app .console-table td, body.app .console-table th { padding: .8rem .9rem }
body.app .site-name { font-weight: 700; text-decoration: none }
body.app .site-name:hover { text-decoration: underline }
body.app .why { color: var(--fg); font-size: .9rem }
body.app td.next .inline { margin: .15rem .25rem .15rem 0 }
body.app td.next .inline button {
  padding: .38rem .7rem;
  font-size: .8rem;
}
body.app .add-site {
  margin: 1.8rem 0 0;
  background: var(--card);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  box-shadow: var(--shadow);
}
body.app .add-site > summary {
  cursor: pointer;
  font-weight: 700;
  padding: 1rem 1.2rem;
  list-style: none;
}
body.app .add-site > summary::-webkit-details-marker { display: none }
body.app .add-site-form { border: 0; box-shadow: none; margin: 0; padding: 0 1.2rem 1.25rem; max-width: none }
.form-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: .85rem 1rem;
}
.ssh-fields { margin: .4rem 0 1rem }
.ssh-fields > summary {
  cursor: pointer;
  color: var(--acc);
  font-weight: 700;
  font-size: .86rem;
  margin-bottom: .7rem;
}
body.app .audit-split {
  display: grid;
  grid-template-columns: 1fr 1.2fr;
  gap: 1.4rem;
  align-items: start;
}
body.app .site-overview {
  display: grid;
  grid-template-columns: 12.5rem minmax(16rem, 1fr) minmax(16rem, 1fr);
  gap: 1rem;
  margin: 0 0 1.1rem;
}
body.app .console-empty { margin: 0 0 1.5rem }
body.app .metrics .metric { box-shadow: var(--shadow) }
body.app .console-sub {
  position: sticky;
  top: 3.85rem;
  z-index: 20;
  display: flex;
  flex-wrap: wrap;
  gap: .2rem;
  margin: 0 0 1.35rem;
  padding: .4rem 0 .55rem;
  background: color-mix(in srgb, var(--console) 86%, #fff);
  border-bottom: 1px solid var(--line);
}
body.app .console-sub a {
  padding: .32rem .7rem;
  border-radius: 999px;
  font-size: .82rem;
  font-weight: 600;
  text-decoration: none;
  color: var(--mut);
}
body.app .console-sub a:hover { background: #fff; color: var(--acc); text-decoration: none }
.action-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1rem;
}
body.app .action-grid > .card {
  max-width: none;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: .5rem;
  box-shadow: var(--shadow);
}
body.app .action-grid h3 { margin: 0; font-size: 1.02rem; letter-spacing: -.02em }
body.app .action-grid p { margin: 0; color: var(--mut); font-size: .92rem }
body.app .action-grid button { margin-top: auto; align-self: flex-start }
.visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
#connector .progress .meter { height: .7rem; margin: .35rem 0 }
body.app #connector, body.app #defense { box-shadow: var(--shadow) }
.ops-split {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1rem;
  margin: 0 0 1.4rem;
  align-items: start;
}
.ops-split > .card { margin: 0 }
.empty-state {
  background: var(--card);
  border: 1px dashed var(--line);
  border-radius: var(--radius);
  padding: 1.4rem 1.3rem;
  color: var(--mut);
}
.empty-state p { margin: 0 }
.action-panel {
  background: var(--card);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  padding: 1.2rem 1.3rem 1.35rem;
  margin: 0 0 1.6rem;
  box-shadow: var(--shadow);
}
.action-panel h2 { margin: 0 0 .45rem }
.action-meta { margin: 0 0 1rem }
body.app .flash.banner-test {
  background: #fff8e6;
  border-color: #e2b340;
  box-shadow: inset 3px 0 0 #c49212;
  color: #5c4a12;
}
body.app .filters {
  display: flex;
  flex-wrap: wrap;
  gap: .4rem;
  margin: 0 0 1rem;
}
body.app .filters a {
  padding: .32rem .75rem;
  border-radius: 999px;
  border: 1px solid var(--line);
  background: #fff;
  text-decoration: none;
  font-size: .82rem;
  font-weight: 600;
  color: var(--fg);
}
body.app .filters a:hover { border-color: var(--acc); color: var(--acc) }
body.app .filters a[aria-current="true"] {
  background: var(--acc);
  color: #fff;
  border-color: var(--acc);
}
body.app table.findings td.path {
  max-width: 22rem;
}
body.app table.findings td.path code {
  font-size: .78rem;
  word-break: break-all;
}
body.app table.findings .inline {
  display: flex;
  flex-wrap: wrap;
  gap: .35rem;
  align-items: center;
  margin-top: .35rem;
}
body.app table.findings .inline select {
  padding: .35rem .45rem;
  font-size: .8rem;
}
body.app table.findings .inline button {
  padding: .32rem .65rem;
  font-size: .78rem;
}
body.app .grid { margin: 0 }
body.app .grid a.tile {
  box-shadow: var(--shadow);
  padding: 1.1rem 1.15rem 1.2rem;
}
body.app .grid a.tile .metric-label { display: block; margin: 0 0 .4rem }
body.app .grid a.tile:hover { border-color: var(--acc) }
body.app .console-empty .cta-row { margin: .85rem 0 0 }
body.app #scans code { font-size: .85rem; word-break: break-all }
body.app .stat.stat-host strong {
  font-size: 1.05rem;
  word-break: break-all;
}
body.app .flash-secret {
  font-family: var(--mono);
  font-size: .9rem;
  background: #fff8e8;
  border-color: color-mix(in srgb, #d97706 35%, var(--line));
  box-shadow: inset 3px 0 0 #d97706;
  word-break: break-all;
}
body.app .steps {
  margin: 0 0 .85rem;
  padding: 0 0 0 1.15rem;
  display: flex;
  flex-direction: column;
  gap: .4rem;
}
body.app .whm-import { margin: 0 }
body.app .whm-import .table-wrap { margin: .85rem 0 }
body.app .import-actions {
  display: flex;
  flex-wrap: wrap;
  gap: .7rem 1rem;
  align-items: center;
  justify-content: space-between;
  margin: .85rem 0 0;
}
body.app .console-table tr.row-muted td { color: var(--mut) }
body.app form.action-panel,
body.app .action-panel {
  max-width: none;
}
body.app .action-panel label { display: block; margin: 0 0 .75rem }
body.app .action-panel textarea,
body.app .action-panel input:not([type="checkbox"]):not([type="hidden"]),
body.app .action-panel select {
  width: 100%;
}
@media (max-width: 1100px) {
  body.app .console-bar { padding: 0 }
  body.app .bar-inner { width: calc(100% - 2rem); min-height: 4.35rem }
  body.app .nav-email { display: none }
  .stat-grid, .chart-grid, body.app .audit-split, body.app .site-overview, .form-grid, .action-grid, .ops-split {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 720px) {
  .stat-grid, .chart-grid, body.app .audit-split, body.app .site-overview, .form-grid, .action-grid, .ops-split {
    grid-template-columns: 1fr;
  }
  body.app .bars li { grid-template-columns: 5.5rem minmax(0, 1fr) 1.6rem }
  body.app .logo img { height: 2.85rem; max-width: min(18rem, 72vw) }
  body.app .logo em { display: none }
  .signal-row, .mix-with-donut { grid-template-columns: 1fr }
  .head-chips { gap: .35rem }
  .ring-lg { width: 5.6rem; height: 5.6rem }
}

/* ——— Console charts & report ——— */
.head-chips {
  display: flex;
  flex-wrap: wrap;
  gap: .45rem;
  margin: .9rem 0 0;
  padding: 0;
  list-style: none;
}
.head-chips li {
  display: inline-flex;
  align-items: center;
  gap: .4rem;
  font-family: var(--mono);
  font-size: .68rem;
  letter-spacing: .06em;
  text-transform: uppercase;
  font-weight: 700;
  padding: .28rem .65rem;
  border-radius: 999px;
  border: 1px solid rgba(255,255,255,.14);
  color: #b7c7d8;
  background: rgba(255,255,255,.05);
}
.head-chips .chip-warn { color: #ffd7a8; border-color: rgba(217, 119, 6, .45) }
.head-chips .chip-ok { color: #9af0e6; border-color: rgba(46, 196, 182, .4) }
.status-dot {
  display: inline-block;
  width: .5rem;
  height: .5rem;
  border-radius: 50%;
  background: #8a97a8;
  flex-shrink: 0;
}
.status-dot.on { background: #2ec4b6; box-shadow: 0 0 0 3px rgba(46, 196, 182, .22) }
.status-dot.off { background: #e85d4c }
.chart-head {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: .2rem 1rem;
  align-items: baseline;
  margin: 0 0 .85rem;
}
.chart-head h2 { margin: 0 }
.chart-head .muted { margin: 0; font-size: .84rem }
.mix { display: grid; gap: .85rem }
.mix-with-donut {
  grid-template-columns: minmax(0, 1fr) 5.6rem;
  align-items: center;
  gap: 1rem 1.2rem;
}
.stack-bar {
  width: 100%;
  height: .72rem;
  display: block;
  border-radius: 99px;
  overflow: hidden;
}
.mix-legend {
  list-style: none;
  margin: .75rem 0 0;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(7.5rem, 1fr));
  gap: .35rem .7rem;
}
.mix-legend li {
  display: grid;
  grid-template-columns: .7rem minmax(0, 1fr) auto;
  gap: .4rem;
  align-items: center;
  font-size: .8rem;
}
.mix-legend span { color: var(--mut) }
.swatch {
  width: .7rem;
  height: .7rem;
  border-radius: 3px;
  background: var(--acc);
}
.swatch.tone-critical { background: var(--danger) }
.swatch.tone-high { background: #c2410c }
.swatch.tone-medium { background: #d97706 }
.swatch.tone-low, .swatch.tone-ok { background: var(--ok) }
.swatch.tone-info { background: var(--acc) }
.swatch.tone-none { background: #9aa8b5 }
.donut-wrap, .ring-lg {
  position: relative;
  width: 5.6rem;
  height: 5.6rem;
  flex-shrink: 0;
}
.ring-lg { width: 7rem; height: 7rem }
.donut-wrap strong, .ring-wrap strong {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.05rem;
}
.ring-lg strong { font-size: 1.55rem; letter-spacing: -.04em }
.donut-wrap .ring, .ring-lg .ring { width: 100%; height: 100%; display: block }
.stat {
  transition: border-color .15s ease;
}
.stat:hover { border-color: color-mix(in srgb, var(--acc) 35%, var(--line)) }
body.app .stat-risk {
  justify-content: center;
  align-items: center;
  text-align: center;
  padding: 1.15rem 1rem 1.2rem;
}
body.app .stat-risk .ring-wrap { margin-inline: auto }
.score-cell { display: flex; flex-direction: column; gap: .28rem; align-items: flex-start; min-width: 5.5rem }
.score-cell .meter { width: 5.8rem }
body.app .console-table tbody tr { border-left: 3px solid transparent }
body.app .console-table tbody tr.row-tone-critical { border-left-color: var(--danger) }
body.app .console-table tbody tr.row-tone-high { border-left-color: #c2410c }
body.app .console-table tbody tr.row-tone-medium { border-left-color: #d97706 }
body.app .console-table tbody tr.row-tone-low,
body.app .console-table tbody tr.row-tone-ok { border-left-color: var(--ok) }
body.app .console-table tbody tr.row-tone-info { border-left-color: var(--acc) }
body.app .console-table tbody tr:hover td { background: #f7fafc }
body.app .console-table.audit-log td:first-child {
  position: relative;
  padding-left: 1.55rem;
}
body.app .console-table.audit-log td:first-child::before {
  content: "";
  position: absolute;
  left: .55rem;
  top: 1.05rem;
  width: .45rem;
  height: .45rem;
  border-radius: 50%;
  background: var(--acc);
}
body.app .console-table.audit-log tr.row-tone-high td:first-child::before { background: #c2410c }
body.app .console-table.audit-log tr.row-tone-ok td:first-child::before { background: var(--ok) }
body.app .job-st {
  display: inline-flex;
  align-items: center;
  padding: .12rem .5rem;
  border-radius: 999px;
  font-size: .72rem;
  font-weight: 700;
  letter-spacing: .03em;
  text-transform: uppercase;
  background: var(--acc-dim);
}
body.app .job-st.job-completed, body.app .job-st.job-ok { background: rgba(27, 122, 76, .12) }
body.app .job-st.job-failed, body.app .job-st.job-cancelled { background: rgba(180, 35, 24, .12) }
body.app .job-st.job-running, body.app .job-st.job-queued, body.app .job-st.job-assigned, body.app .job-st.job-dry_run {
  background: rgba(12, 110, 118, .12);
}
.signal-row {
  list-style: none;
  margin: 0 0 1.15rem;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: .65rem;
}
.signal-row li {
  background: var(--card);
  border: 1px solid var(--line);
  border-radius: 12px;
  padding: .75rem .85rem .8rem;
  display: flex;
  flex-direction: column;
  gap: .15rem;
  box-shadow: var(--shadow);
  border-top: 3px solid var(--line);
}
.signal-row li.tone-high { border-top-color: #c2410c }
.signal-row li.tone-medium { border-top-color: #d97706 }
.signal-row li.tone-ok { border-top-color: var(--ok) }
.signal-row strong { font-size: 1.2rem; letter-spacing: -.03em }
.scan-hero {
  margin: 0 0 1.6rem;
  padding: 1.2rem 1.25rem 1.3rem;
  background: var(--card);
  border: 1px solid var(--line);
  border-radius: 16px;
  box-shadow: var(--shadow);
}
.scan-hero .chart-card, .scan-hero .stat { box-shadow: none }
.scan-activity {
  background: var(--card);
  border: 1px solid var(--line);
  border-radius: 12px;
  padding: .85rem 1rem .95rem;
  margin: 0 0 1rem;
  box-shadow: var(--shadow);
}
.intro-line { margin: 0 0 1.1rem }
body.app .empty-state {
  background:
    linear-gradient(180deg, rgba(255,255,255,.7), #fff),
    var(--card);
}
body.app .grid a.tile {
  border-radius: 14px;
  position: relative;
}
body.app .grid a.tile::after {
  content: "";
  position: absolute;
  top: 1.15rem;
  right: 1.1rem;
  width: .55rem;
  height: .55rem;
  border-right: 2px solid var(--line);
  border-bottom: 2px solid var(--line);
  transform: rotate(-45deg);
}
body.app .grid a.tile:hover::after { border-color: var(--acc) }
.chip-list {
  list-style: none;
  margin: .4rem 0 1rem;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  gap: .4rem;
}
.chip-list li code {
  display: inline-block;
  padding: .28rem .55rem;
  font-size: .78rem;
}
.verdict .ring-wrap { flex-shrink: 0; margin: .15rem .2rem .15rem 0 }
.verdict-copy { min-width: 0 }
.verdict .ring-lg strong { font-size: 1.7rem }
.result-panel .chart-card {
  margin: 0 0 1.1rem;
  box-shadow: none;
}
table.findings tbody tr.row-tone-critical td:first-child { box-shadow: inset 3px 0 0 var(--danger) }
table.findings tbody tr.row-tone-high td:first-child { box-shadow: inset 3px 0 0 #c2410c }
table.findings tbody tr.row-tone-medium td:first-child { box-shadow: inset 3px 0 0 #d97706 }
@media (max-width: 1100px) {
  .signal-row { grid-template-columns: repeat(3, minmax(0, 1fr)) }
  .mix-with-donut { grid-template-columns: minmax(0, 1fr) 4.8rem }
}
@media (max-width: 720px) {
  .signal-row, .mix-with-donut { grid-template-columns: 1fr }
  .head-chips li { font-size: .64rem }
  .ring-lg { width: 5.6rem; height: 5.6rem }
  .verdict { flex-wrap: wrap }
}

body.app .foot {
  background: #07141f;
  border-top: 1px solid rgba(46, 196, 182, .16);
  color: #8fa2b5;
}
body.app .foot .foot-base {
  width: min(var(--page), calc(100% - 2.5rem));
  border-top: 0;
  padding-top: 0;
  align-items: center;
}
body.app .foot .sysmeta {
  margin: 0;
  font-family: var(--mono);
  font-size: .68rem;
  letter-spacing: .12em;
  text-transform: uppercase;
  color: #6e8596;
}
body.app .foot .muted { margin: 0; color: #8fa2b5 }
body.app .foot a { color: #7ee7dc }
body.app .ops-card {
  border-radius: 16px;
  padding: 1.2rem 1.25rem 1.3rem;
}
body.app .ops-card h2 {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: .45rem .55rem;
  margin: 0 0 .35rem;
}
body.app .scan-cta {
  max-width: none;
  padding: 1.35rem 1.4rem;
  border-radius: 16px;
  box-shadow: var(--shadow);
  border-color: color-mix(in srgb, var(--acc) 28%, var(--line));
}
body.app .scan-cta p { margin: 0 0 .85rem; font-size: 1.02rem }
body.app .action-grid > .card {
  border-radius: 14px;
  padding: 1.15rem 1.2rem 1.2rem;
}
body.app .action-grid h3 {
  font-family: var(--sans);
  letter-spacing: -.03em;
}
body.app .action-grid h3::before {
  content: "";
  display: block;
  width: 1.6rem;
  height: 2px;
  background: var(--acc);
  margin: 0 0 .55rem;
  border-radius: 2px;
}
body.app .empty-state {
  text-align: center;
  padding: 1.85rem 1.4rem;
  border-style: solid;
}
body.app .empty-state p { max-width: 36rem; margin: 0 auto }
body.app .add-site {
  border-radius: 16px;
  overflow: hidden;
}
body.app .add-site > summary {
  padding: 1.05rem 1.3rem;
  background: #fff;
}
body.app .add-site > summary:hover { background: #f7fafc }
body.app #connector .conn-metrics .metric,
body.app #defense .conn-metrics .metric {
  box-shadow: none;
  background: #f7fafc;
}
@media (max-width: 1100px) {
  body.app .nav-fold > summary {
    background: transparent;
    color: #e7eef5;
    border-color: rgba(255,255,255,.22);
  }
  body.app .nav-fold nav {
    background: #0b1b2c;
    border-color: rgba(255,255,255,.12);
  }
  body.app .nav-fold nav a { color: #e7eef5 }
  body.app .nav-fold nav a:hover,
  body.app .nav-fold nav a[aria-current="page"] { color: #7ee7dc }
  body.app .nav-fold .nav-cta { color: #041018 !important }
  body.app .nav-fold nav .nav-tools { border-top-color: rgba(255,255,255,.12) }
  body.app .nav-fold .inline button {
    color: #e7eef5;
    border-color: rgba(255,255,255,.22);
  }
}
