/*! tailwindcss v4.2.0 | MIT License | https://tailwindcss.com */
@layer properties;
@layer theme, base, components, utilities;
@layer theme {
  :root, :host {
    --font-sans: ui-sans-serif, system-ui, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol',
    'Noto Color Emoji';
    --font-mono: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, 'Liberation Mono', 'Courier New',
    monospace;
    --color-red-500: oklch(63.7% 0.237 25.331);
    --color-blue-500: oklch(62.3% 0.214 259.815);
    --color-blue-600: oklch(54.6% 0.245 262.881);
    --color-rose-950: oklch(27.1% 0.105 12.094);
    --spacing: 0.25rem;
    --container-sm: 24rem;
    --container-md: 28rem;
    --container-lg: 32rem;
    --container-xl: 36rem;
    --text-xs: 0.75rem;
    --text-xs--line-height: calc(1 / 0.75);
    --text-sm: 0.875rem;
    --text-sm--line-height: calc(1.25 / 0.875);
    --text-base: 1rem;
    --text-base--line-height: calc(1.5 / 1);
    --text-lg: 1.125rem;
    --text-lg--line-height: calc(1.75 / 1.125);
    --text-3xl: 1.875rem;
    --text-3xl--line-height: calc(2.25 / 1.875);
    --text-5xl: 3rem;
    --text-5xl--line-height: 1;
    --font-weight-normal: 400;
    --font-weight-medium: 500;
    --font-weight-semibold: 600;
    --font-weight-bold: 700;
    --tracking-tight: -0.025em;
    --tracking-wide: 0.025em;
    --leading-tight: 1.25;
    --leading-snug: 1.375;
    --leading-normal: 1.5;
    --leading-relaxed: 1.625;
    --radius-sm: 0.25rem;
    --radius-md: 0.375rem;
    --radius-lg: 0.5rem;
    --ease-in: cubic-bezier(0.4, 0, 1, 1);
    --ease-out: cubic-bezier(0, 0, 0.2, 1);
    --ease-in-out: cubic-bezier(0.4, 0, 0.2, 1);
    --default-transition-duration: 150ms;
    --default-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    --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 {
  .\@container {
    container-type: inline-size;
  }
  .collapse {
    visibility: collapse;
  }
  .invisible {
    visibility: hidden;
  }
  .visible {
    visibility: visible;
  }
  .absolute {
    position: absolute;
  }
  .fixed {
    position: fixed;
  }
  .relative {
    position: relative;
  }
  .static {
    position: static;
  }
  .sticky {
    position: sticky;
  }
  .start {
    inset-inline-start: var(--spacing);
  }
  .end {
    inset-inline-end: var(--spacing);
  }
  .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;
    }
  }
  .mt-12 {
    margin-top: calc(var(--spacing) * 12);
  }
  .block {
    display: block;
  }
  .contents {
    display: contents;
  }
  .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-auto {
    height: auto;
  }
  .h-full {
    height: 100%;
  }
  .w-auto {
    width: auto;
  }
  .w-full {
    width: 100%;
  }
  .max-w-lg {
    max-width: var(--container-lg);
  }
  .max-w-md {
    max-width: var(--container-md);
  }
  .max-w-sm {
    max-width: var(--container-sm);
  }
  .max-w-xl {
    max-width: var(--container-xl);
  }
  .flex-shrink {
    flex-shrink: 1;
  }
  .shrink {
    flex-shrink: 1;
  }
  .shrink-0 {
    flex-shrink: 0;
  }
  .flex-grow {
    flex-grow: 1;
  }
  .grow {
    flex-grow: 1;
  }
  .transform {
    transform: var(--tw-rotate-x,) var(--tw-rotate-y,) var(--tw-rotate-z,) var(--tw-skew-x,) var(--tw-skew-y,);
  }
  .cursor-default {
    cursor: default;
  }
  .cursor-pointer {
    cursor: pointer;
  }
  .resize {
    resize: both;
  }
  .flex-col {
    flex-direction: column;
  }
  .flex-row {
    flex-direction: row;
  }
  .flex-wrap {
    flex-wrap: wrap;
  }
  .items-center {
    align-items: center;
  }
  .items-end {
    align-items: flex-end;
  }
  .items-start {
    align-items: flex-start;
  }
  .items-stretch {
    align-items: stretch;
  }
  .justify-between {
    justify-content: space-between;
  }
  .justify-center {
    justify-content: center;
  }
  .justify-end {
    justify-content: flex-end;
  }
  .justify-start {
    justify-content: flex-start;
  }
  .gap-x-4 {
    column-gap: calc(var(--spacing) * 4);
  }
  .truncate {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .rounded {
    border-radius: 0.25rem;
  }
  .rounded-full {
    border-radius: calc(infinity * 1px);
  }
  .rounded-md {
    border-radius: var(--radius-md);
  }
  .border {
    border-style: var(--tw-border-style);
    border-width: 1px;
  }
  .border-0 {
    border-style: var(--tw-border-style);
    border-width: 0px;
  }
  .border-2 {
    border-style: var(--tw-border-style);
    border-width: 2px;
  }
  .border-4 {
    border-style: var(--tw-border-style);
    border-width: 4px;
  }
  .border-rose-950 {
    border-color: var(--color-rose-950);
  }
  .bg-blue-500 {
    background-color: var(--color-blue-500);
  }
  .bg-red-500 {
    background-color: var(--color-red-500);
  }
  .fill-red-500 {
    fill: var(--color-red-500);
  }
  .p-1 {
    padding: calc(var(--spacing) * 1);
  }
  .px-0 {
    padding-inline: calc(var(--spacing) * 0);
  }
  .px-0\.5 {
    padding-inline: calc(var(--spacing) * 0.5);
  }
  .px-1 {
    padding-inline: calc(var(--spacing) * 1);
  }
  .px-1\.5 {
    padding-inline: calc(var(--spacing) * 1.5);
  }
  .px-2 {
    padding-inline: calc(var(--spacing) * 2);
  }
  .px-4 {
    padding-inline: calc(var(--spacing) * 4);
  }
  .px-10 {
    padding-inline: calc(var(--spacing) * 10);
  }
  .px-24 {
    padding-inline: calc(var(--spacing) * 24);
  }
  .py-1 {
    padding-block: calc(var(--spacing) * 1);
  }
  .py-3 {
    padding-block: calc(var(--spacing) * 3);
  }
  .text-center {
    text-align: center;
  }
  .text-left {
    text-align: left;
  }
  .text-right {
    text-align: right;
  }
  .font-mono {
    font-family: var(--font-mono);
  }
  .font-sans {
    font-family: var(--font-sans);
  }
  .text-3xl {
    font-size: var(--text-3xl);
    line-height: var(--tw-leading, var(--text-3xl--line-height));
  }
  .text-5xl {
    font-size: var(--text-5xl);
    line-height: var(--tw-leading, var(--text-5xl--line-height));
  }
  .text-base {
    font-size: var(--text-base);
    line-height: var(--tw-leading, var(--text-base--line-height));
  }
  .text-lg {
    font-size: var(--text-lg);
    line-height: var(--tw-leading, var(--text-lg--line-height));
  }
  .text-sm {
    font-size: var(--text-sm);
    line-height: var(--tw-leading, var(--text-sm--line-height));
  }
  .text-xs {
    font-size: var(--text-xs);
    line-height: var(--tw-leading, var(--text-xs--line-height));
  }
  .leading-none {
    --tw-leading: 1;
    line-height: 1;
  }
  .leading-normal {
    --tw-leading: var(--leading-normal);
    line-height: var(--leading-normal);
  }
  .leading-relaxed {
    --tw-leading: var(--leading-relaxed);
    line-height: var(--leading-relaxed);
  }
  .leading-snug {
    --tw-leading: var(--leading-snug);
    line-height: var(--leading-snug);
  }
  .leading-tight {
    --tw-leading: var(--leading-tight);
    line-height: var(--leading-tight);
  }
  .font-bold {
    --tw-font-weight: var(--font-weight-bold);
    font-weight: var(--font-weight-bold);
  }
  .font-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-wide {
    --tw-tracking: var(--tracking-wide);
    letter-spacing: var(--tracking-wide);
  }
  .capitalize {
    text-transform: capitalize;
  }
  .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,);
  }
  .line-through {
    text-decoration-line: line-through;
  }
  .underline {
    text-decoration-line: underline;
  }
  .opacity-50 {
    opacity: 50%;
  }
  .opacity-75 {
    opacity: 75%;
  }
  .opacity-100 {
    opacity: 100%;
  }
  .shadow {
    --tw-shadow: 0 1px 3px 0 var(--tw-shadow-color, rgb(0 0 0 / 0.1)), 0 1px 2px -1px var(--tw-shadow-color, rgb(0 0 0 / 0.1));
    box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
  }
  .shadow-lg {
    --tw-shadow: 0 10px 15px -3px var(--tw-shadow-color, rgb(0 0 0 / 0.1)), 0 4px 6px -4px var(--tw-shadow-color, rgb(0 0 0 / 0.1));
    box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
  }
  .shadow-md {
    --tw-shadow: 0 4px 6px -1px var(--tw-shadow-color, rgb(0 0 0 / 0.1)), 0 2px 4px -2px 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);
  }
  .shadow-xl {
    --tw-shadow: 0 20px 25px -5px var(--tw-shadow-color, rgb(0 0 0 / 0.1)), 0 8px 10px -6px var(--tw-shadow-color, rgb(0 0 0 / 0.1));
    box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
  }
  .ring {
    --tw-ring-shadow: var(--tw-ring-inset,) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color, currentcolor);
    box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
  }
  .outline {
    outline-style: var(--tw-outline-style);
    outline-width: 1px;
  }
  .blur {
    --tw-blur: blur(8px);
    filter: var(--tw-blur,) var(--tw-brightness,) var(--tw-contrast,) var(--tw-grayscale,) var(--tw-hue-rotate,) var(--tw-invert,) var(--tw-saturate,) var(--tw-sepia,) var(--tw-drop-shadow,);
  }
  .grayscale {
    --tw-grayscale: grayscale(100%);
    filter: var(--tw-blur,) var(--tw-brightness,) var(--tw-contrast,) var(--tw-grayscale,) var(--tw-hue-rotate,) var(--tw-invert,) var(--tw-saturate,) var(--tw-sepia,) var(--tw-drop-shadow,);
  }
  .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 {
    transition-property: color, background-color, border-color, outline-color, text-decoration-color, fill, stroke, --tw-gradient-from, --tw-gradient-via, --tw-gradient-to, opacity, box-shadow, transform, translate, scale, rotate, filter, -webkit-backdrop-filter, backdrop-filter, display, content-visibility, overlay, pointer-events;
    transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
    transition-duration: var(--tw-duration, var(--default-transition-duration));
  }
  .ease-in {
    --tw-ease: var(--ease-in);
    transition-timing-function: var(--ease-in);
  }
  .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);
  }
  .select-all {
    -webkit-user-select: all;
    user-select: all;
  }
  .select-none {
    -webkit-user-select: none;
    user-select: none;
  }
}
*, *::before, *::after {
  box-sizing: border-box;
}
:root {
  color-scheme: light;
  --zfb-hsp-xs: 0.25rem;
  --zfb-hsp-sm: 0.5rem;
  --zfb-hsp-md: 1rem;
  --zfb-hsp-lg: 1.5rem;
  --zfb-hsp-xl: 2rem;
  --zfb-vsp-2xs: 0.25rem;
  --zfb-vsp-xs: 0.5rem;
  --zfb-vsp-sm: 0.75rem;
  --zfb-vsp-md: 1rem;
  --zfb-vsp-lg: 1.75rem;
  --zfb-vsp-xl: 2.5rem;
  --zfb-vsp-2xl: 3.5rem;
  --zfb-scale-xs: 0.75rem;
  --zfb-scale-sm: 0.875rem;
  --zfb-scale-base: 1rem;
  --zfb-scale-md: 1.125rem;
  --zfb-scale-lg: 1.25rem;
  --zfb-scale-xl: 1.75rem;
  --zfb-scale-2xl: 2.5rem;
  --zfb-text-page-title: var(--zfb-scale-xl);
  --zfb-text-section-title: var(--zfb-scale-lg);
  --zfb-text-subsection-title: var(--zfb-scale-md);
  --zfb-text-body: var(--zfb-scale-base);
  --zfb-text-helper: var(--zfb-scale-sm);
  --zfb-text-annotation: var(--zfb-scale-xs);
  --zfb-leading-tight: 1.2;
  --zfb-leading-body: 1.6;
  --zfb-leading-relaxed: 1.8;
  --zfb-weight-body: 400;
  --zfb-weight-heading: 700;
  --zfb-font-sans: system-ui, -apple-system, "Segoe UI", sans-serif;
  --zfb-font-mono: ui-monospace, "Cascadia Code", Menlo, monospace;
  --zfb-radius-sm: 0.25rem;
  --zfb-radius-md: 0.5rem;
  --zfb-radius-lg: 1rem;
  --zfb-transition-fast: 120ms;
  --zfb-transition-normal: 220ms;
  --zfb-easing-standard: cubic-bezier(0.2, 0, 0, 1);
  --zfb-easing-linear: linear;
  --zfb-palette-0: #f8fafc;
  --zfb-palette-1: #2563eb;
  --zfb-palette-2: #16a34a;
  --zfb-palette-3: #d97706;
  --zfb-palette-4: #7c3aed;
  --zfb-palette-5: #dc2626;
  --zfb-palette-6: #0f172a;
  --zfb-palette-7: #0891b2;
  --zfb-palette-8: #64748b;
  --zfb-palette-9: #94a3b8;
  --zfb-palette-10: #cbd5e1;
  --zfb-palette-11: #e2e8f0;
  --zfb-palette-12: #f1f5f9;
  --zfb-palette-13: #fef3c7;
  --zfb-palette-14: #bbf7d0;
  --zfb-palette-15: #ffffff;
  --zfb-bg: var(--zfb-palette-0);
  --zfb-fg: var(--zfb-palette-6);
  --zfb-color-primary: var(--zfb-palette-1);
  --zfb-color-accent: var(--zfb-palette-3);
  --zfb-color-surface: var(--zfb-palette-15);
  --zfb-color-muted: var(--zfb-palette-8);
  --zfb-color-success: var(--zfb-palette-2);
  --zfb-color-danger: var(--zfb-palette-5);
}
:root[data-theme="dark"] {
  color-scheme: dark;
  --zfb-palette-0: #0f172a;
  --zfb-palette-1: #60a5fa;
  --zfb-palette-2: #4ade80;
  --zfb-palette-3: #fbbf24;
  --zfb-palette-4: #a78bfa;
  --zfb-palette-5: #f87171;
  --zfb-palette-6: #f8fafc;
  --zfb-palette-7: #22d3ee;
  --zfb-palette-8: #94a3b8;
  --zfb-palette-9: #64748b;
  --zfb-palette-10: #475569;
  --zfb-palette-11: #334155;
  --zfb-palette-12: #1e293b;
  --zfb-palette-13: #78350f;
  --zfb-palette-14: #14532d;
  --zfb-palette-15: #020617;
}
html {
  background: var(--zfb-bg);
  color: var(--zfb-fg);
  font-family: var(--zfb-font-sans);
  font-size: var(--zfb-text-body);
  line-height: var(--zfb-leading-body);
}
body {
  margin: 0;
  min-height: 100vh;
  background: var(--zfb-bg);
}
button, input, select, textarea {
  color: inherit;
  font: inherit;
}
a {
  color: var(--zfb-color-primary);
}
code, pre {
  font-family: var(--zfb-font-mono);
}
.zfb-topbar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: var(--zfb-hsp-md);
  min-height: calc(var(--zfb-vsp-xl) + var(--zfb-vsp-md));
  padding: var(--zfb-vsp-sm) var(--zfb-hsp-xl);
  background: var(--zfb-color-surface);
  border-bottom: 1px solid var(--zfb-color-muted);
}
.zfb-brand {
  color: var(--zfb-fg);
  font-size: var(--zfb-text-section-title);
  font-weight: var(--zfb-weight-heading);
  text-decoration: none;
}
.zfb-controls {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: var(--zfb-hsp-sm);
}
.zfb-layout {
  display: grid;
  grid-template-columns: minmax(calc(var(--zfb-hsp-xl) * 6), calc(var(--zfb-hsp-xl) * 8)) minmax(0, 1fr);
  min-height: calc(100vh - var(--zfb-vsp-2xl));
}
.zfb-nav {
  display: flex;
  flex-direction: column;
  gap: var(--zfb-vsp-xs);
  padding: var(--zfb-vsp-lg) var(--zfb-hsp-md);
  background: var(--zfb-color-surface);
  border-right: 1px solid var(--zfb-color-muted);
}
.zfb-nav__link {
  padding: var(--zfb-vsp-xs) var(--zfb-hsp-sm);
  color: var(--zfb-color-muted);
  border-radius: var(--zfb-radius-md);
  text-decoration: none;
  transition: color var(--zfb-transition-fast) var(--zfb-easing-standard), background var(--zfb-transition-fast) var(--zfb-easing-standard);
}
.zfb-nav__link:hover, .zfb-nav__link.is-active {
  color: var(--zfb-fg);
  background: var(--zfb-bg);
}
.zfb-nav__manifest {
  display: flex;
  flex-direction: column;
  gap: var(--zfb-vsp-xs);
  margin-top: var(--zfb-vsp-md);
  padding-top: var(--zfb-vsp-md);
  border-top: 1px solid var(--zfb-color-muted);
}
.zfb-nav__note {
  margin: 0;
  padding-inline: var(--zfb-hsp-sm);
  color: var(--zfb-color-muted);
  font-size: var(--zfb-text-annotation);
  line-height: var(--zfb-leading-body);
}
.zfb-main {
  min-width: 0;
  padding: var(--zfb-vsp-xl) var(--zfb-hsp-xl);
}
.zfb-stack {
  display: flex;
  flex-direction: column;
  gap: var(--zfb-vsp-xl);
  max-width: calc(var(--zfb-hsp-xl) * 34);
  margin-inline: auto;
}
.zfb-hero, .zfb-card {
  padding: var(--zfb-vsp-lg) var(--zfb-hsp-lg);
  background: var(--zfb-color-surface);
  border: 1px solid var(--zfb-color-muted);
  border-radius: var(--zfb-radius-lg);
}
.zfb-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: var(--zfb-hsp-lg);
}
.zfb-page-title, .zfb-section-title, .zfb-eyebrow, .zfb-lede, .zfb-card p {
  margin-block: 0;
}
.zfb-page-title {
  margin-top: var(--zfb-vsp-sm);
  font-size: var(--zfb-text-page-title);
  line-height: var(--zfb-leading-tight);
  font-weight: var(--zfb-weight-heading);
}
.zfb-section-title {
  margin-top: var(--zfb-vsp-xs);
  font-size: var(--zfb-text-section-title);
  line-height: var(--zfb-leading-tight);
  font-weight: var(--zfb-weight-heading);
}
.zfb-lede, .zfb-section-title + p, .zfb-card p + p {
  margin-top: var(--zfb-vsp-md);
}
.zfb-eyebrow, .zfb-meta {
  color: var(--zfb-color-muted);
  font-size: var(--zfb-text-annotation);
  font-weight: var(--zfb-weight-heading);
}
.zfb-button {
  padding: var(--zfb-vsp-xs) var(--zfb-hsp-md);
  color: var(--zfb-bg);
  background: var(--zfb-color-primary);
  border: 1px solid var(--zfb-color-primary);
  border-radius: var(--zfb-radius-md);
  cursor: pointer;
  transition: transform var(--zfb-transition-fast) var(--zfb-easing-standard);
}
.zfb-button:hover {
  transform: translateY(calc(var(--zfb-vsp-2xs) * -0.5));
}
.zfb-button--quiet {
  color: var(--zfb-fg);
  background: var(--zfb-color-surface);
  border-color: var(--zfb-color-muted);
}
.zfb-swatches {
  display: grid;
  grid-template-columns: repeat(8, minmax(0, 1fr));
  gap: var(--zfb-hsp-sm);
  margin-top: var(--zfb-vsp-md);
}
.zfb-swatch {
  display: grid;
  place-items: center;
  aspect-ratio: 1;
  color: var(--zfb-fg);
  background: var(--swatch-color);
  border: 1px solid var(--zfb-color-muted);
  border-radius: var(--zfb-radius-md);
  font-size: var(--zfb-text-annotation);
}
.zfb-prose {
  max-width: calc(var(--zfb-hsp-xl) * 25);
  margin-inline: auto;
  color: var(--zfb-fg);
  font-size: var(--zfb-text-body);
  line-height: var(--zfb-leading-relaxed);
}
.zfb-prose > * + * {
  margin-block-start: var(--zfb-vsp-md);
}
.zfb-prose :where(h1, h2, h3) {
  color: var(--zfb-color-primary);
  line-height: var(--zfb-leading-tight);
  font-weight: var(--zfb-weight-heading);
}
.zfb-prose :where(h1) {
  font-size: var(--zfb-text-page-title);
}
.zfb-prose :where(h2) {
  margin-top: var(--zfb-vsp-xl);
  font-size: var(--zfb-text-section-title);
}
.zfb-prose :where(h3) {
  margin-top: var(--zfb-vsp-lg);
  font-size: var(--zfb-text-subsection-title);
}
.zfb-prose :where(a) {
  color: var(--zfb-color-primary);
}
.zfb-prose :where(blockquote) {
  margin-inline: 0;
  padding-left: var(--zfb-hsp-md);
  color: var(--zfb-color-muted);
  border-left: var(--zfb-hsp-xs) solid var(--zfb-color-accent);
}
.zfb-prose :where(pre) {
  overflow-x: auto;
  padding: var(--zfb-vsp-sm) var(--zfb-hsp-md);
  color: var(--zfb-palette-0);
  background: var(--zfb-palette-6);
  border-radius: var(--zfb-radius-md);
}
@media (max-width: 48rem) {
  .zfb-topbar, .zfb-controls {
    align-items: stretch;
    flex-direction: column;
  }
  .zfb-layout, .zfb-grid {
    grid-template-columns: 1fr;
  }
  .zfb-nav {
    border-right: 0;
    border-bottom: 1px solid var(--zfb-color-muted);
  }
  .zfb-swatches {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}
@property --tw-rotate-x {
  syntax: "*";
  inherits: false;
}
@property --tw-rotate-y {
  syntax: "*";
  inherits: false;
}
@property --tw-rotate-z {
  syntax: "*";
  inherits: false;
}
@property --tw-skew-x {
  syntax: "*";
  inherits: false;
}
@property --tw-skew-y {
  syntax: "*";
  inherits: false;
}
@property --tw-border-style {
  syntax: "*";
  inherits: false;
  initial-value: solid;
}
@property --tw-leading {
  syntax: "*";
  inherits: false;
}
@property --tw-font-weight {
  syntax: "*";
  inherits: false;
}
@property --tw-tracking {
  syntax: "*";
  inherits: false;
}
@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-ease {
  syntax: "*";
  inherits: false;
}
@layer properties {
  @supports ((-webkit-hyphens: none) and (not (margin-trim: inline))) or ((-moz-orient: inline) and (not (color:rgb(from red r g b)))) {
    *, ::before, ::after, ::backdrop {
      --tw-rotate-x: initial;
      --tw-rotate-y: initial;
      --tw-rotate-z: initial;
      --tw-skew-x: initial;
      --tw-skew-y: initial;
      --tw-border-style: solid;
      --tw-leading: initial;
      --tw-font-weight: initial;
      --tw-tracking: initial;
      --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-ease: initial;
    }
  }
}

