/* [project]/src/app/globals.css [app-client] (css) */
@layer properties {
  @supports (((-webkit-hyphens: none)) and (not (margin-trim: inline))) or ((-moz-orient: inline) and (not (color: rgb(from red r g b)))) {
    *, :before, :after, ::backdrop {
      --tw-space-y-reverse: 0;
      --tw-border-style: solid;
      --tw-leading: initial;
      --tw-font-weight: initial;
      --tw-tracking: initial;
      --tw-ordinal: initial;
      --tw-slashed-zero: initial;
      --tw-numeric-figure: initial;
      --tw-numeric-spacing: initial;
      --tw-numeric-fraction: initial;
      --tw-shadow: 0 0 #0000;
      --tw-shadow-color: initial;
      --tw-shadow-alpha: 100%;
      --tw-inset-shadow: 0 0 #0000;
      --tw-inset-shadow-color: initial;
      --tw-inset-shadow-alpha: 100%;
      --tw-ring-color: initial;
      --tw-ring-shadow: 0 0 #0000;
      --tw-inset-ring-color: initial;
      --tw-inset-ring-shadow: 0 0 #0000;
      --tw-ring-inset: initial;
      --tw-ring-offset-width: 0px;
      --tw-ring-offset-color: #fff;
      --tw-ring-offset-shadow: 0 0 #0000;
      --tw-outline-style: solid;
      --tw-blur: initial;
      --tw-brightness: initial;
      --tw-contrast: initial;
      --tw-grayscale: initial;
      --tw-hue-rotate: initial;
      --tw-invert: initial;
      --tw-opacity: initial;
      --tw-saturate: initial;
      --tw-sepia: initial;
      --tw-drop-shadow: initial;
      --tw-drop-shadow-color: initial;
      --tw-drop-shadow-alpha: 100%;
      --tw-drop-shadow-size: initial;
      --tw-translate-x: 0;
      --tw-translate-y: 0;
      --tw-translate-z: 0;
      --tw-animation-delay: 0s;
      --tw-animation-direction: normal;
      --tw-animation-duration: initial;
      --tw-animation-fill-mode: none;
      --tw-animation-iteration-count: 1;
      --tw-enter-blur: 0;
      --tw-enter-opacity: 1;
      --tw-enter-rotate: 0;
      --tw-enter-scale: 1;
      --tw-enter-translate-x: 0;
      --tw-enter-translate-y: 0;
      --tw-exit-blur: 0;
      --tw-exit-opacity: 1;
      --tw-exit-rotate: 0;
      --tw-exit-scale: 1;
      --tw-exit-translate-x: 0;
      --tw-exit-translate-y: 0;
    }
  }
}

@layer theme {
  :root, :host {
    --font-sans: var(--font-sans);
    --font-mono: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono",
      "Courier New", monospace;
    --color-red-50: #fef2f2;
    --color-red-100: #ffe2e2;
    --color-red-200: #ffcaca;
    --color-red-300: #ffa3a3;
    --color-red-400: #ff6568;
    --color-red-500: #fb2c36;
    --color-red-700: #bf000f;
    --color-red-800: #9f0712;
    --color-red-900: #82181a;
    --color-red-950: #460809;
    --color-amber-500: #f99c00;
    --color-amber-700: #b75000;
    --color-yellow-50: #fefce8;
    --color-yellow-100: #fef9c2;
    --color-yellow-200: #fff085;
    --color-yellow-300: #ffe02a;
    --color-yellow-400: #fac800;
    --color-yellow-700: #a36100;
    --color-yellow-800: #874b00;
    --color-yellow-900: #733e0a;
    --color-yellow-950: #432004;
    --color-green-50: #f0fdf4;
    --color-green-200: #b9f8cf;
    --color-green-300: #7bf1a8;
    --color-green-900: #0d542b;
    --color-emerald-50: #ecfdf5;
    --color-emerald-200: #a4f4cf;
    --color-emerald-500: #00bb7f;
    --color-emerald-700: #007956;
    --color-emerald-900: #004e3b;
    --color-sky-50: #f0f9ff;
    --color-sky-200: #b8e6fe;
    --color-sky-500: #00a5ef;
    --color-sky-700: #0069a4;
    --color-sky-900: #024a70;
    --color-blue-50: #eff6ff;
    --color-blue-100: #dbeafe;
    --color-blue-200: #bedbff;
    --color-blue-900: #1c398e;
    --color-indigo-50: #eef2ff;
    --color-indigo-100: #e0e7ff;
    --color-indigo-200: #c7d2ff;
    --color-indigo-900: #312c85;
    --color-violet-50: #f5f3ff;
    --color-violet-200: #ddd6ff;
    --color-violet-900: #4d179a;
    --color-slate-50: #f8fafc;
    --color-slate-100: #f1f5f9;
    --color-slate-200: #e2e8f0;
    --color-slate-300: #cad5e2;
    --color-slate-500: #62748e;
    --color-slate-600: #45556c;
    --color-slate-700: #314158;
    --color-slate-800: #1d293d;
    --color-slate-900: #0f172b;
    --color-slate-950: #020618;
    --color-white: #fff;
    --spacing: .25rem;
    --container-3xl: 48rem;
    --container-6xl: 72rem;
    --container-7xl: 80rem;
    --text-xs: .75rem;
    --text-xs--line-height: calc(1 / .75);
    --text-sm: .875rem;
    --text-sm--line-height: calc(1.25 / .875);
    --text-base: 1rem;
    --text-base--line-height: calc(1.5 / 1);
    --text-lg: 1.125rem;
    --text-xl: 1.25rem;
    --text-xl--line-height: calc(1.75 / 1.25);
    --text-2xl: 1.5rem;
    --text-2xl--line-height: calc(2 / 1.5);
    --text-3xl: 1.875rem;
    --text-3xl--line-height: calc(2.25 / 1.875);
    --font-weight-medium: 500;
    --font-weight-semibold: 600;
    --font-weight-bold: 700;
    --tracking-wide: .025em;
    --leading-tight: 1.25;
    --leading-snug: 1.375;
    --leading-normal: 1.5;
    --radius-md: calc(var(--radius) * .8);
    --radius-lg: var(--radius);
    --radius-xl: calc(var(--radius) * 1.4);
    --radius-2xl: calc(var(--radius) * 1.8);
    --shadow-sm: 0 1px 3px 0 #0000001a, 0 1px 2px -1px #0000001a;
    --shadow-md: 0 4px 6px -1px #0000001a, 0 2px 4px -2px #0000001a;
    --default-transition-duration: .15s;
    --default-transition-timing-function: cubic-bezier(.4, 0, .2, 1);
    --default-font-family: var(--font-sans);
    --default-mono-font-family: var(--font-mono);
    --font-heading: var(--font-sans);
    --color-border: var(--border);
    --color-primary: var(--primary);
  }

  @supports (color: lab(0% 0 0)) {
    :root, :host {
      --color-red-50: lab(96.5005% 4.18508 1.52328);
      --color-red-100: lab(92.243% 10.2865 3.83865);
      --color-red-200: lab(86.017% 19.8815 7.75869);
      --color-red-300: lab(76.5514% 36.422 15.5335);
      --color-red-400: lab(63.7053% 60.745 31.3109);
      --color-red-500: lab(55.4814% 75.0732 48.8528);
      --color-red-700: lab(40.4273% 67.2623 53.7441);
      --color-red-800: lab(33.7174% 55.8993 41.0293);
      --color-red-900: lab(28.5139% 44.5539 29.0463);
      --color-red-950: lab(13.003% 29.04 16.7519);
      --color-amber-500: lab(72.7183% 31.8672 97.9407);
      --color-amber-700: lab(47.2709% 42.9082 69.2966);
      --color-yellow-50: lab(98.6846% -1.79055 9.7766);
      --color-yellow-100: lab(97.3564% -4.51407 27.344);
      --color-yellow-200: lab(94.3433% -5.00429 52.9663);
      --color-yellow-300: lab(89.7033% -.480294 84.4917);
      --color-yellow-400: lab(83.2664% 8.65132 106.895);
      --color-yellow-700: lab(47.8202% 25.2426 66.5015);
      --color-yellow-800: lab(38.7484% 23.5833 51.4916);
      --color-yellow-900: lab(32.3865% 21.1273 38.5959);
      --color-yellow-950: lab(16.8146% 15.7422 23.1133);
      --color-green-50: lab(98.1563% -5.60117 2.75915);
      --color-green-200: lab(92.4222% -26.4702 12.9427);
      --color-green-300: lab(86.9953% -47.2691 25.0054);
      --color-green-900: lab(30.797% -29.6927 17.382);
      --color-emerald-50: lab(97.8462% -6.94966 1.85487);
      --color-emerald-200: lab(90.2247% -31.039 9.47084);
      --color-emerald-500: lab(66.9756% -58.27 19.5419);
      --color-emerald-700: lab(44.4871% -41.0396 11.0361);
      --color-emerald-900: lab(28.8637% -26.9249 5.45986);
      --color-sky-50: lab(97.3623% -2.33802 -4.13098);
      --color-sky-200: lab(88.6983% -11.3978 -16.8488);
      --color-sky-500: lab(63.3038% -18.433 -51.0407);
      --color-sky-700: lab(41.6013% -9.10804 -42.5647);
      --color-sky-900: lab(29.1959% -8.34689 -28.2453);
      --color-blue-50: lab(96.492% -1.14644 -5.11479);
      --color-blue-100: lab(92.0301% -2.24757 -11.6453);
      --color-blue-200: lab(86.15% -4.04379 -21.0797);
      --color-blue-900: lab(26.1542% 15.7545 -51.5504);
      --color-indigo-50: lab(95.4818% .411302 -6.78529);
      --color-indigo-100: lab(91.6577% 1.04591 -12.7199);
      --color-indigo-200: lab(84.4329% 3.18977 -23.9688);
      --color-indigo-900: lab(23.3911% 24.6978 -50.4718);
      --color-violet-50: lab(96.2416% 2.28849 -5.51657);
      --color-violet-200: lab(87.0888% 8.53688 -19.4189);
      --color-violet-900: lab(24.3783% 45.7525 -61.4902);
      --color-slate-50: lab(98.1434% -.369519 -1.05966);
      --color-slate-100: lab(96.286% -.852436 -2.46847);
      --color-slate-200: lab(91.7353% -.998765 -4.76968);
      --color-slate-300: lab(84.7652% -1.94535 -7.93337);
      --color-slate-500: lab(48.0876% -2.03595 -16.5814);
      --color-slate-600: lab(35.5623% -1.74978 -15.4316);
      --color-slate-700: lab(26.9569% -1.47016 -15.6993);
      --color-slate-800: lab(16.132% -.318035 -14.6672);
      --color-slate-900: lab(7.78673% 1.82345 -15.0537);
      --color-slate-950: lab(1.76974% 1.32743 -9.28855);
    }
  }
}

