:root {
  color-scheme: light;
  --ink: #101828;
  --muted: #5b6474;
  --bg: #f3f6fb;
  --surface: #ffffff;
  --line: #d8e0ec;
  --blue: #2563eb;
  --blue-dark: #153eaa;
  --green: #0f766e;
  --amber: #b7791f;
  --red: #b42318;
  --purple: #6d28d9;
  --shadow: 0 22px 70px rgba(16, 24, 40, .12);
  --soft-shadow: 0 1px 2px rgba(16, 24, 40, .08);
}
* { box-sizing: border-box; }
html { background: var(--bg); min-height: 100%; scroll-behavior: smooth; }
body {
  margin: 0;
  min-height: 100%;
  color: var(--ink);
  overflow-x: hidden;
  background:
    linear-gradient(rgba(37, 99, 235, .055) 1px, transparent 1px),
    linear-gradient(90deg, rgba(15, 118, 110, .05) 1px, transparent 1px),
    linear-gradient(180deg, #edf4ff 0, #f8fbff 430px, #f5f7fb 100%);
  background-size: 44px 44px, 44px 44px, auto;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Arial, sans-serif;
  line-height: 1.55;
}
a { color: inherit; }
.wrap { width: min(1180px, calc(100% - 32px)); margin: 0 auto; }
.top {
  position: sticky;
  top: 0;
  z-index: 20;
  border-bottom: 1px solid rgba(216, 224, 236, .86);
  background: rgba(255, 255, 255, .9);
  backdrop-filter: blur(14px);
}
.nav { min-height: 66px; display: flex; align-items: center; justify-content: space-between; gap: 18px; }
.brand { display: inline-flex; align-items: center; gap: 10px; color: var(--ink); font-weight: 900; text-decoration: none; letter-spacing: 0; }
.mark { display: inline-grid; place-items: center; width: 34px; height: 34px; border-radius: 8px; background: #101828; color: #5eead4; font-size: 13px; font-weight: 950; }
.navlinks { display: flex; align-items: center; gap: 10px; flex-wrap: wrap; }
.navlinks a { color: #293548; font-size: 14px; font-weight: 760; text-decoration: none; }
.navlinks a[aria-current="page"] { color: var(--blue); }
.navlinks .button.dark[aria-current="page"] { color: #fff; }
.button, button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 42px;
  padding: 0 16px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #fff;
  color: var(--ink);
  font: inherit;
  font-size: 14px;
  font-weight: 840;
  text-decoration: none;
  box-shadow: var(--soft-shadow);
  cursor: pointer;
  white-space: nowrap;
}
.button.primary, button.primary { border-color: var(--blue); background: var(--blue); color: #fff; box-shadow: 0 15px 28px rgba(37, 99, 235, .2); }
.button.dark, button.dark { border-color: #101828; background: #101828; color: #fff; }
.button.ghost { background: transparent; }
.button[aria-disabled="true"] { opacity: .58; cursor: not-allowed; }
.hero { padding: 74px 0 42px; }
.hero-grid { display: grid; grid-template-columns: minmax(0, 1fr) minmax(360px, .86fr); gap: 30px; align-items: center; }
.eyebrow { margin: 0 0 12px; color: var(--green); font-size: 12px; font-weight: 950; letter-spacing: 0; text-transform: uppercase; }
h1 { margin: 0; font-size: clamp(42px, 6vw, 76px); line-height: .98; letter-spacing: 0; max-width: 880px; }
h2 { margin: 0; font-size: clamp(28px, 4vw, 46px); line-height: 1.06; letter-spacing: 0; }
h3 { margin: 0 0 8px; font-size: 20px; line-height: 1.22; letter-spacing: 0; }
p { margin: 0; }
.lead { margin-top: 18px; max-width: 770px; color: #344054; font-size: 18px; }
.actions { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 22px; }
.status { min-height: 24px; margin-top: 13px; color: var(--muted); font-size: 13px; }
.hero-proof { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 10px; margin-top: 24px; max-width: 700px; }
.proof { padding: 12px; border: 1px solid rgba(216, 224, 236, .9); border-radius: 8px; background: rgba(255, 255, 255, .82); }
.proof strong { display: block; font-size: 18px; }
.proof span { color: var(--muted); font-size: 12px; }
.product-shot {
  position: relative;
  overflow: hidden;
  border: 1px solid rgba(16, 24, 40, .16);
  border-radius: 8px;
  background: #0f172a;
  box-shadow: var(--shadow);
}
.shot-top { display: flex; gap: 6px; padding: 14px; border-bottom: 1px solid rgba(255, 255, 255, .1); }
.dot { width: 10px; height: 10px; border-radius: 50%; background: #ef4444; }
.dot:nth-child(2) { background: #f59e0b; }
.dot:nth-child(3) { background: #22c55e; }
.shot-body { display: grid; grid-template-columns: 1.05fr .95fr; gap: 0; min-height: 420px; }
.code-pane, .result-pane { padding: 20px; }
.code-pane { border-right: 1px solid rgba(255, 255, 255, .1); color: #c7d2fe; font: 13px/1.65 ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, monospace; }
.result-pane { color: #dbeafe; background: linear-gradient(180deg, rgba(37,99,235,.18), rgba(15,23,42,.08)); }
.shot-title { margin: 0 0 8px; color: #dbeafe; font-size: 20px; line-height: 1.22; font-weight: 900; }
.score-ring {
  width: 132px;
  height: 132px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  margin: 8px 0 18px;
  background: conic-gradient(#ef4444 0 73%, rgba(255,255,255,.14) 73% 100%);
}
.score-ring div { display: grid; place-items: center; width: 94px; height: 94px; border-radius: 50%; background: #0f172a; color: #fff; font-size: 30px; font-weight: 950; }
.finding { padding: 10px; margin-top: 8px; border: 1px solid rgba(255,255,255,.12); border-radius: 8px; background: rgba(255,255,255,.06); color: #dbeafe; font-size: 12px; }
.shot-image {
  display: block;
  width: 100%;
  height: auto;
  border-top: 1px solid rgba(255, 255, 255, .1);
}
.section { padding: 58px 0; }
.white { background: rgba(255, 255, 255, .72); border-top: 1px solid rgba(216, 224, 236, .72); border-bottom: 1px solid rgba(216, 224, 236, .72); }
.section-head { display: flex; justify-content: space-between; gap: 24px; align-items: end; margin-bottom: 22px; }
.section-head p { max-width: 580px; color: var(--muted); }
.grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 16px; }
.grid.two { grid-template-columns: repeat(2, minmax(0, 1fr)); }
.copy-block {
  display: grid;
  align-content: start;
  gap: 14px;
  color: #344054;
  font-size: 16px;
}
.copy-block.emphasis {
  border-left: 4px solid var(--blue);
  padding: 22px;
  border-radius: 8px;
  background: rgba(239, 246, 255, .78);
}
.preview-shell {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(360px, .62fr);
  gap: 16px;
  align-items: stretch;
}
.preview-editor {
  display: grid;
  gap: 10px;
  color: #344054;
  font-size: 13px;
  font-weight: 800;
}
.preview-editor textarea {
  min-height: 300px;
  resize: vertical;
  background: #0f172a;
  color: #dbeafe;
  border-color: #1e293b;
  line-height: 1.6;
}
.preview-output {
  display: grid;
  align-content: start;
  gap: 14px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: rgba(255, 255, 255, .94);
  box-shadow: var(--soft-shadow);
  padding: 20px;
}
.preview-score {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 16px;
}
.preview-score span { color: var(--muted); font-size: 13px; font-weight: 820; }
.preview-score strong { font-size: 52px; line-height: .9; }
.preview-meter span { width: 73%; }
.preview-output ul { margin: 0; padding-left: 18px; color: var(--muted); font-size: 14px; }
.card {
  border: 1px solid var(--line);
  border-radius: 8px;
  background: rgba(255, 255, 255, .94);
  box-shadow: var(--soft-shadow);
  padding: 20px;
}
.card p, .card li { color: var(--muted); font-size: 14px; }
.card ul { margin: 14px 0 0; padding-left: 18px; }
.badge { display: inline-flex; align-items: center; min-height: 25px; padding: 0 8px; border-radius: 999px; background: #ecfdf3; color: #047857; font-size: 12px; font-weight: 850; }
.badge.blue { background: #eff6ff; color: #1d4ed8; }
.badge.red { background: #fff1f2; color: #be123c; }
.badge.amber { background: #fffbeb; color: #a16207; }
.steps {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 12px;
  margin-top: 18px;
}
.steps div {
  display: grid;
  gap: 10px;
  align-content: start;
  min-height: 118px;
  padding: 16px;
  border: 1px solid rgba(216, 224, 236, .88);
  border-radius: 8px;
  background: rgba(255, 255, 255, .76);
}
.steps strong {
  display: inline-grid;
  place-items: center;
  width: 32px;
  height: 32px;
  border-radius: 8px;
  background: #101828;
  color: #5eead4;
  font-size: 15px;
}
.steps span { color: var(--muted); font-size: 14px; }
.faq {
  display: grid;
  gap: 10px;
}
.faq details {
  border: 1px solid var(--line);
  border-radius: 8px;
  background: rgba(255, 255, 255, .92);
  box-shadow: var(--soft-shadow);
  padding: 16px 18px;
}
.faq summary {
  cursor: pointer;
  color: var(--ink);
  font-weight: 880;
}
.faq p {
  margin-top: 12px;
  color: var(--muted);
  font-size: 15px;
}
.center-cta {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 22px;
}
.price { margin: 10px 0; }
.price strong { font-size: 42px; line-height: 1; }
.price span { color: var(--muted); }
.billing-toggle { display: inline-flex; gap: 4px; padding: 4px; border: 1px solid var(--line); border-radius: 8px; background: #fff; margin: 18px 0 24px; }
.billing-toggle button { min-height: 36px; border: 0; box-shadow: none; background: transparent; }
.billing-toggle button[aria-selected="true"] { background: #101828; color: #fff; }
.notice { padding: 15px; border: 1px solid #bfdbfe; border-radius: 8px; background: #eff6ff; color: #1e3a8a; }
.notice.warning { border-color: #fed7aa; background: #fff7ed; color: #9a3412; }
.simple-main { padding: 54px 0; }
.checkout-shell { display: grid; grid-template-columns: minmax(0, .86fr) minmax(360px, .55fr); gap: 20px; align-items: start; }
label { display: grid; gap: 8px; color: #344054; font-size: 13px; font-weight: 760; }
input, select, textarea {
  width: 100%;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #fff;
  color: var(--ink);
  font: inherit;
  padding: 12px;
}
textarea, pre { font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", monospace; }
.console-shell { display: grid; grid-template-columns: 300px minmax(0, 1fr); min-height: calc(100vh - 66px); }
.side { border-right: 1px solid var(--line); background: rgba(255, 255, 255, .86); padding: 18px; }
.workspace { padding: 22px; }
.console-side {
  display: grid;
  align-content: start;
  gap: 14px;
}
.console-side .lead {
  margin-top: 0;
  color: var(--muted);
  font-size: 14px;
}
.console-menu {
  display: grid;
  gap: 6px;
  margin: 4px 0;
}
.console-menu a {
  display: flex;
  align-items: center;
  min-height: 36px;
  padding: 0 10px;
  border-radius: 8px;
  color: #344054;
  font-size: 14px;
  font-weight: 820;
  text-decoration: none;
}
.console-menu a:hover,
.console-menu a[aria-current="page"] {
  background: #eff6ff;
  color: var(--blue-dark);
}
.side-card {
  display: grid;
  gap: 4px;
  padding: 14px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: rgba(255, 255, 255, .82);
}
.side-card span,
.control-group > span,
.stat-card span {
  color: var(--muted);
  font-size: 12px;
  font-weight: 880;
  text-transform: uppercase;
}
.side-card strong {
  color: var(--ink);
  font-size: 18px;
}
.side-card small,
.stat-card small {
  color: var(--muted);
  font-size: 12px;
}
.login-card input {
  min-height: 38px;
  padding: 9px 10px;
}
.history-list {
  display: grid;
  gap: 8px;
  max-height: 340px;
  overflow: auto;
}
.history-list p {
  color: var(--muted);
  font-size: 13px;
}
.history-item {
  display: block;
  width: 100%;
  min-height: 68px;
  padding: 10px 12px;
  border-radius: 8px;
  background: #f8fafc;
  box-shadow: none;
  text-align: left;
  white-space: normal;
  overflow: hidden;
}
.history-item strong {
  display: block;
  max-width: 100%;
  margin-bottom: 5px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 13px;
  line-height: 1.2;
}
.history-item span,
.history-item small {
  display: block;
  max-width: 100%;
  margin-top: 3px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  color: var(--muted);
  font-size: 12px;
  line-height: 1.25;
}
.stat-grid,
.kpi-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 10px;
  margin: 14px 0;
}
.stat-card {
  display: grid;
  gap: 4px;
  min-width: 0;
  padding: 14px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: rgba(255, 255, 255, .92);
  box-shadow: var(--soft-shadow);
}
.stat-card strong {
  color: var(--ink);
  font-size: 28px;
  line-height: 1;
}
.control-group {
  display: grid;
  gap: 8px;
  min-width: 0;
}
.segmented-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}
.segmented-actions .button {
  min-height: 38px;
  padding: 0 12px;
}
.tool-row { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 12px; margin: 14px 0; }
.tool-row.compact {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  margin: 0 0 12px;
}
.scan-primary {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(300px, .38fr);
  gap: 16px;
  align-items: stretch;
  margin-top: 4px;
}
.code-panel,
.upload-panel {
  min-width: 0;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: rgba(255, 255, 255, .96);
  box-shadow: var(--soft-shadow);
  padding: 14px;
}
.code-input {
  min-height: 520px;
  resize: vertical;
  line-height: 1.58;
}
.upload-panel {
  display: grid;
  align-content: start;
  gap: 14px;
}
.drop-zone {
  min-height: 238px;
  place-items: center;
  align-content: center;
  gap: 9px;
  padding: 22px;
  border: 2px dashed #a9bfdf;
  border-radius: 8px;
  background: linear-gradient(180deg, #f8fbff, #eef6ff);
  text-align: center;
  cursor: pointer;
  transition: border-color .16s ease, background .16s ease, transform .16s ease;
}
.drop-zone:hover,
.drop-zone[data-drag-active="true"] {
  border-color: var(--blue);
  background: #eff6ff;
  transform: translateY(-1px);
}
.drop-zone span {
  color: var(--green);
  font-size: 12px;
  font-weight: 950;
  text-transform: uppercase;
}
.drop-zone strong {
  color: var(--ink);
  font-size: 22px;
  line-height: 1.12;
}
.drop-zone small {
  color: var(--muted);
  font-size: 12px;
}
.drop-zone input {
  max-width: 100%;
  margin-top: 8px;
  border: 0;
  background: transparent;
  padding: 0;
}
.analyze-main {
  width: 100%;
  min-height: 54px;
  font-size: 16px;
}
.result-panel {
  display: grid;
  gap: 12px;
  align-content: start;
  margin-top: 18px;
  scroll-margin-top: 86px;
}
.secondary-stats {
  margin-top: 18px;
  opacity: .88;
}
.workspace form > .section {
  padding: 34px 0;
}
.score-card h2 { margin-top: 10px; }
.meter { height: 12px; border-radius: 999px; background: #e5e7eb; overflow: hidden; }
.meter span { display: block; height: 100%; width: 0%; background: linear-gradient(90deg, var(--green), var(--amber), var(--red)); }
.table { width: 100%; border-collapse: collapse; font-size: 13px; }
.table th, .table td { padding: 9px; border-bottom: 1px solid var(--line); text-align: left; vertical-align: top; }
.table th { color: #344054; }
.report-box { min-height: 180px; white-space: pre-wrap; }
.report-grid,
.console-info-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
}
.json-box {
  min-height: 180px;
  color: #0f172a;
  background: #f8fafc;
}
.status[data-status-type="success"] { color: var(--green); }
.status[data-status-type="error"] { color: var(--red); }
.status[data-status-type="loading"] { color: var(--blue); }
.footer { padding: 26px 0; border-top: 1px solid var(--line); background: #fff; }
.footer-grid { display: flex; justify-content: space-between; gap: 16px; flex-wrap: wrap; color: var(--muted); font-size: 13px; }
.footer nav { display: flex; gap: 14px; flex-wrap: wrap; }
.hidden { display: none !important; }

body.home-page {
  background:
    linear-gradient(rgba(74, 222, 128, .04) 1px, transparent 1px),
    linear-gradient(90deg, rgba(45, 212, 191, .035) 1px, transparent 1px),
    linear-gradient(180deg, #020806 0, #04140d 760px, #f4f7fb 761px, #f5f7fb 100%);
  background-size: 48px 48px, 48px 48px, auto;
}
.home-page .top {
  border-bottom-color: rgba(255, 255, 255, .1);
  background: rgba(2, 8, 6, .86);
  backdrop-filter: blur(18px);
}
.home-page .brand,
.home-page .navlinks a { color: #eef6ff; }
.home-page .navlinks > a:not(.button) { color: #b9c7d8; }
.home-page .navlinks > a:not(.button):hover { color: #fff; }
.home-page .mark {
  background: #f5f7f4;
  color: #05070a;
}
.home-page .top .button.dark {
  min-height: 42px;
  border-color: #f5f7f4;
  background: #f5f7f4;
  color: #07110c;
  box-shadow: none;
}
.home-page .hero {
  position: relative;
  min-height: min(820px, calc(100svh - 66px));
  display: grid;
  align-items: center;
  padding: 54px 0 58px;
  overflow: hidden;
  color: #eff6ff;
  background:
    linear-gradient(135deg, rgba(74, 222, 128, .12), transparent 34%),
    linear-gradient(180deg, rgba(255, 255, 255, .035), transparent 42%),
    #020806;
}
.home-page .hero::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background:
    linear-gradient(rgba(255, 255, 255, .055) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, .04) 1px, transparent 1px);
  background-size: 72px 72px;
  mask-image: linear-gradient(180deg, rgba(0,0,0,.86), transparent 88%);
}
.home-page .hero::after {
  content: "";
  position: absolute;
  left: 14%;
  right: 8%;
  top: 220px;
  height: 520px;
  pointer-events: none;
  border-top: 2px solid rgba(74, 222, 128, .2);
  border-radius: 50%;
  box-shadow: 0 -18px 70px rgba(34, 197, 94, .16);
  transform: rotate(-6deg);
}
.home-page .hero-grid {
  position: relative;
  z-index: 1;
  grid-template-columns: minmax(0, 590px) minmax(300px, 1fr);
  gap: clamp(24px, 4vw, 56px);
  align-items: end;
}
.home-page .hero-copy { max-width: 650px; }
.home-page .hero-action-panel {
  justify-self: end;
  width: min(380px, 100%);
}
.home-page .hero .eyebrow { color: #86efac; }
.home-page h1 {
  color: #f7fbff;
  font-size: clamp(38px, 4vw, 56px);
  max-width: 620px;
  text-wrap: balance;
}
.home-page .hero .lead {
  color: #a9b8ca;
  font-size: clamp(15px, 1.16vw, 17px);
  max-width: 520px;
}
.hero-command {
  display: grid;
  grid-template-columns: 1fr;
  gap: 6px 16px;
  align-items: center;
  max-width: 420px;
  margin-top: 0;
  padding: 12px 14px;
  border: 1px solid rgba(255, 255, 255, .12);
  border-radius: 8px;
  background: rgba(255, 255, 255, .043);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, .06);
}
.hero-command span {
  min-width: 0;
  color: #91a4b8;
  font-size: 13px;
}
.hero-command .command-line {
  color: #86efac;
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, monospace;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.hero-command strong {
  color: #fff;
  font-size: 13px;
}
.home-page .hero .button {
  border-color: rgba(255, 255, 255, .15);
  background: rgba(255, 255, 255, .07);
  color: #fff;
  box-shadow: none;
}
.home-page .hero .button:hover { background: rgba(255, 255, 255, .13); }
.home-page .hero .button.primary {
  border-color: #10b981;
  background: #10b981;
  color: #03120b;
  box-shadow: 0 18px 42px rgba(16, 185, 129, .2);
}
.home-page .hero .button.ghost { background: transparent; }
.home-page .hero .actions { gap: 8px; margin-top: 18px; }
.home-page .hero .status {
  margin-top: 12px;
  color: #7f90a4;
  font-size: 12px;
}
.home-page .hero-proof { max-width: 760px; }
.home-page .proof {
  border-color: rgba(255, 255, 255, .11);
  background: rgba(255, 255, 255, .06);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, .055);
}
.home-page .proof strong { color: #fff; }
.home-page .proof span { color: #93a4b8; }
.home-page .product-shot {
  grid-column: 1 / -1;
  justify-self: center;
  width: min(1080px, 100%);
  margin-top: 40px;
  border-color: rgba(255, 255, 255, .14);
  background: #03100a;
  box-shadow: 0 28px 90px rgba(0, 0, 0, .42);
}
.home-page .shot-top {
  align-items: center;
  border-bottom-color: rgba(255, 255, 255, .1);
}
.shot-label {
  margin-left: 6px;
  min-width: 0;
  color: #91a4b8;
  font-size: 12px;
  font-weight: 820;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.home-page .shot-body {
  grid-template-columns: 150px minmax(0, 1fr) minmax(280px, .45fr);
  min-height: 340px;
}
.shot-sidebar {
  display: grid;
  align-content: start;
  gap: 8px;
  padding: 18px 14px;
  border-right: 1px solid rgba(255, 255, 255, .1);
  color: #7f9288;
  font-size: 12px;
}
.shot-sidebar strong {
  color: #d8f8e6;
  font-size: 12px;
}
.shot-sidebar span {
  display: block;
  padding: 8px 10px;
  border-radius: 8px;
}
.shot-sidebar .active {
  background: rgba(16, 185, 129, .14);
  color: #d8f8e6;
}
.home-page .code-pane {
  color: #d7fbe8;
  font-size: 12px;
  line-height: 1.58;
  border-right-color: rgba(255, 255, 255, .1);
  background:
    linear-gradient(180deg, rgba(16, 185, 129, .07), transparent 42%),
    #03100a;
}
.home-page .result-pane {
  background:
    linear-gradient(180deg, rgba(16, 185, 129, .15), rgba(15, 23, 42, .04)),
    #07140e;
}
.home-page .result-pane .eyebrow { color: #86efac; }
.home-page .score-ring {
  width: 108px;
  height: 108px;
  background: conic-gradient(#86efac 0 73%, rgba(255,255,255,.12) 73% 100%);
}
.home-page .score-ring div {
  width: 78px;
  height: 78px;
  background: #080d14;
  color: #f2fff6;
  font-size: 28px;
}
.home-page .finding {
  border-color: rgba(255,255,255,.12);
  background: rgba(255,255,255,.055);
}
.home-page .finding span {
  display: block;
  margin-bottom: 3px;
  color: #86efac;
  font-size: 11px;
  font-weight: 900;
  text-transform: uppercase;
}
.shot-metrics {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  border-top: 1px solid rgba(255, 255, 255, .1);
  border-bottom: 1px solid rgba(255, 255, 255, .1);
}
.shot-metrics div {
  min-width: 0;
  padding: 13px 14px;
  border-right: 1px solid rgba(255, 255, 255, .1);
}
.shot-metrics div:last-child { border-right: 0; }
.shot-metrics strong {
  display: block;
  color: #fff;
  font-size: 13px;
}
.shot-metrics span {
  display: block;
  margin-top: 2px;
  color: #8ea1b7;
  font-size: 12px;
}
.home-page .shot-image {
  position: absolute;
  right: 16px;
  bottom: 16px;
  width: 210px;
  height: 110px;
  object-fit: cover;
  object-position: top center;
  border: 1px solid rgba(255, 255, 255, .12);
  border-radius: 8px;
  opacity: .08;
}
.home-page .preview-band {
  position: relative;
  z-index: 2;
  background: #f8fbff;
}
@media (max-width: 920px) {
  .nav { align-items: flex-start; flex-direction: column; padding: 12px 0; }
  .navlinks { width: 100%; gap: 8px; }
  .navlinks a { font-size: 13px; }
  .navlinks .button { min-height: 36px; padding: 0 12px; }
  .navlinks .button.dark { font-size: 0; padding: 0 10px; }
  .navlinks .button.dark::after { content: "Checkout"; font-size: 13px; }
  .home-page .top .button.dark { min-height: 36px; }
  .hero-grid, .checkout-shell, .editor-grid, .console-shell, .preview-shell, .scan-primary { grid-template-columns: 1fr; }
  .grid, .grid.two, .hero-proof, .tool-row, .tool-row.compact, .steps, .stat-grid, .kpi-grid, .report-grid, .console-info-grid { grid-template-columns: 1fr; }
  .side { border-right: 0; border-bottom: 1px solid var(--line); }
  .shot-body { grid-template-columns: 1fr; }
  .code-pane { border-right: 0; border-bottom: 1px solid rgba(255, 255, 255, .1); }
  h1 { font-size: 42px; }
  .section-head { align-items: start; flex-direction: column; }
  .workspace { padding: 16px; }
  .code-input { min-height: 380px; }
  .drop-zone { min-height: 190px; }
  .home-page .hero {
    min-height: auto;
    padding: 38px 0 32px;
  }
  .home-page .hero-grid {
    grid-template-columns: 1fr;
    gap: 28px;
  }
  .home-page .hero::after {
    left: -36%;
    right: -36%;
    top: 340px;
    height: 360px;
  }
  .home-page .hero-action-panel {
    justify-self: start;
    width: 100%;
  }
  .home-page .product-shot {
    margin-top: 8px;
  }
  .home-page h1 {
    max-width: min(100%, 330px);
    font-size: 32px;
    line-height: 1.02;
    overflow-wrap: anywhere;
  }
  .home-page .hero .lead {
    max-width: min(100%, 330px);
    font-size: 16px;
    overflow-wrap: anywhere;
  }
  .hero-command {
    grid-template-columns: 1fr;
    max-width: 100%;
  }
  .hero-command .command-line { white-space: normal; }
  .home-page .shot-body {
    grid-template-columns: 1fr;
    min-height: 0;
  }
  .shot-sidebar { display: none; }
  .home-page .shot-image { display: none; }
  .shot-metrics { grid-template-columns: 1fr; }
  .shot-metrics div {
    border-right: 0;
    border-bottom: 1px solid rgba(255, 255, 255, .1);
  }
  .shot-metrics div:last-child { border-bottom: 0; }
}
