/*! 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-base: 1rem;
    --text-base--line-height: calc(1.5 / 1);
    --leading-tight: 1.25;
    --leading-snug: 1.375;
    --leading-relaxed: 1.625;
    --ease-in: cubic-bezier(0.4, 0, 1, 1);
    --ease-out: cubic-bezier(0, 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 {
  .visible {
    visibility: visible;
  }
  .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;
  }
  .transform {
    transform: var(--tw-rotate-x,) var(--tw-rotate-y,) var(--tw-rotate-z,) var(--tw-skew-x,) var(--tw-skew-y,);
  }
  .cursor-not-allowed {
    cursor: not-allowed;
  }
  .resize {
    resize: both;
  }
  .border {
    border-style: var(--tw-border-style);
    border-width: 1px;
  }
  .border-b {
    border-bottom-style: var(--tw-border-style);
    border-bottom-width: 1px;
  }
  .font-mono {
    font-family: var(--font-mono);
  }
  .text-base {
    font-size: var(--text-base);
    line-height: var(--tw-leading, var(--text-base--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);
  }
  .underline {
    text-decoration-line: underline;
  }
  .outline {
    outline-style: var(--tw-outline-style);
    outline-width: 1px;
  }
  .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-out {
    --tw-ease: var(--ease-out);
    transition-timing-function: var(--ease-out);
  }
}
*, *::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 {
  --zfb-spacing-xs: 0.25rem;
  --zfb-spacing-sm: 0.5rem;
  --zfb-spacing-md: 1rem;
  --zfb-spacing-lg: 2rem;
  --zfb-scale-xs: 0.75rem;
  --zfb-scale-sm: 0.875rem;
  --zfb-scale-base: 1rem;
  --zfb-scale-lg: 1.25rem;
  --zfb-scale-xl: 1.75rem;
  --zfb-scale-2xl: 2.5rem;
  --zfb-text-base: var(--zfb-scale-base);
  --zfb-text-heading: var(--zfb-scale-xl);
  --zfb-size-sidenav-w: 14rem;
  --zfb-size-header-h: 3.5rem;
  --zfb-size-avatar-sm: 2rem;
  --zfb-size-avatar-md: 2.5rem;
  --zfb-size-icon-sm: 1rem;
  --zfb-size-icon-md: 1.25rem;
  --zfb-radius: 0.5rem;
  --zfb-bg: #1e1e1e;
  --zfb-fg: #f8fafc;
  --zfb-palette-0: #1e1e1e;
  --zfb-palette-1: #2d6cdf;
  --zfb-palette-2: #3aa676;
  --zfb-palette-3: #d97706;
  --zfb-palette-4: #9b5de5;
  --zfb-palette-5: #e63946;
  --zfb-palette-6: #1d3557;
  --zfb-palette-7: #06b6d4;
  --zfb-palette-8: #475569;
  --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: #f8fafc;
  --zfb-color-primary: var(--zfb-palette-1);
  --zfb-color-accent: var(--zfb-palette-3);
  --zfb-color-surface: var(--zfb-palette-0);
  --zfb-color-muted: var(--zfb-palette-8);
  --zfb-color-success: var(--zfb-palette-2);
  --zfb-color-warning: var(--zfb-palette-3);
  --zfb-color-danger: var(--zfb-palette-5);
  --zfb-easing-ease-in: cubic-bezier(0.42, 0, 1, 1);
  --zfb-easing-ease-out: cubic-bezier(0, 0, 0.58, 1);
  --zfb-easing-ease-inout: cubic-bezier(0.42, 0, 0.58, 1);
  --zfb-easing-linear: linear;
  --zfb-easing-tab-open: var(--zfb-easing-ease-in);
  --zfb-easing-tab-close: var(--zfb-easing-ease-out);
  --zfb-easing-modal: var(--zfb-easing-ease-inout);
}
:where(.tokenpanel-shell,[data-design-token-panel-modal]) {
  --tokentweak-color-fg: #b8b8b8;
  --tokentweak-color-bg: #181818;
  --tokentweak-color-muted: #888888;
  --tokentweak-color-surface: #1c1c1c;
  --tokentweak-color-accent: #d69a66;
  --tokentweak-color-accent-hover: #a7c0e3;
  --tokentweak-color-code-bg: #383838;
  --tokentweak-color-code-fg: #e0e0e0;
  --tokentweak-color-success: #93bb77;
  --tokentweak-color-danger: #da6871;
  --tokentweak-color-warning: #dfbb77;
  --tokentweak-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-color-picker {
  position: fixed;
  width: 320px;
  padding: var(--tokentweak-pad-md);
  background: var(--tokentweak-color-surface);
  border: 1px solid var(--tokentweak-color-muted);
  border-radius: var(--radius-tokentweak);
  box-shadow: 0 8px 24px #0006;
  display: flex;
  flex-direction: column;
  gap: var(--tokentweak-gap-2xs);
  z-index: 70;
  color: var(--tokentweak-color-fg);
  font-size: var(--tokentweak-text-caption);
}
.tokenpanel-color-picker[data-mode-shell=expanded] {
  width: 520px;
  padding: var(--tokentweak-pad-lg);
  gap: var(--tokentweak-gap-xs);
}
.tokenpanel-color-picker-header {
  display: flex;
  align-items: center;
  gap: var(--tokentweak-gap-2xs);
}
.tokenpanel-color-picker-drag-handle {
  flex-shrink: 0;
  cursor: grab;
  color: var(--tokentweak-color-muted);
  font-size: var(--tokentweak-text-caption);
  line-height: 1;
  padding: var(--tokentweak-pad-2xs);
  border-radius: var(--radius-tokentweak);
  -webkit-user-select: none;
  user-select: none;
  touch-action: none;
}
.tokenpanel-color-picker-drag-handle:hover {
  color: var(--tokentweak-color-fg);
}
.tokenpanel-color-picker-drag-handle:active {
  cursor: grabbing;
}
.tokenpanel-color-picker-label {
  flex: 1;
  min-width: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  color: var(--tokentweak-color-fg);
  font-family: var(--tokentweak-font-mono);
  font-size: var(--tokentweak-text-caption);
}
.tokenpanel-color-picker-mode-toggle {
  display: flex;
  align-items: center;
  gap: 2px;
  background: var(--tokentweak-color-bg);
  border: 1px solid var(--tokentweak-color-muted);
  border-radius: 999px;
  padding: 2px;
  flex-shrink: 0;
}
.tokenpanel-color-picker-mode-btn {
  border-radius: 999px;
  padding-inline: var(--tokentweak-pad-xs);
  padding-block: var(--tokentweak-pad-2xs);
  font-size: var(--tokentweak-text-micro);
  color: var(--tokentweak-color-muted);
  cursor: pointer;
  -webkit-user-select: none;
  user-select: none;
  transition: background-color .12s ease,color .12s ease;
  white-space: nowrap;
}
.tokenpanel-color-picker-mode-btn:hover {
  color: var(--tokentweak-color-fg);
}
.tokenpanel-color-picker-mode-btn[aria-pressed=true] {
  background-color: var(--tokentweak-color-accent);
  color: var(--tokentweak-color-fg);
}
.tokenpanel-color-picker-mode-btn:focus-visible {
  outline: 2px solid var(--tokentweak-color-accent);
  outline-offset: 2px;
}
.tokenpanel-color-picker-expand-btn {
  flex-shrink: 0;
  color: var(--tokentweak-color-muted);
  cursor: pointer;
  -webkit-user-select: none;
  user-select: none;
  padding: var(--tokentweak-pad-2xs);
  border-radius: var(--radius-tokentweak);
  transition: color .12s ease;
}
.tokenpanel-color-picker-expand-btn:hover {
  color: var(--tokentweak-color-fg);
}
.tokenpanel-color-picker-expand-btn:focus-visible {
  outline: 2px solid var(--tokentweak-color-accent);
  outline-offset: 2px;
}
.tokenpanel-color-picker-top-row {
  display: flex;
  align-items: center;
  gap: var(--tokentweak-gap-2xs);
}
.tokenpanel-color-picker-preview {
  position: relative;
  flex-shrink: 0;
  width: 3rem;
  height: 3rem;
  border-radius: var(--radius-tokentweak);
  border: 1px solid var(--tokentweak-color-muted);
  overflow: hidden;
}
.tokenpanel-color-picker-preview-checkerboard {
  position: absolute;
  inset: 0;
  background-image: repeating-conic-gradient(gray 0% 25%,silver 0% 50%);
  background-size: 10px 10px;
}
.tokenpanel-color-picker-preview-color {
  position: absolute;
  inset: 0;
}
.tokenpanel-color-picker-hex-input {
  flex: 1;
  min-width: 0;
  font-family: var(--tokentweak-font-mono);
  font-size: var(--tokentweak-text-caption);
  background: var(--tokentweak-color-bg);
  color: var(--tokentweak-color-fg);
  border: 1px solid var(--tokentweak-color-muted);
  border-radius: var(--radius-tokentweak);
  padding: var(--tokentweak-pad-2xs) var(--tokentweak-pad-xs);
  transition: border-color .12s ease;
}
.tokenpanel-color-picker-hex-input:hover {
  border-color: var(--tokentweak-color-fg);
}
.tokenpanel-color-picker-hex-input:focus {
  border-color: var(--tokentweak-color-accent);
  outline: none;
}
.tokenpanel-color-picker-grid {
  display: grid;
  grid-template-columns: repeat(6,1fr);
  gap: 2px;
}
.tokenpanel-color-picker-grid>[role=row] {
  display: contents;
}
.tokenpanel-color-picker[data-mode-shell=expanded] .tokenpanel-color-picker-grid {
  grid-template-columns: repeat(12,1fr);
}
.tokenpanel-color-picker-grid-cell {
  position: relative;
  aspect-ratio: 1;
  border-radius: var(--radius-tokentweak);
  cursor: pointer;
  transition: box-shadow .12s ease;
}
.tokenpanel-color-picker-grid-cell:hover {
  box-shadow: 0 0 0 2px var(--tokentweak-color-fg);
}
.tokenpanel-color-picker-grid-cell[aria-selected=true] {
  box-shadow: 0 0 0 2px var(--tokentweak-color-accent);
}
.tokenpanel-color-picker-grid-cell:focus-visible {
  outline: 2px solid var(--tokentweak-color-accent);
  outline-offset: 2px;
}
.tokenpanel-color-picker-grid-cell[data-oog=true]:after {
  content: "";
  position: absolute;
  inset: 1px;
  border: 1px dashed oklch(98% 0 0 / .4);
  border-radius: var(--radius-tokentweak);
  pointer-events: none;
}
.tokenpanel-color-picker-sliders {
  display: flex;
  flex-direction: column;
  gap: var(--tokentweak-gap-2xs);
}
.tokenpanel-color-picker-slider-row {
  display: flex;
  align-items: center;
  gap: var(--tokentweak-gap-2xs);
}
.tokenpanel-color-picker-slider-label {
  flex-shrink: 0;
  width: 1.25rem;
  font-size: var(--tokentweak-text-micro);
  color: var(--tokentweak-color-muted);
  -webkit-user-select: none;
  user-select: none;
}
.tokenpanel-color-picker-slider {
  flex: 1;
  position: relative;
  height: 18px;
  display: flex;
  align-items: center;
  cursor: pointer;
  -webkit-user-select: none;
  user-select: none;
  touch-action: none;
}
.tokenpanel-color-picker-slider:focus-visible {
  outline: 2px solid var(--tokentweak-color-accent);
  outline-offset: 2px;
  border-radius: var(--radius-tokentweak);
}
.tokenpanel-color-picker-slider-track {
  width: 100%;
  height: 18px;
  border-radius: 9px;
  overflow: hidden;
  border: 1px solid var(--tokentweak-color-muted);
}
.tokenpanel-color-picker-slider-thumb {
  position: absolute;
  top: 50%;
  transform: translate(-50%,-50%);
  width: 14px;
  height: 14px;
  border-radius: 50%;
  background: var(--tokentweak-color-fg);
  border: 2px solid var(--tokentweak-color-bg);
  box-shadow: 0 0 0 1px var(--tokentweak-color-muted);
  pointer-events: none;
}
.tokenpanel-color-picker-slider-value {
  flex-shrink: 0;
  width: 3rem;
  text-align: right;
  font-family: var(--tokentweak-font-mono);
  font-size: var(--tokentweak-text-micro);
  color: var(--tokentweak-color-fg);
}
.tokenpanel-color-picker-readout {
  display: none;
  font-family: var(--tokentweak-font-mono);
  font-size: var(--tokentweak-text-micro);
  color: var(--tokentweak-color-muted);
  padding-top: var(--tokentweak-pad-2xs);
  border-top: 1px solid var(--tokentweak-color-muted);
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.tokenpanel-color-picker[data-mode-shell=expanded] .tokenpanel-color-picker-readout {
  display: block;
}
.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-resize-handle {
  position: absolute;
  right: 2px;
  bottom: 2px;
  width: 16px;
  height: 16px;
  cursor: nwse-resize;
  -webkit-user-select: none;
  user-select: none;
  background-image: repeating-linear-gradient(-45deg,transparent 0,transparent 2px,var(--tokentweak-color-muted) 2px,var(--tokentweak-color-muted) 3px);
  -webkit-mask-image: linear-gradient(135deg,transparent 50%,#000 50%);
  mask-image: linear-gradient(135deg,transparent 50%,#000 50%);
  border-bottom-right-radius: var(--radius-tokentweak);
  transition: opacity .15s ease;
  opacity: .7;
}
.tokenpanel-resize-handle:hover,.tokenpanel-resize-handle:focus-visible {
  opacity: 1;
}
.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;
  border-bottom: 1px solid var(--tokentweak-color-muted);
  padding-inline: var(--tokentweak-pad-xl);
  flex-shrink: 0;
  gap: var(--tokentweak-pad-md);
}
.tokenpanel-tabbar-tabs {
  display: flex;
  align-items: center;
  gap: 2px;
  flex: 1;
  min-width: 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-density {
  display: flex;
  align-items: center;
  gap: var(--tokentweak-pad-sm);
  flex-shrink: 0;
}
.tokenpanel-density-label {
  color: var(--tokentweak-color-muted);
  font-size: .6875rem;
  text-transform: uppercase;
  letter-spacing: .05em;
  -webkit-user-select: none;
  user-select: none;
  cursor: pointer;
}
.tokenpanel-density-slider {
  width: 5rem;
  accent-color: var(--tokentweak-color-accent);
  cursor: pointer;
}
.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, #a8a8a8);
  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 {
  position: relative;
  flex-shrink: 0;
  border: 1px solid var(--tokentweak-color-muted);
  border-radius: .5rem;
  padding: 18px 14px 14px;
}
.tokenpanel-tab-section-heading {
  position: absolute;
  top: -.625rem;
  left: 12px;
  background: var(--tokentweak-color-surface);
  padding: 0 8px;
  margin: 0;
  color: var(--tokentweak-color-fg);
  font-family: inherit;
  font-weight: 600;
  font-size: .8125rem;
  line-height: 1.25rem;
  text-transform: none;
  letter-spacing: normal;
}
.tokenpanel-tab-section-heading--color {
  font-size: .875rem;
}
.tokenpanel-tab-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit,minmax(var(--tokenpanel-grid-min, 18rem),1fr));
  gap: var(--tokentweak-gap-xs);
}
.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-button:focus-visible {
  outline: 2px solid var(--tokentweak-color-accent);
  outline-offset: 2px;
}
.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-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:focus-visible {
  outline: 2px solid var(--tokentweak-color-accent);
  outline-offset: 2px;
}
.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-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);
  white-space: pre;
  font-family: var(--tokentweak-font-mono);
}
[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);
}
.tokenpanel-tier-ref-selector {
  position: relative;
  flex: 1;
  min-width: 0;
}
.tokenpanel-tier-ref-trigger {
  display: flex;
  align-items: center;
  gap: 6px;
  width: 100%;
  background-color: var(--tokentweak-color-surface);
  color: var(--tokentweak-color-fg);
  border: 1px solid var(--tokentweak-color-muted);
  border-radius: var(--radius-tokentweak);
  padding-inline: var(--tokentweak-pad-sm);
  padding-block: 4px;
  font-family: var(--tokentweak-font-mono);
  font-size: .75rem;
  text-align: left;
  cursor: pointer;
  transition: border-color .15s ease,box-shadow .15s ease;
}
.tokenpanel-tier-ref-trigger:hover {
  border-color: var(--tokentweak-color-fg);
}
.tokenpanel-tier-ref-trigger[aria-expanded=true] {
  border-color: var(--tokentweak-color-accent);
  box-shadow: 0 0 0 2px rgb(from var(--tokentweak-color-accent) r g b / .16);
}
.tokenpanel-tier-ref-trigger-label {
  flex: 1;
  min-width: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.tokenpanel-tier-ref-trigger-arrow {
  color: var(--tokentweak-color-muted);
  font-size: 9px;
  flex-shrink: 0;
}
.tokenpanel-tier-ref-listbox {
  position: absolute;
  top: calc(100% + 10px);
  left: 0;
  right: 0;
  z-index: 60;
  margin: 0;
  padding: 4px;
  list-style: none;
  background-color: var(--tokentweak-color-surface);
  border: 1px solid var(--tokentweak-color-muted);
  border-radius: var(--radius-tokentweak);
  box-shadow: 0 12px 28px #00000080;
  outline: none;
}
.tokenpanel-tier-ref-listbox:before {
  content: "";
  position: absolute;
  top: -7px;
  left: 22px;
  width: 12px;
  height: 12px;
  background-color: var(--tokentweak-color-surface);
  border-left: 1px solid var(--tokentweak-color-muted);
  border-top: 1px solid var(--tokentweak-color-muted);
  transform: rotate(45deg);
}
.tokenpanel-tier-ref-option {
  display: grid;
  grid-template-columns: 14px 1fr auto;
  gap: 6px;
  align-items: center;
  padding: 5px 8px;
  border-radius: 3px;
  cursor: pointer;
  font-family: var(--tokentweak-font-mono);
  font-size: .8125rem;
  color: var(--tokentweak-color-fg);
  list-style: none;
}
.tokenpanel-tier-ref-option:before {
  content: "✓";
  font-size: 11px;
  color: transparent;
  line-height: 1;
}
.tokenpanel-tier-ref-option[aria-selected=true]:before {
  color: var(--tokentweak-color-accent);
}
.tokenpanel-tier-ref-option-label {
  min-width: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.tokenpanel-tier-ref-option-preview {
  font-size: .6875rem;
  color: var(--tokentweak-color-muted);
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 10rem;
}
.tokenpanel-tier-ref-option--focused {
  background-color: rgb(from var(--tokentweak-color-accent) r g b / .16);
}
.tokenpanel-tier-ref-option--literal {
  font-style: italic;
  color: var(--tokentweak-color-muted);
  border-top: 1px solid var(--tokentweak-color-muted);
  margin-top: 4px;
  padding-top: 8px;
}
.tokenpanel-row-label-sub {
  display: block;
  font-size: var(--tokentweak-text-micro, .6875rem);
  color: var(--tokentweak-color-muted);
  font-family: var(--tokentweak-font-mono);
  line-height: 1.2;
}
.tokenpanel-tab-section [role=heading] {
  display: block;
}
.tokenpanel-code {
  font-family: var(--tokentweak-font-mono);
  font-size: inherit;
  background: none;
  color: inherit;
  padding: 0;
  border: none;
  border-radius: 0;
  white-space: pre-wrap;
}
[data-design-token-panel-modal] [class*=__button][aria-disabled=true] {
  cursor: not-allowed;
  opacity: .5;
  pointer-events: none;
}
[data-design-token-panel-modal] [role=button]:focus-visible {
  outline: 2px solid var(--tokentweak-color-accent);
  outline-offset: 2px;
}
.tokenpanel-action-link:focus-visible {
  outline: 2px solid var(--tokentweak-color-accent);
  outline-offset: 2px;
  border-radius: 2px;
}
.tokenpanel-close-btn:focus-visible {
  outline: 2px solid var(--tokentweak-color-accent);
  outline-offset: 2px;
  border-radius: 2px;
}
.tokenpanel-tier-ref-trigger:focus-visible {
  outline: 2px solid var(--tokentweak-color-accent);
  outline-offset: 2px;
}
.tokenpanel-tier-ref-listbox[role=listbox] {
  list-style: none;
}
.tokenpanel-tab-button:focus-visible {
  outline: 2px solid var(--tokentweak-color-accent);
  outline-offset: 2px;
  border-radius: 2px;
}
body {
  background: var(--zfb-bg);
  color: var(--zfb-fg);
  font-size: var(--zfb-text-base);
}
.zfb-topbar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: var(--zfb-size-header-h);
  padding-inline: var(--zfb-spacing-md);
  background: var(--zfb-color-surface);
  border-bottom: 1px solid var(--zfb-color-muted);
}
.zfb-topbar__label {
  font-size: var(--zfb-text-small);
  color: var(--zfb-color-muted);
}
.zfb-app-shell {
  display: grid;
  grid-template-columns: var(--zfb-size-sidenav-w) 1fr;
  min-height: calc(100vh - var(--zfb-size-header-h));
}
.zfb-app-shell__sidenav {
  background: var(--zfb-color-surface);
  padding: var(--zfb-spacing-md);
}
.zfb-app-shell__main {
  background: var(--zfb-bg);
  padding: var(--zfb-spacing-lg);
}
.zfb-sidenav {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.zfb-sidenav__list {
  display: flex;
  flex-direction: column;
  gap: var(--zfb-vsp-xs);
  list-style: none;
  margin: 0;
  padding: 0;
}
.zfb-sidenav__link {
  display: block;
  font-size: var(--zfb-text-body);
  padding-inline: var(--zfb-spacing-sm);
  padding-block: var(--zfb-spacing-xs);
  border-radius: var(--zfb-radius);
  color: var(--zfb-color-muted);
  text-decoration: none;
}
.zfb-sidenav__link:hover {
  color: var(--zfb-fg);
  background: var(--zfb-bg);
}
.zfb-sidenav__link.is-active {
  color: var(--zfb-color-accent);
  font-weight: 600;
}
.zfb-stack {
  display: flex;
  flex-direction: column;
  gap: var(--zfb-spacing-lg);
  max-width: 56rem;
  margin: 0 auto;
}
.zfb-heading {
  font-size: var(--zfb-text-heading);
  font-weight: 700;
  margin: 0 0 var(--zfb-spacing-md);
  color: var(--zfb-color-primary);
}
.zfb-card {
  background: var(--zfb-color-surface);
  color: var(--zfb-fg);
  padding: var(--zfb-spacing-md);
  border-radius: var(--zfb-radius);
  border: 1px solid var(--zfb-color-muted);
}
.zfb-card + .zfb-card {
  margin-top: var(--zfb-spacing-md);
}
.zfb-button {
  display: inline-block;
  padding: var(--zfb-spacing-md);
  border-radius: var(--zfb-radius);
  background: var(--zfb-color-accent);
  color: var(--zfb-bg);
  border: none;
  cursor: pointer;
}
.zfb-button:hover {
  background: var(--zfb-color-primary);
}
.zfb-link {
  color: var(--zfb-color-accent);
  text-decoration: underline;
}
.zfb-swatch-row {
  display: flex;
  flex-wrap: wrap;
  gap: var(--zfb-spacing-md);
}
.zfb-swatch {
  width: 4rem;
  height: 4rem;
  border-radius: var(--zfb-radius);
  display: flex;
  align-items: end;
  justify-content: center;
  font-size: 0.75rem;
  color: var(--zfb-fg);
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.7);
  padding: 0.25rem;
}
.zfb-meta {
  font-size: 0.875rem;
  color: var(--zfb-color-muted);
}
.zfb-easing-card {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 18rem;
  height: 6rem;
  background: var(--zfb-color-accent);
  color: var(--zfb-bg);
  border: none;
  border-radius: var(--zfb-radius);
  cursor: pointer;
  font-size: var(--zfb-text-base);
  font-weight: 600;
  transition: transform 0.4s var(--zfb-easing-tab-open);
}
.zfb-easing-card.is-active {
  transform: translateX(8rem);
}
.zfb-easing-card-label {
  pointer-events: none;
}
:root {
  --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-hsp-xs: 0.25rem;
  --zfb-hsp-sm: 0.5rem;
  --zfb-hsp-md: 1rem;
  --zfb-hsp-lg: 1.5rem;
  --zfb-hsp-xl: 2rem;
  --zfb-text-h2: 1.75rem;
  --zfb-text-h3: 1.35rem;
  --zfb-text-h4: 1.1rem;
  --zfb-text-body: 1rem;
  --zfb-text-small: 0.875rem;
  --zfb-text-micro: 0.75rem;
  --zfb-leading-tight: 1.2;
  --zfb-leading-snug: 1.45;
  --zfb-leading-relaxed: 1.75;
  --zfb-code-bg: hsl(220 13% 11%);
  --zfb-code-fg: hsl(220 14% 86%);
  --zfb-font-mono: ui-monospace, "Cascadia Code", "Source Code Pro",
                          Menlo, Consolas, monospace;
}
.zfb-prose {
  max-width: 48rem;
  margin: 0 auto;
  padding: var(--zfb-vsp-2xl) var(--zfb-hsp-xl);
  font-size: var(--zfb-text-body);
  line-height: var(--zfb-leading-relaxed);
  color: var(--zfb-fg);
}
.zfb-prose > * + * {
  margin-block-start: var(--flow-space, var(--zfb-vsp-md));
}
.zfb-prose :where(h2) {
  --flow-space: var(--zfb-vsp-xl);
}
.zfb-prose :where(h3) {
  --flow-space: var(--zfb-vsp-lg);
}
.zfb-prose :where(h4) {
  --flow-space: var(--zfb-vsp-md);
}
.zfb-prose :where(h2, h3, h4) + :where(p, ul, ol, table, pre, blockquote) {
  --flow-space: var(--zfb-vsp-sm);
}
.zfb-prose :where(h2, h3, h4, h5, h6) + :where(h2, h3, h4, h5, h6) {
  --flow-space: var(--zfb-vsp-2xs);
}
.zfb-prose > :first-child {
  margin-block-start: 0;
}
.zfb-prose > :last-child {
  margin-block-end: 0;
}
.zfb-prose :where(h2) {
  font-size: var(--zfb-text-h2);
  line-height: var(--zfb-leading-tight);
  font-weight: 700;
}
.zfb-prose :where(h3) {
  font-size: var(--zfb-text-h3);
  line-height: var(--zfb-leading-tight);
  font-weight: 600;
}
.zfb-prose :where(h4) {
  font-size: var(--zfb-text-h4);
  line-height: var(--zfb-leading-tight);
  font-weight: 600;
}
.zfb-prose :where(p, li) {
  font-size: var(--zfb-text-body);
  line-height: var(--zfb-leading-relaxed);
}
.zfb-prose :where(pre) {
  background: var(--zfb-code-bg);
  color: var(--zfb-code-fg);
  font-family: var(--zfb-font-mono);
  font-size: var(--zfb-text-small);
  padding: var(--zfb-vsp-sm) var(--zfb-hsp-sm);
  border-radius: 0.25rem;
  overflow-x: auto;
}
.zfb-prose :where(code) {
  font-family: var(--zfb-font-mono);
  font-size: var(--zfb-text-small);
}
.zfb-prose :where(p code, li code, td code) {
  background: var(--zfb-code-bg);
  color: var(--zfb-code-fg);
  padding: 0.1em var(--zfb-hsp-xs);
  border-radius: 0.2rem;
  border: 1px solid var(--zfb-color-accent);
}
.zfb-prose :where(blockquote) {
  border-left: 3px solid var(--zfb-color-accent);
  padding-left: var(--zfb-hsp-md);
  color: var(--zfb-color-muted);
}
.zfb-prose :where(ul) {
  padding-left: var(--zfb-hsp-lg);
  list-style: disc;
}
.zfb-prose :where(ol) {
  padding-left: var(--zfb-hsp-lg);
  list-style: decimal;
}
.zfb-prose :where(table) {
  width: 100%;
  border-collapse: collapse;
  font-size: var(--zfb-text-small);
}
.zfb-prose :where(th, td) {
  padding: var(--zfb-hsp-xs) var(--zfb-hsp-sm);
  border: 1px solid var(--zfb-color-muted);
  text-align: left;
}
.zfb-prose :where(th) {
  font-weight: 600;
}
.zfb-prose :where(hr) {
  border: none;
  border-top: 1px solid var(--zfb-color-muted);
  margin-block: var(--zfb-vsp-lg);
}
.zfb-prose :where(a) {
  color: var(--zfb-color-accent);
  text-decoration: underline;
}
.zfb-prose :where(h2) {
  padding-top: var(--zfb-vsp-xs);
  border-top: 2px solid transparent;
  border-image: linear-gradient( to right, var(--zfb-fg), var(--zfb-color-muted) ) 1;
}
.zfb-page-stack {
  display: flex;
  flex-direction: column;
  gap: var(--zfb-spacing-lg);
  max-width: 56rem;
  margin: 0 auto;
}
.zfb-section-h2 {
  font-size: var(--zfb-text-h2);
  font-weight: 700;
  color: var(--zfb-color-primary);
  margin: 0;
}
.zfb-section-h3 {
  font-size: var(--zfb-text-h3);
  font-weight: 600;
  color: var(--zfb-fg);
  margin: 0;
}
.zfb-section-h4 {
  font-size: var(--zfb-text-h4);
  font-weight: 600;
  color: var(--zfb-fg);
  margin: 0;
}
.zfb-body-text {
  font-size: var(--zfb-text-body);
  color: var(--zfb-fg);
  margin: 0;
}
.zfb-muted-text {
  font-size: var(--zfb-text-small);
  color: var(--zfb-color-muted);
  margin: 0;
}
.zfb-field-group {
  display: flex;
  flex-direction: column;
  gap: var(--zfb-spacing-xs);
}
.zfb-surface-box {
  background: var(--zfb-color-surface);
  border: 1px solid var(--zfb-color-muted);
  border-radius: var(--zfb-radius);
  padding: var(--zfb-spacing-md);
}
.zfb-form {
  display: flex;
  flex-direction: column;
  gap: var(--zfb-vsp-md);
}
.zfb-form-field {
  display: flex;
  flex-direction: column;
  gap: var(--zfb-spacing-xs);
}
.zfb-form-label {
  font-size: var(--zfb-text-body);
  color: var(--zfb-fg);
}
.zfb-form-label--muted {
  color: var(--zfb-color-muted);
}
.zfb-form-input, .zfb-form-select, .zfb-form-textarea {
  background: var(--zfb-color-surface);
  border: 1px solid var(--zfb-color-muted);
  border-radius: var(--zfb-radius);
  padding: var(--zfb-spacing-sm);
  font-size: var(--zfb-text-body);
  color: var(--zfb-fg);
  width: 100%;
  outline: none;
}
.zfb-form-input:focus, .zfb-form-select:focus, .zfb-form-textarea:focus {
  border-color: var(--zfb-color-accent);
}
.zfb-form-input:disabled, .zfb-form-select:disabled {
  background: var(--zfb-color-muted);
  cursor: not-allowed;
}
.zfb-form-textarea {
  min-height: 6rem;
  resize: vertical;
}
.zfb-form-checkbox, .zfb-form-radio {
  accent-color: var(--zfb-color-accent);
}
.zfb-form-range {
  accent-color: var(--zfb-color-accent);
  width: 100%;
  cursor: pointer;
}
.zfb-form-check-label {
  display: inline-flex;
  align-items: center;
  gap: var(--zfb-spacing-xs);
  font-size: var(--zfb-text-body);
  color: var(--zfb-fg);
  cursor: pointer;
}
.zfb-form-fieldset {
  border: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: var(--zfb-spacing-xs);
}
.zfb-form-submit {
  display: inline-block;
  background: var(--zfb-color-primary);
  color: var(--zfb-bg);
  padding: var(--zfb-spacing-sm);
  border-radius: var(--zfb-radius);
  border: none;
  cursor: pointer;
  font-size: var(--zfb-text-body);
}
.zfb-form-submit:hover {
  background: var(--zfb-color-accent);
}
.zfb-form-helper {
  font-size: var(--zfb-text-small);
  color: var(--zfb-color-muted);
}
.zfb-alert {
  padding: var(--zfb-spacing-md);
  border-radius: var(--zfb-radius);
  border: 1px solid;
  color: var(--zfb-bg);
}
.zfb-alert--info {
  background: var(--zfb-color-accent);
  border-color: var(--zfb-color-accent);
}
.zfb-alert--success {
  background: var(--zfb-color-success);
  border-color: var(--zfb-color-success);
}
.zfb-alert--warning {
  background: var(--zfb-color-warning);
  border-color: var(--zfb-color-warning);
}
.zfb-alert--danger {
  background: var(--zfb-color-danger);
  border-color: var(--zfb-color-danger);
}
.zfb-badge {
  display: inline-block;
  padding-inline: var(--zfb-spacing-xs);
  padding-block: 0.125rem;
  border-radius: var(--zfb-radius);
  font-size: var(--zfb-text-small);
}
.zfb-badge--filled.zfb-badge--accent {
  background: var(--zfb-color-accent);
  color: var(--zfb-bg);
}
.zfb-badge--filled.zfb-badge--success {
  background: var(--zfb-color-success);
  color: var(--zfb-bg);
}
.zfb-badge--filled.zfb-badge--warning {
  background: var(--zfb-color-warning);
  color: var(--zfb-bg);
}
.zfb-badge--filled.zfb-badge--danger {
  background: var(--zfb-color-danger);
  color: var(--zfb-bg);
}
.zfb-badge--outlined.zfb-badge--accent {
  border: 1px solid var(--zfb-color-accent);
  color: var(--zfb-color-accent);
}
.zfb-badge--outlined.zfb-badge--success {
  border: 1px solid var(--zfb-color-success);
  color: var(--zfb-color-success);
}
.zfb-badge--outlined.zfb-badge--warning {
  border: 1px solid var(--zfb-color-warning);
  color: var(--zfb-color-warning);
}
.zfb-badge--outlined.zfb-badge--danger {
  border: 1px solid var(--zfb-color-danger);
  color: var(--zfb-color-danger);
}
.zfb-tag {
  display: inline-flex;
  align-items: center;
  gap: var(--zfb-spacing-xs);
  background: var(--zfb-color-surface);
  color: var(--zfb-fg);
  padding-inline: var(--zfb-spacing-sm);
  padding-block: var(--zfb-spacing-xs);
  border-radius: var(--zfb-radius);
  font-size: var(--zfb-text-small);
  border: 1px solid var(--zfb-color-muted);
}
.zfb-tag__close {
  color: var(--zfb-color-muted);
  background: transparent;
  border: none;
  cursor: pointer;
  padding: 0;
  line-height: 1;
}
.zfb-tag__close:hover {
  color: var(--zfb-color-danger);
}
.zfb-tooltip {
  position: relative;
  display: inline-block;
}
.zfb-tooltip__trigger {
  text-decoration: underline;
  text-decoration-style: dotted;
  cursor: help;
  color: var(--zfb-color-accent);
}
.zfb-tooltip__bubble {
  position: absolute;
  bottom: 100%;
  left: 50%;
  transform: translateX(-50%);
  margin-bottom: var(--zfb-spacing-xs);
  background: var(--zfb-color-surface);
  color: var(--zfb-fg);
  border: 1px solid var(--zfb-color-muted);
  border-radius: var(--zfb-radius);
  padding-inline: var(--zfb-spacing-sm);
  padding-block: var(--zfb-spacing-xs);
  font-size: var(--zfb-text-small);
  white-space: nowrap;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.2s var(--zfb-easing-tab-open);
}
.zfb-tooltip:hover .zfb-tooltip__bubble {
  opacity: 1;
}
.zfb-tabs__list {
  position: relative;
  display: flex;
  gap: var(--zfb-spacing-md);
  border-bottom: 1px solid var(--zfb-color-muted);
}
.zfb-tabs__tab {
  padding-inline: var(--zfb-spacing-md);
  padding-block: var(--zfb-spacing-sm);
  font-size: var(--zfb-text-body);
  color: var(--zfb-color-muted);
  background: transparent;
  border: none;
  cursor: pointer;
}
.zfb-tabs__tab.is-active {
  color: var(--zfb-color-accent);
  font-weight: 600;
}
.zfb-tabs__indicator {
  position: absolute;
  bottom: 0;
  height: 2px;
  background: var(--zfb-color-accent);
}
.zfb-tabs__panel {
  padding: var(--zfb-spacing-md);
  font-size: var(--zfb-text-body);
  color: var(--zfb-fg);
}
.zfb-accordion {
  border-radius: var(--zfb-radius);
  overflow: hidden;
  interpolate-size: allow-keywords;
}
.zfb-accordion::details-content {
  transition: height 0.3s var(--zfb-easing-tab-open), opacity 0.3s var(--zfb-easing-tab-open);
  overflow: hidden;
}
.zfb-accordion:not([open])::details-content {
  transition: height 0.3s var(--zfb-easing-tab-close), opacity 0.3s var(--zfb-easing-tab-close);
}
.zfb-accordion__summary {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: var(--zfb-spacing-md);
  background: var(--zfb-color-surface);
  border-radius: var(--zfb-radius);
  font-size: var(--zfb-text-body);
  cursor: pointer;
  list-style: none;
}
.zfb-accordion__content {
  padding: var(--zfb-spacing-md);
  border: 1px solid var(--zfb-color-muted);
  border-radius: var(--zfb-radius);
  font-size: var(--zfb-text-body);
  color: var(--zfb-fg);
  margin-top: var(--zfb-spacing-xs);
}
.zfb-modal__trigger {
  background: var(--zfb-color-primary);
  color: var(--zfb-bg);
  padding: var(--zfb-spacing-sm);
  border-radius: var(--zfb-radius);
  border: none;
  cursor: pointer;
  font-size: var(--zfb-text-body);
}
.zfb-modal {
  background: var(--zfb-color-surface);
  color: var(--zfb-fg);
  padding: var(--zfb-spacing-lg);
  border-radius: var(--zfb-radius);
  border: 1px solid var(--zfb-color-muted);
  max-width: 40rem;
  width: 100%;
  opacity: 0;
  transform: scale(0.95);
  transition: opacity 0.2s var(--zfb-easing-modal), transform 0.2s var(--zfb-easing-modal), display 0.2s allow-discrete, overlay 0.2s allow-discrete;
}
.zfb-modal[open] {
  opacity: 1;
  transform: scale(1);
}
@starting-style {
  .zfb-modal[open] {
    opacity: 0;
    transform: scale(0.95);
  }
}
.zfb-modal::backdrop {
  background: var(--zfb-bg);
  @supports (color: color-mix(in lab, red, red)) {
    background: color-mix(in srgb, var(--zfb-bg) 80%, transparent);
  }
  transition: background 0.2s var(--zfb-easing-modal), display 0.2s allow-discrete, overlay 0.2s allow-discrete;
}
.zfb-modal__panel-inner {
  display: flex;
  flex-direction: column;
  gap: var(--zfb-spacing-md);
}
.zfb-modal__header {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.zfb-modal__close {
  color: var(--zfb-color-muted);
  background: transparent;
  border: none;
  cursor: pointer;
  padding: var(--zfb-spacing-xs);
  font-size: var(--zfb-text-body);
}
.zfb-modal__close:hover {
  color: var(--zfb-fg);
}
.zfb-table-wrap {
  overflow-x: auto;
}
.zfb-table {
  width: 100%;
  font-size: var(--zfb-text-small);
  color: var(--zfb-fg);
  border: 1px solid var(--zfb-color-muted);
  border-radius: var(--zfb-radius);
  border-collapse: collapse;
}
.zfb-table th {
  font-size: var(--zfb-text-h4);
  color: var(--zfb-fg);
  border-bottom: 1px solid var(--zfb-color-muted);
  text-align: left;
  padding: var(--zfb-spacing-sm);
}
.zfb-table td {
  padding: var(--zfb-spacing-sm);
  border-bottom: 1px solid var(--zfb-color-muted);
}
.zfb-table tr:hover td {
  background: var(--zfb-color-surface);
}
.zfb-table__action {
  width: var(--zfb-size-icon-md);
  height: var(--zfb-size-icon-md);
  color: var(--zfb-color-muted);
  background: transparent;
  border: none;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: var(--zfb-radius);
}
.zfb-table__action:hover {
  color: var(--zfb-color-accent);
}
.zfb-table__actions {
  display: inline-flex;
  gap: var(--zfb-spacing-xs);
}
.zfb-media-card {
  background: var(--zfb-color-surface);
  padding: var(--zfb-spacing-md);
  border-radius: var(--zfb-radius);
  border: 1px solid var(--zfb-color-muted);
  display: flex;
  flex-direction: column;
  gap: var(--zfb-spacing-sm);
  max-width: 24rem;
}
.zfb-media-card__image {
  width: 100%;
  aspect-ratio: 16 / 9;
  background: var(--zfb-color-muted);
  border-radius: var(--zfb-radius);
  overflow: hidden;
}
.zfb-media-card__image-inner {
  width: 100%;
  height: 100%;
  border-radius: var(--zfb-radius);
}
.zfb-media-card__title {
  font-size: var(--zfb-text-h3);
  color: var(--zfb-fg);
  margin: 0;
}
.zfb-media-card__desc {
  font-size: var(--zfb-text-body);
  color: var(--zfb-fg);
  margin: 0;
}
.zfb-media-card__cta {
  display: inline-block;
  background: var(--zfb-color-accent);
  color: var(--zfb-bg);
  padding: var(--zfb-spacing-sm);
  border-radius: var(--zfb-radius);
  border: none;
  cursor: pointer;
  font-size: var(--zfb-text-body);
}
.zfb-stat-card {
  background: var(--zfb-color-surface);
  padding: var(--zfb-spacing-md);
  border-radius: var(--zfb-radius);
  border: 1px solid var(--zfb-color-muted);
  display: flex;
  flex-direction: column;
  gap: var(--zfb-spacing-xs);
}
.zfb-stat-card__value {
  font-size: var(--zfb-text-h2);
  color: var(--zfb-color-primary);
}
.zfb-stat-card__label {
  font-size: var(--zfb-text-small);
  color: var(--zfb-color-muted);
}
.zfb-profile-card {
  display: flex;
  align-items: center;
  gap: var(--zfb-spacing-md);
  padding: var(--zfb-spacing-md);
  background: var(--zfb-color-surface);
  border-radius: var(--zfb-radius);
  border: 1px solid var(--zfb-color-muted);
}
.zfb-profile-card__avatar {
  width: var(--zfb-size-avatar-md);
  height: var(--zfb-size-avatar-md);
  border-radius: var(--zfb-radius);
  background: var(--zfb-color-accent);
  flex-shrink: 0;
}
.zfb-profile-card__info {
  display: flex;
  flex-direction: column;
  gap: var(--zfb-spacing-xs);
  flex: 1;
}
.zfb-profile-card__name {
  font-size: var(--zfb-text-h4);
  color: var(--zfb-fg);
}
.zfb-profile-card__role {
  font-size: var(--zfb-text-small);
  color: var(--zfb-color-muted);
}
.zfb-profile-card__action {
  background: var(--zfb-color-accent);
  color: var(--zfb-bg);
  padding: var(--zfb-spacing-sm);
  border-radius: var(--zfb-radius);
  border: none;
  cursor: pointer;
  font-size: var(--zfb-text-body);
  flex-shrink: 0;
}
.zfb-avatar-row {
  display: flex;
  gap: var(--zfb-spacing-sm);
}
.zfb-avatar-row__item {
  width: var(--zfb-size-avatar-sm);
  height: var(--zfb-size-avatar-sm);
  border-radius: var(--zfb-radius);
}
.zfb-flex-wrap {
  display: flex;
  flex-wrap: wrap;
  gap: var(--zfb-spacing-sm);
}
.zfb-flex-wrap-md {
  display: flex;
  flex-wrap: wrap;
  gap: var(--zfb-spacing-md);
}
@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-outline-style {
  syntax: "*";
  inherits: false;
  initial-value: solid;
}
@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-outline-style: solid;
      --tw-ease: initial;
    }
  }
}

