/* frontend/styles/index.css */
:root {
  --page-bg: #070806;
  --panel-bg: #10130f;
  --panel-strong: #171b15;
  --ink: #f4f4e9;
  --muted: #aeb6a8;
  --dim: #737d6d;
  --line: #30372c;
  --green: #a5ff72;
  --green-bright: #c7ff9a;
  --amber: #f3b638;
  --coral: #f0766d;
  --cyan: #8fcfd1;
  --blue: #91a9dd;
  --mono:
    "IBM Plex Mono",
    ui-monospace,
    "SFMono-Regular",
    Consolas,
    "Liberation Mono",
    monospace;
  --sans:
    Inter,
    ui-sans-serif,
    system-ui,
    -apple-system,
    BlinkMacSystemFont,
    "Segoe UI",
    sans-serif;
}
* {
  box-sizing: border-box;
}
html {
  background: #070806;
  background: var(--page-bg);
  scroll-behavior: smooth;
}
body {
  background: #070806;
  background: var(--page-bg);
  color: #f4f4e9;
  color: var(--ink);
  font-family:
    Inter,
    ui-sans-serif,
    system-ui,
    -apple-system,
    BlinkMacSystemFont,
    "Segoe UI",
    sans-serif;
  font-family: var(--sans);
  font-size: 17px;
  line-height: 1.6;
  margin: 0;
  min-height: 100vh;
}
a {
  color: #c7ff9a;
  color: var(--green-bright);
  text-underline-offset: 0.22em;
}
code,
pre {
  font-family:
    "IBM Plex Mono",
    ui-monospace,
    "SFMono-Regular",
    Consolas,
    "Liberation Mono",
    monospace;
  font-family: var(--mono);
}
code {
  font-size: 0.9em;
}
h1,
h2,
h3,
p,
figure,
dl,
dd {
  margin-top: 0;
}
h1,
h2,
h3 {
  letter-spacing: 0;
}
h2 {
  font-size: 3.25rem;
  font-weight: 800;
  line-height: 1.02;
  margin-bottom: 0;
  max-width: 14ch;
}
h3 {
  font-size: 1.1rem;
  line-height: 1.18;
}
body > header,
body > nav,
main,
footer {
  margin-left: auto;
  margin-right: auto;
  width: min(1200px, calc(100% - 40px));
}
body > header {
  align-items: center;
  display: flex;
  min-height: 58px;
}
.site-mark {
  color: #f4f4e9;
  color: var(--ink);
  font-family:
    "IBM Plex Mono",
    ui-monospace,
    "SFMono-Regular",
    Consolas,
    "Liberation Mono",
    monospace;
  font-family: var(--mono);
  font-size: 1.15rem;
  font-weight: 900;
  text-decoration: none;
}
.site-mark::after {
  color: #a5ff72;
  color: var(--green);
  content: ":";
}
body > nav {
  border-bottom: 1px solid #30372c;
  border-bottom: 1px solid var(--line);
  border-top: 1px solid #30372c;
  border-top: 1px solid var(--line);
}
body > nav ul {
  align-items: center;
  display: flex;
  gap: 24px;
  justify-content: flex-end;
  list-style: none;
  margin: 0;
  min-height: 46px;
  padding: 0;
}
body > nav a {
  color: #aeb6a8;
  color: var(--muted);
  font-family:
    "IBM Plex Mono",
    ui-monospace,
    "SFMono-Regular",
    Consolas,
    "Liberation Mono",
    monospace;
  font-family: var(--mono);
  font-size: 0.75rem;
  font-weight: 700;
  text-decoration: none;
  text-transform: uppercase;
}
body > nav a:hover,
body > nav a:focus-visible {
  color: #a5ff72;
  color: var(--green);
}
main {
  min-height: calc(100vh - 160px);
}
footer {
  border-top: 1px solid #30372c;
  border-top: 1px solid var(--line);
  color: #737d6d;
  color: var(--dim);
  font-family:
    "IBM Plex Mono",
    ui-monospace,
    "SFMono-Regular",
    Consolas,
    "Liberation Mono",
    monospace;
  font-family: var(--mono);
  font-size: 0.76rem;
  margin-top: 80px;
  padding: 24px 0 34px;
  text-align: center;
}
footer span {
  color: #f4f4e9;
  color: var(--ink);
}
.rik-page {
  padding-top: 20px;
}
.rik-hero {
  height: clamp(520px, calc(100svh - 150px), 680px);
  isolation: isolate;
  overflow: hidden;
  position: relative;
}
.hero-art {
  height: 100%;
  inset: 0;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center 45%;
  object-position: center 45%;
  position: absolute;
  width: 100%;
  z-index: -2;
}
.hero-shade {
  background: rgba(4, 5, 4, 0.65);
  inset: 0;
  position: absolute;
  z-index: -1;
}
.hero-copy {
  align-content: center;
  display: grid;
  height: 100%;
  max-width: 650px;
  padding: 48px;
}
.eyebrow,
.section-kicker {
  color: #a5ff72;
  color: var(--green);
  font-family:
    "IBM Plex Mono",
    ui-monospace,
    "SFMono-Regular",
    Consolas,
    "Liberation Mono",
    monospace;
  font-family: var(--mono);
  font-size: 0.76rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  margin-bottom: 14px;
  text-transform: uppercase;
}
.rik-hero h1 {
  color: #f4f4e9;
  color: var(--ink);
  font-size: 9rem;
  font-weight: 900;
  line-height: 0.78;
  margin-bottom: 28px;
  text-shadow: 0 4px 30px rgba(0, 0, 0, 0.75);
}
.hero-pitch {
  color: #f4f4e9;
  color: var(--ink);
  font-size: 2rem;
  font-weight: 760;
  line-height: 1.08;
  margin-bottom: 16px;
  max-width: 20ch;
}
.lede {
  color: #d4dccf;
  font-size: 1.1rem;
  line-height: 1.55;
  margin-bottom: 0;
  max-width: 40rem;
}
.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 28px;
}
.button {
  align-items: center;
  border: 1px solid #a5ff72;
  border: 1px solid var(--green);
  display: inline-flex;
  font-family:
    "IBM Plex Mono",
    ui-monospace,
    "SFMono-Regular",
    Consolas,
    "Liberation Mono",
    monospace;
  font-family: var(--mono);
  font-size: 0.78rem;
  font-weight: 850;
  justify-content: center;
  min-height: 44px;
  padding: 0 18px;
  text-decoration: none;
  text-transform: uppercase;
}
.button--primary {
  background: #a5ff72;
  background: var(--green);
  color: #081006;
}
.button--primary:hover,
.button--primary:focus-visible {
  background: #c7ff9a;
  background: var(--green-bright);
}
.button--quiet {
  background: rgba(5, 7, 5, 0.72);
  color: #c7ff9a;
  color: var(--green-bright);
}
.hero-command {
  background: #080a07;
  border-left: 3px solid #a5ff72;
  border-left: 3px solid var(--green);
  bottom: 28px;
  padding: 13px 18px;
  position: absolute;
  right: 28px;
}
.hero-command code {
  color: #c7ff9a;
  color: var(--green-bright);
  display: block;
  font-size: 0.94rem;
  white-space: nowrap;
}
.hero-command code span {
  color: #737d6d;
  color: var(--dim);
}
.hero-command p {
  color: #aeb6a8;
  color: var(--muted);
  font-family:
    "IBM Plex Mono",
    ui-monospace,
    "SFMono-Regular",
    Consolas,
    "Liberation Mono",
    monospace;
  font-family: var(--mono);
  font-size: 0.7rem;
  margin: 4px 0 0;
}
.positioning,
.marker-demo,
.workflow,
.examples,
.capabilities,
.question-mode,
.boundaries,
.models,
.speed-mode,
.comic-specimen,
.install {
  margin-top: 112px;
}
.positioning {
  border-bottom: 1px solid #30372c;
  border-bottom: 1px solid var(--line);
  border-top: 1px solid #30372c;
  border-top: 1px solid var(--line);
  padding: 34px 0 44px;
}
.positioning-copy {
  display: grid;
  grid-gap: 64px;
  gap: 64px;
  grid-template-columns: minmax(0, 1.1fr) minmax(300px, 0.9fr);
}
.positioning-copy h2 {
  max-width: 13ch;
}
.positioning-copy > div {
  color: #aeb6a8;
  color: var(--muted);
  font-size: 1.06rem;
  padding-top: 8px;
}
.positioning-copy > div p:last-child {
  margin-bottom: 0;
}
.positioning-copy code,
.models code,
.install-copy code,
.question-copy code {
  color: #c7ff9a;
  color: var(--green-bright);
}
.marker-demo {
  align-items: center;
  display: grid;
  grid-gap: 58px;
  gap: 58px;
  grid-template-columns: minmax(0, 1.25fr) minmax(300px, 0.75fr);
}
.editor-window,
.code-example,
.install-terminal {
  background: #0c0e0b;
  border: 1px solid #3b4535;
  box-shadow: 0 24px 70px rgba(0, 0, 0, 0.38);
  min-width: 0;
  overflow: hidden;
}
.window-bar {
  align-items: center;
  background: #151914;
  border-bottom: 1px solid #30372c;
  border-bottom: 1px solid var(--line);
  display: flex;
  justify-content: space-between;
  min-height: 42px;
  padding: 0 14px;
}
.window-bar > div {
  display: flex;
  gap: 7px;
}
.window-bar span {
  background: #737d6d;
  background: var(--dim);
  border-radius: 50%;
  display: block;
  height: 9px;
  width: 9px;
}
.window-bar span:first-child {
  background: #f0766d;
  background: var(--coral);
}
.window-bar span:nth-child(2) {
  background: #f3b638;
  background: var(--amber);
}
.window-bar span:nth-child(3) {
  background: #a5ff72;
  background: var(--green);
}
.window-bar p {
  color: #737d6d;
  color: var(--dim);
  font-family:
    "IBM Plex Mono",
    ui-monospace,
    "SFMono-Regular",
    Consolas,
    "Liberation Mono",
    monospace;
  font-family: var(--mono);
  font-size: 0.72rem;
  margin: 0;
}
pre {
  margin: 0;
  overflow-x: auto;
}
.editor-window pre {
  color: #dce6d8;
  font-size: 0.9rem;
  line-height: 1.9;
  padding: 26px 18px;
}
.line-no {
  color: #50594c;
  display: inline-block;
  margin-right: 18px;
  text-align: right;
  width: 2ch;
}
mark {
  background: rgba(165, 255, 114, 0.14);
  color: #c7ff9a;
  color: var(--green-bright);
  outline: 1px solid rgba(165, 255, 114, 0.24);
}
.marker-demo-copy > p:not(.section-kicker),
.section-heading--split > p,
.question-copy > p:not(.section-kicker),
.models > div > p:not(.section-kicker),
.comic-copy > p:not(.section-kicker),
.install-copy > p:not(.section-kicker) {
  color: #aeb6a8;
  color: var(--muted);
}
.marker-demo-copy h2 {
  margin-bottom: 22px;
}
.inline-command {
  border-left: 2px solid #a5ff72;
  border-left: 2px solid var(--green);
  color: #c7ff9a;
  color: var(--green-bright);
  display: block;
  margin-top: 28px;
  overflow-x: auto;
  padding: 8px 12px;
  white-space: nowrap;
}
.section-heading {
  margin-bottom: 38px;
}
.section-heading--split {
  align-items: end;
  display: grid;
  grid-gap: 70px;
  gap: 70px;
  grid-template-columns: minmax(0, 1.1fr) minmax(300px, 0.9fr);
}
.section-heading--split > p {
  margin-bottom: 2px;
}
.workflow ol {
  counter-reset: steps;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  list-style: none;
  margin: 0;
  padding: 0;
}
.workflow li {
  border-top: 2px solid #30372c;
  border-top: 2px solid var(--line);
  min-height: 220px;
  padding: 24px 30px 20px 0;
}
.workflow li + li {
  border-left: 1px solid #30372c;
  border-left: 1px solid var(--line);
  padding-left: 30px;
}
.workflow li > span {
  color: #a5ff72;
  color: var(--green);
  display: block;
  font-family:
    "IBM Plex Mono",
    ui-monospace,
    "SFMono-Regular",
    Consolas,
    "Liberation Mono",
    monospace;
  font-family: var(--mono);
  font-size: 0.78rem;
  font-weight: 800;
  margin-bottom: 42px;
}
.workflow h3 {
  font-size: 1.35rem;
  margin-bottom: 10px;
}
.workflow li p {
  color: #aeb6a8;
  color: var(--muted);
  margin-bottom: 0;
}
.example-list {
  display: grid;
  grid-gap: 22px;
  gap: 22px;
}
.code-example {
  position: relative;
}
.code-example > header {
  align-items: center;
  border-bottom: 1px solid #30372c;
  border-bottom: 1px solid var(--line);
  display: flex;
  gap: 24px;
  justify-content: space-between;
  min-height: 48px;
  padding: 0 18px;
}
.code-example > header p {
  color: #aeb6a8;
  color: var(--muted);
  font-family:
    "IBM Plex Mono",
    ui-monospace,
    "SFMono-Regular",
    Consolas,
    "Liberation Mono",
    monospace;
  font-family: var(--mono);
  font-size: 0.72rem;
  font-weight: 800;
  margin: 0;
  text-transform: uppercase;
}
.code-example > header code {
  color: #a5ff72;
  color: var(--green);
  font-size: 0.78rem;
}
.code-comparison {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}
.code-comparison > div {
  min-width: 0;
  padding: 18px;
}
.code-comparison > div + div {
  background: #10150e;
  border-left: 1px solid #30372c;
  border-left: 1px solid var(--line);
}
.code-comparison p {
  color: #737d6d;
  color: var(--dim);
  font-family:
    "IBM Plex Mono",
    ui-monospace,
    "SFMono-Regular",
    Consolas,
    "Liberation Mono",
    monospace;
  font-family: var(--mono);
  font-size: 0.7rem;
  margin-bottom: 14px;
  text-transform: uppercase;
}
.code-comparison pre {
  color: #dce6d8;
  font-size: 0.84rem;
  line-height: 1.55;
  min-height: 150px;
}
.example-number {
  bottom: 8px;
  color: #242b20;
  font-family:
    "IBM Plex Mono",
    ui-monospace,
    "SFMono-Regular",
    Consolas,
    "Liberation Mono",
    monospace;
  font-family: var(--mono);
  font-size: 3.5rem;
  font-weight: 900;
  line-height: 1;
  pointer-events: none;
  position: absolute;
  right: 12px;
}
.capability-ledger {
  border-top: 1px solid #30372c;
  border-top: 1px solid var(--line);
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}
.capability-ledger article {
  align-items: start;
  border-bottom: 1px solid #30372c;
  border-bottom: 1px solid var(--line);
  display: grid;
  grid-gap: 20px;
  gap: 20px;
  grid-template-columns: 58px minmax(0, 1fr);
  min-height: 128px;
  padding: 24px 30px 24px 0;
}
.capability-ledger article:nth-child(2n) {
  border-left: 1px solid #30372c;
  border-left: 1px solid var(--line);
  padding-left: 30px;
}
.capability-marker {
  color: #a5ff72;
  color: var(--green);
  font-family:
    "IBM Plex Mono",
    ui-monospace,
    "SFMono-Regular",
    Consolas,
    "Liberation Mono",
    monospace;
  font-family: var(--mono);
  font-size: 0.7rem;
  font-weight: 700;
  padding-top: 3px;
}
.capability-ledger article:nth-child(2) .capability-marker,
.capability-ledger article:nth-child(5) .capability-marker {
  color: #8fcfd1;
  color: var(--cyan);
}
.capability-ledger article:nth-child(3) .capability-marker {
  color: #f0766d;
  color: var(--coral);
}
.capability-ledger article:nth-child(4) .capability-marker {
  color: #f3b638;
  color: var(--amber);
}
.capability-ledger article:nth-child(6) .capability-marker {
  color: #91a9dd;
  color: var(--blue);
}
.capability-ledger h3 {
  font-size: 1.08rem;
  margin-bottom: 7px;
}
.capability-ledger p {
  color: #aeb6a8;
  color: var(--muted);
  font-family:
    "IBM Plex Mono",
    ui-monospace,
    "SFMono-Regular",
    Consolas,
    "Liberation Mono",
    monospace;
  font-family: var(--mono);
  font-size: 0.82rem;
  line-height: 1.48;
  margin-bottom: 0;
}
.question-mode {
  align-items: stretch;
  background: #17140e;
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(360px, 0.95fr);
}
.question-mode figure {
  margin: 0;
  min-width: 0;
}
.question-mode img {
  display: block;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
}
.question-copy {
  align-content: center;
  display: grid;
  padding: 54px;
}
.question-copy h2 {
  margin-bottom: 24px;
}
.question-copy pre {
  background: #090b08;
  border-left: 3px solid #f3b638;
  border-left: 3px solid var(--amber);
  color: #ffe08a;
  font-size: 0.84rem;
  margin: 14px 0 22px;
  padding: 14px;
}
.question-copy p:last-child {
  margin-bottom: 0;
}
.boundaries dl {
  border-top: 1px solid #30372c;
  border-top: 1px solid var(--line);
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  margin-bottom: 0;
}
.boundaries dl > div {
  border-bottom: 1px solid #30372c;
  border-bottom: 1px solid var(--line);
  display: grid;
  grid-gap: 18px;
  gap: 18px;
  grid-template-columns: 150px minmax(0, 1fr);
  padding: 24px 24px 24px 0;
}
.boundaries dl > div:nth-child(2n) {
  border-left: 1px solid #30372c;
  border-left: 1px solid var(--line);
  padding-left: 24px;
}
.boundaries dt {
  color: #f4f4e9;
  color: var(--ink);
  font-size: 0.95rem;
  font-weight: 800;
}
.boundaries dd {
  color: #aeb6a8;
  color: var(--muted);
  margin-bottom: 0;
}
.models {
  align-items: start;
  background: #11150f;
  border-left: 4px solid #a5ff72;
  border-left: 4px solid var(--green);
  display: grid;
  grid-gap: 70px;
  gap: 70px;
  grid-template-columns: minmax(0, 1fr) minmax(400px, 0.86fr);
  padding: 42px;
}
.models h2 {
  margin-bottom: 22px;
}
.models > div,
.model-catalog,
.models ul,
.models li {
  min-width: 0;
}
.model-command {
  border-left: 2px solid #a5ff72;
  border-left: 2px solid var(--green);
  color: #c7ff9a;
  color: var(--green-bright);
  display: block;
  margin-top: 26px;
  overflow-x: auto;
  padding: 9px 12px;
  white-space: nowrap;
}
.model-catalog {
  border-left: 1px solid #30372c;
  border-left: 1px solid var(--line);
  padding-left: 36px;
}
.model-catalog-title {
  color: #f4f4e9;
  color: var(--ink);
  font-family:
    "IBM Plex Mono",
    ui-monospace,
    "SFMono-Regular",
    Consolas,
    "Liberation Mono",
    monospace;
  font-family: var(--mono);
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.4;
  margin-bottom: 24px;
  max-width: 28ch;
}
.models ul {
  display: grid;
  grid-gap: 0;
  gap: 0;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  list-style: none;
  margin: 0;
  padding: 0;
}
.models li {
  border-bottom: 1px solid #30372c;
  border-bottom: 1px solid var(--line);
  color: #aeb6a8;
  color: var(--muted);
  font-family:
    "IBM Plex Mono",
    ui-monospace,
    "SFMono-Regular",
    Consolas,
    "Liberation Mono",
    monospace;
  font-family: var(--mono);
  font-size: 0.78rem;
  overflow-wrap: anywhere;
  padding: 12px 8px;
}
.models li::before {
  color: #a5ff72;
  color: var(--green);
  content: "> ";
}
.speed-mode {
  align-items: center;
  background: #15110b;
  display: grid;
  grid-gap: 54px;
  gap: 54px;
  grid-template-columns: minmax(300px, 0.78fr) minmax(0, 1.22fr);
  padding: 42px;
}
.speed-copy {
  min-width: 0;
}
.speed-copy h2 {
  margin-bottom: 22px;
}
.speed-metric {
  color: #f3b638;
  color: var(--amber);
  font-family:
    "IBM Plex Mono",
    ui-monospace,
    "SFMono-Regular",
    Consolas,
    "Liberation Mono",
    monospace;
  font-family: var(--mono);
  font-size: 5.4rem;
  font-weight: 700;
  line-height: 0.88;
  margin-bottom: 28px;
}
.speed-metric span {
  color: #aeb6a8;
  color: var(--muted);
  display: block;
  font-size: 0.8rem;
  font-weight: 500;
  margin-top: 12px;
  text-transform: uppercase;
}
.speed-copy > p:not(.section-kicker):not(.speed-note) {
  color: #aeb6a8;
  color: var(--muted);
}
.speed-copy code {
  border-left: 2px solid #f3b638;
  border-left: 2px solid var(--amber);
  color: #ffd16a;
  display: block;
  margin: 26px 0 16px;
  overflow-x: auto;
  padding: 9px 12px;
  white-space: nowrap;
}
.speed-note {
  color: #737d6d;
  color: var(--dim);
  font-family:
    "IBM Plex Mono",
    ui-monospace,
    "SFMono-Regular",
    Consolas,
    "Liberation Mono",
    monospace;
  font-family: var(--mono);
  font-size: 0.68rem;
  margin-bottom: 0;
}
.speed-mode figure {
  margin: 0;
  min-width: 0;
}
.speed-mode img {
  border: 1px solid #5b4723;
  display: block;
  height: auto;
  width: 100%;
}
.comic-specimen {
  align-items: center;
  display: grid;
  grid-gap: 54px;
  gap: 54px;
  grid-template-columns: minmax(280px, 0.65fr) minmax(0, 1.35fr);
}
.comic-copy h2 {
  margin-bottom: 22px;
}
.comic-specimen figure {
  margin: 0;
  min-width: 0;
}
.comic-specimen img {
  border: 1px solid #554a3a;
  display: block;
  height: auto;
  max-height: 820px;
  -o-object-fit: contain;
  object-fit: contain;
  width: 100%;
}
figcaption {
  color: #737d6d;
  color: var(--dim);
  font-family:
    "IBM Plex Mono",
    ui-monospace,
    "SFMono-Regular",
    Consolas,
    "Liberation Mono",
    monospace;
  font-family: var(--mono);
  font-size: 0.68rem;
  margin-top: 10px;
  text-transform: uppercase;
}
.install {
  align-items: stretch;
  border-bottom: 1px solid #30372c;
  border-bottom: 1px solid var(--line);
  border-top: 1px solid #30372c;
  border-top: 1px solid var(--line);
  display: grid;
  grid-gap: 64px;
  gap: 64px;
  grid-template-columns: minmax(0, 0.9fr) minmax(400px, 1.1fr);
  padding: 58px 0;
}
.install-copy {
  align-content: center;
  display: grid;
}
.install-copy h2 {
  margin-bottom: 22px;
}
.install-terminal pre {
  color: #dce6d8;
  font-size: 0.84rem;
  line-height: 1.75;
  padding: 22px;
}
.prompt {
  color: #a5ff72;
  color: var(--green);
}
.config {
  color: #8fcfd1;
  color: var(--cyan);
}
.string {
  color: #ffd16a;
}
@media (max-width: 900px) {
  h2 {
    font-size: 2.65rem;
  }
  .positioning-copy,
  .section-heading--split,
  .marker-demo,
  .question-mode,
  .models,
  .speed-mode,
  .comic-specimen,
  .install {
    gap: 38px;
    grid-template-columns: 1fr;
  }
  .question-copy {
    padding: 38px;
  }
  .question-mode img {
    max-height: 620px;
    -o-object-position: center 30%;
    object-position: center 30%;
  }
  .model-catalog {
    border-left: 0;
    border-top: 1px solid #30372c;
    border-top: 1px solid var(--line);
    padding-left: 0;
    padding-top: 30px;
  }
  .models ul {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
  .comic-specimen figure {
    order: -1;
  }
  .comic-specimen img {
    max-height: none;
  }
}
@media (max-width: 680px) {
  body {
    font-size: 16px;
  }
  body > header,
  body > nav,
  main,
  footer {
    width: min(100% - 22px, 1200px);
  }
  body > nav ul {
    gap: 18px;
    justify-content: flex-start;
    overflow-x: auto;
  }
  .rik-page {
    padding-top: 11px;
  }
  .rik-hero {
    height: clamp(520px, calc(100svh - 122px), 650px);
  }
  .hero-art {
    -o-object-position: 57% center;
    object-position: 57% center;
  }
  .hero-shade {
    background: rgba(4, 5, 4, 0.7);
  }
  .hero-copy {
    align-content: start;
    padding: 40px 22px 120px;
  }
  .rik-hero h1 {
    font-size: 5.2rem;
    margin-bottom: 24px;
  }
  .hero-pitch {
    font-size: 1.62rem;
  }
  .lede {
    font-size: 1rem;
  }
  .hero-command {
    bottom: 18px;
    left: 18px;
    right: 18px;
  }
  .positioning,
  .marker-demo,
  .workflow,
  .examples,
  .capabilities,
  .question-mode,
  .boundaries,
  .models,
  .speed-mode,
  .comic-specimen,
  .install {
    margin-top: 78px;
  }
  .positioning {
    margin-top: 36px;
  }
  h2 {
    font-size: 2.15rem;
  }
  .positioning-copy {
    gap: 28px;
  }
  .editor-window pre {
    font-size: 0.76rem;
    padding: 20px 12px;
  }
  .line-no {
    margin-right: 9px;
  }
  .workflow ol,
  .code-comparison,
  .boundaries dl {
    grid-template-columns: 1fr;
  }
  .workflow li {
    min-height: 0;
    padding: 22px 0 28px;
  }
  .workflow li + li {
    border-left: 0;
    padding-left: 0;
  }
  .workflow li > span {
    margin-bottom: 24px;
  }
  .code-example > header {
    align-items: flex-start;
    flex-direction: column;
    gap: 5px;
    justify-content: center;
    padding: 12px 16px;
  }
  .code-comparison > div + div {
    border-left: 0;
    border-top: 1px solid #30372c;
    border-top: 1px solid var(--line);
  }
  .code-comparison pre {
    min-height: 0;
  }
  .capability-ledger {
    grid-template-columns: 1fr;
  }
  .capability-ledger article,
  .capability-ledger article:nth-child(2n) {
    border-left: 0;
    min-height: 0;
    padding: 20px 0;
  }
  .question-copy,
  .models,
  .speed-mode {
    padding: 26px 20px;
  }
  .boundaries dl > div,
  .boundaries dl > div:nth-child(2n) {
    border-left: 0;
    gap: 8px;
    grid-template-columns: 1fr;
    padding: 20px 0;
  }
  .models ul {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .speed-metric {
    font-size: 4.4rem;
  }
  .install {
    padding: 42px 0;
  }
  .install-terminal pre {
    font-size: 0.75rem;
    padding: 16px;
  }
}

/* frontend/styles/syntax-highlighting.css */
pre.highlight {
  padding: 16px;
  background-color: #F6F8FA;
}
.highlight .hll {
  background-color: #ffffcc;
}
.highlight .c {
  color: #999988;
  font-style: italic;
}
.highlight .err {
  color: #a61717;
  background-color: #e3d2d2;
}
.highlight .k {
  color: #000000;
  font-weight: bold;
}
.highlight .o {
  color: #000000;
  font-weight: bold;
}
.highlight .cm {
  color: #999988;
  font-style: italic;
}
.highlight .cp {
  color: #999999;
  font-weight: bold;
  font-style: italic;
}
.highlight .c1 {
  color: #999988;
  font-style: italic;
}
.highlight .cs {
  color: #999999;
  font-weight: bold;
  font-style: italic;
}
.highlight .gd {
  color: #000000;
  background-color: #ffdddd;
}
.highlight .ge {
  color: #000000;
  font-style: italic;
}
.highlight .gr {
  color: #aa0000;
}
.highlight .gh {
  color: #999999;
}
.highlight .gi {
  color: #000000;
  background-color: #ddffdd;
}
.highlight .go {
  color: #888888;
}
.highlight .gp {
  color: #555555;
}
.highlight .gs {
  font-weight: bold;
}
.highlight .gu {
  color: #aaaaaa;
}
.highlight .gt {
  color: #aa0000;
}
.highlight .kc {
  color: #000000;
  font-weight: bold;
}
.highlight .kd {
  color: #000000;
  font-weight: bold;
}
.highlight .kn {
  color: #000000;
  font-weight: bold;
}
.highlight .kp {
  color: #000000;
  font-weight: bold;
}
.highlight .kr {
  color: #000000;
  font-weight: bold;
}
.highlight .kt {
  color: #445588;
  font-weight: bold;
}
.highlight .m {
  color: #009999;
}
.highlight .s {
  color: #d01040;
}
.highlight .na {
  color: #008080;
}
.highlight .nb {
  color: #0086B3;
}
.highlight .nc {
  color: #445588;
  font-weight: bold;
}
.highlight .no {
  color: #008080;
}
.highlight .nd {
  color: #3c5d5d;
  font-weight: bold;
}
.highlight .ni {
  color: #800080;
}
.highlight .ne {
  color: #990000;
  font-weight: bold;
}
.highlight .nf {
  color: #990000;
  font-weight: bold;
}
.highlight .nl {
  color: #990000;
  font-weight: bold;
}
.highlight .nn {
  color: #555555;
}
.highlight .nt {
  color: #000080;
}
.highlight .nv {
  color: #008080;
}
.highlight .ow {
  color: #000000;
  font-weight: bold;
}
.highlight .w {
  color: #bbbbbb;
}
.highlight .mf {
  color: #009999;
}
.highlight .mh {
  color: #009999;
}
.highlight .mi {
  color: #009999;
}
.highlight .mo {
  color: #009999;
}
.highlight .sb {
  color: #d01040;
}
.highlight .sc {
  color: #d01040;
}
.highlight .sd {
  color: #d01040;
}
.highlight .s2 {
  color: #d01040;
}
.highlight .se {
  color: #d01040;
}
.highlight .sh {
  color: #d01040;
}
.highlight .si {
  color: #d01040;
}
.highlight .sx {
  color: #d01040;
}
.highlight .sr {
  color: #009926;
}
.highlight .s1 {
  color: #d01040;
}
.highlight .ss {
  color: #990073;
}
.highlight .bp {
  color: #999999;
}
.highlight .vc {
  color: #008080;
}
.highlight .vg {
  color: #008080;
}
.highlight .vi {
  color: #008080;
}
.highlight .il {
  color: #009999;
}
/*# sourceMappingURL=/_bridgetown/static/index.DRPT5D6J.css.map */
