/*! tailwindcss v4.1.17 | 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-400: oklch(70.4% 0.191 22.216);
    --color-orange-400: oklch(75% 0.183 55.934);
    --color-orange-500: oklch(70.5% 0.213 47.604);
    --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-neutral-900: oklch(20.5% 0 0);
    --color-black: #000;
    --color-white: #fff;
    --spacing: 0.25rem;
    --container-md: 28rem;
    --container-2xl: 42rem;
    --container-6xl: 72rem;
    --text-xs: 0.75rem;
    --text-xs--line-height: calc(1 / 0.75);
    --text-sm: 0.875rem;
    --text-sm--line-height: calc(1.25 / 0.875);
    --text-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;
    --text-9xl: 8rem;
    --text-9xl--line-height: 1;
    --font-weight-semibold: 600;
    --tracking-wide: 0.025em;
    --leading-tight: 1.25;
    --leading-relaxed: 1.625;
    --ease-out: cubic-bezier(0, 0, 0.2, 1);
    --default-transition-duration: 150ms;
    --default-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    --default-font-family: var(--font-sans);
    --default-mono-font-family: var(--font-mono);
  }
}
@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;
  }
  .sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip-path: inset(50%);
    white-space: nowrap;
    border-width: 0;
  }
  .absolute {
    position: absolute;
  }
  .fixed {
    position: fixed;
  }
  .relative {
    position: relative;
  }
  .sticky {
    position: sticky;
  }
  .inset-0 {
    inset: calc(var(--spacing) * 0);
  }
  .top-0 {
    top: calc(var(--spacing) * 0);
  }
  .top-1\/2 {
    top: calc(1/2 * 100%);
  }
  .top-3 {
    top: calc(var(--spacing) * 3);
  }
  .right-0 {
    right: calc(var(--spacing) * 0);
  }
  .right-3 {
    right: calc(var(--spacing) * 3);
  }
  .bottom-3 {
    bottom: calc(var(--spacing) * 3);
  }
  .left-0 {
    left: calc(var(--spacing) * 0);
  }
  .left-1\/2 {
    left: calc(1/2 * 100%);
  }
  .isolate {
    isolation: isolate;
  }
  .z-10 {
    z-index: 10;
  }
  .z-20 {
    z-index: 20;
  }
  .z-30 {
    z-index: 30;
  }
  .z-50 {
    z-index: 50;
  }
  .col-span-2 {
    grid-column: span 2 / span 2;
  }
  .container {
    width: 100%;
    @media (width >= 40rem) {
      max-width: 40rem;
    }
    @media (width >= 48rem) {
      max-width: 48rem;
    }
    @media (width >= 64rem) {
      max-width: 64rem;
    }
    @media (width >= 80rem) {
      max-width: 80rem;
    }
    @media (width >= 96rem) {
      max-width: 96rem;
    }
  }
  .mx-auto {
    margin-inline: auto;
  }
  .ms-4 {
    margin-inline-start: calc(var(--spacing) * 4);
  }
  .mt-2 {
    margin-top: calc(var(--spacing) * 2);
  }
  .mt-3 {
    margin-top: calc(var(--spacing) * 3);
  }
  .mt-4 {
    margin-top: calc(var(--spacing) * 4);
  }
  .mt-6 {
    margin-top: calc(var(--spacing) * 6);
  }
  .mt-8 {
    margin-top: calc(var(--spacing) * 8);
  }
  .mt-12 {
    margin-top: calc(var(--spacing) * 12);
  }
  .mt-auto {
    margin-top: auto;
  }
  .mb-2 {
    margin-bottom: calc(var(--spacing) * 2);
  }
  .mb-4 {
    margin-bottom: calc(var(--spacing) * 4);
  }
  .mb-6 {
    margin-bottom: calc(var(--spacing) * 6);
  }
  .mb-8 {
    margin-bottom: calc(var(--spacing) * 8);
  }
  .mb-12 {
    margin-bottom: calc(var(--spacing) * 12);
  }
  .mb-16 {
    margin-bottom: calc(var(--spacing) * 16);
  }
  .mb-32 {
    margin-bottom: calc(var(--spacing) * 32);
  }
  .block {
    display: block;
  }
  .flex {
    display: flex;
  }
  .grid {
    display: grid;
  }
  .hidden {
    display: none;
  }
  .inline {
    display: inline;
  }
  .aspect-\[4\/3\] {
    aspect-ratio: 4/3;
  }
  .aspect-square {
    aspect-ratio: 1 / 1;
  }
  .h-4 {
    height: calc(var(--spacing) * 4);
  }
  .h-5 {
    height: calc(var(--spacing) * 5);
  }
  .h-10 {
    height: calc(var(--spacing) * 10);
  }
  .h-12 {
    height: calc(var(--spacing) * 12);
  }
  .h-\[2px\] {
    height: 2px;
  }
  .h-\[90vh\] {
    height: 90vh;
  }
  .h-\[calc\(100vh-2\.5rem\)\] {
    height: calc(100vh - 2.5rem);
  }
  .h-auto {
    height: auto;
  }
  .h-full {
    height: 100%;
  }
  .max-h-0 {
    max-height: calc(var(--spacing) * 0);
  }
  .min-h-\[44px\] {
    min-height: 44px;
  }
  .min-h-full {
    min-height: 100%;
  }
  .w-4 {
    width: calc(var(--spacing) * 4);
  }
  .w-5 {
    width: calc(var(--spacing) * 5);
  }
  .w-12 {
    width: calc(var(--spacing) * 12);
  }
  .w-auto {
    width: auto;
  }
  .w-full {
    width: 100%;
  }
  .max-w-2xl {
    max-width: var(--container-2xl);
  }
  .max-w-6xl {
    max-width: var(--container-6xl);
  }
  .max-w-md {
    max-width: var(--container-md);
  }
  .min-w-\[44px\] {
    min-width: 44px;
  }
  .min-w-\[200px\] {
    min-width: 200px;
  }
  .min-w-full {
    min-width: 100%;
  }
  .flex-1 {
    flex: 1;
  }
  .flex-shrink-0 {
    flex-shrink: 0;
  }
  .-translate-x-1\/2 {
    --tw-translate-x: calc(calc(1/2 * 100%) * -1);
    translate: var(--tw-translate-x) var(--tw-translate-y);
  }
  .-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,);
  }
  .cursor-pointer {
    cursor: pointer;
  }
  .resize {
    resize: both;
  }
  .list-inside {
    list-style-position: inside;
  }
  .list-decimal {
    list-style-type: decimal;
  }
  .grid-cols-1 {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
  .grid-cols-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .flex-col {
    flex-direction: column;
  }
  .flex-row {
    flex-direction: row;
  }
  .flex-wrap {
    flex-wrap: wrap;
  }
  .items-center {
    align-items: center;
  }
  .items-end {
    align-items: flex-end;
  }
  .justify-between {
    justify-content: space-between;
  }
  .justify-center {
    justify-content: center;
  }
  .justify-end {
    justify-content: flex-end;
  }
  .gap-2 {
    gap: calc(var(--spacing) * 2);
  }
  .gap-3 {
    gap: calc(var(--spacing) * 3);
  }
  .gap-4 {
    gap: calc(var(--spacing) * 4);
  }
  .gap-6 {
    gap: calc(var(--spacing) * 6);
  }
  .gap-8 {
    gap: calc(var(--spacing) * 8);
  }
  .gap-10 {
    gap: calc(var(--spacing) * 10);
  }
  .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-12 {
    :where(& > :not(:last-child)) {
      --tw-space-y-reverse: 0;
      margin-block-start: calc(calc(var(--spacing) * 12) * var(--tw-space-y-reverse));
      margin-block-end: calc(calc(var(--spacing) * 12) * calc(1 - var(--tw-space-y-reverse)));
    }
  }
  .space-y-20 {
    :where(& > :not(:last-child)) {
      --tw-space-y-reverse: 0;
      margin-block-start: calc(calc(var(--spacing) * 20) * var(--tw-space-y-reverse));
      margin-block-end: calc(calc(var(--spacing) * 20) * calc(1 - var(--tw-space-y-reverse)));
    }
  }
  .gap-x-4 {
    column-gap: calc(var(--spacing) * 4);
  }
  .space-x-1 {
    :where(& > :not(:last-child)) {
      --tw-space-x-reverse: 0;
      margin-inline-start: calc(calc(var(--spacing) * 1) * var(--tw-space-x-reverse));
      margin-inline-end: calc(calc(var(--spacing) * 1) * calc(1 - var(--tw-space-x-reverse)));
    }
  }
  .space-x-2 {
    :where(& > :not(:last-child)) {
      --tw-space-x-reverse: 0;
      margin-inline-start: calc(calc(var(--spacing) * 2) * var(--tw-space-x-reverse));
      margin-inline-end: calc(calc(var(--spacing) * 2) * calc(1 - var(--tw-space-x-reverse)));
    }
  }
  .space-x-3 {
    :where(& > :not(:last-child)) {
      --tw-space-x-reverse: 0;
      margin-inline-start: calc(calc(var(--spacing) * 3) * var(--tw-space-x-reverse));
      margin-inline-end: calc(calc(var(--spacing) * 3) * calc(1 - var(--tw-space-x-reverse)));
    }
  }
  .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-4 {
    row-gap: calc(var(--spacing) * 4);
  }
  .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-white\/10 {
    :where(& > :not(:last-child)) {
      border-color: color-mix(in srgb, #fff 10%, transparent);
      @supports (color: color-mix(in lab, red, red)) {
        border-color: color-mix(in oklab, var(--color-white) 10%, transparent);
      }
    }
  }
  .overflow-hidden {
    overflow: hidden;
  }
  .border {
    border-style: var(--tw-border-style);
    border-width: 1px;
  }
  .border-t {
    border-top-style: var(--tw-border-style);
    border-top-width: 1px;
  }
  .border-b {
    border-bottom-style: var(--tw-border-style);
    border-bottom-width: 1px;
  }
  .border-white\/10 {
    border-color: color-mix(in srgb, #fff 10%, transparent);
    @supports (color: color-mix(in lab, red, red)) {
      border-color: color-mix(in oklab, var(--color-white) 10%, transparent);
    }
  }
  .border-white\/20 {
    border-color: color-mix(in srgb, #fff 20%, transparent);
    @supports (color: color-mix(in lab, red, red)) {
      border-color: color-mix(in oklab, var(--color-white) 20%, transparent);
    }
  }
  .border-white\/60 {
    border-color: color-mix(in srgb, #fff 60%, transparent);
    @supports (color: color-mix(in lab, red, red)) {
      border-color: color-mix(in oklab, var(--color-white) 60%, transparent);
    }
  }
  .bg-black {
    background-color: var(--color-black);
  }
  .bg-black\/10 {
    background-color: color-mix(in srgb, #000 10%, transparent);
    @supports (color: color-mix(in lab, red, red)) {
      background-color: color-mix(in oklab, var(--color-black) 10%, transparent);
    }
  }
  .bg-neutral-900 {
    background-color: var(--color-neutral-900);
  }
  .bg-neutral-900\/40 {
    background-color: color-mix(in srgb, oklch(20.5% 0 0) 40%, transparent);
    @supports (color: color-mix(in lab, red, red)) {
      background-color: color-mix(in oklab, var(--color-neutral-900) 40%, transparent);
    }
  }
  .bg-white\/80 {
    background-color: color-mix(in srgb, #fff 80%, transparent);
    @supports (color: color-mix(in lab, red, red)) {
      background-color: color-mix(in oklab, var(--color-white) 80%, transparent);
    }
  }
  .object-cover {
    object-fit: cover;
  }
  .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-2 {
    padding-block: calc(var(--spacing) * 2);
  }
  .py-3 {
    padding-block: calc(var(--spacing) * 3);
  }
  .py-4 {
    padding-block: calc(var(--spacing) * 4);
  }
  .py-6 {
    padding-block: calc(var(--spacing) * 6);
  }
  .py-10 {
    padding-block: calc(var(--spacing) * 10);
  }
  .py-16 {
    padding-block: calc(var(--spacing) * 16);
  }
  .py-24 {
    padding-block: calc(var(--spacing) * 24);
  }
  .py-32 {
    padding-block: calc(var(--spacing) * 32);
  }
  .pt-12 {
    padding-top: calc(var(--spacing) * 12);
  }
  .pb-4 {
    padding-bottom: calc(var(--spacing) * 4);
  }
  .pb-8 {
    padding-bottom: calc(var(--spacing) * 8);
  }
  .text-center {
    text-align: center;
  }
  .text-left {
    text-align: left;
  }
  .text-right {
    text-align: right;
  }
  .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-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-none {
    --tw-leading: 1;
    line-height: 1;
  }
  .leading-relaxed {
    --tw-leading: var(--leading-relaxed);
    line-height: var(--leading-relaxed);
  }
  .leading-tight {
    --tw-leading: var(--leading-tight);
    line-height: var(--leading-tight);
  }
  .font-\[400\] {
    --tw-font-weight: 400;
    font-weight: 400;
  }
  .font-\[500\] {
    --tw-font-weight: 500;
    font-weight: 500;
  }
  .font-\[600\] {
    --tw-font-weight: 600;
    font-weight: 600;
  }
  .font-\[700\] {
    --tw-font-weight: 700;
    font-weight: 700;
  }
  .font-\[800\] {
    --tw-font-weight: 800;
    font-weight: 800;
  }
  .tracking-wide {
    --tw-tracking: var(--tracking-wide);
    letter-spacing: var(--tracking-wide);
  }
  .whitespace-nowrap {
    white-space: nowrap;
  }
  .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-red-400 {
    color: var(--color-red-400);
  }
  .text-white {
    color: var(--color-white);
  }
  .uppercase {
    text-transform: uppercase;
  }
  .italic {
    font-style: italic;
  }
  .not-italic {
    font-style: normal;
  }
  .underline {
    text-decoration-line: underline;
  }
  .opacity-0 {
    opacity: 0%;
  }
  .opacity-10 {
    opacity: 10%;
  }
  .mix-blend-difference {
    mix-blend-mode: difference;
  }
  .outline {
    outline-style: var(--tw-outline-style);
    outline-width: 1px;
  }
  .filter {
    filter: var(--tw-blur,) var(--tw-brightness,) var(--tw-contrast,) var(--tw-grayscale,) var(--tw-hue-rotate,) var(--tw-invert,) var(--tw-saturate,) var(--tw-sepia,) var(--tw-drop-shadow,);
  }
  .transition {
    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-\[max-height\] {
    transition-property: max-height;
    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-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-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-300 {
    --tw-duration: 300ms;
    transition-duration: 300ms;
  }
  .duration-500 {
    --tw-duration: 500ms;
    transition-duration: 500ms;
  }
  .ease-out {
    --tw-ease: var(--ease-out);
    transition-timing-function: var(--ease-out);
  }
  .\[text-shadow\:0px_1px_2px_rgba\(0\,0\,0\,0\.15\)\,0px_2px_4px_rgba\(0\,0\,0\,0\.15\)\] {
    text-shadow: 0px 1px 2px rgba(0,0,0,0.15),0px 2px 4px rgba(0,0,0,0.15);
  }
  .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\:scale-\[1\.01\] {
    &:is(:where(.group):hover *) {
      @media (hover: hover) {
        scale: 1.01;
      }
    }
  }
  .group-hover\:text-white {
    &:is(:where(.group):hover *) {
      @media (hover: hover) {
        color: var(--color-white);
      }
    }
  }
  .group-aria-expanded\:w-16 {
    &:is(:where(.group)[aria-expanded="true"] *) {
      width: calc(var(--spacing) * 16);
    }
  }
  .group-aria-expanded\:rotate-45 {
    &:is(:where(.group)[aria-expanded="true"] *) {
      rotate: 45deg;
    }
  }
  .hover\:border-white {
    &:hover {
      @media (hover: hover) {
        border-color: var(--color-white);
      }
    }
  }
  .hover\:border-white\/60 {
    &:hover {
      @media (hover: hover) {
        border-color: color-mix(in srgb, #fff 60%, transparent);
        @supports (color: color-mix(in lab, red, red)) {
          border-color: color-mix(in oklab, var(--color-white) 60%, transparent);
        }
      }
    }
  }
  .hover\:text-gray-400 {
    &:hover {
      @media (hover: hover) {
        color: var(--color-gray-400);
      }
    }
  }
  .hover\:text-orange-400 {
    &:hover {
      @media (hover: hover) {
        color: var(--color-orange-400);
      }
    }
  }
  .hover\:text-orange-500 {
    &:hover {
      @media (hover: hover) {
        color: var(--color-orange-500);
      }
    }
  }
  .hover\:text-white {
    &:hover {
      @media (hover: hover) {
        color: var(--color-white);
      }
    }
  }
  .hover\:underline {
    &:hover {
      @media (hover: hover) {
        text-decoration-line: underline;
      }
    }
  }
  .focus\:not-sr-only {
    &:focus {
      position: static;
      width: auto;
      height: auto;
      padding: 0;
      margin: 0;
      overflow: visible;
      clip-path: none;
      white-space: normal;
    }
  }
  .focus\:fixed {
    &:focus {
      position: fixed;
    }
  }
  .focus\:top-4 {
    &:focus {
      top: calc(var(--spacing) * 4);
    }
  }
  .focus\:left-4 {
    &:focus {
      left: calc(var(--spacing) * 4);
    }
  }
  .focus\:z-\[9999\] {
    &:focus {
      z-index: 9999;
    }
  }
  .focus\:rounded {
    &:focus {
      border-radius: 0.25rem;
    }
  }
  .focus\:bg-white {
    &:focus {
      background-color: var(--color-white);
    }
  }
  .focus\:px-4 {
    &:focus {
      padding-inline: calc(var(--spacing) * 4);
    }
  }
  .focus\:py-2 {
    &:focus {
      padding-block: calc(var(--spacing) * 2);
    }
  }
  .focus\:text-sm {
    &:focus {
      font-size: var(--text-sm);
      line-height: var(--tw-leading, var(--text-sm--line-height));
    }
  }
  .focus\:font-semibold {
    &:focus {
      --tw-font-weight: var(--font-weight-semibold);
      font-weight: var(--font-weight-semibold);
    }
  }
  .focus\:text-black {
    &:focus {
      color: var(--color-black);
    }
  }
  .focus\:outline-none {
    &:focus {
      --tw-outline-style: none;
      outline-style: none;
    }
  }
  .focus-visible\:ring-2 {
    &:focus-visible {
      --tw-ring-shadow: var(--tw-ring-inset,) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color, currentcolor);
      box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
    }
  }
  .focus-visible\:ring-white\/40 {
    &:focus-visible {
      --tw-ring-color: color-mix(in srgb, #fff 40%, transparent);
      @supports (color: color-mix(in lab, red, red)) {
        --tw-ring-color: color-mix(in oklab, var(--color-white) 40%, transparent);
      }
    }
  }
  .sm\:col-span-3 {
    @media (width >= 40rem) {
      grid-column: span 3 / span 3;
    }
  }
  .sm\:inline-flex {
    @media (width >= 40rem) {
      display: inline-flex;
    }
  }
  .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;
    }
  }
  .md\:col-span-4 {
    @media (width >= 48rem) {
      grid-column: span 4 / span 4;
    }
  }
  .md\:col-span-8 {
    @media (width >= 48rem) {
      grid-column: span 8 / span 8;
    }
  }
  .md\:mx-auto {
    @media (width >= 48rem) {
      margin-inline: auto;
    }
  }
  .md\:mt-12 {
    @media (width >= 48rem) {
      margin-top: calc(var(--spacing) * 12);
    }
  }
  .md\:mt-16 {
    @media (width >= 48rem) {
      margin-top: calc(var(--spacing) * 16);
    }
  }
  .md\:mb-0 {
    @media (width >= 48rem) {
      margin-bottom: calc(var(--spacing) * 0);
    }
  }
  .md\:block {
    @media (width >= 48rem) {
      display: block;
    }
  }
  .md\:h-\[calc\(100vh-2\.5rem\)\] {
    @media (width >= 48rem) {
      height: calc(100vh - 2.5rem);
    }
  }
  .md\:w-96 {
    @media (width >= 48rem) {
      width: calc(var(--spacing) * 96);
    }
  }
  .md\:max-w-md {
    @media (width >= 48rem) {
      max-width: var(--container-md);
    }
  }
  .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-12 {
    @media (width >= 48rem) {
      grid-template-columns: repeat(12, minmax(0, 1fr));
    }
  }
  .md\:flex-row {
    @media (width >= 48rem) {
      flex-direction: row;
    }
  }
  .md\:items-center {
    @media (width >= 48rem) {
      align-items: center;
    }
  }
  .md\:gap-4 {
    @media (width >= 48rem) {
      gap: calc(var(--spacing) * 4);
    }
  }
  .md\:gap-12 {
    @media (width >= 48rem) {
      gap: calc(var(--spacing) * 12);
    }
  }
  .md\:space-y-24 {
    @media (width >= 48rem) {
      :where(& > :not(:last-child)) {
        --tw-space-y-reverse: 0;
        margin-block-start: calc(calc(var(--spacing) * 24) * var(--tw-space-y-reverse));
        margin-block-end: calc(calc(var(--spacing) * 24) * calc(1 - var(--tw-space-y-reverse)));
      }
    }
  }
  .md\:space-x-6 {
    @media (width >= 48rem) {
      :where(& > :not(:last-child)) {
        --tw-space-x-reverse: 0;
        margin-inline-start: calc(calc(var(--spacing) * 6) * var(--tw-space-x-reverse));
        margin-inline-end: calc(calc(var(--spacing) * 6) * calc(1 - var(--tw-space-x-reverse)));
      }
    }
  }
  .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\:bg-black\/20 {
    @media (width >= 48rem) {
      background-color: color-mix(in srgb, #000 20%, transparent);
      @supports (color: color-mix(in lab, red, red)) {
        background-color: color-mix(in oklab, var(--color-black) 20%, transparent);
      }
    }
  }
  .md\:px-6 {
    @media (width >= 48rem) {
      padding-inline: calc(var(--spacing) * 6);
    }
  }
  .md\:px-8 {
    @media (width >= 48rem) {
      padding-inline: calc(var(--spacing) * 8);
    }
  }
  .md\:py-14 {
    @media (width >= 48rem) {
      padding-block: calc(var(--spacing) * 14);
    }
  }
  .md\:py-\[16vh\] {
    @media (width >= 48rem) {
      padding-block: 16vh;
    }
  }
  .md\:py-\[20vh\] {
    @media (width >= 48rem) {
      padding-block: 20vh;
    }
  }
  .md\:pt-0 {
    @media (width >= 48rem) {
      padding-top: calc(var(--spacing) * 0);
    }
  }
  .md\:pr-24 {
    @media (width >= 48rem) {
      padding-right: calc(var(--spacing) * 24);
    }
  }
  .md\:pl-\[4\.5rem\] {
    @media (width >= 48rem) {
      padding-left: 4.5rem;
    }
  }
  .md\:text-2xl {
    @media (width >= 48rem) {
      font-size: var(--text-2xl);
      line-height: var(--tw-leading, var(--text-2xl--line-height));
    }
  }
  .md\:text-4xl {
    @media (width >= 48rem) {
      font-size: var(--text-4xl);
      line-height: var(--tw-leading, var(--text-4xl--line-height));
    }
  }
  .md\:text-5xl {
    @media (width >= 48rem) {
      font-size: var(--text-5xl);
      line-height: var(--tw-leading, var(--text-5xl--line-height));
    }
  }
  .md\:text-6xl {
    @media (width >= 48rem) {
      font-size: var(--text-6xl);
      line-height: var(--tw-leading, var(--text-6xl--line-height));
    }
  }
  .md\:text-9xl {
    @media (width >= 48rem) {
      font-size: var(--text-9xl);
      line-height: var(--tw-leading, var(--text-9xl--line-height));
    }
  }
  .md\:text-base {
    @media (width >= 48rem) {
      font-size: var(--text-base);
      line-height: var(--tw-leading, var(--text-base--line-height));
    }
  }
  .md\:text-sm {
    @media (width >= 48rem) {
      font-size: var(--text-sm);
      line-height: var(--tw-leading, var(--text-sm--line-height));
    }
  }
  .md\:text-xl {
    @media (width >= 48rem) {
      font-size: var(--text-xl);
      line-height: var(--tw-leading, var(--text-xl--line-height));
    }
  }
}
@font-face {
  font-family: 'Switzer';
  font-style: normal;
  font-weight: 100;
  font-display: swap;
  src: url('../assets/fonts/Switzer-Thin.woff2') format('woff2'), url('../assets/fonts/Switzer-Thin.woff') format('woff'), url('../assets/fonts/Switzer-Thin.ttf') format('truetype');
}
@font-face {
  font-family: 'Switzer';
  font-style: italic;
  font-weight: 100;
  font-display: swap;
  src: url('../assets/fonts/Switzer-ThinItalic.woff2') format('woff2'), url('../assets/fonts/Switzer-ThinItalic.woff') format('woff'), url('../assets/fonts/Switzer-ThinItalic.ttf') format('truetype');
}
@font-face {
  font-family: 'Switzer';
  font-style: normal;
  font-weight: 200;
  font-display: swap;
  src: url('../assets/fonts/Switzer-Extralight.woff2') format('woff2'), url('../assets/fonts/Switzer-Extralight.woff') format('woff'), url('../assets/fonts/Switzer-Extralight.ttf') format('truetype');
}
@font-face {
  font-family: 'Switzer';
  font-style: italic;
  font-weight: 200;
  font-display: swap;
  src: url('../assets/fonts/Switzer-ExtralightItalic.woff2') format('woff2'), url('../assets/fonts/Switzer-ExtralightItalic.woff') format('woff'), url('../assets/fonts/Switzer-ExtralightItalic.ttf') format('truetype');
}
@font-face {
  font-family: 'Switzer';
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url('../assets/fonts/Switzer-Light.woff2') format('woff2'), url('../assets/fonts/Switzer-Light.woff') format('woff'), url('../assets/fonts/Switzer-Light.ttf') format('truetype');
}
@font-face {
  font-family: 'Switzer';
  font-style: italic;
  font-weight: 300;
  font-display: swap;
  src: url('../assets/fonts/Switzer-LightItalic.woff2') format('woff2'), url('../assets/fonts/Switzer-LightItalic.woff') format('woff'), url('../assets/fonts/Switzer-LightItalic.ttf') format('truetype');
}
@font-face {
  font-family: 'Switzer';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url('../assets/fonts/Switzer-Regular.woff2') format('woff2'), url('../assets/fonts/Switzer-Regular.woff') format('woff'), url('../assets/fonts/Switzer-Regular.ttf') format('truetype');
}
@font-face {
  font-family: 'Switzer';
  font-style: italic;
  font-weight: 400;
  font-display: swap;
  src: url('../assets/fonts/Switzer-Italic.woff2') format('woff2'), url('../assets/fonts/Switzer-Italic.woff') format('woff'), url('../assets/fonts/Switzer-Italic.ttf') format('truetype');
}
@font-face {
  font-family: 'Switzer';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url('../assets/fonts/Switzer-Medium.woff2') format('woff2'), url('../assets/fonts/Switzer-Medium.woff') format('woff'), url('../assets/fonts/Switzer-Medium.ttf') format('truetype');
}
@font-face {
  font-family: 'Switzer';
  font-style: italic;
  font-weight: 500;
  font-display: swap;
  src: url('../assets/fonts/Switzer-MediumItalic.woff2') format('woff2'), url('../assets/fonts/Switzer-MediumItalic.woff') format('woff'), url('../assets/fonts/Switzer-MediumItalic.ttf') format('truetype');
}
@font-face {
  font-family: 'Switzer';
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url('../assets/fonts/Switzer-Semibold.woff2') format('woff2'), url('../assets/fonts/Switzer-Semibold.woff') format('woff'), url('../assets/fonts/Switzer-Semibold.ttf') format('truetype');
}
@font-face {
  font-family: 'Switzer';
  font-style: italic;
  font-weight: 600;
  font-display: swap;
  src: url('../assets/fonts/Switzer-SemiboldItalic.woff2') format('woff2'), url('../assets/fonts/Switzer-SemiboldItalic.woff') format('woff'), url('../assets/fonts/Switzer-SemiboldItalic.ttf') format('truetype');
}
@font-face {
  font-family: 'Switzer';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url('../assets/fonts/Switzer-Bold.woff2') format('woff2'), url('../assets/fonts/Switzer-Bold.woff') format('woff'), url('../assets/fonts/Switzer-Bold.ttf') format('truetype');
}
@font-face {
  font-family: 'Switzer';
  font-style: italic;
  font-weight: 700;
  font-display: swap;
  src: url('../assets/fonts/Switzer-BoldItalic.woff2') format('woff2'), url('../assets/fonts/Switzer-BoldItalic.woff') format('woff'), url('../assets/fonts/Switzer-BoldItalic.ttf') format('truetype');
}
@font-face {
  font-family: 'Switzer';
  font-style: normal;
  font-weight: 800;
  font-display: swap;
  src: url('../assets/fonts/Switzer-Extrabold.woff2') format('woff2'), url('../assets/fonts/Switzer-Extrabold.woff') format('woff'), url('../assets/fonts/Switzer-Extrabold.ttf') format('truetype');
}
@font-face {
  font-family: 'Switzer';
  font-style: italic;
  font-weight: 800;
  font-display: swap;
  src: url('../assets/fonts/Switzer-ExtraboldItalic.woff2') format('woff2'), url('../assets/fonts/Switzer-ExtraboldItalic.woff') format('woff'), url('../assets/fonts/Switzer-ExtraboldItalic.ttf') format('truetype');
}
@font-face {
  font-family: 'Switzer';
  font-style: normal;
  font-weight: 900;
  font-display: swap;
  src: url('../assets/fonts/Switzer-Black.woff2') format('woff2'), url('../assets/fonts/Switzer-Black.woff') format('woff'), url('../assets/fonts/Switzer-Black.ttf') format('truetype');
}
@font-face {
  font-family: 'Switzer';
  font-style: italic;
  font-weight: 900;
  font-display: swap;
  src: url('../assets/fonts/Switzer-BlackItalic.woff2') format('woff2'), url('../assets/fonts/Switzer-BlackItalic.woff') format('woff'), url('../assets/fonts/Switzer-BlackItalic.ttf') format('truetype');
}
:root {
  color-scheme: dark;
  --color-bg-primary: #000000;
  --color-bg-secondary: #273F4F;
  --color-overlay: rgba(0, 0, 0, 0.7);
  --color-text-primary: #EFEEEA;
  --color-text-muted: rgba(239, 238, 234, 0.85);
  --color-text-subtle: rgba(239, 238, 234, 0.65);
  --color-accent-primary: #FE7743;
  --color-accent-secondary: rgba(254, 119, 67, 0.8);
  --color-accent-danger: #FE7743;
}
[data-theme="light"] {
  color-scheme: light;
  --color-bg-primary: #f8fafc;
  --color-bg-secondary: #e2e8f0;
  --color-overlay: rgba(15, 23, 42, 0.08);
  --color-text-primary: #0f172a;
  --color-text-muted: #64748b;
  --color-text-subtle: #94a3b8;
  --color-accent-primary: #ea580c;
  --color-accent-secondary: #f97316;
  --color-accent-danger: #ef4444;
}
[data-theme="orange"] {
  color-scheme: dark;
  --color-bg-primary: #310304;
  --color-bg-secondary: #2a1607;
  --color-overlay: rgba(255, 131, 25, 0.08);
  --color-text-primary: #CF4F19;
  --color-text-muted: rgba(255, 230, 209, 0.85);
  --color-text-subtle: rgba(255, 230, 209, 0.65);
  --color-accent-primary: #FE651F;
  --color-accent-secondary: #ff9b4a;
  --color-accent-danger: #ffffff;
}
[data-theme="blue"] {
  color-scheme: dark;
  --color-bg-primary: #1621A0;
  --color-bg-secondary: #0b1224;
  --color-overlay: rgba(90, 176, 255, 0.08);
  --color-text-primary: #F04622;
  --color-text-muted: rgba(195, 213, 255, 0.85);
  --color-text-subtle: rgba(195, 213, 255, 0.65);
  --color-accent-primary: #FE651F;
  --color-accent-secondary: #FE651F;
  --color-accent-danger: #ff7b7b;
}
body {
  font-family: 'Switzer', sans-serif;
  background-color: var(--color-bg-primary);
  color: var(--color-text-primary);
  overflow-x: hidden;
}
:root {
  transition: none;
}
:root.theme-transitioning, :root.theme-transitioning *, :root.theme-transitioning *::before, :root.theme-transitioning *::after {
  transition: background-color 0.6s cubic-bezier(0.4, 0, 0.2, 1), color 0.6s cubic-bezier(0.4, 0, 0.2, 1), border-color 0.6s cubic-bezier(0.4, 0, 0.2, 1), fill 0.6s cubic-bezier(0.4, 0, 0.2, 1), stroke 0.6s cubic-bezier(0.4, 0, 0.2, 1), opacity 0.6s cubic-bezier(0.4, 0, 0.2, 1), box-shadow 0.6s cubic-bezier(0.4, 0, 0.2, 1) !important;
}
@media (prefers-reduced-motion: reduce) {
  :root.theme-transitioning, :root.theme-transitioning *, :root.theme-transitioning *::before, :root.theme-transitioning *::after {
    transition-duration: 0.01ms !important;
  }
}
.bg-black {
  background-color: var(--color-bg-primary) !important;
}
.text-white {
  color: var(--color-text-primary) !important;
}
.text-gray-400 {
  color: var(--color-text-muted) !important;
}
.text-gray-500 {
  color: var(--color-text-subtle) !important;
}
.text-orange-500 {
  color: var(--color-accent-primary) !important;
}
.text-orange-400 {
  color: var(--color-accent-secondary) !important;
}
.text-red-400 {
  color: var(--color-accent-danger) !important;
}
.bg-white\/80 {
  background-color: var(--color-overlay) !important;
}
.theme-toggle {
  border-radius: 9999px;
  border: none;
  background-color: var(--color-text-muted);
  color: var(--color-text-primary);
  transition: background-color 0.6s cubic-bezier(0.4, 0, 0.2, 1), color 0.6s cubic-bezier(0.4, 0, 0.2, 1), transform 0.2s ease;
  width: 0.8rem;
  height: 0.8rem;
  padding: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.theme-toggle:hover {
  transform: scale(1.05);
}
.theme-toggle[data-mode="light"] {
  background-color: var(--color-accent-primary);
}
.theme-toggle[data-mode="orange"] {
  background-color: var(--color-accent-secondary);
}
.theme-toggle[data-mode="blue"] {
  background-color: var(--color-accent-secondary);
}
.theme-fixed-dark {
  --color-bg-primary: #000000;
  --color-bg-secondary: #050505;
  --color-overlay: rgba(255, 255, 255, 0.5);
  --color-text-primary: #ffffff;
  --color-text-muted: #9ca3af;
  --color-text-subtle: #6b7280;
  --color-accent-primary: #f97316;
  --color-accent-secondary: #fb923c;
  --color-accent-danger: #f87171;
}
@font-face {
  font-family: 'Switzer-Variable';
  font-style: normal;
  font-weight: 100 900;
  font-display: swap;
  src: url('../assets/fonts/Switzer-Variable.woff2') format('woff2'), url('../assets/fonts/Switzer-Variable.woff') format('woff'), url('../assets/fonts/Switzer-Variable.ttf') format('truetype');
}
@font-face {
  font-family: 'Switzer-VariableItalic';
  font-style: italic;
  font-weight: 100 900;
  font-display: swap;
  src: url('../assets/fonts/Switzer-VariableItalic.woff2') format('woff2'), url('../assets/fonts/Switzer-VariableItalic.woff') format('woff'), url('../assets/fonts/Switzer-VariableItalic.ttf') format('truetype');
}
@font-face {
  font-family: 'Zodiak';
  font-style: italic;
  font-display: swap;
  src: url('../assets/fonts/Zodiak-BoldItalic.eot');
  src: url('../assets/fonts/Zodiak-BoldItalic.eot?#iefix') format('embedded-opentype'),  url('../assets/fonts/Zodiak-BoldItalic.woff') format('woff'),  url('../assets/fonts/Zodiak-BoldItalic.ttf') format('truetype');
}
html {
  scroll-behavior: smooth;
}
.section-heading {
  font-family: 'Zodiak';
  font-style: italic;
}
.section-heading:hover {
  color: var(--color-orange-500);
}
h3 {
  font-weight: 600 !important;
  font-size: 1rem !important;
}
@media (min-width: 768px) {
  h3 {
    font-size: 1.3rem !important;
  }
}
#cc-main {
  --cc-modal-border-radius: 0px;
  --cc-btn-border-radius: 0px;
  --cc-modal-transition-duration: .25s;
  --cc-modal-margin: 1rem;
  --cc-z-index: 2147483647;
  padding-block: 4px;
  padding: 3px 16px;
  font-family: 'Switzer', sans-serif;
  --cc-btn-primary-bg: var(--color-accent-primary);
  --cc-btn-primary-border-color: var(--color-accent-primary);
  --cc-btn-primary-hover-bg: var(--color-accent-secondary);
  --cc-btn-primary-hover-border-color: var(--color-accent-secondary);
}
::-webkit-scrollbar {
  width: 0;
  background-color: transparent;
}
::-webkit-scrollbar-thumb {
  background-color: transparent;
}
::-webkit-scrollbar-track {
  background-color: transparent;
}
* {
  scrollbar-width: none;
  scrollbar-color: transparent transparent;
}
.scroll-statusbar {
  position: fixed;
  top: 0;
  right: 0;
  width: 2px;
  height: 100vh;
  background-color: rgba(255, 255, 255, 0.1);
  z-index: 9998;
  pointer-events: none;
}
.scroll-statusbar-progress {
  width: 100%;
  background-color: #fff;
  height: 0%;
  transition: height 0.1s ease-out;
  will-change: height;
}
.scroll-statusbar-progress:hover {
  background-color: #f97316;
}
html[data-theme="light"] .scroll-statusbar {
  background-color: rgba(0, 0, 0, 0.1);
}
html[data-theme="light"] .scroll-statusbar-progress {
  background-color: #000;
}
html[data-theme="light"] .scroll-statusbar-progress:hover {
  background-color: #f97316;
}
h1, h2, h3, h4, h5, h6 {
  font-size: inherit;
  font-weight: inherit;
}
html {
  scrollbar-width: none;
  scrollbar-color: transparent transparent;
}
html::-webkit-scrollbar {
  width: 0;
  display: none;
}
html::-webkit-scrollbar-track {
  background: #000000;
}
html::-webkit-scrollbar-thumb {
  background-color: #0433ff;
}
.project-card {
  opacity: 0;
  transform: translateY(24px);
  animation: card-reveal 720ms ease forwards;
  animation-delay: var(--reveal-delay, 0ms);
}
.project-figure {
  position: relative;
  isolation: isolate;
}
.project-figure.full-bleed {
  width: 100vw;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
}
.project-figure::after {
  content: "";
  position: absolute;
  inset: 0;
  background: radial-gradient(circle at 30% 30%, rgba(255, 255, 255, 0.08), transparent 55%);
  opacity: 0;
  transition: opacity 280ms ease;
  z-index: 1;
  pointer-events: none;
}
.project-image {
  will-change: transform;
  animation: float-zoom 24s ease-in-out infinite;
  animation-play-state: paused;
}
.project-card:hover .project-image, .project-card:focus-within .project-image {
  animation-play-state: running;
  transform: scale(1.05);
  filter: brightness(1.05);
  transition: transform 420ms ease, filter 420ms ease;
}
.project-card:hover .project-figure::after, .project-card:focus-within .project-figure::after {
  opacity: 1;
}
@keyframes float-zoom {
  0% {
    transform: scale(1.02) translate3d(0, 0, 0);
  }
  50% {
    transform: scale(1.07) translate3d(0, 3%, 0);
  }
  100% {
    transform: scale(1.02) translate3d(0, -2%, 0);
  }
}
@keyframes card-reveal {
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
@media (prefers-reduced-motion: reduce) {
  .project-card, .project-image {
    animation: none;
    transform: none;
  }
  .project-card {
    opacity: 1;
  }
}
@media (max-width: 640px) {
  .project-figure.full-bleed {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
    aspect-ratio: 3 / 4 !important;
  }
}
body {
  margin: 0;
  font-family: 'Switzer', sans-serif;
  background: #000;
  color: #fff;
}
html {
  scroll-behavior: smooth;
}
@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }
}
.bg-black {
  background-color: #000;
}
.text-white {
  color: #fff;
}
html.loading, body.loading {
  overflow: hidden !important;
}
body.loading #main-content {
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s ease, visibility 0.3s ease;
}
body.loading header[role="banner"] {
  opacity: 0;
  visibility: hidden;
}
#main-content {
  opacity: 1;
  visibility: visible;
  transition: opacity 0.3s ease, visibility 0.3s ease;
}
@media (min-width: 768px) {
  #videoWrapper {
    top: 50% !important;
    left: 50% !important;
    width: calc(100vh - 2.5rem) !important;
    height: 100vw !important;
    transform: translate(-50%, -50%) rotate(-90deg) !important;
    transform-origin: center center !important;
  }
  #headerVideo, #headerPoster {
    width: 100% !important;
    height: 100% !important;
    min-width: 100% !important;
    min-height: 100% !important;
    object-fit: cover !important;
  }
}
#logos-carousel {
  position: relative;
  width: 100%;
}
.logos-carousel-container {
  width: 100%;
  overflow: hidden;
  position: relative;
  mask-image: linear-gradient(to right, transparent, black 10%, black 90%, transparent);
  -webkit-mask-image: linear-gradient(to right, transparent, black 10%, black 90%, transparent);
}
.logos-carousel-track {
  display: flex;
  align-items: center;
  gap: 3rem;
  width: fit-content;
  animation: scroll-logos 50s linear infinite;
  will-change: transform;
}
.logo-item {
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 150px;
  height: 120px;
  padding: 1rem 0.5rem;
  box-sizing: border-box;
}
.logo-link {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  transition: transform 0.3s ease, opacity 0.3s ease;
  padding: 0.5rem;
  box-sizing: border-box;
}
.logo-link:hover {
  transform: scale(1.05);
}
.logo-link img {
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
  object-position: center;
  filter: grayscale(100%) opacity(0.5);
  transition: filter 0.3s ease;
  display: block;
}
.logo-link:hover img {
  filter: grayscale(0%) opacity(1);
}
html[data-theme="light"] .logo-link img {
  filter: grayscale(100%) opacity(0.5) invert(1);
}
html[data-theme="light"] .logo-link:hover img {
  filter: grayscale(0%) opacity(1) invert(1);
}
.logo-placeholder {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.1);
  color: rgba(255, 255, 255, 0.3);
  font-size: 0.875rem;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  transition: all 0.3s ease;
}
@keyframes scroll-logos {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-50%);
  }
}
.logos-carousel-container:hover .logos-carousel-track {
  animation-play-state: paused;
}
@media (max-width: 768px) {
  .logo-item {
    width: 120px;
    height: 80px;
    padding: 0.75rem 0.25rem;
    box-sizing: border-box;
  }
  .logo-link {
    padding: 0.25rem;
  }
  .logos-carousel-track {
    gap: 2rem;
    animation-duration: 40s;
  }
}
.masonry-grid-responsive {
  display: grid;
  gap: 1rem;
}
@media (max-width: 767px) {
  .masonry-grid-responsive {
    grid-template-columns: repeat(2, 1fr);
    gap: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .masonry-grid-responsive {
    grid-template-columns: repeat(3, 1fr);
    gap: 1rem;
  }
}
@media (min-width: 1024px) {
  .masonry-grid-responsive {
    grid-template-columns: repeat(4, 1fr);
    gap: 1rem;
  }
}
.filter-btn {
  transition: all 0.2s ease;
  background-color: transparent;
  color: var(--color-text-muted);
  border: 1px solid rgba(255, 255, 255, 0.2);
}
.filter-btn:hover {
  transform: translateY(-1px);
  border-color: var(--color-accent-primary);
}
.filter-btn-inactive {
  background-color: transparent;
  color: var(--color-text-muted);
  border: 1px solid rgba(255, 255, 255, 0.2);
}
[data-theme="light"] .filter-btn, [data-theme="light"] .filter-btn-inactive {
  border: 1px solid rgba(0, 0, 0, 0.3);
}
.filter-btn-active {
  background-color: var(--color-accent-primary);
  color: var(--color-bg-primary);
  border-color: var(--color-accent-primary);
  font-weight: 500;
}
.filter-btn[aria-pressed="true"] {
  font-weight: 500;
}
#searchInput, #sortSelect {
  color: var(--color-text-primary);
  background-color: var(--color-bg-primary);
  border: 1px solid rgba(255, 255, 255, 0.2);
}
[data-theme="light"] #searchInput, [data-theme="light"] #sortSelect {
  border-color: rgba(0, 0, 0, 0.3);
}
#searchInput:focus, #sortSelect:focus {
  border-color: var(--color-accent-primary);
  outline: none;
}
#searchInput::placeholder {
  color: var(--color-text-subtle);
  opacity: 0.6;
}
#searchInput:focus::placeholder {
  opacity: 0.4;
}
#sortSelect option {
  background: var(--color-bg-primary);
  color: var(--color-text-primary);
}
.portfolio-item, .web-project-item {
  transition: opacity 0.3s ease, transform 0.3s ease;
}
.portfolio-item[style*="display: none"], .web-project-item[style*="display: none"] {
  opacity: 0;
  transform: scale(0.95);
  pointer-events: none;
}
#filterStatus {
  min-height: 1.5rem;
}
html.crazy-mode-active, html.crazy-mode-active[data-theme="dark"], html.crazy-mode-active[data-theme="light"], html.crazy-mode-active[data-theme="orange"], html.crazy-mode-active[data-theme="blue"], :root.crazy-mode-active, :root.crazy-mode-active[data-theme="dark"], :root.crazy-mode-active[data-theme="light"], :root.crazy-mode-active[data-theme="orange"], :root.crazy-mode-active[data-theme="blue"] {
  --color-bg-primary: hsl(var(--crazy-hue-1, 45), var(--crazy-sat-1, 100%), 12%);
  --color-bg-secondary: hsl(var(--crazy-hue-2, 20), var(--crazy-sat-2, 97%), 22%);
  --color-overlay: hsla(var(--crazy-hue-3, 330), var(--crazy-sat-3, 100%), var(--crazy-light-3, 50%), 0.2);
  --color-text-primary: hsl(var(--crazy-hue-4, 260), var(--crazy-sat-4, 83%), 92%);
  --color-text-muted: hsla(var(--crazy-hue-5, 217), var(--crazy-sat-5, 100%), var(--crazy-light-5, 61%), 0.95);
  --color-text-subtle: hsla(var(--crazy-hue-1, 45), var(--crazy-sat-1, 100%), var(--crazy-light-1, 52%), 0.8);
  --color-accent-primary: hsl(var(--crazy-hue-2, 20), var(--crazy-sat-2, 97%), var(--crazy-light-2, 50%));
  --color-accent-secondary: hsl(var(--crazy-hue-3, 330), var(--crazy-sat-3, 100%), var(--crazy-light-3, 50%));
  --color-accent-danger: hsl(var(--crazy-hue-1, 45), var(--crazy-sat-1, 100%), var(--crazy-light-1, 52%));
}
:root.crazy-mode-active, :root.crazy-mode-active *, :root.crazy-mode-active *::before, :root.crazy-mode-active *::after {
  transition: background-color 0.3s linear, color 0.3s linear, border-color 0.3s linear, fill 0.3s linear, stroke 0.3s linear, opacity 0.3s linear, box-shadow 0.3s linear !important;
}
html.crazy-mode-active body, :root.crazy-mode-active body {
  background: linear-gradient( 135deg, hsl(var(--crazy-hue-1, 45), var(--crazy-sat-1, 100%), 10%), hsl(var(--crazy-hue-2, 20), var(--crazy-sat-2, 97%), 15%), hsl(var(--crazy-hue-3, 330), var(--crazy-sat-3, 100%), 12%), hsl(var(--crazy-hue-4, 260), var(--crazy-sat-4, 83%), 15%), hsl(var(--crazy-hue-5, 217), var(--crazy-sat-5, 100%), 10%) ) !important;
  background-size: 500% 500% !important;
  animation: crazyGradientShift 2s linear infinite !important;
}
@keyframes crazyGradientShift {
  0% {
    background-position: 0% 0%;
  }
  25% {
    background-position: 100% 0%;
  }
  50% {
    background-position: 100% 100%;
  }
  75% {
    background-position: 0% 100%;
  }
  100% {
    background-position: 0% 0%;
  }
}
html.crazy-mode-active *, :root.crazy-mode-active * {
  -webkit-text-fill-color: initial !important;
}
html.crazy-mode-active p, html.crazy-mode-active span, html.crazy-mode-active div, html.crazy-mode-active li, html.crazy-mode-active td, html.crazy-mode-active th, :root.crazy-mode-active p, :root.crazy-mode-active span, :root.crazy-mode-active div, :root.crazy-mode-active li, :root.crazy-mode-active td, :root.crazy-mode-active th {
  color: var(--color-text-primary) !important;
}
.crazy-mode-notification {
  position: fixed;
  top: 2rem;
  right: 2rem;
  z-index: 10000;
  pointer-events: none;
  animation: slideInRight 0.5s ease-out;
}
.crazy-mode-notification-content {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  padding: 1rem 1.5rem;
  background: linear-gradient(135deg, hsl(var(--crazy-hue-1, 45), var(--crazy-sat-1, 100%), 25%), hsl(var(--crazy-hue-2, 20), var(--crazy-sat-2, 97%), 30%) );
  border: 2px solid hsl(var(--crazy-hue-3, 330), var(--crazy-sat-3, 100%), var(--crazy-light-3, 50%));
  border-radius: 0.5rem;
  color: hsl(var(--crazy-hue-4, 260), var(--crazy-sat-4, 83%), 90%) !important;
  -webkit-text-fill-color: hsl(var(--crazy-hue-4, 60), 100%, 90%) !important;
  font-weight: 800;
  font-size: 0.875rem;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.5);
  pointer-events: all;
  transition: all 0.3s ease;
}
.crazy-mode-notification-content * {
  color: inherit !important;
  -webkit-text-fill-color: inherit !important;
  background: none !important;
  background-clip: initial !important;
  -webkit-background-clip: initial !important;
}
.crazy-mode-notification-content:hover {
  transform: scale(1.05);
  box-shadow: 0 15px 40px rgba(0, 0, 0, 0.6);
}
.crazy-mode-icon {
  font-size: 1.25rem;
  animation: rotate 2s linear infinite;
}
.crazy-mode-text {
  flex: 1;
}
.crazy-mode-close {
  background: transparent;
  border: none;
  color: inherit;
  font-size: 1.5rem;
  cursor: pointer;
  padding: 0;
  width: 1.5rem;
  height: 1.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  transition: all 0.2s ease;
  line-height: 1;
}
.crazy-mode-close:hover {
  background: rgba(255, 255, 255, 0.2);
  transform: rotate(90deg);
}
@keyframes slideInRight {
  from {
    transform: translateX(100%);
    opacity: 0;
  }
  to {
    transform: translateX(0);
    opacity: 1;
  }
}
@keyframes rotate {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
@media (prefers-reduced-motion: reduce) {
  :root.crazy-mode-active, :root.crazy-mode-active *, :root.crazy-mode-active *::before, :root.crazy-mode-active *::after {
    transition-duration: 0.01ms !important;
  }
  .crazy-mode-icon {
    animation: none;
  }
}
#headerGradientCanvas {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
  display: block;
  pointer-events: none;
}
#page-loader {
  position: fixed;
  inset: 0;
  z-index: 9999;
  background: #000;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 1;
  transition: opacity 0.5s ease;
}
#page-loader.hidden {
  opacity: 0;
  pointer-events: none;
}
.loader-spinner {
  width: 48px;
  height: 48px;
  border: 2px solid rgba(255, 255, 255, 0.1);
  border-top-color: #fff;
  border-radius: 50%;
  animation: spin 0.8s linear infinite;
}
@keyframes spin {
  to {
    transform: rotate(360deg);
  }
}
@media (prefers-reduced-motion: reduce) {
  .loader-spinner {
    animation: none;
  }
}
#main-content.loading {
  opacity: 0;
  visibility: hidden;
}
.skeleton-card {
  width: 100%;
  aspect-ratio: 16 / 9;
  background: linear-gradient(90deg, rgba(255, 255, 255, 0.05) 25%, rgba(255, 255, 255, 0.1) 50%, rgba(255, 255, 255, 0.05) 75%);
  background-size: 200% 100%;
  animation: skeleton-loading 1.5s ease-in-out infinite;
  border-radius: 0;
}
.skeleton-portfolio-item {
  width: 100%;
  aspect-ratio: 4 / 3;
  background: linear-gradient(90deg, rgba(255, 255, 255, 0.05) 25%, rgba(255, 255, 255, 0.1) 50%, rgba(255, 255, 255, 0.05) 75%);
  background-size: 200% 100%;
  animation: skeleton-loading 1.5s ease-in-out infinite;
  border-radius: 0;
}
.skeleton-portfolio-text {
  height: 14px;
  background: linear-gradient(90deg, rgba(255, 255, 255, 0.05) 25%, rgba(255, 255, 255, 0.1) 50%, rgba(255, 255, 255, 0.05) 75%);
  background-size: 200% 100%;
  animation: skeleton-loading 1.5s ease-in-out infinite;
  margin-top: 8px;
}
.skeleton-portfolio-text:first-of-type {
  width: 60%;
}
.skeleton-portfolio-text:last-of-type {
  width: 30%;
  margin-left: auto;
}
@keyframes skeleton-loading {
  0% {
    background-position: 200% 0;
  }
  100% {
    background-position: -200% 0;
  }
}
@media (prefers-reduced-motion: reduce) {
  .skeleton-card, .skeleton-portfolio-item, .skeleton-portfolio-text {
    animation: none;
    background: rgba(255, 255, 255, 0.05);
  }
}
.page-404, .page-404 body {
  height: 100%;
  margin: 0;
}
.page-404 #cc-main {
  position: fixed !important;
  z-index: 2147483647 !important;
}
.contact-btn {
  background-color: #ffffff;
  color: #000000;
}
.contact-btn:hover {
  background-color: #e5e7eb;
  color: #000000;
}
@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-leading {
  syntax: "*";
  inherits: false;
}
@property --tw-font-weight {
  syntax: "*";
  inherits: false;
}
@property --tw-tracking {
  syntax: "*";
  inherits: false;
}
@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-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-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;
}
@keyframes spin {
  to {
    transform: rotate(360deg);
  }
}
@layer properties {
  @supports ((-webkit-hyphens: none) and (not (margin-trim: inline))) or ((-moz-orient: inline) and (not (color:rgb(from red r g b)))) {
    *, ::before, ::after, ::backdrop {
      --tw-translate-x: 0;
      --tw-translate-y: 0;
      --tw-translate-z: 0;
      --tw-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-leading: initial;
      --tw-font-weight: initial;
      --tw-tracking: initial;
      --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-duration: initial;
      --tw-ease: initial;
      --tw-scale-x: 1;
      --tw-scale-y: 1;
      --tw-scale-z: 1;
      --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;
    }
  }
}
