/*! tailwindcss v4.3.3 | MIT License | https://tailwindcss.com */
@layer properties;
@layer theme, base, components, utilities;
@layer theme {
  :root, :host {
    --spacing: 0.25rem;
    --font-weight-semibold: 600;
  }
}
@layer utilities {
  .collapse {
    visibility: collapse;
  }
  .invisible {
    visibility: hidden;
  }
  .visible {
    visibility: visible;
  }
  .absolute {
    position: absolute;
  }
  .fixed {
    position: fixed;
  }
  .relative {
    position: relative;
  }
  .static {
    position: static;
  }
  .sticky {
    position: sticky;
  }
  .top-100 {
    top: calc(var(--spacing) * 100);
  }
  .top-200 {
    top: calc(var(--spacing) * 200);
  }
  .mx-\[2px\] {
    margin-inline: 2px;
  }
  .mx-auto {
    margin-inline: auto;
  }
  .my-6 {
    margin-block: calc(var(--spacing) * 6);
  }
  .mt-0 {
    margin-top: 0px;
  }
  .mt-2 {
    margin-top: calc(var(--spacing) * 2);
  }
  .mt-12 {
    margin-top: calc(var(--spacing) * 12);
  }
  .mt-\[14px\] {
    margin-top: 14px;
  }
  .mt-auto {
    margin-top: auto;
  }
  .mb-0 {
    margin-bottom: 0px;
  }
  .mb-2 {
    margin-bottom: calc(var(--spacing) * 2);
  }
  .mb-\[6px\] {
    margin-bottom: 6px;
  }
  .mb-\[14px\] {
    margin-bottom: 14px;
  }
  .mb-\[18px\] {
    margin-bottom: 18px;
  }
  .ml-auto {
    margin-left: auto;
  }
  .block {
    display: block;
  }
  .contents {
    display: contents;
  }
  .flex {
    display: flex;
  }
  .grid {
    display: grid;
  }
  .hidden {
    display: none;
  }
  .inline {
    display: inline;
  }
  .inline-block {
    display: inline-block;
  }
  .inline-flex {
    display: inline-flex;
  }
  .table {
    display: table;
  }
  .size-\[34px\] {
    width: 34px;
    height: 34px;
  }
  .h-10 {
    height: calc(var(--spacing) * 10);
  }
  .min-h-\[60vh\] {
    min-height: 60vh;
  }
  .w-full {
    width: 100%;
  }
  .max-w-\[78ch\] {
    max-width: 78ch;
  }
  .max-w-\[210px\] {
    max-width: 210px;
  }
  .max-w-\[400px\] {
    max-width: 400px;
  }
  .max-w-\[420px\] {
    max-width: 420px;
  }
  .max-w-content {
    max-width: var(--content-max);
  }
  .max-w-page {
    max-width: var(--page-max);
  }
  .min-w-0 {
    min-width: 0px;
  }
  .flex-1 {
    flex: 1;
  }
  .flex-auto {
    flex: auto;
  }
  .shrink {
    flex-shrink: 1;
  }
  .shrink-0 {
    flex-shrink: 0;
  }
  .grow {
    flex-grow: 1;
  }
  .resize {
    resize: both;
  }
  .flex-col {
    flex-direction: column;
  }
  .flex-row {
    flex-direction: row;
  }
  .flex-wrap {
    flex-wrap: wrap;
  }
  .place-items-center {
    place-items: center;
  }
  .items-center {
    align-items: center;
  }
  .items-end {
    align-items: flex-end;
  }
  .items-stretch {
    align-items: stretch;
  }
  .justify-center {
    justify-content: center;
  }
  .gap-2 {
    gap: calc(var(--spacing) * 2);
  }
  .gap-4 {
    gap: calc(var(--spacing) * 4);
  }
  .gap-\[2px\] {
    gap: 2px;
  }
  .gap-\[7px\] {
    gap: 7px;
  }
  .gap-\[9px\] {
    gap: 9px;
  }
  .gap-\[14px\] {
    gap: 14px;
  }
  .truncate {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .overflow-x-auto {
    overflow-x: auto;
  }
  .rounded-\[10px\] {
    border-radius: 10px;
  }
  .rounded-chip {
    border-radius: var(--r-chip);
  }
  .rounded-panel {
    border-radius: var(--r-panel);
  }
  .border {
    border-style: var(--tw-border-style);
    border-width: 1px;
  }
  .border-0 {
    border-style: var(--tw-border-style);
    border-width: 0px;
  }
  .border-b {
    border-bottom-style: var(--tw-border-style);
    border-bottom-width: 1px;
  }
  .border-solid {
    --tw-border-style: solid;
    border-style: solid;
  }
  .border-line-soft {
    border-color: var(--line-soft);
  }
  .border-line-strong {
    border-color: var(--line-strong);
  }
  .bg-ground {
    background-color: var(--ground);
  }
  .bg-ground-sunken {
    background-color: var(--ground-sunken);
  }
  .bg-line-soft {
    background-color: var(--line-soft);
  }
  .p-3 {
    padding: calc(var(--spacing) * 3);
  }
  .px-\[11px\] {
    padding-inline: 11px;
  }
  .pt-4 {
    padding-top: calc(var(--spacing) * 4);
  }
  .text-center {
    text-align: center;
  }
  .text-right {
    text-align: right;
  }
  .font-display {
    font-family: var(--font-display);
  }
  .font-mono {
    font-family: var(--font-mono);
  }
  .text-body {
    font-size: var(--t-body);
    line-height: var(--tw-leading, var(--lh-body));
  }
  .text-\[12px\] {
    font-size: 12px;
  }
  .text-\[13\.5px\] {
    font-size: 13.5px;
  }
  .text-\[13px\] {
    font-size: 13px;
  }
  .text-\[24px\] {
    font-size: 24px;
  }
  .text-label {
    font-size: var(--t-label);
  }
  .font-semibold {
    --tw-font-weight: var(--font-weight-semibold);
    font-weight: var(--font-weight-semibold);
  }
  .text-pretty {
    text-wrap: pretty;
  }
  .text-wrap {
    text-wrap: wrap;
  }
  .break-all {
    word-break: break-all;
  }
  .whitespace-pre-wrap {
    white-space: pre-wrap;
  }
  .text-inherit {
    color: inherit;
  }
  .text-ink {
    color: var(--ink);
  }
  .text-ink-body {
    color: var(--ink-body);
  }
  .text-ink-faint {
    color: var(--ink-faint);
  }
  .shadow-float {
    --tw-shadow: var(--shadow-float);
    box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
  }
  .outline-2 {
    outline-style: var(--tw-outline-style);
    outline-width: 2px;
  }
  .filter {
    filter: var(--tw-blur,) var(--tw-brightness,) var(--tw-contrast,) var(--tw-grayscale,) var(--tw-hue-rotate,) var(--tw-invert,) var(--tw-saturate,) var(--tw-sepia,) var(--tw-drop-shadow,);
  }
  @media (width < 900px) {
    .max-wide\:hidden {
      display: none;
    }
  }
  @media (width >= 900px) {
    .wide\:flex {
      display: flex;
    }
  }
}
@font-face {
  font-family: "Clash Royale";
  src: url("/assets/fonts/Clash_Regular.otf") format("opentype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
:root {
  --ground: #0c0920;
  --ground-chrome: #100c26;
  --ground-sunken: #120d2e;
  --panel: #1a1440;
  --panel-raised: #221a52;
  --panel-head: #181135;
  --panel-float: #150f36;
  --page-wash: radial-gradient(70rem 34rem at 60% -14rem, #191140, #0c0920);
  --line: #3a3175;
  --line-soft: #2d2560;
  --line-row: #241d4e;
  --line-strong: #4c4193;
  --ink: #faf8ff;
  --ink-body: #ddd7f5;
  --ink-dim: #bdb4e2;
  --ink-faint: #a29ad0;
  --ink-link: #b49dfb;
  --ink-link-hover: #d3c4ff;
  --ink-code: #e6dfff;
  --ink-quiet-icon: #8b7fc7;
  --gold: #f5c84c;
  --gold-light: #ffe99a;
  --gold-grad: linear-gradient(180deg, #ffe99a, #f5c84c);
  --gold-on: #2a1500;
  --accent: #8b5cf6;
  --accent-bright: #a78bfa;
  --accent-deep: #6d28d9;
  --ok: #4ade80;
  --warn: #fcd34d;
  --bad: #fb7185;
  --ok-fill: rgba(74, 222, 128, 0.13);
  --ok-edge: rgba(74, 222, 128, 0.4);
  --ok-grad: linear-gradient(
    180deg,
    #a7f3c4,
    #4ade80
  );
  --ok-on: #052e16;
  --win: #2d85f3;
  --loss: #ef4444;
  --warn-fill: rgba(252, 211, 77, 0.1);
  --warn-edge: rgba(252, 211, 77, 0.45);
  --bad-fill: rgba(251, 113, 133, 0.12);
  --bad-edge: rgba(251, 113, 133, 0.4);
  --info-fill: rgba(139, 92, 246, 0.16);
  --info-edge: var(--line-strong);
  --series-1: #8b5cf6;
  --series-2: #65a30d;
  --series-3: #db2777;
  --series-4: #0891b2;
  --series-5: #ea580c;
  --series-6: #3b82f6;
  --hover-rail: rgba(139, 92, 246, 0.14);
  --hover-row: rgba(139, 92, 246, 0.07);
  --hover-child: rgba(139, 92, 246, 0.1);
  --mark-current: inset 2px 0 0 var(--gold);
  --mark-tab: inset 0 -2px 0 var(--gold);
  --focus-glow: rgba(139, 92, 246, 0.28);
  --ring: 0 0 0 3px var(--focus-glow);
  --font: Inter, system-ui, sans-serif;
  --font-display: "Clash Royale", Inter, sans-serif;
  --font-mono: ui-monospace, Menlo, Consolas, monospace;
  --t-h1-site: 36px;
  --t-h1-page: 30px;
  --t-h2: 18px;
  --t-panel-head: 14px;
  --t-body: 15px;
  --t-body-sm: 13.5px;
  --t-label: 11px;
  --t-mono: 12.5px;
  --t-stat: 20px;
  --lh-body: 1.5;
  --lh-prose: 1.65;
  --rail-w: 256px;
  --page-max: 1280px;
  --content-max: 1020px;
  --prose-max: 72ch;
  --pad-page: 32px;
  --pad-page-narrow: 16px;
  --r-chip: 8px;
  --r-control: 10px;
  --r-block: 12px;
  --r-panel: 14px;
  --r-rail: 0 10px 10px 0;
  --r-pill: 999px;
  --hit: 40px;
  --hit-touch: 44px;
  --dur-fast: 150ms;
  --dur-base: 320ms;
  --dur-slow: 700ms;
  --ease-out: cubic-bezier(0.2, 0.8, 0.2, 1);
  --bp-narrow: 900px;
  --shadow-modal: 0 24px 70px rgba(4, 2, 12, 0.5);
  --shadow-float: 0 20px 60px rgba(4, 2, 12, 0.45);
  --s-1: 4px;
  --s-2: 8px;
  --s-3: 12px;
  --s-4: 16px;
  --s-5: 20px;
  --s-6: 24px;
  --s-8: 32px;
  --s-12: 48px;
}
@layer components {
  *, *::before, *::after {
    box-sizing: border-box;
  }
  body {
    margin: 0;
    min-height: 100vh;
    background: var(--page-wash) var(--ground);
    color: var(--ink);
    font-family: var(--font);
    font-size: var(--t-body);
    line-height: var(--lh-body);
    -webkit-font-smoothing: antialiased;
  }
  a {
    color: var(--ink-link);
    text-decoration: none;
    cursor: pointer;
  }
  a:hover {
    color: var(--ink-link-hover);
  }
  p a, li a, dd a, .md a, .prose a, .footnote a, .callout a, .disclaimer__text a {
    text-decoration: underline;
    text-decoration-thickness: 1px;
    text-underline-offset: 0.15em;
    text-decoration-color: currentColor;
    @supports (color: color-mix(in lab, red, red)) {
      text-decoration-color: color-mix(in srgb, currentColor 55%, transparent);
    }
  }
  p a:hover, li a:hover, dd a:hover, .md a:hover, .prose a:hover, .footnote a:hover, .callout a:hover, .disclaimer__text a:hover {
    text-decoration-color: currentColor;
  }
  p a.btn, li a.btn, p a.chip, li a.chip {
    text-decoration: none;
  }
  code, pre {
    font-family: var(--font-mono);
  }
  table {
    border-collapse: collapse;
  }
  .display {
    font-family: var(--font-display);
    font-weight: 400;
  }
  .wordmark {
    font-family: var(--font-display);
    font-size: 24px;
    background: var(--gold-grad);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
  }
  .label {
    font-size: var(--t-label);
    font-weight: 600;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    color: var(--ink-faint);
  }
  .mono {
    font-family: var(--font-mono);
    font-size: var(--t-mono);
  }
  .footnote {
    font-size: 12.5px;
    color: var(--ink-faint);
  }
  .field-label {
    display: block;
    margin-bottom: var(--s-1);
    font-size: 12px;
    color: var(--ink-faint);
  }
  .chrome {
    position: relative;
    background: var(--ground-chrome);
    border-bottom: 1px solid var(--line-soft);
  }
  .chrome__inner {
    max-width: var(--page-max);
    margin: 0 auto;
    display: flex;
    align-items: center;
    gap: 0 22px;
    padding: 0 24px;
    min-height: 60px;
  }
  .chrome__tab {
    padding: 19px 0;
    font-size: 14px;
    color: var(--ink-dim);
  }
  .chrome__tab--on {
    color: var(--ink);
    font-weight: 600;
    box-shadow: var(--mark-tab);
  }
  .chrome__nav {
    display: flex;
    gap: 22px;
  }
  .chrome__menu {
    display: none;
    align-items: center;
    justify-content: center;
    width: var(--hit);
    height: var(--hit);
    flex: 0 0 auto;
    background: var(--panel);
    border: 1px solid var(--line);
    border-radius: var(--r-control);
    color: var(--ink-body);
  }
  .chrome__menu:hover {
    border-color: var(--accent-deep);
    color: var(--ink);
  }
  .chrome__menu svg[hidden] {
    display: none;
  }
  .chrome__sheet {
    display: none;
  }
  @media (max-width: 900px) {
    .chrome__inner {
      gap: 0 12px;
    }
    .chrome__nav {
      display: none;
    }
    .chrome__menu {
      display: flex;
      order: 3;
    }
    .chrome__products {
      order: 2;
      margin-left: auto;
    }
    .chrome__sheet[data-open="true"] {
      display: flex;
      flex-direction: column;
      position: absolute;
      top: 100%;
      right: 0;
      left: 0;
      z-index: 30;
      background: var(--ground-chrome);
      border-bottom: 1px solid var(--line-soft);
      box-shadow: var(--shadow-float);
      padding: 8px 12px 14px;
    }
    .chrome__sheet a {
      display: flex;
      align-items: center;
      min-height: var(--hit-touch);
      padding: 0 11px;
      border-radius: var(--r-control);
      font-size: 15px;
      color: var(--ink-dim);
    }
    .chrome__sheet a:hover, .chrome__sheet a[aria-current] {
      background: var(--hover-rail);
      color: var(--ink);
    }
    .chrome__sheet a[aria-current] {
      font-weight: 600;
      box-shadow: var(--mark-current);
    }
  }
  @media (max-width: 560px) {
    .chrome__product {
      padding: 10px 12px;
    }
    .chrome__product-label {
      position: absolute;
      width: 1px;
      height: 1px;
      overflow: hidden;
      clip: rect(0 0 0 0);
      white-space: nowrap;
    }
  }
  .chrome__products {
    margin-left: auto;
    display: flex;
    align-items: center;
    gap: 8px;
    flex: 0 0 auto;
  }
  .chrome__product {
    display: flex;
    align-items: center;
    gap: 7px;
    background: var(--gold-grad);
    color: var(--gold-on);
    font-weight: 700;
    font-size: 14px;
    padding: 10px 15px;
    border-radius: var(--r-control);
    white-space: nowrap;
  }
  .chrome__product[aria-current] {
    background: var(--ok-grad);
    color: var(--ok-on);
    box-shadow: 0 0 0 1px var(--ok-edge), 0 0 16px var(--ok-edge);
  }
  .chrome__product > svg:last-child:not(:first-child) {
    opacity: 0.7;
  }
  .rail {
    flex: 0 0 var(--rail-w);
    align-self: stretch;
    display: flex;
    flex-direction: column;
    background: var(--ground-chrome);
    border-right: 1px solid var(--line-soft);
    padding: 20px 12px 28px;
  }
  .rail__group {
    font-size: var(--t-label);
    font-weight: 600;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    color: var(--ink-faint);
    padding: 16px 11px 6px;
  }
  .rail__item {
    display: flex;
    align-items: center;
    gap: 11px;
    min-height: var(--hit);
    padding: 10px 11px;
    border-radius: var(--r-rail);
    font-size: 14px;
    font-weight: 500;
    color: var(--ink-dim);
    background: transparent;
  }
  .rail__item:hover {
    background: var(--hover-rail);
    color: var(--ink);
  }
  .rail__item--on {
    color: var(--ink);
    font-weight: 600;
    box-shadow: var(--mark-current);
  }
  .rail__child {
    display: flex;
    align-items: center;
    padding: 8px 11px 8px 44px;
    border-radius: var(--r-rail);
    font-size: var(--t-body-sm);
    color: var(--ink-faint);
  }
  .rail__child:hover {
    background: var(--hover-child);
    color: var(--ink);
  }
  .rail__child--on {
    color: var(--ink);
    font-weight: 600;
    box-shadow: var(--mark-current);
  }
  .rail__meta {
    margin-left: auto;
    display: flex;
    align-items: center;
    gap: 8px;
    font-family: var(--font-mono);
    font-size: 12px;
    color: var(--ink-faint);
  }
  .rail__dot {
    width: 8px;
    height: 8px;
    border-radius: var(--r-pill);
    flex: 0 0 auto;
  }
  .rail__dot--unread {
    background: var(--accent-bright);
  }
  .rail__dot--alert {
    background: var(--warn);
    box-shadow: 0 0 0 3px rgba(252, 211, 77, 0.22);
  }
  .rail__identity {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 14px 11px 0;
    border-top: 1px solid var(--line-soft);
  }
  @media (max-width: 900px) {
    .rail {
      flex: 0 0 auto;
      border-right: 0;
      border-bottom: 1px solid var(--line-soft);
      padding: 10px 12px 12px;
    }
    .rail__toggle {
      display: flex;
      align-items: center;
      gap: 9px;
      width: 100%;
      height: var(--hit-touch);
      box-sizing: border-box;
      background: var(--panel);
      border: 1px solid var(--line);
      border-radius: var(--r-control);
      padding: 0 11px;
      color: var(--ink);
      text-align: left;
    }
  }
  .page {
    flex: 1 1 0;
    min-width: 0;
    padding: var(--pad-page) var(--pad-page) 64px;
  }
  .page__inner {
    max-width: var(--content-max);
  }
  .page__inner--solo {
    margin-inline: auto;
  }
  .page__title {
    font-family: var(--font-display);
    font-weight: 400;
    font-size: var(--t-h1-page);
    margin: 0;
  }
  .page__lede {
    margin: 7px 0 0;
    color: var(--ink-dim);
    font-size: 14px;
    max-width: 66ch;
    text-wrap: pretty;
  }
  .page__crumb {
    font-size: 13px;
    margin-bottom: 14px;
  }
  @media (max-width: 900px) {
    .page {
      padding: 22px var(--pad-page-narrow) 56px;
    }
  }
  .page__docs {
    margin-top: 40px;
    padding-top: 16px;
    border-top: 1px solid var(--line-soft);
    display: flex;
    align-items: center;
    gap: 12px;
    flex-wrap: wrap;
  }
  .panel {
    border: 1px solid var(--line);
    border-radius: var(--r-panel);
    background: var(--panel);
    overflow: hidden;
  }
  .panel__head {
    padding: 13px 16px;
    border-bottom: 1px solid var(--line-soft);
    display: flex;
    align-items: center;
    gap: 10px;
    flex-wrap: wrap;
    font-size: var(--t-panel-head);
    font-weight: 600;
  }
  .panel__body {
    padding: 16px;
  }
  .panel__foot {
    border-top: 1px solid var(--line-soft);
    padding: 11px 16px;
    font-size: 12.5px;
    color: var(--ink-faint);
  }
  .callout {
    display: flex;
    gap: 11px;
    align-items: flex-start;
    border-radius: var(--r-block);
    padding: 13px 15px;
    font-size: var(--t-body-sm);
    line-height: 1.6;
    color: var(--ink-body);
    text-wrap: pretty;
  }
  .callout--warn {
    background: var(--warn-fill);
    border: 1px solid var(--warn-edge);
  }
  .callout--info {
    background: var(--info-fill);
    border: 1px solid var(--info-edge);
  }
  .empty {
    border: 1px dashed var(--line);
    border-radius: var(--r-block);
    padding: 16px;
    max-width: 60ch;
  }
  .empty__title {
    font-size: 14px;
    font-weight: 600;
    color: var(--ink);
    margin-bottom: 6px;
  }
  .empty__body {
    font-size: var(--t-body-sm);
    line-height: 1.6;
    color: var(--ink-dim);
    margin: 0 0 13px;
    text-wrap: pretty;
  }
  .table {
    width: 100%;
    font-size: var(--t-body-sm);
    border-collapse: collapse;
  }
  .table__scroll {
    overflow: auto;
    margin: 0 -2px;
  }
  .table th {
    position: sticky;
    top: 0;
    z-index: 1;
    background: var(--ground-sunken);
    padding: 9px 14px;
    font-size: var(--t-label);
    font-weight: 600;
    letter-spacing: 0.09em;
    text-align: left;
    color: var(--ink-faint);
    border-bottom: 1px solid var(--line);
  }
  .table td {
    padding: 10px 14px;
    border-bottom: 1px solid var(--line-row);
    border-top: 0;
    color: var(--ink-body);
    white-space: nowrap;
  }
  .table td--num {
    text-align: right;
    font-family: var(--font-mono);
  }
  .table tbody tr:hover {
    background: var(--hover-row);
  }
  .pager {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 14px 2px 0;
    font-size: 12.5px;
    color: var(--ink-faint);
    flex-wrap: wrap;
  }
  .chip {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    font-size: 12.5px;
    font-weight: 600;
    border-radius: var(--r-pill);
    padding: 4px 12px;
  }
  .chip__dot {
    width: 7px;
    height: 7px;
    border-radius: var(--r-pill);
    background: currentColor;
    flex: 0 0 auto;
  }
  .chip--ok {
    color: var(--ok);
    background: var(--ok-fill);
    border: 1px solid var(--ok-edge);
  }
  .chip--warn {
    color: var(--warn);
    background: var(--warn-fill);
    border: 1px solid var(--warn-edge);
  }
  .chip--bad {
    color: var(--bad);
    background: var(--bad-fill);
    border: 1px solid var(--bad-edge);
  }
  .chip--info {
    color: var(--accent-bright);
    background: var(--info-fill);
    border: 1px solid var(--info-edge);
  }
  .chip--tier {
    color: var(--gold-on);
    background: var(--gold-grad);
    font-weight: 700;
    padding: 3px 11px;
  }
  .meter {
    height: 8px;
    border-radius: var(--r-pill);
    background: var(--ground-sunken);
    border: 1px solid var(--line-soft);
    overflow: hidden;
  }
  .meter__fill {
    height: 100%;
    background: var(--accent);
  }
  .meter__value {
    font-family: var(--font-mono);
    color: var(--ink);
  }
  .meter__value--full {
    color: var(--gold);
  }
  .meter--marked {
    position: relative;
    height: 12px;
    border-radius: var(--r-pill);
    background: var(--ground-sunken);
    border: 1px solid var(--line-soft);
  }
  .meter--marked .meter__fill {
    border-radius: var(--r-pill);
  }
  .meter__mark {
    position: absolute;
    top: -4px;
    bottom: -4px;
    width: 2px;
    background: var(--ink);
    border-radius: 1px;
  }
  .stats {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
    gap: 1px;
    background: var(--line-soft);
    border: 1px solid var(--line);
    border-radius: var(--r-panel);
    overflow: hidden;
  }
  .stats__cell {
    background: var(--panel);
    padding: 15px 16px;
  }
  .stats__value {
    font-family: var(--font-mono);
    font-size: var(--t-stat);
    color: var(--ink);
  }
  .stats__note {
    font-size: 12px;
    color: var(--ink-faint);
    margin-top: 5px;
  }
  .stats__value--brand {
    font-family: var(--font-display);
    font-size: 27px;
    background: var(--gold-grad);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
  }
  .btn {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    font-size: var(--t-body-sm);
    border-radius: var(--r-control);
    padding: 9px 14px;
    border: 1px solid var(--line);
    background: var(--panel-raised);
    color: var(--ink);
  }
  .btn:hover {
    border-color: var(--accent-deep);
  }
  .btn--primary {
    background: var(--gold-grad);
    color: var(--gold-on);
    font-weight: 700;
    border: 0;
    padding: 10px 16px;
  }
  .btn--selected {
    background: var(--accent-deep);
    border-color: var(--accent);
  }
  .btn--quiet {
    background: transparent;
    color: var(--ink-dim);
  }
  .btn--danger {
    background: var(--bad-fill);
    border-color: var(--bad-edge);
    color: var(--bad);
  }
  .btn--sm {
    font-size: 12.5px;
    padding: 5px 11px;
    border-radius: var(--r-chip);
  }
  .input {
    background: var(--ground-sunken);
    border: 1px solid var(--line-strong);
    border-radius: var(--r-control);
    color: var(--ink);
    font-size: var(--t-body);
    padding: 12px 13px;
  }
  .select {
    background: var(--panel);
    border: 1px solid var(--line);
    border-radius: 9px;
    color: var(--ink-body);
    font-size: 13px;
    padding: 8px 11px;
  }
  .code {
    border: 1px solid var(--line);
    border-radius: var(--r-block);
    background: var(--ground-sunken);
    overflow: hidden;
  }
  .code__head {
    display: flex;
    align-items: center;
    gap: 10px;
    flex-wrap: wrap;
    padding: 11px 15px;
    border-bottom: 1px solid var(--line-soft);
    background: var(--panel-head);
  }
  .code__body {
    margin: 0;
    padding: 14px 16px;
    overflow: auto;
    font-size: var(--t-mono);
    line-height: 1.65;
    color: var(--ink-code);
  }
  .freshness {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    font-size: 12.5px;
    border: 1px solid var(--line);
    border-radius: var(--r-pill);
    padding: 5px 12px;
    white-space: nowrap;
  }
  .freshness--live {
    color: var(--ok);
  }
  .freshness--stale {
    color: var(--warn);
  }
  .freshness--derived {
    color: var(--accent-bright);
  }
  .freshness--never {
    color: var(--ink-faint);
  }
  .transcript__window {
    border: 1px solid var(--line);
    border-radius: 16px;
    background: var(--panel-float);
    overflow: hidden;
    box-shadow: var(--shadow-float);
  }
  .transcript__chrome {
    display: flex;
    align-items: center;
    gap: 9px;
    padding: 11px 15px;
    border-bottom: 1px solid var(--line-soft);
    background: var(--ground-chrome);
  }
  .transcript__pip {
    width: 9px;
    height: 9px;
    border-radius: var(--r-pill);
    background: var(--line);
  }
  .transcript__body {
    padding: 16px;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    gap: 14px;
    height: 352px;
    overflow: hidden;
  }
  .transcript__body > [data-stage] {
    display: flex;
    flex-direction: column;
    gap: 14px;
  }
  .transcript__user {
    align-self: flex-end;
    max-width: 82%;
    background: var(--line-soft);
    border: 1px solid var(--line-strong);
    border-radius: 14px 14px 4px 14px;
    padding: 11px 14px;
    font-size: 14.5px;
    color: var(--ink);
  }
  .transcript__agent {
    max-width: 94%;
    font-size: 14.5px;
    line-height: 1.6;
    color: var(--ink-body);
    text-wrap: pretty;
  }
  .transcript__cite {
    display: inline-flex;
    align-items: center;
    gap: 7px;
    margin-top: 9px;
    font-size: 11.5px;
    color: var(--ink-dim);
    background: var(--panel);
    border: 1px solid var(--line);
    border-radius: var(--r-chip);
    padding: 4px 9px;
  }
  .transcript__thinking:not([hidden]) {
    display: flex;
    align-items: center;
    gap: 9px;
    font-size: 13px;
    color: var(--ink-faint);
  }
  .transcript__dots {
    display: flex;
    gap: 4px;
  }
  .transcript__dots span {
    width: 6px;
    height: 6px;
    border-radius: var(--r-pill);
    background: var(--accent-bright);
    animation: transcript-think 1s ease-in-out infinite;
  }
  .transcript__dots span:nth-child(2) {
    animation-delay: 0.16s;
  }
  .transcript__dots span:nth-child(3) {
    animation-delay: 0.32s;
  }
  @keyframes transcript-think {
    0%, 100% {
      opacity: 0.25;
      transform: translateY(0);
    }
    50% {
      opacity: 1;
      transform: translateY(-2px);
    }
  }
  .transcript__tools-set:not([hidden]) {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 4px 8px;
  }
  .transcript__tools {
    padding: 11px 15px;
    border-top: 1px solid var(--line-soft);
    background: var(--ground-chrome);
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 12.5px;
    color: var(--ink-faint);
  }
  .transcript__body:has([data-script]:not([hidden])) {
    height: auto;
    overflow: visible;
  }
  h1, .page-title {
    margin: 0;
    font: 400 22px/1.3 var(--font-display);
    letter-spacing: 0.01em;
  }
  .hero-title {
    margin: 0 0 18px;
    font: 400 clamp(32px, 5vw, 46px) / 1.1 var(--font-display);
    letter-spacing: 0.01em;
    text-wrap: pretty;
  }
  .panel-title {
    font-size: 15px;
    font-weight: 600;
  }
  .stat__value {
    font: 400 27px/1.1 var(--font-display);
    letter-spacing: 0.02em;
    font-variant-numeric: tabular-nums;
  }
  .stat__value--big {
    font-size: 42px;
    line-height: 1;
  }
  .stat__value--text {
    font: 600 13px/1.3 var(--font);
    letter-spacing: 0;
  }
  .stat__label {
    font: 600 11px var(--font-mono);
    letter-spacing: 0.06em;
    color: var(--ink-faint);
  }
  .stat__sub {
    margin-top: 6px;
    font: 11px var(--font-mono);
    color: var(--ink-faint);
  }
  .lede {
    font-size: 16px;
    color: var(--ink-body);
    max-width: 560px;
    text-wrap: pretty;
  }
  .eyebrow {
    font: 600 11px var(--font-mono);
    letter-spacing: 0.1em;
    color: var(--ink-link);
  }
  .tag {
    font-family: var(--font-mono);
    font-size: 12.5px;
    color: var(--ink-body);
  }
  .yours {
    color: var(--gold);
  }
  .shell {
    min-height: 100vh;
    display: flex;
    flex-direction: column;
  }
  .wrap {
    width: 100%;
    max-width: var(--page-max);
    margin: 0 auto;
    padding: 0 var(--s-6);
  }
  main.wrap {
    flex: 1;
    padding: var(--s-6) var(--s-6) var(--s-12);
  }
  .wrap--prose {
    max-width: var(--prose-max);
  }
  .page-head {
    display: flex;
    align-items: baseline;
    gap: 14px;
    flex-wrap: wrap;
    margin-bottom: 20px;
  }
  .page-head__note {
    font-size: 13px;
    color: var(--ink-faint);
    text-wrap: pretty;
  }
  .page-head .freshness {
    margin-left: auto;
  }
  .cols {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    align-items: flex-start;
  }
  .cols__main {
    flex: 1 1 480px;
    min-width: 0;
    display: flex;
    flex-direction: column;
    gap: 20px;
  }
  .cols__rail {
    flex: 1 1 300px;
    max-width: 100%;
    display: flex;
    flex-direction: column;
    gap: 20px;
  }
  .nav1 {
    border-bottom: 1px solid var(--line-soft);
  }
  .nav1__inner {
    display: flex;
    align-items: center;
    gap: 0 24px;
    min-height: 56px;
    flex-wrap: wrap;
  }
  .nav1 nav {
    display: flex;
    gap: 22px;
    align-self: stretch;
    flex-wrap: wrap;
  }
  .nav1 nav a {
    display: flex;
    align-items: center;
    min-height: 56px;
    font-size: 13.5px;
    color: var(--ink-body);
    border-bottom: 2px solid transparent;
    margin-bottom: -1px;
  }
  .nav1 nav a:hover {
    color: var(--ink);
  }
  .nav1 nav a[aria-current] {
    color: var(--gold-light);
    font-weight: 600;
    border-bottom-color: var(--gold);
  }
  .nav1 .wordmark {
    display: flex;
    align-items: center;
    min-height: 56px;
  }
  .nav1__meta {
    margin-left: auto;
    display: flex;
    align-items: center;
    gap: 12px;
    font-size: 12.5px;
    color: var(--ink-faint);
  }
  .nav1__meta button {
    font: inherit;
    color: inherit;
    padding: 0;
  }
  .nav1__meta button:hover {
    color: var(--ink);
  }
  .nav1--app {
    background: var(--ground-sunken);
    border-bottom-color: var(--line);
  }
  .appmark {
    align-self: center;
    margin-left: -16px;
    padding: 2px 7px;
    border: 1px solid var(--line);
    border-radius: 999px;
    font-size: 10.5px;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: var(--ink-faint);
    user-select: none;
  }
  .sitelinks {
    display: flex;
    flex-wrap: wrap;
    gap: 18px;
    margin-top: var(--s-6);
    padding-top: var(--s-4);
    border-top: 1px solid var(--line-soft);
    font-size: 12.5px;
  }
  .sitelinks a {
    color: var(--ink-faint);
  }
  .sitelinks a:hover {
    color: var(--ink);
  }
  .nav2 {
    border-bottom: 1px solid var(--line-soft);
  }
  .nav2__inner {
    display: flex;
    gap: 2px;
    overflow-x: auto;
    overflow-y: hidden;
    white-space: nowrap;
    scrollbar-width: none;
  }
  .nav2 a {
    padding: 10px 12px;
    font-size: 13px;
    color: var(--ink-faint);
    border-bottom: 2px solid transparent;
    margin-bottom: -1px;
  }
  .nav2 a:hover {
    color: var(--ink);
  }
  .nav2 a[aria-current] {
    color: var(--ink);
    border-bottom-color: var(--accent);
  }
  .segmented {
    display: inline-flex;
    gap: 2px;
    padding: 3px;
    background: var(--ground-sunken);
    border: 1px solid var(--line);
    border-radius: var(--r-control);
    max-width: 100%;
    overflow-x: auto;
  }
  .segmented button {
    padding: 5px 12px;
    border: 1px solid transparent;
    border-radius: 6px;
    background: transparent;
    color: var(--ink-faint);
    font: inherit;
    font-size: 12.5px;
    white-space: nowrap;
    cursor: pointer;
  }
  .segmented button[aria-selected="true"] {
    background: var(--panel-raised);
    border-color: var(--line-strong);
    color: var(--ink);
    font-weight: 600;
  }
  .trail {
    display: flex;
    align-items: center;
    gap: 6px;
    margin-bottom: var(--s-4);
    font: 11.5px var(--font-mono);
    flex-wrap: wrap;
  }
  .trail__sep {
    color: var(--line-strong);
  }
  .trail a[aria-current] {
    color: var(--ink);
    cursor: default;
  }
  .panel__actions {
    display: flex;
    gap: var(--s-2);
    align-items: center;
    padding: 12px var(--s-4);
    border-top: 1px solid var(--line-soft);
    background: var(--panel-head);
    flex-wrap: wrap;
  }
  .panel__note {
    padding: 10px var(--s-4);
    border-top: 1px solid var(--line-soft);
    font-size: 12px;
    line-height: 1.5;
    color: var(--ink-faint);
  }
  .panel--cta {
    background: linear-gradient(180deg, var(--panel-raised), var(--panel));
  }
  .stats > * {
    padding: var(--s-4);
    background: var(--panel);
  }
  .tablewrap {
    overflow-x: auto;
  }
  table {
    width: 100%;
    border-collapse: collapse;
    font-size: 13px;
    font-variant-numeric: tabular-nums;
  }
  th {
    text-align: left;
    padding: var(--s-2) var(--s-3);
    font: 600 11px var(--font-mono);
    letter-spacing: 0.06em;
    color: var(--ink-faint);
  }
  td {
    padding: 9px var(--s-3);
    border-top: 1px solid var(--line-row);
  }
  tbody tr:hover td {
    background: var(--hover-row);
  }
  .num {
    text-align: right;
  }
  tr.yours td {
    color: var(--gold-light);
  }
  .nil {
    color: var(--ink-quiet-icon);
  }
  .outcome {
    font: 600 11.5px var(--font-mono);
  }
  .outcome--win {
    color: var(--ok);
  }
  .outcome--loss {
    color: var(--bad);
  }
  .outcome--draw {
    color: var(--ink-faint);
  }
  .tag-chip {
    padding: 2px var(--s-2);
    border: 1px solid var(--line);
    border-radius: var(--r-chip);
    background: var(--ground-sunken);
    font: 11.5px var(--font-mono);
    color: var(--ink-body);
  }
  .kind-chip {
    padding: 3px 7px;
    border: 1px solid var(--line);
    border-radius: var(--r-chip);
    font: 600 10px var(--font-mono);
    letter-spacing: 0.1em;
    color: var(--ink-faint);
  }
  .sample {
    padding: 1px 6px;
    border: 1px solid var(--line);
    border-radius: var(--r-chip);
    font: 11px var(--font-mono);
    color: var(--ink-faint);
  }
  .caveat {
    padding: 1px 7px;
    border: 1px dashed var(--line-strong);
    border-radius: var(--r-chip);
    font: 11px var(--font-mono);
    color: var(--ink-faint);
  }
  .freshness--fresh::before {
    background: var(--ok);
  }
  .freshness--stale::before {
    background: var(--warn);
  }
  .freshness--never {
    color: var(--ink-faint);
  }
  .disclaimer {
    display: flex;
    gap: 10px;
    align-items: flex-start;
    padding: var(--s-4) var(--s-6) var(--s-6);
    border-top: 1px solid var(--line-soft);
    flex-wrap: wrap;
  }
  .disclaimer__tag {
    flex: none;
    margin-top: 1px;
    padding: 2px 6px;
    border: 1px solid var(--line);
    border-radius: var(--r-chip);
    font: 600 10px var(--font-mono);
    letter-spacing: 0.08em;
    color: var(--ink-faint);
  }
  .disclaimer__text {
    flex: 1 1 320px;
    font-size: 11.5px;
    line-height: 1.5;
    color: var(--ink-faint);
  }
  .disclaimer__family {
    font: 11px var(--font-mono);
    color: var(--ink-quiet-icon);
    white-space: nowrap;
  }
  button {
    font: inherit;
    cursor: pointer;
  }
  .btn--text {
    padding: 4px var(--s-2);
    background: transparent;
    border: 1px solid transparent;
    color: var(--ink-faint);
    font-size: 12px;
    font-weight: 400;
    box-shadow: none;
  }
  .btn--gold {
    background: var(--gold-grad);
    color: var(--gold-on);
    font-weight: 700;
    box-shadow: none;
  }
  .btn:disabled {
    background: var(--line);
    color: var(--ink-faint);
    cursor: default;
    filter: none;
  }
  label {
    display: block;
  }
  input, select, textarea {
    width: 100%;
    padding: 7px 10px;
    background: var(--ground-sunken);
    border: 1px solid var(--line);
    border-radius: var(--r-control);
    color: var(--ink);
    font: inherit;
    font-size: 13px;
    outline: none;
  }
  input.mono, input[data-tag] {
    font-family: var(--font-mono);
  }
  input::placeholder, textarea::placeholder {
    color: var(--ink-quiet-icon);
  }
  input:focus, select:focus, textarea:focus {
    border-color: var(--accent-deep);
    box-shadow: var(--ring);
  }
  textarea {
    resize: vertical;
  }
  .field-error {
    font-size: 12.5px;
    color: var(--bad);
  }
  input[aria-invalid="true"] {
    border-color: var(--bad);
  }
  .switch {
    position: relative;
    width: 30px;
    height: 18px;
    padding: 0;
    border: 0;
    border-radius: var(--r-pill);
    background: var(--line);
    vertical-align: middle;
  }
  .switch::after {
    content: "";
    position: absolute;
    top: 2px;
    left: 2px;
    width: 14px;
    height: 14px;
    border-radius: 50%;
    background: var(--ink-faint);
    transition: left 0.15s ease;
  }
  .switch[aria-checked="true"] {
    background: var(--accent-deep);
  }
  .switch[aria-checked="true"]::after {
    left: 14px;
    background: var(--ink);
  }
  .notice {
    display: flex;
    gap: 10px;
    padding: 10px var(--s-3);
    background: var(--ground);
    border: 1px solid var(--line);
    border-radius: var(--r-control);
    font-size: 12.5px;
    color: var(--ink-body);
  }
  .notice::before {
    content: "";
    flex: none;
    width: 3px;
    border-radius: 2px;
    background: var(--accent);
  }
  .empty__mark {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 36px;
    height: 36px;
    margin: 0 auto var(--s-3);
    border: 1px solid var(--line-strong);
    border-radius: 50%;
    font: 600 14px var(--font-mono);
    color: var(--ink-faint);
  }
  .record__head {
    display: flex;
    align-items: baseline;
    gap: var(--s-3);
    flex-wrap: wrap;
    margin-bottom: 6px;
  }
  .record__sub {
    max-width: 640px;
    margin-bottom: 20px;
    font-size: 13px;
    color: var(--ink-faint);
    text-wrap: pretty;
  }
  .fields {
    display: grid;
    grid-template-columns: minmax(120px, 150px) 1fr;
  }
  .fields dt {
    padding: 9px var(--s-3);
    border-top: 1px solid var(--line-soft);
    background: var(--panel-head);
    font: 11px var(--font-mono);
    color: var(--ink-faint);
  }
  .fields dd {
    margin: 0;
    padding: 9px var(--s-3);
    border-top: 1px solid var(--line-soft);
    font-size: 12.5px;
  }
  .fields dd .hint {
    font: 11px var(--font-mono);
    color: var(--ink-faint);
  }
  .tiles {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: var(--s-2);
    padding: 14px var(--s-4);
  }
  .tile {
    display: flex;
    flex-direction: column;
    gap: 2px;
    padding: 10px var(--s-3);
    border: 1px solid var(--line);
    border-radius: var(--r-control);
    color: var(--ink);
  }
  .tile[href] {
    border-color: var(--line-strong);
  }
  .tile[href]:hover {
    background: var(--hover-row);
  }
  .tile__label {
    font-size: 12px;
    color: var(--ink-faint);
  }
  .toolbar {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 10px var(--s-4);
    flex-wrap: wrap;
  }
  .toolbar code {
    flex: 1 1 260px;
    min-width: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .raw {
    padding: var(--s-3) var(--s-4);
    border-top: 1px solid var(--line-soft);
    background: var(--ground-sunken);
    font: 11.5px/1.6 var(--font-mono);
    color: var(--ink-body);
    white-space: pre-wrap;
    word-break: break-word;
  }
  .chart {
    padding: 14px var(--s-4) 6px;
    border-top: 1px solid var(--line-soft);
  }
  .chart__head {
    display: flex;
    align-items: baseline;
    gap: 10px;
    margin-bottom: 6px;
    flex-wrap: wrap;
  }
  .chart__value {
    margin-left: auto;
    font-size: 20px;
    font-weight: 600;
    font-variant-numeric: tabular-nums;
  }
  .chart__at {
    min-width: 80px;
    font: 11.5px var(--font-mono);
    color: var(--ink-faint);
  }
  .chart svg {
    display: block;
    width: 100%;
    height: auto;
    overflow: visible;
  }
  .chart .bar {
    fill: rgba(139, 92, 246, 0.85);
  }
  .chart .bar--hover {
    fill: #c4b5fd;
  }
  .chart .bar--partial {
    fill: rgba(139, 92, 246, 0.35);
  }
  .chart .grid {
    stroke: var(--line-soft);
    stroke-dasharray: 2 4;
  }
  .chart .axis {
    stroke: var(--line);
  }
  .chart .ref {
    stroke: var(--line-strong);
    stroke-dasharray: 3 3;
  }
  .chart .rule {
    stroke: var(--ink-body);
    stroke-dasharray: 3 3;
  }
  .chart .line-yours {
    fill: none;
    stroke: var(--gold-light);
    stroke-width: 2;
    stroke-linejoin: round;
  }
  .chart .line-corpus {
    fill: none;
    stroke: var(--accent);
    stroke-width: 2;
    stroke-linejoin: round;
  }
  .chart .sample-bar {
    fill: rgba(139, 92, 246, 0.22);
  }
  .chart text {
    font: 10px var(--font-mono);
    fill: var(--ink-faint);
  }
  .chart .seg {
    stroke: var(--ground-sunken);
    stroke-width: 2;
  }
  .chart .hit {
    fill: transparent;
    cursor: default;
  }
  .chart .hit:hover, .chart .hit:focus-visible {
    fill: rgba(139, 92, 246, 0.1);
    outline: none;
  }
  .chart .reject-tick {
    stroke: var(--bad);
    stroke-width: 2;
  }
  .chartwrap {
    position: relative;
  }
  .chart .pending {
    fill: none;
    stroke: var(--ink-faint);
    stroke-width: 1.5;
    stroke-dasharray: 3 3;
  }
  .charttip {
    position: absolute;
    bottom: calc(100% - 6px);
    transform: translateX(-50%);
    z-index: 5;
    min-width: 150px;
    padding: 8px 10px;
    border: 1px solid var(--line);
    border-radius: var(--r-chip);
    background: var(--panel-raised);
    box-shadow: 0 6px 20px rgb(0 0 0 / 45%);
    pointer-events: none;
    font-size: 11.5px;
  }
  .charttip__head {
    color: var(--ink-faint);
    font: 11px var(--font-mono);
    margin-bottom: 5px;
  }
  .charttip__row {
    display: flex;
    align-items: center;
    gap: 7px;
    padding: 1px 0;
    color: var(--ink-body);
  }
  .charttip__row .num {
    margin-left: auto;
    font-variant-numeric: tabular-nums;
    color: var(--ink);
  }
  .charttip__sw {
    width: 9px;
    height: 9px;
    border-radius: 2px;
    flex: none;
  }
  .charttip__foot {
    margin-top: 5px;
    padding-top: 5px;
    border-top: 1px solid var(--line-soft);
    color: var(--ink-faint);
  }
  .chart-legend {
    display: flex;
    flex-wrap: wrap;
    gap: 6px 14px;
    padding: 0 var(--s-4) 10px;
  }
  .chart-legend__item {
    display: flex;
    align-items: center;
    gap: 6px;
    font-size: 11.5px;
    color: var(--ink-faint);
  }
  .card-slot {
    aspect-ratio: 5 / 6;
    border: 1px solid var(--line);
    border-radius: 6px;
    background: repeating-linear-gradient( 135deg, var(--panel-raised) 0 4px, var(--panel) 4px 8px );
  }
  .card-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(64px, 1fr));
    gap: var(--s-2);
  }
  .docs {
    display: flex;
    flex-wrap: wrap;
    gap: var(--s-6);
    align-items: flex-start;
  }
  .docs__toc {
    flex: 0 0 180px;
    display: flex;
    flex-direction: column;
    gap: 2px;
  }
  .outline {
    margin: 0 0 var(--s-5);
  }
  .outline dt {
    margin-top: var(--s-3);
    font-weight: 500;
  }
  .outline dd {
    margin: 2px 0 0;
    color: var(--ink-body);
    font-size: 13.5px;
    line-height: 1.5;
  }
  .docs__toc-section {
    padding: 14px 10px 4px;
    font-size: 11px;
    font-weight: 600;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    color: var(--ink-faint);
  }
  .docs__toc-section:first-of-type {
    padding-top: 8px;
  }
  .docs__toc a {
    padding: 7px 10px;
    border-radius: 6px;
    font-size: 13px;
    color: var(--ink-faint);
  }
  .docs__toc-child {
    padding-left: 18px;
    font-size: 12.5px;
  }
  .docs__toc a[aria-current] {
    background: var(--panel-raised);
    color: var(--ink);
  }
  .docs__body {
    flex: 1 1 420px;
    min-width: 0;
    max-width: 720px;
    line-height: 1.65;
  }
  .docs__body pre {
    padding: var(--s-3);
    background: var(--ground-sunken);
    border: 1px solid var(--line);
    border-radius: var(--r-control);
    overflow-x: auto;
  }
  @media (max-width: 700px) {
    .wrap {
      padding: 0 var(--s-4);
    }
    main.wrap {
      padding: var(--s-4) var(--s-4) var(--s-8);
    }
    .stats {
      grid-template-columns: 1fr 1fr;
    }
    .nav1__inner {
      min-height: 52px;
    }
    .segmented button {
      padding: 8px 12px;
    }
    .fields {
      grid-template-columns: 1fr;
    }
    .fields dt {
      border-top: 1px solid var(--line-soft);
      padding-bottom: 0;
      background: transparent;
    }
    .fields dd {
      border-top: 0;
      padding-top: 2px;
    }
    .tiles {
      grid-template-columns: 1fr;
    }
  }
  .gauge {
    position: relative;
    height: 10px;
    border-radius: 5px;
    background: var(--ground-sunken);
    border: 1px solid var(--line);
    overflow: hidden;
  }
  .gauge__fill {
    height: 100%;
    border-radius: 5px 0 0 5px;
    transition: width 0.4s ease;
  }
  .gauge__pace {
    position: absolute;
    top: -2px;
    bottom: -2px;
    width: 2px;
    background: var(--ink);
    opacity: 0.55;
  }
  .gauge__foot {
    display: flex;
    justify-content: space-between;
    gap: 12px;
    margin-top: 6px;
    font-size: 12px;
    color: var(--ink-faint);
  }
  .feed-link {
    margin-left: auto;
    display: inline-flex;
    align-items: center;
    gap: 6px;
    padding: 5px 10px;
    border: 1px solid var(--line);
    border-radius: 999px;
    font-size: 12px;
    color: var(--ink-faint);
    text-decoration: none;
  }
  .feed-link:hover {
    color: var(--gold);
    border-color: var(--gold);
  }
  .btn--sm {
    padding: 6px 14px;
    font-size: 12.5px;
    border-radius: 8px;
  }
  .nav1__meta .btn--gold {
    text-decoration: none;
  }
  .first-answer .panel-title {
    margin: 0;
  }
  .first-answer__steps {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
    gap: 16px;
    list-style: none;
    padding: 0;
    margin: 0 0 20px;
  }
  .first-answer__steps li {
    border-left: 2px solid var(--gold);
    padding-left: 12px;
  }
  .first-answer__steps strong, .first-answer__steps span {
    display: block;
  }
  .first-answer__steps span {
    margin-top: 6px;
    color: var(--ink-faint);
  }
  .first-answer__sample {
    line-height: 1.6;
  }
  .first-answer__times, .first-answer__readout {
    font-size: 12px;
    color: var(--ink-faint);
    line-height: 1.7;
  }
  .first-answer__actions {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 16px;
    margin: 18px 0;
  }
  .first-answer__questions {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(min(100%, 190px), 1fr));
    gap: 12px;
  }
  .first-answer__questions article {
    border: 1px solid var(--line);
    border-radius: 10px;
    padding: 16px;
  }
  .first-answer__questions h3 {
    margin: 0;
    font-size: 14px;
  }
  .first-answer__questions p {
    font-size: 13px;
    line-height: 1.65;
  }
  .first-answer__manual {
    display: block;
    margin-top: 16px;
  }
  .first-answer__manual textarea {
    display: block;
    width: 100%;
    min-height: 130px;
    margin-top: 8px;
  }
  .first-answer__readout {
    margin-bottom: 0;
  }
  .first-answer__questions details {
    margin: 12px 0;
    font-size: 12px;
    color: var(--ink-faint);
  }
  .first-answer summary {
    cursor: pointer;
  }
  .siterail {
    display: flex;
    gap: 28px;
    align-items: flex-start;
  }
  .siterail__nav {
    flex: 0 0 236px;
    display: flex;
    flex-direction: column;
    gap: 2px;
    position: sticky;
    top: 16px;
  }
  .siterail__nav .rail__item {
    min-height: 36px;
    padding: 8px 11px;
  }
  .siterail__nav .rail__group:first-child {
    padding-top: 4px;
  }
  .siterail__body {
    flex: 1 1 420px;
    min-width: 0;
  }
  .siterail__foot {
    margin-top: 22px;
    padding: 14px 11px 0;
    border-top: 1px solid var(--line-soft);
    font-size: 13px;
    color: var(--ink-faint);
    display: flex;
    flex-direction: column;
    gap: 9px;
  }
  .siterail__foot .btn {
    justify-content: flex-start;
  }
  @media (max-width: 900px) {
    .siterail {
      flex-direction: column;
    }
    .siterail__nav {
      position: static;
      flex: 0 0 auto;
      width: 100%;
      flex-direction: row;
      flex-wrap: wrap;
      gap: 4px 6px;
    }
    .siterail__nav .rail__group {
      flex-basis: 100%;
      padding: 10px 4px 2px;
    }
    .siterail__nav .rail__item {
      border-radius: var(--r-control);
    }
    .siterail__foot {
      flex-direction: row;
      flex-wrap: wrap;
      width: 100%;
    }
  }
  @keyframes caret {
    0%, 49% {
      opacity: 1;
    }
    50%, 100% {
      opacity: 0;
    }
  }
  .transcript__caret {
    margin-left: 2px;
    color: var(--accent-bright);
    animation: caret 1s step-end infinite;
  }
  .pipeline {
    display: flex;
    gap: 20px;
    flex-wrap: wrap;
  }
  .pipeline__step {
    flex: 1 1 250px;
    display: flex;
    gap: 14px;
    align-items: flex-start;
  }
  .pipeline__icon, .case-card__icon {
    width: 38px;
    height: 38px;
    flex: 0 0 auto;
    border-radius: 11px;
    background: var(--panel-raised);
    border: 1px solid var(--line-strong);
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--accent-bright);
  }
  .case-card__icon {
    width: 34px;
    height: 34px;
    border-radius: 10px;
  }
  .case-card {
    flex: 1 1 280px;
    display: block;
    border: 1px solid var(--line);
    border-radius: var(--r-panel);
    background: var(--panel);
    padding: 18px;
    color: inherit;
  }
  .case-card:hover {
    border-color: var(--accent-deep);
    color: inherit;
  }
  .machine-link {
    display: flex;
    align-items: center;
    gap: 10px;
    background: var(--panel);
    border: 1px solid var(--line);
    border-radius: 11px;
    padding: 11px 14px;
    font-family: var(--font-mono);
    font-size: 13px;
    color: var(--ink-body);
  }
  .machine-link:hover {
    border-color: var(--accent-deep);
    color: var(--ink);
  }
  .home-section {
    padding: 22px 0 38px;
    border-top: 1px solid var(--line-soft);
  }
  .home-section__head {
    display: flex;
    align-items: baseline;
    gap: 12px;
    margin: 22px 0 14px;
  }
  .home-section__head h2 {
    font-size: 24px;
    font-weight: 600;
    margin: 0;
  }
  .siterail__head {
    display: flex;
    align-items: center;
    gap: 9px;
    width: 100%;
    height: 40px;
    padding: 0 11px;
    margin-bottom: 6px;
    border: 0;
    border-bottom: 1px solid var(--line-soft);
    background: none;
    color: var(--ink);
    text-align: left;
    font: inherit;
    cursor: default;
  }
  .siterail__head-title {
    font-size: 13.5px;
    font-weight: 600;
  }
  .siterail__head-here {
    font-size: 13px;
    color: var(--ink-faint);
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .siterail__head-meta {
    margin-left: auto;
    display: flex;
    align-items: center;
    gap: 8px;
    color: var(--ink-faint);
    font-family: var(--font-mono);
    font-size: 11.5px;
  }
  .siterail__head-chevron {
    display: none;
  }
  .siterail__list {
    display: flex;
    flex-direction: column;
    gap: 2px;
  }
  .siterail__nav .rail__item {
    gap: 11px;
  }
  .siterail__nav .rail__item > svg {
    color: inherit;
  }
  .siterail__chips {
    display: flex;
    flex-wrap: wrap;
    gap: 7px;
  }
  .siterail__chips a {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    font-size: 12.5px;
    color: var(--ink-dim);
    background: var(--panel);
    border: 1px solid var(--line);
    border-radius: 8px;
    padding: 5px 9px;
  }
  .siterail__chips a:hover {
    border-color: var(--accent-deep);
    color: var(--ink);
  }
  .rail__gen {
    margin-left: auto;
    font-family: var(--font-mono);
    font-size: 11px;
    color: var(--ink-faint);
    border: 1px solid var(--line);
    border-radius: 5px;
    padding: 1px 5px;
  }
  .docs-search {
    display: flex;
    align-items: center;
    gap: 9px;
    height: 40px;
    padding: 0 11px;
    margin-bottom: 6px;
    background: var(--ground-sunken);
    border: 1px solid var(--line);
    border-radius: var(--r-control);
    color: var(--ink-faint);
    font-size: 13.5px;
  }
  .docs-search input {
    flex: 1 1 auto;
    min-width: 0;
    border: 0;
    background: none;
    padding: 0;
    color: var(--ink);
    font: inherit;
  }
  .docs-search input:focus {
    outline: none;
    box-shadow: none;
  }
  .docs-search kbd {
    font-family: var(--font-mono);
    font-size: 11.5px;
    border: 1px solid var(--line);
    border-radius: 5px;
    padding: 1px 5px;
  }
  .docs-layout {
    display: flex;
    gap: 40px;
    align-items: flex-start;
  }
  .docs-layout .docs__body {
    flex: 1 1 0;
    min-width: 0;
    max-width: 72ch;
  }
  .docs__onpage {
    flex: 0 0 172px;
    position: sticky;
    top: 24px;
    font-size: 13px;
  }
  .docs__onpage-list {
    display: flex;
    flex-direction: column;
    gap: 7px;
    border-left: 1px solid var(--line-soft);
    padding-left: 12px;
  }
  .docs__onpage-list a {
    color: var(--ink-dim);
  }
  .docs__onpage-list a[aria-current] {
    color: var(--ink);
    box-shadow: -13px 0 0 -12px var(--accent-bright);
  }
  .docs__onpage-foot {
    margin-top: 20px;
    padding-top: 16px;
    border-top: 1px solid var(--line-soft);
    display: flex;
    flex-direction: column;
    gap: 8px;
    font-size: 12.5px;
    color: var(--ink-faint);
  }
  .docs__crumb {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 12.5px;
    color: var(--ink-faint);
    margin-bottom: 12px;
  }
  .docs__crumb a {
    color: var(--ink-faint);
  }
  .docs__crumb span {
    color: var(--ink-body);
  }
  .docs__lede {
    font-size: 17px;
    line-height: 1.6;
    color: var(--ink-body);
    margin: 0 0 24px;
    text-wrap: pretty;
  }
  .docs__console {
    display: flex;
    align-items: center;
    gap: 10px;
    background: var(--panel);
    border: 1px solid var(--line);
    border-radius: var(--r-block);
    padding: 12px 15px;
    margin-top: 30px;
    font-size: 14px;
    color: var(--ink-body);
  }
  .docs__console > svg {
    color: var(--accent-bright);
  }
  .docs__console .btn {
    margin-left: auto;
  }
  .rail-card {
    flex: 1 1 240px;
    display: block;
    text-align: left;
    background: var(--panel);
    border: 1px solid var(--line);
    border-radius: 13px;
    padding: 15px;
    color: inherit;
  }
  .rail-card:hover {
    border-color: var(--accent-deep);
    color: inherit;
  }
  .rail-card__title {
    display: flex;
    align-items: center;
    gap: 9px;
    margin-bottom: 6px;
    font-size: 14.5px;
    font-weight: 600;
    color: var(--ink);
  }
  .rail-card__title > svg {
    color: var(--accent-bright);
  }
  .rail-card__lede {
    display: block;
    font-size: 13px;
    color: var(--ink-dim);
    line-height: 1.55;
  }
  @media (max-width: 900px) {
    .siterail__head {
      height: 44px;
      margin: 0;
      background: var(--panel);
      border: 1px solid var(--line);
      border-radius: var(--r-control);
      cursor: pointer;
    }
    .siterail__head-chevron {
      display: flex;
    }
    .siterail__nav[data-open="false"] .siterail__list, .siterail__nav[data-open="false"] .siterail__foot {
      display: none;
    }
    .siterail__nav {
      flex-direction: column;
      gap: 6px;
    }
    .siterail__nav .rail__item {
      border-radius: var(--r-control);
    }
    .docs-layout {
      flex-direction: column;
    }
    .docs__onpage {
      position: static;
      flex: 0 0 auto;
    }
  }
  .siterail__nav button.rail__item {
    width: 100%;
    border: 0;
    background: transparent;
    font: inherit;
    font-size: 14px;
    font-weight: 500;
    text-align: left;
    cursor: pointer;
  }
  .siterail__nav button.rail__item--on {
    font-weight: 600;
  }
  .disclaimer {
    padding-left: max( var(--s-6), calc((100% - var(--page-max)) / 2 + var(--s-6)) );
    padding-right: max( var(--s-6), calc((100% - var(--page-max)) / 2 + var(--s-6)) );
  }
  .rail__child--deep {
    padding-left: 60px;
    font-size: 12.5px;
    min-height: 30px;
    padding-top: 5px;
    padding-bottom: 5px;
  }
  @media (max-width: 900px) {
    .siterail {
      align-items: stretch;
    }
    .siterail__body {
      width: 100%;
      min-width: 0;
    }
    .docs__body table {
      display: block;
      max-width: 100%;
      overflow-x: auto;
    }
    .docs-layout {
      align-items: stretch;
    }
    .docs-layout .docs__body {
      width: 100%;
      max-width: 100%;
    }
  }
  .transcript__md p, .transcript__md ul, .transcript__md ol, .transcript__md blockquote {
    margin: 0 0 9px;
  }
  .transcript__md > :last-child {
    margin-bottom: 0;
  }
  .transcript__md ul, .transcript__md ol {
    padding-left: 20px;
  }
  .transcript__md li {
    margin: 3px 0;
  }
  .transcript__md strong {
    color: var(--ink);
    font-weight: 600;
  }
  .transcript__md em {
    color: var(--ink);
  }
  .transcript__md code {
    font-size: 12.5px;
    color: var(--ink-code);
    background: var(--ground-sunken);
    border: 1px solid var(--line-soft);
    border-radius: 5px;
    padding: 1px 5px;
  }
  .transcript__md blockquote {
    padding: 8px 12px;
    border-left: 2px solid var(--accent-bright);
    background: var(--ground-sunken);
    border-radius: 0 8px 8px 0;
  }
  .transcript__md blockquote p {
    margin: 0 0 6px;
  }
  .md {
    font-size: 14.5px;
    line-height: 1.65;
    color: var(--ink-body);
    text-wrap: pretty;
  }
  .md p, .md ul, .md ol, .md blockquote, .md pre {
    margin: 0 0 10px;
  }
  .md > :last-child {
    margin-bottom: 0;
  }
  .md ul, .md ol {
    padding-left: 22px;
  }
  .md li {
    margin: 3px 0;
  }
  .md strong {
    color: var(--ink);
    font-weight: 600;
  }
  .md h1, .md h2, .md h3 {
    font-size: 15px;
    font-weight: 600;
    color: var(--ink);
    margin: 14px 0 6px;
  }
  .md code {
    font-size: 12.5px;
    color: var(--ink-code);
    background: var(--ground-sunken);
    border: 1px solid var(--line-soft);
    border-radius: 5px;
    padding: 1px 5px;
  }
  .md pre {
    padding: 10px 12px;
    background: var(--ground-sunken);
    border: 1px solid var(--line);
    border-radius: var(--r-control);
    overflow-x: auto;
  }
  .md pre code {
    border: 0;
    padding: 0;
    background: none;
  }
  .md blockquote {
    padding: 6px 12px;
    border-left: 2px solid var(--accent-bright);
    color: var(--ink-dim);
  }
  .cardpick {
    display: flex;
    flex-direction: column;
    gap: 10px;
  }
  .cardpick__grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(56px, 1fr));
    gap: 6px;
    max-height: 232px;
    overflow-y: auto;
    padding: 8px;
    background: var(--ground-sunken);
    border: 1px solid var(--line);
    border-radius: var(--r-control);
  }
  .cardpick__card {
    appearance: none;
    border: 2px solid transparent;
    border-radius: var(--r-chip);
    background: none;
    padding: 3px;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .cardpick__card:hover {
    border-color: var(--line-strong);
  }
  .cardpick__card:focus-visible {
    outline: none;
    box-shadow: var(--ring);
  }
  .cardpick__card img {
    width: 100%;
    height: auto;
    display: block;
    border-radius: 4px;
  }
  .cardpick__card--picked {
    border-color: var(--gold);
  }
  .cardpick__card--taken {
    cursor: not-allowed;
    opacity: 0.28;
    filter: grayscale(1);
  }
  .cardpick__card--taken:hover {
    border-color: transparent;
  }
  .cardpick__caption {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 13px;
    color: var(--ink-dim);
    min-height: 20px;
  }
  .cardpick__caption strong {
    color: var(--gold);
    font-weight: 600;
  }
  .deck {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 8px;
    list-style: none;
    margin: 0;
    padding: 0;
  }
  .deck__slot {
    position: relative;
    aspect-ratio: 5 / 6;
    border: 2px solid var(--line);
    border-radius: var(--r-block);
    background: var(--ground-sunken);
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    transition: border-color var(--dur-base) var(--ease-out), box-shadow var(--dur-base) var(--ease-out);
  }
  .deck__slot img {
    width: 100%;
    height: auto;
    display: block;
  }
  .deck__slot--empty {
    border-style: dashed;
    color: var(--ink-faint);
  }
  .deck__slot--dim img {
    opacity: 0.35;
    filter: grayscale(1);
  }
  .deck__slot--matched {
    border-color: var(--ok);
    box-shadow: 0 0 0 3px var(--ok-fill);
    animation: deck-land var(--dur-slow) var(--ease-out);
  }
  .deck__name {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    padding: 2px 4px;
    font-size: 11px;
    line-height: 1.2;
    text-align: center;
    color: #fff;
    background: rgba(4, 2, 12, 0.6);
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }
  .deck__fallback {
    font-size: 12px;
    color: var(--ink-dim);
    padding: 4px;
    text-align: center;
  }
  .deck__slot--swapped {
    box-shadow: inset 0 0 0 2px var(--gold);
  }
  .deck__swap {
    position: absolute;
    top: 4px;
    left: 4px;
    display: inline-flex;
    align-items: center;
    gap: 3px;
    padding: 1px 6px;
    border-radius: var(--r-pill);
    background: var(--gold);
    color: var(--gold-on);
    font-size: 10px;
    font-weight: 600;
    line-height: 14px;
  }
  .deck__check {
    position: absolute;
    top: 4px;
    right: 4px;
    color: var(--ok);
    background: var(--panel);
    border-radius: 50%;
    display: inline-flex;
  }
  @keyframes deck-land {
    0% {
      transform: scale(0.8) rotateY(90deg);
      opacity: 0;
    }
    60% {
      transform: scale(1.06) rotateY(0);
      opacity: 1;
    }
    100% {
      transform: scale(1);
    }
  }
  .verify__panels {
    display: grid;
    grid-template-columns: 1fr;
    gap: var(--s-4);
  }
  @media (min-width: 900px) {
    .verify__panels {
      grid-template-columns: 1fr 1fr;
    }
  }
  .verify__row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    min-height: var(--hit-touch);
    padding: 6px 0;
  }
  .verify__list {
    list-style: none;
    margin: 0;
    padding: 0;
  }
  .verify__list .verify__row + .verify__row {
    border-top: 1px solid var(--line);
  }
  .verify__who {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    flex-wrap: wrap;
    margin: 0;
  }
  .verify__lead {
    font-size: var(--t-body);
    color: var(--ink-body);
    margin: 0 0 var(--s-3);
  }
  .verify__hint {
    font-size: 13px;
    color: var(--ink-dim);
    margin: var(--s-3) 0 0;
  }
  .verify__live {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 13px;
    color: var(--ink-dim);
    min-height: 24px;
  }
  .verify__dot {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: var(--ok);
    animation: verify-pulse 1.2s ease-in-out infinite;
  }
  @keyframes verify-pulse {
    50% {
      opacity: 0.25;
    }
  }
  .verify__tick {
    height: 3px;
    margin: 6px 0 10px;
    background: var(--line);
    border-radius: 2px;
    overflow: hidden;
  }
  .verify__tick > i {
    display: block;
    height: 100%;
    width: 0;
    background: var(--accent);
    animation: verify-tick 15s linear forwards;
  }
  @keyframes verify-tick {
    to {
      width: 100%;
    }
  }
  .verify__actions {
    display: flex;
    gap: 12px;
    flex-wrap: wrap;
    margin-top: var(--s-4);
  }
  .verify__actions .btn {
    min-height: var(--hit-touch);
  }
  .verify__form {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
  }
  .verify__form .input {
    flex: 1 1 200px;
    min-height: var(--hit-touch);
  }
  .verify__form .btn {
    min-height: var(--hit-touch);
  }
  .verify__burst {
    position: relative;
    text-align: center;
    padding: var(--s-6) 0 var(--s-4);
    overflow: hidden;
  }
  .verify__badge {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    font-size: 24px;
    font-weight: 700;
    color: var(--ok);
    animation: badge-land var(--dur-slow) var(--ease-out);
  }
  @keyframes badge-land {
    0% {
      transform: translateY(-28px) scale(0.6);
      opacity: 0;
    }
    70% {
      transform: translateY(4px) scale(1.06);
      opacity: 1;
    }
    100% {
      transform: none;
    }
  }
  .verify__spark {
    position: absolute;
    left: 50%;
    top: 40%;
    width: 6px;
    height: 6px;
    margin: -3px;
    border-radius: 50%;
    background: var(--gold);
    transform: rotate(var(--a)) translateY(0);
    opacity: 0;
    animation: spark var(--dur-slow) var(--ease-out) forwards;
  }
  @keyframes spark {
    0% {
      transform: rotate(var(--a)) translateY(0);
      opacity: 1;
    }
    100% {
      transform: rotate(var(--a)) translateY(-90px);
      opacity: 0;
    }
  }
  .verify__next {
    font-size: var(--t-body);
    margin: 0;
    text-align: center;
  }
  .verify__when {
    color: var(--ink-dim);
  }
  .verify__seen {
    margin: var(--s-3) auto 0;
    max-width: 44ch;
    font-size: 13px;
    color: var(--ink-dim);
    text-align: center;
  }
  .verify__result {
    margin: var(--s-2) 0 0;
    font-size: var(--t-body);
    color: var(--ink-body);
    text-align: center;
  }
  .verified {
    display: inline-flex;
    align-items: center;
    color: var(--ok);
    margin-left: 4px;
    vertical-align: middle;
  }
  .verify__error {
    color: var(--bad);
    font-size: 13px;
    margin: var(--s-3) 0 0;
  }
  @media (prefers-reduced-motion: reduce) {
    *, *::before, *::after {
      animation-duration: 0.01ms !important;
      animation-iteration-count: 1 !important;
      transition-duration: 0.01ms !important;
    }
    .verify__tick > i {
      width: 100%;
    }
    .verify__spark {
      display: none;
    }
  }
  .activity {
    display: grid;
    gap: var(--s-3);
    padding: var(--s-4);
  }
  .activity__head {
    display: flex;
    align-items: center;
    gap: 10px;
    flex-wrap: wrap;
  }
  .activity__who {
    display: inline-flex;
    gap: 6px;
    flex-wrap: wrap;
  }
  .activity__chip {
    cursor: pointer;
    border: 1px solid var(--line);
  }
  .activity__chip--on {
    border-color: var(--gold);
    color: var(--ink);
    box-shadow: inset 0 0 0 1px var(--gold);
  }
  .activity__empty {
    margin: 0;
    padding: var(--s-4);
    color: var(--ink-dim);
    font-size: var(--t-body-sm);
  }
  .activity__yearwrap, .activity__rhythmwrap {
    display: flex;
    gap: 6px;
    min-width: 0;
  }
  .activity__dows {
    display: grid;
    grid-template-rows: repeat(7, 11px);
    gap: 3px;
    padding-top: 17px;
    font-size: 10px;
    line-height: 11px;
    color: var(--ink-faint);
    width: 26px;
    flex: none;
  }
  .activity__dows--rhythm {
    grid-template-rows: repeat(7, minmax(0, 1fr));
    gap: 2px;
    padding-top: 0;
    line-height: 1;
    align-items: center;
  }
  .activity__scroll {
    overflow-x: auto;
    overscroll-behavior-x: contain;
    padding-bottom: 4px;
    min-width: 0;
  }
  .activity__months, .activity__year {
    display: grid;
    grid-auto-flow: column;
    grid-auto-columns: 11px;
    gap: 3px;
    width: max-content;
  }
  .activity__months {
    height: 14px;
    margin-bottom: 3px;
    font-size: 10px;
    line-height: 14px;
    color: var(--ink-faint);
    white-space: nowrap;
  }
  .activity__year {
    grid-template-rows: repeat(7, 11px);
  }
  .activity__cell {
    display: block;
    width: 11px;
    height: 11px;
    padding: 0;
    border: 0;
    border-radius: 2px;
    background: var(--panel-raised);
    cursor: pointer;
  }
  .activity__cell--l1 {
    --cell-alpha: 35%;
    background: rgba(139, 92, 246, 0.35);
  }
  .activity__cell--l2 {
    --cell-alpha: 58%;
    background: rgba(139, 92, 246, 0.58);
  }
  .activity__cell--l3 {
    --cell-alpha: 80%;
    background: rgba(139, 92, 246, 0.8);
  }
  .activity__cell--l4 {
    --cell-alpha: 100%;
    background: var(--accent-bright);
  }
  .activity__cell--hue {
    background: var(--win);
    @supports (color: color-mix(in lab, red, red)) {
      background: color-mix( in oklab, color-mix(in oklab, var(--win) var(--cell-share), var(--loss)) var(--cell-alpha), transparent );
    }
  }
  .activity__cell--w0 {
    --cell-share: 0%;
  }
  .activity__cell--w1 {
    --cell-share: 10%;
  }
  .activity__cell--w2 {
    --cell-share: 20%;
  }
  .activity__cell--w3 {
    --cell-share: 30%;
  }
  .activity__cell--w4 {
    --cell-share: 40%;
  }
  .activity__cell--w5 {
    --cell-share: 50%;
  }
  .activity__cell--w6 {
    --cell-share: 60%;
  }
  .activity__cell--w7 {
    --cell-share: 70%;
  }
  .activity__cell--w8 {
    --cell-share: 80%;
  }
  .activity__cell--w9 {
    --cell-share: 90%;
  }
  .activity__cell--w10 {
    --cell-share: 100%;
  }
  .activity__cell--none {
    background: repeating-linear-gradient( 135deg, var(--ground-sunken) 0 2px, var(--line) 2px 3px );
  }
  .activity__cell--pad {
    background: transparent;
    cursor: default;
  }
  .activity__cell--on {
    outline: 2px solid var(--gold);
    outline-offset: 1px;
  }
  .activity__cell:focus-visible {
    outline: 2px solid var(--accent-bright);
    outline-offset: 1px;
  }
  .activity__caption {
    min-height: 20px;
    font-size: var(--t-body-sm);
    color: var(--ink-body);
  }
  .activity__legend {
    display: flex;
    align-items: center;
    gap: 4px;
    font-size: 10px;
    color: var(--ink-faint);
  }
  .activity__legend .activity__cell {
    cursor: default;
  }
  .activity__legend-gap {
    width: var(--s-3);
  }
  .activity__rhythm-head {
    display: flex;
    flex-wrap: wrap;
    gap: 4px 12px;
    align-items: baseline;
    margin-top: var(--s-2);
    font-size: var(--t-body-sm);
    color: var(--ink-body);
  }
  .activity__rhythmwrap > div:last-child {
    flex: 1 1 auto;
    min-width: 0;
  }
  .activity__rhythm {
    display: grid;
    grid-template-columns: repeat(24, minmax(0, 1fr));
    gap: 2px;
  }
  .activity__cell--r {
    width: auto;
    height: auto;
    aspect-ratio: 1;
    cursor: default;
  }
  .activity__hours {
    display: grid;
    grid-template-columns: repeat(24, minmax(0, 1fr));
    gap: 2px;
    margin-top: 3px;
    font-size: 10px;
    color: var(--ink-faint);
  }
  .activity__table {
    font-size: var(--t-body-sm);
    color: var(--ink-dim);
  }
  .activity__table summary {
    cursor: pointer;
  }
  .activity__table .table {
    margin-top: var(--s-2);
  }
}
@property --tw-border-style {
  syntax: "*";
  inherits: false;
  initial-value: solid;
}
@property --tw-font-weight {
  syntax: "*";
  inherits: false;
}
@property --tw-shadow {
  syntax: "*";
  inherits: false;
  initial-value: 0 0 #0000;
}
@property --tw-shadow-color {
  syntax: "*";
  inherits: false;
}
@property --tw-shadow-alpha {
  syntax: "<percentage>";
  inherits: false;
  initial-value: 100%;
}
@property --tw-inset-shadow {
  syntax: "*";
  inherits: false;
  initial-value: 0 0 #0000;
}
@property --tw-inset-shadow-color {
  syntax: "*";
  inherits: false;
}
@property --tw-inset-shadow-alpha {
  syntax: "<percentage>";
  inherits: false;
  initial-value: 100%;
}
@property --tw-ring-color {
  syntax: "*";
  inherits: false;
}
@property --tw-ring-shadow {
  syntax: "*";
  inherits: false;
  initial-value: 0 0 #0000;
}
@property --tw-inset-ring-color {
  syntax: "*";
  inherits: false;
}
@property --tw-inset-ring-shadow {
  syntax: "*";
  inherits: false;
  initial-value: 0 0 #0000;
}
@property --tw-ring-inset {
  syntax: "*";
  inherits: false;
}
@property --tw-ring-offset-width {
  syntax: "<length>";
  inherits: false;
  initial-value: 0px;
}
@property --tw-ring-offset-color {
  syntax: "*";
  inherits: false;
  initial-value: #fff;
}
@property --tw-ring-offset-shadow {
  syntax: "*";
  inherits: false;
  initial-value: 0 0 #0000;
}
@property --tw-outline-style {
  syntax: "*";
  inherits: false;
  initial-value: solid;
}
@property --tw-blur {
  syntax: "*";
  inherits: false;
}
@property --tw-brightness {
  syntax: "*";
  inherits: false;
}
@property --tw-contrast {
  syntax: "*";
  inherits: false;
}
@property --tw-grayscale {
  syntax: "*";
  inherits: false;
}
@property --tw-hue-rotate {
  syntax: "*";
  inherits: false;
}
@property --tw-invert {
  syntax: "*";
  inherits: false;
}
@property --tw-opacity {
  syntax: "*";
  inherits: false;
}
@property --tw-saturate {
  syntax: "*";
  inherits: false;
}
@property --tw-sepia {
  syntax: "*";
  inherits: false;
}
@property --tw-drop-shadow {
  syntax: "*";
  inherits: false;
}
@property --tw-drop-shadow-color {
  syntax: "*";
  inherits: false;
}
@property --tw-drop-shadow-alpha {
  syntax: "<percentage>";
  inherits: false;
  initial-value: 100%;
}
@property --tw-drop-shadow-size {
  syntax: "*";
  inherits: false;
}
@layer properties {
  @supports ((-webkit-hyphens: none) and (not (margin-trim: inline))) or ((-moz-orient: inline) and (not (color:rgb(from red r g b)))) {
    *, ::before, ::after, ::backdrop {
      --tw-border-style: solid;
      --tw-font-weight: initial;
      --tw-shadow: 0 0 #0000;
      --tw-shadow-color: initial;
      --tw-shadow-alpha: 100%;
      --tw-inset-shadow: 0 0 #0000;
      --tw-inset-shadow-color: initial;
      --tw-inset-shadow-alpha: 100%;
      --tw-ring-color: initial;
      --tw-ring-shadow: 0 0 #0000;
      --tw-inset-ring-color: initial;
      --tw-inset-ring-shadow: 0 0 #0000;
      --tw-ring-inset: initial;
      --tw-ring-offset-width: 0px;
      --tw-ring-offset-color: #fff;
      --tw-ring-offset-shadow: 0 0 #0000;
      --tw-outline-style: solid;
      --tw-blur: initial;
      --tw-brightness: initial;
      --tw-contrast: initial;
      --tw-grayscale: initial;
      --tw-hue-rotate: initial;
      --tw-invert: initial;
      --tw-opacity: initial;
      --tw-saturate: initial;
      --tw-sepia: initial;
      --tw-drop-shadow: initial;
      --tw-drop-shadow-color: initial;
      --tw-drop-shadow-alpha: 100%;
      --tw-drop-shadow-size: initial;
    }
  }
}
