@import "https://fonts.googleapis.com/css2?family=Montserrat:wght@300;400;500;600;700;800&display=swap";
@import "https://fonts.googleapis.com/css2?family=Libre+Baskerville:ital,wght@0,400;0,700;1,400&display=swap";
/*! tailwindcss v4.1.3 | MIT License | https://tailwindcss.com */
@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-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-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-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;
    }
  }
}

@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-gray-300: oklch(.872 .01 258.338);
    --color-gray-400: oklch(.707 .022 261.325);
    --color-gray-600: oklch(.446 .03 256.802);
    --color-gray-900: oklch(.21 .034 264.665);
    --color-black: #000;
    --color-white: #fff;
    --spacing: .25rem;
    --container-2xl: 42rem;
    --text-xs: .75rem;
    --text-xs--line-height: calc(1 / .75);
    --text-lg: 1.125rem;
    --text-lg--line-height: calc(1.75 / 1.125);
    --text-2xl: 1.5rem;
    --text-2xl--line-height: calc(2 / 1.5);
    --text-5xl: 3rem;
    --text-5xl--line-height: 1;
    --text-6xl: 3.75rem;
    --text-6xl--line-height: 1;
    --tracking-tight: -.025em;
    --tracking-wide: .025em;
    --leading-relaxed: 1.625;
    --radius-2xl: 1rem;
    --blur-sm: 8px;
    --default-transition-duration: .15s;
    --default-transition-timing-function: cubic-bezier(.4, 0, .2, 1);
    --default-font-family: var(--font-sans);
    --default-font-feature-settings: var(--font-sans--font-feature-settings);
    --default-font-variation-settings: var(--font-sans--font-variation-settings);
    --default-mono-font-family: var(--font-mono);
    --default-mono-font-feature-settings: var(--font-mono--font-feature-settings);
    --default-mono-font-variation-settings: var(--font-mono--font-variation-settings);
  }
}

