/*! tailwindcss v4.2.1 | MIT License | https://tailwindcss.com */
@layer properties;
@layer theme, base, components, utilities;
@layer theme {
  :root, :host {
    --color-red-400: oklch(70.4% 0.191 22.216);
    --color-green-600: oklch(62.7% 0.194 149.214);
    --color-white: #fff;
    --spacing: 0.25rem;
    --container-2xl: 42rem;
    --container-3xl: 48rem;
    --container-4xl: 56rem;
    --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: 1rem;
    --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-medium: 500;
    --font-weight-semibold: 600;
    --font-weight-bold: 700;
    --tracking-wide: 0.025em;
    --leading-tight: 1.25;
    --leading-relaxed: 1.625;
    --radius-lg: 0.5rem;
    --radius-xl: 0.75rem;
    --ease-in-out: cubic-bezier(0.4, 0, 0.2, 1);
    --default-transition-duration: 150ms;
    --default-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  }
}
@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: "Space Grotesk", system-ui, -apple-system, sans-serif;
    font-feature-settings: normal;
    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: "JetBrains Mono", ui-monospace, SFMono-Regular, monospace;
    font-feature-settings: normal;
    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 {
  .pointer-events-none {
    pointer-events: none;
  }
  .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;
  }
  .start {
    inset-inline-start: var(--spacing);
  }
  .end {
    inset-inline-end: var(--spacing);
  }
  .right-6 {
    right: calc(var(--spacing) * 6);
  }
  .bottom-6 {
    bottom: calc(var(--spacing) * 6);
  }
  .bottom-24 {
    bottom: calc(var(--spacing) * 24);
  }
  .z-50 {
    z-index: 50;
  }
  .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;
  }
  .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-0\.5 {
    margin-top: calc(var(--spacing) * 0.5);
  }
  .mt-3 {
    margin-top: calc(var(--spacing) * 3);
  }
  .mt-4 {
    margin-top: calc(var(--spacing) * 4);
  }
  .mt-8 {
    margin-top: calc(var(--spacing) * 8);
  }
  .mt-10 {
    margin-top: calc(var(--spacing) * 10);
  }
  .mt-12 {
    margin-top: calc(var(--spacing) * 12);
  }
  .container {
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
    padding-left: 1rem;
    padding-right: 1rem;
    @screen sm {
      max-width: 640px;
    }
    @screen md {
      max-width: 768px;
    }
    @screen lg {
      max-width: 1024px;
    }
    @screen xl {
      max-width: 1280px;
    }
    @screen 2xl {
      max-width: 1400px;
    }
  }
  .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-7 {
    margin-bottom: calc(var(--spacing) * 7);
  }
  .mb-8 {
    margin-bottom: calc(var(--spacing) * 8);
  }
  .mb-10 {
    margin-bottom: calc(var(--spacing) * 10);
  }
  .block {
    display: block;
  }
  .flex {
    display: flex;
  }
  .grid {
    display: grid;
  }
  .hidden {
    display: none;
  }
  .inline {
    display: inline;
  }
  .inline-flex {
    display: inline-flex;
  }
  .table {
    display: table;
  }
  .h-2 {
    height: calc(var(--spacing) * 2);
  }
  .h-3 {
    height: calc(var(--spacing) * 3);
  }
  .h-6 {
    height: calc(var(--spacing) * 6);
  }
  .h-10 {
    height: calc(var(--spacing) * 10);
  }
  .h-12 {
    height: calc(var(--spacing) * 12);
  }
  .min-h-\[100dvh\] {
    min-height: 100dvh;
  }
  .min-h-screen {
    min-height: 100vh;
  }
  .w-2 {
    width: calc(var(--spacing) * 2);
  }
  .w-3 {
    width: calc(var(--spacing) * 3);
  }
  .w-6 {
    width: calc(var(--spacing) * 6);
  }
  .w-10 {
    width: calc(var(--spacing) * 10);
  }
  .w-12 {
    width: calc(var(--spacing) * 12);
  }
  .max-w-2xl {
    max-width: var(--container-2xl);
  }
  .max-w-3xl {
    max-width: var(--container-3xl);
  }
  .max-w-4xl {
    max-width: var(--container-4xl);
  }
  .flex-shrink {
    flex-shrink: 1;
  }
  .flex-shrink-0 {
    flex-shrink: 0;
  }
  .flex-grow {
    flex-grow: 1;
  }
  .translate-x-2 {
    --tw-translate-x: calc(var(--spacing) * 2);
    translate: var(--tw-translate-x) var(--tw-translate-y);
  }
  .-translate-y-\[1px\] {
    --tw-translate-y: calc(1px * -1);
    translate: var(--tw-translate-x) var(--tw-translate-y);
  }
  .transform {
    transform: var(--tw-rotate-x,) var(--tw-rotate-y,) var(--tw-rotate-z,) var(--tw-skew-x,) var(--tw-skew-y,);
  }
  .animate-fade-in-up {
    animation: fadeInUp 0.7s cubic-bezier(.2,.7,.2,1) forwards;
  }
  .cursor-pointer {
    cursor: pointer;
  }
  .resize {
    resize: both;
  }
  .grid-cols-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .flex-col {
    flex-direction: column;
  }
  .flex-wrap {
    flex-wrap: wrap;
  }
  .items-baseline {
    align-items: baseline;
  }
  .items-center {
    align-items: center;
  }
  .items-start {
    align-items: flex-start;
  }
  .justify-center {
    justify-content: center;
  }
  .gap-2 {
    gap: calc(var(--spacing) * 2);
  }
  .gap-3 {
    gap: calc(var(--spacing) * 3);
  }
  .gap-4 {
    gap: calc(var(--spacing) * 4);
  }
  .gap-6 {
    gap: calc(var(--spacing) * 6);
  }
  .gap-10 {
    gap: calc(var(--spacing) * 10);
  }
  .space-y-2 {
    :where(& > :not(:last-child)) {
      --tw-space-y-reverse: 0;
      margin-block-start: calc(calc(var(--spacing) * 2) * var(--tw-space-y-reverse));
      margin-block-end: calc(calc(var(--spacing) * 2) * calc(1 - var(--tw-space-y-reverse)));
    }
  }
  .space-y-3 {
    :where(& > :not(:last-child)) {
      --tw-space-y-reverse: 0;
      margin-block-start: calc(calc(var(--spacing) * 3) * var(--tw-space-y-reverse));
      margin-block-end: calc(calc(var(--spacing) * 3) * 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-5 {
    :where(& > :not(:last-child)) {
      --tw-space-y-reverse: 0;
      margin-block-start: calc(calc(var(--spacing) * 5) * var(--tw-space-y-reverse));
      margin-block-end: calc(calc(var(--spacing) * 5) * 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)));
    }
  }
  .divide-x {
    :where(& > :not(:last-child)) {
      --tw-divide-x-reverse: 0;
      border-inline-style: var(--tw-border-style);
      border-inline-start-width: calc(1px * var(--tw-divide-x-reverse));
      border-inline-end-width: calc(1px * calc(1 - var(--tw-divide-x-reverse)));
    }
  }
  .rounded-2xl {
    border-radius: 1rem;
  }
  .rounded-full {
    border-radius: calc(infinity * 1px);
  }
  .rounded-lg {
    border-radius: var(--radius-lg);
  }
  .rounded-xl {
    border-radius: var(--radius-xl);
  }
  .border {
    border-style: var(--tw-border-style);
    border-width: 1px;
  }
  .border-2 {
    border-style: var(--tw-border-style);
    border-width: 2px;
  }
  .border-t {
    border-top-style: var(--tw-border-style);
    border-top-width: 1px;
  }
  .border-dashed {
    --tw-border-style: dashed;
    border-style: dashed;
  }
  .border-brand-100 {
    border-color: #ffe8dd;
  }
  .border-brand-200 {
    border-color: #ffcab0;
  }
  .border-slate-100 {
    border-color: #f4f4f5;
  }
  .border-slate-200 {
    border-color: #e4e4e7;
  }
  .bg-accent-400 {
    background-color: #ff824a;
  }
  .bg-brand-500 {
    background-color: #ff5a1f;
  }
  .bg-slate-800 {
    background-color: #27272a;
  }
  .bg-white {
    background-color: var(--color-white);
  }
  .bg-white\/80 {
    background-color: color-mix(in srgb, #fff 80%, transparent);
    @supports (color: color-mix(in lab, red, red)) {
      background-color: color-mix(in oklab, var(--color-white) 80%, transparent);
    }
  }
  .p-4 {
    padding: calc(var(--spacing) * 4);
  }
  .p-6 {
    padding: calc(var(--spacing) * 6);
  }
  .p-8 {
    padding: calc(var(--spacing) * 8);
  }
  .px-3 {
    padding-inline: calc(var(--spacing) * 3);
  }
  .px-4 {
    padding-inline: calc(var(--spacing) * 4);
  }
  .py-1\.5 {
    padding-block: calc(var(--spacing) * 1.5);
  }
  .py-2 {
    padding-block: calc(var(--spacing) * 2);
  }
  .py-14 {
    padding-block: calc(var(--spacing) * 14);
  }
  .py-16 {
    padding-block: calc(var(--spacing) * 16);
  }
  .pt-8 {
    padding-top: calc(var(--spacing) * 8);
  }
  .pt-20 {
    padding-top: calc(var(--spacing) * 20);
  }
  .pb-10 {
    padding-bottom: calc(var(--spacing) * 10);
  }
  .text-center {
    text-align: center;
  }
  .font-display {
    font-family: "Space Grotesk", system-ui, sans-serif;
  }
  .font-mono {
    font-family: "JetBrains Mono", ui-monospace, SFMono-Regular, monospace;
  }
  .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-base {
    font-size: var(--text-base);
    line-height: var(--tw-leading, var(--text-base--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));
  }
  .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-bold {
    --tw-font-weight: var(--font-weight-bold);
    font-weight: var(--font-weight-bold);
  }
  .font-medium {
    --tw-font-weight: var(--font-weight-medium);
    font-weight: var(--font-weight-medium);
  }
  .font-semibold {
    --tw-font-weight: var(--font-weight-semibold);
    font-weight: var(--font-weight-semibold);
  }
  .tracking-\[0\.18em\] {
    --tw-tracking: 0.18em;
    letter-spacing: 0.18em;
  }
  .tracking-wide {
    --tw-tracking: var(--tracking-wide);
    letter-spacing: var(--tracking-wide);
  }
  .whitespace-nowrap {
    white-space: nowrap;
  }
  .text-accent-600 {
    color: #e84a0f;
  }
  .text-brand-500 {
    color: #ff5a1f;
  }
  .text-brand-600 {
    color: #e84a0f;
  }
  .text-brand-700 {
    color: #bf3a0a;
  }
  .text-green-600 {
    color: var(--color-green-600);
  }
  .text-red-400 {
    color: var(--color-red-400);
  }
  .text-slate-400 {
    color: #a1a1aa;
  }
  .text-slate-500 {
    color: #71717a;
  }
  .text-slate-600 {
    color: #52525b;
  }
  .text-slate-700 {
    color: #3f3f46;
  }
  .text-slate-800 {
    color: #27272a;
  }
  .text-slate-900 {
    color: #18181b;
  }
  .text-white {
    color: var(--color-white);
  }
  .uppercase {
    text-transform: uppercase;
  }
  .italic {
    font-style: italic;
  }
  .underline {
    text-decoration-line: underline;
  }
  .opacity-0 {
    opacity: 0%;
  }
  .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-lg {
    --tw-shadow: 0 10px 15px -3px var(--tw-shadow-color, rgb(0 0 0 / 0.1)), 0 4px 6px -4px 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;
  }
  .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-all {
    transition-property: all;
    transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
    transition-duration: var(--tw-duration, var(--default-transition-duration));
  }
  .delay-100 {
    transition-delay: 100ms;
  }
  .duration-200 {
    --tw-duration: 200ms;
    transition-duration: 200ms;
  }
  .ease-in-out {
    --tw-ease: var(--ease-in-out);
    transition-timing-function: var(--ease-in-out);
  }
  .group-hover\:translate-x-0 {
    &:is(:where(.group):hover *) {
      @media (hover: hover) {
        --tw-translate-x: calc(var(--spacing) * 0);
        translate: var(--tw-translate-x) var(--tw-translate-y);
      }
    }
  }
  .group-hover\:opacity-100 {
    &:is(:where(.group):hover *) {
      @media (hover: hover) {
        opacity: 100%;
      }
    }
  }
  .hover\:-translate-y-\[2px\] {
    &:hover {
      @media (hover: hover) {
        --tw-translate-y: calc(2px * -1);
        translate: var(--tw-translate-x) var(--tw-translate-y);
      }
    }
  }
  .hover\:border-slate-400 {
    &:hover {
      @media (hover: hover) {
        border-color: #a1a1aa;
      }
    }
  }
  .hover\:shadow-elevation-medium {
    &:hover {
      @media (hover: hover) {
        --tw-shadow: 0 10px 28px -14px var(--tw-shadow-color, rgba(9,9,11,0.14)), 0 2px 6px var(--tw-shadow-color, rgba(9,9,11,0.04));
        box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
      }
    }
  }
  .focus\:not-sr-only {
    &:focus {
      position: static;
      width: auto;
      height: auto;
      padding: 0;
      margin: 0;
      overflow: visible;
      clip-path: none;
      white-space: normal;
    }
  }
  .focus\:fixed {
    &:focus {
      position: fixed;
    }
  }
  .focus\:top-4 {
    &:focus {
      top: calc(var(--spacing) * 4);
    }
  }
  .focus\:left-4 {
    &:focus {
      left: calc(var(--spacing) * 4);
    }
  }
  .focus\:z-\[9999\] {
    &:focus {
      z-index: 9999;
    }
  }
  .sm\:grid-cols-2 {
    @media (width >= 40rem) {
      grid-template-columns: repeat(2, minmax(0, 1fr));
    }
  }
  .sm\:grid-cols-3 {
    @media (width >= 40rem) {
      grid-template-columns: repeat(3, minmax(0, 1fr));
    }
  }
  .md\:col-span-2 {
    @media (width >= 48rem) {
      grid-column: span 2 / span 2;
    }
  }
  .md\:grid-cols-3 {
    @media (width >= 48rem) {
      grid-template-columns: repeat(3, minmax(0, 1fr));
    }
  }
  .md\:p-10 {
    @media (width >= 48rem) {
      padding: calc(var(--spacing) * 10);
    }
  }
  .md\:py-16 {
    @media (width >= 48rem) {
      padding-block: calc(var(--spacing) * 16);
    }
  }
  .md\:py-18 {
    @media (width >= 48rem) {
      padding-block: calc(var(--spacing) * 18);
    }
  }
  .md\:py-24 {
    @media (width >= 48rem) {
      padding-block: calc(var(--spacing) * 24);
    }
  }
  .md\:pt-24 {
    @media (width >= 48rem) {
      padding-top: calc(var(--spacing) * 24);
    }
  }
  .md\:text-4xl {
    @media (width >= 48rem) {
      font-size: var(--text-4xl);
      line-height: var(--tw-leading, var(--text-4xl--line-height));
    }
  }
  .md\:text-5xl {
    @media (width >= 48rem) {
      font-size: var(--text-5xl);
      line-height: var(--tw-leading, var(--text-5xl--line-height));
    }
  }
  .md\:text-lg {
    @media (width >= 48rem) {
      font-size: var(--text-lg);
      line-height: var(--tw-leading, var(--text-lg--line-height));
    }
  }
  .lg\:grid-cols-5 {
    @media (width >= 64rem) {
      grid-template-columns: repeat(5, minmax(0, 1fr));
    }
  }
  .lg\:text-6xl {
    @media (width >= 64rem) {
      font-size: var(--text-6xl);
      line-height: var(--tw-leading, var(--text-6xl--line-height));
    }
  }
}
:root {
  --surface-0: #fafafa;
  --surface-1: #ffffff;
  --surface-2: #f4f4f5;
  --ink-900: #09090b;
  --ink-700: #27272a;
  --ink-500: #71717a;
  --line-soft: rgba(9, 9, 11, 0.08);
  --line-strong: rgba(9, 9, 11, 0.16);
  --brand-primary: #ff5a1f;
  --brand-dark: #e84a0f;
  --accent-primary: #ff5a1f;
  --accent-dark: #e84a0f;
  --radius-sm: 12px;
  --radius-md: 18px;
  --radius-lg: 28px;
  --shadow-soft: 0 10px 28px -14px rgba(9, 9, 11, 0.14);
  --shadow-medium: 0 18px 46px -18px rgba(9, 9, 11, 0.18);
  --shadow-glow: 0 0 0 1px rgba(255, 255, 255, 0.4), 0 18px 60px -20px rgba(255, 90, 31, 0.3);
  --ease-standard: cubic-bezier(0.22, 1, 0.36, 1);
  --ease-emphasized: cubic-bezier(0.2, 0.7, 0.2, 1);
  --transition-fast: 180ms var(--ease-standard);
  --transition-standard: 320ms var(--ease-standard);
}
html {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
}
@media (prefers-reduced-motion: no-preference) {
  html {
    scroll-behavior: smooth;
  }
}
body {
  font-family: 'Space Grotesk', system-ui, -apple-system, 'Segoe UI', sans-serif;
  color: #09090b;
  background: #fafafa;
}
html, body {
  overflow-x: clip;
}
section {
  position: relative;
}
h1, h2, h3, h4 {
  font-family: 'Space Grotesk', system-ui, sans-serif;
  letter-spacing: -0.022em;
  font-weight: 500;
}
a, button, input, select, textarea {
  transition: color var(--transition-fast), background-color var(--transition-fast), border-color var(--transition-fast), box-shadow var(--transition-fast), transform var(--transition-fast), opacity var(--transition-fast);
}
::selection {
  background: rgba(255, 90, 31, 0.22);
  color: #09090b;
}
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.45rem;
  font-weight: 600;
  border-radius: 0;
  padding: 0.72rem 1.26rem;
  text-align: center;
  cursor: pointer;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  font-family: 'JetBrains Mono', ui-monospace, monospace;
  font-size: 11px;
  min-height: 44px;
}
.btn-primary {
  color: #ffffff;
  border: 1px solid #09090b;
  background: #09090b;
}
.btn-primary:hover {
  background: #ff5a1f;
  border-color: #ff5a1f;
}
#whatsapp-fab {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 56px;
  height: 56px;
  border-radius: 50%;
  background: linear-gradient(135deg, #25d366, #128c7e);
  color: #fff;
  flex-shrink: 0;
  transition: transform 0.35s cubic-bezier(.2,.7,.2,1), box-shadow 0.35s ease;
  box-shadow: 0 6px 20px rgba(37, 211, 102, 0.35);
  position: relative;
}
#whatsapp-fab::before {
  content: "";
  position: absolute;
  inset: -4px;
  border-radius: 50%;
  background: rgba(37, 211, 102, 0.25);
  animation: wa-pulse 2.5s ease-out infinite;
  pointer-events: none;
}
@keyframes wa-pulse {
  0% {
    transform: scale(1);
    opacity: 0.6;
  }
  70% {
    transform: scale(1.35);
    opacity: 0;
  }
  100% {
    transform: scale(1.35);
    opacity: 0;
  }
}
#whatsapp-fab svg {
  width: 26px;
  height: 26px;
  position: relative;
  z-index: 1;
}
#whatsapp-fab:hover {
  transform: scale(1.1);
  box-shadow: 0 10px 30px rgba(37, 211, 102, 0.5);
}
#whatsapp-fab:hover::before {
  animation: none;
  opacity: 0;
}
.sp {
  --sp-bg: #fafafa;
  --sp-ink: #09090b;
  --sp-ink-2: #27272a;
  --sp-ink-3: #52525b;
  --sp-muted: #a1a1aa;
  --sp-line: #e4e4e7;
  --sp-line-2: #d4d4d8;
  --sp-accent: #ff5a1f;
  background: var(--sp-bg);
  color: var(--sp-ink);
  font-family: 'Space Grotesk', system-ui, sans-serif;
  padding-top: 1.5rem;
}
@media (min-width: 1024px) {
  .sp {
    padding-top: 2rem;
  }
}
.sp .mono {
  font-family: 'JetBrains Mono', monospace;
  letter-spacing: 0.02em;
}
.sp-wrap {
  max-width: 1360px;
  margin: 0 auto;
  padding: 0 1.25rem;
}
@media (min-width: 768px) {
  .sp-wrap {
    padding: 0 2rem;
  }
}
@media (min-width: 1280px) {
  .sp-wrap {
    padding: 0 3rem;
  }
}
.sp-kicker {
  display: inline-block;
  font-family: 'JetBrains Mono', monospace;
  font-size: 0.7rem;
  text-transform: uppercase;
  letter-spacing: 0.16em;
  color: var(--sp-accent);
  margin-bottom: 1rem;
}
.sp-kicker--on-dark {
  color: #ff8454;
}
.sp-h1 {
  font-size: clamp(2.5rem, 6vw, 5.5rem);
  font-weight: 600;
  line-height: 0.94;
  letter-spacing: -0.04em;
  color: var(--sp-ink);
  margin: 0.25rem 0 1.5rem;
  max-width: 16ch;
}
.sp-sub {
  font-size: 1.125rem;
  line-height: 1.55;
  color: var(--sp-ink-3);
  max-width: 52ch;
}
.sp-hero {
  position: relative;
  padding: 3rem 0 0;
  overflow: hidden;
  border-bottom: 1px solid var(--sp-line);
}
@media (min-width: 1024px) {
  .sp-hero {
    padding: 5rem 0 0;
  }
}
.sp-hero__grid-bg {
  position: absolute;
  inset: 0;
  background-image: linear-gradient(to right, rgba(9,9,11,0.05) 1px, transparent 1px), linear-gradient(to bottom, rgba(9,9,11,0.05) 1px, transparent 1px);
  background-size: 60px 60px;
  mask-image: radial-gradient(ellipse at 75% 20%, #000 28%, transparent 70%);
  -webkit-mask-image: radial-gradient(ellipse at 75% 20%, #000 28%, transparent 70%);
  pointer-events: none;
}
.sp-hero__inner {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  gap: 2.5rem;
  align-items: end;
  padding-bottom: 4rem;
}
@media (min-width: 1024px) {
  .sp-hero__inner {
    grid-template-columns: 8fr 4fr;
    gap: 4rem;
    padding-bottom: 5rem;
  }
}
.sp-dashboard {
  border: 1px solid var(--sp-line);
  background: #ffffff;
  padding: 1.25rem 1.5rem 1.5rem;
  position: relative;
}
.sp-dashboard::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 2px;
  background: var(--sp-accent);
}
.sp-dashboard__head {
  display: flex;
  align-items: center;
  gap: 0.6rem;
  font-size: 0.68rem;
  color: var(--sp-muted);
  letter-spacing: 0.16em;
  padding-bottom: 0.9rem;
  border-bottom: 1px solid var(--sp-line);
  margin-bottom: 0.6rem;
}
.sp-dot {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--sp-accent);
  display: inline-block;
}
.sp-dot--breathe {
  animation: spBreathe 2.4s ease-in-out infinite;
}
@keyframes spBreathe {
  0%, 100% {
    opacity: 1;
    box-shadow: 0 0 0 0 rgba(255,90,31,0.5);
  }
  50% {
    opacity: 0.55;
    box-shadow: 0 0 0 6px rgba(255,90,31,0);
  }
}
.sp-dashboard__row {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  padding: 0.55rem 0;
  border-bottom: 1px dashed var(--sp-line);
}
.sp-dashboard__row:last-child {
  border-bottom: 0;
}
.sp-dashboard__k {
  font-size: 0.7rem;
  color: var(--sp-muted);
  letter-spacing: 0.12em;
}
.sp-dashboard__v {
  font-size: 0.85rem;
  font-weight: 500;
  color: var(--sp-ink);
}
.sp-marquee {
  position: relative;
  border-top: 1px solid var(--sp-line);
  background: var(--sp-bg);
  padding: 1.25rem 0;
  overflow: hidden;
  mask-image: linear-gradient(to right, transparent, #000 8%, #000 92%, transparent);
  -webkit-mask-image: linear-gradient(to right, transparent, #000 8%, #000 92%, transparent);
}
.sp-marquee__track {
  display: inline-flex;
  align-items: center;
  gap: 2.5rem;
  white-space: nowrap;
  animation: spMarquee 42s linear infinite;
  will-change: transform;
}
@keyframes spMarquee {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-50%);
  }
}
.sp-marquee__item {
  font-family: 'Space Grotesk', sans-serif;
  font-size: clamp(1.8rem, 4vw, 3.25rem);
  font-weight: 500;
  letter-spacing: -0.025em;
  color: var(--sp-ink);
  cursor: pointer;
  transition: color 220ms ease;
}
.sp-marquee__item:hover {
  color: var(--sp-accent);
}
.sp-marquee__sep {
  color: var(--sp-accent);
  font-size: 0.6rem;
}
@media (prefers-reduced-motion: reduce) {
  .sp-marquee__track {
    animation: none;
  }
}
.sp-split {
  border-bottom: 1px solid var(--sp-line);
  background: var(--sp-bg);
}
.sp-split__grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 0;
  padding: 3rem 0 4rem;
}
@media (min-width: 1024px) {
  .sp-split__grid {
    grid-template-columns: 4fr 8fr;
    gap: 3rem;
    padding: 5rem 0 6rem;
  }
}
.sp-index {
  position: relative;
}
.sp-index__sticky {
  position: static;
}
@media (min-width: 1024px) {
  .sp-index__sticky {
    position: sticky;
    top: 100px;
  }
}
.sp-index__list {
  list-style: none;
  margin: 1rem 0 0;
  padding: 0;
  border-top: 1px solid var(--sp-line);
}
.sp-index__item {
  position: relative;
  display: grid;
  grid-template-columns: 40px 1fr;
  gap: 1rem;
  align-items: center;
  padding: 1.1rem 0 1.1rem 1rem;
  border-bottom: 1px solid var(--sp-line);
  text-decoration: none;
  color: var(--sp-muted);
  transition: color 280ms ease, padding-left 280ms ease;
}
.sp-index__num {
  font-size: 0.72rem;
  letter-spacing: 0.1em;
  color: var(--sp-muted);
  transition: color 280ms ease;
}
.sp-index__label {
  font-size: 1.0625rem;
  font-weight: 500;
  letter-spacing: -0.015em;
  line-height: 1.2;
  transition: color 280ms ease;
}
.sp-index__bar {
  position: absolute;
  left: 0;
  top: 50%;
  width: 2px;
  height: 0;
  background: var(--sp-accent);
  transform: translateY(-50%);
  transition: height 320ms cubic-bezier(0.2,0.8,0.2,1);
}
.sp-index__item:hover {
  color: var(--sp-ink);
  padding-left: 1.5rem;
}
.sp-index__item:hover .sp-index__num, .sp-index__item:hover .sp-index__label {
  color: var(--sp-ink);
}
.sp-index__item.is-active {
  color: var(--sp-ink);
  padding-left: 1.5rem;
}
.sp-index__item.is-active .sp-index__num {
  color: var(--sp-accent);
}
.sp-index__item.is-active .sp-index__label {
  color: var(--sp-ink);
}
.sp-index__item.is-active .sp-index__bar {
  height: 70%;
}
.sp-content {
  display: flex;
  flex-direction: column;
  gap: 0;
}
.sp-item {
  padding: 3rem 0 4rem;
  border-bottom: 1px solid var(--sp-line);
  scroll-margin-top: 100px;
}
.sp-item:first-child {
  padding-top: 0;
}
.sp-item:last-child {
  border-bottom: 0;
  padding-bottom: 2rem;
}
@media (min-width: 1024px) {
  .sp-item {
    padding: 4rem 0 5rem;
  }
  .sp-item:first-child {
    padding-top: 0;
  }
}
.sp-item__kicker {
  display: inline-block;
  font-size: 0.7rem;
  color: var(--sp-accent);
  letter-spacing: 0.16em;
  margin-bottom: 0.9rem;
}
.sp-item__title {
  font-size: clamp(2rem, 3.6vw, 3.25rem);
  font-weight: 600;
  line-height: 0.98;
  letter-spacing: -0.032em;
  margin: 0 0 1rem;
  color: var(--sp-ink);
}
.sp-item__tagline {
  font-size: 1.125rem;
  line-height: 1.5;
  color: var(--sp-ink-2);
  max-width: 48ch;
  margin: 0 0 1rem;
  font-weight: 400;
}
.sp-item__desc {
  font-size: 0.9625rem;
  line-height: 1.65;
  color: var(--sp-ink-3);
  max-width: 60ch;
  margin: 0 0 2rem;
}
.sp-item__phases {
  margin: 0 0 2rem;
  border-top: 1px solid var(--sp-line);
  border-bottom: 1px solid var(--sp-line);
  padding: 1.25rem 0 0.25rem;
}
.sp-item__phases-label {
  display: block;
  font-size: 0.68rem;
  color: var(--sp-muted);
  letter-spacing: 0.16em;
  margin-bottom: 0.5rem;
}
.sp-item__phase-list {
  list-style: none;
  margin: 0;
  padding: 0;
}
.sp-item__phase {
  display: grid;
  grid-template-columns: 32px 1fr auto;
  gap: 1rem;
  align-items: baseline;
  padding: 0.8rem 0;
  border-bottom: 1px dashed var(--sp-line);
  transition: padding-left 280ms ease;
}
.sp-item__phase:last-child {
  border-bottom: 0;
}
.sp-item__phase:hover {
  padding-left: 0.5rem;
}
.sp-item__phase-num {
  font-size: 0.7rem;
  color: var(--sp-accent);
  letter-spacing: 0.1em;
}
.sp-item__phase-title {
  font-size: 0.95rem;
  color: var(--sp-ink);
  font-weight: 500;
  letter-spacing: -0.01em;
}
.sp-item__phase-dur {
  font-size: 0.7rem;
  color: var(--sp-muted);
  letter-spacing: 0.08em;
  text-transform: uppercase;
}
.sp-item__cta {
  display: inline-flex;
  align-items: center;
  gap: 0.6rem;
  padding: 0.95rem 1.5rem;
  border: 1px solid var(--sp-ink);
  background: transparent;
  color: var(--sp-ink);
  font-size: 0.82rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  text-decoration: none;
  transition: background 260ms ease, color 260ms ease, transform 260ms ease;
}
.sp-item__cta:hover {
  background: var(--sp-ink);
  color: #ffffff;
  transform: translateY(-1px);
}
.sp-posture {
  background: #09090b;
  color: #ffffff;
  padding: 4.5rem 0;
  position: relative;
  overflow: hidden;
  border-bottom: 1px solid #18181b;
}
@media (min-width: 1024px) {
  .sp-posture {
    padding: 6.5rem 0;
  }
}
.sp-posture::before {
  content: "";
  position: absolute;
  inset: 0;
  background: radial-gradient(circle at 85% 10%, rgba(255,90,31,0.12), transparent 55%);
  pointer-events: none;
}
.sp-posture__h2 {
  position: relative;
  font-size: clamp(1.75rem, 3vw, 2.75rem);
  font-weight: 600;
  letter-spacing: -0.028em;
  line-height: 1.05;
  color: #ffffff;
  margin: 0.35rem 0 2.5rem;
  max-width: 18ch;
}
.sp-posture__list {
  position: relative;
  border-top: 1px solid rgba(255,255,255,0.12);
}
.sp-posture__item {
  display: grid;
  grid-template-columns: 64px 1fr;
  gap: 1.75rem;
  padding: 2rem 0;
  border-bottom: 1px solid rgba(255,255,255,0.12);
  transition: padding-left 320ms cubic-bezier(0.2,0.8,0.2,1);
}
.sp-posture__item:hover {
  padding-left: 0.75rem;
}
.sp-posture__num {
  font-size: 0.85rem;
  color: #ff8454;
  padding-top: 0.4rem;
  letter-spacing: 0.1em;
}
.sp-posture__title {
  font-size: 1.3rem;
  font-weight: 600;
  color: #ffffff;
  letter-spacing: -0.018em;
  margin: 0 0 0.55rem;
}
.sp-posture__desc {
  font-size: 0.975rem;
  color: rgba(255,255,255,0.68);
  line-height: 1.6;
  max-width: 62ch;
  margin: 0;
}
.sp-sec--cta {
  padding: 4rem 0 5rem;
}
.sp-cta {
  position: relative;
  background: #09090b;
  color: #ffffff;
  padding: 3rem 1.75rem;
  overflow: hidden;
  border: 1px solid #18181b;
}
@media (min-width: 1024px) {
  .sp-cta {
    padding: 4.5rem 3.5rem;
  }
}
.sp-cta::before {
  content: "";
  position: absolute;
  inset: 0;
  background: radial-gradient(circle at 85% 20%, rgba(255,90,31,0.18), transparent 55%);
  pointer-events: none;
}
.sp-cta__h2 {
  position: relative;
  font-size: clamp(1.6rem, 2.6vw + 0.5rem, 2.75rem);
  font-weight: 600;
  letter-spacing: -0.025em;
  line-height: 1.05;
  margin: 0 0 0.75rem;
  max-width: 22ch;
}
.sp-cta__sub {
  position: relative;
  font-size: 1.0625rem;
  color: rgba(255,255,255,0.72);
  line-height: 1.55;
  max-width: 52ch;
  margin: 0 0 1.75rem;
}
.sp-cta__btn {
  position: relative;
  display: inline-flex;
  align-items: center;
  gap: 0.65rem;
  padding: 0.95rem 1.5rem;
  background: var(--sp-accent);
  color: #ffffff;
  font-weight: 600;
  font-size: 0.95rem;
  text-decoration: none;
  border: 1px solid var(--sp-accent);
  transition: background 240ms ease, transform 240ms ease;
}
.sp-cta__btn:hover {
  background: #ff6a35;
  transform: translateY(-1px);
}
.sp-cta__btn .arr {
  transition: transform 240ms ease;
}
.sp-cta__btn:hover .arr {
  transform: translateX(4px);
}
.sp-reveal {
  opacity: 0;
  transform: translateY(14px);
  transition: opacity 720ms cubic-bezier(0.2,0.8,0.2,1), transform 720ms cubic-bezier(0.2,0.8,0.2,1);
}
.sp-reveal[data-delay="1"] {
  transition-delay: 90ms;
}
.sp-reveal[data-delay="2"] {
  transition-delay: 180ms;
}
.sp-reveal[data-delay="3"] {
  transition-delay: 270ms;
}
.sp-reveal.is-in {
  opacity: 1;
  transform: none;
}
@media (prefers-reduced-motion: reduce) {
  .sp-reveal {
    transition: none;
    opacity: 1;
    transform: none;
  }
  .sp-item__phase, .sp-item__cta, .sp-index__item, .sp-posture__item {
    transition: none;
  }
}
.sd {
  --sd-bg: #fafafa;
  --sd-ink: #09090b;
  --sd-ink-2: #27272a;
  --sd-ink-3: #52525b;
  --sd-muted: #a1a1aa;
  --sd-line: #e4e4e7;
  --sd-accent: #ff5a1f;
  background: var(--sd-bg);
  color: var(--sd-ink);
  font-family: 'Space Grotesk', system-ui, sans-serif;
  padding-top: 1.5rem;
}
@media (min-width: 1024px) {
  .sd {
    padding-top: 2rem;
  }
}
.sd .mono {
  font-family: 'JetBrains Mono', monospace;
  letter-spacing: 0.02em;
}
.sd-wrap {
  max-width: 1360px;
  margin: 0 auto;
  padding: 0 1.25rem;
}
.sd-wrap--narrow {
  max-width: 880px;
}
@media (min-width: 768px) {
  .sd-wrap {
    padding: 0 2rem;
  }
}
@media (min-width: 1280px) {
  .sd-wrap {
    padding: 0 3rem;
  }
}
.sd-kicker {
  display: inline-block;
  font-family: 'JetBrains Mono', monospace;
  font-size: 0.7rem;
  text-transform: uppercase;
  letter-spacing: 0.16em;
  color: var(--sd-accent);
  margin-bottom: 1rem;
}
.sd-h1 {
  font-size: clamp(2.5rem, 6vw, 5rem);
  font-weight: 600;
  line-height: 0.95;
  letter-spacing: -0.04em;
  color: var(--sd-ink);
  margin: 0.25rem 0 1rem;
  max-width: 14ch;
}
.sd-h2 {
  font-size: clamp(1.6rem, 2.4vw + 0.4rem, 2.35rem);
  font-weight: 600;
  line-height: 1.05;
  letter-spacing: -0.025em;
  color: var(--sd-ink);
  margin: 0.35rem 0 2rem;
}
.sd-body {
  font-size: 1.0625rem;
  line-height: 1.7;
  color: var(--sd-ink-3);
  max-width: 64ch;
}
.sd-hero {
  position: relative;
  padding: 2rem 0 0;
  overflow: hidden;
  border-bottom: 1px solid var(--sd-line);
}
@media (min-width: 1024px) {
  .sd-hero {
    padding: 3rem 0 0;
  }
}
.sd-hero__grid-bg {
  position: absolute;
  inset: 0;
  background-image: linear-gradient(to right, rgba(9,9,11,0.05) 1px, transparent 1px), linear-gradient(to bottom, rgba(9,9,11,0.05) 1px, transparent 1px);
  background-size: 60px 60px;
  mask-image: radial-gradient(ellipse at 78% 20%, #000 28%, transparent 70%);
  -webkit-mask-image: radial-gradient(ellipse at 78% 20%, #000 28%, transparent 70%);
  pointer-events: none;
}
.sd-back {
  position: relative;
  margin-bottom: 2rem;
}
.sd-back a {
  font-size: 0.7rem;
  text-transform: uppercase;
  letter-spacing: 0.14em;
  color: var(--sd-muted);
  text-decoration: none;
  transition: color 220ms ease;
}
.sd-back a:hover {
  color: var(--sd-accent);
}
.sd-hero__inner {
  position: relative;
  padding-bottom: 3rem;
}
@media (min-width: 1024px) {
  .sd-hero__inner {
    padding-bottom: 3.5rem;
  }
}
.sd-tagline {
  font-size: 1.2rem;
  color: var(--sd-ink-2);
  line-height: 1.5;
  max-width: 58ch;
  margin: 0.75rem 0 0;
}
.sd-metabar {
  position: relative;
  display: grid;
  grid-template-columns: 1fr 1fr;
  border-top: 1px solid var(--sd-line);
  border-bottom: 1px solid var(--sd-line);
  background: #ffffff;
}
@media (min-width: 768px) {
  .sd-metabar {
    grid-template-columns: repeat(4, 1fr);
  }
}
.sd-metabar__cell {
  padding: 1.25rem 1.5rem;
  border-right: 1px solid var(--sd-line);
  border-bottom: 1px solid var(--sd-line);
  display: flex;
  flex-direction: column;
  gap: 0.4rem;
}
@media (min-width: 768px) {
  .sd-metabar__cell {
    border-bottom: 0;
  }
  .sd-metabar__cell:last-child {
    border-right: 0;
  }
}
.sd-metabar__cell:nth-child(2n) {
  border-right: 0;
}
@media (min-width: 768px) {
  .sd-metabar__cell:nth-child(2n) {
    border-right: 1px solid var(--sd-line);
  }
  .sd-metabar__cell:last-child {
    border-right: 0;
  }
}
.sd-metabar__cell:nth-last-child(-n+2) {
  border-bottom: 0;
}
.sd-metabar__k {
  font-size: 0.65rem;
  color: var(--sd-muted);
  letter-spacing: 0.16em;
  text-transform: uppercase;
}
.sd-metabar__v {
  font-size: 0.95rem;
  font-weight: 500;
  color: var(--sd-ink);
  letter-spacing: -0.01em;
}
.sd-sec {
  padding: 4rem 0;
  border-bottom: 1px solid var(--sd-line);
}
@media (min-width: 1024px) {
  .sd-sec {
    padding: 5.5rem 0;
  }
}
.sd-sec--intro {
  padding: 2.5rem 0 1.5rem;
  background: #ffffff;
  border-bottom: 0;
}
.sd-sec--cta {
  border-bottom: 0;
  padding: 4rem 0 5rem;
}
.sd-intro {
  font-size: 1.25rem;
  line-height: 1.6;
  color: var(--sd-ink);
  max-width: 62ch;
  font-weight: 400;
}
.sd-phases {
  border-top: 1px solid var(--sd-line);
  border-bottom: 1px solid var(--sd-line);
}
.sd-phase {
  padding: 2rem 0;
  border-bottom: 1px solid var(--sd-line);
  transition: padding-left 320ms cubic-bezier(0.2,0.8,0.2,1);
}
.sd-phase:last-child {
  border-bottom: 0;
}
.sd-phase:hover {
  padding-left: 0.75rem;
}
.sd-phase__topline {
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 1rem;
  margin-bottom: 1rem;
}
.sd-phase__num {
  font-size: 0.72rem;
  color: var(--sd-accent);
  letter-spacing: 0.14em;
}
.sd-phase__line {
  height: 1px;
  background: var(--sd-line);
  width: 100%;
}
.sd-phase__dur {
  font-size: 0.7rem;
  color: var(--sd-muted);
  letter-spacing: 0.12em;
  text-transform: uppercase;
}
.sd-phase__title {
  font-size: clamp(1.4rem, 2vw + 0.3rem, 1.85rem);
  font-weight: 600;
  letter-spacing: -0.02em;
  color: var(--sd-ink);
  margin: 0 0 0.75rem;
  line-height: 1.1;
}
.sd-phase__desc {
  font-size: 1rem;
  color: var(--sd-ink-3);
  line-height: 1.65;
  max-width: 62ch;
  margin: 0;
}
.sd-deliv {
  list-style: none;
  margin: 0;
  padding: 0;
  border-top: 1px solid var(--sd-line);
  border-bottom: 1px solid var(--sd-line);
  counter-reset: deliv;
}
.sd-deliv__item {
  display: grid;
  grid-template-columns: 64px 1fr;
  gap: 1.5rem;
  align-items: baseline;
  padding: 1.4rem 0 1.4rem 0;
  border-bottom: 1px solid var(--sd-line);
  transition: padding-left 320ms cubic-bezier(0.2,0.8,0.2,1);
}
.sd-deliv__item:last-child {
  border-bottom: 0;
}
.sd-deliv__item:hover {
  padding-left: 0.75rem;
}
.sd-deliv__num {
  font-size: 0.72rem;
  color: var(--sd-accent);
  letter-spacing: 0.12em;
}
.sd-deliv__text {
  font-size: 1.0625rem;
  color: var(--sd-ink);
  line-height: 1.55;
  font-weight: 500;
  letter-spacing: -0.012em;
}
.sd-faq {
  border-top: 1px solid var(--sd-line);
  border-bottom: 1px solid var(--sd-line);
}
.sd-faq__item {
  border-bottom: 1px solid var(--sd-line);
}
.sd-faq__item:last-child {
  border-bottom: 0;
}
.sd-faq__q {
  list-style: none;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 1.5rem;
  padding: 1.4rem 0;
  cursor: pointer;
  font-size: 1.0625rem;
  font-weight: 500;
  color: var(--sd-ink);
  transition: padding-left 320ms cubic-bezier(0.2,0.8,0.2,1);
}
.sd-faq__q::-webkit-details-marker {
  display: none;
}
.sd-faq__item[open] .sd-faq__q {
  padding-left: 0.75rem;
}
.sd-faq__chev {
  font-family: 'JetBrains Mono', monospace;
  font-size: 1.1rem;
  color: var(--sd-accent);
  transition: transform 320ms cubic-bezier(0.2,0.8,0.2,1);
  line-height: 1;
}
.sd-faq__item[open] .sd-faq__chev {
  transform: rotate(45deg);
}
.sd-faq__a {
  padding: 0 0 1.4rem 0;
  font-size: 0.9625rem;
  line-height: 1.65;
  color: var(--sd-ink-3);
  max-width: 70ch;
}
.sd-faq__item[open] .sd-faq__a {
  padding-left: 0.75rem;
}
.sd-posts {
  list-style: none;
  padding: 0;
  margin: 0;
  border-top: 1px solid var(--sd-line);
  border-bottom: 1px solid var(--sd-line);
}
.sd-posts > li {
  border-bottom: 1px solid var(--sd-line);
}
.sd-posts > li:last-child {
  border-bottom: 0;
}
.sd-post {
  display: grid;
  grid-template-columns: 14px 1fr 24px;
  gap: 1.25rem;
  align-items: center;
  padding: 1.5rem 0;
  text-decoration: none;
  color: var(--sd-ink);
  transition: padding-left 320ms cubic-bezier(0.2,0.8,0.2,1);
}
.sd-post:hover {
  padding-left: 0.75rem;
}
.sd-post__dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--sd-accent);
  margin-top: 0.5rem;
}
.sd-post__title {
  font-size: 1.0625rem;
  font-weight: 500;
  color: var(--sd-ink);
  margin: 0 0 0.25rem;
  line-height: 1.3;
}
.sd-post__desc {
  font-size: 0.9rem;
  color: var(--sd-ink-3);
  line-height: 1.5;
  margin: 0;
}
.sd-post__arrow {
  font-size: 1rem;
  color: var(--sd-muted);
  transition: transform 260ms ease, color 260ms ease;
}
.sd-post:hover .sd-post__arrow {
  transform: translateX(4px);
  color: var(--sd-accent);
}
.sd-cta {
  position: relative;
  background: #09090b;
  color: #ffffff;
  padding: 3rem 1.75rem;
  overflow: hidden;
  border: 1px solid #18181b;
}
@media (min-width: 1024px) {
  .sd-cta {
    padding: 4.5rem 3.5rem;
  }
}
.sd-cta::before {
  content: "";
  position: absolute;
  inset: 0;
  background: radial-gradient(circle at 85% 20%, rgba(255,90,31,0.18), transparent 55%);
  pointer-events: none;
}
.sd-cta__h2 {
  position: relative;
  font-size: clamp(1.6rem, 2.6vw + 0.5rem, 2.5rem);
  font-weight: 600;
  letter-spacing: -0.025em;
  line-height: 1.1;
  margin: 0 0 0.75rem;
  max-width: 24ch;
}
.sd-cta__sub {
  position: relative;
  font-size: 1.0625rem;
  color: rgba(255,255,255,0.72);
  line-height: 1.55;
  max-width: 54ch;
  margin: 0 0 1.75rem;
}
.sd-cta__btn {
  position: relative;
  display: inline-flex;
  align-items: center;
  gap: 0.65rem;
  padding: 0.95rem 1.5rem;
  background: var(--sd-accent);
  color: #ffffff;
  font-weight: 600;
  font-size: 0.95rem;
  text-decoration: none;
  border: 1px solid var(--sd-accent);
  transition: background 240ms ease, transform 240ms ease;
}
.sd-cta__btn:hover {
  background: #ff6a35;
  transform: translateY(-1px);
}
.sd-cta__btn .arr {
  transition: transform 240ms ease;
}
.sd-cta__btn:hover .arr {
  transform: translateX(4px);
}
.sd-reveal {
  opacity: 0;
  transform: translateY(14px);
  transition: opacity 720ms cubic-bezier(0.2,0.8,0.2,1), transform 720ms cubic-bezier(0.2,0.8,0.2,1);
}
.sd-reveal[data-delay="1"] {
  transition-delay: 90ms;
}
.sd-reveal[data-delay="2"] {
  transition-delay: 180ms;
}
.sd-reveal[data-delay="3"] {
  transition-delay: 270ms;
}
.sd-reveal.is-in {
  opacity: 1;
  transform: none;
}
@media (prefers-reduced-motion: reduce) {
  .sd-reveal {
    transition: none;
    opacity: 1;
    transform: none;
  }
  .sd-phase, .sd-faq__q, .sd-post, .sd-cta__btn, .sd-deliv__item {
    transition: none;
  }
}
.ab {
  --ab-ink: #09090b;
  --ab-muted: #52525b;
  --ab-subtle: #71717a;
  --ab-line: #e4e4e7;
  --ab-line-soft: #f1f1f3;
  --ab-paper: #fafafa;
  --ab-soft: #f5f5f5;
  --ab-accent: #ff5a1f;
  --ab-accent-soft: rgba(255,90,31,0.08);
  --ab-ease: cubic-bezier(0.2,0.8,0.2,1);
  color: var(--ab-ink);
  background: var(--ab-paper);
  font-family: 'Space Grotesk', system-ui, sans-serif;
}
.ab .mono {
  font-family: 'JetBrains Mono', ui-monospace, SFMono-Regular, Menlo, monospace;
}
.ab-wrap {
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 clamp(1rem, 3vw, 2rem);
}
.ab-wrap--narrow {
  max-width: 820px;
  margin: 0 auto;
  padding: 0 clamp(1rem, 3vw, 2rem);
}
.ab-sec {
  padding: clamp(3rem, 7vw, 6rem) 0;
  border-top: 1px solid var(--ab-line);
}
.ab-sec--plain {
  border-top: 0;
}
.ab-kicker {
  display: inline-block;
  font-family: 'JetBrains Mono', ui-monospace, monospace;
  font-size: 0.72rem;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--ab-subtle);
  margin-bottom: 1rem;
}
.ab-kicker--on-dark {
  color: rgba(255,255,255,0.6);
}
.ab-h1 {
  font-family: 'Space Grotesk', system-ui, sans-serif;
  font-weight: 600;
  font-size: clamp(2.2rem, 5.6vw, 4.6rem);
  line-height: 0.98;
  letter-spacing: -0.035em;
  color: var(--ab-ink);
  margin: 0 0 1.25rem;
}
.ab-h2 {
  font-family: 'Space Grotesk', system-ui, sans-serif;
  font-weight: 600;
  font-size: clamp(1.75rem, 3.2vw, 2.6rem);
  line-height: 1.05;
  letter-spacing: -0.02em;
  color: var(--ab-ink);
  margin: 0 0 1.5rem;
}
.ab-h3 {
  font-family: 'Space Grotesk', system-ui, sans-serif;
  font-weight: 600;
  font-size: 1.15rem;
  line-height: 1.3;
  letter-spacing: -0.01em;
  color: var(--ab-ink);
  margin: 0 0 0.5rem;
}
.ab-tagline {
  font-size: clamp(1.05rem, 1.6vw, 1.25rem);
  line-height: 1.55;
  color: var(--ab-muted);
  max-width: 52ch;
  margin: 0;
}
.ab-body, .ab-body p {
  font-size: 1.02rem;
  line-height: 1.72;
  color: var(--ab-muted);
  max-width: 65ch;
}
.ab-body p + p {
  margin-top: 1rem;
}
.ab-body strong {
  color: var(--ab-ink);
  font-weight: 600;
}
.ab-lead {
  font-size: 1.15rem;
  line-height: 1.6;
  color: var(--ab-ink);
  font-weight: 500;
  max-width: 55ch;
}
.ab-hero {
  position: relative;
  padding: clamp(5rem, 10vw, 7.5rem) 0 clamp(3rem, 6vw, 4.5rem);
  overflow: hidden;
}
.ab-hero__grid-bg {
  position: absolute;
  inset: 0;
  background-image: linear-gradient(var(--ab-line) 1px, transparent 1px), linear-gradient(90deg, var(--ab-line) 1px, transparent 1px);
  background-size: 80px 80px;
  mask-image: radial-gradient(ellipse at 50% 0%, #000 0%, transparent 75%);
  opacity: 0.45;
  pointer-events: none;
}
.ab-hero__inner {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  gap: 2.5rem;
  align-items: end;
}
@media (min-width: 900px) {
  .ab-hero__inner {
    grid-template-columns: 7fr 5fr;
    gap: 3.5rem;
    align-items: center;
  }
}
.ab-hero__left {
  max-width: 720px;
}
.ab-hero__right {
  width: 100%;
}
.ab-portrait {
  position: relative;
  border: 1px solid var(--ab-line);
  background: #fff;
  padding: 0.75rem;
}
.ab-portrait img {
  display: block;
  width: 100%;
  aspect-ratio: 1 / 1;
  object-fit: cover;
  filter: grayscale(0.08) contrast(1.02);
}
.ab-portrait::after {
  content: "";
  position: absolute;
  left: -1px;
  top: -1px;
  width: 22px;
  height: 22px;
  border-top: 2px solid var(--ab-accent);
  border-left: 2px solid var(--ab-accent);
}
.ab-portrait__cap {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-top: 0.75rem;
  font-family: 'JetBrains Mono', ui-monospace, monospace;
  font-size: 0.7rem;
  color: var(--ab-subtle);
  text-transform: uppercase;
  letter-spacing: 0.12em;
}
.ab-portrait__cap strong {
  color: var(--ab-ink);
  font-weight: 600;
}
.ab-metabar {
  margin-top: 2.5rem;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  border-top: 1px solid var(--ab-line);
  border-bottom: 1px solid var(--ab-line);
}
@media (min-width: 720px) {
  .ab-metabar {
    grid-template-columns: repeat(4, 1fr);
  }
}
.ab-metabar__cell {
  padding: 1.1rem 1rem 1.1rem 0;
  border-right: 1px solid var(--ab-line);
  display: flex;
  flex-direction: column;
  gap: 0.3rem;
}
.ab-metabar__cell:last-child {
  border-right: 0;
}
.ab-metabar__cell + .ab-metabar__cell {
  padding-left: 1rem;
}
.ab-metabar__k {
  font-size: 0.66rem;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--ab-subtle);
}
.ab-metabar__v {
  font-size: 0.95rem;
  color: var(--ab-ink);
  font-weight: 500;
}
.ab-chips {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  margin: 0.75rem 0 0;
}
.ab-chip {
  font-family: 'JetBrains Mono', ui-monospace, monospace;
  font-size: 0.72rem;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  padding: 0.4rem 0.7rem;
  border: 1px solid var(--ab-line);
  color: var(--ab-ink);
  background: #fff;
}
.ab-clients {
  border-top: 1px solid var(--ab-line);
  border-bottom: 1px solid var(--ab-line);
  margin-top: 1.25rem;
}
.ab-client {
  display: grid;
  grid-template-columns: 56px 1fr auto;
  gap: 1rem;
  align-items: baseline;
  padding: 1.1rem 0;
  border-bottom: 1px solid var(--ab-line);
  transition: padding-left 320ms var(--ab-ease), background 320ms var(--ab-ease);
}
.ab-client:last-child {
  border-bottom: 0;
}
.ab-client:hover {
  padding-left: 0.75rem;
  background: linear-gradient(90deg, var(--ab-accent-soft) 0%, transparent 60%);
}
.ab-client__num {
  font-family: 'JetBrains Mono', ui-monospace, monospace;
  font-size: 0.72rem;
  color: var(--ab-subtle);
  letter-spacing: 0.08em;
}
.ab-client__name {
  font-weight: 600;
  font-size: 1.05rem;
  color: var(--ab-ink);
}
.ab-client__role {
  font-family: 'JetBrains Mono', ui-monospace, monospace;
  font-size: 0.68rem;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  color: var(--ab-subtle);
  white-space: nowrap;
}
.ab-client__desc {
  grid-column: 2 / -1;
  margin-top: 0.4rem;
  color: var(--ab-muted);
  font-size: 0.95rem;
  line-height: 1.6;
  max-width: 62ch;
}
.ab-client__note {
  grid-column: 2 / -1;
  font-size: 0.8rem;
  color: var(--ab-subtle);
  margin-top: 0.25rem;
}
.ab-expertise {
  display: grid;
  grid-template-columns: 1fr;
  border-top: 1px solid var(--ab-line);
  border-bottom: 1px solid var(--ab-line);
  margin-top: 1.25rem;
}
@media (min-width: 720px) {
  .ab-expertise {
    grid-template-columns: 1fr 1fr;
  }
}
.ab-expertise__item {
  display: flex;
  gap: 0.75rem;
  padding: 1rem 1rem 1rem 0;
  border-bottom: 1px solid var(--ab-line);
  color: var(--ab-muted);
  font-size: 0.95rem;
  line-height: 1.5;
}
@media (min-width: 720px) {
  .ab-expertise__item:nth-child(odd) {
    border-right: 1px solid var(--ab-line);
    padding-right: 1rem;
  }
  .ab-expertise__item:nth-child(even) {
    padding-left: 1rem;
  }
}
.ab-expertise__item:last-child, .ab-expertise__item:nth-last-child(2):nth-child(odd) {
  border-bottom: 0;
}
.ab-expertise__arr {
  font-family: 'JetBrains Mono', ui-monospace, monospace;
  color: var(--ab-accent);
  flex-shrink: 0;
}
.ab-fail {
  list-style: none;
  padding: 0;
  margin: 0 0 1.5rem;
  border-top: 1px solid var(--ab-line);
}
.ab-fail__item {
  display: flex;
  gap: 1rem;
  align-items: baseline;
  padding: 0.95rem 0;
  border-bottom: 1px solid var(--ab-line);
  color: var(--ab-muted);
  font-size: 1rem;
}
.ab-fail__mark {
  font-family: 'JetBrains Mono', ui-monospace, monospace;
  color: var(--ab-accent);
  font-weight: 600;
  flex-shrink: 0;
  width: 1.5rem;
}
.ab-principles {
  border-top: 1px solid var(--ab-line);
  border-bottom: 1px solid var(--ab-line);
  margin-top: 1.25rem;
}
.ab-principle {
  display: grid;
  grid-template-columns: 72px 1fr;
  gap: 1.5rem;
  padding: 2rem 0;
  border-bottom: 1px solid var(--ab-line);
  transition: padding-left 320ms var(--ab-ease);
}
.ab-principle:last-child {
  border-bottom: 0;
}
.ab-principle:hover {
  padding-left: 0.75rem;
}
.ab-principle__num {
  font-family: 'JetBrains Mono', ui-monospace, monospace;
  font-size: 0.75rem;
  color: var(--ab-accent);
  letter-spacing: 0.1em;
  padding-top: 0.4rem;
}
.ab-principle__body p {
  margin-top: 0.5rem;
  color: var(--ab-muted);
  font-size: 0.98rem;
  line-height: 1.65;
  max-width: 58ch;
}
.ab-exp {
  border-top: 1px solid var(--ab-line);
  border-bottom: 1px solid var(--ab-line);
  margin-top: 1.5rem;
}
.ab-exp__item {
  display: grid;
  grid-template-columns: 140px 1fr;
  gap: 1.25rem;
  padding: 1.75rem 0;
  border-bottom: 1px solid var(--ab-line);
  transition: padding-left 320ms var(--ab-ease);
}
.ab-exp__item:last-child {
  border-bottom: 0;
}
.ab-exp__item:hover {
  padding-left: 0.75rem;
}
@media (max-width: 640px) {
  .ab-exp__item {
    grid-template-columns: 1fr;
    gap: 0.4rem;
  }
}
.ab-exp__brand {
  font-family: 'JetBrains Mono', ui-monospace, monospace;
  font-size: 0.72rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--ab-subtle);
  padding-top: 0.3rem;
}
.ab-exp__brand strong {
  display: block;
  color: var(--ab-ink);
  font-size: 0.95rem;
  letter-spacing: 0.04em;
  text-transform: none;
}
.ab-exp__desc {
  color: var(--ab-muted);
  font-size: 0.98rem;
  line-height: 1.65;
  max-width: 62ch;
}
.ab-exp__desc strong {
  color: var(--ab-ink);
  font-weight: 600;
}
.ab-exp__desc .ab-exp__note {
  display: block;
  margin-top: 0.5rem;
  font-size: 0.85rem;
  color: var(--ab-subtle);
}
.ab-exp__item--founder .ab-exp__brand strong::after {
  content: "";
  display: inline-block;
  width: 6px;
  height: 6px;
  background: var(--ab-accent);
  margin-left: 0.5rem;
  vertical-align: middle;
}
.ab-pilar {
  margin-top: 1.25rem;
  padding: 1.5rem;
  border: 1px solid var(--ab-line);
  background: #fff;
  position: relative;
}
.ab-pilar::before {
  content: "";
  position: absolute;
  left: -1px;
  top: -1px;
  width: 18px;
  height: 18px;
  border-top: 2px solid var(--ab-accent);
  border-left: 2px solid var(--ab-accent);
}
.ab-pilar p {
  color: var(--ab-ink);
  font-size: 1rem;
  line-height: 1.65;
  margin: 0;
}
.ab-pilar strong {
  color: var(--ab-ink);
  font-weight: 600;
}
.ab-cta {
  background: #09090b;
  color: #fafafa;
  padding: clamp(3rem, 6vw, 4.5rem) clamp(1.5rem, 4vw, 3rem);
  position: relative;
  overflow: hidden;
  border: 1px solid var(--ab-ink);
}
.ab-cta::before {
  content: "";
  position: absolute;
  inset: 0;
  background: radial-gradient(ellipse at 90% 0%, rgba(255,90,31,0.18), transparent 55%);
  pointer-events: none;
}
.ab-cta__inner {
  position: relative;
  max-width: 680px;
}
.ab-cta__kicker {
  font-family: 'JetBrains Mono', ui-monospace, monospace;
  font-size: 0.72rem;
  color: rgba(255,255,255,0.55);
  letter-spacing: 0.18em;
  text-transform: uppercase;
  margin-bottom: 1rem;
  display: block;
}
.ab-cta__h2 {
  font-family: 'Space Grotesk', system-ui, sans-serif;
  font-weight: 600;
  font-size: clamp(1.8rem, 3.2vw, 2.6rem);
  line-height: 1.05;
  letter-spacing: -0.02em;
  margin: 0 0 1rem;
}
.ab-cta__body p {
  color: rgba(255,255,255,0.72);
  font-size: 1rem;
  line-height: 1.65;
  margin: 0 0 0.75rem;
}
.ab-cta__body strong {
  color: #fff;
  font-weight: 600;
}
.ab-cta__btn {
  display: inline-flex;
  align-items: center;
  gap: 0.6rem;
  margin-top: 1.5rem;
  padding: 0.95rem 1.6rem;
  background: var(--ab-accent);
  color: #fff;
  font-family: 'JetBrains Mono', ui-monospace, monospace;
  font-size: 0.78rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  text-decoration: none;
  border: 1px solid var(--ab-accent);
  transition: transform 280ms var(--ab-ease), background 280ms var(--ab-ease);
}
.ab-cta__btn:hover {
  transform: translateY(-2px);
  background: #ff6a34;
}
.ab-cta__btn .arr {
  transition: transform 280ms var(--ab-ease);
}
.ab-cta__btn:hover .arr {
  transform: translateX(4px);
}
.ab-reveal {
  opacity: 0;
  transform: translateY(14px);
  transition: opacity 720ms var(--ab-ease), transform 720ms var(--ab-ease);
}
.ab-reveal[data-delay="1"] {
  transition-delay: 90ms;
}
.ab-reveal[data-delay="2"] {
  transition-delay: 180ms;
}
.ab-reveal[data-delay="3"] {
  transition-delay: 270ms;
}
.ab-reveal.is-in {
  opacity: 1;
  transform: none;
}
@media (prefers-reduced-motion: reduce) {
  .ab-reveal {
    transition: none;
    opacity: 1;
    transform: none;
  }
  .ab-client, .ab-principle, .ab-exp__item, .ab-cta__btn {
    transition: none;
  }
}
.bl {
  --bl-ink: #09090b;
  --bl-muted: #52525b;
  --bl-subtle: #71717a;
  --bl-line: #e4e4e7;
  --bl-paper: #fafafa;
  --bl-soft: #f5f5f5;
  --bl-accent: #ff5a1f;
  --bl-accent-soft: rgba(255,90,31,0.08);
  --bl-ease: cubic-bezier(0.2,0.8,0.2,1);
  color: var(--bl-ink);
  background: var(--bl-paper);
  font-family: 'Space Grotesk', system-ui, sans-serif;
}
.bl .mono {
  font-family: 'JetBrains Mono', ui-monospace, SFMono-Regular, Menlo, monospace;
}
.bl-wrap {
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 clamp(1rem, 3vw, 2rem);
}
.bl-wrap--narrow {
  max-width: 760px;
  margin: 0 auto;
  padding: 0 clamp(1rem, 3vw, 2rem);
}
.bl-kicker {
  display: inline-block;
  font-family: 'JetBrains Mono', ui-monospace, monospace;
  font-size: 0.72rem;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--bl-subtle);
  margin-bottom: 1rem;
}
.bl-kicker--on-dark {
  color: rgba(255,255,255,0.6);
}
.bl-h1 {
  font-family: 'Space Grotesk', system-ui, sans-serif;
  font-weight: 600;
  font-size: clamp(2.2rem, 5.4vw, 4.4rem);
  line-height: 0.98;
  letter-spacing: -0.035em;
  color: var(--bl-ink);
  margin: 0 0 1.25rem;
}
.bl-h1--on-dark {
  color: #fafafa;
}
.bl-sub {
  font-size: clamp(1.02rem, 1.5vw, 1.2rem);
  line-height: 1.55;
  color: var(--bl-muted);
  max-width: 54ch;
  margin: 0;
}
.bl-sub--on-dark {
  color: rgba(255,255,255,0.72);
  max-width: 60ch;
}
.bl-hero {
  position: relative;
  padding: clamp(5rem, 10vw, 7.5rem) 0 clamp(3rem, 6vw, 4.5rem);
  overflow: hidden;
}
.bl-hero__grid-bg {
  position: absolute;
  inset: 0;
  background-image: linear-gradient(var(--bl-line) 1px, transparent 1px), linear-gradient(90deg, var(--bl-line) 1px, transparent 1px);
  background-size: 80px 80px;
  mask-image: radial-gradient(ellipse at 50% 0%, #000 0%, transparent 75%);
  opacity: 0.45;
  pointer-events: none;
}
.bl-hero__inner {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  gap: 2rem;
  align-items: end;
}
@media (min-width: 900px) {
  .bl-hero__inner {
    grid-template-columns: 7fr 5fr;
    gap: 3rem;
    align-items: end;
  }
}
.bl-hero__count {
  font-family: 'JetBrains Mono', ui-monospace, monospace;
  font-size: 0.72rem;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--bl-subtle);
  padding-top: 1rem;
  border-top: 1px solid var(--bl-line);
  justify-self: start;
}
@media (min-width: 900px) {
  .bl-hero__count {
    justify-self: end;
    text-align: right;
    min-width: 200px;
  }
}
.bl-hero__count strong {
  display: block;
  color: var(--bl-ink);
  font-size: 2rem;
  font-weight: 500;
  margin-top: 0.25rem;
  letter-spacing: -0.02em;
}
.bl-sec {
  padding: 0 0 clamp(3rem, 6vw, 5rem);
}
.bl-list {
  border-top: 1px solid var(--bl-line);
  border-bottom: 1px solid var(--bl-line);
}
.bl-item {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 1.25rem;
  align-items: start;
  padding: 1.75rem 0;
  border-bottom: 1px solid var(--bl-line);
  text-decoration: none;
  color: inherit;
  transition: padding-left 320ms var(--bl-ease), background 320ms var(--bl-ease);
}
.bl-item:last-child {
  border-bottom: 0;
}
.bl-item:hover {
  padding-left: 0.75rem;
  background: linear-gradient(90deg, var(--bl-accent-soft) 0%, transparent 70%);
}
.bl-item__body {
  min-width: 0;
}
.bl-item__meta {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  flex-wrap: wrap;
  margin-bottom: 0.6rem;
  font-family: 'JetBrains Mono', ui-monospace, monospace;
  font-size: 0.7rem;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--bl-subtle);
}
.bl-item__topic {
  display: inline-block;
  padding: 0.3rem 0.6rem;
  border: 1px solid var(--bl-line);
  color: var(--bl-ink);
  background: #fff;
  transition: border-color 280ms var(--bl-ease), color 280ms var(--bl-ease);
}
.bl-item:hover .bl-item__topic {
  border-color: var(--bl-accent);
  color: var(--bl-accent);
}
.bl-item__date {
  color: var(--bl-subtle);
}
.bl-item__title {
  font-family: 'Space Grotesk', system-ui, sans-serif;
  font-weight: 600;
  font-size: clamp(1.2rem, 2.1vw, 1.7rem);
  line-height: 1.15;
  letter-spacing: -0.02em;
  color: var(--bl-ink);
  margin: 0 0 0.5rem;
  transition: color 280ms var(--bl-ease);
}
.bl-item:hover .bl-item__title {
  color: var(--bl-accent);
}
.bl-item__desc {
  color: var(--bl-muted);
  font-size: 0.98rem;
  line-height: 1.6;
  margin: 0;
  max-width: 62ch;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.bl-item__arrow {
  font-family: 'JetBrains Mono', ui-monospace, monospace;
  font-size: 0.9rem;
  color: var(--bl-subtle);
  align-self: center;
  padding-left: 0.5rem;
  transition: transform 280ms var(--bl-ease), color 280ms var(--bl-ease);
}
.bl-item:hover .bl-item__arrow {
  color: var(--bl-accent);
  transform: translateX(4px);
}
@media (max-width: 640px) {
  .bl-item {
    grid-template-columns: 1fr;
    gap: 0.75rem;
  }
  .bl-item__arrow {
    display: none;
  }
}
.bl-empty {
  border-top: 1px solid var(--bl-line);
  border-bottom: 1px solid var(--bl-line);
  padding: 4rem 1rem;
  text-align: center;
  color: var(--bl-subtle);
  font-family: 'JetBrains Mono', ui-monospace, monospace;
  font-size: 0.85rem;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}
.bl-filter {
  margin: 0 0 2.5rem;
  display: flex;
  flex-direction: column;
  gap: 0.9rem;
  padding-bottom: 1.75rem;
  border-bottom: 1px solid var(--bl-line);
}
.bl-filter__label {
  font-size: 0.66rem;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--bl-subtle);
  flex-shrink: 0;
}
.bl-filter__label::before {
  content: "/ ";
  color: var(--bl-accent);
}
.bl-filter__pills {
  display: flex;
  flex-wrap: nowrap;
  gap: 0.5rem;
  overflow-x: auto;
  scrollbar-width: none;
  -webkit-overflow-scrolling: touch;
}
.bl-filter__pills::-webkit-scrollbar {
  display: none;
}
.bl-filter__pill {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  padding: 0.55rem 0.95rem;
  border: 1px solid var(--bl-line);
  background: #fff;
  color: var(--bl-muted);
  border-radius: 999px;
  font-family: 'Space Grotesk', sans-serif;
  font-size: 0.82rem;
  font-weight: 500;
  cursor: pointer;
  transition: background-color 220ms var(--bl-ease), color 220ms var(--bl-ease);
  letter-spacing: -0.005em;
  flex-shrink: 0;
  white-space: nowrap;
}
.bl-filter__pill:hover:not(.is-active) {
  background-color: var(--bl-soft);
  color: var(--bl-ink);
}
.bl-filter__pill:focus-visible {
  outline: 2px solid var(--bl-ink);
  outline-offset: 3px;
}
.bl-filter__pill-dot {
  width: 5px;
  height: 5px;
  border-radius: 999px;
  background: var(--bl-line);
  transition: background 280ms var(--bl-ease), transform 280ms cubic-bezier(.16,1.05,.3,1);
}
.bl-filter__pill.is-active {
  background: var(--bl-ink);
  color: #fff;
  border-color: var(--bl-ink);
}
.bl-filter__pill.is-active .bl-filter__pill-dot {
  background: var(--bl-accent);
  transform: scale(1.4);
}
.bl-filter__empty {
  border-top: 1px solid var(--bl-line);
  border-bottom: 1px solid var(--bl-line);
  padding: 3rem 1rem;
  text-align: center;
  color: var(--bl-subtle);
  font-family: 'JetBrains Mono', ui-monospace, monospace;
  font-size: 0.82rem;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  margin: 0;
}
.bl-filter__empty[hidden] {
  display: none;
}
.bl-item {
  transition: opacity 420ms var(--bl-ease), transform 420ms cubic-bezier(.16,1.05,.3,1);
}
.bl-item[data-filter-hidden="true"] {
  display: none;
}
.bl-item[data-filter-fading="true"] {
  opacity: 0;
  transform: translateY(6px);
  pointer-events: none;
}
.scroll-progress {
  position: fixed;
  top: 0;
  left: 0;
  width: 0;
  height: 2px;
  background: linear-gradient(90deg, #ff824a 0%, #ff5a1f 60%, #e84a0f 100%);
  box-shadow: 0 0 18px 0 rgba(255, 90, 31, 0.55);
  z-index: 999;
  transition: width 90ms linear;
  pointer-events: none;
}
@media (prefers-reduced-motion: reduce) {
  .scroll-progress {
    transition: none;
  }
}
.bl-progress {
  position: fixed;
  left: 0;
  top: 0;
  height: 2px;
  width: 0;
  background: linear-gradient(to right, var(--bl-accent), #ff8a4f);
  z-index: 999;
  transition: width 90ms linear;
  pointer-events: none;
}
.bl-toc {
  display: none;
}
@media (min-width: 1280px) {
  .bl-toc.is-active {
    display: block;
    position: fixed;
    top: 140px;
    right: clamp(1.5rem, 4vw, 3rem);
    width: 240px;
    max-height: calc(100vh - 200px);
    overflow-y: auto;
    padding: 1.25rem 1.25rem 1.25rem 1.25rem;
    border-left: 1px solid var(--bl-line);
    z-index: 10;
    font-family: 'Space Grotesk', sans-serif;
    animation: bl-toc-in 0.6s cubic-bezier(.2,.7,.2,1) 0.2s backwards;
  }
}
@keyframes bl-toc-in {
  from {
    opacity: 0;
    transform: translateX(12px);
  }
  to {
    opacity: 1;
    transform: none;
  }
}
.bl-toc__label {
  display: block;
  font-size: 0.62rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--bl-subtle);
  margin-bottom: 1rem;
}
.bl-toc__label::before {
  content: "/ ";
  color: var(--bl-accent);
}
.bl-toc__list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}
.bl-toc__list li {
  margin: 0;
  padding: 0;
}
.bl-toc__list a {
  display: block;
  font-size: 0.82rem;
  line-height: 1.4;
  color: var(--bl-muted);
  text-decoration: none;
  padding: 0.35rem 0 0.35rem 0.9rem;
  border-left: 2px solid transparent;
  transition: color 300ms var(--bl-ease), border-color 300ms var(--bl-ease), padding-left 300ms var(--bl-ease);
}
.bl-toc__list a:hover {
  color: var(--bl-ink);
}
.bl-toc__list a.is-active {
  color: var(--bl-ink);
  border-left-color: var(--bl-accent);
  padding-left: 1.1rem;
  font-weight: 500;
}
.bl-art-prose h2 {
  position: relative;
}
.bl-h-copy {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 26px;
  height: 26px;
  margin-left: 0.4rem;
  padding: 0;
  background: transparent;
  border: 1px solid transparent;
  border-radius: 6px;
  color: var(--bl-subtle);
  font-family: 'JetBrains Mono', ui-monospace, monospace;
  font-size: 0.9rem;
  cursor: pointer;
  opacity: 0;
  transform: translateY(-1px);
  transition: opacity 260ms var(--bl-ease), color 260ms var(--bl-ease), border-color 260ms var(--bl-ease), background 260ms var(--bl-ease);
  vertical-align: middle;
}
.bl-art-prose h2:hover .bl-h-copy, .bl-h-copy:focus-visible {
  opacity: 1;
}
.bl-h-copy:hover {
  color: var(--bl-accent);
  border-color: var(--bl-line);
  background: #fff;
}
.bl-h-copy:active {
  transform: scale(0.95);
}
.bl-copy-toast {
  position: fixed;
  left: 50%;
  bottom: 2rem;
  transform: translate(-50%, 30px);
  background: var(--bl-ink);
  color: #fff;
  padding: 0.7rem 1.1rem;
  border-radius: 999px;
  font-size: 0.75rem;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  opacity: 0;
  transition: opacity 300ms var(--bl-ease), transform 420ms cubic-bezier(.16,1.05,.3,1);
  pointer-events: none;
  z-index: 1000;
  box-shadow: 0 18px 40px -16px rgba(9,9,11,0.4);
}
.bl-copy-toast.is-in {
  opacity: 1;
  transform: translate(-50%, 0);
}
@media (prefers-reduced-motion: reduce) {
  .bl-progress {
    transition: none;
  }
  .bl-copy-toast {
    transition: opacity 120ms linear;
  }
}
.bl-pagination {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 1rem;
  margin-top: 3rem;
  padding-top: 1.5rem;
  border-top: 1px solid var(--bl-line);
  font-family: 'JetBrains Mono', ui-monospace, monospace;
  font-size: 0.75rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}
