/*! tailwindcss v4.3.0 | MIT License | https://tailwindcss.com */
@layer properties;
@layer theme, base, components, utilities;
@layer theme {
  :root, :host {
    --font-sans: Arial,Helvetica,sans-serif;
    --font-serif: Georgia,"Times New Roman",serif;
    --font-mono: "Courier New",Courier,monospace;
    --spacing: 0.25rem;
    --container-md: 28rem;
    --container-2xl: 42rem;
    --container-3xl: 48rem;
    --container-4xl: 56rem;
    --container-5xl: 64rem;
    --container-6xl: 72rem;
    --text-xs: 0.75rem;
    --text-xs--line-height: calc(1 / 0.75);
    --text-sm: .875rem;
    --text-sm--line-height: calc(1.25 / 0.875);
    --text-base: 1rem;
    --text-base--line-height: calc(1.5 / 1);
    --text-xl: 1.25rem;
    --text-xl--line-height: calc(1.75 / 1.25);
    --text-2xl: 1.5rem;
    --text-2xl--line-height: calc(2 / 1.5);
    --text-3xl: 1.875rem;
    --text-3xl--line-height: calc(2.25 / 1.875);
    --text-4xl: 2.25rem;
    --text-4xl--line-height: calc(2.5 / 2.25);
    --text-5xl: 3rem;
    --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-primary: #ffd84d;
    --color-neutral: #f4f0dc;
    --color-background: #0a0a10;
  }
}
@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 {
  .static {
    position: static;
  }
  .sticky {
    position: sticky;
  }
  .top-0 {
    top: calc(var(--spacing) * 0);
  }
  .z-40 {
    z-index: 40;
  }
  .-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-6 {
    margin-top: calc(var(--spacing) * 6);
  }
  .mt-8 {
    margin-top: calc(var(--spacing) * 8);
  }
  .mt-12 {
    margin-top: calc(var(--spacing) * 12);
  }
  .mt-20 {
    margin-top: calc(var(--spacing) * 20);
  }
  .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;
  }
  .inline-block {
    display: inline-block;
  }
  .h-1\.5 {
    height: calc(var(--spacing) * 1.5);
  }
  .h-auto {
    height: auto;
  }
  .min-h-screen {
    min-height: 100vh;
  }
  .w-1\.5 {
    width: calc(var(--spacing) * 1.5);
  }
  .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-5xl {
    max-width: var(--container-5xl);
  }
  .max-w-6xl {
    max-width: var(--container-6xl);
  }
  .max-w-md {
    max-width: var(--container-md);
  }
  .max-w-none {
    max-width: none;
  }
  .flex-1 {
    flex: 1;
  }
  .flex-col {
    flex-direction: column;
  }
  .items-center {
    align-items: center;
  }
  .justify-between {
    justify-content: space-between;
  }
  .gap-0 {
    gap: calc(var(--spacing) * 0);
  }
  .gap-3 {
    gap: calc(var(--spacing) * 3);
  }
  .gap-6 {
    gap: calc(var(--spacing) * 6);
  }
  .gap-8 {
    gap: calc(var(--spacing) * 8);
  }
  .gap-10 {
    gap: calc(var(--spacing) * 10);
  }
  .gap-12 {
    gap: calc(var(--spacing) * 12);
  }
  .rounded-full {
    border-radius: calc(infinity * 1px);
  }
  .border-b {
    border-bottom-style: var(--tw-border-style);
    border-bottom-width: 1px;
  }
  .bg-background {
    background-color: var(--color-background);
  }
  .bg-primary {
    background-color: var(--color-primary);
  }
  .px-6 {
    padding-inline: calc(var(--spacing) * 6);
  }
  .py-5 {
    padding-block: calc(var(--spacing) * 5);
  }
  .py-8 {
    padding-block: calc(var(--spacing) * 8);
  }
  .py-12 {
    padding-block: calc(var(--spacing) * 12);
  }
  .py-16 {
    padding-block: calc(var(--spacing) * 16);
  }
  .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-right {
    text-align: right;
  }
  .font-mono {
    font-family: var(--font-mono);
  }
  .font-sans {
    font-family: var(--font-sans);
  }
  .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));
  }
  .text-\[11px\] {
    font-size: 11px;
  }
  .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-\[0\.16em\] {
    --tw-tracking: 0.16em;
    letter-spacing: 0.16em;
  }
  .tracking-tight {
    --tw-tracking: var(--tracking-tight);
    letter-spacing: var(--tracking-tight);
  }
  .tracking-wider {
    --tw-tracking: var(--tracking-wider);
    letter-spacing: var(--tracking-wider);
  }
  .text-neutral {
    color: var(--color-neutral);
  }
  .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\:text-primary {
    &:hover {
      @media (hover: hover) {
        color: var(--color-primary);
      }
    }
  }
  .md\:mx-0 {
    @media (width >= 48rem) {
      margin-inline: calc(var(--spacing) * 0);
    }
  }
  .md\:grid-cols-\[1fr_\.85fr\] {
    @media (width >= 48rem) {
      grid-template-columns: 1fr .85fr;
    }
  }
  .md\:flex-row {
    @media (width >= 48rem) {
      flex-direction: row;
    }
  }
  .md\:items-center {
    @media (width >= 48rem) {
      align-items: center;
    }
  }
  .md\:justify-between {
    @media (width >= 48rem) {
      justify-content: space-between;
    }
  }
  .md\:px-10 {
    @media (width >= 48rem) {
      padding-inline: calc(var(--spacing) * 10);
    }
  }
  .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));
    }
  }
  .md\:text-base {
    @media (width >= 48rem) {
      font-size: var(--text-base);
      line-height: var(--tw-leading, var(--text-base--line-height));
    }
  }
}
@layer base {
  body {
    background: #0a0a10;
    color: #e8e4d4;
    background-image: radial-gradient(circle at 18% 12%,rgba(255,60,150,.08),transparent 22rem),radial-gradient(circle at 84% 16%,rgba(0,220,255,.07),transparent 24rem),linear-gradient(rgba(255,255,255,.018) 1px,transparent 1px);
    background-size: auto,auto,100% 4px;
  }
  ::selection {
    background: #ffd84d;
    color: #111;
  }
}
@layer components {
  .cereal-header {
    background: rgba(8,8,14,.88);
    border-bottom: 1px solid rgba(121,242,255,.18);
    backdrop-filter: blur(14px);
  }
  .cereal-brand {
    font-family: var(--font-mono);
    letter-spacing: .42em;
    color: #ffd84d;
    font-weight: 700;
    text-shadow: 2px 0 #ff3c96,-2px 0 #6cf7ff;
  }
  .cereal-status {
    font-family: var(--font-mono);
    font-size: .67rem;
    letter-spacing: .15em;
    color: #79f2ff;
  }
  .signal-footer {
    border-top: 1px solid rgba(255,216,77,.15);
  }
  .retro-hero {
    position: relative;
    border: 1px solid rgba(121,242,255,.25);
    background: linear-gradient(135deg,#10101a,#08080e 60%,#15101b);
    box-shadow: 0 24px 100px rgba(0,0,0,.55),inset 0 0 0 1px rgba(255,216,77,.04);
  }
  .retro-hero:before {
    content: "";
    position: absolute;
    inset: 0;
    pointer-events: none;
    background: repeating-linear-gradient(to bottom,rgba(255,255,255,.025) 0 1px,transparent 1px 4px);
    opacity: .35;
  }
  .retro-stars {
    position: absolute;
    inset: 0;
    background-image: radial-gradient(circle at 20% 30%,#79f2ff 0 1px,transparent 1.5px),radial-gradient(circle at 70% 18%,#ffd84d 0 1px,transparent 1.5px),radial-gradient(circle at 52% 66%,#ff3c96 0 1px,transparent 1.5px);
    background-size: 83px 83px,127px 127px,101px 101px;
    opacity: .28;
  }
  .retro-grid {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 44%;
    background: linear-gradient(rgba(121,242,255,.16) 1px,transparent 1px),linear-gradient(90deg,rgba(121,242,255,.16) 1px,transparent 1px);
    background-size: 36px 22px;
    transform: perspective(260px) rotateX(58deg);
    transform-origin: bottom;
    mask-image: linear-gradient(to top,black,transparent);
  }
  .artifact-topline {
    display: flex;
    justify-content: space-between;
    gap: 1rem;
    font-family: var(--font-mono);
    font-size: .64rem;
    letter-spacing: .16em;
    color: #79f2ff;
    border-bottom: 1px dashed rgba(121,242,255,.3);
    padding-bottom: .75rem;
  }
  .retro-title {
    font-family: Arial Black,Arial,sans-serif;
    font-size: clamp(3rem,9vw,7.5rem);
    line-height: .86;
    letter-spacing: -.065em;
    text-transform: uppercase;
    color: #f6efcf;
    text-shadow: 4px 4px 0 #242036,7px 7px 0 rgba(255,60,150,.45),-2px -2px 0 rgba(121,242,255,.45);
    max-width: 10ch;
  }
  .hero-sub {
    margin-top: 2rem;
    max-width: 34rem;
    font-family: var(--font-serif);
    font-size: 1.15rem;
    line-height: 1.7;
    color: #cfc9b8;
  }
  .artifact-chips {
    display: flex;
    flex-wrap: wrap;
    gap: .5rem;
  }
  .artifact-chips span {
    font-family: var(--font-mono);
    font-size: .61rem;
    letter-spacing: .1em;
    padding: .45rem .6rem;
    border: 1px solid rgba(255,216,77,.28);
    color: #ffd84d;
    background: rgba(255,216,77,.04);
  }
  .bbs-panel {
    border-left: 1px solid rgba(121,242,255,.2);
    background: #05060a;
    padding: 1.25rem;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    box-shadow: inset 18px 0 40px rgba(0,0,0,.4);
  }
  .bbs-head {
    font-family: var(--font-mono);
    font-size: .66rem;
    letter-spacing: .18em;
    color: #111;
    background: #79f2ff;
    padding: .5rem .65rem;
    display: inline-block;
    align-self: flex-start;
  }
  .bbs-screen {
    margin-top: 2rem;
    padding: 1.2rem;
    border: 1px solid rgba(71,255,102,.35);
    background: radial-gradient(circle at center,rgba(71,255,102,.05),#020603 72%);
    color: #47ff66;
    font-family: var(--font-mono);
    font-size: .84rem;
    line-height: 1.75;
    box-shadow: inset 0 0 34px rgba(71,255,102,.06),0 0 32px rgba(0,0,0,.5);
    text-shadow: 0 0 8px rgba(71,255,102,.5);
  }
  .bbs-rule {
    height: 1px;
    background: rgba(71,255,102,.25);
    margin: .8rem 0;
  }
  .blink-line {
    animation: blink 1s steps(2,end) infinite;
  }
  .anagram-tape {
    margin-top: 1.2rem;
    font-family: var(--font-mono);
    font-size: .62rem;
    line-height: 1.6;
    color: #ff8fc8;
    letter-spacing: .08em;
    transform: rotate(-1.5deg);
    border-top: 1px dashed rgba(255,60,150,.35);
    padding-top: .8rem;
  }
  .artifact-strip {
    display: grid;
    grid-template-columns: repeat(3,1fr);
    gap: 1rem;
  }
  .artifact-card {
    min-height: 270px;
    position: relative;
    overflow: hidden;
    border: 1px solid rgba(255,255,255,.13);
    padding: 1rem;
    box-shadow: 0 16px 50px rgba(0,0,0,.28);
  }
  .artifact-label {
    font-family: var(--font-mono);
    font-size: .58rem;
    letter-spacing: .14em;
    color: #141414;
    background: #ffd84d;
    display: inline-block;
    padding: .35rem .45rem;
  }
  .cereal-box-card {
    background: linear-gradient(145deg,#ffcf28,#f05f2b 56%,#c83576);
    color: #16100d;
  }
  .box-mark {
    font-family: Arial Black,Arial,sans-serif;
    font-size: 3.5rem;
    line-height: .9;
    margin-top: 2.4rem;
    transform: rotate(-5deg);
    text-shadow: 4px 4px 0 rgba(255,255,255,.28);
  }
  .prize-copy {
    font-family: var(--font-mono);
    font-weight: 700;
    margin-top: 1rem;
    border: 2px dashed #16100d;
    padding: .6rem;
    display: inline-block;
  }
  .tiny-copy {
    position: absolute;
    left: 1rem;
    right: 1rem;
    bottom: 1rem;
    font-family: var(--font-mono);
    font-size: .58rem;
    letter-spacing: .1em;
    line-height: 1.5;
  }
  .eye-card {
    background: #15131b;
    color: #e9d7a4;
    background-image: linear-gradient(rgba(233,215,164,.04) 1px,transparent 1px);
    background-size: 100% 6px;
  }
  .horus-eye {
    height: 100px;
    margin-top: 2rem;
    position: relative;
  }
  .horus-eye:before {
    content: "";
    position: absolute;
    left: 15%;
    right: 15%;
    top: 38%;
    height: 38%;
    border-top: 4px solid #e9d7a4;
    border-radius: 50% 50% 0 0;
    transform: skewX(-18deg);
  }
  .horus-eye:after {
    content: "";
    position: absolute;
    width: 28px;
    height: 28px;
    border: 4px solid #79f2ff;
    border-radius: 50%;
    left: 46%;
    top: 35%;
    box-shadow: 0 0 20px rgba(121,242,255,.3);
  }
  .horus-eye span {
    position: absolute;
    width: 44px;
    height: 4px;
    background: #e9d7a4;
    left: 58%;
    top: 68%;
    transform: rotate(48deg);
  }
  .fraction-big {
    font-family: var(--font-mono);
    font-size: 2rem;
    color: #79f2ff;
    text-align: center;
  }
  .tape-card {
    background: #d9d1bd;
    color: #171717;
  }
  .cassette {
    height: 90px;
    margin: 2rem 1rem 0;
    border: 4px solid #181818;
    border-radius: 8px;
    position: relative;
    background: linear-gradient(#a7a090 0 55%,#262626 55%);
  }
  .cassette:before,.cassette:after {
    content: "";
    position: absolute;
    top: 22px;
    width: 28px;
    height: 28px;
    border: 5px solid #181818;
    border-radius: 50%;
    background: #d9d1bd;
  }
  .cassette:before {
    left: 20%;
  }
  .cassette:after {
    right: 20%;
  }
  .cassette i {
    display: none;
  }
  .tape-title {
    font-family: var(--font-mono);
    font-weight: 700;
    text-align: center;
    margin-top: .8rem;
  }
  .dossier {
    border: 1px solid rgba(255,216,77,.2);
    background: #111017;
    padding: 1rem;
    transform: rotate(-1deg);
  }
  .dossier-stamp {
    border: 2px solid #ff3c96;
    color: #ff6ab0;
    font-family: var(--font-mono);
    font-weight: 700;
    letter-spacing: .12em;
    text-align: center;
    padding: .7rem;
    transform: rotate(-4deg);
    margin-bottom: 1.2rem;
  }
  .dossier-line {
    display: flex;
    justify-content: space-between;
    font-family: var(--font-mono);
    font-size: .62rem;
    letter-spacing: .09em;
    border-bottom: 1px dotted rgba(255,255,255,.14);
    padding: .6rem 0;
  }
  .dossier-line span {
    color: #777;
  }
  .dossier-line b {
    color: #79f2ff;
  }
  .hash-fragment {
    margin-top: 1rem;
    font-family: var(--font-mono);
    font-size: .6rem;
    color: #565969;
    line-height: 1.5;
    word-break: break-all;
  }
  .story-column {
    position: relative;
  }
  .story-column:before {
    content: "";
    position: absolute;
    left: -1.5rem;
    top: 0;
    bottom: 0;
    border-left: 1px dashed rgba(121,242,255,.12);
  }
  .story-prose {
    font-family: var(--font-serif);
    font-size: 1.18rem;
    line-height: 1.9;
    color: #d8d2c4;
  }
  .story-prose>* {
    max-width: 43rem;
  }
  .story-prose p {
    margin: 0 0 1.5em;
  }
  .story-prose h1 {
    display: none;
  }
  .story-prose strong {
    font-family: var(--font-mono);
    color: #ffd84d;
  }
  .story-prose blockquote {
    font-family: var(--font-mono);
    font-style: normal;
    font-size: 1rem;
    letter-spacing: .05em;
    color: #47ff66;
    background: #030704;
    border: 1px solid rgba(71,255,102,.26);
    padding: 1rem 1.2rem;
    margin: 2rem 0;
    box-shadow: inset 0 0 24px rgba(71,255,102,.04);
  }
  .story-prose blockquote p {
    margin: 0;
  }
  .story-prose hr {
    border: 0;
    height: 1px;
    background: linear-gradient(90deg,#ff3c96,transparent 30%,#79f2ff 70%,transparent);
    margin: 4rem 0;
  }
  .story-prose>p:first-child,.story-prose>p:nth-child(2) {
    font-family: var(--font-mono);
    font-size: .68rem;
    letter-spacing: .11em;
    color: #8d8b9b;
  }
  .archive-tease {
    border: 1px solid rgba(255,216,77,.22);
    background: #0c0b10;
    box-shadow: 0 25px 80px rgba(0,0,0,.45);
  }
  .archive-header {
    display: flex;
    justify-content: space-between;
    font-family: var(--font-mono);
    font-size: .6rem;
    letter-spacing: .14em;
    padding: .7rem 1rem;
    background: #ffd84d;
    color: #17120b;
  }
  .archive-copy {
    padding: 1.5rem;
    font-family: var(--font-mono);
    color: #79f2ff;
    line-height: 1.8;
  }
  .archive-year {
    font-size: 4rem;
    line-height: 1;
    color: #ff3c96;
    text-shadow: 3px 3px 0 #312335;
    margin-bottom: 1rem;
  }
  .door-64 {
    min-height: 290px;
    border-left: 1px solid rgba(255,216,77,.18);
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background: linear-gradient(160deg,#131018,#050508);
    position: relative;
  }
  .door-eye {
    font-size: 3rem;
    color: #e9d7a4;
  }
  .door-fraction {
    font-family: var(--font-mono);
    font-size: 2.2rem;
    color: #ffd84d;
    margin-top: 1rem;
  }
  .door-missing {
    font-size: 2rem;
    color: #ff3c96;
    margin-top: .6rem;
    animation: glitch 2.8s infinite;
  }
  .terminal-question {
    border-top: 1px dashed rgba(71,255,102,.25);
    padding: 1rem 1.2rem;
    font-family: var(--font-mono);
    font-size: 1rem;
    color: #47ff66;
    background: #020603;
  }
  .terminal-cursor {
    animation: blink 1s steps(2,end) infinite;
    margin-left: .4rem;
  }
  .lab-entry {
    min-height: calc(100vh - 74px);
  }
  .lab-gate {
    position: relative;
    min-height: calc(100vh - 74px);
    overflow: hidden;
    background: radial-gradient(circle at 50% 34%,rgba(121,242,255,.08),transparent 28rem),radial-gradient(circle at 16% 80%,rgba(255,60,150,.08),transparent 22rem),#050509;
  }
  .lab-noise {
    position: absolute;
    inset: 0;
    background: repeating-linear-gradient(to bottom,rgba(255,255,255,.025) 0 1px,transparent 1px 4px);
    opacity: .42;
    pointer-events: none;
  }
  .lab-grid {
    position: absolute;
    left: -10%;
    right: -10%;
    bottom: -6%;
    height: 46%;
    background: linear-gradient(rgba(121,242,255,.13) 1px,transparent 1px),linear-gradient(90deg,rgba(121,242,255,.13) 1px,transparent 1px);
    background-size: 46px 26px;
    transform: perspective(320px) rotateX(64deg);
    transform-origin: bottom;
    mask-image: linear-gradient(to top,black,transparent);
  }
  .lab-wrap {
    position: relative;
    z-index: 2;
    max-width: 1200px;
    margin: 0 auto;
    padding: 3rem 1.25rem 5rem;
  }
  .lab-boot {
    max-width: 620px;
    border: 1px solid rgba(71,255,102,.25);
    background: #020603;
    color: #47ff66;
    font-family: var(--font-mono);
    font-size: .74rem;
    line-height: 1.75;
    padding: 1rem 1.1rem;
    box-shadow: inset 0 0 36px rgba(71,255,102,.04),0 18px 60px rgba(0,0,0,.35);
    text-shadow: 0 0 8px rgba(71,255,102,.42);
  }
  .lab-boot-head {
    color: #111;
    background: #47ff66;
    display: inline-block;
    padding: .3rem .45rem;
    margin-bottom: .75rem;
    letter-spacing: .12em;
  }
  .lab-boot p {
    margin: 0;
  }
  .lab-main {
    padding: 5rem 0 3rem;
  }
  .lab-eyebrow {
    font-family: var(--font-mono);
    font-size: .7rem;
    letter-spacing: .22em;
    color: #79f2ff;
    margin-bottom: 1.2rem;
  }
  .lab-main h1 {
    font-family: Arial Black,Arial,sans-serif;
    font-size: clamp(3.4rem,9vw,8rem);
    line-height: .82;
    letter-spacing: -.06em;
    text-transform: uppercase;
    color: #f5efd8;
    margin: 0;
    max-width: 11ch;
    text-shadow: 5px 5px 0 #242036,8px 8px 0 rgba(255,60,150,.38),-2px -2px 0 rgba(121,242,255,.4);
  }
  .lab-main h1 span {
    color: #ffd84d;
  }
  .lab-subsystem {
    margin-top: 1.8rem;
    font-family: var(--font-mono);
    font-size: clamp(1.1rem,2.2vw,1.7rem);
    letter-spacing: .32em;
    color: #ff8fc8;
  }
  .lab-manifesto {
    margin-top: 2rem;
    max-width: 40rem;
    font-family: var(--font-serif);
    font-size: 1.25rem;
    line-height: 1.8;
    color: #d7d0bd;
  }
  .lab-enter {
    display: inline-block;
    margin-top: 2rem;
    font-family: var(--font-mono);
    font-weight: 700;
    letter-spacing: .12em;
    color: #07090b;
    background: #79f2ff;
    padding: 1rem 1.25rem;
    text-decoration: none;
    box-shadow: 5px 5px 0 #ff3c96;
    transition: transform .15s ease;
  }
  .lab-enter:hover {
    transform: translate(-2px,-2px);
  }
  .lab-artifacts {
    display: grid;
    grid-template-columns: repeat(3,1fr);
    gap: 1rem;
    margin-top: 1rem;
  }
  .lab-card {
    min-height: 230px;
    border: 1px solid rgba(255,255,255,.14);
    padding: 1rem;
    position: relative;
    box-shadow: 0 16px 50px rgba(0,0,0,.28);
  }
  .lab-card-label {
    display: inline-block;
    font-family: var(--font-mono);
    font-size: .58rem;
    letter-spacing: .15em;
    padding: .35rem .45rem;
    background: #ffd84d;
    color: #121212;
  }
  .lab-eye-card {
    background: #15131b;
    color: #e9d7a4;
  }
  .lab-eye-symbol {
    font-size: 5rem;
    text-align: center;
    margin-top: 1.2rem;
    color: #79f2ff;
    text-shadow: 0 0 24px rgba(121,242,255,.3);
  }
  .lab-frac {
    text-align: center;
    font-family: var(--font-mono);
    font-size: 2rem;
  }
  .lab-card-note {
    position: absolute;
    left: 1rem;
    bottom: 1rem;
    font-family: var(--font-mono);
    font-size: .58rem;
    letter-spacing: .12em;
    color: #8f8b7a;
  }
  .lab-tape-card {
    background: #d9d1bd;
    color: #171717;
  }
  .lab-cassette {
    height: 82px;
    margin: 1.8rem .6rem 1rem;
    border: 4px solid #181818;
    border-radius: 8px;
    position: relative;
    background: linear-gradient(#aaa291 0 55%,#252525 55%);
  }
  .lab-cassette:before,.lab-cassette:after {
    content: "";
    position: absolute;
    top: 20px;
    width: 25px;
    height: 25px;
    border: 5px solid #181818;
    border-radius: 50%;
    background: #d9d1bd;
  }
  .lab-cassette:before {
    left: 20%;
  }
  .lab-cassette:after {
    right: 20%;
  }
  .lab-anagram {
    font-family: var(--font-mono);
    font-weight: 700;
    font-size: .74rem;
    line-height: 1.7;
  }
  .lab-file-card {
    background: linear-gradient(145deg,#15101b,#05060a);
    color: #f0ead5;
  }
  .lab-file-title {
    font-family: Arial Black,Arial,sans-serif;
    font-size: 1.75rem;
    line-height: .95;
    margin-top: 2.2rem;
    text-transform: uppercase;
  }
  .lab-file-meta {
    position: absolute;
    left: 1rem;
    right: 1rem;
    bottom: 1rem;
    font-family: var(--font-mono);
    font-size: .61rem;
    line-height: 1.7;
    color: #79f2ff;
  }
  .lab-bottomline {
    margin-top: 1rem;
    border-top: 1px dashed rgba(71,255,102,.22);
    padding: 1rem;
    font-family: var(--font-mono);
    color: #47ff66;
    background: #020603;
    letter-spacing: .12em;
  }
  .lab-cursor {
    animation: blink 1s steps(2,end) infinite;
    margin-left: .35rem;
  }
  .epcot-record-shell {
    background: radial-gradient(circle at 50% 0,rgba(121,242,255,.06),transparent 34rem),#090910;
  }
  .epcot-hero {
    position: relative;
    overflow: hidden;
    border-bottom: 1px solid rgba(121,242,255,.18);
    background: linear-gradient(180deg,#0c0d14,#07080d 72%);
  }
  .epcot-scanlines {
    position: absolute;
    inset: 0;
    background: repeating-linear-gradient(to bottom,rgba(255,255,255,.024) 0 1px,transparent 1px 4px);
    opacity: .38;
    pointer-events: none;
  }
  .epcot-sky {
    position: absolute;
    inset: 0;
    background-image: radial-gradient(circle at 13% 22%,#79f2ff 0 1px,transparent 1.5px),radial-gradient(circle at 84% 18%,#ffd84d 0 1px,transparent 1.5px),radial-gradient(circle at 66% 70%,#ff3c96 0 1px,transparent 1.5px);
    background-size: 97px 97px,131px 131px,113px 113px;
    opacity: .17;
  }
  .epcot-hero-wrap {
    position: relative;
    z-index: 2;
    max-width: 1320px;
    margin: 0 auto;
    padding: 1rem 1.25rem 2rem;
  }
  .epcot-topline {
    display: flex;
    justify-content: space-between;
    gap: 1rem;
    padding: .65rem 0 1rem;
    border-bottom: 1px dashed rgba(121,242,255,.26);
    font-family: var(--font-mono);
    font-size: .62rem;
    letter-spacing: .16em;
    color: #79f2ff;
  }
  .epcot-topline a {
    color: #ffd84d;
    text-decoration: none;
  }
  .epcot-hero-grid {
    display: grid;
    grid-template-columns: minmax(0,1.15fr) minmax(360px,.85fr);
    gap: 3rem;
    align-items: center;
    min-height: 650px;
  }
  .epcot-kicker {
    font-family: var(--font-mono);
    font-size: .66rem;
    letter-spacing: .18em;
    color: #ff8fc8;
    margin-bottom: 1.25rem;
  }
  .epcot-copy h1 {
    font-family: Arial Black,Arial,sans-serif;
    font-size: clamp(3rem,7vw,7rem);
    line-height: .86;
    letter-spacing: -.055em;
    text-transform: uppercase;
    color: #f5efd8;
    margin: 0;
    max-width: 9ch;
    text-shadow: 5px 5px 0 #242036,8px 8px 0 rgba(255,60,150,.3),-2px -2px 0 rgba(121,242,255,.34);
  }
  .epcot-deck {
    max-width: 40rem;
    margin-top: 1.8rem;
    font-family: var(--font-serif);
    font-size: 1.18rem;
    line-height: 1.7;
    color: #cfc9b8;
  }
  .epcot-meta {
    display: flex;
    flex-wrap: wrap;
    gap: .5rem;
    margin-top: 2rem;
  }
  .epcot-meta span {
    font-family: var(--font-mono);
    font-size: .61rem;
    letter-spacing: .11em;
    border: 1px solid rgba(255,216,77,.26);
    color: #ffd84d;
    padding: .45rem .6rem;
    background: rgba(255,216,77,.03);
  }
  .epcot-sphere-panel {
    position: relative;
    min-height: 470px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .epcot-sphere {
    width: min(390px,78vw);
    aspect-ratio: 1;
    border-radius: 50%;
    position: relative;
    overflow: hidden;
    background: radial-gradient(circle at 36% 30%,rgba(255,255,255,.2),transparent 16%),linear-gradient(135deg,#c9c6bb,#656b7b 52%,#222735);
    box-shadow: 0 0 0 1px rgba(255,255,255,.18),0 0 90px rgba(121,242,255,.12),0 35px 90px rgba(0,0,0,.5);
  }
  .epcot-sphere:before,.epcot-sphere:after {
    content: "";
    position: absolute;
    inset: -12%;
    background: linear-gradient(30deg,transparent 47%,rgba(15,18,28,.8) 48% 51%,transparent 52%),linear-gradient(150deg,transparent 47%,rgba(15,18,28,.65) 48% 51%,transparent 52%);
    background-size: 76px 66px;
    transform: rotate(4deg);
  }
  .epcot-sphere:after {
    transform: rotate(64deg);
    opacity: .55;
  }
  .epcot-sphere span {
    position: absolute;
    width: 0;
    height: 0;
    border-left: 34px solid transparent;
    border-right: 34px solid transparent;
    border-bottom: 58px solid rgba(121,242,255,.14);
  }
  .epcot-sphere span:nth-child(1) {
    left: 22%;
    top: 18%;
    transform: rotate(10deg);
  }
  .epcot-sphere span:nth-child(2) {
    left: 48%;
    top: 12%;
    transform: rotate(70deg);
  }
  .epcot-sphere span:nth-child(3) {
    left: 60%;
    top: 35%;
    transform: rotate(128deg);
  }
  .epcot-sphere span:nth-child(4) {
    left: 35%;
    top: 40%;
    transform: rotate(190deg);
  }
  .epcot-sphere span:nth-child(5) {
    left: 14%;
    top: 48%;
    transform: rotate(248deg);
  }
  .epcot-sphere span:nth-child(6) {
    left: 52%;
    top: 62%;
    transform: rotate(310deg);
  }
  .epcot-sphere span:nth-child(7) {
    left: 26%;
    top: 70%;
    transform: rotate(24deg);
  }
  .epcot-sphere span:nth-child(8) {
    left: 69%;
    top: 58%;
    transform: rotate(90deg);
  }
  .epcot-sphere span:nth-child(9) {
    left: 44%;
    top: 28%;
    transform: rotate(152deg);
    opacity: .18;
  }
  .epcot-sphere-caption {
    position: absolute;
    left: 0;
    bottom: 3.2rem;
    font-family: var(--font-mono);
    font-size: .68rem;
    line-height: 1.7;
    letter-spacing: .12em;
    color: #79f2ff;
    background: #03060a;
    border: 1px solid rgba(121,242,255,.22);
    padding: .8rem 1rem;
  }
  .epcot-sphere-caption strong {
    display: block;
    color: #47ff66;
    margin-top: .2rem;
  }
  .epcot-gap-note {
    position: absolute;
    right: 0;
    top: 4.3rem;
    font-family: var(--font-mono);
    font-size: .59rem;
    line-height: 1.5;
    letter-spacing: .14em;
    color: #ff8fc8;
    border-left: 2px solid #ff3c96;
    padding-left: .7rem;
  }
  .epcot-terminal {
    display: grid;
    grid-template-columns: repeat(3,1fr);
    gap: .4rem;
    border-top: 1px dashed rgba(71,255,102,.22);
    padding: 1rem 0 0;
    font-family: var(--font-mono);
    font-size: .6rem;
    letter-spacing: .1em;
    color: #47ff66;
  }
  .epcot-artifact-ribbon {
    max-width: 1320px;
    margin: 0 auto;
    padding: 1.2rem;
    display: grid;
    grid-template-columns: repeat(4,1fr);
    gap: .8rem;
  }
  .epcot-artifact {
    min-height: 150px;
    padding: .9rem;
    position: relative;
    border: 1px solid rgba(255,255,255,.12);
    box-shadow: 0 14px 40px rgba(0,0,0,.24);
  }
  .ea-label {
    display: inline-block;
    font-family: var(--font-mono);
    font-size: .54rem;
    letter-spacing: .14em;
    background: #ffd84d;
    color: #151515;
    padding: .28rem .38rem;
  }
  .epcot-artifact b {
    display: block;
    margin-top: 1.2rem;
    font-family: Arial Black,Arial,sans-serif;
    font-size: 2rem;
    line-height: .9;
  }
  .epcot-artifact small {
    position: absolute;
    left: .9rem;
    right: .9rem;
    bottom: .8rem;
    font-family: var(--font-mono);
    font-size: .54rem;
    letter-spacing: .08em;
    line-height: 1.4;
  }
  .epcot-ticket {
    background: linear-gradient(145deg,#162034,#081018);
    color: #79f2ff;
  }
  .epcot-fraction {
    background: #17141d;
    color: #e9d7a4;
  }
  .epcot-fraction b {
    color: #ffd84d;
  }
  .epcot-cassette {
    background: #d9d1bd;
    color: #161616;
  }
  .mini-tape {
    height: 46px;
    margin: 1rem .2rem;
    border: 3px solid #181818;
    border-radius: 5px;
    background: linear-gradient(#aaa291 0 55%,#252525 55%);
    position: relative;
  }
  .mini-tape:before,.mini-tape:after {
    content: "";
    position: absolute;
    top: 9px;
    width: 18px;
    height: 18px;
    border: 4px solid #181818;
    border-radius: 50%;
    background: #d9d1bd;
  }
  .mini-tape:before {
    left: 22%;
  }
  .mini-tape:after {
    right: 22%;
  }
  .epcot-whistle {
    background: linear-gradient(145deg,#ffd84d,#ef7f33 60%,#c94084);
    color: #17110d;
  }
  .epcot-whistle b {
    font-size: 2.6rem;
    transform: rotate(-4deg);
  }
  .epcot-reading-wrap {
    max-width: 1100px;
    margin: 0 auto;
    padding: 3rem 1.25rem 7rem;
    display: grid;
    grid-template-columns: 190px minmax(0,1fr);
    gap: 3rem;
  }
  .epcot-dossier {
    align-self: start;
    position: sticky;
    top: 7rem;
    border: 1px solid rgba(255,216,77,.18);
    background: #111017;
    padding: 1rem;
    transform: rotate(-1deg);
  }
  .epcot-stamp {
    border: 2px solid #ff3c96;
    color: #ff6ab0;
    font-family: var(--font-mono);
    font-weight: 700;
    letter-spacing: .12em;
    text-align: center;
    padding: .7rem;
    transform: rotate(-4deg);
    margin-bottom: 1.2rem;
  }
  .epcot-dossier-line {
    display: flex;
    justify-content: space-between;
    font-family: var(--font-mono);
    font-size: .59rem;
    letter-spacing: .08em;
    border-bottom: 1px dotted rgba(255,255,255,.14);
    padding: .6rem 0;
  }
  .epcot-dossier-line span {
    color: #777;
  }
  .epcot-dossier-line b {
    color: #79f2ff;
  }
  .epcot-hash {
    margin-top: 1rem;
    font-family: var(--font-mono);
    font-size: .58rem;
    color: #555868;
    line-height: 1.5;
  }
  .epcot-story-column {
    min-width: 0;
  }
  .epcot-story-label {
    font-family: var(--font-mono);
    font-size: .62rem;
    letter-spacing: .16em;
    color: #47ff66;
    border-bottom: 1px dashed rgba(71,255,102,.22);
    padding-bottom: .8rem;
    margin-bottom: 2.2rem;
  }
  .epcot-prose {
    font-size: 1.22rem;
    line-height: 1.95;
  }
  .epcot-prose>* {
    max-width: 46rem;
  }
  .epcot-interruption {
    margin-top: 4rem;
    border: 1px solid rgba(255,60,150,.24);
    background: linear-gradient(90deg,rgba(255,60,150,.06),rgba(121,242,255,.03));
    padding: 1rem 1.2rem;
    font-family: var(--font-mono);
  }
  .epcot-interruption span {
    display: block;
    font-size: .58rem;
    letter-spacing: .16em;
    color: #ff8fc8;
    margin-bottom: .7rem;
  }
  .epcot-interruption b {
    display: block;
    color: #f5efd8;
    font-size: 1rem;
    line-height: 1.6;
  }
  .epcot-next-record {
    margin-top: 4rem;
  }
  .epcot-return {
    display: inline-block;
    margin-top: 2rem;
    font-family: var(--font-mono);
    font-size: .7rem;
    letter-spacing: .12em;
    color: #79f2ff;
    text-decoration: none;
    border-bottom: 1px dashed rgba(121,242,255,.4);
    padding-bottom: .25rem;
  }
  @keyframes blink {
    50% {
      opacity: 0;
    }
  }
  @keyframes glitch {
    0%,92%,100% {
      transform: none;
    }
    94% {
      transform: translateX(-3px);
    }
    96% {
      transform: translateX(3px);
    }
  }
  @media (max-width:1023px) {
    .bbs-panel {
      border-left: 0;
      border-top: 1px solid rgba(121,242,255,.2);
    }
    .artifact-strip,.lab-artifacts {
      grid-template-columns: 1fr;
    }
    .story-column:before {
      display: none;
    }
    .lab-main {
      padding-top: 3.5rem;
    }
    .epcot-hero-grid {
      grid-template-columns: 1fr;
      gap: 1rem;
      padding-top: 3rem;
    }
    .epcot-copy h1 {
      max-width: 11ch;
    }
    .epcot-sphere-panel {
      min-height: 430px;
    }
    .epcot-terminal {
      grid-template-columns: repeat(2,1fr);
    }
    .epcot-artifact-ribbon {
      grid-template-columns: repeat(2,1fr);
    }
    .epcot-reading-wrap {
      grid-template-columns: 1fr;
    }
    .epcot-dossier {
      position: relative;
      top: auto;
      display: none;
    }
  }
  @media (max-width:640px) {
    .epcot-topline {
      flex-direction: column;
    }
    .epcot-hero-wrap {
      padding-left: 1rem;
      padding-right: 1rem;
    }
    .epcot-hero-grid {
      min-height: auto;
    }
    .epcot-copy h1 {
      font-size: clamp(2.8rem,16vw,4.8rem);
    }
    .epcot-sphere-panel {
      min-height: 360px;
    }
    .epcot-sphere-caption {
      bottom: 1.4rem;
      left: .2rem;
    }
    .epcot-gap-note {
      top: 1.4rem;
      right: .2rem;
    }
    .epcot-terminal {
      grid-template-columns: 1fr;
    }
    .epcot-artifact-ribbon {
      grid-template-columns: 1fr;
      padding: 1rem;
    }
    .epcot-artifact {
      min-height: 135px;
    }
    .epcot-reading-wrap {
      padding-top: 2rem;
    }
    .epcot-prose {
      font-size: 1.08rem;
      line-height: 1.85;
    }
  }
  @media (prefers-reduced-motion:reduce) {
    .blink-line,.terminal-cursor,.door-missing,.lab-cursor {
      animation: 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-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-border-style: solid;
      --tw-font-weight: initial;
      --tw-tracking: initial;
    }
  }
}
