/*! tailwindcss v4.3.0 | MIT License | https://tailwindcss.com */
@layer properties;
@layer theme, base, components, utilities;
@layer theme {
  :root, :host {
    --font-sans: ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji",
      "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    --font-mono: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono",
      "Courier New", monospace;
    --color-red-50: oklch(97.1% 0.013 17.38);
    --color-red-100: oklch(93.6% 0.032 17.717);
    --color-red-200: oklch(88.5% 0.062 18.334);
    --color-red-300: oklch(80.8% 0.114 19.571);
    --color-red-400: oklch(70.4% 0.191 22.216);
    --color-red-600: oklch(57.7% 0.245 27.325);
    --color-red-700: oklch(50.5% 0.213 27.518);
    --color-red-800: oklch(44.4% 0.177 26.899);
    --color-red-950: oklch(25.8% 0.092 26.042);
    --color-emerald-100: oklch(95% 0.052 163.051);
    --color-emerald-200: oklch(90.5% 0.093 164.15);
    --color-emerald-600: oklch(59.6% 0.145 163.225);
    --color-emerald-700: oklch(50.8% 0.118 165.612);
    --color-emerald-800: oklch(43.2% 0.095 166.913);
    --color-emerald-950: oklch(26.2% 0.051 172.552);
    --color-blue-600: oklch(54.6% 0.245 262.881);
    --color-slate-50: oklch(98.4% 0.003 247.858);
    --color-slate-100: oklch(96.8% 0.007 247.896);
    --color-slate-200: oklch(92.9% 0.013 255.508);
    --color-slate-300: oklch(86.9% 0.022 252.894);
    --color-slate-400: oklch(70.4% 0.04 256.788);
    --color-slate-500: oklch(55.4% 0.046 257.417);
    --color-slate-600: oklch(44.6% 0.043 257.281);
    --color-slate-700: oklch(37.2% 0.044 257.287);
    --color-slate-800: oklch(27.9% 0.041 260.031);
    --color-slate-900: oklch(20.8% 0.042 265.755);
    --color-gray-700: oklch(37.3% 0.034 259.733);
    --color-black: #000;
    --color-white: #fff;
    --spacing: 0.25rem;
    --container-4xl: 56rem;
    --container-5xl: 64rem;
    --container-6xl: 72rem;
    --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-lg: 1.125rem;
    --text-lg--line-height: calc(1.75 / 1.125);
    --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;
    --font-weight-bold: 700;
    --tracking-wide: 0.025em;
    --leading-relaxed: 1.625;
    --radius-md: 0.375rem;
    --radius-lg: 0.5rem;
    --ease-out: cubic-bezier(0, 0, 0.2, 1);
    --ease-in-out: cubic-bezier(0.4, 0, 0.2, 1);
    --default-transition-duration: 150ms;
    --default-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    --default-font-family: var(--font-sans);
    --default-mono-font-family: var(--font-mono);
  }
}
@layer base {
  *, ::after, ::before, ::backdrop, ::file-selector-button {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    border: 0 solid;
  }
  html, :host {
    line-height: 1.5;
    -webkit-text-size-adjust: 100%;
    tab-size: 4;
    font-family: var(--default-font-family, ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji");
    font-feature-settings: var(--default-font-feature-settings, normal);
    font-variation-settings: var(--default-font-variation-settings, normal);
    -webkit-tap-highlight-color: transparent;
  }
  hr {
    height: 0;
    color: inherit;
    border-top-width: 1px;
  }
  abbr:where([title]) {
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted;
  }
  h1, h2, h3, h4, h5, h6 {
    font-size: inherit;
    font-weight: inherit;
  }
  a {
    color: inherit;
    -webkit-text-decoration: inherit;
    text-decoration: inherit;
  }
  b, strong {
    font-weight: bolder;
  }
  code, kbd, samp, pre {
    font-family: var(--default-mono-font-family, ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace);
    font-feature-settings: var(--default-mono-font-feature-settings, normal);
    font-variation-settings: var(--default-mono-font-variation-settings, normal);
    font-size: 1em;
  }
  small {
    font-size: 80%;
  }
  sub, sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
  }
  sub {
    bottom: -0.25em;
  }
  sup {
    top: -0.5em;
  }
  table {
    text-indent: 0;
    border-color: inherit;
    border-collapse: collapse;
  }
  :-moz-focusring {
    outline: auto;
  }
  progress {
    vertical-align: baseline;
  }
  summary {
    display: list-item;
  }
  ol, ul, menu {
    list-style: none;
  }
  img, svg, video, canvas, audio, iframe, embed, object {
    display: block;
    vertical-align: middle;
  }
  img, video {
    max-width: 100%;
    height: auto;
  }
  button, input, select, optgroup, textarea, ::file-selector-button {
    font: inherit;
    font-feature-settings: inherit;
    font-variation-settings: inherit;
    letter-spacing: inherit;
    color: inherit;
    border-radius: 0;
    background-color: transparent;
    opacity: 1;
  }
  :where(select:is([multiple], [size])) optgroup {
    font-weight: bolder;
  }
  :where(select:is([multiple], [size])) optgroup option {
    padding-inline-start: 20px;
  }
  ::file-selector-button {
    margin-inline-end: 4px;
  }
  ::placeholder {
    opacity: 1;
  }
  @supports (not (-webkit-appearance: -apple-pay-button))  or (contain-intrinsic-size: 1px) {
    ::placeholder {
      color: currentcolor;
      @supports (color: color-mix(in lab, red, red)) {
        color: color-mix(in oklab, currentcolor 50%, transparent);
      }
    }
  }
  textarea {
    resize: vertical;
  }
  ::-webkit-search-decoration {
    -webkit-appearance: none;
  }
  ::-webkit-date-and-time-value {
    min-height: 1lh;
    text-align: inherit;
  }
  ::-webkit-datetime-edit {
    display: inline-flex;
  }
  ::-webkit-datetime-edit-fields-wrapper {
    padding: 0;
  }
  ::-webkit-datetime-edit, ::-webkit-datetime-edit-year-field, ::-webkit-datetime-edit-month-field, ::-webkit-datetime-edit-day-field, ::-webkit-datetime-edit-hour-field, ::-webkit-datetime-edit-minute-field, ::-webkit-datetime-edit-second-field, ::-webkit-datetime-edit-millisecond-field, ::-webkit-datetime-edit-meridiem-field {
    padding-block: 0;
  }
  ::-webkit-calendar-picker-indicator {
    line-height: 1;
  }
  :-moz-ui-invalid {
    box-shadow: none;
  }
  button, input:where([type="button"], [type="reset"], [type="submit"]), ::file-selector-button {
    appearance: button;
  }
  ::-webkit-inner-spin-button, ::-webkit-outer-spin-button {
    height: auto;
  }
  [hidden]:where(:not([hidden="until-found"])) {
    display: none !important;
  }
}
@layer utilities {
  .collapse {
    visibility: collapse;
  }
  .visible {
    visibility: visible;
  }
  .\!fixed {
    position: fixed !important;
  }
  .absolute {
    position: absolute;
  }
  .fixed {
    position: fixed;
  }
  .relative {
    position: relative;
  }
  .static {
    position: static;
  }
  .sticky {
    position: sticky;
  }
  .\!inset-auto {
    inset: auto !important;
  }
  .inset-x-0 {
    inset-inline: calc(var(--spacing) * 0);
  }
  .top-0 {
    top: calc(var(--spacing) * 0);
  }
  .\!bottom-3 {
    bottom: calc(var(--spacing) * 3) !important;
  }
  .bottom-0 {
    bottom: calc(var(--spacing) * 0);
  }
  .\!left-\[60px\] {
    left: 60px !important;
  }
  .z-40 {
    z-index: 40;
  }
  .container {
    width: 100%;
    @media (width >= 40rem) {
      max-width: 40rem;
    }
    @media (width >= 48rem) {
      max-width: 48rem;
    }
    @media (width >= 64rem) {
      max-width: 64rem;
    }
    @media (width >= 80rem) {
      max-width: 80rem;
    }
    @media (width >= 96rem) {
      max-width: 96rem;
    }
  }
  .\!m-0 {
    margin: calc(var(--spacing) * 0) !important;
  }
  .m-0 {
    margin: calc(var(--spacing) * 0);
  }
  .m-3 {
    margin: calc(var(--spacing) * 3);
  }
  .mx-auto {
    margin-inline: auto;
  }
  .ms-2 {
    margin-inline-start: calc(var(--spacing) * 2);
  }
  .mt-0\.5 {
    margin-top: calc(var(--spacing) * 0.5);
  }
  .mt-1 {
    margin-top: calc(var(--spacing) * 1);
  }
  .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-auto {
    margin-top: auto;
  }
  .mb-1 {
    margin-bottom: calc(var(--spacing) * 1);
  }
  .mb-2 {
    margin-bottom: calc(var(--spacing) * 2);
  }
  .mb-3 {
    margin-bottom: calc(var(--spacing) * 3);
  }
  .mb-4 {
    margin-bottom: calc(var(--spacing) * 4);
  }
  .mb-5 {
    margin-bottom: calc(var(--spacing) * 5);
  }
  .mb-6 {
    margin-bottom: calc(var(--spacing) * 6);
  }
  .block {
    display: block;
  }
  .flex {
    display: flex;
  }
  .grid {
    display: grid;
  }
  .hidden {
    display: none;
  }
  .inline {
    display: inline;
  }
  .inline-flex {
    display: inline-flex;
  }
  .h-4 {
    height: calc(var(--spacing) * 4);
  }
  .h-5 {
    height: calc(var(--spacing) * 5);
  }
  .h-8 {
    height: calc(var(--spacing) * 8);
  }
  .h-9 {
    height: calc(var(--spacing) * 9);
  }
  .h-10 {
    height: calc(var(--spacing) * 10);
  }
  .h-12 {
    height: calc(var(--spacing) * 12);
  }
  .h-full {
    height: 100%;
  }
  .h-screen {
    height: 100vh;
  }
  .max-h-80 {
    max-height: calc(var(--spacing) * 80);
  }
  .min-h-full {
    min-height: 100%;
  }
  .w-1\/4 {
    width: calc(1 / 4 * 100%);
  }
  .w-2\/5 {
    width: calc(2 / 5 * 100%);
  }
  .w-4 {
    width: calc(var(--spacing) * 4);
  }
  .w-5 {
    width: calc(var(--spacing) * 5);
  }
  .w-8 {
    width: calc(var(--spacing) * 8);
  }
  .w-9 {
    width: calc(var(--spacing) * 9);
  }
  .w-10 {
    width: calc(var(--spacing) * 10);
  }
  .w-12 {
    width: calc(var(--spacing) * 12);
  }
  .w-16 {
    width: calc(var(--spacing) * 16);
  }
  .w-20 {
    width: calc(var(--spacing) * 20);
  }
  .w-44 {
    width: calc(var(--spacing) * 44);
  }
  .w-72 {
    width: calc(var(--spacing) * 72);
  }
  .w-80 {
    width: calc(var(--spacing) * 80);
  }
  .w-full {
    width: 100%;
  }
  .max-w-4xl {
    max-width: var(--container-4xl);
  }
  .max-w-5xl {
    max-width: var(--container-5xl);
  }
  .max-w-6xl {
    max-width: var(--container-6xl);
  }
  .max-w-\[150px\] {
    max-width: 150px;
  }
  .min-w-0 {
    min-width: calc(var(--spacing) * 0);
  }
  .min-w-\[10rem\] {
    min-width: 10rem;
  }
  .cursor-pointer {
    cursor: pointer;
  }
  .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;
  }
  .justify-around {
    justify-content: space-around;
  }
  .justify-between {
    justify-content: space-between;
  }
  .justify-center {
    justify-content: center;
  }
  .gap-2 {
    gap: calc(var(--spacing) * 2);
  }
  .gap-3 {
    gap: calc(var(--spacing) * 3);
  }
  .gap-4 {
    gap: calc(var(--spacing) * 4);
  }
  .truncate {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .overflow-hidden {
    overflow: hidden;
  }
  .overflow-x-auto {
    overflow-x: auto;
  }
  .overflow-y-auto {
    overflow-y: auto;
  }
  .\!rounded-md {
    border-radius: var(--radius-md) !important;
  }
  .rounded {
    border-radius: 0.25rem;
  }
  .rounded-full {
    border-radius: calc(infinity * 1px);
  }
  .rounded-lg {
    border-radius: var(--radius-lg);
  }
  .rounded-md {
    border-radius: var(--radius-md);
  }
  .\!border-0 {
    border-style: var(--tw-border-style) !important;
    border-width: 0px !important;
  }
  .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-r {
    border-right-style: var(--tw-border-style);
    border-right-width: 1px;
  }
  .border-b {
    border-bottom-style: var(--tw-border-style);
    border-bottom-width: 1px;
  }
  .border-\[\#f5a94a\] {
    border-color: #f5a94a;
  }
  .border-red-300 {
    border-color: var(--color-red-300);
  }
  .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-600 {
    border-color: var(--color-slate-600);
  }
  .border-slate-700 {
    border-color: var(--color-slate-700);
  }
  .border-transparent {
    border-color: transparent;
  }
  .\!bg-transparent {
    background-color: transparent !important;
  }
  .bg-\[\#f5a94a\] {
    background-color: #f5a94a;
  }
  .bg-\[oklch\(0\.972_0\.018_75\)\] {
    background-color: oklch(0.972 0.018 75);
  }
  .bg-emerald-100 {
    background-color: var(--color-emerald-100);
  }
  .bg-emerald-600 {
    background-color: var(--color-emerald-600);
  }
  .bg-red-50 {
    background-color: var(--color-red-50);
  }
  .bg-red-100 {
    background-color: var(--color-red-100);
  }
  .bg-red-600 {
    background-color: var(--color-red-600);
  }
  .bg-slate-50 {
    background-color: var(--color-slate-50);
  }
  .bg-slate-100 {
    background-color: var(--color-slate-100);
  }
  .bg-slate-700 {
    background-color: var(--color-slate-700);
  }
  .bg-slate-800 {
    background-color: var(--color-slate-800);
  }
  .bg-slate-900 {
    background-color: var(--color-slate-900);
  }
  .bg-transparent {
    background-color: transparent;
  }
  .bg-white {
    background-color: var(--color-white);
  }
  .p-1 {
    padding: calc(var(--spacing) * 1);
  }
  .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-1\.5 {
    padding-inline: calc(var(--spacing) * 1.5);
  }
  .px-2 {
    padding-inline: calc(var(--spacing) * 2);
  }
  .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: 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);
  }
  .pt-3 {
    padding-top: calc(var(--spacing) * 3);
  }
  .pt-4 {
    padding-top: calc(var(--spacing) * 4);
  }
  .pb-4 {
    padding-bottom: calc(var(--spacing) * 4);
  }
  .text-center {
    text-align: center;
  }
  .text-left {
    text-align: left;
  }
  .text-right {
    text-align: right;
  }
  .align-middle {
    vertical-align: middle;
  }
  .align-top {
    vertical-align: top;
  }
  .font-mono {
    font-family: var(--font-mono);
  }
  .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-lg {
    font-size: var(--text-lg);
    line-height: var(--tw-leading, var(--text-lg--line-height));
  }
  .text-sm {
    font-size: var(--text-sm);
    line-height: var(--tw-leading, var(--text-sm--line-height));
  }
  .text-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));
  }
  .leading-none {
    --tw-leading: 1;
    line-height: 1;
  }
  .leading-relaxed {
    --tw-leading: var(--leading-relaxed);
    line-height: var(--leading-relaxed);
  }
  .font-bold {
    --tw-font-weight: var(--font-weight-bold);
    font-weight: var(--font-weight-bold);
  }
  .font-medium {
    --tw-font-weight: var(--font-weight-medium);
    font-weight: var(--font-weight-medium);
  }
  .font-normal {
    --tw-font-weight: var(--font-weight-normal);
    font-weight: var(--font-weight-normal);
  }
  .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);
  }
  .whitespace-nowrap {
    white-space: nowrap;
  }
  .\!text-white {
    color: var(--color-white) !important;
  }
  .text-blue-600 {
    color: var(--color-blue-600);
  }
  .text-emerald-800 {
    color: var(--color-emerald-800);
  }
  .text-gray-700 {
    color: var(--color-gray-700);
  }
  .text-red-600 {
    color: var(--color-red-600);
  }
  .text-red-700 {
    color: var(--color-red-700);
  }
  .text-red-800 {
    color: var(--color-red-800);
  }
  .text-slate-100 {
    color: var(--color-slate-100);
  }
  .text-slate-400 {
    color: var(--color-slate-400);
  }
  .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-900 {
    color: var(--color-slate-900);
  }
  .text-white {
    color: var(--color-white);
  }
  .uppercase {
    text-transform: uppercase;
  }
  .italic {
    font-style: italic;
  }
  .\!no-underline {
    text-decoration-line: none !important;
  }
  .no-underline {
    text-decoration-line: none;
  }
  .\!shadow-none {
    --tw-shadow: 0 0 #0000 !important;
    box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow) !important;
  }
  .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);
  }
  .shadow-xl {
    --tw-shadow: 0 20px 25px -5px var(--tw-shadow-color, rgb(0 0 0 / 0.1)), 0 8px 10px -6px 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);
  }
  .ring {
    --tw-ring-shadow: var(--tw-ring-inset,) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color, currentcolor);
    box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
  }
  .outline {
    outline-style: var(--tw-outline-style);
    outline-width: 1px;
  }
  .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-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));
  }
  .last\:border-0 {
    &:last-child {
      border-style: var(--tw-border-style);
      border-width: 0px;
    }
  }
  .hover\:border-\[\#f5a94a\] {
    &:hover {
      @media (hover: hover) {
        border-color: #f5a94a;
      }
    }
  }
  .hover\:\!bg-white\/15 {
    &:hover {
      @media (hover: hover) {
        background-color: color-mix(in srgb, #fff 15%, transparent) !important;
        @supports (color: color-mix(in lab, red, red)) {
          background-color: color-mix(in oklab, var(--color-white) 15%, transparent) !important;
        }
      }
    }
  }
  .hover\:bg-\[\#e89a3c\] {
    &:hover {
      @media (hover: hover) {
        background-color: #e89a3c;
      }
    }
  }
  .hover\:bg-emerald-700 {
    &:hover {
      @media (hover: hover) {
        background-color: var(--color-emerald-700);
      }
    }
  }
  .hover\:bg-red-50 {
    &:hover {
      @media (hover: hover) {
        background-color: var(--color-red-50);
      }
    }
  }
  .hover\:bg-red-700 {
    &:hover {
      @media (hover: hover) {
        background-color: var(--color-red-700);
      }
    }
  }
  .hover\:bg-slate-50 {
    &:hover {
      @media (hover: hover) {
        background-color: var(--color-slate-50);
      }
    }
  }
  .hover\:bg-slate-100 {
    &:hover {
      @media (hover: hover) {
        background-color: var(--color-slate-100);
      }
    }
  }
  .hover\:bg-white\/10 {
    &:hover {
      @media (hover: hover) {
        background-color: color-mix(in srgb, #fff 10%, transparent);
        @supports (color: color-mix(in lab, red, red)) {
          background-color: color-mix(in oklab, var(--color-white) 10%, transparent);
        }
      }
    }
  }
  .hover\:bg-white\/15 {
    &:hover {
      @media (hover: hover) {
        background-color: color-mix(in srgb, #fff 15%, transparent);
        @supports (color: color-mix(in lab, red, red)) {
          background-color: color-mix(in oklab, var(--color-white) 15%, transparent);
        }
      }
    }
  }
  .hover\:\!text-\[\#f5a94a\] {
    &:hover {
      @media (hover: hover) {
        color: #f5a94a !important;
      }
    }
  }
  .hover\:\!text-white {
    &:hover {
      @media (hover: hover) {
        color: var(--color-white) !important;
      }
    }
  }
  .focus\:\!bg-transparent {
    &:focus {
      background-color: transparent !important;
    }
  }
  .focus\:\!text-white {
    &:focus {
      color: var(--color-white) !important;
    }
  }
  .active\:\!bg-transparent {
    &:active {
      background-color: transparent !important;
    }
  }
  .disabled\:opacity-50 {
    &:disabled {
      opacity: 50%;
    }
  }
  .sm\:grid-cols-2 {
    @media (width >= 40rem) {
      grid-template-columns: repeat(2, minmax(0, 1fr));
    }
  }
  .md\:grid-cols-4 {
    @media (width >= 48rem) {
      grid-template-columns: repeat(4, minmax(0, 1fr));
    }
  }
  .fox\:border-red-700 {
    &:is(.fox, .fox *) {
      border-color: var(--color-red-700);
    }
  }
  .fox\:border-red-800 {
    &:is(.fox, .fox *) {
      border-color: var(--color-red-800);
    }
  }
  .fox\:border-slate-600 {
    &:is(.fox, .fox *) {
      border-color: var(--color-slate-600);
    }
  }
  .fox\:border-slate-700 {
    &:is(.fox, .fox *) {
      border-color: var(--color-slate-700);
    }
  }
  .fox\:bg-emerald-950 {
    &:is(.fox, .fox *) {
      background-color: var(--color-emerald-950);
    }
  }
  .fox\:bg-red-950 {
    &:is(.fox, .fox *) {
      background-color: var(--color-red-950);
    }
  }
  .fox\:bg-slate-700 {
    &:is(.fox, .fox *) {
      background-color: var(--color-slate-700);
    }
  }
  .fox\:bg-slate-800 {
    &:is(.fox, .fox *) {
      background-color: var(--color-slate-800);
    }
  }
  .fox\:bg-slate-900 {
    &:is(.fox, .fox *) {
      background-color: var(--color-slate-900);
    }
  }
  .fox\:text-emerald-200 {
    &:is(.fox, .fox *) {
      color: var(--color-emerald-200);
    }
  }
  .fox\:text-red-200 {
    &:is(.fox, .fox *) {
      color: var(--color-red-200);
    }
  }
  .fox\:text-red-300 {
    &:is(.fox, .fox *) {
      color: var(--color-red-300);
    }
  }
  .fox\:text-red-400 {
    &:is(.fox, .fox *) {
      color: var(--color-red-400);
    }
  }
  .fox\:text-slate-100 {
    &:is(.fox, .fox *) {
      color: var(--color-slate-100);
    }
  }
  .fox\:text-slate-200 {
    &:is(.fox, .fox *) {
      color: var(--color-slate-200);
    }
  }
  .fox\:text-slate-300 {
    &:is(.fox, .fox *) {
      color: var(--color-slate-300);
    }
  }
  .fox\:text-slate-400 {
    &:is(.fox, .fox *) {
      color: var(--color-slate-400);
    }
  }
  .fox\:text-slate-500 {
    &:is(.fox, .fox *) {
      color: var(--color-slate-500);
    }
  }
  .fox\:hover\:border-\[\#f5a94a\] {
    &:is(.fox, .fox *) {
      &:hover {
        @media (hover: hover) {
          border-color: #f5a94a;
        }
      }
    }
  }
  .fox\:hover\:bg-red-950 {
    &:is(.fox, .fox *) {
      &:hover {
        @media (hover: hover) {
          background-color: var(--color-red-950);
        }
      }
    }
  }
  .fox\:hover\:bg-slate-700\/50 {
    &:is(.fox, .fox *) {
      &:hover {
        @media (hover: hover) {
          background-color: color-mix(in srgb, oklch(37.2% 0.044 257.287) 50%, transparent);
          @supports (color: color-mix(in lab, red, red)) {
            background-color: color-mix(in oklab, var(--color-slate-700) 50%, transparent);
          }
        }
      }
    }
  }
  .fox\:hover\:bg-slate-800 {
    &:is(.fox, .fox *) {
      &:hover {
        @media (hover: hover) {
          background-color: var(--color-slate-800);
        }
      }
    }
  }
}
html, body {
  font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
  -webkit-font-smoothing: antialiased;
}
:root {
  --ff-chat-column-bg: oklch(0.972 0.018 75);
  --ff-chat-column-border: oklch(0.9 0.022 68);
  --ff-chat-text: oklch(0.3 0.025 55);
  --ff-chat-text-muted: oklch(0.45 0.02 265);
  --ff-chat-text-soft: oklch(0.5 0.02 265);
  --ff-chat-text-faint: oklch(0.58 0.02 265);
  --ff-card-note-text: oklch(0.4 0.02 265);
  --ff-bubble-bg: oklch(0.995 0.008 75);
  --ff-tutor-bubble-bg: oklch(0.995 0.008 75);
  --ff-tutor-bubble-border: oklch(0.9 0.022 68);
  --ff-card-bg: oklch(0.995 0.008 75);
  --ff-status-bg: var(--ff-card-bg);
  --ff-status-text: #4a235a;
  --ff-status-plain-bg: oklch(0.995 0.008 75);
  --ff-status-plain-text: oklch(0.5 0.02 265);
  --ff-vocab-bg: var(--ff-card-bg);
  --ff-vocab-label: #a07000;
  --ff-vocab-word: #6b4400;
  --ff-vocab-action: #a08a5a;
  --ff-vocab-action-strong: #7a5000;
  --ff-vocab-action-faint: #c9bfa6;
  --ff-vocab-chip-border: #d6c99a;
  --ff-vocab-chip-hover-bg: #faf7f0;
  --ff-dup-bg: var(--ff-card-bg);
  --ff-dup-label: #1a5c9e;
  --ff-model-bg: var(--ff-card-bg);
  --ff-model-label: #4a2d8f;
  --ff-dialog-bg: var(--ff-card-bg);
  --ff-dialog-label: #1a7a44;
  --ff-test-bg: var(--ff-card-bg);
  --ff-test-label: #b3502f;
  --ff-test-phrase: #1f2937;
  --ff-score-bg: oklch(0.995 0.008 75);
  --ff-score-border: oklch(0.9 0.022 68);
  --ff-score-pass: #1a7a1a;
  --ff-score-partial: #856404;
  --ff-score-fail: #b00020;
  --ff-pa-good-bg: #e7f5e9;
  --ff-pa-good-border: #c3e6c8;
  --ff-pa-meh-bg: #fff4d6;
  --ff-pa-meh-border: #ffe4a3;
  --ff-pa-bad-bg: #fbe3e6;
  --ff-pa-bad-border: #f1bcc3;
  --ff-accent-purple: 74, 45, 143;
  --ff-action-line: 188, 98, 56;
  --ff-action-text: 172, 90, 52;
  --ff-action-soft: oklch(0.95 0.03 60);
  --ff-action-fill: linear-gradient(135deg, oklch(0.68 0.16 46), oklch(0.62 0.18 32));
  --ff-action-ring: oklch(0.62 0.18 32 / 0.34);
  --ff-reassure-text: #8a7f6f;
  --ff-headline-accent: #f15a24;
  --ff-headline-underline: linear-gradient(90deg, oklch(0.72 0.19 45), oklch(0.66 0.2 32));
  --ff-headline-panel-bg: #ffffff;
  --ff-headline-panel-border: #f0e4d3;
  --ff-headline-panel-shadow: 0 12px 30px rgba(120, 80, 40, 0.08);
  --ff-entrance-ink: #20242e;
  --ff-entrance-chip-bg: #ffffff;
  --ff-entrance-chip-border: #ead9c2;
  --ff-entrance-chip-text: #3a3f4a;
  --ff-entrance-chip-shadow: 0 2px 6px rgba(120, 80, 40, 0.05);
  --ff-entrance-input-bg: #ffffff;
  --ff-entrance-input-border: #ead9c2;
  --ff-entrance-input-shadow: 0 10px 26px rgba(120, 80, 40, 0.10);
  --ff-mkt-card-bg: #ffffff;
  --ff-mkt-card-border: #f0e4d3;
  --ff-mkt-card-shadow: 0 10px 26px rgba(120, 80, 40, 0.08);
  --ff-mkt-card-accent: #f15a24;
  --ff-mkt-foot-text: #a1937f;
  --ff-mic-button-bg: #ffffff;
  --ff-mic-button-border: oklch(0.6 0.16 40);
  --ff-mic-button-hover-border: oklch(0.55 0.16 38);
  --ff-mic-button-text: oklch(0.55 0.15 40);
  --ff-mic-button-hover-bg: oklch(0.95 0.03 60);
  --ff-input-bg: #ffffff;
  --ff-input-border: #cfcfda;
  --ff-input-text: #1a1a2e;
  --ff-input-placeholder: #8b90a0;
  --ff-image-loading-bg: oklch(0.965 0.014 72);
  --ff-progress-track: oklch(0.91 0.025 68);
  --ff-progress-fill: linear-gradient(90deg, oklch(0.72 0.19 45), oklch(0.66 0.2 32));
  --ff-progress-pct: oklch(0.6 0.16 45);
  --ff-tip-bg: var(--ff-card-bg);
  --ff-tip-border: oklch(0.9 0.03 285);
  --ff-tip-spine: oklch(0.67 0.185 42);
  --ff-tip-shadow: 0 10px 30px oklch(0.5 0.08 285 / 0.1);
  --ff-tip-icon-bg: oklch(0.94 0.05 60);
  --ff-tip-icon-color: oklch(0.6 0.14 55);
  --ff-tip-eyebrow: oklch(0.55 0.12 50);
  --ff-tip-cta-bg: linear-gradient(135deg, oklch(0.68 0.16 46), oklch(0.62 0.18 32));
  --ff-tip-cta-text: #ffffff;
  --ff-tip-cta-border: transparent;
  --ff-tip-cta-shadow: 0 6px 16px oklch(0.62 0.18 32 / 0.34);
  --ff-etym-bg: var(--ff-card-bg);
  --ff-etym-border: oklch(0.9 0.03 40);
  --ff-etym-spine: oklch(0.63 0.15 32);
  --ff-etym-eyebrow: oklch(0.55 0.13 32);
  --ff-etym-body: oklch(0.34 0.02 265);
  --ff-etym-shadow: 0 1px 2px oklch(0.5 0.02 265 / 0.05);
  --ff-scrollbar-thumb: oklch(0.86 0.03 68);
  --ff-scrollbar-thumb-hover: oklch(0.77 0.045 62);
  --ff-wb-card-bg: #ffffff;
  --ff-wb-card-border: oklch(0.9 0.022 68);
  --ff-wb-heading: oklch(0.3 0.025 55);
  --ff-wb-body: oklch(0.5 0.02 265);
  --ff-wb-label: oklch(0.4 0.02 265);
  --ff-wb-brand-bg: radial-gradient(circle at 18% 12%, oklch(0.97 0.025 62) 0%, oklch(0.95 0.032 55) 55%, oklch(0.925 0.04 50) 100%);
  --ff-wb-ghost-border: oklch(0.87 0.02 68);
  --ff-wb-ghost-hover-border: oklch(0.78 0.03 62);
  --ff-wb-ghost-hover-bg: rgba(0, 0, 0, 0.03);
  --ff-wb-shadow: 0 30px 80px rgba(0, 0, 0, 0.18);
  --ff-auth-surface: linear-gradient(180deg, #f6f0e6 0%, #f2ebe0 100%);
  --ff-auth-card-bg: #ffffff;
  --ff-auth-card-border: #ead9c2;
  --ff-auth-card-shadow: 0 18px 40px rgba(120, 80, 40, 0.10);
  --ff-auth-heading: #20242e;
  --ff-auth-muted: oklch(0.5 0.02 265);
  --ff-auth-hairline: #ead9c2;
  --ff-auth-btn-bg: linear-gradient(135deg, oklch(0.68 0.16 46), oklch(0.62 0.18 32));
  --ff-auth-btn-text: #ffffff;
  --ff-auth-btn-shadow: 0 8px 20px oklch(0.62 0.18 32 / 0.34);
  --ff-auth-link: rgb(172, 90, 52);
  --ff-auth-ghost-hover: rgba(120, 80, 40, 0.06);
}
.fox {
  --ff-chat-column-bg: #0f172a;
  --ff-chat-column-border: #1e293b;
  --ff-chat-text: #e2e8f0;
  --ff-chat-text-muted: #b3c0d4;
  --ff-chat-text-soft: #b3c0d4;
  --ff-chat-text-faint: #94a3b8;
  --ff-card-note-text: oklch(0.8 0.015 275);
  --ff-card-bg: #243246;
  --ff-bubble-bg: #243246;
  --ff-tutor-bubble-bg: #243246;
  --ff-tutor-bubble-border: #3e4f66;
  --ff-status-bg: var(--ff-card-bg);
  --ff-status-text: #e6daf8;
  --ff-status-plain-bg: #232e44;
  --ff-status-plain-text: #b3c0d4;
  --ff-vocab-bg: var(--ff-card-bg);
  --ff-vocab-label: #e9c050;
  --ff-vocab-word: #f6d97e;
  --ff-vocab-action: #c9b078;
  --ff-vocab-action-strong: #f6d97e;
  --ff-vocab-action-faint: #7d7052;
  --ff-vocab-chip-border: #6e5f33;
  --ff-vocab-chip-hover-bg: rgba(233, 192, 80, 0.12);
  --ff-dup-bg: var(--ff-card-bg);
  --ff-dup-label: #9cc8f2;
  --ff-model-bg: var(--ff-card-bg);
  --ff-model-label: #c9bbf4;
  --ff-dialog-bg: var(--ff-card-bg);
  --ff-dialog-label: #6fdca4;
  --ff-test-bg: var(--ff-card-bg);
  --ff-test-label: #f6b292;
  --ff-test-phrase: #e8eef7;
  --ff-score-bg: #243246;
  --ff-score-border: #3e4f66;
  --ff-score-pass: #4ade80;
  --ff-score-partial: #fbbf24;
  --ff-score-fail: #f87171;
  --ff-pa-good-bg: #1b3d28;
  --ff-pa-good-border: #32684a;
  --ff-pa-meh-bg: #3e3518;
  --ff-pa-meh-border: #6e5b25;
  --ff-pa-bad-bg: #461f28;
  --ff-pa-bad-border: #75303a;
  --ff-accent-purple: 196, 181, 253;
  --ff-action-line: 196, 181, 253;
  --ff-action-text: 196, 181, 253;
  --ff-action-soft: rgba(196, 181, 253, 0.14);
  --ff-action-fill: rgb(196, 181, 253);
  --ff-action-ring: rgba(196, 181, 253, 0.35);
  --ff-reassure-text: oklch(0.72 0.02 265);
  --ff-headline-accent: rgb(196, 181, 253);
  --ff-headline-underline: linear-gradient(90deg, oklch(0.8 0.11 288), oklch(0.72 0.14 290));
  --ff-headline-panel-bg: linear-gradient(135deg, oklch(0.30 0.03 275), oklch(0.27 0.035 272));
  --ff-headline-panel-border: oklch(0.38 0.03 275);
  --ff-headline-panel-shadow: none;
  --ff-entrance-ink: var(--ff-chat-text);
  --ff-entrance-chip-bg: transparent;
  --ff-entrance-chip-border: rgb(var(--ff-action-line));
  --ff-entrance-chip-text: rgb(var(--ff-action-text));
  --ff-entrance-chip-shadow: none;
  --ff-entrance-input-bg: var(--ff-tutor-bubble-bg);
  --ff-entrance-input-border: var(--ff-tutor-bubble-border);
  --ff-entrance-input-shadow: 0 1px 3px rgba(0, 0, 0, 0.08);
  --ff-mkt-card-bg: var(--ff-card-bg);
  --ff-mkt-card-border: var(--ff-tutor-bubble-border);
  --ff-mkt-card-shadow: none;
  --ff-mkt-card-accent: rgb(196, 181, 253);
  --ff-mkt-foot-text: var(--ff-chat-text-faint);
  --ff-mic-button-bg: #1e293b;
  --ff-mic-button-border: #a78bfa;
  --ff-mic-button-hover-border: #c4b5fd;
  --ff-mic-button-text: #c4b5fd;
  --ff-mic-button-hover-bg: #2b2a4a;
  --ff-input-bg: #1e293b;
  --ff-input-border: #475569;
  --ff-input-text: #e2e8f0;
  --ff-input-placeholder: #64748b;
  --ff-image-loading-bg: #1e293b;
  --ff-progress-track: #232e44;
  --ff-progress-pct: #f5a94a;
  --ff-tip-bg: var(--ff-card-bg);
  --ff-tip-border: transparent;
  --ff-tip-spine: rgba(196, 181, 253, 0.85);
  --ff-tip-shadow: none;
  --ff-tip-icon-bg: transparent;
  --ff-tip-icon-color: inherit;
  --ff-tip-eyebrow: var(--ff-chat-text-faint);
  --ff-tip-cta-bg: transparent;
  --ff-tip-cta-text: rgb(196, 181, 253);
  --ff-tip-cta-border: rgb(196, 181, 253);
  --ff-tip-cta-shadow: none;
  --ff-etym-bg: var(--ff-card-bg);
  --ff-etym-border: #3e4f66;
  --ff-etym-spine: #d5825f;
  --ff-etym-eyebrow: #e6a184;
  --ff-etym-body: var(--ff-chat-text);
  --ff-etym-shadow: none;
  --ff-scrollbar-thumb: #475569;
  --ff-scrollbar-thumb-hover: #64748b;
  --ff-wb-card-bg: #0d131f;
  --ff-wb-card-border: #1e2937;
  --ff-wb-heading: #f4f7fb;
  --ff-wb-body: #9aa7b8;
  --ff-wb-label: #c4cfdd;
  --ff-wb-brand-bg: radial-gradient(circle at 18% 12%, #1c2740 0%, #111a2b 55%, #0c1320 100%);
  --ff-wb-ghost-border: #2c3849;
  --ff-wb-ghost-hover-border: #3a4a5f;
  --ff-wb-ghost-hover-bg: rgba(255, 255, 255, 0.03);
  --ff-wb-shadow: 0 30px 80px rgba(0, 0, 0, 0.5);
  --ff-auth-surface: #0f172a;
  --ff-auth-card-bg: #1e293b;
  --ff-auth-card-border: #334155;
  --ff-auth-card-shadow: 0 18px 40px rgba(0, 0, 0, 0.45);
  --ff-auth-heading: #f4f7fb;
  --ff-auth-muted: #9aa7b8;
  --ff-auth-hairline: #334155;
  --ff-auth-btn-bg: linear-gradient(135deg, #8b5cf6, #7c3aed);
  --ff-auth-btn-text: #ffffff;
  --ff-auth-btn-shadow: 0 8px 20px rgba(124, 58, 237, 0.45);
  --ff-auth-link: rgb(196, 181, 253);
  --ff-auth-ghost-hover: rgba(255, 255, 255, 0.05);
}
html:not(.fox) .mkt-nav {
  background: #fbf7f0 !important;
  border-color: #ead9c2 !important;
}
html:not(.fox) .mkt-nav a, html:not(.fox) .mkt-nav button, html:not(.fox) .mkt-nav svg {
  color: oklch(0.5 0.02 265) !important;
}
.ff-theme-pill {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 3px;
  width: 38px;
  padding: 4px;
  border: none;
  border-radius: 9999px;
  cursor: pointer;
  background: #334155;
}
.ff-theme-pill .ff-theme-opt {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 30px;
  height: 30px;
  border-radius: 9999px;
  transition: background 0.2s, box-shadow 0.2s;
}
.ff-theme-pill .ff-theme-opt svg {
  width: 17px;
  height: 17px;
  color: #94a3b8 !important;
}
.ff-theme-pill .ff-theme-active {
  background: #ffffff;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);
}
.ff-theme-pill .ff-theme-active svg {
  color: #334155 !important;
}
html:not(.fox) .mkt-nav .ff-theme-pill {
  background: oklch(0.905 0.022 68);
  border: 1px solid oklch(0.88 0.024 66);
}
html:not(.fox) .mkt-nav .ff-theme-pill .ff-theme-opt svg {
  color: oklch(0.55 0.02 265) !important;
}
html:not(.fox) .mkt-nav .ff-theme-pill .ff-theme-active {
  background: oklch(0.99 0.012 74);
}
html:not(.fox) .mkt-nav .ff-theme-pill .ff-theme-active svg {
  color: oklch(0.62 0.15 55) !important;
}
html:not(.fox) .mkt-nav button[popovertarget="ff-account-menu"] {
  background: linear-gradient(135deg, oklch(0.7 0.14 45), oklch(0.64 0.15 30)) !important;
  border-color: transparent !important;
}
html:not(.fox) .mkt-nav [popover], html:not(.fox) .mkt-nav [popover] a, html:not(.fox) .mkt-nav [popover] button, html:not(.fox) .mkt-nav [popover] svg {
  color: #ffffff !important;
}
.btn-primary {
  color: #fff;
  background-color: #1b6ec2;
  border-color: #1861ac;
}
.btn:focus, .btn:active:focus, .btn-link.nav-link:focus, .form-control:focus, .form-check-input:focus {
  box-shadow: 0 0 0 0.1rem white, 0 0 0 0.25rem #258cfb;
}
.content {
  padding-top: 1.1rem;
}
h1:focus {
  outline: none;
}
.valid.modified:not([type=checkbox]) {
  outline: 1px solid #26b050;
}
.invalid {
  outline: 1px solid #e50000;
}
.validation-message {
  color: #e50000;
}
.blazor-error-boundary {
  background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNTYiIGhlaWdodD0iNDkiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIG92ZXJmbG93PSJoaWRkZW4iPjxkZWZzPjxjbGlwUGF0aCBpZD0iY2xpcDAiPjxyZWN0IHg9IjIzNSIgeT0iNTEiIHdpZHRoPSI1NiIgaGVpZ2h0PSI0OSIvPjwvY2xpcFBhdGg+PC9kZWZzPjxnIGNsaXAtcGF0aD0idXJsKCNjbGlwMCkiIHRyYW5zZm9ybT0idHJhbnNsYXRlKC0yMzUgLTUxKSI+PHBhdGggZD0iTTI2My41MDYgNTFDMjY0LjcxNyA1MSAyNjUuODEzIDUxLjQ4MzcgMjY2LjYwNiA1Mi4yNjU4TDI2Ny4wNTIgNTIuNzk4NyAyNjcuNTM5IDUzLjYyODMgMjkwLjE4NSA5Mi4xODMxIDI5MC41NDUgOTIuNzk1IDI5MC42NTYgOTIuOTk2QzI5MC44NzcgOTMuNTEzIDI5MSA5NC4wODE1IDI5MSA5NC42NzgyIDI5MSA5Ny4wNjUxIDI4OS4wMzggOTkgMjg2LjYxNyA5OUwyNDAuMzgzIDk5QzIzNy45NjMgOTkgMjM2IDk3LjA2NTEgMjM2IDk0LjY3ODIgMjM2IDk0LjM3OTkgMjM2LjAzMSA5NC4wODg2IDIzNi4wODkgOTMuODA3MkwyMzYuMzM4IDkzLjAxNjIgMjM2Ljg1OCA5Mi4xMzE0IDI1OS40NzMgNTMuNjI5NCAyNTkuOTYxIDUyLjc5ODUgMjYwLjQwNyA1Mi4yNjU4QzI2MS4yIDUxLjQ4MzcgMjYyLjI5NiA1MSAyNjMuNTA2IDUxWk0yNjMuNTg2IDY2LjAxODNDMjYwLjczNyA2Ni4wMTgzIDI1OS4zMTMgNjcuMTI0NSAyNTkuMzEzIDY5LjMzNyAyNTkuMzEzIDY5LjYxMDIgMjU5LjMzMiA2OS44NjA4IDI1OS4zNzEgNzAuMDg4N0wyNjEuNzk1IDg0LjAxNjEgMjY1LjM4IDg0LjAxNjEgMjY3LjgyMSA2OS43NDc1QzI2Ny44NiA2OS43MzA5IDI2Ny44NzkgNjkuNTg3NyAyNjcuODc5IDY5LjMxNzkgMjY3Ljg3OSA2Ny4xMTgyIDI2Ni40NDggNjYuMDE4MyAyNjMuNTg2IDY2LjAxODNaTTI2My41NzYgODYuMDU0N0MyNjEuMDQ5IDg2LjA1NDcgMjU5Ljc4NiA4Ny4zMDA1IDI1OS43ODYgODkuNzkyMSAyNTkuNzg2IDkyLjI4MzcgMjYxLjA0OSA5My41Mjk1IDI2My41NzYgOTMuNTI5NSAyNjYuMTE2IDkzLjUyOTUgMjY3LjM4NyA5Mi4yODM3IDI2Ny4zODcgODkuNzkyMSAyNjcuMzg3IDg3LjMwMDUgMjY2LjExNiA4Ni4wNTQ3IDI2My41NzYgODYuMDU0N1oiIGZpbGw9IiNGRkU1MDAiIGZpbGwtcnVsZT0iZXZlbm9kZCIvPjwvZz48L3N2Zz4=) no-repeat 1rem/1.8rem, #b32121;
  padding: 1rem 1rem 1rem 3.7rem;
  color: white;
}
.blazor-error-boundary::after {
  content: "An error has occurred.";
}
.darker-border-checkbox.form-check-input {
  border-color: #929292;
}
.form-floating > .form-control-plaintext::placeholder, .form-floating > .form-control::placeholder {
  color: var(--bs-secondary-color);
  text-align: end;
}
.form-floating > .form-control-plaintext:focus::placeholder, .form-floating > .form-control:focus::placeholder {
  text-align: start;
}
silent {
  display: inline;
  font-style: italic;
  opacity: 0.75;
}
.ff-image-test-pane {
  background: linear-gradient(180deg, #fff 0%, #fdf3e3 100%);
}
.ff-test-phrase {
  font-size: 1.6rem;
  font-weight: 600;
  line-height: 1.25;
  color: var(--ff-test-phrase);
  margin: 0.25rem 0 0.4rem;
}
.ff-image-test-message .ff-image-test-cue {
  color: #6b7280;
  font-size: 0.9rem;
}
.ff-image-test-mic {
  display: inline-flex;
  align-items: center;
  gap: 0.6rem;
  padding: 0.9rem 1.6rem;
  border: none;
  border-radius: 9999px;
  background: #f5a94a;
  color: #fff;
  font-size: 1rem;
  font-weight: 600;
  cursor: pointer;
  box-shadow: 0 6px 18px rgba(245, 169, 74, 0.45);
  transition: transform 0.1s, background 0.15s, box-shadow 0.2s;
}
.ff-image-test-mic:hover:not(:disabled) {
  background: #e8962e;
  transform: translateY(-1px);
}
.ff-image-test-mic:disabled {
  opacity: 0.65;
  cursor: progress;
}
.ff-image-test-mic.ff-recording {
  background: #dc2626;
  box-shadow: 0 0 0 0 rgba(220, 38, 38, 0.55);
  animation: ff-image-test-mic-pulse 1.5s infinite;
}
.ff-image-test-mic .bi {
  font-size: 1.4rem;
}
.ff-image-test-mic-label {
  letter-spacing: 0.01em;
}
@keyframes ff-image-test-mic-pulse {
  0% {
    box-shadow: 0 0 0 0 rgba(220, 38, 38, 0.55);
  }
  70% {
    box-shadow: 0 0 0 18px rgba(220, 38, 38, 0);
  }
  100% {
    box-shadow: 0 0 0 0 rgba(220, 38, 38, 0);
  }
}
.ff-lesson-surface {
  background: linear-gradient(180deg, #f6f0e6 0%, #f2ebe0 100%);
}
.fox .ff-lesson-surface {
  background: #0f172a;
}
.ff-miccheck-overlay {
  position: fixed;
  inset: 0;
  z-index: 2000;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(15, 23, 42, 0.45);
}
.ff-miccheck-card {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 16px;
  padding: 28px 36px;
  border-radius: 16px;
  background: #ffffff;
  box-shadow: 0 12px 40px rgba(0, 0, 0, 0.25);
  min-width: 260px;
}
.fox .ff-miccheck-card {
  background: #1e293b;
  color: #e2e8f0;
}
.ff-miccheck-icon {
  width: 86px;
  height: 86px;
  border-radius: 50%;
  background: rgba(26, 115, 232, 0.70);
  color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 6px 22px rgba(26, 115, 232, 0.45);
  transition: transform 0.06s linear;
}
.fox .ff-miccheck-icon {
  background: rgba(59, 130, 246, 0.80);
  box-shadow: 0 6px 22px rgba(37, 99, 235, 0.50);
}
.ff-miccheck-label {
  font-size: 16px;
  font-weight: 600;
  color: #4a2d8f;
}
.fox .ff-miccheck-label {
  color: #c4b5fd;
}
.ff-miccheck-meter {
  width: 220px;
  height: 12px;
  border-radius: 6px;
  background: #e5e7eb;
  overflow: hidden;
}
.fox .ff-miccheck-meter {
  background: #334155;
}
.ff-miccheck-bar {
  width: 0%;
  height: 100%;
  border-radius: 6px;
  background: linear-gradient(90deg, #4a2d8f 0%, #e74c3c 100%);
  transition: width 0.06s linear;
}
.toggle_menu {
  border-radius: 100%;
}
@media (min-width: 640px) {
  .ff-main-content > :not(.e-sidebar):not(dialog) {
    margin-left: 56px;
  }
}
.ff-bottom-nav {
  display: none;
  height: 56px;
  padding-bottom: env(safe-area-inset-bottom);
  box-sizing: content-box;
}
.ff-bottom-nav .ff-theme-pill {
  flex-direction: row;
  width: auto;
}
@media (max-width: 639.98px) {
  .e-sidebar {
    display: none !important;
  }
  .e-content-animation {
    margin-left: 0 !important;
  }
  .ff-bottom-nav {
    display: flex;
  }
  .ff-app-shell, .ff-main-content {
    height: 100dvh;
  }
  .ff-main-content {
    padding-bottom: calc(56px + env(safe-area-inset-bottom));
  }
}
html.ff-modal-open {
  overflow: hidden;
}
.e-btn.e-round .e-btn-icon, .e-css.e-btn.e-round .e-btn-icon {
  font-size: 20px;
}
@keyframes spinner-border {
  to {
    transform: rotate(360deg);
  }
}
.spinner-border {
  display: inline-block;
  width: 2rem;
  height: 2rem;
  vertical-align: -0.125em;
  border: 0.25em solid currentcolor;
  border-right-color: transparent;
  border-radius: 50%;
  animation: 0.75s linear infinite spinner-border;
}
.spinner-border-sm {
  width: 1rem;
  height: 1rem;
  border-width: 0.2em;
}
.text-primary {
  color: #0d6efd;
}
.visually-hidden {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  margin: -1px !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;
  border: 0 !important;
}
.ff-assessment-bubble {
  color: var(--ff-chat-text);
}
.ff-assessment-bubble label {
  display: block;
  margin: 0.4rem 0;
  line-height: 1.4;
}
.ff-assessment-paragraph {
  font-size: 1.1rem;
  line-height: 1.65;
  padding: 0.75rem 1rem;
  border-left: 4px solid rgb(var(--ff-accent-purple));
  background: var(--ff-tutor-bubble-bg);
  color: var(--ff-chat-text);
  border-radius: 0.5rem;
  margin: 0.5rem 0 0.75rem;
}
.ff-assessment-prompt {
  font-size: 1.1rem;
  font-weight: 600;
  margin-bottom: 0.25rem;
  color: var(--ff-chat-text);
}
.ff-assessment-asked {
  font-weight: 500;
  color: var(--ff-chat-text-muted);
  margin-bottom: 0;
}
.ff-assessment-gloss {
  color: var(--ff-chat-text-muted);
  margin-bottom: 0.5rem;
}
.ff-assessment-hint {
  font-size: 0.85rem;
  color: var(--ff-chat-text-faint);
  margin: 0.4rem 0;
}
.ff-assessment-done {
  font-weight: 600;
  color: var(--ff-chat-text-muted);
}
.ff-assessment-levelread {
  font-weight: 700;
  font-size: 1.1rem;
  margin: 0.25rem 0 0.6rem;
  color: var(--ff-chat-text);
}
.ff-assessment-input {
  width: 100%;
  padding: 0.55rem 0.75rem;
  font-size: 1.05rem;
  border: 1px solid var(--ff-input-border);
  border-radius: 0.5rem;
  margin: 0.6rem 0;
  background: var(--ff-input-bg);
  color: var(--ff-input-text);
}
.ff-assessment-input::placeholder {
  color: var(--ff-input-placeholder);
}
.ff-assessment-actions {
  margin-top: 0.6rem;
  display: flex;
  gap: 0.75rem;
  align-items: center;
}
.ff-assessment-bubble button {
  cursor: pointer;
  border-radius: 0.5rem;
  font-weight: 600;
  border: 1px solid transparent;
  padding: 0.5rem 1rem;
}
.ff-btn-primary {
  background: rgb(var(--ff-accent-purple));
  color: #fff;
}
.ff-btn-secondary {
  background: var(--ff-mic-button-bg);
  color: var(--ff-mic-button-text);
  border: 1px solid var(--ff-mic-button-border);
}
.ff-btn-text {
  background: transparent;
  color: var(--ff-chat-text-muted);
  text-decoration: underline;
}
.ff-assessment-progress {
  padding: 1.5rem;
  max-width: 960px;
  margin: 0 auto;
  color: var(--ff-chat-text);
}
.ff-progress-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 1rem;
  margin-top: 1rem;
}
.ff-progress-card {
  border: 1px solid var(--ff-tutor-bubble-border);
  background: var(--ff-tutor-bubble-bg);
  border-radius: 0.75rem;
  padding: 1rem 1.25rem;
}
.ff-progress-card.is-pending {
  opacity: 0.55;
}
.ff-progress-levelread {
  font-weight: 600;
  margin: 0.25rem 0 0.75rem;
}
.ff-progress-scores {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 0.25rem 1rem;
  margin: 0.25rem 0;
}
.ff-progress-scores dt {
  color: var(--ff-chat-text-muted);
}
.ff-progress-scores dd {
  margin: 0;
  font-variant-numeric: tabular-nums;
  font-weight: 600;
}
.ff-progress-achieved {
  margin-top: 0.6rem;
  font-weight: 600;
}
.ff-progress-achieved.is-achieved {
  color: var(--ff-score-pass);
}
.ff-auth-shell {
  min-height: 100vh;
  min-height: 100dvh;
  display: flex;
  flex-direction: column;
  background: var(--ff-auth-surface);
  color: var(--ff-auth-heading);
}
.ff-auth-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  padding: 0.3rem 1.5rem;
  border-bottom: 1px solid var(--ff-auth-hairline);
}
@media (max-width: 480px) {
  .ff-auth-header {
    padding: 0.3rem 1rem;
  }
}
.ff-auth-brand {
  display: inline-flex;
  align-items: center;
  min-width: 0;
  text-decoration: none;
}
.ff-auth-brand img {
  max-width: min(220px, 52vw);
  max-height: 46px;
  height: auto;
}
.ff-auth-main {
  flex: 1;
  padding: clamp(0.75rem, 2vh, 1.25rem) 1rem;
}
@media (max-width: 639.98px) {
  .ff-auth-main {
    padding-top: 1.25rem;
  }
}
.ff-auth-card {
  width: 100%;
  max-width: 30rem;
  margin: 0 auto;
  background: var(--ff-auth-card-bg);
  border: 1px solid var(--ff-auth-card-border);
  border-radius: 1rem;
  box-shadow: var(--ff-auth-card-shadow);
  padding: 2rem clamp(1.25rem, 4vw, 2.25rem);
}
.ff-auth-title {
  font-size: 1.6rem;
  font-weight: 700;
  text-align: center;
  color: var(--ff-auth-heading);
  margin: 0;
}
.ff-auth-subtitle {
  text-align: center;
  color: var(--ff-auth-muted);
  font-size: 0.98rem;
  margin: 0.4rem 0 0;
}
.ff-auth-rule {
  border: none;
  border-top: 1px solid var(--ff-auth-hairline);
  margin: 1.25rem 0 1.4rem;
}
.ff-auth-field {
  margin-bottom: 1rem;
}
.ff-auth-label {
  display: block;
  font-size: 0.85rem;
  font-weight: 600;
  color: var(--ff-auth-heading);
  margin-bottom: 0.35rem;
}
.ff-auth-input {
  width: 100%;
  padding: 0.7rem 0.85rem;
  font-size: 1rem;
  color: var(--ff-input-text);
  background: var(--ff-input-bg);
  border: 1px solid var(--ff-input-border);
  border-radius: 0.6rem;
  transition: border-color 0.15s, box-shadow 0.15s;
}
.ff-auth-input::placeholder {
  color: var(--ff-input-placeholder);
}
.ff-auth-input:focus {
  outline: none;
  border-color: rgb(var(--ff-action-line));
  box-shadow: 0 0 0 3px var(--ff-action-ring);
}
.ff-auth-submit {
  display: block;
  width: 100%;
  padding: 0.8rem 1rem;
  margin-top: 0.5rem;
  font-size: 1rem;
  font-weight: 600;
  color: var(--ff-auth-btn-text);
  background: var(--ff-auth-btn-bg);
  border: none;
  border-radius: 0.65rem;
  cursor: pointer;
  box-shadow: var(--ff-auth-btn-shadow);
  transition: transform 0.1s, box-shadow 0.2s, filter 0.2s;
}
.ff-auth-submit:hover {
  transform: translateY(-1px);
  filter: brightness(1.03);
}
.ff-auth-submit:active {
  transform: translateY(0);
}
a.ff-auth-submit {
  text-align: center;
  text-decoration: none;
}
.ff-auth-checkbox {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  font-size: 0.92rem;
  color: var(--ff-auth-heading);
  margin-bottom: 1rem;
  cursor: pointer;
}
.ff-auth-checkbox input {
  width: 1.05rem;
  height: 1.05rem;
  accent-color: rgb(var(--ff-action-line));
}
.ff-auth-links {
  margin-top: 1.25rem;
  text-align: center;
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}
.ff-auth-link, .ff-auth-links a {
  color: var(--ff-auth-link);
  text-decoration: none;
  font-weight: 500;
  font-size: 0.95rem;
}
.ff-auth-link:hover, .ff-auth-links a:hover {
  text-decoration: underline;
}
.ff-auth-alert {
  padding: 0.75rem 1rem;
  border-radius: 0.6rem;
  font-size: 0.92rem;
  line-height: 1.5;
  margin: 1rem 0 0;
  border: 1px solid transparent;
}
.ff-auth-alert-danger {
  color: var(--ff-score-fail);
  background: var(--ff-pa-bad-bg);
  border-color: var(--ff-pa-bad-border);
}
.ff-auth-alert-warning {
  color: var(--ff-score-partial);
  background: var(--ff-pa-meh-bg);
  border-color: var(--ff-pa-meh-border);
}
.ff-auth-alert a {
  color: inherit;
  font-weight: 600;
  text-decoration: underline;
}
.ff-auth-note {
  text-align: center;
  color: var(--ff-auth-muted);
  line-height: 1.6;
  margin: 0;
}
.ff-auth-validation {
  color: var(--ff-score-fail);
  font-size: 0.85rem;
  margin-top: 0.3rem;
  display: block;
}
.ff-auth-card .validation-errors {
  list-style: none;
  padding: 0;
  margin: 0 0 0.75rem;
  color: var(--ff-score-fail);
  font-size: 0.88rem;
}
.ff-auth-divider {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  color: var(--ff-auth-muted);
  font-size: 0.82rem;
  margin: 1.4rem 0 1rem;
}
.ff-auth-divider::before, .ff-auth-divider::after {
  content: "";
  flex: 1;
  height: 1px;
  background: var(--ff-auth-hairline);
}
.ff-auth-external {
  display: block;
  width: 100%;
  padding: 0.7rem 1rem;
  margin-bottom: 0.6rem;
  text-align: center;
  font-weight: 500;
  color: var(--ff-auth-heading);
  background: transparent;
  border: 1px solid var(--ff-input-border);
  border-radius: 0.65rem;
  cursor: pointer;
  transition: background 0.15s, border-color 0.15s;
}
.ff-auth-external:hover {
  background: var(--ff-auth-ghost-hover);
}
.ff-auth-input:disabled {
  background: var(--ff-auth-ghost-hover);
  color: var(--ff-auth-muted);
  cursor: not-allowed;
}
.ff-auth-select {
  width: 100%;
  padding: 0.7rem 0.85rem;
  font-size: 1rem;
  color: var(--ff-input-text);
  background: var(--ff-input-bg);
  border: 1px solid var(--ff-input-border);
  border-radius: 0.6rem;
  transition: border-color 0.15s, box-shadow 0.15s;
}
.ff-auth-select:focus {
  outline: none;
  border-color: rgb(var(--ff-action-line));
  box-shadow: 0 0 0 3px var(--ff-action-ring);
}
.ff-auth-hint {
  margin: 0.35rem 0 0;
  font-size: 0.82rem;
  color: var(--ff-auth-muted);
  line-height: 1.45;
}
.ff-auth-submit-inline {
  display: inline-block;
  width: auto;
  margin-top: 0.25rem;
  padding: 0.6rem 1.4rem;
}
.ff-auth-submit-danger {
  background: linear-gradient(135deg, #ef4444, #dc2626);
  box-shadow: 0 8px 20px rgba(220, 38, 38, 0.35);
}
.ff-auth-alert-info, .ff-auth-alert-success {
  color: var(--ff-score-pass);
  background: var(--ff-pa-good-bg);
  border-color: var(--ff-pa-good-border);
}
.ff-manage {
  max-width: 56rem;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 190px minmax(0, 1fr);
  gap: 1.5rem;
  align-items: start;
}
@media (max-width: 639.98px) {
  .ff-manage {
    grid-template-columns: 1fr;
  }
}
.ff-manage-nav {
  display: flex;
  flex-direction: column;
  background: var(--ff-auth-card-bg);
  border: 1px solid var(--ff-auth-card-border);
  border-radius: 1rem;
  box-shadow: var(--ff-auth-card-shadow);
  padding: 0.4rem;
  gap: 0.15rem;
}
.ff-manage-nav a {
  display: block;
  padding: 0.55rem 0.8rem;
  border-radius: 0.55rem;
  color: var(--ff-auth-heading);
  text-decoration: none;
  font-weight: 500;
  font-size: 0.95rem;
  transition: background 0.15s, color 0.15s;
}
.ff-manage-nav a:hover {
  background: var(--ff-auth-ghost-hover);
}
.ff-manage-nav a.is-active {
  background: var(--ff-auth-btn-bg);
  color: var(--ff-auth-btn-text);
  box-shadow: var(--ff-auth-btn-shadow);
}
@media (max-width: 639.98px) {
  .ff-manage-nav {
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 40;
    flex-direction: row;
    justify-content: space-around;
    gap: 0.25rem;
    padding: 0.4rem 0.5rem;
    padding-bottom: calc(0.4rem + env(safe-area-inset-bottom));
    border: none;
    border-top: 1px solid #475569;
    border-radius: 0;
    box-shadow: 0 -1px 2px rgba(0, 0, 0, 0.2);
    background: #334155;
  }
  html.fox .ff-manage-nav {
    border-top-color: #334155;
    background: #1e293b;
  }
  .ff-manage-nav a {
    flex: 1 1 0;
    text-align: center;
    color: #e2e8f0;
    font-size: 0.85rem;
    padding: 0.5rem 0.4rem;
  }
  .ff-manage-nav a:hover {
    background: rgba(255, 255, 255, 0.08);
  }
  .ff-manage {
    padding-bottom: calc(56px + env(safe-area-inset-bottom));
  }
}
.ff-manage-card {
  max-width: none;
  margin: 0;
}
.ff-manage-card .ff-auth-title {
  text-align: left;
  font-size: 1.4rem;
}
.ff-auth-theme {
  flex-direction: row;
  width: auto;
  background: #334155;
}
.ff-auth-theme .ff-theme-opt svg {
  color: #94a3b8 !important;
}
html:not(.fox) .ff-auth-theme {
  background: oklch(0.905 0.022 68);
  border: 1px solid oklch(0.88 0.024 66);
}
html:not(.fox) .ff-auth-theme .ff-theme-opt svg {
  color: oklch(0.55 0.02 265) !important;
}
html:not(.fox) .ff-auth-theme .ff-auth-sun, html.fox .ff-auth-theme .ff-auth-moon {
  background: #ffffff;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);
}
html:not(.fox) .ff-auth-theme .ff-auth-sun svg {
  color: oklch(0.62 0.15 55) !important;
}
html.fox .ff-auth-theme .ff-auth-moon svg {
  color: #334155 !important;
}
#blazor-error-ui {
  color-scheme: light only;
  background: lightyellow;
  bottom: 0;
  box-shadow: 0 -1px 2px rgba(0, 0, 0, 0.2);
  box-sizing: border-box;
  display: none;
  left: 0;
  padding: 0.6rem 1.25rem 0.7rem 1.25rem;
  position: fixed;
  width: 100%;
  z-index: 1000;
}
#blazor-error-ui .dismiss {
  cursor: pointer;
  position: absolute;
  right: 0.75rem;
  top: 0.5rem;
}
@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-outline-style {
  syntax: "*";
  inherits: false;
  initial-value: solid;
}
@property --tw-blur {
  syntax: "*";
  inherits: false;
}
@property --tw-brightness {
  syntax: "*";
  inherits: false;
}
@property --tw-contrast {
  syntax: "*";
  inherits: false;
}
@property --tw-grayscale {
  syntax: "*";
  inherits: false;
}
@property --tw-hue-rotate {
  syntax: "*";
  inherits: false;
}
@property --tw-invert {
  syntax: "*";
  inherits: false;
}
@property --tw-opacity {
  syntax: "*";
  inherits: false;
}
@property --tw-saturate {
  syntax: "*";
  inherits: false;
}
@property --tw-sepia {
  syntax: "*";
  inherits: false;
}
@property --tw-drop-shadow {
  syntax: "*";
  inherits: false;
}
@property --tw-drop-shadow-color {
  syntax: "*";
  inherits: false;
}
@property --tw-drop-shadow-alpha {
  syntax: "<percentage>";
  inherits: false;
  initial-value: 100%;
}
@property --tw-drop-shadow-size {
  syntax: "*";
  inherits: false;
}
@layer properties {
  @supports ((-webkit-hyphens: none) and (not (margin-trim: inline))) or ((-moz-orient: inline) and (not (color:rgb(from red r g b)))) {
    *, ::before, ::after, ::backdrop {
      --tw-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-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;
    }
  }
}