.bl-pagination__link {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  padding: 0.75rem 1rem;
  color: var(--bl-ink);
  text-decoration: none;
  border: 1px solid var(--bl-line);
  background: #fff;
  transition: border-color 280ms var(--bl-ease), color 280ms var(--bl-ease);
}
.bl-pagination__link:hover {
  border-color: var(--bl-accent);
  color: var(--bl-accent);
}
.bl-pagination__link--disabled {
  visibility: hidden;
}
.bl-pagination__count {
  color: var(--bl-subtle);
}
.bl-art {
  background: var(--bl-paper);
}
.bl-art-hero {
  position: relative;
  background: #09090b;
  color: #fafafa;
  padding: clamp(5rem, 9vw, 7rem) 0 clamp(1.5rem, 3vw, 2rem);
  overflow: hidden;
}
.bl-art-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background: radial-gradient(ellipse at 85% 10%, rgba(255,90,31,0.18), transparent 55%), radial-gradient(ellipse at 15% 90%, rgba(255,90,31,0.08), transparent 60%);
  pointer-events: none;
}
.bl-art-hero::after {
  content: "";
  position: absolute;
  inset: 0;
  background-image: linear-gradient(rgba(255,255,255,0.04) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,0.04) 1px, transparent 1px);
  background-size: 80px 80px;
  mask-image: radial-gradient(ellipse at 50% 0%, #000 0%, transparent 75%);
  pointer-events: none;
}
.bl-art-hero__inner {
  position: relative;
}
.bl-art-back {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  margin-bottom: 2rem;
  color: rgba(255,255,255,0.6);
  text-decoration: none;
  font-family: 'JetBrains Mono', ui-monospace, monospace;
  font-size: 0.72rem;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  transition: color 280ms var(--bl-ease);
}
.bl-art-back:hover {
  color: var(--bl-accent);
}
.bl-art-topic {
  display: inline-block;
  margin-bottom: 1.25rem;
  padding: 0.35rem 0.7rem;
  border: 1px solid rgba(255,255,255,0.2);
  color: rgba(255,255,255,0.85);
  background: rgba(255,255,255,0.04);
  font-family: 'JetBrains Mono', ui-monospace, monospace;
  font-size: 0.68rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}