@layer base {
  *, :after, :before, ::backdrop {
    box-sizing: border-box;
    border: 0 solid;
    margin: 0;
    padding: 0;
  }

  ::file-selector-button {
    box-sizing: border-box;
    border: 0 solid;
    margin: 0;
    padding: 0;
  }

  html, :host {
    -webkit-text-size-adjust: 100%;
    tab-size: 4;
    line-height: 1.5;
    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;
    -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 {
    vertical-align: baseline;
    font-size: 75%;
    line-height: 0;
    position: relative;
  }

  sub {
    bottom: -.25em;
  }

  sup {
    top: -.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 {
    vertical-align: middle;
    display: block;
  }

  img, video {
    max-width: 100%;
    height: auto;
  }

  button, input, select, optgroup, textarea {
    font: inherit;
    font-feature-settings: inherit;
    font-variation-settings: inherit;
    letter-spacing: inherit;
    color: inherit;
    opacity: 1;
    background-color: #0000;
    border-radius: 0;
  }

  ::file-selector-button {
    font: inherit;
    font-feature-settings: inherit;
    font-variation-settings: inherit;
    letter-spacing: inherit;
    color: inherit;
    opacity: 1;
    background-color: #0000;
    border-radius: 0;
  }

  :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)) {
      ::placeholder {
        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 {
    padding-block: 0;
  }

  ::-webkit-datetime-edit-year-field {
    padding-block: 0;
  }

  ::-webkit-datetime-edit-month-field {
    padding-block: 0;
  }

  ::-webkit-datetime-edit-day-field {
    padding-block: 0;
  }

  ::-webkit-datetime-edit-hour-field {
    padding-block: 0;
  }

  ::-webkit-datetime-edit-minute-field {
    padding-block: 0;
  }

  ::-webkit-datetime-edit-second-field {
    padding-block: 0;
  }

  ::-webkit-datetime-edit-millisecond-field {
    padding-block: 0;
  }

  ::-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"]) {
    appearance: button;
  }

  ::file-selector-button {
    appearance: button;
  }

  ::-webkit-inner-spin-button {
    height: auto;
  }

  ::-webkit-outer-spin-button {
    height: auto;
  }

  [hidden]:where(:not([hidden="until-found"])) {
    display: none !important;
  }

  * {
    border-color: var(--border);
    outline-color: var(--ring);
  }

  @supports (color: color-mix(in lab, red, red)) {
    * {
      outline-color: color-mix(in oklab, var(--ring) 50%, transparent);
    }
  }

  body {
    background-color: var(--background);
    color: var(--foreground);
  }

  html {
    font-family: var(--font-sans);
  }
}

@layer components;

@layer utilities {
  .\@container\/card-header {
    container: card-header / inline-size;
  }

  .collapse {
    visibility: collapse;
  }

  .invisible {
    visibility: hidden;
  }

  .visible {
    visibility: visible;
  }

  .sr-only {
    clip-path: inset(50%);
    white-space: nowrap;
    border-width: 0;
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    position: absolute;
    overflow: hidden;
  }

  .absolute {
    position: absolute;
  }

  .fixed {
    position: fixed;
  }

  .relative {
    position: relative;
  }

  .static {
    position: static;
  }

  .inset-0 {
    inset: calc(var(--spacing) * 0);
  }

  .start {
    inset-inline-start: var(--spacing);
  }

  .end {
    inset-inline-end: var(--spacing);
  }

  .z-50 {
    z-index: 50;
  }

  .col-start-2 {
    grid-column-start: 2;
  }

  .row-span-2 {
    grid-row: span 2 / span 2;
  }

  .row-start-1 {
    grid-row-start: 1;
  }

  .mx-auto {
    margin-inline: auto;
  }

  .mt-1 {
    margin-top: calc(var(--spacing) * 1);
  }

  .mt-2 {
    margin-top: calc(var(--spacing) * 2);
  }

  .mt-3 {
    margin-top: calc(var(--spacing) * 3);
  }

  .mt-4 {
    margin-top: calc(var(--spacing) * 4);
  }

  .mt-6 {
    margin-top: calc(var(--spacing) * 6);
  }

  .mb-3 {
    margin-bottom: calc(var(--spacing) * 3);
  }

  .mb-4 {
    margin-bottom: calc(var(--spacing) * 4);
  }

  .line-clamp-1 {
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    overflow: hidden;
  }

  .line-clamp-2 {
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    overflow: hidden;
  }

  .line-clamp-3 {
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    overflow: hidden;
  }

  .block {
    display: block;
  }

  .flex {
    display: flex;
  }

  .grid {
    display: grid;
  }

  .hidden {
    display: none;
  }

  .inline {
    display: inline;
  }

  .inline-flex {
    display: inline-flex;
  }

  .table {
    display: table;
  }

  .size-6 {
    width: calc(var(--spacing) * 6);
    height: calc(var(--spacing) * 6);
  }

  .size-7 {
    width: calc(var(--spacing) * 7);
    height: calc(var(--spacing) * 7);
  }

  .size-8 {
    width: calc(var(--spacing) * 8);
    height: calc(var(--spacing) * 8);
  }

  .size-9 {
    width: calc(var(--spacing) * 9);
    height: calc(var(--spacing) * 9);
  }

  .h-4 {
    height: calc(var(--spacing) * 4);
  }

  .h-6 {
    height: calc(var(--spacing) * 6);
  }

  .h-7 {
    height: calc(var(--spacing) * 7);
  }

  .h-8 {
    height: calc(var(--spacing) * 8);
  }

  .h-9 {
    height: calc(var(--spacing) * 9);
  }

  .h-auto {
    height: auto;
  }

  .h-full {
    height: 100%;
  }

  .max-h-\[90vh\] {
    max-height: 90vh;
  }

  .min-h-\[74px\] {
    min-height: 74px;
  }

  .min-h-\[94px\] {
    min-height: 94px;
  }

  .min-h-\[108px\] {
    min-height: 108px;
  }

  .min-h-\[136px\] {
    min-height: 136px;
  }

  .min-h-\[168px\] {
    min-height: 168px;
  }

  .min-h-\[188px\] {
    min-height: 188px;
  }

  .min-h-\[420px\] {
    min-height: 420px;
  }

  .w-4 {
    width: calc(var(--spacing) * 4);
  }

  .w-full {
    width: 100%;
  }

  .max-w-3xl {
    max-width: var(--container-3xl);
  }

  .max-w-6xl {
    max-width: var(--container-6xl);
  }

  .max-w-7xl {
    max-width: var(--container-7xl);
  }

  .max-w-\[240px\] {
    max-width: 240px;
  }

  .max-w-\[var\(--layout-page-max\)\] {
    max-width: var(--layout-page-max);
  }

  .max-w-none {
    max-width: none;
  }

  .min-w-0 {
    min-width: calc(var(--spacing) * 0);
  }

  .min-w-40 {
    min-width: calc(var(--spacing) * 40);
  }

  .min-w-\[190px\] {
    min-width: 190px;
  }

  .min-w-\[1100px\] {
    min-width: 1100px;
  }

  .flex-1 {
    flex: 1;
  }

  .shrink-0 {
    flex-shrink: 0;
  }

  .border-collapse {
    border-collapse: collapse;
  }

  .cursor-pointer {
    cursor: pointer;
  }

  .resize {
    resize: both;
  }

  .auto-rows-min {
    grid-auto-rows: min-content;
  }

  .grid-cols-1 {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }

  .grid-cols-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .flex-col {
    flex-direction: column;
  }

  .flex-wrap {
    flex-wrap: wrap;
  }

  .items-center {
    align-items: center;
  }

  .items-start {
    align-items: flex-start;
  }

  .justify-between {
    justify-content: space-between;
  }

  .justify-center {
    justify-content: center;
  }

  .gap-1 {
    gap: calc(var(--spacing) * 1);
  }

  .gap-1\.5 {
    gap: calc(var(--spacing) * 1.5);
  }

  .gap-2 {
    gap: calc(var(--spacing) * 2);
  }

  .gap-3 {
    gap: calc(var(--spacing) * 3);
  }

  .gap-4 {
    gap: calc(var(--spacing) * 4);
  }

  .gap-5 {
    gap: calc(var(--spacing) * 5);
  }

  .gap-6 {
    gap: calc(var(--spacing) * 6);
  }

  :where(.space-y-2 > :not(:last-child)) {
    --tw-space-y-reverse: 0;
    margin-block-start: calc(calc(var(--spacing) * 2) * var(--tw-space-y-reverse));
    margin-block-end: calc(calc(var(--spacing) * 2) * calc(1 - var(--tw-space-y-reverse)));
  }

  :where(.space-y-3 > :not(:last-child)) {
    --tw-space-y-reverse: 0;
    margin-block-start: calc(calc(var(--spacing) * 3) * var(--tw-space-y-reverse));
    margin-block-end: calc(calc(var(--spacing) * 3) * calc(1 - var(--tw-space-y-reverse)));
  }

  :where(.space-y-4 > :not(:last-child)) {
    --tw-space-y-reverse: 0;
    margin-block-start: calc(calc(var(--spacing) * 4) * var(--tw-space-y-reverse));
    margin-block-end: calc(calc(var(--spacing) * 4) * calc(1 - var(--tw-space-y-reverse)));
  }

  :where(.space-y-6 > :not(:last-child)) {
    --tw-space-y-reverse: 0;
    margin-block-start: calc(calc(var(--spacing) * 6) * var(--tw-space-y-reverse));
    margin-block-end: calc(calc(var(--spacing) * 6) * calc(1 - var(--tw-space-y-reverse)));
  }

  :where(.space-y-8 > :not(:last-child)) {
    --tw-space-y-reverse: 0;
    margin-block-start: calc(calc(var(--spacing) * 8) * var(--tw-space-y-reverse));
    margin-block-end: calc(calc(var(--spacing) * 8) * calc(1 - var(--tw-space-y-reverse)));
  }

  .self-start {
    align-self: flex-start;
  }

  .justify-self-end {
    justify-self: flex-end;
  }

  .overflow-hidden {
    overflow: hidden;
  }

  .overflow-x-auto {
    overflow-x: auto;
  }

  .overflow-y-auto {
    overflow-y: auto;
  }

  .rounded-2xl {
    border-radius: calc(var(--radius) * 1.8);
  }

  .rounded-3xl {
    border-radius: calc(var(--radius) * 2.2);
  }

  .rounded-\[min\(var\(--radius-md\)\,10px\)\] {
    border-radius: min(var(--radius-md), 10px);
  }

  .rounded-\[min\(var\(--radius-md\)\,12px\)\] {
    border-radius: min(var(--radius-md), 12px);
  }

  .rounded-full {
    border-radius: 3.40282e38px;
  }

  .rounded-lg {
    border-radius: var(--radius);
  }

  .rounded-md {
    border-radius: calc(var(--radius) * .8);
  }

  .rounded-xl {
    border-radius: calc(var(--radius) * 1.4);
  }

  .rounded-t-xl {
    border-top-left-radius: calc(var(--radius) * 1.4);
    border-top-right-radius: calc(var(--radius) * 1.4);
  }

  .rounded-b-xl {
    border-bottom-right-radius: calc(var(--radius) * 1.4);
    border-bottom-left-radius: calc(var(--radius) * 1.4);
  }

  .border {
    border-style: var(--tw-border-style);
    border-width: 1px;
  }

  .border-t {
    border-top-style: var(--tw-border-style);
    border-top-width: 1px;
  }

  .border-b {
    border-bottom-style: var(--tw-border-style);
    border-bottom-width: 1px;
  }

  .border-dashed {
    --tw-border-style: dashed;
    border-style: dashed;
  }

  .border-\[var\(--color-primary\)\] {
    border-color: var(--color-primary);
  }

  .border-amber-500\/20 {
    border-color: #f99c0033;
  }

  @supports (color: color-mix(in lab, red, red)) {
    .border-amber-500\/20 {
      border-color: color-mix(in oklab, var(--color-amber-500) 20%, transparent);
    }
  }

  .border-blue-100 {
    border-color: var(--color-blue-100);
  }

  .border-blue-200 {
    border-color: var(--color-blue-200);
  }

  .border-border {
    border-color: var(--border);
  }

  .border-border\/60 {
    border-color: var(--border);
  }

  @supports (color: color-mix(in lab, red, red)) {
    .border-border\/60 {
      border-color: color-mix(in oklab, var(--border) 60%, transparent);
    }
  }

  .border-border\/70 {
    border-color: var(--border);
  }

  @supports (color: color-mix(in lab, red, red)) {
    .border-border\/70 {
      border-color: color-mix(in oklab, var(--border) 70%, transparent);
    }
  }

  .border-current\/15 {
    border-color: currentColor;
  }

  @supports (color: color-mix(in lab, red, red)) {
    .border-current\/15 {
      border-color: color-mix(in oklab, currentcolor 15%, transparent);
    }
  }

  .border-current\/20 {
    border-color: currentColor;
  }

  @supports (color: color-mix(in lab, red, red)) {
    .border-current\/20 {
      border-color: color-mix(in oklab, currentcolor 20%, transparent);
    }
  }

  .border-destructive\/30 {
    border-color: var(--destructive);
  }

  @supports (color: color-mix(in lab, red, red)) {
    .border-destructive\/30 {
      border-color: color-mix(in oklab, var(--destructive) 30%, transparent);
    }
  }

  .border-emerald-200 {
    border-color: var(--color-emerald-200);
  }

  .border-emerald-500\/20 {
    border-color: #00bb7f33;
  }

  @supports (color: color-mix(in lab, red, red)) {
    .border-emerald-500\/20 {
      border-color: color-mix(in oklab, var(--color-emerald-500) 20%, transparent);
    }
  }

  .border-green-200 {
    border-color: var(--color-green-200);
  }

  .border-green-300 {
    border-color: var(--color-green-300);
  }

  .border-indigo-100 {
    border-color: var(--color-indigo-100);
  }

  .border-indigo-200 {
    border-color: var(--color-indigo-200);
  }

  .border-red-200 {
    border-color: var(--color-red-200);
  }

  .border-red-300 {
    border-color: var(--color-red-300);
  }

  .border-red-500\/20 {
    border-color: #fb2c3633;
  }

  @supports (color: color-mix(in lab, red, red)) {
    .border-red-500\/20 {
      border-color: color-mix(in oklab, var(--color-red-500) 20%, transparent);
    }
  }

  .border-sky-200 {
    border-color: var(--color-sky-200);
  }

  .border-sky-500\/20 {
    border-color: #00a5ef33;
  }

  @supports (color: color-mix(in lab, red, red)) {
    .border-sky-500\/20 {
      border-color: color-mix(in oklab, var(--color-sky-500) 20%, transparent);
    }
  }

  .border-slate-100 {
    border-color: var(--color-slate-100);
  }

  .border-slate-200 {
    border-color: var(--color-slate-200);
  }

  .border-slate-300 {
    border-color: var(--color-slate-300);
  }

  .border-slate-500\/20 {
    border-color: #62748e33;
  }

  @supports (color: color-mix(in lab, red, red)) {
    .border-slate-500\/20 {
      border-color: color-mix(in oklab, var(--color-slate-500) 20%, transparent);
    }
  }

  .border-slate-900 {
    border-color: var(--color-slate-900);
  }

  .border-transparent {
    border-color: #0000;
  }

  .border-violet-200 {
    border-color: var(--color-violet-200);
  }

  .border-yellow-200 {
    border-color: var(--color-yellow-200);
  }

  .border-yellow-300 {
    border-color: var(--color-yellow-300);
  }

  .bg-\[var\(--color-primary\)\] {
    background-color: var(--color-primary);
  }

  .bg-\[var\(--color-surface-muted\)\] {
    background-color: var(--color-surface-muted);
  }

  .bg-amber-500\/10 {
    background-color: #f99c001a;
  }

  @supports (color: color-mix(in lab, red, red)) {
    .bg-amber-500\/10 {
      background-color: color-mix(in oklab, var(--color-amber-500) 10%, transparent);
    }
  }

  .bg-background {
    background-color: var(--background);
  }

  .bg-blue-50 {
    background-color: var(--color-blue-50);
  }

  .bg-blue-50\/60 {
    background-color: #eff6ff99;
  }

  @supports (color: color-mix(in lab, red, red)) {
    .bg-blue-50\/60 {
      background-color: color-mix(in oklab, var(--color-blue-50) 60%, transparent);
    }
  }

  .bg-card {
    background-color: var(--card);
  }

  .bg-destructive\/5 {
    background-color: var(--destructive);
  }

  @supports (color: color-mix(in lab, red, red)) {
    .bg-destructive\/5 {
      background-color: color-mix(in oklab, var(--destructive) 5%, transparent);
    }
  }

  .bg-destructive\/10 {
    background-color: var(--destructive);
  }

  @supports (color: color-mix(in lab, red, red)) {
    .bg-destructive\/10 {
      background-color: color-mix(in oklab, var(--destructive) 10%, transparent);
    }
  }

  .bg-emerald-50 {
    background-color: var(--color-emerald-50);
  }

  .bg-emerald-500\/10 {
    background-color: #00bb7f1a;
  }

  @supports (color: color-mix(in lab, red, red)) {
    .bg-emerald-500\/10 {
      background-color: color-mix(in oklab, var(--color-emerald-500) 10%, transparent);
    }
  }

  .bg-foreground {
    background-color: var(--foreground);
  }

  .bg-green-50 {
    background-color: var(--color-green-50);
  }

  .bg-indigo-50 {
    background-color: var(--color-indigo-50);
  }

  .bg-muted {
    background-color: var(--muted);
  }

  .bg-muted\/10 {
    background-color: var(--muted);
  }

  @supports (color: color-mix(in lab, red, red)) {
    .bg-muted\/10 {
      background-color: color-mix(in oklab, var(--muted) 10%, transparent);
    }
  }

  .bg-muted\/20 {
    background-color: var(--muted);
  }

  @supports (color: color-mix(in lab, red, red)) {
    .bg-muted\/20 {
      background-color: color-mix(in oklab, var(--muted) 20%, transparent);
    }
  }

  .bg-muted\/30 {
    background-color: var(--muted);
  }

  @supports (color: color-mix(in lab, red, red)) {
    .bg-muted\/30 {
      background-color: color-mix(in oklab, var(--muted) 30%, transparent);
    }
  }

  .bg-muted\/50 {
    background-color: var(--muted);
  }

  @supports (color: color-mix(in lab, red, red)) {
    .bg-muted\/50 {
      background-color: color-mix(in oklab, var(--muted) 50%, transparent);
    }
  }

  .bg-primary {
    background-color: var(--primary);
  }

  .bg-red-50 {
    background-color: var(--color-red-50);
  }

  .bg-red-100 {
    background-color: var(--color-red-100);
  }

  .bg-red-500\/10 {
    background-color: #fb2c361a;
  }

  @supports (color: color-mix(in lab, red, red)) {
    .bg-red-500\/10 {
      background-color: color-mix(in oklab, var(--color-red-500) 10%, transparent);
    }
  }

  .bg-secondary {
    background-color: var(--secondary);
  }

  .bg-sky-50 {
    background-color: var(--color-sky-50);
  }

  .bg-sky-500\/10 {
    background-color: #00a5ef1a;
  }

  @supports (color: color-mix(in lab, red, red)) {
    .bg-sky-500\/10 {
      background-color: color-mix(in oklab, var(--color-sky-500) 10%, transparent);
    }
  }

  .bg-slate-50 {
    background-color: var(--color-slate-50);
  }

  .bg-slate-100 {
    background-color: var(--color-slate-100);
  }

  .bg-slate-500\/10 {
    background-color: #62748e1a;
  }

  @supports (color: color-mix(in lab, red, red)) {
    .bg-slate-500\/10 {
      background-color: color-mix(in oklab, var(--color-slate-500) 10%, transparent);
    }
  }

  .bg-slate-900 {
    background-color: var(--color-slate-900);
  }

  .bg-slate-950\/50 {
    background-color: #02061880;
  }

  @supports (color: color-mix(in lab, red, red)) {
    .bg-slate-950\/50 {
      background-color: color-mix(in oklab, var(--color-slate-950) 50%, transparent);
    }
  }

  .bg-violet-50 {
    background-color: var(--color-violet-50);
  }

  .bg-white {
    background-color: var(--color-white);
  }

  .bg-white\/70 {
    background-color: #ffffffb3;
  }

  @supports (color: color-mix(in lab, red, red)) {
    .bg-white\/70 {
      background-color: color-mix(in oklab, var(--color-white) 70%, transparent);
    }
  }

  .bg-yellow-50 {
    background-color: var(--color-yellow-50);
  }

  .bg-yellow-100 {
    background-color: var(--color-yellow-100);
  }

  .bg-clip-padding {
    background-clip: padding-box;
  }

  .p-2 {
    padding: calc(var(--spacing) * 2);
  }

  .p-3 {
    padding: calc(var(--spacing) * 3);
  }

  .p-4 {
    padding: calc(var(--spacing) * 4);
  }

  .p-6 {
    padding: calc(var(--spacing) * 6);
  }

  .px-0 {
    padding-inline: calc(var(--spacing) * 0);
  }

  .px-1 {
    padding-inline: calc(var(--spacing) * 1);
  }

  .px-2 {
    padding-inline: calc(var(--spacing) * 2);
  }

  .px-2\.5 {
    padding-inline: calc(var(--spacing) * 2.5);
  }

  .px-3 {
    padding-inline: calc(var(--spacing) * 3);
  }

  .px-4 {
    padding-inline: calc(var(--spacing) * 4);
  }

  .px-6 {
    padding-inline: calc(var(--spacing) * 6);
  }

  .py-0 {
    padding-block: calc(var(--spacing) * 0);
  }

  .py-0\.5 {
    padding-block: calc(var(--spacing) * .5);
  }

  .py-1 {
    padding-block: calc(var(--spacing) * 1);
  }

  .py-1\.5 {
    padding-block: calc(var(--spacing) * 1.5);
  }

  .py-2 {
    padding-block: calc(var(--spacing) * 2);
  }

  .py-3 {
    padding-block: calc(var(--spacing) * 3);
  }

  .py-4 {
    padding-block: calc(var(--spacing) * 4);
  }

  .py-10 {
    padding-block: calc(var(--spacing) * 10);
  }

  .pt-2 {
    padding-top: calc(var(--spacing) * 2);
  }

  .pt-6 {
    padding-top: calc(var(--spacing) * 6);
  }

  .text-center {
    text-align: center;
  }

  .text-left {
    text-align: left;
  }

  .text-right {
    text-align: right;
  }

  .align-middle {
    vertical-align: middle;
  }

  .font-heading {
    font-family: var(--font-sans);
  }

  .font-mono {
    font-family: var(--font-mono);
  }

  .font-sans {
    font-family: var(--font-sans);
  }

  .text-2xl {
    font-size: var(--text-2xl);
    line-height: var(--tw-leading, var(--text-2xl--line-height));
  }

  .text-3xl {
    font-size: var(--text-3xl);
    line-height: var(--tw-leading, var(--text-3xl--line-height));
  }

  .text-base {
    font-size: var(--text-base);
    line-height: var(--tw-leading, var(--text-base--line-height));
  }

  .text-sm {
    font-size: var(--text-sm);
    line-height: var(--tw-leading, var(--text-sm--line-height));
  }

  .text-xl {
    font-size: var(--text-xl);
    line-height: var(--tw-leading, var(--text-xl--line-height));
  }

  .text-xs {
    font-size: var(--text-xs);
    line-height: var(--tw-leading, var(--text-xs--line-height));
  }

  .text-\[0\.8rem\] {
    font-size: .8rem;
  }

  .text-\[11px\] {
    font-size: 11px;
  }

  .leading-6 {
    --tw-leading: calc(var(--spacing) * 6);
    line-height: calc(var(--spacing) * 6);
  }

  .leading-snug {
    --tw-leading: var(--leading-snug);
    line-height: var(--leading-snug);
  }

  .font-medium {
    --tw-font-weight: var(--font-weight-medium);
    font-weight: var(--font-weight-medium);
  }

  .font-semibold {
    --tw-font-weight: var(--font-weight-semibold);
    font-weight: var(--font-weight-semibold);
  }

  .tracking-wide {
    --tw-tracking: var(--tracking-wide);
    letter-spacing: var(--tracking-wide);
  }

  .break-all {
    word-break: break-all;
  }

  .whitespace-nowrap {
    white-space: nowrap;
  }

  .text-\[var\(--color-primary-contrast\)\] {
    color: var(--color-primary-contrast);
  }

  .text-\[var\(--color-text\)\] {
    color: var(--color-text);
  }

  .text-\[var\(--color-text-muted\)\] {
    color: var(--color-text-muted);
  }

  .text-amber-700 {
    color: var(--color-amber-700);
  }

  .text-background {
    color: var(--background);
  }

  .text-blue-900 {
    color: var(--color-blue-900);
  }

  .text-card-foreground {
    color: var(--card-foreground);
  }

  .text-destructive {
    color: var(--destructive);
  }

  .text-emerald-700 {
    color: var(--color-emerald-700);
  }

  .text-emerald-900 {
    color: var(--color-emerald-900);
  }

  .text-foreground {
    color: var(--foreground);
  }

  .text-green-900 {
    color: var(--color-green-900);
  }

  .text-indigo-900 {
    color: var(--color-indigo-900);
  }

  .text-inherit {
    color: inherit;
  }

  .text-muted-foreground {
    color: var(--muted-foreground);
  }

  .text-primary {
    color: var(--primary);
  }

  .text-primary-foreground {
    color: var(--primary-foreground);
  }

  .text-red-700 {
    color: var(--color-red-700);
  }

  .text-red-800 {
    color: var(--color-red-800);
  }

  .text-red-900 {
    color: var(--color-red-900);
  }

  .text-red-950 {
    color: var(--color-red-950);
  }

  .text-secondary-foreground {
    color: var(--secondary-foreground);
  }

  .text-sky-700 {
    color: var(--color-sky-700);
  }

  .text-sky-900 {
    color: var(--color-sky-900);
  }

  .text-slate-500 {
    color: var(--color-slate-500);
  }

  .text-slate-600 {
    color: var(--color-slate-600);
  }

  .text-slate-700 {
    color: var(--color-slate-700);
  }

  .text-slate-800 {
    color: var(--color-slate-800);
  }

  .text-slate-900 {
    color: var(--color-slate-900);
  }

  .text-slate-950 {
    color: var(--color-slate-950);
  }

  .text-violet-900 {
    color: var(--color-violet-900);
  }

  .text-white {
    color: var(--color-white);
  }

  .text-yellow-700 {
    color: var(--color-yellow-700);
  }

  .text-yellow-800 {
    color: var(--color-yellow-800);
  }

  .text-yellow-900 {
    color: var(--color-yellow-900);
  }

  .text-yellow-950 {
    color: var(--color-yellow-950);
  }

  .uppercase {
    text-transform: uppercase;
  }

  .tabular-nums {
    --tw-numeric-spacing: tabular-nums;
    font-variant-numeric: var(--tw-ordinal, ) var(--tw-slashed-zero, ) var(--tw-numeric-figure, ) var(--tw-numeric-spacing, ) var(--tw-numeric-fraction, );
  }

  .underline-offset-4 {
    text-underline-offset: 4px;
  }

  .opacity-70 {
    opacity: .7;
  }

  .opacity-75 {
    opacity: .75;
  }

  .opacity-80 {
    opacity: .8;
  }

  .opacity-90 {
    opacity: .9;
  }

  .shadow-2xl {
    --tw-shadow: 0 25px 50px -12px var(--tw-shadow-color, #00000040);
    box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
  }

  .shadow-md {
    --tw-shadow: 0 4px 6px -1px var(--tw-shadow-color, #0000001a), 0 2px 4px -2px var(--tw-shadow-color, #0000001a);
    box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
  }

  .shadow-sm {
    --tw-shadow: 0 1px 3px 0 var(--tw-shadow-color, #0000001a), 0 1px 2px -1px var(--tw-shadow-color, #0000001a);
    box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
  }

  .ring-1 {
    --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);
  }

  .ring-2 {
    --tw-ring-shadow: var(--tw-ring-inset, ) 0 0 0 calc(2px + 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);
  }

  .ring-foreground\/10 {
    --tw-ring-color: var(--foreground);
  }

  @supports (color: color-mix(in lab, red, red)) {
    .ring-foreground\/10 {
      --tw-ring-color: color-mix(in oklab, var(--foreground) 10%, transparent);
    }
  }

  .ring-red-400 {
    --tw-ring-color: var(--color-red-400);
  }

  .ring-yellow-400 {
    --tw-ring-color: var(--color-yellow-400);
  }

  .outline {
    outline-style: var(--tw-outline-style);
    outline-width: 1px;
  }

  .filter {
    filter: var(--tw-blur, ) var(--tw-brightness, ) var(--tw-contrast, ) var(--tw-grayscale, ) var(--tw-hue-rotate, ) var(--tw-invert, ) var(--tw-saturate, ) var(--tw-sepia, ) var(--tw-drop-shadow, );
  }

  .transition-all {
    transition-property: all;
    transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
    transition-duration: var(--tw-duration, var(--default-transition-duration));
  }

  .transition-colors {
    transition-property: color, background-color, border-color, outline-color, text-decoration-color, fill, stroke, --tw-gradient-from, --tw-gradient-via, --tw-gradient-to;
    transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
    transition-duration: var(--tw-duration, var(--default-transition-duration));
  }

  .outline-none {
    --tw-outline-style: none;
    outline-style: none;
  }

  .select-none {
    -webkit-user-select: none;
    user-select: none;
  }

  .running {
    animation-play-state: running;
  }

  .group-data-\[size\=sm\]\/card\:p-3:is(:where(.group\/card)[data-size="sm"] *) {
    padding: calc(var(--spacing) * 3);
  }

  .group-data-\[size\=sm\]\/card\:px-3:is(:where(.group\/card)[data-size="sm"] *) {
    padding-inline: calc(var(--spacing) * 3);
  }

  .group-data-\[size\=sm\]\/card\:text-sm:is(:where(.group\/card)[data-size="sm"] *) {
    font-size: var(--text-sm);
    line-height: var(--tw-leading, var(--text-sm--line-height));
  }

  .last\:border-b-0:last-child {
    border-bottom-style: var(--tw-border-style);
    border-bottom-width: 0;
  }

  @media (hover: hover) {
    .hover\:bg-destructive\/20:hover {
      background-color: var(--destructive);
    }

    @supports (color: color-mix(in lab, red, red)) {
      .hover\:bg-destructive\/20:hover {
        background-color: color-mix(in oklab, var(--destructive) 20%, transparent);
      }
    }
  }

  @media (hover: hover) {
    .hover\:bg-muted:hover {
      background-color: var(--muted);
    }
  }

  @media (hover: hover) {
    .hover\:bg-muted\/80:hover {
      background-color: var(--muted);
    }

    @supports (color: color-mix(in lab, red, red)) {
      .hover\:bg-muted\/80:hover {
        background-color: color-mix(in oklab, var(--muted) 80%, transparent);
      }
    }
  }

  @media (hover: hover) {
    .hover\:bg-secondary\/80:hover {
      background-color: var(--secondary);
    }

    @supports (color: color-mix(in lab, red, red)) {
      .hover\:bg-secondary\/80:hover {
        background-color: color-mix(in oklab, var(--secondary) 80%, transparent);
      }
    }
  }

  @media (hover: hover) {
    .hover\:bg-slate-50:hover {
      background-color: var(--color-slate-50);
    }
  }

  @media (hover: hover) {
    .hover\:text-foreground:hover {
      color: var(--foreground);
    }
  }

  @media (hover: hover) {
    .hover\:underline:hover {
      text-decoration-line: underline;
    }
  }

  @media (hover: hover) {
    .hover\:opacity-90:hover {
      opacity: .9;
    }
  }

  .focus-visible\:border-destructive\/40:focus-visible {
    border-color: var(--destructive);
  }

  @supports (color: color-mix(in lab, red, red)) {
    .focus-visible\:border-destructive\/40:focus-visible {
      border-color: color-mix(in oklab, var(--destructive) 40%, transparent);
    }
  }

  .focus-visible\:border-ring:focus-visible {
    border-color: var(--ring);
  }

  .focus-visible\:ring-2:focus-visible {
    --tw-ring-shadow: var(--tw-ring-inset, ) 0 0 0 calc(2px + 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);
  }

  .focus-visible\:ring-3:focus-visible {
    --tw-ring-shadow: var(--tw-ring-inset, ) 0 0 0 calc(3px + 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);
  }

  .focus-visible\:ring-destructive\/20:focus-visible {
    --tw-ring-color: var(--destructive);
  }

  @supports (color: color-mix(in lab, red, red)) {
    .focus-visible\:ring-destructive\/20:focus-visible {
      --tw-ring-color: color-mix(in oklab, var(--destructive) 20%, transparent);
    }
  }

  .focus-visible\:ring-ring:focus-visible {
    --tw-ring-color: var(--ring);
  }

  .focus-visible\:ring-ring\/50:focus-visible {
    --tw-ring-color: var(--ring);
  }

  @supports (color: color-mix(in lab, red, red)) {
    .focus-visible\:ring-ring\/50:focus-visible {
      --tw-ring-color: color-mix(in oklab, var(--ring) 50%, transparent);
    }
  }

  .focus-visible\:ring-offset-2:focus-visible {
    --tw-ring-offset-width: 2px;
    --tw-ring-offset-shadow: var(--tw-ring-inset, ) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  }

  .focus-visible\:outline-none:focus-visible {
    --tw-outline-style: none;
    outline-style: none;
  }

  .active\:not-aria-\[haspopup\]\:translate-y-px:active:not([aria-haspopup]) {
    --tw-translate-y: 1px;
    translate: var(--tw-translate-x) var(--tw-translate-y);
  }

  .disabled\:pointer-events-none:disabled {
    pointer-events: none;
  }

  .disabled\:opacity-50:disabled {
    opacity: .5;
  }

  :where([data-slot="button-group"]) .in-data-\[slot\=button-group\]\:rounded-lg {
    border-radius: var(--radius);
  }

  .has-data-\[icon\=inline-end\]\:pr-1\.5:has([data-icon="inline-end"]) {
    padding-right: calc(var(--spacing) * 1.5);
  }

  .has-data-\[icon\=inline-end\]\:pr-2:has([data-icon="inline-end"]) {
    padding-right: calc(var(--spacing) * 2);
  }

  .has-data-\[icon\=inline-start\]\:pl-1\.5:has([data-icon="inline-start"]) {
    padding-left: calc(var(--spacing) * 1.5);
  }

  .has-data-\[icon\=inline-start\]\:pl-2:has([data-icon="inline-start"]) {
    padding-left: calc(var(--spacing) * 2);
  }

  .has-data-\[slot\=card-action\]\:grid-cols-\[1fr_auto\]:has([data-slot="card-action"]) {
    grid-template-columns: 1fr auto;
  }

  .has-data-\[slot\=card-description\]\:grid-rows-\[auto_auto\]:has([data-slot="card-description"]) {
    grid-template-rows: auto auto;
  }

  .has-data-\[slot\=card-footer\]\:pb-0:has([data-slot="card-footer"]) {
    padding-bottom: calc(var(--spacing) * 0);
  }

  .has-\[\>img\:first-child\]\:pt-0:has( > img:first-child) {
    padding-top: calc(var(--spacing) * 0);
  }

  .aria-expanded\:bg-muted[aria-expanded="true"] {
    background-color: var(--muted);
  }

  .aria-expanded\:bg-secondary[aria-expanded="true"] {
    background-color: var(--secondary);
  }

  .aria-expanded\:text-foreground[aria-expanded="true"] {
    color: var(--foreground);
  }

  .aria-expanded\:text-secondary-foreground[aria-expanded="true"] {
    color: var(--secondary-foreground);
  }

  .aria-invalid\:border-destructive[aria-invalid="true"] {
    border-color: var(--destructive);
  }

  .aria-invalid\:ring-3[aria-invalid="true"] {
    --tw-ring-shadow: var(--tw-ring-inset, ) 0 0 0 calc(3px + 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);
  }

  .aria-invalid\:ring-destructive\/20[aria-invalid="true"] {
    --tw-ring-color: var(--destructive);
  }

  @supports (color: color-mix(in lab, red, red)) {
    .aria-invalid\:ring-destructive\/20[aria-invalid="true"] {
      --tw-ring-color: color-mix(in oklab, var(--destructive) 20%, transparent);
    }
  }

  .data-\[size\=sm\]\:gap-3[data-size="sm"] {
    gap: calc(var(--spacing) * 3);
  }

  .data-\[size\=sm\]\:py-3[data-size="sm"] {
    padding-block: calc(var(--spacing) * 3);
  }

  .data-\[size\=sm\]\:has-data-\[slot\=card-footer\]\:pb-0[data-size="sm"]:has([data-slot="card-footer"]) {
    padding-bottom: calc(var(--spacing) * 0);
  }

  @media (min-width: 40rem) {
    .sm\:grid-cols-2 {
      grid-template-columns: repeat(2, minmax(0, 1fr));
    }
  }

  @media (min-width: 48rem) {
    .md\:inline {
      display: inline;
    }
  }

  @media (min-width: 48rem) {
    .md\:grid-cols-2 {
      grid-template-columns: repeat(2, minmax(0, 1fr));
    }
  }

  @media (min-width: 48rem) {
    .md\:grid-cols-3 {
      grid-template-columns: repeat(3, minmax(0, 1fr));
    }
  }

  @media (min-width: 48rem) {
    .md\:grid-cols-4 {
      grid-template-columns: repeat(4, minmax(0, 1fr));
    }
  }

  @media (min-width: 48rem) {
    .md\:grid-cols-6 {
      grid-template-columns: repeat(6, minmax(0, 1fr));
    }
  }

  @media (min-width: 48rem) {
    .md\:flex-row {
      flex-direction: row;
    }
  }

  @media (min-width: 48rem) {
    .md\:items-start {
      align-items: flex-start;
    }
  }

  @media (min-width: 48rem) {
    .md\:justify-between {
      justify-content: space-between;
    }
  }

  @media (min-width: 48rem) {
    .md\:p-6 {
      padding: calc(var(--spacing) * 6);
    }
  }

  @media (min-width: 48rem) {
    .md\:p-8 {
      padding: calc(var(--spacing) * 8);
    }
  }

  @media (min-width: 48rem) {
    .md\:px-6 {
      padding-inline: calc(var(--spacing) * 6);
    }
  }

  @media (min-width: 64rem) {
    .lg\:grid-cols-2 {
      grid-template-columns: repeat(2, minmax(0, 1fr));
    }
  }

  @media (min-width: 64rem) {
    .lg\:grid-cols-3 {
      grid-template-columns: repeat(3, minmax(0, 1fr));
    }
  }

  @media (min-width: 64rem) {
    .lg\:grid-cols-\[var\(--layout-sidebar-width\)_minmax\(0\,1fr\)\] {
      grid-template-columns: var(--layout-sidebar-width) minmax(0,1fr);
    }
  }

  @media (min-width: 80rem) {
    .xl\:grid-cols-3 {
      grid-template-columns: repeat(3, minmax(0, 1fr));
    }
  }

  @media (min-width: 80rem) {
    .xl\:grid-cols-4 {
      grid-template-columns: repeat(4, minmax(0, 1fr));
    }
  }

  @media (min-width: 80rem) {
    .xl\:grid-cols-\[2fr_1fr\] {
      grid-template-columns: 2fr 1fr;
    }
  }

  .dark\:border-input:is(.dark *) {
    border-color: var(--input);
  }

  .dark\:bg-destructive\/20:is(.dark *) {
    background-color: var(--destructive);
  }

  @supports (color: color-mix(in lab, red, red)) {
    .dark\:bg-destructive\/20:is(.dark *) {
      background-color: color-mix(in oklab, var(--destructive) 20%, transparent);
    }
  }

  .dark\:bg-input\/30:is(.dark *) {
    background-color: var(--input);
  }

  @supports (color: color-mix(in lab, red, red)) {
    .dark\:bg-input\/30:is(.dark *) {
      background-color: color-mix(in oklab, var(--input) 30%, transparent);
    }
  }

  @media (hover: hover) {
    .dark\:hover\:bg-destructive\/30:is(.dark *):hover {
      background-color: var(--destructive);
    }

    @supports (color: color-mix(in lab, red, red)) {
      .dark\:hover\:bg-destructive\/30:is(.dark *):hover {
        background-color: color-mix(in oklab, var(--destructive) 30%, transparent);
      }
    }
  }

  @media (hover: hover) {
    .dark\:hover\:bg-input\/50:is(.dark *):hover {
      background-color: var(--input);
    }

    @supports (color: color-mix(in lab, red, red)) {
      .dark\:hover\:bg-input\/50:is(.dark *):hover {
        background-color: color-mix(in oklab, var(--input) 50%, transparent);
      }
    }
  }

  @media (hover: hover) {
    .dark\:hover\:bg-muted\/50:is(.dark *):hover {
      background-color: var(--muted);
    }

    @supports (color: color-mix(in lab, red, red)) {
      .dark\:hover\:bg-muted\/50:is(.dark *):hover {
        background-color: color-mix(in oklab, var(--muted) 50%, transparent);
      }
    }
  }

  .dark\:focus-visible\:ring-destructive\/40:is(.dark *):focus-visible {
    --tw-ring-color: var(--destructive);
  }

  @supports (color: color-mix(in lab, red, red)) {
    .dark\:focus-visible\:ring-destructive\/40:is(.dark *):focus-visible {
      --tw-ring-color: color-mix(in oklab, var(--destructive) 40%, transparent);
    }
  }

  .dark\:aria-invalid\:border-destructive\/50:is(.dark *)[aria-invalid="true"] {
    border-color: var(--destructive);
  }

  @supports (color: color-mix(in lab, red, red)) {
    .dark\:aria-invalid\:border-destructive\/50:is(.dark *)[aria-invalid="true"] {
      border-color: color-mix(in oklab, var(--destructive) 50%, transparent);
    }
  }

  .dark\:aria-invalid\:ring-destructive\/40:is(.dark *)[aria-invalid="true"] {
    --tw-ring-color: var(--destructive);
  }

  @supports (color: color-mix(in lab, red, red)) {
    .dark\:aria-invalid\:ring-destructive\/40:is(.dark *)[aria-invalid="true"] {
      --tw-ring-color: color-mix(in oklab, var(--destructive) 40%, transparent);
    }
  }

  .\[\&_svg\]\:pointer-events-none svg {
    pointer-events: none;
  }

  .\[\&_svg\]\:shrink-0 svg {
    flex-shrink: 0;
  }

  .\[\&_svg\:not\(\[class\*\=\'size-\'\]\)\]\:size-3 svg:not([class*="size-"]) {
    width: calc(var(--spacing) * 3);
    height: calc(var(--spacing) * 3);
  }

  .\[\&_svg\:not\(\[class\*\=\'size-\'\]\)\]\:size-3\.5 svg:not([class*="size-"]) {
    width: calc(var(--spacing) * 3.5);
    height: calc(var(--spacing) * 3.5);
  }

  .\[\&_svg\:not\(\[class\*\=\'size-\'\]\)\]\:size-4 svg:not([class*="size-"]) {
    width: calc(var(--spacing) * 4);
    height: calc(var(--spacing) * 4);
  }

  .\[\.border-b\]\:pb-4.border-b {
    padding-bottom: calc(var(--spacing) * 4);
  }

  .group-data-\[size\=sm\]\/card\:\[\.border-b\]\:pb-3:is(:where(.group\/card)[data-size="sm"] *).border-b {
    padding-bottom: calc(var(--spacing) * 3);
  }

  @media (hover: hover) {
    .\[a\]\:hover\:bg-primary\/80:is(a):hover {
      background-color: var(--primary);
    }

    @supports (color: color-mix(in lab, red, red)) {
      .\[a\]\:hover\:bg-primary\/80:is(a):hover {
        background-color: color-mix(in oklab, var(--primary) 80%, transparent);
      }
    }
  }

  :is(.\*\:\[img\:first-child\]\:rounded-t-xl > *):is(img:first-child) {
    border-top-left-radius: calc(var(--radius) * 1.4);
    border-top-right-radius: calc(var(--radius) * 1.4);
  }

  :is(.\*\:\[img\:last-child\]\:rounded-b-xl > *):is(img:last-child) {
    border-bottom-right-radius: calc(var(--radius) * 1.4);
    border-bottom-left-radius: calc(var(--radius) * 1.4);
  }
}

:root {
  --color-bg: #f8fafc;
  --color-surface: #fff;
  --color-surface-muted: #f9fafb;
  --color-surface-hover: #f3f4f6;
  --color-surface-strong: #111827;
  --color-surface-inverted: #0f172a;
  --color-surface-campaign: #e5e7eb;
  --color-border: #e5e7eb;
  --color-border-strong: #374151;
  --color-text: #111827;
  --color-text-muted: #6b7280;
  --color-text-inverted: #f9fafb;
  --color-text-inverted-muted: #cbd5e1;
  --color-primary: #111827;
  --color-primary-contrast: #fff;
  --color-danger: #b91c1c;
  --color-warning-bg: #fffbeb;
  --color-warning-border: #fde68a;
  --color-warning-text: #92400e;
  --font-body: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont,
    "Segoe UI", sans-serif;
  --font-heading: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont,
    "Segoe UI", sans-serif;
  --text-xs: .75rem;
  --text-sm: .875rem;
  --text-base: 1rem;
  --text-lg: 1.125rem;
  --text-xl: 1.25rem;
  --text-2xl: 1.5rem;
  --leading-tight: 1.25;
  --leading-normal: 1.5;
  --space-1: .25rem;
  --space-2: .5rem;
  --space-3: .75rem;
  --space-4: 1rem;
  --space-5: 1.25rem;
  --space-6: 1.5rem;
  --space-8: 2rem;
  --space-10: 2.5rem;
  --radius-sm: .5rem;
  --radius-md: .75rem;
  --radius-lg: 1rem;
  --radius-xl: 1.25rem;
  --button-radius: .75rem;
  --shadow-sm: 0 1px 2px #0000000f;
  --shadow-md: 0 10px 25px #0000001f;
  --layout-page-max: 1440px;
  --layout-sidebar-width: 320px;
  --layout-gap: 1.5rem;
  --section-gap: 1rem;
  --section-gap-lg: 1.5rem;
  --page-stack-gap: 1.5rem;
}

.ui-page-title {
  color: var(--color-text);
  font-family: var(--font-heading);
  font-size: var(--text-2xl);
  font-weight: 600;
  line-height: var(--leading-tight);
  margin: 0;
}

.ui-card {
  border: 1px solid var(--color-border);
  border-radius: var(--radius-lg);
  background: var(--color-surface);
  box-shadow: var(--shadow-sm);
}

.ui-panel {
  border: 1px solid var(--color-border);
  border-radius: var(--radius-xl);
  background: var(--color-surface);
}

.ui-panel--default {
  background: var(--color-surface);
}

.ui-panel--muted {
  background: var(--color-surface-muted);
}

.ui-panel--strong {
  border-color: var(--color-border-strong);
  background: var(--color-surface-strong);
  color: var(--color-text-inverted);
}

.ui-panel--inverted {
  border-color: var(--color-border-strong);
  background: var(--color-surface-inverted);
  color: var(--color-text-inverted);
}

.ui-panel--campaign {
  background: var(--color-surface-campaign);
}

.ui-panel--pad-none {
  padding: 0;
}

.ui-panel--pad-sm {
  padding: var(--space-3);
}

.ui-panel--pad-md {
  padding: var(--space-4);
}

.ui-panel--pad-lg {
  padding: var(--space-6);
}

.ui-text-muted {
  color: var(--color-text-muted);
}

.ui-text-inverted {
  color: var(--color-text-inverted);
}

.ui-text-inverted-muted {
  color: var(--color-text-inverted-muted);
}

.ui-toolbar {
  justify-content: space-between;
  gap: var(--space-4);
  min-height: 0;
  display: flex;
}

.ui-toolbar--align-start {
  align-items: flex-start;
}

.ui-toolbar--align-center {
  align-items: center;
}

.ui-toolbar__left, .ui-toolbar__right {
  min-width: 0;
}

.ui-content-section {
  display: grid;
}

.ui-content-section--space-md {
  gap: var(--section-gap);
}

.ui-content-section--space-lg {
  gap: var(--section-gap-lg);
}

.ui-content-section__content {
  min-width: 0;
}

.ui-section-heading {
  justify-content: space-between;
  align-items: flex-start;
  gap: var(--space-4);
  display: flex;
}

.ui-section-heading--align-start {
  text-align: left;
}

.ui-section-heading--align-center {
  text-align: center;
}

.ui-section-heading__content {
  gap: var(--space-1);
  min-width: 0;
  display: grid;
}

.ui-section-heading__eyebrow {
  color: var(--color-text-muted);
  font-size: var(--text-xs);
  font-weight: 600;
  line-height: var(--leading-normal);
  letter-spacing: .04em;
  text-transform: uppercase;
}

.ui-section-heading__title {
  color: var(--color-text);
  font-family: var(--font-heading);
  font-weight: 600;
  line-height: var(--leading-tight);
  margin: 0;
}

.ui-section-heading--md .ui-section-heading__title {
  font-size: var(--text-lg);
}

.ui-section-heading--lg .ui-section-heading__title {
  font-size: var(--text-xl);
}

.ui-section-heading__description {
  color: var(--color-text-muted);
  font-size: var(--text-sm);
  line-height: var(--leading-normal);
}

.ui-section-heading__actions {
  min-width: 0;
}

.ui-section-heading--inverted .ui-section-heading__eyebrow {
  color: var(--color-text-inverted-muted);
}

.ui-section-heading--inverted .ui-section-heading__title {
  color: var(--color-text-inverted);
}

.ui-section-heading--inverted .ui-section-heading__description {
  color: var(--color-text-inverted-muted);
}

.ui-grid {
  display: grid;
}

.ui-grid--gap-sm {
  gap: var(--space-3);
}

.ui-grid--gap-md {
  gap: var(--space-4);
}

.ui-grid--gap-lg {
  gap: var(--space-6);
}

.ui-grid--cols-1, .ui-grid--cols-2, .ui-grid--cols-3, .ui-grid--cols-4 {
  grid-template-columns: 1fr;
}

@media (min-width: 640px) {
  .ui-grid--cols-4 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (min-width: 768px) {
  .ui-grid--cols-2, .ui-grid--cols-3 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (min-width: 1280px) {
  .ui-grid--cols-3 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .ui-grid--cols-4 {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}

.ui-stack {
  display: grid;
}

.ui-stack--gap-sm {
  gap: var(--space-3);
}

.ui-stack--gap-md {
  gap: var(--space-4);
}

.ui-stack--gap-lg {
  gap: var(--space-6);
}

.ui-content-container {
  min-width: 0;
}

.ui-action-group {
  align-items: center;
  gap: var(--space-3);
  flex-wrap: wrap;
  display: flex;
}

.ui-category-link-card {
  border: 1px solid var(--color-border);
  border-radius: var(--radius-lg);
  padding: var(--space-3);
  text-decoration: none;
  transition: background-color .2s, border-color .2s;
  display: block;
}

.ui-category-link-card--default {
  background: var(--color-surface);
}

.ui-category-link-card--muted {
  background: var(--color-surface-muted);
}

.ui-category-link-card:hover {
  background: var(--color-surface-hover);
  text-decoration: none;
}

.ui-category-link-card__content {
  justify-content: space-between;
  align-items: flex-start;
  gap: var(--space-3);
  display: flex;
}

.ui-category-link-card__main {
  gap: var(--space-1);
  min-width: 0;
  display: grid;
}

.ui-category-link-card__title {
  color: var(--color-text);
  font-size: var(--text-sm);
  font-weight: 500;
  line-height: var(--leading-tight);
}

.ui-category-link-card__description {
  color: var(--color-text-muted);
  font-size: var(--text-xs);
  line-height: var(--leading-normal);
}

.ui-category-link-card__aside {
  color: var(--color-text-muted);
  font-size: var(--text-xs);
  line-height: var(--leading-normal);
  flex-shrink: 0;
}

.ui-listing-toolbar__title {
  color: var(--color-text);
  font-size: var(--text-sm);
  font-weight: 600;
  line-height: var(--leading-tight);
}

.ui-listing-toolbar__meta {
  color: var(--color-text-muted);
  font-size: var(--text-sm);
  line-height: var(--leading-tight);
}

.ui-pagination-nav__nav {
  min-width: 0;
}

.ui-pagination-nav__list {
  justify-content: center;
  align-items: center;
  gap: var(--space-2);
  flex-wrap: wrap;
  display: flex;
}

.ui-disclosure-chevron {
  width: 1rem;
  height: 1rem;
  color: var(--color-text-muted);
  transition: transform .2s;
}

:root {
  --swatch-color-black: #111;
  --swatch-color-white: #f5f5f5;
  --swatch-color-gray: #9ca3af;
  --swatch-color-silver: silver;
  --swatch-color-red: #dc2626;
  --swatch-color-blue: #2563eb;
  --swatch-color-green: #16a34a;
  --swatch-color-yellow: #facc15;
  --swatch-color-orange: #f97316;
  --swatch-color-purple: #9333ea;
  --swatch-color-pink: #ec4899;
  --swatch-color-brown: #8b5e3c;
  --swatch-color-beige: #d6c6a5;
  --swatch-color-cream: #f5f1e8;
  --swatch-color-ivory: #fff8e7;
  --swatch-color-gold: #d4af37;
  --swatch-color-navy: #1e3a8a;
  --swatch-color-teal: #0f766e;
}

.ui-button, .ui-button-link {
  border-radius: var(--button-radius);
  border: 1px solid #0000;
  justify-content: center;
  align-items: center;
  gap: .5rem;
  font-weight: 500;
  text-decoration: none;
  transition: background-color .2s, border-color .2s, color .2s, opacity .2s;
  display: inline-flex;
}

.ui-button:disabled {
  cursor: not-allowed;
  opacity: .5;
}

.ui-button--sm, .ui-button-link--sm {
  font-size: var(--text-sm);
  padding: .375rem .75rem;
}

.ui-button--md, .ui-button-link--md {
  font-size: var(--text-sm);
  padding: .5rem .75rem;
}

.ui-button--primary, .ui-button-link--primary {
  border-color: var(--color-primary);
  background: var(--color-primary);
  color: var(--color-primary-contrast);
}

.ui-button--primary:hover, .ui-button-link--primary:hover {
  opacity: .95;
  text-decoration: none;
}

.ui-button--secondary, .ui-button-link--secondary {
  border-color: var(--color-border);
  background: var(--color-surface);
  color: var(--color-text);
}

.ui-button--secondary:hover, .ui-button-link--secondary:hover {
  background: var(--color-surface-hover);
  text-decoration: none;
}

.ui-button--ghost, .ui-button-link--ghost {
  color: var(--color-text-muted);
  background: none;
  border-color: #0000;
}

.ui-button--ghost:hover, .ui-button-link--ghost:hover {
  background: var(--color-surface-muted);
  text-decoration: none;
}

.ui-button--danger, .ui-button-link--danger {
  border-color: var(--color-danger);
  background: var(--color-danger);
  color: #fff;
}

.ui-button--danger:hover, .ui-button-link--danger:hover {
  opacity: .95;
  text-decoration: none;
}

.ui-button-link--disabled {
  pointer-events: none;
  opacity: .5;
}

.ui-field {
  gap: .375rem;
  display: grid;
}

.ui-field__label {
  font-size: var(--text-sm);
  color: var(--color-text);
  font-weight: 500;
}

.ui-field__hint {
  font-size: var(--text-xs);
  color: var(--color-text-muted);
}

.ui-field__error {
  font-size: var(--text-xs);
  color: var(--color-danger);
}

.ui-input {
  border: 1px solid var(--color-border);
  border-radius: var(--radius-md);
  background: var(--color-surface);
  width: 100%;
  color: var(--color-text);
  font-size: var(--text-sm);
  line-height: var(--leading-normal);
  padding: .5rem .75rem;
}

.ui-input::placeholder {
  color: var(--color-text-muted);
}

.ui-input:focus {
  border-color: var(--color-primary);
  outline: 2px solid #0000;
}

.ui-input:disabled {
  opacity: .6;
  cursor: not-allowed;
}

.ui-input--error {
  border-color: var(--color-danger);
}

.main-nav {
  align-items: center;
  min-width: 0;
  display: flex;
}

.main-nav__list {
  flex-wrap: wrap;
  align-items: center;
  gap: .5rem;
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
}

.main-nav__item {
  position: relative;
}

.main-nav__link {
  border-radius: var(--radius-lg);
  font-size: var(--text-sm);
  color: var(--color-text);
  align-items: center;
  gap: .35rem;
  padding: .625rem .875rem;
  font-weight: 500;
  text-decoration: none;
  transition: background-color .2s, color .2s;
  display: inline-flex;
}

.main-nav__link:hover {
  background: var(--color-surface-hover);
  text-decoration: none;
}

.main-nav__caret {
  color: var(--color-text-muted);
  font-size: .7rem;
}

.main-nav__flyout-wrap {
  z-index: 50;
  visibility: hidden;
  opacity: 0;
  padding-top: .5rem;
  transition: opacity .15s, transform .15s, visibility .15s;
  position: absolute;
  top: 100%;
  left: 0;
  transform: translateY(4px);
}

.main-nav__item:hover > .main-nav__flyout-wrap {
  visibility: visible;
  opacity: 1;
  transform: translateY(0);
}

.main-nav__flyout {
  border: 1px solid var(--color-border);
  border-radius: var(--radius-xl);
  background: var(--color-surface);
  min-width: 18rem;
  box-shadow: var(--shadow-md);
  padding: 1rem;
}

.main-nav__flyout-grid {
  gap: 1rem;
  display: grid;
}

.main-nav__flyout-grid--1 {
  grid-template-columns: 1fr;
  min-width: 18rem;
}

.main-nav__flyout-grid--2 {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  min-width: 28rem;
}

.main-nav__column {
  gap: .5rem;
  min-width: 0;
  display: grid;
}

.main-nav__column-title {
  font-size: var(--text-sm);
  color: var(--color-text);
  font-weight: 600;
  text-decoration: none;
}

.main-nav__column-title:hover {
  text-decoration: underline;
}

.main-nav__sublist {
  gap: .25rem;
  margin: 0;
  padding: 0;
  list-style: none;
  display: grid;
}

.main-nav__subitem-link {
  font-size: var(--text-sm);
  color: var(--color-text-muted);
  line-height: var(--leading-normal);
  text-decoration: none;
}

.main-nav__subitem-link:hover {
  color: var(--color-text);
  text-decoration: underline;
}

.layered-navigation {
  gap: var(--space-4);
  display: grid;
}

.layered-navigation__panel {
  min-width: 0;
}

.layered-navigation__clear {
  color: var(--color-text-muted);
  font-size: var(--text-sm);
  font-weight: 500;
  line-height: var(--leading-normal);
  text-underline-offset: 2px;
  text-decoration: underline;
}

.layered-navigation__clear:hover {
  text-decoration: underline;
}

.layered-navigation__content {
  margin-top: var(--space-4);
}

.layered-navigation__groups {
  gap: var(--space-3);
  display: grid;
}

.layered-navigation__empty {
  margin-top: var(--space-4);
}

.layered-navigation-group, .layered-navigation-category-group {
  border: 1px solid var(--color-border);
  border-radius: var(--radius-lg);
  background: var(--color-surface);
}

.layered-navigation-group__summary, .layered-navigation-category-group__summary {
  cursor: pointer;
  justify-content: space-between;
  align-items: center;
  gap: var(--space-3);
  padding: var(--space-3);
  color: var(--color-text);
  font-size: var(--text-sm);
  font-weight: 600;
  line-height: var(--leading-tight);
  list-style: none;
  display: flex;
}

.layered-navigation-group__summary::-webkit-details-marker {
  display: none;
}

.layered-navigation-category-group__summary::-webkit-details-marker {
  display: none;
}

.layered-navigation-group[open] .ui-disclosure-chevron, .layered-navigation-category-group[open] .ui-disclosure-chevron {
  transform: rotate(180deg);
}

.layered-navigation-group__body, .layered-navigation-category-group__body {
  border-top: 1px solid var(--color-border);
  padding: var(--space-3);
}

.layered-navigation-group__list, .layered-navigation-category-group__list {
  gap: var(--space-2);
  margin: 0;
  padding: 0;
  list-style: none;
  display: grid;
}

.layered-navigation-option__link, .layered-navigation-category-group__link {
  justify-content: space-between;
  align-items: center;
  gap: var(--space-2);
  border-radius: var(--radius-md);
  padding: var(--space-1) var(--space-2);
  font-size: var(--text-sm);
  line-height: var(--leading-normal);
  text-decoration: none;
  display: flex;
}

.layered-navigation-option__link:hover, .layered-navigation-category-group__link:hover {
  background: var(--color-surface-hover);
  text-decoration: none;
}

.layered-navigation-option__link--selected {
  background: var(--color-surface-muted);
}

.layered-navigation-option__main {
  align-items: center;
  gap: var(--space-2);
  color: var(--color-text);
  min-width: 0;
  display: flex;
}

.layered-navigation-option__checkbox {
  width: 1rem;
  height: 1rem;
}

.layered-navigation-option__label, .layered-navigation-category-group__label {
  color: var(--color-text);
}

.layered-navigation-option__count, .layered-navigation-category-group__count {
  color: var(--color-text-muted);
  white-space: nowrap;
}

.layered-navigation-swatch__list {
  gap: var(--space-2);
  margin: 0;
  padding: 0;
  list-style: none;
  display: grid;
}

.layered-navigation-swatch__link {
  justify-content: space-between;
  align-items: center;
  gap: var(--space-2);
  border-radius: var(--radius-md);
  padding: var(--space-1) var(--space-2);
  font-size: var(--text-sm);
  line-height: var(--leading-normal);
  text-decoration: none;
  display: flex;
}

.layered-navigation-swatch__link:hover {
  background: var(--color-surface-hover);
  text-decoration: none;
}

.layered-navigation-swatch__link--selected {
  background: var(--color-surface-muted);
}

.layered-navigation-swatch__main {
  align-items: center;
  gap: var(--space-2);
  min-width: 0;
  display: flex;
}

.layered-navigation-swatch__dot {
  border: 1px solid var(--color-border);
  background: var(--color-surface-muted);
  border-radius: 9999px;
  flex-shrink: 0;
  width: 1rem;
  height: 1rem;
}

.layered-navigation-swatch__label {
  color: var(--color-text);
}

.layered-navigation-swatch__count {
  color: var(--color-text-muted);
  white-space: nowrap;
}

.layered-navigation-chips__list {
  gap: var(--space-2);
  flex-wrap: wrap;
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
}

.layered-navigation-chips__chip {
  align-items: center;
  gap: var(--space-1);
  border-radius: var(--radius-lg);
  border: 1px solid var(--color-border);
  padding: var(--space-2) var(--space-3);
  font-size: var(--text-sm);
  line-height: var(--leading-normal);
  text-decoration: none;
  transition: background-color .2s, border-color .2s, color .2s;
  display: inline-flex;
}

.layered-navigation-chips__chip:hover {
  text-decoration: none;
}

.layered-navigation-chips__chip--default {
  background: var(--color-surface);
  color: var(--color-text);
}

.layered-navigation-chips__chip--default:hover {
  background: var(--color-surface-hover);
}

.layered-navigation-chips__chip--selected {
  border-color: var(--color-primary);
  background: var(--color-primary);
  color: var(--color-primary-contrast);
}

.layered-navigation-chips__label {
  white-space: nowrap;
}

.layered-navigation-chips__count {
  white-space: nowrap;
  opacity: .85;
}

.layered-navigation-price__list {
  gap: var(--space-2);
  margin: 0;
  padding: 0;
  list-style: none;
  display: grid;
}

.layered-navigation-price__link {
  justify-content: space-between;
  align-items: center;
  gap: var(--space-2);
  border-radius: var(--radius-md);
  padding: var(--space-2) var(--space-3);
  font-size: var(--text-sm);
  line-height: var(--leading-normal);
  text-decoration: none;
  display: flex;
}

.layered-navigation-price__link:hover {
  background: var(--color-surface-hover);
  text-decoration: none;
}

.layered-navigation-price__link--selected {
  background: var(--color-surface-muted);
}

.layered-navigation-price__label {
  color: var(--color-text);
}

.layered-navigation-price__count {
  color: var(--color-text-muted);
  white-space: nowrap;
}

.layered-navigation-yesno__list {
  gap: var(--space-2);
  flex-wrap: wrap;
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
}

.layered-navigation-yesno__option {
  align-items: center;
  gap: var(--space-1);
  border-radius: var(--radius-lg);
  border: 1px solid var(--color-border);
  padding: var(--space-2) var(--space-3);
  font-size: var(--text-sm);
  line-height: var(--leading-normal);
  text-decoration: none;
  transition: background-color .2s, border-color .2s, color .2s;
  display: inline-flex;
}

.layered-navigation-yesno__option:hover {
  text-decoration: none;
}

.layered-navigation-yesno__option--default {
  background: var(--color-surface);
  color: var(--color-text);
}

.layered-navigation-yesno__option--default:hover {
  background: var(--color-surface-hover);
}

.layered-navigation-yesno__option--selected {
  border-color: var(--color-primary);
  background: var(--color-primary);
  color: var(--color-primary-contrast);
}

.layered-navigation-yesno__label {
  white-space: nowrap;
}

.layered-navigation-yesno__count {
  white-space: nowrap;
  opacity: .85;
}

.cart-overview {
  min-width: 0;
}

.cart-overview__summary {
  border: 1px solid var(--color-border);
  border-radius: var(--radius-lg);
  background: var(--color-surface);
  padding: var(--space-4);
}

.cart-overview__summary-header {
  justify-content: space-between;
  align-items: flex-start;
  gap: var(--space-3);
  display: flex;
}

.cart-overview__summary-text {
  gap: var(--space-1);
  min-width: 0;
  display: grid;
}

.cart-overview__summary-title {
  color: var(--color-text);
  font-size: var(--text-sm);
  font-weight: 600;
  line-height: var(--leading-tight);
}

.cart-overview__summary-meta, .cart-action-feedback {
  color: var(--color-text-muted);
  font-size: var(--text-sm);
  line-height: var(--leading-normal);
}

.cart-action-feedback--xs {
  font-size: var(--text-xs);
}

.cart-add-form {
  gap: var(--space-3);
  display: grid;
}

.cart-clear-action {
  gap: var(--space-1);
  justify-items: end;
  display: grid;
}

.cart-line-item-editor {
  gap: var(--space-3);
  border: 1px solid var(--color-border);
  border-radius: var(--radius-lg);
  background: var(--color-surface);
  padding: var(--space-4);
  display: grid;
}

.cart-line-item-editor__meta {
  gap: var(--space-1);
  display: grid;
}

.cart-line-item-editor__name {
  color: var(--color-text);
  font-size: var(--text-sm);
  font-weight: 600;
  line-height: var(--leading-tight);
}

.cart-line-item-editor__sku {
  color: var(--color-text-muted);
  font-size: var(--text-xs);
  line-height: var(--leading-normal);
}

.cart-line-item-editor__controls {
  align-items: flex-end;
  gap: var(--space-3);
  flex-wrap: wrap;
  display: flex;
}

.cart-line-item-editor__quantity {
  width: 6rem;
}

.mini-cart {
  width: 320px;
}

.mini-cart__content {
  gap: var(--space-4);
  padding: var(--space-5);
  display: grid;
}

.mini-cart__header {
  justify-content: space-between;
  align-items: flex-start;
  gap: var(--space-3);
  display: flex;
}

.mini-cart__header-text {
  gap: var(--space-1);
  display: grid;
}

.mini-cart__title {
  color: var(--color-text);
  font-size: var(--text-sm);
  font-weight: 600;
  line-height: var(--leading-tight);
}

.mini-cart__meta {
  color: var(--color-text-muted);
  font-size: var(--text-xs);
  line-height: var(--leading-normal);
}

.mini-cart__items {
  gap: 0;
  display: grid;
}

.mini-cart__footer {
  justify-content: space-between;
  align-items: center;
  gap: var(--space-3);
  border-top: 1px solid var(--color-border);
  padding-top: var(--space-3);
  display: flex;
}

.mini-cart__total {
  color: var(--color-text);
  font-size: var(--text-sm);
  line-height: var(--leading-tight);
}

.mini-cart-line-item {
  justify-content: space-between;
  align-items: flex-start;
  gap: var(--space-3);
  border-bottom: 1px solid var(--color-border);
  padding: var(--space-3) 0;
  display: flex;
}

.mini-cart-line-item__content {
  gap: var(--space-1);
  min-width: 0;
  display: grid;
}

.mini-cart-line-item__name {
  color: var(--color-text);
  font-size: var(--text-sm);
  font-weight: 500;
  line-height: var(--leading-tight);
}

.mini-cart-line-item__sku, .mini-cart-line-item__qty {
  color: var(--color-text-muted);
  font-size: var(--text-xs);
  line-height: var(--leading-normal);
}

.mini-cart-line-item__actions {
  align-items: center;
  gap: var(--space-2);
  display: flex;
}

.mini-cart-flyout {
  z-index: 50;
  position: relative;
}

.mini-cart-flyout__layer {
  z-index: 50;
  padding-top: var(--space-2);
  position: absolute;
  top: 100%;
  right: 0;
}

.mini-cart-flyout__backdrop {
  z-index: 40;
  -webkit-backdrop-filter: blur(1px);
  backdrop-filter: blur(1px);
  cursor: default;
  background: #1118272e;
  border: 0;
  position: fixed;
  inset: 0;
}

.mini-cart-flyout__status {
  border: 1px solid var(--color-border);
  border-radius: var(--radius-xl);
  background: var(--color-surface);
  width: 320px;
  box-shadow: var(--shadow-md);
  padding: var(--space-4);
  font-size: var(--text-sm);
  line-height: var(--leading-normal);
}

.mini-cart-flyout__status--loading {
  color: var(--color-text-muted);
}

.mini-cart-flyout__status--error {
  color: var(--color-danger);
}

.cart-page {
  gap: var(--space-4);
  display: grid;
}

.cart-page__error {
  color: var(--color-danger);
  font-size: var(--text-sm);
  line-height: var(--leading-normal);
}

.cart-add-action {
  gap: var(--space-1);
  display: grid;
}

.category-product-listing {
  align-content: start;
  align-self: start;
}

.category-product-listing-grid {
  align-content: start;
  align-self: start;
  gap: var(--space-4);
  display: grid;
}

.category-shop-by, .category-shop-by__nav, .category-subcategory-section {
  min-width: 0;
}

.category-browse-template {
  align-content: start;
  align-self: start;
}

.category-browse-template__blocks {
  min-width: 0;
}

.category-page-layout__content {
  align-content: start;
  align-self: start;
  gap: var(--space-4);
  display: grid;
}

.category-route-page {
  gap: var(--space-4);
  display: grid;
}

.product-teaser-actions {
  min-width: 0;
}

.product-teaser-card {
  transition: box-shadow .2s;
  overflow: hidden;
}

.product-teaser-card:hover {
  box-shadow: var(--shadow-sm);
}

.product-teaser-card__link {
  text-decoration: none;
  display: block;
}

.product-teaser-card__link:hover {
  text-decoration: none;
}

.product-teaser-card__media {
  background: var(--color-surface-muted);
  width: 100%;
  position: relative;
}

.product-teaser-card--listing .product-teaser-card__media {
  aspect-ratio: 1;
}

.product-teaser-card--hot-seller .product-teaser-card__media {
  height: 7rem;
}

@media (min-width: 640px) {
  .product-teaser-card--hot-seller .product-teaser-card__media {
    height: 8rem;
  }
}

.product-teaser-card__media-inner {
  position: absolute;
  inset: 0;
}

.product-teaser-card__image {
  object-fit: contain;
  background: var(--color-surface-muted);
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0;
}

.product-teaser-card__image-placeholder {
  color: var(--color-text-muted);
  font-size: var(--text-xs);
  line-height: var(--leading-normal);
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  inset: 0;
}

.product-teaser-card__content {
  gap: var(--space-2);
  display: grid;
}

.product-teaser-card--listing .product-teaser-card__content {
  padding: var(--space-4);
}

.product-teaser-card--hot-seller .product-teaser-card__content {
  padding: var(--space-3);
}

.product-teaser-card__title {
  color: var(--color-text);
  font-size: var(--text-sm);
  font-weight: 500;
  line-height: var(--leading-tight);
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  display: -webkit-box;
  overflow: hidden;
}

.product-teaser-card__link:hover .product-teaser-card__title {
  text-decoration: underline;
}

.product-teaser-card__price-row {
  justify-content: space-between;
  align-items: center;
  gap: var(--space-2);
  display: flex;
}

.product-teaser-card__price {
  color: var(--color-text);
  font-size: var(--text-sm);
  line-height: var(--leading-tight);
}

.product-teaser-card__price--empty {
  color: var(--color-text-muted);
}

.product-teaser-card__rating {
  white-space: nowrap;
  color: var(--color-text-muted);
  font-size: var(--text-xs);
  line-height: var(--leading-normal);
}

.product-teaser-card__options {
  gap: var(--space-1);
  display: grid;
}

.product-teaser-card__option-text {
  color: var(--color-text-muted);
  font-size: var(--text-xs);
  line-height: var(--leading-normal);
}

.product-teaser-card__option-label {
  font-weight: 500;
}

.product-teaser-card__review {
  border-top: 1px solid var(--color-border);
  padding-top: var(--space-1);
}

.product-teaser-card__review-text {
  color: var(--color-text);
  font-size: var(--text-xs);
  line-height: var(--leading-normal);
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  display: -webkit-box;
  overflow: hidden;
}

.product-teaser-card__review-label {
  font-weight: 500;
}

.product-teaser-card__sku {
  color: var(--color-text-muted);
  font-size: var(--text-xs);
  line-height: var(--leading-normal);
}

.product-teaser-card__actions {
  border-top: 1px solid var(--color-border);
}

.product-teaser-card--listing .product-teaser-card__actions {
  padding: var(--space-4);
}

.product-teaser-card--hot-seller .product-teaser-card__actions {
  padding: var(--space-3);
}

.product-editorial-collection {
  position: relative;
}

.product-editorial-collection .ui-section-heading {
  align-items: end;
}

.product-editorial-collection .ui-section-heading__content {
  gap: var(--space-2);
  max-width: 42rem;
}

.product-editorial-collection .ui-section-heading__title {
  font-size: var(--text-xl);
}

.product-editorial-collection .ui-section-heading__description {
  max-width: 34rem;
  font-size: var(--text-base);
}

.product-editorial-collection__content {
  min-width: 0;
}

.product-editorial-collection__rail-shell {
  position: relative;
}

.product-editorial-collection__rail {
  gap: var(--space-4);
  padding-left: var(--space-4);
  padding-right: 0;
  padding-bottom: var(--space-2);
  scroll-snap-type: x proximity;
  scroll-behavior: smooth;
  grid-auto-columns: 78%;
  grid-auto-flow: column;
  display: grid;
  overflow-x: auto;
}

.product-editorial-collection__rail:after {
  content: "";
  width: 0;
}

.product-editorial-collection__item {
  scroll-snap-align: start;
  min-width: 0;
}

.product-editorial-collection__item:last-child {
  margin-right: var(--space-4);
}

.product-editorial-collection__nav {
  z-index: 2;
  border: 1px solid var(--color-border);
  width: 2.75rem;
  height: 2.75rem;
  color: var(--color-text);
  box-shadow: var(--shadow-sm);
  cursor: pointer;
  background: #fffffff5;
  border-radius: 9999px;
  justify-content: center;
  align-items: center;
  transition: background-color .2s, box-shadow .2s, transform .2s;
  display: none;
  position: absolute;
  top: 9rem;
}

.product-editorial-collection__nav:hover {
  background: var(--color-surface);
  box-shadow: var(--shadow-md);
}

.product-editorial-collection__nav:active {
  transform: translateY(1px);
}

.product-editorial-collection__nav--prev {
  left: var(--space-2);
}

.product-editorial-collection__nav--next {
  right: var(--space-2);
}

.product-editorial-collection__nav-icon {
  font-size: var(--text-lg);
  line-height: 1;
}

.product-editorial-card {
  background: none;
  height: 100%;
}

.product-editorial-card__link {
  gap: var(--space-3);
  text-decoration: none;
  display: grid;
}

.product-editorial-card__link:hover {
  text-decoration: none;
}

.product-editorial-card__media {
  border-radius: var(--radius-md);
  background: var(--color-surface-muted);
  aspect-ratio: 3 / 4;
  position: relative;
  overflow: hidden;
}

.product-editorial-card__image {
  object-fit: contain;
  object-position: center;
  width: 100%;
  height: 100%;
  padding: var(--space-2);
  transition: transform .25s;
  position: absolute;
  inset: 0;
}

.product-editorial-card__link:hover .product-editorial-card__image {
  transform: scale(1.015);
}

.product-editorial-card__image-placeholder {
  color: var(--color-text-muted);
  font-size: var(--text-xs);
  line-height: var(--leading-normal);
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  inset: 0;
}

.product-editorial-card__content {
  gap: var(--space-1);
  min-width: 0;
  display: grid;
}

.product-editorial-card__brand {
  color: var(--color-text);
  font-size: var(--text-sm);
  font-weight: 600;
  line-height: var(--leading-tight);
}

.product-editorial-card__title {
  color: var(--color-text);
  font-size: var(--text-sm);
  line-height: var(--leading-normal);
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  display: -webkit-box;
  overflow: hidden;
}

.product-editorial-card__meta {
  gap: var(--space-1);
  padding-top: var(--space-1);
  display: grid;
}

.product-editorial-card__price {
  color: var(--color-text);
  font-size: var(--text-sm);
  font-weight: 500;
  line-height: var(--leading-tight);
}

.product-editorial-card__rating {
  color: var(--color-text-muted);
  font-size: var(--text-xs);
  line-height: var(--leading-normal);
}

@media (min-width: 640px) {
  .product-editorial-collection__rail {
    padding-left: var(--space-4);
    grid-auto-columns: 42%;
  }

  .product-editorial-collection__item:last-child {
    margin-right: var(--space-4);
  }
}

@media (min-width: 768px) {
  .product-editorial-collection__rail {
    grid-auto-columns: calc((100% - (var(--space-4) * 3) - var(--space-5)) / 3.5);
    gap: var(--space-4);
    padding-left: var(--space-5);
  }

  .product-editorial-collection__item:last-child {
    margin-right: var(--space-5);
  }

  .product-editorial-collection__nav {
    display: inline-flex;
  }
}

@media (min-width: 1280px) {
  .product-editorial-collection__rail {
    grid-auto-columns: calc((100% - (var(--space-4) * 4) - var(--space-6)) / 4.5);
    gap: var(--space-4);
    padding-left: var(--space-6);
  }

  .product-editorial-collection__item:last-child {
    margin-right: var(--space-6);
  }

  .product-editorial-collection .ui-section-heading__title {
    font-size: var(--text-2xl);
  }
}

.product-detail-template__gallery, .product-detail-template__content, .product-detail-template__summary, .product-detail-template__purchase {
  min-width: 0;
}

.product-gallery {
  gap: var(--space-3);
  display: grid;
}

.product-gallery__main-panel {
  overflow: hidden;
}

.product-gallery__main {
  aspect-ratio: 1;
  background: var(--color-surface-muted);
  width: 100%;
  position: relative;
}

.product-gallery__image {
  object-fit: contain;
  background: var(--color-surface-muted);
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0;
}

.product-gallery__empty {
  aspect-ratio: 1;
  border-radius: inherit;
  background: var(--color-surface-muted);
  color: var(--color-text-muted);
  font-size: var(--text-sm);
  line-height: var(--leading-normal);
  justify-content: center;
  align-items: center;
  display: flex;
}

.product-gallery__thumbs {
  gap: var(--space-2);
  grid-template-columns: repeat(4, minmax(0, 1fr));
  display: grid;
}

@media (min-width: 640px) {
  .product-gallery__thumbs {
    grid-template-columns: repeat(5, minmax(0, 1fr));
  }
}

.product-gallery__thumb {
  border-radius: var(--radius-lg);
  border: 1px solid var(--color-border);
  background: var(--color-surface);
  transition: border-color .2s, background-color .2s;
  overflow: hidden;
}

.product-gallery__thumb--active {
  border-color: var(--color-primary);
}

.product-gallery__thumb--inactive:hover {
  border-color: var(--color-text-muted);
}

.product-gallery__thumb-media {
  aspect-ratio: 1;
  background: var(--color-surface-muted);
  width: 100%;
  position: relative;
}

.product-gallery__thumb-image {
  object-fit: contain;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0;
}

.product-summary-block {
  gap: var(--space-4);
  display: grid;
}

.product-summary-block__price {
  color: var(--color-text);
  font-size: var(--text-lg);
  font-weight: 500;
  line-height: var(--leading-tight);
}

.product-summary-block__empty {
  color: var(--color-text-muted);
  font-size: var(--text-sm);
  line-height: var(--leading-normal);
}

.product-option-chips {
  gap: var(--space-2);
  display: grid;
}

.product-option-chips__label {
  color: var(--color-text);
  font-size: var(--text-sm);
  font-weight: 500;
  line-height: var(--leading-tight);
}

.product-option-chips__list {
  gap: var(--space-2);
  flex-wrap: wrap;
  display: flex;
}

.product-option-chips__chip {
  border-radius: var(--radius-lg);
  border: 1px solid var(--color-border);
  padding: var(--space-2) var(--space-3);
  font-size: var(--text-sm);
  line-height: var(--leading-normal);
  transition: background-color .2s, border-color .2s, color .2s;
}

.product-option-chips__chip--active {
  border-color: var(--color-primary);
  background: var(--color-primary);
  color: var(--color-primary-contrast);
}

.product-option-chips__chip--inactive {
  background: var(--color-surface);
  color: var(--color-text);
}

.product-option-chips__chip--inactive:hover {
  background: var(--color-surface-hover);
}

.product-purchase-section__empty {
  color: var(--color-text-muted);
  font-size: var(--text-sm);
  line-height: var(--leading-normal);
}

.bundle-product-purchase {
  gap: var(--space-4);
  display: grid;
}

.bundle-product-purchase__summary {
  min-width: 0;
}

.bundle-product-purchase__summary-title {
  margin-bottom: var(--space-2);
  color: var(--color-text);
  font-size: var(--text-sm);
  font-weight: 500;
  line-height: var(--leading-tight);
}

.bundle-product-purchase__summary-list {
  gap: var(--space-2);
  display: grid;
}

.bundle-product-purchase__summary-item {
  color: var(--color-text);
  font-size: var(--text-sm);
  line-height: var(--leading-normal);
}

.bundle-product-purchase__summary-label {
  font-weight: 500;
}

.bundle-product-purchase__hint, .bundle-product-purchase__message {
  color: var(--color-text-muted);
  font-size: var(--text-sm);
  line-height: var(--leading-normal);
}

.configurable-product-purchase {
  gap: var(--space-4);
  display: grid;
}

.configurable-product-purchase__hint {
  color: var(--color-text-muted);
  font-size: var(--text-sm);
  line-height: var(--leading-normal);
}

.configurable-product-purchase__error {
  color: var(--color-danger);
  font-size: var(--text-sm);
  line-height: var(--leading-normal);
}

.bundle-option-selector-card {
  border: 1px solid var(--color-border);
  border-radius: var(--radius-lg);
  background: var(--color-surface);
}

.bundle-option-selector-card__summary {
  cursor: pointer;
  justify-content: space-between;
  align-items: center;
  gap: var(--space-3);
  padding: var(--space-3);
  list-style: none;
  display: flex;
}

.bundle-option-selector-card__summary::-webkit-details-marker {
  display: none;
}

.bundle-option-selector-card__summary-text {
  gap: var(--space-1);
  display: grid;
}

.bundle-option-selector-card__title {
  color: var(--color-text);
  font-size: var(--text-sm);
  font-weight: 500;
  line-height: var(--leading-tight);
}

.bundle-option-selector-card__meta {
  color: var(--color-text-muted);
  font-size: var(--text-xs);
  line-height: var(--leading-normal);
}

.bundle-option-selector-card__chevron {
  width: 1rem;
  height: 1rem;
  color: var(--color-text-muted);
  transition: transform .2s;
}

.bundle-option-selector-card[open] .bundle-option-selector-card__chevron {
  transform: rotate(180deg);
}

.bundle-option-selector-card__body {
  border-top: 1px solid var(--color-border);
  padding: var(--space-3);
}

.bundle-option-selector-card__selection {
  border-radius: var(--radius-lg);
  border: 1px solid var(--color-border);
  padding: var(--space-3);
}

.bundle-option-selector-card__selection--active {
  border-color: var(--color-primary);
  background: var(--color-surface-muted);
}

.bundle-option-selector-card__selection--inactive {
  background: var(--color-surface);
}

.bundle-option-selector-card__selection-label {
  cursor: pointer;
  justify-content: space-between;
  align-items: flex-start;
  gap: var(--space-3);
  display: flex;
}

.bundle-option-selector-card__selection-main {
  align-items: flex-start;
  gap: var(--space-3);
  display: flex;
}

.bundle-option-selector-card__selection-input {
  width: 1rem;
  height: 1rem;
  margin-top: .125rem;
}

.bundle-option-selector-card__selection-text {
  gap: var(--space-1);
  display: grid;
}

.bundle-option-selector-card__selection-title {
  color: var(--color-text);
  font-size: var(--text-sm);
  font-weight: 500;
  line-height: var(--leading-tight);
}

.bundle-option-selector-card__selection-meta {
  color: var(--color-text-muted);
  font-size: var(--text-xs);
  line-height: var(--leading-normal);
}

.bundle-option-selector-card__qty {
  margin-top: var(--space-3);
  align-items: center;
  gap: var(--space-2);
  display: flex;
}

.bundle-option-selector-card__qty-label {
  color: var(--color-text-muted);
  font-size: var(--text-xs);
  line-height: var(--leading-normal);
}

.bundle-option-selector-card__qty-input {
  width: 5rem;
}

.site-header {
  z-index: 40;
  background: var(--color-bg);
  position: sticky;
  top: 0;
}

.site-header__brand {
  color: var(--color-text);
  font-size: var(--text-base);
  font-weight: 600;
  line-height: var(--leading-tight);
  text-decoration: none;
}

.site-header__brand:hover {
  text-decoration: none;
}

.site-header__actions {
  align-items: center;
  gap: var(--space-3);
  display: flex;
}

.site-nav-bar {
  border-bottom: 1px solid var(--color-border);
  background: var(--color-surface);
}

.site-nav-bar__inner {
  justify-content: space-between;
  align-items: center;
  gap: var(--space-6);
  min-height: 64px;
  padding-top: var(--space-3);
  padding-bottom: var(--space-3);
  display: flex;
}

.site-nav-bar__left, .site-nav-bar__right {
  flex-shrink: 0;
  align-items: center;
  display: flex;
}

.site-nav-bar__center {
  flex: auto;
  min-width: 0;
}

.language-switcher {
  align-items: center;
  gap: var(--space-2);
  display: flex;
}

.language-switcher__label {
  color: var(--color-text-muted);
  font-size: var(--text-xs);
  line-height: var(--leading-normal);
}

.language-switcher__options {
  align-items: center;
  gap: var(--space-1);
  border: 1px solid var(--color-border);
  border-radius: var(--radius-lg);
  background: var(--color-surface);
  padding: 2px;
  display: inline-flex;
}

.language-switcher__option {
  border-radius: calc(var(--radius-lg) - 2px);
  font-size: var(--text-xs);
  cursor: pointer;
  border: 0;
  padding: .375rem .625rem;
  font-weight: 600;
  line-height: 1;
  transition: background-color .2s, color .2s, opacity .2s;
}

.language-switcher__option--default {
  color: var(--color-text-muted);
  background: none;
}

.language-switcher__option--default:hover {
  background: var(--color-surface-hover);
  color: var(--color-text);
}

.language-switcher__option--active {
  background: var(--color-primary);
  color: var(--color-primary-contrast);
  cursor: default;
}

.language-switcher__option:disabled {
  opacity: 1;
}

.category-collection-intro {
  position: relative;
}

.category-collection-intro__content {
  min-width: 0;
}

.category-collection-intro__panel {
  border-radius: var(--radius-xl);
  box-shadow: var(--shadow-sm);
  overflow: hidden;
}

.category-collection-intro__layout {
  gap: 0;
}

.category-collection-intro__media {
  min-width: 0;
}

.category-collection-intro__media-surface {
  height: 100%;
  min-height: 18rem;
  padding: var(--space-6);
  background: radial-gradient(circle at top right, #ffffff73 0%, #fff0 32%), linear-gradient(135deg, var(--color-surface-strong) 0%, #1f2937 42%, #374151 100%);
  color: var(--color-text-inverted);
  flex-direction: column;
  justify-content: space-between;
  display: flex;
  position: relative;
  overflow: hidden;
}

.category-collection-intro__media-surface:after {
  content: "";
  background: #ffffff14;
  border-radius: 9999px;
  width: 10rem;
  height: 10rem;
  position: absolute;
  bottom: -2rem;
  right: -2rem;
}

.category-collection-intro__media-chip {
  z-index: 1;
  width: fit-content;
  padding: var(--space-1) var(--space-3);
  color: var(--color-text-inverted);
  font-size: var(--text-xs);
  font-weight: 600;
  line-height: var(--leading-normal);
  letter-spacing: .04em;
  text-transform: uppercase;
  -webkit-backdrop-filter: blur(6px);
  backdrop-filter: blur(6px);
  background: #ffffff14;
  border: 1px solid #ffffff2e;
  border-radius: 9999px;
  justify-content: center;
  align-items: center;
  display: inline-flex;
  position: relative;
}

.category-collection-intro__media-content {
  z-index: 1;
  gap: var(--space-2);
  max-width: 22rem;
  display: grid;
  position: relative;
}

.category-collection-intro__media-kicker {
  color: var(--color-text-inverted-muted);
  font-size: var(--text-sm);
  font-weight: 500;
  line-height: var(--leading-normal);
}

.category-collection-intro__media-title {
  color: var(--color-text-inverted);
  font-family: var(--font-heading);
  font-size: var(--text-2xl);
  font-weight: 600;
  line-height: 1.1;
}

.category-collection-intro__media-meta {
  color: var(--color-text-inverted-muted);
  font-size: var(--text-sm);
  line-height: var(--leading-normal);
}

.category-collection-intro__body {
  background: var(--color-surface);
  min-width: 0;
  height: 100%;
  padding: var(--space-6);
  align-items: center;
  display: flex;
}

.category-collection-intro__text {
  width: 100%;
}

.category-collection-intro__heading .ui-section-heading__content {
  gap: var(--space-2);
}

.category-collection-intro__heading .ui-section-heading__title {
  font-size: var(--text-2xl);
}

.category-collection-intro__heading .ui-section-heading__description {
  max-width: 34rem;
  font-size: var(--text-base);
}

.category-collection-intro__actions {
  align-items: center;
  gap: var(--space-3);
  flex-wrap: wrap;
  display: flex;
}

@media (min-width: 768px) {
  .category-collection-intro__media-surface {
    min-height: 22rem;
    padding: var(--space-8);
  }

  .category-collection-intro__body {
    padding: var(--space-8);
  }
}

@media (min-width: 1280px) {
  .category-collection-intro__media-surface {
    min-height: 24rem;
  }

  .category-collection-intro__body {
    padding: var(--space-10);
  }

  .category-collection-intro__heading .ui-section-heading__title {
    font-size: 2rem;
  }
}

@property --tw-animation-delay {
  syntax: "*";
  inherits: false;
  initial-value: 0s;
}

@property --tw-animation-direction {
  syntax: "*";
  inherits: false;
  initial-value: normal;
}

@property --tw-animation-duration {
  syntax: "*";
  inherits: false
}

@property --tw-animation-fill-mode {
  syntax: "*";
  inherits: false;
  initial-value: none;
}

@property --tw-animation-iteration-count {
  syntax: "*";
  inherits: false;
  initial-value: 1;
}

@property --tw-enter-blur {
  syntax: "*";
  inherits: false;
  initial-value: 0;
}

@property --tw-enter-opacity {
  syntax: "*";
  inherits: false;
  initial-value: 1;
}

@property --tw-enter-rotate {
  syntax: "*";
  inherits: false;
  initial-value: 0;
}

@property --tw-enter-scale {
  syntax: "*";
  inherits: false;
  initial-value: 1;
}

@property --tw-enter-translate-x {
  syntax: "*";
  inherits: false;
  initial-value: 0;
}

@property --tw-enter-translate-y {
  syntax: "*";
  inherits: false;
  initial-value: 0;
}

@property --tw-exit-blur {
  syntax: "*";
  inherits: false;
  initial-value: 0;
}

@property --tw-exit-opacity {
  syntax: "*";
  inherits: false;
  initial-value: 1;
}

@property --tw-exit-rotate {
  syntax: "*";
  inherits: false;
  initial-value: 0;
}

@property --tw-exit-scale {
  syntax: "*";
  inherits: false;
  initial-value: 1;
}

@property --tw-exit-translate-x {
  syntax: "*";
  inherits: false;
  initial-value: 0;
}

@property --tw-exit-translate-y {
  syntax: "*";
  inherits: false;
  initial-value: 0;
}

:root {
  --lightningcss-light: initial;
  --lightningcss-dark: ;
  color-scheme: light;
  --background: #fff;
  --foreground: #0a0a0a;
  --card: #fff;
  --card-foreground: #0a0a0a;
  --popover: #fff;
  --popover-foreground: #0a0a0a;
  --primary: #171717;
  --primary-foreground: #fafafa;
  --secondary: #f5f5f5;
  --secondary-foreground: #171717;
  --muted: #f5f5f5;
  --muted-foreground: #737373;
  --accent: #f5f5f5;
  --accent-foreground: #171717;
  --destructive: #e40014;
  --border: #e5e5e5;
  --input: #e5e5e5;
  --ring: #a1a1a1;
  --chart-1: #d4d4d4;
  --chart-2: #737373;
  --chart-3: #525252;
  --chart-4: #404040;
  --chart-5: #262626;
  --radius: .625rem;
  --sidebar: #fafafa;
  --sidebar-foreground: #0a0a0a;
  --sidebar-primary: #171717;
  --sidebar-primary-foreground: #fafafa;
  --sidebar-accent: #f5f5f5;
  --sidebar-accent-foreground: #171717;
  --sidebar-border: #e5e5e5;
  --sidebar-ring: #a1a1a1;
}

@supports (color: lab(0% 0 0)) {
  :root {
    --background: lab(100% 0 0);
    --foreground: lab(2.75381% 0 0);
    --card: lab(100% 0 0);
    --card-foreground: lab(2.75381% 0 0);
    --popover: lab(100% 0 0);
    --popover-foreground: lab(2.75381% 0 0);
    --primary: lab(7.78201% -.0000149012 0);
    --primary-foreground: lab(98.26% 0 0);
    --secondary: lab(96.52% -.0000298023 .0000119209);
    --secondary-foreground: lab(7.78201% -.0000149012 0);
    --muted: lab(96.52% -.0000298023 .0000119209);
    --muted-foreground: lab(48.496% 0 0);
    --accent: lab(96.52% -.0000298023 .0000119209);
    --accent-foreground: lab(7.78201% -.0000149012 0);
    --destructive: lab(48.4493% 77.4328 61.5452);
    --border: lab(90.952% 0 -.0000119209);
    --input: lab(90.952% 0 -.0000119209);
    --ring: lab(66.128% -.0000298023 .0000119209);
    --chart-1: lab(84.92% 0 -.0000119209);
    --chart-2: lab(48.496% 0 0);
    --chart-3: lab(34.924% 0 0);
    --chart-4: lab(27.036% 0 0);
    --chart-5: lab(15.204% 0 -.00000596046);
    --sidebar: lab(98.26% 0 0);
    --sidebar-foreground: lab(2.75381% 0 0);
    --sidebar-primary: lab(7.78201% -.0000149012 0);
    --sidebar-primary-foreground: lab(98.26% 0 0);
    --sidebar-accent: lab(96.52% -.0000298023 .0000119209);
    --sidebar-accent-foreground: lab(7.78201% -.0000149012 0);
    --sidebar-border: lab(90.952% 0 -.0000119209);
    --sidebar-ring: lab(66.128% -.0000298023 .0000119209);
  }
}

html, body {
  min-height: 100%;
  margin: 0;
  padding: 0;
}

body {
  background: var(--color-bg);
  color: var(--color-text);
  font-family: var(--font-body);
}

*, :before, :after {
  box-sizing: border-box;
}

img {
  max-width: 100%;
  display: block;
}

a {
  color: inherit;
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}

.scrollbar-none::-webkit-scrollbar {
  display: none;
}

.scrollbar-none {
  -ms-overflow-style: none;
  scrollbar-width: none;
}

.dark {
  --background: #0a0a0a;
  --foreground: #fafafa;
  --card: #171717;
  --card-foreground: #fafafa;
  --popover: #171717;
  --popover-foreground: #fafafa;
  --primary: #e5e5e5;
  --primary-foreground: #171717;
  --secondary: #262626;
  --secondary-foreground: #fafafa;
  --muted: #262626;
  --muted-foreground: #a1a1a1;
  --accent: #262626;
  --accent-foreground: #fafafa;
  --destructive: #ff6568;
  --border: #ffffff1a;
  --input: #ffffff26;
  --ring: #737373;
  --chart-1: #d4d4d4;
  --chart-2: #737373;
  --chart-3: #525252;
  --chart-4: #404040;
  --chart-5: #262626;
  --sidebar: #171717;
  --sidebar-foreground: #fafafa;
  --sidebar-primary: #1447e6;
  --sidebar-primary-foreground: #fafafa;
  --sidebar-accent: #262626;
  --sidebar-accent-foreground: #fafafa;
  --sidebar-border: #ffffff1a;
  --sidebar-ring: #737373;
}

@supports (color: lab(0% 0 0)) {
  .dark {
    --background: lab(2.75381% 0 0);
    --foreground: lab(98.26% 0 0);
    --card: lab(7.78201% -.0000149012 0);
    --card-foreground: lab(98.26% 0 0);
    --popover: lab(7.78201% -.0000149012 0);
    --popover-foreground: lab(98.26% 0 0);
    --primary: lab(90.952% 0 -.0000119209);
    --primary-foreground: lab(7.78201% -.0000149012 0);
    --secondary: lab(15.204% 0 -.00000596046);
    --secondary-foreground: lab(98.26% 0 0);
    --muted: lab(15.204% 0 -.00000596046);
    --muted-foreground: lab(66.128% -.0000298023 .0000119209);
    --accent: lab(15.204% 0 -.00000596046);
    --accent-foreground: lab(98.26% 0 0);
    --destructive: lab(63.7053% 60.745 31.3109);
    --border: lab(100% 0 0 / .1);
    --input: lab(100% 0 0 / .15);
    --ring: lab(48.496% 0 0);
    --chart-1: lab(84.92% 0 -.0000119209);
    --chart-2: lab(48.496% 0 0);
    --chart-3: lab(34.924% 0 0);
    --chart-4: lab(27.036% 0 0);
    --chart-5: lab(15.204% 0 -.00000596046);
    --sidebar: lab(7.78201% -.0000149012 0);
    --sidebar-foreground: lab(98.26% 0 0);
    --sidebar-primary: lab(36.9089% 35.0961 -85.6872);
    --sidebar-primary-foreground: lab(98.26% 0 0);
    --sidebar-accent: lab(15.204% 0 -.00000596046);
    --sidebar-accent-foreground: lab(98.26% 0 0);
    --sidebar-border: lab(100% 0 0 / .1);
    --sidebar-ring: lab(48.496% 0 0);
  }
}

@property --tw-space-y-reverse {
  syntax: "*";
  inherits: false;
  initial-value: 0;
}

@property --tw-border-style {
  syntax: "*";
  inherits: false;
  initial-value: solid;
}

@property --tw-leading {
  syntax: "*";
  inherits: false
}

@property --tw-font-weight {
  syntax: "*";
  inherits: false
}

@property --tw-tracking {
  syntax: "*";
  inherits: false
}

@property --tw-ordinal {
  syntax: "*";
  inherits: false
}

@property --tw-slashed-zero {
  syntax: "*";
  inherits: false
}

@property --tw-numeric-figure {
  syntax: "*";
  inherits: false
}

@property --tw-numeric-spacing {
  syntax: "*";
  inherits: false
}

@property --tw-numeric-fraction {
  syntax: "*";
  inherits: false
}

@property --tw-shadow {
  syntax: "*";
  inherits: false;
  initial-value: 0 0 #0000;
}

@property --tw-shadow-color {
  syntax: "*";
  inherits: false
}

@property --tw-shadow-alpha {
  syntax: "<percentage>";
  inherits: false;
  initial-value: 100%;
}

@property --tw-inset-shadow {
  syntax: "*";
  inherits: false;
  initial-value: 0 0 #0000;
}

@property --tw-inset-shadow-color {
  syntax: "*";
  inherits: false
}

@property --tw-inset-shadow-alpha {
  syntax: "<percentage>";
  inherits: false;
  initial-value: 100%;
}

@property --tw-ring-color {
  syntax: "*";
  inherits: false
}

@property --tw-ring-shadow {
  syntax: "*";
  inherits: false;
  initial-value: 0 0 #0000;
}

@property --tw-inset-ring-color {
  syntax: "*";
  inherits: false
}

@property --tw-inset-ring-shadow {
  syntax: "*";
  inherits: false;
  initial-value: 0 0 #0000;
}

@property --tw-ring-inset {
  syntax: "*";
  inherits: false
}

@property --tw-ring-offset-width {
  syntax: "<length>";
  inherits: false;
  initial-value: 0;
}

@property --tw-ring-offset-color {
  syntax: "*";
  inherits: false;
  initial-value: #fff;
}

@property --tw-ring-offset-shadow {
  syntax: "*";
  inherits: false;
  initial-value: 0 0 #0000;
}

@property --tw-outline-style {
  syntax: "*";
  inherits: false;
  initial-value: solid;
}

@property --tw-blur {
  syntax: "*";
  inherits: false
}

@property --tw-brightness {
  syntax: "*";
  inherits: false
}

@property --tw-contrast {
  syntax: "*";
  inherits: false
}

@property --tw-grayscale {
  syntax: "*";
  inherits: false
}

@property --tw-hue-rotate {
  syntax: "*";
  inherits: false
}

@property --tw-invert {
  syntax: "*";
  inherits: false
}

@property --tw-opacity {
  syntax: "*";
  inherits: false
}

@property --tw-saturate {
  syntax: "*";
  inherits: false
}

@property --tw-sepia {
  syntax: "*";
  inherits: false
}

@property --tw-drop-shadow {
  syntax: "*";
  inherits: false
}

@property --tw-drop-shadow-color {
  syntax: "*";
  inherits: false
}

@property --tw-drop-shadow-alpha {
  syntax: "<percentage>";
  inherits: false;
  initial-value: 100%;
}

@property --tw-drop-shadow-size {
  syntax: "*";
  inherits: false
}

@property --tw-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;
}

/* [next]/internal/font/google/geist_da832ead.module.css [app-client] (css) */
@font-face {
  font-family: Geist;
  font-style: normal;
  font-weight: 100 900;
  font-display: swap;
  src: url("../media/fef07dbb0973bf53-s.12tyk43_3sh9u.woff2") format("woff2");
  unicode-range: U+460-52F, U+1C80-1C8A, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}

@font-face {
  font-family: Geist;
  font-style: normal;
  font-weight: 100 900;
  font-display: swap;
  src: url("../media/8a480f0b521d4e75-s.0jzbimsg8vl84.woff2") format("woff2");
  unicode-range: U+301, U+400-45F, U+490-491, U+4B0-4B1, U+2116;
}

@font-face {
  font-family: Geist;
  font-style: normal;
  font-weight: 100 900;
  font-display: swap;
  src: url("../media/53b9e256198e5412-s.0-wfv7uh4i7h9.woff2") format("woff2");
  unicode-range: U+102-103, U+110-111, U+128-129, U+168-169, U+1A0-1A1, U+1AF-1B0, U+300-301, U+303-304, U+308-309, U+323, U+329, U+1EA0-1EF9, U+20AB;
}

@font-face {
  font-family: Geist;
  font-style: normal;
  font-weight: 100 900;
  font-display: swap;
  src: url("../media/7178b3e590c64307-s.0nx0ww8fni_q3.woff2") format("woff2");
  unicode-range: U+100-2BA, U+2BD-2C5, U+2C7-2CC, U+2CE-2D7, U+2DD-2FF, U+304, U+308, U+329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}

@font-face {
  font-family: Geist;
  font-style: normal;
  font-weight: 100 900;
  font-display: swap;
  src: url("../media/caa3a2e1cccd8315-s.p.09~u27dqhyhd6.woff2") format("woff2");
  unicode-range: U+??, U+131, U+152-153, U+2BB-2BC, U+2C6, U+2DA, U+2DC, U+304, U+308, U+329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

@font-face {
  font-family: Geist Fallback;
  src: local(Arial);
  ascent-override: 95.94%;
  descent-override: 28.16%;
  line-gap-override: 0.0%;
  size-adjust: 104.76%;
}

.geist_da832ead-module__aN_Ytq__className {
  font-family: Geist, Geist Fallback;
  font-style: normal;
}

.geist_da832ead-module__aN_Ytq__variable {
  --font-sans: "Geist", "Geist Fallback";
}

/*# sourceMappingURL=%5Broot-of-the-server%5D__0b_ec0k._.css.map*/