/*! tailwindcss v4.1.18 | 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-500: oklch(63.7% 0.237 25.331);
    --color-red-600: oklch(57.7% 0.245 27.325);
    --color-red-800: oklch(44.4% 0.177 26.899);
    --color-amber-50: oklch(98.7% 0.022 95.277);
    --color-amber-300: oklch(87.9% 0.169 91.605);
    --color-amber-600: oklch(66.6% 0.179 58.318);
    --color-amber-700: oklch(55.5% 0.163 48.998);
    --color-amber-800: oklch(47.3% 0.137 46.201);
    --color-yellow-50: oklch(98.7% 0.026 102.212);
    --color-yellow-500: oklch(79.5% 0.184 86.047);
    --color-yellow-600: oklch(68.1% 0.162 75.834);
    --color-yellow-800: oklch(47.6% 0.114 61.907);
    --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-600: oklch(62.7% 0.194 149.214);
    --color-green-800: oklch(44.8% 0.119 151.328);
    --color-blue-50: oklch(97% 0.014 254.604);
    --color-blue-100: oklch(93.2% 0.032 255.585);
    --color-blue-200: oklch(88.2% 0.059 254.128);
    --color-blue-600: oklch(54.6% 0.245 262.881);
    --color-blue-800: oklch(42.4% 0.199 265.638);
    --color-gray-50: oklch(98.5% 0.002 247.839);
    --color-gray-100: oklch(96.7% 0.003 264.542);
    --color-gray-200: oklch(92.8% 0.006 264.531);
    --color-gray-300: oklch(87.2% 0.01 258.338);
    --color-gray-400: oklch(70.7% 0.022 261.325);
    --color-gray-500: oklch(55.1% 0.027 264.364);
    --color-gray-600: oklch(44.6% 0.03 256.802);
    --color-gray-700: oklch(37.3% 0.034 259.733);
    --color-gray-800: oklch(27.8% 0.033 256.848);
    --color-gray-900: oklch(21% 0.034 264.665);
    --color-black: #000;
    --color-white: #fff;
    --spacing: 0.25rem;
    --container-xs: 20rem;
    --container-md: 28rem;
    --container-lg: 32rem;
    --container-xl: 36rem;
    --container-2xl: 42rem;
    --container-3xl: 48rem;
    --container-4xl: 56rem;
    --container-7xl: 80rem;
    --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-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);
    --text-4xl: 2.25rem;
    --text-4xl--line-height: calc(2.5 / 2.25);
    --text-5xl: 3rem;
    --text-5xl--line-height: 1;
    --text-6xl: 3.75rem;
    --text-6xl--line-height: 1;
    --font-weight-normal: 400;
    --font-weight-medium: 500;
    --font-weight-semibold: 600;
    --font-weight-bold: 700;
    --tracking-wide: 0.025em;
    --tracking-wider: 0.05em;
    --tracking-widest: 0.1em;
    --leading-relaxed: 1.625;
    --radius-md: 0.375rem;
    --radius-lg: 0.5rem;
    --radius-xl: 0.75rem;
    --radius-2xl: 1rem;
    --ease-in: cubic-bezier(0.4, 0, 1, 1);
    --ease-out: cubic-bezier(0, 0, 0.2, 1);
    --ease-in-out: cubic-bezier(0.4, 0, 0.2, 1);
    --animate-spin: spin 1s linear infinite;
    --animate-pulse: pulse 2s cubic-bezier(0.4, 0, 0.6, 1) infinite;
    --blur-sm: 8px;
    --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);
    --font-figtree: "Figtree", system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
    --color-cta-red: #FA1740;
    --color-charcoal-950: #07080B;
    --color-charcoal-900: #0E1015;
    --color-charcoal-800: #14171F;
    --color-charcoal-700: #1C1F28;
    --color-charcoal-600: #2A2E37;
    --color-graphite-500: #3A3F4A;
    --color-steel-400: #7C8494;
    --color-fog-300: #C2C7D0;
    --color-accent-green: #03CE6D;
    --color-primary-blue: #1A6AFF;
  }
}
@layer base {
  *, ::after, ::before, ::backdrop, ::file-selector-button {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    border: 0 solid;
  }
  html, :host {
    line-height: 1.5;
    -webkit-text-size-adjust: 100%;
    tab-size: 4;
    font-family: var(--default-font-family, ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji");
    font-feature-settings: var(--default-font-feature-settings, normal);
    font-variation-settings: var(--default-font-variation-settings, normal);
    -webkit-tap-highlight-color: transparent;
  }
  hr {
    height: 0;
    color: inherit;
    border-top-width: 1px;
  }
  abbr:where([title]) {
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted;
  }
  h1, h2, h3, h4, h5, h6 {
    font-size: inherit;
    font-weight: inherit;
  }
  a {
    color: inherit;
    -webkit-text-decoration: inherit;
    text-decoration: inherit;
  }
  b, strong {
    font-weight: bolder;
  }
  code, kbd, samp, pre {
    font-family: var(--default-mono-font-family, ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace);
    font-feature-settings: var(--default-mono-font-feature-settings, normal);
    font-variation-settings: var(--default-mono-font-variation-settings, normal);
    font-size: 1em;
  }
  small {
    font-size: 80%;
  }
  sub, sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
  }
  sub {
    bottom: -0.25em;
  }
  sup {
    top: -0.5em;
  }
  table {
    text-indent: 0;
    border-color: inherit;
    border-collapse: collapse;
  }
  :-moz-focusring {
    outline: auto;
  }
  progress {
    vertical-align: baseline;
  }
  summary {
    display: list-item;
  }
  ol, ul, menu {
    list-style: none;
  }
  img, svg, video, canvas, audio, iframe, embed, object {
    display: block;
    vertical-align: middle;
  }
  img, video {
    max-width: 100%;
    height: auto;
  }
  button, input, select, optgroup, textarea, ::file-selector-button {
    font: inherit;
    font-feature-settings: inherit;
    font-variation-settings: inherit;
    letter-spacing: inherit;
    color: inherit;
    border-radius: 0;
    background-color: transparent;
    opacity: 1;
  }
  :where(select:is([multiple], [size])) optgroup {
    font-weight: bolder;
  }
  :where(select:is([multiple], [size])) optgroup option {
    padding-inline-start: 20px;
  }
  ::file-selector-button {
    margin-inline-end: 4px;
  }
  ::placeholder {
    opacity: 1;
  }
  @supports (not (-webkit-appearance: -apple-pay-button))  or (contain-intrinsic-size: 1px) {
    ::placeholder {
      color: currentcolor;
      @supports (color: color-mix(in lab, red, red)) {
        color: color-mix(in oklab, currentcolor 50%, transparent);
      }
    }
  }
  textarea {
    resize: vertical;
  }
  ::-webkit-search-decoration {
    -webkit-appearance: none;
  }
  ::-webkit-date-and-time-value {
    min-height: 1lh;
    text-align: inherit;
  }
  ::-webkit-datetime-edit {
    display: inline-flex;
  }
  ::-webkit-datetime-edit-fields-wrapper {
    padding: 0;
  }
  ::-webkit-datetime-edit, ::-webkit-datetime-edit-year-field, ::-webkit-datetime-edit-month-field, ::-webkit-datetime-edit-day-field, ::-webkit-datetime-edit-hour-field, ::-webkit-datetime-edit-minute-field, ::-webkit-datetime-edit-second-field, ::-webkit-datetime-edit-millisecond-field, ::-webkit-datetime-edit-meridiem-field {
    padding-block: 0;
  }
  ::-webkit-calendar-picker-indicator {
    line-height: 1;
  }
  :-moz-ui-invalid {
    box-shadow: none;
  }
  button, input:where([type="button"], [type="reset"], [type="submit"]), ::file-selector-button {
    appearance: button;
  }
  ::-webkit-inner-spin-button, ::-webkit-outer-spin-button {
    height: auto;
  }
  [hidden]:where(:not([hidden="until-found"])) {
    display: none !important;
  }
}
@layer utilities {
  .pointer-events-none {
    pointer-events: none;
  }
  .\!visible {
    visibility: visible !important;
  }
  .collapse {
    visibility: collapse;
  }
  .invisible {
    visibility: hidden;
  }
  .visible {
    visibility: visible;
  }
  .visible\! {
    visibility: visible !important;
  }
  .sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip-path: inset(50%);
    white-space: nowrap;
    border-width: 0;
  }
  .\!fixed {
    position: fixed !important;
  }
  .absolute {
    position: absolute;
  }
  .fixed {
    position: fixed;
  }
  .fixed\! {
    position: fixed !important;
  }
  .relative {
    position: relative;
  }
  .static {
    position: static;
  }
  .sticky {
    position: sticky;
  }
  .inset-0 {
    inset: calc(var(--spacing) * 0);
  }
  .start-0 {
    inset-inline-start: calc(var(--spacing) * 0);
  }
  .start-50 {
    inset-inline-start: calc(var(--spacing) * 50);
  }
  .start-100 {
    inset-inline-start: calc(var(--spacing) * 100);
  }
  .end-0 {
    inset-inline-end: calc(var(--spacing) * 0);
  }
  .end-50 {
    inset-inline-end: calc(var(--spacing) * 50);
  }
  .end-100 {
    inset-inline-end: calc(var(--spacing) * 100);
  }
  .top-0 {
    top: calc(var(--spacing) * 0);
  }
  .top-1 {
    top: calc(var(--spacing) * 1);
  }
  .top-1\/2 {
    top: calc(1/2 * 100%);
  }
  .top-2 {
    top: calc(var(--spacing) * 2);
  }
  .top-4 {
    top: calc(var(--spacing) * 4);
  }
  .top-50 {
    top: calc(var(--spacing) * 50);
  }
  .top-100 {
    top: calc(var(--spacing) * 100);
  }
  .right-0 {
    right: calc(var(--spacing) * 0);
  }
  .right-2 {
    right: calc(var(--spacing) * 2);
  }
  .right-3 {
    right: calc(var(--spacing) * 3);
  }
  .right-4 {
    right: calc(var(--spacing) * 4);
  }
  .bottom-0 {
    bottom: calc(var(--spacing) * 0);
  }
  .bottom-6 {
    bottom: calc(var(--spacing) * 6);
  }
  .bottom-50 {
    bottom: calc(var(--spacing) * 50);
  }
  .bottom-100 {
    bottom: calc(var(--spacing) * 100);
  }
  .-left-3 {
    left: calc(var(--spacing) * -3);
  }
  .left-2 {
    left: calc(var(--spacing) * 2);
  }
  .left-3 {
    left: calc(var(--spacing) * 3);
  }
  .z-0 {
    z-index: 0;
  }
  .z-1 {
    z-index: 1;
  }
  .z-2 {
    z-index: 2;
  }
  .z-3 {
    z-index: 3;
  }
  .z-10 {
    z-index: 10;
  }
  .z-50 {
    z-index: 50;
  }
  .order-0 {
    order: 0;
  }
  .order-1 {
    order: 1;
  }
  .order-2 {
    order: 2;
  }
  .order-3 {
    order: 3;
  }
  .order-4 {
    order: 4;
  }
  .order-5 {
    order: 5;
  }
  .order-first {
    order: -9999;
  }
  .order-last {
    order: 9999;
  }
  .col-1 {
    grid-column: 1;
  }
  .col-2 {
    grid-column: 2;
  }
  .col-3 {
    grid-column: 3;
  }
  .col-4 {
    grid-column: 4;
  }
  .col-5 {
    grid-column: 5;
  }
  .col-6 {
    grid-column: 6;
  }
  .col-7 {
    grid-column: 7;
  }
  .col-8 {
    grid-column: 8;
  }
  .col-9 {
    grid-column: 9;
  }
  .col-10 {
    grid-column: 10;
  }
  .col-11 {
    grid-column: 11;
  }
  .col-12 {
    grid-column: 12;
  }
  .col-auto {
    grid-column: auto;
  }
  .col-span-2 {
    grid-column: span 2 / span 2;
  }
  .col-span-3 {
    grid-column: span 3 / span 3;
  }
  .col-span-full {
    grid-column: 1 / -1;
  }
  .row-1 {
    grid-row: 1;
  }
  .float-end {
    float: inline-end;
  }
  .float-none {
    float: none;
  }
  .float-start {
    float: inline-start;
  }
  .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);
  }
  .m-1 {
    margin: calc(var(--spacing) * 1);
  }
  .m-2 {
    margin: calc(var(--spacing) * 2);
  }
  .m-3 {
    margin: calc(var(--spacing) * 3);
  }
  .m-4 {
    margin: calc(var(--spacing) * 4);
  }
  .m-5 {
    margin: calc(var(--spacing) * 5);
  }
  .m-auto {
    margin: auto;
  }
  .mx-0 {
    margin-inline: calc(var(--spacing) * 0);
  }
  .mx-1 {
    margin-inline: calc(var(--spacing) * 1);
  }
  .mx-2 {
    margin-inline: calc(var(--spacing) * 2);
  }
  .mx-3 {
    margin-inline: calc(var(--spacing) * 3);
  }
  .mx-4 {
    margin-inline: calc(var(--spacing) * 4);
  }
  .mx-5 {
    margin-inline: calc(var(--spacing) * 5);
  }
  .mx-auto {
    margin-inline: auto;
  }
  .my-0 {
    margin-block: calc(var(--spacing) * 0);
  }
  .my-1 {
    margin-block: calc(var(--spacing) * 1);
  }
  .my-2 {
    margin-block: calc(var(--spacing) * 2);
  }
  .my-3 {
    margin-block: calc(var(--spacing) * 3);
  }
  .my-4 {
    margin-block: calc(var(--spacing) * 4);
  }
  .my-5 {
    margin-block: calc(var(--spacing) * 5);
  }
  .my-6 {
    margin-block: calc(var(--spacing) * 6);
  }
  .my-auto {
    margin-block: auto;
  }
  .ms-0 {
    margin-inline-start: calc(var(--spacing) * 0);
  }
  .ms-1 {
    margin-inline-start: calc(var(--spacing) * 1);
  }
  .ms-2 {
    margin-inline-start: calc(var(--spacing) * 2);
  }
  .ms-3 {
    margin-inline-start: calc(var(--spacing) * 3);
  }
  .ms-4 {
    margin-inline-start: calc(var(--spacing) * 4);
  }
  .ms-5 {
    margin-inline-start: calc(var(--spacing) * 5);
  }
  .ms-auto {
    margin-inline-start: auto;
  }
  .me-0 {
    margin-inline-end: calc(var(--spacing) * 0);
  }
  .me-1 {
    margin-inline-end: calc(var(--spacing) * 1);
  }
  .me-2 {
    margin-inline-end: calc(var(--spacing) * 2);
  }
  .me-3 {
    margin-inline-end: calc(var(--spacing) * 3);
  }
  .me-4 {
    margin-inline-end: calc(var(--spacing) * 4);
  }
  .me-5 {
    margin-inline-end: calc(var(--spacing) * 5);
  }
  .me-auto {
    margin-inline-end: auto;
  }
  .mt-0 {
    margin-top: calc(var(--spacing) * 0);
  }
  .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-3 {
    margin-top: calc(var(--spacing) * 3);
  }
  .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-8 {
    margin-top: calc(var(--spacing) * 8);
  }
  .mt-auto {
    margin-top: auto;
  }
  .mr-1 {
    margin-right: calc(var(--spacing) * 1);
  }
  .mr-2 {
    margin-right: calc(var(--spacing) * 2);
  }
  .mr-3 {
    margin-right: calc(var(--spacing) * 3);
  }
  .mr-4 {
    margin-right: calc(var(--spacing) * 4);
  }
  .mb-0 {
    margin-bottom: calc(var(--spacing) * 0);
  }
  .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);
  }
  .mb-8 {
    margin-bottom: calc(var(--spacing) * 8);
  }
  .mb-10 {
    margin-bottom: calc(var(--spacing) * 10);
  }
  .mb-auto {
    margin-bottom: auto;
  }
  .ml-1 {
    margin-left: calc(var(--spacing) * 1);
  }
  .ml-2 {
    margin-left: calc(var(--spacing) * 2);
  }
  .ml-3 {
    margin-left: calc(var(--spacing) * 3);
  }
  .ml-4 {
    margin-left: calc(var(--spacing) * 4);
  }
  .ml-6 {
    margin-left: calc(var(--spacing) * 6);
  }
  .ml-8 {
    margin-left: calc(var(--spacing) * 8);
  }
  .ml-auto {
    margin-left: auto;
  }
  .line-clamp-1 {
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
  }
  .line-clamp-2 {
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
  }
  .\!hidden {
    display: none !important;
  }
  .block {
    display: block;
  }
  .contents {
    display: contents;
  }
  .flex {
    display: flex;
  }
  .grid {
    display: grid;
  }
  .hidden {
    display: none;
  }
  .inline {
    display: inline;
  }
  .inline-block {
    display: inline-block;
  }
  .inline-flex {
    display: inline-flex;
  }
  .inline-grid {
    display: inline-grid;
  }
  .list-item {
    display: list-item;
  }
  .table {
    display: table;
  }
  .table-caption {
    display: table-caption;
  }
  .table-cell {
    display: table-cell;
  }
  .table-row {
    display: table-row;
  }
  .h-1\.5 {
    height: calc(var(--spacing) * 1.5);
  }
  .h-2 {
    height: calc(var(--spacing) * 2);
  }
  .h-3 {
    height: calc(var(--spacing) * 3);
  }
  .h-4 {
    height: calc(var(--spacing) * 4);
  }
  .h-5 {
    height: calc(var(--spacing) * 5);
  }
  .h-6 {
    height: calc(var(--spacing) * 6);
  }
  .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-14 {
    height: calc(var(--spacing) * 14);
  }
  .h-16 {
    height: calc(var(--spacing) * 16);
  }
  .h-20 {
    height: calc(var(--spacing) * 20);
  }
  .h-24 {
    height: calc(var(--spacing) * 24);
  }
  .h-25 {
    height: calc(var(--spacing) * 25);
  }
  .h-28 {
    height: calc(var(--spacing) * 28);
  }
  .h-48 {
    height: calc(var(--spacing) * 48);
  }
  .h-50 {
    height: calc(var(--spacing) * 50);
  }
  .h-64 {
    height: calc(var(--spacing) * 64);
  }
  .h-75 {
    height: calc(var(--spacing) * 75);
  }
  .h-100 {
    height: calc(var(--spacing) * 100);
  }
  .h-auto {
    height: auto;
  }
  .h-full {
    height: 100%;
  }
  .max-h-48 {
    max-height: calc(var(--spacing) * 48);
  }
  .max-h-64 {
    max-height: calc(var(--spacing) * 64);
  }
  .max-h-\[85vh\] {
    max-height: 85vh;
  }
  .max-h-\[88vh\] {
    max-height: 88vh;
  }
  .min-h-28 {
    min-height: calc(var(--spacing) * 28);
  }
  .min-h-\[2\.4em\] {
    min-height: 2.4em;
  }
  .min-h-\[60px\] {
    min-height: 60px;
  }
  .min-h-\[60vh\] {
    min-height: 60vh;
  }
  .min-h-\[250px\] {
    min-height: 250px;
  }
  .min-h-screen {
    min-height: 100vh;
  }
  .w-1\/2 {
    width: calc(1/2 * 100%);
  }
  .w-3 {
    width: calc(var(--spacing) * 3);
  }
  .w-4 {
    width: calc(var(--spacing) * 4);
  }
  .w-5 {
    width: calc(var(--spacing) * 5);
  }
  .w-6 {
    width: calc(var(--spacing) * 6);
  }
  .w-8 {
    width: calc(var(--spacing) * 8);
  }
  .w-9 {
    width: calc(var(--spacing) * 9);
  }
  .w-10 {
    width: calc(var(--spacing) * 10);
  }
  .w-11 {
    width: calc(var(--spacing) * 11);
  }
  .w-12 {
    width: calc(var(--spacing) * 12);
  }
  .w-14 {
    width: calc(var(--spacing) * 14);
  }
  .w-16 {
    width: calc(var(--spacing) * 16);
  }
  .w-20 {
    width: calc(var(--spacing) * 20);
  }
  .w-24 {
    width: calc(var(--spacing) * 24);
  }
  .w-25 {
    width: calc(var(--spacing) * 25);
  }
  .w-28 {
    width: calc(var(--spacing) * 28);
  }
  .w-32 {
    width: calc(var(--spacing) * 32);
  }
  .w-36 {
    width: calc(var(--spacing) * 36);
  }
  .w-40 {
    width: calc(var(--spacing) * 40);
  }
  .w-48 {
    width: calc(var(--spacing) * 48);
  }
  .w-50 {
    width: calc(var(--spacing) * 50);
  }
  .w-75 {
    width: calc(var(--spacing) * 75);
  }
  .w-100 {
    width: calc(var(--spacing) * 100);
  }
  .w-auto {
    width: auto;
  }
  .w-fit {
    width: fit-content;
  }
  .w-full {
    width: 100%;
  }
  .max-w-2xl {
    max-width: var(--container-2xl);
  }
  .max-w-3xl {
    max-width: var(--container-3xl);
  }
  .max-w-4xl {
    max-width: var(--container-4xl);
  }
  .max-w-7xl {
    max-width: var(--container-7xl);
  }
  .max-w-lg {
    max-width: var(--container-lg);
  }
  .max-w-md {
    max-width: var(--container-md);
  }
  .max-w-none {
    max-width: none;
  }
  .max-w-xl {
    max-width: var(--container-xl);
  }
  .max-w-xs {
    max-width: var(--container-xs);
  }
  .min-w-0 {
    min-width: calc(var(--spacing) * 0);
  }
  .min-w-\[200px\] {
    min-width: 200px;
  }
  .min-w-\[240px\] {
    min-width: 240px;
  }
  .min-w-\[260px\] {
    min-width: 260px;
  }
  .flex-1 {
    flex: 1;
  }
  .flex-shrink {
    flex-shrink: 1;
  }
  .flex-shrink-0 {
    flex-shrink: 0;
  }
  .flex-shrink-1 {
    flex-shrink: 1;
  }
  .shrink {
    flex-shrink: 1;
  }
  .shrink-0 {
    flex-shrink: 0;
  }
  .flex-grow {
    flex-grow: 1;
  }
  .flex-grow-0 {
    flex-grow: 0;
  }
  .flex-grow-1 {
    flex-grow: 1;
  }
  .grow {
    flex-grow: 1;
  }
  .table-auto {
    table-layout: auto;
  }
  .table-fixed {
    table-layout: fixed;
  }
  .caption-top {
    caption-side: top;
  }
  .border-collapse {
    border-collapse: collapse;
  }
  .origin-top-right {
    transform-origin: 100% 0;
  }
  .-translate-y-1\/2 {
    --tw-translate-y: calc(calc(1/2 * 100%) * -1);
    translate: var(--tw-translate-x) var(--tw-translate-y);
  }
  .transform {
    transform: var(--tw-rotate-x,) var(--tw-rotate-y,) var(--tw-rotate-z,) var(--tw-skew-x,) var(--tw-skew-y,);
  }
  .animate-pulse {
    animation: var(--animate-pulse);
  }
  .animate-spin {
    animation: var(--animate-spin);
  }
  .cursor-help {
    cursor: help;
  }
  .cursor-move {
    cursor: move;
  }
  .cursor-not-allowed {
    cursor: not-allowed;
  }
  .cursor-pointer {
    cursor: pointer;
  }
  .resize {
    resize: both;
  }
  .list-inside {
    list-style-position: inside;
  }
  .list-decimal {
    list-style-type: decimal;
  }
  .list-disc {
    list-style-type: disc;
  }
  .grid-cols-1 {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
  .grid-cols-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .grid-cols-3 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
  .flex-col {
    flex-direction: column;
  }
  .flex-row {
    flex-direction: row;
  }
  .flex-row-reverse {
    flex-direction: row-reverse;
  }
  .flex-nowrap {
    flex-wrap: nowrap;
  }
  .flex-wrap {
    flex-wrap: wrap;
  }
  .flex-wrap-reverse {
    flex-wrap: wrap-reverse;
  }
  .items-center {
    align-items: center;
  }
  .items-end {
    align-items: flex-end;
  }
  .items-start {
    align-items: flex-start;
  }
  .justify-between {
    justify-content: space-between;
  }
  .justify-center {
    justify-content: center;
  }
  .justify-end {
    justify-content: flex-end;
  }
  .justify-start {
    justify-content: flex-start;
  }
  .gap-0 {
    gap: calc(var(--spacing) * 0);
  }
  .gap-1 {
    gap: calc(var(--spacing) * 1);
  }
  .gap-2 {
    gap: calc(var(--spacing) * 2);
  }
  .gap-3 {
    gap: calc(var(--spacing) * 3);
  }
  .gap-4 {
    gap: calc(var(--spacing) * 4);
  }
  .gap-5 {
    gap: calc(var(--spacing) * 5);
  }
  .gap-6 {
    gap: calc(var(--spacing) * 6);
  }
  .gap-8 {
    gap: calc(var(--spacing) * 8);
  }
  .space-y-0\.5 {
    :where(& > :not(:last-child)) {
      --tw-space-y-reverse: 0;
      margin-block-start: calc(calc(var(--spacing) * 0.5) * var(--tw-space-y-reverse));
      margin-block-end: calc(calc(var(--spacing) * 0.5) * calc(1 - var(--tw-space-y-reverse)));
    }
  }
  .space-y-1 {
    :where(& > :not(:last-child)) {
      --tw-space-y-reverse: 0;
      margin-block-start: calc(calc(var(--spacing) * 1) * var(--tw-space-y-reverse));
      margin-block-end: calc(calc(var(--spacing) * 1) * calc(1 - var(--tw-space-y-reverse)));
    }
  }
  .space-y-2 {
    :where(& > :not(:last-child)) {
      --tw-space-y-reverse: 0;
      margin-block-start: calc(calc(var(--spacing) * 2) * var(--tw-space-y-reverse));
      margin-block-end: calc(calc(var(--spacing) * 2) * calc(1 - var(--tw-space-y-reverse)));
    }
  }
  .space-y-3 {
    :where(& > :not(:last-child)) {
      --tw-space-y-reverse: 0;
      margin-block-start: calc(calc(var(--spacing) * 3) * var(--tw-space-y-reverse));
      margin-block-end: calc(calc(var(--spacing) * 3) * calc(1 - var(--tw-space-y-reverse)));
    }
  }
  .space-y-4 {
    :where(& > :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)));
    }
  }
  .space-y-5 {
    :where(& > :not(:last-child)) {
      --tw-space-y-reverse: 0;
      margin-block-start: calc(calc(var(--spacing) * 5) * var(--tw-space-y-reverse));
      margin-block-end: calc(calc(var(--spacing) * 5) * calc(1 - var(--tw-space-y-reverse)));
    }
  }
  .space-y-6 {
    :where(& > :not(:last-child)) {
      --tw-space-y-reverse: 0;
      margin-block-start: calc(calc(var(--spacing) * 6) * var(--tw-space-y-reverse));
      margin-block-end: calc(calc(var(--spacing) * 6) * calc(1 - var(--tw-space-y-reverse)));
    }
  }
  .gap-x-3 {
    column-gap: calc(var(--spacing) * 3);
  }
  .gap-x-4 {
    column-gap: calc(var(--spacing) * 4);
  }
  .space-x-4 {
    :where(& > :not(:last-child)) {
      --tw-space-x-reverse: 0;
      margin-inline-start: calc(calc(var(--spacing) * 4) * var(--tw-space-x-reverse));
      margin-inline-end: calc(calc(var(--spacing) * 4) * calc(1 - var(--tw-space-x-reverse)));
    }
  }
  .gap-y-1 {
    row-gap: calc(var(--spacing) * 1);
  }
  .divide-y {
    :where(& > :not(:last-child)) {
      --tw-divide-y-reverse: 0;
      border-bottom-style: var(--tw-border-style);
      border-top-style: var(--tw-border-style);
      border-top-width: calc(1px * var(--tw-divide-y-reverse));
      border-bottom-width: calc(1px * calc(1 - var(--tw-divide-y-reverse)));
    }
  }
  .divide-gray-200 {
    :where(& > :not(:last-child)) {
      border-color: var(--color-gray-200);
    }
  }
  .truncate {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .overflow-auto {
    overflow: auto;
  }
  .overflow-hidden {
    overflow: hidden;
  }
  .overflow-scroll {
    overflow: scroll;
  }
  .overflow-visible {
    overflow: visible;
  }
  .overflow-x-auto {
    overflow-x: auto;
  }
  .overflow-x-hidden {
    overflow-x: hidden;
  }
  .overflow-x-scroll {
    overflow-x: scroll;
  }
  .overflow-x-visible {
    overflow-x: visible;
  }
  .overflow-y-auto {
    overflow-y: auto;
  }
  .overflow-y-hidden {
    overflow-y: hidden;
  }
  .overflow-y-scroll {
    overflow-y: scroll;
  }
  .overflow-y-visible {
    overflow-y: visible;
  }
  .rounded {
    border-radius: 0.25rem;
  }
  .rounded-2xl {
    border-radius: var(--radius-2xl);
  }
  .rounded-full {
    border-radius: calc(infinity * 1px);
  }
  .rounded-lg {
    border-radius: var(--radius-lg);
  }
  .rounded-md {
    border-radius: var(--radius-md);
  }
  .rounded-none {
    border-radius: 0;
  }
  .rounded-xl {
    border-radius: var(--radius-xl);
  }
  .rounded-t {
    border-top-left-radius: 0.25rem;
    border-top-right-radius: 0.25rem;
  }
  .rounded-l-lg {
    border-top-left-radius: var(--radius-lg);
    border-bottom-left-radius: var(--radius-lg);
  }
  .rounded-l-md {
    border-top-left-radius: var(--radius-md);
    border-bottom-left-radius: var(--radius-md);
  }
  .rounded-l-none {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
  }
  .rounded-r-lg {
    border-top-right-radius: var(--radius-lg);
    border-bottom-right-radius: var(--radius-lg);
  }
  .rounded-r-none {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
  }
  .border {
    border-style: var(--tw-border-style);
    border-width: 1px;
  }
  .border-0 {
    border-style: var(--tw-border-style);
    border-width: 0px;
  }
  .border-1 {
    border-style: var(--tw-border-style);
    border-width: 1px;
  }
  .border-2 {
    border-style: var(--tw-border-style);
    border-width: 2px;
  }
  .border-3 {
    border-style: var(--tw-border-style);
    border-width: 3px;
  }
  .border-4 {
    border-style: var(--tw-border-style);
    border-width: 4px;
  }
  .border-5 {
    border-style: var(--tw-border-style);
    border-width: 5px;
  }
  .border-t {
    border-top-style: var(--tw-border-style);
    border-top-width: 1px;
  }
  .border-r-0 {
    border-right-style: var(--tw-border-style);
    border-right-width: 0px;
  }
  .border-b {
    border-bottom-style: var(--tw-border-style);
    border-bottom-width: 1px;
  }
  .border-l-0 {
    border-left-style: var(--tw-border-style);
    border-left-width: 0px;
  }
  .border-l-2 {
    border-left-style: var(--tw-border-style);
    border-left-width: 2px;
  }
  .border-l-4 {
    border-left-style: var(--tw-border-style);
    border-left-width: 4px;
  }
  .border-dashed {
    --tw-border-style: dashed;
    border-style: dashed;
  }
  .border-amber-300 {
    border-color: var(--color-amber-300);
  }
  .border-black {
    border-color: var(--color-black);
  }
  .border-blue-200 {
    border-color: var(--color-blue-200);
  }
  .border-blue-600 {
    border-color: var(--color-blue-600);
  }
  .border-gray-50 {
    border-color: var(--color-gray-50);
  }
  .border-gray-100 {
    border-color: var(--color-gray-100);
  }
  .border-gray-200 {
    border-color: var(--color-gray-200);
  }
  .border-gray-300 {
    border-color: var(--color-gray-300);
  }
  .border-green-300 {
    border-color: var(--color-green-300);
  }
  .border-red-200 {
    border-color: var(--color-red-200);
  }
  .border-red-300 {
    border-color: var(--color-red-300);
  }
  .border-red-500 {
    border-color: var(--color-red-500);
  }
  .border-white {
    border-color: var(--color-white);
  }
  .border-t-transparent {
    border-top-color: transparent;
  }
  .bg-amber-50 {
    background-color: var(--color-amber-50);
  }
  .bg-black {
    background-color: var(--color-black);
  }
  .bg-black\/40 {
    background-color: color-mix(in srgb, #000 40%, transparent);
    @supports (color: color-mix(in lab, red, red)) {
      background-color: color-mix(in oklab, var(--color-black) 40%, transparent);
    }
  }
  .bg-black\/50 {
    background-color: color-mix(in srgb, #000 50%, transparent);
    @supports (color: color-mix(in lab, red, red)) {
      background-color: color-mix(in oklab, var(--color-black) 50%, transparent);
    }
  }
  .bg-blue-50 {
    background-color: var(--color-blue-50);
  }
  .bg-blue-100 {
    background-color: var(--color-blue-100);
  }
  .bg-blue-600 {
    background-color: var(--color-blue-600);
  }
  .bg-gray-50 {
    background-color: var(--color-gray-50);
  }
  .bg-gray-100 {
    background-color: var(--color-gray-100);
  }
  .bg-gray-200 {
    background-color: var(--color-gray-200);
  }
  .bg-gray-300 {
    background-color: var(--color-gray-300);
  }
  .bg-gray-500 {
    background-color: var(--color-gray-500);
  }
  .bg-gray-700 {
    background-color: var(--color-gray-700);
  }
  .bg-gray-900 {
    background-color: var(--color-gray-900);
  }
  .bg-green-50 {
    background-color: var(--color-green-50);
  }
  .bg-green-100 {
    background-color: var(--color-green-100);
  }
  .bg-red-50 {
    background-color: var(--color-red-50);
  }
  .bg-red-100 {
    background-color: var(--color-red-100);
  }
  .bg-transparent {
    background-color: transparent;
  }
  .bg-white {
    background-color: var(--color-white);
  }
  .bg-white\/15 {
    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);
    }
  }
  .bg-yellow-50 {
    background-color: var(--color-yellow-50);
  }
  .bg-gradient-to-br {
    --tw-gradient-position: to bottom right in oklab;
    background-image: linear-gradient(var(--tw-gradient-stops));
  }
  .bg-gradient-to-r {
    --tw-gradient-position: to right in oklab;
    background-image: linear-gradient(var(--tw-gradient-stops));
  }
  .from-blue-50 {
    --tw-gradient-from: var(--color-blue-50);
    --tw-gradient-stops: var(--tw-gradient-via-stops, var(--tw-gradient-position), var(--tw-gradient-from) var(--tw-gradient-from-position), var(--tw-gradient-to) var(--tw-gradient-to-position));
  }
  .from-red-50 {
    --tw-gradient-from: var(--color-red-50);
    --tw-gradient-stops: var(--tw-gradient-via-stops, var(--tw-gradient-position), var(--tw-gradient-from) var(--tw-gradient-from-position), var(--tw-gradient-to) var(--tw-gradient-to-position));
  }
  .to-blue-100 {
    --tw-gradient-to: var(--color-blue-100);
    --tw-gradient-stops: var(--tw-gradient-via-stops, var(--tw-gradient-position), var(--tw-gradient-from) var(--tw-gradient-from-position), var(--tw-gradient-to) var(--tw-gradient-to-position));
  }
  .to-red-100 {
    --tw-gradient-to: var(--color-red-100);
    --tw-gradient-stops: var(--tw-gradient-via-stops, var(--tw-gradient-position), var(--tw-gradient-from) var(--tw-gradient-from-position), var(--tw-gradient-to) var(--tw-gradient-to-position));
  }
  .object-contain {
    object-fit: contain;
  }
  .object-cover {
    object-fit: cover;
  }
  .p-0 {
    padding: calc(var(--spacing) * 0);
  }
  .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-5 {
    padding: calc(var(--spacing) * 5);
  }
  .p-6 {
    padding: calc(var(--spacing) * 6);
  }
  .p-8 {
    padding: calc(var(--spacing) * 8);
  }
  .p-12 {
    padding: calc(var(--spacing) * 12);
  }
  .px-0 {
    padding-inline: calc(var(--spacing) * 0);
  }
  .px-1 {
    padding-inline: calc(var(--spacing) * 1);
  }
  .px-2 {
    padding-inline: calc(var(--spacing) * 2);
  }
  .px-3 {
    padding-inline: calc(var(--spacing) * 3);
  }
  .px-4 {
    padding-inline: calc(var(--spacing) * 4);
  }
  .px-5 {
    padding-inline: calc(var(--spacing) * 5);
  }
  .px-6 {
    padding-inline: calc(var(--spacing) * 6);
  }
  .py-0 {
    padding-block: calc(var(--spacing) * 0);
  }
  .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-2\.5 {
    padding-block: calc(var(--spacing) * 2.5);
  }
  .py-3 {
    padding-block: calc(var(--spacing) * 3);
  }
  .py-4 {
    padding-block: calc(var(--spacing) * 4);
  }
  .py-5 {
    padding-block: calc(var(--spacing) * 5);
  }
  .py-6 {
    padding-block: calc(var(--spacing) * 6);
  }
  .py-8 {
    padding-block: calc(var(--spacing) * 8);
  }
  .py-10 {
    padding-block: calc(var(--spacing) * 10);
  }
  .py-12 {
    padding-block: calc(var(--spacing) * 12);
  }
  .py-16 {
    padding-block: calc(var(--spacing) * 16);
  }
  .ps-0 {
    padding-inline-start: calc(var(--spacing) * 0);
  }
  .ps-1 {
    padding-inline-start: calc(var(--spacing) * 1);
  }
  .ps-2 {
    padding-inline-start: calc(var(--spacing) * 2);
  }
  .ps-3 {
    padding-inline-start: calc(var(--spacing) * 3);
  }
  .ps-4 {
    padding-inline-start: calc(var(--spacing) * 4);
  }
  .ps-5 {
    padding-inline-start: calc(var(--spacing) * 5);
  }
  .ps-9 {
    padding-inline-start: calc(var(--spacing) * 9);
  }
  .pe-0 {
    padding-inline-end: calc(var(--spacing) * 0);
  }
  .pe-1 {
    padding-inline-end: calc(var(--spacing) * 1);
  }
  .pe-2 {
    padding-inline-end: calc(var(--spacing) * 2);
  }
  .pe-3 {
    padding-inline-end: calc(var(--spacing) * 3);
  }
  .pe-4 {
    padding-inline-end: calc(var(--spacing) * 4);
  }
  .pe-5 {
    padding-inline-end: calc(var(--spacing) * 5);
  }
  .pe-9 {
    padding-inline-end: calc(var(--spacing) * 9);
  }
  .pt-0 {
    padding-top: calc(var(--spacing) * 0);
  }
  .pt-1 {
    padding-top: calc(var(--spacing) * 1);
  }
  .pt-2 {
    padding-top: calc(var(--spacing) * 2);
  }
  .pt-3 {
    padding-top: calc(var(--spacing) * 3);
  }
  .pt-4 {
    padding-top: calc(var(--spacing) * 4);
  }
  .pt-5 {
    padding-top: calc(var(--spacing) * 5);
  }
  .pt-6 {
    padding-top: calc(var(--spacing) * 6);
  }
  .pr-3 {
    padding-right: calc(var(--spacing) * 3);
  }
  .pr-4 {
    padding-right: calc(var(--spacing) * 4);
  }
  .pb-0 {
    padding-bottom: calc(var(--spacing) * 0);
  }
  .pb-1 {
    padding-bottom: calc(var(--spacing) * 1);
  }
  .pb-2 {
    padding-bottom: calc(var(--spacing) * 2);
  }
  .pb-3 {
    padding-bottom: calc(var(--spacing) * 3);
  }
  .pb-4 {
    padding-bottom: calc(var(--spacing) * 4);
  }
  .pb-5 {
    padding-bottom: calc(var(--spacing) * 5);
  }
  .pb-6 {
    padding-bottom: calc(var(--spacing) * 6);
  }
  .pl-3 {
    padding-left: calc(var(--spacing) * 3);
  }
  .pl-6 {
    padding-left: calc(var(--spacing) * 6);
  }
  .pl-8 {
    padding-left: calc(var(--spacing) * 8);
  }
  .pl-9 {
    padding-left: calc(var(--spacing) * 9);
  }
  .pl-10 {
    padding-left: calc(var(--spacing) * 10);
  }
  .text-center {
    text-align: center;
  }
  .text-end {
    text-align: end;
  }
  .text-left {
    text-align: left;
  }
  .text-right {
    text-align: right;
  }
  .text-start {
    text-align: start;
  }
  .align-baseline {
    vertical-align: baseline;
  }
  .align-bottom {
    vertical-align: bottom;
  }
  .align-middle {
    vertical-align: middle;
  }
  .align-text-bottom {
    vertical-align: text-bottom;
  }
  .align-text-top {
    vertical-align: text-top;
  }
  .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-4xl {
    font-size: var(--text-4xl);
    line-height: var(--tw-leading, var(--text-4xl--line-height));
  }
  .text-5xl {
    font-size: var(--text-5xl);
    line-height: var(--tw-leading, var(--text-5xl--line-height));
  }
  .text-6xl {
    font-size: var(--text-6xl);
    line-height: var(--tw-leading, var(--text-6xl--line-height));
  }
  .text-base {
    font-size: var(--text-base);
    line-height: var(--tw-leading, var(--text-base--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-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);
  }
  .tracking-wider {
    --tw-tracking: var(--tracking-wider);
    letter-spacing: var(--tracking-wider);
  }
  .tracking-widest {
    --tw-tracking: var(--tracking-widest);
    letter-spacing: var(--tracking-widest);
  }
  .text-nowrap {
    text-wrap: nowrap;
  }
  .text-wrap {
    text-wrap: wrap;
  }
  .break-all {
    word-break: break-all;
  }
  .text-ellipsis {
    text-overflow: ellipsis;
  }
  .whitespace-nowrap {
    white-space: nowrap;
  }
  .whitespace-pre-line {
    white-space: pre-line;
  }
  .text-amber-600 {
    color: var(--color-amber-600);
  }
  .text-amber-700 {
    color: var(--color-amber-700);
  }
  .text-amber-800 {
    color: var(--color-amber-800);
  }
  .text-black {
    color: var(--color-black);
  }
  .text-blue-600 {
    color: var(--color-blue-600);
  }
  .text-blue-800 {
    color: var(--color-blue-800);
  }
  .text-gray-100 {
    color: var(--color-gray-100);
  }
  .text-gray-300 {
    color: var(--color-gray-300);
  }
  .text-gray-400 {
    color: var(--color-gray-400);
  }
  .text-gray-500 {
    color: var(--color-gray-500);
  }
  .text-gray-600 {
    color: var(--color-gray-600);
  }
  .text-gray-700 {
    color: var(--color-gray-700);
  }
  .text-gray-800 {
    color: var(--color-gray-800);
  }
  .text-gray-900 {
    color: var(--color-gray-900);
  }
  .text-green-600 {
    color: var(--color-green-600);
  }
  .text-green-800 {
    color: var(--color-green-800);
  }
  .text-red-300 {
    color: var(--color-red-300);
  }
  .text-red-500 {
    color: var(--color-red-500);
  }
  .text-red-600 {
    color: var(--color-red-600);
  }
  .text-red-800 {
    color: var(--color-red-800);
  }
  .text-white {
    color: var(--color-white);
  }
  .text-white\/60 {
    color: color-mix(in srgb, #fff 60%, transparent);
    @supports (color: color-mix(in lab, red, red)) {
      color: color-mix(in oklab, var(--color-white) 60%, transparent);
    }
  }
  .text-white\/80 {
    color: color-mix(in srgb, #fff 80%, transparent);
    @supports (color: color-mix(in lab, red, red)) {
      color: color-mix(in oklab, var(--color-white) 80%, transparent);
    }
  }
  .text-white\/90 {
    color: color-mix(in srgb, #fff 90%, transparent);
    @supports (color: color-mix(in lab, red, red)) {
      color: color-mix(in oklab, var(--color-white) 90%, transparent);
    }
  }
  .text-yellow-500 {
    color: var(--color-yellow-500);
  }
  .text-yellow-600 {
    color: var(--color-yellow-600);
  }
  .text-yellow-800 {
    color: var(--color-yellow-800);
  }
  .capitalize {
    text-transform: capitalize;
  }
  .lowercase {
    text-transform: lowercase;
  }
  .normal-case {
    text-transform: none;
  }
  .uppercase {
    text-transform: uppercase;
  }
  .italic {
    font-style: italic;
  }
  .ordinal {
    --tw-ordinal: ordinal;
    font-variant-numeric: var(--tw-ordinal,) var(--tw-slashed-zero,) var(--tw-numeric-figure,) var(--tw-numeric-spacing,) var(--tw-numeric-fraction,);
  }
  .line-through {
    text-decoration-line: line-through;
  }
  .no-underline {
    text-decoration-line: none;
  }
  .overline {
    text-decoration-line: overline;
  }
  .underline {
    text-decoration-line: underline;
  }
  .placeholder-gray-500 {
    &::placeholder {
      color: var(--color-gray-500);
    }
  }
  .opacity-0 {
    opacity: 0%;
  }
  .opacity-25 {
    opacity: 25%;
  }
  .opacity-50 {
    opacity: 50%;
  }
  .opacity-60 {
    opacity: 60%;
  }
  .opacity-75 {
    opacity: 75%;
  }
  .opacity-90 {
    opacity: 90%;
  }
  .opacity-100 {
    opacity: 100%;
  }
  .shadow {
    --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-2xl {
    --tw-shadow: 0 25px 50px -12px var(--tw-shadow-color, rgb(0 0 0 / 0.25));
    box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
  }
  .shadow-lg {
    --tw-shadow: 0 10px 15px -3px var(--tw-shadow-color, rgb(0 0 0 / 0.1)), 0 4px 6px -4px 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-none {
    --tw-shadow: 0 0 #0000;
    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);
  }
  .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);
  }
  .shadow\/column {
    --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);
  }
  .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);
  }
  .ring-1 {
    --tw-ring-shadow: var(--tw-ring-inset,) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color, currentcolor);
    box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
  }
  .ring-2 {
    --tw-ring-shadow: var(--tw-ring-inset,) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color, currentcolor);
    box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
  }
  .ring-black {
    --tw-ring-color: var(--color-black);
  }
  .ring-white\/50 {
    --tw-ring-color: color-mix(in srgb, #fff 50%, transparent);
    @supports (color: color-mix(in lab, red, red)) {
      --tw-ring-color: color-mix(in oklab, var(--color-white) 50%, transparent);
    }
  }
  .outline {
    outline-style: var(--tw-outline-style);
    outline-width: 1px;
  }
  .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,);
  }
  .brightness-0 {
    --tw-brightness: brightness(0%);
    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,);
  }
  .grayscale {
    --tw-grayscale: grayscale(100%);
    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,);
  }
  .\!invert {
    --tw-invert: invert(100%) !important;
    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,) !important;
  }
  .invert {
    --tw-invert: invert(100%);
    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,) !important;
  }
  .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-sm {
    --tw-backdrop-blur: blur(var(--blur-sm));
    -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-all {
    transition-property: all;
    transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
    transition-duration: var(--tw-duration, var(--default-transition-duration));
  }
  .transition-colors {
    transition-property: color, background-color, border-color, outline-color, text-decoration-color, fill, stroke, --tw-gradient-from, --tw-gradient-via, --tw-gradient-to;
    transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
    transition-duration: var(--tw-duration, var(--default-transition-duration));
  }
  .transition-opacity {
    transition-property: opacity;
    transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
    transition-duration: var(--tw-duration, var(--default-transition-duration));
  }
  .transition-shadow {
    transition-property: box-shadow;
    transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
    transition-duration: var(--tw-duration, var(--default-transition-duration));
  }
  .transition-transform {
    transition-property: transform, translate, scale, rotate;
    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-in-out {
    --tw-ease: var(--ease-in-out);
    transition-timing-function: var(--ease-in-out);
  }
  .ease-out {
    --tw-ease: var(--ease-out);
    transition-timing-function: var(--ease-out);
  }
  .select-all {
    -webkit-user-select: all;
    user-select: all;
  }
  .\[tl\:br\] {
    tl: br;
  }
  .group-hover\:scale-110 {
    &:is(:where(.group):hover *) {
      @media (hover: hover) {
        --tw-scale-x: 110%;
        --tw-scale-y: 110%;
        --tw-scale-z: 110%;
        scale: var(--tw-scale-x) var(--tw-scale-y);
      }
    }
  }
  .group-hover\:opacity-100 {
    &:is(:where(.group):hover *) {
      @media (hover: hover) {
        opacity: 100%;
      }
    }
  }
  .peer-focus\:ring-4 {
    &:is(:where(.peer):focus ~ *) {
      --tw-ring-shadow: var(--tw-ring-inset,) 0 0 0 calc(4px + 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);
    }
  }
  .peer-focus\:outline-none {
    &:is(:where(.peer):focus ~ *) {
      --tw-outline-style: none;
      outline-style: none;
    }
  }
  .after\:absolute {
    &::after {
      content: var(--tw-content);
      position: absolute;
    }
  }
  .after\:top-\[2px\] {
    &::after {
      content: var(--tw-content);
      top: 2px;
    }
  }
  .after\:left-\[2px\] {
    &::after {
      content: var(--tw-content);
      left: 2px;
    }
  }
  .after\:h-5 {
    &::after {
      content: var(--tw-content);
      height: calc(var(--spacing) * 5);
    }
  }
  .after\:w-5 {
    &::after {
      content: var(--tw-content);
      width: calc(var(--spacing) * 5);
    }
  }
  .after\:rounded-full {
    &::after {
      content: var(--tw-content);
      border-radius: calc(infinity * 1px);
    }
  }
  .after\:border {
    &::after {
      content: var(--tw-content);
      border-style: var(--tw-border-style);
      border-width: 1px;
    }
  }
  .after\:border-gray-300 {
    &::after {
      content: var(--tw-content);
      border-color: var(--color-gray-300);
    }
  }
  .after\:bg-white {
    &::after {
      content: var(--tw-content);
      background-color: var(--color-white);
    }
  }
  .after\:transition-all {
    &::after {
      content: var(--tw-content);
      transition-property: all;
      transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
      transition-duration: var(--tw-duration, var(--default-transition-duration));
    }
  }
  .after\:content-\[\'\'\] {
    &::after {
      --tw-content: '';
      content: var(--tw-content);
    }
  }
  .peer-checked\:after\:translate-x-full {
    &:is(:where(.peer):checked ~ *) {
      &::after {
        content: var(--tw-content);
        --tw-translate-x: 100%;
        translate: var(--tw-translate-x) var(--tw-translate-y);
      }
    }
  }
  .peer-checked\:after\:border-white {
    &:is(:where(.peer):checked ~ *) {
      &::after {
        content: var(--tw-content);
        border-color: var(--color-white);
      }
    }
  }
  .last\:border-0 {
    &:last-child {
      border-style: var(--tw-border-style);
      border-width: 0px;
    }
  }
  .hover\:-translate-y-1 {
    &:hover {
      @media (hover: hover) {
        --tw-translate-y: calc(var(--spacing) * -1);
        translate: var(--tw-translate-x) var(--tw-translate-y);
      }
    }
  }
  .hover\:translate-y-\[-2px\] {
    &:hover {
      @media (hover: hover) {
        --tw-translate-y: -2px;
        translate: var(--tw-translate-x) var(--tw-translate-y);
      }
    }
  }
  .hover\:translate-y-\[-3px\] {
    &:hover {
      @media (hover: hover) {
        --tw-translate-y: -3px;
        translate: var(--tw-translate-x) var(--tw-translate-y);
      }
    }
  }
  .hover\:translate-y-\[-5px\] {
    &:hover {
      @media (hover: hover) {
        --tw-translate-y: -5px;
        translate: var(--tw-translate-x) var(--tw-translate-y);
      }
    }
  }
  .hover\:scale-\[1\.02\] {
    &:hover {
      @media (hover: hover) {
        scale: 1.02;
      }
    }
  }
  .hover\:border-blue-600 {
    &:hover {
      @media (hover: hover) {
        border-color: var(--color-blue-600);
      }
    }
  }
  .hover\:bg-gray-50 {
    &:hover {
      @media (hover: hover) {
        background-color: var(--color-gray-50);
      }
    }
  }
  .hover\:bg-gray-100 {
    &:hover {
      @media (hover: hover) {
        background-color: var(--color-gray-100);
      }
    }
  }
  .hover\:text-blue-600 {
    &:hover {
      @media (hover: hover) {
        color: var(--color-blue-600);
      }
    }
  }
  .hover\:text-gray-600 {
    &:hover {
      @media (hover: hover) {
        color: var(--color-gray-600);
      }
    }
  }
  .hover\:text-gray-700 {
    &:hover {
      @media (hover: hover) {
        color: var(--color-gray-700);
      }
    }
  }
  .hover\:underline {
    &:hover {
      @media (hover: hover) {
        text-decoration-line: underline;
      }
    }
  }
  .hover\:opacity-100 {
    &:hover {
      @media (hover: hover) {
        opacity: 100%;
      }
    }
  }
  .hover\:shadow-lg {
    &:hover {
      @media (hover: hover) {
        --tw-shadow: 0 10px 15px -3px var(--tw-shadow-color, rgb(0 0 0 / 0.1)), 0 4px 6px -4px 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);
      }
    }
  }
  .hover\:shadow-md {
    &:hover {
      @media (hover: hover) {
        --tw-shadow: 0 4px 6px -1px var(--tw-shadow-color, rgb(0 0 0 / 0.1)), 0 2px 4px -2px 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);
      }
    }
  }
  .hover\:shadow-sm {
    &:hover {
      @media (hover: hover) {
        --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);
      }
    }
  }
  .focus\:ring-2 {
    &:focus {
      --tw-ring-shadow: var(--tw-ring-inset,) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color, currentcolor);
      box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
    }
  }
  .focus\:ring-white {
    &:focus {
      --tw-ring-color: var(--color-white);
    }
  }
  .focus\:outline-none {
    &:focus {
      --tw-outline-style: none;
      outline-style: none;
    }
  }
  .sm\:col-span-3 {
    @media (width >= 40rem) {
      grid-column: span 3 / span 3;
    }
  }
  .sm\:mt-0 {
    @media (width >= 40rem) {
      margin-top: calc(var(--spacing) * 0);
    }
  }
  .sm\:grid-cols-2 {
    @media (width >= 40rem) {
      grid-template-columns: repeat(2, minmax(0, 1fr));
    }
  }
  .sm\:grid-cols-3 {
    @media (width >= 40rem) {
      grid-template-columns: repeat(3, minmax(0, 1fr));
    }
  }
  .sm\:grid-cols-4 {
    @media (width >= 40rem) {
      grid-template-columns: repeat(4, minmax(0, 1fr));
    }
  }
  .sm\:flex-row {
    @media (width >= 40rem) {
      flex-direction: row;
    }
  }
  .sm\:px-6 {
    @media (width >= 40rem) {
      padding-inline: calc(var(--spacing) * 6);
    }
  }
  .md\:col-span-1 {
    @media (width >= 48rem) {
      grid-column: span 1 / span 1;
    }
  }
  .md\:col-span-2 {
    @media (width >= 48rem) {
      grid-column: span 2 / span 2;
    }
  }
  .md\:col-span-3 {
    @media (width >= 48rem) {
      grid-column: span 3 / span 3;
    }
  }
  .md\:col-span-4 {
    @media (width >= 48rem) {
      grid-column: span 4 / span 4;
    }
  }
  .md\:col-span-6 {
    @media (width >= 48rem) {
      grid-column: span 6 / span 6;
    }
  }
  .md\:col-span-8 {
    @media (width >= 48rem) {
      grid-column: span 8 / span 8;
    }
  }
  .md\:mt-0 {
    @media (width >= 48rem) {
      margin-top: calc(var(--spacing) * 0);
    }
  }
  .md\:ml-6 {
    @media (width >= 48rem) {
      margin-left: calc(var(--spacing) * 6);
    }
  }
  .md\:flex {
    @media (width >= 48rem) {
      display: flex;
    }
  }
  .md\:grid-cols-2 {
    @media (width >= 48rem) {
      grid-template-columns: repeat(2, minmax(0, 1fr));
    }
  }
  .md\:grid-cols-3 {
    @media (width >= 48rem) {
      grid-template-columns: repeat(3, minmax(0, 1fr));
    }
  }
  .md\:grid-cols-4 {
    @media (width >= 48rem) {
      grid-template-columns: repeat(4, minmax(0, 1fr));
    }
  }
  .md\:grid-cols-5 {
    @media (width >= 48rem) {
      grid-template-columns: repeat(5, minmax(0, 1fr));
    }
  }
  .md\:grid-cols-6 {
    @media (width >= 48rem) {
      grid-template-columns: repeat(6, minmax(0, 1fr));
    }
  }
  .md\:grid-cols-12 {
    @media (width >= 48rem) {
      grid-template-columns: repeat(12, minmax(0, 1fr));
    }
  }
  .md\:flex-row {
    @media (width >= 48rem) {
      flex-direction: row;
    }
  }
  .md\:justify-end {
    @media (width >= 48rem) {
      justify-content: flex-end;
    }
  }
  .md\:space-x-8 {
    @media (width >= 48rem) {
      :where(& > :not(:last-child)) {
        --tw-space-x-reverse: 0;
        margin-inline-start: calc(calc(var(--spacing) * 8) * var(--tw-space-x-reverse));
        margin-inline-end: calc(calc(var(--spacing) * 8) * calc(1 - var(--tw-space-x-reverse)));
      }
    }
  }
  .md\:text-end {
    @media (width >= 48rem) {
      text-align: end;
    }
  }
  .lg\:col-span-1 {
    @media (width >= 64rem) {
      grid-column: span 1 / span 1;
    }
  }
  .lg\:col-span-2 {
    @media (width >= 64rem) {
      grid-column: span 2 / span 2;
    }
  }
  .lg\:col-span-3 {
    @media (width >= 64rem) {
      grid-column: span 3 / span 3;
    }
  }
  .lg\:flex {
    @media (width >= 64rem) {
      display: flex;
    }
  }
  .lg\:hidden {
    @media (width >= 64rem) {
      display: none;
    }
  }
  .lg\:w-2\/5 {
    @media (width >= 64rem) {
      width: calc(2/5 * 100%);
    }
  }
  .lg\:grid-cols-2 {
    @media (width >= 64rem) {
      grid-template-columns: repeat(2, minmax(0, 1fr));
    }
  }
  .lg\:grid-cols-3 {
    @media (width >= 64rem) {
      grid-template-columns: repeat(3, minmax(0, 1fr));
    }
  }
  .lg\:grid-cols-4 {
    @media (width >= 64rem) {
      grid-template-columns: repeat(4, minmax(0, 1fr));
    }
  }
  .lg\:grid-cols-5 {
    @media (width >= 64rem) {
      grid-template-columns: repeat(5, minmax(0, 1fr));
    }
  }
  .lg\:grid-cols-6 {
    @media (width >= 64rem) {
      grid-template-columns: repeat(6, minmax(0, 1fr));
    }
  }
  .lg\:flex-row {
    @media (width >= 64rem) {
      flex-direction: row;
    }
  }
  .lg\:items-center {
    @media (width >= 64rem) {
      align-items: center;
    }
  }
  .lg\:justify-between {
    @media (width >= 64rem) {
      justify-content: space-between;
    }
  }
  .lg\:p-12 {
    @media (width >= 64rem) {
      padding: calc(var(--spacing) * 12);
    }
  }
  .lg\:px-8 {
    @media (width >= 64rem) {
      padding-inline: calc(var(--spacing) * 8);
    }
  }
  .xl\:grid-cols-4 {
    @media (width >= 80rem) {
      grid-template-columns: repeat(4, minmax(0, 1fr));
    }
  }
  .xl\:grid-cols-5 {
    @media (width >= 80rem) {
      grid-template-columns: repeat(5, minmax(0, 1fr));
    }
  }
}
@import url('../vendors/keenicons/outline/style.css');
:root {
  color-scheme: dark;
}
html[data-theme="light"] {
  color-scheme: light;
}
.ic-eyebrow {
  font-size: 0.6875rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.18em;
  color: var(--text-muted);
}
.ic-eyebrow-red {
  font-size: 0.6875rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.22em;
  color: var(--accent-text);
}
.ic-mono {
  font-family: var(--font-mono);
}
.ic-fact {
  font-family: var(--font-mono);
  font-size: 0.6875rem;
  font-weight: 600;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}
.surface-premium {
  background: linear-gradient(180deg, var(--surface) 0%, var(--surface-2) 100%);
  border: 1px solid var(--border);
  border-radius: 0.75rem;
  box-shadow: var(--shadow-card);
}
.surface-glass {
  background: rgba(20, 23, 31, 0.7);
  backdrop-filter: blur(14px);
  border: 1px solid var(--border);
  border-radius: 0.75rem;
}
html[data-theme="light"] .surface-glass {
  background: rgba(255, 255, 255, 0.72);
}
.red-glow {
  box-shadow: 0 0 0 1px rgba(var(--ic-red-rgb), 0.35), 0 12px 40px -8px rgba(var(--ic-red-rgb), 0.45);
}
.red-glow-soft {
  box-shadow: 0 8px 30px -10px rgba(var(--ic-red-rgb), 0.35);
}
.red-corner {
  position: relative;
}
.red-corner::before {
  content: '';
  position: absolute;
  top: -1px;
  left: -1px;
  width: 14px;
  height: 14px;
  border-top: 2px solid var(--ic-red);
  border-left: 2px solid var(--ic-red);
  border-radius: 2px 0 0 0;
  pointer-events: none;
}
.ic-hairline {
  height: 1px;
  background: linear-gradient(to right, transparent 0%, rgba(var(--ic-red-rgb), 0.40) 50%, transparent 100%);
}
.ic-hairline-v {
  width: 1px;
  background: linear-gradient(to bottom, var(--ic-red) 0%, rgba(var(--ic-red-rgb), 0.60) 60%, transparent 100%);
}
.ic-chip {
  display: inline-flex;
  align-items: center;
  gap: 0.375rem;
}
.ic-chip-dot {
  width: 7px;
  height: 7px;
  border-radius: 9999px;
  flex-shrink: 0;
  background-color: var(--text-muted);
}
.ic-chip-label {
  font-family: var(--font-mono);
  font-size: 0.6875rem;
  font-weight: 600;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--text-muted);
}
.ic-chip-idle .ic-chip-dot {
  background-color: var(--text-muted);
}
.ic-chip-idle .ic-chip-label {
  color: var(--text-muted);
}
.ic-chip-info .ic-chip-dot {
  background-color: var(--text-2);
}
.ic-chip-info .ic-chip-label {
  color: var(--text-2);
}
.ic-chip-ok .ic-chip-dot {
  background-color: var(--ok);
}
.ic-chip-ok .ic-chip-label {
  color: var(--ok-text);
}
.ic-chip-warn .ic-chip-dot, .ic-chip-running .ic-chip-dot {
  background-color: var(--ic-red);
  animation: ic-pulse 1.5s ease-in-out infinite;
}
.ic-chip-warn .ic-chip-label, .ic-chip-running .ic-chip-label {
  color: var(--accent-text);
}
.ic-ai-badge {
  display: inline-flex;
  align-items: center;
  gap: 0.25rem;
  padding: 0.0625rem 0.375rem;
  background-color: rgba(var(--ic-red-rgb), 0.10);
  border: 1px solid rgba(var(--ic-red-rgb), 0.30);
  border-radius: 0.375rem;
  font-family: var(--font-mono);
  font-size: 0.625rem;
  font-weight: 600;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--accent-text);
}
.metric-card {
  background: linear-gradient(180deg, var(--surface) 0%, var(--surface-2) 100%);
  border: 1px solid var(--border);
  border-radius: 0.75rem;
  box-shadow: var(--shadow-card);
  padding: 1rem 1.25rem;
}
.metric-label {
  font-size: 0.6875rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.18em;
  color: var(--text-muted);
}
.metric-value {
  font-size: 1.75rem;
  font-weight: 700;
  color: var(--text);
  line-height: 1.2;
  margin-top: 0.375rem;
}
.metric-trend {
  font-family: var(--font-mono);
  font-size: 0.75rem;
  margin-top: 0.25rem;
  color: var(--text-muted);
}
.metric-trend-up {
  color: var(--ok-text);
}
.metric-trend-down {
  color: var(--accent-text);
}
.metric-action {
  display: inline-block;
  margin-top: 0.625rem;
  font-size: 0.75rem;
  font-weight: 600;
  color: var(--accent-text);
  text-decoration: none;
}
.metric-action:hover {
  text-decoration: underline;
  text-underline-offset: 4px;
}
.theme-toggle {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 2.25rem;
  height: 2.25rem;
  padding: 0;
  border: 1px solid var(--shell-border);
  background-color: transparent;
  color: var(--shell-text-2);
  border-radius: 0.375rem;
  cursor: pointer;
  transition: all 0.2s ease-out;
}
.theme-toggle:hover {
  background-color: var(--shell-hover);
  color: var(--shell-text);
}
.theme-toggle i {
  font-size: 1.05rem;
}
.theme-toggle .tt-sun {
  display: none;
}
.theme-toggle .tt-moon {
  display: inline-block;
}
html[data-theme="light"] .theme-toggle .tt-sun {
  display: inline-block;
}
html[data-theme="light"] .theme-toggle .tt-moon {
  display: none;
}
@keyframes ic-pulse {
  0%, 100% {
    opacity: 0.45;
  }
  50% {
    opacity: 1;
  }
}
@keyframes ic-reveal-up {
  from {
    opacity: 0;
    transform: translateY(8px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.bg-white {
  background-color: var(--surface);
}
.bg-gray-50 {
  background-color: var(--surface-muted);
}
.bg-gray-100 {
  background-color: var(--surface-hover);
}
.bg-gray-200 {
  background-color: var(--surface-hover);
}
.text-black, .text-gray-900, .text-gray-800 {
  color: var(--text);
}
.text-gray-700, .text-gray-600 {
  color: var(--text-2);
}
.text-gray-500, .text-gray-400 {
  color: var(--text-muted);
}
.border-gray-100, .border-gray-200 {
  border-color: var(--border);
}
.border-gray-300 {
  border-color: var(--border-strong);
}
.divide-gray-100 > :not([hidden]) ~ :not([hidden]), .divide-gray-200 > :not([hidden]) ~ :not([hidden]) {
  border-color: var(--border);
}
.hover\:bg-gray-50:hover, .hover\:bg-gray-100:hover {
  background-color: var(--surface-hover);
}
.hover\:text-gray-700:hover, .hover\:text-gray-800:hover, .hover\:text-gray-900:hover {
  color: var(--text);
}
.hover\:border-gray-300:hover {
  border-color: var(--border-strong);
}
.placeholder-gray-400::placeholder, .placeholder-gray-500::placeholder {
  color: var(--text-muted);
}
.text-red-600, .text-red-700 {
  color: var(--accent-text);
}
.bg-red-50 {
  background-color: var(--accent-soft);
}
.border-red-200, .border-red-300 {
  border-color: rgba(var(--ic-red-rgb), 0.35);
}
a:focus-visible, button:focus-visible, input:focus-visible, select:focus-visible, textarea:focus-visible, [tabindex]:focus-visible {
  outline: 2px solid var(--ic-red);
  outline-offset: 2px;
  border-radius: 2px;
}
@media (prefers-reduced-motion: reduce) {
  .ic-chip-warn .ic-chip-dot, .ic-chip-running .ic-chip-dot, .status-badge-dot-checking, .status-dot-checking {
    animation: none !important;
  }
  *, *::before, *::after {
    transition-duration: 0.01ms !important;
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
  }
  .global-search-spinner, .dashboard-loading .spinner, .status-refresh-btn.refreshing i {
    animation: spin 1s linear infinite !important;
  }
}
:root {
  --ic-red: #FA1740;
  --ic-red-rgb: 250, 23, 64;
  --ic-red-hover: #D10F33;
  --ic-green: #03CE6D;
  --ic-green-rgb: 3, 206, 109;
  --ic-blue: #1A6AFF;
  --ic-blue-rgb: 26, 106, 255;
  --ic-amber: #F59E0B;
  --ic-amber-rgb: 245, 158, 11;
  --charcoal-950: #07080B;
  --charcoal-900: #0E1015;
  --charcoal-800: #14171F;
  --charcoal-700: #1C1F28;
  --charcoal-600: #2A2E37;
  --graphite-500: #3A3F4A;
  --steel-400: #7C8494;
  --fog-300: #C2C7D0;
  --font-sans: "Figtree", system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  --font-mono: ui-monospace, "Cascadia Code", "Fira Code", "JetBrains Mono", "SFMono-Regular", Consolas, monospace;
  --shell-bg: var(--charcoal-900);
  --shell-topbar: rgba(10, 11, 15, 0.95);
  --shell-text: #FFFFFF;
  --shell-text-2: var(--fog-300);
  --shell-text-3: var(--steel-400);
  --shell-border: rgba(255, 255, 255, 0.07);
  --shell-hover: rgba(255, 255, 255, 0.05);
  --shell-field: rgba(255, 255, 255, 0.05);
  --shell-active-bg: rgba(250, 23, 64, 0.10);
  --shell-ok: #03CE6D;
  --shell-warn: #FFB02E;
  --shell-danger: #FF5C77;
  --shell-info: #5C95FF;
  --surface-page: var(--charcoal-950);
  --surface: var(--charcoal-800);
  --surface-2: var(--charcoal-900);
  --surface-overlay: #181B24;
  --surface-muted: rgba(255, 255, 255, 0.03);
  --surface-hover: rgba(255, 255, 255, 0.05);
  --border: rgba(255, 255, 255, 0.07);
  --border-strong: rgba(255, 255, 255, 0.14);
  --text: #FFFFFF;
  --text-2: var(--fog-300);
  --text-muted: #8A92A3;
  --accent: var(--ic-red);
  --accent-hover: var(--ic-red-hover);
  --accent-text: #FA1740;
  --accent-soft: rgba(250, 23, 64, 0.10);
  --ok: var(--ic-green);
  --ok-text: #03CE6D;
  --ok-soft: rgba(3, 206, 109, 0.12);
  --warn: var(--ic-amber);
  --warn-text: #FFB02E;
  --warn-soft: rgba(245, 158, 11, 0.12);
  --danger: var(--ic-red);
  --danger-text: #FF5C77;
  --danger-soft: rgba(250, 23, 64, 0.10);
  --info: var(--ic-blue);
  --info-text: #5C95FF;
  --info-soft: rgba(26, 106, 255, 0.12);
  --field-bg: rgba(255, 255, 255, 0.03);
  --shadow-card: inset 0 1px 0 0 rgba(255, 255, 255, 0.04), 0 1px 0 0 rgba(0, 0, 0, 0.6);
  --shadow-card-hover: inset 0 1px 0 0 rgba(255, 255, 255, 0.04), 0 8px 24px -12px rgba(0, 0, 0, 0.7);
  --shadow-overlay: 0 16px 40px -12px rgba(0, 0, 0, 0.7);
  --shadow-sidebar: none;
  --incontrol-red: var(--ic-red);
  --incontrol-red-light: #FF4D6D;
  --incontrol-red-dark: var(--ic-red-hover);
  --incontrol-red-darker: #A50C28;
  --color-primary: var(--ic-red);
  --color-primary-light: #FF4D6D;
  --color-primary-dark: var(--ic-red-hover);
  --color-sidebar: var(--shell-bg);
  --color-sidebar-hover: var(--shell-hover);
  --color-sidebar-active: var(--shell-active-bg);
  --color-sidebar-text: var(--shell-text);
  --color-sidebar-text-muted: var(--shell-text-3);
  --color-sidebar-border: var(--shell-border);
  --color-background: var(--surface-page);
  --color-foreground: var(--text);
  --color-card: var(--surface);
  --color-card-border: var(--border);
  --color-muted: var(--text-muted);
  --color-muted-foreground: var(--text-muted);
  --color-input: var(--field-bg);
  --color-input-border: var(--border-strong);
  --color-input-focus: var(--accent);
  --color-success: var(--ok);
  --color-warning: var(--warn);
  --color-danger: var(--danger);
  --color-info: var(--info);
  --sidebar-width: 260px;
  --header-height: 60px;
  --footer-height: 32px;
}
html[data-theme="light"] {
  --surface-page: #F2F3F6;
  --surface: #FFFFFF;
  --surface-2: #FFFFFF;
  --surface-overlay: #FFFFFF;
  --surface-muted: rgba(7, 8, 11, 0.025);
  --surface-hover: rgba(7, 8, 11, 0.04);
  --border: rgba(7, 8, 11, 0.09);
  --border-strong: rgba(7, 8, 11, 0.16);
  --text: #0B0D12;
  --text-2: #3E4554;
  --text-muted: #646C7C;
  --accent-text: #D10F33;
  --ok-text: #067A4A;
  --warn-text: #B45309;
  --danger-text: #D10F33;
  --info-text: #0952CC;
  --field-bg: #FFFFFF;
  --shadow-card: 0 1px 2px 0 rgba(7, 8, 11, 0.05);
  --shadow-card-hover: 0 6px 18px -8px rgba(7, 8, 11, 0.14);
  --shadow-overlay: 0 16px 40px -12px rgba(7, 8, 11, 0.22);
}
html {
  font-family: var(--font-sans);
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  background-color: var(--surface-page);
}
body {
  background-color: var(--surface-page);
  color: var(--text-2);
}
h1, h2, h3, h4, h5, h6 {
  color: var(--text);
}
h1, h2 {
  letter-spacing: -0.02em;
}
h3 {
  letter-spacing: -0.01em;
}
* {
  scrollbar-width: thin;
  scrollbar-color: var(--border-strong) transparent;
}
::-webkit-scrollbar {
  width: 8px;
  height: 8px;
}
::-webkit-scrollbar-track {
  background: transparent;
}
::-webkit-scrollbar-thumb {
  background-color: var(--border-strong);
  border-radius: 4px;
}
.page-icon-container {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 2.5rem;
  height: 2.5rem;
  border-radius: 0.5rem;
  background-color: var(--accent-soft);
  flex-shrink: 0;
}
.page-icon {
  font-size: 1.25rem;
  color: var(--accent-text);
}
.bg-primary\/10 {
  background-color: var(--accent-soft);
}
.text-primary {
  color: var(--accent-text);
}
.sidebar {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  z-index: 40;
  display: flex;
  flex-direction: column;
  width: var(--sidebar-width);
  background-color: var(--color-sidebar);
  color: var(--color-sidebar-text);
  border-right: 1px solid var(--shell-border);
}
.sidebar-header {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  padding: 0 1.25rem;
  height: 70px;
  border-bottom: 1px solid var(--color-sidebar-border);
}
.sidebar-logo {
  height: 2rem;
  width: auto;
  filter: brightness(0) invert(1);
}
.sidebar-brand-text {
  font-size: 1.125rem;
  font-weight: 700;
  color: white;
}
.sidebar-search {
  padding: 0.75rem 1rem;
}
.sidebar-search-input {
  width: 100%;
  padding: 0.5rem 2rem 0.5rem 2.5rem;
  border-radius: 0.375rem;
  font-size: 0.875rem;
  background: var(--shell-field);
  color: var(--shell-text);
  border: 1px solid var(--shell-border);
  transition: all 0.2s ease-out;
}
.sidebar-search-input::placeholder {
  color: var(--shell-text-3);
}
.sidebar-search-input:focus {
  outline: none;
  background: rgba(255, 255, 255, 0.08);
  border-color: rgba(var(--ic-red-rgb), 0.5);
}
.global-search-clear {
  position: absolute;
  right: 0.5rem;
  top: 50%;
  transform: translateY(-50%);
  background: none;
  border: none;
  color: rgba(255, 255, 255, 0.6);
  cursor: pointer;
  padding: 0.25rem;
  font-size: 0.75rem;
  line-height: 1;
  border-radius: 50%;
  transition: color 0.15s;
}
.global-search-clear:hover {
  color: white;
}
.global-search-dropdown {
  position: absolute;
  top: 100%;
  left: 1rem;
  right: 1rem;
  max-height: 400px;
  overflow-y: auto;
  background: var(--surface-overlay);
  border: 1px solid var(--border);
  border-radius: 0.5rem;
  box-shadow: var(--shadow-overlay);
  z-index: 9999;
  margin-top: 0.25rem;
}
.global-search-group-header {
  padding: 0.5rem 0.75rem 0.25rem;
  font-size: 0.6875rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  color: var(--text-muted);
}
.global-search-group + .global-search-group .global-search-group-header {
  border-top: 1px solid var(--border);
  padding-top: 0.625rem;
}
.global-search-item {
  display: flex;
  align-items: center;
  gap: 0.625rem;
  padding: 0.5rem 0.75rem;
  text-decoration: none;
  color: var(--text);
  border-radius: 0.25rem;
  margin: 0 0.25rem;
  transition: background-color 0.1s;
}
.global-search-item:hover, .global-search-item.focused {
  background-color: var(--surface-hover);
  text-decoration: none;
  color: var(--text);
}
.global-search-item-icon {
  flex-shrink: 0;
  font-size: 1rem;
  color: var(--text-muted);
  width: 1.25rem;
  text-align: center;
}
.global-search-item:hover .global-search-item-icon, .global-search-item.focused .global-search-item-icon {
  color: var(--color-primary);
}
.global-search-item-content {
  display: flex;
  flex-direction: column;
  min-width: 0;
  flex: 1;
}
.global-search-item-title {
  font-size: 0.8125rem;
  font-weight: 500;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.global-search-item-subtitle {
  font-size: 0.6875rem;
  color: var(--text-muted);
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.global-search-empty {
  padding: 1rem 0.75rem;
  text-align: center;
  font-size: 0.8125rem;
  color: var(--text-muted);
}
.global-search-loading {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  padding: 0.75rem;
  font-size: 0.8125rem;
  color: var(--text-muted);
}
.global-search-spinner {
  width: 1rem;
  height: 1rem;
  border: 2px solid var(--border);
  border-top-color: var(--color-primary);
  border-radius: 50%;
  animation: gs-spin 0.6s linear infinite;
}
@keyframes gs-spin {
  to {
    transform: rotate(360deg);
  }
}
#globalSearchContainer {
  position: relative;
}
.sidebar-menu {
  flex: 1;
  overflow-y: auto;
  padding: 1rem 0;
  scrollbar-width: thin;
  scrollbar-color: rgba(255, 255, 255, 0.25) transparent;
}
.sidebar-menu::-webkit-scrollbar {
  width: 5px;
}
.sidebar-menu::-webkit-scrollbar-track {
  background: transparent;
}
.sidebar-menu::-webkit-scrollbar-thumb {
  background-color: rgba(255, 255, 255, 0.25);
  border-radius: 3px;
}
.sidebar-menu::-webkit-scrollbar-thumb:hover {
  background-color: rgba(255, 255, 255, 0.4);
}
.sidebar-menu-section {
  padding: 0.5rem 1rem;
}
.sidebar-menu-title {
  font-size: 0.6875rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.18em;
  margin-bottom: 0.5rem;
  color: var(--shell-text-3);
}
.sidebar-link {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  padding: 0.625rem 1.25rem;
  color: var(--shell-text-2);
  border-left: 2px solid transparent;
  transition: background-color 0.2s ease-out, color 0.2s ease-out;
  text-decoration: none;
}
.sidebar-link:hover {
  background-color: var(--shell-hover);
  color: var(--shell-text);
}
.sidebar-link.active {
  background: var(--shell-active-bg);
  border-left: 2px solid var(--ic-red);
  color: var(--shell-text);
}
.sidebar-link.active i {
  color: var(--ic-red);
}
.sidebar-link i {
  font-size: 1.125rem;
}
.sidebar-link-text {
  font-size: 14px !important;
  font-family: var(--font-sans) !important;
  font-weight: 400 !important;
}
.sidebar-section {
  margin-bottom: 0.5rem;
}
.sidebar-section-title {
  display: block;
  padding: 0.75rem 1.25rem 0.375rem;
  font-size: 0.6875rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.18em;
  color: var(--shell-text-3);
}
.sidebar-section ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.sidebar-submenu {
  background: rgba(0, 0, 0, 0.15);
  border-left: 2px solid var(--shell-border);
  margin-left: 1.25rem;
}
.sidebar-submenu .sidebar-link {
  padding: 0.5rem 1rem 0.5rem 1.5rem !important;
}
.sidebar-submenu .sidebar-link .sidebar-link-text, .sidebar-submenu .sidebar-link-text, .sidebar-submenu span.sidebar-link-text {
  font-size: 14px !important;
  font-family: var(--font-sans) !important;
  font-weight: 400 !important;
}
.sidebar-submenu .sidebar-link.active {
  background: var(--shell-active-bg);
  border-left: none;
}
.sidebar-chevron {
  margin-left: auto;
  font-size: 0.75rem;
  transition: transform 0.2s ease;
}
.sidebar-link[aria-expanded="true"] .sidebar-chevron {
  transform: rotate(90deg);
}
.sidebar-link-collapsible {
  display: flex;
  align-items: center;
  cursor: pointer;
}
.sidebar-footer {
  border-top: 1px solid var(--color-sidebar-border);
  padding: 0.75rem 1rem;
}
.main-wrapper {
  margin-left: var(--sidebar-width);
  min-height: 100vh;
  padding-bottom: var(--footer-height);
  background-color: var(--color-background);
}
.content-header {
  background-color: var(--color-card);
  border-bottom: 1px solid var(--color-card-border);
  padding: 1rem 1.5rem;
}
.content-body {
  padding: 1.5rem;
}
.page-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 1.5rem;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}
.page-title {
  font-size: 1.5rem;
  font-weight: 700;
  color: var(--color-foreground);
}
.page-description {
  font-size: 0.875rem;
  margin-top: 0.25rem;
  color: var(--color-muted);
}
.page-actions {
  display: flex;
  align-items: center;
  gap: 0.5rem;
}
.breadcrumb {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  font-size: 0.875rem;
  margin-bottom: 1rem;
  color: var(--color-muted);
}
.breadcrumb a {
  color: inherit;
  text-decoration: none;
  transition: color 0.2s;
}
.breadcrumb a:hover {
  color: var(--color-primary);
}
.breadcrumb-separator {
  color: var(--text-muted);
}
.card {
  background: linear-gradient(180deg, var(--surface) 0%, var(--surface-2) 100%);
  border: 1px solid var(--color-card-border);
  border-radius: 0.75rem;
  box-shadow: var(--shadow-card);
}
.card:hover {
  box-shadow: var(--shadow-card-hover);
}
.card-interactive {
  transition: border-color 0.22s ease-out, transform 0.22s ease-out, box-shadow 0.22s ease-out;
}
.card-interactive:hover {
  border-color: rgba(var(--ic-red-rgb), 0.4);
  transform: translateY(-2px);
  box-shadow: var(--shadow-card-hover), 0 8px 30px -10px rgba(var(--ic-red-rgb), 0.25);
}
.card-header {
  padding: 1rem 1.25rem;
  border-bottom: 1px solid var(--color-card-border);
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.card-title {
  font-size: 1.125rem;
  font-weight: 600;
  color: var(--color-foreground);
}
.card-body {
  padding: 1.25rem;
}
.card-footer {
  padding: 1rem 1.25rem;
  border-top: 1px solid var(--color-card-border);
  background-color: var(--surface-muted);
}
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  padding: 0.5rem 1rem;
  border-radius: 0.5rem;
  font-weight: 600;
  font-size: 0.875rem;
  transition: all 0.2s ease-out;
  cursor: pointer;
  border: 1px solid transparent;
  appearance: none;
  -webkit-appearance: none;
  background-color: transparent;
}
.btn:focus {
  outline: none;
}
.btn:focus-visible {
  outline: none;
  box-shadow: 0 0 0 2px var(--surface-page), 0 0 0 4px var(--ic-red);
}
.btn:disabled {
  opacity: 0.5;
  cursor: not-allowed;
}
.btn-sm {
  padding: 0.375rem 0.75rem;
  font-size: 0.75rem;
}
.btn-lg {
  padding: 0.75rem 1.5rem;
  font-size: 1rem;
}
.btn-primary {
  background-color: var(--color-primary);
  color: white;
}
.btn-primary:hover {
  background-color: var(--color-primary-dark);
}
.btn-secondary {
  background-color: var(--surface-hover);
  color: var(--text);
  border-color: var(--border-strong);
}
.btn-secondary:hover {
  background-color: var(--surface-hover);
  border-color: var(--text-muted);
}
.btn-light {
  background-color: var(--surface-hover);
  color: var(--text);
  border: 1px solid var(--border-strong);
}
.btn-light:hover {
  border-color: var(--text-muted);
}
.btn-light i {
  color: var(--text-muted);
}
.btn-outline {
  background-color: transparent;
  border: 1px solid var(--border-strong);
  color: var(--text);
}
.btn-outline:hover {
  border-color: var(--ic-red);
}
.btn-outline-primary {
  background-color: transparent;
  border: 1px solid var(--accent);
  color: var(--accent-text);
}
.btn-outline-primary:hover {
  background-color: var(--accent);
  color: white;
}
.btn-danger {
  background-color: transparent;
  color: var(--accent-text);
  border: 1px solid rgba(var(--ic-red-rgb), 0.4);
}
.btn-danger:hover {
  background-color: var(--ic-red);
  border-color: var(--ic-red);
  color: white;
}
.btn-success {
  background-color: var(--color-success);
  color: #052E1C;
}
.btn-success:hover {
  background-color: #06E07A;
}
.btn-icon {
  padding: 0.5rem;
}
.btn-icon-sm {
  padding: 0.375rem;
}
.form-group {
  margin-bottom: 1rem;
}
.form-label {
  display: block;
  font-size: 0.75rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.14em;
  margin-bottom: 0.375rem;
  color: var(--text-2);
}
.form-label-required::after {
  content: ' ·';
  color: var(--accent-text);
  font-weight: 700;
}
.form-input, .form-control, .form-select, .form-textarea {
  display: block;
  width: 100%;
  padding: 0.5rem 0.75rem;
  font-size: 0.875rem;
  color: var(--text);
  border: 1px solid var(--color-input-border);
  border-radius: 0.5rem;
  background-color: var(--color-input);
  transition: border-color 0.2s, box-shadow 0.2s;
  appearance: none;
  -webkit-appearance: none;
}
.form-select {
  padding-right: 2.25rem;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 24 24' fill='none' stroke='%237C8494' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='6 9 12 15 18 9'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 0.75rem center;
  background-size: 12px;
}
.form-input::placeholder, .form-control::placeholder, .form-textarea::placeholder {
  color: var(--text-muted);
}
.form-input:focus, .form-control:focus, .form-select:focus, .form-textarea:focus {
  outline: none;
  border-color: rgba(var(--ic-red-rgb), 0.5);
  box-shadow: 0 0 0 3px rgba(var(--ic-red-rgb), 0.12);
}
.form-input-error, .is-invalid {
  border-color: var(--accent);
}
.form-input-error:focus, .is-invalid:focus {
  border-color: var(--accent);
  box-shadow: 0 0 0 3px rgba(var(--ic-red-rgb), 0.12);
}
.form-help {
  font-size: 0.75rem;
  margin-top: 0.25rem;
  color: var(--color-muted);
}
.form-error {
  font-size: 0.75rem;
  margin-top: 0.25rem;
  color: var(--color-danger);
}
.form-check {
  display: flex;
  align-items: center;
  gap: 0.5rem;
}
.form-check-input {
  width: 1rem;
  height: 1rem;
  border-radius: 0.25rem;
  border: 1px solid var(--color-input-border);
  accent-color: var(--color-primary);
}
.table-wrapper {
  overflow-x: auto;
}
.table {
  width: 100%;
  text-align: left;
  border-collapse: collapse;
}
.table th {
  padding: 0.75rem 1rem;
  font-size: 0.6875rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.14em;
  background-color: var(--surface-muted);
  color: var(--color-muted);
  border-bottom: 1px solid var(--color-card-border);
}
.table td {
  padding: 0.75rem 1rem;
  font-size: 0.875rem;
  border-bottom: 1px solid var(--color-card-border);
}
.table tbody tr:hover {
  background-color: var(--surface-muted);
}
.table-striped tbody tr:nth-child(even) {
  background-color: var(--surface-muted);
}
.badge {
  display: inline-flex;
  align-items: center;
  padding: 0.125rem 0.625rem;
  border-radius: 9999px;
  font-size: 0.75rem;
  font-weight: 500;
}
.badge-primary {
  background-color: var(--color-primary);
  color: white;
}
.badge-success {
  background-color: var(--ok-soft);
  color: var(--ok-text);
}
.badge-warning {
  background-color: var(--warn-soft);
  color: var(--warn-text);
}
.badge-danger {
  background-color: var(--danger-soft);
  color: var(--danger-text);
}
.badge-info {
  background-color: var(--info-soft);
  color: var(--info-text);
}
.badge-neutral {
  background-color: var(--surface-hover);
  color: var(--text-2);
}
.alert {
  padding: 0.75rem 1rem;
  border-radius: 0.375rem;
  margin-bottom: 1rem;
  display: flex;
  align-items: flex-start;
  gap: 0.75rem;
}
.alert-icon {
  flex-shrink: 0;
  margin-top: 0.125rem;
}
.alert-content {
  flex: 1;
}
.alert-title {
  font-weight: 500;
}
.alert-success {
  background-color: var(--ok-soft);
  color: var(--ok-text);
  border: 1px solid rgba(var(--ic-green-rgb), 0.35);
}
.alert-danger {
  background-color: var(--danger-soft);
  color: var(--danger-text);
  border: 1px solid rgba(var(--ic-red-rgb), 0.30);
}
.alert-warning {
  background-color: var(--warn-soft);
  color: var(--warn-text);
  border: 1px solid rgba(var(--ic-amber-rgb), 0.35);
}
.alert-info {
  background-color: var(--info-soft);
  color: var(--info-text);
  border: 1px solid rgba(var(--ic-blue-rgb), 0.35);
}
.dropdown {
  position: relative;
  display: inline-block;
}
.dropdown-menu {
  position: absolute;
  right: 0;
  margin-top: 0.5rem;
  width: 12rem;
  border-radius: 0.5rem;
  box-shadow: var(--shadow-overlay);
  background-color: var(--surface-overlay);
  border: 1px solid var(--color-card-border);
  z-index: 50;
  display: none;
}
.dropdown-menu.show {
  display: block;
}
.dropdown-item {
  display: flex;
  align-items: center;
  padding: 0.5rem 1rem;
  font-size: 0.875rem;
  color: var(--text-2);
  text-decoration: none;
  transition: background-color 0.2s;
  cursor: pointer;
  border: none;
  background: none;
  width: 100%;
  text-align: left;
}
.dropdown-item i {
  color: var(--text-muted);
  font-size: 1rem;
}
.dropdown-item:hover {
  background-color: var(--surface-hover);
}
.dropdown-item:hover i {
  color: var(--text-2);
}
.dropdown-item.text-success, .dropdown-item.text-success i {
  color: var(--ok-text);
}
.dropdown-item.text-warning, .dropdown-item.text-warning i {
  color: var(--warn-text);
}
.dropdown-item.text-danger, .dropdown-item.text-danger i {
  color: var(--danger-text);
}
.dropdown-item.text-danger:hover {
  background-color: var(--danger-soft);
}
.dropdown-item.text-success:hover {
  background-color: var(--ok-soft);
}
.dropdown-item.text-warning:hover {
  background-color: var(--warn-soft);
}
.dropdown-item-danger {
  color: var(--danger-text);
}
.dropdown-item-danger i {
  color: var(--danger-text);
}
.dropdown-item-danger:hover {
  background-color: var(--danger-soft);
}
.dropdown-divider {
  border-top: 1px solid var(--color-card-border);
  margin: 0.25rem 0;
}
.modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1055;
  display: none;
  width: 100%;
  height: 100%;
  overflow-x: hidden;
  overflow-y: auto;
  outline: 0;
}
.modal.fade .modal-dialog {
  transform: translate(0, -30px);
  transition: transform 0.2s ease-out;
}
.modal.show .modal-dialog {
  transform: none;
}
.modal.modal-static .modal-dialog {
  transform: scale(1.02);
}
.modal-dialog {
  position: relative;
  width: auto;
  margin: 0.5rem;
  pointer-events: none;
}
@media (min-width: 576px) {
  .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .modal-lg, .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .modal-xl {
    max-width: 1140px;
  }
}
.modal-dialog-scrollable {
  height: calc(100% - 3.5rem);
}
.modal-dialog-scrollable .modal-content {
  max-height: 100%;
  overflow: hidden;
}
.modal-dialog-scrollable .modal-body {
  overflow-y: auto;
}
.modal-dialog-centered {
  display: flex;
  align-items: center;
  min-height: calc(100% - 3.5rem);
}
.modal-content {
  position: relative;
  display: flex;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background: linear-gradient(180deg, var(--surface-overlay) 0%, var(--surface-2) 100%);
  border: 1px solid var(--color-card-border);
  border-radius: 0.75rem;
  box-shadow: var(--shadow-overlay);
  outline: 0;
}
.modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.modal-backdrop.fade {
  opacity: 0;
}
.modal-backdrop.show {
  opacity: 0.5;
}
.modal-header {
  padding: 1rem 1.5rem;
  border-bottom: 1px solid var(--color-card-border);
  display: flex;
  flex-shrink: 0;
  align-items: center;
  justify-content: space-between;
}
.modal-title {
  font-size: 1.125rem;
  font-weight: 600;
}
.modal-body {
  position: relative;
  flex: 1 1 auto;
  padding: 1rem 1.5rem;
  overflow-y: auto;
  max-height: calc(90vh - 8rem);
}
.modal-footer {
  padding: 1rem 1.5rem;
  border-top: 1px solid var(--color-card-border);
  display: flex;
  flex-shrink: 0;
  align-items: center;
  justify-content: flex-end;
  gap: 0.5rem;
  background-color: var(--surface-muted);
}
.tabs {
  display: flex;
  gap: 1rem;
  border-bottom: 1px solid var(--color-card-border);
}
.tab {
  padding: 0.75rem 0.25rem;
  font-size: 0.6875rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.18em;
  color: var(--text-muted);
  border-bottom: 2px solid transparent;
  margin-bottom: -1px;
  transition: all 0.2s ease-out;
  cursor: pointer;
  background: none;
  border-left: none;
  border-right: none;
  border-top: none;
}
.tab:hover {
  color: var(--text);
}
.tab.active {
  color: var(--text);
  border-bottom-color: var(--accent);
}
.build-info-toolbar {
  position: fixed;
  bottom: 0;
  left: var(--sidebar-width);
  right: 0;
  z-index: 50;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 1rem;
  height: var(--footer-height);
  background: var(--shell-bg);
  color: var(--shell-text-3);
  font-size: 0.75rem;
}
.build-info-toolbar a {
  color: var(--shell-text-2);
  text-decoration: none;
  transition: color 0.2s;
}
.build-info-toolbar a:hover {
  color: white;
}
.pagination {
  display: flex;
  align-items: center;
  gap: 0.25rem;
}
.pagination-item {
  padding: 0.5rem 0.75rem;
  font-size: 0.875rem;
  border-radius: 0.375rem;
  color: var(--color-muted);
  transition: all 0.2s;
  text-decoration: none;
}
.pagination-item:hover {
  background-color: var(--surface-hover);
}
.pagination-item.active {
  background-color: var(--color-primary);
  color: white;
}
.pagination-item.disabled {
  opacity: 0.5;
  cursor: not-allowed;
}
.stats-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  gap: 1rem;
  margin-bottom: 1.5rem;
}
.stats-grid-4 {
  grid-template-columns: repeat(4, 1fr);
}
.stats-grid-3 {
  grid-template-columns: repeat(3, 1fr);
}
.stats-grid-2 {
  grid-template-columns: repeat(2, 1fr);
}
.stats-grid-6 {
  grid-template-columns: repeat(6, 1fr);
}
@media (max-width: 1024px) {
  .stats-grid-4, .stats-grid-3 {
    grid-template-columns: repeat(2, 1fr);
  }
  .stats-grid-6 {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (max-width: 640px) {
  .stats-grid-4, .stats-grid-3, .stats-grid-2 {
    grid-template-columns: 1fr;
  }
  .stats-grid-6 {
    grid-template-columns: repeat(2, 1fr);
  }
}
.stat-card {
  background-color: var(--surface);
  border: 1px solid var(--border);
  border-radius: 8px;
  padding: 20px;
  min-height: 100px;
  display: flex;
  align-items: center;
  gap: 16px;
  transition: all 0.15s ease;
}
.stat-card:hover {
  box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1);
  border-color: var(--border-strong);
}
.stat-card-clickable {
  cursor: pointer;
}
.stat-card-clickable:hover {
  transform: translateY(-2px);
}
.stat-card-active {
  border-color: var(--accent);
  background-color: var(--accent-soft);
}
.stat-icon {
  width: 48px;
  height: 48px;
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}
.stat-icon i {
  font-size: 1.5rem;
}
.stat-icon-primary {
  background-color: rgba(var(--ic-red-rgb), 0.1);
  color: var(--accent-text);
}
.stat-icon-success {
  background-color: var(--ok-soft);
  color: var(--ok-text);
}
.stat-icon-warning {
  background-color: var(--warn-soft);
  color: var(--warn-text);
}
.stat-icon-danger {
  background-color: var(--danger-soft);
  color: var(--danger-text);
}
.stat-icon-info {
  background-color: var(--info-soft);
  color: var(--info-text);
}
.stat-icon-neutral {
  background-color: var(--surface-hover);
  color: var(--text-muted);
}
.stat-content {
  flex: 1;
  min-width: 0;
}
.stat-value {
  font-size: 1.75rem;
  font-weight: 700;
  color: var(--text);
  line-height: 1.2;
}
.stat-label {
  font-size: 0.875rem;
  color: var(--text-muted);
  margin-top: 2px;
}
.stat-detail {
  font-size: 0.75rem;
  color: var(--text-muted);
  margin-top: 4px;
}
.stat-change {
  font-size: 0.75rem;
  margin-top: 4px;
}
.stat-change-up {
  color: var(--ok-text);
}
.stat-change-down {
  color: var(--danger-text);
}
.filter-card {
  background-color: var(--surface);
  border: 1px solid var(--border);
  border-radius: 8px;
  padding: 16px 20px;
  margin-bottom: 1.5rem;
}
.filter-form {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  align-items: flex-end;
}
.filter-group {
  flex: 1;
  min-width: 180px;
  max-width: 280px;
}
.filter-group-search {
  flex: 2;
  min-width: 240px;
  max-width: 400px;
}
.filter-group label {
  display: block;
  font-size: 13px;
  font-weight: 500;
  color: var(--text-2);
  margin-bottom: 6px;
}
.filter-group input, .filter-group select {
  width: 100%;
  height: 38px;
  padding: 0 12px;
  font-size: 14px;
  border: 1px solid var(--border-strong);
  border-radius: 6px;
  background-color: var(--surface);
  color: var(--text);
  transition: border-color 0.15s ease, box-shadow 0.15s ease;
}
.filter-group input:focus, .filter-group select:focus {
  outline: none;
  border-color: var(--accent);
  box-shadow: 0 0 0 3px rgba(var(--ic-red-rgb), 0.1);
}
.filter-group input::placeholder {
  color: var(--text-muted);
}
.filter-actions {
  display: flex;
  gap: 8px;
  align-items: center;
}
.filter-clear-btn {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 8px 16px;
  height: 38px;
  font-size: 14px;
  font-weight: 500;
  color: var(--text-muted);
  background-color: var(--surface-hover);
  border: 1px solid var(--border);
  border-radius: 6px;
  cursor: pointer;
  transition: all 0.15s ease;
  text-decoration: none;
}
.filter-clear-btn:hover {
  background-color: var(--border);
  color: var(--text-2);
}
.filter-clear-btn i {
  font-size: 0.875rem;
}
.filter-active-count {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 20px;
  height: 20px;
  padding: 0 6px;
  font-size: 11px;
  font-weight: 600;
  color: #FFFFFF;
  background-color: var(--accent);
  border-radius: 10px;
  margin-left: 8px;
}
.data-table-card {
  background-color: var(--surface);
  border: 1px solid var(--border);
  border-radius: 8px;
  overflow: hidden;
}
.data-table-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 16px 20px;
  border-bottom: 1px solid var(--border);
  background-color: var(--surface-muted);
}
.data-table-title {
  font-size: 1rem;
  font-weight: 600;
  color: var(--text);
}
.data-table-actions {
  display: flex;
  gap: 8px;
}
.data-table {
  width: 100%;
  border-collapse: collapse;
}
.data-table th {
  padding: 12px 16px;
  font-size: 11px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.14em;
  color: var(--text-muted);
  background-color: var(--surface-muted);
  border-bottom: 1px solid var(--border);
  text-align: left;
  white-space: nowrap;
}
.data-table th.sortable {
  cursor: pointer;
  user-select: none;
  transition: background-color 0.15s ease;
}
.data-table th.sortable:hover {
  background-color: var(--surface-hover);
}
.data-table th.sortable::after {
  content: '';
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 8px;
  vertical-align: middle;
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-top: 4px solid var(--border-strong);
  opacity: 0.5;
}
.data-table th.sorted-asc::after {
  border-top: none;
  border-bottom: 4px solid var(--accent);
  opacity: 1;
}
.data-table th.sorted-desc::after {
  border-top: 4px solid var(--accent);
  opacity: 1;
}
.table th.sortable {
  cursor: pointer;
  user-select: none;
  transition: background-color 0.15s ease;
  position: relative;
}
.table th.sortable:hover {
  background-color: var(--surface-hover);
}
.table th.sort-asc::after, .table th.sort-desc::after {
  content: '';
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 6px;
  vertical-align: middle;
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
}
.table th.sort-asc::after {
  border-top: none;
  border-bottom: 4px solid var(--accent);
}
.table th.sort-desc::after {
  border-bottom: none;
  border-top: 4px solid var(--accent);
}
.sort-link {
  color: inherit;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  gap: 4px;
  transition: color 0.15s ease;
}
.sort-link:hover {
  color: var(--accent-text);
}
.sort-link.active {
  color: var(--accent-text);
  font-weight: 700;
}
.data-table td {
  padding: 12px 16px;
  font-size: 14px;
  color: var(--text-2);
  border-bottom: 1px solid var(--surface-hover);
  vertical-align: middle;
}
.data-table tbody tr {
  transition: background-color 0.1s ease;
}
.data-table tbody tr:hover {
  background-color: var(--surface-muted);
}
.data-table tbody tr:last-child td {
  border-bottom: none;
}
.data-table tbody tr.selected {
  background-color: var(--accent-soft);
}
.data-table .cell-primary {
  font-weight: 500;
  color: var(--text);
}
.data-table .cell-link {
  color: var(--accent-text);
  text-decoration: none;
}
.data-table .cell-link:hover {
  text-decoration: underline;
}
.data-table .cell-muted {
  color: var(--text-muted);
  font-size: 13px;
}
.data-table .cell-actions {
  text-align: right;
  white-space: nowrap;
}
.data-table-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 12px 20px;
  border-top: 1px solid var(--border);
  background-color: var(--surface-muted);
}
.data-table-info {
  font-size: 13px;
  color: var(--text-muted);
}
.data-table-pagination {
  display: flex;
  align-items: center;
  gap: 4px;
}
.page-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 32px;
  height: 32px;
  padding: 0 8px;
  font-size: 13px;
  font-weight: 500;
  color: var(--text-2);
  background-color: var(--surface);
  border: 1px solid var(--border);
  border-radius: 6px;
  cursor: pointer;
  transition: all 0.15s ease;
  text-decoration: none;
}
.page-btn:hover {
  background-color: var(--surface-hover);
  border-color: var(--border-strong);
}
.page-btn.active {
  background-color: var(--accent);
  border-color: var(--accent);
  color: #FFFFFF;
}
.page-btn:disabled {
  opacity: 0.5;
  cursor: not-allowed;
}
.data-table-empty {
  padding: 48px 24px;
  text-align: center;
}
.data-table-empty-icon {
  width: 64px;
  height: 64px;
  margin: 0 auto 16px;
  background-color: var(--surface-hover);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.data-table-empty-icon i {
  font-size: 1.5rem;
  color: var(--text-muted);
}
.data-table-empty-title {
  font-size: 1rem;
  font-weight: 600;
  color: var(--text-2);
  margin-bottom: 4px;
}
.data-table-empty-text {
  font-size: 0.875rem;
  color: var(--text-muted);
}
.changelog-content {
  font-size: 14px;
  line-height: 1.6;
  color: var(--text-2);
}
.changelog-content h1 {
  font-size: 1.5rem;
  font-weight: 700;
  color: var(--text);
  margin: 0 0 1.5rem 0;
  padding-bottom: 0.75rem;
  border-bottom: 2px solid var(--border);
}
.changelog-content h2 {
  font-size: 1.125rem;
  font-weight: 600;
  color: var(--accent-text);
  margin: 1.5rem 0 0.75rem 0;
  padding: 8px 12px;
  background-color: var(--accent-soft);
  border-left: 3px solid var(--accent);
  border-radius: 0 6px 6px 0;
}
.changelog-content h3 {
  font-size: 1rem;
  font-weight: 600;
  color: var(--text-2);
  margin: 1rem 0 0.5rem 0;
}
.changelog-content ul {
  list-style: none;
  padding: 0;
  margin: 0.5rem 0 1rem 0;
}
.changelog-content li {
  position: relative;
  padding-left: 1.5rem;
  margin-bottom: 0.5rem;
  color: var(--text-2);
}
.changelog-content li::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0.5rem;
  width: 6px;
  height: 6px;
  background-color: var(--accent);
  border-radius: 50%;
}
.changelog-content strong {
  color: var(--text);
  font-weight: 600;
}
.changelog-content code {
  background-color: var(--surface-hover);
  padding: 2px 6px;
  border-radius: 4px;
  font-size: 13px;
  font-family: var(--font-mono);
  color: var(--accent-text);
}
.changelog-content pre {
  background-color: var(--surface-muted);
  border: 1px solid var(--border);
  border-radius: 8px;
  padding: 1rem;
  overflow-x: auto;
  margin: 1rem 0;
}
.changelog-content pre code {
  background: none;
  padding: 0;
  color: var(--text-2);
}
.changelog-content blockquote {
  border-left: 4px solid var(--accent);
  padding-left: 1rem;
  margin: 1rem 0;
  color: var(--text-muted);
  font-style: italic;
}
.changelog-content a {
  color: var(--accent-text);
  text-decoration: none;
}
.changelog-content a:hover {
  text-decoration: underline;
}
.stat-value {
  font-size: 1.5rem;
  font-weight: 700;
  color: var(--color-foreground);
}
.stat-label {
  font-size: 0.875rem;
  color: var(--color-muted);
}
.stat-change {
  font-size: 0.875rem;
  display: flex;
  align-items: center;
  gap: 0.25rem;
  margin-top: 0.5rem;
}
.stat-change-up {
  color: var(--ok-text);
}
.stat-change-down {
  color: var(--color-danger);
}
.dx-widget, .dx-widget * {
  box-sizing: content-box;
  border-style: initial;
  border-width: initial;
}
.dx-htmleditor {
  border: 1px solid var(--color-card-border) !important;
  border-radius: 0.375rem;
}
.dx-htmleditor .dx-toolbar {
  border-bottom: 1px solid var(--border) !important;
}
.dx-htmleditor .dx-toolbar .dx-toolbar-items-container {
  display: flex;
  flex-wrap: wrap;
}
.card .dx-datagrid-borders > .dx-datagrid-headers, .card .dx-datagrid-borders > .dx-datagrid-rowsview, .card .dx-datagrid-borders > .dx-datagrid-total-footer {
  border-left-width: 0 !important;
  border-right-width: 0 !important;
}
.card .dx-datagrid-borders > .dx-datagrid-headers {
  border-top-width: 0 !important;
}
.card .dx-datagrid-borders > .dx-datagrid-rowsview:last-child, .card .dx-datagrid-borders > .dx-datagrid-total-footer:last-child {
  border-bottom-width: 0 !important;
}
.card > .dx-datagrid {
  padding-top: 1rem;
}
.text-incontrol {
  color: var(--color-primary);
}
.bg-incontrol {
  background-color: var(--color-primary);
}
.border-incontrol {
  border-color: var(--color-primary);
}
.scrollbar-hide {
  -ms-overflow-style: none;
  scrollbar-width: none;
}
.scrollbar-hide::-webkit-scrollbar {
  display: none;
}
.top-bar {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: var(--header-height);
  padding: 0 1.5rem;
  background-color: var(--shell-topbar);
  backdrop-filter: blur(8px);
  border-bottom: 1px solid var(--shell-border);
  color: var(--shell-text-2);
}
.top-bar::after {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  bottom: -1px;
  height: 1px;
  background: linear-gradient(to right, transparent 0%, rgba(var(--ic-red-rgb), 0.40) 50%, transparent 100%);
  pointer-events: none;
}
.top-bar-left {
  display: flex;
  align-items: center;
  gap: 1rem;
}
.top-bar-toggle {
  display: none;
  align-items: center;
  justify-content: center;
  width: 2.5rem;
  height: 2.5rem;
  padding: 0;
  border: none;
  background: transparent;
  color: var(--shell-text-2);
  border-radius: 0.375rem;
  cursor: pointer;
  transition: background-color 0.2s;
}
.top-bar-toggle:hover {
  background-color: var(--shell-hover);
  color: var(--shell-text);
}
.top-bar-toggle i {
  font-size: 1.25rem;
}
.top-bar-right {
  display: flex;
  align-items: center;
  gap: 0.75rem;
}
.top-bar-center {
  display: flex;
  align-items: center;
  gap: 0.75rem;
}
@media (max-width: 1024px) {
  .top-bar-toggle {
    display: flex;
  }
}
.top-bar-breadcrumb {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  font-size: 14px;
  font-family: var(--font-sans);
  font-weight: 400;
  color: var(--shell-text-3);
}
.breadcrumb-home {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  width: 28px !important;
  height: 28px !important;
  color: var(--shell-text-3) !important;
  background-color: var(--shell-hover) !important;
  border-radius: 6px !important;
  transition: all 0.2s ease !important;
  text-decoration: none !important;
}
.breadcrumb-home:hover {
  color: var(--ic-red) !important;
  background-color: rgba(var(--ic-red-rgb), 0.12) !important;
}
.breadcrumb-home i, .breadcrumb-home i.ki-outline {
  font-size: 16px !important;
  line-height: 1 !important;
  display: inline-block !important;
  color: inherit !important;
}
.breadcrumb-separator {
  color: var(--shell-text-3);
  opacity: 0.6;
  font-weight: 300;
}
.breadcrumb-link {
  color: var(--shell-text-3);
  font-weight: 400;
  text-decoration: none;
  transition: color 0.15s;
}
.breadcrumb-link:hover {
  color: var(--shell-text);
}
.breadcrumb-current {
  color: var(--shell-text);
  font-weight: 500;
}
.env-badge {
  display: inline-flex;
  align-items: center;
  gap: 0.375rem;
  padding: 0.25rem 0.625rem;
  border-radius: 9999px;
  font-size: 0.6875rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.025em;
}
.env-badge i {
  font-size: 0.75rem;
}
.env-badge-dev {
  background-color: rgba(245, 158, 11, 0.15);
  color: var(--shell-warn);
  border: 1px solid rgba(245, 158, 11, 0.3);
}
.env-badge-staging {
  background-color: rgba(92, 149, 255, 0.15);
  color: var(--shell-info);
  border: 1px solid rgba(92, 149, 255, 0.3);
}
.env-badge-prod {
  background-color: rgba(3, 206, 109, 0.15);
  color: var(--shell-ok);
  border: 1px solid rgba(3, 206, 109, 0.3);
}
.env-badge-small {
  display: inline-flex;
  align-items: center;
  padding: 2px 8px;
  border-radius: 4px;
  font-size: 11px;
  font-weight: 500;
  font-family: var(--font-sans);
}
.env-badge-small.env-badge-dev {
  background-color: rgba(245, 158, 11, 0.15);
  color: var(--shell-warn);
}
.env-badge-small.env-badge-staging {
  background-color: rgba(92, 149, 255, 0.15);
  color: var(--shell-info);
}
.env-badge-small.env-badge-prod {
  background-color: rgba(3, 206, 109, 0.15);
  color: var(--shell-ok);
}
.status-badge {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 6px 12px;
  border-radius: 20px;
  font-size: 12px;
  font-weight: 600;
  font-family: var(--font-mono);
  letter-spacing: 0.08em;
  text-transform: uppercase;
  border: 1px solid var(--shell-border);
  background-color: var(--shell-field);
  color: var(--shell-text-2);
  cursor: pointer;
  transition: all 0.15s ease;
}
.status-badge:hover {
  background-color: var(--shell-hover);
  border-color: rgba(255, 255, 255, 0.18);
}
.status-badge-online {
  border-color: rgba(var(--ic-green-rgb), 0.35);
}
.status-badge-online .status-badge-text {
  color: var(--shell-ok);
}
.status-badge-offline {
  border-color: rgba(var(--ic-red-rgb), 0.35);
}
.status-badge-offline .status-badge-text {
  color: var(--shell-danger);
}
.status-badge-checking {
  border-color: rgba(var(--ic-amber-rgb), 0.35);
}
.status-badge-checking .status-badge-text {
  color: var(--shell-warn);
}
.status-badge-dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  flex-shrink: 0;
}
.status-badge-dot-online {
  background-color: var(--ok);
}
.status-badge-dot-offline {
  background-color: var(--danger);
}
.status-badge-dot-checking {
  background-color: var(--warn);
  animation: pulse 1.5s infinite;
}
.status-badge-text {
  font-weight: 500;
}
.status-badge-time {
  font-size: 11px;
  font-weight: 400;
  color: var(--shell-text-3);
  padding-left: 8px;
  border-left: 1px solid var(--shell-border);
  margin-left: 4px;
}
.settings-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 2.25rem;
  height: 2.25rem;
  padding: 0;
  border: none;
  background-color: transparent;
  color: var(--shell-text-3);
  border-radius: 0.375rem;
  cursor: pointer;
  transition: all 0.2s;
}
.settings-btn:hover {
  background-color: var(--shell-hover);
  color: var(--shell-text);
}
.settings-btn i {
  font-size: 1.125rem;
}
.user-trigger {
  display: flex;
  align-items: center;
  gap: 0.625rem;
  padding: 0.375rem 0.5rem 0.375rem 0.375rem;
  border: none;
  background-color: transparent;
  border-radius: 0.5rem;
  cursor: pointer;
  transition: background-color 0.2s;
}
.user-trigger:hover {
  background-color: var(--shell-hover);
}
.user-avatar-circle {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 2rem;
  height: 2rem;
  border-radius: 50%;
  background-color: var(--color-primary);
  color: white;
  font-size: 0.75rem;
  font-weight: 600;
}
.user-trigger-email {
  font-size: 0.8125rem;
  font-weight: 500;
  color: var(--shell-text-2);
  max-width: 180px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.user-trigger-chevron {
  font-size: 0.75rem;
  color: var(--shell-text-3);
  transition: transform 0.2s;
}
.user-dropdown {
  position: absolute;
  top: 100%;
  right: 0;
  margin-top: 0.5rem;
  min-width: 240px;
  background-color: var(--surface-overlay);
  border: 1px solid var(--color-card-border);
  border-radius: 0.5rem;
  box-shadow: var(--shadow-overlay);
  z-index: 50;
}
.user-dropdown-content {
  padding: 0.5rem 0;
}
.user-info {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  padding: 0.75rem 1rem;
}
.user-avatar {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 2.5rem;
  height: 2.5rem;
  border-radius: 50%;
  background-color: var(--color-primary);
  color: white;
  font-size: 0.875rem;
  font-weight: 600;
}
.user-details {
  flex: 1;
  min-width: 0;
}
.user-name {
  font-size: 0.875rem;
  font-weight: 600;
  color: var(--color-foreground);
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.user-email {
  font-size: 0.75rem;
  color: var(--color-muted);
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.user-role {
  display: inline-block;
  margin-top: 0.25rem;
  padding: 0.125rem 0.375rem;
  font-size: 0.625rem;
  font-weight: 500;
  text-transform: uppercase;
  border-radius: 0.25rem;
}
.user-role-admin {
  background-color: rgba(var(--ic-red-rgb), 0.1);
  color: var(--color-primary);
}
.user-role-user {
  background-color: rgba(107, 114, 128, 0.1);
  color: var(--color-muted);
}
.user-dropdown-divider {
  height: 1px;
  margin: 0.5rem 0;
  background-color: var(--color-card-border);
}
.user-action {
  display: flex;
  align-items: center;
  gap: 0.625rem;
  width: 100%;
  padding: 0.5rem 1rem;
  border: none;
  background-color: transparent;
  color: var(--color-foreground);
  font-size: 0.8125rem;
  text-decoration: none;
  cursor: pointer;
  transition: background-color 0.2s;
}
.user-action:hover {
  background-color: var(--color-background);
}
.user-action i {
  font-size: 1rem;
  color: var(--color-muted);
}
.user-action-danger {
  color: var(--color-danger);
}
.user-action-danger:hover {
  background-color: var(--danger-soft);
}
.user-action-danger i {
  color: var(--color-danger);
}
.status-dropdown-container {
  position: relative;
}
.status-dropdown {
  position: absolute;
  top: calc(100% + 0.5rem);
  right: 0;
  min-width: 320px;
  background-color: var(--surface-overlay);
  border: 1px solid var(--color-card-border);
  border-radius: 0.5rem;
  box-shadow: var(--shadow-overlay);
  z-index: 50;
  overflow: hidden;
}
.status-dropdown-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 12px 16px;
  border-bottom: 1px solid var(--border);
  background-color: transparent;
}
.status-dropdown-title {
  font-size: 14px;
  font-weight: 600;
  color: var(--text);
  font-family: var(--font-sans);
}
.status-refresh-btn {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  width: 28px !important;
  height: 28px !important;
  padding: 0 !important;
  border: none !important;
  background-color: var(--surface-hover) !important;
  color: var(--text-muted) !important;
  border-radius: 6px !important;
  cursor: pointer !important;
  transition: all 0.15s ease !important;
}
.status-refresh-btn:hover {
  background-color: var(--border) !important;
  color: var(--text-2) !important;
}
.status-refresh-btn i, .status-refresh-btn i.ki-outline {
  font-size: 14px !important;
  color: inherit !important;
}
.status-refresh-btn.refreshing {
  background-color: var(--border);
  color: var(--text-2);
}
.status-refresh-btn.refreshing i {
  animation: spin 1s linear infinite;
}
@keyframes spin {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
.status-dropdown-body {
  padding: 12px 16px;
}
.status-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 8px 0;
}
.status-row-left {
  display: flex;
  align-items: center;
  gap: 10px;
}
.status-row-right {
  display: flex;
  align-items: center;
  gap: 8px;
}
.status-row-label {
  font-size: 13px;
  font-weight: 400;
  color: var(--text-2);
  font-family: var(--font-sans);
}
.status-dot {
  width: 0.5rem;
  height: 0.5rem;
  border-radius: 50%;
  flex-shrink: 0;
}
.status-dot-online {
  background-color: var(--color-success);
  box-shadow: 0 0 0 2px rgba(16, 185, 129, 0.2);
}
.status-dot-offline {
  background-color: var(--color-danger);
  box-shadow: 0 0 0 2px rgba(239, 68, 68, 0.2);
}
.status-dot-checking {
  background-color: var(--color-warning);
  animation: pulse 1.5s infinite;
}
@keyframes pulse {
  0%, 100% {
    opacity: 1;
  }
  50% {
    opacity: 0.5;
  }
}
.status-ok, .status-ok-text {
  font-size: 13px;
  font-weight: 500;
  color: var(--ok-text);
  font-family: var(--font-sans);
}
.status-offline, .status-offline-text {
  font-size: 13px;
  font-weight: 500;
  color: var(--danger-text);
  font-family: var(--font-sans);
}
.status-checking {
  font-size: 13px;
  font-weight: 500;
  color: var(--warn-text);
  font-family: var(--font-sans);
}
.status-connected, .status-connected-text {
  font-size: 13px;
  font-weight: 500;
  color: var(--ok-text);
  font-family: var(--font-sans);
}
.status-time {
  font-size: 11px;
  font-weight: 400;
  color: var(--text-muted);
  font-family: var(--font-sans);
}
.status-divider {
  height: 1px;
  margin: 8px 0;
  background-color: var(--border);
}
.status-info-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 6px 0;
}
.status-info-label {
  font-size: 13px;
  color: var(--text-muted);
  font-family: var(--font-sans);
}
.status-info-value {
  font-size: 13px;
  font-weight: 500;
  color: var(--text-2);
}
.cache-section {
  border-top: 1px solid var(--border);
  background-color: var(--surface-muted);
}
.cache-section-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 10px 16px;
  border-bottom: 1px solid var(--border);
}
.cache-section-title {
  font-size: 13px;
  font-weight: 600;
  color: var(--text);
  font-family: var(--font-sans);
}
.cache-clear-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 28px;
  height: 28px;
  padding: 0;
  border: none;
  background-color: transparent;
  color: var(--text-muted);
  border-radius: 6px;
  cursor: pointer;
  transition: all 0.2s;
}
.cache-clear-btn:hover {
  background-color: var(--danger-soft);
  color: var(--danger-text);
}
.cache-section-body {
  padding: 8px 16px 12px;
}
.cache-info-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 4px 0;
}
.cache-info-label {
  font-size: 12px;
  color: var(--text-muted);
  font-family: var(--font-sans);
}
.cache-info-value {
  font-size: 12px;
  font-weight: 500;
  color: var(--text-2);
}
.status-modal-overlay {
  position: fixed;
  inset: 0;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 100;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.2s, visibility 0.2s;
}
.status-modal-overlay.open {
  opacity: 1;
  visibility: visible;
}
.status-modal {
  background-color: var(--surface-overlay);
  border: 1px solid var(--border);
  border-radius: 0.75rem;
  box-shadow: var(--shadow-overlay);
  width: 100%;
  max-width: 24rem;
  margin: 1rem;
  max-height: calc(100vh - 2rem);
  display: flex;
  flex-direction: column;
  transform: scale(0.95);
  transition: transform 0.2s;
}
.status-modal-overlay.open .status-modal {
  transform: scale(1);
}
.status-modal-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 1rem 1.25rem;
  border-bottom: 1px solid var(--color-card-border);
  flex-shrink: 0;
}
.status-modal-title {
  font-size: 1rem;
  font-weight: 600;
  color: var(--color-foreground);
  display: flex;
  align-items: center;
  gap: 0.5rem;
}
.status-modal-close {
  padding: 0.25rem;
  background: none;
  border: none;
  color: var(--color-muted);
  cursor: pointer;
  border-radius: 0.25rem;
  transition: background-color 0.2s, color 0.2s;
}
.status-modal-close:hover {
  background-color: var(--color-background);
  color: var(--color-foreground);
}
.status-modal-body {
  padding: 1.25rem;
  overflow-y: auto;
  flex: 1 1 auto;
}
.status-item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0.75rem 0;
  border-bottom: 1px solid var(--color-card-border);
}
.status-item:last-child {
  border-bottom: none;
}
.status-item-label {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  font-size: 0.875rem;
  color: var(--color-foreground);
}
.status-item-label i {
  font-size: 1.125rem;
  color: var(--color-muted);
}
.status-item-value {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  font-size: 0.875rem;
  font-weight: 500;
}
.status-item-value.status-online {
  color: var(--color-success);
}
.status-item-value.status-offline {
  color: var(--color-danger);
}
.status-item-value.status-checking {
  color: var(--color-warning);
}
.status-response-time {
  font-size: 0.75rem;
  color: var(--color-muted);
  font-weight: 400;
}
.status-modal-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0.75rem 1.25rem;
  border-top: 1px solid var(--color-card-border);
  background-color: var(--surface-muted);
  border-radius: 0 0 0.5rem 0.5rem;
  flex-shrink: 0;
}
.status-timestamp {
  font-size: 0.75rem;
  color: var(--color-muted);
}
@media (max-width: 1024px) {
  .sidebar {
    transform: translateX(-100%);
    transition: transform 0.3s ease-in-out;
  }
  .sidebar.open {
    transform: translateX(0);
  }
  .main-wrapper {
    margin-left: 0;
  }
  .build-info-toolbar {
    left: 0;
  }
}
.dxgrid-floating-menu {
  position: fixed;
  z-index: 9999;
  min-width: 200px;
  border-radius: 0.375rem;
  box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
  background-color: var(--color-card);
  border: 1px solid var(--color-card-border);
  padding: 0.25rem 0;
}
.dxgrid-floating-menu .dropdown-item {
  display: flex;
  align-items: center;
  padding: 0.5rem 1rem;
  font-size: 0.875rem;
  color: var(--text-2);
  text-decoration: none;
  transition: background-color 0.2s;
  cursor: pointer;
  border: none;
  background: none;
  width: 100%;
  text-align: left;
}
.dxgrid-floating-menu .dropdown-item:hover {
  background-color: var(--surface-hover);
}
.dxgrid-floating-menu .dropdown-divider {
  height: 0;
  margin: 0.25rem 0;
  border-top: 1px solid var(--border);
}
.ticket-timeline {
  position: relative;
  padding: 24px 0;
}
.ticket-timeline::before {
  content: '';
  position: absolute;
  left: 19px;
  top: 0;
  bottom: 0;
  width: 2px;
  background: var(--border);
}
.tl-item {
  position: relative;
  display: flex;
  align-items: flex-start;
  gap: 16px;
  margin-bottom: 16px;
}
.tl-item:last-child {
  margin-bottom: 0;
}
.tl-dot {
  position: relative;
  z-index: 2;
  flex-shrink: 0;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  border: 2px solid var(--surface-page);
  box-shadow: 0 0 0 2px var(--border);
}
.tl-created .tl-dot {
  background: rgba(139, 92, 246, 0.14);
  color: #8B5CF6;
  box-shadow: 0 0 0 2px rgba(139, 92, 246, 0.35);
}
.tl-reply-support .tl-dot {
  background: var(--info-soft);
  color: var(--info-text);
  box-shadow: 0 0 0 2px rgba(var(--ic-blue-rgb), 0.35);
}
.tl-reply-customer .tl-dot {
  background: var(--ok-soft);
  color: var(--ok-text);
  box-shadow: 0 0 0 2px rgba(var(--ic-green-rgb), 0.35);
}
.tl-internal .tl-dot {
  background: var(--warn-soft);
  color: var(--warn-text);
  box-shadow: 0 0 0 2px rgba(var(--ic-amber-rgb), 0.35);
}
.tl-system .tl-dot {
  background: var(--surface-hover);
  color: var(--text-muted);
  box-shadow: 0 0 0 2px var(--border-strong);
}
.tl-resolved .tl-dot {
  background: var(--ok-soft);
  color: var(--ok-text);
  box-shadow: 0 0 0 2px rgba(var(--ic-green-rgb), 0.35);
}
.tl-closed .tl-dot {
  background: var(--surface-hover);
  color: var(--text-2);
  box-shadow: 0 0 0 2px var(--text-muted);
}
.tl-card {
  flex: 1;
  min-width: 0;
  background: var(--surface);
  border: 1px solid var(--border);
  border-radius: 10px;
  overflow: hidden;
  transition: box-shadow 0.15s ease;
}
.tl-card:hover {
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.06);
}
.tl-created .tl-card {
  border-left: 3px solid #8B5CF6;
}
.tl-reply-support .tl-card {
  border-left: 3px solid var(--info-text);
}
.tl-reply-customer .tl-card {
  border-left: 3px solid var(--ok-text);
}
.tl-internal .tl-card {
  border-left: 3px solid var(--warn-text);
}
.tl-system .tl-card {
  border-left: 3px solid var(--text-muted);
}
.tl-resolved .tl-card {
  border-left: 3px solid var(--ok-text);
}
.tl-closed .tl-card {
  border-left: 3px solid var(--text-2);
}
.tl-card-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 12px 16px;
  background: var(--surface-muted);
  border-bottom: 1px solid var(--surface-hover);
  gap: 12px;
}
.tl-header-left {
  display: flex;
  align-items: center;
  gap: 10px;
  min-width: 0;
}
.tl-avatar {
  flex-shrink: 0;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 12px;
  font-weight: 600;
  color: #fff;
  background: var(--text-muted);
}
.tl-avatar.avatar-blue {
  background: var(--info-text);
}
.tl-avatar.avatar-green {
  background: var(--ok-text);
}
.tl-avatar.avatar-purple {
  background: #8B5CF6;
}
.tl-avatar.avatar-orange {
  background: var(--warn-text);
}
.tl-avatar.avatar-red {
  background: #dc2626;
}
.tl-avatar.avatar-teal {
  background: #0d9488;
}
.tl-avatar.avatar-pink {
  background: #db2777;
}
.tl-header-info {
  display: flex;
  flex-direction: column;
  min-width: 0;
}
.tl-author {
  font-weight: 600;
  font-size: 13px;
  color: var(--text);
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.tl-type-badge {
  font-size: 11px;
  font-weight: 500;
  color: var(--text-muted);
  line-height: 1.2;
}
.tl-created .tl-type-badge {
  color: #8B5CF6;
}
.tl-reply-support .tl-type-badge {
  color: var(--info-text);
}
.tl-reply-customer .tl-type-badge {
  color: var(--ok-text);
}
.tl-internal .tl-type-badge {
  color: var(--warn-text);
}
.tl-system .tl-type-badge {
  color: var(--text-muted);
}
.tl-resolved .tl-type-badge {
  color: var(--ok-text);
}
.tl-closed .tl-type-badge {
  color: var(--text-2);
}
.tl-timestamp {
  flex-shrink: 0;
  display: flex;
  align-items: center;
  gap: 4px;
  font-size: 12px;
  color: var(--text-muted);
  white-space: nowrap;
}
.tl-card-body {
  padding: 14px 16px;
  font-size: 14px;
  line-height: 1.65;
  color: var(--text-2);
}
.tl-system-body {
  padding: 10px 16px;
}
.tl-system-text {
  font-style: italic;
  color: var(--text-muted);
  font-size: 13px;
}
.tl-internal .tl-card {
  background: var(--warn-soft);
}
.tl-internal .tl-card-header {
  background: var(--warn-soft);
  border-bottom-color: rgba(var(--ic-amber-rgb), 0.35);
}
.tl-reply-content {
  word-wrap: break-word;
  overflow-wrap: break-word;
}
.tl-reply-content p {
  margin-bottom: 8px;
  margin-top: 0;
}
.tl-reply-content p:last-child {
  margin-bottom: 0;
}
.tl-reply-content img, .tl-reply-content iframe, .tl-reply-content video {
  max-width: 100%;
  height: auto;
  border-radius: 6px;
  margin: 8px 0;
}
.tl-reply-content a {
  color: var(--info-text);
  text-decoration: underline;
}
.tl-reply-content a:hover {
  color: var(--info-text);
}
.tl-day-separator {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 20px 0;
  position: relative;
  z-index: 2;
}
.tl-day-badge {
  background: var(--surface-hover);
  color: var(--text-2);
  padding: 5px 16px;
  border-radius: 999px;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.02em;
  border: 1px solid var(--border);
}
.tl-empty {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 48px 16px;
}
@media (max-width: 768px) {
  .ticket-timeline::before {
    left: 15px;
  }
  .tl-dot {
    width: 32px;
    height: 32px;
    font-size: 13px;
  }
  .tl-card-header {
    flex-direction: column;
    align-items: flex-start;
    gap: 6px;
    padding: 10px 12px;
  }
  .tl-card-body {
    padding: 10px 12px;
  }
  .tl-timestamp {
    font-size: 11px;
  }
}
.spinner-overlay {
  position: fixed !important;
  top: 0 !important;
  left: 0 !important;
  right: 0 !important;
  bottom: 0 !important;
  width: 100% !important;
  height: 100% !important;
  margin: 0 !important;
  padding: 0 !important;
  transform: none !important;
  background: rgba(0, 0, 0, 0.6);
  backdrop-filter: blur(2px);
  z-index: 9999;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}
.spinner-overlay * {
  transform: none !important;
}
.spinner-overlay .panel {
  background: var(--surface);
  border-radius: 0.5rem;
  padding: 1.5rem 2rem;
  box-shadow: 0 0.5rem 1.5rem rgba(0, 0, 0, 0.3);
  min-width: 200px;
  text-align: center;
}
.grid-stack {
  min-height: 400px;
}
.grid-stack-item-content {
  background: var(--color-card);
  border: 1px solid var(--color-card-border);
  border-radius: 0.75rem;
  overflow: hidden;
  box-shadow: 0 1px 3px rgba(0,0,0,0.05);
  height: 100%;
  display: flex;
  flex-direction: column;
}
.grid-stack-item-content:hover {
  box-shadow: 0 4px 12px rgba(0,0,0,0.08);
}
.grid-stack.edit-mode .grid-stack-item-content, .grid-stack.dashboard-edit-mode .grid-stack-item-content {
  border: 2px dashed var(--color-primary);
}
.card-remove-btn {
  display: none;
  position: absolute;
  top: 0.5rem;
  right: 0.5rem;
  width: 1.5rem;
  height: 1.5rem;
  border-radius: 9999px;
  background: var(--color-danger);
  color: white;
  border: none;
  cursor: pointer;
  font-size: 0.75rem;
  z-index: 10;
}
.grid-stack.edit-mode .card-remove-btn, .grid-stack.dashboard-edit-mode .card-remove-btn {
  display: flex;
  align-items: center;
  justify-content: center;
}
.dashboard-card {
  height: 100%;
  display: flex;
  flex-direction: column;
  padding: 1.25rem;
}
.dashboard-card-header {
  margin-bottom: 1rem;
  padding-bottom: 0.75rem;
  border-bottom: 1px solid var(--color-card-border);
}
.dashboard-card-header .card-title {
  font-size: 1rem;
  font-weight: 600;
  color: var(--color-foreground);
  display: flex;
  align-items: center;
  gap: 0.5rem;
}
.dashboard-card-header .card-title i {
  color: var(--color-primary);
}
.dashboard-card-header small {
  font-size: 0.8125rem;
  color: var(--color-muted);
}
.dashboard-card-body {
  flex: 1;
  overflow: auto;
}
.stat-tile {
  text-align: center;
  padding: 1rem 0;
}
.stat-tile .stat-icon {
  width: 3.5rem;
  height: 3.5rem;
  border-radius: 0.75rem;
  background: linear-gradient(135deg, var(--ic-red) 0%, var(--ic-red-hover) 100%);
  color: white;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 1rem;
  font-size: 1.5rem;
}
.stat-tile .stat-value {
  font-size: 2.5rem;
  font-weight: 700;
  line-height: 1.2;
  margin-bottom: 0.25rem;
}
.stat-tile .stat-label {
  font-size: 0.875rem;
  color: var(--color-muted);
  font-weight: 500;
}
.stat-tile .stat-subtitle {
  font-size: 0.8125rem;
  color: var(--color-muted);
}
.stat-tile .stat-trend {
  display: inline-flex;
  align-items: center;
  gap: 0.25rem;
  padding: 0.25rem 0.5rem;
  border-radius: 0.25rem;
  font-weight: 500;
}
.stat-tile .stat-trend.text-success {
  background: rgba(34, 197, 94, 0.1);
}
.stat-tile .stat-trend.text-danger {
  background: rgba(239, 68, 68, 0.1);
}
.list-card {
  padding: 0;
}
.list-card .list-item {
  padding: 0.75rem 0;
  border-bottom: 1px solid var(--color-card-border);
  transition: background-color 0.15s;
}
.list-card .list-item:last-child {
  border-bottom: none;
}
.list-card .list-item:hover {
  background-color: var(--color-background);
  margin: 0 -0.5rem;
  padding-left: 0.5rem;
  padding-right: 0.5rem;
  border-radius: 0.375rem;
}
.list-card .list-item a {
  color: var(--color-foreground);
}
.list-card .list-item a:hover {
  color: var(--color-primary);
}
.list-card .list-item strong {
  font-weight: 600;
  font-size: 0.875rem;
}
.list-card .badge {
  font-size: 0.6875rem;
  font-weight: 500;
  padding: 0.25rem 0.5rem;
}
.table-responsive {
  border-radius: 0.5rem;
  border: 1px solid var(--color-card-border);
}
.table-responsive .table {
  margin-bottom: 0;
  font-size: 0.875rem;
}
.table-responsive .table th {
  background: var(--color-background);
  font-weight: 600;
  color: var(--color-foreground);
  padding: 0.75rem;
  border-bottom: 1px solid var(--color-card-border);
}
.table-responsive .table td {
  padding: 0.75rem;
  vertical-align: middle;
  border-bottom: 1px solid var(--color-card-border);
}
.table-responsive .table tr:last-child td {
  border-bottom: none;
}
.dashboard-card canvas {
  max-height: 200px !important;
}
.dashboard-loading {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 300px;
}
.dashboard-loading .spinner {
  width: 3rem;
  height: 3rem;
  border: 3px solid var(--color-card-border);
  border-top-color: var(--color-primary);
  border-radius: 50%;
  animation: spin 1s linear infinite;
}
.dashboard-empty-state {
  text-align: center;
  padding: 4rem 2rem;
  color: var(--color-muted);
}
.dashboard-empty-state i {
  font-size: 4rem;
  margin-bottom: 1rem;
  opacity: 0.5;
}
.layout-selector {
  min-width: 200px;
}
.text-primary {
  color: var(--color-primary) !important;
}
.text-success {
  color: var(--ok-text) !important;
}
.text-danger {
  color: var(--danger-text) !important;
}
.text-warning {
  color: var(--warn-text) !important;
}
.text-info {
  color: var(--info-text) !important;
}
.badge.bg-primary {
  background-color: var(--color-primary) !important;
}
.badge.bg-success {
  background-color: var(--ok) !important;
}
.badge.bg-danger {
  background-color: var(--danger) !important;
}
.badge.bg-warning {
  background-color: var(--warn) !important;
  color: #1A1304 !important;
}
.badge.bg-info {
  background-color: var(--info) !important;
}
.badge.bg-secondary {
  background-color: var(--color-muted) !important;
}
@media print {
  .sidebar, .build-info-toolbar, .btn, .no-print {
    display: none !important;
  }
  .main-wrapper {
    margin-left: 0 !important;
    padding-bottom: 0 !important;
  }
}
.prose, .kb-content {
  color: var(--text-2);
  line-height: 1.75;
  font-size: 1rem;
  word-wrap: break-word;
}
.prose > :first-child, .kb-content > :first-child {
  margin-top: 0;
}
.prose > :last-child, .kb-content > :last-child {
  margin-bottom: 0;
}
.prose h1, .kb-content h1 {
  font-size: 1.875rem;
  line-height: 1.25;
  font-weight: 700;
  color: var(--text);
  margin: 2rem 0 1rem;
}
.prose h2, .kb-content h2 {
  font-size: 1.5rem;
  line-height: 1.3;
  font-weight: 700;
  color: var(--text);
  margin: 1.75rem 0 .75rem;
}
.prose h3, .kb-content h3 {
  font-size: 1.25rem;
  line-height: 1.4;
  font-weight: 600;
  color: var(--text);
  margin: 1.5rem 0 .5rem;
}
.prose h4, .kb-content h4 {
  font-size: 1.125rem;
  font-weight: 600;
  color: var(--text);
  margin: 1.25rem 0 .5rem;
}
.prose p, .kb-content p {
  margin: 0 0 1rem;
}
.prose ul, .kb-content ul {
  list-style: disc;
  margin: 0 0 1rem;
  padding-left: 1.625rem;
}
.prose ol, .kb-content ol {
  list-style: decimal;
  margin: 0 0 1rem;
  padding-left: 1.625rem;
}
.prose li, .kb-content li {
  margin: .375rem 0;
}
.prose li > ul, .prose li > ol, .kb-content li > ul, .kb-content li > ol {
  margin: .375rem 0;
}
.prose a, .kb-content a {
  color: var(--accent-text);
  text-decoration: underline;
  font-weight: 500;
}
.prose a:hover, .kb-content a:hover {
  color: var(--accent-hover);
}
.prose strong, .kb-content strong {
  font-weight: 700;
  color: var(--text);
}
.prose em, .kb-content em {
  font-style: italic;
}
.prose blockquote, .kb-content blockquote {
  border-left: 4px solid var(--border);
  padding: .25rem 0 .25rem 1rem;
  margin: 0 0 1rem;
  color: var(--text-muted);
  font-style: italic;
}
.prose code, .kb-content code {
  background: var(--surface-hover);
  color: var(--accent-text);
  padding: .125rem .375rem;
  border-radius: .25rem;
  font-size: .875em;
  font-family: ui-monospace, SFMono-Regular, Menlo, monospace;
}
.prose pre, .kb-content pre {
  background: var(--charcoal-800);
  border: 1px solid var(--border);
  color: var(--fog-300);
  padding: 1rem;
  border-radius: .5rem;
  overflow-x: auto;
  margin: 0 0 1rem;
}
.prose pre code, .kb-content pre code {
  background: transparent;
  color: inherit;
  padding: 0;
}
.prose img, .kb-content img {
  max-width: 100%;
  height: auto;
  border-radius: .5rem;
  margin: 1rem 0;
}
.prose hr, .kb-content hr {
  border: 0;
  border-top: 1px solid var(--border);
  margin: 2rem 0;
}
.prose table, .kb-content table {
  width: 100%;
  border-collapse: collapse;
  margin: 0 0 1rem;
  font-size: .9375rem;
}
.prose th, .prose td, .kb-content th, .kb-content td {
  border: 1px solid var(--border);
  padding: .5rem .75rem;
  text-align: left;
  vertical-align: top;
}
.prose th, .kb-content th {
  background: var(--surface-muted);
  font-weight: 600;
  color: var(--text);
}
@property --tw-translate-x {
  syntax: "*";
  inherits: false;
  initial-value: 0;
}
@property --tw-translate-y {
  syntax: "*";
  inherits: false;
  initial-value: 0;
}
@property --tw-translate-z {
  syntax: "*";
  inherits: false;
  initial-value: 0;
}
@property --tw-rotate-x {
  syntax: "*";
  inherits: false;
}
@property --tw-rotate-y {
  syntax: "*";
  inherits: false;
}
@property --tw-rotate-z {
  syntax: "*";
  inherits: false;
}
@property --tw-skew-x {
  syntax: "*";
  inherits: false;
}
@property --tw-skew-y {
  syntax: "*";
  inherits: false;
}
@property --tw-space-y-reverse {
  syntax: "*";
  inherits: false;
  initial-value: 0;
}
@property --tw-space-x-reverse {
  syntax: "*";
  inherits: false;
  initial-value: 0;
}
@property --tw-divide-y-reverse {
  syntax: "*";
  inherits: false;
  initial-value: 0;
}
@property --tw-border-style {
  syntax: "*";
  inherits: false;
  initial-value: solid;
}
@property --tw-gradient-position {
  syntax: "*";
  inherits: false;
}
@property --tw-gradient-from {
  syntax: "<color>";
  inherits: false;
  initial-value: #0000;
}
@property --tw-gradient-via {
  syntax: "<color>";
  inherits: false;
  initial-value: #0000;
}
@property --tw-gradient-to {
  syntax: "<color>";
  inherits: false;
  initial-value: #0000;
}
@property --tw-gradient-stops {
  syntax: "*";
  inherits: false;
}
@property --tw-gradient-via-stops {
  syntax: "*";
  inherits: false;
}
@property --tw-gradient-from-position {
  syntax: "<length-percentage>";
  inherits: false;
  initial-value: 0%;
}
@property --tw-gradient-via-position {
  syntax: "<length-percentage>";
  inherits: false;
  initial-value: 50%;
}
@property --tw-gradient-to-position {
  syntax: "<length-percentage>";
  inherits: false;
  initial-value: 100%;
}
@property --tw-leading {
  syntax: "*";
  inherits: false;
}
@property --tw-font-weight {
  syntax: "*";
  inherits: false;
}
@property --tw-tracking {
  syntax: "*";
  inherits: false;
}
@property --tw-ordinal {
  syntax: "*";
  inherits: false;
}
@property --tw-slashed-zero {
  syntax: "*";
  inherits: false;
}
@property --tw-numeric-figure {
  syntax: "*";
  inherits: false;
}
@property --tw-numeric-spacing {
  syntax: "*";
  inherits: false;
}
@property --tw-numeric-fraction {
  syntax: "*";
  inherits: false;
}
@property --tw-shadow {
  syntax: "*";
  inherits: false;
  initial-value: 0 0 #0000;
}
@property --tw-shadow-color {
  syntax: "*";
  inherits: false;
}
@property --tw-shadow-alpha {
  syntax: "<percentage>";
  inherits: false;
  initial-value: 100%;
}
@property --tw-inset-shadow {
  syntax: "*";
  inherits: false;
  initial-value: 0 0 #0000;
}
@property --tw-inset-shadow-color {
  syntax: "*";
  inherits: false;
}
@property --tw-inset-shadow-alpha {
  syntax: "<percentage>";
  inherits: false;
  initial-value: 100%;
}
@property --tw-ring-color {
  syntax: "*";
  inherits: false;
}
@property --tw-ring-shadow {
  syntax: "*";
  inherits: false;
  initial-value: 0 0 #0000;
}
@property --tw-inset-ring-color {
  syntax: "*";
  inherits: false;
}
@property --tw-inset-ring-shadow {
  syntax: "*";
  inherits: false;
  initial-value: 0 0 #0000;
}
@property --tw-ring-inset {
  syntax: "*";
  inherits: false;
}
@property --tw-ring-offset-width {
  syntax: "<length>";
  inherits: false;
  initial-value: 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;
}
@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;
}
@property --tw-scale-x {
  syntax: "*";
  inherits: false;
  initial-value: 1;
}
@property --tw-scale-y {
  syntax: "*";
  inherits: false;
  initial-value: 1;
}
@property --tw-scale-z {
  syntax: "*";
  inherits: false;
  initial-value: 1;
}
@property --tw-content {
  syntax: "*";
  initial-value: "";
  inherits: false;
}
@keyframes spin {
  to {
    transform: rotate(360deg);
  }
}
@keyframes pulse {
  50% {
    opacity: 0.5;
  }
}
@layer properties {
  @supports ((-webkit-hyphens: none) and (not (margin-trim: inline))) or ((-moz-orient: inline) and (not (color:rgb(from red r g b)))) {
    *, ::before, ::after, ::backdrop {
      --tw-translate-x: 0;
      --tw-translate-y: 0;
      --tw-translate-z: 0;
      --tw-rotate-x: initial;
      --tw-rotate-y: initial;
      --tw-rotate-z: initial;
      --tw-skew-x: initial;
      --tw-skew-y: initial;
      --tw-space-y-reverse: 0;
      --tw-space-x-reverse: 0;
      --tw-divide-y-reverse: 0;
      --tw-border-style: solid;
      --tw-gradient-position: initial;
      --tw-gradient-from: #0000;
      --tw-gradient-via: #0000;
      --tw-gradient-to: #0000;
      --tw-gradient-stops: initial;
      --tw-gradient-via-stops: initial;
      --tw-gradient-from-position: 0%;
      --tw-gradient-via-position: 50%;
      --tw-gradient-to-position: 100%;
      --tw-leading: initial;
      --tw-font-weight: initial;
      --tw-tracking: initial;
      --tw-ordinal: initial;
      --tw-slashed-zero: initial;
      --tw-numeric-figure: initial;
      --tw-numeric-spacing: initial;
      --tw-numeric-fraction: initial;
      --tw-shadow: 0 0 #0000;
      --tw-shadow-color: initial;
      --tw-shadow-alpha: 100%;
      --tw-inset-shadow: 0 0 #0000;
      --tw-inset-shadow-color: initial;
      --tw-inset-shadow-alpha: 100%;
      --tw-ring-color: initial;
      --tw-ring-shadow: 0 0 #0000;
      --tw-inset-ring-color: initial;
      --tw-inset-ring-shadow: 0 0 #0000;
      --tw-ring-inset: initial;
      --tw-ring-offset-width: 0px;
      --tw-ring-offset-color: #fff;
      --tw-ring-offset-shadow: 0 0 #0000;
      --tw-outline-style: solid;
      --tw-blur: initial;
      --tw-brightness: initial;
      --tw-contrast: initial;
      --tw-grayscale: initial;
      --tw-hue-rotate: initial;
      --tw-invert: initial;
      --tw-opacity: initial;
      --tw-saturate: initial;
      --tw-sepia: initial;
      --tw-drop-shadow: initial;
      --tw-drop-shadow-color: initial;
      --tw-drop-shadow-alpha: 100%;
      --tw-drop-shadow-size: initial;
      --tw-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;
      --tw-scale-x: 1;
      --tw-scale-y: 1;
      --tw-scale-z: 1;
      --tw-content: "";
    }
  }
}