.bl-art-geo {
  display: inline-block;
  margin-bottom: 1.25rem;
  margin-left: 0.5rem;
  padding: 0.35rem 0.7rem;
  border: 1px solid rgba(255,255,255,0.12);
  color: rgba(255,255,255,0.6);
  background: rgba(255,255,255,0.02);
  font-family: 'JetBrains Mono', ui-monospace, monospace;
  font-size: 0.62rem;
  letter-spacing: 0.08em;
}
.bl-art-title {
  font-family: 'Space Grotesk', system-ui, sans-serif;
  font-weight: 600;
  font-size: clamp(2rem, 4.8vw, 3.8rem);
  line-height: 1.02;
  letter-spacing: -0.03em;
  color: #fafafa;
  margin: 0 0 1.5rem;
  max-width: 22ch;
}
.bl-art-meta {
  display: grid;
  grid-template-columns: 1fr;
  border-top: 1px solid rgba(255,255,255,0.12);
  border-bottom: 1px solid rgba(255,255,255,0.12);
  margin-top: 2rem;
}
@media (min-width: 640px) {
  .bl-art-meta {
    grid-template-columns: repeat(3, 1fr);
  }
}
.bl-art-meta__cell {
  padding: 1rem 1rem 1rem 0;
  border-right: 1px solid rgba(255,255,255,0.12);
  display: flex;
  flex-direction: column;
  gap: 0.3rem;
}
.bl-art-meta__cell:last-child {
  border-right: 0;
}
.bl-art-meta__cell + .bl-art-meta__cell {
  padding-left: 1rem;
}
@media (max-width: 640px) {
  .bl-art-meta__cell {
    padding-left: 0 !important;
    border-right: 0;
    border-bottom: 1px solid rgba(255,255,255,0.12);
  }
  .bl-art-meta__cell:last-child {
    border-bottom: 0;
  }
}
.bl-art-meta__k {
  font-family: 'JetBrains Mono', ui-monospace, monospace;
  font-size: 0.65rem;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: rgba(255,255,255,0.5);
}
.bl-art-meta__v {
  font-size: 0.95rem;
  color: #fafafa;
  font-weight: 500;
}
.bl-art-img {
  background: var(--bl-paper);
  padding: clamp(2rem, 4vw, 3rem) 0 0;
}
.bl-wrap--wide {
  max-width: 780px;
  margin: 0 auto;
  padding: 0 clamp(1rem, 3vw, 2rem);
}
.bl-art-img__frame {
  position: relative;
  overflow: hidden;
  aspect-ratio: 16 / 9;
  box-shadow: 0 4px 24px rgba(0,0,0,0.08), 0 1px 4px rgba(0,0,0,0.04);
  animation: bl-img-reveal 0.8s var(--bl-ease) both;
}
.bl-art-img__frame::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 28px;
  height: 28px;
  border-top: 2px solid var(--bl-accent);
  border-left: 2px solid var(--bl-accent);
  z-index: 2;
  pointer-events: none;
}
.bl-art-img__frame::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  width: 28px;
  height: 28px;
  border-bottom: 2px solid var(--bl-accent);
  border-right: 2px solid var(--bl-accent);
  z-index: 2;
  pointer-events: none;
}
.bl-art-img__frame img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 0.6s var(--bl-ease);
}
.bl-art-img__frame:hover img {
  transform: scale(1.03);
}
@keyframes bl-img-reveal {
  from {
    opacity: 0;
    transform: translateY(24px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.bl-art-body {
  padding: clamp(3rem, 6vw, 5rem) 0;
  background: var(--bl-paper);
}
.bl-art-prose {
  font-size: 1.05rem;
  line-height: 1.75;
  color: #27272a;
  max-width: 68ch;
  margin: 0 auto;
}
.bl-art-prose > * + * {
  margin-top: 1.1em;
}
.bl-art-prose h2 {
  font-family: 'Space Grotesk', system-ui, sans-serif;
  font-weight: 600;
  font-size: clamp(1.5rem, 2.4vw, 1.95rem);
  line-height: 1.15;
  letter-spacing: -0.02em;
  color: var(--bl-ink);
  margin-top: 2.5em;
  margin-bottom: 0.6em;
  padding-top: 1.25em;
  border-top: 1px solid var(--bl-line);
}
.bl-art-prose h3 {
  font-family: 'Space Grotesk', system-ui, sans-serif;
  font-weight: 600;
  font-size: 1.25rem;
  line-height: 1.25;
  letter-spacing: -0.015em;
  color: var(--bl-ink);
  margin-top: 2em;
  margin-bottom: 0.5em;
}
.bl-art-prose p {
  color: #3f3f46;
}
.bl-art-prose a {
  color: var(--bl-accent);
  text-decoration: none;
  border-bottom: 1px solid rgba(255,90,31,0.35);
  transition: border-color 240ms var(--bl-ease);
}
.bl-art-prose a:hover {
  border-bottom-color: var(--bl-accent);
}
.bl-art-prose strong {
  color: var(--bl-ink);
  font-weight: 600;
}
.bl-art-prose ul, .bl-art-prose ol {
  padding-left: 1.25em;
  color: #3f3f46;
}
.bl-art-prose ul {
  list-style: none;
  padding-left: 0;
}
.bl-art-prose ul li {
  position: relative;
  padding-left: 1.5em;
  margin-top: 0.5em;
}
.bl-art-prose ul li::before {
  content: "—";
  position: absolute;
  left: 0;
  color: var(--bl-accent);
  font-family: 'JetBrains Mono', ui-monospace, monospace;
}
.bl-art-prose ol li {
  margin-top: 0.5em;
}
.bl-art-prose blockquote {
  margin: 2em 0;
  padding: 1.25em 1.5em;
  border-left: 2px solid var(--bl-accent);
  background: #fff;
  color: var(--bl-ink);
  font-style: normal;
  font-size: 1.08rem;
}
.bl-art-prose blockquote p {
  color: var(--bl-ink);
}
.bl-art-prose code {
  font-family: 'JetBrains Mono', ui-monospace, monospace;
  font-size: 0.9em;
  background: #f1f1f3;
  padding: 0.15em 0.4em;
  color: var(--bl-ink);
}
.bl-art-prose pre {
  background: #09090b;
  color: #fafafa;
  padding: 1.25rem;
  overflow-x: auto;
  border: 1px solid #1c1c1f;
  font-family: 'JetBrains Mono', ui-monospace, monospace;
  font-size: 0.88rem;
  line-height: 1.55;
}
.bl-art-prose pre code {
  background: transparent;
  padding: 0;
  color: inherit;
}
.bl-art-prose img {
  max-width: 100%;
  height: auto;
  display: block;
  margin: 2em 0;
  border: 1px solid var(--bl-line);
}
.bl-art-prose hr {
  border: 0;
  border-top: 1px solid var(--bl-line);
  margin: 3em 0;
}
.bl-art-backbottom {
  margin: 3rem auto 0;
  max-width: 68ch;
  padding-top: 2rem;
  border-top: 1px solid var(--bl-line);
}
.bl-art-backbottom a {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  color: var(--bl-ink);
  text-decoration: none;
  font-family: 'JetBrains Mono', ui-monospace, monospace;
  font-size: 0.72rem;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  transition: color 280ms var(--bl-ease);
}
.bl-art-backbottom a:hover {
  color: var(--bl-accent);
}
.bl-art-related {
  padding: clamp(2.5rem, 5vw, 4rem) 0;
  border-top: 1px solid var(--bl-line);
  background: #fff;
}
.bl-art-related__inner {
  max-width: 68ch;
  margin: 0 auto;
  padding: 0 clamp(1rem, 3vw, 2rem);
}
.bl-art-related__kicker {
  display: block;
  font-family: 'JetBrains Mono', ui-monospace, monospace;
  font-size: 0.68rem;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--bl-subtle);
  margin-bottom: 0.9rem;
}
.bl-art-related__row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1.5rem;
  padding: 1.5rem 0;
  border-top: 1px solid var(--bl-line);
  border-bottom: 1px solid var(--bl-line);
  transition: padding-left 320ms var(--bl-ease);
}
.bl-art-related__row:hover {
  padding-left: 0.5rem;
}
.bl-art-related__label {
  font-family: 'Space Grotesk', system-ui, sans-serif;
  font-weight: 600;
  font-size: 1.2rem;
  letter-spacing: -0.01em;
  color: var(--bl-ink);
  margin: 0;
}
.bl-art-related__cta {
  flex-shrink: 0;
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  padding: 0.75rem 1.1rem;
  background: var(--bl-accent);
  color: #fff;
  text-decoration: none;
  border: 1px solid var(--bl-accent);
  font-family: 'JetBrains Mono', ui-monospace, monospace;
  font-size: 0.72rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  transition: background 280ms var(--bl-ease), transform 280ms var(--bl-ease);
}
.bl-art-related__cta:hover {
  background: #ff6a34;
  transform: translateY(-2px);
}
@media (max-width: 640px) {
  .bl-art-related__row {
    flex-direction: column;
    align-items: flex-start;
  }
}
.bl-art-cta {
  padding: clamp(3rem, 6vw, 4.5rem) 0;
  background: var(--bl-paper);
}
.bl-art-cta__box {
  max-width: 68ch;
  margin: 0 auto;
  background: #09090b;
  color: #fafafa;
  padding: clamp(2rem, 5vw, 3.5rem) clamp(1.5rem, 4vw, 2.5rem);
  position: relative;
  overflow: hidden;
  border: 1px solid #09090b;
}
.bl-art-cta__box::before {
  content: "";
  position: absolute;
  inset: 0;
  background: radial-gradient(ellipse at 90% 0%, rgba(255,90,31,0.18), transparent 55%);
  pointer-events: none;
}
.bl-art-cta__kicker {
  position: relative;
  font-family: 'JetBrains Mono', ui-monospace, monospace;
  font-size: 0.68rem;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: rgba(255,255,255,0.55);
  display: block;
  margin-bottom: 0.75rem;
}
.bl-art-cta__h2 {
  position: relative;
  font-family: 'Space Grotesk', system-ui, sans-serif;
  font-weight: 600;
  font-size: clamp(1.6rem, 2.8vw, 2.2rem);
  line-height: 1.08;
  letter-spacing: -0.02em;
  margin: 0 0 0.75rem;
}
.bl-art-cta__sub {
  position: relative;
  color: rgba(255,255,255,0.7);
  margin: 0 0 1.5rem;
  font-size: 1rem;
}
.bl-art-cta__btn {
  position: relative;
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  padding: 0.9rem 1.5rem;
  background: var(--bl-accent);
  color: #fff;
  text-decoration: none;
  border: 1px solid var(--bl-accent);
  font-family: 'JetBrains Mono', ui-monospace, monospace;
  font-size: 0.76rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  transition: background 280ms var(--bl-ease), transform 280ms var(--bl-ease);
}
.bl-art-cta__btn:hover {
  background: #ff6a34;
  transform: translateY(-2px);
}
.bl-art-cta__btn .arr {
  transition: transform 280ms var(--bl-ease);
}
.bl-art-cta__btn:hover .arr {
  transform: translateX(4px);
}
.bl-reveal {
  opacity: 0;
  transform: translateY(14px);
  transition: opacity 720ms var(--bl-ease), transform 720ms var(--bl-ease);
}
.bl-reveal[data-delay="1"] {
  transition-delay: 90ms;
}
.bl-reveal[data-delay="2"] {
  transition-delay: 180ms;
}
.bl-reveal[data-delay="3"] {
  transition-delay: 270ms;
}
.bl-reveal.is-in {
  opacity: 1;
  transform: none;
}
@media (prefers-reduced-motion: reduce) {
  .bl-reveal {
    transition: none;
    opacity: 1;
    transform: none;
  }
  .bl-item, .bl-art-related__row, .bl-art-cta__btn {
    transition: none;
  }
}
.ct {
  --ct-ink: #09090b;
  --ct-muted: #52525b;
  --ct-soft: #71717a;
  --ct-line: #e4e4e7;
  --ct-line-strong: #d4d4d8;
  --ct-bg: #fafafa;
  --ct-paper: #ffffff;
  --ct-accent: #ff5a1f;
  --ct-accent-soft: rgba(255, 90, 31, 0.08);
  --ct-ease: cubic-bezier(0.16, 1, 0.3, 1);
  color: var(--ct-ink);
  background: var(--ct-bg);
  font-family: 'Space Grotesk', system-ui, -apple-system, sans-serif;
}
.ct *, .ct *::before, .ct *::after {
  box-sizing: border-box;
}
.ct .ct-wrap {
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 clamp(16px, 4vw, 48px);
}
.ct .ct-wrap--narrow {
  max-width: 860px;
  margin: 0 auto;
  padding: 0 clamp(16px, 4vw, 48px);
}
.ct .mono {
  font-family: 'JetBrains Mono', ui-monospace, monospace;
  font-feature-settings: 'ss01', 'ss02';
}
.ct-hero {
  position: relative;
  padding: clamp(80px, 12vw, 140px) 0 clamp(48px, 8vw, 88px);
  border-bottom: 1px solid var(--ct-line);
  overflow: hidden;
}
.ct-hero__grid-bg {
  position: absolute;
  inset: 0;
  background-image: linear-gradient(to right, rgba(9, 9, 11, 0.035) 1px, transparent 1px), linear-gradient(to bottom, rgba(9, 9, 11, 0.035) 1px, transparent 1px);
  background-size: 56px 56px;
  mask-image: radial-gradient(ellipse at 30% 0%, #000 35%, transparent 75%);
  pointer-events: none;
}
.ct-hero__inner {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  gap: clamp(32px, 6vw, 72px);
  align-items: end;
}
@media (min-width: 900px) {
  .ct-hero__inner {
    grid-template-columns: 1.35fr 1fr;
  }
}
.ct-kicker {
  display: inline-block;
  font-family: 'JetBrains Mono', ui-monospace, monospace;
  font-size: 11px;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--ct-accent);
  margin-bottom: 24px;
}
.ct-h1 {
  font-family: 'Space Grotesk', system-ui, sans-serif;
  font-size: clamp(2.5rem, 6vw, 4.75rem);
  line-height: 0.98;
  letter-spacing: -0.035em;
  font-weight: 500;
  color: var(--ct-ink);
  margin: 0 0 24px;
}
.ct-h1 em {
  font-style: normal;
  color: var(--ct-accent);
}
.ct-sub {
  font-size: clamp(1rem, 1.15vw, 1.125rem);
  line-height: 1.55;
  color: var(--ct-muted);
  max-width: 60ch;
  margin: 0;
}
.ct-coords {
  border-top: 1px solid var(--ct-line-strong);
  padding-top: 24px;
}
.ct-coords__label {
  font-family: 'JetBrains Mono', ui-monospace, monospace;
  font-size: 10px;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--ct-soft);
  margin: 0 0 16px;
}
.ct-coords__list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 14px;
}
.ct-coords__item {
  display: grid;
  grid-template-columns: 90px 1fr;
  gap: 16px;
  align-items: baseline;
  font-size: 13px;
}
.ct-coords__k {
  font-family: 'JetBrains Mono', ui-monospace, monospace;
  font-size: 10px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--ct-soft);
}
.ct-coords__v {
  color: var(--ct-ink);
  font-weight: 500;
}
.ct-coords__v a {
  color: var(--ct-ink);
  text-decoration: none;
  border-bottom: 1px solid var(--ct-line-strong);
  transition: border-color 0.2s, color 0.2s;
}
.ct-coords__v a:hover {
  color: var(--ct-accent);
  border-color: var(--ct-accent);
}
.ct-form-sec {
  padding: clamp(56px, 8vw, 96px) 0 clamp(80px, 10vw, 120px);
}
.ct-form-head {
  display: flex;
  align-items: baseline;
  gap: 16px;
  padding-bottom: 20px;
  margin-bottom: 32px;
  border-bottom: 1px solid var(--ct-line);
}
.ct-form-head__num {
  font-family: 'JetBrains Mono', ui-monospace, monospace;
  font-size: 11px;
  letter-spacing: 0.14em;
  color: var(--ct-accent);
  text-transform: uppercase;
}
.ct-form-head__title {
  font-family: 'Space Grotesk', system-ui, sans-serif;
  font-size: clamp(1.25rem, 2vw, 1.5rem);
  font-weight: 500;
  letter-spacing: -0.01em;
  color: var(--ct-ink);
  margin: 0;
}
.ct-feedback {
  border: 1px solid var(--ct-line-strong);
  background: var(--ct-paper);
  padding: 28px 28px 28px 32px;
  margin-bottom: 28px;
  position: relative;
}
.ct-feedback::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 3px;
  background: var(--ct-accent);
}
.ct-feedback__kicker {
  font-family: 'JetBrains Mono', ui-monospace, monospace;
  font-size: 10px;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--ct-accent);
  margin: 0 0 8px;
}
.ct-feedback__title {
  font-family: 'Space Grotesk', system-ui, sans-serif;
  font-size: 1.25rem;
  font-weight: 500;
  color: var(--ct-ink);
  margin: 0 0 8px;
}
.ct-feedback__body {
  color: var(--ct-muted);
  font-size: 14px;
  line-height: 1.55;
  margin: 0;
}
.ct-feedback--warn::before {
  background: #f59e0b;
}
.ct-feedback--warn .ct-feedback__kicker {
  color: #b45309;
}
.ct-feedback--error::before {
  background: #dc2626;
}
.ct-feedback--error .ct-feedback__kicker {
  color: #b91c1c;
}
.ct-form {
  display: grid;
  grid-template-columns: 1fr;
  gap: 28px;
}
.ct-row2 {
  display: grid;
  grid-template-columns: 1fr;
  gap: 28px;
}
@media (min-width: 720px) {
  .ct-row2 {
    grid-template-columns: 1fr 1fr;
  }
}
.ct-field {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.ct-label {
  font-family: 'JetBrains Mono', ui-monospace, monospace;
  font-size: 10px;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--ct-soft);
}
.ct-label__req {
  color: var(--ct-accent);
  margin-left: 4px;
}
.ct-input, .ct-select, .ct-textarea {
  width: 100%;
  font-family: 'Space Grotesk', system-ui, sans-serif;
  font-size: 15px;
  line-height: 1.5;
  color: var(--ct-ink);
  background: var(--ct-paper);
  border: 1px solid var(--ct-line-strong);
  border-radius: 0;
  padding: 14px 16px;
  transition: border-color 0.2s var(--ct-ease), box-shadow 0.2s var(--ct-ease), background 0.2s;
  outline: none;
  appearance: none;
  -webkit-appearance: none;
}
.ct-input::placeholder, .ct-textarea::placeholder {
  color: #a1a1aa;
}
.ct-input:hover, .ct-select:hover, .ct-textarea:hover {
  border-color: var(--ct-ink);
}
.ct-input:focus, .ct-select:focus, .ct-textarea:focus {
  border-color: var(--ct-accent);
  box-shadow: 0 0 0 3px var(--ct-accent-soft);
}
.ct-input[aria-invalid="true"], .ct-select[aria-invalid="true"], .ct-textarea[aria-invalid="true"] {
  border-color: #dc2626;
  box-shadow: 0 0 0 3px rgba(220, 38, 38, 0.08);
}
.ct-select {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8' viewBox='0 0 12 8' fill='none'%3E%3Cpath d='M1 1.5L6 6.5L11 1.5' stroke='%2309090b' stroke-width='1.5'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 18px center;
  padding-right: 44px;
  cursor: pointer;
}
.ct-textarea {
  resize: vertical;
  min-height: 160px;
  font-family: 'Space Grotesk', system-ui, sans-serif;
}
.ct-field__meta {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 12px;
  font-family: 'JetBrains Mono', ui-monospace, monospace;
  font-size: 10px;
  color: var(--ct-soft);
  letter-spacing: 0.08em;
}
.ct-field__error {
  font-family: 'JetBrains Mono', ui-monospace, monospace;
  font-size: 10px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #b91c1c;
  margin: 0;
}
.ct-rgpd {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 14px;
  align-items: start;
  padding-top: 8px;
  border-top: 1px solid var(--ct-line);
  padding-top: 24px;
}
.ct-rgpd input[type="checkbox"] {
  width: 18px;
  height: 18px;
  margin-top: 2px;
  accent-color: var(--ct-accent);
  cursor: pointer;
}
.ct-rgpd label {
  font-size: 13px;
  line-height: 1.55;
  color: var(--ct-muted);
  cursor: pointer;
}
.ct-submit-row {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 16px;
  padding-top: 16px;
  border-top: 1px solid var(--ct-line);
}
.ct-submit {
  display: inline-flex;
  align-items: center;
  gap: 14px;
  background: var(--ct-ink);
  color: #ffffff;
  border: 1px solid var(--ct-ink);
  padding: 18px 32px;
  font-family: 'JetBrains Mono', ui-monospace, monospace;
  font-size: 11px;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  cursor: pointer;
  transition: background 0.25s var(--ct-ease), transform 0.25s var(--ct-ease), border-color 0.25s;
  border-radius: 0;
}
.ct-submit:hover {
  background: var(--ct-accent);
  border-color: var(--ct-accent);
  transform: translateY(-1px);
}
.ct-submit:active {
  transform: translateY(0);
}
.ct-submit:disabled {
  background: var(--ct-soft);
  border-color: var(--ct-soft);
  cursor: wait;
  transform: none;
}
.ct-submit .arr {
  display: inline-block;
  transition: transform 0.25s var(--ct-ease);
}
.ct-submit:hover .arr {
  transform: translateX(4px);
}
.ct-botcheck {
  display: none !important;
}
.ct-ty {
  padding: clamp(100px, 14vw, 160px) 0 clamp(100px, 14vw, 160px);
  border-bottom: 1px solid var(--ct-line);
  position: relative;
  overflow: hidden;
}
.ct-ty__grid-bg {
  position: absolute;
  inset: 0;
  background-image: linear-gradient(to right, rgba(9, 9, 11, 0.04) 1px, transparent 1px), linear-gradient(to bottom, rgba(9, 9, 11, 0.04) 1px, transparent 1px);
  background-size: 56px 56px;
  mask-image: radial-gradient(ellipse at 50% 0%, #000 35%, transparent 75%);
  pointer-events: none;
}
.ct-ty__inner {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  gap: 40px;
  align-items: start;
}
@media (min-width: 900px) {
  .ct-ty__inner {
    grid-template-columns: 1fr 1.2fr;
  }
}
.ct-ty__stamp {
  border-top: 1px solid var(--ct-ink);
  padding-top: 24px;
}
.ct-ty__stamp-k {
  font-family: 'JetBrains Mono', ui-monospace, monospace;
  font-size: 10px;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--ct-accent);
  display: block;
  margin-bottom: 12px;
}
.ct-ty__stamp-v {
  font-family: 'JetBrains Mono', ui-monospace, monospace;
  font-size: clamp(2rem, 5vw, 3.5rem);
  line-height: 1;
  color: var(--ct-ink);
  display: block;
  letter-spacing: -0.02em;
}
.ct-ty__body {
  min-width: 0;
}
.ct-ty__h1 {
  font-family: 'Space Grotesk', system-ui, sans-serif;
  font-size: clamp(2.25rem, 5vw, 3.75rem);
  line-height: 1;
  letter-spacing: -0.03em;
  font-weight: 500;
  color: var(--ct-ink);
  margin: 0 0 24px;
}
.ct-ty__h1 em {
  font-style: normal;
  color: var(--ct-accent);
}
.ct-ty__sub {
  font-size: clamp(1rem, 1.2vw, 1.125rem);
  line-height: 1.6;
  color: var(--ct-muted);
  margin: 0 0 40px;
  max-width: 60ch;
}
.ct-ty__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
}
.ct-ty__btn {
  display: inline-flex;
  align-items: center;
  gap: 14px;
  padding: 18px 32px;
  font-family: 'JetBrains Mono', ui-monospace, monospace;
  font-size: 11px;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  text-decoration: none;
  transition: background 0.25s var(--ct-ease), color 0.25s, transform 0.25s, border-color 0.25s;
  border: 1px solid var(--ct-ink);
}
.ct-ty__btn--primary {
  background: var(--ct-ink);
  color: #ffffff;
}
.ct-ty__btn--primary:hover {
  background: var(--ct-accent);
  border-color: var(--ct-accent);
  transform: translateY(-1px);
}
.ct-ty__btn--ghost {
  background: transparent;
  color: var(--ct-ink);
}
.ct-ty__btn--ghost:hover {
  background: var(--ct-ink);
  color: #ffffff;
  transform: translateY(-1px);
}
.ct-ty__btn .arr {
  display: inline-block;
  transition: transform 0.25s var(--ct-ease);
}
.ct-ty__btn:hover .arr {
  transform: translateX(4px);
}
.ct-reveal {
  opacity: 0;
  transform: translateY(18px);
  transition: opacity 0.8s var(--ct-ease), transform 0.8s var(--ct-ease);
}
.ct-reveal.is-in {
  opacity: 1;
  transform: translateY(0);
}
.ct-reveal[data-delay="1"] {
  transition-delay: 0.08s;
}
.ct-reveal[data-delay="2"] {
  transition-delay: 0.16s;
}
.ct-reveal[data-delay="3"] {
  transition-delay: 0.24s;
}
.ct-reveal[data-delay="4"] {
  transition-delay: 0.32s;
}
@media (prefers-reduced-motion: reduce) {
  .ct-reveal {
    opacity: 1;
    transform: none;
    transition: none;
  }
  .ct-submit, .ct-ty__btn {
    transition: none;
  }
}
.hd {
  --hd-bg: rgba(255, 255, 255, 0.92);
  --hd-ink: #09090b;
  --hd-ink-2: #27272a;
  --hd-ink-3: #52525b;
  --hd-muted: #a1a1aa;
  --hd-line: #e4e4e7;
  --hd-line-2: #d4d4d8;
  --hd-accent: #ff5a1f;
  position: sticky;
  top: 0;
  z-index: 50;
  background: var(--hd-bg);
  -webkit-backdrop-filter: saturate(160%) blur(10px);
  backdrop-filter: saturate(160%) blur(10px);
  border-bottom: 1px solid transparent;
  transform: translateZ(0);
  will-change: transform;
  transition: transform 0.3s ease, border-color 0.25s ease, background 0.25s ease;
  font-family: 'Space Grotesk', system-ui, sans-serif;
}
.hd.nav-hidden {
  transform: translate3d(0, -100%, 0);
}
.hd.hd-scrolled {
  border-bottom-color: var(--hd-line);
}
.hd-mono {
  font-family: 'JetBrains Mono', ui-monospace, monospace;
  letter-spacing: 0.02em;
}
.hd-wrap {
  max-width: 1360px;
  margin: 0 auto;
  padding: 0 1.25rem;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1.5rem;
}
@media (min-width: 768px) {
  .hd-wrap {
    height: 64px;
    padding: 0 2rem;
  }
}
@media (min-width: 1280px) {
  .hd-wrap {
    padding: 0 3rem;
  }
}
.hd-logo {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  text-decoration: none;
  color: var(--hd-ink);
  font-weight: 600;
  font-size: 15px;
  letter-spacing: -0.01em;
}
.hd-logo-monogram {
  display: inline-flex;
  align-items: baseline;
  font-family: 'Space Grotesk', system-ui, sans-serif;
  font-weight: 700;
  font-size: 20px;
  letter-spacing: -0.02em;
  color: var(--hd-ink);
  line-height: 1;
}
.hd-logo-letter {
  display: inline-block;
  transition: transform 0.35s cubic-bezier(.2,.7,.2,1);
}
.hd-logo-amp {
  display: inline-block;
  color: var(--hd-accent);
  font-style: italic;
  font-weight: 600;
  padding: 0 1px;
  transition: transform 0.4s cubic-bezier(.2,.7,.2,1);
}
.hd-logo-bracket {
  display: inline-block;
  color: var(--hd-accent);
  font-family: 'JetBrains Mono', ui-monospace, monospace;
  font-weight: 500;
  font-size: 18px;
  transition: transform 0.35s cubic-bezier(.2,.7,.2,1);
}
.hd-logo-bracket:first-child {
  margin-right: 2px;
}
.hd-logo-bracket:last-child {
  margin-left: 2px;
}
.hd-logo:hover .hd-logo-bracket:first-child {
  transform: translateX(-3px);
}
.hd-logo:hover .hd-logo-bracket:last-child {
  transform: translateX(3px);
}
.hd-logo:hover .hd-logo-amp {
  transform: rotate(-8deg) scale(1.1);
}
.hd-logo-text {
  display: none;
  font-family: 'JetBrains Mono', ui-monospace, monospace;
  font-size: 10px;
  font-weight: 500;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--hd-muted);
  padding-left: 12px;
  border-left: 1px solid var(--hd-line);
  position: relative;
  top: -1px;
}
@media (min-width: 768px) {
  .hd-logo-text {
    display: inline-block;
  }
}
.hd-nav {
  display: none;
  align-items: center;
  gap: 36px;
  list-style: none;
  margin: 0;
  padding: 0;
}
@media (min-width: 1024px) {
  .hd-nav {
    display: flex;
  }
}
.hd-nav-link {
  position: relative;
  font-family: 'JetBrains Mono', ui-monospace, monospace;
  font-size: 11px;
  font-weight: 500;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--hd-ink-3);
  text-decoration: none;
  padding: 4px 0;
  transition: color 0.2s ease;
}
.hd-nav-link:hover {
  color: var(--hd-accent);
}
.hd-nav-link[aria-current="page"] {
  color: var(--hd-ink);
}
.hd-nav-link[aria-current="page"]::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: -6px;
  height: 2px;
  background: var(--hd-accent);
}
.hd-right {
  display: none;
  align-items: center;
  gap: 20px;
}
@media (min-width: 1024px) {
  .hd-right {
    display: flex;
  }
}
.hd-lang {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-family: 'JetBrains Mono', ui-monospace, monospace;
  font-size: 10px;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}
