:root {
  color-scheme: dark;
  --background: #1c1c1e;
  --surface: #222224;
  --card: #28282a;
  --popover: #2c2c2e;
  --foreground: #e5e5ea;
  --secondary: #aeaeb2;
  --muted: #8e8e93;
  --quiet: #636366;
  --primary: #0a84ff;
  --green: #30d158;
  --red: #ff453a;
  --border: rgba(255, 255, 255, 0.07);
  --strong-border: rgba(255, 255, 255, 0.12);
  --radius: 10px;
  --wide-radius: 18px;
  font-family: -apple-system, BlinkMacSystemFont, "SF Pro Text", "Segoe UI", sans-serif;
  font-synthesis: none;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  background: #111112;
}

body {
  margin: 0;
  color: var(--foreground);
  background:
    radial-gradient(circle at 50% 0%, rgba(91, 91, 214, 0.09), transparent 26rem),
    #111112;
  font-size: 15px;
  line-height: 1.55;
  -webkit-font-smoothing: antialiased;
}

button,
a {
  -webkit-tap-highlight-color: transparent;
}

button {
  font: inherit;
}

a {
  color: inherit;
}

img {
  max-width: 100%;
  height: auto;
}

.skip-link {
  position: fixed;
  z-index: 20;
  top: 12px;
  left: 12px;
  padding: 8px 12px;
  border-radius: 7px;
  color: white;
  background: var(--primary);
  transform: translateY(-150%);
}

.skip-link:focus {
  transform: translateY(0);
}

.page-shell {
  width: min(1180px, calc(100% - 40px));
  margin: 0 auto;
}

.hero {
  padding-top: 24px;
}

.hero-image {
  display: block;
  width: 100%;
  height: auto;
  border: 1px solid var(--border);
  border-radius: var(--wide-radius);
  box-shadow: 0 30px 90px rgba(0, 0, 0, 0.6), 0 0 0 1px rgba(93, 78, 255, 0.08);
}

.quickstart-card {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr) auto;
  gap: 14px;
  align-items: center;
  margin-top: 16px;
  padding: 14px;
  border: 1px solid var(--border);
  border-radius: 14px;
  background: rgba(40, 40, 42, 0.88);
  box-shadow: 0 16px 50px rgba(0, 0, 0, 0.24);
  backdrop-filter: blur(20px);
}

.brand-lockup {
  display: flex;
  gap: 10px;
  align-items: center;
  min-width: 145px;
}

.brand-lockup strong,
.brand-lockup span {
  display: block;
}

.brand-lockup strong {
  font-size: 14px;
}

.brand-lockup div > span {
  color: var(--muted);
  font-size: 11px;
}

.brand-mark {
  display: grid !important;
  width: 34px;
  height: 34px;
  max-width: 34px;
  max-height: 34px;
  flex: 0 0 34px;
  place-items: center;
  border-radius: 9px;
  color: white;
  background: linear-gradient(145deg, #5b5bd6, #0a84ff);
  font-size: 17px;
  font-weight: 700;
  object-fit: cover;
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.2);
}

.install-command {
  min-width: 0;
  border: 1px solid var(--border);
  border-radius: 9px;
  background: rgba(0, 0, 0, 0.26);
}

.install-options {
  display: grid;
  min-width: 0;
  grid-template-columns: 1fr 1fr;
  gap: 8px;
}

.compact-command {
  display: flex;
  align-items: center;
  gap: 9px;
  padding: 7px 8px 7px 12px;
}

