/*! tailwindcss v4.3.0 | MIT License | https://tailwindcss.com */
@layer properties;
@layer theme, base, components, utilities;
@layer theme {
  :root, :host {
    --font-sans: ui-sans-serif, system-ui, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol',
    'Noto Color Emoji';
    --font-mono: "Courier New", Courier, monospace;
    --spacing: 0.25rem;
    --container-md: 28rem;
    --container-2xl: 42rem;
    --container-3xl: 48rem;
    --container-4xl: 56rem;
    --text-xs: 0.72rem;
    --text-xs--line-height: calc(1 / 0.75);
    --text-sm: 0.84rem;
    --text-sm--line-height: calc(1.25 / 0.875);
    --text-xl: 1.5rem;
    --text-xl--line-height: calc(1.75 / 1.25);
    --text-2xl: 2rem;
    --text-2xl--line-height: calc(2 / 1.5);
    --text-3xl: 3rem;
    --text-3xl--line-height: calc(2.25 / 1.875);
    --text-4xl: 4.5rem;
    --text-4xl--line-height: calc(2.5 / 2.25);
    --text-5xl: 7rem;
    --text-5xl--line-height: 1;
    --font-weight-semibold: 600;
    --font-weight-bold: 700;
    --tracking-tight: -0.025em;
    --tracking-wider: 0.05em;
    --default-transition-duration: 150ms;
    --default-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    --default-font-family: var(--font-sans);
    --default-mono-font-family: var(--font-mono);
    --color-ink: #12120f;
    --color-paper: #e9e5da;
    --color-paper-dim: #c8c2b4;
    --color-signal: #d8ff45;
    --color-rust: #b45f3a;
    --color-line: rgba(233, 229, 218, 0.18);
    --font-display: "Baskerville", "Iowan Old Style", "Palatino Linotype", serif;
  }
}
@layer base {
  *, ::after, ::before, ::backdrop, ::file-selector-button {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    border: 0 solid;
  }
  html, :host {
    line-height: 1.5;
    -webkit-text-size-adjust: 100%;
    tab-size: 4;
    font-family: var(--default-font-family, ui-sans-serif, system-ui, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol', 'Noto Color Emoji');
    font-feature-settings: var(--default-font-feature-settings, normal);
    font-variation-settings: var(--default-font-variation-settings, normal);
    -webkit-tap-highlight-color: transparent;
  }
  hr {
    height: 0;
    color: inherit;
    border-top-width: 1px;
  }
  abbr:where([title]) {
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted;
  }
  h1, h2, h3, h4, h5, h6 {
    font-size: inherit;
    font-weight: inherit;
  }
  a {
    color: inherit;
    -webkit-text-decoration: inherit;
    text-decoration: inherit;
  }
  b, strong {
    font-weight: bolder;
  }
  code, kbd, samp, pre {
    font-family: var(--default-mono-font-family, ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, 'Liberation Mono', 'Courier New', monospace);
    font-feature-settings: var(--default-mono-font-feature-settings, normal);
    font-variation-settings: var(--default-mono-font-variation-settings, normal);
    font-size: 1em;
  }
  small {
    font-size: 80%;
  }
  sub, sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
  }
  sub {
    bottom: -0.25em;
  }
  sup {
    top: -0.5em;
  }
  table {
    text-indent: 0;
    border-color: inherit;
    border-collapse: collapse;
  }
  :-moz-focusring {
    outline: auto;
  }
  progress {
    vertical-align: baseline;
  }
  summary {
    display: list-item;
  }
  ol, ul, menu {
    list-style: none;
  }
  img, svg, video, canvas, audio, iframe, embed, object {
    display: block;
    vertical-align: middle;
  }
  img, video {
    max-width: 100%;
    height: auto;
  }
  button, input, select, optgroup, textarea, ::file-selector-button {
    font: inherit;
    font-feature-settings: inherit;
    font-variation-settings: inherit;
    letter-spacing: inherit;
    color: inherit;
    border-radius: 0;
    background-color: transparent;
    opacity: 1;
  }
  :where(select:is([multiple], [size])) optgroup {
    font-weight: bolder;
  }
  :where(select:is([multiple], [size])) optgroup option {
    padding-inline-start: 20px;
  }
  ::file-selector-button {
    margin-inline-end: 4px;
  }
  ::placeholder {
    opacity: 1;
  }
  @supports (not (-webkit-appearance: -apple-pay-button))  or (contain-intrinsic-size: 1px) {
    ::placeholder {
      color: currentcolor;
      @supports (color: color-mix(in lab, red, red)) {
        color: color-mix(in oklab, currentcolor 50%, transparent);
      }
    }
  }
  textarea {
    resize: vertical;
  }
  ::-webkit-search-decoration {
    -webkit-appearance: none;
  }
  ::-webkit-date-and-time-value {
    min-height: 1lh;
    text-align: inherit;
  }
  ::-webkit-datetime-edit {
    display: inline-flex;
  }
  ::-webkit-datetime-edit-fields-wrapper {
    padding: 0;
  }
  ::-webkit-datetime-edit, ::-webkit-datetime-edit-year-field, ::-webkit-datetime-edit-month-field, ::-webkit-datetime-edit-day-field, ::-webkit-datetime-edit-hour-field, ::-webkit-datetime-edit-minute-field, ::-webkit-datetime-edit-second-field, ::-webkit-datetime-edit-millisecond-field, ::-webkit-datetime-edit-meridiem-field {
    padding-block: 0;
  }
  ::-webkit-calendar-picker-indicator {
    line-height: 1;
  }
  :-moz-ui-invalid {
    box-shadow: none;
  }
  button, input:where([type='button'], [type='reset'], [type='submit']), ::file-selector-button {
    appearance: button;
  }
  ::-webkit-inner-spin-button, ::-webkit-outer-spin-button {
    height: auto;
  }
  [hidden]:where(:not([hidden='until-found'])) {
    display: none !important;
  }
}
@layer utilities {
  .visible {
    visibility: visible;
  }
  .fixed {
    position: fixed;
  }
  .static {
    position: static;
  }
  .container {
    width: 100%;
    @media (width >= 40rem) {
      max-width: 40rem;
    }
    @media (width >= 48rem) {
      max-width: 48rem;
    }
    @media (width >= 64rem) {
      max-width: 64rem;
    }
    @media (width >= 80rem) {
      max-width: 80rem;
    }
    @media (width >= 96rem) {
      max-width: 96rem;
    }
  }
  .-mx-6 {
    margin-inline: calc(var(--spacing) * -6);
  }
  .mx-2 {
    margin-inline: calc(var(--spacing) * 2);
  }
  .mx-auto {
    margin-inline: auto;
  }
  .prose {
    color: var(--tw-prose-body);
    max-width: 65ch;
    :where(p):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      margin-top: 1.25em;
      margin-bottom: 1.25em;
    }
    :where([class~="lead"]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      color: var(--tw-prose-lead);
      font-size: 1.25em;
      line-height: 1.6;
      margin-top: 1.2em;
      margin-bottom: 1.2em;
    }
    :where(a):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      color: var(--tw-prose-links);
      text-decoration: underline;
      font-weight: 500;
    }
    :where(strong):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      color: var(--tw-prose-bold);
      font-weight: 600;
    }
    :where(a strong):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      color: inherit;
    }
    :where(blockquote strong):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      color: inherit;
    }
    :where(thead th strong):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      color: inherit;
    }
    :where(ol):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      list-style-type: decimal;
      margin-top: 1.25em;
      margin-bottom: 1.25em;
      padding-inline-start: 1.625em;
    }
    :where(ol[type="A"]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      list-style-type: upper-alpha;
    }
    :where(ol[type="a"]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      list-style-type: lower-alpha;
    }
    :where(ol[type="A" s]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      list-style-type: upper-alpha;
    }
    :where(ol[type="a" s]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      list-style-type: lower-alpha;
    }
    :where(ol[type="I"]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      list-style-type: upper-roman;
    }
    :where(ol[type="i"]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      list-style-type: lower-roman;
    }
    :where(ol[type="I" s]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      list-style-type: upper-roman;
    }
    :where(ol[type="i" s]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      list-style-type: lower-roman;
    }
    :where(ol[type="1"]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      list-style-type: decimal;
    }
    :where(ul):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      list-style-type: disc;
      margin-top: 1.25em;
      margin-bottom: 1.25em;
      padding-inline-start: 1.625em;
    }
    :where(ol > li):not(:where([class~="not-prose"],[class~="not-prose"] *))::marker {
      font-weight: 400;
      color: var(--tw-prose-counters);
    }
    :where(ul > li):not(:where([class~="not-prose"],[class~="not-prose"] *))::marker {
      color: var(--tw-prose-bullets);
    }
    :where(dt):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      color: var(--tw-prose-headings);
      font-weight: 600;
      margin-top: 1.25em;
    }
    :where(hr):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      border-color: var(--tw-prose-hr);
      border-top-width: 1px;
      margin-top: 3em;
      margin-bottom: 3em;
    }
    :where(blockquote):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      font-weight: 500;
      font-style: italic;
      color: var(--tw-prose-quotes);
      border-inline-start-width: 0.25rem;
      border-inline-start-color: var(--tw-prose-quote-borders);
      quotes: "\201C""\201D""\2018""\2019";
      margin-top: 1.6em;
      margin-bottom: 1.6em;
      padding-inline-start: 1em;
    }
    :where(blockquote p:first-of-type):not(:where([class~="not-prose"],[class~="not-prose"] *))::before {
      content: open-quote;
    }
    :where(blockquote p:last-of-type):not(:where([class~="not-prose"],[class~="not-prose"] *))::after {
      content: close-quote;
    }
    :where(h1):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      color: var(--tw-prose-headings);
      font-weight: 800;
      font-size: 2.25em;
      margin-top: 0;
      margin-bottom: 0.8888889em;
      line-height: 1.1111111;
    }
    :where(h1 strong):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      font-weight: 900;
      color: inherit;
    }
    :where(h2):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      color: var(--tw-prose-headings);
      font-weight: 700;
      font-size: 1.5em;
      margin-top: 2em;
      margin-bottom: 1em;
      line-height: 1.3333333;
    }
    :where(h2 strong):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      font-weight: 800;
      color: inherit;
    }
    :where(h3):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      color: var(--tw-prose-headings);
      font-weight: 600;
      font-size: 1.25em;
      margin-top: 1.6em;
      margin-bottom: 0.6em;
      line-height: 1.6;
    }
    :where(h3 strong):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      font-weight: 700;
      color: inherit;
    }
    :where(h4):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      color: var(--tw-prose-headings);
      font-weight: 600;
      margin-top: 1.5em;
      margin-bottom: 0.5em;
      line-height: 1.5;
    }
    :where(h4 strong):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      font-weight: 700;
      color: inherit;
    }
    :where(img):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      margin-top: 2em;
      margin-bottom: 2em;
    }
    :where(picture):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      display: block;
      margin-top: 2em;
      margin-bottom: 2em;
    }
    :where(video):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      margin-top: 2em;
      margin-bottom: 2em;
    }
    :where(kbd):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      font-weight: 500;
      font-family: inherit;
      color: var(--tw-prose-kbd);
      box-shadow: 0 0 0 1px var(--tw-prose-kbd-shadows), 0 3px 0 var(--tw-prose-kbd-shadows);
      font-size: 0.875em;
      border-radius: 0.3125rem;
      padding-top: 0.1875em;
      padding-inline-end: 0.375em;
      padding-bottom: 0.1875em;
      padding-inline-start: 0.375em;
    }
    :where(code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      color: var(--tw-prose-code);
      font-weight: 600;
      font-size: 0.875em;
    }
    :where(code):not(:where([class~="not-prose"],[class~="not-prose"] *))::before {
      content: "`";
    }
    :where(code):not(:where([class~="not-prose"],[class~="not-prose"] *))::after {
      content: "`";
    }
    :where(a code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      color: inherit;
    }
    :where(h1 code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      color: inherit;
    }
    :where(h2 code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      color: inherit;
      font-size: 0.875em;
    }
    :where(h3 code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      color: inherit;
      font-size: 0.9em;
    }
    :where(h4 code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      color: inherit;
    }
    :where(blockquote code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      color: inherit;
    }
    :where(thead th code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      color: inherit;
    }
    :where(pre):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      color: var(--tw-prose-pre-code);
      background-color: var(--tw-prose-pre-bg);
      overflow-x: auto;
      font-weight: 400;
      font-size: 0.875em;
      line-height: 1.7142857;
      margin-top: 1.7142857em;
      margin-bottom: 1.7142857em;
      border-radius: 0.375rem;
      padding-top: 0.8571429em;
      padding-inline-end: 1.1428571em;
      padding-bottom: 0.8571429em;
      padding-inline-start: 1.1428571em;
    }
    :where(pre code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      background-color: transparent;
      border-width: 0;
      border-radius: 0;
      padding: 0;
      font-weight: inherit;
      color: inherit;
      font-size: inherit;
      font-family: inherit;
      line-height: inherit;
    }
    :where(pre code):not(:where([class~="not-prose"],[class~="not-prose"] *))::before {
      content: none;
    }
    :where(pre code):not(:where([class~="not-prose"],[class~="not-prose"] *))::after {
      content: none;
    }
    :where(table):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      width: 100%;
      table-layout: auto;
      margin-top: 2em;
      margin-bottom: 2em;
      font-size: 0.875em;
      line-height: 1.7142857;
    }
    :where(thead):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      border-bottom-width: 1px;
      border-bottom-color: var(--tw-prose-th-borders);
    }
    :where(thead th):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      color: var(--tw-prose-headings);
      font-weight: 600;
      vertical-align: bottom;
      padding-inline-end: 0.5714286em;
      padding-bottom: 0.5714286em;
      padding-inline-start: 0.5714286em;
    }
    :where(tbody tr):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      border-bottom-width: 1px;
      border-bottom-color: var(--tw-prose-td-borders);
    }
    :where(tbody tr:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      border-bottom-width: 0;
    }
    :where(tbody td):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      vertical-align: baseline;
    }
    :where(tfoot):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      border-top-width: 1px;
      border-top-color: var(--tw-prose-th-borders);
    }
    :where(tfoot td):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      vertical-align: top;
    }
    :where(th, td):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      text-align: start;
    }
    :where(figure > *):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      margin-top: 0;
      margin-bottom: 0;
    }
    :where(figcaption):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      color: var(--tw-prose-captions);
      font-size: 0.875em;
      line-height: 1.4285714;
      margin-top: 0.8571429em;
    }
    --tw-prose-body: oklch(37.3% 0.034 259.733);
    --tw-prose-headings: oklch(21% 0.034 264.665);
    --tw-prose-lead: oklch(44.6% 0.03 256.802);
    --tw-prose-links: oklch(21% 0.034 264.665);
    --tw-prose-bold: oklch(21% 0.034 264.665);
    --tw-prose-counters: oklch(55.1% 0.027 264.364);
    --tw-prose-bullets: oklch(87.2% 0.01 258.338);
    --tw-prose-hr: oklch(92.8% 0.006 264.531);
    --tw-prose-quotes: oklch(21% 0.034 264.665);
    --tw-prose-quote-borders: oklch(92.8% 0.006 264.531);
    --tw-prose-captions: oklch(55.1% 0.027 264.364);
    --tw-prose-kbd: oklch(21% 0.034 264.665);
    --tw-prose-kbd-shadows: color-mix(in oklab, oklch(21% 0.034 264.665) 10%, transparent);
    --tw-prose-code: oklch(21% 0.034 264.665);
    --tw-prose-pre-code: oklch(92.8% 0.006 264.531);
    --tw-prose-pre-bg: oklch(27.8% 0.033 256.848);
    --tw-prose-th-borders: oklch(87.2% 0.01 258.338);
    --tw-prose-td-borders: oklch(92.8% 0.006 264.531);
    --tw-prose-invert-body: oklch(87.2% 0.01 258.338);
    --tw-prose-invert-headings: #fff;
    --tw-prose-invert-lead: oklch(70.7% 0.022 261.325);
    --tw-prose-invert-links: #fff;
    --tw-prose-invert-bold: #fff;
    --tw-prose-invert-counters: oklch(70.7% 0.022 261.325);
    --tw-prose-invert-bullets: oklch(44.6% 0.03 256.802);
    --tw-prose-invert-hr: oklch(37.3% 0.034 259.733);
    --tw-prose-invert-quotes: oklch(96.7% 0.003 264.542);
    --tw-prose-invert-quote-borders: oklch(37.3% 0.034 259.733);
    --tw-prose-invert-captions: oklch(70.7% 0.022 261.325);
    --tw-prose-invert-kbd: #fff;
    --tw-prose-invert-kbd-shadows: rgb(255 255 255 / 10%);
    --tw-prose-invert-code: #fff;
    --tw-prose-invert-pre-code: oklch(87.2% 0.01 258.338);
    --tw-prose-invert-pre-bg: rgb(0 0 0 / 50%);
    --tw-prose-invert-th-borders: oklch(44.6% 0.03 256.802);
    --tw-prose-invert-td-borders: oklch(37.3% 0.034 259.733);
    font-size: 1rem;
    line-height: 1.75;
    :where(picture > img):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      margin-top: 0;
      margin-bottom: 0;
    }
    :where(li):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      margin-top: 0.5em;
      margin-bottom: 0.5em;
    }
    :where(ol > li):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      padding-inline-start: 0.375em;
    }
    :where(ul > li):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      padding-inline-start: 0.375em;
    }
    :where(.prose > ul > li p):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      margin-top: 0.75em;
      margin-bottom: 0.75em;
    }
    :where(.prose > ul > li > p:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      margin-top: 1.25em;
    }
    :where(.prose > ul > li > p:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      margin-bottom: 1.25em;
    }
    :where(.prose > ol > li > p:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      margin-top: 1.25em;
    }
    :where(.prose > ol > li > p:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      margin-bottom: 1.25em;
    }
    :where(ul ul, ul ol, ol ul, ol ol):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      margin-top: 0.75em;
      margin-bottom: 0.75em;
    }
    :where(dl):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      margin-top: 1.25em;
      margin-bottom: 1.25em;
    }
    :where(dd):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      margin-top: 0.5em;
      padding-inline-start: 1.625em;
    }
    :where(hr + *):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      margin-top: 0;
    }
    :where(h2 + *):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      margin-top: 0;
    }
    :where(h3 + *):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      margin-top: 0;
    }
    :where(h4 + *):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      margin-top: 0;
    }
    :where(thead th:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      padding-inline-start: 0;
    }
    :where(thead th:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      padding-inline-end: 0;
    }
    :where(tbody td, tfoot td):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      padding-top: 0.5714286em;
      padding-inline-end: 0.5714286em;
      padding-bottom: 0.5714286em;
      padding-inline-start: 0.5714286em;
    }
    :where(tbody td:first-child, tfoot td:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      padding-inline-start: 0;
    }
    :where(tbody td:last-child, tfoot td:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      padding-inline-end: 0;
    }
    :where(figure):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      margin-top: 2em;
      margin-bottom: 2em;
    }
    :where(.prose > :first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      margin-top: 0;
    }
    :where(.prose > :last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      margin-bottom: 0;
    }
  }
  .mt-2 {
    margin-top: calc(var(--spacing) * 2);
  }
  .mt-3 {
    margin-top: calc(var(--spacing) * 3);
  }
  .mt-4 {
    margin-top: calc(var(--spacing) * 4);
  }
  .mt-6 {
    margin-top: calc(var(--spacing) * 6);
  }
  .mt-8 {
    margin-top: calc(var(--spacing) * 8);
  }
  .mt-10 {
    margin-top: calc(var(--spacing) * 10);
  }
  .mt-12 {
    margin-top: calc(var(--spacing) * 12);
  }
  .mb-2 {
    margin-bottom: calc(var(--spacing) * 2);
  }
  .mb-3 {
    margin-bottom: calc(var(--spacing) * 3);
  }
  .mb-4 {
    margin-bottom: calc(var(--spacing) * 4);
  }
  .mb-10 {
    margin-bottom: calc(var(--spacing) * 10);
  }
  .mb-12 {
    margin-bottom: calc(var(--spacing) * 12);
  }
  .block {
    display: block;
  }
  .flex {
    display: flex;
  }
  .grid {
    display: grid;
  }
  .hidden {
    display: none;
  }
  .inline-flex {
    display: inline-flex;
  }
  .h-auto {
    height: auto;
  }
  .w-full {
    width: 100%;
  }
  .max-w-2xl {
    max-width: var(--container-2xl);
  }
  .max-w-3xl {
    max-width: var(--container-3xl);
  }
  .max-w-4xl {
    max-width: var(--container-4xl);
  }
  .max-w-md {
    max-width: var(--container-md);
  }
  .max-w-none {
    max-width: none;
  }
  .flex-1 {
    flex: 1;
  }
  .transform {
    transform: var(--tw-rotate-x,) var(--tw-rotate-y,) var(--tw-rotate-z,) var(--tw-skew-x,) var(--tw-skew-y,);
  }
  .resize {
    resize: both;
  }
  .items-center {
    align-items: center;
  }
  .justify-between {
    justify-content: space-between;
  }
  .gap-8 {
    gap: calc(var(--spacing) * 8);
  }
  .gap-10 {
    gap: calc(var(--spacing) * 10);
  }
  .gap-12 {
    gap: calc(var(--spacing) * 12);
  }
  .border-b {
    border-bottom-style: var(--tw-border-style);
    border-bottom-width: 1px;
  }
  .px-6 {
    padding-inline: calc(var(--spacing) * 6);
  }
  .py-12 {
    padding-block: calc(var(--spacing) * 12);
  }
  .py-16 {
    padding-block: calc(var(--spacing) * 16);
  }
  .py-24 {
    padding-block: calc(var(--spacing) * 24);
  }
  .pt-16 {
    padding-top: calc(var(--spacing) * 16);
  }
  .pb-8 {
    padding-bottom: calc(var(--spacing) * 8);
  }
  .pb-12 {
    padding-bottom: calc(var(--spacing) * 12);
  }
  .pb-16 {
    padding-bottom: calc(var(--spacing) * 16);
  }
  .text-center {
    text-align: center;
  }
  .text-right {
    text-align: right;
  }
  .text-2xl {
    font-size: var(--text-2xl);
    line-height: var(--tw-leading, var(--text-2xl--line-height));
  }
  .text-3xl {
    font-size: var(--text-3xl);
    line-height: var(--tw-leading, var(--text-3xl--line-height));
  }
  .text-4xl {
    font-size: var(--text-4xl);
    line-height: var(--tw-leading, var(--text-4xl--line-height));
  }
  .text-sm {
    font-size: var(--text-sm);
    line-height: var(--tw-leading, var(--text-sm--line-height));
  }
  .text-xl {
    font-size: var(--text-xl);
    line-height: var(--tw-leading, var(--text-xl--line-height));
  }
  .text-xs {
    font-size: var(--text-xs);
    line-height: var(--tw-leading, var(--text-xs--line-height));
  }
  .font-bold {
    --tw-font-weight: var(--font-weight-bold);
    font-weight: var(--font-weight-bold);
  }
  .font-semibold {
    --tw-font-weight: var(--font-weight-semibold);
    font-weight: var(--font-weight-semibold);
  }
  .tracking-tight {
    --tw-tracking: var(--tracking-tight);
    letter-spacing: var(--tracking-tight);
  }
  .tracking-wider {
    --tw-tracking: var(--tracking-wider);
    letter-spacing: var(--tracking-wider);
  }
  .uppercase {
    text-transform: uppercase;
  }
  .not-italic {
    font-style: normal;
  }
  .no-underline {
    text-decoration-line: none;
  }
  .transition-colors {
    transition-property: color, background-color, border-color, outline-color, text-decoration-color, fill, stroke, --tw-gradient-from, --tw-gradient-via, --tw-gradient-to;
    transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
    transition-duration: var(--tw-duration, var(--default-transition-duration));
  }
  .last\:border-b-0 {
    &:last-child {
      border-bottom-style: var(--tw-border-style);
      border-bottom-width: 0px;
    }
  }
  .hover\:underline {
    &:hover {
      @media (hover: hover) {
        text-decoration-line: underline;
      }
    }
  }
  .md\:mx-0 {
    @media (width >= 48rem) {
      margin-inline: calc(var(--spacing) * 0);
    }
  }
  .md\:text-2xl {
    @media (width >= 48rem) {
      font-size: var(--text-2xl);
      line-height: var(--tw-leading, var(--text-2xl--line-height));
    }
  }
  .md\:text-3xl {
    @media (width >= 48rem) {
      font-size: var(--text-3xl);
      line-height: var(--tw-leading, var(--text-3xl--line-height));
    }
  }
  .md\:text-4xl {
    @media (width >= 48rem) {
      font-size: var(--text-4xl);
      line-height: var(--tw-leading, var(--text-4xl--line-height));
    }
  }
  .md\:text-5xl {
    @media (width >= 48rem) {
      font-size: var(--text-5xl);
      line-height: var(--tw-leading, var(--text-5xl--line-height));
    }
  }
}
@layer base {
  * {
    box-sizing: border-box;
  }
  html {
    background: var(--color-ink);
    scroll-behavior: smooth;
  }
  body {
    margin: 0;
    background: var(--color-ink);
    color: var(--color-paper);
    font-family: var(--font-mono);
    font-size: 16px;
    line-height: 1.5;
    overflow-x: hidden;
  }
  button, a {
    color: inherit;
  }
  button {
    font: inherit;
  }
  ::selection {
    background: var(--color-signal);
    color: var(--color-ink);
  }
}
@layer components {
  .avalon-body {
    min-height: 100vh;
    background: linear-gradient(rgba(255,255,255,.025) 1px, transparent 1px),	linear-gradient(90deg, rgba(255,255,255,.018) 1px, transparent 1px),	var(--color-ink);
    background-size: 52px 52px;
  }
  .site-signal {
    position: fixed;
    z-index: 60;
    top: 0;
    left: 0;
    right: 0;
    height: 58px;
    display: grid;
    grid-template-columns: 1fr auto 1fr;
    align-items: center;
    padding: 0 24px;
    border-bottom: 1px solid var(--color-line);
    background: rgba(18,18,15,.86);
    backdrop-filter: blur(12px);
    font-size: 11px;
    letter-spacing: .12em;
    text-transform: uppercase;
  }
  .site-signal__brand {
    text-decoration: none;
    justify-self: start;
  }
  .site-signal__brand span {
    letter-spacing: .18em;
  }
  .site-signal__brand b {
    color: var(--color-signal);
    margin-left: 6px;
    font-weight: 400;
  }
  .site-signal__coords {
    display: flex;
    gap: 18px;
    color: var(--color-paper-dim);
  }
  .site-signal__mode {
    margin: 0;
    justify-self: end;
  }
  .avalon-main {
    position: relative;
    z-index: 2;
  }
  .lab-hero {
    min-height: 100vh;
    padding: 92px 5vw 36px;
    display: grid;
    grid-template-rows: auto 1fr auto;
    border-bottom: 1px solid var(--color-line);
    position: relative;
    isolation: isolate;
  }
  .lab-hero::before {
    content: "";
    position: absolute;
    inset: 15% 8% 14% auto;
    width: min(45vw, 660px);
    border: 1px solid rgba(216,255,69,.24);
    transform: rotate(-4deg);
    z-index: -1;
  }
  .lab-hero::after {
    content: "13";
    position: absolute;
    right: -2vw;
    bottom: -8vh;
    font-family: var(--font-display);
    font-size: clamp(15rem, 34vw, 36rem);
    font-style: italic;
    line-height: .8;
    color: rgba(233,229,218,.025);
    z-index: -2;
    pointer-events: none;
  }
  .lab-hero__meta {
    display: flex;
    gap: 26px;
    font-size: 10px;
    letter-spacing: .16em;
    color: var(--color-paper-dim);
  }
  .lab-status {
    margin-left: auto;
  }
  .lab-status i {
    display: inline-block;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: var(--color-signal);
    margin-right: 7px;
    box-shadow: 0 0 12px var(--color-signal);
  }
  .lab-hero__core {
    align-self: center;
    max-width: 1100px;
    padding: 9vh 0 5vh;
  }
  .lab-kicker {
    margin: 0 0 22px;
    font-size: 11px;
    text-transform: uppercase;
    letter-spacing: .25em;
    color: var(--color-signal);
  }
  .lab-title {
    margin: 0;
    display: flex;
    align-items: baseline;
    gap: clamp(14px, 3vw, 50px);
    font-family: var(--font-display);
    font-size: clamp(5rem, 15vw, 13rem);
    font-weight: 400;
    letter-spacing: -.06em;
    line-height: .72;
  }
  .lab-title span {
    display: block;
  }
  .lab-title em {
    color: var(--color-signal);
    font-weight: 400;
    font-size: .58em;
    transform: translateY(-.1em);
  }
  .lab-intro {
    max-width: 690px;
    margin: 44px 0 0 12vw;
    font-family: var(--font-display);
    font-size: clamp(1.3rem, 2.4vw, 2.25rem);
    line-height: 1.18;
    color: var(--color-paper-dim);
  }
  .lab-hero__instruction {
    display: flex;
    justify-content: space-between;
    text-transform: uppercase;
    letter-spacing: .14em;
    font-size: 10px;
    color: var(--color-paper-dim);
  }
  .lab-index {
    padding: 12vh 5vw 10vh;
  }
  .lab-section-head {
    display: grid;
    grid-template-columns: 1fr 2fr;
    align-items: end;
    gap: 4vw;
    margin-bottom: 54px;
  }
  .lab-section-head p {
    margin: 0;
    font-size: 10px;
    letter-spacing: .16em;
    color: var(--color-paper-dim);
  }
  .lab-section-head h2 {
    margin: 0;
    font-family: var(--font-display);
    font-size: clamp(2.8rem, 7vw, 6.4rem);
    font-weight: 400;
    letter-spacing: -.045em;
  }
  .experiment-grid {
    border-top: 1px solid var(--color-line);
  }
  .experiment-card {
    position: relative;
    display: grid;
    grid-template-columns: minmax(90px, .55fr) 2fr auto;
    gap: 3vw;
    align-items: start;
    padding: 34px 0 40px;
    border-bottom: 1px solid var(--color-line);
    cursor: default;
    transition: padding .28s ease, color .28s ease, background .28s ease;
    outline: none;
  }
  .experiment-card::before {
    content: "";
    position: absolute;
    inset: 0 calc(50% - 50vw);
    background: var(--color-paper);
    opacity: 0;
    z-index: -1;
    transition: opacity .28s ease;
  }
  .experiment-card:hover, .experiment-card:focus-visible {
    color: var(--color-ink);
    padding-left: 18px;
    padding-right: 18px;
  }
  .experiment-card:hover::before, .experiment-card:focus-visible::before {
    opacity: 1;
  }
  .experiment-card__number {
    font-size: 11px;
    letter-spacing: .18em;
    color: var(--color-signal);
  }
  .experiment-card:hover .experiment-card__number, .experiment-card:focus-visible .experiment-card__number {
    color: var(--color-rust);
  }
  .experiment-card__state {
    margin: 0 0 8px;
    font-size: 9px;
    letter-spacing: .16em;
    text-transform: uppercase;
    opacity: .65;
  }
  .experiment-card h3 {
    max-width: 850px;
    margin: 0;
    font-family: var(--font-display);
    font-weight: 400;
    font-size: clamp(1.8rem, 4.2vw, 4.3rem);
    line-height: .98;
    letter-spacing: -.035em;
  }
  .experiment-card__body > p:last-child {
    max-width: 620px;
    margin: 16px 0 0;
    font-size: 12px;
    line-height: 1.65;
    color: var(--color-paper-dim);
  }
  .experiment-card:hover .experiment-card__body > p:last-child, .experiment-card:focus-visible .experiment-card__body > p:last-child {
    color: rgba(18,18,15,.72);
  }
  .experiment-card__mark {
    font-size: 26px;
    opacity: .2;
    transition: transform .28s ease, opacity .28s ease;
  }
  .experiment-card:hover .experiment-card__mark, .experiment-card:focus-visible .experiment-card__mark {
    transform: translate(8px,-8px);
    opacity: 1;
  }
  .lab-gap {
    min-height: 46vh;
    display: grid;
    grid-template-columns: 1fr auto 1fr;
    align-items: center;
    gap: 24px;
    padding: 0 5vw;
    color: rgba(233,229,218,.28);
  }
  .lab-gap p {
    font-size: 9px;
    letter-spacing: .24em;
    white-space: nowrap;
  }
  .lab-gap__line {
    height: 1px;
    background: var(--color-line);
  }
  .lab-thirteen {
    min-height: 74vh;
    display: grid;
    place-items: center;
    padding: 8vh 5vw 12vh;
    position: relative;
  }
  .thirteen-trigger {
    width: min(72vw, 650px);
    aspect-ratio: 1.65 / 1;
    border: 1px solid rgba(216,255,69,.38);
    background: transparent;
    color: var(--color-paper);
    position: relative;
    cursor: pointer;
    transition: transform .35s ease, background .35s ease, border-color .35s ease;
  }
  .thirteen-trigger::before, .thirteen-trigger::after {
    content: "";
    position: absolute;
    background: rgba(216,255,69,.35);
  }
  .thirteen-trigger::before {
    width: 34px;
    height: 1px;
    top: -1px;
    left: 10%;
  }
  .thirteen-trigger::after {
    width: 1px;
    height: 34px;
    right: -1px;
    bottom: 14%;
  }
  .thirteen-trigger:hover {
    transform: rotate(-1deg) scale(1.012);
    background: rgba(216,255,69,.025);
    border-color: var(--color-signal);
  }
  .thirteen-trigger span {
    display: block;
    font-family: var(--font-display);
    font-size: clamp(7rem, 22vw, 17rem);
    font-style: italic;
    line-height: .82;
    color: rgba(233,229,218,.07);
    transition: color .35s ease;
  }
  .thirteen-trigger:hover span {
    color: rgba(216,255,69,.18);
  }
  .thirteen-trigger small {
    position: absolute;
    left: 18px;
    bottom: 14px;
    font-size: 9px;
    letter-spacing: .24em;
    color: var(--color-signal);
  }
  .thirteen-content {
    width: min(880px, 100%);
    border: 1px solid var(--color-signal);
    padding: clamp(28px,5vw,70px);
    background: var(--color-signal);
    color: var(--color-ink);
    box-shadow: 0 0 80px rgba(216,255,69,.11);
  }
  .thirteen-code {
    margin: 0 0 56px;
    font-size: 10px;
    letter-spacing: .18em;
  }
  .thirteen-content h2 {
    margin: 0;
    max-width: 760px;
    font-family: var(--font-display);
    font-weight: 400;
    font-size: clamp(3rem, 8vw, 7.5rem);
    line-height: .86;
    letter-spacing: -.055em;
  }
  .thirteen-content > p:not(.thirteen-code) {
    max-width: 560px;
    margin: 36px 0 0 auto;
    font-size: 13px;
  }
  .thirteen-close {
    margin-top: 52px;
    padding: 10px 0;
    border: 0;
    border-bottom: 1px solid currentColor;
    background: none;
    cursor: pointer;
    text-transform: uppercase;
    font-size: 10px;
    letter-spacing: .18em;
  }
  .lab-note {
    padding: 14vh 5vw 18vh;
    border-top: 1px solid var(--color-line);
    display: grid;
    grid-template-columns: 1fr 1.7fr;
    gap: 8vw;
    align-items: start;
  }
  .lab-note p {
    margin: 0;
  }
  .lab-note p:first-child {
    font-size: 10px;
    letter-spacing: .14em;
    text-transform: uppercase;
    color: var(--color-paper-dim);
  }
  .lab-note p:last-child {
    font-family: var(--font-display);
    font-size: clamp(2rem, 5vw, 5rem);
    line-height: .98;
    letter-spacing: -.04em;
  }
  .lab-footer {
    display: grid;
    grid-template-columns: 1fr auto 1fr;
    gap: 20px;
    padding: 24px 5vw;
    border-top: 1px solid var(--color-line);
    color: rgba(233,229,218,.42);
    font-size: 9px;
    letter-spacing: .14em;
    text-transform: uppercase;
  }
  .lab-footer p {
    margin: 0;
  }
  .lab-footer p:nth-child(2) {
    text-align: center;
  }
  .lab-footer p:last-child {
    text-align: right;
  }
  .lab-noise {
    position: fixed;
    z-index: 100;
    inset: 0;
    pointer-events: none;
    opacity: .065;
    background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 180 180' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.88' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='.7'/%3E%3C/svg%3E");
    mix-blend-mode: soft-light;
  }
  .cursor-orbit {
    position: fixed;
    z-index: 80;
    width: 28px;
    height: 28px;
    border: 1px solid rgba(216,255,69,.72);
    border-radius: 50%;
    pointer-events: none;
    transform: translate(-50%,-50%);
    opacity: 0;
    transition: width .18s ease, height .18s ease, opacity .18s ease;
  }
  .cursor-orbit.is-active {
    opacity: 1;
  }
  .cursor-orbit.is-hover {
    width: 58px;
    height: 58px;
  }
  .signal-rail {
    position: fixed;
    z-index: 45;
    right: 0;
    top: 58px;
    bottom: 0;
    width: 24px;
    border-left: 1px solid var(--color-line);
    background: rgba(18,18,15,.76);
    display: flex;
    align-items: center;
    justify-content: space-around;
    writing-mode: vertical-rl;
    font-size: 8px;
    letter-spacing: .22em;
    color: rgba(233,229,218,.34);
    pointer-events: none;
  }
  .containment {
    padding: 12vh 5vw;
    border-top: 1px solid var(--color-line);
    border-bottom: 1px solid var(--color-line);
    position: relative;
    overflow: hidden;
  }
  .containment::before {
    content: "MEASUREMENT FIELD";
    position: absolute;
    right: 4vw;
    top: 3vh;
    font-size: 8px;
    letter-spacing: .26em;
    color: rgba(233,229,218,.24);
  }
  .containment__title {
    display: grid;
    grid-template-columns: 1fr 2fr;
    gap: 4vw;
    align-items: start;
  }
  .containment__title p {
    margin: 0;
    font-size: 10px;
    letter-spacing: .18em;
    color: var(--color-signal);
  }
  .containment__title h2 {
    margin: 0;
    max-width: 900px;
    font-family: var(--font-display);
    font-weight: 400;
    font-size: clamp(2.8rem, 7vw, 6.5rem);
    line-height: .92;
    letter-spacing: -.05em;
  }
  .containment__readouts {
    margin-top: 8vh;
    display: grid;
    grid-template-columns: repeat(3,1fr);
    border-top: 1px solid var(--color-line);
    border-bottom: 1px solid var(--color-line);
  }
  .readout {
    min-height: 170px;
    padding: 24px;
    border-right: 1px solid var(--color-line);
    display: flex;
    flex-direction: column;
    justify-content: space-between;
  }
  .readout:last-child {
    border-right: 0;
  }
  .readout span {
    font-size: 9px;
    letter-spacing: .18em;
    color: var(--color-paper-dim);
  }
  .readout strong {
    font-family: var(--font-display);
    font-size: clamp(2.4rem,5vw,5rem);
    font-weight: 400;
    line-height: 1;
  }
  .readout strong b {
    font-weight: inherit;
  }
  .instability-control {
    margin-top: 34px;
    width: 100%;
    padding: 20px 22px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border: 1px solid rgba(180,95,58,.5);
    background: rgba(180,95,58,.05);
    color: var(--color-paper);
    cursor: pointer;
    text-align: left;
  }
  .instability-control span {
    font-size: 9px;
    letter-spacing: .18em;
    color: var(--color-paper-dim);
  }
  .instability-control strong {
    font-size: 11px;
    letter-spacing: .2em;
    color: #e8895f;
  }
  .instability-control:hover {
    background: rgba(180,95,58,.16);
    border-color: #e8895f;
  }
  .experiment-card.is-observed .experiment-card__number::after {
    content: " / SEEN";
    color: var(--color-paper-dim);
    font-size: 8px;
  }
  .thirteen-lock {
    width: min(700px,100%);
    min-height: 330px;
    border: 1px dashed rgba(233,229,218,.18);
    display: grid;
    place-items: center;
    text-align: center;
    padding: 40px;
    color: rgba(233,229,218,.26);
  }
  .thirteen-lock p {
    margin: 0;
    font-size: 9px;
    letter-spacing: .24em;
  }
  .thirteen-lock strong {
    font-family: var(--font-display);
    font-weight: 400;
    font-size: clamp(6rem,20vw,15rem);
    line-height: .7;
  }
  .thirteen-lock small {
    max-width: 420px;
    font-size: 10px;
    letter-spacing: .08em;
  }
  .lab-thirteen.is-available {
    background: radial-gradient(circle at center, rgba(216,255,69,.055), transparent 48%);
  }
  .console-launch {
    position: fixed;
    z-index: 110;
    left: 18px;
    bottom: 18px;
    border: 1px solid rgba(216,255,69,.3);
    background: rgba(18,18,15,.86);
    color: var(--color-signal);
    padding: 10px 12px;
    font-size: 9px;
    letter-spacing: .17em;
    cursor: pointer;
    backdrop-filter: blur(10px);
  }
  .console-launch:hover {
    border-color: var(--color-signal);
  }
  .lab-console {
    position: fixed;
    z-index: 130;
    left: 18px;
    bottom: 18px;
    width: min(560px, calc(100vw - 36px));
    height: min(430px, calc(100vh - 90px));
    border: 1px solid var(--color-signal);
    background: rgba(7,8,6,.97);
    box-shadow: 0 0 90px rgba(0,0,0,.65);
    display: grid;
    grid-template-rows: auto 1fr auto;
  }
  .lab-console[hidden] {
    display: none;
  }
  .lab-console__bar {
    display: flex;
    justify-content: space-between;
    padding: 10px 12px;
    border-bottom: 1px solid rgba(216,255,69,.25);
    color: var(--color-signal);
    font-size: 9px;
    letter-spacing: .16em;
  }
  .lab-console__bar button {
    border: 0;
    background: none;
    color: inherit;
    cursor: pointer;
    font: inherit;
  }
  .lab-console__output {
    overflow: auto;
    padding: 16px;
    font-size: 11px;
    line-height: 1.6;
    color: #aeb49e;
  }
  .lab-console__output p {
    margin: 0 0 8px;
  }
  .lab-console__output b, .console-command {
    color: var(--color-signal);
  }
  .console-warning {
    color: #e8895f;
  }
  .lab-console__form {
    display: grid;
    grid-template-columns: auto 1fr;
    gap: 10px;
    align-items: center;
    border-top: 1px solid rgba(216,255,69,.25);
    padding: 12px 14px;
    color: var(--color-signal);
  }
  .lab-console__form input {
    width: 100%;
    border: 0;
    outline: 0;
    background: transparent;
    color: var(--color-paper);
    font: inherit;
  }
  .scan-probe {
    position: fixed;
    z-index: 35;
    left: 0;
    right: 24px;
    top: -2px;
    height: 1px;
    background: linear-gradient(90deg, transparent 0, rgba(216,255,69,.18) 35%, rgba(216,255,69,.58) 50%, rgba(216,255,69,.18) 65%, transparent 100%);
    box-shadow: 0 0 24px rgba(216,255,69,.14);
    pointer-events: none;
    animation: scan-field 9s linear infinite;
  }
  .lab-flash {
    position: fixed;
    z-index: 125;
    inset: 0;
    pointer-events: none;
    background: var(--color-signal);
    opacity: 0;
    mix-blend-mode: difference;
    transition: opacity .08s linear;
  }
  .lab-flash.is-visible {
    opacity: .25;
  }
  .is-unstable .avalon-main {
    animation: unstable-shift 3.4s steps(1,end) infinite;
  }
  .is-unstable .lab-title span {
    text-shadow: 3px 0 rgba(216,255,69,.2), -2px 0 rgba(180,95,58,.22);
  }
  .is-unstable .experiment-card:nth-child(2n) {
    transform: translateX(0.7vw);
  }
  .is-unstable .experiment-card:nth-child(3n) {
    transform: translateX(-0.5vw);
  }
  .is-unstable .signal-rail {
    color: #e8895f;
  }
  .has-open-node .scan-probe {
    animation-duration: 2.2s;
    background: var(--color-signal);
  }
  @keyframes scan-field {
    from {
      top: 58px;
    }
    to {
      top: 100vh;
    }
  }
  @keyframes unstable-shift {
    0%, 82%, 100% {
      transform: translate(0,0);
    }
    84% {
      transform: translate(2px,-1px);
    }
    86% {
      transform: translate(-3px,1px);
    }
    88% {
      transform: translate(1px,0);
    }
  }
}
.experiment-card[role="button"] {
  cursor: pointer;
}
.experiment-card.is-observed .experiment-card__number::after {
  content: " / ENTERED";
  color: var(--color-paper-dim);
  font-size: 8px;
}
.experiment-chamber {
  position: fixed;
  z-index: 140;
  inset: 0;
  padding: 76px 5vw 28px;
  background: rgba(8,8,6,.96);
  backdrop-filter: blur(18px);
  overflow: auto;
}
.chamber-shell {
  min-height: calc(100vh - 104px);
  border: 1px solid rgba(216,255,69,.32);
  background: #0e0e0b;
  box-shadow: 0 0 120px rgba(0,0,0,.7);
  position: relative;
  overflow: hidden;
}
.chamber-bar {
  height: 46px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 18px;
  border-bottom: 1px solid var(--color-line);
  font-size: 9px;
  letter-spacing: .18em;
  text-transform: uppercase;
}
.chamber-bar button {
  border: 0;
  background: transparent;
  color: var(--color-paper-dim);
  cursor: pointer;
  letter-spacing: .14em;
  font-size: 9px;
}
.chamber-panel {
  min-height: calc(100vh - 150px);
  padding: clamp(28px,6vw,82px);
  position: relative;
}
.chamber-panel h2 {
  margin: 0;
  max-width: 1000px;
  font-family: var(--font-display);
  font-size: clamp(2.8rem,7vw,7rem);
  font-weight: 400;
  line-height: .9;
  letter-spacing: -.05em;
}
.chamber-code {
  margin: 0 0 42px;
  color: var(--color-signal);
  font-size: 9px;
  letter-spacing: .2em;
  text-transform: uppercase;
}
.chamber-status {
  margin-top: 32px;
  color: var(--color-paper-dim);
  font-size: 11px;
  letter-spacing: .06em;
}
.refusal-field {
  min-height: 280px;
  margin-top: 58px;
  position: relative;
  border-top: 1px solid var(--color-line);
  border-bottom: 1px solid var(--color-line);
}
.refusal-field button {
  position: absolute;
  border: 1px solid var(--color-paper);
  background: transparent;
  color: var(--color-paper);
  padding: 14px 20px;
  cursor: pointer;
  transition: transform .25s ease, background .25s ease, color .25s ease;
}
.refusal-field button:nth-child(1) {
  left: 8%;
  top: 18%;
}
.refusal-field button:nth-child(2) {
  right: 12%;
  top: 52%;
}
.refusal-field button:nth-child(3) {
  left: 48%;
  bottom: 12%;
  width: 48px;
  height: 48px;
  padding: 0;
  border-radius: 50%;
}
.refusal-field button:hover {
  background: var(--color-paper);
  color: var(--color-ink);
}
.proximity-room {
  min-height: 430px;
  margin-top: 40px;
  position: relative;
  border: 1px solid var(--color-line);
  overflow: hidden;
  background: radial-gradient(circle at center, rgba(216,255,69,.025), transparent 55%);
}
.proximity-node {
  position: absolute;
  width: 64px;
  height: 64px;
  border: 1px solid rgba(233,229,218,.18);
  border-radius: 50%;
  background: transparent;
  color: rgba(233,229,218,.22);
  cursor: pointer;
  transition: all .22s ease;
}
.proximity-node:hover, .proximity-node:focus-visible {
  width: 112px;
  height: 112px;
  border-color: var(--color-signal);
  color: var(--color-signal);
  background: rgba(216,255,69,.04);
}
.node-a {
  left: 10%;
  top: 16%;
}
.node-b {
  right: 11%;
  top: 30%;
}
.node-c {
  left: 48%;
  bottom: 10%;
}
.proximity-room > p {
  position: absolute;
  left: 22px;
  bottom: 18px;
  margin: 0;
  font-size: 10px;
  color: var(--color-paper-dim);
  letter-spacing: .12em;
  text-transform: uppercase;
}
.decision-form {
  margin-top: 54px;
  display: grid;
  gap: 14px;
  max-width: 780px;
}
.decision-form label {
  font-size: 11px;
  letter-spacing: .08em;
  color: var(--color-paper-dim);
}
.decision-form input {
  width: 100%;
  border: 0;
  border-bottom: 1px solid var(--color-paper);
  background: transparent;
  color: var(--color-paper);
  padding: 15px 0;
  font-family: var(--font-display);
  font-size: clamp(1.5rem,3vw,2.5rem);
  outline: none;
}
.decision-form button, .memory-store, .error-actions button {
  justify-self: start;
  margin-top: 10px;
  border: 1px solid var(--color-signal);
  background: transparent;
  color: var(--color-signal);
  padding: 12px 18px;
  cursor: pointer;
  font-size: 10px;
  letter-spacing: .16em;
}
.decision-output {
  margin-top: 40px;
  max-width: 760px;
  padding: 22px;
  border-left: 2px solid var(--color-rust);
  background: rgba(180,95,58,.06);
  font-size: 12px;
  line-height: 1.7;
}
.memory-label {
  display: block;
  margin-top: 46px;
  font-size: 11px;
  color: var(--color-paper-dim);
}
.chamber-004 textarea {
  width: min(820px,100%);
  margin-top: 14px;
  resize: vertical;
  border: 1px solid var(--color-line);
  background: rgba(255,255,255,.015);
  color: var(--color-paper);
  padding: 18px;
  font-family: var(--font-display);
  font-size: 1.35rem;
  outline: none;
}
.chamber-005 {
  background: linear-gradient(135deg, #0e0e0b 0%, #15110f 100%);
}
.error-number {
  font-family: var(--font-display);
  font-size: clamp(8rem,28vw,26rem);
  line-height: .7;
  color: rgba(216,255,69,.055);
  position: absolute;
  right: 2vw;
  bottom: 0;
  pointer-events: none;
}
.error-coordinates {
  margin-top: 38px;
  font-size: 10px;
  letter-spacing: .16em;
  color: var(--color-paper-dim);
}
.error-actions {
  margin-top: 36px;
  min-height: 180px;
  position: relative;
}
.error-actions .evasive-exit {
  position: absolute;
  left: 240px;
  top: 10px;
  border-color: var(--color-paper-dim);
  color: var(--color-paper-dim);
  transition: transform .12s linear;
}
body.has-open-chamber {
  overflow: hidden;
}
body.is-unstable .chamber-shell {
  animation: chamber-jitter .24s steps(2,end) infinite alternate;
}
@keyframes chamber-jitter {
  from {
    transform: translateX(-1px) skewX(-.08deg);
  }
  to {
    transform: translateX(1px) skewX(.08deg);
  }
}
.manual-launch {
  border: 0;
  background: transparent;
  color: rgba(233,229,218,.62);
  padding: 0;
  cursor: pointer;
  text-align: center;
  font: inherit;
  letter-spacing: inherit;
  text-transform: uppercase;
}
.manual-launch span {
  display: block;
  border-bottom: 1px solid rgba(216,255,69,.35);
  padding-bottom: 3px;
  transition: color .2s ease, border-color .2s ease;
}
.manual-launch small {
  display: block;
  margin-top: 5px;
  font-size: 7px;
  letter-spacing: .18em;
  color: rgba(216,255,69,.48);
}
.manual-launch:hover span, .manual-launch:focus-visible span {
  color: var(--color-signal);
  border-color: var(--color-signal);
}
.lab-manual {
  position: fixed;
  z-index: 180;
  inset: 0;
  padding: 58px 0 0;
  background: rgba(10,10,8,.98);
  overflow: auto;
}
.lab-manual__shell {
  width: min(1180px, calc(100% - 10vw));
  margin: 5vh auto 8vh;
  border: 1px solid rgba(216,255,69,.32);
  background: #10100d;
  box-shadow: 0 0 140px rgba(0,0,0,.72);
}
.lab-manual__bar {
  position: sticky;
  top: 0;
  z-index: 2;
  height: 48px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 18px;
  border-bottom: 1px solid var(--color-line);
  background: rgba(16,16,13,.96);
  font-size: 9px;
  letter-spacing: .18em;
  text-transform: uppercase;
}
.lab-manual__bar button {
  border: 0;
  background: transparent;
  color: var(--color-paper-dim);
  font: inherit;
  cursor: pointer;
  letter-spacing: .14em;
}
.lab-manual__hero {
  padding: clamp(34px,7vw,92px);
  border-bottom: 1px solid var(--color-line);
}
.lab-manual__hero > p:first-child, .manual-label {
  margin: 0 0 18px;
  color: var(--color-signal);
  font-size: 9px;
  letter-spacing: .2em;
  text-transform: uppercase;
}
.lab-manual__hero h2 {
  margin: 0;
  max-width: 970px;
  font-family: var(--font-display);
  font-size: clamp(3rem,7vw,7.4rem);
  font-weight: 400;
  line-height: .9;
  letter-spacing: -.055em;
}
.lab-manual__hero > p:last-child {
  max-width: 760px;
  margin: 38px 0 0 auto;
  color: var(--color-paper-dim);
  font-size: 13px;
  line-height: 1.75;
}
.lab-manual__grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
}
.lab-manual__grid > section {
  padding: clamp(28px,4vw,58px);
  border-bottom: 1px solid var(--color-line);
}
.lab-manual__grid > section:first-child {
  border-right: 1px solid var(--color-line);
}
.lab-manual__grid h3, .manual-final h3 {
  margin: 0;
  font-family: var(--font-display);
  font-size: clamp(2rem,4vw,4rem);
  font-weight: 400;
  line-height: .95;
  letter-spacing: -.04em;
}
.lab-manual__grid section > p:last-child, .manual-final > p:last-child {
  color: var(--color-paper-dim);
  font-size: 12px;
  line-height: 1.7;
}
.manual-experiments, .manual-systems, .manual-score, .manual-final {
  padding: clamp(32px,5vw,72px);
  border-bottom: 1px solid var(--color-line);
}
.manual-section-head {
  display: grid;
  grid-template-columns: 1fr 2fr;
  gap: 3vw;
  align-items: end;
  margin-bottom: 28px;
}
.manual-section-head p {
  margin: 0;
  color: var(--color-signal);
  font-size: 9px;
  letter-spacing: .2em;
}
.manual-section-head h3 {
  margin: 0;
  font-family: var(--font-display);
  font-size: clamp(2.3rem,5vw,5rem);
  font-weight: 400;
  letter-spacing: -.045em;
}
.manual-experiments article, .manual-systems li {
  display: grid;
  grid-template-columns: 34px 1fr;
  gap: 18px;
  padding: 24px 0;
  border-top: 1px solid var(--color-line);
  list-style: none;
}
.manual-experiments article > span, .manual-systems li > span {
  color: rgba(233,229,218,.32);
  font-size: 20px;
  line-height: 1;
}
.manual-experiments article > span.is-found, .manual-systems li > span.is-found {
  color: var(--color-signal);
}
.manual-experiments b, .manual-systems b {
  font-size: 10px;
  letter-spacing: .12em;
}
.manual-experiments p, .manual-systems p {
  max-width: 820px;
  margin: 8px 0 0;
  color: var(--color-paper-dim);
  font-size: 12px;
  line-height: 1.65;
}
.manual-systems ul {
  margin: 0;
  padding: 0;
}
.manual-score {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 20px;
  align-items: end;
  background: rgba(216,255,69,.035);
}
.manual-score .manual-label {
  grid-column: 1 / -1;
  margin-bottom: 0;
}
.manual-score strong {
  font-family: var(--font-display);
  font-size: clamp(4rem,10vw,10rem);
  font-weight: 400;
  line-height: .75;
  color: var(--color-signal);
}
.manual-score > p:last-child {
  max-width: 520px;
  margin: 0;
  color: var(--color-paper-dim);
  font-size: 11px;
  line-height: 1.6;
}
.manual-final {
  border-bottom: 0;
}
.manual-final > p:first-child {
  color: var(--color-signal);
  font-size: 9px;
  letter-spacing: .2em;
  text-transform: uppercase;
}
body.has-open-manual {
  overflow: hidden;
}
@media (max-width: 760px) {
  .experiment-chamber {
    padding: 62px 10px 10px;
  }
  .chamber-shell {
    min-height: calc(100vh - 72px);
  }
  .chamber-panel {
    min-height: calc(100vh - 118px);
    padding: 28px 18px 44px;
  }
  .chamber-panel h2 {
    font-size: clamp(2.6rem, 13vw, 4.8rem);
  }
  .refusal-field {
    min-height: 330px;
  }
  .proximity-room {
    min-height: 440px;
  }
  .error-actions .evasive-exit {
    left: 150px;
  }
  .site-signal {
    grid-template-columns: 1fr auto;
    padding: 0 16px;
  }
  .site-signal__coords {
    display: none;
  }
  .site-signal__mode {
    font-size: 9px;
  }
  .lab-hero {
    padding: 84px 18px 26px;
  }
  .lab-hero__meta {
    gap: 12px;
    flex-wrap: wrap;
  }
  .lab-status {
    margin-left: 0;
    width: 100%;
  }
  .lab-hero::before {
    inset: 24% 8% 24% 16%;
    width: auto;
  }
  .lab-title {
    font-size: clamp(4.7rem, 25vw, 8rem);
    display: block;
  }
  .lab-title em {
    display: block;
    margin-left: 54vw;
    margin-top: 8px;
  }
  .lab-intro {
    margin-left: 0;
    margin-top: 38px;
  }
  .lab-section-head {
    grid-template-columns: 1fr;
  }
  .lab-index {
    padding: 10vh 18px 8vh;
  }
  .experiment-card {
    grid-template-columns: 54px 1fr;
    gap: 12px;
    padding: 26px 0 30px;
  }
  .experiment-card__mark {
    display: none;
  }
  .experiment-card:hover, .experiment-card:focus-visible {
    padding-left: 8px;
    padding-right: 8px;
  }
  .lab-gap {
    padding: 0 18px;
    grid-template-columns: 1fr;
    text-align: center;
  }
  .lab-gap__line {
    width: 100%;
  }
  .lab-thirteen {
    padding-left: 18px;
    padding-right: 18px;
  }
  .thirteen-trigger {
    width: 100%;
  }
  .lab-note {
    padding: 11vh 18px 14vh;
    grid-template-columns: 1fr;
  }
  .containment {
    padding: 10vh 18px;
  }
  .containment__title {
    grid-template-columns: 1fr;
    gap: 22px;
  }
  .containment__readouts {
    grid-template-columns: 1fr;
  }
  .readout {
    min-height: 120px;
    border-right: 0;
    border-bottom: 1px solid var(--color-line);
  }
  .readout:last-child {
    border-bottom: 0;
  }
  .instability-control {
    align-items: flex-start;
    gap: 24px;
  }
  .signal-rail {
    display: none;
  }
  .scan-probe {
    right: 0;
  }
  .lab-footer {
    grid-template-columns: 1fr;
    padding: 24px 18px;
  }
  .lab-footer p:nth-child(2), .lab-footer p:last-child {
    text-align: left;
  }
  .cursor-orbit {
    display: none;
  }
}
@media (max-width: 760px) {
  .manual-launch {
    text-align: left;
    justify-self: start;
    margin: 10px 0;
  }
  .lab-manual__shell {
    width: calc(100% - 20px);
    margin: 10px auto 30px;
  }
  .lab-manual__grid {
    grid-template-columns: 1fr;
  }
  .lab-manual__grid > section:first-child {
    border-right: 0;
  }
  .manual-section-head {
    grid-template-columns: 1fr;
    gap: 10px;
  }
  .manual-score {
    grid-template-columns: 1fr;
  }
  .manual-score strong {
    margin: 10px 0 18px;
  }
}
.lab-power {
  position: fixed;
  z-index: 1000;
  top: 11px;
  left: 14px;
  height: 36px;
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 0 9px;
  border: 1px solid rgba(233,229,218,.2);
  background: #11110e;
  color: var(--color-paper-dim);
  cursor: pointer;
  font-size: 8px;
  letter-spacing: .14em;
  text-transform: uppercase;
}
.lab-power__label {
  opacity: .55;
}
.lab-power__track {
  position: relative;
  width: 34px;
  height: 16px;
  border: 1px solid rgba(216,255,69,.5);
  border-radius: 999px;
  background: rgba(216,255,69,.08);
  box-shadow: inset 0 0 12px rgba(0,0,0,.7);
}
.lab-power__track i {
  position: absolute;
  top: 2px;
  left: 19px;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: var(--color-signal);
  box-shadow: 0 0 10px rgba(216,255,69,.7);
  transition: left .16s ease, background .16s ease, box-shadow .16s ease;
}
.lab-power strong {
  color: var(--color-signal);
  font-weight: 400;
  min-width: 20px;
}
.site-signal {
  padding-left: 148px;
}
.lab-powered-off {
  background: #000 !important;
  background-image: none !important;
  overflow: hidden;
}
.lab-powered-off > *:not(.lab-power):not(script):not(style) {
  display: none !important;
}
.lab-powered-off .lab-power {
  display: flex !important;
  border-color: rgba(255,255,255,.08);
  background: #000;
  color: rgba(255,255,255,.22);
}
.lab-powered-off .lab-power__track {
  border-color: rgba(255,255,255,.16);
  background: #050505;
}
.lab-powered-off .lab-power__track i {
  left: 3px;
  background: #242424;
  box-shadow: none;
}
.lab-powered-off .lab-power strong {
  color: rgba(255,255,255,.32);
}
@media (max-width: 760px) {
  .lab-power {
    left: 8px;
    gap: 6px;
    padding: 0 7px;
  }
  .lab-power__label {
    display: none;
  }
  .site-signal {
    padding-left: 92px;
  }
}
.lab-mode-dock {
  position: fixed;
  z-index: 995;
  top: 58px;
  left: 14px;
  display: grid;
  gap: 6px;
  width: 172px;
}
.lab-mode-switch {
  min-height: 38px;
  display: grid;
  grid-template-columns: 58px 1fr;
  gap: 8px;
  align-items: center;
  padding: 6px 8px;
  border: 1px solid rgba(233,229,218,.16);
  background: rgba(17,17,14,.94);
  color: var(--color-paper-dim);
  cursor: pointer;
  font-size: 7px;
  letter-spacing: .12em;
  text-transform: uppercase;
}
.lab-mode-switch:disabled {
  opacity: .28;
  cursor: not-allowed;
}
.lab-mode-switch__label {
  opacity: .58;
  text-align: left;
}
.lab-mode-switch__scale {
  display: grid;
  grid-template-columns: auto 26px auto;
  gap: 5px;
  align-items: center;
}
.lab-mode-switch__scale b {
  font-weight: 400;
  opacity: .46;
}
.lab-mode-switch__scale i {
  position: relative;
  width: 26px;
  height: 12px;
  border: 1px solid rgba(216,255,69,.34);
  border-radius: 999px;
}
.lab-mode-switch__scale i::after {
  content: "";
  position: absolute;
  top: 2px;
  left: 2px;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: var(--color-paper-dim);
  transition: left .25s ease, background .25s ease, box-shadow .25s ease;
}
.lab-mode-switch[aria-pressed="true"] .lab-mode-switch__scale i::after {
  left: 16px;
  background: var(--color-signal);
  box-shadow: 0 0 9px rgba(216,255,69,.65);
}
.lab-mode-switch[aria-pressed="false"] .lab-mode-switch__scale b:first-child, .lab-mode-switch[aria-pressed="true"] .lab-mode-switch__scale b:last-child {
  color: var(--color-signal);
  opacity: 1;
}
.lab-mode-switch[aria-pressed="true"] .lab-mode-switch__scale b:first-child, .lab-mode-switch[aria-pressed="false"] .lab-mode-switch__scale b:last-child {
  opacity: .25;
}
.lab-powered-off .lab-mode-dock {
  display: none !important;
}
.radial-lab {
  position: fixed;
  z-index: 120;
  inset: 0;
  background: radial-gradient(circle at 50% 50%, rgba(216,255,69,.035), transparent 25%),	linear-gradient(rgba(255,255,255,.018) 1px, transparent 1px),	linear-gradient(90deg, rgba(255,255,255,.012) 1px, transparent 1px),	#0c0c09;
  background-size: auto, 42px 42px, 42px 42px, auto;
  overflow: hidden;
  opacity: 0;
  clip-path: circle(0 at 50% 50%);
  transition: opacity .55s ease, clip-path .85s cubic-bezier(.2,.8,.2,1);
}
body.is-radial {
  height: 100vh;
  overflow: hidden;
}
body.is-radial .radial-lab {
  opacity: 1;
  clip-path: circle(75% at 50% 50%);
}
body.is-radial .avalon-main, body.is-radial > .lab-footer {
  visibility: hidden;
  pointer-events: none;
}
body.geometry-transition .avalon-main {
  transform: scale(.88) rotate(-1.3deg);
  opacity: .08;
  filter: blur(8px);
  transition: transform .6s ease, opacity .45s ease, filter .45s ease;
}
body.geometry-transition .radial-lab {
  display: block !important;
}
.radial-lab__hud {
  position: absolute;
  z-index: 4;
  top: 14px;
  right: 22px;
  display: flex;
  gap: 18px;
  font-size: 8px;
  letter-spacing: .16em;
  color: rgba(233,229,218,.46);
  text-transform: uppercase;
}
.radial-lab__hud b {
  color: var(--color-signal);
  font-weight: 400;
}
.radial-viewport {
  position: absolute;
  inset: 58px 0 0;
  outline: 0;
  touch-action: none;
  cursor: grab;
}
.radial-viewport.is-dragging {
  cursor: grabbing;
}
.radial-space {
  position: absolute;
  left: 50%;
  top: 50%;
  width: min(76vw, 76vh);
  height: min(76vw, 76vh);
  transform: translate(-50%,-50%) rotate(var(--radial-rotation, 0deg)) scale(var(--radial-zoom,1));
  transform-origin: 50% 50%;
  transition: transform .12s linear;
}
.radial-orbit, .radial-back-orbit, .radial-cross-path {
  position: absolute;
  left: 50%;
  top: 50%;
  border-radius: 50%;
  transform: translate(-50%,-50%);
  pointer-events: none;
}
.radial-orbit {
  border: 1px solid rgba(233,229,218,.13);
}
.radial-orbit--primary {
  width: 54%;
  height: 54%;
  border-color: rgba(216,255,69,.28);
  box-shadow: inset 0 0 40px rgba(216,255,69,.018);
}
.radial-orbit--secondary {
  width: 73%;
  height: 73%;
  border-style: dashed;
}
.radial-orbit--archive {
  width: 92%;
  height: 92%;
  border-color: rgba(233,229,218,.06);
}
.radial-back-orbit {
  width: 118%;
  height: 78%;
  border: 1px dashed rgba(180,95,58,.25);
  transform: translate(-50%,-50%) rotate(-21deg);
  opacity: .28;
  transition: opacity .3s ease, border-color .3s ease;
}
.radial-cross-path {
  width: 88%;
  height: 36%;
  border: 1px solid rgba(216,255,69,.16);
  transform: translate(-50%,-50%) rotate(33deg);
  opacity: 0;
  transition: opacity .35s ease;
}
.radial-lab.route-found .radial-cross-path {
  opacity: .6;
}
.radial-lab.access-013 .radial-orbit, .radial-lab.access-013 .radial-node--active, .radial-lab.access-013 .radial-node--archive, .radial-lab.access-013 .radial-core {
  opacity: .055 !important;
  filter: blur(1px);
}
.radial-lab.access-013 .radial-back-orbit {
  opacity: .92;
  border-color: rgba(180,95,58,.65);
}
.radial-lab.access-013 .radial-cross-path {
  opacity: .85;
}
.radial-core {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 24%;
  aspect-ratio: 1;
  transform: translate(-50%,-50%) rotate(calc(var(--radial-rotation,0deg) * -1));
  border: 1px solid rgba(216,255,69,.42);
  border-radius: 50%;
  background: #11110e;
  color: var(--color-paper);
  display: grid;
  place-content: center;
  gap: 2px;
  text-align: center;
  cursor: default;
  transition: opacity .3s ease, transform .12s linear;
}
.radial-core span {
  font-family: var(--font-display);
  font-size: clamp(1.1rem,3vw,2.8rem);
  line-height: .9;
}
.radial-core strong {
  color: var(--color-signal);
  font-size: clamp(.9rem,2vw,1.8rem);
  font-weight: 400;
}
.radial-core small {
  margin-top: 8px;
  font-size: 6px;
  letter-spacing: .15em;
  opacity: .4;
}
.radial-node {
  position: absolute;
  left: 50%;
  top: 50%;
  transform-origin: center;
  transition: opacity .3s ease, border-color .2s ease, background .2s ease, color .2s ease, box-shadow .2s ease;
}
.radial-node--active, .radial-node--archive {
  transform: translate(-50%,-50%) translate(var(--node-x,0px),var(--node-y,0px)) rotate(calc(var(--radial-rotation,0deg) * -1));
}
.radial-node--active {
  width: 78px;
  height: 78px;
  border: 1px solid rgba(233,229,218,.34);
  border-radius: 50%;
  background: #10100d;
  color: var(--color-paper);
  cursor: pointer;
  display: grid;
  place-content: center;
  text-align: center;
}
.radial-node--active span {
  font-family: var(--font-display);
  font-size: 1.55rem;
  line-height: 1;
}
.radial-node--active small {
  margin-top: 4px;
  font-size: 6px;
  letter-spacing: .13em;
  opacity: .5;
}
.radial-node--active:hover, .radial-node--active:focus-visible {
  border-color: var(--color-signal);
  color: var(--color-signal);
  background: rgba(216,255,69,.06);
  box-shadow: 0 0 32px rgba(216,255,69,.14);
  outline: 0;
}
.radial-node--active.is-entered {
  border-color: rgba(216,255,69,.7);
}
.radial-node--archive {
  font-size: 8px;
  letter-spacing: .14em;
  color: rgba(233,229,218,.19);
  pointer-events: none;
}
.radial-node--thirteen {
  width: 64px;
  height: 64px;
  border: 1px solid rgba(180,95,58,.4);
  border-radius: 50%;
  background: rgba(18,18,15,.92);
  color: rgba(233,229,218,.25);
  display: grid;
  place-content: center;
  text-align: center;
  cursor: default;
  opacity: .08;
  filter: blur(.3px);
  box-shadow: 0 0 0 transparent;
  transition: opacity .16s ease, color .16s ease, border-color .16s ease, box-shadow .16s ease;
}
.radial-node--thirteen span {
  font-family: var(--font-display);
  font-size: 1.5rem;
}
.radial-node--thirteen small {
  width: 98px;
  margin: 6px 0 0 -17px;
  font-size: 5px;
  letter-spacing: .13em;
  line-height: 1.3;
}
.radial-node--thirteen.is-glimpse {
  opacity: .82;
  color: #e8895f;
  border-color: #e8895f;
  box-shadow: 0 0 36px rgba(180,95,58,.35);
}
.radial-node--thirteen.is-unlocked {
  opacity: .72;
  color: var(--color-signal);
  border-color: var(--color-signal);
  cursor: pointer;
  box-shadow: 0 0 28px rgba(216,255,69,.18);
}
.radial-node--thirteen.is-crossing {
  opacity: 1;
  box-shadow: 0 0 48px rgba(216,255,69,.42);
}
.radial-lab.access-013 .radial-node--thirteen {
  opacity: .95;
  filter: none;
}
.radial-lab__legend {
  position: absolute;
  left: 22px;
  bottom: 18px;
  display: flex;
  gap: 16px;
  font-size: 7px;
  letter-spacing: .13em;
  color: rgba(233,229,218,.32);
  text-transform: uppercase;
}
.radial-013-record {
  position: absolute;
  z-index: 10;
  inset: 12vh 12vw;
  padding: clamp(28px,6vw,72px);
  border: 1px solid var(--color-signal);
  background: rgba(10,10,8,.96);
  box-shadow: 0 0 100px rgba(216,255,69,.1);
  color: var(--color-paper);
}
.radial-013-record > p:first-child {
  margin: 0 0 40px;
  color: var(--color-signal);
  font-size: 9px;
  letter-spacing: .18em;
}
.radial-013-record h2 {
  margin: 0;
  max-width: 950px;
  font-family: var(--font-display);
  font-size: clamp(3rem,8vw,7rem);
  line-height: .9;
  font-weight: 400;
  letter-spacing: -.05em;
}
.radial-013-record > p:nth-of-type(2) {
  max-width: 680px;
  margin: 36px 0 0 auto;
  color: var(--color-paper-dim);
  font-size: 12px;
  line-height: 1.7;
}
.radial-013-record button {
  margin-top: 44px;
  border: 0;
  border-bottom: 1px solid var(--color-signal);
  background: transparent;
  color: var(--color-signal);
  padding: 9px 0;
  cursor: pointer;
  font-size: 9px;
  letter-spacing: .16em;
}
body.is-radial .experiment-chamber {
  padding: 5vh 5vw;
  display: grid;
  place-items: center;
  background: rgba(6,6,4,.62);
  backdrop-filter: blur(4px);
}
body.is-radial .chamber-shell {
  width: min(82vw,82vh);
  height: min(82vw,82vh);
  min-height: 0;
  border-radius: 50%;
  background: rgba(14,14,11,.96);
  box-shadow: 0 0 0 1px rgba(216,255,69,.08), 0 0 120px rgba(0,0,0,.75), inset 0 0 90px rgba(216,255,69,.02);
}
body.is-radial .chamber-shell::before, body.is-radial .chamber-shell::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  border: 1px solid rgba(233,229,218,.08);
  border-radius: 50%;
  transform: translate(-50%,-50%);
  pointer-events: none;
}
body.is-radial .chamber-shell::before {
  width: 72%;
  height: 72%;
}
body.is-radial .chamber-shell::after {
  width: 91%;
  height: 91%;
  border-style: dashed;
}
body.is-radial .chamber-bar {
  position: relative;
  z-index: 4;
  width: 74%;
  margin: 4% auto 0;
  border: 0;
  border-bottom: 1px solid rgba(233,229,218,.12);
}
body.is-radial .chamber-panel {
  position: relative;
  z-index: 2;
  height: calc(100% - 76px);
  min-height: 0;
  padding: 6% 11% 10%;
  overflow: auto;
  scrollbar-width: thin;
}
body.is-radial .chamber-panel::before {
  content: attr(data-panel);
  position: absolute;
  right: 10%;
  top: 3%;
  font-family: var(--font-display);
  font-size: clamp(5rem,12vw,11rem);
  line-height: 1;
  color: rgba(216,255,69,.025);
  pointer-events: none;
}
body.is-radial .refusal-field, body.is-radial .proximity-room {
  border-radius: 50%;
}
body.is-radial .decision-output {
  border-left: 0;
  border: 1px solid rgba(180,95,58,.35);
  border-radius: 50%;
  padding: 34px;
}
body.is-radial .chamber-004 textarea {
  border-radius: 50% 50% 46% 54% / 42% 58% 42% 58%;
  min-height: 150px;
  padding: 40px;
}
body.is-radial .error-actions {
  border: 1px dashed rgba(233,229,218,.12);
  border-radius: 50%;
  min-height: 200px;
}
body.is-radial .error-actions button:first-child {
  margin-left: 12%;
  margin-top: 18%;
}
body.is-radial .error-actions .evasive-exit {
  left: 58%;
  top: 46%;
}
body.is-unstable.is-radial .radial-space {
  animation: radial-drift 4.2s steps(1,end) infinite;
}
body.is-unstable.is-radial .radial-orbit--secondary {
  transform: translate(-50%,-50%) scaleX(1.04) rotate(2deg);
}
body.is-unstable.is-radial .radial-core {
  left: 49%;
  top: 51%;
}
@keyframes radial-drift {
  0%,78%,100% {
    margin-left: 0;
    margin-top: 0;
  }
  82% {
    margin-left: 7px;
    margin-top: -3px;
  }
  86% {
    margin-left: -5px;
    margin-top: 4px;
  }
  90% {
    margin-left: 2px;
    margin-top: -1px;
  }
}
@media (max-width: 760px) {
  .lab-mode-dock {
    top: 54px;
    left: 8px;
    width: 146px;
  }
  .lab-mode-switch {
    grid-template-columns: 46px 1fr;
    padding: 5px 6px;
  }
  .lab-mode-switch__scale {
    grid-template-columns: auto 22px auto;
    gap: 3px;
  }
  .radial-lab__hud {
    top: 62px;
    left: auto;
    right: 10px;
    display: grid;
    gap: 4px;
    text-align: right;
  }
  .radial-viewport {
    inset: 50px 0 0;
  }
  .radial-space {
    width: min(92vw, 70vh);
    height: min(92vw, 70vh);
  }
  .radial-node--active {
    width: 58px;
    height: 58px;
  }
  .radial-node--active span {
    font-size: 1.2rem;
  }
  .radial-node--active small {
    display: none;
  }
  .radial-core {
    width: 27%;
  }
  .radial-core small {
    display: none;
  }
  .radial-lab__legend {
    left: 10px;
    right: 10px;
    bottom: 10px;
    display: grid;
    gap: 3px;
  }
  .radial-013-record {
    inset: 9vh 12px 7vh;
    overflow: auto;
  }
}
body.is-radial .chamber-shell {
  width: min(88vw, 88vh);
  height: min(88vw, 88vh);
}
body.is-radial .chamber-bar {
  position: absolute;
  z-index: 8;
  left: 50%;
  top: 2.8%;
  width: auto;
  margin: 0;
  padding: 0;
  border: 0;
  transform: translateX(-50%);
  pointer-events: none;
}
body.is-radial .chamber-bar > span {
  display: none;
}
body.is-radial .chamber-bar button {
  pointer-events: auto;
  min-width: 126px;
  padding: 9px 16px;
  border: 1px solid rgba(216,255,69,.55);
  border-radius: 999px;
  background: rgba(14,14,11,.96);
  color: var(--color-signal);
  box-shadow: 0 0 28px rgba(216,255,69,.08);
  text-align: center;
}
body.is-radial .chamber-panel {
  position: absolute;
  z-index: 2;
  left: 50%;
  top: 50%;
  width: 68%;
  height: 68%;
  min-height: 0;
  padding: 5% 3% 7%;
  transform: translate(-50%,-50%);
  overflow-x: hidden;
  overflow-y: auto;
  scrollbar-width: thin;
  overscroll-behavior: contain;
}
body.is-radial .chamber-panel h2 {
  font-size: clamp(2rem, 5.2vw, 5.3rem);
}
body.is-radial .chamber-code {
  margin-bottom: 26px;
}
body.is-radial .refusal-field, body.is-radial .proximity-room {
  min-height: 260px;
}
body.is-radial .decision-form {
  margin-top: 34px;
}
body.is-radial .decision-output {
  margin-top: 28px;
}
body.is-radial .error-number {
  font-size: clamp(7rem, 20vw, 18rem);
}
body.is-radial .experiment-chamber::after {
  content: "CLICK OUTSIDE THE ORBIT TO CLOSE";
  position: fixed;
  left: 50%;
  bottom: 2.2vh;
  transform: translateX(-50%);
  font-size: 8px;
  letter-spacing: .18em;
  color: rgba(233,229,218,.34);
  pointer-events: none;
}
@media (max-width: 760px) {
  body.is-radial .chamber-shell {
    width: min(94vw, 80vh);
    height: min(94vw, 80vh);
  }
  body.is-radial .chamber-panel {
    width: 72%;
    height: 69%;
    padding: 8% 2% 9%;
  }
  body.is-radial .chamber-bar {
    top: 2%;
  }
  body.is-radial .chamber-bar button {
    min-width: 110px;
    padding: 8px 12px;
  }
  body.is-radial .chamber-panel h2 {
    font-size: clamp(1.7rem, 8vw, 3.2rem);
  }
}
.radial-instability {
  position: fixed;
  z-index: 84;
  right: 24px;
  bottom: 56px;
  min-width: 148px;
  padding: 11px 14px;
  display: grid;
  grid-template-columns: 1fr auto;
  align-items: center;
  gap: 14px;
  border: 1px solid rgba(180,95,58,.58);
  background: rgba(20,12,9,.9);
  color: var(--color-paper-dim);
  box-shadow: 0 0 0 1px rgba(0,0,0,.45), inset 0 0 22px rgba(180,95,58,.04);
  cursor: pointer;
  text-align: left;
  font-size: 8px;
  letter-spacing: .17em;
  text-transform: uppercase;
}
.radial-instability span {
  opacity: .58;
}
.radial-instability strong {
  padding: 7px 9px;
  border: 1px solid rgba(232,137,95,.55);
  background: rgba(180,95,58,.08);
  color: #e8895f;
  font-size: 9px;
  font-weight: 400;
  letter-spacing: .16em;
}
.radial-instability:hover {
  border-color: #e8895f;
  background: rgba(180,95,58,.12);
}
.radial-instability[aria-pressed="true"] {
  border-color: #e8895f;
  box-shadow: 0 0 32px rgba(180,95,58,.12), inset 0 0 34px rgba(180,95,58,.08);
}
.radial-instability[aria-pressed="true"] strong {
  background: #e8895f;
  color: #15110f;
  box-shadow: 0 0 22px rgba(232,137,95,.24);
}
@media (max-width: 760px) {
  .radial-instability {
    right: 10px;
    bottom: 74px;
    min-width: 128px;
    padding: 9px 10px;
  }
  .radial-instability strong {
    padding: 6px 7px;
  }
}
@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }
  *, *::before, *::after {
    transition-duration: .01ms !important;
    animation-duration: .01ms !important;
    animation-iteration-count: 1 !important;
  }
  .cursor-orbit {
    display: none;
  }
}
@layer base {
  input:where([type='text']),input:where(:not([type])),input:where([type='email']),input:where([type='url']),input:where([type='password']),input:where([type='number']),input:where([type='date']),input:where([type='datetime-local']),input:where([type='month']),input:where([type='search']),input:where([type='tel']),input:where([type='time']),input:where([type='week']),select:where([multiple]),textarea,select {
    appearance: none;
    background-color: #fff;
    border-color: oklch(55.1% 0.027 264.364);
    border-width: 1px;
    border-radius: 0px;
    padding-top: 0.5rem;
    padding-right: 0.75rem;
    padding-bottom: 0.5rem;
    padding-left: 0.75rem;
    font-size: 1rem;
    line-height: 1.5rem;
    --tw-shadow: 0 0 #0000;
    &:focus {
      outline: 2px solid transparent;
      outline-offset: 2px;
      --tw-ring-inset: var(--tw-empty,/*!*/ /*!*/);
      --tw-ring-offset-width: 0px;
      --tw-ring-offset-color: #fff;
      --tw-ring-color: oklch(54.6% 0.245 262.881);
      --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
      --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color);
      box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
      border-color: oklch(54.6% 0.245 262.881);
    }
  }
  input::placeholder,textarea::placeholder {
    color: oklch(55.1% 0.027 264.364);
    opacity: 1;
  }
  ::-webkit-datetime-edit-fields-wrapper {
    padding: 0;
  }
  ::-webkit-date-and-time-value {
    min-height: 1.5em;
  }
  ::-webkit-date-and-time-value {
    text-align: inherit;
  }
  ::-webkit-datetime-edit {
    display: inline-flex;
  }
  ::-webkit-datetime-edit,::-webkit-datetime-edit-year-field,::-webkit-datetime-edit-month-field,::-webkit-datetime-edit-day-field,::-webkit-datetime-edit-hour-field,::-webkit-datetime-edit-minute-field,::-webkit-datetime-edit-second-field,::-webkit-datetime-edit-millisecond-field,::-webkit-datetime-edit-meridiem-field {
    padding-top: 0;
    padding-bottom: 0;
  }
  select {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 20 20'%3e%3cpath stroke='oklch(55.1%25 0.027 264.364)' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5' d='M6 8l4 4 4-4'/%3e%3c/svg%3e");
    background-position: right 0.5rem center;
    background-repeat: no-repeat;
    background-size: 1.5em 1.5em;
    padding-right: 2.5rem;
    print-color-adjust: exact;
  }
  select:where([multiple]),select:where([size]:not([size="1"])) {
    background-image: initial;
    background-position: initial;
    background-repeat: unset;
    background-size: initial;
    padding-right: 0.75rem;
    print-color-adjust: unset;
  }
  input:where([type='checkbox']),input:where([type='radio']) {
    appearance: none;
    padding: 0;
    print-color-adjust: exact;
    display: inline-block;
    vertical-align: middle;
    background-origin: border-box;
    user-select: none;
    flex-shrink: 0;
    height: 1rem;
    width: 1rem;
    color: oklch(54.6% 0.245 262.881);
    background-color: #fff;
    border-color: oklch(55.1% 0.027 264.364);
    border-width: 1px;
    --tw-shadow: 0 0 #0000;
  }
  input:where([type='checkbox']) {
    border-radius: 0px;
  }
  input:where([type='radio']) {
    border-radius: 100%;
  }
  input:where([type='checkbox']):focus,input:where([type='radio']):focus {
    outline: 2px solid transparent;
    outline-offset: 2px;
    --tw-ring-inset: var(--tw-empty,/*!*/ /*!*/);
    --tw-ring-offset-width: 2px;
    --tw-ring-offset-color: #fff;
    --tw-ring-color: oklch(54.6% 0.245 262.881);
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
  }
  input:where([type='checkbox']):checked,input:where([type='radio']):checked {
    border-color: transparent;
    background-color: currentColor;
    background-size: 100% 100%;
    background-position: center;
    background-repeat: no-repeat;
  }
  input:where([type='checkbox']):checked {
    background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 16 16' fill='white' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M12.207 4.793a1 1 0 010 1.414l-5 5a1 1 0 01-1.414 0l-2-2a1 1 0 011.414-1.414L6.5 9.086l4.293-4.293a1 1 0 011.414 0z'/%3e%3c/svg%3e");
    @media (forced-colors: active) {
      appearance: auto;
    }
  }
  input:where([type='radio']):checked {
    background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 16 16' fill='white' xmlns='http://www.w3.org/2000/svg'%3e%3ccircle cx='8' cy='8' r='3'/%3e%3c/svg%3e");
    @media (forced-colors: active) {
      appearance: auto;
    }
  }
  input:where([type='checkbox']):checked:hover,input:where([type='checkbox']):checked:focus,input:where([type='radio']):checked:hover,input:where([type='radio']):checked:focus {
    border-color: transparent;
    background-color: currentColor;
  }
  input:where([type='checkbox']):indeterminate {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 16 16'%3e%3cpath stroke='white' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M4 8h8'/%3e%3c/svg%3e");
    border-color: transparent;
    background-color: currentColor;
    background-size: 100% 100%;
    background-position: center;
    background-repeat: no-repeat;
    @media (forced-colors: active) {
      appearance: auto;
    }
  }
  input:where([type='checkbox']):indeterminate:hover,input:where([type='checkbox']):indeterminate:focus {
    border-color: transparent;
    background-color: currentColor;
  }
  input:where([type='file']) {
    background: unset;
    border-color: inherit;
    border-width: 0;
    border-radius: 0;
    padding: 0;
    font-size: unset;
    line-height: inherit;
  }
  input:where([type='file']):focus {
    outline: 1px solid ButtonText;
    outline: 1px auto -webkit-focus-ring-color;
  }
}
@property --tw-rotate-x {
  syntax: "*";
  inherits: false;
}
@property --tw-rotate-y {
  syntax: "*";
  inherits: false;
}
@property --tw-rotate-z {
  syntax: "*";
  inherits: false;
}
@property --tw-skew-x {
  syntax: "*";
  inherits: false;
}
@property --tw-skew-y {
  syntax: "*";
  inherits: false;
}
@property --tw-border-style {
  syntax: "*";
  inherits: false;
  initial-value: solid;
}
@property --tw-font-weight {
  syntax: "*";
  inherits: false;
}
@property --tw-tracking {
  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-rotate-x: initial;
      --tw-rotate-y: initial;
      --tw-rotate-z: initial;
      --tw-skew-x: initial;
      --tw-skew-y: initial;
      --tw-border-style: solid;
      --tw-font-weight: initial;
      --tw-tracking: initial;
    }
  }
}
