:root {
  color-scheme: dark;
  --bg: #d8d8d3;
  --ink: #111;
  --muted: #686868;
  --panel: #101112;
  --panel-2: #171819;
  --line: #2f3032;
  --soft: #a9aaa5;
  --green: #9be27d;
  --white: #f3f3ee;
  --console-width: min(62vw, 880px);
}

* {
  box-sizing: border-box;
}

[hidden] {
  display: none !important;
}

html,
body {
  height: 100%;
  overflow: hidden;
}

body {
  margin: 0;
  background: var(--bg);
  color: var(--ink);
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, monospace;
}

button,
input {
  font: inherit;
}

.shell {
  width: 100vw;
  height: 100dvh;
  margin: 0 auto;
  padding: 0;
  position: relative;
  overflow: hidden;
}

.hero {
  height: 100%;
  min-height: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding-left: clamp(28px, 4vw, 64px);
  padding-right: calc(var(--console-width) + clamp(28px, 4vw, 64px));
  padding-top: clamp(22px, 3vw, 36px);
  padding-bottom: clamp(22px, 3vw, 36px);
}

.topline {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  width: 100%;
  margin-bottom: 28px;
}

.auth-actions {
  display: flex;
  align-items: center;
  gap: 9px;
}

.dashboard-button {
  border: 1px solid #111;
  background: #111;
  color: #f8f8f4;
  padding: 9px 12px;
  cursor: pointer;
  font-size: 12px;
  font-weight: 700;
}

.dashboard-button-secondary {
  background: transparent;
  color: #111;
}

.eyebrow {
  margin: 0;
  color: #111;
  font-size: 14px;
  font-weight: 800;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.eyebrow span {
  font-weight: 800;
}

.eyebrow .brand-ai {
  color: #c51924;
}

.problem-kicker .brand-ai {
  color: #c51924;
}

.hero-grid {
  display: flex;
  align-items: center;
  min-height: 0;
  height: 100%;
  overflow: hidden;
}

.intro h1 {
  max-width: 600px;
  margin: 0;
  font-size: clamp(29px, 3.6vw, 54px);
  line-height: .98;
  letter-spacing: 0;
}

.intro p {
  max-width: 540px;
  margin: 22px 0 0;
  color: #4d4d4d;
  font-family: Inter, ui-sans-serif, system-ui, sans-serif;
  font-size: 15px;
  line-height: 1.5;
}

.intro .problem-kicker {
  margin-top: 40px;
  color: #111;
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, monospace;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: .1em;
  line-height: 1.2;
  text-transform: uppercase;
}

.problem-list {
  display: grid;
  gap: 7px;
  max-width: 560px;
  margin: 25px 0 0;
  padding: 0;
  list-style: none;
  color: #2e2f2f;
  font-size: 12px;
  line-height: 1.35;
}

.problem-list li {
  display: flex;
  gap: 8px;
  align-items: baseline;
}

.problem-list li::before {
  content: ">";
  color: #c51924;
}

.scan-form {
  display: flex;
  width: min(540px, 100%);
  margin-top: 45px;
  border: 1px solid #111;
  background: #efefeb;
}

.scan-form input {
  min-width: 0;
  flex: 1;
  border: 0;
  background: transparent;
  color: #111;
  padding: 14px 16px;
  outline: none;
}

.scan-form button,
.terminal button {
  border: 0;
  border-left: 1px solid currentColor;
  background: #111;
  color: #f8f8f4;
  padding: 0 18px;
  cursor: pointer;
}

.terminal button {
  border: 1px solid var(--line);
  padding: 7px 10px;
  background: transparent;
  color: var(--soft);
}

.terminal button.is-ready-to-copy {
  border-color: rgba(37, 196, 133, .75);
  color: #25c485;
  animation: copy-ready-pulse 1.35s ease-in-out infinite;
}

button:disabled {
  cursor: not-allowed;
  opacity: .45;
}

.terminal {
  border: 1px solid var(--line);
  border-right: 0;
  border-top: 0;
  border-bottom: 0;
  background: var(--panel);
  color: var(--white);
  box-shadow: 0 22px 80px rgba(0, 0, 0, .18);
  width: var(--console-width);
  height: 100dvh;
  min-height: 0;
  position: fixed;
  right: 0;
  top: 0;
  bottom: 0;
  display: flex;
  flex-direction: column;
}

.terminal-body {
  flex: 1;
  min-height: 0;
  padding: 18px;
  overflow: auto;
  background: #0d0e0f;
  font-size: 13px;
  line-height: 1.55;
  tab-size: 2;
}

.terminal-body p {
  margin: 0 0 10px;
}

.terminal-history-line {
  display: grid;
  grid-template-columns: 76px minmax(0, 1fr);
  gap: 10px;
  margin: 0 0 7px;
  color: #c5c5be;
  font-size: 12px;
  line-height: 1.45;
}

.terminal-history-time {
  color: #73756f;
}

.terminal-history-detail {
  overflow-wrap: anywhere;
}

.terminal-history-line.is-muted {
  color: #858780;
}

.terminal-history-line.is-good .terminal-history-detail::before {
  content: "✓ ";
  color: #9be27d;
}

.terminal-body .console-command {
  color: var(--green);
  margin-bottom: 2px;
}

.terminal-body .console-command.is-working {
  animation: pulse-fade 1.8s cubic-bezier(.45, 0, .55, 1) infinite;
}

.console-status-line {
  margin: -6px 0 14px;
  color: #c5c5be;
  font-size: 13px;
}

.terminal-body .console-ready-cursor {
  display: block;
  color: var(--white);
  margin: 0;
  height: 13px;
  line-height: 1;
  animation: ready-cursor-blink 1.1s steps(1, end) infinite;
}

.console-dots {
  display: inline-block;
  width: 24px;
  color: var(--white);
}

.console-dots::after {
  content: "";
  animation: ellipsis 1.2s steps(4, end) infinite;
}

@keyframes pulse-fade {
  0%,
  100% {
    opacity: .48;
  }

  50% {
    opacity: 1;
  }
}

@keyframes ready-cursor-blink {
  0%,
  49% {
    opacity: 1;
  }

  50%,
  100% {
    opacity: 0;
  }
}

@keyframes ellipsis {
  0% {
    content: "";
  }

  25% {
    content: ".";
  }

  50% {
    content: "..";
  }

  75%,
  100% {
    content: "...";
  }
}

@keyframes copy-ready-pulse {
  0%,
  100% {
    box-shadow: 0 0 0 0 rgba(37, 196, 133, 0);
    background: rgba(37, 196, 133, .03);
  }

  50% {
    box-shadow: 0 0 0 4px rgba(37, 196, 133, .16);
    background: rgba(37, 196, 133, .11);
  }
}

.console-section {
  border: 1px solid #252628;
  background: #121314;
  margin-bottom: 12px;
}

.console-section-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  border-bottom: 1px solid #252628;
  color: var(--soft);
  padding: 9px 12px;
  font-size: 11px;
  letter-spacing: .1em;
  text-transform: uppercase;
}

.section-action {
  min-height: 28px;
  letter-spacing: 0;
  text-transform: none;
}

.console-stack {
  display: grid;
  gap: 10px;
  padding: 12px;
}

.summary-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
  gap: 1px;
  background: #252628;
}

.summary-item {
  min-width: 0;
  background: #151617;
  padding: 12px;
}

.summary-item span {
  display: block;
  color: var(--soft);
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: .08em;
}

.summary-item strong {
  display: block;
  margin-top: 8px;
  color: var(--white);
  font-size: 14px;
  font-weight: 500;
  overflow-wrap: anywhere;
}

.mapped-row {
  display: grid;
  grid-template-columns: 116px 1fr;
  gap: 12px;
  align-items: start;
}

.mapped-label {
  color: var(--soft);
  padding-top: 5px;
}

.chip-row {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
}

.chip {
  border: 1px solid #343638;
  background: #191a1b;
  color: #dcdcd7;
  padding: 4px 7px;
  overflow-wrap: anywhere;
}

.muted-chip,
.empty-chip {
  color: var(--soft);
}

.empty-chip {
  border-style: dashed;
}

.console-text {
  color: #c5c5be;
  margin: 0;
}

.console-code {
  margin: 0;
  border: 1px solid #252628;
  background: #0a0b0c;
  color: var(--white);
  overflow: auto;
  padding: 12px;
  white-space: pre;
}

.step-list {
  margin: 0;
  padding: 12px 12px 12px 34px;
  color: #5f6262;
}

.step-list li {
  padding: 3px 0;
  transition: color .22s ease, opacity .22s ease;
}

.step-list li::marker {
  color: #444748;
}

.step-list li.is-complete,
.step-list li.is-active {
  color: var(--white);
  opacity: 1;
}

.step-list li.is-complete::marker,
.step-list li.is-active::marker {
  color: var(--white);
}

