/*! 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-gray-100: oklch(96.7% 0.003 264.542);
    --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-black: #000;
    --color-white: #fff;
    --spacing: 0.25rem;
    --container-2xl: 42rem;
    --container-4xl: 56rem;
    --text-sm: 0.875rem;
    --text-sm--line-height: calc(1.25 / 0.875);
    --text-lg: 1.125rem;
    --text-lg--line-height: calc(1.75 / 1.125);
    --text-xl: 1.25rem;
    --text-xl--line-height: calc(1.75 / 1.25);
    --text-2xl: 1.5rem;
    --text-2xl--line-height: calc(2 / 1.5);
    --text-3xl: 1.875rem;
    --text-3xl--line-height: calc(2.25 / 1.875);
    --text-4xl: 2.25rem;
    --text-4xl--line-height: calc(2.5 / 2.25);
    --text-5xl: 3rem;
    --text-5xl--line-height: 1;
    --font-weight-medium: 500;
    --font-weight-semibold: 600;
    --font-weight-bold: 700;
    --radius-lg: 0.5rem;
    --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;
  }
  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;
  }
  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;
  }
  textarea {
    resize: vertical;
  }
  [hidden]:where(:not([hidden="until-found"])) {
    display: none !important;
  }
}
@layer utilities {
  .absolute { position: absolute; }
  .fixed { position: fixed; }
  .relative { position: relative; }
  .sticky { position: sticky; }
  .inset-0 { inset: 0; }
  .inset-y-0 { inset-block: 0; }
  .top-0 { top: 0; }
  .bottom-0 { bottom: 0; }
  .left-0 { left: 0; }
  .z-0 { z-index: 0; }
  .z-10 { z-index: 10; }
  .z-20 { z-index: 20; }
  .z-40 { z-index: 40; }
  .z-50 { z-index: 50; }
  .container { width: 100%; }
  @media (width >= 40rem) { .container { max-width: 40rem; } }
  @media (width >= 48rem) { .container { max-width: 48rem; } }
  @media (width >= 64rem) { .container { max-width: 64rem; } }
  @media (width >= 80rem) { .container { max-width: 80rem; } }
  .mx-auto { margin-inline: auto; }
  .mt-2 { margin-top: 0.5rem; }
  .mt-6 { margin-top: 1.5rem; }
  .mr-2 { margin-right: 0.5rem; }
  .mr-4 { margin-right: 1rem; }
  .mb-2 { margin-bottom: 0.5rem; }
  .mb-3 { margin-bottom: 0.75rem; }
  .mb-4 { margin-bottom: 1rem; }
  .mb-6 { margin-bottom: 1.5rem; }
  .mb-8 { margin-bottom: 2rem; }
  .mb-12 { margin-bottom: 3rem; }
  .block { display: block; }
  .flex { display: flex; }
  .grid { display: grid; }
  .hidden { display: none; }
  .h-9 { height: 2.25rem; }
  .h-10 { height: 2.5rem; }
  .h-11 { height: 2.75rem; }
  .h-12 { height: 3rem; }
  .h-48 { height: 12rem; }
  .h-auto { height: auto; }
  .h-full { height: 100%; }
  .min-h-screen { min-height: 100vh; }
  .w-11 { width: 2.75rem; }
  .w-12 { width: 3rem; }
  .w-64 { width: 16rem; }
  .w-full { width: 100%; }
  .w-1\/2 { width: 50%; }
  .max-w-2xl { max-width: 42rem; }
  .max-w-4xl { max-width: 56rem; }
  .min-w-full { min-width: 100%; }
  .flex-grow { flex-grow: 1; }
  .border-collapse { border-collapse: collapse; }
  .rotate-180 { rotate: 180deg; }
  .transform { transform: var(--tw-rotate-x,) var(--tw-rotate-y,) var(--tw-rotate-z,) var(--tw-skew-x,) var(--tw-skew-y,); }
  .grid-cols-1 { grid-template-columns: repeat(1, minmax(0, 1fr)); }
  .flex-col { flex-direction: column; }
  .items-center { align-items: center; }
  .justify-between { justify-content: space-between; }
  .justify-center { justify-content: center; }
  .justify-end { justify-content: flex-end; }
  .gap-2 { gap: 0.5rem; }
  .gap-8 { gap: 2rem; }
  .space-y-2 > :not(:last-child) { margin-bottom: 0.5rem; }
  .space-y-6 > :not(:last-child) { margin-bottom: 1.5rem; }
  .space-x-4 > :not(:last-child) { margin-right: 1rem; }
  .space-x-6 > :not(:last-child) { margin-right: 1.5rem; }
  .overflow-hidden { overflow: hidden; }
  .overflow-x-auto { overflow-x: auto; }
  .rounded { border-radius: 0.25rem; }
  .rounded-full { border-radius: 9999px; }
  .rounded-lg { border-radius: 0.5rem; }
  .border { border-style: solid; border-width: 1px; }
  .border-t { border-top-style: solid; border-top-width: 1px; }
  .border-b { border-bottom-style: solid; border-bottom-width: 1px; }
  .border-white\/5 { border-color: rgba(255,255,255,0.05); }
  .border-white\/10 { border-color: rgba(255,255,255,0.1); }
  .bg-black { background-color: #000; }
  .bg-white { background-color: #fff; }
  .object-contain { object-fit: contain; }
  .object-cover { object-fit: cover; }
  .p-3 { padding: 0.75rem; }
  .p-4 { padding: 1rem; }
  .p-6 { padding: 1.5rem; }
  .p-8 { padding: 2rem; }
  .px-3 { padding-inline: 0.75rem; }
  .px-4 { padding-inline: 1rem; }
  .px-6 { padding-inline: 1.5rem; }
  .px-8 { padding-inline: 2rem; }
  .py-1 { padding-block: 0.25rem; }
  .py-2 { padding-block: 0.5rem; }
  .py-3 { padding-block: 0.75rem; }
  .py-4 { padding-block: 1rem; }
  .py-12 { padding-block: 3rem; }
  .py-16 { padding-block: 4rem; }
  .pt-4 { padding-top: 1rem; }
  .pt-6 { padding-top: 1.5rem; }
  .pt-12 { padding-top: 3rem; }
  .pb-4 { padding-bottom: 1rem; }
  .pb-6 { padding-bottom: 1.5rem; }
  .text-center { text-align: center; }
  .text-left { text-align: left; }
  .text-2xl { font-size: 1.5rem; }
  .text-3xl { font-size: 1.875rem; }
  .text-4xl { font-size: 2.25rem; }
  .text-lg { font-size: 1.125rem; }
  .text-sm { font-size: 0.875rem; }
  .text-xl { font-size: 1.25rem; }
  .font-bold { font-weight: 700; }
  .font-medium { font-weight: 500; }
  .font-semibold { font-weight: 600; }
  .text-black { color: #000; }
  .text-gray-300 { color: #d1d5db; }
  .text-gray-400 { color: #9ca3af; }
  .text-gray-500 { color: #6b7280; }
  .text-white { color: #fff; }
  .opacity-20 { opacity: 0.2; }
  .shadow-lg { box-shadow: 0 10px 15px -3px rgba(0,0,0,0.1), 0 4px 6px -4px rgba(0,0,0,0.1); }
  .shadow-xl { box-shadow: 0 20px 25px -5px rgba(0,0,0,0.1), 0 8px 10px -6px rgba(0,0,0,0.1); }
  .transition { transition-property: color, background-color, border-color, opacity, box-shadow, transform; transition-duration: 150ms; }
  .transition-all { transition-property: all; transition-duration: 150ms; }
  .transition-colors { transition-property: color, background-color, border-color; transition-duration: 150ms; }
  .transition-transform { transition-property: transform; transition-duration: 150ms; }
  .duration-300 { transition-duration: 300ms; }
  .hover\:scale-105:hover { transform: scale(1.05); }
  .hover\:bg-gray-100:hover { background-color: #f3f4f6; }
  .hover\:bg-white\/5:hover { background-color: rgba(255,255,255,0.05); }
  .hover\:opacity-90:hover { opacity: 0.9; }
  @media (width >= 48rem) {
    .md\:flex { display: flex; }
    .md\:hidden { display: none; }
    .md\:grid-cols-2 { grid-template-columns: repeat(2, minmax(0, 1fr)); }
    .md\:grid-cols-3 { grid-template-columns: repeat(3, minmax(0, 1fr)); }
    .md\:py-3 { padding-block: 0.75rem; }
    .md\:py-24 { padding-block: 6rem; }
    .md\:text-5xl { font-size: 3rem; }
  }
  @media (width >= 64rem) {
    .lg\:grid-cols-3 { grid-template-columns: repeat(3, minmax(0, 1fr)); }
    .lg\:grid-cols-4 { grid-template-columns: repeat(4, minmax(0, 1fr)); }
  }
}

:root {
    --color-primary: #fd2400;
    --color-secondary: #c82a0e;
    --color-dark-900: #121721;
    --color-dark-800: #0d1017;
    --color-dark-700: #1b1f28;
    --color-dark-600: #000000;
}

.bg-primary { background-color: var(--color-primary); }
.bg-secondary { background-color: var(--color-secondary); }
.bg-dark-900 { background-color: var(--color-dark-900); }
.bg-dark-800 { background-color: var(--color-dark-800); }
.bg-dark-700 { background-color: var(--color-dark-700); }
.bg-dark-600 { background-color: var(--color-dark-600); }

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

.hover\:bg-dark-600:hover { background-color: var(--color-dark-600); }
.hover\:text-primary:hover { color: var(--color-primary); }
.hover\:opacity-90:hover { opacity: 0.9; }

.border-white\/5 { border-color: rgba(255, 255, 255, 0.1); }
.border-white\/10 { border-color: rgba(255, 255, 255, 0.15); }
.bg-white\/5 { background-color: rgba(255, 255, 255, 0.05); }
.hover\:bg-white\/5:hover { background-color: rgba(255, 255, 255, 0.1); }

.cx-j7s93 {
    background-color: #ffffff;
    color: #0d1017;
    transition: all 0.3s ease;
    border: none;
    cursor: pointer;
    font-weight: 800;
}
.cx-j7s93:hover {
    background-color: #e2e8f0 !important;
    color: #0d1017 !important;
    box-shadow: 0 0 20px rgba(255, 255, 255, 0.4);
    transform: scale(1.05);
}