/*! tailwindcss v4.3.0 | MIT License | https://tailwindcss.com */
@layer theme, base, components, utilities;
@layer theme {
  :root, :host {
    --font-sans: "Manrope",sans-serif;
    --font-serif: "DM Serif Display",Georgia,serif;
    --font-mono: "IBM Plex Mono",monospace;
    --default-font-family: var(--font-sans);
    --default-mono-font-family: var(--font-mono);
  }
}
@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;
  }
  .container {
    width: 100%;
    @media (width >= 40rem) {
      max-width: 40rem;
    }
    @media (width >= 48rem) {
      max-width: 48rem;
    }
    @media (width >= 64rem) {
      max-width: 64rem;
    }
    @media (width >= 80rem) {
      max-width: 80rem;
    }
    @media (width >= 96rem) {
      max-width: 96rem;
    }
  }
  .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;
    }
  }
  .block {
    display: block;
  }
}
@layer base {
  * {
    box-sizing: border-box;
  }
  html {
    color-scheme: dark;
    scroll-behavior: smooth;
  }
  body {
    margin: 0;
    background: #091218;
    color: #e7eef0;
    font: 400 16px/1.7 var(--font-sans);
  }
  a {
    color: inherit;
    text-underline-offset: .22em;
  }
  img {
    max-width: 100%;
    height: auto;
  }
  button,input {
    font: inherit;
  }
  ::selection {
    background: #edb95d;
    color: #10171b;
  }
}
@layer components {
  :root {
    --gold: #edb95d;
    --cyan: #66d8ff;
    --mint: #7ee0b6;
    --ink: #091218;
    --surface: #101d24;
    --paper: #f5f1e8;
    --line: rgba(174,211,222,.18);
    --muted: #91a6ad;
    --font-sans: "Manrope",sans-serif;
    --font-serif: "DM Serif Display",Georgia,serif;
    --font-mono: "IBM Plex Mono",monospace;
  }
  .site-shell {
    min-height: 100vh;
    overflow: hidden;
    background: radial-gradient(circle at 75% 8%,rgba(49,145,176,.14),transparent 28%),linear-gradient(180deg,#091218,#0d171c 38%,#091218);
  }
  .top-signal {
    height: 34px;
    padding: 0 max(1rem,calc((100% - 1380px)/2));
    display: grid;
    grid-template-columns: 1fr auto 1fr;
    align-items: center;
    border-bottom: 1px solid var(--line);
    color: #718890;
    font: 500 .52rem/1 var(--font-mono);
    letter-spacing: .12em;
    text-transform: uppercase;
  }
  .top-signal p {
    margin: 0;
  }
  .top-signal a {
    justify-self: end;
    color: var(--gold);
    text-decoration: none;
  }
  .site-header {
    position: relative;
    z-index: 50;
    border-bottom: 1px solid var(--line);
    background: rgba(9,18,24,.76);
    backdrop-filter: blur(20px);
  }
  .header-inner {
    width: min(1380px,calc(100% - 3rem));
    min-height: 92px;
    margin: auto;
    display: grid;
    grid-template-columns: 220px 1fr auto 44px 44px;
    align-items: center;
    gap: 1.3rem;
  }
  .site-logo {
    display: block;
    line-height: 0;
  }
  .site-logo img {
    width: 198px;
    max-height: 58px;
    object-fit: contain;
    filter: drop-shadow(0 0 20px rgba(102,216,255,.16));
  }
  .primary-nav ul {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    gap: .15rem;
    list-style: none;
    margin: 0;
    padding: 0;
  }
  .primary-nav a {
    display: block;
    padding: .75rem .72rem;
    color: #a8b9be;
    text-decoration: none;
    font: 500 .62rem/1 var(--font-mono);
    letter-spacing: .07em;
    text-transform: uppercase;
    transition: .2s;
  }
  .primary-nav a:hover,.primary-nav .current-menu-item>a {
    color: #fff;
  }
  .primary-nav a:after {
    content: "";
    display: block;
    width: 0;
    height: 1px;
    margin-top: .45rem;
    background: linear-gradient(90deg,var(--gold),var(--cyan));
    transition: .2s;
  }
  .primary-nav a:hover:after,.primary-nav .current-menu-item>a:after {
    width: 100%;
  }
  .bible-cta {
    display: inline-flex;
    align-items: center;
    gap: .45rem;
    min-height: 42px;
    padding: 0 1rem;
    border: 1px solid rgba(237,185,93,.45);
    border-radius: 99px;
    color: #ffe1a8;
    text-decoration: none;
    font: 600 .59rem/1 var(--font-mono);
    letter-spacing: .08em;
    text-transform: uppercase;
  }
  .bible-cta span {
    color: #738991;
  }
  .theme-toggle,.header-search {
    width: 42px;
    height: 42px;
    display: grid;
    place-items: center;
    padding: 0;
    border: 1px solid var(--line);
    border-radius: 50%;
    background: rgba(255,255,255,.02);
    color: #adc0c6;
  }
  .theme-toggle {
    cursor: pointer;
  }
  .theme-icon,.header-search svg {
    grid-area: 1/1;
    width: 17px;
    height: 17px;
    fill: none;
    stroke: currentColor;
    stroke-width: 1.6;
  }
  .menu-toggle {
    display: none;
  }
  .site-main {
    min-height: 60vh;
  }
  .codex-hero {
    position: relative;
    width: min(1510px,100%);
    min-height: 810px;
    margin: auto;
    padding: clamp(5rem,10vw,9rem) max(1.5rem,calc((100% - 1340px)/2));
    display: grid;
    grid-template-columns: 1.05fr .95fr;
    align-items: center;
    overflow: hidden;
    border-bottom: 1px solid var(--line);
  }
  .codex-glow {
    position: absolute;
    width: 720px;
    height: 720px;
    right: -120px;
    top: -130px;
    border-radius: 50%;
    background: radial-gradient(circle,rgba(63,181,219,.14),transparent 65%);
    filter: blur(15px);
  }
  .codex-hero:before {
    content: "";
    position: absolute;
    inset: 0;
    opacity: .25;
    background-image: linear-gradient(rgba(124,176,192,.055) 1px,transparent 1px),linear-gradient(90deg,rgba(124,176,192,.055) 1px,transparent 1px);
    background-size: 64px 64px;
    mask-image: linear-gradient(to right,transparent,#000 35%,#000 70%,transparent);
  }
  .codex-hero-copy {
    position: relative;
    z-index: 3;
    max-width: 760px;
    animation: reveal .85s cubic-bezier(.2,.8,.2,1) both;
  }
  .eyebrow {
    margin: 0 0 1.3rem;
    color: #7f969e;
    font: 600 .59rem/1.5 var(--font-mono);
    letter-spacing: .13em;
    text-transform: uppercase;
  }
  .eyebrow span {
    color: var(--gold);
    margin-right: 1rem;
  }
  .codex-hero h1 {
    margin: 0;
    color: #f4f7f6;
    font: 400 clamp(4.6rem,8vw,8.5rem)/.84 var(--font-serif);
    letter-spacing: -.05em;
  }
  .codex-hero h1 em,.section-heading h2 em,.latest-header h2 em,.bible-callout h2 em {
    color: var(--gold);
    font-weight: 400;
  }
  .hero-intro {
    max-width: 650px;
    margin: 2rem 0 2.2rem;
    color: #adbdc2;
    font-size: clamp(1rem,1.4vw,1.19rem);
    line-height: 1.85;
  }
  .hero-actions {
    display: flex;
    flex-wrap: wrap;
    gap: .8rem;
  }
  .button {
    min-height: 52px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 1rem;
    padding: .9rem 1.2rem;
    border: 1px solid;
    text-decoration: none;
    font: 600 .62rem/1 var(--font-mono);
    letter-spacing: .08em;
    text-transform: uppercase;
    transition: .25s;
  }
  .button-primary {
    border-color: var(--gold);
    background: var(--gold);
    color: #172027;
    box-shadow: 0 12px 38px rgba(237,185,93,.12);
  }
  .button-primary:hover {
    background: #ffd78c;
    transform: translateY(-3px);
    box-shadow: 0 18px 50px rgba(237,185,93,.2);
  }
  .button-ghost {
    border-color: var(--line);
    color: #d8e4e7;
    background: rgba(255,255,255,.02);
  }
  .button-ghost:hover {
    border-color: var(--cyan);
    color: var(--cyan);
  }
  .hero-proof {
    max-width: 560px;
    margin-top: 3rem;
    padding-top: 1.4rem;
    display: grid;
    grid-template-columns: 45px 1fr;
    border-top: 1px solid var(--line);
  }
  .hero-proof>span {
    color: var(--gold);
    font: 600 .55rem/1 var(--font-mono);
  }
  .hero-proof p {
    margin: 0;
    color: #71878f;
    font-size: .78rem;
    line-height: 1.65;
  }
  .hero-proof strong {
    color: #c7d5d9;
  }
  .codex-visual {
    position: relative;
    z-index: 2;
    width: min(650px,45vw);
    aspect-ratio: 1;
    justify-self: end;
  }
  .codex-visual svg {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    fill: none;
  }
  .codex-visual .thread {
    stroke: url(#thread);
    stroke-width: 1.4;
    stroke-opacity: .63;
  }
  .codex-visual circle {
    fill: #091218;
    stroke: var(--cyan);
    stroke-width: 2;
  }
  .visual-orbit {
    position: absolute;
    border: 1px solid rgba(102,216,255,.15);
    border-radius: 50%;
  }
  .orbit-a {
    inset: 5%;
    animation: spin 38s linear infinite;
  }
  .orbit-b {
    inset: 20%;
    border-style: dashed;
    animation: spin 28s linear infinite reverse;
  }
  .scripture-core {
    position: absolute;
    z-index: 4;
    left: 50%;
    top: 50%;
    width: 210px;
    height: 210px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    transform: translate(-50%,-50%);
    border: 1px solid rgba(237,185,93,.48);
    border-radius: 50%;
    background: radial-gradient(circle,rgba(237,185,93,.12),rgba(9,18,24,.9) 66%);
    box-shadow: 0 0 90px rgba(102,216,255,.12);
    text-align: center;
  }
  .scripture-core small {
    color: #7e9197;
    font: 500 .48rem/1 var(--font-mono);
    letter-spacing: .1em;
  }
  .scripture-core strong {
    margin: .7rem 0;
    color: #fff0ca;
    font: 400 2.1rem/1 var(--font-serif);
  }
  .scripture-core span {
    color: #78929c;
    font-size: .62rem;
  }
  .verse-node {
    position: absolute;
    padding: .45rem .6rem;
    border: 1px solid var(--line);
    background: rgba(9,18,24,.82);
    color: #9db3ba;
    font: 500 .5rem/1 var(--font-mono);
    letter-spacing: .08em;
  }
  .node-genesis {
    left: 2%;
    bottom: 22%;
  }
  .node-numbers {
    left: 5%;
    top: 27%;
  }
  .node-romans {
    right: 0;
    top: 42%;
  }
  .node-john {
    right: 12%;
    bottom: 15%;
  }
  .hero-index {
    position: absolute;
    left: max(1.5rem,calc((100% - 1340px)/2));
    bottom: 1.7rem;
    display: flex;
    align-items: center;
    gap: 1rem;
    color: #607780;
    font: 500 .51rem/1 var(--font-mono);
    letter-spacing: .1em;
    text-transform: uppercase;
  }
  .hero-index i {
    display: block;
    width: 110px;
    height: 1px;
    background: linear-gradient(90deg,var(--gold),transparent);
  }
  .experience-strip {
    width: min(1380px,calc(100% - 3rem));
    margin: -1px auto 0;
    display: grid;
    grid-template-columns: repeat(4,1fr);
    border-left: 1px solid var(--line);
    border-top: 1px solid var(--line);
  }
  .experience-strip a {
    min-height: 150px;
    padding: 1.3rem;
    display: grid;
    align-content: end;
    border-right: 1px solid var(--line);
    border-bottom: 1px solid var(--line);
    text-decoration: none;
    transition: .25s;
  }
  .experience-strip a:hover {
    background: rgba(102,216,255,.055);
    transform: translateY(-5px);
  }
  .experience-strip span {
    margin-bottom: auto;
    color: #5e7881;
    font: 600 .52rem/1 var(--font-mono);
  }
  .experience-strip strong {
    color: #e3ebed;
    font: 400 1.25rem/1.1 var(--font-serif);
  }
  .experience-strip small {
    margin-top: .45rem;
    color: #6d858d;
  }
  .featured-section,.path-section,.latest-section {
    width: min(1280px,calc(100% - 3rem));
    margin: auto;
    padding: clamp(5rem,9vw,8.5rem) 0;
  }
  .section-intro {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 1.4rem;
    color: #71878f;
    font: 500 .55rem/1 var(--font-mono);
    text-transform: uppercase;
  }
  .section-intro .eyebrow {
    margin: 0;
    color: var(--gold);
  }
  .featured-story {
    display: grid;
    grid-template-columns: 1.07fr .93fr;
    min-height: 540px;
    border: 1px solid var(--line);
    background: linear-gradient(135deg,rgba(21,37,46,.92),rgba(11,22,28,.96));
    box-shadow: 0 36px 100px rgba(0,0,0,.22);
  }
  .featured-visual {
    position: relative;
    display: block;
    overflow: hidden;
    min-height: 480px;
    border-right: 1px solid var(--line);
    background: radial-gradient(circle at 45% 45%,rgba(102,216,255,.15),transparent 38%),#101e26;
    background-size: cover;
    background-position: center;
  }
  .featured-visual:after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(115deg,transparent 45%,rgba(237,185,93,.12) 45.2%,transparent 45.5%);
  }
  .featured-visual>span {
    position: absolute;
    z-index: 2;
    top: 1.2rem;
    left: 1.2rem;
    color: #b1c4c9;
    font: 500 .52rem/1 var(--font-mono);
    letter-spacing: .08em;
  }
  .featured-visual svg {
    position: absolute;
    z-index: 2;
    inset: 14%;
    width: 72%;
    height: 72%;
    fill: none;
    stroke: rgba(102,216,255,.5);
    stroke-width: 1;
  }
  .featured-content {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    padding: clamp(2rem,5vw,5rem);
  }
  .post-meta {
    color: #76919b;
    font: 600 .55rem/1.5 var(--font-mono);
    letter-spacing: .08em;
    text-transform: uppercase;
  }
  .post-meta a {
    color: var(--gold);
    text-decoration: none;
  }
  .featured-content h2 {
    margin: 1.2rem 0;
    color: #f1f5f4;
    font: 400 clamp(2.5rem,4vw,4.4rem)/1 var(--font-serif);
    letter-spacing: -.03em;
  }
  .featured-content h2 a {
    text-decoration: none;
  }
  .featured-content p {
    color: #95a9b0;
    line-height: 1.8;
  }
  .story-link,.text-link {
    margin-top: 1.2rem;
    color: #c9d8dc;
    font: 600 .6rem/1 var(--font-mono);
    letter-spacing: .08em;
    text-transform: uppercase;
    text-decoration: none;
  }
  .story-link span {
    color: var(--gold);
    margin-left: .5rem;
  }
  .path-section {
    border-top: 1px solid var(--line);
  }
  .section-heading {
    display: grid;
    grid-template-columns: 1.3fr .7fr;
    gap: 4rem;
    align-items: end;
    margin-bottom: 3rem;
  }
  .section-heading h2,.latest-header h2 {
    margin: 0;
    color: #eff4f3;
    font: 400 clamp(3rem,5.5vw,5.8rem)/.95 var(--font-serif);
    letter-spacing: -.04em;
  }
  .section-heading>p {
    margin: 0;
    color: #879ba2;
    line-height: 1.8;
  }
  .path-list {
    border-top: 1px solid var(--line);
  }
  .path-row {
    position: relative;
    display: grid;
    grid-template-columns: 70px minmax(190px,.65fr) 1.35fr 48px;
    align-items: center;
    gap: 2rem;
    min-height: 142px;
    padding: 1.2rem 0;
    border-bottom: 1px solid var(--line);
    text-decoration: none;
    transition: .3s;
  }
  .path-row:before {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(90deg,rgba(237,185,93,.1),rgba(102,216,255,.04),transparent);
    transform: scaleX(0);
    transform-origin: left;
    transition: .35s;
  }
  .path-row>* {
    position: relative;
  }
  .path-row:hover {
    padding-left: 1rem;
  }
  .path-row:hover:before {
    transform: scaleX(1);
  }
  .path-number {
    color: #5e747c;
    font: 600 .55rem/1 var(--font-mono);
  }
  .path-row h3 {
    margin: 0;
    color: #f0f4f3;
    font: 400 clamp(2rem,3vw,3rem)/1 var(--font-serif);
  }
  .path-row p {
    margin: 0;
    color: #80969e;
  }
  .path-arrow {
    width: 44px;
    height: 44px;
    display: grid;
    place-items: center;
    border: 1px solid var(--line);
    border-radius: 50%;
    color: var(--gold);
  }
  .path-row:hover .path-arrow {
    background: var(--gold);
    color: #111b20;
  }
  .bible-callout {
    position: relative;
    width: min(1450px,calc(100% - 2rem));
    margin: auto;
    padding: clamp(4rem,8vw,8rem) max(1.5rem,calc((100% - 1180px)/2));
    display: grid;
    grid-template-columns: 1.05fr .95fr;
    gap: 5rem;
    align-items: center;
    overflow: hidden;
    border: 1px solid rgba(237,185,93,.22);
    background: radial-gradient(circle at 80% 40%,rgba(102,216,255,.12),transparent 34%),linear-gradient(135deg,#13252e,#0b171d);
  }
  .bible-callout h2 {
    margin: .5rem 0 1.4rem;
    color: #f4f5ef;
    font: 400 clamp(3rem,5vw,5.5rem)/.95 var(--font-serif);
    letter-spacing: -.04em;
  }
  .bible-callout>div>p:not(.eyebrow) {
    max-width: 600px;
    color: #9aadb3;
    line-height: 1.85;
  }
  .context-stack {
    display: grid;
    gap: .55rem;
    transform: rotate(-4deg);
  }
  .context-stack span {
    min-height: 68px;
    padding: 0 1.2rem;
    display: flex;
    align-items: center;
    gap: 1.2rem;
    border: 1px solid var(--line);
    background: rgba(7,17,23,.72);
    color: #d6e2e5;
    font: 500 .67rem/1 var(--font-mono);
    letter-spacing: .1em;
  }
  .context-stack span:nth-child(2) {
    transform: translateX(18px);
  }
  .context-stack span:nth-child(3) {
    transform: translateX(36px);
    border-color: rgba(237,185,93,.44);
  }
  .context-stack span:nth-child(4) {
    transform: translateX(18px);
  }
  .context-stack b {
    color: var(--gold);
  }
  .latest-header {
    display: flex;
    align-items: end;
    justify-content: space-between;
    gap: 2rem;
    margin-bottom: 2.8rem;
  }
  .latest-grid {
    display: grid;
    grid-template-columns: repeat(2,1fr);
    border-top: 1px solid var(--line);
    border-left: 1px solid var(--line);
  }
  .latest-card {
    position: relative;
    min-height: 300px;
    padding: 2rem;
    display: flex;
    flex-direction: column;
    border-right: 1px solid var(--line);
    border-bottom: 1px solid var(--line);
    background: rgba(18,33,41,.62);
    transition: .3s;
  }
  .latest-card:hover {
    background: #182c36;
    transform: translateY(-5px);
    box-shadow: 0 25px 55px rgba(0,0,0,.2);
  }
  .latest-card-wide {
    grid-column: span 2;
    min-height: 350px;
  }
  .card-hit {
    position: absolute;
    inset: 0;
    z-index: 2;
  }
  .latest-card h3 {
    width: min(730px,100%);
    margin: auto 0 .8rem;
    color: #edf3f2;
    font: 400 clamp(1.8rem,3vw,3rem)/1.06 var(--font-serif);
  }
  .latest-card p {
    width: min(660px,100%);
    margin: 0;
    color: #859ba2;
  }
  .card-category {
    position: absolute;
    right: 1.4rem;
    top: 1.4rem;
    color: #617c86;
    font: 600 .52rem/1 var(--font-mono);
    text-transform: uppercase;
  }
  .truth-band {
    min-height: 520px;
    padding: clamp(5rem,10vw,9rem) 1.5rem;
    display: grid;
    place-items: center;
    text-align: center;
    border-top: 1px solid var(--line);
    background: radial-gradient(circle at center,rgba(237,185,93,.12),transparent 44%),#081116;
  }
  .truth-code {
    color: var(--gold);
    font: 600 .57rem/1 var(--font-mono);
    letter-spacing: .13em;
  }
  .truth-band blockquote {
    max-width: 1050px;
    margin: 1.5rem auto 2rem;
    color: #eff4f0;
    font: 400 clamp(2.4rem,5vw,5rem)/1.04 var(--font-serif);
  }
  .page-shell {
    width: min(1120px,calc(100% - 3rem));
    margin: clamp(3rem,7vw,6rem) auto;
  }
  .page-banner,.article-header {
    position: relative;
    width: min(1120px,calc(100% - 3rem));
    margin: auto;
    padding: clamp(4rem,9vw,8rem) 0 3rem;
    border-bottom: 1px solid var(--line);
  }
  .kicker {
    color: var(--gold);
    font: 600 .58rem/1 var(--font-mono);
    letter-spacing: .13em;
    text-transform: uppercase;
  }
  .page-banner h1,.article-header h1 {
    max-width: 1000px;
    margin: .8rem 0 0;
    color: #f2f5f2;
    font: 400 clamp(3.4rem,7vw,7rem)/.92 var(--font-serif);
    letter-spacing: -.04em;
  }
  .content-body {
    width: min(790px,100%);
    margin: auto;
    padding: clamp(3rem,6vw,5.5rem) 0;
    color: #c3d0d3;
    font-size: 1.08rem;
    line-height: 1.95;
  }
  .content-body h2,.content-body h3 {
    color: #f0f3ef;
    font-family: var(--font-serif);
    font-weight: 400;
    line-height: 1.08;
  }
  .content-body h2 {
    margin-top: 2em;
    font-size: 2.7rem;
  }
  .content-body h3 {
    font-size: 1.9rem;
  }
  .content-body a {
    color: var(--cyan);
  }
  .content-body blockquote {
    margin: 2.8rem 0;
    padding: 1.4rem 0 1.4rem 2rem;
    border-left: 2px solid var(--gold);
    color: #edf3ed;
    font: 400 1.55rem/1.5 var(--font-serif);
  }
  .archive-grid {
    display: grid;
    grid-template-columns: repeat(2,1fr);
    border-top: 1px solid var(--line);
    border-left: 1px solid var(--line);
    margin-top: 3rem;
  }
  .post-card,.related-card {
    min-height: 280px;
    padding: 2rem;
    display: flex;
    flex-direction: column;
    border-right: 1px solid var(--line);
    border-bottom: 1px solid var(--line);
    background: rgba(18,33,41,.6);
  }
  .post-card h2,.related-card h3 {
    margin: auto 0 .8rem;
    color: #edf3f2;
    font: 400 2rem/1.1 var(--font-serif);
  }
  .post-card h2 a {
    text-decoration: none;
  }
  .post-card p {
    color: #8399a1;
  }
  .search-form {
    display: grid;
    grid-template-columns: 1fr auto;
    gap: .5rem;
  }
  .search-field {
    min-height: 54px;
    padding: .8rem 1rem;
    border: 1px solid var(--line);
    background: #101f27;
    color: #fff;
  }
  .search-submit {
    border: 1px solid var(--gold);
    background: var(--gold);
    color: #172027;
    padding: 0 1.2rem;
    font: 600 .6rem/1 var(--font-mono);
  }
  .article-deck {
    max-width: 1040px;
    margin-top: 2.2rem;
    display: grid;
    grid-template-columns: 1.15fr .85fr;
    gap: 4rem;
  }
  .article-deck>p {
    color: #a8bbc0;
  }
  .article-stats {
    display: flex;
    justify-content: flex-end;
    gap: 1rem;
    color: #6e8991;
    font: 500 .55rem/1.5 var(--font-mono);
    text-transform: uppercase;
  }
  .article-layout {
    width: min(1050px,calc(100% - 3rem));
    margin: auto;
    display: grid;
    grid-template-columns: 150px minmax(0,790px);
    gap: clamp(2rem,6vw,7rem);
  }
  .article-rail {
    position: sticky;
    top: 2rem;
    margin-top: 5rem;
    color: #607b83;
    font: 500 .55rem/1.8 var(--font-mono);
    text-transform: uppercase;
  }
  .article-rail a {
    color: #9bb0b7;
    text-decoration: none;
  }
  .rail-marker {
    color: var(--gold);
  }
  .rail-rule {
    height: 1px;
    margin: 1rem 0;
    background: linear-gradient(90deg,var(--gold),transparent);
  }
  .article-footer,.related-section {
    width: min(1050px,calc(100% - 3rem));
    margin: auto;
    border-top: 1px solid var(--line);
  }
  .article-tags {
    min-height: 80px;
    display: flex;
    align-items: center;
    gap: 1rem;
  }
  .post-navigation,.related-grid {
    display: grid;
    grid-template-columns: repeat(2,1fr);
    border-top: 1px solid var(--line);
    border-left: 1px solid var(--line);
  }
  .post-navigation>div {
    min-height: 145px;
    padding: 1.5rem;
    border-right: 1px solid var(--line);
    border-bottom: 1px solid var(--line);
  }
  .post-navigation a {
    color: #edf3f2;
    text-decoration: none;
    font: 400 1.3rem/1.2 var(--font-serif);
  }
  .bible-page {
    background: radial-gradient(circle at 85% 5%,rgba(237,185,93,.1),transparent 24%);
  }
  .bible-hero {
    width: min(1280px,calc(100% - 3rem));
    min-height: 650px;
    margin: auto;
    padding: clamp(5rem,9vw,8rem) 0;
    display: grid;
    grid-template-columns: 1.08fr .92fr;
    gap: 5rem;
    align-items: center;
  }
  .bible-hero-copy h1 {
    margin: 0;
    color: #f3f5f0;
    font: 400 clamp(4rem,7vw,7.2rem)/.89 var(--font-serif);
    letter-spacing: -.045em;
  }
  .bible-hero-copy h1 em {
    color: var(--gold);
    font-weight: 400;
  }
  .bible-hero-copy>p:not(.eyebrow) {
    max-width: 640px;
    color: #a1b2b7;
    font-size: 1.08rem;
    line-height: 1.85;
  }
  .bible-verse-card {
    min-height: 420px;
    padding: 3rem;
    display: flex;
    flex-direction: column;
    justify-content: center;
    border: 1px solid rgba(237,185,93,.3);
    background: radial-gradient(circle at 80% 20%,rgba(102,216,255,.13),transparent 33%),#12232c;
    box-shadow: 0 35px 90px rgba(0,0,0,.3);
  }
  .verse-code {
    color: var(--gold);
    font: 600 .57rem/1 var(--font-mono);
  }
  .bible-verse-card blockquote {
    margin: 2rem 0;
    color: #eff4ef;
    font: 400 clamp(2rem,3.5vw,3.35rem)/1.12 var(--font-serif);
  }
  .bible-guide {
    width: min(1280px,calc(100% - 3rem));
    margin: auto;
    padding: 4rem 0;
    display: grid;
    grid-template-columns: 1.2fr repeat(3,1fr);
    border-bottom: 1px solid var(--line);
  }
  .guide-intro,.guide-step {
    padding: 1.5rem;
    border-left: 1px solid var(--line);
  }
  .guide-intro {
    border: 0;
  }
  .guide-intro h2,.guide-step h3,.bible-help h2 {
    color: #edf3ef;
    font-family: var(--font-serif);
    font-weight: 400;
  }
  .guide-step span {
    color: var(--gold);
    font: 600 .55rem/1 var(--font-mono);
  }
  .guide-step p,.bible-help p {
    color: #879ba2;
  }
  .bible-reader-section {
    width: min(1380px,calc(100% - 3rem));
    margin: 5rem auto;
    overflow: hidden;
    border: 1px solid var(--line);
    background: #101f27;
    box-shadow: 0 38px 100px rgba(0,0,0,.28);
  }
  .reader-topbar {
    min-height: 58px;
    padding: 0 1.2rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-bottom: 1px solid var(--line);
    color: #a6b9bf;
    font: 600 .57rem/1 var(--font-mono);
    text-transform: uppercase;
  }
  .reader-topbar p {
    color: #637e87;
  }
  .reader-light {
    display: inline-block;
    width: 8px;
    height: 8px;
    margin-right: .5rem;
    border-radius: 50%;
    background: var(--mint);
    box-shadow: 0 0 12px var(--mint);
  }
  .bible-reader-frame {
    min-height: 680px;
    padding: clamp(.7rem,2vw,1.6rem);
    background: #eef0eb;
    color: #152029;
  }
  .bible-help {
    width: min(1050px,calc(100% - 3rem));
    margin: auto;
    padding: 5rem 0;
    display: grid;
    grid-template-columns: 1.2fr .8fr;
    gap: 5rem;
    border-top: 1px solid var(--line);
  }
  .site-footer {
    border-top: 1px solid var(--line);
    background: #060d11;
  }
  .footer-main {
    width: min(1280px,calc(100% - 3rem));
    margin: auto;
    padding: 5rem 0;
    display: grid;
    grid-template-columns: 1.2fr .8fr .8fr;
    gap: 4rem;
    align-items: end;
  }
  .footer-kicker {
    display: block;
    margin-bottom: 1rem;
    color: var(--gold);
    font: 600 .52rem/1 var(--font-mono);
    letter-spacing: .12em;
  }
  .footer-wordmark {
    display: block;
    color: #f0f4f1;
    font: 400 2.5rem/1 var(--font-serif);
  }
  .footer-wordmark span {
    color: var(--cyan);
  }
  .footer-brand p {
    max-width: 460px;
    color: #718991;
  }
  .footer-links {
    display: grid;
    gap: .55rem;
  }
  .footer-links a {
    color: #9db0b6;
    text-decoration: none;
    font: 500 .62rem/1.5 var(--font-mono);
    text-transform: uppercase;
  }
  .footer-note {
    color: #6f858d;
    font: 500 .58rem/1.9 var(--font-mono);
    text-transform: uppercase;
  }
  .footer-note span {
    color: #c9d6da;
  }
  .footer-bottom {
    width: min(1280px,calc(100% - 3rem));
    margin: auto;
    padding: 1.3rem 0;
    display: flex;
    justify-content: space-between;
    gap: 2rem;
    border-top: 1px solid var(--line);
    color: #526a73;
    font: 500 .51rem/1.5 var(--font-mono);
    text-transform: uppercase;
  }
  .footer-bottom a {
    text-decoration: none;
  }
  @keyframes spin {
    to {
      transform: rotate(360deg);
    }
  }
  @keyframes reveal {
    from {
      opacity: 0;
      transform: translateY(28px);
    }
    to {
      opacity: 1;
      transform: none;
    }
  }
  @media (prefers-reduced-motion:reduce) {
    *,*:before,*:after {
      animation-duration: .01ms !important;
      animation-iteration-count: 1 !important;
      scroll-behavior: auto !important;
    }
  }
  @media (max-width:1020px) {
    .header-inner {
      grid-template-columns: 190px 1fr auto 42px 42px;
    }
    .codex-hero {
      grid-template-columns: 1fr;
      min-height: auto;
      padding-top: 7rem;
      padding-bottom: 7rem;
    }
    .codex-visual {
      position: absolute;
      width: 520px;
      right: -180px;
      top: 80px;
      opacity: .36;
    }
    .codex-hero-copy {
      max-width: 760px;
    }
    .featured-story,.bible-callout,.bible-hero {
      grid-template-columns: 1fr;
    }
    .featured-visual {
      border-right: 0;
      border-bottom: 1px solid var(--line);
    }
    .experience-strip {
      grid-template-columns: repeat(2,1fr);
    }
    .bible-guide {
      grid-template-columns: repeat(3,1fr);
    }
    .guide-intro {
      grid-column: 1/-1;
    }
    .footer-main {
      grid-template-columns: 1fr 1fr;
    }
    .footer-note {
      grid-column: 1/-1;
    }
  }
  @media (max-width:760px) {
    .top-signal {
      grid-template-columns: 1fr auto;
    }
    .top-signal p {
      display: none;
    }
    .header-inner {
      width: calc(100% - 2rem);
      min-height: 76px;
      grid-template-columns: 1fr auto 40px 40px;
    }
    .site-logo img {
      width: 165px;
    }
    .bible-cta {
      display: none;
    }
    .menu-toggle {
      display: flex;
      align-items: center;
      gap: .5rem;
      border: 0;
      background: transparent;
      color: #b9c7cb;
      font: 600 .56rem/1 var(--font-mono);
      text-transform: uppercase;
    }
    .menu-toggle i,.menu-toggle i:after {
      content: "";
      display: block;
      width: 18px;
      height: 1px;
      background: currentColor;
    }
    .menu-toggle i:after {
      transform: translateY(5px);
    }
    .primary-nav {
      display: none;
      position: absolute;
      left: 0;
      right: 0;
      top: 76px;
      padding: 1rem;
      background: #0c171d;
      border-bottom: 1px solid var(--line);
    }
    .primary-nav.is-open {
      display: block;
    }
    .primary-nav ul {
      flex-direction: column;
      align-items: stretch;
    }
    .primary-nav a {
      padding: 1rem;
    }
    .codex-hero {
      padding: 5rem 1rem 6rem;
    }
    .codex-hero h1 {
      font-size: clamp(4rem,17vw,6.5rem);
    }
    .codex-visual {
      width: 390px;
      right: -190px;
      top: 150px;
    }
    .hero-intro {
      max-width: 500px;
    }
    .experience-strip,.latest-grid {
      grid-template-columns: 1fr;
    }
    .latest-card-wide {
      grid-column: auto;
    }
    .featured-section,.path-section,.latest-section {
      width: calc(100% - 2rem);
    }
    .section-heading {
      grid-template-columns: 1fr;
      gap: 1.5rem;
    }
    .path-row {
      grid-template-columns: 40px 1fr 40px;
      gap: .7rem;
    }
    .path-row p {
      grid-column: 2/4;
    }
    .bible-callout {
      width: calc(100% - 1rem);
      grid-template-columns: 1fr;
      gap: 3rem;
    }
    .context-stack {
      transform: none;
    }
    .context-stack span:nth-child(n) {
      transform: none;
    }
    .latest-header {
      align-items: flex-start;
      flex-direction: column;
    }
    .archive-grid,.post-navigation,.related-grid {
      grid-template-columns: 1fr;
    }
    .article-layout {
      display: block;
      width: calc(100% - 2rem);
    }
    .article-rail {
      position: static;
      margin-top: 2rem;
    }
    .bible-hero,.bible-guide,.bible-reader-section,.bible-help {
      width: calc(100% - 2rem);
    }
    .bible-guide {
      grid-template-columns: 1fr;
    }
    .guide-intro,.guide-step {
      border-left: 0;
      border-top: 1px solid var(--line);
    }
    .bible-help {
      grid-template-columns: 1fr;
      gap: 2rem;
    }
    .footer-main {
      grid-template-columns: 1fr;
    }
    .footer-bottom {
      flex-direction: column;
    }
    .featured-visual {
      min-height: 300px;
    }
    .featured-content {
      padding: 2rem 1.4rem;
    }
  }
  @media (max-width:520px) {
    .header-search {
      display: none;
    }
    .header-inner {
      grid-template-columns: 1fr auto 40px;
    }
    .hero-actions {
      align-items: stretch;
      flex-direction: column;
    }
    .button {
      width: 100%;
    }
    .experience-strip {
      width: calc(100% - 1rem);
    }
    .codex-visual {
      opacity: .22;
    }
    .footer-main {
      padding: 4rem 0;
    }
  }
}
@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;
  }
}
@keyframes spin {
  to {
    transform: rotate(360deg);
  }
}
