/*! 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;
    --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-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;
    --leading-tight: 1.25;
    --leading-snug: 1.375;
    --leading-relaxed: 1.625;
    --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 {
  .collapse {
    visibility: collapse;
  }
  .invisible {
    visibility: hidden;
  }
  .visible {
    visibility: visible;
  }
  .absolute {
    position: absolute;
  }
  .fixed {
    position: fixed;
  }
  .relative {
    position: relative;
  }
  .static {
    position: static;
  }
  .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;
    }
  }
  .block {
    display: block;
  }
  .contents {
    display: contents;
  }
  .flex {
    display: flex;
  }
  .grid {
    display: grid;
  }
  .hidden {
    display: none;
  }
  .inline {
    display: inline;
  }
  .table {
    display: table;
  }
  .flex-shrink {
    flex-shrink: 1;
  }
  .flex-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,);
  }
  .resize {
    resize: both;
  }
  .border {
    border-style: var(--tw-border-style);
    border-width: 1px;
  }
  .font-mono {
    font-family: var(--font-mono);
  }
  .text-3xl {
    font-size: var(--text-3xl);
    line-height: var(--tw-leading, var(--text-3xl--line-height));
  }
  .text-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-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);
  }
  .italic {
    font-style: italic;
  }
  .underline {
    text-decoration-line: underline;
  }
  .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);
  }
  .outline {
    outline-style: var(--tw-outline-style);
    outline-width: 1px;
  }
  .filter {
    filter: var(--tw-blur,) var(--tw-brightness,) var(--tw-contrast,) var(--tw-grayscale,) var(--tw-hue-rotate,) var(--tw-invert,) var(--tw-saturate,) var(--tw-sepia,) var(--tw-drop-shadow,);
  }
  .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));
  }
}
*, *::before, *::after {
  box-sizing: border-box;
}
html {
  -webkit-text-size-adjust: 100%;
  color-scheme: light dark;
}
body {
  margin: 0;
  padding: 0;
  font-family: system-ui, -apple-system, 'Segoe UI', sans-serif;
  line-height: 1.5;
}
img, svg {
  display: block;
  max-width: 100%;
}
button, input, select, textarea {
  font: inherit;
  color: inherit;
}
:root {
  --zfbexample-spacing-md: 1rem;
  --zfbexample-spacing-lg: 2rem;
  --zfbexample-text-base: 1rem;
  --zfbexample-text-heading: 1.75rem;
  --zfbexample-radius: 0.5rem;
  --zfbexample-bg: #1e1e1e;
  --zfbexample-fg: #f8fafc;
  --zfbexample-palette-0: #1e1e1e;
  --zfbexample-palette-1: #2d6cdf;
  --zfbexample-palette-2: #3aa676;
  --zfbexample-palette-3: #d97706;
  --zfbexample-palette-4: #9b5de5;
  --zfbexample-palette-5: #e63946;
  --zfbexample-palette-6: #1d3557;
  --zfbexample-palette-7: #06b6d4;
  --zfbexample-palette-8: #475569;
  --zfbexample-palette-9: #94a3b8;
  --zfbexample-palette-10: #cbd5e1;
  --zfbexample-palette-11: #e2e8f0;
  --zfbexample-palette-12: #f1f5f9;
  --zfbexample-palette-13: #fef3c7;
  --zfbexample-palette-14: #bbf7d0;
  --zfbexample-palette-15: #f8fafc;
  --zfbexample-color-primary: var(--zfbexample-palette-1);
  --zfbexample-color-accent: var(--zfbexample-palette-3);
  --zfbexample-color-surface: var(--zfbexample-palette-0);
  --zfbexample-color-muted: var(--zfbexample-palette-8);
  --zfbexample-color-danger: var(--zfbexample-palette-5);
}
:where(.tokenpanel-shell,[data-design-token-panel-modal]) {
  --tokentweak-color-fg: var(--color-fg, oklch(87% .01 60));
  --tokentweak-color-bg: var(--color-bg, oklch(18% .01 50));
  --tokentweak-color-muted: var(--color-muted, oklch(70% .01 60));
  --tokentweak-color-surface: var(--color-surface, oklch(22% .01 50));
  --tokentweak-color-accent: var(--color-accent, oklch(65% .2 45));
  --tokentweak-color-accent-hover: var(--color-accent-hover, oklch(55% .18 45));
  --tokentweak-color-code-bg: var(--color-code-bg, oklch(17% .005 50));
  --tokentweak-color-code-fg: var(--color-code-fg, oklch(87% .01 60));
  --tokentweak-color-success: var(--color-success, oklch(65% .19 145));
  --tokentweak-color-danger: var(--color-danger, oklch(60% .2 10));
  --tokentweak-color-warning: var(--color-warning, oklch(75% .17 75));
  --tokentweak-font-mono: var( --font-mono, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace );
  --tokentweak-pad-2xs: .125rem;
  --tokentweak-pad-xs: .375rem;
  --tokentweak-pad-sm: .5rem;
  --tokentweak-pad-md: .75rem;
  --tokentweak-pad-lg: 1rem;
  --tokentweak-pad-xl: 1.5rem;
  --tokentweak-pad-2xl: 2rem;
  --tokentweak-gap-2xs: .4375rem;
  --tokentweak-gap-xs: .875rem;
  --tokentweak-gap-sm: 1.25rem;
  --tokentweak-gap-md: 1.5rem;
  --tokentweak-gap-lg: 1.75rem;
  --tokentweak-gap-xl: 2.5rem;
  --tokentweak-gap-2xl: 3.5rem;
  --tokentweak-text-micro: .75rem;
  --tokentweak-text-caption: .875rem;
  --tokentweak-text-small: 1rem;
  --tokentweak-text-body: 1.2rem;
  --tokentweak-text-subheading: 1.4rem;
  --tokentweak-text-heading: 3rem;
  --tokentweak-text-display: 3.75rem;
  --radius-tokentweak: .25rem;
}
.tokenpanel-shell {
  z-index: 50;
  display: flex;
  flex-direction: column;
  border: 1px solid var(--tokentweak-color-muted);
  background-color: var(--tokentweak-color-surface);
  border-radius: var(--radius-tokentweak);
  box-shadow: 0 4px 24px #00000040;
}
.tokenpanel-header {
  display: flex;
  align-items: center;
  gap: var(--tokentweak-pad-md);
  padding-inline: var(--tokentweak-pad-xl);
  padding-block: var(--tokentweak-gap-xs);
  border-bottom: 1px solid var(--tokentweak-color-muted);
  flex-shrink: 0;
}
.tokenpanel-title {
  color: var(--tokentweak-color-fg);
  font-weight: 600;
  font-size: .875rem;
  flex-shrink: 0;
}
.tokenpanel-action-link {
  color: var(--tokentweak-color-accent);
  font-size: .75rem;
  background: none;
  border: none;
  padding: 0;
  cursor: pointer;
  transition: color .15s ease;
}
.tokenpanel-action-link:hover {
  color: var(--tokentweak-color-accent-hover);
}
.tokenpanel-spacer {
  flex: 1;
}
.tokenpanel-close-btn {
  color: var(--tokentweak-color-muted);
  background: none;
  border: none;
  padding: 0;
  cursor: pointer;
  flex-shrink: 0;
  transition: color .15s ease;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.tokenpanel-close-btn:hover {
  color: var(--tokentweak-color-fg);
}
.tokenpanel-tabbar {
  display: flex;
  align-items: center;
  gap: 2px;
  border-bottom: 1px solid var(--tokentweak-color-muted);
  padding-inline: var(--tokentweak-pad-xl);
  flex-shrink: 0;
}
.tokenpanel-tab-button {
  border: none;
  background: none;
  padding-inline: var(--tokentweak-pad-md);
  padding-block: var(--tokentweak-gap-xs);
  font-size: .875rem;
  cursor: pointer;
  border-bottom: 2px solid transparent;
  color: var(--tokentweak-color-muted);
  transition: color .15s ease,border-color .15s ease;
}
.tokenpanel-tab-button:hover,.tokenpanel-tab-button:focus-visible {
  color: var(--tokentweak-color-fg);
  text-decoration: underline;
}
.tokenpanel-tab-button.is-active {
  color: var(--tokentweak-color-fg);
  border-bottom-color: var(--tokentweak-color-accent);
  text-decoration: none;
}
.tokenpanel-body {
  flex: 1;
  min-height: 0;
  overflow-y: auto;
  padding-inline: var(--tokentweak-pad-xl);
  padding-block: var(--tokentweak-gap-sm);
}
.tokenpanel-empty-state {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  min-height: 12rem;
  padding-block: var(--tokentweak-gap-md);
  padding-inline: var(--tokentweak-pad-xl);
}
.tokenpanel-empty-state-text {
  color: var(--tokentweak-color-muted, oklch(70% .01 60));
  font-size: .8125rem;
  line-height: 1.5;
  max-width: 32rem;
  margin: 0;
}
.tokenpanel-empty-state-text code {
  font-family: var(--tokentweak-font-mono, Menlo, Monaco, Consolas, monospace);
  font-size: .8125rem;
  color: var(--tokentweak-color-fg);
}
.tokenpanel-empty-state-link {
  color: var(--tokentweak-color-accent);
  text-decoration: underline;
  transition: color .15s ease;
}
.tokenpanel-empty-state-link:hover,.tokenpanel-empty-state-link:focus-visible {
  color: var(--tokentweak-color-accent-hover);
}
.tokenpanel-tab-content {
  display: flex;
  flex-direction: column;
  gap: var(--tokentweak-gap-sm);
}
.tokenpanel-tab-actions {
  display: flex;
  align-items: center;
  gap: var(--tokentweak-pad-md);
}
.tokenpanel-tab-section {
  flex-shrink: 0;
}
.tokenpanel-tab-section-heading {
  color: var(--tokentweak-color-muted);
  font-weight: 600;
  margin-bottom: var(--tokentweak-gap-2xs);
  font-size: .8125rem;
  text-transform: uppercase;
  letter-spacing: .05em;
}
.tokenpanel-tab-section-heading--color {
  font-size: 1rem;
}
.tokenpanel-tab-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: var(--tokentweak-gap-xs);
}
@media (min-width:640px) {
  .tokenpanel-tab-grid {
    grid-template-columns: 1fr 1fr;
  }
}
.tokenpanel-tab-advanced {
  flex-shrink: 0;
}
.tokenpanel-tab-advanced-summary {
  color: var(--tokentweak-color-muted);
  font-weight: 600;
  cursor: pointer;
  -webkit-user-select: none;
  user-select: none;
  font-size: .8125rem;
  text-transform: uppercase;
  letter-spacing: .05em;
}
.tokenpanel-tab-advanced-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: var(--tokentweak-gap-xs);
  margin-top: var(--tokentweak-gap-2xs);
}
@media (min-width:640px) {
  .tokenpanel-tab-advanced-grid {
    grid-template-columns: 1fr 1fr;
  }
}
.tokenpanel-color-preset-select {
  background-color: var(--tokentweak-color-surface);
  color: var(--tokentweak-color-fg);
  border: 1px solid var(--tokentweak-color-muted);
  padding-inline: var(--tokentweak-pad-sm);
  padding-block: 2px;
  font-size: .75rem;
  border-radius: var(--radius-tokentweak);
  max-width: 14rem;
  cursor: pointer;
  transition: border-color .15s ease;
}
.tokenpanel-color-preset-select:hover {
  border-color: var(--tokentweak-color-fg);
}
.tokenpanel-color-palette-grid {
  display: grid;
  grid-template-columns: repeat(8,minmax(0,1fr));
  gap: var(--tokentweak-pad-sm);
}
.tokenpanel-color-palette-grid--secondary {
  display: grid;
  grid-template-columns: repeat(5,minmax(0,1fr));
  gap: var(--tokentweak-pad-sm);
}
@media (min-width:768px) {
  .tokenpanel-color-palette-grid--secondary {
    grid-template-columns: repeat(9,minmax(0,1fr));
  }
}
.tokenpanel-color-base-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 6px;
}
.tokenpanel-color-swatch-wrap {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 4px;
  min-width: 0;
  width: 100%;
}
.tokenpanel-color-swatch-button {
  display: block;
  border: 1px solid var(--tokentweak-color-muted);
  cursor: pointer;
  width: 3.5rem;
  height: 3.5rem;
  border-radius: var(--radius-tokentweak);
  background: none;
  padding: 0;
  transition: border-color .15s ease;
}
.tokenpanel-color-swatch-button:hover {
  border-color: var(--tokentweak-color-fg);
}
.tokenpanel-color-swatch-label {
  color: var(--tokentweak-color-muted);
  font-family: var(--tokentweak-font-mono);
  -webkit-user-select: none;
  user-select: none;
  font-size: .6875rem;
  line-height: 1.1;
  max-width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.tokenpanel-popover {
  border: 1px solid var(--tokentweak-color-muted);
  background-color: var(--tokentweak-color-surface);
  padding: 12px;
  border-radius: var(--radius-tokentweak);
  box-shadow: 0 4px 12px #0000004d;
}
.tokenpanel-hsl-header {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 10px;
}
.tokenpanel-hsl-preview {
  flex-shrink: 0;
  border: 1px solid var(--tokentweak-color-muted);
  width: 3.5rem;
  height: 3.5rem;
  border-radius: var(--radius-tokentweak);
}
.tokenpanel-hsl-hex-input {
  background-color: var(--tokentweak-color-surface);
  color: var(--tokentweak-color-fg);
  border: 1px solid var(--tokentweak-color-muted);
  padding-inline: 6px;
  padding-block: 4px;
  font-family: var(--tokentweak-font-mono);
  font-size: 1rem;
  width: 8rem;
  border-radius: var(--radius-tokentweak);
}
.tokenpanel-hsl-row {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 6px;
}
.tokenpanel-hsl-row-label {
  color: var(--tokentweak-color-muted);
  flex-shrink: 0;
  font-size: .875rem;
  width: 1rem;
}
.tokenpanel-hsl-row-slider {
  flex: 1;
  height: 1.5rem;
  accent-color: var(--tokentweak-color-accent);
}
.tokenpanel-hsl-row-value {
  color: var(--tokentweak-color-fg);
  flex-shrink: 0;
  text-align: right;
  font-size: .875rem;
  width: 2.5rem;
}
.tokenpanel-palette-selector {
  position: relative;
  width: 100%;
}
.tokenpanel-palette-trigger {
  display: flex;
  align-items: center;
  gap: 4px;
  width: 100%;
  border: 1px solid var(--tokentweak-color-muted);
  background-color: var(--tokentweak-color-surface);
  padding-inline: 6px;
  padding-block: 4px;
  font-size: .75rem;
  border-radius: var(--radius-tokentweak);
  cursor: pointer;
  transition: border-color .15s ease;
}
.tokenpanel-palette-trigger:hover {
  border-color: var(--tokentweak-color-fg);
}
.tokenpanel-palette-trigger-label {
  flex: 1;
  min-width: 0;
  text-align: left;
  color: var(--tokentweak-color-fg);
  font-family: var(--tokentweak-font-mono);
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.tokenpanel-palette-trigger-color {
  flex-shrink: 0;
  border: 1px solid var(--tokentweak-color-muted);
  width: 14px;
  height: 14px;
  border-radius: 2px;
}
.tokenpanel-palette-trigger-value {
  flex-shrink: 0;
  color: var(--tokentweak-color-muted);
  font-family: var(--tokentweak-font-mono);
  width: 2.5em;
}
.tokenpanel-palette-trigger-icon {
  color: var(--tokentweak-color-muted);
  flex-shrink: 0;
}
.tokenpanel-palette-options {
  border: 1px solid var(--tokentweak-color-muted);
  background-color: var(--tokentweak-color-surface);
  padding: 10px;
  border-radius: var(--radius-tokentweak);
  box-shadow: 0 4px 12px #0000004d;
}
.tokenpanel-palette-options-extras {
  display: flex;
  gap: 6px;
  margin-bottom: 8px;
  padding-bottom: 8px;
  border-bottom: 1px solid var(--tokentweak-color-muted);
}
.tokenpanel-palette-extra-option {
  display: flex;
  align-items: center;
  gap: 6px;
  padding-inline: 8px;
  padding-block: 4px;
  border-radius: 4px;
  font-size: 1rem;
  background: none;
  border: none;
  cursor: pointer;
  transition: background-color .15s ease;
}
.tokenpanel-palette-extra-option:hover {
  background-color: rgb(from var(--tokentweak-color-fg) r g b / .1);
}
.tokenpanel-palette-extra-option.is-selected {
  background-color: rgb(from var(--tokentweak-color-accent) r g b / .2);
}
.tokenpanel-palette-extra-color {
  width: 1.75rem;
  height: 1.75rem;
  border-radius: 3px;
  border: 1px solid var(--tokentweak-color-muted);
}
.tokenpanel-palette-extra-label {
  color: var(--tokentweak-color-fg);
}
.tokenpanel-palette-options-grid {
  display: grid;
  grid-template-columns: repeat(8,minmax(0,1fr));
  gap: 5px;
}
.tokenpanel-palette-option-button {
  width: 3rem;
  height: 3rem;
  border-radius: 3px;
  border: 1px solid var(--tokentweak-color-muted);
  cursor: pointer;
  padding: 0;
  transition: box-shadow .15s ease;
}
.tokenpanel-palette-option-button:hover {
  box-shadow: 0 0 0 2px var(--tokentweak-color-fg);
}
.tokenpanel-palette-option-button.is-selected {
  box-shadow: 0 0 0 2px var(--tokentweak-color-accent);
}
.tokenpanel-row {
  display: flex;
  align-items: center;
  gap: var(--tokentweak-pad-sm);
}
.tokenpanel-row--stacked {
  display: flex;
  flex-direction: column;
  gap: 2px;
}
.tokenpanel-row--column {
  display: flex;
  flex-direction: column;
  gap: 4px;
}
.tokenpanel-row-head {
  display: flex;
  align-items: center;
  gap: var(--tokentweak-pad-sm);
}
.tokenpanel-row-label {
  color: var(--tokentweak-color-fg);
  font-family: var(--tokentweak-font-mono);
  flex: 1;
  min-width: 0;
  font-size: .8125rem;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.tokenpanel-row-label--narrow {
  flex: 0 0 auto;
  max-width: 12rem;
}
.tokenpanel-row-input-group {
  display: flex;
  align-items: center;
  gap: 4px;
  flex-shrink: 0;
}
.tokenpanel-row-number-input {
  background-color: var(--tokentweak-color-surface);
  color: var(--tokentweak-color-fg);
  border: 1px solid var(--tokentweak-color-muted);
  padding-inline: 6px;
  padding-block: 2px;
  font-family: var(--tokentweak-font-mono);
  text-align: right;
  font-size: .75rem;
  width: 5rem;
  border-radius: var(--radius-tokentweak);
}
.tokenpanel-row-number-input:disabled {
  opacity: .6;
}
.tokenpanel-row-unit {
  color: var(--tokentweak-color-muted);
  font-family: var(--tokentweak-font-mono);
  -webkit-user-select: none;
  user-select: none;
  font-size: .75rem;
  width: 2rem;
}
.tokenpanel-row-slider {
  width: 100%;
  height: 1.25rem;
  accent-color: var(--tokentweak-color-accent);
}
.tokenpanel-row-slider:disabled {
  opacity: .5;
}
.tokenpanel-row-select {
  background-color: var(--tokentweak-color-surface);
  color: var(--tokentweak-color-fg);
  border: 1px solid var(--tokentweak-color-muted);
  padding-inline: 6px;
  padding-block: 2px;
  font-family: var(--tokentweak-font-mono);
  font-size: .75rem;
  width: 7rem;
  border-radius: var(--radius-tokentweak);
}
.tokenpanel-row-select:disabled {
  opacity: .6;
}
.tokenpanel-row-text-input {
  background-color: var(--tokentweak-color-surface);
  color: var(--tokentweak-color-fg);
  border: 1px solid var(--tokentweak-color-muted);
  padding-inline: 6px;
  padding-block: 2px;
  font-family: var(--tokentweak-font-mono);
  font-size: .75rem;
  flex: 1;
  min-width: 0;
  border-radius: var(--radius-tokentweak);
}
.tokenpanel-row-text-input:disabled {
  opacity: .6;
}
.tokenpanel-pill-toggle {
  display: flex;
  align-items: center;
  gap: var(--tokentweak-pad-xs);
  flex-shrink: 0;
  cursor: pointer;
}
.tokenpanel-pill-toggle-checkbox {
  accent-color: var(--tokentweak-color-accent);
}
.tokenpanel-pill-toggle-text {
  color: var(--tokentweak-color-muted);
  font-family: var(--tokentweak-font-mono);
  font-size: .75rem;
}
[data-design-token-panel-modal] {
  margin-inline: auto;
  width: 100%;
  max-width: 46rem;
  max-height: 80vh;
  overflow-y: auto;
  border: 1px solid var(--tokentweak-color-muted);
  background-color: var(--tokentweak-color-surface);
  color: var(--tokentweak-color-fg);
  padding: var(--tokentweak-pad-xl);
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  -webkit-user-select: text;
  user-select: text;
}
[data-design-token-panel-modal]::backdrop {
  background-color: rgb(from var(--tokentweak-color-bg) r g b / .8);
}
[data-design-token-panel-modal] [class*=__header] {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: var(--tokentweak-pad-md);
  margin-bottom: var(--tokentweak-gap-sm);
}
[data-design-token-panel-modal] [class*=__title] {
  font-size: var(--tokentweak-text-subheading);
  font-weight: 700;
  color: var(--tokentweak-color-fg);
}
[data-design-token-panel-modal] [class*=__hint] {
  font-size: var(--tokentweak-text-small);
  color: var(--tokentweak-color-muted);
  margin-bottom: var(--tokentweak-gap-xs);
}
[data-design-token-panel-modal] [class*=__section-heading] {
  font-size: var(--tokentweak-text-small);
  font-weight: 700;
  color: var(--tokentweak-color-fg);
  margin-top: var(--tokentweak-gap-sm);
  margin-bottom: var(--tokentweak-gap-2xs);
}
[data-design-token-panel-modal] [class*=__list]:not([class*=__list-item]) {
  overflow-x: auto;
  border: 1px solid var(--tokentweak-color-muted);
  background-color: var(--tokentweak-color-code-bg);
  color: var(--tokentweak-color-code-fg);
  padding: var(--tokentweak-pad-sm);
  font-size: var(--tokentweak-text-small);
  margin-bottom: var(--tokentweak-gap-xs);
}
[data-design-token-panel-modal] [class*=__list-item] {
  font-family: var(--tokentweak-font-mono);
}
[data-design-token-panel-modal] [class*=__actions] {
  display: flex;
  align-items: center;
  gap: var(--tokentweak-pad-md);
  margin-top: var(--tokentweak-gap-md);
}
[data-design-token-panel-modal] [class*=__toggle] {
  display: inline-flex;
  align-items: center;
  gap: var(--tokentweak-pad-xs);
  font-size: var(--tokentweak-text-small);
  color: var(--tokentweak-color-fg);
  cursor: pointer;
  margin-bottom: var(--tokentweak-gap-xs);
}
[data-design-token-panel-modal] [class*=__textarea] {
  width: 100%;
  min-height: 12rem;
  border: 1px solid var(--tokentweak-color-muted);
  background-color: var(--tokentweak-color-code-bg);
  color: var(--tokentweak-color-code-fg);
  padding: var(--tokentweak-pad-sm);
  font-family: var(--tokentweak-font-mono);
  font-size: var(--tokentweak-text-small);
  resize: vertical;
  margin-bottom: var(--tokentweak-gap-xs);
}
[data-design-token-panel-modal] [class*=__json] {
  overflow-x: auto;
  border: 1px solid var(--tokentweak-color-muted);
  background-color: var(--tokentweak-color-code-bg);
  color: var(--tokentweak-color-code-fg);
  padding: var(--tokentweak-pad-sm);
  font-size: var(--tokentweak-text-small);
}
[data-design-token-panel-modal] [class*=__status] {
  font-size: var(--tokentweak-text-small);
  margin-bottom: var(--tokentweak-gap-xs);
}
[data-design-token-panel-modal] [class*=__status--info] {
  color: var(--tokentweak-color-success);
}
[data-design-token-panel-modal] [class*=__status--error] {
  color: var(--tokentweak-color-danger);
}
[data-design-token-panel-modal] [class*=__status--warning] {
  color: var(--tokentweak-color-warning);
}
[data-design-token-panel-modal] [class*=__status--success] {
  color: var(--tokentweak-color-success);
}
[data-design-token-panel-modal] [class*=__applying] {
  display: flex;
  align-items: center;
  gap: var(--tokentweak-pad-sm);
  border: 1px solid var(--tokentweak-color-muted);
  background-color: var(--tokentweak-color-code-bg);
  color: var(--tokentweak-color-muted);
  padding: var(--tokentweak-pad-sm);
  font-size: var(--tokentweak-text-small);
}
[data-design-token-panel-modal] [class*=__spinner] {
  display: inline-block;
  width: 1rem;
  height: 1rem;
  border: 2px solid var(--tokentweak-color-muted);
  border-top-color: var(--tokentweak-color-fg);
  border-radius: 50%;
  animation: design-token-panel-modal-spin .75s linear infinite;
}
@keyframes design-token-panel-modal-spin {
  to {
    transform: rotate(360deg);
  }
}
[data-design-token-panel-modal] [class*=__revert-hint] {
  font-size: var(--tokentweak-text-small);
  font-style: italic;
  color: var(--tokentweak-color-muted);
  margin-top: var(--tokentweak-gap-sm);
  margin-bottom: var(--tokentweak-gap-2xs);
}
[data-design-token-panel-modal] [class*=__button] {
  border: 1px solid var(--tokentweak-color-muted);
  background-color: var(--tokentweak-color-surface);
  color: var(--tokentweak-color-muted);
  padding-inline: var(--tokentweak-pad-lg);
  padding-block: var(--tokentweak-gap-2xs);
  font-size: var(--tokentweak-text-small);
  cursor: pointer;
  transition: color .15s ease,border-color .15s ease,background-color .15s ease;
}
[data-design-token-panel-modal] [class*=__button]:hover,[data-design-token-panel-modal] [class*=__button]:focus-visible {
  color: var(--tokentweak-color-fg);
  border-color: var(--tokentweak-color-fg);
}
[data-design-token-panel-modal] [class*=__button]:disabled {
  cursor: not-allowed;
  opacity: .5;
}
[data-design-token-panel-modal] [class*=__button--primary] {
  border-color: var(--tokentweak-color-accent);
  background-color: var(--tokentweak-color-accent);
  color: var(--tokentweak-color-bg);
}
[data-design-token-panel-modal] [class*=__button--primary]:hover,[data-design-token-panel-modal] [class*=__button--primary]:focus-visible {
  border-color: var(--tokentweak-color-accent-hover);
  background-color: var(--tokentweak-color-accent-hover);
  color: var(--tokentweak-color-bg);
}
[data-design-token-panel-modal] [class*=__close-button] {
  border: 1px solid var(--tokentweak-color-muted);
  background-color: var(--tokentweak-color-surface);
  color: var(--tokentweak-color-muted);
  padding-inline: var(--tokentweak-pad-sm);
  padding-block: var(--tokentweak-gap-2xs);
  font-size: var(--tokentweak-text-small);
  cursor: pointer;
  transition: color .15s ease,border-color .15s ease;
}
[data-design-token-panel-modal] [class*=__close-button]:hover,[data-design-token-panel-modal] [class*=__close-button]:focus-visible {
  color: var(--tokentweak-color-fg);
  border-color: var(--tokentweak-color-fg);
}
body {
  background: var(--zfbexample-bg);
  color: var(--zfbexample-fg);
  font-size: var(--zfbexample-text-base);
  padding: var(--zfbexample-spacing-lg);
}
.zfbexample-stack {
  display: flex;
  flex-direction: column;
  gap: var(--zfbexample-spacing-lg);
  max-width: 56rem;
  margin: 0 auto;
}
.zfbexample-heading {
  font-size: var(--zfbexample-text-heading);
  font-weight: 700;
  margin: 0 0 var(--zfbexample-spacing-md);
  color: var(--zfbexample-color-primary);
}
.zfbexample-card {
  background: var(--zfbexample-color-surface);
  color: var(--zfbexample-fg);
  padding: var(--zfbexample-spacing-md);
  border-radius: var(--zfbexample-radius);
  border: 1px solid var(--zfbexample-color-muted);
}
.zfbexample-card + .zfbexample-card {
  margin-top: var(--zfbexample-spacing-md);
}
.zfbexample-button {
  display: inline-block;
  padding: var(--zfbexample-spacing-md);
  border-radius: var(--zfbexample-radius);
  background: var(--zfbexample-color-accent);
  color: var(--zfbexample-bg);
  border: none;
  cursor: pointer;
}
.zfbexample-button:hover {
  background: var(--zfbexample-color-primary);
}
.zfbexample-link {
  color: var(--zfbexample-color-accent);
  text-decoration: underline;
}
.zfbexample-swatch-row {
  display: flex;
  flex-wrap: wrap;
  gap: var(--zfbexample-spacing-md);
}
.zfbexample-swatch {
  width: 4rem;
  height: 4rem;
  border-radius: var(--zfbexample-radius);
  display: flex;
  align-items: end;
  justify-content: center;
  font-size: 0.75rem;
  color: var(--zfbexample-fg);
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.7);
  padding: 0.25rem;
}
.zfbexample-meta {
  font-size: 0.875rem;
  color: var(--zfbexample-color-muted);
}
:root {
  --zfbexample-vsp-2xs: 0.25rem;
  --zfbexample-vsp-xs: 0.5rem;
  --zfbexample-vsp-sm: 0.75rem;
  --zfbexample-vsp-md: 1rem;
  --zfbexample-vsp-lg: 1.75rem;
  --zfbexample-vsp-xl: 2.5rem;
  --zfbexample-vsp-2xl: 3.5rem;
  --zfbexample-hsp-xs: 0.25rem;
  --zfbexample-hsp-sm: 0.5rem;
  --zfbexample-hsp-md: 1rem;
  --zfbexample-hsp-lg: 1.5rem;
  --zfbexample-hsp-xl: 2rem;
  --zfbexample-text-h2: 1.75rem;
  --zfbexample-text-h3: 1.35rem;
  --zfbexample-text-h4: 1.1rem;
  --zfbexample-text-body: 1rem;
  --zfbexample-text-small: 0.875rem;
  --zfbexample-text-micro: 0.75rem;
  --zfbexample-leading-tight: 1.2;
  --zfbexample-leading-snug: 1.45;
  --zfbexample-leading-relaxed: 1.75;
  --zfbexample-code-bg: hsl(220 13% 11%);
  --zfbexample-code-fg: hsl(220 14% 86%);
  --zfbexample-font-mono: ui-monospace, "Cascadia Code", "Source Code Pro",
                          Menlo, Consolas, monospace;
}
.zfbexample-prose {
  max-width: 48rem;
  margin: 0 auto;
  padding: var(--zfbexample-vsp-2xl) var(--zfbexample-hsp-xl);
  font-size: var(--zfbexample-text-body);
  line-height: var(--zfbexample-leading-relaxed);
  color: var(--zfbexample-fg);
}
.zfbexample-prose > * + * {
  margin-block-start: var(--flow-space, var(--zfbexample-vsp-md));
}
.zfbexample-prose :where(h2) {
  --flow-space: var(--zfbexample-vsp-xl);
}
.zfbexample-prose :where(h3) {
  --flow-space: var(--zfbexample-vsp-lg);
}
.zfbexample-prose :where(h4) {
  --flow-space: var(--zfbexample-vsp-md);
}
.zfbexample-prose :where(h2, h3, h4) + :where(p, ul, ol, table, pre, blockquote) {
  --flow-space: var(--zfbexample-vsp-sm);
}
.zfbexample-prose :where(h2, h3, h4, h5, h6) + :where(h2, h3, h4, h5, h6) {
  --flow-space: var(--zfbexample-vsp-2xs);
}
.zfbexample-prose > :first-child {
  margin-block-start: 0;
}
.zfbexample-prose > :last-child {
  margin-block-end: 0;
}
.zfbexample-prose :where(h2) {
  font-size: var(--zfbexample-text-h2);
  line-height: var(--zfbexample-leading-tight);
  font-weight: 700;
}
.zfbexample-prose :where(h3) {
  font-size: var(--zfbexample-text-h3);
  line-height: var(--zfbexample-leading-tight);
  font-weight: 600;
}
.zfbexample-prose :where(h4) {
  font-size: var(--zfbexample-text-h4);
  line-height: var(--zfbexample-leading-tight);
  font-weight: 600;
}
.zfbexample-prose :where(p, li) {
  font-size: var(--zfbexample-text-body);
  line-height: var(--zfbexample-leading-relaxed);
}
.zfbexample-prose :where(pre) {
  background: var(--zfbexample-code-bg);
  color: var(--zfbexample-code-fg);
  font-family: var(--zfbexample-font-mono);
  font-size: var(--zfbexample-text-small);
  padding: var(--zfbexample-vsp-sm) var(--zfbexample-hsp-sm);
  border-radius: 0.25rem;
  overflow-x: auto;
}
.zfbexample-prose :where(code) {
  font-family: var(--zfbexample-font-mono);
  font-size: var(--zfbexample-text-small);
}
.zfbexample-prose :where(p code, li code, td code) {
  background: var(--zfbexample-code-bg);
  color: var(--zfbexample-code-fg);
  padding: 0.1em var(--zfbexample-hsp-xs);
  border-radius: 0.2rem;
  border: 1px solid var(--zfbexample-color-accent);
}
.zfbexample-prose :where(blockquote) {
  border-left: 3px solid var(--zfbexample-color-accent);
  padding-left: var(--zfbexample-hsp-md);
  color: var(--zfbexample-color-muted);
}
.zfbexample-prose :where(ul) {
  padding-left: var(--zfbexample-hsp-lg);
  list-style: disc;
}
.zfbexample-prose :where(ol) {
  padding-left: var(--zfbexample-hsp-lg);
  list-style: decimal;
}
.zfbexample-prose :where(table) {
  width: 100%;
  border-collapse: collapse;
  font-size: var(--zfbexample-text-small);
}
.zfbexample-prose :where(th, td) {
  padding: var(--zfbexample-hsp-xs) var(--zfbexample-hsp-sm);
  border: 1px solid var(--zfbexample-color-muted);
  text-align: left;
}
.zfbexample-prose :where(th) {
  font-weight: 600;
}
.zfbexample-prose :where(hr) {
  border: none;
  border-top: 1px solid var(--zfbexample-color-muted);
  margin-block: var(--zfbexample-vsp-lg);
}
.zfbexample-prose :where(a) {
  color: var(--zfbexample-color-accent);
  text-decoration: underline;
}
.zfbexample-prose :where(h2) {
  padding-top: var(--zfbexample-vsp-xs);
  border-top: 2px solid transparent;
  border-image: linear-gradient( to right, var(--zfbexample-fg), var(--zfbexample-color-muted) ) 1;
}
@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-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;
}
@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-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;
    }
  }
}

