/*! tailwindcss v4.1.18 | MIT License | https://tailwindcss.com */
@import url("https://fonts.googleapis.com/css2?family=JetBrains+Mono:wght@400;600&family=Roboto:wght@400;500;700&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-slate-200: oklch(92.9% 0.013 255.508);
    --spacing: 0.25rem;
    --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-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;
    --font-weight-semibold: 600;
    --tracking-tight: -0.025em;
    --leading-tight: 1.25;
    --default-font-family: var(--font-sans);
    --default-mono-font-family: var(--font-mono);
  }
}
@layer base {
  *, ::after, ::before, ::backdrop, ::file-selector-button {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    border: 0 solid;
  }
  html, :host {
    line-height: 1.5;
    -webkit-text-size-adjust: 100%;
    tab-size: 4;
    font-family: var(--default-font-family, ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji");
    font-feature-settings: var(--default-font-feature-settings, normal);
    font-variation-settings: var(--default-font-variation-settings, normal);
    -webkit-tap-highlight-color: transparent;
  }
  hr {
    height: 0;
    color: inherit;
    border-top-width: 1px;
  }
  abbr:where([title]) {
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted;
  }
  h1, h2, h3, h4, h5, h6 {
    font-size: inherit;
    font-weight: inherit;
  }
  a {
    color: inherit;
    -webkit-text-decoration: inherit;
    text-decoration: inherit;
  }
  b, strong {
    font-weight: bolder;
  }
  code, kbd, samp, pre {
    font-family: var(--default-mono-font-family, ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace);
    font-feature-settings: var(--default-mono-font-feature-settings, normal);
    font-variation-settings: var(--default-mono-font-variation-settings, normal);
    font-size: 1em;
  }
  small {
    font-size: 80%;
  }
  sub, sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
  }
  sub {
    bottom: -0.25em;
  }
  sup {
    top: -0.5em;
  }
  table {
    text-indent: 0;
    border-color: inherit;
    border-collapse: collapse;
  }
  :-moz-focusring {
    outline: auto;
  }
  progress {
    vertical-align: baseline;
  }
  summary {
    display: list-item;
  }
  ol, ul, menu {
    list-style: none;
  }
  img, svg, video, canvas, audio, iframe, embed, object {
    display: block;
    vertical-align: middle;
  }
  img, video {
    max-width: 100%;
    height: auto;
  }
  button, input, select, optgroup, textarea, ::file-selector-button {
    font: inherit;
    font-feature-settings: inherit;
    font-variation-settings: inherit;
    letter-spacing: inherit;
    color: inherit;
    border-radius: 0;
    background-color: transparent;
    opacity: 1;
  }
  :where(select:is([multiple], [size])) optgroup {
    font-weight: bolder;
  }
  :where(select:is([multiple], [size])) optgroup option {
    padding-inline-start: 20px;
  }
  ::file-selector-button {
    margin-inline-end: 4px;
  }
  ::placeholder {
    opacity: 1;
  }
  @supports (not (-webkit-appearance: -apple-pay-button))  or (contain-intrinsic-size: 1px) {
    ::placeholder {
      color: currentcolor;
      @supports (color: color-mix(in lab, red, red)) {
        color: color-mix(in oklab, currentcolor 50%, transparent);
      }
    }
  }
  textarea {
    resize: vertical;
  }
  ::-webkit-search-decoration {
    -webkit-appearance: none;
  }
  ::-webkit-date-and-time-value {
    min-height: 1lh;
    text-align: inherit;
  }
  ::-webkit-datetime-edit {
    display: inline-flex;
  }
  ::-webkit-datetime-edit-fields-wrapper {
    padding: 0;
  }
  ::-webkit-datetime-edit, ::-webkit-datetime-edit-year-field, ::-webkit-datetime-edit-month-field, ::-webkit-datetime-edit-day-field, ::-webkit-datetime-edit-hour-field, ::-webkit-datetime-edit-minute-field, ::-webkit-datetime-edit-second-field, ::-webkit-datetime-edit-millisecond-field, ::-webkit-datetime-edit-meridiem-field {
    padding-block: 0;
  }
  ::-webkit-calendar-picker-indicator {
    line-height: 1;
  }
  :-moz-ui-invalid {
    box-shadow: none;
  }
  button, input:where([type="button"], [type="reset"], [type="submit"]), ::file-selector-button {
    appearance: button;
  }
  ::-webkit-inner-spin-button, ::-webkit-outer-spin-button {
    height: auto;
  }
  [hidden]:where(:not([hidden="until-found"])) {
    display: none !important;
  }
}
@layer utilities {
  .sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip-path: inset(50%);
    white-space: nowrap;
    border-width: 0;
  }
  .fixed {
    position: fixed;
  }
  .relative {
    position: relative;
  }
  .static {
    position: static;
  }
  .mx-auto {
    margin-inline: auto;
  }
  .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-16 {
    margin-top: calc(var(--spacing) * 16);
  }
  .mb-3 {
    margin-bottom: calc(var(--spacing) * 3);
  }
  .mb-10 {
    margin-bottom: calc(var(--spacing) * 10);
  }
  .contents {
    display: contents;
  }
  .flex {
    display: flex;
  }
  .grid {
    display: grid;
  }
  .hidden {
    display: none;
  }
  .w-full {
    width: 100%;
  }
  .max-w-\[1280px\] {
    max-width: 1280px;
  }
  .max-w-none {
    max-width: none;
  }
  .list-inside {
    list-style-position: inside;
  }
  .list-disc {
    list-style-type: disc;
  }
  .grid-cols-1 {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
  .flex-col {
    flex-direction: column;
  }
  .flex-wrap {
    flex-wrap: wrap;
  }
  .items-center {
    align-items: center;
  }
  .items-start {
    align-items: flex-start;
  }
  .justify-between {
    justify-content: space-between;
  }
  .gap-2 {
    gap: calc(var(--spacing) * 2);
  }
  .gap-3 {
    gap: calc(var(--spacing) * 3);
  }
  .gap-4 {
    gap: calc(var(--spacing) * 4);
  }
  .gap-6 {
    gap: calc(var(--spacing) * 6);
  }
  .gap-8 {
    gap: calc(var(--spacing) * 8);
  }
  .gap-10 {
    gap: calc(var(--spacing) * 10);
  }
  .space-y-1 {
    :where(& > :not(:last-child)) {
      --tw-space-y-reverse: 0;
      margin-block-start: calc(calc(var(--spacing) * 1) * var(--tw-space-y-reverse));
      margin-block-end: calc(calc(var(--spacing) * 1) * calc(1 - var(--tw-space-y-reverse)));
    }
  }
  .space-y-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-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)));
    }
  }
  .border-t {
    border-top-style: var(--tw-border-style);
    border-top-width: 1px;
  }
  .border-slate-200\/60 {
    border-color: color-mix(in srgb, oklch(92.9% 0.013 255.508) 60%, transparent);
    @supports (color: color-mix(in lab, red, red)) {
      border-color: color-mix(in oklab, var(--color-slate-200) 60%, transparent);
    }
  }
  .p-6 {
    padding: calc(var(--spacing) * 6);
  }
  .p-8 {
    padding: calc(var(--spacing) * 8);
  }
  .px-6 {
    padding-inline: calc(var(--spacing) * 6);
  }
  .py-6 {
    padding-block: calc(var(--spacing) * 6);
  }
  .py-10 {
    padding-block: calc(var(--spacing) * 10);
  }
  .pb-10 {
    padding-bottom: calc(var(--spacing) * 10);
  }
  .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-lg {
    font-size: var(--text-lg);
    line-height: var(--tw-leading, var(--text-lg--line-height));
  }
  .text-sm {
    font-size: var(--text-sm);
    line-height: var(--tw-leading, var(--text-sm--line-height));
  }
  .text-xl {
    font-size: var(--text-xl);
    line-height: var(--tw-leading, var(--text-xl--line-height));
  }
  .text-xs {
    font-size: var(--text-xs);
    line-height: var(--tw-leading, var(--text-xs--line-height));
  }
  .leading-tight {
    --tw-leading: var(--leading-tight);
    line-height: var(--leading-tight);
  }
  .font-semibold {
    --tw-font-weight: var(--font-weight-semibold);
    font-weight: var(--font-weight-semibold);
  }
  .tracking-\[0\.3em\] {
    --tw-tracking: 0.3em;
    letter-spacing: 0.3em;
  }
  .tracking-tight {
    --tw-tracking: var(--tracking-tight);
    letter-spacing: var(--tracking-tight);
  }
  .uppercase {
    text-transform: uppercase;
  }
  .sm\:w-auto {
    @media (width >= 40rem) {
      width: auto;
    }
  }
  .sm\:flex-row {
    @media (width >= 40rem) {
      flex-direction: row;
    }
  }
  .md\:inline {
    @media (width >= 48rem) {
      display: inline;
    }
  }
  .md\:grid-cols-2 {
    @media (width >= 48rem) {
      grid-template-columns: repeat(2, minmax(0, 1fr));
    }
  }
  .md\:flex-row {
    @media (width >= 48rem) {
      flex-direction: row;
    }
  }
  .md\:items-center {
    @media (width >= 48rem) {
      align-items: center;
    }
  }
  .md\:justify-between {
    @media (width >= 48rem) {
      justify-content: space-between;
    }
  }
  .md\:p-8 {
    @media (width >= 48rem) {
      padding: calc(var(--spacing) * 8);
    }
  }
  .md\:p-10 {
    @media (width >= 48rem) {
      padding: calc(var(--spacing) * 10);
    }
  }
  .md\:px-10 {
    @media (width >= 48rem) {
      padding-inline: calc(var(--spacing) * 10);
    }
  }
  .md\:text-4xl {
    @media (width >= 48rem) {
      font-size: var(--text-4xl);
      line-height: var(--tw-leading, var(--text-4xl--line-height));
    }
  }
  .md\:text-5xl {
    @media (width >= 48rem) {
      font-size: var(--text-5xl);
      line-height: var(--tw-leading, var(--text-5xl--line-height));
    }
  }
  .lg\:block {
    @media (width >= 64rem) {
      display: block;
    }
  }
  .lg\:hidden {
    @media (width >= 64rem) {
      display: none;
    }
  }
  .lg\:w-\[30\%\] {
    @media (width >= 64rem) {
      width: 30%;
    }
  }
  .lg\:w-\[70\%\] {
    @media (width >= 64rem) {
      width: 70%;
    }
  }
  .lg\:grid-cols-2 {
    @media (width >= 64rem) {
      grid-template-columns: repeat(2, minmax(0, 1fr));
    }
  }
  .lg\:flex-row {
    @media (width >= 64rem) {
      flex-direction: row;
    }
  }
}
@layer base {
  :root {
    --ink: #111827;
    --ink-soft: #374151;
    --muted: #6b7280;
    --accent: #2f8f5b;
    --accent-deep: #1f6f45;
    --accent-cool: #6ea96f;
    --surface: rgba(255, 255, 255, 0.88);
    --surface-strong: rgba(255, 255, 255, 0.96);
    --surface-ink: rgba(17, 24, 39, 0.9);
    --ring: rgba(47, 143, 91, 0.25);
  }
  html {
    font-family: "Roboto", "Segoe UI", sans-serif;
    color: var(--ink);
    background-color: #f6f1ea;
    min-height: 100%;
  }
  html.dark {
    --ink: #f8fafc;
    --ink-soft: #cbd5f5;
    --muted: #94a3b8;
    --surface: rgba(15, 23, 42, 0.82);
    --surface-strong: rgba(15, 23, 42, 0.95);
    --surface-ink: rgba(248, 250, 252, 0.9);
    --ring: rgba(110, 169, 111, 0.3);
    background-color: #0b1020;
  }
  body {
    min-height: 100vh;
    display: flex;
    flex-direction: column;
    background: radial-gradient(circle at 10% 10%, rgba(46, 141, 89, 0.12), transparent 45%), radial-gradient(circle at 90% 5%, rgba(126, 186, 123, 0.18), transparent 42%), radial-gradient(circle at 70% 85%, rgba(36, 107, 69, 0.12), transparent 46%), linear-gradient(180deg, #fdf8f2 0%, #f6f1ea 45%, #f3efe8 100%);
  }
  html.dark body {
    background: radial-gradient(circle at 15% 15%, rgba(110, 169, 111, 0.18), transparent 45%), radial-gradient(circle at 90% 5%, rgba(47, 143, 91, 0.2), transparent 40%), radial-gradient(circle at 65% 80%, rgba(36, 107, 69, 0.2), transparent 46%), linear-gradient(180deg, #0b1020 0%, #0b1224 60%, #0f172a 100%);
  }
  h1, h2, h3, h4 {
    font-family: inherit;
    letter-spacing: -0.02em;
  }
  a {
    color: inherit;
  }
  main {
    flex: 1;
  }
  .prose {
    color: var(--ink-soft);
    line-height: 1.8;
  }
  .prose p, .prose ul, .prose ol, .prose pre, .prose blockquote {
    margin-top: 1rem;
    margin-bottom: 1rem;
  }
  .prose h1, .prose h2, .prose h3, .prose h4 {
    margin-top: 2.25rem;
    margin-bottom: 1rem;
  }
  .prose h1, .prose h2, .prose h3, .prose h4 {
    color: var(--ink);
    line-height: 1.2;
  }
  .prose h1 {
    font-size: clamp(2rem, 4vw, 2.75rem);
  }
  .prose h2 {
    font-size: clamp(1.6rem, 3vw, 2.2rem);
  }
  .prose h3 {
    font-size: clamp(1.35rem, 2.4vw, 1.8rem);
  }
  .prose h4 {
    font-size: clamp(1.15rem, 2vw, 1.5rem);
  }
  .prose pre {
    background: #0f172a;
    color: #e2e8f0;
    border-radius: 1rem;
    padding: 1.25rem;
    overflow-x: auto;
  }
  .prose img {
    border-radius: 1rem;
  }
  .prose code {
    background: rgba(15, 23, 42, 0.08);
    color: #0f172a;
    padding: 0.15rem 0.45rem;
    border-radius: 0.5rem;
    font-size: 0.9em;
    font-family: "JetBrains Mono", "SFMono-Regular", Consolas, "Liberation Mono", monospace;
  }
  html.dark .prose code {
    background: rgba(148, 163, 184, 0.2);
    color: #e2e8f0;
  }
  .prose pre code {
    background: transparent;
    color: inherit;
    padding: 0;
    font-family: "JetBrains Mono", "SFMono-Regular", Consolas, "Liberation Mono", monospace;
  }
  html.dark .prose pre code {
    background: transparent;
    color: inherit;
    padding: 0;
  }
  .prose table {
    width: 100%;
    border-collapse: collapse;
    margin: 1.25rem 0;
    font-size: 0.95rem;
    overflow: hidden;
    border-radius: 1rem;
    border: 1px solid rgba(148, 163, 184, 0.4);
    background: rgba(255, 255, 255, 0.8);
  }
  .prose thead {
    background: rgba(47, 143, 91, 0.12);
  }
  .prose th, .prose td {
    text-align: left;
    padding: 0.85rem 1rem;
    border-bottom: 1px solid rgba(148, 163, 184, 0.3);
    vertical-align: top;
  }
  .prose tbody tr:last-child td {
    border-bottom: none;
  }
  html.dark .prose table {
    background: rgba(15, 23, 42, 0.7);
    border-color: rgba(71, 85, 105, 0.6);
  }
  html.dark .prose thead {
    background: rgba(110, 169, 111, 0.18);
  }
  html.dark .prose th, html.dark .prose td {
    border-bottom-color: rgba(71, 85, 105, 0.6);
  }
  .sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0;
  }
}
@layer components {
  .site-shell {
    position: relative;
  }
  .section-wrap {
    padding: 4.5rem 0;
  }
  .section-title {
    font-size: clamp(1.8rem, 3.5vw, 2.6rem);
    font-weight: 700;
  }
  .section-subtitle {
    color: var(--muted);
    max-width: 44rem;
  }
  .pill {
    display: inline-flex;
    align-items: center;
    gap: 0.4rem;
    padding: 0.25rem 0.75rem;
    border-radius: 999px;
    background: rgba(47, 143, 91, 0.12);
    color: var(--accent-deep);
    font-weight: 600;
    font-size: 0.85rem;
    letter-spacing: 0.02em;
  }
  .btn-primary {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 0.5rem;
    padding: 0.75rem 1.4rem;
    border-radius: 999px;
    background: var(--accent);
    color: #fff7ed;
    font-weight: 600;
  }
  .btn-primary:hover, .btn-primary:focus-visible {
    background: var(--accent-deep);
  }
  .btn-secondary {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 0.5rem;
    padding: 0.7rem 1.25rem;
    border-radius: 999px;
    border: 1px solid rgba(15, 23, 42, 0.15);
    background: rgba(255, 255, 255, 0.7);
    color: var(--ink);
    font-weight: 600;
  }
  .btn-secondary:hover, .btn-secondary:focus-visible {
    border-color: rgba(15, 23, 42, 0.3);
  }
  html.dark .btn-secondary {
    background: rgba(15, 23, 42, 0.75);
    border-color: rgba(148, 163, 184, 0.4);
    color: #e2e8f0;
  }
  .btn-ghost {
    display: inline-flex;
    align-items: center;
    gap: 0.4rem;
    padding: 0.6rem 1rem;
    border-radius: 999px;
    background: rgba(15, 23, 42, 0.06);
    color: var(--ink);
    font-weight: 600;
    min-width: 44px;
    min-height: 44px;
    justify-content: center;
  }
  html.dark .btn-ghost {
    background: rgba(148, 163, 184, 0.18);
    color: #e2e8f0;
  }
  .glass {
    background: var(--surface);
    border: 1px solid rgba(148, 163, 184, 0.35);
    border-radius: 1.5rem;
    box-shadow: 0 24px 60px rgba(15, 23, 42, 0.08);
  }
  .tag-pill {
    display: inline-flex;
    align-items: center;
    padding: 0.35rem 0.75rem;
    border-radius: 999px;
    background: rgba(47, 143, 91, 0.12);
    color: var(--accent-deep);
    font-size: 0.75rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.08em;
  }
  html.dark .tag-pill {
    background: rgba(110, 169, 111, 0.18);
    color: #e2e8f0;
  }
  .glass-strong {
    background: var(--surface-strong);
  }
  .feature-card {
    padding: 1.75rem;
    border-radius: 1.25rem;
    background: rgba(255, 255, 255, 0.9);
    border: 1px solid rgba(203, 213, 225, 0.6);
    box-shadow: 0 20px 40px rgba(15, 23, 42, 0.06);
  }
  html.dark .feature-card {
    background: rgba(15, 23, 42, 0.8);
    border-color: rgba(71, 85, 105, 0.6);
    box-shadow: 0 20px 40px rgba(2, 6, 23, 0.4);
  }
  .stat-card {
    border-radius: 1rem;
    padding: 1rem 1.25rem;
    background: rgba(17, 24, 39, 0.85);
    color: #f8fafc;
    display: flex;
    flex-direction: column;
    gap: 0.4rem;
  }
  .code-panel {
    background: #0f172a;
    color: #e2e8f0;
    border-radius: 1.25rem;
    padding: 1.5rem;
    font-family: "JetBrains Mono", "SFMono-Regular", Consolas, "Liberation Mono", monospace;
    font-size: 0.85rem;
    line-height: 1.6;
    box-shadow: inset 0 0 0 1px rgba(148, 163, 184, 0.2);
  }
  .nav-link {
    font-weight: 600;
    color: var(--ink-soft);
    padding: 0.4rem 0.8rem;
    border-radius: 999px;
  }
  .nav-link:hover, .nav-link.is-active {
    color: var(--ink);
    background: rgba(47, 143, 91, 0.12);
  }
  html.dark .nav-link.is-active, html.dark .nav-link:hover {
    background: rgba(110, 169, 111, 0.2);
  }
  .brand-link {
    display: inline-flex;
    align-items: center;
    gap: 0.6rem;
  }
  .brand-mark {
    width: 48px;
    height: 48px;
    border-radius: 999px;
    object-fit: cover;
    box-shadow: 0 8px 18px rgba(15, 23, 42, 0.18);
    border: 1px solid rgba(148, 163, 184, 0.45);
  }
  .mascot-wrap {
    display: flex;
    align-items: center;
    gap: 0.75rem;
  }
  .mascot-hero {
    width: 52px;
    height: 52px;
    border-radius: 16px;
    object-fit: cover;
    border: 1px solid rgba(148, 163, 184, 0.45);
    box-shadow: 0 10px 20px rgba(15, 23, 42, 0.18);
  }
  .docs-card {
    border-radius: 1.25rem;
    border: 1px solid rgba(148, 163, 184, 0.4);
    padding: 1.5rem;
    background: rgba(255, 255, 255, 0.92);
  }
  html.dark .docs-card {
    background: rgba(15, 23, 42, 0.88);
    border-color: rgba(71, 85, 105, 0.7);
  }
  .doc-sidebar {
    position: sticky;
    top: 6.5rem;
    border-radius: 1.25rem;
    padding: 1.5rem;
    border: 1px solid rgba(148, 163, 184, 0.4);
    background: rgba(255, 255, 255, 0.92);
  }
  .doc-panel {
    border-radius: 1.25rem;
    padding: 1.75rem;
    border: 1px solid rgba(148, 163, 184, 0.4);
    background: rgba(255, 255, 255, 0.92);
  }
  html.dark .doc-sidebar {
    background: rgba(15, 23, 42, 0.9);
    border-color: rgba(71, 85, 105, 0.7);
  }
  html.dark .doc-panel {
    background: rgba(15, 23, 42, 0.9);
    border-color: rgba(71, 85, 105, 0.7);
  }
  .doc-sidebar a {
    display: block;
    padding: 0.5rem 0.75rem;
    border-radius: 0.75rem;
    font-weight: 600;
    color: var(--ink-soft);
  }
  .doc-sidebar a:hover {
    background: rgba(14, 165, 233, 0.08);
    color: var(--ink);
  }
  .doc-sidebar a.is-active {
    background: rgba(47, 143, 91, 0.12);
    color: var(--ink);
  }
  html.dark .doc-sidebar a.is-active {
    background: rgba(110, 169, 111, 0.2);
    color: #e2e8f0;
  }
  .doc-sidebar-toggle {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 0.75rem;
    font-size: 0.75rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.3em;
    color: var(--muted);
    cursor: pointer;
    list-style: none;
  }
  .doc-sidebar-toggle::-webkit-details-marker {
    display: none;
  }
  .doc-sidebar-icon {
    width: 18px;
    height: 18px;
    border-radius: 999px;
    border: 1px solid rgba(148, 163, 184, 0.6);
    position: relative;
    flex: 0 0 auto;
  }
  .doc-sidebar-icon::before, .doc-sidebar-icon::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 10px;
    height: 2px;
    background: currentColor;
    transform: translate(-50%, -50%);
    transition: transform 200ms ease;
  }
  .doc-sidebar-icon::after {
    transform: translate(-50%, -50%) rotate(90deg);
  }
  details[open] .doc-sidebar-icon::after {
    transform: translate(-50%, -50%) rotate(0deg);
  }
  @media (prefers-reduced-motion: reduce) {
    .doc-sidebar-icon::before, .doc-sidebar-icon::after {
      transition: none;
    }
  }
  .site-nav {
    gap: 0.25rem;
  }
  @media (max-width: 768px) {
    .site-nav {
      position: absolute;
      top: 4.5rem;
      right: 1.5rem;
      flex-direction: column;
      align-items: flex-start;
      padding: 1rem;
      border-radius: 1rem;
      background: var(--surface-strong);
      border: 1px solid rgba(148, 163, 184, 0.4);
      box-shadow: 0 20px 40px rgba(15, 23, 42, 0.1);
      display: none;
      min-width: 220px;
      z-index: 20;
    }
    .site-nav[data-open=\"true\"] {
      display: flex;
    }
  }
  .qa-card {
    width: 100%;
    padding: 1.75rem;
    border-radius: 1.25rem;
    background: rgba(255, 255, 255, 0.9);
    border: 1px solid rgba(203, 213, 225, 0.6);
    box-shadow: 0 20px 40px rgba(15, 23, 42, 0.06);
  }
  html.dark .qa-card {
    background: rgba(15, 23, 42, 0.8);
    border-color: rgba(71, 85, 105, 0.6);
    box-shadow: 0 20px 40px rgba(2, 6, 23, 0.4);
  }
  .qa-summary {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
    cursor: pointer;
    list-style: none;
  }
  .qa-summary > span {
    white-space: nowrap;
  }
  .qa-summary::-webkit-details-marker {
    display: none;
  }
  .qa-icon {
    width: 20px;
    height: 20px;
    border-radius: 999px;
    border: 1px solid rgba(148, 163, 184, 0.6);
    position: relative;
  }
  .qa-icon::before, .qa-icon::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 10px;
    height: 2px;
    background: currentColor;
    transform: translate(-50%, -50%);
    transition: transform 200ms ease;
  }
  .qa-icon::after {
    transform: translate(-50%, -50%) rotate(90deg);
  }
  .qa-card[open] .qa-icon::after {
    transform: translate(-50%, -50%) rotate(0deg);
  }
  .qa-body {
    margin-top: 0.75rem;
    line-height: 1.7;
    max-height: 0;
    opacity: 0;
    overflow: hidden;
    transform: translateY(-6px);
    transition: max-height 250ms ease, opacity 250ms ease;
  }
  .qa-card[open] .qa-body {
    max-height: 360px;
    opacity: 1;
    transform: translateY(0);
  }
  @media (prefers-reduced-motion: reduce) {
    .qa-body, .qa-icon::before, .qa-icon::after {
      transition: none;
    }
  }
  .summary-item + .summary-item {
    padding-top: 0.75rem;
    border-top: 1px solid rgba(148, 163, 184, 0.3);
  }
  .quickstart-image {
    width: 100%;
    border-radius: 1rem;
    border: 1px solid rgba(148, 163, 184, 0.4);
    box-shadow: 0 20px 40px rgba(15, 23, 42, 0.12);
    background: rgba(255, 255, 255, 0.7);
  }
  .quickstart-grid {
    display: grid;
    gap: 1.5rem;
    grid-template-areas: "text" "media" "cta" "secondary";
  }
  .quickstart-text {
    grid-area: text;
  }
  .quickstart-media {
    grid-area: media;
  }
  .quickstart-cta {
    grid-area: cta;
  }
  .quickstart-secondary {
    grid-area: secondary;
  }
  @media (min-width: 768px) {
    .quickstart-grid {
      grid-template-columns: 1fr 1fr;
      grid-template-areas: "text media" "cta secondary";
      align-items: start;
    }
  }
  @media (max-width: 480px) {
    .section-wrap {
      padding: 3rem 0;
    }
  }
}
@layer utilities {
  .text-soft {
    color: var(--ink-soft);
  }
  .text-muted {
    color: var(--muted);
  }
}
@property --tw-space-y-reverse {
  syntax: "*";
  inherits: false;
  initial-value: 0;
}
@property --tw-border-style {
  syntax: "*";
  inherits: false;
  initial-value: solid;
}
@property --tw-leading {
  syntax: "*";
  inherits: false;
}
@property --tw-font-weight {
  syntax: "*";
  inherits: false;
}
@property --tw-tracking {
  syntax: "*";
  inherits: false;
}
@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-space-y-reverse: 0;
      --tw-border-style: solid;
      --tw-leading: initial;
      --tw-font-weight: initial;
      --tw-tracking: initial;
    }
  }
}
