/*! tailwindcss v4.3.0 | MIT License | https://tailwindcss.com */
@layer properties;
@layer theme, base, components, utilities;
@layer theme {
  :root, :host {
    --font-sans: "Manrope", sans-serif;
    --font-mono: "IBM Plex Mono", monospace;
    --spacing: 0.25rem;
    --container-md: 28rem;
    --container-2xl: 42rem;
    --container-3xl: 48rem;
    --container-4xl: 56rem;
    --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-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: #6eb5ff;
    --color-primary-500: #6eb5ff;
    --color-neutral: #f4f8ff;
    --color-background: #06111f;
  }
}
@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;
  }
  .static {
    position: static;
  }
  .-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;
  }
  .inline-flex {
    display: inline-flex;
  }
  .h-auto {
    height: auto;
  }
  .min-h-screen {
    min-height: 100vh;
  }
  .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,);
  }
  .flex-col {
    flex-direction: column;
  }
  .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;
  }
  .bg-background {
    background-color: var(--color-background);
  }
  .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;
  }
  .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));
  }
  .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);
  }
  .text-neutral {
    color: var(--color-neutral);
  }
  .text-primary-500 {
    color: var(--color-primary-500);
  }
  .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);
      }
    }
  }
  .hover\:text-primary-500 {
    &:hover {
      @media (hover: hover) {
        color: var(--color-primary-500);
      }
    }
  }
  .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 {
  html {
    scroll-behavior: smooth;
    background: #06111f;
  }
  body {
    margin: 0;
    background: #06111f;
    color: #f4f8ff;
    font-family: "Manrope",sans-serif;
    font-feature-settings: "ss01" 1,"ss03" 1;
    overflow-x: hidden;
  }
  * {
    box-sizing: border-box;
  }
  a {
    color: inherit;
  }
  ::selection {
    background: rgba(110,181,255,.32);
    color: #fff;
  }
  [x-cloak] {
    display: none !important;
  }
}
@layer components {
  :root {
    --night: #06111f;
    --night-2: #08192c;
    --night-3: #0b213a;
    --sky: #6eb5ff;
    --cyan: #4be0cf;
    --violet: #a68cff;
    --gold: #f4bd66;
    --ink: #f4f8ff;
    --muted: #91a7bf;
    --line: rgba(171,207,247,.14);
  }
  .titayt-main {
    overflow: clip;
    background: var(--night);
  }
  .section-shell {
    width: min(1280px,calc(100% - 52px));
    margin: 0 auto;
    position: relative;
    z-index: 2;
  }
  .section-kicker {
    font: 600 10px/1 "IBM Plex Mono",monospace;
    letter-spacing: .17em;
    text-transform: uppercase;
    color: #79baff;
    margin-bottom: 22px;
  }
  .section-shell h2 {
    font: 500 clamp(44px,5.2vw,74px)/.96 "Bricolage Grotesque",sans-serif;
    letter-spacing: -.055em;
    margin: 0;
    color: #f7fbff;
  }
  .section-shell h2 em {
    font-style: normal;
    color: #8fc7ff;
  }
  .titayt-header {
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    z-index: 60;
    padding: 12px 18px;
    pointer-events: none;
  }
  .titayt-nav-shell {
    pointer-events: auto;
    width: min(1280px,100%);
    margin: 0 auto;
    min-height: 64px;
    border: 1px solid rgba(159,202,248,.16);
    background: rgba(4,14,27,.78);
    backdrop-filter: blur(18px) saturate(145%);
    border-radius: 18px;
    display: grid;
    grid-template-columns: 1fr auto 1fr;
    align-items: center;
    padding: 0 14px 0 18px;
    box-shadow: 0 20px 60px rgba(0,0,0,.20);
  }
  .titayt-brand {
    display: inline-flex;
    align-items: center;
    gap: 9px;
    text-decoration: none;
    width: max-content;
  }
  .brand-mark {
    width: 27px;
    height: 27px;
    border: 1px solid rgba(142,194,255,.30);
    border-radius: 50%;
    display: grid;
    place-items: center;
    position: relative;
    background: rgba(90,169,255,.06);
  }
  .brand-mark:before,.brand-mark:after {
    content: "";
    position: absolute;
    border-radius: 50%;
    border: 1px solid rgba(67,215,199,.18);
  }
  .brand-mark:before {
    inset: 5px;
  }
  .brand-mark:after {
    inset: 9px;
  }
  .brand-mark span {
    width: 4px;
    height: 4px;
    border-radius: 50%;
    background: #fff;
    box-shadow: 0 0 13px 5px rgba(110,181,255,.36);
  }
  .brand-word {
    font: 700 18px/1 "Bricolage Grotesque",sans-serif;
    letter-spacing: .10em;
  }
  .titayt-brand small {
    font: 500 7px/1 "IBM Plex Mono",monospace;
    color: #6e88a7;
    letter-spacing: .13em;
    text-transform: uppercase;
    margin-left: 3px;
  }
  .desktop-nav {
    display: flex;
    align-items: center;
    gap: 27px;
  }
  .desktop-nav a {
    text-decoration: none;
    color: #9eb2c9;
    font-size: 10px;
    font-weight: 600;
    position: relative;
    transition: color .2s ease;
  }
  .desktop-nav a:after {
    content: "";
    position: absolute;
    left: 0;
    right: 100%;
    bottom: -8px;
    height: 1px;
    background: linear-gradient(90deg,var(--sky),var(--cyan));
    transition: right .2s ease;
  }
  .desktop-nav a:hover {
    color: #fff;
  }
  .desktop-nav a:hover:after {
    right: 0;
  }
  .nav-cta {
    justify-self: end;
    text-decoration: none;
    color: #07121f;
    background: #f4f8ff;
    border-radius: 11px;
    padding: 11px 14px;
    font-size: 9px;
    font-weight: 800;
    display: flex;
    align-items: center;
    gap: 8px;
  }
  .mobile-toggle {
    display: none;
    background: none;
    border: 0;
    padding: 10px;
    gap: 5px;
    flex-direction: column;
  }
  .mobile-toggle span {
    display: block;
    width: 20px;
    height: 1px;
    background: #fff;
  }
  .mobile-panel {
    display: none;
  }
  .hero-v2 {
    position: relative;
    min-height: 100vh;
    display: flex;
    align-items: center;
    padding: 132px 0 88px;
    background: #06111f;
    isolation: isolate;
  }
  .hero-v2:before {
    content: "";
    position: absolute;
    inset: 0;
    z-index: -4;
    background: linear-gradient(90deg,rgba(3,11,21,.95) 0%,rgba(3,11,21,.75) 42%,rgba(3,11,21,.48) 65%,rgba(3,11,21,.82) 100%),	linear-gradient(180deg,rgba(3,11,21,.18),rgba(3,11,21,.90)),	url("https://titayt.net/wp-content/uploads/2026/09/Pico-del-Teide-—-TITAYT.jpg") center 44%/cover no-repeat;
    filter: saturate(.9) brightness(1.08);
  }
  .hero-v2:after {
    content: "";
    position: absolute;
    inset: 0;
    z-index: -2;
    pointer-events: none;
    background: radial-gradient(circle at 75% 35%,rgba(89,168,255,.16),transparent 22%),	radial-gradient(circle at 20% 20%,rgba(75,224,207,.06),transparent 18%),	linear-gradient(180deg,transparent 65%,#06111f 100%);
  }
  .hero-stars {
    position: absolute;
    inset: 0;
    z-index: -1;
    opacity: .72;
    pointer-events: none;
    background-image: radial-gradient(circle at 12% 14%,rgba(255,255,255,.80) 0 1px,transparent 1.5px),	radial-gradient(circle at 28% 23%,rgba(195,221,255,.65) 0 1px,transparent 1.5px),	radial-gradient(circle at 46% 10%,rgba(255,255,255,.75) 0 1px,transparent 1.5px),	radial-gradient(circle at 64% 18%,rgba(255,255,255,.70) 0 1px,transparent 1.5px),	radial-gradient(circle at 77% 9%,rgba(190,220,255,.72) 0 1px,transparent 1.5px),	radial-gradient(circle at 87% 26%,rgba(255,255,255,.78) 0 1px,transparent 1.5px),	radial-gradient(circle at 55% 31%,rgba(255,255,255,.5) 0 1px,transparent 1.5px);
    background-size: 370px 310px,430px 360px,510px 420px,460px 330px,550px 420px,620px 450px,390px 340px;
  }
  .hero-volcanic {
    position: absolute;
    inset: auto 0 0 0;
    height: 180px;
    z-index: -1;
    background: linear-gradient(180deg,transparent,#06111f);
  }
  .hero-shooting-star {
    position: absolute;
    left: 7%;
    top: 18%;
    width: 310px;
    height: 2px;
    z-index: 2;
    transform: rotate(-17deg);
    opacity: 0;
    background: linear-gradient(90deg,transparent,rgba(134,194,255,.22) 40%,#fff 96%);
    filter: drop-shadow(0 0 8px rgba(110,181,255,.8));
    animation: starRun 8s cubic-bezier(.22,.7,.3,1) infinite;
  }
  .hero-shooting-star i {
    position: absolute;
    right: -2px;
    top: -2px;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: #fff;
    box-shadow: 0 0 26px 8px rgba(110,181,255,.45);
  }
  @keyframes starRun {
    0%,10% {
      opacity: 0;
      transform: translate(-90px,35px) rotate(-17deg);
    }
    15% {
      opacity: .95;
    }
    40% {
      opacity: .62;
      transform: translate(140px,-28px) rotate(-17deg);
    }
    52%,100% {
      opacity: 0;
      transform: translate(210px,-48px) rotate(-17deg);
    }
  }
  .aboriginal-ring {
    position: absolute;
    border-radius: 50%;
    border: 1px solid rgba(136,187,242,.11);
    z-index: -1;
    pointer-events: none;
  }
  .aboriginal-ring:before,.aboriginal-ring:after {
    content: "";
    position: absolute;
    inset: 12%;
    border: 1px dashed rgba(67,215,199,.09);
    border-radius: 50%;
  }
  .aboriginal-ring:after {
    inset: 27%;
    border-style: solid;
    border-color: rgba(165,140,255,.08);
  }
  .ring-a {
    width: 450px;
    height: 450px;
    right: -170px;
    top: 12%;
  }
  .ring-b {
    width: 300px;
    height: 300px;
    left: -170px;
    bottom: 6%;
    opacity: .55;
  }
  .hero-shell {
    width: min(1280px,calc(100% - 52px));
    margin: 0 auto;
    position: relative;
    z-index: 3;
    display: grid;
    grid-template-columns: minmax(0,1.12fr) minmax(430px,.88fr);
    gap: clamp(52px,7vw,100px);
    align-items: center;
  }
  .hero-origin-line {
    display: flex;
    align-items: center;
    gap: 10px;
    flex-wrap: wrap;
    font: 600 8px/1 "IBM Plex Mono",monospace;
    letter-spacing: .13em;
    color: #b8cce2;
    text-transform: uppercase;
  }
  .canary-flag {
    display: inline-flex;
    width: 27px;
    height: 16px;
    border-radius: 3px;
    overflow: hidden;
    border: 1px solid rgba(255,255,255,.20);
    box-shadow: 0 0 20px rgba(255,255,255,.05);
  }
  .canary-flag i {
    width: 33.333%;
    height: 100%;
    display: block;
  }
  .canary-flag i:nth-child(1) {
    background: #fff;
  }
  .canary-flag i:nth-child(2) {
    background: #2356a8;
  }
  .canary-flag i:nth-child(3) {
    background: #ffd22f;
  }
  .hero-live {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    color: #7cded3;
    padding-left: 4px;
  }
  .hero-live i {
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: var(--cyan);
    box-shadow: 0 0 12px rgba(75,224,207,.65);
  }
  .hero-copy h1 {
    font: 500 clamp(59px,6.5vw,98px)/.88 "Bricolage Grotesque",sans-serif;
    letter-spacing: -.066em;
    margin: 25px 0 26px;
    max-width: 820px;
    color: #fff;
  }
  .hero-copy h1 em {
    font-style: normal;
    color: #86c3ff;
    text-shadow: 0 0 32px rgba(93,170,255,.10);
  }
  .hero-lead {
    max-width: 720px;
    color: #c0cede;
    font-size: 16px;
    line-height: 1.75;
    margin: 0;
  }
  .hero-value-strip {
    display: grid;
    grid-template-columns: repeat(4,1fr);
    gap: 8px;
    margin-top: 34px;
    max-width: 760px;
  }
  .hero-value-strip div {
    border: 1px solid rgba(166,205,250,.13);
    background: rgba(5,20,38,.55);
    border-radius: 12px;
    padding: 12px 11px;
    backdrop-filter: blur(8px);
  }
  .hero-value-strip strong {
    display: block;
    font: 700 8px/1 "IBM Plex Mono",monospace;
    letter-spacing: .09em;
    color: #e6f1fd;
    margin-bottom: 6px;
  }
  .hero-value-strip span {
    display: block;
    font-size: 8px;
    color: #7892b0;
  }
  .hero-actions {
    display: flex;
    gap: 11px;
    margin-top: 27px;
    flex-wrap: wrap;
  }
  .button-primary,.button-ghost {
    text-decoration: none;
    min-height: 47px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 16px;
    padding: 0 18px;
    border-radius: 12px;
    font-size: 10px;
    font-weight: 800;
    transition: transform .2s ease,border-color .2s ease;
  }
  .button-primary {
    background: #f4f8ff;
    color: #07121f;
  }
  .button-primary:hover {
    transform: translateY(-2px);
  }
  .button-ghost {
    background: rgba(5,22,42,.55);
    color: #c1d2e4;
    border: 1px solid rgba(163,204,250,.16);
  }
  .button-ghost:hover {
    border-color: rgba(163,204,250,.32);
  }
  .founder-line {
    display: flex;
    align-items: center;
    gap: 14px;
    margin-top: 24px;
    color: #6f89a6;
    font-size: 8px;
  }
  .founder-signature {
    color: #e2edf9;
    font: 600 12px/1 "Bricolage Grotesque",sans-serif;
    letter-spacing: .03em;
  }
  .hero-system-map {
    border: 1px solid rgba(160,203,249,.17);
    border-radius: 24px;
    overflow: hidden;
    background: linear-gradient(180deg,rgba(9,34,61,.83),rgba(5,20,37,.84));
    backdrop-filter: blur(14px);
    box-shadow: 0 40px 120px rgba(0,0,0,.38),inset 0 1px 0 rgba(255,255,255,.03);
  }
  .system-map-header,.system-map-footer {
    min-height: 52px;
    padding: 0 17px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    font: 500 7px "IBM Plex Mono",monospace;
    letter-spacing: .12em;
    color: #7190af;
    text-transform: uppercase;
  }
  .system-map-header {
    border-bottom: 1px solid rgba(160,203,249,.08);
  }
  .system-map-header b {
    color: #9cc7f4;
    font-weight: 500;
  }
  .system-map-footer {
    border-top: 1px solid rgba(160,203,249,.08);
  }
  .system-map-footer > span {
    display: flex;
    gap: 7px;
    align-items: center;
  }
  .system-map-footer i {
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: var(--cyan);
    box-shadow: 0 0 12px rgba(75,224,207,.5);
  }
  .system-map-footer strong {
    color: #a9bfd6;
    font-weight: 500;
  }
  .system-orbit {
    position: relative;
    min-height: 485px;
  }
  .sys-orbit {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    border-radius: 50%;
    border: 1px solid rgba(131,181,235,.16);
  }
  .orbit-1 {
    width: 350px;
    height: 350px;
  }
  .orbit-2 {
    width: 255px;
    height: 255px;
    border-color: rgba(75,224,207,.13);
  }
  .orbit-3 {
    width: 162px;
    height: 162px;
    border-color: rgba(166,140,255,.14);
  }
  .system-core {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    width: 132px;
    height: 132px;
    border-radius: 29px;
    border: 1px solid rgba(151,201,255,.22);
    background: linear-gradient(145deg,rgba(13,49,83,.96),rgba(5,23,42,.95));
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    box-shadow: 0 26px 70px rgba(0,0,0,.32),0 0 45px rgba(84,159,243,.10);
  }
  .core-eye {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    border: 1px solid rgba(154,201,250,.20);
    margin-bottom: 9px;
    position: relative;
  }
  .core-eye:before,.core-eye:after {
    content: "";
    position: absolute;
    border-radius: 50%;
  }
  .core-eye:before {
    inset: 7px;
    border: 1px solid rgba(75,224,207,.24);
  }
  .core-eye:after {
    width: 4px;
    height: 4px;
    background: #fff;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    box-shadow: 0 0 13px 5px rgba(110,181,255,.35);
  }
  .system-core strong {
    font: 700 14px "Bricolage Grotesque",sans-serif;
    letter-spacing: .12em;
  }
  .system-core small {
    font: 500 6px "IBM Plex Mono",monospace;
    color: #6d8baa;
    letter-spacing: .11em;
    margin-top: 5px;
  }
  .sys-node {
    position: absolute;
    padding: 10px 11px;
    min-width: 98px;
    border-radius: 12px;
    border: 1px solid rgba(157,200,247,.12);
    background: rgba(6,25,45,.84);
    display: grid;
    grid-template-columns: auto 1fr;
    gap: 3px 7px;
    align-items: center;
    backdrop-filter: blur(8px);
  }
  .sys-node i {
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: var(--sky);
    box-shadow: 0 0 11px rgba(110,181,255,.55);
    grid-row: 1/3;
  }
  .sys-node b {
    color: #dce9f6;
    font: 600 8px/1 "IBM Plex Mono",monospace;
    letter-spacing: .06em;
  }
  .sys-node span {
    color: #6f87a3;
    font: 500 6px/1.2 "IBM Plex Mono",monospace;
  }
  .node-ai {
    left: 25px;
    top: 76px;
  }
  .node-lab {
    right: 22px;
    top: 110px;
  }
  .node-watch {
    left: 24px;
    bottom: 98px;
  }
  .node-exec {
    right: 20px;
    bottom: 76px;
  }
  .node-ai i {
    background: #fff;
  }
  .node-lab i {
    background: var(--sky);
  }
  .node-watch i {
    background: var(--cyan);
  }
  .node-exec i {
    background: var(--gold);
  }
  .hero-bottom-note {
    position: absolute;
    left: 50%;
    bottom: 23px;
    transform: translateX(-50%);
    z-index: 4;
    width: min(1280px,calc(100% - 52px));
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    border-top: 1px solid rgba(164,203,248,.10);
    padding-top: 14px;
    font-size: 9px;
    color: #6f89a6;
  }
  .hero-bottom-note strong {
    color: #b8c9dc;
    font-weight: 600;
  }
  .architecture-section {
    padding: 125px 0 130px;
    background: linear-gradient(180deg,#06111f,#07192c);
    position: relative;
  }
  .architecture-section:before {
    content: "";
    position: absolute;
    right: -12%;
    top: 0;
    width: 700px;
    height: 700px;
    border-radius: 50%;
    background: radial-gradient(circle,rgba(110,181,255,.07),transparent 68%);
  }
  .architecture-head {
    display: grid;
    grid-template-columns: 1.1fr .9fr;
    gap: 80px;
    align-items: end;
  }
  .architecture-copy p {
    margin: 0 0 14px;
    color: #9eb1c6;
    font-size: 15px;
    line-height: 1.78;
  }
  .architecture-key {
    color: #d4e2f0 !important;
    font-weight: 600;
  }
  .agent-grid {
    display: grid;
    grid-template-columns: repeat(4,1fr);
    gap: 12px;
    margin-top: 66px;
  }
  .agent-card {
    --agent: #6eb5ff;
    border: 1px solid rgba(159,201,247,.12);
    border-radius: 20px;
    overflow: hidden;
    background: linear-gradient(180deg,rgba(12,38,67,.76),rgba(7,22,41,.78));
    min-height: 530px;
    position: relative;
    box-shadow: 0 18px 55px rgba(0,0,0,.14);
    transition: transform .25s ease,border-color .25s ease;
  }
  .agent-card:hover {
    transform: translateY(-5px);
    border-color: var(--agent);
    @supports (color: color-mix(in lab, red, red)) {
      border-color: color-mix(in srgb,var(--agent) 35%,transparent);
    }
  }
  .agent-lab {
    --agent: #6eb5ff;
  }
  .agent-watch {
    --agent: #4be0cf;
  }
  .agent-candidate {
    --agent: #a68cff;
  }
  .agent-exec {
    --agent: #f4bd66;
  }
  .agent-art {
    height: 235px;
    position: relative;
    overflow: hidden;
    background: radial-gradient(circle at 50% 44%,var(--agent),transparent 34%),	linear-gradient(180deg,var(--agent),#081829);
    @supports (color: color-mix(in lab, red, red)) {
      background: radial-gradient(circle at 50% 44%,color-mix(in srgb,var(--agent) 18%,transparent),transparent 34%),	linear-gradient(180deg,color-mix(in srgb,var(--agent) 10%,#09203a 90%),#081829);
    }
    border-bottom: 1px solid rgba(255,255,255,.05);
  }
  .agent-art:before {
    content: "";
    position: absolute;
    inset: 0;
    opacity: .20;
    background-image: linear-gradient(rgba(255,255,255,.08) 1px,transparent 1px),linear-gradient(90deg,rgba(255,255,255,.08) 1px,transparent 1px);
    background-size: 34px 34px;
    mask-image: linear-gradient(180deg,rgba(0,0,0,.7),transparent 90%);
  }
  .agent-index {
    position: absolute;
    top: 16px;
    left: 17px;
    color: var(--agent);
    @supports (color: color-mix(in lab, red, red)) {
      color: color-mix(in srgb,var(--agent) 72%,#fff 28%);
    }
    font: 600 8px "IBM Plex Mono",monospace;
  }
  .humanoid {
    position: absolute;
    left: 50%;
    bottom: -4px;
    transform: translateX(-50%);
    width: 158px;
    height: 210px;
  }
  .human-ring {
    position: absolute;
    width: 146px;
    height: 146px;
    border-radius: 50%;
    border: 1px solid var(--agent);
    @supports (color: color-mix(in lab, red, red)) {
      border: 1px solid color-mix(in srgb,var(--agent) 28%,transparent);
    }
    left: 6px;
    top: 28px;
    box-shadow: 0 0 50px var(--agent);
    @supports (color: color-mix(in lab, red, red)) {
      box-shadow: 0 0 50px color-mix(in srgb,var(--agent) 10%,transparent);
    }
  }
  .human-head {
    position: absolute;
    width: 70px;
    height: 87px;
    left: 44px;
    top: 41px;
    z-index: 3;
    border-radius: 34px 34px 26px 26px;
    background: linear-gradient(145deg,#163955,#08192c);
    border: 1px solid var(--agent);
    @supports (color: color-mix(in lab, red, red)) {
      border: 1px solid color-mix(in srgb,var(--agent) 34%,transparent);
    }
    box-shadow: inset 0 0 22px rgba(255,255,255,.025),0 10px 35px rgba(0,0,0,.28);
  }
  .visor {
    position: absolute;
    left: 12px;
    right: 12px;
    top: 28px;
    height: 18px;
    border-radius: 9px;
    background: linear-gradient(90deg,transparent,var(--agent),transparent);
    @supports (color: color-mix(in lab, red, red)) {
      background: linear-gradient(90deg,transparent,color-mix(in srgb,var(--agent) 75%,#fff 25%),transparent);
    }
    opacity: .85;
    box-shadow: 0 0 20px var(--agent);
    @supports (color: color-mix(in lab, red, red)) {
      box-shadow: 0 0 20px color-mix(in srgb,var(--agent) 35%,transparent);
    }
  }
  .human-body {
    position: absolute;
    left: 26px;
    right: 26px;
    bottom: 0;
    height: 90px;
    border-radius: 55px 55px 0 0;
    background: linear-gradient(180deg,#153752,#071828);
    border: 1px solid var(--agent);
    @supports (color: color-mix(in lab, red, red)) {
      border: 1px solid color-mix(in srgb,var(--agent) 25%,transparent);
    }
    border-bottom: 0;
  }
  .human-body:after {
    content: "";
    position: absolute;
    left: 50%;
    top: 18px;
    transform: translateX(-50%);
    width: 36px;
    height: 2px;
    background: var(--agent);
    box-shadow: 0 0 14px var(--agent);
    @supports (color: color-mix(in lab, red, red)) {
      box-shadow: 0 0 14px color-mix(in srgb,var(--agent) 55%,transparent);
    }
  }
  .agent-content {
    padding: 21px 20px 19px;
  }
  .agent-role {
    color: var(--agent);
    font: 600 7px "IBM Plex Mono",monospace;
    letter-spacing: .13em;
  }
  .agent-content h3 {
    margin: 8px 0 10px;
    color: #fff;
    font: 700 clamp(22px,2vw,29px)/1 "Bricolage Grotesque",sans-serif;
    letter-spacing: -.03em;
  }
  .agent-content p {
    min-height: 58px;
    margin: 0 0 17px;
    color: #8ea4bd;
    font-size: 10px;
    line-height: 1.65;
  }
  .capability {
    display: grid;
    grid-template-columns: 68px 1fr;
    gap: 9px;
    padding: 10px 0;
    border-top: 1px solid rgba(160,201,247,.08);
  }
  .capability b {
    color: var(--agent);
    font: 600 6px "IBM Plex Mono",monospace;
    letter-spacing: .10em;
  }
  .capability span {
    color: #a7bbd0;
    font-size: 8px;
    line-height: 1.4;
  }
  .capability.blocked b {
    color: #748ba5;
  }
  .engine-section {
    padding: 125px 0;
    background: #061320;
    position: relative;
  }
  .engine-section:before {
    content: "";
    position: absolute;
    inset: 0;
    opacity: .18;
    background-image: linear-gradient(rgba(155,197,244,.06) 1px,transparent 1px),linear-gradient(90deg,rgba(155,197,244,.06) 1px,transparent 1px);
    background-size: 48px 48px;
    mask-image: linear-gradient(180deg,transparent,rgba(0,0,0,.75),transparent);
  }
  .engine-head {
    display: grid;
    grid-template-columns: 1.15fr .85fr;
    gap: 80px;
    align-items: end;
  }
  .engine-explain p {
    margin: 0 0 18px;
    color: #9fb2c8;
    font-size: 14px;
    line-height: 1.75;
  }
  .verified-snapshot {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    color: #78d9ce;
    font: 600 7px "IBM Plex Mono",monospace;
    letter-spacing: .11em;
  }
  .verified-snapshot i {
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: var(--cyan);
    box-shadow: 0 0 12px rgba(75,224,207,.55);
  }
  .metric-stage {
    display: grid;
    grid-template-columns: repeat(3,1fr);
    gap: 12px;
    margin-top: 58px;
  }
  .metric-card {
    min-height: 220px;
    padding: 22px;
    border-radius: 19px;
    position: relative;
    overflow: hidden;
    border: 1px solid rgba(159,201,246,.12);
    background: linear-gradient(180deg,rgba(12,39,68,.72),rgba(7,22,40,.72));
  }
  .metric-card:before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    height: 2px;
    background: #55779a;
  }
  .metric-primary:before {
    background: var(--sky);
    box-shadow: 0 0 25px rgba(110,181,255,.35);
  }
  .metric-ai:before {
    background: var(--violet);
    box-shadow: 0 0 25px rgba(166,140,255,.28);
  }
  .metric-label {
    display: block;
    color: #708ba9;
    font: 600 8px "IBM Plex Mono",monospace;
    letter-spacing: .11em;
  }
  .metric-card strong {
    display: block;
    margin: 34px 0 8px;
    color: #fff;
    font: 500 clamp(48px,5vw,76px)/.9 "Bricolage Grotesque",sans-serif;
    letter-spacing: -.06em;
  }
  .metric-primary strong {
    color: #91c9ff;
    text-shadow: 0 0 28px rgba(110,181,255,.12);
  }
  .metric-ai strong {
    color: #c5b3ff;
  }
  .metric-card small {
    color: #7d93ad;
    font-size: 9px;
    line-height: 1.5;
  }
  .engine-truth {
    display: flex;
    align-items: center;
    gap: 15px;
    margin: 17px 0 45px;
    color: #7189a4;
    font-size: 9px;
    line-height: 1.55;
  }
  .truth-badge {
    flex: none;
    border: 1px solid rgba(116,221,208,.15);
    color: #6fd6c9;
    border-radius: 999px;
    padding: 6px 8px;
    font: 600 6px "IBM Plex Mono",monospace;
    letter-spacing: .09em;
  }
  .decision-pipeline {
    display: grid;
    grid-template-columns: 1fr auto 1fr auto 1fr auto 1fr auto 1fr auto 1fr;
    gap: 7px;
    align-items: center;
  }
  .pipeline-step {
    min-height: 125px;
    padding: 15px;
    border: 1px solid rgba(158,199,245,.10);
    border-radius: 14px;
    background: rgba(8,29,52,.54);
  }
  .pipeline-step span {
    color: #52708f;
    font: 500 7px "IBM Plex Mono",monospace;
  }
  .pipeline-step b {
    display: block;
    margin: 31px 0 7px;
    color: #d8e6f5;
    font: 700 11px "Bricolage Grotesque",sans-serif;
  }
  .pipeline-step small {
    color: #7088a4;
    font-size: 8px;
  }
  .pipeline-focus {
    border-color: rgba(75,224,207,.22);
    background: linear-gradient(180deg,rgba(15,51,70,.68),rgba(7,28,48,.60));
  }
  .pipeline-focus b {
    color: #76e0d4;
  }
  .pipeline-arrow {
    color: #4a6684;
    font: 400 11px "IBM Plex Mono",monospace;
  }
  .memory-section {
    padding: 125px 0;
    background: linear-gradient(180deg,#061320,#07192c);
  }
  .memory-head {
    display: grid;
    grid-template-columns: 1.2fr .8fr;
    gap: 70px;
    align-items: end;
  }
  .memory-head h2 {
    font-size: clamp(42px,4.8vw,68px);
  }
  .memory-head p {
    margin: 0;
    color: #9fb2c7;
    font-size: 14px;
    line-height: 1.75;
  }
  .comparison-grid {
    display: grid;
    grid-template-columns: 1fr 56px 1.2fr;
    gap: 12px;
    align-items: stretch;
    margin-top: 58px;
  }
  .comparison-card {
    border: 1px solid rgba(159,201,246,.12);
    border-radius: 20px;
    padding: 22px;
    background: rgba(8,28,49,.66);
  }
  .titayt-card {
    background: linear-gradient(180deg,rgba(13,42,72,.83),rgba(7,23,41,.78));
    border-color: rgba(110,181,255,.18);
  }
  .comparison-top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    padding-bottom: 18px;
    border-bottom: 1px solid rgba(159,201,246,.08);
  }
  .comparison-top span {
    color: #708ba8;
    font: 600 7px "IBM Plex Mono",monospace;
    letter-spacing: .11em;
  }
  .comparison-top strong {
    color: #9eb6cf;
    font-size: 8px;
  }
  .comparison-flow {
    display: flex;
    gap: 7px;
    align-items: center;
    flex-wrap: wrap;
    margin: 28px 0;
  }
  .comparison-flow div {
    padding: 9px 10px;
    border-radius: 10px;
    border: 1px solid rgba(159,201,246,.10);
    color: #c6d6e7;
    font-size: 9px;
  }
  .comparison-flow i {
    color: #4b6785;
    font-style: normal;
  }
  .comparison-flow .faded {
    opacity: .45;
  }
  .system-flow div {
    border-color: rgba(110,181,255,.17);
    color: #dbeafa;
    background: rgba(110,181,255,.045);
  }
  .comparison-card ul {
    margin: 0;
    padding: 0;
    list-style: none;
  }
  .comparison-card li {
    position: relative;
    padding: 10px 0 10px 17px;
    border-top: 1px solid rgba(159,201,246,.07);
    color: #8fa5bd;
    font-size: 10px;
    line-height: 1.5;
  }
  .comparison-card li:before {
    content: "";
    position: absolute;
    left: 0;
    top: 15px;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: #5c7897;
  }
  .titayt-card li:before {
    background: var(--sky);
    box-shadow: 0 0 10px rgba(110,181,255,.38);
  }
  .comparison-end {
    margin-top: 22px;
    color: #6e89a7;
    font: 600 7px "IBM Plex Mono",monospace;
    letter-spacing: .12em;
  }
  .titayt-card .comparison-end {
    color: #81bfff;
  }
  .comparison-plus {
    display: grid;
    place-items: center;
    color: #86bff8;
    font: 500 30px "Bricolage Grotesque",sans-serif;
  }
  .ai-section {
    padding: 128px 0;
    background: #05111e;
    position: relative;
  }
  .ai-section:before {
    content: "";
    position: absolute;
    left: 50%;
    top: 4%;
    transform: translateX(-50%);
    width: 850px;
    height: 850px;
    border-radius: 50%;
    background: radial-gradient(circle,rgba(110,181,255,.07),transparent 65%);
  }
  .ai-head {
    display: grid;
    grid-template-columns: 1.1fr .9fr;
    gap: 80px;
    align-items: end;
  }
  .ai-head h2 {
    font-size: clamp(43px,5vw,70px);
  }
  .ai-head p {
    margin: 0;
    color: #9eb2c8;
    font-size: 14px;
    line-height: 1.75;
  }
  .ai-multiplier {
    display: grid;
    grid-template-columns: 1fr 100px 1.25fr;
    gap: 16px;
    align-items: stretch;
    margin-top: 64px;
  }
  .ai-side {
    border: 1px solid rgba(159,201,246,.12);
    border-radius: 22px;
    overflow: hidden;
    background: linear-gradient(180deg,rgba(11,37,64,.78),rgba(6,21,38,.76));
    min-height: 560px;
  }
  .frontier-side {
    display: grid;
    grid-template-rows: 1fr auto;
  }
  .ai-humanoid {
    position: relative;
    min-height: 370px;
    overflow: hidden;
    background: radial-gradient(circle at 50% 38%,rgba(110,181,255,.19),transparent 26%),	linear-gradient(180deg,#0b2948,#071728);
  }
  .ai-humanoid:before {
    content: "";
    position: absolute;
    inset: 0;
    opacity: .18;
    background-image: linear-gradient(rgba(255,255,255,.07) 1px,transparent 1px),linear-gradient(90deg,rgba(255,255,255,.07) 1px,transparent 1px);
    background-size: 38px 38px;
    mask-image: linear-gradient(180deg,rgba(0,0,0,.9),transparent);
  }
  .ai-halo {
    position: absolute;
    width: 240px;
    height: 240px;
    border-radius: 50%;
    border: 1px solid rgba(120,189,255,.19);
    left: 50%;
    top: 45%;
    transform: translate(-50%,-50%);
    box-shadow: 0 0 80px rgba(110,181,255,.06);
  }
  .ai-face {
    position: absolute;
    width: 110px;
    height: 138px;
    border-radius: 52px 52px 38px 38px;
    left: 50%;
    top: 62px;
    transform: translateX(-50%);
    background: linear-gradient(145deg,#1c4c6e,#071b30);
    border: 1px solid rgba(153,202,252,.24);
    z-index: 3;
    box-shadow: 0 20px 60px rgba(0,0,0,.30);
  }
  .ai-face span {
    position: absolute;
    left: 17px;
    right: 17px;
    top: 47px;
    height: 25px;
    border-radius: 14px;
    background: linear-gradient(90deg,transparent,#9bd0ff,transparent);
    box-shadow: 0 0 25px rgba(110,181,255,.35);
  }
  .ai-neck {
    position: absolute;
    width: 42px;
    height: 50px;
    left: 50%;
    top: 185px;
    transform: translateX(-50%);
    background: #123550;
    border: 1px solid rgba(153,202,252,.15);
  }
  .ai-shoulders {
    position: absolute;
    width: 260px;
    height: 160px;
    border-radius: 130px 130px 0 0;
    left: 50%;
    bottom: -32px;
    transform: translateX(-50%);
    background: linear-gradient(180deg,#153d5a,#071827);
    border: 1px solid rgba(153,202,252,.16);
  }
  .ai-side-copy {
    padding: 22px;
    border-top: 1px solid rgba(159,201,246,.08);
  }
  .ai-label {
    color: #77baff;
    font: 600 7px "IBM Plex Mono",monospace;
    letter-spacing: .12em;
  }
  .ai-side-copy h3 {
    margin: 8px 0 15px;
    font: 600 24px/1 "Bricolage Grotesque",sans-serif;
    letter-spacing: -.03em;
  }
  .ai-tags {
    display: flex;
    gap: 7px;
    flex-wrap: wrap;
  }
  .ai-tags span {
    border: 1px solid rgba(159,201,246,.10);
    border-radius: 999px;
    padding: 7px 9px;
    color: #829ab4;
    font-size: 7px;
  }
  .multiplier-core {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 8px;
    color: #6f91b6;
  }
  .multiplier-core > span {
    font: 500 34px "Bricolage Grotesque",sans-serif;
    color: #8ac6ff;
  }
  .multiplier-core strong {
    font: 700 10px "IBM Plex Mono",monospace;
    letter-spacing: .13em;
    color: #c7ddf3;
  }
  .multiplier-core small {
    font: 500 6px "IBM Plex Mono",monospace;
    color: #56718f;
    text-align: center;
  }
  .system-side {
    display: grid;
    grid-template-rows: 1fr auto;
  }
  .stack-visual {
    display: grid;
    gap: 8px;
    padding: 24px;
    align-content: center;
    min-height: 440px;
  }
  .stack-visual > div {
    position: relative;
    border: 1px solid rgba(159,201,246,.11);
    border-radius: 13px;
    padding: 14px 15px;
    background: rgba(7,25,44,.62);
    box-shadow: 0 15px 30px rgba(0,0,0,.10);
  }
  .stack-visual > div:nth-child(1) {
    border-left: 2px solid #6eb5ff;
  }
  .stack-visual > div:nth-child(2) {
    border-left: 2px solid #4be0cf;
  }
  .stack-visual > div:nth-child(3) {
    border-left: 2px solid #a68cff;
  }
  .stack-visual > div:nth-child(4) {
    border-left: 2px solid #f4bd66;
  }
  .stack-visual > div:nth-child(5) {
    border-left: 2px solid #84c7ff;
  }
  .stack-visual > div:nth-child(6) {
    border-left: 2px solid #7b93ad;
  }
  .stack-visual span {
    display: block;
    color: #d5e4f3;
    font: 600 7px "IBM Plex Mono",monospace;
    letter-spacing: .11em;
    margin-bottom: 5px;
  }
  .stack-visual b {
    color: #728ba6;
    font-size: 8px;
    font-weight: 500;
  }
  .ai-value-line {
    margin-top: 16px;
    border: 1px solid rgba(110,181,255,.18);
    border-radius: 16px;
    padding: 19px 22px;
    background: linear-gradient(90deg,rgba(110,181,255,.08),rgba(75,224,207,.04));
    display: grid;
    grid-template-columns: auto 1fr;
    gap: 24px;
    align-items: center;
  }
  .ai-value-line strong {
    color: #fff;
    font: 600 15px "Bricolage Grotesque",sans-serif;
  }
  .ai-value-line span {
    color: #9eb2c7;
    font-size: 11px;
    line-height: 1.5;
  }
  .risk-section {
    padding: 125px 0;
    background: #07182a;
  }
  .risk-grid {
    display: grid;
    grid-template-columns: .78fr 1.22fr;
    gap: 80px;
    align-items: start;
  }
  .risk-title {
    position: sticky;
    top: 120px;
  }
  .risk-title h2 {
    font-size: clamp(43px,4.8vw,68px);
  }
  .risk-title > p {
    color: #829ab4;
    font-size: 12px;
    line-height: 1.6;
    margin-top: 24px;
  }
  .risk-rules {
    border-top: 1px solid rgba(159,201,246,.10);
  }
  .risk-row {
    display: grid;
    grid-template-columns: 82px 1fr auto;
    gap: 22px;
    align-items: center;
    padding: 26px 0;
    border-bottom: 1px solid rgba(159,201,246,.09);
  }
  .risk-code {
    color: #567392;
    font: 500 6.5px "IBM Plex Mono",monospace;
    letter-spacing: .10em;
  }
  .risk-row b {
    display: block;
    color: #e0ebf7;
    font-size: 12px;
    margin-bottom: 6px;
  }
  .risk-row p {
    margin: 0;
    color: #7e95ae;
    font-size: 9px;
    line-height: 1.6;
    max-width: 500px;
  }
  .risk-row strong {
    color: #86a9cf;
    font: 600 7px "IBM Plex Mono",monospace;
    letter-spacing: .09em;
    border: 1px solid rgba(140,183,230,.13);
    padding: 7px 8px;
    border-radius: 999px;
  }
  .closing-section {
    padding: 125px 0 132px;
    background: linear-gradient(180deg,#06111f,#081a2e);
    position: relative;
  }
  .closing-section:before {
    content: "";
    position: absolute;
    inset: 0;
    background: radial-gradient(circle at 70% 40%,rgba(110,181,255,.08),transparent 26%);
  }
  .closing-v2 {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 80px;
    align-items: center;
  }
  .hero-origin-line.compact {
    margin-bottom: 24px;
  }
  .closing-copy-block h2 {
    font-size: clamp(46px,5.2vw,72px);
  }
  .closing-copy-block p {
    margin: 24px 0 0;
    color: #9cb0c7;
    font-size: 13px;
    line-height: 1.72;
    max-width: 610px;
  }
  .closing-matrix {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 10px;
  }
  .closing-matrix > div {
    min-height: 116px;
    padding: 15px;
    border-radius: 14px;
    border: 1px solid rgba(159,201,246,.11);
    background: rgba(8,28,49,.54);
  }
  .closing-matrix span {
    display: block;
    color: #536f8d;
    font: 500 6px "IBM Plex Mono",monospace;
  }
  .closing-matrix b {
    display: block;
    color: #d9e7f5;
    font: 700 10px "IBM Plex Mono",monospace;
    letter-spacing: .08em;
    margin: 25px 0 5px;
  }
  .closing-matrix small {
    color: #7189a4;
    font-size: 8px;
  }
  .titayt-footer {
    background: #040d18;
    border-top: 1px solid rgba(157,198,244,.08);
    padding: 60px 0 28px;
    color: #fff;
  }
  .footer-shell {
    width: min(1280px,calc(100% - 52px));
    margin: 0 auto;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 45px;
  }
  .footer-logo {
    margin-bottom: 16px;
  }
  .footer-brand p {
    margin: 0;
    color: #7088a3;
    font-size: 9px;
    line-height: 1.6;
    max-width: 390px;
  }
  .footer-meta {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 28px;
    justify-self: end;
  }
  .footer-meta > div {
    min-width: 180px;
  }
  .footer-label {
    display: block;
    color: #4e6a88;
    font: 500 6px "IBM Plex Mono",monospace;
    letter-spacing: .12em;
    text-transform: uppercase;
    margin-bottom: 8px;
  }
  .footer-meta strong {
    color: #9fb3ca;
    font-size: 8px;
    font-weight: 500;
  }
  .footer-bottom {
    grid-column: 1/3;
    margin-top: 42px;
    padding-top: 18px;
    border-top: 1px solid rgba(157,198,244,.08);
    display: flex;
    justify-content: space-between;
    gap: 25px;
    color: #4d6682;
    font-size: 7px;
  }
  .site-content-shell {
    width: min(900px,calc(100% - 48px));
    margin: 140px auto 80px;
  }
  .prose {
    color: #a8bacf;
  }
  .prose h1,.prose h2,.prose h3 {
    color: #f4f8ff;
    font-family: "Bricolage Grotesque",sans-serif;
    letter-spacing: -.03em;
  }
  .prose a {
    color: #85bdff;
  }
}
@media (max-width:1120px) {
  .desktop-nav {
    display: none;
  }
  .titayt-nav-shell {
    grid-template-columns: 1fr auto;
  }
  .nav-cta {
    display: none;
  }
  .mobile-toggle {
    display: flex;
    justify-self: end;
  }
  .mobile-panel {
    pointer-events: auto;
    display: flex;
    flex-direction: column;
    gap: 0;
    width: min(1280px,100%);
    margin: 8px auto 0;
    padding: 10px;
    border: 1px solid rgba(166,205,255,.14);
    background: rgba(4,14,27,.94);
    backdrop-filter: blur(20px);
    border-radius: 15px;
  }
  .mobile-panel a {
    text-decoration: none;
    color: #b7c8da;
    padding: 13px 12px;
    border-bottom: 1px solid rgba(166,205,255,.07);
    font-size: 11px;
  }
  .mobile-panel a:last-child {
    border-bottom: 0;
  }
  .hero-shell {
    grid-template-columns: 1fr;
  }
  .hero-system-map {
    max-width: 700px;
    width: 100%;
  }
  .architecture-head,.engine-head,.memory-head,.ai-head,.risk-grid,.closing-v2 {
    grid-template-columns: 1fr;
    gap: 40px;
  }
  .agent-grid {
    grid-template-columns: 1fr 1fr;
  }
  .metric-stage {
    grid-template-columns: 1fr 1fr;
  }
  .comparison-grid {
    grid-template-columns: 1fr;
  }
  .comparison-plus {
    min-height: 40px;
  }
  .ai-multiplier {
    grid-template-columns: 1fr;
  }
  .multiplier-core {
    min-height: 100px;
  }
  .risk-title {
    position: static;
  }
}
@media (max-width:760px) {
  .section-shell,.hero-shell,.footer-shell,.hero-bottom-note {
    width: min(100% - 30px,1280px);
  }
  .titayt-header {
    padding: 9px;
  }
  .titayt-nav-shell {
    min-height: 58px;
    padding: 0 12px;
  }
  .titayt-brand small {
    display: none;
  }
  .hero-v2 {
    min-height: auto;
    padding: 128px 0 104px;
  }
  .hero-copy h1 {
    font-size: clamp(50px,15vw,72px);
  }
  .hero-lead {
    font-size: 13px;
  }
  .hero-value-strip {
    grid-template-columns: 1fr 1fr;
  }
  .hero-bottom-note {
    bottom: 18px;
    flex-direction: column;
    align-items: flex-start;
    gap: 4px;
  }
  .system-orbit {
    min-height: 390px;
    transform: scale(.88);
    transform-origin: center center;
  }
  .agent-grid {
    grid-template-columns: 1fr;
  }
  .agent-card {
    min-height: auto;
  }
  .agent-content p {
    min-height: auto;
  }
  .metric-stage {
    grid-template-columns: 1fr;
  }
  .metric-card {
    min-height: 190px;
  }
  .engine-truth {
    align-items: flex-start;
  }
  .decision-pipeline {
    grid-template-columns: 1fr 1fr;
  }
  .pipeline-arrow {
    display: none;
  }
  .comparison-card {
    padding: 17px;
  }
  .comparison-flow {
    gap: 5px;
  }
  .ai-side {
    min-height: auto;
  }
  .ai-value-line {
    grid-template-columns: 1fr;
    gap: 8px;
  }
  .risk-row {
    grid-template-columns: 1fr;
    gap: 8px;
  }
  .risk-row strong {
    width: max-content;
  }
  .closing-matrix {
    grid-template-columns: 1fr;
  }
  .footer-shell {
    grid-template-columns: 1fr;
  }
  .footer-meta {
    justify-self: start;
    grid-template-columns: 1fr;
    gap: 18px;
  }
  .footer-bottom {
    grid-column: auto;
    flex-direction: column;
    margin-top: 15px;
  }
}
:root {
  --titayt-terracotta: #d96c34;
  --titayt-copper: #c9873f;
  --titayt-rock: #2c241f;
  --titayt-cream: #f4ede2;
  --titayt-ocean: #61b7ff;
  --titayt-cyan: #45d6c7;
  --titayt-violet: #9c82ff;
  --titayt-amber: #ff9b45;
}
.brand-symbol {
  width: 30px;
  height: 34px;
  object-fit: contain;
  filter: drop-shadow(0 0 10px rgba(217,108,52,.18));
}
.brand-mark {
  display: none;
}
.hero-v2:after {
  background: linear-gradient(180deg,rgba(2,8,15,.05) 0%,rgba(2,8,15,.18) 48%,rgba(2,8,15,.86) 100%),	radial-gradient(ellipse at 56% 72%,rgba(240,112,46,.28),transparent 15%),	radial-gradient(circle at 76% 30%,rgba(97,183,255,.14),transparent 26%);
}
.hero-v2:before {
  filter: saturate(1.08) brightness(1.14) contrast(1.08);
}
.hero-white {
  color: #fff;
}
.hero-blue {
  color: #8bc9ff;
}
.hero-copy h1 em {
  color: var(--titayt-terracotta);
  text-shadow: 0 0 34px rgba(217,108,52,.16);
}
.hero-origin-line {
  color: #d0dbe8;
}
.hero-value-strip div {
  border-color: rgba(220,128,67,.18);
  background: linear-gradient(180deg,rgba(33,24,20,.48),rgba(4,19,34,.58));
}
.hero-value-strip div:nth-child(1) strong {
  color: #79c1ff;
}
.hero-value-strip div:nth-child(2) strong {
  color: #68e0cf;
}
.hero-value-strip div:nth-child(3) strong {
  color: #b59cff;
}
.hero-value-strip div:nth-child(4) strong {
  color: #ffad68;
}
.hero-system-map {
  border-color: rgba(217,108,52,.24);
  background: linear-gradient(180deg,rgba(13,31,49,.88),rgba(11,18,26,.90));
  box-shadow: 0 42px 120px rgba(0,0,0,.44),0 0 70px rgba(217,108,52,.06);
}
.core-brand-symbol {
  width: 56px;
  height: 64px;
  object-fit: contain;
  margin-bottom: 7px;
  filter: drop-shadow(0 0 18px rgba(217,108,52,.28));
}
.core-eye {
  display: none;
}
.system-core {
  border-color: rgba(217,108,52,.25);
  background: linear-gradient(145deg,rgba(47,31,23,.92),rgba(8,23,36,.96));
}
.system-map-footer i {
  background: var(--titayt-terracotta);
  box-shadow: 0 0 12px rgba(217,108,52,.5);
}
.live-kpi-ribbon {
  position: relative;
  background: #050e19;
  border-top: 1px solid rgba(255,255,255,.07);
  border-bottom: 1px solid rgba(255,255,255,.07);
  padding: 18px 0 11px;
}
.live-kpi-ribbon:before {
  content: "";
  position: absolute;
  left: 50%;
  top: 0;
  transform: translateX(-50%);
  width: min(1280px,calc(100% - 52px));
  height: 2px;
  background: linear-gradient(90deg,var(--titayt-terracotta),var(--titayt-cyan),var(--titayt-violet),var(--titayt-amber));
  box-shadow: 0 0 20px rgba(97,183,255,.18);
}
.live-kpi-shell {
  width: min(1280px,calc(100% - 52px));
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(4,1fr);
  border: 1px solid rgba(158,198,241,.14);
  border-radius: 20px;
  overflow: hidden;
  background: linear-gradient(180deg,rgba(8,29,52,.90),rgba(7,22,39,.92));
}
.live-kpi {
  padding: 22px 26px 19px;
  position: relative;
}
.live-kpi:not(:last-child):after {
  content: "";
  position: absolute;
  top: 20px;
  bottom: 20px;
  right: 0;
  width: 1px;
  background: rgba(150,193,239,.15);
}
.live-kpi strong {
  display: block;
  color: #fff;
  font: 700 clamp(28px,3vw,47px)/.95 "Bricolage Grotesque",sans-serif;
  letter-spacing: -.045em;
  margin-bottom: 9px;
}
.live-kpi:nth-child(1) strong {
  color: #fff;
}
.live-kpi:nth-child(2) strong {
  color: #9fd1ff;
}
.live-kpi:nth-child(3) strong {
  color: #ffc08a;
}
.live-kpi:nth-child(4) strong {
  color: #c0adff;
}
.live-kpi span {
  color: #a7bad0;
  font-size: 11px;
}
.live-kpi-note {
  width: min(1280px,calc(100% - 52px));
  margin: 9px auto 0;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: 7px;
  color: #607b98;
  font: 500 6px/1 "IBM Plex Mono",monospace;
  letter-spacing: .09em;
  text-transform: uppercase;
}
.live-kpi-note i {
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: #45d6c7;
  box-shadow: 0 0 10px rgba(69,214,199,.55);
}
.architecture-section,.memory-section,.risk-section {
  background: linear-gradient(180deg,#06111f,#071727);
}
.section-kicker {
  color: #7dbefb;
}
.section-shell h2 em {
  color: var(--titayt-terracotta);
}
.agent-card {
  min-height: 555px;
}
.agent-art {
  height: 255px;
}
.agent-icon {
  position: absolute;
  inset: 14px 10px 0;
  width: calc(100% - 20px);
  height: calc(100% - 14px);
  object-fit: contain;
  filter: drop-shadow(0 22px 38px rgba(0,0,0,.32));
  transform: scale(.95);
  transform-origin: center bottom;
  transition: transform .28s ease;
}
.agent-card:hover .agent-icon {
  transform: scale(1.02) translateY(-3px);
}
.humanoid {
  display: none;
}
.agent-lab {
  --agent: #6eb5ff;
}
.agent-watch {
  --agent: #45d6c7;
}
.agent-candidate {
  --agent: #9c82ff;
}
.agent-exec {
  --agent: #ff9b45;
}
.agent-card:before {
  content: "";
  position: absolute;
  inset: 0 auto auto 0;
  width: 100%;
  height: 2px;
  background: var(--agent);
  z-index: 4;
  box-shadow: 0 0 20px var(--agent);
  @supports (color: color-mix(in lab, red, red)) {
    box-shadow: 0 0 20px color-mix(in srgb,var(--agent) 35%,transparent);
  }
}
.agent-content h3 {
  font-size: clamp(24px,2.1vw,31px);
}
.capability b {
  letter-spacing: .11em;
}
.engine-section {
  background: radial-gradient(circle at 75% 8%,rgba(217,108,52,.06),transparent 20%),	#061320;
}
.metric-card strong {
  font-size: clamp(50px,5.3vw,82px);
}
.metric-primary:before {
  background: var(--titayt-terracotta);
  box-shadow: 0 0 25px rgba(217,108,52,.35);
}
.metric-primary strong {
  color: #ffad70;
}
.pipeline-focus {
  border-color: rgba(255,155,69,.28);
  background: linear-gradient(180deg,rgba(71,39,21,.58),rgba(7,28,48,.60));
}
.pipeline-focus b {
  color: #ffad68;
}
.titayt-card {
  border-color: rgba(217,108,52,.20);
  background: linear-gradient(180deg,rgba(49,31,22,.42),rgba(7,23,41,.80));
}
.titayt-card .comparison-end {
  color: #ffad68;
}
.titayt-card li:before {
  background: var(--titayt-terracotta);
  box-shadow: 0 0 10px rgba(217,108,52,.38);
}
.comparison-plus {
  color: var(--titayt-terracotta);
}
.ai-section {
  background: radial-gradient(circle at 25% 42%,rgba(97,183,255,.07),transparent 24%),	radial-gradient(circle at 78% 45%,rgba(217,108,52,.08),transparent 25%),	#050f1b;
}
.multiplier-core > span {
  color: var(--titayt-terracotta);
}
.ai-value-line {
  border-color: rgba(217,108,52,.22);
  background: linear-gradient(90deg,rgba(217,108,52,.10),rgba(97,183,255,.05));
}
.stack-visual > div:nth-child(1) {
  border-left-color: #61b7ff;
}
.stack-visual > div:nth-child(2) {
  border-left-color: #45d6c7;
}
.stack-visual > div:nth-child(3) {
  border-left-color: #9c82ff;
}
.stack-visual > div:nth-child(4) {
  border-left-color: #ff9b45;
}
.stack-visual > div:nth-child(5) {
  border-left-color: #d96c34;
}
.stack-visual > div:nth-child(6) {
  border-left-color: #c9873f;
}
.closing-section {
  background: radial-gradient(circle at 72% 37%,rgba(217,108,52,.09),transparent 25%),	linear-gradient(180deg,#06111f,#0a1726);
}
.closing-matrix > div:nth-child(1), .closing-matrix > div:nth-child(5) {
  border-color: rgba(217,108,52,.18);
}
.closing-matrix > div:nth-child(2), .closing-matrix > div:nth-child(6) {
  border-color: rgba(97,183,255,.16);
}
@media (max-width:1120px) {
  .live-kpi-shell {
    grid-template-columns: 1fr 1fr;
  }
  .live-kpi:nth-child(2):after {
    display: none;
  }
  .live-kpi:nth-child(-n+2) {
    border-bottom: 1px solid rgba(150,193,239,.12);
  }
}
@media (max-width:760px) {
  .live-kpi-shell {
    grid-template-columns: 1fr;
  }
  .live-kpi:not(:last-child):after {
    display: none;
  }
  .live-kpi {
    border-bottom: 1px solid rgba(150,193,239,.10);
  }
  .live-kpi:last-child {
    border-bottom: 0;
  }
  .live-kpi-ribbon:before,.live-kpi-shell,.live-kpi-note {
    width: min(100% - 30px,1280px);
  }
  .brand-symbol {
    width: 27px;
    height: 31px;
  }
}
@media (prefers-reduced-motion:reduce) {
  html {
    scroll-behavior: auto;
  }
  .hero-shooting-star {
    animation: none;
    opacity: .35;
  }
  * {
    transition-duration: .001ms !important;
    animation-duration: .001ms !important;
    animation-iteration-count: 1 !important;
  }
}
.origin-section {
  position: relative;
  padding: 118px 0 122px;
  overflow: hidden;
  background: radial-gradient(circle at 82% 18%,rgba(217,108,52,.13),transparent 26%),	radial-gradient(circle at 12% 84%,rgba(97,183,255,.08),transparent 25%),	linear-gradient(145deg,#0b1015 0%,#15191b 55%,#0b1117 100%);
}
.origin-section:before {
  content: "";
  position: absolute;
  inset: 0;
  opacity: .18;
  pointer-events: none;
  background-image: linear-gradient(rgba(217,108,52,.08) 1px,transparent 1px),	linear-gradient(90deg,rgba(97,183,255,.05) 1px,transparent 1px);
  background-size: 56px 56px;
  mask-image: linear-gradient(90deg,rgba(0,0,0,.9),transparent 88%);
}
.origin-shell {
  display: grid;
  grid-template-columns: 1.06fr .94fr;
  gap: 76px;
  align-items: center;
}
.origin-copy h2 {
  font-size: clamp(44px,5vw,72px);
  max-width: 760px;
}
.origin-copy>p {
  max-width: 650px;
  margin: 26px 0 0;
  color: #aab7c5;
  font-size: 14px;
  line-height: 1.78;
}
.origin-signature {
  display: flex;
  align-items: center;
  gap: 16px;
  margin-top: 32px;
  padding-top: 24px;
  border-top: 1px solid rgba(255,255,255,.09);
  max-width: 560px;
}
.origin-signature img {
  width: 52px;
  height: 58px;
  object-fit: contain;
  filter: drop-shadow(0 0 18px rgba(217,108,52,.20));
}
.origin-signature strong {
  display: block;
  color: #f5f7f8;
  font: 600 14px "Bricolage Grotesque",sans-serif;
}
.origin-signature span {
  display: block;
  margin-top: 4px;
  color: #728498;
  font: 500 8px "IBM Plex Mono",monospace;
  letter-spacing: .06em;
}
.origin-principles {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
}
.origin-principles>div {
  min-height: 158px;
  padding: 22px;
  border: 1px solid rgba(255,255,255,.08);
  border-radius: 18px;
  background: linear-gradient(145deg,rgba(255,255,255,.05),rgba(255,255,255,.015));
  position: relative;
  overflow: hidden;
}
.origin-principles>div:after {
  content: "";
  position: absolute;
  right: -26px;
  bottom: -34px;
  width: 110px;
  height: 110px;
  border-radius: 50%;
  border: 1px solid rgba(217,108,52,.18);
  box-shadow: inset 0 0 0 18px rgba(97,183,255,.025);
}
.origin-principles span {
  color: #7d8da0;
  font: 500 7px "IBM Plex Mono",monospace;
}
.origin-principles strong {
  display: block;
  margin: 46px 0 6px;
  color: #f3f6f8;
  font: 700 12px "IBM Plex Mono",monospace;
  letter-spacing: .10em;
}
.origin-principles small {
  color: #7c8c9e;
  font-size: 9px;
}
.agent-role {
  line-height: 1.35;
}
.agent-card {
  background: linear-gradient(180deg,rgba(16,36,55,.80),rgba(8,20,31,.90));
}
.agent-art:after {
  content: "";
  position: absolute;
  left: 12%;
  right: 12%;
  bottom: 7px;
  height: 1px;
  background: linear-gradient(90deg,transparent,var(--agent),transparent);
  opacity: .35;
}
.architecture-section {
  padding-top: 118px;
}
.memory-section .comparison-card,.ai-side,.risk-row {
  backdrop-filter: blur(6px);
}
.ai-value-line strong {
  font-size: 17px;
}
.closing-section .section-shell {
  position: relative;
  z-index: 2;
}
@media (max-width:1120px) {
  .origin-shell {
    grid-template-columns: 1fr;
    gap: 42px;
  }
  .origin-principles {
    max-width: 760px;
  }
}
@media (max-width:760px) {
  .origin-section {
    padding: 86px 0 90px;
  }
  .origin-principles {
    grid-template-columns: 1fr;
  }
  .origin-principles>div {
    min-height: 126px;
  }
  .origin-principles strong {
    margin-top: 28px;
  }
}
@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;
    }
  }
}
