/*! tailwindcss v4.2.4 | MIT License | https://tailwindcss.com */
@layer properties;
@layer theme, base, components, utilities;
@layer theme {
  :root, :host {
    --font-sans: ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji",
      "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    --font-mono: "JetBrains Mono", ui-monospace, monospace;
    --color-black: #000;
    --color-white: #fff;
    --spacing: 0.25rem;
    --container-lg: 32rem;
    --container-xl: 36rem;
    --container-3xl: 48rem;
    --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-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);
    --font-weight-medium: 500;
    --font-weight-semibold: 600;
    --font-weight-bold: 700;
    --tracking-wider: 0.05em;
    --leading-tight: 1.25;
    --radius-md: 0.375rem;
    --radius-lg: 0.5rem;
    --radius-xl: 0.75rem;
    --radius-2xl: 1rem;
    --default-transition-duration: 150ms;
    --default-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    --default-font-family: var(--font-sans);
    --default-mono-font-family: var(--font-mono);
    --color-bg: var(--bg);
    --color-surface-2: var(--surface-2);
    --color-fg: var(--fg);
    --color-border: var(--border);
    --color-accent: var(--accent);
    --color-accent-fg: var(--accent-fg);
    --font-display: "Space Grotesk", ui-sans-serif, sans-serif;
    --font-body: "Inter", ui-sans-serif, sans-serif;
  }
}
@layer base {
  *, ::after, ::before, ::backdrop, ::file-selector-button {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    border: 0 solid;
  }
  html, :host {
    line-height: 1.5;
    -webkit-text-size-adjust: 100%;
    tab-size: 4;
    font-family: var(--default-font-family, ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji");
    font-feature-settings: var(--default-font-feature-settings, normal);
    font-variation-settings: var(--default-font-variation-settings, normal);
    -webkit-tap-highlight-color: transparent;
  }
  hr {
    height: 0;
    color: inherit;
    border-top-width: 1px;
  }
  abbr:where([title]) {
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted;
  }
  h1, h2, h3, h4, h5, h6 {
    font-size: inherit;
    font-weight: inherit;
  }
  a {
    color: inherit;
    -webkit-text-decoration: inherit;
    text-decoration: inherit;
  }
  b, strong {
    font-weight: bolder;
  }
  code, kbd, samp, pre {
    font-family: var(--default-mono-font-family, ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace);
    font-feature-settings: var(--default-mono-font-feature-settings, normal);
    font-variation-settings: var(--default-mono-font-variation-settings, normal);
    font-size: 1em;
  }
  small {
    font-size: 80%;
  }
  sub, sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
  }
  sub {
    bottom: -0.25em;
  }
  sup {
    top: -0.5em;
  }
  table {
    text-indent: 0;
    border-color: inherit;
    border-collapse: collapse;
  }
  :-moz-focusring {
    outline: auto;
  }
  progress {
    vertical-align: baseline;
  }
  summary {
    display: list-item;
  }
  ol, ul, menu {
    list-style: none;
  }
  img, svg, video, canvas, audio, iframe, embed, object {
    display: block;
    vertical-align: middle;
  }
  img, video {
    max-width: 100%;
    height: auto;
  }
  button, input, select, optgroup, textarea, ::file-selector-button {
    font: inherit;
    font-feature-settings: inherit;
    font-variation-settings: inherit;
    letter-spacing: inherit;
    color: inherit;
    border-radius: 0;
    background-color: transparent;
    opacity: 1;
  }
  :where(select:is([multiple], [size])) optgroup {
    font-weight: bolder;
  }
  :where(select:is([multiple], [size])) optgroup option {
    padding-inline-start: 20px;
  }
  ::file-selector-button {
    margin-inline-end: 4px;
  }
  ::placeholder {
    opacity: 1;
  }
  @supports (not (-webkit-appearance: -apple-pay-button))  or (contain-intrinsic-size: 1px) {
    ::placeholder {
      color: currentcolor;
      @supports (color: color-mix(in lab, red, red)) {
        color: color-mix(in oklab, currentcolor 50%, transparent);
      }
    }
  }
  textarea {
    resize: vertical;
  }
  ::-webkit-search-decoration {
    -webkit-appearance: none;
  }
  ::-webkit-date-and-time-value {
    min-height: 1lh;
    text-align: inherit;
  }
  ::-webkit-datetime-edit {
    display: inline-flex;
  }
  ::-webkit-datetime-edit-fields-wrapper {
    padding: 0;
  }
  ::-webkit-datetime-edit, ::-webkit-datetime-edit-year-field, ::-webkit-datetime-edit-month-field, ::-webkit-datetime-edit-day-field, ::-webkit-datetime-edit-hour-field, ::-webkit-datetime-edit-minute-field, ::-webkit-datetime-edit-second-field, ::-webkit-datetime-edit-millisecond-field, ::-webkit-datetime-edit-meridiem-field {
    padding-block: 0;
  }
  ::-webkit-calendar-picker-indicator {
    line-height: 1;
  }
  :-moz-ui-invalid {
    box-shadow: none;
  }
  button, input:where([type="button"], [type="reset"], [type="submit"]), ::file-selector-button {
    appearance: button;
  }
  ::-webkit-inner-spin-button, ::-webkit-outer-spin-button {
    height: auto;
  }
  [hidden]:where(:not([hidden="until-found"])) {
    display: none !important;
  }
}
@layer utilities {
  .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;
  }
  .sticky {
    position: sticky;
  }
  .inset-0 {
    inset: calc(var(--spacing) * 0);
  }
  .start {
    inset-inline-start: var(--spacing);
  }
  .end {
    inset-inline-end: var(--spacing);
  }
  .top-2 {
    top: calc(var(--spacing) * 2);
  }
  .top-\[68px\] {
    top: 68px;
  }
  .right-0 {
    right: calc(var(--spacing) * 0);
  }
  .right-2 {
    right: calc(var(--spacing) * 2);
  }
  .bottom-0 {
    bottom: calc(var(--spacing) * 0);
  }
  .left-0 {
    left: calc(var(--spacing) * 0);
  }
  .z-30 {
    z-index: 30;
  }
  .z-40 {
    z-index: 40;
  }
  .z-50 {
    z-index: 50;
  }
  .m-0 {
    margin: calc(var(--spacing) * 0);
  }
  .mx-auto {
    margin-inline: auto;
  }
  .my-4 {
    margin-block: calc(var(--spacing) * 4);
  }
  .mt-3 {
    margin-top: calc(var(--spacing) * 3);
  }
  .mt-3\.5 {
    margin-top: calc(var(--spacing) * 3.5);
  }
  .mt-4 {
    margin-top: calc(var(--spacing) * 4);
  }
  .mt-7 {
    margin-top: calc(var(--spacing) * 7);
  }
  .mt-8 {
    margin-top: calc(var(--spacing) * 8);
  }
  .mt-12 {
    margin-top: calc(var(--spacing) * 12);
  }
  .mt-16 {
    margin-top: calc(var(--spacing) * 16);
  }
  .mt-auto {
    margin-top: auto;
  }
  .mb-0\.5 {
    margin-bottom: calc(var(--spacing) * 0.5);
  }
  .mb-1 {
    margin-bottom: calc(var(--spacing) * 1);
  }
  .mb-1\.5 {
    margin-bottom: calc(var(--spacing) * 1.5);
  }
  .mb-2 {
    margin-bottom: calc(var(--spacing) * 2);
  }
  .mb-2\.5 {
    margin-bottom: calc(var(--spacing) * 2.5);
  }
  .mb-3 {
    margin-bottom: calc(var(--spacing) * 3);
  }
  .mb-3\.5 {
    margin-bottom: calc(var(--spacing) * 3.5);
  }
  .mb-4 {
    margin-bottom: calc(var(--spacing) * 4);
  }
  .mb-5 {
    margin-bottom: calc(var(--spacing) * 5);
  }
  .mb-6 {
    margin-bottom: calc(var(--spacing) * 6);
  }
  .mb-8 {
    margin-bottom: calc(var(--spacing) * 8);
  }
  .mb-10 {
    margin-bottom: calc(var(--spacing) * 10);
  }
  .mb-12 {
    margin-bottom: calc(var(--spacing) * 12);
  }
  .mb-14 {
    margin-bottom: calc(var(--spacing) * 14);
  }
  .block {
    display: block;
  }
  .contents {
    display: contents;
  }
  .flex {
    display: flex;
  }
  .grid {
    display: grid;
  }
  .hidden {
    display: none;
  }
  .h-\[34px\] {
    height: 34px;
  }
  .h-\[calc\(100vh-68px\)\] {
    height: calc(100vh - 68px);
  }
  .min-h-\[calc\(100vh-68px\)\] {
    min-height: calc(100vh - 68px);
  }
  .w-56 {
    width: calc(var(--spacing) * 56);
  }
  .w-60 {
    width: calc(var(--spacing) * 60);
  }
  .w-\[34px\] {
    width: 34px;
  }
  .max-w-3xl {
    max-width: var(--container-3xl);
  }
  .max-w-\[260px\] {
    max-width: 260px;
  }
  .max-w-\[400px\] {
    max-width: 400px;
  }
  .max-w-\[720px\] {
    max-width: 720px;
  }
  .max-w-\[820px\] {
    max-width: 820px;
  }
  .max-w-\[1180px\] {
    max-width: 1180px;
  }
  .max-w-\[1440px\] {
    max-width: 1440px;
  }
  .max-w-lg {
    max-width: var(--container-lg);
  }
  .max-w-xl {
    max-width: var(--container-xl);
  }
  .min-w-0 {
    min-width: calc(var(--spacing) * 0);
  }
  .flex-1 {
    flex: 1;
  }
  .flex-shrink-0 {
    flex-shrink: 0;
  }
  .-translate-x-full {
    --tw-translate-x: -100%;
    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,);
  }
  .resize {
    resize: both;
  }
  .list-none {
    list-style-type: none;
  }
  .grid-cols-1 {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
  .flex-col {
    flex-direction: column;
  }
  .flex-wrap {
    flex-wrap: wrap;
  }
  .items-center {
    align-items: center;
  }
  .items-start {
    align-items: flex-start;
  }
  .justify-between {
    justify-content: space-between;
  }
  .justify-center {
    justify-content: center;
  }
  .gap-0\.5 {
    gap: calc(var(--spacing) * 0.5);
  }
  .gap-1 {
    gap: calc(var(--spacing) * 1);
  }
  .gap-1\.5 {
    gap: calc(var(--spacing) * 1.5);
  }
  .gap-2 {
    gap: calc(var(--spacing) * 2);
  }
  .gap-3 {
    gap: calc(var(--spacing) * 3);
  }
  .gap-3\.5 {
    gap: calc(var(--spacing) * 3.5);
  }
  .gap-4 {
    gap: calc(var(--spacing) * 4);
  }
  .gap-5 {
    gap: calc(var(--spacing) * 5);
  }
  .gap-6 {
    gap: calc(var(--spacing) * 6);
  }
  .gap-7 {
    gap: calc(var(--spacing) * 7);
  }
  .gap-8 {
    gap: calc(var(--spacing) * 8);
  }
  .gap-14 {
    gap: calc(var(--spacing) * 14);
  }
  .overflow-x-hidden {
    overflow-x: hidden;
  }
  .overflow-y-auto {
    overflow-y: auto;
  }
  .scroll-smooth {
    scroll-behavior: smooth;
  }
  .rounded {
    border-radius: 0.25rem;
  }
  .rounded-2xl {
    border-radius: var(--radius-2xl);
  }
  .rounded-\[10px\] {
    border-radius: 10px;
  }
  .rounded-\[14px\] {
    border-radius: 14px;
  }
  .rounded-lg {
    border-radius: var(--radius-lg);
  }
  .rounded-md {
    border-radius: var(--radius-md);
  }
  .rounded-xl {
    border-radius: var(--radius-xl);
  }
  .border {
    border-style: var(--tw-border-style);
    border-width: 1px;
  }
  .border-t {
    border-top-style: var(--tw-border-style);
    border-top-width: 1px;
  }
  .border-r {
    border-right-style: var(--tw-border-style);
    border-right-width: 1px;
  }
  .border-b {
    border-bottom-style: var(--tw-border-style);
    border-bottom-width: 1px;
  }
  .border-border {
    border-color: var(--color-border);
  }
  .bg-bg {
    background-color: var(--color-bg);
  }
  .bg-black\/40 {
    background-color: color-mix(in srgb, #000 40%, transparent);
    @supports (color: color-mix(in lab, red, red)) {
      background-color: color-mix(in oklab, var(--color-black) 40%, transparent);
    }
  }
  .bg-white\/10 {
    background-color: color-mix(in srgb, #fff 10%, transparent);
    @supports (color: color-mix(in lab, red, red)) {
      background-color: color-mix(in oklab, var(--color-white) 10%, transparent);
    }
  }
  .p-0 {
    padding: calc(var(--spacing) * 0);
  }
  .p-2 {
    padding: calc(var(--spacing) * 2);
  }
  .p-4 {
    padding: calc(var(--spacing) * 4);
  }
  .p-5 {
    padding: calc(var(--spacing) * 5);
  }
  .p-6 {
    padding: calc(var(--spacing) * 6);
  }
  .p-8 {
    padding: calc(var(--spacing) * 8);
  }
  .px-2 {
    padding-inline: calc(var(--spacing) * 2);
  }
  .px-3 {
    padding-inline: calc(var(--spacing) * 3);
  }
  .px-4 {
    padding-inline: calc(var(--spacing) * 4);
  }
  .px-6 {
    padding-inline: calc(var(--spacing) * 6);
  }
  .py-0\.5 {
    padding-block: calc(var(--spacing) * 0.5);
  }
  .py-1 {
    padding-block: calc(var(--spacing) * 1);
  }
  .py-1\.5 {
    padding-block: calc(var(--spacing) * 1.5);
  }
  .py-2 {
    padding-block: calc(var(--spacing) * 2);
  }
  .py-4 {
    padding-block: calc(var(--spacing) * 4);
  }
  .py-8 {
    padding-block: calc(var(--spacing) * 8);
  }
  .py-12 {
    padding-block: calc(var(--spacing) * 12);
  }
  .py-16 {
    padding-block: calc(var(--spacing) * 16);
  }
  .pt-6 {
    padding-top: calc(var(--spacing) * 6);
  }
  .pt-16 {
    padding-top: calc(var(--spacing) * 16);
  }
  .pb-16 {
    padding-bottom: calc(var(--spacing) * 16);
  }
  .text-center {
    text-align: center;
  }
  .font-display {
    font-family: var(--font-display);
  }
  .font-mono {
    font-family: var(--font-mono);
  }
  .text-3xl {
    font-size: var(--text-3xl);
    line-height: var(--tw-leading, var(--text-3xl--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));
  }
  .text-\[11px\] {
    font-size: 11px;
  }
  .text-\[12\.5px\] {
    font-size: 12.5px;
  }
  .text-\[13\.5px\] {
    font-size: 13.5px;
  }
  .text-\[14\.5px\] {
    font-size: 14.5px;
  }
  .text-\[15px\] {
    font-size: 15px;
  }
  .text-\[22px\] {
    font-size: 22px;
  }
  .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-wider {
    --tw-tracking: var(--tracking-wider);
    letter-spacing: var(--tracking-wider);
  }
  .text-fg {
    color: var(--color-fg);
  }
  .text-white\/70 {
    color: color-mix(in srgb, #fff 70%, transparent);
    @supports (color: color-mix(in lab, red, red)) {
      color: color-mix(in oklab, var(--color-white) 70%, transparent);
    }
  }
  .uppercase {
    text-transform: uppercase;
  }
  .underline {
    text-decoration-line: underline;
  }
  .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));
  }
  .transition-colors {
    transition-property: color, background-color, border-color, outline-color, text-decoration-color, fill, stroke, --tw-gradient-from, --tw-gradient-via, --tw-gradient-to;
    transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
    transition-duration: var(--tw-duration, var(--default-transition-duration));
  }
  .transition-transform {
    transition-property: transform, translate, scale, rotate;
    transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
    transition-duration: var(--tw-duration, var(--default-transition-duration));
  }
  .group-hover\:-translate-x-0\.5 {
    &:is(:where(.group):hover *) {
      @media (hover: hover) {
        --tw-translate-x: calc(var(--spacing) * -0.5);
        translate: var(--tw-translate-x) var(--tw-translate-y);
      }
    }
  }
  .group-hover\:translate-x-0\.5 {
    &:is(:where(.group):hover *) {
      @media (hover: hover) {
        --tw-translate-x: calc(var(--spacing) * 0.5);
        translate: var(--tw-translate-x) var(--tw-translate-y);
      }
    }
  }
  .hover\:bg-surface-2 {
    &:hover {
      @media (hover: hover) {
        background-color: var(--color-surface-2);
      }
    }
  }
  .hover\:bg-white\/20 {
    &:hover {
      @media (hover: hover) {
        background-color: color-mix(in srgb, #fff 20%, transparent);
        @supports (color: color-mix(in lab, red, red)) {
          background-color: color-mix(in oklab, var(--color-white) 20%, transparent);
        }
      }
    }
  }
  .hover\:text-fg {
    &:hover {
      @media (hover: hover) {
        color: var(--color-fg);
      }
    }
  }
  .hover\:text-white {
    &:hover {
      @media (hover: hover) {
        color: var(--color-white);
      }
    }
  }
  .hover\:underline {
    &:hover {
      @media (hover: hover) {
        text-decoration-line: underline;
      }
    }
  }
  .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-50 {
    &:focus {
      z-index: 50;
    }
  }
  .focus\:rounded {
    &:focus {
      border-radius: 0.25rem;
    }
  }
  .focus\:bg-accent {
    &:focus {
      background-color: var(--color-accent);
    }
  }
  .focus\:px-4 {
    &:focus {
      padding-inline: calc(var(--spacing) * 4);
    }
  }
  .focus\:py-2 {
    &:focus {
      padding-block: calc(var(--spacing) * 2);
    }
  }
  .focus\:text-accent-fg {
    &:focus {
      color: var(--color-accent-fg);
    }
  }
  .sm\:flex-row {
    @media (width >= 40rem) {
      flex-direction: row;
    }
  }
  .md\:col-span-2 {
    @media (width >= 48rem) {
      grid-column: span 2 / span 2;
    }
  }
  .md\:hidden {
    @media (width >= 48rem) {
      display: none;
    }
  }
  .md\:inline-flex {
    @media (width >= 48rem) {
      display: inline-flex;
    }
  }
  .md\:grid-cols-2 {
    @media (width >= 48rem) {
      grid-template-columns: repeat(2, minmax(0, 1fr));
    }
  }
  .md\:grid-cols-3 {
    @media (width >= 48rem) {
      grid-template-columns: repeat(3, minmax(0, 1fr));
    }
  }
  .md\:grid-cols-\[1\.4fr_1fr_1fr_1fr\] {
    @media (width >= 48rem) {
      grid-template-columns: 1.4fr 1fr 1fr 1fr;
    }
  }
  .md\:gap-10 {
    @media (width >= 48rem) {
      gap: calc(var(--spacing) * 10);
    }
  }
  .lg\:sticky {
    @media (width >= 64rem) {
      position: sticky;
    }
  }
  .lg\:top-24 {
    @media (width >= 64rem) {
      top: calc(var(--spacing) * 24);
    }
  }
  .lg\:hidden {
    @media (width >= 64rem) {
      display: none;
    }
  }
  .lg\:translate-x-0 {
    @media (width >= 64rem) {
      --tw-translate-x: calc(var(--spacing) * 0);
      translate: var(--tw-translate-x) var(--tw-translate-y);
    }
  }
  .lg\:grid-cols-\[240px_1fr\] {
    @media (width >= 64rem) {
      grid-template-columns: 240px 1fr;
    }
  }
  .lg\:px-8 {
    @media (width >= 64rem) {
      padding-inline: calc(var(--spacing) * 8);
    }
  }
  .lg\:px-10 {
    @media (width >= 64rem) {
      padding-inline: calc(var(--spacing) * 10);
    }
  }
  .lg\:pt-24 {
    @media (width >= 64rem) {
      padding-top: calc(var(--spacing) * 24);
    }
  }
  .lg\:pb-20 {
    @media (width >= 64rem) {
      padding-bottom: calc(var(--spacing) * 20);
    }
  }
  .lg\:text-4xl {
    @media (width >= 64rem) {
      font-size: var(--text-4xl);
      line-height: var(--tw-leading, var(--text-4xl--line-height));
    }
  }
  .xl\:block {
    @media (width >= 80rem) {
      display: block;
    }
  }
}
:root {
  --bg: oklch(15% 0.02 45);
  --surface: oklch(19% 0.024 45);
  --surface-2: oklch(23% 0.026 48);
  --fg: oklch(96% 0.008 80);
  --muted: oklch(68% 0.02 60);
  --border: oklch(30% 0.02 50);
  --accent: oklch(72% 0.145 58);
  --accent-hover: oklch(78% 0.15 58);
  --accent-fg: oklch(15% 0.02 45);
  --good: oklch(72% 0.13 148);
  --outline-hover-border: oklch(40% 0.02 50);
  --card-hover-border: oklch(45% 0.03 55);
  --syntax-keyword: oklch(70% 0.11 300);
  --syntax-string: oklch(72% 0.13 148);
  --nav-bg: oklch(15% 0.02 45 / 0.82);
  --light-bg: oklch(97% 0.008 75);
  --light-surface: oklch(93% 0.012 70);
  --light-surface-2: oklch(89% 0.014 65);
  --light-fg: oklch(22% 0.02 50);
  --light-muted: oklch(42% 0.02 55);
  --light-border: oklch(84% 0.014 60);
  --light-accent: oklch(50% 0.16 58);
  --light-accent-hover: oklch(42% 0.17 58);
  --light-accent-fg: oklch(99% 0.004 80);
  --light-good: oklch(42% 0.13 148);
  --light-outline-hover-border: oklch(55% 0.02 55);
  --light-card-hover-border: oklch(60% 0.03 55);
  --light-syntax-keyword: oklch(45% 0.13 300);
  --light-syntax-string: oklch(40% 0.13 148);
  --light-nav-bg: oklch(97% 0.008 75 / 0.82);
  --focus-ring-color: oklch(72% 0.145 58);
}
@media (prefers-color-scheme: light) {
  html:not([data-theme]) {
    --bg: var(--light-bg);
    --surface: var(--light-surface);
    --surface-2: var(--light-surface-2);
    --fg: var(--light-fg);
    --muted: var(--light-muted);
    --border: var(--light-border);
    --accent: var(--light-accent);
    --accent-hover: var(--light-accent-hover);
    --accent-fg: var(--light-accent-fg);
    --good: var(--light-good);
    --outline-hover-border: var(--light-outline-hover-border);
    --card-hover-border: var(--light-card-hover-border);
    --syntax-keyword: var(--light-syntax-keyword);
    --syntax-string: var(--light-syntax-string);
    --nav-bg: var(--light-nav-bg);
  }
}
[data-theme="light"] {
  --bg: var(--light-bg);
  --surface: var(--light-surface);
  --surface-2: var(--light-surface-2);
  --fg: var(--light-fg);
  --muted: var(--light-muted);
  --border: var(--light-border);
  --accent: var(--light-accent);
  --accent-hover: var(--light-accent-hover);
  --accent-fg: var(--light-accent-fg);
  --good: var(--light-good);
  --outline-hover-border: var(--light-outline-hover-border);
  --card-hover-border: var(--light-card-hover-border);
  --syntax-keyword: var(--light-syntax-keyword);
  --syntax-string: var(--light-syntax-string);
  --nav-bg: var(--light-nav-bg);
}
body {
  font-family: var(--font-body);
  background: var(--bg);
  color: var(--fg);
  transition: background 0.2s ease, color 0.2s ease;
  overflow-x: hidden;
}
@layer base {
  a:focus-visible, button:focus-visible, [tabindex]:focus-visible {
    outline: 2px solid var(--focus-ring-color);
    outline-offset: 2px;
    border-radius: 4px;
  }
  a:focus:not(:focus-visible), button:focus:not(:focus-visible), [tabindex]:focus:not(:focus-visible) {
    outline: none;
  }
}
@layer components {
  .btn {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    font-family: var(--font-body);
    font-weight: 600;
    font-size: 15px;
    padding: 12px 22px;
    border-radius: 8px;
    border: 1px solid transparent;
    cursor: pointer;
    transition: background .15s ease, border-color .15s ease, color .15s ease;
    white-space: nowrap;
  }
  .btn-primary {
    background: var(--accent);
    color: var(--accent-fg);
  }
  .btn-primary:hover {
    background: var(--accent-hover);
  }
  .btn-outline {
    background: transparent;
    color: var(--fg);
    border-color: var(--border);
  }
  .btn-outline:hover {
    background: var(--surface-2);
    border-color: var(--outline-hover-border);
  }
  .btn-nav-ghost {
    background: transparent;
    color: var(--fg);
    border-color: transparent;
  }
  .btn-nav-ghost:hover {
    background: var(--surface-2);
  }
  .btn-sm {
    padding: 9px 16px;
    font-size: 13px;
  }
  .brand {
    display: flex;
    align-items: center;
    gap: 10px;
    font-family: var(--font-display);
    font-weight: 700;
    font-size: 18px;
  }
  .brand-mark {
    width: 30px;
    height: 30px;
    flex-shrink: 0;
  }
  .site-nav {
    position: sticky;
    top: 0;
    z-index: 50;
    padding: 14px 16px 0;
    transition: transform .25s ease;
  }
  @media (min-width: 640px) {
    .site-nav {
      padding: 18px 24px 0;
    }
  }
  .site-nav.nav-hidden {
    transform: translateY(-140%);
  }
  .nav-inner {
    position: relative;
    max-width: 1180px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 60px;
    gap: 20px;
    padding: 0 10px 0 20px;
    border-radius: 9999px;
    background: var(--nav-bg);
    backdrop-filter: blur(20px) saturate(180%);
    -webkit-backdrop-filter: blur(20px) saturate(180%);
    border: 1px solid var(--border);
    box-shadow: 0 12px 32px -14px oklch(8% 0.02 45 / .4), inset 0 1px 0 oklch(100% 0 0 / .08), inset 0 0 0 1px oklch(100% 0 0 / .03);
    transition: background .2s ease, border-color .2s ease;
  }
  .nav-links {
    display: flex;
    align-items: center;
    gap: 26px;
  }
  .nav-links a {
    font-size: 14px;
    font-weight: 500;
    color: var(--muted);
    transition: color .15s ease;
  }
  .nav-links a:hover, .nav-links a.is-active {
    color: var(--fg);
  }
  .nav-actions {
    display: flex;
    align-items: center;
    gap: 10px;
  }
  @media (max-width: 920px) {
    .nav-links {
      display: none;
    }
  }
  .logo-dropdown {
    position: relative;
  }
  .logo-dropdown-btn {
    display: flex;
    align-items: center;
    gap: 7px;
    background: transparent;
    border: 1px solid transparent;
    border-radius: 8px;
    padding: 6px 8px 6px 6px;
    cursor: pointer;
    color: var(--fg);
    font-family: var(--font-display);
    font-weight: 700;
    font-size: 18px;
    transition: background .15s ease, border-color .15s ease;
  }
  .logo-dropdown-btn:hover {
    background: var(--surface);
    border-color: var(--border);
  }
  .logo-dropdown-btn .brand-mark {
    width: 24px;
    height: 24px;
  }
  .logo-dropdown-btn .chevron {
    width: 12px;
    height: 12px;
    color: var(--muted);
    flex-shrink: 0;
    transition: transform .18s ease;
  }
  .logo-dropdown.is-open .logo-dropdown-btn .chevron {
    transform: rotate(180deg);
  }
  .logo-dropdown-panel {
    position: absolute;
    top: calc(100% + 10px);
    left: 0;
    min-width: 220px;
    background: var(--surface);
    border: 1px solid var(--border);
    border-radius: 12px;
    padding: 6px;
    box-shadow: 0 20px 44px -18px oklch(8% 0.02 45 / 0.55);
    opacity: 0;
    visibility: hidden;
    transform: translateY(-6px);
    transition: opacity .16s ease, transform .16s ease, visibility .16s;
    z-index: 60;
  }
  .logo-dropdown.is-open .logo-dropdown-panel {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
  }
  .logo-dropdown-panel a {
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 13.5px;
    font-weight: 500;
    color: var(--fg);
    padding: 9px 10px;
    border-radius: 8px;
    transition: background .15s ease;
  }
  .logo-dropdown-panel a:hover {
    background: var(--surface-2);
  }
  .logo-dropdown-panel a svg {
    width: 15px;
    height: 15px;
    color: var(--muted);
    flex-shrink: 0;
  }
  .logo-dropdown-panel .dropdown-divider {
    height: 1px;
    background: var(--border);
    margin: 6px 4px;
  }
  .theme-toggle {
    position: relative;
    margin-right: 4px;
  }
  .theme-toggle-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 36px;
    height: 36px;
    border-radius: 50%;
    border: 1px solid var(--border);
    background: var(--surface-2);
    color: var(--muted);
    cursor: pointer;
    transition: background .15s ease, color .15s ease, border-color .15s ease;
  }
  .theme-toggle-btn svg {
    width: 16px;
    height: 16px;
  }
  .theme-toggle-btn:hover {
    color: var(--fg);
    border-color: var(--card-hover-border);
  }
  .theme-toggle-panel {
    position: absolute;
    top: calc(100% + 10px);
    right: 0;
    min-width: 168px;
    background: var(--surface);
    border: 1px solid var(--border);
    border-radius: 12px;
    padding: 6px;
    box-shadow: 0 20px 44px -18px oklch(8% 0.02 45 / 0.55);
    opacity: 0;
    visibility: hidden;
    transform: translateY(-6px);
    transition: opacity .16s ease, transform .16s ease, visibility .16s;
    z-index: 60;
  }
  .theme-toggle.is-open .theme-toggle-panel {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
  }
  .theme-toggle-panel button {
    display: flex;
    align-items: center;
    gap: 10px;
    width: 100%;
    font-family: var(--font-body);
    font-size: 13.5px;
    font-weight: 500;
    color: var(--fg);
    background: none;
    border: none;
    padding: 9px 10px;
    border-radius: 8px;
    cursor: pointer;
    transition: background .15s ease;
    text-align: left;
  }
  .theme-toggle-panel button:hover {
    background: var(--surface-2);
  }
  .theme-toggle-panel button svg {
    width: 15px;
    height: 15px;
    color: var(--muted);
    flex-shrink: 0;
  }
  .theme-toggle-panel button.is-active {
    color: var(--accent);
  }
  .theme-toggle-panel button.is-active svg {
    color: var(--accent);
  }
  .theme-toggle-panel button .check {
    margin-left: auto;
    width: 14px;
    height: 14px;
    color: var(--accent);
    flex-shrink: 0;
    visibility: hidden;
  }
  .theme-toggle-panel button.is-active .check {
    visibility: visible;
  }
  .mobile-menu-backdrop {
    position: fixed;
    inset: 0;
    background: rgba(0, 0, 0, .5);
    opacity: 0;
    visibility: hidden;
    transition: opacity .2s, visibility .2s;
    z-index: 100;
  }
  .mobile-menu-backdrop.open {
    opacity: 1;
    visibility: visible;
  }
  .mobile-menu {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    width: 280px;
    background: var(--surface);
    border-left: 1px solid var(--border);
    transform: translateX(100%);
    transition: transform .3s ease-out;
    z-index: 101;
    padding: 24px;
    display: flex;
    flex-direction: column;
  }
  .mobile-menu.open {
    transform: translateX(0);
  }
  .mobile-menu a.nav-link {
    display: block;
    padding: 12px 16px;
    font-size: 15px;
    font-weight: 500;
    color: var(--muted);
    border-radius: 12px;
    transition: background .15s;
  }
  .mobile-menu a.nav-link:hover, .mobile-menu a.nav-link.active {
    background: var(--surface-2);
    color: var(--fg);
  }
  .hamburger {
    display: flex;
    flex-direction: column;
    gap: 5px;
    padding: 8px;
    cursor: pointer;
    background: none;
    border: none;
  }
  .hamburger span {
    display: block;
    width: 22px;
    height: 2px;
    background: var(--fg);
    border-radius: 2px;
    transition: transform .2s, opacity .2s;
  }
  .status-pill {
    display: flex;
    width: fit-content;
    align-items: center;
    gap: 7px;
    font-family: var(--font-mono);
    font-size: 12px;
    color: var(--good);
    background: oklch(72% 0.13 148 / 0.1);
    border: 1px solid oklch(72% 0.13 148 / 0.25);
    padding: 6px 12px;
    border-radius: 100px;
  }
  .status-dot {
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: var(--good);
    box-shadow: 0 0 0 0 oklch(72% 0.13 148 / .5);
    animation: pulse 2s infinite;
  }
  @keyframes pulse {
    0% {
      box-shadow: 0 0 0 0 oklch(72% 0.13 148 / .45);
    }
    70% {
      box-shadow: 0 0 0 6px oklch(72% 0.13 148 / 0);
    }
    100% {
      box-shadow: 0 0 0 0 oklch(72% 0.13 148 / 0);
    }
  }
  .badge {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    font-family: var(--font-mono);
    font-size: 12px;
    color: var(--accent);
    background: oklch(72% 0.145 58 / 0.1);
    border: 1px solid oklch(72% 0.145 58 / 0.28);
    padding: 6px 14px;
    border-radius: 100px;
  }
  .hero-note {
    font-size: 13px;
    color: var(--muted);
    display: flex;
    align-items: center;
    gap: 7px;
  }
  .hn-dot {
    width: 4px;
    height: 4px;
    border-radius: 50%;
    background: var(--good);
    flex-shrink: 0;
  }
  .terminal {
    background: var(--surface);
    border: 1px solid var(--border);
    border-radius: 14px;
    overflow: hidden;
    box-shadow: 0 24px 60px -20px oklch(8% 0.02 45 / .7);
  }
  .terminal-tabs {
    display: flex;
    border-bottom: 1px solid var(--border);
    overflow-x: auto;
  }
  .terminal-tab {
    font-family: var(--font-mono);
    font-size: 12.5px;
    color: var(--muted);
    padding: 13px 18px;
    cursor: pointer;
    border-bottom: 2px solid transparent;
    white-space: nowrap;
    transition: color .15s ease;
    background: none;
    border-top: none;
    border-left: none;
    border-right: none;
  }
  .terminal-tab:hover {
    color: var(--fg);
  }
  .terminal-tab.active {
    color: var(--fg);
    border-bottom-color: var(--accent);
  }
  .terminal-body {
    padding: 22px 24px;
    font-family: var(--font-mono);
    font-size: 13px;
    line-height: 1.7;
    min-height: 280px;
  }
  .terminal-body pre {
    margin: 0;
    white-space: pre-wrap;
    color: var(--fg);
  }
  .terminal-panel {
    display: none;
  }
  .terminal-panel.active {
    display: block;
  }
  .tk {
    color: var(--syntax-keyword);
  }
  .tv {
    color: var(--accent);
  }
  .tc {
    color: var(--muted);
  }
  .tstr {
    color: var(--syntax-string);
  }
  .logo-chip {
    display: flex;
    align-items: center;
    gap: 9px;
    font-family: var(--font-mono);
    font-size: 13px;
    color: var(--fg);
    border: 1px solid var(--border);
    border-radius: 10px;
    padding: 11px 18px;
    background: var(--surface);
    transition: border-color .15s ease, transform .15s ease;
  }
  .logo-chip:hover {
    border-color: var(--card-hover-border);
    transform: translateY(-2px);
  }
  .logo-chip .chip-dot {
    width: 7px;
    height: 7px;
    border-radius: 50%;
    flex-shrink: 0;
    background: var(--accent);
  }
  .bento-card {
    background: var(--surface);
    border: 1px solid var(--border);
    border-radius: 14px;
    padding: 28px;
    transition: border-color .15s ease, transform .15s ease;
  }
  .bento-card:hover {
    border-color: var(--card-hover-border);
    transform: translateY(-2px);
  }
  .bento-icon {
    width: 38px;
    height: 38px;
    border-radius: 9px;
    background: oklch(72% 0.145 58 / 0.12);
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 18px;
  }
  .dual-card {
    background: var(--surface);
    border: 1px solid var(--border);
    border-radius: 16px;
    padding: 32px;
  }
  .dual-card.is-highlight {
    border-color: oklch(72% 0.145 58 / 0.35);
  }
  .dual-list {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: column;
    gap: 16px;
  }
  .dual-list li {
    display: flex;
    gap: 12px;
    font-size: 14.5px;
    color: var(--fg);
  }
  .dual-list .dot {
    color: var(--accent);
    flex-shrink: 0;
    margin-top: 2px;
  }
  .calc-panel {
    background: var(--surface);
    border: 1px solid var(--border);
    border-radius: 16px;
    padding: 36px;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 36px;
    align-items: center;
  }
  @media (max-width: 768px) {
    .calc-panel {
      grid-template-columns: 1fr;
      padding: 24px;
      gap: 28px;
    }
  }
  .calc-slider-label {
    display: flex;
    justify-content: space-between;
    font-size: 13px;
    color: var(--muted);
    margin-bottom: 10px;
  }
  .calc-slider-label strong {
    color: var(--fg);
    font-family: var(--font-mono);
  }
  .model-select {
    position: relative;
    width: 100%;
  }
  .model-select-btn {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
    width: 100%;
    font-family: var(--font-mono);
    font-size: 13.5px;
    color: var(--fg);
    background: var(--surface-2);
    border: 1px solid var(--border);
    border-radius: 10px;
    padding: 11px 14px;
    cursor: pointer;
    text-align: left;
    transition: border-color .15s ease;
  }
  .model-select-btn:hover {
    border-color: var(--card-hover-border);
  }
  .model-select-btn:focus-visible {
    outline: 2px solid var(--focus-ring-color);
    outline-offset: 2px;
  }
  .model-select-btn .chevron {
    width: 14px;
    height: 14px;
    color: var(--muted);
    flex-shrink: 0;
    transition: transform .15s ease;
  }
  .model-select.is-open .model-select-btn .chevron {
    transform: rotate(180deg);
  }
  .model-select-panel {
    position: absolute;
    top: calc(100% + 8px);
    left: 0;
    right: 0;
    background: var(--surface);
    border: 1px solid var(--border);
    border-radius: 12px;
    padding: 6px;
    box-shadow: 0 20px 44px -18px oklch(8% 0.02 45 / 0.55);
    opacity: 0;
    visibility: hidden;
    transform: translateY(-6px);
    transition: opacity .16s ease, transform .16s ease, visibility .16s;
    z-index: 60;
  }
  .model-select.is-open .model-select-panel {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
  }
  .model-select-option {
    display: block;
    width: 100%;
    font-family: var(--font-mono);
    font-size: 13.5px;
    font-weight: 500;
    color: var(--fg);
    background: none;
    border: none;
    padding: 9px 10px;
    border-radius: 8px;
    cursor: pointer;
    text-align: left;
    transition: background .15s ease;
  }
  .model-select-option:hover {
    background: var(--surface-2);
  }
  .model-select-option.is-active {
    color: var(--accent);
  }
  input[type="range"] {
    width: 100%;
    height: 4px;
    border-radius: 2px;
    background: var(--border);
    -webkit-appearance: none;
    appearance: none;
    outline: none;
  }
  input[type="range"]::-webkit-slider-thumb {
    -webkit-appearance: none;
    width: 18px;
    height: 18px;
    border-radius: 50%;
    background: var(--accent);
    cursor: pointer;
    border: 3px solid var(--surface);
    box-shadow: 0 0 0 1px var(--accent);
  }
  .calc-compare {
    display: flex;
    flex-direction: column;
    gap: 14px;
  }
  .calc-row {
    display: flex;
    justify-content: space-between;
    align-items: baseline;
    padding: 16px 18px;
    border-radius: 10px;
    background: var(--surface-2);
    border: 1px solid var(--border);
  }
  .calc-row.highlight {
    border-color: oklch(72% 0.145 58 / 0.4);
    background: oklch(72% 0.145 58 / 0.08);
  }
  .calc-row .value {
    font-family: var(--font-mono);
    font-size: 22px;
    color: var(--fg);
  }
  .calc-row.highlight .value {
    color: var(--accent);
  }
  .save-badge {
    font-family: var(--font-mono);
    font-size: 12px;
    color: var(--good);
    background: oklch(72% 0.13 148 / 0.12);
    border: 1px solid oklch(72% 0.13 148 / 0.3);
    padding: 3px 10px;
    border-radius: 100px;
    margin-left: 8px;
  }
  .price-table {
    width: 100%;
    border-collapse: collapse;
    margin-top: 20px;
    font-size: 13.5px;
  }
  .price-table th, .price-table td {
    text-align: left;
    padding: 10px 12px;
    border-bottom: 1px solid var(--border);
  }
  .price-table th {
    color: var(--muted);
    font-weight: 500;
    font-family: var(--font-mono);
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: .04em;
  }
  .price-table td {
    font-family: var(--font-mono);
    color: var(--fg);
  }
  .step-card {
    position: relative;
    padding: 32px 26px;
    background: var(--surface);
    border: 1px solid var(--border);
    border-radius: 14px;
  }
  .step-num {
    font-family: var(--font-mono);
    font-size: 13px;
    color: var(--accent);
    width: 32px;
    height: 32px;
    border-radius: 8px;
    border: 1px solid oklch(72% 0.145 58 / 0.35);
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 18px;
  }
  .step-card code {
    display: block;
    margin-top: 12px;
    font-family: var(--font-mono);
    font-size: 12.5px;
    background: var(--surface-2);
    border: 1px solid var(--border);
    border-radius: 8px;
    padding: 10px 12px;
    color: var(--accent);
    overflow-x: auto;
    white-space: pre;
  }
  .faq-item {
    border-bottom: 1px solid var(--border);
  }
  .faq-q {
    width: 100%;
    text-align: left;
    background: none;
    border: none;
    color: var(--fg);
    font-family: var(--font-body);
    font-size: 16px;
    font-weight: 600;
    padding: 22px 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
    cursor: pointer;
    gap: 16px;
  }
  .faq-q .plus {
    font-family: var(--font-mono);
    color: var(--accent);
    font-size: 18px;
    transition: transform .2s ease;
    flex-shrink: 0;
  }
  .faq-item.open .faq-q .plus {
    transform: rotate(45deg);
  }
  .faq-a {
    max-height: 0;
    overflow: hidden;
    transition: max-height .25s ease;
  }
  .faq-a p {
    padding-bottom: 22px;
    font-size: 14.5px;
    max-width: 760px;
    color: var(--muted);
  }
  .faq-item.open .faq-a {
    max-height: 240px;
  }
  .final-cta {
    text-align: center;
    background: linear-gradient(180deg, var(--surface), var(--bg));
    border: 1px solid var(--border);
    border-radius: 20px;
    padding: 72px 32px;
  }
  .site-footer-col h4 {
    font-family: var(--font-mono);
    font-size: 12px;
    color: var(--muted);
    text-transform: uppercase;
    letter-spacing: .06em;
    margin-bottom: 16px;
    font-weight: 500;
  }
  .site-footer-col a {
    font-size: 14px;
    color: var(--muted);
    transition: color .15s ease;
  }
  .site-footer-col a:hover {
    color: var(--fg);
  }
  #sidebar {
    transition: transform .25s ease;
    background: var(--bg);
    border-color: var(--border);
  }
  .sidebar-link.active {
    color: var(--accent);
    font-weight: 600;
    background: oklch(72% 0.145 58 / 0.1);
    border-radius: .375rem;
  }
  .docs-side-toggle {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    background: var(--surface);
    border: 1px solid var(--border);
    border-radius: 10px;
    padding: 12px 16px;
    font-family: var(--font-mono);
    font-size: 12.5px;
    font-weight: 500;
    color: var(--fg);
    cursor: pointer;
    text-transform: uppercase;
    letter-spacing: .04em;
  }
  .docs-side-toggle .chevron {
    width: 15px;
    height: 15px;
    color: var(--muted);
    transition: transform .2s ease;
    flex-shrink: 0;
  }
  .docs-side-toggle[aria-expanded="true"] .chevron {
    transform: rotate(180deg);
  }
  @media (max-width: 1023px) {
    .docs-side-panel {
      max-height: 0;
      overflow: hidden;
      opacity: 0;
      transition: max-height .25s ease, opacity .2s ease;
      margin-top: 0;
    }
    .docs-side-panel.is-open {
      max-height: 70vh;
      overflow-y: auto;
      opacity: 1;
      margin-top: 14px;
    }
  }
  pre {
    position: relative;
  }
  .copy-btn {
    position: absolute;
    top: .5rem;
    right: .5rem;
    opacity: 0;
    transition: opacity .15s, background .15s, color .15s;
    background: var(--surface-2);
    color: var(--muted);
    border: 1px solid var(--border);
  }
  .copy-btn:hover {
    background: var(--card-hover-border);
    color: var(--fg);
  }
  pre:hover .copy-btn {
    opacity: 1;
  }
  .prose h2, .docs-article h2 {
    font-size: 1.25rem;
    font-weight: 700;
    margin-top: 2rem;
    margin-bottom: .75rem;
    color: var(--fg);
    padding-bottom: .5rem;
    border-bottom: 1px solid var(--border);
    font-family: var(--font-display);
  }
  .prose h3, .docs-article h3 {
    font-size: 1rem;
    font-weight: 600;
    margin-top: 1.5rem;
    margin-bottom: .5rem;
    color: var(--fg);
    font-family: var(--font-display);
  }
  .prose p, .docs-article p {
    margin-bottom: 1rem;
    line-height: 1.75;
    color: var(--muted);
  }
  .prose ul, .docs-article ul {
    margin-bottom: 1rem;
    padding-left: 1.5rem;
    list-style-type: disc;
  }
  .prose ol, .docs-article ol {
    margin-bottom: 1rem;
    padding-left: 1.5rem;
    list-style-type: decimal;
  }
  .prose li, .docs-article li {
    margin-bottom: .375rem;
    line-height: 1.7;
    color: var(--muted);
  }
  .prose li::marker, .docs-article li::marker {
    color: var(--accent);
  }
  .prose code:not(pre code), .docs-article code:not(pre code) {
    background: var(--surface-2);
    color: var(--accent);
    padding: .125rem .375rem;
    border-radius: .25rem;
    font-family: var(--font-mono);
    font-size: .875em;
  }
  .prose pre, .docs-article pre {
    background: var(--surface);
    border: 1px solid var(--border);
    border-radius: .75rem;
    padding: 1.25rem;
    overflow-x: auto;
    margin-bottom: 1.25rem;
    white-space: pre-wrap;
  }
  .prose pre code, .docs-article pre code {
    color: var(--fg);
    font-family: var(--font-mono);
    font-size: .875rem;
    background: none;
    padding: 0;
    border-radius: 0;
  }
  .prose a:not(.btn), .docs-article a:not(.btn) {
    color: var(--accent);
    text-decoration: underline;
    text-underline-offset: 2px;
  }
  .prose a:not(.btn):hover, .docs-article a:not(.btn):hover {
    color: var(--accent-hover);
  }
  .prose strong, .docs-article strong {
    font-weight: 600;
    color: var(--fg);
  }
  .prose table, .docs-article table {
    width: 100%;
    border-collapse: collapse;
    margin-bottom: 1.25rem;
  }
  @media (max-width: 640px) {
    .prose table, .docs-article table {
      display: block;
      overflow-x: auto;
      white-space: nowrap;
    }
  }
  .prose th, .docs-article th {
    background: var(--surface-2);
    text-align: left;
    padding: .625rem 1rem;
    font-weight: 500;
    font-size: .75rem;
    text-transform: uppercase;
    letter-spacing: .04em;
    font-family: var(--font-mono);
    color: var(--muted);
    border-bottom: 1px solid var(--border);
  }
  .prose td, .docs-article td {
    padding: .625rem 1rem;
    font-size: .875rem;
    border-bottom: 1px solid var(--border);
    color: var(--fg);
  }
  .prose tr:last-child td, .docs-article tr:last-child td {
    border-bottom: none;
  }
  .toc-link {
    display: block;
    font-size: .875rem;
    color: var(--muted);
    padding: .25rem 0;
    text-decoration: none;
    border-left: 2px solid transparent;
    padding-left: .75rem;
  }
  .toc-link:hover {
    color: var(--accent);
    border-left-color: var(--accent);
  }
  .toc-link.active {
    color: var(--accent);
    border-left-color: var(--accent);
    font-weight: 500;
  }
  details summary {
    cursor: pointer;
    list-style: none;
  }
  details summary::-webkit-details-marker {
    display: none;
  }
  [data-reveal] {
    opacity: 0;
    transform: translateY(18px);
    transition: opacity .6s ease, transform .6s ease;
  }
  [data-reveal].is-visible {
    opacity: 1;
    transform: translateY(0);
  }
  #cookie-consent-banner {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 200;
  }
  @media (prefers-reduced-motion: reduce) {
    [data-reveal] {
      transition: none;
      opacity: 1;
      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-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;
}
@keyframes pulse {
  50% {
    opacity: 0.5;
  }
}
@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-border-style: solid;
      --tw-leading: initial;
      --tw-font-weight: initial;
      --tw-tracking: initial;
    }
  }
}
