/*! tailwindcss v4.2.0 | MIT License | https://tailwindcss.com */
@layer properties;
:root {
  --zfbtw-scale-xs: 0.75rem;
  --zfbtw-scale-sm: 0.875rem;
  --zfbtw-scale-base: 1rem;
  --zfbtw-scale-md: 1.125rem;
  --zfbtw-scale-lg: 1.25rem;
  --zfbtw-scale-xl: 1.75rem;
  --zfbtw-scale-2xl: 2.5rem;
  --zfbtw-size-sidenav-w: 14rem;
  --zfbtw-size-header-h: 3.5rem;
  --zfbtw-size-avatar-sm: 2rem;
  --zfbtw-size-avatar-md: 2.5rem;
  --zfbtw-size-icon-sm: 1rem;
  --zfbtw-size-icon-md: 1.25rem;
  --zfbtw-radius: 0.5rem;
  --zfbtw-bg: #1e1e1e;
  --zfbtw-fg: #f8fafc;
  --zfbtw-palette-0: #1e1e1e;
  --zfbtw-palette-1: #2d6cdf;
  --zfbtw-palette-2: #3aa676;
  --zfbtw-palette-3: #d97706;
  --zfbtw-palette-4: #9b5de5;
  --zfbtw-palette-5: #e63946;
  --zfbtw-palette-6: #1d3557;
  --zfbtw-palette-7: #06b6d4;
  --zfbtw-palette-8: #475569;
  --zfbtw-palette-9: #94a3b8;
  --zfbtw-palette-10: #cbd5e1;
  --zfbtw-palette-11: #e2e8f0;
  --zfbtw-palette-12: #f1f5f9;
  --zfbtw-palette-13: #fef3c7;
  --zfbtw-palette-14: #bbf7d0;
  --zfbtw-palette-15: #f8fafc;
  --zfbtw-color-primary: var(--zfbtw-palette-1);
  --zfbtw-color-accent: var(--zfbtw-palette-3);
  --zfbtw-color-surface: var(--zfbtw-palette-0);
  --zfbtw-color-muted: var(--zfbtw-palette-8);
  --zfbtw-color-success: var(--zfbtw-palette-2);
  --zfbtw-color-warning: var(--zfbtw-palette-3);
  --zfbtw-color-danger: var(--zfbtw-palette-5);
  --zfbtw-easing-ease-in: cubic-bezier(0.42, 0, 1, 1);
  --zfbtw-easing-ease-out: cubic-bezier(0, 0, 0.58, 1);
  --zfbtw-easing-ease-inout: cubic-bezier(0.42, 0, 0.58, 1);
  --zfbtw-easing-linear: linear;
  --zfbtw-easing-tab-open: var(--zfbtw-easing-ease-in);
  --zfbtw-easing-tab-close: var(--zfbtw-easing-ease-out);
  --zfbtw-easing-modal: var(--zfbtw-easing-ease-inout);
  --zfbtw-vsp-2xs: 0.25rem;
  --zfbtw-vsp-xs: 0.5rem;
  --zfbtw-vsp-sm: 0.75rem;
  --zfbtw-vsp-md: 1rem;
  --zfbtw-vsp-lg: 1.75rem;
  --zfbtw-vsp-xl: 2.5rem;
  --zfbtw-vsp-2xl: 3.5rem;
  --zfbtw-hsp-xs: 0.25rem;
  --zfbtw-hsp-sm: 0.5rem;
  --zfbtw-hsp-md: 1rem;
  --zfbtw-hsp-lg: 1.5rem;
  --zfbtw-hsp-xl: 2rem;
  --zfbtw-text-page-title: var(--zfbtw-scale-xl);
  --zfbtw-text-section-title: var(--zfbtw-scale-lg);
  --zfbtw-text-subsection-title: var(--zfbtw-scale-md);
  --zfbtw-text-body: var(--zfbtw-scale-base);
  --zfbtw-text-helper: var(--zfbtw-scale-sm);
  --zfbtw-text-annotation: var(--zfbtw-scale-xs);
  --zfbtw-leading-tight: 1.2;
  --zfbtw-leading-snug: 1.45;
  --zfbtw-leading-relaxed: 1.75;
  --zfbtw-code-bg: hsl(220 13% 11%);
  --zfbtw-code-fg: hsl(220 14% 86%);
  --zfbtw-font-mono: ui-monospace, "Cascadia Code", "Source Code Pro",
                                  Menlo, Consolas, monospace;
}
: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;
}
@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: var(--zfbtw-font-mono);
    --spacing: 0.25rem;
    --font-weight-semibold: 600;
    --font-weight-bold: 700;
    --leading-tight: var(--zfbtw-leading-tight);
    --leading-snug: var(--zfbtw-leading-snug);
    --leading-relaxed: var(--zfbtw-leading-relaxed);
    --radius-md: var(--zfbtw-radius);
    --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);
    --color-primary: var(--zfbtw-color-primary);
    --color-accent: var(--zfbtw-color-accent);
    --color-surface: var(--zfbtw-color-surface);
    --color-muted: var(--zfbtw-color-muted);
    --color-success: var(--zfbtw-color-success);
    --color-warning: var(--zfbtw-color-warning);
    --color-danger: var(--zfbtw-color-danger);
    --color-bg: var(--zfbtw-bg);
    --color-fg: var(--zfbtw-fg);
    --spacing-size-header-h: var(--zfbtw-size-header-h);
    --spacing-size-avatar-sm: var(--zfbtw-size-avatar-sm);
    --spacing-size-avatar-md: var(--zfbtw-size-avatar-md);
    --spacing-size-icon-md: var(--zfbtw-size-icon-md);
    --spacing-vsp-xs: var(--zfbtw-vsp-xs);
    --spacing-vsp-sm: var(--zfbtw-vsp-sm);
    --spacing-vsp-md: var(--zfbtw-vsp-md);
    --spacing-vsp-lg: var(--zfbtw-vsp-lg);
    --spacing-vsp-xl: var(--zfbtw-vsp-xl);
    --spacing-hsp-xs: var(--zfbtw-hsp-xs);
    --spacing-hsp-sm: var(--zfbtw-hsp-sm);
    --spacing-hsp-md: var(--zfbtw-hsp-md);
    --spacing-hsp-lg: var(--zfbtw-hsp-lg);
    --text-scale-xs: var(--zfbtw-scale-xs);
    --text-scale-sm: var(--zfbtw-scale-sm);
    --text-scale-base: var(--zfbtw-scale-base);
    --text-scale-md: var(--zfbtw-scale-md);
    --text-scale-lg: var(--zfbtw-scale-lg);
    --text-scale-xl: var(--zfbtw-scale-xl);
    --text-scale-2xl: var(--zfbtw-scale-2xl);
    --text-page-title: var(--zfbtw-text-page-title);
    --text-section-title: var(--zfbtw-text-section-title);
    --text-subsection-title: var(--zfbtw-text-subsection-title);
    --text-body: var(--zfbtw-text-body);
    --text-helper: var(--zfbtw-text-helper);
    --text-annotation: var(--zfbtw-text-annotation);
  }
}
@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 {
  .pointer-events-none {
    pointer-events: none;
  }
  .visible {
    visibility: visible;
  }
  .absolute {
    position: absolute;
  }
  .relative {
    position: relative;
  }
  .static {
    position: static;
  }
  .start {
    inset-inline-start: var(--spacing);
  }
  .bottom-0 {
    bottom: calc(var(--spacing) * 0);
  }
  .bottom-full {
    bottom: 100%;
  }
  .left-1\/2 {
    left: calc(1 / 2 * 100%);
  }
  .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;
    }
  }
  .m-0 {
    margin: calc(var(--spacing) * 0);
  }
  .mx-auto {
    margin-inline: auto;
  }
  .mt-vsp-md {
    margin-top: var(--spacing-vsp-md);
  }
  .mt-vsp-sm {
    margin-top: var(--spacing-vsp-sm);
  }
  .mt-vsp-xs {
    margin-top: var(--spacing-vsp-xs);
  }
  .mb-vsp-md {
    margin-bottom: var(--spacing-vsp-md);
  }
  .mb-vsp-sm {
    margin-bottom: var(--spacing-vsp-sm);
  }
  .mb-vsp-xl {
    margin-bottom: var(--spacing-vsp-xl);
  }
  .mb-vsp-xs {
    margin-bottom: var(--spacing-vsp-xs);
  }
  .block {
    display: block;
  }
  .contents {
    display: contents;
  }
  .flex {
    display: flex;
  }
  .grid {
    display: grid;
  }
  .hidden {
    display: none;
  }
  .inline {
    display: inline;
  }
  .inline-block {
    display: inline-block;
  }
  .inline-flex {
    display: inline-flex;
  }
  .table {
    display: table;
  }
  .aspect-\[16\/9\] {
    aspect-ratio: 16/9;
  }
  .h-16 {
    height: calc(var(--spacing) * 16);
  }
  .h-\[2px\] {
    height: 2px;
  }
  .h-full {
    height: 100%;
  }
  .h-size-avatar-md {
    height: var(--spacing-size-avatar-md);
  }
  .h-size-avatar-sm {
    height: var(--spacing-size-avatar-sm);
  }
  .h-size-header-h {
    height: var(--spacing-size-header-h);
  }
  .h-size-icon-md {
    height: var(--spacing-size-icon-md);
  }
  .min-h-\[6rem\] {
    min-height: 6rem;
  }
  .min-h-screen {
    min-height: 100vh;
  }
  .w-16 {
    width: calc(var(--spacing) * 16);
  }
  .w-full {
    width: 100%;
  }
  .w-size-avatar-md {
    width: var(--spacing-size-avatar-md);
  }
  .w-size-avatar-sm {
    width: var(--spacing-size-avatar-sm);
  }
  .w-size-icon-md {
    width: var(--spacing-size-icon-md);
  }
  .max-w-\[24rem\] {
    max-width: 24rem;
  }
  .max-w-\[32rem\] {
    max-width: 32rem;
  }
  .max-w-\[40rem\] {
    max-width: 40rem;
  }
  .max-w-\[48rem\] {
    max-width: 48rem;
  }
  .max-w-\[56rem\] {
    max-width: 56rem;
  }
  .flex-1 {
    flex: 1;
  }
  .flex-shrink-0 {
    flex-shrink: 0;
  }
  .border-collapse {
    border-collapse: collapse;
  }
  .-translate-x-1\/2 {
    --tw-translate-x: calc(calc(1 / 2 * 100%) * -1);
    translate: var(--tw-translate-x) var(--tw-translate-y);
  }
  .transform {
    transform: var(--tw-rotate-x,) var(--tw-rotate-y,) var(--tw-rotate-z,) var(--tw-skew-x,) var(--tw-skew-y,);
  }
  .cursor-help {
    cursor: help;
  }
  .cursor-not-allowed {
    cursor: not-allowed;
  }
  .cursor-pointer {
    cursor: pointer;
  }
  .resize {
    resize: both;
  }
  .resize-y {
    resize: vertical;
  }
  .list-none {
    list-style-type: none;
  }
  .appearance-none {
    appearance: none;
  }
  .grid-cols-\[var\(--zfbtw-size-sidenav-w\)_1fr\] {
    grid-template-columns: var(--zfbtw-size-sidenav-w) 1fr;
  }
  .flex-col {
    flex-direction: column;
  }
  .flex-wrap {
    flex-wrap: wrap;
  }
  .items-center {
    align-items: center;
  }
  .items-end {
    align-items: flex-end;
  }
  .justify-between {
    justify-content: space-between;
  }
  .justify-center {
    justify-content: center;
  }
  .gap-hsp-md {
    gap: var(--spacing-hsp-md);
  }
  .gap-hsp-sm {
    gap: var(--spacing-hsp-sm);
  }
  .gap-hsp-xs {
    gap: var(--spacing-hsp-xs);
  }
  .gap-vsp-lg {
    gap: var(--spacing-vsp-lg);
  }
  .gap-vsp-md {
    gap: var(--spacing-vsp-md);
  }
  .gap-vsp-sm {
    gap: var(--spacing-vsp-sm);
  }
  .gap-vsp-xl {
    gap: var(--spacing-vsp-xl);
  }
  .gap-vsp-xs {
    gap: var(--spacing-vsp-xs);
  }
  .gap-x-hsp-lg {
    column-gap: var(--spacing-hsp-lg);
  }
  .gap-x-hsp-md {
    column-gap: var(--spacing-hsp-md);
  }
  .gap-x-hsp-sm {
    column-gap: var(--spacing-hsp-sm);
  }
  .gap-y-vsp-lg {
    row-gap: var(--spacing-vsp-lg);
  }
  .gap-y-vsp-md {
    row-gap: var(--spacing-vsp-md);
  }
  .gap-y-vsp-sm {
    row-gap: var(--spacing-vsp-sm);
  }
  .overflow-hidden {
    overflow: hidden;
  }
  .overflow-x-auto {
    overflow-x: auto;
  }
  .rounded-md {
    border-radius: var(--radius-md);
  }
  .border {
    border-style: var(--tw-border-style);
    border-width: 1px;
  }
  .border-b {
    border-bottom-style: var(--tw-border-style);
    border-bottom-width: 1px;
  }
  .border-none {
    --tw-border-style: none;
    border-style: none;
  }
  .border-accent {
    border-color: var(--color-accent);
  }
  .border-danger {
    border-color: var(--color-danger);
  }
  .border-muted {
    border-color: var(--color-muted);
  }
  .border-success {
    border-color: var(--color-success);
  }
  .border-warning {
    border-color: var(--color-warning);
  }
  .bg-accent {
    background-color: var(--color-accent);
  }
  .bg-bg {
    background-color: var(--color-bg);
  }
  .bg-danger {
    background-color: var(--color-danger);
  }
  .bg-muted {
    background-color: var(--color-muted);
  }
  .bg-primary {
    background-color: var(--color-primary);
  }
  .bg-success {
    background-color: var(--color-success);
  }
  .bg-surface {
    background-color: var(--color-surface);
  }
  .bg-transparent {
    background-color: transparent;
  }
  .bg-warning {
    background-color: var(--color-warning);
  }
  .p-0 {
    padding: calc(var(--spacing) * 0);
  }
  .p-vsp-md {
    padding: var(--spacing-vsp-md);
  }
  .px-hsp-lg {
    padding-inline: var(--spacing-hsp-lg);
  }
  .px-hsp-md {
    padding-inline: var(--spacing-hsp-md);
  }
  .px-hsp-sm {
    padding-inline: var(--spacing-hsp-sm);
  }
  .px-hsp-xs {
    padding-inline: var(--spacing-hsp-xs);
  }
  .py-\[0\.125rem\] {
    padding-block: 0.125rem;
  }
  .py-vsp-lg {
    padding-block: var(--spacing-vsp-lg);
  }
  .py-vsp-md {
    padding-block: var(--spacing-vsp-md);
  }
  .py-vsp-sm {
    padding-block: var(--spacing-vsp-sm);
  }
  .py-vsp-xs {
    padding-block: var(--spacing-vsp-xs);
  }
  .text-left {
    text-align: left;
  }
  .font-mono {
    font-family: var(--font-mono);
  }
  .text-annotation {
    font-size: var(--text-annotation);
  }
  .text-body {
    font-size: var(--text-body);
  }
  .text-helper {
    font-size: var(--text-helper);
  }
  .text-page-title {
    font-size: var(--text-page-title);
  }
  .text-scale-2xl {
    font-size: var(--text-scale-2xl);
  }
  .text-scale-base {
    font-size: var(--text-scale-base);
  }
  .text-scale-lg {
    font-size: var(--text-scale-lg);
  }
  .text-scale-md {
    font-size: var(--text-scale-md);
  }
  .text-scale-sm {
    font-size: var(--text-scale-sm);
  }
  .text-scale-xl {
    font-size: var(--text-scale-xl);
  }
  .text-scale-xs {
    font-size: var(--text-scale-xs);
  }
  .text-section-title {
    font-size: var(--text-section-title);
  }
  .text-subsection-title {
    font-size: var(--text-subsection-title);
  }
  .leading-none {
    --tw-leading: 1;
    line-height: 1;
  }
  .leading-relaxed {
    --tw-leading: var(--leading-relaxed);
    line-height: var(--leading-relaxed);
  }
  .leading-snug {
    --tw-leading: var(--leading-snug);
    line-height: var(--leading-snug);
  }
  .leading-tight {
    --tw-leading: var(--leading-tight);
    line-height: var(--leading-tight);
  }
  .font-bold {
    --tw-font-weight: var(--font-weight-bold);
    font-weight: var(--font-weight-bold);
  }
  .font-semibold {
    --tw-font-weight: var(--font-weight-semibold);
    font-weight: var(--font-weight-semibold);
  }
  .whitespace-nowrap {
    white-space: nowrap;
  }
  .text-accent {
    color: var(--color-accent);
  }
  .text-bg {
    color: var(--color-bg);
  }
  .text-danger {
    color: var(--color-danger);
  }
  .text-fg {
    color: var(--color-fg);
  }
  .text-muted {
    color: var(--color-muted);
  }
  .text-primary {
    color: var(--color-primary);
  }
  .underline {
    text-decoration-line: underline;
  }
  .decoration-dotted {
    text-decoration-style: dotted;
  }
  .opacity-0 {
    opacity: 0%;
  }
  .ring {
    --tw-ring-shadow: var(--tw-ring-inset,) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color, currentcolor);
    box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
  }
  .outline {
    outline-style: var(--tw-outline-style);
    outline-width: 1px;
  }
  .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);
  }
  .select-none {
    -webkit-user-select: none;
    user-select: none;
  }
  .hover\:bg-accent {
    &:hover {
      @media (hover: hover) {
        background-color: var(--color-accent);
      }
    }
  }
  .hover\:bg-bg {
    &:hover {
      @media (hover: hover) {
        background-color: var(--color-bg);
      }
    }
  }
  .hover\:bg-primary {
    &:hover {
      @media (hover: hover) {
        background-color: var(--color-primary);
      }
    }
  }
  .hover\:bg-surface {
    &:hover {
      @media (hover: hover) {
        background-color: var(--color-surface);
      }
    }
  }
  .hover\:text-accent {
    &:hover {
      @media (hover: hover) {
        color: var(--color-accent);
      }
    }
  }
  .hover\:text-danger {
    &:hover {
      @media (hover: hover) {
        color: var(--color-danger);
      }
    }
  }
  .hover\:text-fg {
    &:hover {
      @media (hover: hover) {
        color: var(--color-fg);
      }
    }
  }
  .focus\:border-accent {
    &:focus {
      border-color: var(--color-accent);
    }
  }
  .focus\:outline-none {
    &:focus {
      --tw-outline-style: none;
      outline-style: none;
    }
  }
  .disabled\:bg-muted {
    &:disabled {
      background-color: var(--color-muted);
    }
  }
  .\[\.relative\:hover_\&\]\:opacity-100 {
    .relative:hover & {
      opacity: 100%;
    }
  }
}
@layer base {
  *, *::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;
    background: var(--zfbtw-bg);
    color: var(--zfbtw-fg);
    font-size: var(--zfbtw-scale-base);
  }
  img, svg {
    display: block;
    max-width: 100%;
  }
  button, input, select, textarea {
    font: inherit;
    color: inherit;
  }
}
@layer components {
  .zfbtw-prose > * + * {
    margin-block-start: var(--flow-space, var(--zfbtw-vsp-md));
  }
  .zfbtw-prose :where(h2) {
    --flow-space: var(--zfbtw-vsp-xl);
  }
  .zfbtw-prose :where(h3) {
    --flow-space: var(--zfbtw-vsp-lg);
  }
  .zfbtw-prose :where(h4) {
    --flow-space: var(--zfbtw-vsp-md);
  }
  .zfbtw-prose :where(h2, h3, h4) + :where(p, ul, ol, table, pre, blockquote) {
    --flow-space: var(--zfbtw-vsp-sm);
  }
  .zfbtw-prose :where(h2, h3, h4, h5, h6) + :where(h2, h3, h4, h5, h6) {
    --flow-space: var(--zfbtw-vsp-2xs);
  }
  .zfbtw-prose > :first-child {
    margin-block-start: 0;
  }
  .zfbtw-prose > :last-child {
    margin-block-end: 0;
  }
  .zfbtw-prose :where(h2) {
    font-size: var(--zfbtw-text-page-title);
    line-height: var(--zfbtw-leading-tight);
    font-weight: 700;
    color: var(--zfbtw-color-primary);
    padding-bottom: 0.5rem;
    border-bottom: 1px solid var(--zfbtw-color-muted);
  }
  .zfbtw-prose :where(h3) {
    font-size: var(--zfbtw-text-section-title);
    line-height: var(--zfbtw-leading-tight);
    font-weight: 600;
    color: var(--zfbtw-fg);
  }
  .zfbtw-prose :where(h4) {
    font-size: var(--zfbtw-text-subsection-title);
    line-height: var(--zfbtw-leading-snug);
    font-weight: 600;
    color: var(--zfbtw-fg);
  }
  .zfbtw-prose :where(p) {
    font-size: var(--zfbtw-text-body);
    line-height: var(--zfbtw-leading-relaxed);
  }
  .zfbtw-prose :where(code):not(pre code) {
    font-family: var(--zfbtw-font-mono);
    font-size: var(--zfbtw-text-helper);
    background: var(--zfbtw-code-bg);
    color: var(--zfbtw-code-fg);
    padding: var(--zfbtw-hsp-xs) calc(var(--zfbtw-hsp-xs) * 2);
    border-radius: 0.25rem;
    border: 1px solid var(--zfbtw-color-accent);
  }
  .zfbtw-prose :where(pre) {
    font-family: var(--zfbtw-font-mono);
    font-size: var(--zfbtw-text-helper);
    background: var(--zfbtw-code-bg);
    color: var(--zfbtw-code-fg);
    padding: var(--zfbtw-vsp-md) var(--zfbtw-hsp-sm);
    border-radius: var(--zfbtw-radius);
    overflow-x: auto;
  }
  .zfbtw-prose :where(pre code) {
    font-family: inherit;
    font-size: inherit;
    background: none;
    color: inherit;
    padding: 0;
    border-radius: 0;
    border: none;
  }
  .zfbtw-prose :where(blockquote) {
    border-left: 4px solid var(--zfbtw-color-accent);
    padding-left: var(--zfbtw-hsp-md);
    color: var(--zfbtw-color-muted);
    font-style: italic;
  }
  .zfbtw-prose :where(ul) {
    padding-left: var(--zfbtw-hsp-lg);
    list-style-type: disc;
  }
  .zfbtw-prose :where(ol) {
    padding-left: var(--zfbtw-hsp-lg);
    list-style-type: decimal;
  }
  .zfbtw-prose :where(li) {
    font-size: var(--zfbtw-text-body);
    line-height: var(--zfbtw-leading-snug);
    margin-block-start: var(--zfbtw-vsp-xs);
  }
  .zfbtw-prose :where(li:first-child) {
    margin-block-start: 0;
  }
  .zfbtw-prose :where(li > ul, li > ol) {
    margin-block-start: var(--zfbtw-vsp-xs);
  }
  .zfbtw-prose :where(table) {
    width: 100%;
    border-collapse: collapse;
    font-size: var(--zfbtw-text-helper);
  }
  .zfbtw-prose :where(th) {
    text-align: left;
    font-weight: 600;
    padding: var(--zfbtw-hsp-sm) var(--zfbtw-hsp-sm);
    border-bottom: 2px solid var(--zfbtw-color-muted);
    color: var(--zfbtw-fg);
  }
  .zfbtw-prose :where(td) {
    padding: var(--zfbtw-hsp-sm) var(--zfbtw-hsp-sm);
    border-bottom: 1px solid var(--zfbtw-color-muted);
    color: var(--zfbtw-fg);
  }
  .zfbtw-prose :where(a) {
    color: var(--zfbtw-color-accent);
    text-decoration: underline;
  }
  .zfbtw-prose :where(a:hover) {
    color: var(--zfbtw-color-primary);
  }
  .zfbtw-prose :where(hr) {
    border: none;
    border-top: 1px solid var(--zfbtw-color-muted);
    margin-block: var(--zfbtw-vsp-lg);
  }
  .zfbtw-prose :where(strong) {
    font-weight: 700;
    color: var(--zfbtw-fg);
  }
  .zfbtw-prose :where(em) {
    font-style: italic;
  }
  .zfbtw-prose :where(del) {
    text-decoration: line-through;
    color: var(--zfbtw-color-muted);
  }
  .zfbtw-easing-card {
    display: block;
    width: 100%;
    padding: var(--zfbtw-hsp-md);
    background: var(--zfbtw-color-surface);
    border: 1px solid var(--zfbtw-color-muted);
    border-radius: var(--zfbtw-radius);
    color: var(--zfbtw-fg);
    cursor: pointer;
    font: inherit;
    text-align: left;
    transform: translateX(0);
    transition: transform 0.4s var(--zfbtw-easing-tab-open), background-color 0.4s var(--zfbtw-easing-tab-open);
  }
  .zfbtw-easing-card.is-active {
    transform: translateX(4rem);
    background: var(--zfbtw-color-primary);
  }
  .zfbtw-easing-card-label {
    font-size: var(--zfbtw-text-body);
    font-weight: 600;
  }
}
@keyframes zfbtw-content-fade-in {
  from {
    opacity: 0;
    transform: translateY(-0.5rem);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes zfbtw-content-fade-out {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
[data-zfb-transition-persist="topbar"] {
  view-transition-name: zfbtw-topbar;
}
[data-zfb-transition-persist="sidenav"] {
  view-transition-name: zfbtw-sidenav;
}
::view-transition-old(zfbtw-topbar), ::view-transition-new(zfbtw-topbar), ::view-transition-group(zfbtw-topbar), ::view-transition-old(zfbtw-sidenav), ::view-transition-new(zfbtw-sidenav), ::view-transition-group(zfbtw-sidenav) {
  animation: none;
}
::view-transition-old(root) {
  animation: 150ms ease-in both zfbtw-content-fade-out;
}
::view-transition-new(root) {
  animation: 300ms ease-out both zfbtw-content-fade-in;
}
@property --tw-translate-x {
  syntax: "*";
  inherits: false;
  initial-value: 0;
}
@property --tw-translate-y {
  syntax: "*";
  inherits: false;
  initial-value: 0;
}
@property --tw-translate-z {
  syntax: "*";
  inherits: false;
  initial-value: 0;
}
@property --tw-rotate-x {
  syntax: "*";
  inherits: false;
}
@property --tw-rotate-y {
  syntax: "*";
  inherits: false;
}
@property --tw-rotate-z {
  syntax: "*";
  inherits: false;
}
@property --tw-skew-x {
  syntax: "*";
  inherits: false;
}
@property --tw-skew-y {
  syntax: "*";
  inherits: false;
}
@property --tw-border-style {
  syntax: "*";
  inherits: false;
  initial-value: solid;
}
@property --tw-leading {
  syntax: "*";
  inherits: false;
}
@property --tw-font-weight {
  syntax: "*";
  inherits: false;
}
@property --tw-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-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-translate-x: 0;
      --tw-translate-y: 0;
      --tw-translate-z: 0;
      --tw-rotate-x: initial;
      --tw-rotate-y: initial;
      --tw-rotate-z: initial;
      --tw-skew-x: initial;
      --tw-skew-y: initial;
      --tw-border-style: solid;
      --tw-leading: initial;
      --tw-font-weight: initial;
      --tw-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-ease: initial;
    }
  }
}

