/*! 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-translate-x: 0;
      --tw-translate-y: 0;
      --tw-translate-z: 0;
      --tw-scale-x: 1;
      --tw-scale-y: 1;
      --tw-scale-z: 1;
      --tw-rotate-x: rotateX(0);
      --tw-rotate-y: rotateY(0);
      --tw-rotate-z: rotateZ(0);
      --tw-skew-x: skewX(0);
      --tw-skew-y: skewY(0);
      --tw-leading: initial;
      --tw-font-weight: initial;
      --tw-tracking: 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-mono: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
    --color-white: #fff;
    --spacing: .25rem;
    --text-base: 1rem;
    --text-lg: 1.125rem;
    --text-xl: 1.25rem;
    --text-2xl: 1.5rem;
    --font-weight-normal: 400;
    --font-weight-medium: 500;
    --font-weight-bold: 700;
    --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: var(--border);
    outline-color: var(--ring);
  }

  @supports (color: color-mix(in lab, red, red)) {
    * {
      outline-color: color-mix(in oklab, var(--ring) 50%, transparent);
    }
  }

  body {
    background-color: var(--background);
    color: var(--foreground);
  }

  * {
    border-color: var(--border);
    outline-color: var(--ring);
  }

  @supports (color: color-mix(in lab, red, red)) {
    * {
      outline-color: color-mix(in oklab, var(--ring) 50%, transparent);
    }
  }

  body {
    background-color: var(--background);
    color: var(--foreground);
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }

  :where(:not(:has([class*=" text-"]), :not(:has([class^="text-"])))) h1 {
    font-size: var(--text-2xl);
    font-weight: var(--font-weight-medium);
    line-height: 1.5;
  }

  :where(:not(:has([class*=" text-"]), :not(:has([class^="text-"])))) h2 {
    font-size: var(--text-xl);
    font-weight: var(--font-weight-medium);
    line-height: 1.5;
  }

  :where(:not(:has([class*=" text-"]), :not(:has([class^="text-"])))) h3 {
    font-size: var(--text-lg);
    font-weight: var(--font-weight-medium);
    line-height: 1.5;
  }

  :where(:not(:has([class*=" text-"]), :not(:has([class^="text-"])))) h4 {
    font-size: var(--text-base);
    font-weight: var(--font-weight-medium);
    line-height: 1.5;
  }

  :where(:not(:has([class*=" text-"]), :not(:has([class^="text-"])))) p {
    font-size: var(--text-base);
    font-weight: var(--font-weight-normal);
    line-height: 1.5;
  }

  :where(:not(:has([class*=" text-"]), :not(:has([class^="text-"])))) label, :where(:not(:has([class*=" text-"]), :not(:has([class^="text-"])))) button {
    font-size: var(--text-base);
    font-weight: var(--font-weight-medium);
    line-height: 1.5;
  }

  :where(:not(:has([class*=" text-"]), :not(:has([class^="text-"])))) input {
    font-size: var(--text-base);
    font-weight: var(--font-weight-normal);
    line-height: 1.5;
  }
}

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

  .relative {
    position: relative;
  }

  .inset-\[10\.83\%_39\.6\%_68\.26\%_39\.64\%\] {
    inset: 10.83% 39.6% 68.26% 39.64%;
  }

  .inset-\[10\.83\%_46\.93\%_78\.08\%_46\.84\%\] {
    inset: 10.83% 46.93% 78.08% 46.84%;
  }

  .inset-\[14\.76\%_47\.73\%_80\.41\%_47\.75\%\] {
    inset: 14.76% 47.73% 80.41% 47.75%;
  }

  .inset-\[18\.81\%_39\.16\%_58\.1\%_39\.06\%\] {
    inset: 18.81% 39.16% 58.1% 39.06%;
  }

  .inset-\[26\.05\%_39\.6\%_68\.26\%_39\.64\%\] {
    inset: 26.05% 39.6% 68.26% 39.64%;
  }

  .inset-\[59\.48\%_83\.33\%_-36\.96\%_11\.11\%\] {
    inset: 59.48% 83.33% -36.96% 11.11%;
  }

  .inset-\[66\.36\%_11\.09\%_-43\.85\%_83\.36\%\] {
    inset: 66.36% 11.09% -43.85% 83.36%;
  }

  .inset-\[66\.36\%_33\.32\%_-43\.85\%_61\.13\%\] {
    inset: 66.36% 33.32% -43.85% 61.13%;
  }

  .inset-\[66\.36\%_72\.21\%_-43\.85\%_22\.23\%\] {
    inset: 66.36% 72.21% -43.85% 22.23%;
  }

  .inset-\[74\.69\%_5\.53\%_-52\.18\%_88\.91\%\] {
    inset: 74.69% 5.53% -52.18% 88.91%;
  }

  .inset-\[74\.69\%_22\.2\%_-52\.18\%_72\.24\%\] {
    inset: 74.69% 22.2% -52.18% 72.24%;
  }

  .inset-\[74\.69\%_49\.99\%_-52\.17\%_44\.46\%\] {
    inset: 74.69% 49.99% -52.17% 44.46%;
  }

  .inset-\[74\.69\%_66\.66\%_-52\.18\%_27\.79\%\] {
    inset: 74.69% 66.66% -52.18% 27.79%;
  }

  .inset-\[80\.3\%_27\.76\%_-57\.79\%_66\.68\%\] {
    inset: 80.3% 27.76% -57.79% 66.68%;
  }

  .inset-\[80\.3\%_38\.87\%_-57\.79\%_55\.57\%\] {
    inset: 80.3% 38.87% -57.79% 55.57%;
  }

  .inset-\[80\.31\%_-0\.02\%_-57\.79\%_94\.46\%\] {
    inset: 80.31% -.02% -57.79% 94.46%;
  }

  .inset-\[81\.88\%_88\.89\%_-59\.37\%_5\.56\%\] {
    inset: 81.88% 88.89% -59.37% 5.56%;
  }

  .inset-\[82\.84\%_55\.54\%_-60\.33\%_38\.9\%\] {
    inset: 82.84% 55.54% -60.33% 38.9%;
  }

  .inset-\[85\.73\%_16\.64\%_-63\.22\%_77\.8\%\] {
    inset: 85.73% 16.64% -63.22% 77.8%;
  }

  .inset-\[85\.73\%_77\.77\%_-63\.22\%_16\.67\%\] {
    inset: 85.73% 77.77% -63.22% 16.67%;
  }

  .inset-\[86\.22\%_44\.43\%_-63\.71\%_50\.01\%\] {
    inset: 86.22% 44.43% -63.71% 50.01%;
  }

  .inset-\[90\.08\%_61\.1\%_-67\.56\%_33\.34\%\] {
    inset: 90.08% 61.1% -67.56% 33.34%;
  }

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

  .top-\[59\.48\%\] {
    top: 59.48%;
  }

  .top-\[72\.79\%\] {
    top: 72.79%;
  }

  .top-\[76\.45\%\] {
    top: 76.45%;
  }

  .top-\[80px\] {
    top: 80px;
  }

  .top-\[89\.92px\] {
    top: 89.92px;
  }

  .top-\[270px\] {
    top: 270px;
  }

  .top-\[calc\(50\%-71\.28px\)\] {
    top: calc(50% - 71.28px);
  }

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

  .right-\[-0\.02\%\] {
    right: -.02%;
  }

  .right-\[35\.29\%\] {
    right: 35.29%;
  }

  .right-\[46\.93\%\] {
    right: 46.93%;
  }

  .right-\[94\.44\%\] {
    right: 94.44%;
  }

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

  .bottom-\[-53\.94\%\] {
    bottom: -53.94%;
  }

  .bottom-\[-67\.56\%\] {
    bottom: -67.56%;
  }

  .bottom-\[46\.98\%\] {
    bottom: 46.98%;
  }

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

  .left-1\/2 {
    left: 50%;
  }

  .left-\[34\.7\%\] {
    left: 34.7%;
  }

  .left-\[46\.84\%\] {
    left: 46.84%;
  }

  .left-\[calc\(50\%-240\.19px\)\] {
    left: calc(50% - 240.19px);
  }

  .block {
    display: block;
  }

  .contents {
    display: contents;
  }

  .flex {
    display: flex;
  }

  .aspect-\[48\.7785\/48\.7785\] {
    aspect-ratio: 48.7785 / 48.7785;
  }

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

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

  .h-\[643\.57px\] {
    height: 643.57px;
  }

  .h-\[643\.576px\] {
    height: 643.576px;
  }

  .h-\[643\.577px\] {
    height: 643.577px;
  }

  .h-\[643\.587px\] {
    height: 643.587px;
  }

  .h-\[643\.591px\] {
    height: 643.591px;
  }

  .h-\[643\.594px\] {
    height: 643.594px;
  }

  .h-auto {
    height: auto;
  }

  .h-screen {
    height: 100vh;
  }

  .w-\[82\.155px\] {
    width: 82.155px;
  }

  .w-\[82\.156px\] {
    width: 82.156px;
  }

  .w-\[82\.158px\] {
    width: 82.158px;
  }

  .w-\[82\.159px\] {
    width: 82.159px;
  }

  .w-\[82\.161px\] {
    width: 82.161px;
  }

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

  .w-full {
    width: 100%;
  }

  .w-screen {
    width: 100vw;
  }

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

  .max-w-none {
    max-width: none;
  }

  .flex-none {
    flex: none;
  }

  .-translate-x-1\/2 {
    --tw-translate-x: calc(calc(1 / 2 * 100%) * -1);
    translate: var(--tw-translate-x) var(--tw-translate-y);
  }

  .scale-y-\[-100\%\] {
    --tw-scale-y: -100%;
    scale: var(--tw-scale-x) var(--tw-scale-y);
  }

  .rotate-\[180deg\] {
    rotate: 180deg;
  }

  .transform {
    transform: var(--tw-rotate-x) var(--tw-rotate-y) var(--tw-rotate-z) var(--tw-skew-x) var(--tw-skew-y);
  }

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

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

  .overflow-hidden {
    overflow: hidden;
  }

  .rounded-\[15\.352px\] {
    border-radius: 15.352px;
  }

  .bg-\[\#1c6cff\] {
    background-color: #1c6cff;
  }

  .bg-\[\#131520\] {
    background-color: #131520;
  }

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

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

  .font-\[\'Red_Hat_Display\:Bold\'\,sans-serif\] {
    font-family: Red Hat Display\:Bold, sans-serif;
  }

  .text-\[24px\] {
    font-size: 24px;
  }

  .text-\[73\.853px\] {
    font-size: 73.853px;
  }

  .leading-\[0\.95\] {
    --tw-leading: .95;
    line-height: .95;
  }

  .leading-\[1\.4\] {
    --tw-leading: 1.4;
    line-height: 1.4;
  }

  .font-bold {
    --tw-font-weight: var(--font-weight-bold);
    font-weight: var(--font-weight-bold);
  }

  .tracking-\[-0\.7385px\] {
    --tw-tracking: -.7385px;
    letter-spacing: -.7385px;
  }

  .text-nowrap {
    text-wrap: nowrap;
  }

  .whitespace-pre {
    white-space: pre;
  }

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

  .text-white\/70 {
    color: #ffffffb3;
  }

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

:root {
  --font-size: 16px;
  --background: #fff;
  --foreground: oklch(.145 0 0);
  --card: #fff;
  --card-foreground: oklch(.145 0 0);
  --popover: oklch(1 0 0);
  --popover-foreground: oklch(.145 0 0);
  --primary: #030213;
  --primary-foreground: oklch(1 0 0);
  --secondary: oklch(.95 .0058 264.53);
  --secondary-foreground: #030213;
  --muted: #ececf0;
  --muted-foreground: #717182;
  --accent: #e9ebef;
  --accent-foreground: #030213;
  --destructive: #d4183d;
  --destructive-foreground: #fff;
  --border: #0000001a;
  --input: transparent;
  --input-background: #f3f3f5;
  --switch-background: #cbced4;
  --font-weight-medium: 500;
  --font-weight-normal: 400;
  --ring: oklch(.708 0 0);
  --chart-1: oklch(.646 .222 41.116);
  --chart-2: oklch(.6 .118 184.704);
  --chart-3: oklch(.398 .07 227.392);
  --chart-4: oklch(.828 .189 84.429);
  --chart-5: oklch(.769 .188 70.08);
  --radius: .625rem;
  --sidebar: oklch(.985 0 0);
  --sidebar-foreground: oklch(.145 0 0);
  --sidebar-primary: #030213;
  --sidebar-primary-foreground: oklch(.985 0 0);
  --sidebar-accent: oklch(.97 0 0);
  --sidebar-accent-foreground: oklch(.205 0 0);
  --sidebar-border: oklch(.922 0 0);
  --sidebar-ring: oklch(.708 0 0);
}

.dark {
  --background: oklch(.145 0 0);
  --foreground: oklch(.985 0 0);
  --card: oklch(.145 0 0);
  --card-foreground: oklch(.985 0 0);
  --popover: oklch(.145 0 0);
  --popover-foreground: oklch(.985 0 0);
  --primary: oklch(.985 0 0);
  --primary-foreground: oklch(.205 0 0);
  --secondary: oklch(.269 0 0);
  --secondary-foreground: oklch(.985 0 0);
  --muted: oklch(.269 0 0);
  --muted-foreground: oklch(.708 0 0);
  --accent: oklch(.269 0 0);
  --accent-foreground: oklch(.985 0 0);
  --destructive: oklch(.396 .141 25.723);
  --destructive-foreground: oklch(.637 .237 25.331);
  --border: oklch(.269 0 0);
  --input: oklch(.269 0 0);
  --ring: oklch(.439 0 0);
  --font-weight-medium: 500;
  --font-weight-normal: 400;
  --chart-1: oklch(.488 .243 264.376);
  --chart-2: oklch(.696 .17 162.48);
  --chart-3: oklch(.769 .188 70.08);
  --chart-4: oklch(.627 .265 303.9);
  --chart-5: oklch(.645 .246 16.439);
  --sidebar: oklch(.205 0 0);
  --sidebar-foreground: oklch(.985 0 0);
  --sidebar-primary: oklch(.488 .243 264.376);
  --sidebar-primary-foreground: oklch(.985 0 0);
  --sidebar-accent: oklch(.269 0 0);
  --sidebar-accent-foreground: oklch(.985 0 0);
  --sidebar-border: oklch(.269 0 0);
  --sidebar-ring: oklch(.439 0 0);
}

html {
  font-size: var(--font-size);
}

@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-scale-x {
  syntax: "*";
  inherits: false;
  initial-value: 1;
}

@property --tw-scale-y {
  syntax: "*";
  inherits: false;
  initial-value: 1;
}

@property --tw-scale-z {
  syntax: "*";
  inherits: false;
  initial-value: 1;
}

@property --tw-rotate-x {
  syntax: "*";
  inherits: false;
  initial-value: rotateX(0);
}

@property --tw-rotate-y {
  syntax: "*";
  inherits: false;
  initial-value: rotateY(0);
}

@property --tw-rotate-z {
  syntax: "*";
  inherits: false;
  initial-value: rotateZ(0);
}

@property --tw-skew-x {
  syntax: "*";
  inherits: false;
  initial-value: skewX(0);
}

@property --tw-skew-y {
  syntax: "*";
  inherits: false;
  initial-value: skewY(0);
}

@property --tw-leading {
  syntax: "*";
  inherits: false
}

@property --tw-font-weight {
  syntax: "*";
  inherits: false
}

@property --tw-tracking {
  syntax: "*";
  inherits: false
}
