/*! tailwindcss v4.1.14 | 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-serif: ui-serif, Georgia, Cambria, "Times New Roman", Times, serif;
    --font-mono: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono",
      "Courier New", monospace;
    --color-yellow-400: oklch(85.2% 0.199 91.936);
    --color-green-400: oklch(79.2% 0.209 151.711);
    --color-green-500: oklch(72.3% 0.219 149.579);
    --color-blue-400: oklch(70.7% 0.165 254.624);
    --color-purple-300: oklch(82.7% 0.119 306.383);
    --color-purple-400: oklch(71.4% 0.203 305.504);
    --color-purple-500: oklch(62.7% 0.265 303.9);
    --color-pink-300: oklch(82.3% 0.12 346.018);
    --color-pink-400: oklch(71.8% 0.202 349.761);
    --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-black: #000;
    --color-white: #fff;
    --spacing: 0.25rem;
    --container-sm: 24rem;
    --container-md: 28rem;
    --container-lg: 32rem;
    --container-xl: 36rem;
    --container-2xl: 42rem;
    --container-3xl: 48rem;
    --container-4xl: 56rem;
    --container-5xl: 64rem;
    --container-6xl: 72rem;
    --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;
    --text-7xl: 4.5rem;
    --text-7xl--line-height: 1;
    --text-8xl: 6rem;
    --text-8xl--line-height: 1;
    --text-9xl: 8rem;
    --text-9xl--line-height: 1;
    --font-weight-medium: 500;
    --font-weight-semibold: 600;
    --font-weight-bold: 700;
    --tracking-widest: 0.1em;
    --leading-tight: 1.25;
    --leading-normal: 1.5;
    --leading-relaxed: 1.625;
    --radius-sm: 0.25rem;
    --radius-lg: 0.5rem;
    --radius-xl: 0.75rem;
    --radius-2xl: 1rem;
    --radius-3xl: 1.5rem;
    --blur-lg: 16px;
    --blur-xl: 24px;
    --blur-2xl: 40px;
    --aspect-video: 16 / 9;
    --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;
  }
  .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;
  }
  .relative {
    position: relative;
  }
  .static {
    position: static;
  }
  .sticky {
    position: sticky;
  }
  .inset-0 {
    inset: calc(var(--spacing) * 0);
  }
  .z-0 {
    z-index: 0;
  }
  .z-10 {
    z-index: 10;
  }
  .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-6 {
    margin: calc(var(--spacing) * -6);
  }
  .mx-auto {
    margin-inline: auto;
  }
  .my-8 {
    margin-block: calc(var(--spacing) * 8);
  }
  .\!mt-0 {
    margin-top: calc(var(--spacing) * 0) !important;
  }
  .mt-4 {
    margin-top: calc(var(--spacing) * 4);
  }
  .mt-8 {
    margin-top: calc(var(--spacing) * 8);
  }
  .mt-12 {
    margin-top: calc(var(--spacing) * 12);
  }
  .mt-16 {
    margin-top: calc(var(--spacing) * 16);
  }
  .mr-3 {
    margin-right: calc(var(--spacing) * 3);
  }
  .\!mb-6 {
    margin-bottom: calc(var(--spacing) * 6) !important;
  }
  .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-6 {
    margin-bottom: calc(var(--spacing) * 6);
  }
  .mb-8 {
    margin-bottom: calc(var(--spacing) * 8);
  }
  .mb-10 {
    margin-bottom: calc(var(--spacing) * 10);
  }
  .mb-12 {
    margin-bottom: calc(var(--spacing) * 12);
  }
  .mb-16 {
    margin-bottom: calc(var(--spacing) * 16);
  }
  .block {
    display: block;
  }
  .flex {
    display: flex;
  }
  .grid {
    display: grid;
  }
  .hidden {
    display: none;
  }
  .inline {
    display: inline;
  }
  .inline-block {
    display: inline-block;
  }
  .inline-flex {
    display: inline-flex;
  }
  .table {
    display: table;
  }
  .aspect-square {
    aspect-ratio: 1 / 1;
  }
  .aspect-video {
    aspect-ratio: var(--aspect-video);
  }
  .h-6 {
    height: calc(var(--spacing) * 6);
  }
  .h-12 {
    height: calc(var(--spacing) * 12);
  }
  .h-16 {
    height: calc(var(--spacing) * 16);
  }
  .h-20 {
    height: calc(var(--spacing) * 20);
  }
  .h-24 {
    height: calc(var(--spacing) * 24);
  }
  .h-32 {
    height: calc(var(--spacing) * 32);
  }
  .h-64 {
    height: calc(var(--spacing) * 64);
  }
  .h-80 {
    height: calc(var(--spacing) * 80);
  }
  .h-full {
    height: 100%;
  }
  .min-h-96 {
    min-height: calc(var(--spacing) * 96);
  }
  .min-h-\[600px\] {
    min-height: 600px;
  }
  .w-6 {
    width: calc(var(--spacing) * 6);
  }
  .w-16 {
    width: calc(var(--spacing) * 16);
  }
  .w-24 {
    width: calc(var(--spacing) * 24);
  }
  .w-64 {
    width: calc(var(--spacing) * 64);
  }
  .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-5xl {
    max-width: var(--container-5xl);
  }
  .max-w-6xl {
    max-width: var(--container-6xl);
  }
  .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-sm {
    max-width: var(--container-sm);
  }
  .shrink {
    flex-shrink: 1;
  }
  .grow {
    flex-grow: 1;
  }
  .translate-y-1 {
    --tw-translate-y: calc(var(--spacing) * 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;
  }
  .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-wrap {
    flex-wrap: wrap;
  }
  .items-baseline {
    align-items: baseline;
  }
  .items-center {
    align-items: center;
  }
  .justify-between {
    justify-content: space-between;
  }
  .justify-center {
    justify-content: center;
  }
  .gap-2 {
    gap: calc(var(--spacing) * 2);
  }
  .gap-3 {
    gap: calc(var(--spacing) * 3);
  }
  .gap-4 {
    gap: calc(var(--spacing) * 4);
  }
  .gap-6 {
    gap: calc(var(--spacing) * 6);
  }
  .gap-8 {
    gap: calc(var(--spacing) * 8);
  }
  .gap-10 {
    gap: calc(var(--spacing) * 10);
  }
  .gap-16 {
    gap: calc(var(--spacing) * 16);
  }
  .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)));
    }
  }
  .overflow-hidden {
    overflow: hidden;
  }
  .rounded {
    border-radius: 0.25rem;
  }
  .rounded-2xl {
    border-radius: var(--radius-2xl);
  }
  .rounded-3xl {
    border-radius: var(--radius-3xl);
  }
  .rounded-full {
    border-radius: calc(infinity * 1px);
  }
  .rounded-lg {
    border-radius: var(--radius-lg);
  }
  .rounded-xl {
    border-radius: var(--radius-xl);
  }
  .rounded-t-3xl {
    border-top-left-radius: var(--radius-3xl);
    border-top-right-radius: var(--radius-3xl);
  }
  .rounded-t-xl {
    border-top-left-radius: var(--radius-xl);
    border-top-right-radius: var(--radius-xl);
  }
  .border {
    border-style: var(--tw-border-style);
    border-width: 1px;
  }
  .border-2 {
    border-style: var(--tw-border-style);
    border-width: 2px;
  }
  .border-t {
    border-top-style: var(--tw-border-style);
    border-top-width: 1px;
  }
  .border-t-2 {
    border-top-style: var(--tw-border-style);
    border-top-width: 2px;
  }
  .border-dashed {
    --tw-border-style: dashed;
    border-style: dashed;
  }
  .border-black\/5 {
    border-color: color-mix(in srgb, #000 5%, transparent);
    @supports (color: color-mix(in lab, red, red)) {
      border-color: color-mix(in oklab, var(--color-black) 5%, transparent);
    }
  }
  .border-gray-600 {
    border-color: var(--color-gray-600);
  }
  .border-purple-500\/30 {
    border-color: color-mix(in srgb, oklch(62.7% 0.265 303.9) 30%, transparent);
    @supports (color: color-mix(in lab, red, red)) {
      border-color: color-mix(in oklab, var(--color-purple-500) 30%, transparent);
    }
  }
  .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\/30 {
    border-color: color-mix(in srgb, #fff 30%, transparent);
    @supports (color: color-mix(in lab, red, red)) {
      border-color: color-mix(in oklab, var(--color-white) 30%, transparent);
    }
  }
  .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-green-500 {
    background-color: var(--color-green-500);
  }
  .bg-green-500\/20 {
    background-color: color-mix(in srgb, oklch(72.3% 0.219 149.579) 20%, transparent);
    @supports (color: color-mix(in lab, red, red)) {
      background-color: color-mix(in oklab, var(--color-green-500) 20%, transparent);
    }
  }
  .bg-purple-500\/15 {
    background-color: color-mix(in srgb, oklch(62.7% 0.265 303.9) 15%, transparent);
    @supports (color: color-mix(in lab, red, red)) {
      background-color: color-mix(in oklab, var(--color-purple-500) 15%, transparent);
    }
  }
  .bg-white\/3 {
    background-color: color-mix(in srgb, #fff 3%, transparent);
    @supports (color: color-mix(in lab, red, red)) {
      background-color: color-mix(in oklab, var(--color-white) 3%, transparent);
    }
  }
  .bg-white\/5 {
    background-color: color-mix(in srgb, #fff 5%, transparent);
    @supports (color: color-mix(in lab, red, red)) {
      background-color: color-mix(in oklab, var(--color-white) 5%, transparent);
    }
  }
  .bg-gradient-to-b {
    --tw-gradient-position: to bottom 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-black\/40 {
    --tw-gradient-from: color-mix(in srgb, #000 40%, transparent);
    @supports (color: color-mix(in lab, red, red)) {
      --tw-gradient-from: color-mix(in oklab, var(--color-black) 40%, transparent);
    }
    --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-black\/70 {
    --tw-gradient-from: color-mix(in srgb, #000 70%, transparent);
    @supports (color: color-mix(in lab, red, red)) {
      --tw-gradient-from: color-mix(in oklab, var(--color-black) 70%, transparent);
    }
    --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-pink-300 {
    --tw-gradient-from: var(--color-pink-300);
    --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-purple-300 {
    --tw-gradient-from: var(--color-purple-300);
    --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-purple-400 {
    --tw-gradient-from: var(--color-purple-400);
    --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));
  }
  .via-black\/50 {
    --tw-gradient-via: color-mix(in srgb, #000 50%, transparent);
    @supports (color: color-mix(in lab, red, red)) {
      --tw-gradient-via: color-mix(in oklab, var(--color-black) 50%, transparent);
    }
    --tw-gradient-via-stops: var(--tw-gradient-position), var(--tw-gradient-from) var(--tw-gradient-from-position), var(--tw-gradient-via) var(--tw-gradient-via-position), var(--tw-gradient-to) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-via-stops);
  }
  .to-black\/70 {
    --tw-gradient-to: color-mix(in srgb, #000 70%, transparent);
    @supports (color: color-mix(in lab, red, red)) {
      --tw-gradient-to: color-mix(in oklab, var(--color-black) 70%, transparent);
    }
    --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-black\/80 {
    --tw-gradient-to: color-mix(in srgb, #000 80%, transparent);
    @supports (color: color-mix(in lab, red, red)) {
      --tw-gradient-to: color-mix(in oklab, var(--color-black) 80%, transparent);
    }
    --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-400 {
    --tw-gradient-to: var(--color-blue-400);
    --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-pink-300 {
    --tw-gradient-to: var(--color-pink-300);
    --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-purple-300 {
    --tw-gradient-to: var(--color-purple-300);
    --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));
  }
  .bg-clip-text {
    background-clip: text;
  }
  .object-cover {
    object-fit: cover;
  }
  .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-10 {
    padding: calc(var(--spacing) * 10);
  }
  .p-12 {
    padding: calc(var(--spacing) * 12);
  }
  .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-6 {
    padding-inline: calc(var(--spacing) * 6);
  }
  .px-8 {
    padding-inline: calc(var(--spacing) * 8);
  }
  .px-10 {
    padding-inline: calc(var(--spacing) * 10);
  }
  .py-1 {
    padding-block: calc(var(--spacing) * 1);
  }
  .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-8 {
    padding-block: calc(var(--spacing) * 8);
  }
  .py-10 {
    padding-block: calc(var(--spacing) * 10);
  }
  .text-center {
    text-align: center;
  }
  .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-7xl {
    font-size: var(--text-7xl);
    line-height: var(--tw-leading, var(--text-7xl--line-height));
  }
  .text-9xl {
    font-size: var(--text-9xl);
    line-height: var(--tw-leading, var(--text-9xl--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-normal {
    --tw-leading: var(--leading-normal);
    line-height: var(--leading-normal);
  }
  .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-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-semibold {
    --tw-font-weight: var(--font-weight-semibold);
    font-weight: var(--font-weight-semibold);
  }
  .tracking-widest {
    --tw-tracking: var(--tracking-widest);
    letter-spacing: var(--tracking-widest);
  }
  .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-green-400 {
    color: var(--color-green-400);
  }
  .text-pink-400 {
    color: var(--color-pink-400);
  }
  .text-purple-300 {
    color: var(--color-purple-300);
  }
  .text-purple-400 {
    color: var(--color-purple-400);
  }
  .text-transparent {
    color: transparent;
  }
  .text-white {
    color: var(--color-white);
  }
  .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-400 {
    color: var(--color-yellow-400);
  }
  .uppercase {
    text-transform: uppercase;
  }
  .line-through {
    text-decoration-line: line-through;
  }
  .opacity-0 {
    opacity: 0%;
  }
  .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-sm {
    --tw-shadow: 0 1px 3px 0 var(--tw-shadow-color, rgb(0 0 0 / 0.1)), 0 1px 2px -1px var(--tw-shadow-color, rgb(0 0 0 / 0.1));
    box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
  }
  .shadow-xl {
    --tw-shadow: 0 20px 25px -5px var(--tw-shadow-color, rgb(0 0 0 / 0.1)), 0 8px 10px -6px var(--tw-shadow-color, rgb(0 0 0 / 0.1));
    box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
  }
  .ring {
    --tw-ring-shadow: var(--tw-ring-inset,) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color, currentcolor);
    box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
  }
  .outline {
    outline-style: var(--tw-outline-style);
    outline-width: 1px;
  }
  .blur {
    --tw-blur: blur(8px);
    filter: var(--tw-blur,) var(--tw-brightness,) var(--tw-contrast,) var(--tw-grayscale,) var(--tw-hue-rotate,) var(--tw-invert,) var(--tw-saturate,) var(--tw-sepia,) var(--tw-drop-shadow,);
  }
  .filter {
    filter: var(--tw-blur,) var(--tw-brightness,) var(--tw-contrast,) var(--tw-grayscale,) var(--tw-hue-rotate,) var(--tw-invert,) var(--tw-saturate,) var(--tw-sepia,) var(--tw-drop-shadow,);
  }
  .backdrop-blur-2xl {
    --tw-backdrop-blur: blur(var(--blur-2xl));
    -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,);
  }
  .backdrop-blur-lg {
    --tw-backdrop-blur: blur(var(--blur-lg));
    -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,);
  }
  .backdrop-blur-xl {
    --tw-backdrop-blur: blur(var(--blur-xl));
    -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,);
  }
  .backdrop-filter {
    -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));
  }
  .duration-200 {
    --tw-duration: 200ms;
    transition-duration: 200ms;
  }
  .duration-300 {
    --tw-duration: 300ms;
    transition-duration: 300ms;
  }
  .duration-400 {
    --tw-duration: 400ms;
    transition-duration: 400ms;
  }
  .hover\:-translate-y-2 {
    &:hover {
      @media (hover: hover) {
        --tw-translate-y: calc(var(--spacing) * -2);
        translate: var(--tw-translate-x) var(--tw-translate-y);
      }
    }
  }
  .hover\:scale-105 {
    &:hover {
      @media (hover: hover) {
        --tw-scale-x: 105%;
        --tw-scale-y: 105%;
        --tw-scale-z: 105%;
        scale: var(--tw-scale-x) var(--tw-scale-y);
      }
    }
  }
  .hover\:transform {
    &:hover {
      @media (hover: hover) {
        transform: var(--tw-rotate-x,) var(--tw-rotate-y,) var(--tw-rotate-z,) var(--tw-skew-x,) var(--tw-skew-y,);
      }
    }
  }
  .hover\:text-white {
    &:hover {
      @media (hover: hover) {
        color: var(--color-white);
      }
    }
  }
  .sm\:flex-row {
    @media (width >= 40rem) {
      flex-direction: row;
    }
  }
  .sm\:text-4xl {
    @media (width >= 40rem) {
      font-size: var(--text-4xl);
      line-height: var(--tw-leading, var(--text-4xl--line-height));
    }
  }
  .sm\:text-base {
    @media (width >= 40rem) {
      font-size: var(--text-base);
      line-height: var(--tw-leading, var(--text-base--line-height));
    }
  }
  .md\:col-span-2 {
    @media (width >= 48rem) {
      grid-column: span 2 / span 2;
    }
  }
  .md\:row-span-2 {
    @media (width >= 48rem) {
      grid-row: span 2 / span 2;
    }
  }
  .md\:mb-4 {
    @media (width >= 48rem) {
      margin-bottom: calc(var(--spacing) * 4);
    }
  }
  .md\:mb-6 {
    @media (width >= 48rem) {
      margin-bottom: calc(var(--spacing) * 6);
    }
  }
  .md\:mb-8 {
    @media (width >= 48rem) {
      margin-bottom: calc(var(--spacing) * 8);
    }
  }
  .md\:flex {
    @media (width >= 48rem) {
      display: flex;
    }
  }
  .md\:hidden {
    @media (width >= 48rem) {
      display: none;
    }
  }
  .md\:h-80 {
    @media (width >= 48rem) {
      height: calc(var(--spacing) * 80);
    }
  }
  .md\:min-h-screen {
    @media (width >= 48rem) {
      min-height: 100vh;
    }
  }
  .md\:w-80 {
    @media (width >= 48rem) {
      width: calc(var(--spacing) * 80);
    }
  }
  .md\:w-auto {
    @media (width >= 48rem) {
      width: auto;
    }
  }
  .md\:max-w-xl {
    @media (width >= 48rem) {
      max-width: var(--container-xl);
    }
  }
  .md\:flex-1 {
    @media (width >= 48rem) {
      flex: 1;
    }
  }
  .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\:flex-row {
    @media (width >= 48rem) {
      flex-direction: row;
    }
  }
  .md\:gap-4 {
    @media (width >= 48rem) {
      gap: calc(var(--spacing) * 4);
    }
  }
  .md\:p-8 {
    @media (width >= 48rem) {
      padding: calc(var(--spacing) * 8);
    }
  }
  .md\:p-12 {
    @media (width >= 48rem) {
      padding: calc(var(--spacing) * 12);
    }
  }
  .md\:p-20 {
    @media (width >= 48rem) {
      padding: calc(var(--spacing) * 20);
    }
  }
  .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-7xl {
    @media (width >= 48rem) {
      font-size: var(--text-7xl);
      line-height: var(--tw-leading, var(--text-7xl--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-lg {
    @media (width >= 48rem) {
      font-size: var(--text-lg);
      line-height: var(--tw-leading, var(--text-lg--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));
    }
  }
  .lg\:p-12 {
    @media (width >= 64rem) {
      padding: calc(var(--spacing) * 12);
    }
  }
  .lg\:text-6xl {
    @media (width >= 64rem) {
      font-size: var(--text-6xl);
      line-height: var(--tw-leading, var(--text-6xl--line-height));
    }
  }
  .xl\:text-8xl {
    @media (width >= 80rem) {
      font-size: var(--text-8xl);
      line-height: var(--tw-leading, var(--text-8xl--line-height));
    }
  }
}
:root {
  --background: 240 10% 3.9%;
  --foreground: 0 0% 98%;
  --card: 240 10% 3.9%;
  --card-foreground: 0 0% 98%;
  --primary: 263 85% 65%;
  --primary-foreground: 0 0% 98%;
  --secondary: 240 4% 16%;
  --secondary-foreground: 0 0% 98%;
  --muted: 240 5% 6%;
  --muted-foreground: 240 5% 65%;
  --accent: 240 4% 16%;
  --accent-foreground: 0 0% 98%;
  --border: 240 4% 16%;
  --input: 240 4% 16%;
  --ring: 263 85% 65%;
  --destructive: 0 84% 60%;
  --destructive-foreground: 0 0% 98%;
  --brand-accent: 217 91% 60%;
  --brand-alt: 43 96% 66%;
  --brand-surface: 216 33% 14%;
  --gradient-primary: linear-gradient(135deg, hsl(263, 85%, 65%) 0%, hsl(220, 95%, 70%) 100%);
  --gradient-secondary: linear-gradient(135deg, hsl(240, 10%, 3.9%) 0%, hsl(240, 5%, 6%) 100%);
  --gradient-hero: linear-gradient(135deg, hsl(263, 85%, 65%) 0%, hsl(220, 95%, 70%) 50%, hsl(280, 85%, 70%) 100%);
  --gradient-page: radial-gradient(at 0% 0%, rgba(139, 92, 246, 0.15) 0px, transparent 50%), radial-gradient(at 100% 0%, rgba(68, 144, 252, 0.12) 0px, transparent 50%), radial-gradient(at 100% 100%, rgba(236, 72, 153, 0.1) 0px, transparent 50%);
  --glass-bg: hsla(240, 5%, 6%, 0.8);
  --glass-border: hsla(263, 85%, 65%, 0.2);
  --shadow-glow: 0 0 40px hsla(263, 85%, 65%, 0.3);
  --shadow-glass: 0 8px 32px hsla(0, 0%, 0%, 0.37);
  --transition-smooth: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  --waveform-color: hsl(263, 85%, 65%);
  --radius: 0.75rem;
  --font-heading: Poppins, system-ui, -apple-system, Segoe UI, Roboto, Ubuntu, Cantarell, Noto Sans, sans-serif;
  --font-size-xs: 0.75rem;
  --font-size-sm: 0.875rem;
  --font-size-base: 1rem;
  --font-size-lg: 1.125rem;
  --font-size-xl: 1.25rem;
  --font-size-2xl: 1.5rem;
  --font-size-3xl: 1.875rem;
  --font-size-4xl: 2.25rem;
  --font-size-5xl: 3rem;
  --font-size-6xl: 3.75rem;
  --font-size-7xl: 4.5rem;
  --font-size-8xl: 6rem;
  --shadow-purple-glow: 0 0 60px rgba(139, 92, 246, 0.4);
  --shadow-pink-glow: 0 0 60px rgba(236, 72, 153, 0.4);
  --shadow-blue-glow: 0 0 60px rgba(68, 144, 252, 0.4);
}
* {
  border-color: hsl(var(--border));
}
html {
  scroll-behavior: smooth;
}
body {
  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, sans-serif;
  line-height: 2;
  background: hsl(var(--background));
  background-image: var(--gradient-page);
  background-attachment: fixed;
  background-repeat: no-repeat;
  color: hsl(var(--foreground));
  min-height: 100vh;
}
@font-face {
  font-family: 'Poppins';
  src: url('../fonts/poppins/Poppins-400.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Poppins';
  src: url('../fonts/poppins/Poppins-500.woff2') format('woff2');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Poppins';
  src: url('../fonts/poppins/Poppins-600.woff2') format('woff2');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Poppins';
  src: url('../fonts/poppins/Poppins-700.woff2') format('woff2');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
.site-header--light {
  background: #fff;
  color: #000;
  border-bottom: 1px solid hsl(var(--border));
}
.site-header--light a {
  color: #000;
}
.site-header--light a:hover {
  color: hsl(var(--gray-700, 0 0% 20%));
}
.site-header--light .text-white,
.site-header--light .text-white\/90,
.site-header--light .text-white\/95 {
  color: #000 !important;
}
.site-header {
  position: sticky;
  top: 0;
  z-index: 50;
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  transition: transform 0.4s ease, box-shadow 0.3s ease, border-color 0.3s ease, background 0.3s ease;
}
.site-header__inner {
  padding-block: 1.35rem;
  padding-inline: clamp(1.5rem, 4vw, 3rem);
  transition: padding 0.35s ease;
}
.site-header__brand {
  flex-shrink: 0;
}
.site-header__logo {
  display: block;
  height: 3.5rem;
  width: auto;
  flex-shrink: 0;
  transition: height 0.35s ease, transform 0.35s ease;
}
.site-header__wordmark {
  font-family: var(--font-heading);
  font-weight: 600;
  font-size: 1.875rem;
  letter-spacing: -0.01em;
  transition: font-size 0.35s ease, transform 0.35s ease;
}
.site-header__cluster {
  gap: clamp(1.5rem, 3vw, 3rem);
  transition: gap 0.35s ease;
}
.site-header__nav {
  display: none;
  align-items: center;
  transition: transform 0.35s ease;
}
@media (min-width: 768px) {
  .site-header__nav {
    display: flex;
  }
}
.site-header__nav-list,
.site-mobile-nav {
  list-style: none;
  margin: 0;
  padding: 0;
}
.site-header__nav-list {
  --nav-item-gap: clamp(1.25rem, 2.5vw, 2.75rem);
  display: flex;
  align-items: center;
  gap: var(--nav-item-gap);
  flex-wrap: nowrap;
  overflow: visible;
  min-width: 0;
}
.site-header__nav-list .nav__item {
  margin: 0;
}
.site-header__nav-list .nav__link {
  white-space: nowrap;
  font-size: var(--font-size-lg);
  font-weight: 500;
  color: rgba(10, 16, 10, 0.85);
  text-decoration: none;
  transition: color 0.25s ease;
}
.site-header__nav-list .nav__link:hover,
.site-header__nav-list .nav__link:focus-visible {
  color: rgba(10, 16, 10, 0.6);
}
.site-header__nav-list .nav__link--current {
  color: rgba(10, 16, 10, 1);
}
.site-header__nav-more {
  position: relative;
  list-style: none;
}
.site-header__nav-more[hidden] {
  display: none;
}
.site-header__nav-more-toggle {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.35ch;
  font-size: var(--font-size-lg);
  font-weight: 500;
  color: rgba(10, 16, 10, 0.65);
  letter-spacing: 0.2em;
  line-height: 1;
  padding: 0;
  background: none;
  border: 0;
  cursor: pointer;
  transition: color 0.25s ease;
}
.site-header__nav-more-toggle:hover,
.site-header__nav-more-toggle:focus-visible {
  color: rgba(10, 16, 10, 0.5);
}
.site-header__nav-more-toggle:focus-visible {
  outline: none;
  box-shadow: 0 0 0 3px rgba(68, 144, 252, 0.35);
  border-radius: 0.75rem;
}
.site-header__nav-more-panel {
  position: absolute;
  top: calc(100% + 0.75rem);
  right: 0;
  min-width: 12rem;
  padding: 0.75rem;
  border-radius: 0.9rem;
  border: 1px solid rgba(10, 16, 10, 0.08);
  background: #fff;
  box-shadow: 0 18px 36px rgba(10, 16, 10, 0.12);
  display: flex;
  flex-direction: column;
  gap: 0.35rem;
  z-index: 60;
}
.site-header__nav-more-panel[hidden] {
  display: none;
}
.site-header__nav-more-list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 0;
}
.site-header__nav-more-panel .nav__link {
  display: block;
  width: 100%;
  padding: 0.25rem 0;
  font-size: var(--font-size-lg);
  font-weight: 500;
  color: rgba(10, 16, 10, 0.85);
  text-decoration: none;
  border-radius: 0;
  transition: color 0.25s ease;
}
.site-header__nav-more-panel .nav__link:hover,
.site-header__nav-more-panel .nav__link:focus-visible {
  color: rgba(10, 16, 10, 0.6);
}
.site-header__mobile-panel {
  background: #fff;
  color: rgba(10, 16, 10, 0.85);
  box-shadow: 0 18px 36px rgba(10, 16, 10, 0.12);
  padding: 1.75rem clamp(1.5rem, 6vw, 2.5rem) 2.25rem;
  display: flex;
  flex-direction: column;
  margin-top: 1rem;
  gap: 1.75rem;
}
.site-header__mobile-nav {
  display: flex;
  flex-direction: column;
  gap: 0.85rem;
}
.site-mobile-nav {
  display: flex;
  flex-direction: column;
  gap: 0.85rem;
}
.site-mobile-nav .nav__item {
  margin: 0;
}
.site-mobile-nav .nav__link {
  display: inline-flex;
  align-items: center;
  gap: 0.75rem;
  padding: 0.25rem 0;
  font-size: var(--font-size-lg);
  font-weight: 500;
  color: rgba(10, 16, 10, 0.85);
  text-decoration: none;
  transition: color 0.25s ease;
}
.site-mobile-nav .nav__link::after {
  content: none;
}
.site-mobile-nav .nav__link:hover,
.site-mobile-nav .nav__link:focus-visible {
  color: rgba(10, 16, 10, 0.6);
}
.site-mobile-nav .nav__link--current {
  color: rgba(10, 16, 10, 1);
  font-weight: 600;
}
.site-header__mobile-actions {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
.site-header__mobile-link {
  display: inline-flex;
  justify-content: center;
  font-size: var(--font-size-lg);
  font-weight: 500;
  color: rgba(10, 16, 10, 0.75);
  text-decoration: none;
  transition: color 0.25s ease;
}
.site-header__mobile-link:hover,
.site-header__mobile-link:focus-visible {
  color: rgba(10, 16, 10, 0.55);
}
.site-mobile-nav .nav__link:hover::after,
.site-mobile-nav .nav__link:focus-visible::after {
  opacity: 1;
  transform: translateX(4px);
}
.site-mobile-nav .nav__link--current {
  color: rgba(10, 16, 10, 1);
}
.site-header__actions {
  gap: 0.75rem;
  transition: gap 0.35s ease;
}
.site-header__signin {
  white-space: nowrap;
  font-size: var(--font-size-lg);
  font-weight: 500;
  margin-right: 1rem;
  color: rgba(10, 16, 10, 0.85);
  transition: color 0.25s ease;
}
.site-header__signin:hover,
.site-header__signin:focus-visible {
  color: rgba(10, 16, 10, 0.65);
}
.site-header__action-btn {
  font-size: var(--font-size-lg);
  height: 2.75rem;
  padding: 0.625rem 1.25rem;
  line-height: 1;
}
.site-header__menu-toggle {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0.25rem;
  background: transparent;
  border: none;
  color: rgba(10, 16, 10, 0.85);
  transition: color 0.25s ease, transform 0.3s ease;
}
@media (min-width: 768px) {
  .site-header__menu-toggle {
    display: none;
  }
}
.site-header__menu-toggle:hover,
.site-header__menu-toggle:focus-visible {
  color: rgba(10, 16, 10, 0.65);
}
.site-header__menu-toggle:focus-visible {
  outline: none;
  box-shadow: 0 0 0 3px rgba(68, 144, 252, 0.35);
  border-radius: 0.75rem;
}
.site-header.is-compact {
  box-shadow: 0 12px 32px rgba(10, 16, 10, 0.15);
  border-color: rgba(34, 45, 66, 0.25);
}
.site-header.is-compact .site-header__inner {
  padding-block: 1rem;
}
.site-header.is-compact .site-header__logo {
  height: 3rem;
  transform: translateY(-2px);
}
.site-header.is-compact .site-header__wordmark {
  font-size: 1.5rem;
}
.site-header.is-compact .site-header__cluster {
  gap: clamp(1.1rem, 2vw, 2.25rem);
}
.site-header.is-compact .site-header__nav {
  gap: clamp(1rem, 2vw, 2rem);
}
.site-header.is-compact .site-header__nav-list {
  --nav-item-gap: clamp(1rem, 2vw, 2rem);
}
.site-header.is-compact .site-header__menu-toggle {
  transform: translateY(-2px) scale(0.96);
}
@media (max-width: 768px) {
  .site-header__inner {
    padding-block: 1.35rem;
    padding-inline: clamp(1.25rem, 6vw, 2.25rem);
  }
  .site-header__logo {
    height: 3.25rem;
  }
  .site-header.is-compact .site-header__inner {
    padding-block: 0.9rem;
  }
  .site-header.is-compact .site-header__logo {
    height: 2.75rem;
  }
}
@media (prefers-reduced-motion: reduce) {
  .site-header,
  .site-header__inner,
  .site-header__logo,
  .site-header__wordmark,
  .site-header__cluster,
  .site-header__nav,
  .site-header__menu-toggle {
    transition: none !important;
  }
}
h1, h2 {
  font-family: var(--font-heading);
  font-weight: 600;
  line-height: 1.3;
}
h3, h4, h5, h6 {
  font-family: var(--font-heading);
  font-weight: 400;
  line-height: 1.3;
}
h1 {
  font-size: var(--font-size-4xl);
  margin-bottom: 1rem;
  margin-top: 1.5rem;
  letter-spacing: 0.03em;
}
@media (min-width: 768px) {
  h1 {
    font-size: var(--font-size-6xl);
    margin-bottom: 1.5rem;
    margin-top: 2rem;
  }
}
h1:first-child {
  margin-top: 0;
}
h2 {
  font-size: var(--font-size-3xl);
  margin-bottom: 1.5rem;
  margin-top: 2rem;
  letter-spacing: 0.025em;
}
@media (min-width: 768px) {
  h2 {
    font-size: var(--font-size-5xl);
    margin-bottom: 1.75rem;
    margin-top: 2.5rem;
  }
}
h3 {
  font-size: var(--font-size-2xl);
  margin-bottom: 0.75rem;
  margin-top: 1.25rem;
}
@media (min-width: 768px) {
  h3 {
    font-size: var(--font-size-4xl);
    margin-bottom: 1rem;
    margin-top: 1.5rem;
  }
}
h4 {
  font-size: var(--font-size-xl);
  margin-bottom: 1rem;
  margin-top: 1.25rem;
}
@media (min-width: 768px) {
  h4 {
    font-size: var(--font-size-3xl);
    margin-bottom: 1.25rem;
    margin-top: 1.75rem;
  }
}
h5 {
  font-size: var(--font-size-lg);
  margin-bottom: 0.875rem;
  margin-top: 1.25rem;
}
@media (min-width: 768px) {
  h5 {
    font-size: var(--font-size-2xl);
    margin-bottom: 1rem;
    margin-top: 1.5rem;
  }
}
h6 {
  font-size: var(--font-size-base);
  margin-bottom: 0.75rem;
  margin-top: 1rem;
}
@media (min-width: 768px) {
  h6 {
    font-size: var(--font-size-xl);
    margin-bottom: 0.875rem;
    margin-top: 1.25rem;
  }
}
p {
  margin-bottom: 1rem;
  line-height: 1.7;
}
a:not(.btn):not(.btn-link):not(.nav__link):not(.social-pill):not(.social-btn):not(.tag):not(.site-header__wordmark):not(.site-header__logo) {
  color: hsl(var(--brand-accent));
  text-decoration: underline;
  text-underline-offset: 0.25em;
  transition: color 0.2s ease, text-decoration-color 0.2s ease;
}
a:not(.btn):not(.btn-link):not(.nav__link):not(.social-pill):not(.social-btn):not(.tag):not(.site-header__wordmark):not(.site-header__logo):hover {
  color: hsl(var(--brand-accent) / 0.85);
  text-decoration-color: hsl(var(--brand-accent) / 0.6);
}
ul, ol {
  margin-bottom: 1.5rem;
  padding-left: 2rem;
}
li {
  line-height: 1.7;
}
section {
  padding-top: 2rem;
}
section:last-child {
  margin-bottom: 0;
}
.glass-effect {
  background: var(--glass-bg);
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
  border: 1px solid var(--glass-border);
}
.bg-gradient-primary {
  background: var(--gradient-primary);
}
.bg-gradient-hero {
  background: var(--gradient-hero);
}
.shadow-glow {
  box-shadow: var(--shadow-glow);
}
.shadow-glass {
  box-shadow: var(--shadow-glass);
}
.text-waveform {
  color: var(--waveform-color);
}
.text-gradient {
  background: linear-gradient(135deg, hsl(263, 85%, 65%) 0%, hsl(220, 95%, 70%) 100%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}
.text-gradient-alt {
  background: linear-gradient(135deg, hsl(338, 85%, 65%) 0%, hsl(263, 85%, 65%) 100%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}
.text-gradient-hero {
  background: linear-gradient(135deg, hsl(263, 85%, 65%) 0%, hsl(338, 85%, 65%) 50%, hsl(220, 95%, 70%) 100%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}
.text-gradient-brand {
  background: linear-gradient(to right, hsl(263, 85%, 65%), hsl(217, 91%, 60%), hsl(263, 85%, 65%));
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  color: transparent;
}
.text-brand-primary {
  color: hsl(var(--brand-primary));
}
.text-brand-accent {
  color: hsl(var(--brand-accent));
}
.text-brand-alt {
  color: hsl(var(--brand-alt));
}
.icon {
  width: 1.25rem;
  height: 1.25rem;
  display: inline-block;
}
.icon-sm {
  width: 1rem;
  height: 1rem;
}
.icon-lg {
  width: 2rem;
  height: 2rem;
}
.badge {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  padding: 0.35rem 0.75rem;
  font-weight: 600;
  font-size: 0.875rem;
  border-radius: 9999px;
  border: 1px solid hsl(var(--glass-border));
  background: hsla(240, 5%, 6%, 0.15);
  backdrop-filter: blur(12px);
}
.badge--accent {
  color: hsl(var(--brand-accent));
  border-color: hsl(var(--brand-accent) / 0.3);
  background: hsl(var(--brand-accent) / 0.15);
}
.badge--alt {
  color: hsl(var(--brand-alt));
  border-color: hsl(var(--brand-alt) / 0.3);
  background: hsl(var(--brand-alt) / 0.15);
}
.card {
  background: hsl(var(--brand-surface));
  border: 1px solid rgba(255,255,255,0.08);
  border-radius: 1.25rem;
  padding: 1.5rem;
}
.card--elevated {
  box-shadow: 0 18px 54px rgba(10, 16, 10, 0.35);
}
.card--overlay {
  background: hsl(var(--background) / 0.4);
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
}
.card--surface {
  background: hsl(var(--brand-surface));
}
.card--release-featured {
  max-width: 42rem;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.card--release-featured:hover {
  transform: translateY(-4px);
  box-shadow: 0 24px 64px rgba(10, 16, 10, 0.45);
}
.card--release-archive {
  padding: 0;
  background: transparent;
  border: none;
  transition: opacity 0.3s ease;
}
.card--release-archive:hover {
  opacity: 0.8;
}
.card--release-archive img {
  aspect-ratio: 1;
  width: 100%;
  object-fit: cover;
  border-radius: 0.75rem;
  margin-bottom: 0.75rem;
}
.card--post {
  display: flex;
  flex-direction: column;
  height: 100%;
  transition: transform 0.3s ease, box-shadow 0.3s ease, border-color 0.3s ease;
}
.card--post:hover {
  transform: translateY(-4px);
  box-shadow: 0 24px 64px rgba(10, 16, 10, 0.45);
  border-color: hsl(var(--brand-accent) / 0.3);
}
.card--post img {
  aspect-ratio: 16 / 9;
  width: 100%;
  object-fit: cover;
  border-radius: 0.75rem;
  margin: -1.5rem -1.5rem 1.5rem;
  width: calc(100% + 3rem);
}
.card--post-featured {
  grid-column: span 2;
}
@media (min-width: 768px) {
  .card--post-featured {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 2rem;
    align-items: center;
  }
  .card--post-featured img {
    margin: -1.5rem;
    width: calc(100% + 3rem);
    height: calc(100% + 3rem);
    aspect-ratio: 1;
  }
}
.form-control {
  display: grid;
  gap: 0.5rem;
}
.label {
  font-size: 0.875rem;
  font-weight: 600;
}
.input {
  width: 100%;
  padding: 0.75rem 1rem;
  border-radius: 0.75rem;
  border: 1px solid hsl(var(--input));
  background: hsl(var(--background));
  color: hsl(var(--foreground));
  transition: border-color 0.2s ease, box-shadow 0.2s ease;
}
.input:focus {
  outline: none;
  border-color: hsl(var(--ring));
  box-shadow: 0 0 0 4px hsl(var(--ring) / 0.1);
}
.input--error {
  border-color: hsl(var(--destructive));
}
.input--success {
  border-color: hsl(151 80% 45%);
}
.help {
  font-size: 0.75rem;
  color: hsl(var(--muted-foreground));
}
.help--error {
  color: hsl(var(--destructive));
}
.help--success {
  color: hsl(151 80% 45%);
}
.tag {
  display: inline-flex;
  align-items: center;
  padding: 0.35rem 0.75rem;
  border-radius: 9999px;
  font-size: 0.875rem;
  background: hsl(var(--brand-surface) / 0.6);
  border: 1px solid rgba(255,255,255,0.08);
}
.tag--accent {
  background: hsl(var(--brand-accent) / 0.2);
  color: hsl(var(--brand-accent));
}
.tag--alt {
  background: hsl(var(--brand-alt) / 0.2);
  color: hsl(var(--brand-alt));
}
.product-card {
  background: hsl(var(--brand-surface));
  border: 1px solid rgba(255,255,255,0.08);
  border-radius: 1.25rem;
  padding: 1.5rem;
  box-shadow: 0 18px 54px rgba(10, 16, 10, 0.35);
}
.product-card__header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 1rem;
}
.product-card__title {
  font-family: var(--font-heading);
  font-weight: 700;
  font-size: 1.75rem;
}
.product-card__price {
  font-family: var(--font-heading);
  font-weight: 700;
  font-size: 2rem;
  background: linear-gradient(135deg, hsl(263 85% 65%), hsl(217 91% 60%));
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}
.product-card--featured {
  border-color: hsl(var(--brand-accent) / 0.3);
  box-shadow: 0 20px 60px hsl(var(--brand-accent) / 0.25);
}
.cta-card {
  background: var(--gradient-primary);
  border-radius: 1rem;
  padding: 2rem;
  color: #fff;
  box-shadow: 0 20px 60px hsla(217, 91%, 60%, 0.25);
}
.cta-block {
  display: grid;
  place-items: center;
  text-align: center;
  padding: 3rem 1.25rem;
  margin-bottom: 2rem;
  border-radius: 18px;
  box-shadow: 0 10px 30px rgba(0,0,0,0.35);
  border: 1px solid rgba(255,255,255,0.1);
}
.cta-block--shifting-horizons {
  background: radial-gradient(70% 60% at 50% 20%, rgba(68,144,252,0.10), transparent 70%),
    hsl(var(--brand-surface));
}
.cta-block__content {
  max-width: 100%;
}
.cta-block__title {
  font-family: var(--font-heading);
  margin: 0.2rem 0 0.6rem;
  color: hsl(var(--foreground));
}
.cta-block__description {
  color: hsl(var(--muted-foreground));
  margin-bottom: 1rem;
}
.cta-block__form {
  margin: 1rem 0;
}
.cta-block__form .form-control {
  background: rgba(0,0,0,0.35);
  border: 1px solid rgba(255,255,255,0.14);
  border-radius: 14px;
  padding: 1rem 1.5rem 2.5rem;
  margin-bottom: 1rem;
}
.cta-block__form .form-control__title {
  font-family: var(--font-heading);
  margin: 1.5rem 0 0.35rem;
  color: hsl(var(--foreground));
}
.cta-block__form .form-control__description {
  opacity: 0.8;
  margin: 0 0 0.7rem;
  color: hsl(var(--muted-foreground));
}
.cta-block__form .form-control__success {
  color: hsl(var(--foreground));
  font-weight: 600;
}
.cta-block__social {
  display: flex;
  gap: 1rem;
  flex-wrap: wrap;
  justify-content: center;
  margin: 1rem 0 0;
}
.cta-block__social .social-btn {
  color: #fff;
  text-decoration: none;
  padding: 0.55rem 0.9rem;
  border-radius: 999px;
  border: 1px solid rgba(255,255,255,0.16);
  transition: color 0.2s ease, border-color 0.2s ease, background 0.2s ease;
}
.cta-block__social .social-btn:hover {
  border-color: hsl(var(--brand-accent));
  color: hsl(var(--brand-accent));
  background: rgba(68,144,252,0.08);
}
.social-pill {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  color: #fff;
  text-decoration: none;
  padding: 0.55rem 0.9rem;
  border-radius: 999px;
  border: 1px solid rgba(255,255,255,0.16);
  transition: color 0.2s ease, border-color 0.2s ease, background 0.2s ease;
  font-size: 0.875rem;
  font-weight: 500;
}
.social-pill:hover {
  border-color: hsl(var(--brand-accent));
  color: hsl(var(--brand-accent));
  background: rgba(68,144,252,0.08);
}
.social-pill svg {
  width: 1rem;
  height: 1rem;
  flex-shrink: 0;
}
.cta-block__signup-btn {
  margin-top: 1rem;
  display: inline-block;
}
.audio-player {
  max-width: 40rem;
}
.audio-player audio {
  width: 100%;
  border-radius: 0.75rem;
  background: hsl(var(--brand-surface));
}
.audio-player .caption {
  margin-top: 0.5rem;
  color: hsl(var(--muted-foreground));
  font-size: 0.875rem;
}
.social-nav {
  display: flex;
  gap: 1rem;
  align-items: center;
}
.social-btn {
  width: 2.75rem;
  height: 2.75rem;
  border-radius: 9999px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: rgba(255,255,255,0.06);
  border: 1px solid rgba(255,255,255,0.12);
  transition: transform 0.2s ease, background 0.2s ease, border-color 0.2s ease;
}
.social-btn:hover {
  transform: translateY(-2px);
  background: hsl(var(--brand-accent) / 0.2);
  border-color: hsl(var(--brand-accent) / 0.4);
}
.countdown {
  display: flex;
  gap: 0.5rem;
  align-items: center;
  justify-content: center;
  flex-wrap: nowrap;
}
@media (min-width: 640px) {
  .countdown {
    gap: 0.75rem;
  }
}
@media (min-width: 768px) {
  .countdown {
    margin-left: 2rem;
    margin-right: 2rem;
    gap: 1rem;
  }
}
.countdown__item {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  width: 2.5rem;
  min-width: 2.5rem;
  flex-shrink: 0;
}
@media (min-width: 640px) {
  .countdown__item {
    width: 3rem;
    min-width: 3rem;
  }
}
@media (min-width: 768px) {
  .countdown__item {
    width: 3.5rem;
    min-width: 3.5rem;
  }
}
.countdown__value {
  font-family: var(--font-heading);
  font-size: 1rem;
  font-weight: 700;
  line-height: 1;
  color: white;
  width: 1.5ch;
  text-align: center;
  font-variant-numeric: tabular-nums;
}
@media (min-width: 640px) {
  .countdown__value {
    font-size: 1.25rem;
    width: 2ch;
  }
}
@media (min-width: 768px) {
  .countdown__value {
    font-size: 1.5rem;
    width: 2.5ch;
  }
}
@media (min-width: 1024px) {
  .countdown__value {
    font-size: 2rem;
    width: 3ch;
  }
}
.countdown__label {
  font-size: 0.5rem;
  text-transform: lowercase;
  letter-spacing: 0.05em;
  color: rgba(255, 255, 255, 0.7);
  font-weight: 400;
  text-align: center;
}
@media (min-width: 640px) {
  .countdown__label {
    font-size: 0.625rem;
  }
}
@media (min-width: 768px) {
  .countdown__label {
    font-size: 0.75rem;
  }
}
@media (min-width: 1024px) {
  .countdown__label {
    font-size: 0.875rem;
  }
}
.countdown__expired {
  font-family: var(--font-heading);
  font-size: 1.5rem;
  font-weight: 700;
  background: var(--gradient-primary);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  text-align: center;
  padding: 1rem 2rem;
}
@media (min-width: 640px) {
  .countdown__expired {
    font-size: 2rem;
  }
}
@media (min-width: 768px) {
  .countdown__expired {
    font-size: 2.5rem;
  }
}
.hero {
  position: relative;
  overflow: hidden;
  border-radius: 1.5rem;
  padding: 3rem 1.5rem;
}
@media (min-width: 768px) {
  .hero {
    padding: 4rem 2rem;
  }
}
.hero--fullscreen {
  min-height: 500px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(to bottom, rgba(0,0,0,0.4), rgba(0,0,0,0.8));
  padding: 2rem 1rem;
}
@media (min-width: 768px) {
  .hero--fullscreen {
    min-height: 75vh;
    max-height: 800px;
    padding: 3rem 2rem;
  }
}
.hero--compact {
  padding: 2rem 1rem;
}
@media (min-width: 768px) {
  .hero--compact {
    padding: 2.5rem 2rem;
    min-height: 65vh;
    max-height: 700px;
  }
}
.hero--compact h1 {
  margin-bottom: 0.75rem;
  margin-top: 0;
}
.hero--compact h3 {
  margin-bottom: 0.75rem;
  margin-top: 0;
}
.hero--compact p {
  margin-bottom: 0.75rem;
}
.hero--with-bg {
  position: relative;
  background: transparent;
}
.hero--with-bg .hero__content {
  background: rgba(255, 255, 255, 0.05);
  backdrop-filter: blur(32px);
  -webkit-backdrop-filter: blur(32px);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 1.5rem;
  padding: 3rem;
  box-shadow: 0 25px 80px rgba(0, 0, 0, 0.4);
}
@media (min-width: 768px) {
  .hero--with-bg .hero__content {
    padding: 4rem;
  }
}
.hero--split {
  display: grid;
  grid-template-columns: 1fr;
  gap: 2.5rem;
  align-items: center;
  background: hsl(var(--brand-surface) / 0.4);
  padding: 2.5rem;
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.3);
}
@media (min-width: 768px) {
  .hero--split {
    grid-template-columns: 1fr 1fr;
  }
}
.hero--card {
  background: rgba(255, 255, 255, 0.05);
  backdrop-filter: blur(32px);
  -webkit-backdrop-filter: blur(32px);
  padding: 3rem;
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.3);
  border: 1px solid rgba(255, 255, 255, 0.1);
}
@media (min-width: 768px) {
  .hero--card {
    padding: 5rem;
  }
}
.hero__content {
  position: relative;
  z-index: 10;
  text-align: center;
  max-width: 80rem;
  margin: 0 auto;
}
.hero__orb {
  position: absolute;
  border-radius: 9999px;
  filter: blur(120px);
  opacity: 0.3;
}
.hero__orb--purple {
  top: 2.5rem;
  left: 2.5rem;
  width: 24rem;
  height: 24rem;
  background: hsl(263, 85%, 65%);
}
.hero__orb--pink {
  bottom: 2.5rem;
  right: 2.5rem;
  width: 24rem;
  height: 24rem;
  background: hsl(338, 85%, 65%);
}
.hero__stats {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1rem;
  margin-top: 2rem;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}
@media (min-width: 640px) {
  .hero__stats {
    gap: 1.5rem;
    margin-top: 3rem;
  }
}
@media (min-width: 768px) {
  .hero__stats {
    gap: 2rem;
    margin-top: 4rem;
    max-width: 600px;
  }
}
.hero__stat {
  text-align: center;
}
.hero__stat-value {
  font-family: var(--font-heading);
  font-size: 1.5rem;
  font-weight: 700;
  background: linear-gradient(135deg, hsl(263, 85%, 65%) 0%, hsl(220, 95%, 70%) 100%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  margin-bottom: 0.25rem;
  line-height: 1;
}
@media (min-width: 640px) {
  .hero__stat-value {
    font-size: 2rem;
  }
}
@media (min-width: 768px) {
  .hero__stat-value {
    font-size: 2.5rem;
  }
}
@media (min-width: 1024px) {
  .hero__stat-value {
    font-size: 3rem;
  }
}
@media (min-width: 1280px) {
  .hero__stat-value {
    font-size: 3.5rem;
  }
}
.hero__stat-label {
  color: hsl(var(--muted-foreground));
  font-size: 0.625rem;
  line-height: 1.2;
}
@media (min-width: 640px) {
  .hero__stat-label {
    font-size: 0.75rem;
  }
}
@media (min-width: 768px) {
  .hero__stat-label {
    font-size: 0.875rem;
  }
}
@media (min-width: 1024px) {
  .hero__stat-label {
    font-size: 1rem;
  }
}
.hero__stats {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
  gap: 3rem;
  margin-top: 5rem;
}
.hero__stat-value {
  font-family: var(--font-heading);
  font-weight: 700;
  background: linear-gradient(135deg, hsl(263, 85%, 65%), hsl(217, 91%, 60%));
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  margin-bottom: 0.5rem;
}
.hero__stat-label {
  color: hsl(var(--muted-foreground));
}
.content-block {
  display: grid;
  gap: 2.5rem;
  align-items: center;
  margin-bottom: 4rem;
}
.content-block--image-right {
  grid-template-columns: 1fr;
}
@media (min-width: 768px) {
  .content-block--image-right {
    grid-template-columns: 3fr 2fr;
  }
}
.content-block--image-left {
  grid-template-columns: 1fr;
}
@media (min-width: 768px) {
  .content-block--image-left {
    grid-template-columns: 2fr 3fr;
  }
}
.content-block__image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 1rem;
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.3);
}
.feature-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 2.5rem;
  margin: 3rem 0;
}
.feature-card {
  text-align: center;
  padding: 2rem;
}
.feature-card__icon {
  width: 6rem;
  height: 6rem;
  border-radius: 9999px;
  background: hsl(var(--brand-accent) / 0.15);
  border: 1px solid hsl(var(--brand-accent) / 0.3);
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 2rem;
  font-size: 3rem;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
}
.feature-card__title {
  font-family: var(--font-heading);
  font-size: 1.5rem;
  font-weight: 600;
  margin-bottom: 1rem;
}
.feature-card__description {
  color: hsl(var(--muted-foreground));
  line-height: 1.6;
}
.muted,
.text-muted {
  color: hsl(var(--muted-foreground));
}
.kg-width-wide {
  margin-left: auto;
  margin-right: auto;
  max-width: min(1200px, 100%);
  width: 100%;
}
.kg-width-wide img,
.kg-width-wide video,
.kg-width-wide iframe {
  width: 100%;
  height: auto;
  display: block;
  border-radius: var(--radius);
}
.kg-width-full {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  max-width: none;
}
@media (min-width: 64rem) {
  .kg-width-full {
    width: 100vw;
    margin-left: calc(50% - 50vw);
    margin-right: calc(50% - 50vw);
  }
}
.kg-width-full img,
.kg-width-full video,
.kg-width-full iframe {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 0;
}
@keyframes float {
  0%, 100% {
    transform: translateY(0px);
  }
  50% {
    transform: translateY(-10px);
  }
}
.animate-float {
  animation: float 6s ease-in-out infinite;
}
@keyframes pulse-slow {
  0%, 100% {
    opacity: 0.3;
  }
  50% {
    opacity: 0.8;
  }
}
.animate-pulse-slow {
  animation: pulse-slow 3s ease-in-out infinite;
}
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  white-space: nowrap;
  border-radius: 0.375rem;
  font-size: 0.875rem;
  font-weight: 500;
  line-height: 1;
  transition: colors 0.2s;
  outline: none;
  cursor: pointer;
  border: 1px solid transparent;
  height: 2.5rem;
  padding: 0.5rem 1rem;
  box-sizing: border-box;
}
.btn:focus-visible {
  outline: 2px solid hsl(var(--ring));
  outline-offset: 2px;
}
.btn:disabled {
  pointer-events: none;
  opacity: 0.5;
}
.btn svg {
  pointer-events: none;
  width: 1rem;
  height: 1rem;
  flex-shrink: 0;
}
.btn-default {
  background: hsl(var(--primary));
  color: hsl(var(--primary-foreground));
}
.btn-default:hover {
  background: hsl(var(--primary) / 0.9);
}
.btn-brand {
  background: hsl(var(--brand-accent));
  color: #fff !important;
  font-size: var(--font-size-lg);
  font-weight: 500;
  box-shadow: 0 12px 22px hsla(217, 91%, 60%, 0.25);
  transition: transform 0.25s ease, box-shadow 0.25s ease, background 0.25s ease;
}
.btn-brand:hover,
.btn-brand:focus-visible {
  background: hsl(var(--brand-accent) / 0.92);
  box-shadow: 0 16px 28px hsla(217, 91%, 60%, 0.35);
  transform: translateY(-1px);
}
.btn-destructive {
  background: hsl(var(--destructive));
  color: hsl(var(--destructive-foreground));
}
.btn-destructive:hover {
  background: hsl(var(--destructive) / 0.9);
}
.btn-outline {
  border: 1px solid hsl(var(--input));
  background: hsl(var(--background));
}
.btn-outline:hover {
  background: hsl(var(--accent));
  color: hsl(var(--accent-foreground));
}
.btn-secondary {
  background: hsl(var(--secondary));
  color: hsl(var(--secondary-foreground));
}
.btn-secondary:hover {
  background: hsl(var(--secondary) / 0.8);
}
.btn-ghost:hover {
  background: hsl(var(--accent));
  color: hsl(var(--accent-foreground));
}
.btn-link {
  color: hsl(var(--primary));
  text-underline-offset: 4px;
  padding: 0;
  height: auto;
}
.btn-link:hover {
  text-decoration: underline;
}
.btn-hero {
  background: var(--gradient-primary);
  color: hsl(var(--primary-foreground));
  font-weight: 600;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}
.btn-hero:hover {
  box-shadow: var(--shadow-glow);
  transform: scale(1.05);
}
.btn-glass {
  background: var(--glass-bg);
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
  border: 1px solid var(--glass-border);
  color: hsl(var(--foreground));
  box-shadow: var(--shadow-glass);
}
.btn-glass:hover {
  background: hsla(240, 5%, 6%, 0.9);
  border-color: hsl(var(--primary) / 0.4);
}
.btn-cta {
  background: var(--gradient-hero);
  color: hsl(var(--primary-foreground));
  font-weight: 700;
  font-size: 1rem;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}
.btn-cta:hover {
  box-shadow: var(--shadow-glow);
  transform: scale(1.05);
}
.btn-sm {
  height: 2.25rem;
  border-radius: 0.375rem;
  padding: 0 0.75rem;
}
.btn-default,
.btn-hero,
.btn-glass,
.btn-cta {
  height: 2.5rem;
  padding: 0.5rem 1rem;
}
.btn-lg {
  height: 2.75rem;
  border-radius: 0.375rem;
  padding: 0 2rem;
}
.btn-xl {
  height: 3rem;
  border-radius: 0.5rem;
  padding: 0 1.5rem;
  font-size: 1rem;
}
@media (min-width: 768px) {
  .btn-xl {
    height: 3.5rem;
    padding: 0 2.5rem;
    font-size: 1.125rem;
  }
}
.btn-icon {
  height: 2.5rem;
  width: 2.5rem;
  padding: 0;
}
@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-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-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-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;
}
@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-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-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-scale-x: 1;
      --tw-scale-y: 1;
      --tw-scale-z: 1;
    }
  }
}