.hd-lang a, .hd-lang span {
  position: relative;
  color: var(--hd-muted);
  text-decoration: none;
  padding: 2px 0;
  transition: color 0.25s ease;
}
.hd-lang a::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: -4px;
  height: 2px;
  background: var(--hd-accent);
  transform: scaleX(0);
  transform-origin: left center;
  transition: transform 0.35s cubic-bezier(.2,.7,.2,1);
}
.hd-lang a:hover {
  color: var(--hd-accent);
}
.hd-lang a:hover::after {
  transform: scaleX(1);
}
.hd-lang a.is-active {
  color: var(--hd-ink);
}
.hd-lang a.is-active::after {
  transform: scaleX(1);
  background: var(--hd-accent);
}
.hd-lang-sep {
  color: var(--hd-line-2);
  user-select: none;
}
.hd-cta {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  background: var(--hd-ink);
  color: #ffffff;
  border: 1px solid var(--hd-ink);
  padding: 12px 20px;
  font-family: 'JetBrains Mono', ui-monospace, monospace;
  font-size: 11px;
  font-weight: 500;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  text-decoration: none;
  border-radius: 0;
  transition: background 0.25s ease, border-color 0.25s ease, transform 0.25s ease;
}
.hd-cta:hover {
  background: var(--hd-accent);
  border-color: var(--hd-accent);
  transform: translateY(-1px);
}
.hd-cta .arr {
  display: inline-block;
  transition: transform 0.25s ease;
}
.hd-cta:hover .arr {
  transform: translateX(3px);
}
.hd-mobile-cluster {
  display: flex;
  align-items: center;
  gap: 14px;
}
@media (min-width: 1024px) {
  .hd-mobile-cluster {
    display: none;
  }
}
.hd-burger {
  width: 40px;
  height: 40px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: #ffffff;
  border: 1px solid var(--hd-line);
  color: var(--hd-ink);
  cursor: pointer;
  border-radius: 0;
  transition: border-color 0.2s ease, color 0.2s ease;
}
.hd-burger:hover {
  border-color: var(--hd-ink);
  color: var(--hd-accent);
}
.hd-burger svg {
  width: 18px;
  height: 18px;
}
.hd-sheet {
  display: none;
  background: #ffffff;
  border-top: 1px solid var(--hd-line);
  border-bottom: 2px solid var(--hd-ink);
}
.hd-sheet.open {
  display: block;
}
@media (min-width: 1024px) {
  .hd-sheet {
    display: none !important;
  }
}
.hd-sheet-wrap {
  max-width: 1360px;
  margin: 0 auto;
  padding: 8px 1.25rem 24px;
}
.hd-sheet-list {
  list-style: none;
  margin: 0;
  padding: 0;
  border-top: 1px solid var(--hd-line);
}
.hd-sheet-list li {
  border-bottom: 1px solid var(--hd-line);
}
.hd-sheet-list a {
  display: block;
  padding: 18px 4px;
  font-family: 'JetBrains Mono', ui-monospace, monospace;
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--hd-ink-2);
  text-decoration: none;
  transition: color 0.2s ease;
}
.hd-sheet-list a:hover {
  color: var(--hd-accent);
}
.hd-sheet-list a[aria-current="page"] {
  color: var(--hd-ink);
  border-left: 2px solid var(--hd-accent);
  padding-left: 12px;
}
.hd-sheet-lang {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 22px 0 6px;
  font-family: 'JetBrains Mono', ui-monospace, monospace;
  font-size: 11px;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}
