/*! tailwindcss v4.1.11 | MIT License | https://tailwindcss.com */
@layer properties;
@layer theme, base, components, utilities;
@layer theme {
  :root, :host {
    --font-sans: ui-sans-serif, system-ui, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol',
    'Noto Color Emoji';
    --font-mono: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, 'Liberation Mono', 'Courier New',
    monospace;
    --color-black: #000;
    --color-white: #fff;
    --spacing: 0.25rem;
    --container-md: 28rem;
    --container-3xl: 48rem;
    --container-4xl: 56rem;
    --container-5xl: 64rem;
    --container-6xl: 72rem;
    --text-xs: 0.75rem;
    --text-xs--line-height: calc(1 / 0.75);
    --text-sm: 0.875rem;
    --text-sm--line-height: calc(1.25 / 0.875);
    --text-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-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-6xl: 3.75rem;
    --text-6xl--line-height: 1;
    --font-weight-normal: 400;
    --font-weight-medium: 500;
    --font-weight-semibold: 600;
    --font-weight-bold: 700;
    --leading-relaxed: 1.625;
    --radius-md: 0.375rem;
    --radius-lg: 0.5rem;
    --blur-sm: 8px;
    --default-transition-duration: 150ms;
    --default-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    --default-font-family: var(--font-sans);
    --default-mono-font-family: var(--font-mono);
    --color-background: hsl(0 0% 100%);
    --color-foreground: hsl(220 8% 15%);
    --color-card: hsl(0 0% 100%);
    --color-card-foreground: hsl(220 8% 15%);
    --color-popover: hsl(0 0% 100%);
    --color-popover-foreground: hsl(220 8% 15%);
    --color-primary: hsl(82 55% 53%);
    --color-primary-foreground: hsl(0 0% 98%);
    --color-secondary: hsl(212 50% 95%);
    --color-secondary-foreground: hsl(212 100% 15%);
    --color-muted: hsl(145 15% 96%);
    --color-muted-foreground: hsl(145 10% 45%);
    --accent: hsl(82 55% 93%);
    --color-accent: hsl(82 55% 93%);
    --color-accent-foreground: hsl(82 55% 25%);
    --color-destructive: hsl(0 84.2% 60.2%);
    --color-destructive-foreground: hsl(0 0% 98%);
    --color-border: hsl(145 25% 88%);
    --color-input: hsl(145 25% 88%);
    --color-ring: hsl(145 75% 35%);
    --color-sidebar-background: hsl(0 0% 98%);
    --color-sidebar-foreground: hsl(240 5.3% 26.1%);
    --color-sidebar-primary: hsl(240 5.9% 10%);
    --color-sidebar-primary-foreground: hsl(0 0% 98%);
    --color-sidebar-accent: hsl(240 4.8% 95.9%);
    --color-sidebar-accent-foreground: hsl(240 5.9% 10%);
    --color-sidebar-border: hsl(220 13% 91%);
    --color-sidebar-ring: hsl(217.2 91.2% 59.8%);
  }
}
@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;
  }
  :-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;
  }
}
:root {
  --color-background: hsl(0 0% 100%);
  --color-foreground: hsl(220 8% 15%);
  --color-card: hsl(0 0% 100%);
  --color-card-foreground: hsl(220 8% 15%);
  --color-popover: hsl(0 0% 100%);
  --color-popover-foreground: hsl(220 8% 15%);
  --color-primary: hsl(82 55% 53%);
  --color-primary-foreground: hsl(0 0% 98%);
  --color-secondary: hsl(212 50% 95%);
  --color-secondary-foreground: hsl(212 100% 15%);
  --color-muted: hsl(145 15% 96%);
  --color-muted-foreground: hsl(145 10% 45%);
  --accent: hsl(82 55% 93%);
  --color-accent: hsl(82 55% 93%);
  --color-accent-foreground: hsl(82 55% 25%);
  --color-destructive: hsl(0 84.2% 60.2%);
  --color-destructive-foreground: hsl(0 0% 98%);
  --color-border: hsl(145 25% 88%);
  --color-input: hsl(145 25% 88%);
  --color-ring: hsl(145 75% 35%);
  --color-sidebar-background: hsl(0 0% 98%);
  --color-sidebar-foreground: hsl(240 5.3% 26.1%);
  --color-sidebar-primary: hsl(240 5.9% 10%);
  --color-sidebar-primary-foreground: hsl(0 0% 98%);
  --color-sidebar-accent: hsl(240 4.8% 95.9%);
  --color-sidebar-accent-foreground: hsl(240 5.9% 10%);
  --color-sidebar-border: hsl(220 13% 91%);
  --color-sidebar-ring: hsl(217.2 91.2% 59.8%);
}
@layer utilities {
  #fame-app {
    .pointer-events-none {
      pointer-events: none;
    }
    .relative {
      position: relative;
    }
    .z-50 {
      z-index: 50;
    }
    .col-span-12 {
      grid-column: span 12 / span 12;
    }
    .container {
      width: 100%;
      @media (width >= 40rem) {
        max-width: 40rem;
      }
      @media (width >= 48rem) {
        max-width: 48rem;
      }
      @media (width >= 64rem) {
        max-width: 64rem;
      }
      @media (width >= 80rem) {
        max-width: 80rem;
      }
      @media (width >= 96rem) {
        max-width: 96rem;
      }
    }
    .mx-auto {
      margin-inline: auto;
    }
    .my-6 {
      margin-block: calc(var(--spacing) * 6);
    }
    .my-16 {
      margin-block: calc(var(--spacing) * 16);
    }
    .mt-4 {
      margin-top: calc(var(--spacing) * 4);
    }
    .mt-6 {
      margin-top: calc(var(--spacing) * 6);
    }
    .mt-16 {
      margin-top: calc(var(--spacing) * 16);
    }
    .mr-2 {
      margin-right: calc(var(--spacing) * 2);
    }
    .mb-2 {
      margin-bottom: calc(var(--spacing) * 2);
    }
    .mb-4 {
      margin-bottom: calc(var(--spacing) * 4);
    }
    .mb-6 {
      margin-bottom: calc(var(--spacing) * 6);
    }
    .mb-8 {
      margin-bottom: calc(var(--spacing) * 8);
    }
    .ml-1 {
      margin-left: calc(var(--spacing) * 1);
    }
    .block {
      display: block;
    }
    .flex {
      display: flex;
    }
    .grid {
      display: grid;
    }
    .hidden {
      display: none;
    }
    .inline-flex {
      display: inline-flex;
    }
    .table {
      display: table;
    }
    .size-4 {
      width: calc(var(--spacing) * 4);
      height: calc(var(--spacing) * 4);
    }
    .size-9 {
      width: calc(var(--spacing) * 9);
      height: calc(var(--spacing) * 9);
    }
    .h-3 {
      height: calc(var(--spacing) * 3);
    }
    .h-3\.5 {
      height: calc(var(--spacing) * 3.5);
    }
    .h-4 {
      height: calc(var(--spacing) * 4);
    }
    .h-5 {
      height: calc(var(--spacing) * 5);
    }
    .h-9 {
      height: calc(var(--spacing) * 9);
    }
    .h-10 {
      height: calc(var(--spacing) * 10);
    }
    .h-12 {
      height: calc(var(--spacing) * 12);
    }
    .max-h-64 {
      max-height: calc(var(--spacing) * 64);
    }
    .max-h-\[612px\] {
      max-height: 612px;
    }
    .w-3 {
      width: calc(var(--spacing) * 3);
    }
    .w-3\.5 {
      width: calc(var(--spacing) * 3.5);
    }
    .w-4 {
      width: calc(var(--spacing) * 4);
    }
    .w-5 {
      width: calc(var(--spacing) * 5);
    }
    .w-12 {
      width: calc(var(--spacing) * 12);
    }
    .w-20 {
      width: calc(var(--spacing) * 20);
    }
    .w-72 {
      width: calc(var(--spacing) * 72);
    }
    .w-\[80px\] {
      width: 80px;
    }
    .w-\[90px\] {
      width: 90px;
    }
    .w-\[200px\] {
      width: 200px;
    }
    .w-full {
      width: 100%;
    }
    .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-full {
      max-width: 100%;
    }
    .max-w-md {
      max-width: var(--container-md);
    }
    .flex-1 {
      flex: 1;
    }
    .flex-shrink {
      flex-shrink: 1;
    }
    .flex-shrink-0 {
      flex-shrink: 0;
    }
    .shrink-0 {
      flex-shrink: 0;
    }
    .border-collapse {
      border-collapse: collapse;
    }
    .transform {
      transform: var(--tw-rotate-x,) var(--tw-rotate-y,) var(--tw-rotate-z,) var(--tw-skew-x,) var(--tw-skew-y,);
    }
    .cursor-help {
      cursor: help;
    }
    .cursor-pointer {
      cursor: pointer;
    }
    .resize {
      resize: both;
    }
    .grid-cols-1 {
      grid-template-columns: repeat(1, minmax(0, 1fr));
    }
    .flex-col {
      flex-direction: column;
    }
    .flex-row {
      flex-direction: row;
    }
    .flex-wrap {
      flex-wrap: wrap;
    }
    .items-baseline {
      align-items: baseline;
    }
    .items-center {
      align-items: center;
    }
    .items-end {
      align-items: flex-end;
    }
    .justify-between {
      justify-content: space-between;
    }
    .justify-center {
      justify-content: center;
    }
    .gap-1 {
      gap: calc(var(--spacing) * 1);
    }
    .gap-2 {
      gap: calc(var(--spacing) * 2);
    }
    .gap-3 {
      gap: calc(var(--spacing) * 3);
    }
    .gap-4 {
      gap: calc(var(--spacing) * 4);
    }
    .space-y-2 {
      :where(& > :not(:last-child)) {
        --tw-space-y-reverse: 0;
        margin-block-start: calc(calc(var(--spacing) * 2) * var(--tw-space-y-reverse));
        margin-block-end: calc(calc(var(--spacing) * 2) * calc(1 - var(--tw-space-y-reverse)));
      }
    }
    .space-y-3 {
      :where(& > :not(:last-child)) {
        --tw-space-y-reverse: 0;
        margin-block-start: calc(calc(var(--spacing) * 3) * var(--tw-space-y-reverse));
        margin-block-end: calc(calc(var(--spacing) * 3) * calc(1 - var(--tw-space-y-reverse)));
      }
    }
    .space-y-6 {
      :where(& > :not(:last-child)) {
        --tw-space-y-reverse: 0;
        margin-block-start: calc(calc(var(--spacing) * 6) * var(--tw-space-y-reverse));
        margin-block-end: calc(calc(var(--spacing) * 6) * calc(1 - var(--tw-space-y-reverse)));
      }
    }
    .truncate {
      overflow: hidden;
      text-overflow: ellipsis;
      white-space: nowrap;
    }
    .overflow-hidden {
      overflow: hidden;
    }
    .overflow-y-auto {
      overflow-y: auto;
    }
    .rounded-full {
      border-radius: calc(infinity * 1px);
    }
    .rounded-lg {
      border-radius: var(--radius-lg);
    }
    .rounded-md {
      border-radius: var(--radius-md);
    }
    .border {
      border-style: var(--tw-border-style);
      border-width: 1px;
    }
    .border-border {
      border-color: var(--color-border);
    }
    .border-border\/50 {
      border-color: color-mix(in srgb, hsl(145 25% 88%) 50%, transparent);
      @supports (color: color-mix(in lab, red, red)) {
        border-color: color-mix(in oklab, var(--color-border) 50%, transparent);
      }
    }
    .border-input {
      border-color: var(--color-input);
    }
    .border-primary {
      border-color: var(--color-primary);
    }
    .border-transparent {
      border-color: transparent;
    }
    .border-white {
      border-color: var(--color-white);
    }
    .border-white\/20 {
      border-color: color-mix(in srgb, #fff 20%, transparent);
      @supports (color: color-mix(in lab, red, red)) {
        border-color: color-mix(in oklab, var(--color-white) 20%, transparent);
      }
    }
    .bg-accent {
      background-color: var(--color-accent);
    }
    .bg-background {
      background-color: var(--color-background);
    }
    .bg-card {
      background-color: var(--color-card);
    }
    .bg-card\/95 {
      background-color: color-mix(in srgb, hsl(0 0% 100%) 95%, transparent);
      @supports (color: color-mix(in lab, red, red)) {
        background-color: color-mix(in oklab, var(--color-card) 95%, transparent);
      }
    }
    .bg-primary {
      background-color: var(--color-primary);
    }
    .bg-white {
      background-color: var(--color-white);
    }
    .bg-white\/10 {
      background-color: color-mix(in srgb, #fff 10%, transparent);
      @supports (color: color-mix(in lab, red, red)) {
        background-color: color-mix(in oklab, var(--color-white) 10%, transparent);
      }
    }
    .p-6 {
      padding: calc(var(--spacing) * 6);
    }
    .p-8 {
      padding: calc(var(--spacing) * 8);
    }
    .px-2 {
      padding-inline: calc(var(--spacing) * 2);
    }
    .px-2\.5 {
      padding-inline: calc(var(--spacing) * 2.5);
    }
    .px-3 {
      padding-inline: calc(var(--spacing) * 3);
    }
    .px-4 {
      padding-inline: calc(var(--spacing) * 4);
    }
    .px-8 {
      padding-inline: calc(var(--spacing) * 8);
    }
    .py-0 {
      padding-block: calc(var(--spacing) * 0);
    }
    .py-0\.5 {
      padding-block: calc(var(--spacing) * 0.5);
    }
    .py-2 {
      padding-block: calc(var(--spacing) * 2);
    }
    .py-3 {
      padding-block: calc(var(--spacing) * 3);
    }
    .py-10 {
      padding-block: calc(var(--spacing) * 10);
    }
    .py-16 {
      padding-block: calc(var(--spacing) * 16);
    }
    .py-20 {
      padding-block: calc(var(--spacing) * 20);
    }
    .pt-2 {
      padding-top: calc(var(--spacing) * 2);
    }
    .text-center {
      text-align: center;
    }
    .text-left {
      text-align: left;
    }
    .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-lg {
      font-size: var(--text-lg);
      line-height: var(--tw-leading, var(--text-lg--line-height));
    }
    .text-sm {
      font-size: var(--text-sm);
      line-height: var(--tw-leading, var(--text-sm--line-height));
    }
    .text-xl {
      font-size: var(--text-xl);
      line-height: var(--tw-leading, var(--text-xl--line-height));
    }
    .text-xs {
      font-size: var(--text-xs);
      line-height: var(--tw-leading, var(--text-xs--line-height));
    }
    .leading-relaxed {
      --tw-leading: var(--leading-relaxed);
      line-height: var(--leading-relaxed);
    }
    .font-bold {
      --tw-font-weight: var(--font-weight-bold);
      font-weight: var(--font-weight-bold);
    }
    .font-medium {
      --tw-font-weight: var(--font-weight-medium);
      font-weight: var(--font-weight-medium);
    }
    .font-normal {
      --tw-font-weight: var(--font-weight-normal);
      font-weight: var(--font-weight-normal);
    }
    .font-semibold {
      --tw-font-weight: var(--font-weight-semibold);
      font-weight: var(--font-weight-semibold);
    }
    .whitespace-nowrap {
      white-space: nowrap;
    }
    .text-accent-foreground {
      color: var(--color-accent-foreground);
    }
    .text-card-foreground {
      color: var(--color-card-foreground);
    }
    .text-foreground {
      color: var(--color-foreground);
    }
    .text-muted-foreground {
      color: var(--color-muted-foreground);
    }
    .text-primary {
      color: var(--color-primary);
    }
    .text-primary-foreground {
      color: var(--color-primary-foreground);
    }
    .text-white {
      color: var(--color-white);
    }
    .text-white\/80 {
      color: color-mix(in srgb, #fff 80%, transparent);
      @supports (color: color-mix(in lab, red, red)) {
        color: color-mix(in oklab, var(--color-white) 80%, transparent);
      }
    }
    .underline {
      text-decoration-line: underline;
    }
    .opacity-50 {
      opacity: 50%;
    }
    .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);
    }
    .ring-offset-background {
      --tw-ring-offset-color: var(--color-background);
    }
    .outline {
      outline-style: var(--tw-outline-style);
      outline-width: 1px;
    }
    .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,);
    }
    .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-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-shadow {
      transition-property: box-shadow;
      transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
      transition-duration: var(--tw-duration, var(--default-transition-duration));
    }
    .duration-200 {
      --tw-duration: 200ms;
      transition-duration: 200ms;
    }
    .duration-300 {
      --tw-duration: 300ms;
      transition-duration: 300ms;
    }
    .duration-500 {
      --tw-duration: 500ms;
      transition-duration: 500ms;
    }
    .placeholder\:text-muted-foreground {
      &::placeholder {
        color: var(--color-muted-foreground);
      }
    }
    .hover\:bg-accent\/80 {
      &:hover {
        @media (hover: hover) {
          background-color: color-mix(in srgb, hsl(82 55% 93%) 80%, transparent);
          @supports (color: color-mix(in lab, red, red)) {
            background-color: color-mix(in oklab, var(--color-accent) 80%, transparent);
          }
        }
      }
    }
    .hover\:bg-primary\/90 {
      &:hover {
        @media (hover: hover) {
          background-color: color-mix(in srgb, hsl(82 55% 53%) 90%, transparent);
          @supports (color: color-mix(in lab, red, red)) {
            background-color: color-mix(in oklab, var(--color-primary) 90%, transparent);
          }
        }
      }
    }
    .hover\:bg-white\/15 {
      &:hover {
        @media (hover: hover) {
          background-color: color-mix(in srgb, #fff 15%, transparent);
          @supports (color: color-mix(in lab, red, red)) {
            background-color: color-mix(in oklab, var(--color-white) 15%, transparent);
          }
        }
      }
    }
    .hover\:text-primary {
      &:hover {
        @media (hover: hover) {
          color: var(--color-primary);
        }
      }
    }
    .hover\:text-white {
      &:hover {
        @media (hover: hover) {
          color: var(--color-white);
        }
      }
    }
    .hover\:shadow-lg {
      &:hover {
        @media (hover: hover) {
          --tw-shadow: 0 10px 15px -3px var(--tw-shadow-color, rgb(0 0 0 / 0.1)), 0 4px 6px -4px var(--tw-shadow-color, rgb(0 0 0 / 0.1));
          box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
        }
      }
    }
    .hover\:ring-2 {
      &:hover {
        @media (hover: hover) {
          --tw-ring-shadow: var(--tw-ring-inset,) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color, currentcolor);
          box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
        }
      }
    }
    .hover\:ring-border {
      &:hover {
        @media (hover: hover) {
          --tw-ring-color: var(--color-border);
        }
      }
    }
    .focus\:ring-2 {
      &:focus {
        --tw-ring-shadow: var(--tw-ring-inset,) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color, currentcolor);
        box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
      }
    }
    .focus\:ring-primary {
      &:focus {
        --tw-ring-color: var(--color-primary);
      }
    }
    .focus\:ring-ring {
      &:focus {
        --tw-ring-color: var(--color-ring);
      }
    }
    .focus\:ring-offset-2 {
      &:focus {
        --tw-ring-offset-width: 2px;
        --tw-ring-offset-shadow: var(--tw-ring-inset,) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
      }
    }
    .focus\:outline-none {
      &:focus {
        --tw-outline-style: none;
        outline-style: none;
      }
    }
    .focus-visible\:ring-2 {
      &:focus-visible {
        --tw-ring-shadow: var(--tw-ring-inset,) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color, currentcolor);
        box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
      }
    }
    .focus-visible\:ring-ring {
      &:focus-visible {
        --tw-ring-color: var(--color-ring);
      }
    }
    .focus-visible\:ring-offset-2 {
      &:focus-visible {
        --tw-ring-offset-width: 2px;
        --tw-ring-offset-shadow: var(--tw-ring-inset,) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
      }
    }
    .focus-visible\:outline-none {
      &:focus-visible {
        --tw-outline-style: none;
        outline-style: none;
      }
    }
    .disabled\:pointer-events-none {
      &:disabled {
        pointer-events: none;
      }
    }
    .disabled\:cursor-not-allowed {
      &:disabled {
        cursor: not-allowed;
      }
    }
    .disabled\:opacity-50 {
      &:disabled {
        opacity: 50%;
      }
    }
    .sm\:max-w-\[425px\] {
      @media (width >= 40rem) {
        max-width: 425px;
      }
    }
    .md\:col-span-2 {
      @media (width >= 48rem) {
        grid-column: span 2 / span 2;
      }
    }
    .md\:grid-cols-6 {
      @media (width >= 48rem) {
        grid-template-columns: repeat(6, minmax(0, 1fr));
      }
    }
    .md\:flex-row {
      @media (width >= 48rem) {
        flex-direction: row;
      }
    }
    .md\:items-start {
      @media (width >= 48rem) {
        align-items: flex-start;
      }
    }
    .md\:justify-between {
      @media (width >= 48rem) {
        justify-content: space-between;
      }
    }
    .md\:py-20 {
      @media (width >= 48rem) {
        padding-block: calc(var(--spacing) * 20);
      }
    }
    .md\:text-6xl {
      @media (width >= 48rem) {
        font-size: var(--text-6xl);
        line-height: var(--tw-leading, var(--text-6xl--line-height));
      }
    }
    .lg\:px-0 {
      @media (width >= 64rem) {
        padding-inline: calc(var(--spacing) * 0);
      }
    }
    .\[\&_a\]\:underline {
      & a {
        text-decoration-line: underline;
      }
    }
    .\[\&_a\]\:transition-colors {
      & a {
        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));
      }
    }
    .\[\&_a\]\:hover\:text-white {
      & a {
        &:hover {
          @media (hover: hover) {
            color: var(--color-white);
          }
        }
      }
    }
  }
}
#fame-app {
  max-width: 100%;
}
.bg-hero-gradient {
  background-image: linear-gradient(135deg, hsl(212 100% 15%) 0%, hsl(212 90% 20%) 25%, hsl(212 80% 25%) 50%, hsl(212 70% 30%) 75%, hsl(212 60% 35%) 100%);
}
[data-tooltip]:before {
  width: 290px;
  background-color: var(--color-white);
  text-overflow: clip;
  white-space: normal;
  color: var(--color-black);
}
@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-leading {
  syntax: "*";
  inherits: false;
}
@property --tw-font-weight {
  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-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;
}
@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-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-leading: initial;
      --tw-font-weight: 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-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;
    }
  }
}