@layer base {
  *, :after, :before, ::backdrop {
    box-sizing: border-box;
    border: 0 solid;
    margin: 0;
    padding: 0;
  }

  ::file-selector-button {
    box-sizing: border-box;
    border: 0 solid;
    margin: 0;
    padding: 0;
  }

  html, :host {
    -webkit-text-size-adjust: 100%;
    tab-size: 4;
    line-height: 1.5;
    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;
  }

  body {
    line-height: inherit;
  }

  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;
    -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 {
    vertical-align: baseline;
    font-size: 75%;
    line-height: 0;
    position: relative;
  }

  sub {
    bottom: -.25em;
  }

  sup {
    top: -.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 {
    vertical-align: middle;
    display: block;
  }

  img, video {
    max-width: 100%;
    height: auto;
  }

  button, input, select, optgroup, textarea {
    font: inherit;
    font-feature-settings: inherit;
    font-variation-settings: inherit;
    letter-spacing: inherit;
    color: inherit;
    opacity: 1;
    background-color: #0000;
    border-radius: 0;
  }

  ::file-selector-button {
    font: inherit;
    font-feature-settings: inherit;
    font-variation-settings: inherit;
    letter-spacing: inherit;
    color: inherit;
    opacity: 1;
    background-color: #0000;
    border-radius: 0;
  }

  :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;
    color: currentColor;
  }

  @supports (color: color-mix(in lab, red, red)) {
    ::placeholder {
      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 {
    padding-block: 0;
  }

  ::-webkit-datetime-edit-year-field {
    padding-block: 0;
  }

  ::-webkit-datetime-edit-month-field {
    padding-block: 0;
  }

  ::-webkit-datetime-edit-day-field {
    padding-block: 0;
  }

  ::-webkit-datetime-edit-hour-field {
    padding-block: 0;
  }

  ::-webkit-datetime-edit-minute-field {
    padding-block: 0;
  }

  ::-webkit-datetime-edit-second-field {
    padding-block: 0;
  }

  ::-webkit-datetime-edit-millisecond-field {
    padding-block: 0;
  }

  ::-webkit-datetime-edit-meridiem-field {
    padding-block: 0;
  }

  :-moz-ui-invalid {
    box-shadow: none;
  }

  button, input:where([type="button"], [type="reset"], [type="submit"]) {
    appearance: button;
  }

  ::file-selector-button {
    appearance: button;
  }

  ::-webkit-inner-spin-button {
    height: auto;
  }

  ::-webkit-outer-spin-button {
    height: auto;
  }

  [hidden]:where(:not([hidden="until-found"])) {
    display: none !important;
  }

  * {
    border-color: oklch(.922 0 0);
    outline-color: color-mix(in oklab, oklch(.708 0 0) 50%, transparent);
  }

  body {
    background-color: oklch(1 0 0);
    color: oklch(.145 0 0);
  }
}

@layer utilities {
  .absolute {
    position: absolute;
  }

  .relative {
    position: relative;
  }

  .inset-\[9\.96\%_50\.93\%_79\.73\%_38\.76\%\] {
    inset: 9.96% 50.93% 79.73% 38.76%;
  }

  .inset-\[9\.97\%_50\.98\%_79\.99\%_38\.99\%\] {
    inset: 9.97% 50.98% 79.99% 38.99%;
  }

  .inset-\[11\.38\%_34\.93\%_32\.8\%_35\.56\%\] {
    inset: 11.38% 34.93% 32.8% 35.56%;
  }

  .inset-\[19\.91\%_37\.78\%_69\.78\%_51\.91\%\] {
    inset: 19.91% 37.78% 69.78% 51.91%;
  }

  .inset-\[20\.01\%_37\.88\%_70\.03\%_52\.15\%\] {
    inset: 20.01% 37.88% 70.03% 52.15%;
  }

  .inset-\[21\.33\%_36\.36\%_22\.84\%_50\.49\%\] {
    inset: 21.33% 36.36% 22.84% 50.49%;
  }

  .inset-\[22\.4\%_51\.29\%_32\.85\%_35\.58\%\] {
    inset: 22.4% 51.29% 32.85% 35.58%;
  }

  .inset-\[22\.67\%_51\.53\%_33\.12\%_35\.84\%\] {
    inset: 22.67% 51.53% 33.12% 35.84%;
  }

  .inset-\[32\.36\%_36\.42\%_33\.51\%_50\.81\%\] {
    inset: 32.36% 36.42% 33.51% 50.81%;
  }

  .inset-\[32\.63\%_36\.55\%_33\.67\%_50\.83\%\] {
    inset: 32.63% 36.55% 33.67% 50.83%;
  }

  .inset-\[46\.97\%_27\.58\%_53\.03\%_27\.32\%\] {
    inset: 46.97% 27.58% 53.03% 27.32%;
  }

  .inset-\[73\.9\%_14\.03\%_22\.66\%_83\.3\%\] {
    inset: 73.9% 14.03% 22.66% 83.3%;
  }

  .inset-\[73\.9\%_23\.09\%_22\.66\%_73\.05\%\] {
    inset: 73.9% 23.09% 22.66% 73.05%;
  }

  .inset-\[73\.9\%_28\.27\%_22\.66\%_68\.68\%\] {
    inset: 73.9% 28.27% 22.66% 68.68%;
  }

  .inset-\[73\.9\%_38\.18\%_22\.66\%_59\.16\%\] {
    inset: 73.9% 38.18% 22.66% 59.16%;
  }

  .inset-\[73\.9\%_42\.48\%_22\.66\%_54\.52\%\] {
    inset: 73.9% 42.48% 22.66% 54.52%;
  }

  .inset-\[73\.9\%_47\.12\%_22\.66\%_49\.72\%\] {
    inset: 73.9% 47.12% 22.66% 49.72%;
  }

  .inset-\[73\.9\%_52\.31\%_22\.66\%_46\.89\%\] {
    inset: 73.9% 52.31% 22.66% 46.89%;
  }

  .inset-\[73\.9\%_57\.28\%_22\.66\%_38\.85\%\] {
    inset: 73.9% 57.28% 22.66% 38.85%;
  }

  .inset-\[73\.9\%_64\.87\%_22\.66\%_31\.85\%\] {
    inset: 73.9% 64.87% 22.66% 31.85%;
  }

  .inset-\[73\.9\%_69\.7\%_22\.66\%_26\.84\%\] {
    inset: 73.9% 69.7% 22.66% 26.84%;
  }

  .inset-\[73\.9\%_74\.42\%_22\.66\%_22\.58\%\] {
    inset: 73.9% 74.42% 22.66% 22.58%;
  }

  .inset-\[73\.9\%_78\.78\%_22\.66\%_17\.36\%\] {
    inset: 73.9% 78.78% 22.66% 17.36%;
  }

  .inset-\[73\.9\%_84\.18\%_22\.6\%_13\.46\%\] {
    inset: 73.9% 84.18% 22.6% 13.46%;
  }

  .inset-\[73\.84\%_18\.44\%_22\.6\%_78\.27\%\] {
    inset: 73.84% 18.44% 22.6% 78.27%;
  }

  .inset-\[73\.84\%_33\.21\%_22\.6\%_63\.46\%\] {
    inset: 73.84% 33.21% 22.6% 63.46%;
  }

  .inset-\[80\.36\%_29\.24\%_15\.73\%_29\.51\%\] {
    inset: 80.36% 29.24% 15.73% 29.51%;
  }

  .inset-\[81\.05\%_30\.23\%_16\.92\%_30\.26\%\] {
    inset: 81.05% 30.23% 16.92% 30.26%;
  }

  .inset-\[81\.05\%_32\.74\%_16\.92\%_65\.17\%\] {
    inset: 81.05% 32.74% 16.92% 65.17%;
  }

  .inset-\[81\.05\%_35\.84\%_16\.92\%_62\.07\%\] {
    inset: 81.05% 35.84% 16.92% 62.07%;
  }

  .inset-\[81\.05\%_41\.94\%_16\.92\%_56\.29\%\] {
    inset: 81.05% 41.94% 16.92% 56.29%;
  }

  .inset-\[81\.05\%_44\.7\%_16\.92\%_53\.82\%\] {
    inset: 81.05% 44.7% 16.92% 53.82%;
  }

  .inset-\[81\.05\%_51\.34\%_16\.92\%_46\.86\%\] {
    inset: 81.05% 51.34% 16.92% 46.86%;
  }

  .inset-\[81\.05\%_59\.96\%_16\.92\%_38\.24\%\] {
    inset: 81.05% 59.96% 16.92% 38.24%;
  }

  .inset-\[81\.07\%_30\.23\%_16\.94\%_68\.44\%\] {
    inset: 81.07% 30.23% 16.94% 68.44%;
  }

  .inset-\[81\.07\%_39\.11\%_16\.94\%_59\.22\%\] {
    inset: 81.07% 39.11% 16.94% 59.22%;
  }

  .inset-\[81\.07\%_48\.65\%_16\.94\%_49\.94\%\] {
    inset: 81.07% 48.65% 16.94% 49.94%;
  }

  .inset-\[81\.07\%_54\%_16\.94\%_43\.97\%\] {
    inset: 81.07% 54% 16.94% 43.97%;
  }

  .inset-\[81\.07\%_57\.06\%_16\.92\%_41\.31\%\] {
    inset: 81.07% 57.06% 16.92% 41.31%;
  }

  .inset-\[81\.07\%_62\.94\%_16\.94\%_35\.39\%\] {
    inset: 81.07% 62.94% 16.94% 35.39%;
  }

  .inset-\[81\.07\%_65\.64\%_16\.94\%_32\.33\%\] {
    inset: 81.07% 65.64% 16.94% 32.33%;
  }

  .inset-\[81\.07\%_68\.41\%_16\.94\%_30\.26\%\] {
    inset: 81.07% 68.41% 16.94% 30.26%;
  }

  .top-\[-1\.99px\] {
    top: -1.99px;
  }

  .right-0 {
    right: calc(var(--spacing) * 0);
  }

  .bottom-\[-1\.99px\] {
    bottom: -1.99px;
  }

  .left-0 {
    left: calc(var(--spacing) * 0);
  }

  .mx-auto {
    margin-inline: auto;
  }

  .mt-12 {
    margin-top: calc(var(--spacing) * 12);
  }

  .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);
  }

  .block {
    display: block;
  }

  .contents {
    display: contents;
  }

  .flex {
    display: flex;
  }

  .size-full {
    width: 100%;
    height: 100%;
  }

  .h-\[100px\] {
    height: 100px;
  }

  .min-h-screen {
    min-height: 100vh;
  }

  .w-\[80px\] {
    width: 80px;
  }

  .w-fit {
    width: fit-content;
  }

  .max-w-2xl {
    max-width: var(--container-2xl);
  }

  .items-center {
    align-items: center;
  }

  .justify-center {
    justify-content: center;
  }

  :where(.space-y-2 > :not(:last-child)) {
    --tw-space-y-reverse: 0;
    margin-block-start: calc(calc(var(--spacing) * 2) * var(--tw-space-y-reverse));
    margin-block-end: calc(calc(var(--spacing) * 2) * calc(1 - var(--tw-space-y-reverse)));
  }

  :where(.space-y-4 > :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)));
  }

  .rounded-2xl {
    border-radius: var(--radius-2xl);
  }

  .rounded-xl {
    border-radius: 1.025rem;
  }

  .border {
    border-style: var(--tw-border-style);
    border-width: 1px;
  }

  .border-white\/10 {
    border-color: #ffffff1a;
  }

  @supports (color: color-mix(in lab, red, red)) {
    .border-white\/10 {
      border-color: color-mix(in oklab, var(--color-white) 10%, transparent);
    }
  }

  .bg-white {
    background-color: var(--color-white);
  }

  .bg-white\/5 {
    background-color: #ffffff0d;
  }

  @supports (color: color-mix(in lab, red, red)) {
    .bg-white\/5 {
      background-color: color-mix(in oklab, var(--color-white) 5%, transparent);
    }
  }

  .bg-gradient-to-br {
    --tw-gradient-position: to bottom right in oklab;
    background-image: linear-gradient(var(--tw-gradient-stops));
  }

  .from-black {
    --tw-gradient-from: var(--color-black);
    --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-gray-900 {
    --tw-gradient-via: var(--color-gray-900);
    --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 {
    --tw-gradient-to: var(--color-black);
    --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));
  }

  .\[mask-composite\:intersect\,_intersect\,_intersect\,_intersect\,_intersect\] {
    mask-composite: intersect, intersect, intersect, intersect, intersect;
  }

  .\[mask-composite\:intersect\,_intersect\] {
    mask-composite: intersect, intersect;
  }

  .mask-intersect {
    mask-composite: intersect;
  }

  .\[mask-mode\:alpha\,_alpha\,_alpha\,_alpha\,_alpha\] {
    mask-mode: alpha, alpha, alpha, alpha, alpha;
  }

  .\[mask-mode\:alpha\,_alpha\] {
    mask-mode: alpha, alpha;
  }

  .mask-alpha {
    mask-mode: alpha;
  }

  .mask-size-\[37\.38px_37\.38px\,_37\.38px_37\.38px\,_38\.667px_38\.667px\,_37\.38px_37\.38px\,_37\.38px_37\.38px\] {
    mask-size: 37.38px 37.38px, 37.38px 37.38px, 38.667px 38.667px, 37.38px 37.38px, 37.38px 37.38px;
  }

  .mask-size-\[37\.62px_37\.62px\,_37\.62px_37\.62px\,_38\.667px_38\.667px\,_37\.62px_37\.62px\,_37\.62px_37\.62px\] {
    mask-size: 37.62px 37.62px, 37.62px 37.62px, 38.667px 38.667px, 37.62px 37.62px, 37.62px 37.62px;
  }

  .mask-size-\[49\.333px_209\.333px\,_47\.875px_128px\] {
    mask-size: 49.333px 209.333px, 47.875px 128px;
  }

  .mask-size-\[110\.667px_209\.333px\,_49\.26px_167\.807px\] {
    mask-size: 110.667px 209.333px, 49.26px 167.807px;
  }

  .mask-size-\[154\.667px_14\.667px\] {
    mask-size: 154.667px 14.667px;
  }

  .\[mask-clip\:no-clip\,_no-clip\,_no-clip\,_no-clip\,_no-clip\] {
    mask-clip: no-clip, no-clip, no-clip, no-clip, no-clip;
  }

  .\[mask-clip\:no-clip\,_no-clip\] {
    mask-clip: no-clip, no-clip;
  }

  .mask-no-clip {
    mask-clip: no-clip;
  }

  .mask-position-\[-1\.066px\,_-0\.994px_-42\.332px\,_-0\.999px\] {
    mask-position: -1.066px, -.994px -42.332px, -.999px;
  }

  .mask-position-\[-1\.263px\,_-0\.066px_-42\.377px\,_-1\.044px\] {
    mask-position: -1.263px, -.066px -42.377px, -1.044px;
  }

  .mask-position-\[-2\.803px_-2\.68px\] {
    mask-position: -2.803px -2.68px;
  }

  .mask-position-\[-10\.555px_-2\.68px\] {
    mask-position: -10.555px -2.68px;
  }

  .mask-position-\[-22\.051px_-2\.68px\] {
    mask-position: -22.051px -2.68px;
  }

  .mask-position-\[-32\.74px_-2\.618px\] {
    mask-position: -32.74px -2.618px;
  }

  .mask-position-\[-44\.23px_-2\.68px\] {
    mask-position: -44.23px -2.68px;
  }

  .mask-position-\[-54\.216px_-2\.68px\] {
    mask-position: -54.216px -2.68px;
  }

  .mask-position-\[-65\.066px_-2\.618px\] {
    mask-position: -65.066px -2.618px;
  }

  .mask-position-\[-76\.619px_-2\.68px\] {
    mask-position: -76.619px -2.68px;
  }

  .mask-position-\[-91\.148px_-2\.618px\] {
    mask-position: -91.148px -2.618px;
  }

  .mask-position-\[-100\.429px_-2\.618px\] {
    mask-position: -100.429px -2.618px;
  }

  .mask-position-\[-111\.404px_-2\.68px\] {
    mask-position: -111.404px -2.68px;
  }

  .mask-position-\[-122\.093px_-2\.618px\] {
    mask-position: -122.093px -2.618px;
  }

  .mask-position-\[-133\.706px_-2\.618px\] {
    mask-position: -133.706px -2.618px;
  }

  .mask-position-\[-145\.965px_-2\.68px\] {
    mask-position: -145.965px -2.68px;
  }

  .mask-position-\[0px\,_0px\,_-0\.875px\,_0px\,_0px_0px\,_0px\,_-0\.068px\,_0px\,_0px\] {
    mask-position: 0, 0, -.875px, 0, 0 0, 0, -.068px, 0, 0;
  }

  .mask-position-\[0px\,_0px\,_-0\.885px\,_0px\,_0px_0px\,_0px\,_-0\.354px\,_0px\,_0px\] {
    mask-position: 0, 0, -.885px, 0, 0 0, 0, -.354px, 0, 0;
  }

  .\[mask-repeat\:no-repeat\,_no-repeat\,_no-repeat\,_no-repeat\,_no-repeat\] {
    mask-repeat: no-repeat, no-repeat, no-repeat, no-repeat, no-repeat;
  }

  .\[mask-repeat\:no-repeat\,_no-repeat\] {
    mask-repeat: no-repeat, no-repeat;
  }

  .mask-no-repeat {
    mask-repeat: no-repeat;
  }

  .p-8 {
    padding: calc(var(--spacing) * 8);
  }

  .px-4 {
    padding-inline: calc(var(--spacing) * 4);
  }

  .text-center {
    text-align: center;
  }

  .text-2xl {
    font-size: var(--text-2xl);
    line-height: var(--tw-leading, var(--text-2xl--line-height));
  }

  .text-5xl {
    font-size: var(--text-5xl);
    line-height: var(--tw-leading, var(--text-5xl--line-height));
  }

  .text-lg {
    font-size: var(--text-lg);
    line-height: var(--tw-leading, var(--text-lg--line-height));
  }

  .text-xs {
    font-size: var(--text-xs);
    line-height: var(--tw-leading, var(--text-xs--line-height));
  }

  .leading-relaxed {
    --tw-leading: var(--leading-relaxed);
    line-height: var(--leading-relaxed);
  }

  .tracking-tight {
    --tw-tracking: var(--tracking-tight);
    letter-spacing: var(--tracking-tight);
  }

  .tracking-wide {
    --tw-tracking: var(--tracking-wide);
    letter-spacing: var(--tracking-wide);
  }

  .text-\[\#c608d6\] {
    color: #c608d6;
  }

  .text-\[\#f1e431\] {
    color: #f1e431;
  }

  .text-gray-300 {
    color: var(--color-gray-300);
  }

  .text-gray-400 {
    color: var(--color-gray-400);
  }

  .text-gray-600 {
    color: var(--color-gray-600);
  }

  .text-white {
    color: var(--color-white);
  }

  .uppercase {
    text-transform: uppercase;
  }

  .shadow-2xl {
    --tw-shadow: 0 25px 50px -12px var(--tw-shadow-color, #00000040);
    box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
  }

  .backdrop-blur-sm {
    --tw-backdrop-blur: blur(var(--blur-sm));
    -webkit-backdrop-filter: var(--tw-backdrop-blur, ) var(--tw-backdrop-brightness, ) var(--tw-backdrop-contrast, ) var(--tw-backdrop-grayscale, ) var(--tw-backdrop-hue-rotate, ) var(--tw-backdrop-invert, ) var(--tw-backdrop-opacity, ) var(--tw-backdrop-saturate, ) var(--tw-backdrop-sepia, );
    backdrop-filter: var(--tw-backdrop-blur, ) var(--tw-backdrop-brightness, ) var(--tw-backdrop-contrast, ) var(--tw-backdrop-grayscale, ) var(--tw-backdrop-hue-rotate, ) var(--tw-backdrop-invert, ) var(--tw-backdrop-opacity, ) var(--tw-backdrop-saturate, ) var(--tw-backdrop-sepia, );
  }

  .transition-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));
  }

  @media (hover: hover) {
    .hover\:text-white:hover {
      color: var(--color-white);
    }
  }

  @media (width >= 48rem) {
    .md\:text-6xl {
      font-size: var(--text-6xl);
      line-height: var(--tw-leading, var(--text-6xl--line-height));
    }
  }
}