.hd-sheet-lang-label {
  color: var(--hd-muted);
  font-size: 10px;
  margin-right: 6px;
  flex-shrink: 0;
}
.hd-sheet-lang a, .hd-sheet-lang span.is-active {
  flex: 1;
  min-height: 44px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0 12px;
  color: var(--hd-ink-2);
  text-decoration: none;
  border: 1px solid var(--hd-line);
  background: #ffffff;
  transition: color 0.2s ease, background 0.2s ease, border-color 0.2s ease;
}
.hd-sheet-lang > a + a, .hd-sheet-lang > a + span.is-active, .hd-sheet-lang > span.is-active + a, .hd-sheet-lang > span.is-active + span.is-active {
  border-left: none;
}
.hd-sheet-lang span.is-active {
  color: #ffffff;
  background: var(--hd-ink);
  border-color: var(--hd-ink);
  cursor: default;
}
.hd-sheet-lang a:hover {
  color: var(--hd-accent);
  border-color: var(--hd-accent);
}
.hd-sheet-lang-sep {
  display: none;
}
.hd-sheet-cta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  background: var(--hd-ink);
  color: #ffffff;
  padding: 16px 20px;
  margin-top: 16px;
  font-family: 'JetBrains Mono', ui-monospace, monospace;
  font-size: 11px;
  font-weight: 500;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  text-decoration: none;
  border-radius: 0;
  transition: background 0.25s ease;
}
.hd-sheet-cta:hover {
  background: var(--hd-accent);
}
@media (prefers-reduced-motion: reduce) {
  .hd, .hd-cta, .hd-cta .arr, .hd-nav-link, .hd-lang a, .hd-burger, .hd-sheet-cta {
    transition: none !important;
  }
}
.ft {
  --ft-bg: #ffffff;
  --ft-ink: #09090b;
  --ft-ink-2: #27272a;
  --ft-ink-3: #52525b;
  --ft-muted: #a1a1aa;
  --ft-line: #e4e4e7;
  --ft-line-2: #d4d4d8;
  --ft-accent: #ff5a1f;
  background: var(--ft-bg);
  color: var(--ft-ink-3);
  font-family: 'Space Grotesk', system-ui, sans-serif;
  border-top: 2px solid var(--ft-ink);
  margin-top: 80px;
}
@media (min-width: 1024px) {
  .ft {
    margin-top: 120px;
  }
}
.ft-wrap {
  max-width: 1360px;
  margin: 0 auto;
  padding: 64px 1.25rem 0;
}
@media (min-width: 768px) {
  .ft-wrap {
    padding: 80px 2rem 0;
  }
}
@media (min-width: 1280px) {
  .ft-wrap {
    padding: 96px 3rem 0;
  }
}
.ft-kicker {
  display: inline-block;
  font-family: 'JetBrains Mono', ui-monospace, monospace;
  font-size: 11px;
  font-weight: 500;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--ft-accent);
  margin-bottom: 24px;
}
.ft-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 48px;
}
@media (min-width: 640px) {
  .ft-grid {
    grid-template-columns: 1fr 1fr;
    gap: 48px 40px;
  }
}
@media (min-width: 1024px) {
  .ft-grid {
    grid-template-columns: 1.4fr 1fr 1fr 1fr;
    gap: 0;
  }
  .ft-col + .ft-col {
    border-left: 1px solid var(--ft-line);
    padding-left: 40px;
  }
  .ft-col {
    padding-right: 32px;
  }
  .ft-col:last-child {
    padding-right: 0;
  }
}
.ft-col {
  min-width: 0;
}
@media (max-width: 1023px) {
  .ft-col + .ft-col {
    border-top: 1px solid var(--ft-line);
    padding-top: 40px;
  }
}
.ft-brand {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  text-decoration: none;
  color: var(--ft-ink);
  margin-bottom: 20px;
}
.ft-brand:hover {
  opacity: 0.8;
}
.ft-brand-mark {
  width: 10px;
  height: 10px;
  background: var(--ft-accent);
  display: inline-block;
}
.ft-brand-text {
  font-family: 'JetBrains Mono', ui-monospace, monospace;
  font-size: 12px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--ft-ink);
}
.ft-tagline {
  font-size: 14px;
  line-height: 1.6;
  color: var(--ft-ink-3);
  margin: 0 0 24px;
  max-width: 36ch;
}
.ft-mail {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-family: 'JetBrains Mono', ui-monospace, monospace;
  font-size: 11px;
  font-weight: 500;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--ft-accent);
  text-decoration: none;
  border-bottom: 1px solid transparent;
  padding-bottom: 2px;
  transition: border-color 0.2s ease, color 0.2s ease;
}
.ft-mail:hover {
  color: var(--ft-ink);
  border-bottom-color: var(--ft-ink);
}
.ft-col-title {
  font-family: 'JetBrains Mono', ui-monospace, monospace;
  font-size: 10px;
  font-weight: 500;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--ft-muted);
  margin: 0 0 20px;
}
.ft-list {
  list-style: none;
  margin: 0;
  padding: 0;
}
.ft-list li {
  border-top: 1px solid var(--ft-line);
}
.ft-list li:last-child {
  border-bottom: 1px solid var(--ft-line);
}
.ft-list a {
  display: block;
  padding: 14px 0;
  font-family: 'JetBrains Mono', ui-monospace, monospace;
  font-size: 11px;
  font-weight: 500;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--ft-ink-2);
  text-decoration: none;
  transition: color 0.2s ease, padding-left 0.2s ease;
}
.ft-list a:hover {
  color: var(--ft-accent);
  padding-left: 8px;
}
.ft-bottom {
  margin-top: 72px;
  border-top: 1px solid var(--ft-line);
  padding: 24px 0 28px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  font-family: 'JetBrains Mono', ui-monospace, monospace;
  font-size: 10px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--ft-muted);
}
.ft-bottom p {
  margin: 0;
}
.ft-bottom-right {
  display: inline-flex;
  align-items: center;
  gap: 16px;
}
.ft-cookie-btn {
  background: transparent;
  border: 0;
  padding: 0;
  font: inherit;
  color: var(--ft-muted);
  cursor: pointer;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  transition: color 0.2s ease;
}
.ft-cookie-btn:hover {
  color: var(--ft-accent);
}
.ft-locale {
  color: var(--ft-ink-2);
}
@media (prefers-reduced-motion: reduce) {
  .ft-list a, .ft-mail, .ft-cookie-btn, .ft-brand {
    transition: none !important;
  }
}
.lg {
  --lg-bg: #ffffff;
  --lg-ink: #09090b;
  --lg-ink-2: #27272a;
  --lg-ink-3: #52525b;
  --lg-muted: #a1a1aa;
  --lg-line: #e4e4e7;
  --lg-line-2: #d4d4d8;
  --lg-accent: #ff5a1f;
  background: var(--lg-bg);
  color: var(--lg-ink-2);
  font-family: 'Space Grotesk', system-ui, sans-serif;
  padding: 80px 0 120px;
}
@media (min-width: 1024px) {
  .lg {
    padding: 120px 0 160px;
  }
}
.lg-wrap {
  max-width: 820px;
  margin: 0 auto;
  padding: 0 1.25rem;
}
@media (min-width: 768px) {
  .lg-wrap {
    padding: 0 2rem;
  }
}
.lg-kicker {
  display: inline-block;
  font-family: 'JetBrains Mono', ui-monospace, monospace;
  font-size: 11px;
  font-weight: 500;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--lg-accent);
  margin-bottom: 20px;
}
.lg-title {
  font-family: 'Space Grotesk', system-ui, sans-serif;
  font-size: clamp(36px, 5vw, 56px);
  font-weight: 500;
  line-height: 1.05;
  letter-spacing: -0.02em;
  color: var(--lg-ink);
  margin: 0 0 12px;
}
.lg-meta {
  font-family: 'JetBrains Mono', ui-monospace, monospace;
  font-size: 11px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--lg-muted);
  margin: 0 0 56px;
  padding-bottom: 24px;
  border-bottom: 1px solid var(--lg-line);
}
.lg-sections {
  display: block;
}
.lg-section {
  padding: 48px 0;
  border-bottom: 1px solid var(--lg-line);
  display: grid;
  grid-template-columns: 1fr;
  gap: 20px;
}
.lg-section:first-child {
  padding-top: 0;
}
.lg-section:last-child {
  border-bottom: 0;
  padding-bottom: 0;
}
@media (min-width: 768px) {
  .lg-section {
    grid-template-columns: 160px 1fr;
    gap: 40px;
    padding: 56px 0;
  }
}
.lg-section-num {
  font-family: 'JetBrains Mono', ui-monospace, monospace;
  font-size: 10px;
  font-weight: 500;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--lg-muted);
  position: relative;
  padding-left: 16px;
}
.lg-section-num::before {
  content: "";
  position: absolute;
  left: 0;
  top: 6px;
  width: 8px;
  height: 8px;
  background: var(--lg-accent);
}
.lg-section-body h2 {
  font-family: 'Space Grotesk', system-ui, sans-serif;
  font-size: 22px;
  font-weight: 500;
  line-height: 1.25;
  letter-spacing: -0.01em;
  color: var(--lg-ink);
  margin: 0 0 20px;
}
.lg-section-body p {
  font-size: 15px;
  line-height: 1.7;
  color: var(--lg-ink-3);
  margin: 0 0 16px;
}
.lg-section-body p:last-child {
  margin-bottom: 0;
}
.lg-section-body a {
  color: var(--lg-ink);
  text-decoration: none;
  border-bottom: 1px solid var(--lg-line-2);
  padding-bottom: 1px;
  transition: border-color 0.2s ease, color 0.2s ease;
}
.lg-section-body a:hover {
  color: var(--lg-accent);
  border-bottom-color: var(--lg-accent);
}
.lg-dl {
  list-style: none;
  margin: 0;
  padding: 0;
}
.lg-dl li {
  display: grid;
  grid-template-columns: 1fr;
  gap: 4px;
  padding: 14px 0;
  border-top: 1px solid var(--lg-line);
  font-size: 14px;
  line-height: 1.55;
}
.lg-dl li:last-child {
  border-bottom: 1px solid var(--lg-line);
}
@media (min-width: 640px) {
  .lg-dl li {
    grid-template-columns: 140px 1fr;
    gap: 24px;
    align-items: baseline;
  }
}
.lg-dl dt, .lg-dl .lg-dt {
  font-family: 'JetBrains Mono', ui-monospace, monospace;
  font-size: 10px;
  font-weight: 500;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--lg-muted);
}
.lg-dl dd, .lg-dl .lg-dd {
  margin: 0;
  color: var(--lg-ink-2);
}
.lg-dl .lg-dd strong {
  color: var(--lg-ink);
  font-weight: 500;
}
@media (prefers-reduced-motion: reduce) {
  .lg-section-body a {
    transition: none !important;
  }
}
body::before {
  content: "";
  position: fixed;
  inset: 0;
  z-index: 2000;
  pointer-events: none;
  opacity: 0.035;
  mix-blend-mode: multiply;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 200 200' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.9' numOctaves='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)'/%3E%3C/svg%3E");
  background-size: 220px 220px;
}
@media (prefers-reduced-motion: reduce) {
  body::before {
    opacity: 0.02;
  }
}
:focus-visible {
  outline: 2px solid #ff5a1f;
  outline-offset: 3px;
  border-radius: 2px;
}
input:focus-visible, textarea:focus-visible, select:focus-visible {
  outline-offset: 1px;
}
.ap {
  --ap-ink: #09090b;
  --ap-muted: #52525b;
  --ap-subtle: #71717a;
  --ap-line: #e4e4e7;
  --ap-line-soft: #f1f1f3;
  --ap-paper: #fafafa;
  --ap-soft: #f5f5f5;
  --ap-accent: #ff5a1f;
  --ap-accent-soft: rgba(255,90,31,0.08);
  --ap-ease: cubic-bezier(0.2,0.8,0.2,1);
  color: var(--ap-ink);
  background: var(--ap-paper);
  font-family: 'Space Grotesk', system-ui, sans-serif;
}
.ap .mono {
  font-family: 'JetBrains Mono', ui-monospace, SFMono-Regular, Menlo, monospace;
}
.ap-wrap {
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 clamp(1rem, 3vw, 2rem);
}
.ap-wrap--narrow {
  max-width: 820px;
  margin: 0 auto;
  padding: 0 clamp(1rem, 3vw, 2rem);
}
.ap-sec {
  padding: clamp(3rem, 6vw, 5rem) 0;
  border-top: 1px solid var(--ap-line);
}
.ap-sec--plain {
  border-top: 0;
  padding: clamp(2rem, 4vw, 3rem) 0;
}
.ap-kicker {
  display: inline-block;
  font-family: 'JetBrains Mono', ui-monospace, monospace;
  font-size: 0.72rem;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--ap-subtle);
  margin: 0 0 1rem;
}
.ap-h1 {
  font-family: 'Space Grotesk', system-ui, sans-serif;
  font-weight: 600;
  font-size: clamp(2.2rem, 5.6vw, 4.6rem);
  line-height: 0.98;
  letter-spacing: -0.035em;
  color: var(--ap-ink);
  margin: 0 0 1.25rem;
}
.ap-h2 {
  font-family: 'Space Grotesk', system-ui, sans-serif;
  font-weight: 600;
  font-size: clamp(1.6rem, 3vw, 2.4rem);
  line-height: 1.05;
  letter-spacing: -0.02em;
  color: var(--ap-ink);
  margin: 0 0 1.5rem;
}
.ap-tagline {
  font-size: clamp(1.05rem, 1.6vw, 1.25rem);
  line-height: 1.55;
  color: var(--ap-muted);
  max-width: 56ch;
  margin: 0;
}
.ap-body, .ap-body p {
  font-size: 1.02rem;
  line-height: 1.72;
  color: var(--ap-muted);
  max-width: 65ch;
  margin: 0;
}
.ap-body p + p {
  margin-top: 1rem;
}
.ap-body strong {
  color: var(--ap-ink);
  font-weight: 600;
}
.ap-back {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  margin-bottom: 1.75rem;
  color: var(--ap-subtle);
  text-decoration: none;
  font-size: 0.72rem;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  transition: color 280ms var(--ap-ease);
}
.ap-back:hover {
  color: var(--ap-accent);
}
.ap-back-bottom {
  border-top: 1px solid var(--ap-line);
  padding-top: 1.75rem;
}
.ap-back-bottom a {
  color: var(--ap-subtle);
  text-decoration: none;
  font-size: 0.72rem;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  transition: color 280ms var(--ap-ease);
}
.ap-back-bottom a:hover {
  color: var(--ap-accent);
}
.ap-hero {
  position: relative;
  padding: clamp(4.5rem, 9vw, 7rem) 0 clamp(2rem, 4vw, 3rem);
  overflow: hidden;
}
.ap-hero__grid-bg {
  position: absolute;
  inset: 0;
  background-image: linear-gradient(var(--ap-line) 1px, transparent 1px), linear-gradient(90deg, var(--ap-line) 1px, transparent 1px);
  background-size: 80px 80px;
  mask-image: radial-gradient(ellipse at 50% 0%, #000 0%, transparent 75%);
  opacity: 0.45;
  pointer-events: none;
}
.ap-hero__inner {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  gap: 2.5rem;
  align-items: end;
}
@media (min-width: 900px) {
  .ap-hero__inner {
    grid-template-columns: 7fr 5fr;
    gap: 3.5rem;
    align-items: center;
  }
}
.ap-hero__left {
  max-width: 720px;
}
.ap-hero__right {
  width: 100%;
  display: flex;
  justify-content: flex-start;
}
@media (min-width: 900px) {
  .ap-hero__right {
    justify-content: flex-end;
  }
}
.ap-monogram {
  position: relative;
  width: clamp(180px, 22vw, 240px);
  aspect-ratio: 1 / 1;
  background: #fff;
  border: 1px solid var(--ap-line);
  padding: 1rem;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  box-shadow: 0 1px 2px rgba(9,9,11,0.04);
}
.ap-monogram::after {
  content: "";
  position: absolute;
  left: -1px;
  top: -1px;
  width: 22px;
  height: 22px;
  border-top: 2px solid var(--ap-accent);
  border-left: 2px solid var(--ap-accent);
}
.ap-monogram__initials {
  font-family: 'Space Grotesk', system-ui, sans-serif;
  font-weight: 600;
  font-size: clamp(3rem, 6vw, 4.5rem);
  line-height: 1;
  letter-spacing: -0.04em;
  color: var(--ap-ink);
  align-self: center;
  margin: auto 0;
}
.ap-monogram__cap {
  font-size: 0.66rem;
  color: var(--ap-subtle);
  letter-spacing: 0.14em;
  text-transform: uppercase;
}
.ap-metabar {
  margin-top: clamp(2rem, 4vw, 3rem);
  display: grid;
  grid-template-columns: 1fr;
  border-top: 1px solid var(--ap-line);
  border-bottom: 1px solid var(--ap-line);
}
@media (min-width: 720px) {
  .ap-metabar {
    grid-template-columns: repeat(3, 1fr);
  }
}
.ap-metabar__cell {
  padding: 1.1rem 1rem 1.1rem 0;
  border-bottom: 1px solid var(--ap-line);
  display: flex;
  flex-direction: column;
  gap: 0.3rem;
}
.ap-metabar__cell:last-child {
  border-bottom: 0;
}
@media (min-width: 720px) {
  .ap-metabar__cell {
    border-bottom: 0;
    border-right: 1px solid var(--ap-line);
  }
  .ap-metabar__cell:last-child {
    border-right: 0;
  }
  .ap-metabar__cell + .ap-metabar__cell {
    padding-left: 1rem;
  }
}
.ap-metabar__k {
  font-size: 0.66rem;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--ap-subtle);
}
.ap-metabar__v {
  font-size: 0.95rem;
  color: var(--ap-ink);
  font-weight: 500;
}
.ap-grid {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  grid-template-columns: 1fr;
  border-top: 1px solid var(--ap-line);
  border-bottom: 1px solid var(--ap-line);
}
@media (min-width: 720px) {
  .ap-grid {
    grid-template-columns: 1fr 1fr;
  }
}
.ap-grid__item {
  display: grid;
  grid-template-columns: auto 1fr;
  align-items: baseline;
  gap: 1rem;
  padding: 1.1rem 1rem 1.1rem 0;
  border-bottom: 1px solid var(--ap-line);
  color: var(--ap-ink);
  font-size: 1rem;
  line-height: 1.5;
}
@media (min-width: 720px) {
  .ap-grid__item:nth-child(odd) {
    border-right: 1px solid var(--ap-line);
    padding-right: 1rem;
  }
  .ap-grid__item:nth-child(even) {
    padding-left: 1rem;
  }
}
.ap-grid__item:last-child, .ap-grid__item:nth-last-child(2):nth-child(odd) {
  border-bottom: 0;
}
.ap-grid__num {
  font-size: 0.7rem;
  color: var(--ap-accent);
  letter-spacing: 0.1em;
}
.ap-grid__text {
  color: var(--ap-ink);
}
.ap-chips {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 0.55rem;
}
.ap-chip {
  font-family: 'JetBrains Mono', ui-monospace, monospace;
  font-size: 0.72rem;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  padding: 0.45rem 0.75rem;
  border: 1px solid var(--ap-line);
  background: #fff;
  color: var(--ap-ink);
}
.ap-articles {
  list-style: none;
  margin: 0;
  padding: 0;
  border-top: 1px solid var(--ap-line);
  border-bottom: 1px solid var(--ap-line);
}
.ap-article {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 1.25rem;
  align-items: start;
  padding: 1.6rem 0;
  border-bottom: 1px solid var(--ap-line);
  text-decoration: none;
  color: inherit;
  transition: padding-left 320ms var(--ap-ease), background 320ms var(--ap-ease);
}
.ap-articles li:last-child .ap-article {
  border-bottom: 0;
}
.ap-article:hover {
  padding-left: 0.75rem;
  background: linear-gradient(90deg, var(--ap-accent-soft) 0%, transparent 70%);
}
.ap-article__body {
  min-width: 0;
}
.ap-article__meta {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  flex-wrap: wrap;
  margin-bottom: 0.55rem;
  font-size: 0.7rem;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--ap-subtle);
}
.ap-article__topic {
  display: inline-block;
  padding: 0.3rem 0.6rem;
  border: 1px solid var(--ap-line);
  color: var(--ap-ink);
  background: #fff;
  transition: border-color 280ms var(--ap-ease), color 280ms var(--ap-ease);
}
.ap-article:hover .ap-article__topic {
  border-color: var(--ap-accent);
  color: var(--ap-accent);
}
.ap-article__date {
  color: var(--ap-subtle);
}
.ap-article__title {
  font-family: 'Space Grotesk', system-ui, sans-serif;
  font-weight: 600;
  font-size: clamp(1.15rem, 2vw, 1.55rem);
  line-height: 1.18;
  letter-spacing: -0.018em;
  color: var(--ap-ink);
  margin: 0 0 0.45rem;
  transition: color 280ms var(--ap-ease);
}
.ap-article:hover .ap-article__title {
  color: var(--ap-accent);
}
.ap-article__desc {
  color: var(--ap-muted);
  font-size: 0.96rem;
  line-height: 1.6;
  margin: 0;
  max-width: 62ch;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.ap-article__arrow {
  font-size: 0.9rem;
  color: var(--ap-subtle);
  align-self: center;
  padding-left: 0.5rem;
  transition: transform 280ms var(--ap-ease), color 280ms var(--ap-ease);
}
.ap-article:hover .ap-article__arrow {
  color: var(--ap-accent);
  transform: translateX(4px);
}
@media (max-width: 640px) {
  .ap-article {
    grid-template-columns: 1fr;
    gap: 0.75rem;
  }
  .ap-article__arrow {
    display: none;
  }
}
@media (prefers-reduced-motion: reduce) {
  .ap-back, .ap-back-bottom a, .ap-article, .ap-article__title, .ap-article__topic, .ap-article__arrow {
    transition: none;
  }
  .ap-article:hover {
    padding-left: 0;
    background: transparent;
  }
  .ap-article:hover .ap-article__arrow {
    transform: none;
  }
}
@property --tw-translate-x {
  syntax: "*";
  inherits: false;
  initial-value: 0;
}
@property --tw-translate-y {
  syntax: "*";
  inherits: false;
  initial-value: 0;
}
@property --tw-translate-z {
  syntax: "*";
  inherits: false;
  initial-value: 0;
}
@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-divide-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;
}
@keyframes fadeInUp {
  0% {
    opacity: 0;
    transform: translateY(16px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
@layer properties {
  @supports ((-webkit-hyphens: none) and (not (margin-trim: inline))) or ((-moz-orient: inline) and (not (color:rgb(from red r g b)))) {
    *, ::before, ::after, ::backdrop {
      --tw-translate-x: 0;
      --tw-translate-y: 0;
      --tw-translate-z: 0;
      --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-divide-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;
    }
  }
}