.compact-command code {
  min-width: 0;
  overflow: hidden;
  flex: 1;
  color: #d1d1d6;
  font: 11px/1.4 Menlo, Monaco, Consolas, monospace;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.prompt {
  color: var(--green);
  font: 12px Menlo, Monaco, Consolas, monospace;
}

.channel-label {
  padding: 3px 6px;
  border-radius: 4px;
  font-size: 9px;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.stable-label {
  color: var(--green);
  background: rgba(48, 209, 88, 0.1);
}

.beta-label {
  color: #bf8cff;
  background: rgba(191, 140, 255, 0.1);
}

.button,
.copy-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 0;
  border-radius: 7px;
  text-decoration: none;
  transition: background-color 140ms ease, color 140ms ease, transform 140ms ease;
}

.copy-button {
  min-height: 28px;
  padding: 5px 9px;
  color: #d1d1d6;
  background: rgba(255, 255, 255, 0.08);
  font-size: 11px;
  font-weight: 600;
  cursor: pointer;
  white-space: nowrap;
}

.copy-button:hover {
  color: white;
  background: rgba(255, 255, 255, 0.13);
}

.github-button {
  gap: 8px;
  min-height: 42px;
  padding: 0 14px;
  color: white;
  background: rgba(10, 132, 255, 0.18);
  font-size: 12px;
  font-weight: 600;
}

.github-button:hover {
  background: rgba(10, 132, 255, 0.28);
}

.github-button svg {
  width: 17px;
  height: 17px;
}

.section {
  padding: 92px 0 0;
}

.section-heading {
  max-width: 700px;
  margin-bottom: 28px;
}

.centered-heading {
  margin-right: auto;
  margin-left: auto;
  text-align: center;
}

.eyebrow {
  display: block;
  margin-bottom: 9px;
  color: var(--primary);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.09em;
  text-transform: uppercase;
}

h1,
h2,
p {
  margin-top: 0;
}

h1,
h2 {
  margin-bottom: 9px;
  color: #f2f2f7;
  letter-spacing: -0.025em;
  line-height: 1.12;
}

h1 {
  font-size: clamp(34px, 5vw, 54px);
}

h2 {
  font-size: clamp(28px, 4vw, 42px);
}

.section-heading p {
  margin-bottom: 0;
  color: var(--muted);
  font-size: 16px;
}

.demo-card {
  padding: 10px;
  border: 1px solid var(--strong-border);
  border-radius: var(--wide-radius);
  background: var(--card);
  box-shadow: 0 30px 90px rgba(0, 0, 0, 0.35);
}

.segmented-control {
  display: grid;
  grid-template-columns: 1fr 1fr auto;
  gap: 3px;
  max-width: 680px;
  margin: 2px auto 12px;
  padding: 3px;
  border: 1px solid rgba(255, 255, 255, 0.04);
  border-radius: 9px;
  background: rgba(0, 0, 0, 0.27);
}

.segmented-control button {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  min-height: 38px;
  padding: 7px 12px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 6px;
  color: #c7c7cc;
  background: rgba(255, 255, 255, 0.035);
  font-size: 12px;
  font-weight: 600;
  cursor: pointer;
  transition: border-color 140ms ease, background-color 140ms ease, color 140ms ease, box-shadow 140ms ease;
}

.segmented-control button:hover {
  border-color: rgba(255, 255, 255, 0.15);
  color: #f2f2f7;
  background: rgba(255, 255, 255, 0.075);
}

.tab-brand-mark {
  display: inline-grid;
  flex: 0 0 18px;
  place-items: center;
  width: 18px;
  height: 18px;
  max-width: 18px;
  max-height: 18px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 5px;
  color: #fff;
  background: linear-gradient(145deg, #5b5bd6, #0a84ff);
  box-shadow: inset 0 1px 1px rgba(255,255,255,.22), 0 2px 8px rgba(10,132,255,.22);
  font-size: 10px;
  font-weight: 800;
  line-height: 1;
  object-fit: cover;
}

.provider-list { display: flex; flex-wrap: wrap; gap: 6px; margin-top: 10px; }
.provider-list span {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  min-height: 42px;
  padding: 6px 13px;
  border: 1px solid rgba(255,255,255,.1);
  border-radius: 999px;
  color: var(--quiet);
  background: rgba(255,255,255,.045);
  font-family: var(--mono);
  font-size: 12px;
  font-weight: 600;
}
.provider-list img { width: 25px; height: 25px; object-fit: contain; border-radius: 6px; }
.moa-model-bubble { display: flex; align-items: center; flex-wrap: wrap; gap: 7px; margin-top: 12px; }
.moa-model-bubble span { display: inline-flex; align-items: center; gap: 7px; min-height: 42px; padding: 6px 13px; border: 1px solid rgba(255,255,255,.1); border-radius: 999px; color: var(--foreground); background: rgba(255,255,255,.07); font-family: var(--mono); font-size: 12px; font-weight: 700; }
.moa-model-bubble img { width: 25px; height: 25px; max-width: 25px; max-height: 25px; flex: 0 0 25px; object-fit: contain; border-radius: 6px; }
.moa-model-bubble .moa-alex-chip img { width: 22px; height: 22px; max-width: 22px; max-height: 22px; flex-basis: 22px; }
.moa-model-bubble .moa-alex-chip { border-color: rgba(10,132,255,.38); color: #eaf4ff; background: rgba(10,132,255,.14); }
.moa-model-bubble b { color: var(--primary); font-size: 16px; }
.how-image { display: block; width: min(100%, 620px); max-height: 360px; margin-top: 14px; object-fit: contain; object-position: left top; border: 1px solid var(--border); border-radius: 10px; }


.tab-cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 38px;
  padding: 0 12px;
  border: 1px solid rgba(10, 132, 255, 0.42);
  border-radius: 7px;
  color: #fff;
  background: rgba(10, 132, 255, 0.16);
  font-size: 11px;
  font-weight: 700;
  text-decoration: none;
  white-space: nowrap;
}

.tab-cta:hover { background: rgba(10, 132, 255, 0.28); }

.segmented-control button[aria-selected="true"] {
  border-color: rgba(10, 132, 255, 0.58);
  color: #fff;
  background: rgba(10, 132, 255, 0.18);
  box-shadow: 0 1px 5px rgba(0, 0, 0, 0.4), inset 0 0 0 1px rgba(100, 210, 255, 0.08);
}

.embed-frame {
  overflow: hidden;
  border: 1px solid var(--border);
  border-radius: 12px;
  background:
    radial-gradient(circle at 50% 30%, rgba(91, 91, 214, 0.1), transparent 22rem),
    #171719;
}

.demo-panel {
  min-height: 460px;
}

.player-panel {
  width: 100%;
  min-height: 0;
}

.player-panel cove-player {
  display: block;
  width: 100%;
}

@media (min-width: 860px) {
  .player-panel cove-player .cb-stage {
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  }
}

@media (max-width: 859px) {
  .player-panel cove-player .cb-stage {
    grid-template-columns: minmax(0, 1fr);
    grid-template-rows: auto auto;
  }

  .player-panel cove-player .cb-shell {
    grid-column: 1;
    grid-row: 1;
  }

  .player-panel cove-player .cb-rail {
    grid-column: 1;
    grid-row: 2;
    height: auto;
    max-height: 440px;
    border-left: 0;
    border-top: 1px solid var(--line);
  }
}

/* Cove also renders trace markers above the terminal. The terminal player's
   own scrubber is the single playback timeline used on this page. */
.player-panel .cb-timeline {
  display: none;
}

.cove-event-card {
  display: flex;
  width: 100%;
  padding: 10px 12px;
  border: 1px solid rgba(255, 159, 10, 0.34);
  border-radius: 10px;
  flex-direction: column;
  gap: 5px;
  color: var(--text, #e5e5ea);
  background: rgba(255, 159, 10, 0.08);
  text-align: left;
  cursor: pointer;
  transition: border-color 140ms ease, background-color 140ms ease;
}

.cb-turn > .cove-event-card {
  width: calc(100% - 27px);
  margin: 7px 0 7px 27px;
}

.cove-event-card:hover,
.cove-event-card:focus-visible {
  border-color: rgba(255, 159, 10, 0.65);
  background: rgba(255, 159, 10, 0.13);
}

.cove-event-heading {
  display: flex;
  gap: 7px;
  align-items: center;
  color: #ff9f0a;
  font-size: 11px;
}

.cove-event-icon {
  display: grid;
  width: 19px;
  height: 19px;
  place-items: center;
  border: 1px solid rgba(255, 159, 10, 0.4);
  border-radius: 50%;
  background: rgba(255, 159, 10, 0.12);
  font: 700 11px Menlo, Monaco, Consolas, monospace;
}

.cove-event-title {
  color: var(--text, #e5e5ea);
  font-size: 12px;
  font-weight: 650;
}

.cove-event-description {
  color: var(--text-sub, #aeaeb2);
  font-size: 11px;
  line-height: 1.5;
}

.cove-event-route,
.cove-event-meta {
  overflow-wrap: anywhere;
  font: 9.5px/1.5 Menlo, Monaco, Consolas, monospace;
}

.cove-event-route {
  padding: 5px 7px;
  border-radius: 5px;
  color: #ffd4a3;
  background: rgba(0, 0, 0, 0.16);
}

.cove-event-meta {
  color: var(--dim, #636366);
}

.demo-panel[hidden] {
  display: none;
}

.demo-explanation {
  margin-top: 14px;
  padding: 24px;
  border: 1px solid var(--border);
  border-radius: 12px;
  background: rgba(40, 40, 42, 0.7);
}

.demo-explanation h2 {
  margin: 2px 0 16px;
  font-size: 22px;
}

.demo-explanation ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.demo-explanation li {
  display: grid;
  grid-template-columns: 30px minmax(0, 1fr);
  gap: 10px;
  align-items: start;
  padding: 9px 0;
}

.demo-explanation li + li {
  border-top: 1px solid rgba(255, 255, 255, 0.05);
}

.demo-explanation li > span {
  color: var(--primary);
  font: 10px Menlo, Monaco, Consolas, monospace;
}

.demo-explanation p {
  margin: 0;
  color: var(--muted);
  font-size: 13px;
}

.demo-explanation strong {
  color: var(--foreground);
  font-weight: 600;
}

.window-bar {
  position: relative;
  display: flex;
  gap: 7px;
  align-items: center;
  height: 45px;
  padding: 0 15px;
  border-bottom: 1px solid var(--border);
  background: rgba(255, 255, 255, 0.025);
}

.window-bar > span,
.terminal-toolbar div span {
  display: block;
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background: #48484a;
}

.window-bar > span:first-child,
.terminal-toolbar div span:first-child {
  background: #ff5f57;
}

.window-bar > span:nth-child(2),
.terminal-toolbar div span:nth-child(2) {
  background: #febc2e;
}

.window-bar > span:nth-child(3),
.terminal-toolbar div span:nth-child(3) {
  background: #28c840;
}

.window-bar small {
  position: absolute;
  left: 50%;
  color: var(--quiet);
  font-size: 10px;
  transform: translateX(-50%);
}

.demo-content {
  display: flex;
  width: min(660px, calc(100% - 40px));
  min-height: 414px;
  margin: 0 auto;
  flex-direction: column;
  justify-content: center;
}

.message {
  max-width: 78%;
  padding: 13px 15px;
  border: 1px solid var(--border);
  border-radius: 10px;
  font-size: 13px;
}

.user-message {
  align-self: flex-end;
  margin-bottom: 28px;
  color: #d1d1d6;
  background: rgba(255, 255, 255, 0.06);
}

.refusal-message,
.success-message {
  display: flex;
  gap: 11px;
  align-items: flex-start;
  background: rgba(255, 255, 255, 0.025);
}

.refusal-message {
  border-color: rgba(255, 69, 58, 0.22);
}

.success-message {
  border-color: rgba(48, 209, 88, 0.22);
}

.message strong {
  font-size: 12px;
}

.message p {
  margin: 3px 0 0;
  color: var(--muted);
  font-size: 12px;
}

.status-dot {
  width: 8px;
  height: 8px;
  margin-top: 5px;
  flex: 0 0 auto;
  border-radius: 50%;
}

.status-dot.red {
  background: var(--red);
  box-shadow: 0 0 0 4px rgba(255, 69, 58, 0.1);
}

.status-dot.green {
  background: var(--green);
  box-shadow: 0 0 0 4px rgba(48, 209, 88, 0.1);
}

.route-line {
  display: flex;
  gap: 9px;
  align-items: center;
  margin: -6px 0 28px;
  color: var(--secondary);
  font: 10px Menlo, Monaco, Consolas, monospace;
}

.route-line i {
  width: 36px;
  height: 1px;
  background: rgba(255, 255, 255, 0.14);
}

.route-line b {
  padding: 3px 6px;
  border-radius: 4px;
  color: #ff9f0a;
  background: rgba(255, 159, 10, 0.1);
  font-weight: 500;
}

.problem-list {
  overflow: hidden;
  border: 1px solid var(--border);
  border-radius: 14px;
  background: var(--card);
}

.problem-card {
  display: grid;
  grid-template-columns: 44px minmax(0, 1fr) minmax(190px, auto);
  gap: 18px;
  align-items: center;
  min-height: 136px;
  padding: 22px;
}

.problem-card + .problem-card {
  border-top: 1px solid var(--border);
}

.problem-number {
  display: grid;
  width: 38px;
  height: 38px;
  place-items: center;
  border: 1px solid rgba(10, 132, 255, 0.25);
  border-radius: 9px;
  color: var(--primary);
  background: rgba(10, 132, 255, 0.1);
  font: 11px Menlo, Monaco, Consolas, monospace;
}

.problem-icon { font: 21px/1 system-ui, sans-serif; }
.problem-icon-guardrail { border-color: rgba(255, 159, 10, .55); color: #ff9f0a; background: rgba(255, 159, 10, .14); }
.problem-icon-guardrail span { transform: translateY(1px); }
.problem-icon-auth { color: #64d2ff; background: rgba(100, 210, 255, .1); font-size: 19px; }
.problem-icon-harnesses { grid-template-columns: repeat(2, 13px); grid-template-rows: repeat(2, 13px); gap: 3px; align-content: center; justify-content: center; padding: 0; }
.problem-icon-harnesses img { width: 13px; height: 13px; object-fit: contain; border-radius: 3px; }
.problem-icon-accounts { color: #ffd60a; background: rgba(255, 214, 10, .1); }
.problem-icon-trace { color: #30d158; background: rgba(48, 209, 88, .1); }

.problem-copy p {
  margin: 0;
}

.problem-copy p + p {
  margin-top: 8px;
}

.problem-copy p > span {
  display: inline-block;
  width: 64px;
  margin-right: 8px;
  color: var(--quiet);
  font-size: 9px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.problem {
  color: var(--foreground);
  font-size: 14px;
  font-weight: 600;
}

.solution {
  color: var(--muted);
  font-size: 13px;
}

.tag-list {
  display: flex;
  max-width: 230px;
  flex-wrap: wrap;
  gap: 6px;
  justify-content: flex-end;
}

.tag-list span {
  padding: 3px 7px;
  border: 1px solid rgba(255, 255, 255, 0.05);
  border-radius: 5px;
  color: var(--quiet);
  background: rgba(255, 255, 255, 0.04);
  font-size: 10px;
}

.how-it-works {
  padding-bottom: 92px;
}

.active-development { padding-top: 64px; }
.development-card { padding: 28px; border: 1px solid rgba(10,132,255,.25); border-radius: 14px; background: linear-gradient(110deg, rgba(10,132,255,.1), rgba(91,91,214,.06)); }
.development-card h2 { margin: 7px 0 8px; font-size: 24px; }
.development-card p { max-width: 600px; margin: 0; color: var(--muted); font-size: 14px; }
.development-links { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 18px; }
.development-links a { padding: 7px 11px; border: 1px solid rgba(255,255,255,.12); border-radius: 7px; color: var(--foreground); background: rgba(255,255,255,.06); font-size: 12px; font-weight: 650; text-decoration: none; }
.development-links a:hover { border-color: rgba(10,132,255,.55); background: rgba(10,132,255,.14); }

.how-step + .how-step { margin-top: 28px; }
.how-step h3 { margin: 0 0 9px; color: var(--foreground); font-size: 15px; font-weight: 650; }

.terminal-card {
  overflow: hidden;
  border: 1px solid var(--strong-border);
  border-radius: 14px;
  background: #151517;
  box-shadow: 0 24px 70px rgba(0, 0, 0, 0.3);
}

.terminal-toolbar {
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  min-height: 48px;
  padding: 0 12px 0 16px;
  border-bottom: 1px solid var(--border);
  background: rgba(255, 255, 255, 0.025);
}

.terminal-toolbar div {
  display: flex;
  gap: 7px;
}

.terminal-toolbar strong {
  color: var(--quiet);
  font-size: 10px;
  font-weight: 500;
}

.terminal-toolbar .copy-button {
  justify-self: end;
}

.terminal-card pre {
  margin: 0;
  overflow-x: auto;
  padding: 20px 28px;
  color: #d1d1d6;
  font: 12px/1.8 Menlo, Monaco, Consolas, monospace;
}

.comment {
  color: var(--quiet);
}

.model-callout {
  display: flex;
  gap: 12px;
  align-items: center;
  justify-content: center;
  margin-top: 14px;
  padding: 18px;
  border: 1px solid var(--border);
  border-radius: 11px;
  color: var(--muted);
  background: rgba(40, 40, 42, 0.55);
  font-size: 12px;
}

.onboarding-wizard { margin: 0; }
.onboarding-wizard img { display: block; width: 100%; max-height: 460px; object-fit: contain; border: 1px solid var(--border); border-radius: 12px; background: #171719; }
.cli-followup { margin-top: 16px; }
.model-callout-left { justify-content: flex-start; margin-left: 0; margin-right: 0; text-align: left; }

.model-callout code {
  padding: 6px 10px;
  border: 1px solid rgba(10, 132, 255, 0.2);
  border-radius: 6px;
  color: #64aaff;
  background: rgba(10, 132, 255, 0.1);
  font: 12px Menlo, Monaco, Consolas, monospace;
}

footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 76px;
  border-top: 1px solid var(--border);
  color: var(--quiet);
  font-size: 11px;
}

footer nav {
  display: flex;
  gap: 18px;
}

footer a {
  text-decoration: none;
}

footer a:hover {
  color: var(--foreground);
}

button:focus-visible,
a:focus-visible {
  outline: 2px solid rgba(10, 132, 255, 0.75);
  outline-offset: 3px;
}

@media (max-width: 880px) {
  .quickstart-card {
    grid-template-columns: 1fr auto;
  }

  .brand-lockup {
    grid-column: 1 / -1;
  }

  .problem-card {
    grid-template-columns: 44px minmax(0, 1fr);
  }

  .tag-list {
    grid-column: 2;
    max-width: none;
    justify-content: flex-start;
  }
}

@media (max-width: 640px) {
  .page-shell {
    width: min(100% - 24px, 1180px);
  }

  .hero {
    padding-top: 12px;
  }

  .hero-image {
    border-radius: 12px;
  }

  .quickstart-card {
    display: flex;
    align-items: stretch;
    flex-direction: column;
  }

  .compact-command {
    min-height: 46px;
  }

  .install-options {
    grid-template-columns: 1fr;
  }

  .github-button {
    width: 100%;
  }

  .section {
    padding-top: 68px;
  }

  .segmented-control {
    gap: 6px;
    grid-template-columns: 1fr;
    padding: 6px;
  }

  .segmented-control button,
  .tab-cta {
    min-height: 46px;
  }

  .demo-explanation {
    grid-template-columns: 1fr;
    gap: 12px;
    padding: 20px;
  }

  .demo-panel {
    min-height: 380px;
  }

  .player-panel {
    min-height: 0;
  }

  .demo-content {
    min-height: 334px;
  }

  .message {
    max-width: 92%;
  }

  .route-line {
    gap: 5px;
  }

  .route-line i {
    width: 14px;
  }

  .problem-card {
    grid-template-columns: 1fr;
    gap: 12px;
    padding: 18px;
  }

  .tag-list {
    grid-column: auto;
  }

  .problem-copy p > span {
    display: block;
    width: auto;
    margin: 0 0 4px;
  }

  pre {
    padding: 20px;
    font-size: 10px;
  }

  footer {
    align-items: flex-start;
    padding: 22px 0;
    flex-direction: column;
    gap: 10px;
  }
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  *,
  *::before,
  *::after {
    scroll-behavior: auto !important;
    transition-duration: 0.01ms !important;
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
  }
}
