/*! tailwindcss v4.3.3 | MIT License | https://tailwindcss.com */
@import url("https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700&family=JetBrains+Mono:wght@400;500;600;700&family=League+Spartan:wght@600;700&display=swap");
@layer properties;
:root {
  --color-brand-ink: #2d334b;
  --color-brand-accent: #f3c619;
  --color-brand-primary: #437A5D;
  --color-yellow-50: #fef8d9;
  --color-yellow-100: #fdecaf;
  --color-yellow-500: #f3c619;
  --color-yellow-700: #a18207;
  --color-yellow-900: #4e3f03;
  --color-green-50: #ecf5f0;
  --color-green-100: #d0e6d9;
  --color-green-300: #8cc3a3;
  --color-green-500: #68A97E;
  --color-green-600: #437A5D;
  --color-green-700: #3B6B51;
  --color-green-800: #2A5139;
  --color-neutral-50: #fbfaf7;
  --color-neutral-100: #f4f2ed;
  --color-neutral-200: #e8e6e1;
  --color-neutral-300: #d4d2cc;
  --color-neutral-400: #9a9eaa;
  --color-neutral-500: #7a7e8c;
  --color-neutral-600: #5b6072;
  --color-neutral-700: #444a5e;
  --color-neutral-800: #2d334b;
  --color-neutral-900: #1f2335;
  --color-neutral-950: #13162a;
  --color-chart-1: #3d6f9e;
  --color-chart-2: #d6a23a;
  --color-chart-3: #c26e46;
  --color-chart-4: #5c8a6e;
  --color-chart-5: #7c6699;
  --color-chart-6: #4c8f93;
  --color-success: #437A5D;
  --color-success-bg: #ecf5f0;
  --color-warning: #d97a06;
  --color-warning-bg: #fdf0e0;
  --color-danger: #c5302c;
  --color-danger-bg: #fae8e7;
  --color-info: #3b6ea8;
  --color-info-bg: #e6eef7;
  --color-background-page: var(--color-neutral-50);
  --color-background-surface: #ffffff;
  --color-background-subtle: var(--color-neutral-100);
  --color-background-inverse: var(--color-neutral-800);
  --color-text-primary: var(--color-neutral-800);
  --color-text-secondary: var(--color-neutral-600);
  --color-text-tertiary: var(--color-neutral-500);
  --color-text-disabled: var(--color-neutral-400);
  --color-text-inverse: #ffffff;
  --color-text-brand: var(--color-brand-ink);
  --color-border-default: var(--color-neutral-200);
  --color-border-strong: var(--color-neutral-300);
  --color-border-brand: var(--color-brand-accent);
  --color-interactive-primary: var(--color-green-600);
  --color-interactive-primary-hover: var(--color-green-700);
  --color-interactive-primary-active: var(--color-green-800);
  --font-display: "League Spartan", system-ui, sans-serif;
  --font-body: "Inter", system-ui, -apple-system, sans-serif;
  --font-mono: "JetBrains Mono", ui-monospace, monospace;
  --font-weight-regular: 400;
  --font-weight-medium: 500;
  --font-weight-semibold: 600;
  --font-weight-bold: 700;
  --font-size-xs: 12px;
  --font-size-sm: 13px;
  --font-size-base: 14px;
  --font-size-md: 16px;
  --font-size-lg: 18px;
  --font-size-xl: 22px;
  --font-size-2xl: 28px;
  --font-size-3xl: 36px;
  --font-size-4xl: 48px;
  --font-size-5xl: 60px;
  --font-size-6xl: 96px;
  --line-height-xs: 1.4;
  --line-height-sm: 1.5;
  --line-height-base: 1.55;
  --line-height-md: 1.6;
  --line-height-lg: 1.5;
  --line-height-xl: 1.3;
  --line-height-2xl: 1.2;
  --line-height-3xl: 1.15;
  --line-height-4xl: 1.05;
  --line-height-5xl: 1;
  --line-height-6xl: 1;
  --tracking-tight: -0.02em;
  --tracking-normal: 0;
  --tracking-wide: 0.05em;
  --space-0: 0;
  --space-1: 2px;
  --space-2: 4px;
  --space-3: 8px;
  --space-4: 12px;
  --space-5: 16px;
  --space-6: 20px;
  --space-7: 24px;
  --space-8: 32px;
  --space-9: 40px;
  --space-10: 48px;
  --space-11: 64px;
  --space-12: 80px;
  --space-13: 96px;
  --space-14: 128px;
  --radius-none: 0;
  --radius-sm: 6px;
  --radius-md: 8px;
  --radius-lg: 10px;
  --radius-xl: 16px;
  --radius-2xl: 20px;
  --radius-3xl: 24px;
  --radius-full: 9999px;
  --shadow-none: none;
  --shadow-sm: 0 1px 3px rgba(45, 51, 75, 0.06);
  --shadow-md: 0 4px 12px rgba(45, 51, 75, 0.08);
  --shadow-lg: 0 12px 32px rgba(45, 51, 75, 0.12);
  --shadow-focus: 0 0 0 3px rgba(67, 122, 93, 0.35);
  --duration-instant: 100ms;
  --duration-fast: 180ms;
  --duration-medium: 280ms;
  --duration-slow: 480ms;
  --easing-standard: cubic-bezier(0.2, 0, 0.2, 1);
  --easing-entrance: cubic-bezier(0, 0, 0.2, 1);
  --easing-exit: cubic-bezier(0.4, 0, 1, 1);
  --breakpoint-sm: 640px;
  --breakpoint-md: 768px;
  --breakpoint-lg: 1024px;
  --breakpoint-xl: 1280px;
  --breakpoint-2xl: 1536px;
  --container-marketing: 1200px;
  --container-product: 1440px;
  --container-editorial: 720px;
}
@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
  }
}
@layer theme, base, components, utilities;
@layer theme {
  :root, :host {
    --font-sans: var(--font-body);
    --font-mono: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono",
      "Courier New", monospace;
    --color-yellow-100: oklch(97.3% 0.071 103.193);
    --color-yellow-700: oklch(55.4% 0.135 66.442);
    --color-green-50: oklch(98.2% 0.018 155.826);
    --color-green-100: oklch(96.2% 0.044 156.743);
    --color-green-300: oklch(87.1% 0.15 154.449);
    --color-green-500: oklch(72.3% 0.219 149.579);
    --color-green-600: oklch(62.7% 0.194 149.214);
    --color-green-700: oklch(52.7% 0.154 150.069);
    --color-green-800: oklch(44.8% 0.119 151.328);
    --color-neutral-50: oklch(98.5% 0 none);
    --color-neutral-100: oklch(97% 0 none);
    --color-neutral-200: oklch(92.2% 0 none);
    --color-neutral-300: oklch(87% 0 none);
    --color-neutral-400: oklch(70.8% 0 none);
    --color-neutral-500: oklch(55.6% 0 none);
    --color-neutral-600: oklch(43.9% 0 none);
    --color-neutral-800: oklch(26.9% 0 none);
    --color-neutral-900: oklch(20.5% 0 none);
    --spacing: 0.25rem;
    --text-xs: 0.75rem;
    --text-xs--line-height: calc(1 / 0.75);
    --text-sm: 0.875rem;
    --text-sm--line-height: calc(1.25 / 0.875);
    --text-base: 1rem;
    --text-base--line-height: calc(1.5 / 1);
    --text-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-normal: 400;
    --font-weight-medium: 500;
    --font-weight-semibold: 600;
    --tracking-tight: -0.025em;
    --tracking-wide: 0.025em;
    --leading-tight: 1.25;
    --leading-relaxed: 1.625;
    --radius-sm: 0.25rem;
    --radius-md: 0.375rem;
    --radius-lg: 0.5rem;
    --radius-xl: 0.75rem;
    --radius-2xl: 1rem;
    --radius-3xl: 1.5rem;
    --shadow-sm: 0 1px 3px 0 rgb(0 0 0 / 0.1), 0 1px 2px -1px rgb(0 0 0 / 0.1);
    --shadow-md: 0 4px 6px -1px rgb(0 0 0 / 0.1), 0 2px 4px -2px rgb(0 0 0 / 0.1);
    --shadow-lg: 0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1);
    --ease-in: cubic-bezier(0.4, 0, 1, 1);
    --ease-out: cubic-bezier(0, 0, 0.2, 1);
    --animate-spin: spin 1s linear infinite;
    --default-transition-duration: 150ms;
    --default-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    --default-font-family: var(--font-sans);
    --default-mono-font-family: var(--font-mono);
    --color-muted: var(--color-background-subtle);
    --color-muted-foreground: var(--color-text-tertiary);
  }
}
@layer base {
  *, ::after, ::before, ::backdrop, ::file-selector-button {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    border: 0 solid;
  }
  html, :host {
    line-height: 1.5;
    -webkit-text-size-adjust: 100%;
    tab-size: 4;
    font-family: var(--default-font-family, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", "Noto Sans", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji");
    font-feature-settings: var(--default-font-feature-settings, normal);
    font-variation-settings: var(--default-font-variation-settings, normal);
    -webkit-tap-highlight-color: transparent;
  }
  hr {
    height: 0;
    color: inherit;
    border-top-width: 1px;
  }
  abbr:where([title]) {
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted;
  }
  h1, h2, h3, h4, h5, h6 {
    font-size: inherit;
    font-weight: inherit;
  }
  a {
    color: inherit;
    -webkit-text-decoration: inherit;
    text-decoration: inherit;
  }
  b, strong {
    font-weight: bolder;
  }
  code, kbd, samp, pre {
    font-family: var(--default-mono-font-family, ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace);
    font-feature-settings: var(--default-mono-font-feature-settings, normal);
    font-variation-settings: var(--default-mono-font-variation-settings, normal);
    font-size: 1em;
  }
  small {
    font-size: 80%;
  }
  sub, sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
  }
  sub {
    bottom: -0.25em;
  }
  sup {
    top: -0.5em;
  }
  table {
    text-indent: 0;
    border-color: inherit;
    border-collapse: collapse;
  }
  :-moz-focusring:where(:not(iframe)) {
    outline: auto;
  }
  progress {
    vertical-align: baseline;
  }
  summary {
    display: list-item;
  }
  ol, ul, menu {
    list-style: none;
  }
  img, svg, video, canvas, audio, iframe, embed, object {
    display: block;
    vertical-align: middle;
  }
  img, video {
    max-width: 100%;
    height: auto;
  }
  button, input, select, optgroup, textarea, ::file-selector-button {
    font: inherit;
    font-feature-settings: inherit;
    font-variation-settings: inherit;
    letter-spacing: inherit;
    color: inherit;
    border-radius: 0;
    background-color: transparent;
    opacity: 1;
  }
  :where(select:is([multiple], [size])) optgroup {
    font-weight: bolder;
  }
  :where(select:is([multiple], [size])) optgroup option {
    padding-inline-start: 20px;
  }
  ::file-selector-button {
    margin-inline-end: 4px;
  }
  ::placeholder {
    opacity: 1;
  }
  @supports (not (-webkit-appearance: -apple-pay-button))  or (contain-intrinsic-size: 1px) {
    ::placeholder {
      color: currentcolor;
      @supports (color: color-mix(in lab, red, red)) {
        color: color-mix(in oklab, currentcolor 50%, transparent);
      }
    }
  }
  textarea {
    resize: vertical;
  }
  ::-webkit-search-decoration {
    -webkit-appearance: none;
  }
  ::-webkit-date-and-time-value {
    min-height: 1lh;
    text-align: inherit;
  }
  ::-webkit-datetime-edit {
    display: inline-flex;
  }
  ::-webkit-datetime-edit-fields-wrapper {
    padding: 0;
  }
  ::-webkit-datetime-edit, ::-webkit-datetime-edit-year-field, ::-webkit-datetime-edit-month-field, ::-webkit-datetime-edit-day-field, ::-webkit-datetime-edit-hour-field, ::-webkit-datetime-edit-minute-field, ::-webkit-datetime-edit-second-field, ::-webkit-datetime-edit-millisecond-field, ::-webkit-datetime-edit-meridiem-field {
    padding-block: 0;
  }
  ::-webkit-calendar-picker-indicator {
    line-height: 1;
  }
  :-moz-ui-invalid {
    box-shadow: none;
  }
  button, input:where([type="button"], [type="reset"], [type="submit"]), ::file-selector-button {
    appearance: button;
  }
  ::-webkit-inner-spin-button, ::-webkit-outer-spin-button {
    height: auto;
  }
  [hidden]:where(:not([hidden="until-found"])) {
    display: none !important;
  }
}
@layer utilities {
  .pointer-events-auto {
    pointer-events: auto;
  }
  .pointer-events-none {
    pointer-events: none;
  }
  .collapse {
    visibility: collapse;
  }
  .visible {
    visibility: visible;
  }
  .absolute {
    position: absolute;
  }
  .fixed {
    position: fixed;
  }
  .relative {
    position: relative;
  }
  .inset-0 {
    inset: 0px;
  }
  .inset-y-0 {
    inset-block: 0px;
  }
  .right-0 {
    right: 0px;
  }
  .right-2 {
    right: calc(var(--spacing) * 2);
  }
  .z-\[80\] {
    z-index: 80;
  }
  .z-\[90\] {
    z-index: 90;
  }
  .container {
    width: 100%;
    @media (width >= 40rem) {
      max-width: 40rem;
    }
    @media (width >= 48rem) {
      max-width: 48rem;
    }
    @media (width >= 64rem) {
      max-width: 64rem;
    }
    @media (width >= 80rem) {
      max-width: 80rem;
    }
    @media (width >= 96rem) {
      max-width: 96rem;
    }
  }
  .mx-auto {
    margin-inline: auto;
  }
  .mt-1 {
    margin-top: var(--spacing);
  }
  .mt-2 {
    margin-top: calc(var(--spacing) * 2);
  }
  .mt-4 {
    margin-top: calc(var(--spacing) * 4);
  }
  .mt-5 {
    margin-top: calc(var(--spacing) * 5);
  }
  .mt-6 {
    margin-top: calc(var(--spacing) * 6);
  }
  .mt-7 {
    margin-top: calc(var(--spacing) * 7);
  }
  .mt-8 {
    margin-top: calc(var(--spacing) * 8);
  }
  .mb-1 {
    margin-bottom: var(--spacing);
  }
  .mb-1\.5 {
    margin-bottom: calc(var(--spacing) * 1.5);
  }
  .mb-2 {
    margin-bottom: calc(var(--spacing) * 2);
  }
  .mb-\[var\(--space-4\)\] {
    margin-bottom: var(--space-4);
  }
  .ml-2 {
    margin-left: calc(var(--spacing) * 2);
  }
  .block {
    display: block;
  }
  .flex {
    display: flex;
  }
  .grid {
    display: grid;
  }
  .hidden {
    display: none;
  }
  .inline {
    display: inline;
  }
  .inline-flex {
    display: inline-flex;
  }
  .list-item {
    display: list-item;
  }
  .table {
    display: table;
  }
  .h-3 {
    height: calc(var(--spacing) * 3);
  }
  .h-3\.5 {
    height: calc(var(--spacing) * 3.5);
  }
  .h-4 {
    height: calc(var(--spacing) * 4);
  }
  .h-5 {
    height: calc(var(--spacing) * 5);
  }
  .h-7 {
    height: calc(var(--spacing) * 7);
  }
  .h-8 {
    height: calc(var(--spacing) * 8);
  }
  .h-9 {
    height: calc(var(--spacing) * 9);
  }
  .h-10 {
    height: calc(var(--spacing) * 10);
  }
  .h-11 {
    height: calc(var(--spacing) * 11);
  }
  .h-\[13px\] {
    height: 13px;
  }
  .h-\[calc\(100\%-53px\)\] {
    height: calc(100% - 53px);
  }
  .h-full {
    height: 100%;
  }
  .max-h-40 {
    max-height: calc(var(--spacing) * 40);
  }
  .min-h-0 {
    min-height: 0px;
  }
  .min-h-16 {
    min-height: calc(var(--spacing) * 16);
  }
  .min-h-\[calc\(100dvh-5rem\)\] {
    min-height: calc(100dvh - 5rem);
  }
  .min-h-dvh {
    min-height: 100dvh;
  }
  .min-h-full {
    min-height: 100%;
  }
  .w-3 {
    width: calc(var(--spacing) * 3);
  }
  .w-3\.5 {
    width: calc(var(--spacing) * 3.5);
  }
  .w-4 {
    width: calc(var(--spacing) * 4);
  }
  .w-5 {
    width: calc(var(--spacing) * 5);
  }
  .w-7 {
    width: calc(var(--spacing) * 7);
  }
  .w-8 {
    width: calc(var(--spacing) * 8);
  }
  .w-10 {
    width: calc(var(--spacing) * 10);
  }
  .w-\[620px\] {
    width: 620px;
  }
  .w-auto {
    width: auto;
  }
  .w-full {
    width: 100%;
  }
  .max-w-\[96vw\] {
    max-width: 96vw;
  }
  .max-w-\[860px\] {
    max-width: 860px;
  }
  .max-w-\[1060px\] {
    max-width: 1060px;
  }
  .min-w-0 {
    min-width: 0px;
  }
  .flex-1 {
    flex: 1;
  }
  .shrink-0 {
    flex-shrink: 0;
  }
  .grow {
    flex-grow: 1;
  }
  .translate-x-0 {
    --tw-translate-x: 0px;
    translate: var(--tw-translate-x) var(--tw-translate-y);
  }
  .translate-x-full {
    --tw-translate-x: 100%;
    translate: var(--tw-translate-x) var(--tw-translate-y);
  }
  .animate-spin {
    animation: var(--animate-spin);
  }
  .cursor-grab {
    cursor: grab;
  }
  .cursor-not-allowed {
    cursor: not-allowed;
  }
  .cursor-pointer {
    cursor: pointer;
  }
  .resize-none {
    resize: none;
  }
  .list-none {
    list-style-type: none;
  }
  .flex-col {
    flex-direction: column;
  }
  .flex-col-reverse {
    flex-direction: column-reverse;
  }
  .flex-wrap {
    flex-wrap: wrap;
  }
  .items-center {
    align-items: center;
  }
  .justify-between {
    justify-content: space-between;
  }
  .justify-center {
    justify-content: center;
  }
  .gap-0\.5 {
    gap: calc(var(--spacing) * 0.5);
  }
  .gap-1 {
    gap: var(--spacing);
  }
  .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-6 {
    gap: calc(var(--spacing) * 6);
  }
  :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(.divide-x > :not(:last-child)) {
    --tw-divide-x-reverse: 0;
    border-inline-style: var(--tw-border-style);
    border-inline-start-width: calc(1px * var(--tw-divide-x-reverse));
    border-inline-end-width: calc(1px * calc(1 - var(--tw-divide-x-reverse)));
  }
  :where(.divide-\[var\(--color-border-default\)\] > :not(:last-child)) {
    border-color: var(--color-border-default);
  }
  .truncate {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .overflow-auto {
    overflow: auto;
  }
  .overflow-hidden {
    overflow: hidden;
  }
  .overflow-y-auto {
    overflow-y: auto;
  }
  .rounded {
    border-radius: 0.25rem;
  }
  .rounded-3xl {
    border-radius: var(--radius-3xl);
  }
  .rounded-\[var\(--radius-2xl\)\] {
    border-radius: var(--radius-2xl);
  }
  .rounded-\[var\(--radius-lg\)\] {
    border-radius: var(--radius-lg);
  }
  .rounded-\[var\(--radius-md\)\] {
    border-radius: var(--radius-md);
  }
  .rounded-\[var\(--radius-xl\)\] {
    border-radius: var(--radius-xl);
  }
  .rounded-full {
    border-radius: calc(infinity * 1px);
  }
  .rounded-xl {
    border-radius: var(--radius-xl);
  }
  .border {
    border-style: var(--tw-border-style);
    border-width: 1px;
  }
  .border-0 {
    border-style: var(--tw-border-style);
    border-width: 0px;
  }
  .border-2 {
    border-style: var(--tw-border-style);
    border-width: 2px;
  }
  .border-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-l {
    border-left-style: var(--tw-border-style);
    border-left-width: 1px;
  }
  .border-\[var\(--color-border-default\)\] {
    border-color: var(--color-border-default);
  }
  .border-\[var\(--color-danger\)\] {
    border-color: var(--color-danger);
  }
  .border-\[var\(--color-success\)\] {
    border-color: var(--color-success);
  }
  .border-\[var\(--color-warning\)\] {
    border-color: var(--color-warning);
  }
  .border-muted-foreground\/25 {
    border-color: var(--color-muted-foreground);
    @supports (color: color-mix(in lab, red, red)) {
      border-color: color-mix(in oklab, var(--color-muted-foreground) 25%, transparent);
    }
  }
  .border-t-\[var\(--color-interactive-primary\)\] {
    border-top-color: var(--color-interactive-primary);
  }
  .border-t-\[var\(--color-text-primary\)\] {
    border-top-color: var(--color-text-primary);
  }
  .bg-\[color-mix\(in_oklab\,var\(--color-background-inverse\)_24\%\,transparent\)\] {
    background-color: var(--color-background-inverse);
    @supports (color: color-mix(in lab, red, red)) {
      background-color: color-mix(in oklab,var(--color-background-inverse) 24%,transparent);
    }
  }
  .bg-\[color-mix\(in_oklab\,var\(--color-background-page\)_70\%\,var\(--color-background-surface\)\)\] {
    background-color: var(--color-background-page);
    @supports (color: color-mix(in lab, red, red)) {
      background-color: color-mix(in oklab,var(--color-background-page) 70%,var(--color-background-surface));
    }
  }
  .bg-\[color-mix\(in_oklab\,var\(--color-background-page\)_74\%\,var\(--color-background-surface\)\)\] {
    background-color: var(--color-background-page);
    @supports (color: color-mix(in lab, red, red)) {
      background-color: color-mix(in oklab,var(--color-background-page) 74%,var(--color-background-surface));
    }
  }
  .bg-\[color-mix\(in_oklab\,var\(--color-background-surface\)_72\%\,transparent\)\] {
    background-color: var(--color-background-surface);
    @supports (color: color-mix(in lab, red, red)) {
      background-color: color-mix(in oklab,var(--color-background-surface) 72%,transparent);
    }
  }
  .bg-\[color-mix\(in_oklab\,var\(--color-background-surface\)_85\%\,transparent\)\] {
    background-color: var(--color-background-surface);
    @supports (color: color-mix(in lab, red, red)) {
      background-color: color-mix(in oklab,var(--color-background-surface) 85%,transparent);
    }
  }
  .bg-\[var\(--color-background-page\)\] {
    background-color: var(--color-background-page);
  }
  .bg-\[var\(--color-background-surface\)\] {
    background-color: var(--color-background-surface);
  }
  .bg-\[var\(--color-danger-bg\)\] {
    background-color: var(--color-danger-bg);
  }
  .bg-\[var\(--color-interactive-primary\)\] {
    background-color: var(--color-interactive-primary);
  }
  .bg-\[var\(--color-success-bg\)\] {
    background-color: var(--color-success-bg);
  }
  .bg-\[var\(--color-warning-bg\)\] {
    background-color: var(--color-warning-bg);
  }
  .bg-transparent {
    background-color: transparent;
  }
  .bg-cover {
    background-size: cover;
  }
  .bg-center {
    background-position: center;
  }
  .bg-no-repeat {
    background-repeat: no-repeat;
  }
  .p-2\.5 {
    padding: calc(var(--spacing) * 2.5);
  }
  .p-4 {
    padding: calc(var(--spacing) * 4);
  }
  .p-6 {
    padding: calc(var(--spacing) * 6);
  }
  .p-9 {
    padding: calc(var(--spacing) * 9);
  }
  .p-10 {
    padding: calc(var(--spacing) * 10);
  }
  .px-1\.5 {
    padding-inline: calc(var(--spacing) * 1.5);
  }
  .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);
  }
  .py-0\.5 {
    padding-block: calc(var(--spacing) * 0.5);
  }
  .py-1 {
    padding-block: var(--spacing);
  }
  .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-10 {
    padding-block: calc(var(--spacing) * 10);
  }
  .pr-1 {
    padding-right: var(--spacing);
  }
  .pr-12 {
    padding-right: calc(var(--spacing) * 12);
  }
  .pr-24 {
    padding-right: calc(var(--spacing) * 24);
  }
  .text-left {
    text-align: left;
  }
  .\[font-family\:var\(--font-body\)\] {
    font-family: var(--font-body);
  }
  .\[font-family\:var\(--font-display\)\] {
    font-family: var(--font-display);
  }
  .text-2xl {
    font-size: var(--text-2xl);
    line-height: var(--tw-leading, var(--text-2xl--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-\[length\:var\(--font-size-base\)\] {
    font-size: var(--font-size-base);
  }
  .leading-5 {
    --tw-leading: calc(var(--spacing) * 5);
    line-height: calc(var(--spacing) * 5);
  }
  .leading-\[var\(--line-height-base\)\] {
    --tw-leading: var(--line-height-base);
    line-height: var(--line-height-base);
  }
  .leading-none {
    --tw-leading: 1;
    line-height: 1;
  }
  .leading-relaxed {
    --tw-leading: var(--leading-relaxed);
    line-height: var(--leading-relaxed);
  }
  .leading-tight {
    --tw-leading: var(--leading-tight);
    line-height: var(--leading-tight);
  }
  .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-tight {
    --tw-tracking: var(--tracking-tight);
    letter-spacing: var(--tracking-tight);
  }
  .text-balance {
    text-wrap: balance;
  }
  .whitespace-pre-wrap {
    white-space: pre-wrap;
  }
  .text-\[var\(--color-danger\)\] {
    color: var(--color-danger);
  }
  .text-\[var\(--color-success\)\] {
    color: var(--color-success);
  }
  .text-\[var\(--color-text-inverse\)\] {
    color: var(--color-text-inverse);
  }
  .text-\[var\(--color-text-primary\)\] {
    color: var(--color-text-primary);
  }
  .text-\[var\(--color-text-secondary\)\] {
    color: var(--color-text-secondary);
  }
  .text-\[var\(--color-text-tertiary\)\] {
    color: var(--color-text-tertiary);
  }
  .text-\[var\(--color-warning\)\] {
    color: var(--color-warning);
  }
  .text-muted-foreground {
    color: var(--color-muted-foreground);
  }
  .no-underline {
    text-decoration-line: none;
  }
  .antialiased {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
  .opacity-0 {
    opacity: 0%;
  }
  .opacity-50 {
    opacity: 50%;
  }
  .opacity-100 {
    opacity: 100%;
  }
  .shadow-\[var\(--shadow-lg\)\] {
    --tw-shadow: var(--shadow-lg);
    box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
  }
  .shadow-\[var\(--shadow-sm\)\] {
    --tw-shadow: var(--shadow-sm);
    box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
  }
  .shadow-sm {
    --tw-shadow: 0 1px 3px 0 var(--tw-shadow-color, rgb(0 0 0 / 0.1)), 0 1px 2px -1px var(--tw-shadow-color, rgb(0 0 0 / 0.1));
    box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
  }
  .blur {
    --tw-blur: blur(8px);
    filter: var(--tw-blur,) var(--tw-brightness,) var(--tw-contrast,) var(--tw-grayscale,) var(--tw-hue-rotate,) var(--tw-invert,) var(--tw-saturate,) var(--tw-sepia,) var(--tw-drop-shadow,);
  }
  .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,);
  }
  .backdrop-blur {
    --tw-backdrop-blur: blur(8px);
    -webkit-backdrop-filter: var(--tw-backdrop-blur,) var(--tw-backdrop-brightness,) var(--tw-backdrop-contrast,) var(--tw-backdrop-grayscale,) var(--tw-backdrop-hue-rotate,) var(--tw-backdrop-invert,) var(--tw-backdrop-opacity,) var(--tw-backdrop-saturate,) var(--tw-backdrop-sepia,);
    backdrop-filter: var(--tw-backdrop-blur,) var(--tw-backdrop-brightness,) var(--tw-backdrop-contrast,) var(--tw-backdrop-grayscale,) var(--tw-backdrop-hue-rotate,) var(--tw-backdrop-invert,) var(--tw-backdrop-opacity,) var(--tw-backdrop-saturate,) var(--tw-backdrop-sepia,);
  }
  .transition {
    transition-property: color, background-color, border-color, outline-color, text-decoration-color, fill, stroke, --tw-gradient-from, --tw-gradient-via, --tw-gradient-to, opacity, box-shadow, transform, translate, scale, rotate, filter, -webkit-backdrop-filter, backdrop-filter, display, content-visibility, overlay, pointer-events;
    transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
    transition-duration: var(--tw-duration, var(--default-transition-duration));
  }
  .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));
  }
  .duration-200 {
    --tw-duration: 200ms;
    transition-duration: 200ms;
  }
  .ease-in {
    --tw-ease: var(--ease-in);
    transition-timing-function: var(--ease-in);
  }
  .ease-out {
    --tw-ease: var(--ease-out);
    transition-timing-function: var(--ease-out);
  }
  .outline-none {
    --tw-outline-style: none;
    outline-style: none;
  }
  .select-none {
    -webkit-user-select: none;
    user-select: none;
  }
  .group-focus-within\:pointer-events-auto:is(:where(.group):focus-within *) {
    pointer-events: auto;
  }
  .group-focus-within\:opacity-100:is(:where(.group):focus-within *) {
    opacity: 100%;
  }
  @media (hover: hover) {
    .group-hover\:pointer-events-auto:is(:where(.group):hover *) {
      pointer-events: auto;
    }
    .group-hover\:opacity-100:is(:where(.group):hover *) {
      opacity: 100%;
    }
  }
  .placeholder\:text-\[var\(--color-text-tertiary\)\]::placeholder {
    color: var(--color-text-tertiary);
  }
  .last\:border-b-0:last-child {
    border-bottom-style: var(--tw-border-style);
    border-bottom-width: 0px;
  }
  @media (hover: hover) {
    .hover\:bg-\[var\(--color-background-subtle\)\]:hover {
      background-color: var(--color-background-subtle);
    }
    .hover\:bg-\[var\(--color-interactive-primary-hover\)\]:hover {
      background-color: var(--color-interactive-primary-hover);
    }
    .hover\:bg-muted:hover {
      background-color: var(--color-muted);
    }
    .hover\:text-\[var\(--color-danger\)\]:hover {
      color: var(--color-danger);
    }
    .hover\:text-\[var\(--color-text-primary\)\]:hover {
      color: var(--color-text-primary);
    }
  }
  .focus-visible\:border-\[var\(--color-interactive-primary\)\]:focus-visible {
    border-color: var(--color-interactive-primary);
  }
  .focus-visible\:shadow-\[var\(--shadow-focus\)\]:focus-visible {
    --tw-shadow: var(--shadow-focus);
    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-0:focus-visible {
    --tw-ring-shadow: var(--tw-ring-inset,) 0 0 0 calc(0px + 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\:outline-none:focus-visible {
    --tw-outline-style: none;
    outline-style: none;
  }
  .active\:bg-\[var\(--color-interactive-primary-active\)\]:active {
    background-color: var(--color-interactive-primary-active);
  }
  .disabled\:cursor-not-allowed:disabled {
    cursor: not-allowed;
  }
  .disabled\:bg-\[var\(--color-neutral-100\)\]:disabled {
    background-color: var(--color-neutral-100);
  }
  .disabled\:bg-\[var\(--color-neutral-200\)\]:disabled {
    background-color: var(--color-neutral-200);
  }
  .disabled\:text-\[var\(--color-text-disabled\)\]:disabled {
    color: var(--color-text-disabled);
  }
  @media (width >= 40rem) {
    .sm\:p-10 {
      padding: calc(var(--spacing) * 10);
    }
  }
  @media (width >= 48rem) {
    .md\:text-2xl {
      font-size: var(--text-2xl);
      line-height: var(--tw-leading, var(--text-2xl--line-height));
    }
    .md\:text-3xl {
      font-size: var(--text-3xl);
      line-height: var(--tw-leading, var(--text-3xl--line-height));
    }
  }
  @media (width >= 64rem) {
    .lg\:mt-0 {
      margin-top: 0px;
    }
    .lg\:block {
      display: block;
    }
    .lg\:hidden {
      display: none;
    }
    .lg\:grid-cols-2 {
      grid-template-columns: repeat(2, minmax(0, 1fr));
    }
  }
}
@layer base {
  button:not(:disabled),	[type="button"]:not(:disabled),	[type="submit"]:not(:disabled),	[type="reset"]:not(:disabled) {
    cursor: pointer;
  }
  *,	::before,	::after,	::backdrop,	::file-selector-button {
    border-color: var(--color-border-default);
  }
}
@layer components {
  .theca-module-launcher {
    min-height: 100dvh;
    background: var(--color-background-page);
  }
  .theca-module-frame {
    width: min(calc(100% - 7.5rem), var(--container-marketing));
    margin: 0 auto;
    padding: 3.75rem 0 6rem;
  }
  .theca-module-logo {
    display: block;
    width: 5.5rem;
    height: auto;
  }
  .theca-module-intro-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: var(--space-5);
  }
  .theca-module-org {
    display: flex;
    align-items: center;
    gap: var(--space-3);
  }
  .theca-module-org-label {
    font-size: var(--font-size-xs);
    color: var(--color-text-secondary);
  }
  .theca-scope-pill {
    position: relative;
    display: inline-flex;
    align-items: center;
  }
  .theca-scope-pill select {
    appearance: none;
    -webkit-appearance: none;
    height: 30px;
    padding: 0 var(--space-8);
    border: 0.5px solid var(--color-border-strong);
    border-radius: var(--radius-md);
    background: var(--color-background-surface);
    font-family: var(--font-body);
    font-size: 13px;
    color: var(--color-text-primary);
    cursor: pointer;
    outline: none;
  }
  .theca-scope-pill select:hover {
    border-color: var(--color-neutral-400);
  }
  .theca-scope-pill select:focus-visible {
    border: 1.5px solid var(--color-interactive-primary);
    box-shadow: var(--shadow-focus);
  }
  .theca-scope-pill::before {
    content: "";
    position: absolute;
    left: var(--space-4);
    top: 50%;
    transform: translateY(-50%);
    width: 6px;
    height: 6px;
    border-radius: var(--radius-full);
    background: var(--color-brand-primary);
    pointer-events: none;
  }
  .theca-scope-pill::after {
    content: "";
    position: absolute;
    right: var(--space-4);
    top: 50%;
    width: 7px;
    height: 7px;
    border-right: 1.5px solid var(--color-text-tertiary);
    border-bottom: 1.5px solid var(--color-text-tertiary);
    transform: translateY(-75%) rotate(45deg);
    pointer-events: none;
  }
  .theca-module-content {
    max-width: 62.5rem;
    margin-top: 4.5rem;
  }
  .theca-module-intro h1 {
    margin: 0;
    font-family: var(--font-display);
    font-size: var(--font-size-3xl);
    font-weight: var(--font-weight-semibold);
    line-height: var(--line-height-3xl);
    letter-spacing: var(--tracking-tight);
    text-wrap: balance;
    color: var(--color-text-primary);
  }
  .theca-module-intro p {
    margin: var(--space-4) 0 0;
    font-size: var(--font-size-md);
    line-height: var(--line-height-md);
    color: var(--color-text-secondary);
  }
  .theca-module-options {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: var(--space-7);
    margin-top: var(--space-10);
  }
  .theca-module-option {
    display: flex;
    min-height: 14.75rem;
    flex-direction: column;
    align-items: flex-start;
    border: 0.5px solid var(--color-border-default);
    border-radius: var(--radius-xl);
    padding: var(--space-8);
    background: var(--color-background-surface);
    color: var(--color-text-primary);
    text-decoration: none;
    transition: transform var(--duration-fast) var(--easing-standard),	border-color var(--duration-fast) var(--easing-standard),	background-color var(--duration-fast) var(--easing-standard);
  }
  .theca-module-option:hover {
    border-color: var(--color-green-300);
    background: oklch(98.2% 0.018 155.826);
    @supports (color: color-mix(in lab, red, red)) {
      background: color-mix(in oklab, var(--color-green-50) 36%, var(--color-background-surface));
    }
    transform: translateY(-2px);
  }
  .theca-module-option:focus-visible {
    outline: none;
    border-color: var(--color-interactive-primary);
    box-shadow: var(--shadow-focus);
  }
  .theca-module-icon {
    display: inline-flex;
    width: 3.5rem;
    height: 3.5rem;
    align-items: center;
    justify-content: center;
    border-radius: var(--radius-xl);
  }
  .theca-module-icon svg {
    width: 1.65rem;
    height: 1.65rem;
  }
  .theca-module-option-maintenance .theca-module-icon {
    background: var(--color-yellow-100);
    color: var(--color-yellow-700);
  }
  .theca-module-option-economy .theca-module-icon {
    background: var(--color-green-100);
    color: var(--color-green-700);
  }
  .theca-module-option-copy {
    display: flex;
    flex-direction: column;
    gap: var(--space-2);
    margin-top: var(--space-7);
  }
  .theca-module-option-title {
    font-family: var(--font-display);
    font-size: var(--font-size-xl);
    font-weight: var(--font-weight-semibold);
    line-height: var(--line-height-xl);
    letter-spacing: -0.01em;
  }
  .theca-module-option-description {
    font-size: var(--font-size-base);
    line-height: var(--line-height-base);
    color: var(--color-text-secondary);
  }
  .theca-module-option-action {
    display: inline-flex;
    gap: var(--space-3);
    margin-top: auto;
    padding-top: var(--space-7);
    font-size: var(--font-size-base);
    font-weight: var(--font-weight-semibold);
    line-height: var(--line-height-base);
  }
  .theca-module-option-maintenance .theca-module-option-action {
    color: var(--color-yellow-700);
  }
  .theca-module-option-economy .theca-module-option-action {
    color: var(--color-green-700);
  }
  @media (prefers-reduced-motion: reduce) {
    .theca-module-option:hover {
      transform: none;
    }
  }
  .theca-btn-ghost {
    display: inline-flex;
    height: 2.25rem;
    align-items: center;
    justify-content: center;
    gap: var(--space-3);
    border-radius: var(--radius-md);
    border: 0.5px solid var(--color-border-default);
    padding: 0 var(--space-4);
    font-size: var(--font-size-base);
    color: var(--color-text-primary);
    background: var(--color-background-surface);
    transition: background-color var(--duration-fast) var(--easing-standard),	color var(--duration-fast) var(--easing-standard),	box-shadow var(--duration-fast) var(--easing-standard);
  }
  .theca-btn-ghost:hover {
    background: var(--color-background-subtle);
  }
  .theca-btn-ghost:focus-visible {
    outline: none;
    box-shadow: var(--shadow-focus);
  }
  .theca-prompts-tag {
    position: fixed;
    top: 50%;
    right: 0;
    z-index: 70;
    display: inline-flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: var(--space-3);
    min-height: 8.5rem;
    width: var(--space-9);
    padding: var(--space-4) var(--space-3);
    border: 0.5px solid	var(--color-border-strong);
    @supports (color: color-mix(in lab, red, red)) {
      border: 0.5px solid	color-mix(in oklab, var(--color-border-strong) 70%, transparent);
    }
    border-right: none;
    border-radius: var(--radius-lg) 0 0 var(--radius-lg);
    background: linear-gradient(	120deg,	var(--color-interactive-primary),	var(--color-interactive-primary-hover)	);
    @supports (color: color-mix(in lab, red, red)) {
      background: linear-gradient(	120deg,	color-mix(in oklab, var(--color-interactive-primary) 92%, transparent),	color-mix(	in oklab,	var(--color-interactive-primary-hover) 96%,	transparent	)	);
    }
    color: var(--color-text-inverse);
    font-size: var(--font-size-base);
    font-weight: var(--font-weight-semibold);
    letter-spacing: 0.01em;
    box-shadow: var(--shadow-lg);
    transform: translateY(-50%);
    transition: transform var(--duration-fast) var(--easing-standard),	box-shadow var(--duration-fast) var(--easing-standard),	filter var(--duration-fast) var(--easing-standard);
  }
  .theca-prompts-tag:hover {
    box-shadow: var(--shadow-lg);
    filter: saturate(1.05);
  }
  .theca-prompts-tag span {
    writing-mode: vertical-rl;
    text-orientation: mixed;
    line-height: 1;
  }
  .theca-prompts-tag:focus-visible {
    outline: none;
    box-shadow: var(--shadow-focus);
  }
  @media (max-width: 768px) {
    .theca-prompts-tag {
      min-height: 7.5rem;
      width: var(--space-8);
      padding: var(--space-3) var(--space-2);
      gap: var(--space-2);
      font-size: var(--font-size-xs);
    }
  }
  .theca-btn-icon {
    display: inline-flex;
    height: 2.75rem;
    width: 2.75rem;
    flex-shrink: 0;
    align-items: center;
    justify-content: center;
    border-radius: var(--radius-lg);
    border: 0.5px solid var(--color-border-default);
    background: var(--color-background-surface);
    color: var(--color-text-primary);
    box-shadow: var(--shadow-sm);
    transition: background-color var(--duration-fast) var(--easing-standard),	box-shadow var(--duration-fast) var(--easing-standard);
  }
  .theca-btn-icon:hover {
    background: var(--color-background-subtle);
  }
  .theca-btn-icon:focus-visible {
    outline: none;
    box-shadow: var(--shadow-focus);
  }
  .theca-toast-region {
    position: fixed;
    right: var(--space-4);
    bottom: 20vh;
    z-index: 120;
    display: flex;
    width: min(92vw, 22rem);
    flex-direction: column;
    gap: var(--space-2);
    pointer-events: none;
  }
  .theca-toast {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: var(--space-2);
    pointer-events: auto;
    border: 0.5px solid var(--color-border-default);
    border-radius: var(--radius-md);
    padding: var(--space-3) var(--space-4);
    background: var(--color-background-surface);
    box-shadow: var(--shadow-lg);
    opacity: 0;
    transform: translateX(2rem);
    transition: opacity var(--duration-fast) var(--easing-standard),	transform var(--duration-fast) var(--easing-standard);
  }
  .theca-toast.is-visible {
    opacity: 1;
    transform: translateX(0);
  }
  .theca-toast.is-hiding {
    opacity: 0;
    transform: translateX(2rem);
  }
  .theca-toast-success {
    border-color: var(--color-success);
    @supports (color: color-mix(in lab, red, red)) {
      border-color: color-mix(	in oklab,	var(--color-success) 36%,	var(--color-border-default)	);
    }
    background: var(--color-success-bg);
    @supports (color: color-mix(in lab, red, red)) {
      background: color-mix(	in oklab,	var(--color-success-bg) 78%,	var(--color-background-surface)	);
    }
  }
  .theca-toast-error {
    border-color: var(--color-danger);
    @supports (color: color-mix(in lab, red, red)) {
      border-color: color-mix(	in oklab,	var(--color-danger) 38%,	var(--color-border-default)	);
    }
    background: var(--color-danger-bg);
    @supports (color: color-mix(in lab, red, red)) {
      background: color-mix(	in oklab,	var(--color-danger-bg) 84%,	var(--color-background-surface)	);
    }
  }
  .theca-toast-message {
    font-size: var(--font-size-sm);
    line-height: var(--line-height-sm);
    color: var(--color-text-primary);
  }
  .theca-toast-close {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 1.25rem;
    height: 1.25rem;
    border-radius: var(--radius-sm);
    color: var(--color-text-secondary);
    line-height: 1;
  }
  .theca-toast-close:hover {
    background: var(--color-background-subtle);
    color: var(--color-text-primary);
  }
  .theca-toast-close:focus-visible {
    outline: none;
    box-shadow: var(--shadow-focus);
  }
  .theca-toast-controls {
    display: inline-flex;
    align-items: center;
    gap: var(--space-2);
  }
  .theca-toast-action {
    font-size: var(--font-size-xs);
    font-weight: 600;
    color: var(--color-interactive-primary);
    white-space: nowrap;
  }
  .theca-toast-action:hover {
    text-decoration: underline;
  }
  .theca-toast-action:focus-visible {
    outline: none;
    box-shadow: var(--shadow-focus);
    border-radius: var(--radius-sm);
  }
  .theca-confirm-overlay {
    position: fixed;
    inset: 0;
    z-index: 130;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: var(--space-4);
    background: var(--color-background-base);
    @supports (color: color-mix(in lab, red, red)) {
      background: color-mix(in oklab, var(--color-background-base) 55%, transparent);
    }
    opacity: 0;
    transition: opacity var(--duration-fast) var(--easing-standard);
  }
  .theca-confirm-overlay.is-visible {
    opacity: 1;
  }
  .theca-confirm-dialog {
    display: flex;
    width: min(92vw, 24rem);
    flex-direction: column;
    gap: var(--space-4);
    border: 0.5px solid var(--color-border-default);
    border-radius: var(--radius-md);
    padding: var(--space-5) var(--space-5) var(--space-4);
    background: var(--color-background-surface);
    box-shadow: var(--shadow-lg);
    transform: translateY(-0.375rem);
    transition: transform var(--duration-fast) var(--easing-standard);
  }
  .theca-confirm-overlay.is-visible .theca-confirm-dialog {
    transform: translateY(0);
  }
  .theca-confirm-message {
    font-size: var(--font-size-sm);
    line-height: var(--line-height-sm);
    color: var(--color-text-primary);
  }
  .theca-confirm-skip {
    display: inline-flex;
    align-items: center;
    gap: var(--space-2);
    font-size: var(--font-size-xs);
    color: var(--color-text-secondary);
    cursor: pointer;
  }
  .theca-confirm-actions {
    display: flex;
    justify-content: flex-end;
    gap: var(--space-2);
  }
  .theca-btn-icon-sm {
    display: inline-flex;
    height: 1.75rem;
    width: 1.75rem;
    align-items: center;
    justify-content: center;
    border-radius: var(--radius-md);
    color: var(--color-text-primary);
    transition: background-color var(--duration-fast) var(--easing-standard),	color var(--duration-fast) var(--easing-standard);
  }
  .theca-btn-icon-ghost {
    display: inline-flex;
    height: 2.25rem;
    width: 2.25rem;
    align-items: center;
    justify-content: center;
    border-radius: var(--radius-md);
    color: var(--color-text-primary);
    transition: background-color var(--duration-fast) var(--easing-standard),	color var(--duration-fast) var(--easing-standard);
  }
  .theca-btn-icon-ghost:hover {
    background: var(--color-background-subtle);
    color: var(--color-interactive-primary);
  }
  .theca-btn-icon-sm:focus-visible,	.theca-btn-icon-ghost:focus-visible {
    outline: none;
    box-shadow: var(--shadow-focus);
  }
  .theca-btn-sm {
    display: inline-flex;
    height: 1.75rem;
    align-items: center;
    justify-content: center;
    border-radius: var(--radius-sm);
    border: 0.5px solid var(--color-border-default);
    background: var(--color-background-surface);
    padding: 0 var(--space-4);
    font-size: var(--font-size-xs);
    color: var(--color-text-primary);
    transition: background-color var(--duration-fast) var(--easing-standard),	color var(--duration-fast) var(--easing-standard);
  }
  .theca-btn-sm:hover {
    background: var(--color-background-subtle);
  }
  .theca-btn-sm:focus-visible {
    outline: none;
    box-shadow: var(--shadow-focus);
  }
  .theca-btn-sm-danger {
    color: var(--color-danger);
  }
  .theca-btn-sm-danger:hover {
    background: var(--color-danger-bg);
  }
  .theca-btn-icon-sm:hover {
    background: var(--color-background-subtle);
  }
  .theca-input {
    border-radius: var(--radius-md);
    border: 0.5px solid var(--color-border-default);
    background: var(--color-background-surface);
    padding: 0 var(--space-4);
    font-size: var(--font-size-base);
    line-height: var(--line-height-base);
    color: var(--color-text-primary);
    outline: none;
    transition: border-color var(--duration-fast) var(--easing-standard),	box-shadow var(--duration-fast) var(--easing-standard);
  }
  .theca-input-xs {
    height: 2rem;
    border-radius: var(--radius-md);
    border: 0.5px solid var(--color-border-default);
    background: var(--color-background-surface);
    padding: 0 var(--space-4);
    font-size: var(--font-size-xs);
    line-height: var(--line-height-sm);
    color: var(--color-text-primary);
    outline: none;
    transition: border-color var(--duration-fast) var(--easing-standard),	box-shadow var(--duration-fast) var(--easing-standard);
  }
  .theca-input-xs-compact {
    height: 1.75rem;
    padding: 0 var(--space-3);
  }
  .theca-rail-item-action {
    display: inline-flex;
    height: 1.75rem;
    width: 1.75rem;
    align-items: center;
    justify-content: center;
    border-radius: var(--radius-sm);
    color: var(--color-text-tertiary);
    opacity: 0;
    pointer-events: none;
    transition: opacity var(--duration-fast) var(--easing-standard),	background-color var(--duration-fast) var(--easing-standard),	color var(--duration-fast) var(--easing-standard);
  }
  .theca-rail-item-action:hover {
    background: var(--color-background-subtle);
  }
  .theca-rail-item-action:focus-visible {
    outline: none;
    box-shadow: var(--shadow-focus);
  }
  .theca-thread-loading {
    opacity: 0;
    transition: opacity var(--duration-instant) var(--easing-standard);
    pointer-events: none;
  }
  .theca-thread-loading.htmx-request {
    opacity: 1;
  }
  .theca-rail-item {
    border-color: transparent;
    font-size: var(--font-size-sm);
    font-weight: 400;
    color: var(--color-text-secondary);
    padding: var(--space-2) var(--space-3) var(--space-2) var(--space-4);
  }
  .theca-rail-item:hover {
    background: var(--color-background-subtle);
  }
  .theca-rail-item .theca-input {
    font-size: var(--font-size-sm);
    font-weight: 400;
  }
  .theca-rail-item-active {
    border-color: var(--color-green-300);
    color: var(--color-text-primary);
    background: oklch(96.2% 0.044 156.743);
    @supports (color: color-mix(in lab, red, red)) {
      background: color-mix(	in oklab,	var(--color-green-100) 72%,	var(--color-background-surface)	);
    }
  }
  .theca-rail-item-active:hover {
    background: oklch(96.2% 0.044 156.743);
    @supports (color: color-mix(in lab, red, red)) {
      background: color-mix(	in oklab,	var(--color-green-100) 72%,	var(--color-background-surface)	);
    }
  }
  .theca-msg-user {
    width: 100%;
    max-width: 70%;
    align-self: flex-end;
    border-radius: var(--radius-xl);
    border: 0.5px solid var(--color-border-default);
    background: var(--color-background-subtle);
    padding: var(--space-5) var(--space-6);
    font-size: var(--font-size-base);
    line-height: var(--line-height-base);
    color: var(--color-text-primary);
    box-shadow: var(--shadow-sm);
  }
  .theca-msg-assistant {
    width: 100%;
    max-width: 100%;
    border-radius: var(--radius-xl);
    border: 0.5px solid var(--color-border-default);
    background: var(--color-background-surface);
    padding: var(--space-5) var(--space-6);
    font-size: var(--font-size-base);
    line-height: var(--line-height-base);
    color: var(--color-text-primary);
    box-shadow: var(--shadow-sm);
  }
  #chat-thread-pane > .theca-send-bootstrap {
    margin-top: var(--space-4);
  }
  #chat-thread-pane > .theca-send-bootstrap:first-child {
    margin-top: 0;
  }
  .theca-msg-label {
    margin-bottom: var(--space-3);
    display: inline-flex;
    align-items: center;
    gap: var(--space-3);
    font-size: var(--font-size-xs);
    font-weight: var(--font-weight-medium);
    text-transform: uppercase;
    letter-spacing: var(--tracking-wide);
    color: var(--color-text-secondary);
  }
  .theca-msg-label-ai {
    color: var(--color-text-tertiary);
  }
  .theca-msg-content {
    font-size: var(--font-size-base);
    line-height: var(--line-height-base);
  }
  .theca-msg-actions {
    margin-top: var(--space-2);
    padding-top: var(--space-2);
    border-top: 0.5px dashed var(--color-border-default);
  }
  .theca-msg-loading {
    display: flex;
    flex-direction: column;
    gap: var(--space-3);
  }
  .theca-msg-loading.hidden {
    display: none;
  }
  .theca-reasoning-expander {
    margin-top: var(--space-3);
  }
  .theca-reasoning-expander.hidden {
    display: none;
  }
  .theca-reasoning-summary {
    display: inline-flex;
    align-items: center;
    gap: var(--space-3);
    cursor: pointer;
    list-style: none;
    font-size: var(--font-size-xs);
    font-weight: var(--font-weight-medium);
    text-transform: uppercase;
    letter-spacing: var(--tracking-wide);
    color: var(--color-text-tertiary);
    user-select: none;
  }
  .theca-reasoning-summary::-webkit-details-marker {
    display: none;
  }
  .theca-reasoning-summary::marker {
    content: "";
  }
  .theca-reasoning-chevron {
    width: var(--font-size-sm);
    height: var(--font-size-sm);
    flex-shrink: 0;
    transition: transform var(--duration-fast) var(--easing-standard);
  }
  details[open] > .theca-reasoning-summary .theca-reasoning-chevron {
    transform: rotate(90deg);
  }
  .theca-reasoning-body {
    max-height: 300px;
    overflow-y: auto;
    margin-top: var(--space-2);
    padding: var(--space-3);
    border-left: 2px solid var(--color-border-default);
    font-size: var(--font-size-xs);
    line-height: var(--line-height-sm);
    color: var(--color-text-secondary);
    word-break: break-word;
  }
  .theca-reasoning-body p,	.theca-reasoning-body ul,	.theca-reasoning-body ol,	.theca-reasoning-body pre,	.theca-reasoning-body blockquote {
    margin: var(--space-2) 0;
  }
  .theca-reasoning-body p:first-child,	.theca-reasoning-body ul:first-child,	.theca-reasoning-body ol:first-child {
    margin-top: 0;
  }
  .theca-reasoning-body p:last-child,	.theca-reasoning-body ul:last-child,	.theca-reasoning-body ol:last-child {
    margin-bottom: 0;
  }
  .theca-reasoning-body ul,	.theca-reasoning-body ol {
    padding-left: var(--space-5);
  }
  .theca-reasoning-body ul {
    list-style: disc;
  }
  .theca-reasoning-body ol {
    list-style: decimal;
  }
  [data-theca-badge] {
    display: inline-flex;
    align-items: center;
    gap: var(--space-2);
    height: 22px;
    padding: var(--space-1) var(--space-3);
    border-radius: var(--radius-full);
    font-size: var(--font-size-xs);
    font-weight: var(--font-weight-medium);
    line-height: 1;
    margin-inline-end: var(--space-2);
    white-space: nowrap;
    vertical-align: middle;
  }
  [data-theca-badge="info"] {
    background: var(--color-info-bg);
    color: var(--color-info);
  }
  [data-theca-badge="info"]::before {
    content: "";
    display: block;
    width: 12px;
    height: 12px;
    flex-shrink: 0;
    background-color: currentColor;
    -webkit-mask-image: url("/static/common/wrench.svg");
    mask-image: url("/static/common/wrench.svg");
    -webkit-mask-size: contain;
    mask-size: contain;
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
  }
  .theca-reasoning-body .theca-tool-call-header {
    display: block;
    margin: var(--space-2) 0 var(--space-1);
  }
  .theca-reasoning-body .theca-tool-call-header:first-child {
    margin-top: 0;
  }
  .theca-reasoning-body code {
    border-radius: var(--radius-sm);
    background: var(--color-text-primary);
    @supports (color: color-mix(in lab, red, red)) {
      background: color-mix(in oklab, var(--color-text-primary) 8%, transparent);
    }
    padding: var(--space-1) var(--space-2);
    font-size: 0.875em;
  }
  .theca-reasoning-body pre {
    overflow-x: auto;
    border-radius: var(--radius-md);
    background: var(--color-text-primary);
    @supports (color: color-mix(in lab, red, red)) {
      background: color-mix(in oklab, var(--color-text-primary) 6%, transparent);
    }
    padding: var(--space-3);
  }
  .theca-reasoning-body pre code {
    background: transparent;
    padding: 0;
  }
  .theca-reasoning-body strong,	.theca-reasoning-body b {
    font-weight: 600;
  }
  .theca-feedback-success-text {
    color: var(--color-green-500);
  }
  #chat-send-button.theca-send-active {
    background: var(--color-brand-ink);
  }
  #chat-send-button.theca-send-active:hover {
    background: var(--color-neutral-900);
  }
  [data-role="assistant-skeletons"] {
    display: flex;
    flex-direction: column;
    gap: var(--space-2);
  }
  .chat-skeleton {
    height: 5px;
    border-radius: var(--radius-full);
    background: var(--color-background-subtle);
    animation: theca-chat-skeleton-pulse 1.6s ease-in-out infinite;
  }
  .chat-skeleton--75 {
    width: 75%;
  }
  @keyframes theca-chat-skeleton-pulse {
    0%,	100% {
      opacity: 1;
    }
    50% {
      opacity: 0.55;
    }
  }
  .theca-actions-host:hover .theca-rail-item-action,	.theca-actions-host:focus-within .theca-rail-item-action,	.theca-rail-item-action:focus-visible {
    opacity: 1;
    pointer-events: auto;
  }
  @media (hover: none), (pointer: coarse) {
    .theca-rail-item-action {
      opacity: 1;
      pointer-events: auto;
    }
  }
  .sortable-ghost {
    opacity: 0.72;
    background: oklch(98.2% 0.018 155.826);
    @supports (color: color-mix(in lab, red, red)) {
      background: color-mix(	in oklab,	var(--color-green-50) 78%,	var(--color-background-surface)	);
    }
    border: 1px dashed	var(--color-interactive-primary);
    @supports (color: color-mix(in lab, red, red)) {
      border: 1px dashed	color-mix(in oklab, var(--color-interactive-primary) 58%, transparent);
    }
    box-shadow: var(--shadow-md);
  }
  .sorting [data-sort-handle="folder"],	.sorting [data-sort-handle="prompt"] {
    cursor: grabbing;
  }
  .theca-input:focus-visible,	.theca-input-xs:focus-visible {
    outline: none;
    border-color: var(--color-interactive-primary);
    box-shadow: var(--shadow-focus);
  }
  [data-role="assistant-markdown"] {
    line-height: 1.65;
    color: var(--color-text-primary);
    overflow-wrap: break-word;
    word-break: normal;
  }
  [data-role="assistant-markdown"] p,	[data-role="assistant-markdown"] ul,	[data-role="assistant-markdown"] ol,	[data-role="assistant-markdown"] pre,	[data-role="assistant-markdown"] blockquote,	[data-role="assistant-markdown"] .theca-markdown-table-wrap,	[data-role="assistant-markdown"] hr {
    margin: var(--space-4) 0;
  }
  [data-role="assistant-markdown"] h1,	[data-role="assistant-markdown"] h2,	[data-role="assistant-markdown"] h3,	[data-role="assistant-markdown"] h4,	[data-role="assistant-markdown"] h5,	[data-role="assistant-markdown"] h6 {
    margin: var(--space-6) 0 var(--space-3);
    font-weight: var(--font-weight-semibold);
    font-synthesis: none;
    letter-spacing: -0.01em;
    color: var(--color-text-primary);
  }
  [data-role="assistant-markdown"] h1 {
    font-size: var(--font-size-lg);
    line-height: var(--line-height-lg);
  }
  [data-role="assistant-markdown"] h2 {
    font-size: var(--font-size-md);
    line-height: var(--line-height-md);
  }
  [data-role="assistant-markdown"] h3 {
    font-size: var(--font-size-base);
    line-height: var(--line-height-base);
  }
  [data-role="assistant-markdown"] h4,	[data-role="assistant-markdown"] h5,	[data-role="assistant-markdown"] h6 {
    font-size: var(--font-size-sm);
    line-height: var(--line-height-sm);
  }
  [data-role="assistant-markdown"] h6 {
    color: var(--color-text-secondary);
  }
  [data-role="assistant-markdown"] > :first-child {
    margin-top: 0;
  }
  [data-role="assistant-markdown"] > :last-child {
    margin-bottom: 0;
  }
  [data-role="assistant-markdown"] ul,	[data-role="assistant-markdown"] ol {
    padding-left: var(--space-7);
  }
  [data-role="assistant-markdown"] ul {
    list-style: disc;
  }
  [data-role="assistant-markdown"] ol {
    list-style: decimal;
  }
  [data-role="assistant-markdown"] li + li {
    margin-top: var(--space-2);
  }
  [data-role="assistant-markdown"] li > ul,	[data-role="assistant-markdown"] li > ol {
    margin-top: var(--space-2);
    margin-bottom: 0;
  }
  [data-role="assistant-markdown"] li::marker {
    color: var(--color-text-secondary);
  }
  [data-role="assistant-markdown"] code {
    font-family: var(--font-mono);
    border-radius: var(--radius-sm);
    border: 0.5px solid	var(--color-border-default);
    @supports (color: color-mix(in lab, red, red)) {
      border: 0.5px solid	color-mix(in oklab, var(--color-border-default) 92%, transparent);
    }
    background: var(--color-background-subtle);
    @supports (color: color-mix(in lab, red, red)) {
      background: color-mix(	in oklab,	var(--color-background-subtle) 82%,	transparent	);
    }
    padding: 0.12em 0.35em;
    font-size: 0.88em;
  }
  [data-role="assistant-markdown"] pre {
    overflow-x: auto;
    border-radius: var(--radius-lg);
    border: 0.5px solid	var(--color-border-default);
    @supports (color: color-mix(in lab, red, red)) {
      border: 0.5px solid	color-mix(in oklab, var(--color-border-default) 90%, transparent);
    }
    background: var(--color-brand-ink);
    @supports (color: color-mix(in lab, red, red)) {
      background: color-mix(	in oklab,	var(--color-brand-ink) 7%,	var(--color-background-surface)	);
    }
    padding: var(--space-4) var(--space-5);
  }
  [data-role="assistant-markdown"] pre code {
    display: block;
    min-width: max-content;
    background: transparent;
    border: 0;
    padding: 0;
    font-size: 0.92em;
    line-height: 1.65;
  }
  [data-role="assistant-markdown"] blockquote {
    border-left: 3px solid	var(--color-interactive-primary);
    @supports (color: color-mix(in lab, red, red)) {
      border-left: 3px solid	color-mix(in oklab, var(--color-interactive-primary) 65%, transparent);
    }
    border-radius: var(--radius-md);
    background: oklch(98.2% 0.018 155.826);
    @supports (color: color-mix(in lab, red, red)) {
      background: color-mix(	in oklab,	var(--color-green-50) 70%,	var(--color-background-surface)	);
    }
    padding: var(--space-3) var(--space-4);
    color: var(--color-text-secondary);
  }
  [data-role="assistant-markdown"] blockquote > :first-child {
    margin-top: 0;
  }
  [data-role="assistant-markdown"] blockquote > :last-child {
    margin-bottom: 0;
  }
  [data-role="assistant-markdown"] hr {
    height: 0;
    border: 0;
    border-top: 0.5px solid var(--color-border-default);
  }
  [data-role="assistant-markdown"] a:not(.theca-chip) {
    color: var(--color-interactive-primary);
    font-weight: var(--font-weight-medium);
    text-decoration: underline;
    text-decoration-thickness: 0.08em;
    text-decoration-color: var(--color-interactive-primary);
    @supports (color: color-mix(in lab, red, red)) {
      text-decoration-color: color-mix(	in oklab,	var(--color-interactive-primary) 55%,	transparent	);
    }
    text-underline-offset: 2px;
  }
  [data-role="assistant-markdown"] a:not(.theca-chip):hover {
    color: var(--color-interactive-primary-hover);
    text-decoration-color: currentColor;
  }
  [data-role="assistant-markdown"] strong,	[data-role="assistant-markdown"] b {
    font-weight: var(--font-weight-semibold);
    font-synthesis: none;
  }
  [data-role="assistant-markdown"] .theca-markdown-table-wrap {
    max-width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    border: 0.5px solid var(--color-border-default);
    border-radius: var(--radius-lg);
    background: var(--color-background-surface);
  }
  [data-role="assistant-markdown"] table {
    width: max-content;
    min-width: 100%;
    border-collapse: separate;
    border-spacing: 0;
    border: 0;
    font-size: var(--font-size-sm);
    line-height: var(--line-height-sm);
  }
  [data-role="assistant-markdown"] table th,	[data-role="assistant-markdown"] table td {
    padding: var(--space-3) var(--space-4);
    border-right: 0.5px solid var(--color-border-default);
    border-bottom: 0.5px solid var(--color-border-default);
    text-align: left;
    vertical-align: top;
    overflow-wrap: normal;
    word-break: normal;
  }
  [data-role="assistant-markdown"] table th {
    background: oklch(96.2% 0.044 156.743);
    @supports (color: color-mix(in lab, red, red)) {
      background: color-mix(	in oklab,	var(--color-green-100) 70%,	var(--color-background-surface)	);
    }
    font-weight: var(--font-weight-semibold);
    color: var(--color-text-primary);
  }
  [data-role="assistant-markdown"] table .theca-markdown-table-cell-number {
    text-align: right;
    font-variant-numeric: tabular-nums;
  }
  [data-role="assistant-markdown"] table tr:nth-child(even) td {
    background: var(--color-background-subtle);
    @supports (color: color-mix(in lab, red, red)) {
      background: color-mix(	in oklab,	var(--color-background-subtle) 55%,	transparent	);
    }
  }
  [data-role="assistant-markdown"] table tr:last-child td {
    border-bottom: none;
  }
  [data-role="assistant-markdown"] table th:last-child,	[data-role="assistant-markdown"] table td:last-child {
    border-right: none;
  }
  [data-role="assistant-markdown"] table th:first-child {
    border-top-left-radius: var(--radius-md);
  }
  [data-role="assistant-markdown"] table th:last-child {
    border-top-right-radius: var(--radius-md);
  }
  .theca-component-card {
    margin: var(--space-3) 0;
    border: 0.5px solid	var(--color-border-default);
    @supports (color: color-mix(in lab, red, red)) {
      border: 0.5px solid	color-mix(in oklab, var(--color-border-default) 92%, transparent);
    }
    border-radius: var(--radius-lg);
    background: var(--color-background-surface);
    padding: var(--space-4);
  }
  .theca-chart-summary {
    margin-bottom: var(--space-4);
    font-size: var(--font-size-xs);
    color: var(--color-text-secondary);
  }
  .theca-chart-warning {
    font-size: var(--font-size-xs);
    color: var(--color-warning);
  }
  .theca-chart-canvas-wrap {
    position: relative;
    height: 280px;
    width: 100%;
  }
  .theca-attachment-card {
    margin: var(--space-3) 0;
    border: 0.5px solid	var(--color-border-default);
    @supports (color: color-mix(in lab, red, red)) {
      border: 0.5px solid	color-mix(in oklab, var(--color-border-default) 92%, transparent);
    }
    border-radius: var(--radius-lg);
    background: var(--color-background-surface);
    padding: var(--space-4);
    display: flex;
    flex-direction: column;
    gap: var(--space-2);
  }
  .theca-question-card {
    display: flex;
    flex-direction: column;
    gap: var(--space-6);
  }
  #chat-pending-question:empty {
    display: none;
  }
  #chat-pending-question:not(:empty) {
    padding: var(--space-5) var(--space-6) var(--space-4) var(--space-6);
    border-bottom: 0.5px solid	var(--color-border-default);
    @supports (color: color-mix(in lab, red, red)) {
      border-bottom: 0.5px solid	color-mix(in oklab, var(--color-border-default) 60%, transparent);
    }
  }
  article.theca-msg-assistant[data-theca-question-docked="1"] {
    display: none;
  }
  #chat-composer {
    position: sticky;
    bottom: 0;
  }
  .chat-main:has(#chat-pending-question:not(:empty)) #chat-composer {
    position: static;
  }
  #chat-pending-question .theca-question-actions {
    display: none;
  }
  .theca-msg-assistant:not([data-awaiting="1"])	.theca-question-card	.theca-question-options,	.theca-msg-assistant:not([data-awaiting="1"])	.theca-question-card	.theca-question-free,	.theca-msg-assistant:not([data-awaiting="1"])	.theca-question-card	.theca-question-actions,	.theca-msg-assistant:not([data-awaiting="1"])	.theca-question-card	.theca-question-error {
    display: none;
  }
  .theca-msg-assistant:not([data-awaiting="1"]) .theca-question-card {
    opacity: 0.75;
    gap: var(--space-1);
  }
  .theca-msg-assistant:not([data-awaiting="1"]) .theca-question-blocks {
    gap: var(--space-1);
  }
  .theca-msg-assistant:not([data-awaiting="1"]) .theca-question-block {
    padding-bottom: 0;
    border-bottom: none;
    gap: 0;
  }
  .theca-msg-assistant:not([data-awaiting="1"]) .theca-question-text {
    font-weight: var(--font-weight-normal);
    color: var(--color-text-secondary);
  }
  .chat-main:has(#chat-pending-question:not(:empty)) #chat-save-prompt-button {
    opacity: 0.5;
    cursor: not-allowed;
  }
  #chat-pending-question:not(:empty) {
    position: relative;
  }
  .theca-question-clear {
    position: absolute;
    top: var(--space-3);
    right: var(--space-3);
    width: 2.25rem;
    height: 2.25rem;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border: none;
    background: transparent;
    color: var(--color-text-secondary);
    cursor: pointer;
    border-radius: var(--radius-md);
    font-size: var(--font-size-xl);
    line-height: 1;
  }
  .theca-question-clear:hover {
    background: var(--color-background-muted);
    @supports (color: color-mix(in lab, red, red)) {
      background: color-mix(	in oklab,	var(--color-background-muted) 60%,	transparent	);
    }
    color: var(--color-text-primary);
  }
  .theca-composer-wrap:focus-within {
    border-color: var(--color-interactive-primary);
    box-shadow: var(--shadow-focus);
  }
  .theca-question-blocks {
    display: flex;
    flex-direction: column;
    gap: var(--space-6);
  }
  .theca-question-block {
    display: flex;
    flex-direction: column;
    gap: var(--space-2);
    border: 0;
    margin: 0;
    padding-inline: 0;
    padding-bottom: var(--space-4);
    border-bottom: 0.5px solid	var(--color-border-default);
    @supports (color: color-mix(in lab, red, red)) {
      border-bottom: 0.5px solid	color-mix(in oklab, var(--color-border-default) 60%, transparent);
    }
  }
  .theca-question-block:last-of-type {
    padding-bottom: 0;
    border-bottom: none;
  }
  .theca-question-text {
    font-size: var(--font-size-sm);
    font-weight: var(--font-weight-semibold);
    color: var(--color-text-primary);
  }
  .theca-question-options {
    display: flex;
    flex-direction: column;
    gap: var(--space-1);
  }
  .theca-question-option {
    display: flex;
    align-items: center;
    gap: var(--space-2);
    font-size: var(--font-size-sm);
    color: var(--color-text-primary);
    cursor: pointer;
    padding: var(--space-1) var(--space-2);
    margin-inline: calc(-1 * var(--space-2));
    border-radius: var(--radius-md);
  }
  .theca-question-option:hover {
    background: var(--color-background-muted);
    @supports (color: color-mix(in lab, red, red)) {
      background: color-mix(	in oklab,	var(--color-background-muted) 60%,	transparent	);
    }
  }
  .theca-question-option input {
    cursor: pointer;
  }
  .theca-question-free {
    width: 100%;
    border: 0.5px solid	var(--color-border-default);
    @supports (color: color-mix(in lab, red, red)) {
      border: 0.5px solid	color-mix(in oklab, var(--color-border-default) 92%, transparent);
    }
    border-radius: var(--radius-md);
    padding: var(--space-2);
    font-size: var(--font-size-sm);
    font-family: inherit;
    background: var(--color-background-default);
    color: var(--color-text-primary);
    resize: vertical;
    min-height: 2rem;
  }
  .theca-question-error {
    margin: 0;
    font-size: var(--font-size-xs);
    color: var(--color-danger);
  }
  .theca-question-actions {
    display: flex;
    justify-content: flex-end;
  }
  .theca-question-submit {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    height: 2.25rem;
    padding: 0 var(--space-3);
    border-radius: var(--radius-md);
    border: 0;
    background: var(--color-interactive-primary);
    color: var(--color-text-inverse);
    font-size: var(--font-size-sm);
    font-weight: var(--font-weight-medium);
    cursor: pointer;
  }
  .theca-question-submit:disabled {
    opacity: 0.5;
    cursor: not-allowed;
  }
  .theca-attachment-card-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: var(--space-3);
    flex-wrap: wrap;
  }
  .theca-attachment-card-title {
    font-size: var(--font-size-sm);
    font-weight: var(--font-weight-semibold);
    color: var(--color-text-primary);
  }
  .theca-attachment-card-meta {
    font-size: var(--font-size-xs);
    color: var(--color-text-tertiary);
  }
  .theca-sheet-toggle {
    display: inline-flex;
    border: 1px solid var(--color-border-subtle, #d4d4d8);
    border-radius: 4px;
    overflow: hidden;
  }
  .theca-sheet-toggle button {
    font-size: var(--font-size-xs);
    padding: 2px 10px;
    background: transparent;
    color: var(--color-text-secondary, #4b5563);
    border: 0;
    border-left: 1px solid var(--color-border-subtle, #d4d4d8);
    cursor: pointer;
    line-height: 1.4;
  }
  .theca-sheet-toggle button:first-child {
    border-left: 0;
  }
  .theca-sheet-toggle button[aria-pressed="true"] {
    background: var(--color-interactive-primary, #2563eb);
    color: #fff;
  }
  .theca-attachment-card-footer {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    gap: var(--space-3);
    font-size: var(--font-size-xs);
  }
  .theca-chip {
    display: inline-flex;
    align-items: center;
    gap: var(--space-2);
    min-height: 26px;
    padding: 0 var(--space-3);
    border-radius: var(--radius-full);
    border: 0.5px solid var(--color-border-strong);
    background: var(--color-background-surface);
    font-family: var(--font-body);
    font-size: var(--font-size-xs);
    font-weight: var(--font-weight-medium);
    line-height: 1;
    color: var(--color-text-primary);
    text-decoration: none;
    cursor: pointer;
    transition: background-color var(--duration-fast) var(--easing-standard),	border-color var(--duration-fast) var(--easing-standard);
  }
  .theca-chip:hover {
    background: var(--color-background-subtle);
    border-color: var(--color-neutral-400);
  }
  .theca-chip:focus-visible {
    outline: none;
    box-shadow: var(--shadow-focus);
  }
  .theca-chip[disabled] {
    cursor: default;
    opacity: 0.6;
  }
  .theca-chip svg {
    width: 13px;
    height: 13px;
    flex-shrink: 0;
  }
  .theca-chip-chevron {
    width: 5px;
    height: 5px;
    border-right: 1.5px solid currentColor;
    border-bottom: 1.5px solid currentColor;
    transform: translateY(-1px) rotate(45deg);
    flex-shrink: 0;
    opacity: 0.7;
  }
  .theca-attachment-card-link {
    color: var(--color-text-primary);
    text-decoration: underline;
    text-underline-offset: 2px;
  }
  .theca-attachment-card-link:hover {
    color: var(--color-interactive-primary);
  }
  .theca-grid-theme {
    --ag-font-family: var(--font-body);
    --ag-font-size: var(--font-size-sm);
    --ag-foreground-color: var(--color-text-primary);
    --ag-data-color: var(--color-text-primary);
    --ag-secondary-foreground-color: var(--color-text-secondary);
    --ag-background-color: var(--color-background-surface);
    --ag-header-background-color: var(--color-background-subtle);
    --ag-header-foreground-color: var(--color-text-primary);
    --ag-border-color: var(--color-border-default);
    --ag-row-border-color: var(--color-border-default);
    --ag-row-hover-color: var(--color-background-subtle);
    @supports (color: color-mix(in lab, red, red)) {
      --ag-row-hover-color: color-mix(
			in oklab,
			var(--color-background-subtle) 72%,
			transparent
		);
    }
    --ag-selected-row-background-color: oklch(96.2% 0.044 156.743);
    @supports (color: color-mix(in lab, red, red)) {
      --ag-selected-row-background-color: color-mix(
			in oklab,
			var(--color-green-100) 68%,
			var(--color-background-surface)
		);
    }
    --ag-range-selection-border-color: var(--color-interactive-primary);
    --ag-input-focus-border-color: var(--color-interactive-primary);
    --ag-control-panel-background-color: var(--color-background-surface);
    --ag-modal-overlay-background-color: var(--color-background-inverse);
    @supports (color: color-mix(in lab, red, red)) {
      --ag-modal-overlay-background-color: color-mix(
			in oklab,
			var(--color-background-inverse) 18%,
			transparent
		);
    }
    --ag-browser-color-scheme: light;
  }
  .theca-grid-theme .ag-root-wrapper {
    border: none;
    border-radius: 0;
  }
  .theca-grid-theme .ag-root-wrapper,	.theca-grid-theme .ag-header,	.theca-grid-theme .ag-paging-panel,	.theca-grid-theme .ag-row,	.theca-grid-theme .ag-cell,	.theca-grid-theme .ag-header-cell,	.theca-grid-theme .ag-side-bar,	.theca-grid-theme .ag-popup {
    border-color: var(--color-border-default);
  }
  .theca-grid-theme .ag-header-cell,	.theca-grid-theme .ag-header-group-cell {
    font-weight: var(--font-weight-semibold);
  }
  .theca-grid-theme .ag-row.ag-row-selected .ag-cell {
    color: var(--color-text-primary);
  }
  .theca-grid-theme .ag-cell-focus,	.theca-grid-theme .ag-cell-range-selected,	.theca-grid-theme .ag-cell-range-selected-1,	.theca-grid-theme .ag-cell-range-selected-2,	.theca-grid-theme .ag-cell-range-selected-3,	.theca-grid-theme .ag-cell-range-selected-4 {
    box-shadow: inset 0 0 0 1px var(--color-interactive-primary);
  }
  .theca-grid-theme .ag-input-field-input:focus,	.theca-grid-theme .ag-picker-field-wrapper:focus-within {
    outline: none;
    box-shadow: var(--shadow-focus);
  }
  .theca-grid-theme .theca-admin-download-cell {
    padding: 0;
  }
  .theca-grid-theme .theca-admin-download-button {
    width: 100%;
    height: 100%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border: 0;
    background: transparent;
    color: var(--color-text-secondary);
    cursor: pointer;
  }
  .theca-grid-theme .theca-admin-download-button:hover {
    background: var(--color-background-subtle);
    @supports (color: color-mix(in lab, red, red)) {
      background: color-mix(	in oklab,	var(--color-background-subtle) 80%,	transparent	);
    }
    color: var(--color-text-primary);
  }
  .theca-grid-theme .theca-admin-download-button:focus-visible {
    outline: none;
    box-shadow: inset 0 0 0 2px var(--color-interactive-primary);
  }
  .theca-grid-theme .theca-admin-download-button svg {
    width: 1rem;
    height: 1rem;
    fill: none;
    stroke: currentColor;
    stroke-width: 1.75;
  }
  .theca-attachment-card-error {
    font-size: 0.75rem;
    color: #b45309;
    padding: 0.5rem;
  }
  .theca-sheet-grid {
    min-height: 240px;
  }
  .theca-code-block {
    margin: 0;
    max-height: 360px;
    overflow: auto;
    padding: 0.75rem 1rem;
    background: #f8fafc;
    border-radius: 0 0 0.5rem 0.5rem;
    font-size: 0.8125rem;
    line-height: 1.5;
  }
  .theca-code-block code {
    font-family: ui-monospace, SFMono-Regular, "SF Mono", Menlo, Consolas, monospace;
    white-space: pre;
    color: #1e293b;
  }
  .theca-code-block .hljs-comment,	.theca-code-block .hljs-quote {
    color: #6b7280;
    font-style: italic;
  }
  .theca-code-block .hljs-keyword,	.theca-code-block .hljs-literal,	.theca-code-block .hljs-type,	.theca-code-block .hljs-meta .hljs-keyword {
    color: #b91c1c;
  }
  .theca-code-block .hljs-string,	.theca-code-block .hljs-meta .hljs-string,	.theca-code-block .hljs-regexp {
    color: #15803d;
  }
  .theca-code-block .hljs-number,	.theca-code-block .hljs-literal .hljs-number {
    color: #b45309;
  }
  .theca-code-block .hljs-built_in,	.theca-code-block .hljs-class .hljs-title,	.theca-code-block .hljs-title.class_,	.theca-code-block .hljs-type {
    color: #0e7490;
  }
  .theca-code-block .hljs-title,	.theca-code-block .hljs-title.function_,	.theca-code-block .hljs-section {
    color: #6d28d9;
  }
  .theca-code-block .hljs-params {
    color: #1e293b;
  }
  .theca-code-block .hljs-attr,	.theca-code-block .hljs-attribute,	.theca-code-block .hljs-variable,	.theca-code-block .hljs-symbol {
    color: #2563eb;
  }
  .theca-code-block .hljs-meta {
    color: #9333ea;
  }
  .ag-center-aligned-cell {
    justify-content: center;
    text-align: center;
  }
  .ag-center-aligned-header .ag-header-cell-label {
    justify-content: center;
  }
  .theca-widget {
    display: flex;
    flex-direction: column;
    height: 100%;
    min-height: 0;
    min-width: 0;
    gap: var(--space-3);
    padding: var(--space-4) var(--space-5);
    background: var(--color-background-surface);
    border: 0.5px solid var(--color-border-default);
    border-radius: var(--radius-lg);
    overflow: hidden;
  }
  .theca-widget-drag {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: var(--space-2);
    cursor: move;
  }
  .theca-widget-drag-title {
    flex: 1;
    min-width: 0;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    font-size: var(--font-size-xs);
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: var(--tracking-wide);
    color: var(--color-text-tertiary);
  }
  .theca-widget-params {
    display: flex;
    min-width: 0;
    gap: var(--space-1);
    overflow: hidden;
  }
  .theca-widget-param {
    white-space: nowrap;
    padding: 0 var(--space-2);
    font-size: var(--font-size-xs);
    color: var(--color-text-secondary);
    background: var(--color-background-subtle);
    border: 1px solid var(--color-border-default);
    border-radius: var(--radius-full);
  }
  .theca-widget-highlight {
    border-color: var(--color-interactive-primary);
    box-shadow: var(--shadow-focus);
  }
  .theca-widget-remove {
    flex-shrink: 0;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 20px;
    height: 20px;
    border: 0;
    border-radius: var(--radius-md);
    background: transparent;
    color: var(--color-text-tertiary);
    cursor: pointer;
    opacity: 0;
    transition: opacity 120ms ease;
  }
  .theca-widget:hover .theca-widget-remove,	.theca-widget-remove:focus-visible {
    opacity: 1;
  }
  .theca-widget-remove:hover {
    background: var(--color-background-subtle);
    color: var(--color-danger);
  }
  .theca-widget-result {
    display: flex;
    flex: 1;
    min-height: 0;
    flex-direction: column;
    gap: var(--space-3);
  }
  .theca-widget-sheet {
    flex: 1;
    min-height: 0;
  }
  .theca-widget-error {
    font-size: var(--font-size-sm);
    color: var(--color-danger);
  }
  .theca-widget-empty {
    font-size: var(--font-size-sm);
    color: var(--color-text-tertiary);
  }
  .theca-widget-empty-state {
    padding: var(--space-4) 0;
    font-size: var(--font-size-sm);
    color: var(--color-text-tertiary);
  }
  .theca-variables-bar {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: var(--space-3);
    margin-bottom: var(--space-4);
    padding: var(--space-3) var(--space-4);
    background: var(--color-background-surface);
    border: 0.5px solid var(--color-border-default);
    border-radius: var(--radius-lg);
  }
  .theca-variables-label {
    font-size: var(--font-size-xs);
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: var(--tracking-wide);
    color: var(--color-text-tertiary);
  }
  .theca-variable {
    display: flex;
    align-items: center;
    gap: var(--space-2);
  }
  .theca-variable-name {
    font-size: var(--font-size-sm);
    color: var(--color-text-secondary);
    white-space: nowrap;
  }
  select.theca-variable-input {
    cursor: pointer;
  }
  .theca-variable-input {
    min-width: 12rem;
    padding: var(--space-1) var(--space-2);
    font-size: var(--font-size-sm);
    color: var(--color-text-primary);
    background: var(--color-background-page);
    border: 1px solid var(--color-border-default);
    border-radius: var(--radius-md);
  }
  .theca-variables-status {
    font-size: var(--font-size-sm);
    color: var(--color-danger);
  }
  .theca-page-meta {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: var(--space-2);
    font-size: var(--font-size-sm);
    color: var(--color-text-secondary);
  }
  .theca-page-meta-sep {
    color: var(--color-text-tertiary);
  }
  .theca-mono {
    font-family: var(--font-mono);
    font-size: var(--font-size-xs);
    color: var(--color-text-tertiary);
  }
  .theca-sheet-card--fill {
    display: flex;
    flex-direction: column;
    height: 100%;
    min-height: 0;
    padding: 0;
    border: 0;
    border-radius: 0;
    background: transparent;
    box-shadow: none;
  }
  .theca-pin {
    position: relative;
    display: inline-flex;
  }
  .theca-pin-menu {
    position: absolute;
    bottom: 100%;
    right: 0;
    z-index: 20;
    min-width: 200px;
    max-height: 240px;
    display: flex;
    flex-direction: column;
    gap: 2px;
    margin-bottom: var(--space-2);
    padding: var(--space-2);
    background: var(--color-background-surface);
    border: 0.5px solid var(--color-border-default);
    border-radius: var(--radius-md);
    box-shadow: var(--shadow-lg);
  }
  .theca-pin-item {
    flex-shrink: 0;
    text-align: left;
    padding: var(--space-2) var(--space-3);
    border: 0;
    border-radius: var(--radius-sm);
    background: transparent;
    color: var(--color-text-primary);
    font-size: var(--font-size-sm);
    line-height: var(--line-height-base);
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    cursor: pointer;
  }
  .theca-pin-item:hover {
    background: var(--color-background-subtle);
  }
  .theca-pin-new {
    margin-bottom: 2px;
    border-bottom: 0.5px solid var(--color-border-default);
    color: var(--color-interactive-primary);
  }
  .theca-pin-list {
    display: flex;
    flex: 1;
    min-height: 0;
    flex-direction: column;
    gap: 2px;
    overflow-y: auto;
  }
  .theca-pin-note {
    padding: var(--space-2) var(--space-3);
    font-size: var(--font-size-sm);
    color: var(--color-text-tertiary);
  }
}
@property --tw-translate-x {
  syntax: "*";
  inherits: false;
  initial-value: 0;
}
@property --tw-translate-y {
  syntax: "*";
  inherits: false;
  initial-value: 0;
}
@property --tw-translate-z {
  syntax: "*";
  inherits: false;
  initial-value: 0;
}
@property --tw-space-y-reverse {
  syntax: "*";
  inherits: false;
  initial-value: 0;
}
@property --tw-divide-x-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-shadow {
  syntax: "*";
  inherits: false;
  initial-value: 0 0 #0000;
}
@property --tw-shadow-color {
  syntax: "*";
  inherits: false;
}
@property --tw-shadow-alpha {
  syntax: "<percentage>";
  inherits: false;
  initial-value: 100%;
}
@property --tw-inset-shadow {
  syntax: "*";
  inherits: false;
  initial-value: 0 0 #0000;
}
@property --tw-inset-shadow-color {
  syntax: "*";
  inherits: false;
}
@property --tw-inset-shadow-alpha {
  syntax: "<percentage>";
  inherits: false;
  initial-value: 100%;
}
@property --tw-ring-color {
  syntax: "*";
  inherits: false;
}
@property --tw-ring-shadow {
  syntax: "*";
  inherits: false;
  initial-value: 0 0 #0000;
}
@property --tw-inset-ring-color {
  syntax: "*";
  inherits: false;
}
@property --tw-inset-ring-shadow {
  syntax: "*";
  inherits: false;
  initial-value: 0 0 #0000;
}
@property --tw-ring-inset {
  syntax: "*";
  inherits: false;
}
@property --tw-ring-offset-width {
  syntax: "<length>";
  inherits: false;
  initial-value: 0px;
}
@property --tw-ring-offset-color {
  syntax: "*";
  inherits: false;
  initial-value: #fff;
}
@property --tw-ring-offset-shadow {
  syntax: "*";
  inherits: false;
  initial-value: 0 0 #0000;
}
@property --tw-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-backdrop-blur {
  syntax: "*";
  inherits: false;
}
@property --tw-backdrop-brightness {
  syntax: "*";
  inherits: false;
}
@property --tw-backdrop-contrast {
  syntax: "*";
  inherits: false;
}
@property --tw-backdrop-grayscale {
  syntax: "*";
  inherits: false;
}
@property --tw-backdrop-hue-rotate {
  syntax: "*";
  inherits: false;
}
@property --tw-backdrop-invert {
  syntax: "*";
  inherits: false;
}
@property --tw-backdrop-opacity {
  syntax: "*";
  inherits: false;
}
@property --tw-backdrop-saturate {
  syntax: "*";
  inherits: false;
}
@property --tw-backdrop-sepia {
  syntax: "*";
  inherits: false;
}
@property --tw-duration {
  syntax: "*";
  inherits: false;
}
@property --tw-ease {
  syntax: "*";
  inherits: false;
}
@keyframes spin {
  to {
    transform: rotate(360deg);
  }
}
@layer properties {
  @supports ((-webkit-hyphens: none) and (not (margin-trim: inline))) or ((-moz-orient: inline) and (not (color:rgb(from red r g b)))) {
    *, ::before, ::after, ::backdrop {
      --tw-translate-x: 0;
      --tw-translate-y: 0;
      --tw-translate-z: 0;
      --tw-space-y-reverse: 0;
      --tw-divide-x-reverse: 0;
      --tw-border-style: solid;
      --tw-leading: initial;
      --tw-font-weight: initial;
      --tw-tracking: 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-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-backdrop-blur: initial;
      --tw-backdrop-brightness: initial;
      --tw-backdrop-contrast: initial;
      --tw-backdrop-grayscale: initial;
      --tw-backdrop-hue-rotate: initial;
      --tw-backdrop-invert: initial;
      --tw-backdrop-opacity: initial;
      --tw-backdrop-saturate: initial;
      --tw-backdrop-sepia: initial;
      --tw-duration: initial;
      --tw-ease: initial;
    }
  }
}
