/*! tailwindcss v4.2.2 | MIT License | https://tailwindcss.com */
@import url('https://fonts.googleapis.com/css2?family=Geist:wght@100..900&family=Geist+Mono:wght@400;500&display=swap');
@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: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono",
      "Courier New", monospace;
    --color-red-400: oklch(70.4% 0.191 22.216);
    --color-red-500: oklch(63.7% 0.237 25.331);
    --color-amber-500: oklch(76.9% 0.188 70.08);
    --color-amber-600: oklch(66.6% 0.179 58.318);
    --color-emerald-500: oklch(69.6% 0.17 162.48);
    --color-emerald-600: oklch(59.6% 0.145 163.225);
    --color-sky-500: oklch(68.5% 0.169 237.323);
    --color-sky-600: oklch(58.8% 0.158 241.966);
    --color-indigo-400: oklch(67.3% 0.182 276.935);
    --color-indigo-500: oklch(58.5% 0.233 277.117);
    --color-indigo-600: oklch(51.1% 0.262 276.966);
    --color-violet-500: oklch(60.6% 0.25 292.717);
    --color-violet-600: oklch(54.1% 0.281 293.009);
    --color-slate-300: oklch(86.9% 0.022 252.894);
    --color-slate-500: oklch(55.4% 0.046 257.417);
    --color-slate-800: oklch(27.9% 0.041 260.031);
    --color-slate-900: oklch(20.8% 0.042 265.755);
    --color-white: #fff;
    --spacing: 0.25rem;
    --container-xl: 36rem;
    --container-2xl: 42rem;
    --container-3xl: 48rem;
    --container-4xl: 56rem;
    --container-6xl: 72rem;
    --text-xs: 0.75rem;
    --text-xs--line-height: calc(1 / 0.75);
    --text-sm: 0.875rem;
    --text-sm--line-height: calc(1.25 / 0.875);
    --text-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-7xl: 4.5rem;
    --text-7xl--line-height: 1;
    --font-weight-medium: 500;
    --font-weight-semibold: 600;
    --font-weight-bold: 700;
    --font-weight-black: 900;
    --tracking-tight: -0.025em;
    --tracking-wider: 0.05em;
    --tracking-widest: 0.1em;
    --leading-snug: 1.375;
    --leading-relaxed: 1.625;
    --radius-lg: 0.5rem;
    --radius-xl: 0.75rem;
    --radius-2xl: 1rem;
    --radius-3xl: 1.5rem;
    --ease-out: cubic-bezier(0, 0, 0.2, 1);
    --ease-in-out: cubic-bezier(0.4, 0, 0.2, 1);
    --animate-ping: ping 1s cubic-bezier(0, 0, 0.2, 1) infinite;
    --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-accent: #ff851b;
  }
}
@layer base {
  *, ::after, ::before, ::backdrop, ::file-selector-button {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    border: 0 solid;
  }
  html, :host {
    line-height: 1.5;
    -webkit-text-size-adjust: 100%;
    tab-size: 4;
    font-family: var(--default-font-family, ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji");
    font-feature-settings: var(--default-font-feature-settings, normal);
    font-variation-settings: var(--default-font-variation-settings, normal);
    -webkit-tap-highlight-color: transparent;
  }
  hr {
    height: 0;
    color: inherit;
    border-top-width: 1px;
  }
  abbr:where([title]) {
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted;
  }
  h1, h2, h3, h4, h5, h6 {
    font-size: inherit;
    font-weight: inherit;
  }
  a {
    color: inherit;
    -webkit-text-decoration: inherit;
    text-decoration: inherit;
  }
  b, strong {
    font-weight: bolder;
  }
  code, kbd, samp, pre {
    font-family: var(--default-mono-font-family, ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace);
    font-feature-settings: var(--default-mono-font-feature-settings, normal);
    font-variation-settings: var(--default-mono-font-variation-settings, normal);
    font-size: 1em;
  }
  small {
    font-size: 80%;
  }
  sub, sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
  }
  sub {
    bottom: -0.25em;
  }
  sup {
    top: -0.5em;
  }
  table {
    text-indent: 0;
    border-color: inherit;
    border-collapse: collapse;
  }
  :-moz-focusring {
    outline: auto;
  }
  progress {
    vertical-align: baseline;
  }
  summary {
    display: list-item;
  }
  ol, ul, menu {
    list-style: none;
  }
  img, svg, video, canvas, audio, iframe, embed, object {
    display: block;
    vertical-align: middle;
  }
  img, video {
    max-width: 100%;
    height: auto;
  }
  button, input, select, optgroup, textarea, ::file-selector-button {
    font: inherit;
    font-feature-settings: inherit;
    font-variation-settings: inherit;
    letter-spacing: inherit;
    color: inherit;
    border-radius: 0;
    background-color: transparent;
    opacity: 1;
  }
  :where(select:is([multiple], [size])) optgroup {
    font-weight: bolder;
  }
  :where(select:is([multiple], [size])) optgroup option {
    padding-inline-start: 20px;
  }
  ::file-selector-button {
    margin-inline-end: 4px;
  }
  ::placeholder {
    opacity: 1;
  }
  @supports (not (-webkit-appearance: -apple-pay-button))  or (contain-intrinsic-size: 1px) {
    ::placeholder {
      color: currentcolor;
      @supports (color: color-mix(in lab, red, red)) {
        color: color-mix(in oklab, currentcolor 50%, transparent);
      }
    }
  }
  textarea {
    resize: vertical;
  }
  ::-webkit-search-decoration {
    -webkit-appearance: none;
  }
  ::-webkit-date-and-time-value {
    min-height: 1lh;
    text-align: inherit;
  }
  ::-webkit-datetime-edit {
    display: inline-flex;
  }
  ::-webkit-datetime-edit-fields-wrapper {
    padding: 0;
  }
  ::-webkit-datetime-edit, ::-webkit-datetime-edit-year-field, ::-webkit-datetime-edit-month-field, ::-webkit-datetime-edit-day-field, ::-webkit-datetime-edit-hour-field, ::-webkit-datetime-edit-minute-field, ::-webkit-datetime-edit-second-field, ::-webkit-datetime-edit-millisecond-field, ::-webkit-datetime-edit-meridiem-field {
    padding-block: 0;
  }
  ::-webkit-calendar-picker-indicator {
    line-height: 1;
  }
  :-moz-ui-invalid {
    box-shadow: none;
  }
  button, input:where([type="button"], [type="reset"], [type="submit"]), ::file-selector-button {
    appearance: button;
  }
  ::-webkit-inner-spin-button, ::-webkit-outer-spin-button {
    height: auto;
  }
  [hidden]:where(:not([hidden="until-found"])) {
    display: none !important;
  }
}
@layer utilities {
  .collapse {
    visibility: collapse;
  }
  .visible {
    visibility: visible;
  }
  .absolute {
    position: absolute;
  }
  .fixed {
    position: fixed;
  }
  .relative {
    position: relative;
  }
  .static {
    position: static;
  }
  .sticky {
    position: sticky;
  }
  .inset-y-0 {
    inset-block: calc(var(--spacing) * 0);
  }
  .start {
    inset-inline-start: var(--spacing);
  }
  .end {
    inset-inline-end: var(--spacing);
  }
  .left-0 {
    left: calc(var(--spacing) * 0);
  }
  .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;
  }
  .mt-0\.5 {
    margin-top: calc(var(--spacing) * 0.5);
  }
  .mt-1 {
    margin-top: calc(var(--spacing) * 1);
  }
  .mt-2 {
    margin-top: calc(var(--spacing) * 2);
  }
  .mt-3 {
    margin-top: calc(var(--spacing) * 3);
  }
  .mt-4 {
    margin-top: calc(var(--spacing) * 4);
  }
  .mt-6 {
    margin-top: calc(var(--spacing) * 6);
  }
  .mt-8 {
    margin-top: calc(var(--spacing) * 8);
  }
  .mt-auto {
    margin-top: auto;
  }
  .mb-1 {
    margin-bottom: calc(var(--spacing) * 1);
  }
  .mb-2 {
    margin-bottom: calc(var(--spacing) * 2);
  }
  .mb-3 {
    margin-bottom: calc(var(--spacing) * 3);
  }
  .mb-4 {
    margin-bottom: calc(var(--spacing) * 4);
  }
  .mb-5 {
    margin-bottom: calc(var(--spacing) * 5);
  }
  .mb-6 {
    margin-bottom: calc(var(--spacing) * 6);
  }
  .mb-8 {
    margin-bottom: calc(var(--spacing) * 8);
  }
  .mb-12 {
    margin-bottom: calc(var(--spacing) * 12);
  }
  .block {
    display: block;
  }
  .flex {
    display: flex;
  }
  .grid {
    display: grid;
  }
  .hidden {
    display: none;
  }
  .inline {
    display: inline;
  }
  .inline-block {
    display: inline-block;
  }
  .inline-flex {
    display: inline-flex;
  }
  .table {
    display: table;
  }
  .h-0\.5 {
    height: calc(var(--spacing) * 0.5);
  }
  .h-1\.5 {
    height: calc(var(--spacing) * 1.5);
  }
  .h-2 {
    height: calc(var(--spacing) * 2);
  }
  .h-6 {
    height: calc(var(--spacing) * 6);
  }
  .h-7 {
    height: calc(var(--spacing) * 7);
  }
  .h-8 {
    height: calc(var(--spacing) * 8);
  }
  .h-9 {
    height: calc(var(--spacing) * 9);
  }
  .h-12 {
    height: calc(var(--spacing) * 12);
  }
  .h-full {
    height: 100%;
  }
  .max-h-\[260px\] {
    max-height: 260px;
  }
  .max-h-\[420px\] {
    max-height: 420px;
  }
  .min-h-\[380px\] {
    min-height: 380px;
  }
  .min-h-screen {
    min-height: 100vh;
  }
  .w-0 {
    width: calc(var(--spacing) * 0);
  }
  .w-1\.5 {
    width: calc(var(--spacing) * 1.5);
  }
  .w-2 {
    width: calc(var(--spacing) * 2);
  }
  .w-6 {
    width: calc(var(--spacing) * 6);
  }
  .w-7 {
    width: calc(var(--spacing) * 7);
  }
  .w-8 {
    width: calc(var(--spacing) * 8);
  }
  .w-9 {
    width: calc(var(--spacing) * 9);
  }
  .w-12 {
    width: calc(var(--spacing) * 12);
  }
  .w-full {
    width: 100%;
  }
  .max-w-2xl {
    max-width: var(--container-2xl);
  }
  .max-w-3xl {
    max-width: var(--container-3xl);
  }
  .max-w-4xl {
    max-width: var(--container-4xl);
  }
  .max-w-6xl {
    max-width: var(--container-6xl);
  }
  .max-w-xl {
    max-width: var(--container-xl);
  }
  .flex-1 {
    flex: 1;
  }
  .shrink-0 {
    flex-shrink: 0;
  }
  .border-collapse {
    border-collapse: collapse;
  }
  .transform {
    transform: var(--tw-rotate-x,) var(--tw-rotate-y,) var(--tw-rotate-z,) var(--tw-skew-x,) var(--tw-skew-y,);
  }
  .animate-ping {
    animation: var(--animate-ping);
  }
  .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;
  }
  .place-items-center {
    place-items: center;
  }
  .items-center {
    align-items: center;
  }
  .items-end {
    align-items: flex-end;
  }
  .items-start {
    align-items: flex-start;
  }
  .justify-between {
    justify-content: space-between;
  }
  .justify-center {
    justify-content: center;
  }
  .justify-end {
    justify-content: flex-end;
  }
  .justify-start {
    justify-content: flex-start;
  }
  .gap-1\.5 {
    gap: calc(var(--spacing) * 1.5);
  }
  .gap-2 {
    gap: calc(var(--spacing) * 2);
  }
  .gap-2\.5 {
    gap: calc(var(--spacing) * 2.5);
  }
  .gap-3 {
    gap: calc(var(--spacing) * 3);
  }
  .gap-4 {
    gap: calc(var(--spacing) * 4);
  }
  .gap-6 {
    gap: calc(var(--spacing) * 6);
  }
  .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)));
    }
  }
  .space-y-7 {
    :where(& > :not(:last-child)) {
      --tw-space-y-reverse: 0;
      margin-block-start: calc(calc(var(--spacing) * 7) * var(--tw-space-y-reverse));
      margin-block-end: calc(calc(var(--spacing) * 7) * calc(1 - var(--tw-space-y-reverse)));
    }
  }
  .space-y-8 {
    :where(& > :not(:last-child)) {
      --tw-space-y-reverse: 0;
      margin-block-start: calc(calc(var(--spacing) * 8) * var(--tw-space-y-reverse));
      margin-block-end: calc(calc(var(--spacing) * 8) * calc(1 - var(--tw-space-y-reverse)));
    }
  }
  .space-y-12 {
    :where(& > :not(:last-child)) {
      --tw-space-y-reverse: 0;
      margin-block-start: calc(calc(var(--spacing) * 12) * var(--tw-space-y-reverse));
      margin-block-end: calc(calc(var(--spacing) * 12) * calc(1 - var(--tw-space-y-reverse)));
    }
  }
  .divide-y {
    :where(& > :not(:last-child)) {
      --tw-divide-y-reverse: 0;
      border-bottom-style: var(--tw-border-style);
      border-top-style: var(--tw-border-style);
      border-top-width: calc(1px * var(--tw-divide-y-reverse));
      border-bottom-width: calc(1px * calc(1 - var(--tw-divide-y-reverse)));
    }
  }
  .divide-\[var\(--border\)\] {
    :where(& > :not(:last-child)) {
      border-color: var(--border);
    }
  }
  .overflow-auto {
    overflow: auto;
  }
  .overflow-hidden {
    overflow: hidden;
  }
  .overflow-x-auto {
    overflow-x: auto;
  }
  .rounded-2xl {
    border-radius: var(--radius-2xl);
  }
  .rounded-3xl {
    border-radius: var(--radius-3xl);
  }
  .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-t-2 {
    border-top-style: var(--tw-border-style);
    border-top-width: 2px;
  }
  .border-b {
    border-bottom-style: var(--tw-border-style);
    border-bottom-width: 1px;
  }
  .border-\[var\(--accent\)\]\/25 {
    border-color: var(--accent);
    @supports (color: color-mix(in lab, red, red)) {
      border-color: color-mix(in oklab, var(--accent) 25%, transparent);
    }
  }
  .border-\[var\(--border\)\] {
    border-color: var(--border);
  }
  .border-amber-500\/20 {
    border-color: color-mix(in srgb, oklch(76.9% 0.188 70.08) 20%, transparent);
    @supports (color: color-mix(in lab, red, red)) {
      border-color: color-mix(in oklab, var(--color-amber-500) 20%, transparent);
    }
  }
  .border-emerald-500\/20 {
    border-color: color-mix(in srgb, oklch(69.6% 0.17 162.48) 20%, transparent);
    @supports (color: color-mix(in lab, red, red)) {
      border-color: color-mix(in oklab, var(--color-emerald-500) 20%, transparent);
    }
  }
  .border-emerald-500\/30 {
    border-color: color-mix(in srgb, oklch(69.6% 0.17 162.48) 30%, transparent);
    @supports (color: color-mix(in lab, red, red)) {
      border-color: color-mix(in oklab, var(--color-emerald-500) 30%, transparent);
    }
  }
  .border-indigo-500 {
    border-color: var(--color-indigo-500);
  }
  .border-indigo-500\/30 {
    border-color: color-mix(in srgb, oklch(58.5% 0.233 277.117) 30%, transparent);
    @supports (color: color-mix(in lab, red, red)) {
      border-color: color-mix(in oklab, var(--color-indigo-500) 30%, transparent);
    }
  }
  .border-sky-500\/20 {
    border-color: color-mix(in srgb, oklch(68.5% 0.169 237.323) 20%, transparent);
    @supports (color: color-mix(in lab, red, red)) {
      border-color: color-mix(in oklab, var(--color-sky-500) 20%, transparent);
    }
  }
  .border-slate-800 {
    border-color: var(--color-slate-800);
  }
  .border-violet-500\/20 {
    border-color: color-mix(in srgb, oklch(60.6% 0.25 292.717) 20%, transparent);
    @supports (color: color-mix(in lab, red, red)) {
      border-color: color-mix(in oklab, var(--color-violet-500) 20%, transparent);
    }
  }
  .border-t-accent {
    border-top-color: var(--color-accent);
  }
  .bg-\[var\(--accent\)\] {
    background-color: var(--accent);
  }
  .bg-\[var\(--accent-soft\)\] {
    background-color: var(--accent-soft);
  }
  .bg-\[var\(--bg-main\)\] {
    background-color: var(--bg-main);
  }
  .bg-\[var\(--bg-surface\)\] {
    background-color: var(--bg-surface);
  }
  .bg-\[var\(--bg-surface\)\]\/50 {
    background-color: var(--bg-surface);
    @supports (color: color-mix(in lab, red, red)) {
      background-color: color-mix(in oklab, var(--bg-surface) 50%, transparent);
    }
  }
  .bg-\[var\(--border\)\] {
    background-color: var(--border);
  }
  .bg-\[var\(--code-bg\)\] {
    background-color: var(--code-bg);
  }
  .bg-\[var\(--text-main\)\] {
    background-color: var(--text-main);
  }
  .bg-accent {
    background-color: var(--color-accent);
  }
  .bg-accent\/15 {
    background-color: color-mix(in srgb, #ff851b 15%, transparent);
    @supports (color: color-mix(in lab, red, red)) {
      background-color: color-mix(in oklab, var(--color-accent) 15%, transparent);
    }
  }
  .bg-amber-500\/10 {
    background-color: color-mix(in srgb, oklch(76.9% 0.188 70.08) 10%, transparent);
    @supports (color: color-mix(in lab, red, red)) {
      background-color: color-mix(in oklab, var(--color-amber-500) 10%, transparent);
    }
  }
  .bg-emerald-500\/10 {
    background-color: color-mix(in srgb, oklch(69.6% 0.17 162.48) 10%, transparent);
    @supports (color: color-mix(in lab, red, red)) {
      background-color: color-mix(in oklab, var(--color-emerald-500) 10%, transparent);
    }
  }
  .bg-emerald-500\/15 {
    background-color: color-mix(in srgb, oklch(69.6% 0.17 162.48) 15%, transparent);
    @supports (color: color-mix(in lab, red, red)) {
      background-color: color-mix(in oklab, var(--color-emerald-500) 15%, transparent);
    }
  }
  .bg-emerald-600 {
    background-color: var(--color-emerald-600);
  }
  .bg-indigo-500 {
    background-color: var(--color-indigo-500);
  }
  .bg-indigo-500\/10 {
    background-color: color-mix(in srgb, oklch(58.5% 0.233 277.117) 10%, transparent);
    @supports (color: color-mix(in lab, red, red)) {
      background-color: color-mix(in oklab, var(--color-indigo-500) 10%, transparent);
    }
  }
  .bg-indigo-500\/15 {
    background-color: color-mix(in srgb, oklch(58.5% 0.233 277.117) 15%, transparent);
    @supports (color: color-mix(in lab, red, red)) {
      background-color: color-mix(in oklab, var(--color-indigo-500) 15%, transparent);
    }
  }
  .bg-indigo-600 {
    background-color: var(--color-indigo-600);
  }
  .bg-red-500 {
    background-color: var(--color-red-500);
  }
  .bg-sky-500\/10 {
    background-color: color-mix(in srgb, oklch(68.5% 0.169 237.323) 10%, transparent);
    @supports (color: color-mix(in lab, red, red)) {
      background-color: color-mix(in oklab, var(--color-sky-500) 10%, transparent);
    }
  }
  .bg-violet-500\/10 {
    background-color: color-mix(in srgb, oklch(60.6% 0.25 292.717) 10%, transparent);
    @supports (color: color-mix(in lab, red, red)) {
      background-color: color-mix(in oklab, var(--color-violet-500) 10%, transparent);
    }
  }
  .bg-white {
    background-color: var(--color-white);
  }
  .bg-gradient-to-br {
    --tw-gradient-position: to bottom right in oklab;
    background-image: linear-gradient(var(--tw-gradient-stops));
  }
  .from-indigo-500\/25 {
    --tw-gradient-from: color-mix(in srgb, oklch(58.5% 0.233 277.117) 25%, transparent);
    @supports (color: color-mix(in lab, red, red)) {
      --tw-gradient-from: color-mix(in oklab, var(--color-indigo-500) 25%, transparent);
    }
    --tw-gradient-stops: var(--tw-gradient-via-stops, var(--tw-gradient-position), var(--tw-gradient-from) var(--tw-gradient-from-position), var(--tw-gradient-to) var(--tw-gradient-to-position));
  }
  .to-sky-500\/10 {
    --tw-gradient-to: color-mix(in srgb, oklch(68.5% 0.169 237.323) 10%, transparent);
    @supports (color: color-mix(in lab, red, red)) {
      --tw-gradient-to: color-mix(in oklab, var(--color-sky-500) 10%, transparent);
    }
    --tw-gradient-stops: var(--tw-gradient-via-stops, var(--tw-gradient-position), var(--tw-gradient-from) var(--tw-gradient-from-position), var(--tw-gradient-to) var(--tw-gradient-to-position));
  }
  .p-0 {
    padding: calc(var(--spacing) * 0);
  }
  .p-1\.5 {
    padding: calc(var(--spacing) * 1.5);
  }
  .p-3 {
    padding: calc(var(--spacing) * 3);
  }
  .p-4 {
    padding: calc(var(--spacing) * 4);
  }
  .p-5 {
    padding: calc(var(--spacing) * 5);
  }
  .px-2 {
    padding-inline: calc(var(--spacing) * 2);
  }
  .px-2\.5 {
    padding-inline: calc(var(--spacing) * 2.5);
  }
  .px-3 {
    padding-inline: calc(var(--spacing) * 3);
  }
  .px-4 {
    padding-inline: calc(var(--spacing) * 4);
  }
  .px-5 {
    padding-inline: calc(var(--spacing) * 5);
  }
  .px-6 {
    padding-inline: calc(var(--spacing) * 6);
  }
  .px-7 {
    padding-inline: calc(var(--spacing) * 7);
  }
  .px-8 {
    padding-inline: calc(var(--spacing) * 8);
  }
  .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-2\.5 {
    padding-block: calc(var(--spacing) * 2.5);
  }
  .py-3 {
    padding-block: calc(var(--spacing) * 3);
  }
  .py-12 {
    padding-block: calc(var(--spacing) * 12);
  }
  .py-16 {
    padding-block: calc(var(--spacing) * 16);
  }
  .py-24 {
    padding-block: calc(var(--spacing) * 24);
  }
  .py-28 {
    padding-block: calc(var(--spacing) * 28);
  }
  .pt-1 {
    padding-top: calc(var(--spacing) * 1);
  }
  .pt-2 {
    padding-top: calc(var(--spacing) * 2);
  }
  .pt-3 {
    padding-top: calc(var(--spacing) * 3);
  }
  .pt-4 {
    padding-top: calc(var(--spacing) * 4);
  }
  .pt-6 {
    padding-top: calc(var(--spacing) * 6);
  }
  .pb-4 {
    padding-bottom: calc(var(--spacing) * 4);
  }
  .pb-5 {
    padding-bottom: calc(var(--spacing) * 5);
  }
  .pb-24 {
    padding-bottom: calc(var(--spacing) * 24);
  }
  .text-center {
    text-align: center;
  }
  .text-left {
    text-align: left;
  }
  .text-right {
    text-align: right;
  }
  .font-mono {
    font-family: var(--font-mono);
  }
  .text-2xl {
    font-size: var(--text-2xl);
    line-height: var(--tw-leading, var(--text-2xl--line-height));
  }
  .text-3xl {
    font-size: var(--text-3xl);
    line-height: var(--tw-leading, var(--text-3xl--line-height));
  }
  .text-4xl {
    font-size: var(--text-4xl);
    line-height: var(--tw-leading, var(--text-4xl--line-height));
  }
  .text-5xl {
    font-size: var(--text-5xl);
    line-height: var(--tw-leading, var(--text-5xl--line-height));
  }
  .text-lg {
    font-size: var(--text-lg);
    line-height: var(--tw-leading, var(--text-lg--line-height));
  }
  .text-sm {
    font-size: var(--text-sm);
    line-height: var(--tw-leading, var(--text-sm--line-height));
  }
  .text-xl {
    font-size: var(--text-xl);
    line-height: var(--tw-leading, var(--text-xl--line-height));
  }
  .text-xs {
    font-size: var(--text-xs);
    line-height: var(--tw-leading, var(--text-xs--line-height));
  }
  .text-\[10px\] {
    font-size: 10px;
  }
  .text-\[11px\] {
    font-size: 11px;
  }
  .leading-\[1\.05\] {
    --tw-leading: 1.05;
    line-height: 1.05;
  }
  .leading-none {
    --tw-leading: 1;
    line-height: 1;
  }
  .leading-relaxed {
    --tw-leading: var(--leading-relaxed);
    line-height: var(--leading-relaxed);
  }
  .leading-snug {
    --tw-leading: var(--leading-snug);
    line-height: var(--leading-snug);
  }
  .font-black {
    --tw-font-weight: var(--font-weight-black);
    font-weight: var(--font-weight-black);
  }
  .font-bold {
    --tw-font-weight: var(--font-weight-bold);
    font-weight: var(--font-weight-bold);
  }
  .font-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-tight {
    --tw-tracking: var(--tracking-tight);
    letter-spacing: var(--tracking-tight);
  }
  .tracking-wider {
    --tw-tracking: var(--tracking-wider);
    letter-spacing: var(--tracking-wider);
  }
  .tracking-widest {
    --tw-tracking: var(--tracking-widest);
    letter-spacing: var(--tracking-widest);
  }
  .text-\[var\(--accent\)\] {
    color: var(--accent);
  }
  .text-\[var\(--bg-main\)\] {
    color: var(--bg-main);
  }
  .text-\[var\(--text-main\)\] {
    color: var(--text-main);
  }
  .text-\[var\(--text-muted\)\] {
    color: var(--text-muted);
  }
  .text-accent {
    color: var(--color-accent);
  }
  .text-amber-600 {
    color: var(--color-amber-600);
  }
  .text-emerald-600 {
    color: var(--color-emerald-600);
  }
  .text-indigo-400 {
    color: var(--color-indigo-400);
  }
  .text-indigo-500 {
    color: var(--color-indigo-500);
  }
  .text-indigo-600 {
    color: var(--color-indigo-600);
  }
  .text-red-500 {
    color: var(--color-red-500);
  }
  .text-sky-600 {
    color: var(--color-sky-600);
  }
  .text-slate-300 {
    color: var(--color-slate-300);
  }
  .text-slate-500 {
    color: var(--color-slate-500);
  }
  .text-slate-900 {
    color: var(--color-slate-900);
  }
  .text-violet-600 {
    color: var(--color-violet-600);
  }
  .text-white {
    color: var(--color-white);
  }
  .lowercase {
    text-transform: lowercase;
  }
  .uppercase {
    text-transform: uppercase;
  }
  .italic {
    font-style: italic;
  }
  .ordinal {
    --tw-ordinal: ordinal;
    font-variant-numeric: var(--tw-ordinal,) var(--tw-slashed-zero,) var(--tw-numeric-figure,) var(--tw-numeric-spacing,) var(--tw-numeric-fraction,);
  }
  .tabular-nums {
    --tw-numeric-spacing: tabular-nums;
    font-variant-numeric: var(--tw-ordinal,) var(--tw-slashed-zero,) var(--tw-numeric-figure,) var(--tw-numeric-spacing,) var(--tw-numeric-fraction,);
  }
  .line-through {
    text-decoration-line: line-through;
  }
  .underline {
    text-decoration-line: underline;
  }
  .opacity-60 {
    opacity: 60%;
  }
  .opacity-75 {
    opacity: 75%;
  }
  .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-1 {
    --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);
  }
  .shadow-emerald-600\/25 {
    --tw-shadow-color: color-mix(in srgb, oklch(59.6% 0.145 163.225) 25%, transparent);
    @supports (color: color-mix(in lab, red, red)) {
      --tw-shadow-color: color-mix(in oklab, color-mix(in oklab, var(--color-emerald-600) 25%, transparent) var(--tw-shadow-alpha), transparent);
    }
  }
  .shadow-indigo-600\/25 {
    --tw-shadow-color: color-mix(in srgb, oklch(51.1% 0.262 276.966) 25%, transparent);
    @supports (color: color-mix(in lab, red, red)) {
      --tw-shadow-color: color-mix(in oklab, color-mix(in oklab, var(--color-indigo-600) 25%, transparent) var(--tw-shadow-alpha), transparent);
    }
  }
  .ring-indigo-500\/30 {
    --tw-ring-color: color-mix(in srgb, oklch(58.5% 0.233 277.117) 30%, transparent);
    @supports (color: color-mix(in lab, red, red)) {
      --tw-ring-color: color-mix(in oklab, var(--color-indigo-500) 30%, transparent);
    }
  }
  .ring-indigo-500\/40 {
    --tw-ring-color: color-mix(in srgb, oklch(58.5% 0.233 277.117) 40%, transparent);
    @supports (color: color-mix(in lab, red, red)) {
      --tw-ring-color: color-mix(in oklab, var(--color-indigo-500) 40%, transparent);
    }
  }
  .outline {
    outline-style: var(--tw-outline-style);
    outline-width: 1px;
  }
  .blur {
    --tw-blur: blur(8px);
    filter: var(--tw-blur,) var(--tw-brightness,) var(--tw-contrast,) var(--tw-grayscale,) var(--tw-hue-rotate,) var(--tw-invert,) var(--tw-saturate,) var(--tw-sepia,) var(--tw-drop-shadow,);
  }
  .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,);
  }
  .transition-\[width\] {
    transition-property: width;
    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));
  }
  .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));
  }
  .duration-500 {
    --tw-duration: 500ms;
    transition-duration: 500ms;
  }
  .ease-in-out {
    --tw-ease: var(--ease-in-out);
    transition-timing-function: var(--ease-in-out);
  }
  .ease-out {
    --tw-ease: var(--ease-out);
    transition-timing-function: var(--ease-out);
  }
  .outline-none {
    --tw-outline-style: none;
    outline-style: none;
  }
  .last\:border-0 {
    &:last-child {
      border-style: var(--tw-border-style);
      border-width: 0px;
    }
  }
  .hover\:border-\[var\(--accent\)\]\/40 {
    &:hover {
      @media (hover: hover) {
        border-color: var(--accent);
        @supports (color: color-mix(in lab, red, red)) {
          border-color: color-mix(in oklab, var(--accent) 40%, transparent);
        }
      }
    }
  }
  .hover\:border-indigo-400 {
    &:hover {
      @media (hover: hover) {
        border-color: var(--color-indigo-400);
      }
    }
  }
  .hover\:border-indigo-400\/60 {
    &:hover {
      @media (hover: hover) {
        border-color: color-mix(in srgb, oklch(67.3% 0.182 276.935) 60%, transparent);
        @supports (color: color-mix(in lab, red, red)) {
          border-color: color-mix(in oklab, var(--color-indigo-400) 60%, transparent);
        }
      }
    }
  }
  .hover\:border-indigo-500\/50 {
    &:hover {
      @media (hover: hover) {
        border-color: color-mix(in srgb, oklch(58.5% 0.233 277.117) 50%, transparent);
        @supports (color: color-mix(in lab, red, red)) {
          border-color: color-mix(in oklab, var(--color-indigo-500) 50%, transparent);
        }
      }
    }
  }
  .hover\:border-indigo-500\/60 {
    &:hover {
      @media (hover: hover) {
        border-color: color-mix(in srgb, oklch(58.5% 0.233 277.117) 60%, transparent);
        @supports (color: color-mix(in lab, red, red)) {
          border-color: color-mix(in oklab, var(--color-indigo-500) 60%, transparent);
        }
      }
    }
  }
  .hover\:border-red-400 {
    &:hover {
      @media (hover: hover) {
        border-color: var(--color-red-400);
      }
    }
  }
  .hover\:bg-\[var\(--bg-surface\)\]\/50 {
    &:hover {
      @media (hover: hover) {
        background-color: var(--bg-surface);
        @supports (color: color-mix(in lab, red, red)) {
          background-color: color-mix(in oklab, var(--bg-surface) 50%, transparent);
        }
      }
    }
  }
  .hover\:bg-emerald-500 {
    &:hover {
      @media (hover: hover) {
        background-color: var(--color-emerald-500);
      }
    }
  }
  .hover\:bg-indigo-500 {
    &:hover {
      @media (hover: hover) {
        background-color: var(--color-indigo-500);
      }
    }
  }
  .hover\:text-\[var\(--text-main\)\] {
    &:hover {
      @media (hover: hover) {
        color: var(--text-main);
      }
    }
  }
  .hover\:text-indigo-500 {
    &:hover {
      @media (hover: hover) {
        color: var(--color-indigo-500);
      }
    }
  }
  .hover\:text-red-500 {
    &:hover {
      @media (hover: hover) {
        color: var(--color-red-500);
      }
    }
  }
  .hover\:text-slate-300 {
    &:hover {
      @media (hover: hover) {
        color: var(--color-slate-300);
      }
    }
  }
  .hover\:opacity-90 {
    &:hover {
      @media (hover: hover) {
        opacity: 90%;
      }
    }
  }
  .focus\:border-indigo-500\/60 {
    &:focus {
      border-color: color-mix(in srgb, oklch(58.5% 0.233 277.117) 60%, transparent);
      @supports (color: color-mix(in lab, red, red)) {
        border-color: color-mix(in oklab, var(--color-indigo-500) 60%, transparent);
      }
    }
  }
  .active\:scale-95 {
    &:active {
      --tw-scale-x: 95%;
      --tw-scale-y: 95%;
      --tw-scale-z: 95%;
      scale: var(--tw-scale-x) var(--tw-scale-y);
    }
  }
  .disabled\:cursor-not-allowed {
    &:disabled {
      cursor: not-allowed;
    }
  }
  .disabled\:opacity-30 {
    &:disabled {
      opacity: 30%;
    }
  }
  .disabled\:opacity-40 {
    &:disabled {
      opacity: 40%;
    }
  }
  .disabled\:opacity-50 {
    &:disabled {
      opacity: 50%;
    }
  }
  .disabled\:shadow-none {
    &:disabled {
      --tw-shadow: 0 0 #0000;
      box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
    }
  }
  .disabled\:hover\:border-\[var\(--border\)\] {
    &:disabled {
      &:hover {
        @media (hover: hover) {
          border-color: var(--border);
        }
      }
    }
  }
  .disabled\:hover\:text-\[var\(--text-main\)\] {
    &:disabled {
      &:hover {
        @media (hover: hover) {
          color: var(--text-main);
        }
      }
    }
  }
  .sm\:inline {
    @media (width >= 40rem) {
      display: inline;
    }
  }
  .sm\:w-8 {
    @media (width >= 40rem) {
      width: calc(var(--spacing) * 8);
    }
  }
  .sm\:grid-cols-2 {
    @media (width >= 40rem) {
      grid-template-columns: repeat(2, minmax(0, 1fr));
    }
  }
  .sm\:p-5 {
    @media (width >= 40rem) {
      padding: calc(var(--spacing) * 5);
    }
  }
  .sm\:p-6 {
    @media (width >= 40rem) {
      padding: calc(var(--spacing) * 6);
    }
  }
  .md\:text-4xl {
    @media (width >= 48rem) {
      font-size: var(--text-4xl);
      line-height: var(--tw-leading, var(--text-4xl--line-height));
    }
  }
  .md\:text-7xl {
    @media (width >= 48rem) {
      font-size: var(--text-7xl);
      line-height: var(--tw-leading, var(--text-7xl--line-height));
    }
  }
  .lg\:grid-cols-3 {
    @media (width >= 64rem) {
      grid-template-columns: repeat(3, minmax(0, 1fr));
    }
  }
  .lg\:grid-cols-\[1fr_260px\] {
    @media (width >= 64rem) {
      grid-template-columns: 1fr 260px;
    }
  }
  .xl\:grid-cols-\[1fr_300px\] {
    @media (width >= 80rem) {
      grid-template-columns: 1fr 300px;
    }
  }
}
:root {
  --otfw-bg: #ffffff;
  --otfw-bg-surface: #f8fafc;
  --otfw-bg-elevated: #ffffff;
  --otfw-text: #0f172a;
  --otfw-text-muted: #64748b;
  --otfw-border: #e2e8f0;
  --otfw-accent: #ff851b;
  --otfw-accent-contrast: #ffffff;
  --otfw-accent-soft: rgba(255, 133, 27, 0.12);
  --otfw-code-bg: #f1f5f9;
  --otfw-code-text: #be4f0c;
  --otfw-selection: rgba(255, 133, 27, 0.22);
  --otfw-sidebar-width: 17rem;
  --otfw-toc-width: 15rem;
  --otfw-content-max: 48rem;
  --otfw-navbar-height: 3.75rem;
  --otfw-radius: 0.625rem;
  --otfw-font: "Geist", ui-sans-serif, system-ui, -apple-system, "Segoe UI", sans-serif;
  --otfw-mono: ui-monospace, "SFMono-Regular", "JetBrains Mono", Menlo, monospace;
}
[data-theme="dark"] {
  --otfw-bg: #020617;
  --otfw-bg-surface: #0b1220;
  --otfw-bg-elevated: #0f172a;
  --otfw-text: #e2e8f0;
  --otfw-text-muted: #94a3b8;
  --otfw-border: #1e293b;
  --otfw-accent: #ff943d;
  --otfw-accent-contrast: #0b1220;
  --otfw-accent-soft: rgba(255, 148, 61, 0.16);
  --otfw-code-bg: #0f172a;
  --otfw-code-text: #ffb784;
  --otfw-selection: rgba(255, 148, 61, 0.3);
}
html {
  scroll-behavior: smooth;
  scroll-padding-top: calc(var(--otfw-navbar-height) + 1rem);
}
body {
  margin: 0;
  font-family: var(--otfw-font);
  background: var(--otfw-bg);
  color: var(--otfw-text);
  -webkit-font-smoothing: antialiased;
  transition: background-color 0.2s ease, color 0.2s ease;
}
::selection {
  background: var(--otfw-selection);
}
.web-docs-layout, .web-toc, .web-footer, .web-breadcrumbs, .web-pagination, .web-callout, .web-tabs, .web-code-group, .web-table {
  display: block;
}
.web-navbar, .web-navbar-link, .web-link, .web-sidebar-node, .web-sidebar, .web-sidebar-toggle, .otfw-sidebar-shell {
  display: contents;
}
.otfw-shell {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
}
.otfw-shell-body {
  flex: 1;
}
.otfw-navbar {
  position: sticky;
  top: 0;
  z-index: 50;
  height: var(--otfw-navbar-height);
  background: var(--otfw-bg);
  @supports (color: color-mix(in lab, red, red)) {
    background: color-mix(in srgb, var(--otfw-bg) 85%, transparent);
  }
  backdrop-filter: blur(8px);
  border-bottom: 1px solid var(--otfw-border);
}
.otfw-navbar-inner {
  height: 100%;
  max-width: 90rem;
  margin: 0 auto;
  padding: 0 1.5rem;
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  gap: 1.5rem;
}
.otfw-navbar-search {
  justify-self: center;
}
.otfw-navbar-right {
  justify-self: end;
  display: flex;
  align-items: center;
  gap: 1.5rem;
}
.otfw-navbar-brand {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  font-weight: 700;
  font-size: 1.05rem;
  color: var(--otfw-text);
  text-decoration: none;
}
.otfw-navbar-logo {
  width: 1.75rem;
  height: 1.75rem;
}
.otfw-navbar-version {
  display: inline-flex;
  align-items: center;
  line-height: 1;
  padding: 0.22rem 0.45rem;
  border-radius: 0.4rem;
  border: 1px solid var(--otfw-border);
  background: var(--otfw-bg-surface);
  color: var(--otfw-text-muted);
  font-size: 0.62rem;
  font-weight: 700;
  letter-spacing: 0.03em;
  text-transform: uppercase;
}
.otfw-navbar-brand {
  justify-self: start;
}
.otfw-navbar-nav {
  display: flex;
  align-items: center;
  gap: 1.5rem;
  font-size: 0.9rem;
}
.otfw-navbar-link {
  position: relative;
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  color: var(--otfw-text-muted);
  text-decoration: none;
  font-weight: 500;
  transition: color 0.15s;
}
.otfw-navbar-link::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: -0.45rem;
  height: 2px;
  border-radius: 2px;
  background: var(--otfw-accent);
  transform: scaleX(0);
  transition: transform 0.18s ease, opacity 0.18s ease;
}
.otfw-navbar-link:hover {
  color: var(--otfw-text);
}
.otfw-navbar-link:hover::after {
  transform: scaleX(1);
  opacity: 0.35;
}
.otfw-navbar-link.otfw-active {
  color: var(--otfw-text);
  font-weight: 600;
}
.otfw-navbar-link.otfw-active::after {
  transform: scaleX(1);
  opacity: 1;
}
.otfw-nav-icon {
  display: inline-flex;
}
.otfw-nav-icon svg {
  display: block;
}
.otfw-navbar-actions {
  display: flex;
  align-items: center;
  gap: 0.5rem;
}
.otfw-navbar-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 2rem;
  height: 2rem;
  padding: 0;
  border: none;
  background: none;
  border-radius: 0.5rem;
  color: var(--otfw-text-muted);
  cursor: pointer;
  font-family: inherit;
  line-height: 0;
}
.otfw-navbar-icon > * {
  display: inline-flex;
  align-items: center;
}
.otfw-navbar-icon:hover {
  color: var(--otfw-text);
  background: var(--otfw-bg-surface);
}
.otfw-navbar-lead {
  justify-self: start;
  display: flex;
  align-items: center;
  gap: 0.5rem;
  min-width: 0;
}
.otfw-navbar-burger {
  display: none;
}
@media (max-width: 767px) {
  :root[data-otfw-has-sidebar] .otfw-navbar-burger {
    display: inline-flex;
  }
}
@media (max-width: 767px) {
  .otfw-navbar-inner {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    padding: 0 1rem;
  }
  .otfw-navbar-lead {
    margin-right: auto;
  }
  .otfw-navbar-search {
    justify-self: auto;
  }
  .otfw-navbar-right {
    gap: 0.5rem;
  }
  .otfw-navbar-version {
    display: none;
  }
  :root[data-otfw-has-sidebar] .otfw-navbar-nav {
    display: none;
  }
}
.otfw-theme {
  position: relative;
  display: inline-flex;
}
.otfw-theme-trigger {
  width: auto;
  min-width: 2rem;
  padding: 0 0.3rem;
}
.otfw-theme-trigger-system {
  display: inline-flex;
  align-items: center;
  gap: 0.3rem;
}
.otfw-theme-trigger-badge {
  display: inline-flex;
  align-items: center;
  padding-left: 0.3rem;
  border-left: 1px solid var(--otfw-border);
  opacity: 0.85;
}
.otfw-theme-menu {
  position: absolute;
  top: calc(100% + 0.4rem);
  right: 0;
  z-index: 60;
  min-width: 9rem;
  padding: 0.3rem;
  display: flex;
  flex-direction: column;
  gap: 0.1rem;
  background: var(--otfw-bg-elevated);
  border: 1px solid var(--otfw-border);
  border-radius: 0.6rem;
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.18);
}
.otfw-theme-item {
  display: flex;
  width: 100%;
  align-items: center;
  gap: 0.55rem;
  padding: 0.45rem 0.6rem;
  border: none;
  background: none;
  border-radius: 0.4rem;
  color: var(--otfw-text-muted);
  font: inherit;
  font-size: 0.85rem;
  text-align: left;
  cursor: pointer;
}
.otfw-theme-item:hover {
  background: var(--otfw-bg-surface);
  color: var(--otfw-text);
}
.otfw-theme-item.is-active {
  color: var(--otfw-accent);
  font-weight: 600;
}
.otfw-tooltip {
  position: relative;
  display: inline-flex;
}
.otfw-tooltip-bubble {
  position: absolute;
  left: 50%;
  transform: translateX(-50%) translateY(3px);
  white-space: nowrap;
  padding: 0.28rem 0.5rem;
  border-radius: 0.4rem;
  background: var(--otfw-text);
  color: var(--otfw-bg);
  font-size: 0.72rem;
  font-weight: 500;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.12s ease, transform 0.12s ease;
  z-index: 70;
}
.otfw-tooltip-bottom .otfw-tooltip-bubble {
  top: 100%;
  margin-top: 0.45rem;
}
.otfw-tooltip-top .otfw-tooltip-bubble {
  bottom: 100%;
  margin-bottom: 0.45rem;
}
.otfw-tooltip:hover .otfw-tooltip-bubble, .otfw-tooltip:focus-within .otfw-tooltip-bubble {
  opacity: 1;
  transform: translateX(-50%) translateY(0);
}
.otfw-search-trigger {
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  border: 1px solid var(--otfw-border);
  background: var(--otfw-bg-surface);
  color: var(--otfw-text-muted);
  border-radius: 0.5rem;
  cursor: pointer;
  font-family: inherit;
  padding: 0.4rem 0.65rem;
  font-size: 0.82rem;
}
.otfw-search-trigger:hover {
  color: var(--otfw-accent);
  border-color: var(--otfw-accent);
}
.otfw-search-kbd {
  display: none;
  align-items: center;
  height: 1.25rem;
  padding: 0 0.35rem;
  border: 1px solid var(--otfw-border);
  border-radius: 0.3rem;
  background: var(--otfw-bg);
  color: var(--otfw-text-muted);
  font-family: var(--otfw-mono);
  font-size: 0.68rem;
  line-height: 1;
}
@media (min-width: 768px) {
  .otfw-search-kbd {
    display: inline-flex;
  }
}
.otfw-search-label {
  display: none;
}
@media (min-width: 768px) {
  .otfw-search-label {
    display: inline;
  }
}
.web-search {
  display: contents;
}
.otfw-search-modal {
  position: fixed;
  inset: 0;
  z-index: 100;
  display: none;
  align-items: flex-start;
  justify-content: center;
  padding: 12vh 1rem 1rem;
  background: color-mix(in srgb, #000 45%, transparent);
  backdrop-filter: blur(2px);
}
.otfw-search-modal.is-open {
  display: flex;
}
.otfw-search-panel {
  width: 100%;
  max-width: 36rem;
  max-height: 70vh;
  display: flex;
  flex-direction: column;
  background: var(--otfw-bg-elevated);
  border: 1px solid var(--otfw-border);
  border-radius: 0.9rem;
  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.3);
  overflow: hidden;
}
.otfw-search-field {
  display: flex;
  align-items: center;
  gap: 0.6rem;
  padding: 0.85rem 1rem;
  border-bottom: 1px solid var(--otfw-border);
  color: var(--otfw-text-muted);
}
.otfw-search-input-field {
  flex: 1;
  min-width: 0;
  border: none;
  background: none;
  outline: none;
  font: inherit;
  font-size: 1rem;
  color: var(--otfw-text);
}
.otfw-search-hint {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  padding: 0.6rem 1rem;
  border-top: 1px solid var(--otfw-border);
  color: var(--otfw-text-muted);
  font-size: 0.72rem;
}
.otfw-search-hint-item {
  display: inline-flex;
  align-items: center;
  gap: 0.3rem;
}
.otfw-search-hint kbd {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 1.3rem;
  height: 1.3rem;
  padding: 0 0.35rem;
  border: 1px solid var(--otfw-border);
  border-bottom-width: 2px;
  border-radius: 0.3rem;
  background: var(--otfw-bg-surface);
  color: var(--otfw-text);
  font-family: var(--otfw-mono);
  font-size: 0.7rem;
  line-height: 1;
}
.otfw-search-results {
  list-style: none;
  margin: 0;
  padding: 0.4rem;
  overflow-y: auto;
}
.otfw-search-result {
  display: block;
  padding: 0.6rem 0.75rem;
  border-radius: 0.5rem;
  text-decoration: none;
  color: var(--otfw-text);
}
.otfw-search-result.is-active {
  background: var(--otfw-accent-soft);
}
.otfw-search-result-crumb {
  display: block;
  font-size: 0.72rem;
  color: var(--otfw-text-muted);
  letter-spacing: 0.01em;
  margin-bottom: 0.1rem;
}
.otfw-search-result-title {
  display: block;
  font-weight: 600;
  font-size: 0.9rem;
}
.otfw-search-result-section {
  display: flex;
  align-items: center;
  gap: 0.3rem;
  font-size: 0.8rem;
  color: var(--otfw-text-muted);
  margin-top: 0.05rem;
}
.otfw-search-result-section::before {
  content: "#";
  color: var(--otfw-accent);
  font-weight: 700;
}
.otfw-search-result-excerpt {
  display: block;
  font-size: 0.8rem;
  color: var(--otfw-text-muted);
  margin-top: 0.15rem;
  line-height: 1.5;
}
.otfw-search-result-excerpt mark {
  background: var(--otfw-accent-soft);
  color: var(--otfw-accent);
  border-radius: 0.2rem;
  padding: 0 0.1rem;
}
.otfw-search-empty {
  padding: 1.5rem 1rem;
  text-align: center;
  color: var(--otfw-text-muted);
  font-size: 0.9rem;
}
.otfw-docs {
  max-width: 90rem;
  margin: 0 auto;
  padding: 0 1.5rem;
  display: grid;
  grid-template-columns: 1fr;
  gap: 2.5rem;
}
@media (min-width: 768px) {
  .otfw-docs {
    grid-template-columns: var(--otfw-sidebar-width) minmax(0, 1fr);
  }
}
@media (min-width: 1280px) {
  .otfw-docs {
    grid-template-columns: var(--otfw-sidebar-width) minmax(0, 1fr) var(--otfw-toc-width);
  }
}
.otfw-sidebar {
  position: fixed;
  top: var(--otfw-navbar-height);
  bottom: 0;
  left: 0;
  z-index: 40;
  width: min(19rem, 80vw);
  padding: 1.25rem 1.1rem 2rem;
  overflow-y: auto;
  overscroll-behavior: contain;
  background: var(--otfw-bg);
  border-right: 1px solid var(--otfw-border);
  transform: translateX(-100%);
  visibility: hidden;
  transition: transform 0.25s ease, visibility 0.25s ease;
}
.otfw-sidebar.is-open {
  transform: translateX(0);
  visibility: visible;
}
.otfw-sidebar-backdrop {
  position: fixed;
  top: var(--otfw-navbar-height);
  inset-inline: 0;
  bottom: 0;
  z-index: 39;
  background: var(--otfw-text);
  @supports (color: color-mix(in lab, red, red)) {
    background: color-mix(in srgb, var(--otfw-text) 45%, transparent);
  }
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.25s ease;
}
.otfw-sidebar-backdrop.is-open {
  opacity: 1;
  pointer-events: auto;
}
@media (min-width: 768px) {
  .otfw-sidebar {
    position: sticky;
    top: var(--otfw-navbar-height);
    bottom: auto;
    left: auto;
    z-index: auto;
    width: auto;
    align-self: start;
    max-height: calc(100vh - var(--otfw-navbar-height));
    overflow-y: auto;
    padding: 2rem 0.5rem 2rem 0;
    background: none;
    border-right: none;
    transform: none;
    visibility: visible;
  }
  .otfw-sidebar-backdrop {
    display: none;
  }
}
@media (prefers-reduced-motion: reduce) {
  .otfw-sidebar, .otfw-sidebar-backdrop {
    transition: none;
  }
}
.otfw-drawer-links {
  display: none;
}
@media (max-width: 767px) {
  .otfw-drawer-links {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 0.9rem;
    margin-bottom: 1.25rem;
    padding-bottom: 1.25rem;
    border-bottom: 1px solid var(--otfw-border);
    font-size: 0.95rem;
  }
}
.otfw-sidebar-list, .otfw-sidebar-sublist {
  list-style: none;
  margin: 0;
  padding: 0;
}
.otfw-sidebar-sublist {
  margin: 0.25rem 0 0.75rem 0.25rem;
  padding-left: 0.75rem;
  border-left: 1px solid var(--otfw-border);
}
.otfw-sidebar-node {
  margin: 0.1rem 0;
}
.otfw-sidebar-group-title {
  display: block;
  margin: 1.1rem 0 0.4rem;
  font-size: 0.72rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  color: var(--otfw-text-muted);
}
.otfw-sidebar-group {
  margin: 0.15rem 0;
}
.otfw-sidebar-group-toggle {
  display: flex;
  align-items: center;
  gap: 0.45rem;
  width: 100%;
  margin: 0.85rem 0 0.35rem;
  padding: 0.25rem 0.35rem;
  border: 0;
  border-radius: 0.4rem;
  background: transparent;
  font: inherit;
  font-size: 0.72rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  color: var(--otfw-text-muted);
  cursor: pointer;
  text-align: left;
  transition: color 0.12s, background 0.12s;
}
.otfw-sidebar-group-toggle:hover {
  color: var(--otfw-text);
  background: var(--otfw-bg-surface);
}
.otfw-sidebar-group-toggle:focus-visible {
  outline: 2px solid var(--otfw-accent);
  outline-offset: 2px;
}
.otfw-sidebar-group-label {
  flex: 1;
  min-width: 0;
}
.otfw-sidebar-group-row {
  display: flex;
  align-items: center;
  gap: 0.1rem;
  margin-top: 0.35rem;
}
.otfw-sidebar-group-row .otfw-sidebar-link {
  flex: 1;
  min-width: 0;
  padding-left: 0.2rem;
}
.otfw-sidebar-group-toggle--icon {
  flex: none;
  width: auto;
  margin: 0;
  padding: 0.35rem;
  justify-content: center;
  color: var(--otfw-text-muted);
}
.otfw-sidebar-chevron {
  flex: none;
  transition: transform 0.18s ease;
}
.otfw-sidebar-chevron.is-open {
  transform: rotate(90deg);
}
@media (prefers-reduced-motion: reduce) {
  .otfw-sidebar-chevron {
    transition: none;
  }
}
.otfw-sidebar-link {
  display: flex;
  align-items: center;
  gap: 0.6rem;
  padding: 0.35rem 0.6rem;
  border-radius: 0.45rem;
  font-size: 0.875rem;
  color: var(--otfw-text-muted);
  text-decoration: none;
  transition: color 0.12s, background 0.12s;
}
.otfw-sidebar-dot {
  flex: none;
  width: 5px;
  height: 5px;
  border-radius: 99px;
  background: currentColor;
  opacity: 0.35;
  transition: opacity 0.12s;
}
.otfw-sidebar-link:hover {
  color: var(--otfw-text);
  background: var(--otfw-bg-surface);
}
.otfw-sidebar-link:hover .otfw-sidebar-dot {
  opacity: 0.6;
}
.otfw-sidebar-link.otfw-active {
  color: var(--otfw-accent);
  background: var(--otfw-accent-soft);
  font-weight: 600;
}
.otfw-sidebar-link.otfw-active .otfw-sidebar-dot {
  opacity: 1;
}
.otfw-content {
  min-width: 0;
  padding: 2.25rem 0 4rem;
}
.otfw-prose {
  max-width: var(--otfw-content-max);
}
.otfw-prose h1 {
  font-size: 2.1rem;
  font-weight: 800;
  line-height: 1.15;
  margin: 0 0 1rem;
  letter-spacing: -0.02em;
}
.otfw-prose h2 {
  font-size: 1.5rem;
  font-weight: 700;
  margin: 2.5rem 0 1rem;
  padding-bottom: 0.4rem;
  border-bottom: 1px solid var(--otfw-border);
  letter-spacing: -0.01em;
}
.otfw-prose h3 {
  font-size: 1.2rem;
  font-weight: 700;
  margin: 2rem 0 0.75rem;
}
.otfw-prose h4 {
  font-size: 1.05rem;
  font-weight: 700;
  margin: 1.6rem 0 0.6rem;
}
.otfw-prose h5 {
  font-size: 0.95rem;
  font-weight: 700;
  margin: 1.4rem 0 0.5rem;
}
.otfw-prose h6 {
  font-size: 0.85rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  color: var(--otfw-text-muted);
  margin: 1.3rem 0 0.5rem;
}
.otfw-prose h1, .otfw-prose h2, .otfw-prose h3, .otfw-prose h4, .otfw-prose h5, .otfw-prose h6 {
  scroll-margin-top: calc(var(--otfw-navbar-height) + 1rem);
}
.otfw-heading-anchor {
  margin-left: 0.4rem;
  color: var(--otfw-text-muted);
  font-weight: 400;
  text-decoration: none;
  opacity: 0;
  transition: opacity 0.12s ease;
}
.otfw-heading-anchor::before {
  content: "#";
}
.otfw-prose :is(h1, h2, h3, h4, h5, h6):hover .otfw-heading-anchor, .otfw-heading-anchor:focus-visible {
  opacity: 1;
}
.otfw-heading-anchor:hover {
  color: var(--otfw-accent);
}
.otfw-prose p, .otfw-prose ul, .otfw-prose ol {
  line-height: 1.75;
  margin: 0 0 1.1rem;
  color: var(--otfw-text);
}
.otfw-prose ul, .otfw-prose ol {
  padding-left: 1.4rem;
}
.otfw-prose ul {
  list-style: disc;
}
.otfw-prose ul ul {
  list-style: circle;
}
.otfw-prose ol {
  list-style: decimal;
}
.otfw-prose li {
  margin: 0.35rem 0;
}
.otfw-prose li > p {
  margin: 0;
}
.otfw-prose li:has(> input[type="checkbox"]) {
  list-style: none;
}
.otfw-prose li:has(> input[type="checkbox"]) > p {
  display: inline;
}
.otfw-prose li > input[type="checkbox"] {
  appearance: none;
  -webkit-appearance: none;
  width: 1.05rem;
  height: 1.05rem;
  margin: 0 0.55em 0 0;
  border: 1.5px solid var(--otfw-border);
  border-radius: 0.3rem;
  background: var(--otfw-bg-surface);
  vertical-align: -0.18em;
  position: relative;
  opacity: 1;
  cursor: default;
}
.otfw-prose li > input[type="checkbox"]:checked {
  background: var(--otfw-accent);
  border-color: var(--otfw-accent);
}
.otfw-prose li > input[type="checkbox"]:checked::after {
  content: "";
  position: absolute;
  left: 0.34rem;
  top: 0.13rem;
  width: 0.26rem;
  height: 0.52rem;
  border: solid #fff;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
}
.otfw-prose li:has(> input[type="checkbox"]:checked) > p {
  color: var(--otfw-text-muted);
}
.otfw-prose button:not([class]) {
  font: inherit;
  cursor: pointer;
  padding: 0.4rem 0.9rem;
  border: 1px solid var(--otfw-border);
  border-radius: 0.5rem;
  background: var(--otfw-bg-surface);
  color: inherit;
  transition: border-color 0.15s ease, background 0.15s ease;
}
.otfw-prose button:not([class]):hover {
  border-color: var(--otfw-accent);
}
.otfw-prose a {
  color: var(--otfw-accent);
  text-decoration: none;
  font-weight: 500;
}
.otfw-prose a:hover {
  text-decoration: underline;
}
.otfw-prose strong {
  font-weight: 700;
}
.otfw-prose code {
  font-family: var(--otfw-mono);
  font-size: 0.86em;
  background: var(--otfw-code-bg);
  color: var(--otfw-code-text);
  padding: 0.15em 0.4em;
  border-radius: 0.35rem;
}
.otfw-prose pre {
  margin: 0 0 1.4rem;
  padding: 1rem 1.1rem;
  border-radius: var(--otfw-radius);
  border: 1px solid var(--otfw-border);
  overflow-x: auto;
  font-family: var(--otfw-mono);
  font-size: 0.85rem;
  line-height: 1.6;
}
.otfw-prose pre code {
  background: none;
  color: inherit;
  padding: 0;
  font-size: inherit;
}
.otfw-code {
  margin: 0 0 1.4rem;
  border: 1px solid var(--otfw-border);
  border-radius: var(--otfw-radius);
  overflow: hidden;
  background: #2b303b;
}
.otfw-code-head {
  display: flex;
  align-items: center;
  gap: 0.55rem;
  padding: 0.4rem 0.5rem 0.4rem 0.95rem;
  background: #23272f;
  border-bottom: 1px solid rgba(255, 255, 255, 0.07);
}
.otfw-code-lang {
  text-transform: uppercase;
  letter-spacing: 0.05em;
  font-size: 0.66rem;
  font-weight: 700;
  color: rgba(255, 255, 255, 0.45);
}
.otfw-code-name {
  font-family: var(--otfw-mono);
  font-size: 0.78rem;
  color: rgba(255, 255, 255, 0.82);
}
.otfw-code pre {
  margin: 0;
  border: none;
  border-radius: 0;
  color: #e2e8f0;
}
.otfw-copy {
  margin-left: auto;
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
  padding: 0.28rem 0.6rem;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.06);
  color: rgba(255, 255, 255, 0.78);
  font-family: var(--otfw-font);
  font-size: 0.72rem;
  font-weight: 600;
  line-height: 1;
  cursor: pointer;
  transition: background 0.15s ease, color 0.15s ease, border-color 0.15s ease;
}
.otfw-copy:hover {
  background: rgba(255, 255, 255, 0.14);
  color: #fff;
}
.otfw-copy.is-copied {
  background: color-mix(in srgb, #10b981 22%, transparent);
  border-color: color-mix(in srgb, #10b981 55%, transparent);
  color: #34d399;
}
.otfw-copy .otfw-check-icon {
  display: none;
}
.otfw-copy.is-copied .otfw-copy-icon {
  display: none;
}
.otfw-copy.is-copied .otfw-check-icon {
  display: inline;
}
.otfw-prose blockquote {
  margin: 0 0 1.2rem;
  padding: 0.25rem 1.1rem;
  border-left: 3px solid var(--otfw-accent);
  color: var(--otfw-text-muted);
}
.otfw-prose hr {
  border: none;
  border-top: 1px solid var(--otfw-border);
  margin: 2rem 0;
}
.otfw-prose img {
  max-width: 100%;
  border-radius: var(--otfw-radius);
}
.otfw-prose table {
  width: 100%;
  border-collapse: collapse;
  margin: 0 0 1.4rem;
  font-size: 0.9rem;
}
.otfw-prose th, .otfw-prose td {
  text-align: left;
  padding: 0.55rem 0.8rem;
  border: 1px solid var(--otfw-border);
}
.otfw-prose th {
  background: var(--otfw-bg-surface);
  font-weight: 600;
}
.otfw-toc {
  display: none;
}
@media (min-width: 1280px) {
  .otfw-toc {
    display: block;
    position: sticky;
    top: var(--otfw-navbar-height);
    align-self: start;
    max-height: calc(100vh - var(--otfw-navbar-height));
    overflow-y: auto;
    padding: 2.25rem 0 2rem;
  }
}
.otfw-toc-heading {
  font-size: 0.72rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  color: var(--otfw-text-muted);
  margin-bottom: 0.6rem;
}
.otfw-toc-list {
  list-style: none;
  margin: 0;
  padding: 0;
  border-left: 1px solid var(--otfw-border);
}
.otfw-toc-item {
  margin: 0;
}
.otfw-toc-sub .otfw-toc-link {
  padding-left: 1.5rem;
}
.otfw-toc-link {
  display: block;
  padding: 0.25rem 0 0.25rem 0.85rem;
  margin-left: -1px;
  border-left: 2px solid transparent;
  font-size: 0.82rem;
  color: var(--otfw-text-muted);
  text-decoration: none;
}
.otfw-toc-link:hover {
  color: var(--otfw-text);
}
.otfw-toc-link.otfw-active {
  color: var(--otfw-accent);
  border-left-color: var(--otfw-accent);
  font-weight: 600;
}
.otfw-breadcrumbs {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.35rem;
  margin-bottom: 1.25rem;
  font-size: 0.8rem;
  color: var(--otfw-text-muted);
}
.otfw-crumb {
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
}
.otfw-crumb-sep {
  opacity: 0.5;
}
.otfw-crumb-link {
  color: var(--otfw-text-muted);
  text-decoration: none;
}
.otfw-crumb-link:hover {
  color: var(--otfw-accent);
}
.otfw-page-meta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  flex-wrap: wrap;
  margin-top: 2.5rem;
}
.otfw-page-meta:empty {
  margin-top: 0;
}
.otfw-last-updated {
  font-size: 0.8rem;
  color: var(--otfw-text-muted);
}
.otfw-last-updated-time {
  font-weight: 600;
  color: var(--otfw-text);
}
.otfw-edit-page {
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
  font-size: 0.8rem;
  font-weight: 500;
  color: var(--otfw-text-muted);
  text-decoration: none;
}
.otfw-edit-page:hover {
  color: var(--otfw-accent);
}
.otfw-page-meta + .otfw-pagination {
  margin-top: 1.5rem;
}
.otfw-pagination {
  display: flex;
  justify-content: space-between;
  gap: 1rem;
  margin-top: 3rem;
  padding-top: 1.5rem;
  border-top: 1px solid var(--otfw-border);
}
.otfw-page-link {
  display: flex;
  flex-direction: column;
  gap: 0.2rem;
  padding: 0.85rem 1.1rem;
  border: 1px solid var(--otfw-border);
  border-radius: var(--otfw-radius);
  text-decoration: none;
  min-width: 0;
  transition: border-color 0.15s;
}
.otfw-page-link:hover {
  border-color: var(--otfw-accent);
}
.otfw-page-next {
  text-align: right;
  margin-left: auto;
}
.otfw-page-dir {
  font-size: 0.75rem;
  color: var(--otfw-text-muted);
}
.otfw-page-title {
  font-weight: 600;
  color: var(--otfw-text);
}
.otfw-page-spacer {
  display: block;
}
.otfw-footer {
  border-top: 1px solid var(--otfw-border);
  background: var(--otfw-bg-surface);
  margin-top: 2rem;
}
.otfw-footer-inner {
  max-width: 90rem;
  margin: 0 auto;
  padding: 2rem 1.5rem;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 1rem;
  font-size: 0.85rem;
  color: var(--otfw-text-muted);
}
.otfw-footer-links {
  display: flex;
  gap: 1.25rem;
}
.otfw-footer-link {
  color: var(--otfw-text-muted);
  text-decoration: none;
}
.otfw-footer-link:hover {
  color: var(--otfw-text);
}
.otfw-callout {
  --c: var(--otfw-text-muted);
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 0.85rem;
  margin: 1.5rem 0;
  padding: 1rem 1.1rem;
  border: 1px solid var(--c);
  @supports (color: color-mix(in lab, red, red)) {
    border: 1px solid color-mix(in srgb, var(--c) 28%, var(--otfw-border));
  }
  border-left: 3px solid var(--c);
  border-radius: 0.75rem;
  background: var(--c);
  @supports (color: color-mix(in lab, red, red)) {
    background: color-mix(in srgb, var(--c) 7%, var(--otfw-bg));
  }
}
.otfw-callout-icon {
  display: grid;
  place-items: center;
  flex: none;
  width: 1.65rem;
  height: 1.65rem;
  color: var(--c);
  font-size: 1.15rem;
  line-height: 1;
}
.otfw-callout-title {
  font-weight: 700;
  font-size: 0.9rem;
  color: var(--c);
  @supports (color: color-mix(in lab, red, red)) {
    color: color-mix(in srgb, var(--c) 60%, var(--otfw-text));
  }
  margin-bottom: 0.25rem;
}
.otfw-callout-content {
  min-width: 0;
}
.otfw-callout-body {
  font-size: 0.92rem;
  line-height: 1.65;
}
.otfw-callout-body > :last-child {
  margin-bottom: 0;
}
.otfw-callout-note {
  --c: var(--otfw-text-muted);
}
.otfw-callout-tip {
  --c: #10b981;
}
.otfw-callout-info {
  --c: #3b82f6;
}
.otfw-callout-warning {
  --c: #f59e0b;
}
.otfw-callout-danger {
  --c: #ef4444;
}
.otfw-tabs {
  margin: 1.5rem 0;
  border: 1px solid var(--otfw-border);
  border-radius: var(--otfw-radius);
  overflow: hidden;
}
.otfw-tabs-list {
  display: flex;
  gap: 0.25rem;
  padding: 0.4rem;
  background: var(--otfw-bg-surface);
  border-bottom: 1px solid var(--otfw-border);
}
.otfw-tab {
  padding: 0.35rem 0.85rem;
  border: none;
  border-radius: 0.4rem;
  background: transparent;
  color: var(--otfw-text-muted);
  font-family: inherit;
  font-size: 0.85rem;
  font-weight: 600;
  cursor: pointer;
}
.otfw-tab.otfw-active {
  background: var(--otfw-bg);
  color: var(--otfw-accent);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.08);
}
.otfw-tabs-panels {
  padding: 1rem 1.1rem;
}
.otfw-tabs-panels pre {
  margin: 0;
  border: none;
}
.otfw-tab-panel > .otfw-code {
  margin: 0;
}
.otfw-hidden {
  display: none;
}
.otfw-steps {
  counter-reset: otfw-step;
  margin: 1.5rem 0;
  padding-left: 1.75rem;
  border-left: 1px solid var(--otfw-border);
}
.otfw-steps > h3, .otfw-steps > h4 {
  position: relative;
  counter-increment: otfw-step;
  margin-top: 1.6rem;
  font-size: 1.05rem;
}
.otfw-steps > h3:first-child, .otfw-steps > h4:first-child {
  margin-top: 0;
}
.otfw-steps > h3::before, .otfw-steps > h4::before {
  content: counter(otfw-step);
  position: absolute;
  left: calc(-1.75rem - 1px);
  top: 50%;
  transform: translate(-50%, -50%);
  display: grid;
  place-items: center;
  width: 1.7rem;
  height: 1.7rem;
  border-radius: 999px;
  background: var(--otfw-bg);
  border: 1px solid var(--otfw-border);
  color: var(--otfw-text-muted);
  font-size: 0.8rem;
  font-weight: 700;
}
.otfw-steps > h3:hover::before, .otfw-steps > h4:hover::before {
  border-color: var(--otfw-accent);
  color: var(--otfw-accent);
}
.otfw-table-wrap {
  overflow-x: auto;
  margin: 0 0 1.4rem;
}
.otfw-table {
  width: 100%;
  border-collapse: collapse;
  font-size: 0.9rem;
}
.otfw-table th, .otfw-table td {
  text-align: left;
  padding: 0.55rem 0.8rem;
  border: 1px solid var(--otfw-border);
}
.otfw-table th {
  background: var(--otfw-bg-surface);
  font-weight: 600;
}
.otfw-cards {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(15rem, 1fr));
  gap: 1rem;
  margin: 1.5rem 0;
}
.otfw-card {
  display: flex;
  flex-direction: column;
  gap: 0.35rem;
  padding: 1.1rem 1.25rem;
  border: 1px solid var(--otfw-border);
  border-radius: 0.75rem;
  background: var(--otfw-bg-surface);
  text-decoration: none;
  transition: border-color 0.15s, transform 0.15s;
}
.otfw-card:hover {
  border-color: var(--otfw-accent);
  transform: translateY(-2px);
}
.otfw-card-title {
  font-weight: 700;
  color: var(--otfw-text);
}
.otfw-card-desc {
  font-size: 0.85rem;
  line-height: 1.5;
  color: var(--otfw-text-muted);
}
.otfw-blog {
  max-width: 90rem;
  margin: 0 auto;
  padding: 0 1.5rem;
}
.otfw-blog-main {
  width: 100%;
  max-width: var(--otfw-content-max);
  margin: 0 auto;
  padding: 3rem 0;
}
.otfw-blog-post {
  display: grid;
  grid-template-columns: 1fr;
  gap: 2.5rem;
}
@media (min-width: 1280px) {
  .otfw-blog-post {
    grid-template-columns: minmax(0, 1fr) var(--otfw-toc-width);
  }
  .otfw-blog-post .otfw-blog-main {
    margin: 0;
    justify-self: end;
  }
}
.otfw-blog-back {
  display: inline-block;
  margin-bottom: 1.5rem;
  font-size: 0.85rem;
  color: var(--otfw-text-muted);
  text-decoration: none;
}
.otfw-blog-back:hover {
  color: var(--otfw-text);
}
.otfw-post-banner {
  margin-bottom: 2.5rem;
  padding-bottom: 1.75rem;
  border-bottom: 1px solid var(--otfw-border);
}
.otfw-post-title {
  font-size: clamp(2rem, 5vw, 2.75rem);
  font-weight: 800;
  letter-spacing: -0.02em;
  line-height: 1.1;
  color: var(--otfw-text);
}
.otfw-post-desc {
  margin-top: 0.75rem;
  font-size: 1.15rem;
  color: var(--otfw-text-muted);
  line-height: 1.5;
}
.otfw-post-meta {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.75rem;
  margin-top: 1rem;
  font-size: 0.85rem;
  color: var(--otfw-text-muted);
}
.otfw-post-meta > * + *::before {
  content: "·";
  margin-right: 0.75rem;
  color: var(--otfw-border);
}
.otfw-reading-time, .otfw-post-author, .otfw-post-date {
  white-space: nowrap;
}
.otfw-post-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  margin-top: 1rem;
}
.otfw-post-tag {
  padding: 0.15rem 0.6rem;
  border-radius: 9999px;
  background: var(--otfw-bg-surface);
  border: 1px solid var(--otfw-border);
  font-size: 0.72rem;
  font-weight: 600;
  color: var(--otfw-text-muted);
}
.otfw-post-list {
  display: flex;
  flex-direction: column;
}
.otfw-post-card {
  display: block;
  padding: 1.6rem 0;
  border-top: 1px solid var(--otfw-border);
  text-decoration: none;
  transition: opacity 0.15s;
}
.otfw-post-card:hover .otfw-post-card-title {
  color: var(--otfw-accent);
}
.otfw-post-card .otfw-post-meta {
  margin-top: 0;
}
.otfw-post-card-title {
  margin-top: 0.4rem;
  font-size: 1.35rem;
  font-weight: 700;
  color: var(--otfw-text);
  transition: color 0.15s;
}
.otfw-post-card-desc {
  margin-top: 0.4rem;
  color: var(--otfw-text-muted);
  line-height: 1.5;
}
.otfw-post-empty {
  padding: 2rem 0;
  color: var(--otfw-text-muted);
}
.otfw-post-cover {
  display: block;
  width: 100%;
  aspect-ratio: 16 / 7;
  object-fit: cover;
  border-radius: 0.85rem;
  border: 1px solid var(--otfw-border);
  margin-bottom: 1.75rem;
}
.otfw-post-author {
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
}
.otfw-post-avatar {
  width: 1.4rem;
  height: 1.4rem;
  border-radius: 9999px;
  object-fit: cover;
  border: 1px solid var(--otfw-border);
}
.otfw-post-author-role {
  color: var(--otfw-text-muted);
  opacity: 0.8;
}
.otfw-post-card-cover {
  display: block;
  width: 100%;
  aspect-ratio: 16 / 8;
  object-fit: cover;
  border-radius: 0.6rem;
  border: 1px solid var(--otfw-border);
  margin-bottom: 1rem;
}
html {
  scroll-behavior: smooth;
}
.web-reactive-trace {
  display: block;
}
.web-counter-demo {
  display: block;
}
[data-theme='dark'] .web-flight-demo input[type='date'] {
  color-scheme: dark;
}
.demo-output {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 2rem 1.5rem;
  margin: 1.25rem 0;
  border: 1px dashed var(--border);
  border-radius: 0.85rem;
  background: var(--bg-surface);
}
.demo-output-label {
  position: absolute;
  top: 0.6rem;
  left: 0.85rem;
  font-size: 0.62rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--text-muted);
}
.demo-counter {
  padding: 0.6rem 1.2rem;
  border: 1px solid var(--border);
  border-radius: 0.6rem;
  background: var(--bg-main);
  color: var(--text-main);
  font: inherit;
  font-weight: 600;
  cursor: pointer;
  box-shadow: 0 1px 2px rgba(2, 6, 23, 0.06);
  transition: border-color 0.15s, transform 0.05s;
}
.demo-counter:hover {
  border-color: var(--accent);
}
.demo-counter:active {
  transform: scale(0.97);
}
.demo-output--context {
  flex-direction: column;
  align-items: stretch;
  gap: 1rem;
  padding: 2.25rem 1.25rem 1.5rem;
}
.demo-context {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  width: 100%;
}
.demo-context-cycle {
  align-self: flex-start;
  padding: 0.55rem 1rem;
  border: 1px solid var(--border);
  border-radius: 0.6rem;
  background: var(--accent-soft);
  color: var(--text-main);
  font: inherit;
  font-weight: 600;
  cursor: pointer;
  transition: border-color 0.15s, transform 0.05s;
}
.demo-context-cycle:hover {
  border-color: var(--accent);
}
.demo-context-cycle:active {
  transform: scale(0.98);
}
.demo-context-grid {
  display: grid;
  gap: 0.75rem;
  grid-template-columns: repeat(auto-fit, minmax(11rem, 1fr));
}
.demo-context-card {
  padding: 1rem 1.1rem;
  border: 1px solid var(--border);
  border-radius: 0.65rem;
  transition: background-color 0.2s, color 0.2s, border-color 0.2s;
}
.demo-context-card[data-theme="light"] {
  background: #ffffff;
  color: #0f172a;
  border-color: #cbd5e1;
}
.demo-context-card[data-theme="dark"] {
  background: #1e293b;
  color: #f1f5f9;
  border-color: #334155;
}
.demo-context-card[data-theme="high-contrast"] {
  background: #000000;
  color: #fde047;
  border-color: #facc15;
}
.demo-context-card-label {
  font-size: 0.68rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  opacity: 0.65;
}
.demo-context-card-value {
  margin-top: 0.35rem;
  font-size: 1rem;
  font-weight: 600;
}
.demo-context-mono {
  font-family: ui-monospace, "Geist Mono", monospace;
}
.demo-output--eb {
  flex-direction: column;
  align-items: stretch;
  gap: 0;
  padding: 2.25rem 1.25rem 1.5rem;
}
.demo-eb-stack {
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
  width: 100%;
}
.demo-eb-ok {
  display: inline-block;
  padding: 0.55rem 0.85rem;
  border-radius: 0.5rem;
  background: rgba(16, 185, 129, 0.12);
  border: 1px solid rgba(16, 185, 129, 0.35);
  color: #10b981;
  font-size: 0.9rem;
  font-weight: 600;
}
.demo-eb-btn {
  align-self: flex-start;
  padding: 0.5rem 0.9rem;
  border: 1px solid var(--border);
  border-radius: 0.55rem;
  background: var(--bg-main);
  color: var(--text-main);
  font: inherit;
  font-size: 0.85rem;
  font-weight: 600;
  cursor: pointer;
  transition: border-color 0.15s;
}
.demo-eb-btn:hover {
  border-color: var(--accent);
}
.demo-eb-hint {
  margin: 0;
  font-size: 0.82rem;
  color: var(--text-muted);
  line-height: 1.5;
}
.demo-output--jsx {
  flex-direction: column;
  align-items: stretch;
  gap: 0;
  padding: 2.25rem 1.25rem 1.5rem;
}
.demo-jsx-stack {
  display: flex;
  flex-direction: column;
  gap: 0.85rem;
  width: 100%;
}
.demo-jsx-line {
  margin: 0;
  font-size: 0.95rem;
  line-height: 1.5;
  color: var(--text-main);
}
.demo-jsx-muted {
  color: var(--text-muted);
}
.demo-jsx-banner {
  margin: 0;
  padding: 0.55rem 0.75rem;
  border-radius: 0.5rem;
  background: var(--accent-soft);
  color: var(--text-main);
  font-size: 0.85rem;
  font-weight: 600;
}
.demo-jsx-controls {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
}
.demo-jsx-btn {
  padding: 0.5rem 0.9rem;
  border: 1px solid var(--border);
  border-radius: 0.55rem;
  background: var(--bg-main);
  color: var(--text-main);
  font: inherit;
  font-size: 0.85rem;
  font-weight: 600;
  cursor: pointer;
  transition: border-color 0.15s, transform 0.05s;
}
.demo-jsx-btn:hover {
  border-color: var(--accent);
}
.demo-jsx-btn:active {
  transform: scale(0.98);
}
.demo-jsx-btn--ghost {
  background: transparent;
}
.demo-jsx-btn--sm {
  padding: 0.3rem 0.55rem;
  font-size: 0.75rem;
}
.demo-jsx-input {
  flex: 1;
  min-width: 10rem;
  padding: 0.5rem 0.75rem;
  border: 1px solid var(--border);
  border-radius: 0.55rem;
  background: var(--bg-main);
  color: var(--text-main);
  font: inherit;
  font-size: 0.85rem;
  outline: none;
  transition: border-color 0.15s;
}
.demo-jsx-input:focus {
  border-color: var(--accent);
}
.demo-jsx-code {
  font-family: ui-monospace, "Geist Mono", monospace;
  font-size: 0.88em;
  color: var(--accent);
}
.demo-jsx-list {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 0.45rem;
}
.demo-jsx-list-item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.75rem;
  padding: 0.55rem 0.75rem;
  border: 1px solid var(--border);
  border-radius: 0.55rem;
  background: var(--bg-main);
  font-size: 0.88rem;
}
.demo-jsx-badge {
  display: inline-flex;
  align-items: center;
  align-self: flex-start;
  padding: 0.45rem 0.85rem;
  border-radius: 0.55rem;
  font-size: 0.88rem;
  font-weight: 700;
  transition: background-color 0.2s, color 0.2s, box-shadow 0.2s;
}
.demo-jsx-badge--active {
  background: var(--accent-soft);
  color: var(--text-main);
}
.demo-jsx-badge--idle {
  background: var(--bg-main);
  color: var(--text-muted);
  border: 1px solid var(--border);
}
.demo-jsx-badge--danger {
  box-shadow: 0 0 0 2px rgba(239, 68, 68, 0.45);
}
.demo-jsx-fragment-row {
  display: flex;
  flex-wrap: wrap;
  gap: 0.45rem;
}
.demo-jsx-chip {
  display: inline-flex;
  padding: 0.35rem 0.7rem;
  border: 1px solid var(--border);
  border-radius: 999px;
  background: var(--bg-main);
  font-size: 0.82rem;
  font-weight: 600;
  color: var(--text-main);
}
.demo-jsx-chip--accent {
  border-color: var(--accent);
  background: var(--accent-soft);
  color: var(--accent);
}
.demo-output--portal {
  flex-direction: column;
  align-items: stretch;
  gap: 1.5rem;
  padding: 2.25rem 1.25rem 1.5rem;
}
.demo-portal-section {
  display: flex;
  flex-direction: column;
  gap: 0.65rem;
  width: 100%;
}
.demo-portal-section-title {
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--accent);
}
.demo-portal-section-desc {
  margin: 0;
  font-size: 0.88rem;
  line-height: 1.55;
  color: var(--text-muted);
}
.demo-portal-section-desc code {
  font-size: 0.82em;
}
.demo-portal-clip {
  position: relative;
  min-height: 9rem;
  padding: 1rem 1.1rem;
  border: 1px dashed var(--border);
  border-radius: 0.65rem;
  background: var(--bg-main);
  overflow: hidden;
}
.demo-portal-clip-note {
  margin: 0;
  font-size: 0.85rem;
  color: var(--text-muted);
}
.demo-portal-btn {
  margin-top: 0.75rem;
  padding: 0.55rem 1rem;
  border: 1px solid var(--border);
  border-radius: 0.6rem;
  background: var(--accent-soft);
  color: var(--text-main);
  font: inherit;
  font-weight: 600;
  cursor: pointer;
  transition: border-color 0.15s, transform 0.05s;
}
.demo-portal-btn:hover {
  border-color: var(--accent);
}
.demo-portal-btn:active {
  transform: scale(0.98);
}
.demo-portal-btn--solid {
  background: var(--text-main);
  color: var(--bg-main);
  border-color: var(--text-main);
}
.demo-portal-btn--solid:hover {
  opacity: 0.9;
  border-color: var(--text-main);
}
.demo-portal-btn--dialog {
  background: rgba(16, 185, 129, 0.12);
  border-color: rgba(16, 185, 129, 0.35);
}
.demo-portal-btn--dialog:hover {
  border-color: #10b981;
}
.demo-portal-dialog {
  width: min(22rem, calc(100vw - 2rem));
  padding: 1.25rem 1.35rem;
  border: none;
  border-radius: 0.85rem;
  background: var(--bg-main);
  color: var(--text-main);
  box-shadow: 0 24px 48px rgba(2, 6, 23, 0.18);
}
.demo-portal-dialog::backdrop {
  background: rgba(15, 23, 42, 0.55);
}
.demo-portal-backdrop {
  position: fixed;
  inset: 0;
  z-index: 60;
  display: grid;
  place-items: center;
  padding: 1.5rem;
  background: rgba(15, 23, 42, 0.55);
}
.demo-portal-modal {
  width: min(22rem, 100%);
  padding: 1.25rem 1.35rem;
  border: 1px solid var(--border);
  border-radius: 0.85rem;
  background: var(--bg-main);
  color: var(--text-main);
  box-shadow: 0 24px 48px rgba(2, 6, 23, 0.18);
}
.demo-portal-modal-title {
  font-size: 1.05rem;
  font-weight: 800;
}
.demo-portal-modal-body {
  margin: 0.5rem 0 1rem;
  font-size: 0.88rem;
  line-height: 1.5;
  color: var(--text-muted);
}
:root {
  --bg-main: #ffffff;
  --bg-surface: #f8fafc;
  --text-main: #0f172a;
  --text-muted: #64748b;
  --border: #e2e8f0;
  --accent: #ff851b;
  --accent-soft: rgba(255, 133, 27, 0.1);
  --code-bg: #0f172a;
  --selection-bg: rgba(255, 133, 27, 0.2);
  --selection-text: #c2610d;
}
[data-theme='dark'] {
  --bg-main: #020617;
  --bg-surface: #0f172a;
  --text-main: #f1f5f9;
  --text-muted: #94a3b8;
  --border: #1e293b;
  --accent: #ff851b;
  --accent-soft: rgba(255, 133, 27, 0.2);
  --code-bg: #000000;
  --selection-bg: rgba(255, 133, 27, 0.3);
  --selection-text: #ff851b;
}
body {
  margin: 0;
  font-family: 'Geist', sans-serif;
  background-color: var(--bg-main);
  color: var(--text-main);
  transition: background-color 0.3s ease, color 0.3s ease;
  -webkit-font-smoothing: antialiased;
}
::selection {
  background: var(--selection-bg);
  color: var(--selection-text);
}
.custom-scrollbar::-webkit-scrollbar {
  width: 8px;
  height: 8px;
}
.custom-scrollbar::-webkit-scrollbar-track {
  background: transparent;
}
.custom-scrollbar::-webkit-scrollbar-thumb {
  background: rgba(255, 255, 255, 0.1);
  border-radius: 10px;
}
.custom-scrollbar::-webkit-scrollbar-thumb:hover {
  background: rgba(255, 255, 255, 0.2);
}
.active-nav-link {
  background-color: rgba(255, 133, 27, 0.1);
  color: #ff851b !important;
  font-weight: 700;
}
.hero-glow {
  background: radial-gradient(60% 60% at 50% 0%, var(--accent-soft), transparent 70%);
}
.mono {
  font-family: 'Geist Mono', ui-monospace, SFMono-Regular, monospace;
}
.otfw-footer-org-link {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  color: var(--text-muted);
  text-decoration: none;
  transition: color 0.15s;
}
.otfw-footer-org-link:hover {
  color: var(--text-main);
}
.otfw-footer-org-logo {
  display: block;
  flex-shrink: 0;
  opacity: 0.92;
}
.install-tabs {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.65rem;
  max-width: 100%;
}
.install-chips {
  display: inline-flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 0.3rem;
  padding: 0.3rem;
  border: 1px solid var(--border);
  border-radius: 9999px;
  background: var(--bg-surface);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.04);
}
.install-chip {
  padding: 0.38rem 0.95rem;
  border: 1px solid transparent;
  border-radius: 9999px;
  background: transparent;
  color: var(--text-muted);
  font: inherit;
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.02em;
  cursor: pointer;
  transition: color 0.15s, background 0.15s, border-color 0.15s, box-shadow 0.15s;
}
.install-chip:hover {
  color: var(--text-main);
  background: var(--bg-main);
}
.install-chip.is-active {
  color: var(--accent);
  background: var(--bg-main);
  border-color: var(--border);
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.06);
}
.install-pill {
  display: inline-flex;
  align-items: center;
  gap: 0.75rem;
  padding: 0.4rem 0.45rem 0.4rem 1.1rem;
  border: 1px solid var(--border);
  border-radius: 9999px;
  background: var(--bg-surface);
  font-size: 0.875rem;
  color: var(--text-main);
}
.install-pill .install-prompt {
  color: var(--accent);
  font-weight: 700;
}
.install-pill .install-cmd {
  white-space: nowrap;
  overflow-x: auto;
  max-width: min(72vw, 28rem);
  scrollbar-width: none;
}
.install-pill .install-cmd::-webkit-scrollbar {
  display: none;
}
.install-copy {
  display: inline-flex;
  align-items: center;
  padding: 0.4rem 0.85rem;
  border: 1px solid var(--border);
  border-radius: 9999px;
  background: var(--bg-main);
  color: var(--text-muted);
  font: inherit;
  font-size: 0.78rem;
  font-weight: 600;
  cursor: pointer;
  transition: color 0.15s, border-color 0.15s, background 0.15s;
}
.install-copy:hover {
  color: var(--text-main);
  border-color: var(--accent);
}
.install-copy-label {
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
}
.install-copy:has(.is-copied) {
  border-color: #10b981;
  background: rgba(16, 185, 129, 0.12);
}
.install-copy-label.is-copied {
  color: #10b981;
}
.trace {
  max-width: 56rem;
  margin: 0 auto;
  border: 1px solid var(--border);
  border-radius: 1rem;
  background: var(--bg-surface);
  box-shadow: 0 24px 50px -28px rgba(2, 6, 23, 0.45);
  overflow: hidden;
}
.trace-titlebar {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  padding: 0.7rem 1rem;
  border-bottom: 1px solid var(--border);
  background: var(--bg-main);
}
.trace-light {
  width: 0.72rem;
  height: 0.72rem;
  border-radius: 9999px;
  flex: none;
}
.trace-light.is-red {
  background: #ff5f57;
}
.trace-light.is-amber {
  background: #febc2e;
}
.trace-light.is-green {
  background: #28c840;
}
.trace-titlebar-label {
  margin-left: 0.5rem;
  font-family: 'Geist Mono', ui-monospace, monospace;
  font-size: 0.72rem;
  color: var(--text-muted);
}
.trace-body {
  padding: 1.75rem;
}
.trace-toolbar {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 1rem;
  margin-bottom: 1.25rem;
  flex-wrap: wrap;
}
.trace-footer {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 1.5rem;
  margin-top: 1.25rem;
  padding-top: 1.25rem;
  border-top: 1px solid var(--border);
  flex-wrap: wrap;
}
.trace-footer .trace-caption {
  margin: 0;
  text-align: left;
  flex: 1 1 18rem;
  max-width: none;
}
.trace-legend {
  display: flex;
  gap: 1rem;
  font-size: 0.8rem;
  color: var(--text-muted);
  flex-shrink: 0;
}
.trace-legend-item {
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  font-family: 'Geist Mono', ui-monospace, monospace;
}
.trace-dot {
  width: 0.6rem;
  height: 0.6rem;
  border-radius: 9999px;
}
.trace-dot.is-state {
  background: var(--accent);
}
.trace-dot.is-derived {
  background: transparent;
  border: 2px solid var(--text-muted);
}
.trace-toggle {
  display: inline-flex;
  align-items: center;
  gap: 0.55rem;
  padding: 0.4rem 0.85rem;
  border: 1px solid var(--border);
  border-radius: 9999px;
  background: var(--bg-main);
  color: var(--text-muted);
  font: inherit;
  font-size: 0.8rem;
  font-weight: 600;
  cursor: pointer;
  transition: color 0.15s, border-color 0.15s, background 0.15s;
}
.trace-toggle-knob {
  width: 1.6rem;
  height: 0.9rem;
  border-radius: 9999px;
  background: var(--border);
  position: relative;
  transition: background 0.15s;
  flex: none;
}
.trace-toggle-knob::after {
  content: "";
  position: absolute;
  top: 0.1rem;
  left: 0.1rem;
  width: 0.7rem;
  height: 0.7rem;
  border-radius: 9999px;
  background: var(--bg-main);
  transition: transform 0.15s;
}
.trace-toggle.is-on {
  color: #ef4444;
  border-color: #ef4444;
  background: rgba(239, 68, 68, 0.08);
}
.trace-toggle.is-on .trace-toggle-knob {
  background: #ef4444;
}
.trace-toggle.is-on .trace-toggle-knob::after {
  transform: translateX(0.7rem);
}
.trace-panels {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1.5rem;
  align-items: stretch;
  background: var(--bg-main);
  border: 1px solid var(--border);
  border-radius: 1.5rem;
  padding: 1.5rem;
}
@media (min-width: 768px) {
  .trace-panels {
    grid-template-columns: 1fr 1fr;
  }
}
.trace-graph-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(--bg-surface);
  border: 1px solid var(--border);
  border-radius: 1rem;
  padding: 0.5rem;
}
.trace-graph {
  position: relative;
  width: 340px;
  height: 300px;
}
.trace-edges {
  position: absolute;
  inset: 0;
  overflow: visible;
}
.trace-edge {
  fill: none;
  stroke: var(--border);
  stroke-width: 2;
}
.trace-node {
  position: absolute;
  transform: translate(-50%, -50%);
}
.trace-node-chip {
  display: block;
  padding: 0.3rem 0.7rem;
  border-radius: 9999px;
  font-family: 'Geist Mono', ui-monospace, monospace;
  font-size: 0.78rem;
  font-weight: 500;
  white-space: nowrap;
  will-change: transform;
}
.trace-node.is-state .trace-node-chip {
  background: var(--accent-soft);
  color: var(--accent);
  border: 1.5px solid var(--accent);
}
.trace-node.is-derived .trace-node-chip {
  background: var(--bg-main);
  color: var(--text-main);
  border: 1.5px solid var(--text-muted);
}
.trace-node-aside .trace-node-chip {
  opacity: 0.85;
}
.trace-dom {
  display: flex;
  flex-direction: column;
  gap: 0.15rem;
  background: var(--bg-surface);
  border: 1px solid var(--border);
  border-radius: 1rem;
  padding: 1.25rem 1.4rem;
}
.trace-dom-head {
  font-size: 0.7rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  color: var(--text-muted);
  margin-bottom: 0.6rem;
}
.trace-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0.45rem 0;
}
.trace-label {
  color: var(--text-muted);
  font-size: 0.9rem;
}
.trace-value {
  font-family: 'Geist Mono', ui-monospace, monospace;
  font-size: 0.95rem;
  font-weight: 600;
  color: var(--text-main);
  padding: 0.15rem 0.45rem;
  border-radius: 0.4rem;
}
.trace-value.is-derived {
  color: var(--text-main);
}
.trace-row-total .trace-label, .trace-row-total .trace-value {
  font-size: 1.1rem;
  font-weight: 800;
}
.trace-stepper {
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
}
.trace-stepper button {
  width: 1.7rem;
  height: 1.7rem;
  border-radius: 0.5rem;
  border: 1px solid var(--border);
  background: var(--bg-main);
  color: var(--text-main);
  font-size: 1rem;
  line-height: 1;
  cursor: pointer;
  transition: border-color 0.15s, color 0.15s;
}
.trace-stepper button:hover {
  border-color: var(--accent);
  color: var(--accent);
}
.trace-divider {
  height: 1px;
  background: var(--border);
  margin: 0.5rem 0;
}
.trace-coupon {
  width: 7.5rem;
  text-align: right;
  font-family: 'Geist Mono', ui-monospace, monospace;
  font-size: 0.9rem;
  padding: 0.3rem 0.5rem;
  border: 1px solid var(--border);
  border-radius: 0.5rem;
  background: var(--bg-main);
  color: var(--text-main);
}
.trace-coupon:focus {
  outline: none;
  border-color: var(--accent);
}
.trace-caption {
  margin-top: 1.1rem;
  text-align: center;
  font-size: 0.8rem;
  color: var(--text-muted);
  max-width: 38rem;
  margin-left: auto;
  margin-right: auto;
  line-height: 1.5;
}
@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-y-reverse {
  syntax: "*";
  inherits: false;
  initial-value: 0;
}
@property --tw-border-style {
  syntax: "*";
  inherits: false;
  initial-value: solid;
}
@property --tw-gradient-position {
  syntax: "*";
  inherits: false;
}
@property --tw-gradient-from {
  syntax: "<color>";
  inherits: false;
  initial-value: #0000;
}
@property --tw-gradient-via {
  syntax: "<color>";
  inherits: false;
  initial-value: #0000;
}
@property --tw-gradient-to {
  syntax: "<color>";
  inherits: false;
  initial-value: #0000;
}
@property --tw-gradient-stops {
  syntax: "*";
  inherits: false;
}
@property --tw-gradient-via-stops {
  syntax: "*";
  inherits: false;
}
@property --tw-gradient-from-position {
  syntax: "<length-percentage>";
  inherits: false;
  initial-value: 0%;
}
@property --tw-gradient-via-position {
  syntax: "<length-percentage>";
  inherits: false;
  initial-value: 50%;
}
@property --tw-gradient-to-position {
  syntax: "<length-percentage>";
  inherits: false;
  initial-value: 100%;
}
@property --tw-leading {
  syntax: "*";
  inherits: false;
}
@property --tw-font-weight {
  syntax: "*";
  inherits: false;
}
@property --tw-tracking {
  syntax: "*";
  inherits: false;
}
@property --tw-ordinal {
  syntax: "*";
  inherits: false;
}
@property --tw-slashed-zero {
  syntax: "*";
  inherits: false;
}
@property --tw-numeric-figure {
  syntax: "*";
  inherits: false;
}
@property --tw-numeric-spacing {
  syntax: "*";
  inherits: false;
}
@property --tw-numeric-fraction {
  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-duration {
  syntax: "*";
  inherits: false;
}
@property --tw-ease {
  syntax: "*";
  inherits: false;
}
@property --tw-scale-x {
  syntax: "*";
  inherits: false;
  initial-value: 1;
}
@property --tw-scale-y {
  syntax: "*";
  inherits: false;
  initial-value: 1;
}
@property --tw-scale-z {
  syntax: "*";
  inherits: false;
  initial-value: 1;
}
@keyframes ping {
  75%, 100% {
    transform: scale(2);
    opacity: 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-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-y-reverse: 0;
      --tw-border-style: solid;
      --tw-gradient-position: initial;
      --tw-gradient-from: #0000;
      --tw-gradient-via: #0000;
      --tw-gradient-to: #0000;
      --tw-gradient-stops: initial;
      --tw-gradient-via-stops: initial;
      --tw-gradient-from-position: 0%;
      --tw-gradient-via-position: 50%;
      --tw-gradient-to-position: 100%;
      --tw-leading: initial;
      --tw-font-weight: initial;
      --tw-tracking: initial;
      --tw-ordinal: initial;
      --tw-slashed-zero: initial;
      --tw-numeric-figure: initial;
      --tw-numeric-spacing: initial;
      --tw-numeric-fraction: 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-duration: initial;
      --tw-ease: initial;
      --tw-scale-x: 1;
      --tw-scale-y: 1;
      --tw-scale-z: 1;
    }
  }
}