.gap-list {
  display: grid;
  gap: 1px;
  background: #252628;
}

.gap-item {
  display: grid;
  grid-template-columns: 86px 1fr;
  gap: 10px;
  background: #151617;
  padding: 10px 12px;
}

.gap-item strong {
  color: #f1d37a;
  font-weight: 500;
  text-transform: uppercase;
  font-size: 11px;
}

.gap-item span {
  color: #d0d0ca;
}

.muted {
  color: var(--muted);
}

.ok {
  color: var(--green);
}

.bad {
  color: #ff6d6d;
}

.hidden-console-value {
  display: none;
}

.dashboard-view[hidden] {
  display: none;
}

.dashboard-view {
  height: 100dvh;
  min-height: 0;
  padding: 0;
  overflow: hidden;
}

.dashboard-topbar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  height: 34px;
}

.dashboard-topbar-actions {
  display: flex;
  gap: 18px;
}

.eyebrow .dashboard-title-suffix {
  font-family: Inter, ui-sans-serif, system-ui, sans-serif;
  font-weight: 200;
  letter-spacing: 0;
  text-transform: none;
  opacity: .7;
}

.dashboard-topbar button,
.dashboard-panel-header button {
  border: 0;
  background: transparent;
  color: #111;
  padding: 0;
  cursor: pointer;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.dashboard-panel-header button {
  color: var(--soft);
  letter-spacing: 0;
  text-transform: none;
}

.dashboard-shell {
  display: grid;
  grid-template-columns: minmax(280px, 340px) minmax(0, 1fr);
  gap: 0;
  height: 100dvh;
  margin-top: 0;
  min-height: 0;
}

.dashboard-sidebar {
  min-height: 0;
  overflow-y: auto;
  overscroll-behavior: contain;
  padding: 0 clamp(16px, 3vw, 36px) 24px;
  scrollbar-gutter: stable;
}

.dashboard-sidebar .dashboard-topbar {
  height: 34px;
  justify-content: flex-start;
}

.dashboard-sidebar .dashboard-select {
  margin-top: 18px;
}

.dashboard-kicker {
  margin: 0 0 14px;
  color: var(--muted);
  font-size: 11px;
  letter-spacing: .12em;
  text-transform: uppercase;
}

.dashboard-sidebar h1 {
  margin: 0;
  color: #111;
  font-size: clamp(34px, 4vw, 56px);
  line-height: .95;
}

.dashboard-sidebar p {
  margin: 18px 0 0;
  color: #4d4d4d;
  font-family: Inter, ui-sans-serif, system-ui, sans-serif;
  font-size: 14px;
  line-height: 1.5;
}

.dashboard-scan-form {
  display: flex;
  margin-top: 24px;
  border: 1px solid #111;
  background: #efefeb;
}

.dashboard-scan-form input {
  min-width: 0;
  flex: 1;
  border: 0;
  background: transparent;
  color: #111;
  padding: 13px;
  outline: none;
}

.dashboard-scan-form button {
  border: 0;
  border-left: 1px solid #111;
  background: #111;
  color: #f8f8f4;
  padding: 0 14px;
  cursor: pointer;
}

.dashboard-status {
  margin-top: 14px;
  color: #4d4d4d;
  font-size: 12px;
}

.dashboard-label {
  display: block;
  margin: 24px 0 8px;
  color: var(--muted);
  font-size: 11px;
  letter-spacing: .1em;
  text-transform: uppercase;
}

.dashboard-select {
  width: 100%;
  border: 1px solid #111;
  background: #efefeb;
  color: #111;
  padding: 12px;
  outline: none;
}

.dashboard-menu {
  display: grid;
  gap: 1px;
  margin-top: 18px;
  border: 1px solid #b8b9b4;
  background: #b8b9b4;
}

.dashboard-menu button {
  border: 0;
  background: #d8d8d3;
  color: #555;
  padding: 11px 12px;
  text-align: left;
  cursor: pointer;
}

.dashboard-menu-group {
  padding: 9px 11px 5px;
  background: #cecec9;
  color: #7b7d78;
  font-family: Inter, ui-sans-serif, system-ui, sans-serif;
  font-size: 9px;
  font-weight: 650;
  letter-spacing: .12em;
  text-transform: uppercase;
}

.dashboard-menu button.is-active {
  background: #111;
  color: #f8f8f4;
}

.dashboard-menu button.is-locked,
.dashboard-menu button:disabled {
  position: relative;
  background: #d2d2cd;
  color: #8a8b86;
  cursor: not-allowed;
  opacity: 1;
}

.dashboard-menu button.is-locked::after {
  content: "Locked";
  float: right;
  margin-top: 2px;
  color: #969792;
  font-family: Inter, ui-sans-serif, system-ui, sans-serif;
  font-size: 8px;
  font-weight: 650;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.dashboard-main {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
  min-height: 0;
  overflow: auto;
  padding-right: 6px;
}

.dashboard-workspace {
  min-height: 0;
  border: 0;
  background: #101112;
  color: var(--white);
  overflow: hidden;
  display: flex;
  flex-direction: column;
}

.dashboard-workspace.is-terminal .dashboard-content {
  padding-top: 0;
}

.dashboard-content {
  display: flex;
  flex: 1 1 0;
  min-height: 0;
  overflow: hidden;
  padding: 0;
}

.dashboard-workbench {
  flex: 1 1 auto;
  display: grid;
  grid-template-columns: minmax(280px, 350px) minmax(0, 1fr);
  height: auto;
  min-height: 0;
  background: #101112;
}

.workbench-overview,
.workbench-detail {
  min-width: 0;
  min-height: 0;
  overflow-y: auto;
  overscroll-behavior: contain;
}

.workbench-overview {
  padding: 18px 14px 24px 18px;
  border-right: 1px solid #2a2c2e;
  background: #151617;
}

.workbench-section-intro {
  margin: -18px -14px 18px -18px;
  padding: 18px;
  border-bottom: 1px solid #2a2c2e;
  background: #111213;
}

.workbench-section-intro-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
}

.workbench-section-intro-actions {
  display: flex;
  align-items: center;
  gap: 7px;
}

.workbench-section-intro h2 {
  margin: 0;
  color: #f5f5ef;
  font-family: Inter, ui-sans-serif, system-ui, sans-serif;
  font-size: 22px;
  font-weight: 580;
}

.workbench-section-state {
  color: #858985;
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, monospace;
  font-size: 9px;
  letter-spacing: .09em;
  text-transform: uppercase;
}

.workbench-section-intro p {
  margin: 7px 0 0;
  color: #a5a8a4;
  font-family: Inter, ui-sans-serif, system-ui, sans-serif;
  font-size: 12px;
  line-height: 1.45;
}

.workbench-column-heading {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 12px;
  margin-bottom: 12px;
  color: #f4f4ef;
  font-family: Inter, ui-sans-serif, system-ui, sans-serif;
}

.workbench-column-heading > span {
  font-size: 14px;
  font-weight: 650;
}

.workbench-column-heading small {
  color: #868985;
  font-size: 10px;
  font-weight: 450;
}

.workbench-card-list {
  display: grid;
  gap: 8px;
}

.workbench-card {
  width: 100%;
  min-height: 84px;
  padding: 12px 13px;
  border: 1px solid #303234;
  border-radius: 7px;
  background: #191a1b;
  color: #f4f4ef;
  text-align: left;
  box-shadow: none;
  transition: border-color .16s ease, background .16s ease, transform .16s ease;
}

.workbench-card:hover,
.workbench-card:focus-visible {
  border-color: #6d7378;
  background: #1d1f20;
  transform: translateX(2px);
}

.workbench-card.is-summary {
  cursor: default;
}

.workbench-card.is-summary:hover {
  border-color: #303234;
  background: #191a1b;
  transform: none;
}

.workbench-card.is-active {
  border-color: #d8ddd9;
  background: #242627;
  box-shadow: inset 3px 0 0 #f2f3ed;
}

.workbench-card-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: #a5a8a4;
  font-family: Inter, ui-sans-serif, system-ui, sans-serif;
  font-size: 11px;
  font-weight: 560;
}

.workbench-card strong {
  display: block;
  margin-top: 5px;
  overflow-wrap: anywhere;
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, monospace;
  font-size: 18px;
  font-weight: 560;
  line-height: 1.15;
}

.workbench-card small {
  display: block;
  margin-top: 6px;
  color: #898d89;
  font-family: Inter, ui-sans-serif, system-ui, sans-serif;
  font-size: 11px;
  line-height: 1.35;
}

.workbench-status {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #8d918d;
}

