/*! tailwindcss v4.1.18 | MIT License | https://tailwindcss.com */
@import url('https://fonts.googleapis.com/css2?family=IBM+Plex+Mono:ital,wght@0,400;0,500;1,400&family=IBM+Plex+Sans:ital,wght@0,400;0,500;0,600;0,700;1,400&family=IBM+Plex+Serif:ital,wght@0,400;1,400&display=swap');
@layer properties;
@layer theme, base, components, utilities;
@layer theme {
  :root, :host {
    --font-sans: 'IBM Plex Sans', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
    --font-serif: 'IBM Plex Serif', 'Georgia', serif;
    --font-mono: 'IBM Plex Mono', 'Courier New', monospace;
    --color-blue-500: oklch(62.3% 0.214 259.815);
    --color-blue-600: oklch(54.6% 0.245 262.881);
    --color-gray-50: oklch(98.5% 0.002 247.839);
    --color-gray-200: oklch(92.8% 0.006 264.531);
    --color-gray-400: oklch(70.7% 0.022 261.325);
    --color-gray-500: oklch(55.1% 0.027 264.364);
    --color-gray-600: oklch(44.6% 0.03 256.802);
    --color-gray-900: oklch(21% 0.034 264.665);
    --color-white: #fff;
    --spacing: 0.25rem;
    --container-2xl: 42rem;
    --container-3xl: 48rem;
    --container-4xl: 56rem;
    --container-6xl: 72rem;
    --text-xs: 0.75rem;
    --text-xs--line-height: calc(1 / 0.75);
    --text-sm: 0.875rem;
    --text-sm--line-height: calc(1.25 / 0.875);
    --text-base--line-height: calc(1.5 / 1);
    --text-lg: 1.125rem;
    --text-lg--line-height: calc(1.75 / 1.125);
    --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;
    --text-6xl: 3.75rem;
    --text-6xl--line-height: 1;
    --font-weight-normal: 400;
    --font-weight-semibold: 600;
    --font-weight-bold: 700;
    --font-weight-black: 900;
    --tracking-widest: 0.1em;
    --leading-tight: 1.25;
    --leading-relaxed: 1.625;
    --radius-sm: 0.25rem;
    --radius-lg: 0.5rem;
    --ease-out: cubic-bezier(0, 0, 0.2, 1);
    --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-bg: #060b0e;
    --color-bg-header: #0a1214;
    --color-surface: #10191d;
    --color-text: rgba(255, 255, 255, 0.92);
    --color-text-secondary: rgba(255, 255, 255, 0.62);
    --color-text-bright: rgba(255, 255, 255, 0.92);
    --color-text-muted: rgba(255, 255, 255, 0.50);
    --color-text-meta: rgba(255, 255, 255, 0.38);
    --color-accent: #1a8a5c;
    --color-accent-hover: #24b876;
    --color-button-bg: #3d6a8a;
    --color-button-hover: #4a7ea0;
    --color-muted: rgba(255, 255, 255, 0.50);
    --color-border: rgba(120, 160, 180, 0.1);
    --color-border-accent: rgba(120, 160, 180, 0.25);
    --type-h1-size: clamp(2.8rem, 6vw, 4.8rem);
    --type-h2-size: clamp(1.3rem, 1.2333rem + 0.2963vw, 1.5rem);
    --type-h3-size: clamp(1.15rem, 1.1rem + 0.2222vw, 1.3rem);
    --type-heading-weight-primary: 700;
    --type-heading-weight-secondary: 600;
    --type-subtitle-size: clamp(1.1rem, 1.0667rem + 0.1481vw, 1.2rem);
    --type-body-size: 1.0625rem;
    --type-card-desc-size: 1rem;
    --type-muted-size: 0.9375rem;
    --type-tag-size: 0.7rem;
    --type-label-size: 0.8rem;
    --type-meta-size: 0.75rem;
    --color-text-body: rgba(255, 255, 255, 0.78);
    --color-text-subdued: rgba(255, 255, 255, 0.70);
  }
}
@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 {
  .collapse {
    visibility: collapse;
  }
  .invisible {
    visibility: hidden;
  }
  .visible {
    visibility: visible;
  }
  .sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip-path: inset(50%);
    white-space: nowrap;
    border-width: 0;
  }
  .absolute {
    position: absolute;
  }
  .fixed {
    position: fixed;
  }
  .relative {
    position: relative;
  }
  .static {
    position: static;
  }
  .sticky {
    position: sticky;
  }
  .top-50 {
    top: calc(var(--spacing) * 50);
  }
  .isolate {
    isolation: isolate;
  }
  .float-left {
    float: left;
  }
  .float-right {
    float: right;
  }
  .container {
    width: 100%;
    @media (width >= 40rem) {
      max-width: 40rem;
    }
    @media (width >= 48rem) {
      max-width: 48rem;
    }
    @media (width >= 64rem) {
      max-width: 64rem;
    }
    @media (width >= 80rem) {
      max-width: 80rem;
    }
    @media (width >= 96rem) {
      max-width: 96rem;
    }
  }
  .mx-auto {
    margin-inline: auto;
  }
  .my-8 {
    margin-block: calc(var(--spacing) * 8);
  }
  .my-12 {
    margin-block: calc(var(--spacing) * 12);
  }
  .my-16 {
    margin-block: calc(var(--spacing) * 16);
  }
  .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-1 {
    margin-top: calc(var(--spacing) * 1);
  }
  .mt-2 {
    margin-top: calc(var(--spacing) * 2);
  }
  .mt-4 {
    margin-top: calc(var(--spacing) * 4);
  }
  .mt-5 {
    margin-top: calc(var(--spacing) * 5);
  }
  .mt-6 {
    margin-top: calc(var(--spacing) * 6);
  }
  .mt-8 {
    margin-top: calc(var(--spacing) * 8);
  }
  .mt-12 {
    margin-top: calc(var(--spacing) * 12);
  }
  .mt-16 {
    margin-top: calc(var(--spacing) * 16);
  }
  .mr-3 {
    margin-right: calc(var(--spacing) * 3);
  }
  .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-5 {
    margin-bottom: calc(var(--spacing) * 5);
  }
  .mb-6 {
    margin-bottom: calc(var(--spacing) * 6);
  }
  .mb-8 {
    margin-bottom: calc(var(--spacing) * 8);
  }
  .mb-12 {
    margin-bottom: calc(var(--spacing) * 12);
  }
  .mb-16 {
    margin-bottom: calc(var(--spacing) * 16);
  }
  .ml-2 {
    margin-left: calc(var(--spacing) * 2);
  }
  .ml-4 {
    margin-left: calc(var(--spacing) * 4);
  }
  .block {
    display: block;
  }
  .contents {
    display: contents;
  }
  .flex {
    display: flex;
  }
  .grid {
    display: grid;
  }
  .hidden {
    display: none;
  }
  .inline {
    display: inline;
  }
  .inline-block {
    display: inline-block;
  }
  .table {
    display: table;
  }
  .min-h-screen {
    min-height: 100vh;
  }
  .w-16 {
    width: calc(var(--spacing) * 16);
  }
  .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-6xl {
    max-width: var(--container-6xl);
  }
  .max-w-\[4rem\] {
    max-width: 4rem;
  }
  .flex-shrink {
    flex-shrink: 1;
  }
  .shrink {
    flex-shrink: 1;
  }
  .flex-grow {
    flex-grow: 1;
  }
  .grow {
    flex-grow: 1;
  }
  .transform {
    transform: var(--tw-rotate-x,) var(--tw-rotate-y,) var(--tw-rotate-z,) var(--tw-skew-x,) var(--tw-skew-y,);
  }
  .resize {
    resize: both;
  }
  .list-inside {
    list-style-position: inside;
  }
  .list-decimal {
    list-style-type: decimal;
  }
  .flex-wrap {
    flex-wrap: wrap;
  }
  .items-baseline {
    align-items: baseline;
  }
  .items-center {
    align-items: center;
  }
  .justify-between {
    justify-content: space-between;
  }
  .gap-2 {
    gap: calc(var(--spacing) * 2);
  }
  .gap-4 {
    gap: calc(var(--spacing) * 4);
  }
  .gap-6 {
    gap: calc(var(--spacing) * 6);
  }
  .gap-8 {
    gap: calc(var(--spacing) * 8);
  }
  .space-y-1 {
    :where(& > :not(:last-child)) {
      --tw-space-y-reverse: 0;
      margin-block-start: calc(calc(var(--spacing) * 1) * var(--tw-space-y-reverse));
      margin-block-end: calc(calc(var(--spacing) * 1) * calc(1 - var(--tw-space-y-reverse)));
    }
  }
  .space-y-4 {
    :where(& > :not(:last-child)) {
      --tw-space-y-reverse: 0;
      margin-block-start: calc(calc(var(--spacing) * 4) * var(--tw-space-y-reverse));
      margin-block-end: calc(calc(var(--spacing) * 4) * calc(1 - var(--tw-space-y-reverse)));
    }
  }
  .space-y-6 {
    :where(& > :not(:last-child)) {
      --tw-space-y-reverse: 0;
      margin-block-start: calc(calc(var(--spacing) * 6) * var(--tw-space-y-reverse));
      margin-block-end: calc(calc(var(--spacing) * 6) * calc(1 - var(--tw-space-y-reverse)));
    }
  }
  .space-y-16 {
    :where(& > :not(:last-child)) {
      --tw-space-y-reverse: 0;
      margin-block-start: calc(calc(var(--spacing) * 16) * var(--tw-space-y-reverse));
      margin-block-end: calc(calc(var(--spacing) * 16) * calc(1 - var(--tw-space-y-reverse)));
    }
  }
  .space-y-20 {
    :where(& > :not(:last-child)) {
      --tw-space-y-reverse: 0;
      margin-block-start: calc(calc(var(--spacing) * 20) * var(--tw-space-y-reverse));
      margin-block-end: calc(calc(var(--spacing) * 20) * calc(1 - var(--tw-space-y-reverse)));
    }
  }
  .gap-x-6 {
    column-gap: calc(var(--spacing) * 6);
  }
  .space-x-6 {
    :where(& > :not(:last-child)) {
      --tw-space-x-reverse: 0;
      margin-inline-start: calc(calc(var(--spacing) * 6) * var(--tw-space-x-reverse));
      margin-inline-end: calc(calc(var(--spacing) * 6) * calc(1 - var(--tw-space-x-reverse)));
    }
  }
  .gap-y-2 {
    row-gap: calc(var(--spacing) * 2);
  }
  .truncate {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .overflow-x-auto {
    overflow-x: auto;
  }
  .rounded {
    border-radius: 0.25rem;
  }
  .rounded-lg {
    border-radius: var(--radius-lg);
  }
  .rounded-sm {
    border-radius: var(--radius-sm);
  }
  .border {
    border-style: var(--tw-border-style);
    border-width: 1px;
  }
  .border-t {
    border-top-style: var(--tw-border-style);
    border-top-width: 1px;
  }
  .border-b {
    border-bottom-style: var(--tw-border-style);
    border-bottom-width: 1px;
  }
  .border-l-2 {
    border-left-style: var(--tw-border-style);
    border-left-width: 2px;
  }
  .border-gray-200 {
    border-color: var(--color-gray-200);
  }
  .bg-accent {
    background-color: var(--color-accent);
  }
  .bg-bg {
    background-color: var(--color-bg);
  }
  .bg-gray-50 {
    background-color: var(--color-gray-50);
  }
  .bg-surface {
    background-color: var(--color-surface);
  }
  .bg-white {
    background-color: var(--color-white);
  }
  .p-4 {
    padding: calc(var(--spacing) * 4);
  }
  .p-6 {
    padding: calc(var(--spacing) * 6);
  }
  .px-0 {
    padding-inline: calc(var(--spacing) * 0);
  }
  .px-4 {
    padding-inline: calc(var(--spacing) * 4);
  }
  .px-6 {
    padding-inline: calc(var(--spacing) * 6);
  }
  .py-2 {
    padding-block: calc(var(--spacing) * 2);
  }
  .py-4 {
    padding-block: calc(var(--spacing) * 4);
  }
  .py-6 {
    padding-block: calc(var(--spacing) * 6);
  }
  .py-8 {
    padding-block: calc(var(--spacing) * 8);
  }
  .py-12 {
    padding-block: calc(var(--spacing) * 12);
  }
  .pt-8 {
    padding-top: calc(var(--spacing) * 8);
  }
  .pt-16 {
    padding-top: calc(var(--spacing) * 16);
  }
  .pt-24 {
    padding-top: calc(var(--spacing) * 24);
  }
  .pr-5 {
    padding-right: calc(var(--spacing) * 5);
  }
  .pb-6 {
    padding-bottom: calc(var(--spacing) * 6);
  }
  .pb-12 {
    padding-bottom: calc(var(--spacing) * 12);
  }
  .pb-16 {
    padding-bottom: calc(var(--spacing) * 16);
  }
  .pl-6 {
    padding-left: calc(var(--spacing) * 6);
  }
  .text-center {
    text-align: center;
  }
  .text-left {
    text-align: left;
  }
  .font-mono {
    font-family: var(--font-mono);
  }
  .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-5xl {
    font-size: var(--text-5xl);
    line-height: var(--tw-leading, var(--text-5xl--line-height));
  }
  .text-lg {
    font-size: var(--text-lg);
    line-height: var(--tw-leading, var(--text-lg--line-height));
  }
  .text-sm {
    font-size: var(--text-sm);
    line-height: var(--tw-leading, var(--text-sm--line-height));
  }
  .text-xl {
    font-size: var(--text-xl);
    line-height: var(--tw-leading, var(--text-xl--line-height));
  }
  .text-xs {
    font-size: var(--text-xs);
    line-height: var(--tw-leading, var(--text-xs--line-height));
  }
  .text-\[0\.7rem\] {
    font-size: 0.7rem;
  }
  .text-\[0\.8125rem\] {
    font-size: 0.8125rem;
  }
  .leading-relaxed {
    --tw-leading: var(--leading-relaxed);
    line-height: var(--leading-relaxed);
  }
  .leading-tight {
    --tw-leading: var(--leading-tight);
    line-height: var(--leading-tight);
  }
  .font-black {
    --tw-font-weight: var(--font-weight-black);
    font-weight: var(--font-weight-black);
  }
  .font-bold {
    --tw-font-weight: var(--font-weight-bold);
    font-weight: var(--font-weight-bold);
  }
  .font-normal {
    --tw-font-weight: var(--font-weight-normal);
    font-weight: var(--font-weight-normal);
  }
  .font-semibold {
    --tw-font-weight: var(--font-weight-semibold);
    font-weight: var(--font-weight-semibold);
  }
  .tracking-\[0\.1em\] {
    --tw-tracking: 0.1em;
    letter-spacing: 0.1em;
  }
  .tracking-widest {
    --tw-tracking: var(--tracking-widest);
    letter-spacing: var(--tracking-widest);
  }
  .text-blue-500 {
    color: var(--color-blue-500);
  }
  .text-blue-600 {
    color: var(--color-blue-600);
  }
  .text-gray-400 {
    color: var(--color-gray-400);
  }
  .text-gray-500 {
    color: var(--color-gray-500);
  }
  .text-gray-600 {
    color: var(--color-gray-600);
  }
  .text-gray-900 {
    color: var(--color-gray-900);
  }
  .text-muted {
    color: var(--color-muted);
  }
  .text-text {
    color: var(--color-text);
  }
  .text-white {
    color: var(--color-white);
  }
  .uppercase {
    text-transform: uppercase;
  }
  .italic {
    font-style: italic;
  }
  .underline {
    text-decoration-line: underline;
  }
  .antialiased {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
  .shadow {
    --tw-shadow: 0 1px 3px 0 var(--tw-shadow-color, rgb(0 0 0 / 0.1)), 0 1px 2px -1px var(--tw-shadow-color, rgb(0 0 0 / 0.1));
    box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
  }
  .shadow-sm {
    --tw-shadow: 0 1px 3px 0 var(--tw-shadow-color, rgb(0 0 0 / 0.1)), 0 1px 2px -1px var(--tw-shadow-color, rgb(0 0 0 / 0.1));
    box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
  }
  .ring {
    --tw-ring-shadow: var(--tw-ring-inset,) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color, currentcolor);
    box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
  }
  .outline {
    outline-style: var(--tw-outline-style);
    outline-width: 1px;
  }
  .outline-2 {
    outline-style: var(--tw-outline-style);
    outline-width: 2px;
  }
  .outline-offset-2 {
    outline-offset: 2px;
  }
  .blur {
    --tw-blur: blur(8px);
    filter: var(--tw-blur,) var(--tw-brightness,) var(--tw-contrast,) var(--tw-grayscale,) var(--tw-hue-rotate,) var(--tw-invert,) var(--tw-saturate,) var(--tw-sepia,) var(--tw-drop-shadow,);
  }
  .grayscale {
    --tw-grayscale: grayscale(100%);
    filter: var(--tw-blur,) var(--tw-brightness,) var(--tw-contrast,) var(--tw-grayscale,) var(--tw-hue-rotate,) var(--tw-invert,) var(--tw-saturate,) var(--tw-sepia,) var(--tw-drop-shadow,);
  }
  .invert {
    --tw-invert: invert(100%);
    filter: var(--tw-blur,) var(--tw-brightness,) var(--tw-contrast,) var(--tw-grayscale,) var(--tw-hue-rotate,) var(--tw-invert,) var(--tw-saturate,) var(--tw-sepia,) var(--tw-drop-shadow,);
  }
  .filter {
    filter: var(--tw-blur,) var(--tw-brightness,) var(--tw-contrast,) var(--tw-grayscale,) var(--tw-hue-rotate,) var(--tw-invert,) var(--tw-saturate,) var(--tw-sepia,) var(--tw-drop-shadow,);
  }
  .backdrop-filter {
    -webkit-backdrop-filter: var(--tw-backdrop-blur,) var(--tw-backdrop-brightness,) var(--tw-backdrop-contrast,) var(--tw-backdrop-grayscale,) var(--tw-backdrop-hue-rotate,) var(--tw-backdrop-invert,) var(--tw-backdrop-opacity,) var(--tw-backdrop-saturate,) var(--tw-backdrop-sepia,);
    backdrop-filter: var(--tw-backdrop-blur,) var(--tw-backdrop-brightness,) var(--tw-backdrop-contrast,) var(--tw-backdrop-grayscale,) var(--tw-backdrop-hue-rotate,) var(--tw-backdrop-invert,) var(--tw-backdrop-opacity,) var(--tw-backdrop-saturate,) var(--tw-backdrop-sepia,);
  }
  .transition {
    transition-property: color, background-color, border-color, outline-color, text-decoration-color, fill, stroke, --tw-gradient-from, --tw-gradient-via, --tw-gradient-to, opacity, box-shadow, transform, translate, scale, rotate, filter, -webkit-backdrop-filter, backdrop-filter, display, content-visibility, overlay, pointer-events;
    transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
    transition-duration: var(--tw-duration, var(--default-transition-duration));
  }
  .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));
  }
  .delay-5 {
    transition-delay: 5ms;
  }
  .duration-200 {
    --tw-duration: 200ms;
    transition-duration: 200ms;
  }
  .ease-out {
    --tw-ease: var(--ease-out);
    transition-timing-function: var(--ease-out);
  }
  .hover\:bg-surface {
    &:hover {
      @media (hover: hover) {
        background-color: var(--color-surface);
      }
    }
  }
  .hover\:text-gray-600 {
    &:hover {
      @media (hover: hover) {
        color: var(--color-gray-600);
      }
    }
  }
  .hover\:text-gray-900 {
    &:hover {
      @media (hover: hover) {
        color: var(--color-gray-900);
      }
    }
  }
  .hover\:underline {
    &:hover {
      @media (hover: hover) {
        text-decoration-line: underline;
      }
    }
  }
  .sm\:pt-16 {
    @media (width >= 40rem) {
      padding-top: calc(var(--spacing) * 16);
    }
  }
  .md\:text-6xl {
    @media (width >= 48rem) {
      font-size: var(--text-6xl);
      line-height: var(--tw-leading, var(--text-6xl--line-height));
    }
  }
  .lg\:prose-xl {
    @media (width >= 64rem) {
      font-size: 1.25rem;
      line-height: 1.8;
      :where(p):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
        margin-top: 1.2em;
        margin-bottom: 1.2em;
      }
      :where([class~="lead"]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
        font-size: 1.2em;
        line-height: 1.5;
        margin-top: 1em;
        margin-bottom: 1em;
      }
      :where(blockquote):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
        margin-top: 1.6em;
        margin-bottom: 1.6em;
        padding-inline-start: 1.0666667em;
      }
      :where(h1):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
        font-size: 2.8em;
        margin-top: 0;
        margin-bottom: 0.8571429em;
        line-height: 1;
      }
      :where(h2):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
        font-size: 1.8em;
        margin-top: 1.5555556em;
        margin-bottom: 0.8888889em;
        line-height: 1.1111111;
      }
      :where(h3):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
        font-size: 1.5em;
        margin-top: 1.6em;
        margin-bottom: 0.6666667em;
        line-height: 1.3333333;
      }
      :where(h4):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
        margin-top: 1.8em;
        margin-bottom: 0.6em;
        line-height: 1.6;
      }
      :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"] *)) {
        margin-top: 2em;
        margin-bottom: 2em;
      }
      :where(picture > img):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
        margin-top: 0;
        margin-bottom: 0;
      }
      :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-size: 0.9em;
        border-radius: 0.3125rem;
        padding-top: 0.25em;
        padding-inline-end: 0.4em;
        padding-bottom: 0.25em;
        padding-inline-start: 0.4em;
      }
      :where(code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
        font-size: 0.9em;
      }
      :where(h2 code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
        font-size: 0.8611111em;
      }
      :where(h3 code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
        font-size: 0.9em;
      }
      :where(pre):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
        font-size: 0.9em;
        line-height: 1.7777778;
        margin-top: 2em;
        margin-bottom: 2em;
        border-radius: 0.5rem;
        padding-top: 1.1111111em;
        padding-inline-end: 1.3333333em;
        padding-bottom: 1.1111111em;
        padding-inline-start: 1.3333333em;
      }
      :where(ol):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
        margin-top: 1.2em;
        margin-bottom: 1.2em;
        padding-inline-start: 1.6em;
      }
      :where(ul):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
        margin-top: 1.2em;
        margin-bottom: 1.2em;
        padding-inline-start: 1.6em;
      }
      :where(li):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
        margin-top: 0.6em;
        margin-bottom: 0.6em;
      }
      :where(ol > li):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
        padding-inline-start: 0.4em;
      }
      :where(ul > li):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
        padding-inline-start: 0.4em;
      }
      :where(.lg\:prose-xl > ul > li p):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
        margin-top: 0.8em;
        margin-bottom: 0.8em;
      }
      :where(.lg\:prose-xl > ul > li > p:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
        margin-top: 1.2em;
      }
      :where(.lg\:prose-xl > ul > li > p:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
        margin-bottom: 1.2em;
      }
      :where(.lg\:prose-xl > ol > li > p:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
        margin-top: 1.2em;
      }
      :where(.lg\:prose-xl > ol > li > p:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
        margin-bottom: 1.2em;
      }
      :where(ul ul, ul ol, ol ul, ol ol):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
        margin-top: 0.8em;
        margin-bottom: 0.8em;
      }
      :where(dl):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
        margin-top: 1.2em;
        margin-bottom: 1.2em;
      }
      :where(dt):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
        margin-top: 1.2em;
      }
      :where(dd):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
        margin-top: 0.6em;
        padding-inline-start: 1.6em;
      }
      :where(hr):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
        margin-top: 2.8em;
        margin-bottom: 2.8em;
      }
      :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(table):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
        font-size: 0.9em;
        line-height: 1.5555556;
      }
      :where(thead th):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
        padding-inline-end: 0.6666667em;
        padding-bottom: 0.8888889em;
        padding-inline-start: 0.6666667em;
      }
      :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.8888889em;
        padding-inline-end: 0.6666667em;
        padding-bottom: 0.8888889em;
        padding-inline-start: 0.6666667em;
      }
      :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(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"] *)) {
        font-size: 0.9em;
        line-height: 1.5555556;
        margin-top: 1em;
      }
      :where(.lg\:prose-xl > :first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
        margin-top: 0;
      }
      :where(.lg\:prose-xl > :last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
        margin-bottom: 0;
      }
    }
  }
}
@property --prose-width {
  syntax: "<length>";
  initial-value: 0px;
  inherits: true;
}
:root {
  --wm-color-a: #c77b6b;
  --wm-color-l: #6aab6a;
  --wm-color-x: #c4a84d;
  --wm-color-p: #5ba3a3;
  --wm-color-c: #6b8fc7;
  --wm-color-k: #a87ba8;
}
html {
  font-size: 16px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
body {
  background: var(--color-bg);
  color: var(--color-text);
  font-family: var(--font-sans);
  font-weight: 400;
  line-height: 1.7;
  min-height: 100vh;
  overflow-x: clip;
}
::selection {
  background: var(--color-accent);
  color: white;
}
#ai-cellular-animation {
  position: absolute;
  inset: 0;
  z-index: 1;
}
a {
  color: var(--color-button-bg);
  text-decoration: none;
  transition: color 200ms ease;
}
a:hover {
  color: var(--color-button-hover);
}
a:focus-visible,
button:focus-visible,
input:focus-visible,
textarea:focus-visible {
  outline: 2px solid hsla(180, 45%, 20%, 1);
  outline-offset: 2px;
}
.nav-link {
  font-family: var(--font-sans);
  font-size: 1rem;
  font-weight: 500;
  letter-spacing: -0.01em;
  color: var(--color-text-secondary);
  text-decoration: none;
  transition: color 0.2s ease;
  padding: 12px 0;
}
.nav-link:hover,
.nav-link.active {
  color: var(--color-text);
}
.nav-link:focus-visible {
  color: var(--color-text);
  outline: 2px solid var(--color-accent);
  outline-offset: 4px;
}
.nav-toggle {
  display: none;
  background: none;
  border: none;
  cursor: pointer;
  padding: 12px 4px;
  flex-direction: column;
  gap: 6px;
  z-index: 200;
  position: relative;
}
.nav-toggle-bar {
  display: block;
  width: 22px;
  height: 2px;
  background: var(--color-text);
  border-radius: 1px;
  transition: transform 0.25s ease, opacity 0.2s ease;
}
.nav-toggle-open .nav-toggle-bar:first-child {
  transform: translateY(4px) rotate(45deg);
}
.nav-toggle-open .nav-toggle-bar:last-child {
  transform: translateY(-4px) rotate(-45deg);
}
.nav-drawer {
  display: none;
}
.nav-overlay {
  display: none;
}
small,
.text-small,
.text-meta,
.text-muted {
  font-size: clamp(12px, 0.9vw, 14px);
  color: var(--color-text-muted);
}
code,
pre,
.code,
[class*="mono"] {
  font-family: var(--font-mono);
  font-size: clamp(12px, 0.9vw, 14px);
}
h1 {
  font-family: var(--font-sans);
  color: var(--color-text-bright);
  letter-spacing: -0.03em;
  font-weight: var(--type-heading-weight-primary);
}
h2, h3, h4, h5, h6 {
  font-family: var(--font-sans);
  color: var(--color-text-bright);
  letter-spacing: -0.03em;
  font-weight: var(--type-heading-weight-secondary);
}
h1 {
  font-size: var(--type-h1-size);
  line-height: 1.08;
  letter-spacing: -0.03em;
}
h2 {
  font-size: var(--type-h2-size);
  line-height: 1.3;
}
h3 {
  font-size: var(--type-h3-size);
  line-height: 1.4;
}
h4 {
  font-size: clamp(16px, 2.2vw, 24px);
  line-height: 1.5;
}
header {
  position: relative;
  z-index: 100;
  padding-top: env(safe-area-inset-top);
  height: calc(64px + env(safe-area-inset-top));
  background: rgba(6, 11, 14, 0.85);
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
  border-bottom: 1px solid var(--color-border);
  font-family: var(--font-sans);
}
.header-inner {
  max-width: 1080px;
  margin: 0 auto;
  padding: 0 40px;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.wordmark {
  font-family: var(--font-mono);
  font-weight: 400;
  font-size: 20px;
  letter-spacing: 0.08em;
  line-height: 1;
  text-decoration: none;
  display: inline-flex;
}
.wordmark:hover {
  text-decoration: none;
}
.wm-a {
  color: var(--wm-color-a);
}
.wm-l {
  color: var(--wm-color-l);
}
.wm-x {
  color: var(--wm-color-x);
}
.wm-p {
  color: var(--wm-color-p);
}
.wm-c {
  color: var(--wm-color-c);
}
.wm-k {
  color: var(--wm-color-k);
}
.nav-right {
  display: flex;
  align-items: center;
  gap: 32px;
}
.code-bg {
  position: absolute;
  top: 64px;
  left: 0;
  width: 100%;
  height: 386px;
  z-index: 0;
  overflow: hidden;
  pointer-events: none;
}
.code-bg-gradient {
  position: absolute;
  inset: 0;
  z-index: 0;
  background: radial-gradient(ellipse at 30% 35%, hsla(205, 55%, 16%, 1) 0%, transparent 55%),
        radial-gradient(ellipse at 75% 55%, hsla(155, 50%, 12%, 0.9) 0%, transparent 50%),
        radial-gradient(ellipse at 50% 80%, hsla(180, 40%, 8%, 0.6) 0%, transparent 40%),
        #060b0e;
}
.code-bg-fade {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 80px;
  background: linear-gradient(to bottom, transparent, var(--color-bg));
  z-index: 2;
  pointer-events: none;
}
@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@media (prefers-reduced-motion: reduce) {
  #ai-cellular-animation {
    display: none !important;
  }
  * {
    animation: none !important;
    transition: none !important;
  }
}
button,
.btn,
a[class*="btn"],
a[class*="button"] {
  font-family: var(--font-sans);
  font-weight: 700;
  padding: 0.875rem 1.75rem;
  border: 2px solid transparent;
  border-radius: 6px;
  transition: all 200ms ease;
  cursor: pointer;
  text-decoration: none;
  display: inline-block;
}
.btn-primary,
.btn-primary:visited,
a.btn-primary,
a.btn-primary:visited,
button.btn-primary {
  background-color: var(--color-accent);
  color: #ffffff;
  border-color: var(--color-accent);
}
.btn-primary:hover,
a.btn-primary:hover,
button.btn-primary:hover {
  background-color: var(--color-accent-hover);
  border-color: var(--color-accent-hover);
  transform: translateY(-2px);
}
.btn-secondary,
a.btn-secondary {
  background-color: transparent;
  color: var(--color-accent);
  border: 2px solid var(--color-border);
}
.btn-secondary:hover,
a.btn-secondary:hover {
  border-color: var(--color-accent);
  background-color: rgba(96, 165, 250, 0.05);
}
@keyframes gradient-shift {
  0% {
    background-position: 0% 50%;
  }
  100% {
    background-position: 200% 50%;
  }
}
.cta-button,
.btn-cta,
button.cta-button {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  width: fit-content;
  font-family: var(--font-sans);
  font-weight: 600;
  font-size: 1rem;
  padding: 16px 32px;
  color: rgba(255, 255, 255, 0.92);
  border: none;
  border-radius: 10px;
  cursor: pointer;
  text-decoration: none;
  background: linear-gradient(
        90deg,
        hsla(205, 55%, 25%, 1),
        hsla(180, 45%, 20%, 1),
        hsla(155, 50%, 22%, 1),
        hsla(205, 55%, 25%, 1)
    );
  background-size: 200% 100%;
  animation: gradient-shift 8s linear infinite;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
  position: relative;
  overflow: hidden;
  z-index: 0;
  transition: color 0.8s ease, box-shadow 0.8s ease, transform 0.3s ease;
}
.cta-button::after,
.btn-cta::after,
button.cta-button::after {
  content: '';
  position: absolute;
  inset: -2px;
  background: rgba(245, 243, 239, 0.9);
  border-radius: 12px;
  opacity: 0;
  transition: opacity 0.8s ease;
  z-index: -1;
}
.cta-button:hover,
.btn-cta:hover,
button.cta-button:hover {
  color: #060b0e;
  box-shadow: 0 4px 20px rgba(255, 255, 255, 0.12);
  transform: translateY(-2px);
  outline-color: rgba(245, 243, 239, 0.9);
}
.cta-button:hover::after,
.btn-cta:hover::after,
button.cta-button:hover::after {
  opacity: 1;
}
.cta-button .arrow {
  transition: transform 0.2s ease;
}
.cta-button:hover .arrow {
  transform: translateX(3px);
}
.cta-secondary,
a.cta-secondary,
button.cta-secondary {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  width: fit-content;
  font-family: var(--font-sans);
  font-weight: 600;
  font-size: 1rem;
  padding: 14px 28px;
  background: transparent;
  color: rgba(255, 255, 255, 0.7);
  border: 1px solid rgba(180, 180, 180, 0.5);
  border-radius: 10px;
  cursor: pointer;
  transition: all 0.35s ease;
  text-decoration: none;
}
.cta-secondary:hover,
a.cta-secondary:hover,
button.cta-secondary:hover {
  color: rgba(255, 255, 255, 0.9);
  border-color: hsla(180, 45%, 20%, 1);
  background: rgba(61, 90, 114, 0.12);
}
.page-header-top {
  height: calc(386px - 40px);
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}
.page-header-top > :last-child {
  margin-bottom: 0;
  text-box: trim-end cap alphabetic;
}
.page-header-sub {
  margin-top: clamp(1.25rem, 3vw, 2.25rem);
  margin-bottom: clamp(1.25rem, 2.5vw, 2rem);
  text-box: trim-both cap alphabetic;
}
.wide-break {
  display: none;
}
@media (min-width: 1304px) {
  .wide-break {
    display: inline;
  }
}
.page-header-sub + hr {
  margin-top: 0;
}
hr + * {
  margin-top: 0;
  padding-top: 0.1px;
}
hr + * > :first-child {
  margin-top: 0;
}
.hero-headline {
  font-family: var(--font-sans);
  font-weight: 700;
  font-size: clamp(3.6rem, 9vw, 7.2rem);
  line-height: 1.04;
  letter-spacing: -0.035em;
  color: var(--color-text);
  max-width: 800px;
  margin-bottom: 28px;
}
#page-home .subtitle {
  font-size: clamp(1.1rem, 1.5vw, 1.4rem);
}
.subtitle {
  font-family: var(--font-sans);
  font-size: var(--type-subtitle-size);
  font-weight: 400;
  line-height: 1.4;
  color: var(--color-text-secondary);
}
.social-proof {
  margin-top: 80px;
  padding-top: 40px;
  border-top: 2px solid rgba(160, 160, 160, 0.25);
}
.social-proof-columns {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px;
}
.social-proof-names {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 12px 36px;
}
.social-proof-names span {
  font-family: var(--font-sans);
  font-size: var(--type-card-desc-size);
  font-weight: 500;
  color: var(--color-text-secondary);
  letter-spacing: -0.01em;
}
.social-proof-bio {
  margin-top: 24px;
  font-family: var(--font-sans);
  font-size: var(--type-body-size);
  color: var(--color-text-body);
  max-width: 100%;
  line-height: 1.75;
}
.card {
  background-color: var(--color-surface);
  border: 1px solid var(--color-border);
  border-radius: 8px;
  padding: 1.5rem;
  transition: all 200ms ease;
}
.card:hover {
  border-color: var(--color-accent);
  background-color: var(--color-bg-header);
  box-shadow: 0 8px 24px rgba(26, 138, 92, 0.1);
  transform: translateY(-2px);
}
.page-frame {
  max-width: 1080px;
  margin: 0 auto;
  padding: 0 40px 120px;
  --prose-width: 65ch;
}
.work-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 24px;
}
.work-card {
  background: none;
  border: none;
  border-top: 2px solid hsla(180, 45%, 20%, 1);
  border-radius: 0;
  padding: 20px 0 0;
}
a.work-card {
  transition: all 0.3s ease;
  text-decoration: none;
  color: inherit;
  display: block;
}
a.work-card:hover {
  border-color: rgba(61, 106, 138, 0.3);
  background: var(--color-bg-header);
  transform: translateY(-2px);
}
.work-card-title {
  font-family: var(--font-sans);
  font-weight: var(--type-heading-weight-secondary);
  font-size: var(--type-h3-size);
  letter-spacing: -0.02em;
  color: var(--color-text-bright);
  margin-bottom: 12px;
  line-height: 1.25;
}
.work-card-desc {
  font-family: var(--font-sans);
  font-size: var(--type-card-desc-size);
  line-height: 1.5;
  letter-spacing: 0.015em;
  color: var(--color-text-secondary);
}
.work-grid-3 {
  grid-template-columns: repeat(3, 1fr);
}
.capabilities-list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px 32px;
}
.capability-title {
  font-family: var(--font-mono);
  font-weight: 500;
  font-size: var(--type-label-size);
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--color-text-secondary);
  margin-bottom: 8px;
}
.capability p {
  font-family: var(--font-sans);
  font-size: var(--type-muted-size);
  line-height: 1.6;
  color: var(--color-text-muted);
  margin: 0;
}
.agitate-section {
  display: flex;
  flex-direction: column;
  gap: 72px;
  margin-bottom: 80px;
}
.agitate-card {
  display: grid;
  gap: 56px;
  align-items: center;
  position: relative;
}
.agitate-card-img {
  width: 480px;
  height: 360px;
  border-radius: 6px;
  overflow: hidden;
  box-shadow: 8px 8px 32px rgba(0,0,0,0.4), 2px 2px 8px rgba(0,0,0,0.3);
}
.agitate-card-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: saturate(0.85);
}
.agitate-card-body {
  max-width: 480px;
}
.agitate-card-body h3 {
  font-family: var(--font-sans);
  font-weight: var(--type-heading-weight-secondary);
  font-size: 1.95rem;
  line-height: 1.3;
  color: var(--color-text-bright);
  margin-bottom: 12px;
}
.agitate-card-body p {
  font-family: var(--font-sans);
  font-size: var(--type-body-size);
  line-height: 1.7;
  color: var(--color-text-body);
  margin: 0;
}
.agitate-card:nth-child(1) {
  grid-template-columns: 480px 1fr;
}
.agitate-card:nth-child(1) .agitate-card-img {
  margin-left: -72px;
  transform: rotate(-2.5deg);
}
.agitate-card:nth-child(2) {
  grid-template-columns: 1fr 480px;
}
.agitate-card:nth-child(2) .agitate-card-img {
  margin-right: -72px;
  transform: rotate(2deg);
}
.agitate-card:nth-child(2) .agitate-card-body {
  text-align: left;
  padding-right: 8px;
}
.agitate-card:nth-child(3) {
  grid-template-columns: 480px 1fr;
}
.agitate-card:nth-child(3) .agitate-card-img {
  margin-left: -72px;
  transform: rotate(-1.5deg);
}
.steps {
  display: flex;
  flex-direction: column;
  gap: 32px;
}
.step {
  display: flex;
  gap: 24px;
  align-items: flex-start;
}
.step-number {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  width: 56px;
  height: 56px;
  border-radius: 50%;
  border: 2px solid var(--color-text-secondary);
  font-family: var(--font-mono);
  font-weight: 700;
  font-size: 1.5rem;
  color: var(--color-text-bright);
}
.step-body {
  flex: 1;
  min-width: 0;
  padding-top: 4px;
}
.step-title {
  font-family: var(--font-sans);
  font-weight: var(--type-heading-weight-secondary);
  font-size: var(--type-h3-size);
  color: var(--color-text-bright);
  margin-bottom: 8px;
}
.step-desc {
  font-family: var(--font-sans);
  font-size: var(--type-body-size);
  line-height: 1.7;
  color: var(--color-text-body);
}
a.step-cta-link {
  text-decoration: none;
  color: inherit;
  cursor: pointer;
}
a.step-cta-link .step-number {
  background: rgba(61, 106, 138, 0.28);
  border-color: rgba(61, 106, 138, 0.5);
  color: var(--color-text-bright);
  transition: background 200ms ease, border-color 200ms ease;
}
a.step-cta-link:hover .step-number {
  background: rgba(61, 106, 138, 0.4);
  border-color: rgba(61, 106, 138, 0.65);
}
.step-cta-card {
  flex: 1;
  min-width: 0;
  background: rgba(61, 106, 138, 0.28);
  border: 1px solid rgba(61, 106, 138, 0.5);
  border-radius: 8px;
  padding: 24px 28px;
  transition: background 200ms ease, border-color 200ms ease;
}
a.step-cta-link:hover .step-cta-card {
  background: rgba(61, 106, 138, 0.4);
  border-color: rgba(61, 106, 138, 0.65);
}
a.step-cta {
  text-decoration: none;
  color: inherit;
  cursor: pointer;
  transition: transform 200ms ease;
}
a.step-cta:hover {
  transform: translateX(4px);
}
.outcome-stack {
  margin-bottom: 0;
}
.outcome-card {
  position: relative;
  margin-bottom: 15vh;
}
.outcome-card:last-child {
  margin-bottom: 15vh;
}
.outcome-card.reverse .outcome-card-body {
  text-align: left;
}
.outcome-card.reverse .outcome-title,
.outcome-card.reverse .outcome-desc {
  margin-left: auto;
}
.outcome-card-img {
  width: 100vw;
  position: relative;
  left: 50%;
  margin-left: -50vw;
  aspect-ratio: 1/1;
  max-height: 90vh;
  overflow: hidden;
}
.outcome-card-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.outcome-card-img.animate-prepare img {
  transform: scale(1.05);
  transition: transform 1.4s ease-out;
}
.outcome-card-img.animate-in img {
  transform: scale(1);
}
.outcome-card-img::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 40%;
  background: linear-gradient(to top, var(--color-bg) 0%, transparent 100%);
  pointer-events: none;
}
.outcome-card-body {
  position: relative;
  z-index: 2;
  max-width: 1080px;
  margin: -120px auto 40px;
  padding: 0 40px;
}
.outcome-title {
  font-family: var(--font-sans);
  font-weight: var(--type-heading-weight-primary);
  font-size: 3rem;
  line-height: 1.25;
  color: var(--color-text-bright);
  max-width: 560px;
  margin-bottom: 14px;
}
.outcome-desc {
  font-family: var(--font-sans);
  font-size: clamp(var(--type-body-size), 2vw, var(--type-subtitle-size));
  line-height: 1.7;
  color: var(--color-text-body);
  max-width: 560px;
  text-wrap: pretty;
}
.work-card.featured {
  grid-column: 1 / -1;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px;
  align-items: center;
}
.work-card.featured .work-card-content {
  order: 1;
}
.work-card.featured .work-card-visual {
  order: 2;
  height: 200px;
  background: var(--color-bg);
  border-radius: 8px;
  border: 1px solid var(--color-border);
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: var(--font-mono);
  font-size: var(--type-meta-size);
  color: var(--color-text-meta);
}
.about-body {
  padding: 0 100px;
}
.about-figure {
  margin: 4px 0 16px;
  max-width: 200px;
}
.about-figure.float-right {
  float: right;
  margin-right: -100px;
  margin-left: 24px;
}
.about-figure.float-left {
  float: left;
  margin-left: -100px;
  margin-right: 24px;
}
.about-figure img {
  width: 100%;
  border-radius: 8px;
  border: 1px solid var(--color-border);
}
.about-figure-headshot {
  max-width: 160px;
}
.about-body blockquote {
  overflow: hidden;
}
.about-figure-headshot + blockquote {
  margin-top: 0;
}
.about-figure-headshot img {
  border-radius: 12px;
  border: 2px solid var(--color-border-accent);
}
.about-figure-inline {
  max-width: 100%;
  margin: 32px 0;
}
.about-figure figcaption {
  font-family: var(--font-mono);
  font-size: var(--type-tag-size);
  color: var(--color-muted);
  margin-top: 6px;
  line-height: 1.4;
  text-align: center;
}
.about-figure figcaption a {
  color: var(--color-muted);
  text-decoration: none;
  transition: color 200ms ease;
}
.about-figure figcaption a:hover {
  color: var(--color-accent);
  text-decoration: underline;
}
.about-header {
  display: flex;
  align-items: flex-start;
  gap: 32px;
  margin-bottom: 56px;
}
.about-headshot {
  width: 140px;
  height: 140px;
  border-radius: 12px;
  object-fit: cover;
  flex-shrink: 0;
  border: 2px solid var(--color-border-accent);
  margin-top: -40px;
  margin-bottom: -40px;
}
.about-header-text {
  flex: 1;
}
.colophon {
  margin-top: 56px;
  padding: 40px 100px 0;
  border-top: 2px solid rgba(160, 160, 160, 0.25);
}
.page-cta,
.section-card {
  background-color: var(--color-surface);
  border: 1px solid var(--color-border);
  border-radius: 8px;
  padding: 2rem;
  margin-top: 3rem;
}
.page-cta hr {
  display: none;
}
.page-cta-primary,
.page-cta-secondary {
  display: grid;
  grid-template-columns: 7fr 3fr;
  align-items: center;
  gap: 1rem 2rem;
}
.page-cta-heading {
  font-family: var(--font-sans);
  font-size: var(--type-h3-size);
  line-height: 1.5;
  grid-column: 1 / -1;
}
.page-cta-body {
  font-family: var(--font-sans);
  font-size: var(--type-card-desc-size);
  line-height: 1.6;
  color: var(--color-text-secondary);
}
.page-cta-action {
  display: flex;
  align-items: center;
}
.page-cta-action > .cta-button,
.page-cta-action > .cta-secondary {
  width: 100%;
  justify-content: center;
  text-align: center;
}
.page-cta-heading + .page-cta-action {
  grid-column: 1 / -1;
}
.page-cta-secondary {
  margin-top: 2rem;
  padding-top: 1.5rem;
  border-top: 1px solid var(--color-border);
}
.page-cta-secondary .page-cta-heading {
  font-size: var(--type-body-size);
  color: var(--color-text-secondary);
}
.colophon.content h2 {
  font-family: var(--font-mono);
  font-size: var(--type-label-size);
  font-weight: 500;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--color-text-secondary);
  margin-bottom: 16px;
}
.about-links {
  margin-top: 56px;
  padding-top: 40px;
  border-top: 2px solid rgba(160, 160, 160, 0.25);
}
.about-link-row {
  display: flex;
  flex-wrap: wrap;
  gap: 28px;
}
.about-link-row a {
  font-family: var(--font-sans);
  font-size: 0.95rem;
  font-weight: 500;
  color: var(--color-accent);
  text-decoration: none;
  transition: color 0.2s;
}
.about-link-row a:hover {
  color: var(--color-accent-hover);
}
footer {
  padding: 0 2.5rem 2.5rem;
  display: flex;
  flex-direction: column;
  max-width: 1080px;
  margin: 0 auto;
  position: relative;
  z-index: 1;
}
footer::before {
  content: "";
  display: block;
  border-top: 1px solid var(--color-border-accent);
  margin-bottom: 2.5rem;
}
.footer-social-proof {
  display: flex;
  justify-content: space-between;
  padding-bottom: 1.5rem;
}
.footer-proof-group {
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
}
.footer-proof-label {
  font-family: var(--font-mono);
  font-size: var(--type-tag-size);
  color: var(--color-text-muted);
  text-transform: uppercase;
  letter-spacing: 0.12em;
}
.footer-proof-items {
  display: flex;
  gap: 1.5rem;
  font-family: var(--font-mono);
  font-size: var(--type-meta-size);
  color: var(--color-text-muted);
  white-space: nowrap;
}
.footer-divider {
  width: 100%;
  border: none;
  border-top: 1px solid var(--color-border);
  margin: 0;
}
.footer-legal {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-top: 1.5rem;
}
.footer-left,
.footer-right {
  font-family: var(--font-mono);
  font-size: var(--type-meta-size);
  color: var(--color-text-muted);
}
.footer-left a,
.footer-right a {
  color: var(--color-text-muted);
  text-decoration: none;
  transition: color 0.2s;
}
.footer-left a:hover,
.footer-right a:hover {
  color: var(--color-text-secondary);
}
.footer-right {
  display: flex;
  gap: 1.5rem;
}
.footer-right a {
  padding: 0.5rem 0;
}
.mono-animate {
  font-family: var(--font-mono);
  font-size: 0.875rem;
  letter-spacing: 0.05em;
  color: var(--color-accent);
  background-color: var(--color-surface);
  padding: 0.5rem 0.75rem;
  border-radius: 4px;
  border-left: 2px solid var(--color-accent);
  display: inline-block;
  white-space: nowrap;
  overflow: hidden;
  animation: typing 3s steps(40, end) infinite;
}
@keyframes typing {
  from {
    width: 0;
  }
  to {
    width: 100%;
  }
}
.mono-animate.active {
  animation: typing 0.4s steps(40, end) 1, blink 0.5s step-start infinite;
}
@keyframes blink {
  0%, 49% {
    border-left-color: var(--color-accent);
  }
  50%, 100% {
    border-left-color: transparent;
  }
}
hr {
  border: none;
  border-top: 2px solid rgba(160, 160, 160, 0.25);
  width: 100%;
  margin: 1rem 0 2.5rem;
}
.intro-text {
  color: var(--color-text-body);
  font-size: var(--type-body-size);
  line-height: 1.8;
}
.intro-name {
  color: var(--color-text-bright);
  font-weight: 500;
}
.more-link {
  text-decoration: none;
}
.intro-list {
  list-style: none;
  padding: 0;
  margin-top: 0.75rem;
  font-family: var(--font-sans);
  font-size: var(--type-body-size);
  line-height: 1.8;
  color: var(--color-text-body);
}
.intro-list li {
  padding-left: 1.25rem;
  margin-bottom: 0.5rem;
  position: relative;
}
.intro-list li::before {
  content: "–";
  position: absolute;
  left: 0;
  color: var(--color-muted);
}
.pinboard-wrapper {
  max-width: 960px;
  margin: 0 auto;
  padding: 0 1.5rem clamp(3rem, 8vh, 6rem);
}
.pinboard-label {
  max-width: 672px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 1.5rem;
}
.pinboard-heading {
  padding-top: 6rem;
}
.prose {
  --tw-prose-body: var(--color-text-secondary);
  --tw-prose-headings: var(--color-text-bright);
  --tw-prose-links: var(--color-accent);
  --tw-prose-bold: var(--color-text-bright);
  --tw-prose-quotes: var(--color-text-secondary);
  --tw-prose-code: var(--color-text-bright);
  --tw-prose-pre-bg: var(--color-surface);
  --tw-prose-pre-code: var(--color-text);
  --tw-prose-counters: var(--color-text-meta);
  --tw-prose-bullets: var(--color-text-meta);
  --tw-prose-hr: var(--color-border);
  --tw-prose-quote-borders: var(--color-border);
  --tw-prose-captions: var(--color-text-meta);
  --tw-prose-th-borders: var(--color-border);
  --tw-prose-td-borders: var(--color-surface);
  max-width: 720px;
  font-family: var(--font-serif);
  font-size: var(--type-body-size);
  line-height: 1.6;
}
.prose a:not(.cta-button):not(.cta-secondary) {
  color: var(--color-accent);
  text-decoration: none;
  border-bottom: 1px solid var(--color-accent);
  transition: opacity 200ms ease;
}
.prose a:not(.cta-button):not(.cta-secondary):hover {
  opacity: 0.8;
}
.prose code {
  font-family: var(--font-mono);
  font-size: 0.85em;
  background-color: var(--color-surface);
  padding: 0.15rem 0.4rem;
  border-radius: 2px;
}
.prose code::before,
.prose code::after {
  content: none;
}
.prose pre {
  background-color: var(--color-surface);
  border-radius: 3px;
  font-family: var(--font-mono);
  font-size: 0.8125rem;
  line-height: 1.6;
}
.content p {
  font-size: var(--type-body-size);
  line-height: 1.6;
  color: var(--color-text-body);
  margin-bottom: 24px;
}
.content p strong {
  font-weight: 600;
  color: var(--color-text-bright);
}
.content li {
  font-size: var(--type-body-size);
  line-height: 1.6;
  color: var(--color-text-body);
}
.content h2,
.page-frame > h2 {
  font-weight: var(--type-heading-weight-secondary);
  font-size: var(--type-h2-size);
  letter-spacing: -0.02em;
  color: var(--color-text);
  margin: 48px 0 16px;
}
.content h3 {
  font-weight: var(--type-heading-weight-secondary);
  font-size: var(--type-h3-size);
  letter-spacing: -0.02em;
  color: var(--color-text-bright);
  margin-bottom: 12px;
  line-height: 1.25;
}
.content code {
  font-family: var(--font-mono);
  font-size: 0.9em;
  background: var(--color-surface);
  padding: 2px 7px;
  border-radius: 4px;
  color: var(--color-accent);
}
.content blockquote p {
  font-size: inherit;
  color: inherit;
  margin-bottom: 0;
}
.content.muted p {
  font-size: var(--type-muted-size);
  color: var(--color-text-muted);
  margin-bottom: 12px;
}
.content.muted p strong {
  color: var(--color-text-secondary);
  font-weight: 500;
}
.label {
  font-family: var(--font-mono);
  font-size: var(--type-tag-size);
  font-weight: 500;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--color-text-muted);
  margin-bottom: 16px;
}
.post-link {
  color: var(--color-text-bright);
  text-decoration: none;
  transition: color 200ms ease;
}
.post-link:hover {
  color: var(--color-accent);
}
nav a {
  transition: color 200ms ease;
}
nav a:hover {
  text-decoration: none;
}
.meta {
  font-family: var(--font-mono);
  font-size: 12px;
  line-height: 1.5;
  letter-spacing: 0.03em;
  color: var(--color-text-meta);
}
.section-label {
  font-family: var(--font-mono);
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  color: var(--color-text-meta);
}
.tag-label {
  font-family: var(--font-mono);
  font-size: var(--type-tag-size);
  text-transform: uppercase;
  letter-spacing: 0.06em;
  color: var(--color-text-meta);
  line-height: 1.4;
}
.tag-header-link {
  color: var(--color-text-meta);
  font-family: var(--font-mono);
  text-decoration: none;
  transition: color 250ms ease;
}
.tag-header-link:hover {
  color: var(--color-accent);
}
.tag-header-link:focus-visible {
  outline: 2px solid var(--color-accent);
  outline-offset: 2px;
}
ul.post-list {
  list-style: none;
  padding-left: 0;
  margin: 0;
}
.post-list-item {
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 0.25rem;
  padding: 0.75rem 0;
  border-bottom: 1px solid var(--color-border);
}
.post-list-item:first-child {
  border-top: 1px solid var(--color-border);
}
.post-list-link {
  color: var(--color-text-bright);
  font-weight: 500;
  font-size: var(--type-body-size);
  line-height: 1.4;
  text-decoration: none;
  transition: color 250ms ease;
}
.post-list-link:hover {
  color: var(--color-accent);
}
.post-list-link:focus-visible {
  outline: 2px solid var(--color-accent);
  outline-offset: 2px;
}
.post-list-tags {
  font-family: var(--font-mono);
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  color: var(--color-text-meta);
}
.post-list {
  display: flex;
  flex-direction: column;
}
.post-list-row {
  display: flex;
  align-items: flex-start;
  gap: 1.25rem;
  padding: 1.5rem 0;
  border-bottom: 1px solid var(--color-border);
  text-decoration: none;
  color: inherit;
  transition: background-color 250ms cubic-bezier(0.4, 0, 0.2, 1),
                margin-left 250ms cubic-bezier(0.4, 0, 0.2, 1),
                margin-right 250ms cubic-bezier(0.4, 0, 0.2, 1),
                padding-left 250ms cubic-bezier(0.4, 0, 0.2, 1),
                padding-right 250ms cubic-bezier(0.4, 0, 0.2, 1);
}
.post-list-row:first-child {
  border-top: 1px solid var(--color-border);
}
.post-list-row:hover {
  background-color: rgba(85, 136, 255, 0.04);
  margin-left: -1rem;
  margin-right: -1rem;
  padding-left: 1rem;
  padding-right: 1rem;
  border-radius: 4px;
}
.post-list-content {
  display: flex;
  flex-direction: column;
  gap: 0.375rem;
  min-width: 0;
  padding-top: 0.125rem;
}
.post-list-title {
  color: var(--color-text-bright);
  font-weight: 500;
  font-size: 1.375rem;
  line-height: 1.3;
  letter-spacing: -0.015em;
  transition: color 250ms ease;
}
.post-list-row:hover .post-list-title {
  color: var(--color-accent);
}
.post-list-meta {
  display: flex;
  align-items: baseline;
  gap: 0.5rem;
}
.writing-index {
  display: flex;
  flex-direction: column;
}
.writing-index-row {
  display: flex;
  align-items: baseline;
  gap: 1.5rem;
  padding: 1.25rem 0;
  border-bottom: 1px solid var(--color-border);
}
.writing-index-row:first-child {
  border-top: 1px solid var(--color-border);
}
.writing-index-tag {
  flex-shrink: 0;
  width: 10rem;
  font-family: var(--font-mono);
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  color: var(--color-text-meta);
  text-decoration: none;
  transition: color 200ms ease;
}
.writing-index-tag:hover {
  color: var(--color-accent);
}
.writing-index-post {
  color: var(--color-text-bright);
  font-weight: 500;
  font-size: 1.125rem;
  line-height: 1.4;
  text-decoration: none;
  transition: color 200ms ease;
}
.writing-index-post:hover {
  color: var(--color-accent);
}
@media (max-width: 640px) {
  .writing-index-row {
    flex-direction: column;
    gap: 0.25rem;
    padding: 1rem 0;
  }
  .writing-index-tag {
    width: auto;
  }
}
.tag-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 24px;
}
.tag-card:first-child {
  grid-column: 1 / -1;
}
.tag-card {
  background: var(--color-surface);
  border: 1px solid var(--color-border);
  border-radius: 12px;
  padding: 36px 32px;
  transition: all 0.3s ease;
  cursor: pointer;
  text-decoration: none;
  color: inherit;
  display: block;
}
.tag-card:hover {
  border-color: rgba(61, 106, 138, 0.3);
  background: var(--color-bg-header);
  transform: translateY(-2px);
}
.tag-card-tag {
  color: var(--color-accent);
}
.tag-card-title {
  font-family: var(--font-sans);
  font-weight: var(--type-heading-weight-secondary);
  font-size: var(--type-h3-size);
  letter-spacing: -0.02em;
  color: var(--color-text-bright);
  margin-bottom: 12px;
  line-height: 1.25;
}
.tag-card-desc {
  font-family: var(--font-sans);
  font-size: var(--type-card-desc-size);
  line-height: 1.5;
  letter-spacing: 0.015em;
  color: var(--color-text-secondary);
}
@media (max-width: 640px) {
  .tag-grid {
    grid-template-columns: 1fr;
  }
}
.four-oh-four-tags {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 12px;
}
.four-oh-four-tag {
  font-family: var(--font-mono);
  font-size: var(--type-tag-size);
  font-weight: 500;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--color-text-muted);
  background: var(--color-surface);
  border: 1px solid var(--color-border);
  border-radius: 8px;
  padding: 10px 16px;
  text-decoration: none;
  transition: border-color 0.2s ease, background 0.2s ease, transform 0.2s ease;
}
.four-oh-four-tag:hover {
  border-color: rgba(61, 106, 138, 0.3);
  background: var(--color-bg-header);
  transform: translateY(-2px);
  color: var(--color-text-secondary);
}
.post-page .page-header-top,
.prose-page .page-header-top {
  max-width: 65ch;
  margin-left: auto;
  margin-right: auto;
}
.prose-page > .prose.content {
  max-width: var(--prose-width);
  margin-left: auto;
  margin-right: auto;
}
.prose-page > hr {
  max-width: var(--prose-width);
  margin-left: auto;
  margin-right: auto;
}
.post-page .page-header-sub,
.prose-page .page-header-sub {
  max-width: var(--prose-width);
  margin-inline: auto;
}
.post-page > .post-tags {
  max-width: 65ch;
  margin-left: auto;
  margin-right: auto;
}
.post-page > blockquote {
  max-width: 65ch;
  margin-left: auto;
  margin-right: auto;
  margin-top: 0;
  transform: translateX(15px);
}
.post-page > .post-tags {
  margin-top: 0;
  padding-top: 12px;
  margin-bottom: 36px;
  border-top: 2px solid rgba(160, 160, 160, 0.25);
}
.post-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-bottom: 24px;
}
.post-tag {
  font-family: var(--font-mono);
  font-size: var(--type-tag-size);
  font-weight: 500;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--color-text-muted);
  text-decoration: none;
  padding: 4px 0;
}
.post-tag:hover {
  color: var(--color-text-secondary);
}
.post-tag + .post-tag::before {
  content: '';
  display: inline-block;
  width: 3px;
  height: 3px;
  background: var(--color-text-meta);
  border-radius: 50%;
  vertical-align: middle;
  margin-right: 12px;
}
blockquote {
  font-family: var(--font-serif);
  font-weight: 400;
  font-size: clamp(1.15rem, 1.0833rem + 0.2963vw, 1.35rem);
  line-height: 1.5;
  color: var(--color-text-secondary);
  margin: 48px 0;
  padding: 32px 0 32px 28px;
  border-left: 2px solid hsla(180, 45%, 20%, 1);
  background: none;
}
.blockquote-label {
  font-family: var(--font-sans);
  font-weight: 400;
  font-size: 0.85rem;
  letter-spacing: 0.05em;
  color: var(--color-text-bright);
}
.credibility {
  display: flex;
  align-items: center;
  gap: 32px;
  padding: 0;
  margin: 48px 0 clamp(48px, 8vw, 96px);
}
.credibility .about-figure-headshot {
  float: none;
  flex-shrink: 0;
  margin: 0;
  max-width: 160px;
  position: relative;
}
.credibility .about-figure-headshot figcaption {
  position: absolute;
  width: 100%;
  left: 0;
}
.credibility blockquote {
  margin: 0;
  flex: 1;
}
#page-home .page-frame > .pullquote:first-of-type {
  margin-top: calc(clamp(48px, 8vw, 96px) / 2);
}
.pullquote {
  font-family: var(--font-serif);
  font-style: italic;
  font-weight: 400;
  font-size: clamp(1.55rem, 3.5vw, 1.75rem);
  line-height: 1.5;
  color: var(--color-text-bright);
  text-align: center;
  max-width: none;
  margin: clamp(48px, 8vw, 96px) auto;
  padding: 0;
  border: none;
}
.post-body {
  max-width: 65ch;
  margin-left: auto;
  margin-right: auto;
}
.post-divider {
  width: 100%;
  border-top-color: var(--color-muted);
  margin: 0 0 2rem;
}
.post-summary {
  font-family: var(--font-serif);
  font-size: 1rem;
  line-height: 1.6;
  font-style: italic;
  color: var(--color-text);
  margin-bottom: 2rem;
  max-width: 600px;
}
.post-summary a {
  color: var(--color-accent);
  text-decoration-line: underline;
  text-decoration-color: var(--color-border);
  text-underline-offset: 3px;
  text-decoration-thickness: 1px;
}
.post-summary a:hover {
  text-decoration-color: var(--color-accent);
}
.section-divider {
  display: flex;
  align-items: center;
  gap: 1rem;
  margin-bottom: 2rem;
}
.section-divider hr {
  flex: 1;
  border: none;
  border-top: 2px solid rgba(160, 160, 160, 0.25);
  margin: 0;
  width: auto;
}
.section-divider span {
  font-family: var(--font-mono);
  font-size: 11px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--color-text-meta);
  white-space: nowrap;
}
.post-list-excerpt {
  color: var(--color-text-muted);
  font-size: 15px;
  line-height: 1.6;
  margin-top: 0.25rem;
  font-family: var(--font-serif);
}
.newsletter-form {
  display: grid;
  grid-template-columns: 7fr 3fr;
  gap: 1rem;
  align-items: stretch;
  width: 100%;
}
.newsletter-form input[type="email"] {
  width: 100%;
  min-width: 0;
  background: var(--color-bg);
  color: var(--color-text);
  border: 1px solid rgba(180, 180, 180, 0.5);
  border-radius: 8px;
  font-family: var(--font-mono);
  font-size: 0.925rem;
  padding: 14px 18px;
  line-height: 1.5;
}
.newsletter-form input[type="email"]::placeholder {
  color: rgba(200, 200, 200, 0.7);
}
.newsletter-form input[type="email"]:focus {
  outline: none;
  border-color: hsla(180, 45%, 20%, 1);
}
.newsletter-form .cta-button,
.newsletter-form .cta-secondary {
  white-space: nowrap;
  text-align: center;
  font-size: 1rem;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
}
@media (max-width: 640px) {
  .banner-wrap {
    height: 90px;
  }
  .banner-img {
    height: 90px;
  }
  .headshot {
    width: 56px;
    height: 56px;
  }
  .headshot-wrap {
    top: -28px;
  }
  .nav-bar {
    padding: 0.5rem 0 0.75rem;
  }
  .nav-row {
    gap: 4.5rem;
  }
  .nav-links-row {
    justify-content: space-evenly;
    gap: 0;
    margin-top: 0.5rem;
  }
  .nav-links-row a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 44px;
    padding: 0 0.25rem;
  }
  .footer-links-row {
    justify-content: space-evenly;
    gap: 0 !important;
  }
  .footer-link {
    display: inline-flex;
    align-items: center;
    min-height: 44px;
    padding: 0 0.25rem;
  }
  .post-list-row {
    padding: 1.25rem 0;
  }
  .post-list-title {
    font-size: 1.125rem;
  }
  .tag-header-link {
    padding: 0.125rem 0;
  }
}
.lp-headline {
  font-family: var(--font-sans);
  font-size: 48px;
  line-height: 1.2;
  letter-spacing: -0.03em;
  color: var(--color-text-bright);
  font-weight: 900;
}
.lp-sub {
  font-family: var(--font-serif);
  font-size: 20px;
  line-height: 1.6;
  color: var(--color-text-secondary);
  font-weight: 400;
}
.lp-body {
  font-family: var(--font-serif);
  font-size: 16px;
  line-height: 1.7;
  color: var(--color-text-secondary);
  max-width: 720px;
}
.lp-section-head {
  font-family: var(--font-sans);
  font-size: 24px;
  font-weight: 900;
  color: var(--color-text-bright);
  letter-spacing: -0.02em;
}
.lp-cta {
  display: inline-block;
  font-family: var(--font-sans);
  font-size: 16px;
  font-weight: 900;
  letter-spacing: 0.01em;
  text-transform: none;
  color: #FFFFFF;
  background-color: var(--color-button-bg);
  padding: 0.875rem 2rem;
  border-radius: 6px;
  text-decoration: none;
  transition: background-color 250ms cubic-bezier(0.4, 0, 0.2, 1),
                transform 250ms cubic-bezier(0.4, 0, 0.2, 1),
                box-shadow 250ms cubic-bezier(0.4, 0, 0.2, 1);
  cursor: pointer;
  border: none;
  box-shadow: 0 4px 12px rgba(68, 119, 255, 0.24);
}
.lp-cta:hover {
  background-color: var(--color-accent);
  transform: translateY(-4px);
  box-shadow: 0 8px 20px rgba(200, 90, 74, 0.32);
}
.lp-cta:focus-visible {
  outline: 2px solid var(--color-accent);
  outline-offset: 2px;
}
.lp-pillar {
  margin-bottom: 2rem;
}
.lp-pillar h3 {
  font-family: var(--font-sans);
  font-size: 17px;
  font-weight: 900;
  margin-bottom: 0.375rem;
}
.lp-pillar p {
  font-family: var(--font-serif);
  color: var(--color-text-secondary);
  line-height: 1.75;
  max-width: 600px;
}
.lp-step {
  display: flex;
  align-items: flex-start;
  gap: 1.25rem;
  margin-bottom: 2rem;
}
.lp-step-num {
  flex-shrink: 0;
  width: 2rem;
  height: 2rem;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid var(--color-border);
  border-radius: 9999px;
  font-family: var(--font-mono);
  font-size: 13px;
  color: var(--color-text-meta);
  margin-top: 0.125rem;
}
.lp-step h3 {
  font-family: var(--font-sans);
  font-size: 17px;
  font-weight: 900;
  margin-bottom: 0.25rem;
}
.lp-step p {
  font-family: var(--font-serif);
  color: var(--color-text-secondary);
  line-height: 1.75;
  max-width: 560px;
}
.lp-pricing {
  font-family: var(--font-mono);
  font-size: 13px;
  color: var(--color-text-meta);
  letter-spacing: 0.02em;
}
.case-study-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
  gap: 2rem;
  margin-top: 2rem;
}
.case-study-card {
  display: flex;
  flex-direction: column;
  padding: 2rem;
  background-color: var(--color-bg);
  border: 1px solid var(--color-border);
  border-radius: 8px;
  text-decoration: none;
  transition: box-shadow 250ms cubic-bezier(0.4, 0, 0.2, 1),
                transform 250ms cubic-bezier(0.4, 0, 0.2, 1),
                border-color 250ms ease,
                background-color 250ms ease;
}
.case-study-card:hover {
  box-shadow: 0 12px 24px rgba(85, 136, 255, 0.12);
  transform: translateY(-6px);
  border-color: var(--color-accent);
  background-color: rgba(85, 136, 255, 0.04);
}
.case-study-card:focus-visible {
  outline: 2px solid var(--color-accent);
  outline-offset: 2px;
}
.case-study-card-header {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 0.75rem;
}
.case-study-title {
  font-family: var(--font-sans);
  font-size: var(--type-h3-size);
  font-weight: var(--type-heading-weight-secondary);
  color: var(--color-text-bright);
  letter-spacing: -0.01em;
  margin: 0;
  flex: 1;
}
.case-study-metric {
  font-family: var(--font-sans);
  font-size: 24px;
  font-weight: 900;
  color: var(--color-accent);
  letter-spacing: -0.02em;
  white-space: nowrap;
  margin-left: 1rem;
}
.case-study-excerpt {
  font-family: var(--font-serif);
  font-size: 16px;
  line-height: 1.65;
  color: var(--color-text-secondary);
  margin: 0 0 1rem 0;
  flex-grow: 1;
}
.case-study-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  padding-top: 1rem;
  border-top: 1px solid var(--color-border);
}
.case-study-tag {
  font-family: var(--font-mono);
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  color: var(--color-text-meta);
  background-color: var(--color-bg);
  padding: 0.25rem 0.625rem;
  border-radius: 2px;
  border: 1px solid var(--color-border);
}
main {
  position: relative;
  z-index: 1;
}
footer {
  position: relative;
  z-index: 1;
}
.page.active {
  animation: fadeIn 0.3s ease;
}
@keyframes fadeIn {
  from {
    opacity: 0;
    transform: translateY(8px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
@media (max-width: 768px) {
  .header-inner {
    padding: 0 20px;
  }
  .nav-right {
    gap: 20px;
  }
  .about-body {
    padding: 0 40px;
  }
  .colophon {
    padding: 40px 40px 0;
  }
  .about-figure.float-right {
    margin-right: -40px;
  }
  .about-figure.float-left {
    margin-left: -40px;
  }
  .page-header-top {
    height: calc(386px - 40px);
  }
  .page-frame {
    padding: 0 20px 48px;
  }
  .work-grid, .work-grid-3, .capabilities-list {
    grid-template-columns: 1fr;
  }
  .agitate-card:nth-child(1),
    .agitate-card:nth-child(2),
    .agitate-card:nth-child(3) {
    grid-template-columns: 1fr;
  }
  .agitate-card {
    gap: 16px;
  }
  .agitate-card-img {
    order: -1;
    width: calc(100% + 32px);
    height: 240px;
    margin-left: -16px !important;
    margin-right: -16px !important;
  }
  .agitate-card:nth-child(2) .agitate-card-body {
    text-align: left;
    padding-right: 0;
  }
  .outcome-card-img {
    aspect-ratio: 1/1;
  }
  .outcome-card-body {
    padding: 0 20px;
    margin-top: -140px;
  }
  .outcome-card {
    margin-bottom: 15vh;
  }
  .outcome-card.reverse .outcome-card-body {
    text-align: left;
  }
  .outcome-card.reverse .outcome-title {
    margin-left: 0;
    max-width: none;
  }
  .outcome-card.reverse .outcome-desc {
    margin-left: 0;
  }
  .work-card.featured {
    grid-template-columns: 1fr;
  }
  .work-card.featured .work-card-visual {
    order: -1;
  }
  .social-proof-names {
    gap: 8px 24px;
  }
  footer {
    flex-direction: column;
  }
  .footer-proof-label {
    font-size: 10px;
  }
  .footer-proof-items {
    font-size: 11px;
    gap: 1rem;
  }
  .footer-left,
    .footer-right {
    font-size: 11px;
  }
}
@media (max-width: 640px) {
  html {
    font-size: 17px;
  }
  .nav-toggle {
    display: flex;
    position: fixed;
    top: 0;
    right: max(20px, env(safe-area-inset-right));
    height: calc(64px + env(safe-area-inset-top, 0px));
    padding: 0 4px;
    padding-top: env(safe-area-inset-top, 0px);
    align-items: center;
    justify-content: center;
  }
  .nav-desktop {
    display: none;
  }
  header {
    z-index: 145;
  }
  .nav-drawer {
    display: flex;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    width: 260px;
    flex-direction: column;
    align-items: flex-start;
    padding: calc(80px + env(safe-area-inset-top)) 32px 40px;
    background: #060b0e;
    border-left: 1px solid var(--color-border);
    transform: translateX(100%);
    transition: transform 0.3s ease;
    z-index: 150;
    box-shadow: -8px 0 32px rgba(0, 0, 0, 0.5);
  }
  .nav-drawer.nav-drawer-open {
    transform: translateX(0);
  }
  .nav-drawer-link {
    font-family: var(--font-sans);
    font-size: 1.1rem;
    font-weight: 500;
    padding: 18px 0;
    width: 100%;
    border-bottom: 1px solid var(--color-border);
    color: var(--color-text-secondary);
    text-decoration: none;
    transition: color 0.2s ease;
  }
  .nav-drawer-link:hover,
    .nav-drawer-link.active {
    color: var(--color-text);
  }
  .nav-overlay {
    display: block;
    position: fixed;
    inset: 0;
    background: rgba(0, 0, 0, 0.5);
    z-index: 140;
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.3s ease;
  }
  .nav-overlay.nav-overlay-visible {
    opacity: 1;
    pointer-events: auto;
  }
  .page-header-top {
    height: calc(266px - 40px);
  }
  .hero-headline {
    font-size: clamp(2.8rem, 9vw, 3.6rem);
    margin-bottom: 20px;
  }
  .subtitle {
    font-size: 1.05rem;
  }
  .cta-row {
    flex-direction: column;
  }
  button.cta-button,
    button.cta-secondary {
    width: 100%;
    justify-content: center;
  }
  .social-proof {
    margin-top: 48px;
  }
  .social-proof-columns {
    grid-template-columns: 1fr;
    gap: 24px;
  }
  .social-proof-bio {
    font-size: 0.95rem;
  }
  .page-frame {
    padding: 0 20px 48px;
  }
  .about-body {
    padding: 0;
  }
  .credibility {
    flex-direction: column;
  }
  .credibility .about-figure-headshot {
    max-width: 120px;
  }
  .colophon {
    padding: 40px 0 0;
  }
  .about-figure.float-right,
    .about-figure.float-left {
    float: none;
    margin: 16px auto;
    max-width: 200px;
    display: block;
  }
  .about-header {
    gap: 20px;
    margin-bottom: 40px;
  }
  .about-headshot {
    width: 100px;
    height: 100px;
  }
  .about-links {
    margin-top: 40px;
    padding-top: 32px;
  }
  .page-cta-primary,
    .page-cta-secondary {
    grid-template-columns: 1fr;
  }
  .newsletter-form {
    grid-template-columns: 1fr;
  }
  .work-grid, .work-grid-3, .capabilities-list {
    grid-template-columns: 1fr;
  }
  .outcome-card-img {
    aspect-ratio: 3/4;
    width: 100vw;
    margin-left: -50vw;
    left: 50%;
  }
  .work-card {
    padding: 20px 0 0;
  }
  blockquote {
    padding: 24px 0 24px 20px;
    margin-bottom: 36px;
  }
  .code-bg {
    height: 266px;
  }
  h1 {
    font-size: 2.2rem;
  }
  .content p {
    font-size: 1rem;
  }
  .content h2 {
    font-size: 1.3rem;
    margin-top: 36px;
  }
  .lp-headline {
    font-size: 2rem;
  }
  .lp-sub {
    font-size: 1.125rem;
  }
  .lp-body {
    font-size: 0.95rem;
  }
  .case-study-grid {
    grid-template-columns: 1fr;
    gap: 1.5rem;
  }
  .case-study-card {
    padding: 1.5rem;
  }
  .case-study-card-header {
    flex-direction: column;
    align-items: flex-start;
  }
  .case-study-metric {
    margin-left: 0;
    margin-top: 0.5rem;
    font-size: 1.25rem;
  }
  footer {
    padding: 0 20px 20px;
    gap: 0;
  }
  footer::before {
    margin-bottom: 20px;
  }
  .footer-social-proof {
    flex-direction: column;
    gap: 6px;
    padding-bottom: 20px;
    line-height: 1.2;
    align-items: center;
    text-align: center;
  }
  .footer-proof-group {
    flex-direction: row;
    align-items: baseline;
    gap: 0.5em;
    line-height: 1.2;
  }
  .footer-proof-label {
    font-size: 10px;
    white-space: nowrap;
  }
  .footer-proof-items {
    font-size: 10px;
    gap: 0;
    flex-wrap: wrap;
    line-height: 1.2;
  }
  .footer-proof-items span + span::before {
    content: "·";
    margin: 0 0.3em;
    color: var(--color-text-muted);
  }
  .footer-divider {
    margin: 0;
  }
  .footer-legal {
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    padding-top: 20px;
    line-height: 1.2;
  }
  .footer-left,
    .footer-right {
    font-size: 10px;
  }
  .footer-right a {
    padding: 0;
  }
}
@media (max-width: 480px) {
  .outcome-card-img {
    aspect-ratio: 2/3;
  }
  .agitate-section {
    gap: 56px;
  }
}
@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-space-y-reverse {
  syntax: "*";
  inherits: false;
  initial-value: 0;
}
@property --tw-space-x-reverse {
  syntax: "*";
  inherits: false;
  initial-value: 0;
}
@property --tw-border-style {
  syntax: "*";
  inherits: false;
  initial-value: solid;
}
@property --tw-leading {
  syntax: "*";
  inherits: false;
}
@property --tw-font-weight {
  syntax: "*";
  inherits: false;
}
@property --tw-tracking {
  syntax: "*";
  inherits: false;
}
@property --tw-shadow {
  syntax: "*";
  inherits: false;
  initial-value: 0 0 #0000;
}
@property --tw-shadow-color {
  syntax: "*";
  inherits: false;
}
@property --tw-shadow-alpha {
  syntax: "<percentage>";
  inherits: false;
  initial-value: 100%;
}
@property --tw-inset-shadow {
  syntax: "*";
  inherits: false;
  initial-value: 0 0 #0000;
}
@property --tw-inset-shadow-color {
  syntax: "*";
  inherits: false;
}
@property --tw-inset-shadow-alpha {
  syntax: "<percentage>";
  inherits: false;
  initial-value: 100%;
}
@property --tw-ring-color {
  syntax: "*";
  inherits: false;
}
@property --tw-ring-shadow {
  syntax: "*";
  inherits: false;
  initial-value: 0 0 #0000;
}
@property --tw-inset-ring-color {
  syntax: "*";
  inherits: false;
}
@property --tw-inset-ring-shadow {
  syntax: "*";
  inherits: false;
  initial-value: 0 0 #0000;
}
@property --tw-ring-inset {
  syntax: "*";
  inherits: false;
}
@property --tw-ring-offset-width {
  syntax: "<length>";
  inherits: false;
  initial-value: 0px;
}
@property --tw-ring-offset-color {
  syntax: "*";
  inherits: false;
  initial-value: #fff;
}
@property --tw-ring-offset-shadow {
  syntax: "*";
  inherits: false;
  initial-value: 0 0 #0000;
}
@property --tw-outline-style {
  syntax: "*";
  inherits: false;
  initial-value: solid;
}
@property --tw-blur {
  syntax: "*";
  inherits: false;
}
@property --tw-brightness {
  syntax: "*";
  inherits: false;
}
@property --tw-contrast {
  syntax: "*";
  inherits: false;
}
@property --tw-grayscale {
  syntax: "*";
  inherits: false;
}
@property --tw-hue-rotate {
  syntax: "*";
  inherits: false;
}
@property --tw-invert {
  syntax: "*";
  inherits: false;
}
@property --tw-opacity {
  syntax: "*";
  inherits: false;
}
@property --tw-saturate {
  syntax: "*";
  inherits: false;
}
@property --tw-sepia {
  syntax: "*";
  inherits: false;
}
@property --tw-drop-shadow {
  syntax: "*";
  inherits: false;
}
@property --tw-drop-shadow-color {
  syntax: "*";
  inherits: false;
}
@property --tw-drop-shadow-alpha {
  syntax: "<percentage>";
  inherits: false;
  initial-value: 100%;
}
@property --tw-drop-shadow-size {
  syntax: "*";
  inherits: false;
}
@property --tw-backdrop-blur {
  syntax: "*";
  inherits: false;
}
@property --tw-backdrop-brightness {
  syntax: "*";
  inherits: false;
}
@property --tw-backdrop-contrast {
  syntax: "*";
  inherits: false;
}
@property --tw-backdrop-grayscale {
  syntax: "*";
  inherits: false;
}
@property --tw-backdrop-hue-rotate {
  syntax: "*";
  inherits: false;
}
@property --tw-backdrop-invert {
  syntax: "*";
  inherits: false;
}
@property --tw-backdrop-opacity {
  syntax: "*";
  inherits: false;
}
@property --tw-backdrop-saturate {
  syntax: "*";
  inherits: false;
}
@property --tw-backdrop-sepia {
  syntax: "*";
  inherits: false;
}
@property --tw-duration {
  syntax: "*";
  inherits: false;
}
@property --tw-ease {
  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)))) {
    :root, :host {
      --prose-width: 0px;
    }
    *, ::before, ::after, ::backdrop {
      --tw-rotate-x: initial;
      --tw-rotate-y: initial;
      --tw-rotate-z: initial;
      --tw-skew-x: initial;
      --tw-skew-y: initial;
      --tw-space-y-reverse: 0;
      --tw-space-x-reverse: 0;
      --tw-border-style: solid;
      --tw-leading: initial;
      --tw-font-weight: initial;
      --tw-tracking: initial;
      --tw-shadow: 0 0 #0000;
      --tw-shadow-color: initial;
      --tw-shadow-alpha: 100%;
      --tw-inset-shadow: 0 0 #0000;
      --tw-inset-shadow-color: initial;
      --tw-inset-shadow-alpha: 100%;
      --tw-ring-color: initial;
      --tw-ring-shadow: 0 0 #0000;
      --tw-inset-ring-color: initial;
      --tw-inset-ring-shadow: 0 0 #0000;
      --tw-ring-inset: initial;
      --tw-ring-offset-width: 0px;
      --tw-ring-offset-color: #fff;
      --tw-ring-offset-shadow: 0 0 #0000;
      --tw-outline-style: solid;
      --tw-blur: initial;
      --tw-brightness: initial;
      --tw-contrast: initial;
      --tw-grayscale: initial;
      --tw-hue-rotate: initial;
      --tw-invert: initial;
      --tw-opacity: initial;
      --tw-saturate: initial;
      --tw-sepia: initial;
      --tw-drop-shadow: initial;
      --tw-drop-shadow-color: initial;
      --tw-drop-shadow-alpha: 100%;
      --tw-drop-shadow-size: initial;
      --tw-backdrop-blur: initial;
      --tw-backdrop-brightness: initial;
      --tw-backdrop-contrast: initial;
      --tw-backdrop-grayscale: initial;
      --tw-backdrop-hue-rotate: initial;
      --tw-backdrop-invert: initial;
      --tw-backdrop-opacity: initial;
      --tw-backdrop-saturate: initial;
      --tw-backdrop-sepia: initial;
      --tw-duration: initial;
      --tw-ease: initial;
    }
  }
}