:root {
  --brand-black: #000;
  --brand-pink: #c608d6;
  --brand-yellow: #f1e431;
  --brand-white: #fff;
  --bg-base: var(--brand-white);
  --bg-elevated: #f8f8f8;
  --text-primary: var(--brand-black);
  --text-secondary: #333;
  --text-muted: #666;
  --accent: var(--brand-pink);
  --accent-hover: #a506b3;
  --highlight: var(--brand-yellow);
  --border-soft: #e5e5e5;
  --border-strong: #000;
  --font-sans: "Montserrat", sans-serif;
  --font-serif: "Libre Baskerville", serif;
  --font-display: var(--font-serif);
  --radius-sm: 4px;
  --radius-md: 8px;
  --radius-lg: 12px;
  --section-padding: clamp(64px, 8vw, 96px);
  --container-width: min(1200px, 92vw);
}

html {
  scroll-behavior: smooth;
  font-family: var(--font-sans);
}

body {
  font-family: var(--font-sans);
  color: var(--text-primary);
  background: var(--bg-base);
  min-height: 100vh;
  margin: 0;
  overflow-x: hidden;
}

h1, h2, h3, h4, h5, h6 {
  font-family: var(--font-display);
  color: var(--brand-black);
  letter-spacing: -.02em;
  line-height: 1.1;
}

h1 {
  font-weight: 800;
}

h2 {
  font-weight: 700;
}

.bg-brand-black {
  background-color: var(--brand-black);
}

.bg-brand-pink {
  background-color: var(--brand-pink);
}

.bg-brand-yellow {
  background-color: var(--brand-yellow);
}

.text-brand-black {
  color: var(--brand-black);
}

.text-brand-pink {
  color: var(--brand-pink);
}

.text-brand-yellow {
  color: var(--brand-yellow);
}

::selection {
  background: var(--brand-yellow);
  color: var(--brand-black);
}

@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-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: 0;
}

@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-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
}