.workbench-status.is-good,
.workbench-detail-status.is-good { color: #9bdfb2; background-color: #36754c; }
.workbench-status.is-warning,
.workbench-detail-status.is-warning { color: #ffe0a1; background-color: #886523; }
.workbench-status.is-danger,
.workbench-detail-status.is-danger { color: #ffc0ba; background-color: #8a3932; }
.workbench-status.is-neutral,
.workbench-detail-status.is-neutral { color: #c7cbc7; background-color: #555a57; }

.workbench-detail {
  padding: 20px clamp(18px, 3vw, 40px) 44px;
  background: #101112;
}

.workbench-detail-header {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 16px;
  padding-bottom: 14px;
  border-bottom: 1px solid #292b2d;
}

.workbench-detail-header span {
  color: #858985;
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, monospace;
  font-size: 10px;
  letter-spacing: .09em;
  text-transform: uppercase;
}

.workbench-detail-header h3 {
  margin: 5px 0 0;
  color: #f5f5ef;
  font-family: Inter, ui-sans-serif, system-ui, sans-serif;
  font-size: 22px;
  font-weight: 580;
}

.workbench-detail-status {
  padding: 5px 8px;
  border-radius: 999px;
  color: #c7cbc7;
  background: #555a57;
  font-family: Inter, ui-sans-serif, system-ui, sans-serif;
  font-size: 10px;
  font-style: normal;
  text-transform: capitalize;
}

.workbench-detail-intro {
  max-width: 760px;
  margin: 14px 0 18px;
  color: #b8bbb7;
  font-family: Inter, ui-sans-serif, system-ui, sans-serif;
  font-size: 13px;
  line-height: 1.55;
}

.workbench-detail-body {
  max-width: 920px;
}

.workbench-detail-body .dashboard-form,
.workbench-detail-body .data-add-block {
  margin-top: 0;
}

.dashboard-help-field {
  position: relative;
}

.dashboard-field-heading {
  display: flex;
  align-items: center;
  gap: 7px;
  min-height: 20px;
}

.field-help {
  position: relative;
  display: inline-flex;
  z-index: 4;
}

.field-help-button,
.dashboard-form button.field-help-button {
  appearance: none;
  display: inline-grid;
  place-items: center;
  width: 18px;
  min-width: 18px;
  height: 18px;
  min-height: 18px;
  padding: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  color: #929692;
  cursor: help;
}

.field-help-button svg {
  display: block;
  width: 16px;
  height: 16px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.7;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.field-help-button:hover,
.field-help-button:focus-visible,
.dashboard-form button.field-help-button:hover,
.dashboard-form button.field-help-button:focus-visible {
  border: 0;
  background: transparent;
  color: #fff;
  outline: 1px solid #656965;
  outline-offset: 2px;
}

.field-help-popover {
  position: absolute;
  top: 24px;
  left: -8px;
  display: none;
  width: min(310px, 70vw);
  max-width: calc(100vw - 32px);
  min-width: 0;
  box-sizing: border-box;
  padding: 13px;
  border: 1px solid #565a58;
  border-radius: 6px;
  background: #f1f1eb;
  color: #171819;
  box-shadow: 0 14px 40px rgba(0,0,0,.4);
  font-family: Inter, ui-sans-serif, system-ui, sans-serif;
  font-size: 11px;
  font-weight: 450;
  line-height: 1.4;
  white-space: normal;
  overflow-wrap: break-word;
  word-break: normal;
  text-transform: none;
  letter-spacing: 0;
  z-index: 20;
}

.field-help:hover .field-help-popover,
.field-help:focus-within .field-help-popover,
.field-help.is-open .field-help-popover { display: grid; gap: 8px; }
.field-help-popover > strong { min-width: 0; font-size: 12px; }
.field-help-popover span { display: grid; min-width: 0; gap: 2px; }
.field-help-popover b { color: #626764; font-size: 9px; letter-spacing: .06em; text-transform: uppercase; }

.workbench-section-help {
  z-index: 25;
}

.workbench-section-help .field-help-button {
  color: #858985;
}

.workbench-section-help .field-help-popover {
  top: 25px;
  right: -4px;
  left: auto;
  width: min(310px, calc(100vw - 40px));
  text-align: left;
}

.workbench-section-help-popover h3 {
  margin: 0;
  color: #171819;
  font-size: 12px;
  font-weight: 700;
}

.workbench-section-help-popover p,
.workbench-section-help-popover li {
  margin: 0;
  color: #343735;
  font-size: 11px;
  font-weight: 450;
  line-height: 1.45;
}

.workbench-section-help-popover ul {
  display: grid;
  gap: 5px;
  margin: 0;
  padding-left: 17px;
}

.workbench-section-help-popover code {
  padding: 1px 3px;
  background: #deded7;
  color: #171819;
  font: inherit;
}

.workbench-technical {
  max-width: 920px;
  margin-top: 28px;
  border-top: 1px solid #292b2d;
  color: #a9aca8;
}

.workbench-technical summary {
  padding: 14px 0;
  cursor: pointer;
  font-family: Inter, ui-sans-serif, system-ui, sans-serif;
  font-size: 11px;
  font-weight: 560;
}

.workbench-technical > div { padding-bottom: 18px; }

.feature-name {
  display: flex;
  align-items: center;
  gap: 7px;
}

.dashboard-editor {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(220px, 300px);
  gap: 18px;
  align-items: start;
}

.dashboard-editor-main,
.dashboard-editor-aside {
  min-width: 0;
}

.dashboard-editor-aside {
  border-left: 1px solid var(--line);
  padding-left: 18px;
  color: #c5c5be;
}

.dashboard-editor-aside h3 {
  margin: 0 0 10px;
  color: var(--white);
  font-size: 12px;
  letter-spacing: .1em;
  text-transform: uppercase;
}

.dashboard-editor-aside p,
.dashboard-editor-aside li {
  color: #c5c5be;
  font-size: 13px;
  line-height: 1.5;
}

.dashboard-editor-aside ul {
  margin: 0;
  padding-left: 18px;
}

/* Scan workspace: terminal output with readable, inline diagnostics. */
.scan-terminal {
  display: block;
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, monospace;
}

.scan-terminal-main {
  display: block;
}

.scan-terminal-command-form {
  border-bottom: 1px solid var(--line);
  padding-bottom: 16px;
}

.scan-rescan-prompt {
  grid-column: 1 / -1;
  color: #eaf3ff;
  font-size: 12px;
  line-height: 1.5;
}

.scan-paid-lock-note {
  grid-column: 1 / -1;
  margin: 0;
  color: #9b9d96;
  font-size: 11px;
  line-height: 1.5;
}

#dashboard-rescan-form.scan-terminal-command-form {
  grid-template-columns: minmax(160px, 220px) auto auto;
}

.scan-terminal-command-form + .scan-terminal-command-form {
  margin-top: 16px;
  border-top: 0;
  padding-top: 0;
}

#dashboard-add-scan-url-form.scan-terminal-command-form {
  border-bottom: 0;
  padding-bottom: 0;
}

.scan-terminal-command-form label {
  color: #8f928b;
  font-size: 10px;
  letter-spacing: .06em;
}

.scan-terminal-command-form input,
.scan-terminal-command-form textarea,
.scan-terminal-command-form select {
  border: 0;
  border-bottom: 1px solid #34383a;
  background: transparent;
  border-radius: 0;
  color: #f2f3ed;
  padding-left: 0;
  padding-right: 0;
}

.scan-terminal-command-form input:focus,
.scan-terminal-command-form textarea:focus,
.scan-terminal-command-form select:focus {
  border-bottom-color: #8fc7ff;
}

.scan-terminal-command-form button {
  min-height: 38px;
  height: 38px;
  border: 1px solid #59616a;
  background: transparent;
  color: #dcecff;
  font-family: inherit;
  font-size: 11px;
}

.scan-terminal-command-form button:hover {
  border-color: #9ccfff;
  background: rgba(141, 198, 255, .08);
  color: #fff;
}

.scan-terminal-command-form h3 {
  margin: 0 0 6px;
  color: #d9e9ff;
  font-family: inherit;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0;
  text-transform: none;
}

.scan-terminal-command-form p {
  max-width: 760px;
  margin: 0;
  color: #8f979e;
  font-size: 11px;
  line-height: 1.55;
}

.scan-terminal-output {
  margin-top: 20px;
  border-top: 1px solid #2b3034;
  border-bottom: 1px solid #2b3034;
  padding: 14px 0 16px;
}

.scan-terminal-command,
.scan-terminal-status {
  margin: 0;
  font-size: 12px;
  line-height: 1.6;
}

.scan-terminal-command {
  color: #eaf3ff;
}

.scan-terminal-prompt {
  color: #8fc7ff;
  margin-right: 8px;
}

.scan-terminal-status {
  margin-top: 4px;
  color: #8f979e;
}

.scan-terminal-dot {
  color: #9be27d;
  margin-right: 6px;
}

.scan-json {
  margin: 14px 0 0;
  overflow: auto;
  background: transparent;
  color: #b8c0c8;
  font-family: inherit;
  font-size: 12px;
  line-height: 1.65;
  white-space: pre;
}

.json-key { color: #8fc7ff; }
.json-string { color: #c7e89f; }
.json-literal { color: #d7a9ff; }

.scan-terminal-stream .dashboard-row-list {
  margin-top: 18px;
}

.scan-terminal-stream .dashboard-row-list h3 {
  margin-bottom: 5px;
  color: #8fc7ff;
  font-family: inherit;
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0;
  text-transform: lowercase;
}

.scan-terminal-stream .dashboard-row-list > div:not(.dashboard-row-group) {
  display: block;
}

.scan-terminal-stream .dashboard-row-list span {
  display: block;
  border: 0;
  background: transparent;
  color: #c6cdd3;
  padding: 3px 0 3px 16px;
  font-size: 11px;
  line-height: 1.5;
}

.scan-terminal-stream .dashboard-row-list span::before {
  content: "│ ";
  color: #4d5963;
}

.scan-terminal-stream .dashboard-row-list small {
  color: #78838c;
}

.scan-terminal-stream .dashboard-sitemap-errors span {
  color: #ffb7ae;
}

.scan-terminal-stream .dashboard-sitemap-errors span::before {
  content: "! ";
  color: #ff7777;
}

.scan-terminal-aside {
  margin-top: 18px;
  border-top: 1px solid var(--line);
  border-left: 0;
  padding: 14px 0 0;
}

.scan-terminal-aside h3 {
  color: #8fc7ff;
  font-family: inherit;
  letter-spacing: 0;
  text-transform: lowercase;
}

.dashboard-form {
  display: grid;
  gap: 14px;
}

.dashboard-form label {
  display: grid;
  gap: 7px;
  color: var(--soft);
  font-size: 11px;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.dashboard-form input,
.dashboard-form textarea,
.dashboard-form select {
  width: 100%;
  min-height: 46px;
  border: 1px solid #2f3032;
  background: #0a0b0c;
  color: var(--white);
  padding: 0 12px;
  outline: none;
  font: inherit;
  letter-spacing: 0;
  text-transform: none;
}

.dashboard-form textarea {
  padding-top: 12px;
  padding-bottom: 12px;
}

.dashboard-form button,
.dashboard-editor-main > button {
  justify-self: start;
  min-height: 46px;
  border: 1px solid #f8f8f4;
  background: #f8f8f4;
  color: #111;
  padding: 0 14px;
  cursor: pointer;
}

.dashboard-form button:disabled {
  opacity: .45;
}

.agent-list {
  display: grid;
  gap: 12px;
}

.agent-card {
  display: grid;
  gap: 12px;
  border: 1px solid var(--line);
  background: #111213;
  padding: 14px;
}

.agent-card-header {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 14px;
}

.agent-card-header h3 {
  margin: 0;
  color: var(--white);
  font-size: 15px;
  font-weight: 700;
}

.agent-card-header p {
  margin: 5px 0 0;
  color: var(--soft);
  font-size: 11px;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.agent-status {
  border: 1px solid #444;
  color: #a9aaa5;
  padding: 4px 7px;
  font-size: 10px;
  letter-spacing: .08em;
  text-transform: uppercase;
  white-space: nowrap;
}

.agent-status.is-active {
  border-color: rgba(155, 226, 125, .55);
  color: #9be27d;
}

.learning-panel {
  display: grid;
  gap: 18px;
  margin-top: 28px;
  padding-top: 22px;
  border-top: 1px solid var(--line);
}

.learning-panel-head,
.learning-event-head,
.learning-form-actions,
.learning-event-actions {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 12px;
}

.learning-panel h3,
.learning-review-list h3 {
  margin: 0;
  color: var(--white);
}

.learning-panel-head p,
.learning-event p {
  margin: 6px 0 0;
  color: var(--soft);
}

.learning-scope-form {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.learning-scope-form .dashboard-form-wide,
.learning-scope-form .learning-form-actions {
  grid-column: 1 / -1;
}

.learning-review-list {
  display: grid;
  gap: 10px;
}

.learning-event {
  display: grid;
  gap: 10px;
  border-top: 1px solid var(--line);
  padding: 14px 0 4px;
}

.learning-event-head span,
.learning-event small {
  color: var(--soft);
  font-size: 11px;
}

.learning-event-actions {
  justify-content: flex-start;
}

@media (max-width: 760px) {
  .learning-scope-form { grid-template-columns: 1fr; }
  .learning-scope-form .dashboard-form-wide,
  .learning-scope-form .learning-form-actions { grid-column: auto; }
}

.agent-toggle {
  display: flex !important;
  grid-template-columns: none !important;
  align-items: center;
  gap: 9px !important;
  color: var(--white) !important;
  font-size: 12px !important;
  letter-spacing: 0 !important;
  text-transform: none !important;
}

.agent-toggle input {
  width: 16px;
  min-height: 16px;
  height: 16px;
  accent-color: #9be27d;
}

.agent-note {
  margin: -4px 0 0;
  color: var(--soft);
  font-size: 12px;
}

.dashboard-danger-zone {
  display: grid;
  gap: 10px;
  margin-top: 24px;
  padding-top: 20px;
  border-top: 1px solid rgba(255, 95, 95, .45);
}

.dashboard-danger-zone h3 {
  margin: 0;
  color: #ff7777;
  font-size: 12px;
  letter-spacing: .1em;
  text-transform: uppercase;
}

.dashboard-danger-zone p {
  max-width: 720px;
  margin: 0;
  color: #c5c5be;
  font-size: 13px;
  line-height: 1.5;
}

.dashboard-editor-main > .dashboard-danger-zone .dashboard-danger-button {
  justify-self: start;
  min-height: 46px;
  border: 1px solid #ff7777;
  background: transparent;
  color: #ff7777;
  padding: 0 14px;
  cursor: pointer;
}

.dashboard-editor-main > .dashboard-danger-zone .dashboard-danger-button:hover {
  background: #ff7777;
  color: #111;
}

.dashboard-inline-form {
  margin-top: 18px;
  border-top: 1px solid var(--line);
  padding-top: 18px;
}

.dashboard-inline-form h3 {
  margin: 0 0 8px;
  color: var(--white);
  font-size: 12px;
  letter-spacing: .1em;
  text-transform: uppercase;
}

.dashboard-inline-form p {
  margin: 0;
  color: #c5c5be;
  font-size: 13px;
  line-height: 1.5;
}

.dashboard-url-form {
  --scan-label-height: 18px;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: end;
  column-gap: 14px;
  row-gap: 10px;
}

.dashboard-url-form-wide {
  grid-template-columns: minmax(0, 1fr) minmax(120px, 160px) auto;
}

.dashboard-url-form > div {
  grid-column: 1 / -1;
}

.dashboard-url-form label {
  grid-template-rows: var(--scan-label-height) 46px;
  gap: 6px;
}

.dashboard-url-form button {
  align-self: end;
  height: 46px;
  white-space: nowrap;
}

.dashboard-url-drop-form {
  gap: 12px;
}

.dashboard-url-drop-form textarea {
  min-height: 128px;
  line-height: 1.45;
  resize: vertical;
}

.dashboard-url-drop-form button {
  justify-self: start;
}

.dashboard-panel {
  min-width: 0;
  border: 1px solid var(--line);
  background: #101112;
  color: var(--white);
}

.dashboard-panel-wide {
  grid-column: 1 / -1;
}

.dashboard-panel-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  border-bottom: 1px solid var(--line);
  padding: 12px 14px;
  color: var(--soft);
}

.dashboard-panel-header h2 {
  margin: 0;
  font-size: 12px;
  font-weight: 500;
  letter-spacing: .1em;
  text-transform: uppercase;
}

.dashboard-panel-header span {
  font-size: 11px;
  text-transform: uppercase;
}

.dashboard-panel-body {
  padding: 14px;
}

.dashboard-metrics {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
  gap: 1px;
  background: #252628;
}

.dashboard-form + .dashboard-metrics {
  margin-top: 14px;
}

.dashboard-metric {
  min-width: 0;
  background: #151617;
  padding: 12px;
}

.dashboard-metric span {
  display: block;
  color: var(--soft);
  font-size: 11px;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.dashboard-metric strong {
  display: block;
  margin-top: 8px;
  color: var(--white);
  font-size: 14px;
  font-weight: 500;
  overflow-wrap: anywhere;
}

.dashboard-code {
  margin: 0;
  border: 1px solid #252628;
  background: #0a0b0c;
  color: var(--white);
  overflow: auto;
  padding: 12px;
  white-space: pre;
}

.dashboard-note,
.dashboard-empty {
  margin: 12px 0 0;
  color: #c5c5be;
  font-size: 13px;
  line-height: 1.5;
}

.dashboard-row-list {
  margin-top: 14px;
}

.dashboard-row-list h3 {
  margin: 0 0 8px;
  color: var(--soft);
  font-size: 11px;
  font-weight: 500;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.dashboard-row-list > div:not(.dashboard-row-group) {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
}

.dashboard-row-list span {
  border: 1px solid #343638;
  background: #191a1b;
  color: #dcdcd7;
  padding: 4px 7px;
  overflow-wrap: anywhere;
}

.dashboard-evidence-list span {
  display: grid;
  gap: 4px;
}

.dashboard-evidence-list small {
  color: var(--soft);
  font-size: 10px;
  line-height: 1.25;
}

.dashboard-sitemap-files,
.dashboard-sitemap-errors {
  display: grid;
  gap: 6px;
  margin-top: 8px;
}

.dashboard-sitemap-list .dashboard-sitemap-files span,
.dashboard-sitemap-list .dashboard-sitemap-errors span {
  display: grid;
  gap: 4px;
}

.dashboard-sitemap-list small {
  color: var(--soft);
  font-size: 10px;
  line-height: 1.25;
}

.dashboard-sitemap-errors span {
  border-color: #6d3936;
  color: #ffb7ae;
}

.integration-list {
  display: grid;
  gap: 12px;
  margin-top: 14px;
}

.integration-card {
  border: 1px solid #343638;
  background: #111214;
  padding: 14px;
}

.integration-card-head {
  display: flex;
  gap: 8px;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 8px;
}

.integration-card-head span {
  border: 1px solid #484a4d;
  color: #dcdcd7;
  font-size: 10px;
  letter-spacing: .08em;
  padding: 3px 6px;
  text-transform: uppercase;
}

.integration-card-high .integration-card-head span {
  border-color: #9a413b;
  color: #ffb7ae;
}

.integration-card-medium .integration-card-head span {
  border-color: #8f7232;
  color: #ffe0a3;
}

.integration-card-head strong {
  color: var(--white);
  font-size: 13px;
  font-weight: 500;
}

.integration-card p,
.integration-card small {
  color: #c5c5be;
  display: block;
  font-size: 13px;
  line-height: 1.45;
  margin: 6px 0 0;
}

.integration-card small {
  color: var(--soft);
  overflow-wrap: anywhere;
}

.integration-fix {
  color: #f0f0ea;
}

.integration-reason {
  color: var(--soft);
}

.integration-code {
  margin-top: 10px;
  white-space: pre-wrap;
}

.dashboard-group-list {
  display: grid;
  gap: 12px;
}

.dashboard-row-group {
  display: grid;
  gap: 6px;
}

.dashboard-row-group > div {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
}

.dashboard-row-group strong {
  color: var(--soft);
  font-size: 11px;
  font-weight: 500;
  overflow-wrap: anywhere;
}

.code-tag {
  color: #8ac7ff;
}

.code-attr {
  color: #f1d37a;
}

.code-value {
  color: #9be27d;
}

.dashboard-button {
  border: 0;
  background: transparent;
  color: #111;
  padding: 0;
  cursor: pointer;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.modal {
  position: fixed;
  inset: 0;
  z-index: 50;
  display: none;
  align-items: center;
  justify-content: center;
  background: rgba(0, 0, 0, .45);
  padding: 24px;
}

.modal.is-open {
  display: flex;
}

.modal-panel {
  position: relative;
  width: min(420px, 100%);
  border: 1px solid var(--line);
  background: #101112;
  color: var(--white);
  padding: 24px;
  box-shadow: 0 24px 90px rgba(0, 0, 0, .28);
}

.modal-close {
  position: absolute;
  top: 12px;
  right: 12px;
  border: 1px solid var(--line);
  background: transparent;
  color: var(--soft);
  width: 32px;
  height: 32px;
  cursor: pointer;
}

.modal-kicker {
  margin: 0 0 12px;
  color: var(--soft);
  font-size: 11px;
  letter-spacing: .12em;
  text-transform: uppercase;
}

.modal-panel h2 {
  margin: 0 0 18px;
  font-size: 26px;
  font-weight: 500;
}

.login-form {
  display: grid;
  gap: 10px;
}

.login-form label {
  display: grid;
  gap: 7px;
  color: var(--soft);
  font-size: 11px;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.login-form input {
  width: 100%;
  border: 1px solid var(--line);
  background: #0a0b0c;
  color: var(--white);
  padding: 13px;
  outline: none;
}

.login-form button {
  border: 1px solid #f8f8f4;
  background: #f8f8f4;
  color: #111;
  padding: 13px;
  cursor: pointer;
}

.login-message {
  min-height: 20px;
  margin: 14px 0 0;
  color: var(--soft);
  font-size: 12px;
}

.login-message.bad {
  color: #ff8b8b;
}

.auth-toggle {
  width: 100%;
  border: 0;
  background: transparent;
  color: var(--soft);
  margin-top: 14px;
  padding: 0;
  cursor: pointer;
  font-size: 12px;
  text-align: left;
}

.topline .dashboard-button {
  border: 1px solid #111;
  background: #111;
  color: #f8f8f4;
  padding: 9px 12px;
  letter-spacing: .04em;
  text-transform: none;
}

.topline .dashboard-button-secondary {
  background: transparent;
  color: #111;
}

@media (max-width: 900px) {
  .shell {
    width: 100vw;
    padding: 0;
  }

  .hero {
    justify-content: stretch;
    padding: 22px 16px;
  }

  .topline {
    margin-bottom: 14px;
  }

  .hero-grid {
    display: grid;
    grid-template-columns: 1fr;
    grid-template-rows: auto minmax(0, 1fr);
    gap: 20px;
    align-items: stretch;
    padding-right: 0;
  }

  .eyebrow {
    font-size: 12px;
    padding-right: 0;
  }

  .intro h1 {
    font-size: clamp(32px, 10vw, 46px);
  }

  .intro p {
    margin-top: 14px;
    font-size: 13px;
  }

  .scan-form {
    margin-top: 18px;
  }

  .scan-form input {
    padding: 12px;
  }

  .terminal {
    width: auto;
    height: auto;
    min-height: 0;
    position: static;
    border: 1px solid var(--line);
  }

  .terminal-body {
    min-height: 0;
  }

  .summary-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .mapped-row,
  .gap-item {
    grid-template-columns: 1fr;
  }

  .dashboard-button {
    font-size: 11px;
  }

  .dashboard-view {
    height: auto;
    min-height: 100dvh;
    overflow: visible;
  }

  .dashboard-shell {
    grid-template-columns: 1fr;
    height: auto;
    min-height: 100dvh;
    margin-top: 0;
    gap: 0;
    overflow: visible;
  }

  .dashboard-sidebar {
    overflow: visible;
    padding: 0 16px 18px;
    scrollbar-gutter: auto;
  }

  .dashboard-main {
    grid-template-columns: 1fr;
    overflow: visible;
    padding-right: 0;
  }

  .dashboard-workspace {
    min-height: 560px;
  }

  .dashboard-editor {
    grid-template-columns: 1fr;
  }

  .dashboard-workbench {
    grid-template-columns: minmax(230px, 300px) minmax(0, 1fr);
  }

  .dashboard-url-form,
  .dashboard-url-form-wide {
    grid-template-columns: 1fr;
  }

  .dashboard-editor-aside {
    border-left: 0;
    border-top: 1px solid var(--line);
    padding-left: 0;
    padding-top: 16px;
  }

  .dashboard-sidebar h1 {
    font-size: 38px;
  }

  .dashboard-scan-form {
    margin-top: 18px;
  }

  .dashboard-metrics {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 680px) {
  .dashboard-content { display: block; overflow: visible; }
  .dashboard-workbench { display: block; height: auto; }
  .workbench-overview,
  .workbench-detail { overflow: visible; }
  .workbench-overview {
    padding: 14px;
    border-right: 0;
    border-bottom: 1px solid #2a2c2e;
  }
  .workbench-section-intro { margin: -14px -14px 14px; padding: 14px; }
  .workbench-card-list { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .workbench-card { min-height: 96px; }
  .workbench-detail { padding: 18px 14px 36px; }
  .workbench-detail-header h3 { font-size: 19px; }
  .field-help-popover { position: fixed; top: 16px; right: auto; left: 16px; width: calc(100vw - 32px); }
}

/* --- Landing: single-screen hero with scanner rail --- */
html[data-copailot-surface="landing"],
html[data-copailot-surface="landing"] body {
  height: 100%;
  overflow: hidden;
}

html[data-copailot-surface="landing"] .shell {
  height: 100dvh;
  min-height: 0;
  overflow: hidden;
}

html[data-copailot-surface="landing"] #landing-view {
  height: 100%;
  min-height: 0;
}

html[data-copailot-surface="landing"] .landing-hero {
  --landing-console-width: min(40vw, 600px);
  height: 100%;
  min-height: 0;
  max-height: none;
  display: flex;
  padding: clamp(24px, 3vw, 44px) calc(var(--landing-console-width) + clamp(24px, 4vw, 64px)) clamp(24px, 3vw, 44px) clamp(24px, 4vw, 64px);
}

html[data-copailot-surface="landing"] .landing-hero .topline {
  margin-bottom: 28px;
}

html[data-copailot-surface="landing"] .landing-hero .hero-grid {
  display: flex;
  height: auto;
  flex: 1 1 auto;
  min-height: 0;
  align-items: center;
  align-items: safe center;
  overflow-x: hidden;
  overflow-y: auto;
  overscroll-behavior: contain;
  scrollbar-width: none;
}

html[data-copailot-surface="landing"] .landing-hero .intro {
  width: 100%;
  max-width: 700px;
  min-width: 0;
  margin-inline: auto;
  padding-top: clamp(48px, 7vh, 72px);
  padding-bottom: clamp(72px, 12vh, 120px);
  flex: 1 1 auto;
}

html[data-copailot-surface="landing"] .landing-hero .intro h1 {
  max-width: 600px;
  font-size: clamp(34px, 4.4vw, 64px);
  line-height: .97;
  letter-spacing: -.035em;
}

html[data-copailot-surface="landing"] .landing-hero .intro > p:not(.landing-kicker):not(.scan-hint):not(.hero-supporting-copy) {
  max-width: 560px;
  margin-top: 22px;
  font-size: 16px;
  line-height: 1.5;
}

html[data-copailot-surface="landing"] .hero-supporting-copy {
  max-width: 560px;
  margin-top: 12px;
  font-size: 13px;
}

.hero-selling-points {
  display: grid;
  gap: 10px;
  max-width: 610px;
  margin-top: 24px;
}

.hero-selling-points p {
  display: grid;
  grid-template-columns: 190px minmax(0, 1fr);
  gap: 14px;
  margin: 0;
  color: #4d4d4d;
  font-family: Inter, ui-sans-serif, system-ui, sans-serif;
  font-size: 12px;
  line-height: 1.4;
}

.hero-selling-points strong {
  color: #111;
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, monospace;
  font-size: 11px;
  letter-spacing: .03em;
  text-transform: uppercase;
}

html[data-copailot-surface="landing"] .landing-hero .scan-form {
  max-width: 590px;
  margin-top: 28px;
}

html[data-copailot-surface="landing"] .landing-hero .scan-hint {
  max-width: 590px;
  font-size: 12px;
}

html[data-copailot-surface="landing"] .landing-hero .hero-proof {
  display: none;
}

html[data-copailot-surface="landing"] .landing-hero .terminal {
  width: var(--landing-console-width);
  height: 100dvh;
  min-height: 0;
  position: fixed;
  right: 0;
  top: 0;
  bottom: 0;
  border: 1px solid var(--line);
  border-top: 0;
  border-right: 0;
  border-bottom: 0;
}

@media (max-width: 900px) {
  html[data-copailot-surface="landing"],
  html[data-copailot-surface="landing"] body {
    height: auto;
    min-height: 100%;
    overflow-x: hidden;
    overflow-y: auto;
  }

  html[data-copailot-surface="landing"] .shell {
    height: auto;
    min-height: 100dvh;
    overflow: visible;
  }

  html[data-copailot-surface="landing"] .landing-hero {
    height: auto;
    padding: 24px 16px 44px;
  }

  html[data-copailot-surface="landing"] .landing-hero .hero-grid {
    display: grid;
    height: auto;
    overflow: visible;
  }

  html[data-copailot-surface="landing"] .landing-hero .terminal {
    width: auto;
    height: 420px;
    position: static;
    border: 1px solid var(--line);
  }

  .hero-selling-points p {
    grid-template-columns: 1fr;
    gap: 3px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .console-command.is-working,
  .console-ready-cursor,
  .console-dots::after,
  .terminal button.is-ready-to-copy {
    animation: none;
  }
}

/* --- Analytics section --- */
.dashboard-stats-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(150px, 1fr));
  gap: 12px;
  margin-bottom: 18px;
}

.dashboard-stat {
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  padding: 12px 14px;
  display: flex;
  flex-direction: column;
  gap: 2px;
}

.dashboard-stat strong {
  font-size: 22px;
  line-height: 1.2;
}

.dashboard-stat span {
  font-size: 12px;
  opacity: 0.75;
}

.dashboard-stat small {
  font-size: 11px;
  opacity: 0.55;
}

.scan-hint {
  margin-top: 10px;
  font-size: 13px;
  opacity: 0.65;
  max-width: 480px;
}

/* --- Business data sources --- */
.data-source-list {
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin-bottom: 18px;
}

.data-source-row {
  display: flex;
  justify-content: space-between;
  gap: 12px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  padding: 12px 14px;
}

.data-source-row.is-disabled {
  opacity: 0.55;
}

.data-source-main p {
  margin: 4px 0 2px;
  font-size: 13px;
}

.data-source-main small {
  font-size: 11px;
  opacity: 0.6;
}

.data-source-type,
.data-source-status {
  display: inline-block;
  margin-left: 8px;
  font-size: 11px;
  padding: 2px 8px;
  border-radius: 999px;
  border: 1px solid rgba(0, 0, 0, 0.15);
}

.data-source-status.is-ready { color: #0a7d4f; border-color: rgba(10, 125, 79, 0.4); }
.data-source-status.is-error { color: #b3261e; border-color: rgba(179, 38, 30, 0.4); }
.data-source-status.is-processing { color: #8a6d00; border-color: rgba(138, 109, 0, 0.4); }

.data-source-actions {
  display: flex;
  flex-direction: column;
  gap: 6px;
  align-items: flex-end;
}

.data-add-block {
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  padding: 10px 14px;
  margin-bottom: 10px;
}

.data-add-block summary {
  cursor: pointer;
  font-weight: 600;
}

.data-add-block form {
  margin-top: 10px;
}

.openapi-preview {
  margin-top: 12px;
}

.openapi-preview-header {
  display: flex;
  justify-content: space-between;
  gap: 12px;
  align-items: flex-start;
  margin-bottom: 10px;
  font-size: 13px;
}

.openapi-preview-header small {
  display: block;
  margin-top: 3px;
  color: rgba(0, 0, 0, 0.58);
  word-break: break-all;
}

.openapi-preview-header span {
  white-space: nowrap;
  color: rgba(0, 0, 0, 0.62);
}

.openapi-suggestion-list {
  display: flex;
  flex-direction: column;
  gap: 8px;
  max-height: 420px;
  overflow: auto;
  padding-right: 4px;
}

.openapi-suggestion {
  display: grid;
  grid-template-columns: 18px 1fr;
  gap: 10px;
  align-items: flex-start;
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 8px;
  padding: 10px;
}

.openapi-suggestion input {
  margin-top: 2px;
}

.openapi-suggestion small,
.openapi-suggestion em {
  display: block;
  margin-top: 3px;
  font-size: 11px;
  color: rgba(0, 0, 0, 0.58);
  word-break: break-all;
}

.openapi-suggestion p {
  margin: 4px 0 0;
  font-size: 12px;
}

.openapi-suggestion.is-low {
  border-color: rgba(10, 125, 79, 0.28);
}

.openapi-suggestion.is-review {
  border-color: rgba(160, 110, 0, 0.34);
  background: rgba(255, 247, 220, 0.45);
}

.openapi-suggestion.is-blocked {
  opacity: 0.52;
}

/* --- Leads inbox --- */
.lead-list {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.lead-row {
  display: flex;
  justify-content: space-between;
  gap: 12px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  padding: 12px 14px;
}

.lead-row.lead-closed { opacity: 0.5; }
.lead-row.lead-new { border-left: 3px solid #00a6cc; }

.lead-main p { margin: 4px 0; font-size: 13px; }
.lead-main .lead-contact { font-weight: 600; }
.lead-main small { font-size: 11px; opacity: 0.6; }

.lead-status {
  display: inline-block;
  margin-left: 8px;
  font-size: 11px;
  padding: 2px 8px;
  border-radius: 999px;
  border: 1px solid rgba(0, 0, 0, 0.15);
}

.lead-actions {
  display: flex;
  flex-direction: column;
  gap: 6px;
  align-items: flex-end;
}

/* --- Testing section --- */
.sim-results {
  list-style: none;
  padding: 0;
  margin: 10px 0;
  display: flex;
  flex-direction: column;
  gap: 6px;
}

.sim-results li {
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 8px;
  padding: 8px 12px;
  font-size: 13px;
}

.sim-results li small { display: block; opacity: 0.65; margin-top: 2px; }
.sim-results li.sim-pass strong { color: #0a7d4f; }
.sim-results li.sim-fail strong { color: #b3261e; }
.sim-results li.sim-fail { border-color: rgba(179, 38, 30, 0.35); }

.testing-divider {
  margin: 18px 0;
  border: none;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}

/* --- Lead intent trail --- */
.lead-trail { margin-top: 6px; font-size: 12px; }
.lead-trail summary { cursor: pointer; opacity: 0.7; }
.lead-trail ul { margin: 6px 0 0 0; padding: 0 0 0 4px; list-style: none; }
.lead-trail li { padding: 2px 0; }
.lead-trail li span {
  display: inline-block;
  min-width: 64px;
  font-size: 10px;
  text-transform: uppercase;
  opacity: 0.55;
}

/* --- Feature toggles --- */
.feature-list { display: flex; flex-direction: column; gap: 10px; }

.feature-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 12px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  padding: 12px 14px;
}

.feature-row.is-locked { opacity: 0.55; }
.feature-main p { margin: 4px 0 0; font-size: 13px; }

.feature-soon {
  display: inline-block;
  margin-left: 8px;
  font-size: 11px;
  padding: 2px 8px;
  border-radius: 999px;
  border: 1px solid rgba(120, 120, 255, 0.4);
  color: #6a72d6;
}

.feature-toggle { display: flex; align-items: center; gap: 6px; font-size: 12px; white-space: nowrap; }
.feature-toggle input { width: 18px; height: 18px; }

.demo-step-list {
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin-top: 12px;
}

.demo-step-row {
  display: flex;
  gap: 12px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  padding: 12px 14px;
}

.demo-step-index {
  width: 26px;
  height: 26px;
  border-radius: 999px;
  display: grid;
  place-items: center;
  flex: 0 0 auto;
  background: #111827;
  color: #fff;
  font-size: 12px;
  font-weight: 700;
}

.demo-step-main strong { display: inline-block; margin-right: 8px; }
.demo-step-main span {
  font-size: 11px;
  padding: 2px 8px;
  border-radius: 999px;
  border: 1px solid rgba(0, 0, 0, 0.15);
  opacity: 0.75;
}
.demo-step-main p { margin: 5px 0; font-size: 13px; }
.demo-step-main ul { margin: 6px 0 0; padding-left: 16px; font-size: 12px; opacity: 0.72; }
.demo-step-main li { margin: 2px 0; overflow-wrap: anywhere; }

.demand-heading { margin-top: 22px; }

/* --- Landing: outcome-led proof points --- */
.outcome-strip {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
  max-width: 760px;
  margin-top: 32px;
}

.outcome-strip div {
  display: grid;
  align-content: start;
  gap: 7px;
  border-top: 2px solid #c51924;
  padding-top: 10px;
}

.outcome-strip strong {
  font-size: 12px;
  line-height: 1.25;
}

.outcome-strip span {
  color: #4d4d4d;
  font-family: Inter, ui-sans-serif, system-ui, sans-serif;
  font-size: 12px;
  line-height: 1.4;
}

@media (max-width: 1200px) {
  .outcome-strip {
    grid-template-columns: 1fr;
    gap: 12px;
  }
}

.scan-annotate {
  display: flex;
  align-items: center;
  gap: 6px;
  padding: 0 12px;
  border-left: 1px solid #111;
  font-size: 13px;
  color: #111;
  white-space: nowrap;
  cursor: pointer;
}

.scan-annotate input {
  flex: none;
  width: auto;
  padding: 0;
  accent-color: #111;
}

.dashboard-check {
  grid-template-rows: var(--scan-label-height, 18px) 46px;
  gap: 6px;
  white-space: nowrap;
  cursor: pointer;
}

.dashboard-check input {
  width: 18px;
  height: 18px;
  align-self: center;
  justify-self: start;
  accent-color: currentColor;
}

.dashboard-check.is-locked {
  color: #7f817b;
  cursor: not-allowed;
}

/* --- Landing: long-form product story --- */
html[data-copailot-surface="landing"],
html[data-copailot-surface="landing"] body {
  height: auto;
  min-height: 100%;
  overflow-x: hidden;
  overflow-y: auto;
}

html[data-copailot-surface="landing"] .shell {
  height: auto;
  min-height: 100dvh;
  overflow: visible;
}

html[data-copailot-surface="landing"] .landing-hero {
  min-height: min(720px, 100dvh);
  max-height: 100dvh;
  height: auto;
  display: block;
  padding: clamp(24px, 4vw, 56px) clamp(24px, 8vw, 132px) clamp(34px, 5vw, 64px);
}

html[data-copailot-surface="landing"] .landing-hero .topline {
  margin-bottom: clamp(42px, 7vh, 78px);
}

html[data-copailot-surface="landing"] .hero-grid {
  display: block;
  height: auto;
  min-height: 0;
  overflow: visible;
}

html[data-copailot-surface="landing"] .landing-hero .intro {
  max-width: 850px;
}

html[data-copailot-surface="landing"] .landing-hero .intro h1 {
  max-width: 820px;
  font-size: clamp(40px, 6vw, 76px);
  line-height: .94;
  letter-spacing: -.045em;
}

html[data-copailot-surface="landing"] .landing-hero .intro > p:not(.landing-kicker):not(.scan-hint):not(.hero-supporting-copy) {
  max-width: 700px;
  margin-top: 28px;
  font-size: clamp(16px, 1.6vw, 21px);
  line-height: 1.42;
}

.landing-kicker {
  margin: 0 0 16px;
  color: #c51924;
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, monospace;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: .12em;
  line-height: 1.2;
  text-transform: uppercase;
}

html[data-copailot-surface="landing"] .hero-supporting-copy {
  max-width: 650px;
  margin-top: 14px;
  color: #686868;
  font-size: 14px;
  line-height: 1.45;
}

html[data-copailot-surface="landing"] .landing-hero .scan-form {
  max-width: 620px;
  margin-top: 28px;
}

html[data-copailot-surface="landing"] .landing-hero .scan-hint {
  max-width: 620px;
  font-size: 12px;
}

.hero-proof {
  display: flex;
  flex-wrap: wrap;
  gap: 9px 22px;
  margin-top: 22px;
  color: #4d4d4d;
  font-size: 11px;
  letter-spacing: .04em;
  text-transform: uppercase;
}

.hero-proof span::before {
  content: "•";
  margin-right: 7px;
  color: #c51924;
}

.landing-section {
  width: min(1120px, calc(100% - 48px));
  margin: 0 auto;
  padding: clamp(78px, 10vw, 150px) 0;
  border-top: 1px solid rgba(17, 17, 17, .16);
}

.landing-section-heading {
  max-width: 740px;
}

.landing-section-heading h2 {
  max-width: 760px;
  margin: 0;
  font-size: clamp(30px, 4.2vw, 58px);
  line-height: .98;
  letter-spacing: -.035em;
}

.landing-section-heading > p:not(.landing-kicker) {
  max-width: 660px;
  margin: 22px 0 0;
  color: #4d4d4d;
  font-family: Inter, ui-sans-serif, system-ui, sans-serif;
  font-size: 16px;
  line-height: 1.55;
}

.landing-console-section {
  padding-top: clamp(46px, 7vw, 92px);
}

.landing-console-section .terminal {
  width: 100%;
  height: min(560px, 68vh);
  min-height: 380px;
  margin-top: 34px;
  position: relative;
  inset: auto;
  border: 1px solid var(--line);
  box-shadow: 0 22px 80px rgba(0, 0, 0, .18);
}

.landing-console-section .terminal-body {
  padding: clamp(18px, 3vw, 32px);
}

.landing-voice-section {
  display: grid;
  grid-template-columns: minmax(0, .9fr) minmax(300px, 1.1fr);
  align-items: center;
  gap: clamp(32px, 7vw, 110px);
}

.voice-example {
  padding: clamp(26px, 4vw, 48px);
  background: #111;
  color: #f3f3ee;
  box-shadow: 18px 18px 0 rgba(197, 25, 36, .16);
}

.voice-example-label {
  margin: 0 0 24px;
  color: #9be27d;
  font-size: 11px;
  letter-spacing: .1em;
  text-transform: uppercase;
}

.voice-example-quote {
  margin: 0;
  font-size: clamp(22px, 3vw, 38px);
  line-height: 1.1;
  letter-spacing: -.03em;
}

.voice-example-result {
  margin: 28px 0 0;
  color: #c5c5be;
  font-family: Inter, ui-sans-serif, system-ui, sans-serif;
  font-size: 14px;
  line-height: 1.5;
}

.outcome-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
  margin-top: 42px;
}

.outcome-grid-three {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.outcome-grid div {
  display: grid;
  align-content: start;
  gap: 10px;
  min-height: 150px;
  padding: 22px;
  border: 1px solid rgba(17, 17, 17, .18);
}

.outcome-grid strong {
  font-size: 15px;
}

.outcome-grid span {
  color: #4d4d4d;
  font-family: Inter, ui-sans-serif, system-ui, sans-serif;
  font-size: 13px;
  line-height: 1.5;
}

@media (max-width: 900px) {
  html[data-copailot-surface="landing"] .landing-hero {
    min-height: auto;
    max-height: none;
    padding: 24px 16px 64px;
  }

  html[data-copailot-surface="landing"] .landing-hero .topline {
    margin-bottom: 78px;
  }

  html[data-copailot-surface="landing"] .landing-hero .intro h1 {
    font-size: clamp(42px, 12vw, 64px);
  }

  .landing-section {
    width: min(100% - 32px, 680px);
    padding: 70px 0;
  }

  .landing-voice-section,
  .outcome-grid,
  .outcome-grid-three {
    grid-template-columns: 1fr;
  }

  .landing-console-section .terminal {
    height: 440px;
    min-height: 320px;
  }
}

/* --- Landing final layout override --- */
html[data-copailot-surface="landing"],
html[data-copailot-surface="landing"] body {
  height: 100%;
  overflow: hidden;
}

html[data-copailot-surface="landing"] .shell {
  height: 100dvh;
  min-height: 0;
  overflow: hidden;
}

html[data-copailot-surface="landing"] #landing-view {
  height: 100%;
  min-height: 0;
}

html[data-copailot-surface="landing"] .landing-hero {
  --landing-console-width: min(40vw, 600px);
  height: 100%;
  min-height: 0;
  max-height: none;
  display: flex;
  padding: clamp(24px, 3vw, 44px) calc(var(--landing-console-width) + clamp(24px, 4vw, 64px)) clamp(24px, 3vw, 44px) clamp(24px, 4vw, 64px);
}

html[data-copailot-surface="landing"] .landing-hero .topline {
  margin-bottom: 28px;
}

html[data-copailot-surface="landing"] .landing-hero .hero-grid {
  display: flex;
  height: auto;
  flex: 1 1 auto;
  min-height: 0;
  align-items: center;
  align-items: safe center;
  overflow-x: hidden;
  overflow-y: auto;
  overscroll-behavior: contain;
  scrollbar-width: none;
}

html[data-copailot-surface="landing"] .landing-hero .intro {
  width: 100%;
  max-width: 700px;
  min-width: 0;
  margin-inline: auto;
  padding-top: clamp(48px, 7vh, 72px);
  padding-bottom: clamp(72px, 12vh, 120px);
  flex: 1 1 auto;
}

html[data-copailot-surface="landing"] .landing-hero .intro h1 {
  max-width: 600px;
  font-size: clamp(34px, 4.4vw, 64px);
  line-height: .97;
  letter-spacing: -.035em;
}

html[data-copailot-surface="landing"] .landing-hero .intro > p:not(.landing-kicker):not(.scan-hint):not(.hero-supporting-copy) {
  max-width: 540px;
  margin-top: 22px;
  font-size: 16px;
  line-height: 1.5;
}

html[data-copailot-surface="landing"] .hero-supporting-copy {
  max-width: 540px;
  margin-top: 12px;
  font-size: 13px;
}

html[data-copailot-surface="landing"] .hero-selling-points {
  display: grid;
  gap: 10px;
  max-width: 590px;
  margin-top: 24px;
}

html[data-copailot-surface="landing"] .hero-selling-points p {
  display: grid;
  grid-template-columns: 190px minmax(0, 1fr);
  gap: 14px;
  margin: 0;
  color: #4d4d4d;
  font-family: Inter, ui-sans-serif, system-ui, sans-serif;
  font-size: 12px;
  line-height: 1.4;
}

html[data-copailot-surface="landing"] .hero-selling-points strong {
  color: #111;
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, monospace;
  font-size: 11px;
  letter-spacing: .03em;
  text-transform: uppercase;
}

html[data-copailot-surface="landing"] .landing-hero .scan-form {
  max-width: 590px;
  margin-top: 28px;
}

html[data-copailot-surface="landing"] .landing-hero .scan-hint {
  max-width: 590px;
  font-size: 12px;
}

html[data-copailot-surface="landing"] .landing-hero .terminal {
  width: var(--landing-console-width);
  height: 100dvh;
  min-height: 0;
  position: fixed;
  right: 0;
  top: 0;
  bottom: 0;
  border: 1px solid var(--line);
  border-top: 0;
  border-right: 0;
  border-bottom: 0;
}

@media (max-width: 900px) {
  html[data-copailot-surface="landing"],
  html[data-copailot-surface="landing"] body {
    height: auto;
    min-height: 100%;
    overflow-x: hidden;
    overflow-y: auto;
  }

  html[data-copailot-surface="landing"] .shell {
    height: auto;
    min-height: 100dvh;
    overflow: visible;
  }

  html[data-copailot-surface="landing"] .landing-hero {
    height: auto;
    padding: 24px 16px 44px;
  }

  html[data-copailot-surface="landing"] .landing-hero .hero-grid {
    display: grid;
    height: auto;
    overflow: visible;
  }

  html[data-copailot-surface="landing"] .landing-hero .terminal {
    width: auto;
    height: 420px;
    position: static;
    border: 1px solid var(--line);
  }

  html[data-copailot-surface="landing"] .hero-selling-points p {
    grid-template-columns: 1fr;
    gap: 3px;
  }
}

html[data-copailot-surface="landing"] .landing-demo-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 112px;
  margin-top: 20px;
  padding: 10px 18px;
  border: 1px solid #111;
  background: transparent;
  color: #111;
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, monospace;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: .1em;
  line-height: 1;
  text-transform: uppercase;
}

html[data-copailot-surface="landing"] .landing-demo-button:focus-visible {
  outline: 2px solid #c51924;
  outline-offset: 3px;
}

html[data-copailot-surface="landing"] .landing-detail-section {
  max-width: 590px;
  margin: clamp(64px, 10vh, 112px) 0 clamp(48px, 8vh, 96px);
  padding-top: clamp(28px, 4vh, 44px);
  border-top: 1px solid rgba(17, 17, 17, .2);
}

html[data-copailot-surface="landing"] .landing-detail-section h2 {
  max-width: 520px;
  margin: 0;
  font-size: clamp(26px, 3vw, 40px);
  line-height: 1;
  letter-spacing: -.035em;
}

html[data-copailot-surface="landing"] .landing-detail-section > p {
  max-width: 560px;
  margin: 16px 0 0;
  color: #4d4d4d;
  font-family: Inter, ui-sans-serif, system-ui, sans-serif;
  font-size: 14px;
  line-height: 1.5;
}

html[data-copailot-surface="landing"] .landing-detail-section .landing-detail-lead {
  margin-top: 18px;
  color: #111;
  font-size: 17px;
  font-weight: 650;
  line-height: 1.35;
}

html[data-copailot-surface="landing"] .landing-detail-list {
  display: grid;
  gap: 9px;
  margin: 18px 0 0;
  padding: 0;
  list-style: none;
}

html[data-copailot-surface="landing"] .landing-detail-list li {
  position: relative;
  padding-left: 18px;
  color: #353535;
  font-family: Inter, ui-sans-serif, system-ui, sans-serif;
  font-size: 13px;
  line-height: 1.42;
}

html[data-copailot-surface="landing"] .landing-detail-list li::before {
  content: "→";
  position: absolute;
  left: 0;
  color: #c51924;
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, monospace;
}

html[data-copailot-surface="landing"] .landing-detail-section .landing-detail-closing {
  margin-top: 28px;
  color: #111;
  font-size: 15px;
}

html[data-copailot-surface="landing"] .landing-detail-section .landing-detail-example-label {
  margin-top: 28px;
  color: #111;
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, monospace;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: .1em;
  text-transform: uppercase;
}

html[data-copailot-surface="landing"] .landing-detail-example {
  display: grid;
  gap: 11px;
  margin: 16px 0 0;
  padding: 0;
  list-style: none;
  counter-reset: handoff-step;
}

html[data-copailot-surface="landing"] .landing-detail-example li {
  display: grid;
  grid-template-columns: 26px minmax(0, 1fr);
  gap: 10px;
  align-items: baseline;
  color: #353535;
  font-family: Inter, ui-sans-serif, system-ui, sans-serif;
  font-size: 13px;
  line-height: 1.42;
  counter-increment: handoff-step;
}

html[data-copailot-surface="landing"] .landing-detail-example li::before {
  content: counter(handoff-step, decimal-leading-zero);
  color: #c51924;
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, monospace;
  font-size: 11px;
  font-weight: 800;
}

html[data-copailot-surface="landing"] .landing-hero .hero-grid::-webkit-scrollbar {
  display: none;
}

@media (max-width: 900px) {
  html[data-copailot-surface="landing"] .landing-hero .intro {
    padding-block: 32px 48px;
  }

  html[data-copailot-surface="landing"] .landing-detail-section {
    margin: 56px 0 28px;
  }
}
