@import "https://fonts.googleapis.com/css2?family=Onest:wght@100..900&display=swap";


@layer components;

/*! tailwindcss v4.3.0 | 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-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-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-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;
      --color-start-button: #70cb9e;
      --color-end-button: #b6e3cd;
    }
  }
}

@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-green-500: oklch(72.3% .219 149.579);
    --color-slate-500: oklch(55.4% .046 257.417);
    --color-slate-700: oklch(37.2% .044 257.287);
    --color-slate-800: oklch(27.9% .041 260.031);
    --color-gray-50: oklch(98.5% .002 247.839);
    --color-gray-100: oklch(96.7% .003 264.542);
    --color-gray-200: oklch(92.8% .006 264.531);
    --color-gray-300: oklch(87.2% .01 258.338);
    --color-gray-400: oklch(70.7% .022 261.325);
    --color-gray-500: oklch(55.1% .027 264.364);
    --color-gray-600: oklch(44.6% .03 256.802);
    --color-zinc-400: oklch(70.5% .015 286.067);
    --color-black: #000;
    --color-white: #fff;
    --spacing: .25rem;
    --text-sm: .875rem;
    --text-sm--line-height: calc(1.25 / .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);
    --font-weight-medium: 500;
    --font-weight-semibold: 600;
    --font-weight-bold: 700;
    --radius-sm: .25rem;
    --radius-md: .375rem;
    --radius-lg: .5rem;
    --radius-xl: .75rem;
    --radius-2xl: 1rem;
    --blur-sm: 4px;
    --blur-2xl: 40px;
    --default-transition-duration: .15s;
    --default-transition-timing-function: cubic-bezier(.4, 0, .2, 1);
    --default-font-family: var(--font-sans);
    --default-mono-font-family: var(--font-mono);
    --color-app-bg-gray: #ebeef5;
    --color-primary: #68bd93;
    --color-link-active: #71818f;
    --color-link: #a7adb2;
    --color-text-gray: #3d3d3d;
    --color-text-gray2: #898a8b;
    --color-text-gray3: #3d3d3d99;
    --color-text-gray4: #3f4b6466;
    --color-glass: #def7ff;
    --color-glass-shadow: #a5b4c830;
    --color-light-border: #ececec;
    --color-calc-gray: #f7f8fa;
    --color-calc-text: #8892a6;
    --color-calc-header: #65738e;
    --color-calc-qq: #f0f2f8;
    --color-about-select: #7d8aa4;
    --color-lblue: #f9fdff;
  }
}

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

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

  @supports (not ((-webkit-appearance: -apple-pay-button))) or (contain-intrinsic-size: 1px) {
    ::placeholder {
      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;
  }

  ::-webkit-calendar-picker-indicator {
    line-height: 1;
  }

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

@layer utilities {
  .pointer-events-none {
    pointer-events: none;
  }

  .absolute {
    position: absolute;
  }

  .fixed {
    position: fixed;
  }

  .relative {
    position: relative;
  }

  .sticky {
    position: sticky;
  }

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

  .top-2\.5 {
    top: calc(var(--spacing) * 2.5);
  }

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

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

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

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

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

  .z-10 {
    z-index: 10;
  }

  .z-20 {
    z-index: 20;
  }

  .z-50 {
    z-index: 50;
  }

  .col-span-2 {
    grid-column: span 2 / span 2;
  }

  .col-span-3 {
    grid-column: span 3 / span 3;
  }

  .col-span-4 {
    grid-column: span 4 / span 4;
  }

  .container {
    width: 100%;
  }

  @media (min-width: 40rem) {
    .container {
      max-width: 40rem;
    }
  }

  @media (min-width: 48rem) {
    .container {
      max-width: 48rem;
    }
  }

  @media (min-width: 64rem) {
    .container {
      max-width: 64rem;
    }
  }

  @media (min-width: 80rem) {
    .container {
      max-width: 80rem;
    }
  }

  @media (min-width: 96rem) {
    .container {
      max-width: 96rem;
    }
  }

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

  .my-4 {
    margin-block: calc(var(--spacing) * 4);
  }

  .my-6 {
    margin-block: calc(var(--spacing) * 6);
  }

  .my-10 {
    margin-block: calc(var(--spacing) * 10);
  }

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

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

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

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

  .mt-0\.5 {
    margin-top: calc(var(--spacing) * .5);
  }

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

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

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

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

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

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

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

  .-mr-4 {
    margin-right: calc(var(--spacing) * -4);
  }

  .-mr-6 {
    margin-right: calc(var(--spacing) * -6);
  }

  .mr-1 {
    margin-right: calc(var(--spacing) * 1);
  }

  .mr-2 {
    margin-right: calc(var(--spacing) * 2);
  }

  .mr-50 {
    margin-right: calc(var(--spacing) * 50);
  }

  .-mb-6 {
    margin-bottom: calc(var(--spacing) * -6);
  }

  .-mb-20 {
    margin-bottom: calc(var(--spacing) * -20);
  }

  .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-8 {
    margin-bottom: calc(var(--spacing) * 8);
  }

  .mb-10 {
    margin-bottom: calc(var(--spacing) * 10);
  }

  .mb-20 {
    margin-bottom: calc(var(--spacing) * 20);
  }

  .mb-30 {
    margin-bottom: calc(var(--spacing) * 30);
  }

  .ml-\[2px\] {
    margin-left: 2px;
  }

  .block {
    display: block;
  }

  .flex {
    display: flex;
  }

  .grid {
    display: grid;
  }

  .inline-flex {
    display: inline-flex;
  }

  .aspect-square {
    aspect-ratio: 1;
  }

  .h-7 {
    height: calc(var(--spacing) * 7);
  }

  .h-10 {
    height: calc(var(--spacing) * 10);
  }

  .h-27\.5 {
    height: calc(var(--spacing) * 27.5);
  }

  .h-42\.5 {
    height: calc(var(--spacing) * 42.5);
  }

  .h-87\.5 {
    height: calc(var(--spacing) * 87.5);
  }

  .h-full {
    height: 100%;
  }

  .min-h-22 {
    min-height: calc(var(--spacing) * 22);
  }

  .min-h-65 {
    min-height: calc(var(--spacing) * 65);
  }

  .min-h-\[calc\(100vh-93px\)\] {
    min-height: calc(100vh - 93px);
  }

  .min-h-\[calc\(100vh-100px\)\] {
    min-height: calc(100vh - 100px);
  }

  .w-8 {
    width: calc(var(--spacing) * 8);
  }

  .w-25 {
    width: calc(var(--spacing) * 25);
  }

  .w-120 {
    width: calc(var(--spacing) * 120);
  }

  .w-140 {
    width: calc(var(--spacing) * 140);
  }

  .w-150 {
    width: calc(var(--spacing) * 150);
  }

  .w-160 {
    width: calc(var(--spacing) * 160);
  }

  .w-180 {
    width: calc(var(--spacing) * 180);
  }

  .w-\[50\%\] {
    width: 50%;
  }

  .w-\[55\%\] {
    width: 55%;
  }

  .w-\[70\%\] {
    width: 70%;
  }

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

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

  .w-full {
    width: 100%;
  }

  .max-w-200 {
    max-width: calc(var(--spacing) * 200);
  }

  .max-w-300 {
    max-width: calc(var(--spacing) * 300);
  }

  .max-w-\[60\%\] {
    max-width: 60%;
  }

  .shrink-0 {
    flex-shrink: 0;
  }

  .grow {
    flex-grow: 1;
  }

  .grow-0 {
    flex-grow: 0;
  }

  .rotate-180 {
    rotate: 180deg;
  }

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

  .cursor-pointer {
    cursor: pointer;
  }

  .grid-cols-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .grid-cols-3 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .grid-cols-4 {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

  .grid-cols-5 {
    grid-template-columns: repeat(5, minmax(0, 1fr));
  }

  .grid-cols-6 {
    grid-template-columns: repeat(6, minmax(0, 1fr));
  }

  .flex-col {
    flex-direction: column;
  }

  .flex-wrap {
    flex-wrap: wrap;
  }

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

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

  .items-end {
    align-items: flex-end;
  }

  .items-start {
    align-items: flex-start;
  }

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

  .gap-5 {
    gap: calc(var(--spacing) * 5);
  }

  .gap-6 {
    gap: calc(var(--spacing) * 6);
  }

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

  .gap-10 {
    gap: calc(var(--spacing) * 10);
  }

  .gap-20 {
    gap: calc(var(--spacing) * 20);
  }

  .gap-30 {
    gap: calc(var(--spacing) * 30);
  }

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

  .overflow-hidden {
    overflow: hidden;
  }

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

  .rounded-\[50px\] {
    border-radius: 50px;
  }

  .rounded-\[300px\] {
    border-radius: 300px;
  }

  .rounded-full {
    border-radius: 3.40282e38px;
  }

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

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

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

  .rounded-xl {
    border-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-x {
    border-inline-style: var(--tw-border-style);
    border-inline-width: 1px;
  }

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

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

  .border-gray-50 {
    border-color: var(--color-gray-50);
  }

  .border-light-border {
    border-color: var(--color-light-border);
  }

  .border-primary {
    border-color: var(--color-primary);
  }

  .border-primary\! {
    border-color: var(--color-primary) !important;
  }

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

  .border-white\/30 {
    border-color: #ffffff4d;
  }

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

  .border-white\/80 {
    border-color: #fffc;
  }

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

  .border-t-gray-300 {
    border-top-color: var(--color-gray-300);
  }

  .border-b-gray-200 {
    border-bottom-color: var(--color-gray-200);
  }

  .bg-\[\#7D8AA4\] {
    background-color: #7d8aa4;
  }

  .bg-\[\#A6DEC2\]\! {
    background-color: #a6dec2 !important;
  }

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

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

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

  .bg-black\/30 {
    background-color: #0000004d;
  }

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

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

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

  .bg-glass\/20\! {
    background-color: #def7ff33 !important;
  }

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

  .bg-glass\/30 {
    background-color: #def7ff4d;
  }

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

  .bg-gray-50\! {
    background-color: var(--color-gray-50) !important;
  }

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

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

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

  .bg-lblue\! {
    background-color: var(--color-lblue) !important;
  }

  .bg-primary\/50 {
    background-color: #68bd9380;
  }

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

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

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

  .bg-white\/20 {
    background-color: #fff3;
  }

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

  .bg-linear-to-r {
    --tw-gradient-position: to right;
  }

  @supports (background-image: linear-gradient(in lab, red, red)) {
    .bg-linear-to-r {
      --tw-gradient-position: to right in oklab;
    }
  }

  .bg-linear-to-r {
    background-image: linear-gradient(var(--tw-gradient-stops));
  }

  .from-app-bg-gray {
    --tw-gradient-from: var(--color-app-bg-gray);
    --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-white {
    --tw-gradient-to: var(--color-white);
    --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));
  }

  .p-0\! {
    padding: calc(var(--spacing) * 0) !important;
  }

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

  .p-1\.5 {
    padding: calc(var(--spacing) * 1.5);
  }

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

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

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

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

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

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

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

  .px-2\.5 {
    padding-inline: calc(var(--spacing) * 2.5);
  }

  .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-16 {
    padding-inline: calc(var(--spacing) * 16);
  }

  .py-1 {
    padding-block: calc(var(--spacing) * 1);
  }

  .py-4 {
    padding-block: calc(var(--spacing) * 4);
  }

  .py-6 {
    padding-block: calc(var(--spacing) * 6);
  }

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

  .py-10 {
    padding-block: calc(var(--spacing) * 10);
  }

  .py-12 {
    padding-block: calc(var(--spacing) * 12);
  }

  .py-20 {
    padding-block: calc(var(--spacing) * 20);
  }

  .pt-2 {
    padding-top: calc(var(--spacing) * 2);
  }

  .pt-4 {
    padding-top: calc(var(--spacing) * 4);
  }

  .pt-56\.25 {
    padding-top: calc(var(--spacing) * 56.25);
  }

  .pr-2 {
    padding-right: calc(var(--spacing) * 2);
  }

  .pr-4 {
    padding-right: calc(var(--spacing) * 4);
  }

  .pr-6 {
    padding-right: calc(var(--spacing) * 6);
  }

  .pr-\[15px\] {
    padding-right: 15px;
  }

  .pb-2 {
    padding-bottom: calc(var(--spacing) * 2);
  }

  .pb-3 {
    padding-bottom: calc(var(--spacing) * 3);
  }

  .pb-4 {
    padding-bottom: calc(var(--spacing) * 4);
  }

  .pb-6 {
    padding-bottom: calc(var(--spacing) * 6);
  }

  .pb-14 {
    padding-bottom: calc(var(--spacing) * 14);
  }

  .pl-6 {
    padding-left: calc(var(--spacing) * 6);
  }

  .pl-25 {
    padding-left: calc(var(--spacing) * 25);
  }

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

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

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

  .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-\[13px\] {
    font-size: 13px;
  }

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

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

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

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

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

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

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

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

  .text-\[30px\]\! {
    font-size: 30px !important;
  }

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

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

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

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

  .text-\[\#3D399A88\] {
    color: #3d399a88;
  }

  .text-\[\#3F4B64\] {
    color: #3f4b64;
  }

  .text-\[\#6C6A6A\] {
    color: #6c6a6a;
  }

  .text-\[\#7D8AA4\] {
    color: #7d8aa4;
  }

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

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

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

  .text-about-select {
    color: var(--color-about-select);
  }

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

  .text-calc-header {
    color: var(--color-calc-header);
  }

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

  .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-link {
    color: var(--color-link);
  }

  .text-link\/50 {
    color: #a7adb280;
  }

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

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

  .text-slate-500 {
    color: var(--color-slate-500);
  }

  .text-slate-700 {
    color: var(--color-slate-700);
  }

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

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

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

  .text-text-gray3\/50 {
    color: #3d3d3d4d;
  }

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

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

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

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

  .uppercase {
    text-transform: uppercase;
  }

  .line-through {
    text-decoration-line: line-through;
  }

  .underline {
    text-decoration-line: underline;
  }

  .opacity-50 {
    opacity: .5;
  }

  .shadow-lg\/5 {
    --tw-shadow-alpha: 5%;
    --tw-shadow: 0 10px 15px -3px var(--tw-shadow-color, oklab(0% 0 0 / .05)), 0 4px 6px -4px var(--tw-shadow-color, oklab(0% 0 0 / .05));
    box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
  }

  .shadow {
    --tw-shadow: 0 1px 3px 0 var(--tw-shadow-color, #0000001a), 0 1px 2px -1px var(--tw-shadow-color, #0000001a);
    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, #00000040);
    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, #0000001a), 0 4px 6px -4px var(--tw-shadow-color, #0000001a);
    box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
  }

  .shadow-md {
    --tw-shadow: 0 4px 6px -1px var(--tw-shadow-color, #0000001a), 0 2px 4px -2px var(--tw-shadow-color, #0000001a);
    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, #0000001a), 0 8px 10px -6px var(--tw-shadow-color, #0000001a);
    box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
  }

  .shadow-black\/5 {
    --tw-shadow-color: #0000000d;
  }

  @supports (color: color-mix(in lab, red, red)) {
    .shadow-black\/5 {
      --tw-shadow-color: color-mix(in oklab, color-mix(in oklab, var(--color-black) 5%, transparent) var(--tw-shadow-alpha), transparent);
    }
  }

  .shadow-glass-shadow {
    --tw-shadow-color: #a5b4c830;
  }

  @supports (color: color-mix(in lab, red, red)) {
    .shadow-glass-shadow {
      --tw-shadow-color: color-mix(in oklab, var(--color-glass-shadow) var(--tw-shadow-alpha), transparent);
    }
  }

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

  .outline-primary {
    outline-color: var(--color-primary);
  }

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

  .select-none {
    -webkit-user-select: none;
    user-select: none;
  }

  @media (hover: hover) {
    .hover\:bg-glass\/40\!:hover {
      background-color: #def7ff66 !important;
    }

    @supports (color: color-mix(in lab, red, red)) {
      .hover\:bg-glass\/40\!:hover {
        background-color: color-mix(in oklab, var(--color-glass) 40%, transparent) !important;
      }
    }

    .hover\:bg-white\/40:hover {
      background-color: #fff6;
    }

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

    .hover\:bg-white\/50:hover {
      background-color: #ffffff80;
    }

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

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

    .hover\:text-link-active:hover {
      color: var(--color-link-active);
    }

    .hover\:text-slate-800:hover {
      color: var(--color-slate-800);
    }

    .hover\:underline:hover {
      text-decoration-line: underline;
    }
  }

  .disabled\:cursor-not-allowed:disabled {
    cursor: not-allowed;
  }

  .disabled\:opacity-30:disabled {
    opacity: .3;
  }

  @media (min-width: 40rem) {
    .sm\:flex-row {
      flex-direction: row;
    }

    .sm\:gap-24 {
      gap: calc(var(--spacing) * 24);
    }
  }
}

.bg-gblur {
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  mix-blend-mode: overlay;
}

body {
  font-optical-sizing: auto;
  color: var(--color-text-gray);
  font-family: Onest, sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
}

@supports selector(::search-text) {
  body::search-text {
    color: #fff;
    background-color: #68bd93;
  }

  body::search-text:current {
    color: #ffe078;
  }
}

h1 {
  font-family: Onest, sans-serif;
  font-size: 72px;
  font-style: normal;
  font-weight: 400;
  line-height: 75px;
}

h2 {
  letter-spacing: 0;
  font-family: Onest, sans-serif;
  font-size: 48px;
  font-style: normal;
  font-weight: 400;
  line-height: 54px;
}

h3 {
  letter-spacing: 0;
  font-family: Onest, sans-serif;
  font-size: 26px;
  font-style: normal;
  font-weight: 500;
  line-height: 100%;
}

h3.lignt {
  letter-spacing: 0;
  font: 500 28px / 30px Onest, sans-serif;
}

h4 {
  letter-spacing: 0;
  font-family: Onest, sans-serif;
  font-size: 24px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px;
}

h5 {
  letter-spacing: .01em;
  font-family: Onest, sans-serif;
  font-size: 20px;
  font-weight: 500;
  line-height: 20px;
}

.text-light {
  letter-spacing: 0;
  font-family: Onest, sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
}

@property --color-start-button {
  syntax: "<color>";
  inherits: false;
  initial-value: #70cb9e;
}

@property --color-end-button {
  syntax: "<color>";
  inherits: false;
  initial-value: #b6e3cd;
}

button {
  cursor: pointer;
}

.button {
  background: radial-gradient(circle, var(--color-start-button), var(--color-end-button));
  color: #fff;
  cursor: pointer;
  border-radius: 50px;
  outline: none;
  justify-content: center;
  align-items: center;
  gap: 8px;
  transition: all .15s, --color-start-button .3s, --color-end-button .3s;
  display: flex;
}

.button:hover {
  --color-start-button: #68bd93;
  --color-end-button: #a2d0bb;
}

.button:focus-visible {
  outline: 4px solid #68bd93;
}

.button:active {
  --color-start-button: #68bd93;
  --color-end-button: #7ddaac;
  transform: translateY(4px);
  box-shadow: inset 0 2px 6px #fff, 0 3px 3px -3px #14151533, -3px -3px 5px #fff, 0 10px 25px #00ff802a, 0 0 4px #374c3a2c;
}

.button:disabled {
  cursor: not-allowed;
  opacity: .6;
  background: radial-gradient(circle, #d5ebe0, #b6e3cd);
}

.button.sizeLarge {
  padding: 16px 32px;
  font-size: 18px;
}

.button.sizeSmall {
  padding: 12px 24px;
  font-size: 16px;
}

.button {
  box-shadow: inset 0 2px 6px #fff, 0 3px 3px -3px #14151533, -3px -3px 5px #fff, 0 10px 25px #557b681a, 0 4px 4px #374c3a4b;
}

.button.typeSecondary {
  color: #7b7b7d;
  background: #fff;
}

.button.typeSecondary:hover {
  background: linear-gradient(#fff 40%, #ebebeb 100%);
}

.button.typeSecondary:active {
  background: linear-gradient(#fff 10%, #e5e5e5 100%);
  box-shadow: inset 0 2px 6px #fff, 0 3px 3px -3px #14151533, -3px -3px 5px #fff, 0 10px 25px #064e6f2a, 0 0 4px #374c3a2c;
}

.button.typeDashed {
  color: #70cb9e;
  background: #fff;
  border: 1px dashed #70cb9e;
  box-shadow: inset 0 2px 6px #fff, 0 3px 3px -3px #2f5c4033, -3px -3px 5px #fff, 0 10px 25px #3fda8d11;
}

.button.typeDashed:active {
  border: 1px solid #70cb9e;
  transform: none;
}

.button.variantBox {
  border-radius: 10px;
}

.button.levelL {
  box-shadow: inset -1px -2px 5px #fff, 6px 6px 10px -3px #14151526, -3px -3px 11px #fff;
}

.button.levelL:active {
  transform: none;
}

.button.levelL.typeSecondary {
  background: #fcfcfc;
  box-shadow: inset -3px -4px 5px #fff, 3px 4px 10px -3px #14151526, -3px -3px 5px #fff;
}

.button.levelL.typeSecondary:hover {
  background: #f5f5f5;
  box-shadow: inset -3px -4px 5px #fff, 3px 4px 10px -3px #14151526, -3px -3px 5px #fff;
}

.button.levelL.typePrimary {
  background: radial-gradient(circle, #70cb9e, #b6e3cd);
}

a {
  cursor: pointer;
}

nav a:hover {
  color: var(--color-primary);
}

::selection {
  background: var(--color-primary);
  color: var(--color-text-gray);
}

.shadow-double {
  box-shadow: inset -1px -2px 5px #fff, 3px 4px 10px -3px #14151528, -3px -3px 5px #fff;
}

.container {
  max-width: 1440px;
  margin: 0 auto;
}

.container-small {
  max-width: 1200px;
  margin: 0 auto;
}

@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-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: 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-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 --color-start-tab {
    syntax: "<color>";
    inherits: false;
    initial-value: #d7e0e7; /* Белый для базового состояния */
}

@property --color-end-tab {
    syntax: "<color>";
    inherits: false;
    initial-value: #e1edf0; /* Белый для базового состояния */
}

@property --tab-gradient-x {
    syntax: "<length-percentage>";
    inherits: false;
    initial-value: 0%;
}

@property --tab-gradient-y {
    syntax: "<length-percentage>";
    inherits: false;
    initial-value: 0%;
}

._TabBlock_waxcy_25 {
    background: #f2f5fa;
    padding: 6px;
    border-radius: 100px;
    display: inline-flex;
    gap: 5px;
}

._Tab_waxcy_25 {
    cursor: pointer;
    border: none;
    font-family: inherit;
    font-size: 16px;
    font-weight: 500;
    color: #6e7175;

    display: flex;
    align-items: center;
    justify-content: center;
    padding: 12px 28px;
    border-radius: 50px;

    background: radial-gradient(
        at var(--tab-gradient-x) var(--tab-gradient-y),
        var(--color-start-tab) 0%,
        var(--color-end-tab) 100%
    );

    box-shadow:
        0px 4px 10px rgba(0, 0, 0, 0.03),
        inset 0px 2px 6px 2px #fff,
        inset 1px 1px 2px #fff;

    transition:
        color 0.3s ease,
        transform 0.1s ease-in-out,
        --color-start-tab 0.5s ease,
        --color-end-tab 0.5s ease,
        --tab-gradient-x 0.6s ease,
        --tab-gradient-y 0.5s ease;

    &:hover {
        /* color: #fff; */
        --tab-gradient-x: 50%;
        --tab-gradient-y: 80%;
        --color-start-tab: #93eec1;
        --color-end-tab: #ffffff;
    }

    &._Active_waxcy_74 {
        color: white;
        --tab-gradient-x: 0%;
        --tab-gradient-y: 50%;
        --color-start-tab: #86deb2;
        --color-end-tab: #6ecead;

        box-shadow:
            0px 2px 8px rgba(67, 241, 151, 0.421),
            inset 0px 2px 6px 2px #fff,
            inset 1px 1px 2px #fff;

        &:hover {
            --tab-gradient-x: 50%;
            --tab-gradient-y: 90%;
            --color-end-tab: #86deb2;
            --color-start-tab: #3daf87;
        }
    }

    &:active {
        /* transform: translateY(2px); */
    }

    &._Small_waxcy_98 {
        box-shadow:
            0px 4px 10px rgba(0, 0, 0, 0.03),
            inset 0px 1px 4px 1px #fff,
            inset 1px 1px 2px #fff;

        padding: 6px 16px;
        &:active {
            /* transform: translateY(1px); */
        }
    }

    &:focus-visible {
        outline: 3px solid #68bd93;
    }
}
._Select_1kbqs_1 {
    padding: 16px 28px 12px;
    cursor: pointer;
    font-size: 16px;
}

._ScrollArrow_1kbqs_7 {
    background: #0f0;
}

._Positioner_1kbqs_11 {
}

._Popup_1kbqs_14 {
    background: #fff;
    border: 1px solid rgb(177, 177, 177);
    border-radius: 10px;
    overflow: hidden;
}

._Option_1kbqs_21 {
    background: #fff;
    padding: 10px 30px;
    cursor: pointer;
    user-select: none;

    &:hover {
        background: #eee;
    }
}
@property --color-start {
    syntax: "<color>";
    inherits: false;
    initial-value: #1415151a;
}

@property --color-end {
    syntax: "<color>";
    inherits: false;
    initial-value: #ffffff;
}

@property --checkbox-gradient-x {
    syntax: "<length-percentage>";
    inherits: false;
    initial-value: -10%;
}

@property --checkbox-gradient-y {
    syntax: "<length-percentage>";
    inherits: false;
    initial-value: -10%;
}

._Label_180so_25 {
    display: flex;
    gap: 8px;
    align-items: center;
    cursor: pointer;
}

._Root_180so_32 {
    border: 1px solid #fff;
    background-color: rgb(158, 158, 158);
    display: flex;
    align-items: center;
    justify-content: center;
    width: 24px;
    height: 24px;
    border-radius: 50px;
    background: radial-gradient(
        circle at var(--checkbox-gradient-x) var(--checkbox-gradient-y),
        var(--color-start) 30%,
        var(--color-end) 80%,
        var(--color-end)
    );

    &:hover {
        --checkbox-gradient-x: 0%;
        --checkbox-gradient-y: 150%;
        --color-start: #66c194;
        --color-end: #b6e3cd;
    }
    &[data-checked] {
        --checkbox-gradient-x: 150%;
        --checkbox-gradient-y: 150%;
        --color-start: #66c194;
        --color-end: #b6e3cd;
    }
    &:focus-visible {
        outline: 4px solid #68bd93;
    }
    box-shadow: 2px 4px 8px 0px #e8e8e86a;
    transition:
        --color-start 0.5s ease,
        --color-end 0.5s ease,
        --checkbox-gradient-x 0.6s ease,
        --checkbox-gradient-y 1s ease;
}

._Indicator_180so_71 {
    display: block;
    width: 12px;
    height: 12px;
    border-radius: 50px;
    background: #ffffff;
    transition: transform 1s cubic-bezier(0.4, 0.22, 0.13, 1.59);

    &[data-starting-style] {
        transform: scale(0);
    }

    &[data-unchecked] {
        transition-delay: 0s;
        transform: scale(0);
    }
    &[data-checked] {
        animation-delay: 0.2s;
        transform: scale(1);
    }
}

._Text_180so_93 {
    user-select: none;
}
@property --color-start {
    syntax: "<color>";
    inherits: false;
    initial-value: #1415151a;
}

@property --color-end {
    syntax: "<color>";
    inherits: false;
    initial-value: #ffffff;
}

@property --checkbox-gradient-x {
    syntax: "<length-percentage>";
    inherits: false;
    initial-value: -10%;
}

@property --checkbox-gradient-y {
    syntax: "<length-percentage>";
    inherits: false;
    initial-value: -10%;
}

._Label_1tf0j_25 {
    display: flex;
    gap: 8px;
    align-items: center;
    cursor: pointer;
}

._Root_1tf0j_32 {
    border: 1px solid #fff;
    background-color: rgb(158, 158, 158);
    display: flex;
    align-items: center;
    justify-content: start;
    padding: 2px;
    width: 24px;
    height: 24px;
    border-radius: 6px;
    background: radial-gradient(
        circle at var(--checkbox-gradient-x) var(--checkbox-gradient-y),
        var(--color-start) 30%,
        var(--color-end) 80%,
        var(--color-end)
    );

    &:hover {
        --checkbox-gradient-x: 0%;
        --checkbox-gradient-y: 150%;
        --color-start: #66c194;
        --color-end: #b6e3cd;
    }
    &[data-unchecked] {
        --checkbox-gradient-x: 150%;
        --checkbox-gradient-y: 150%;
        --color-start: #66c194;
        --color-end: #b6e3cd;
    }
    &:focus-visible {
        outline: 4px solid #68bd93;
    }
    box-shadow: 2px 4px 8px 0px #e8e8e86a;
    transition:
        --color-start 0.5s ease,
        --color-end 0.5s ease,
        --checkbox-gradient-x 0.6s ease,
        --checkbox-gradient-y 1s ease;
}

._Indicator_1tf0j_72 {
    display: block;
    overflow: hidden;
    width: 0;
    transition: all 0.3s ease-in;
    &[data-unchecked] {
        width: 100%;
    }
}

._Text_1tf0j_82 {
    user-select: none;
}
._Input_tjslw_1 {
    /* border: 2px solid #fff; */
    display: flex;
    align-items: center;
    justify-content: start;
    padding: 8px 12px;
    border-radius: 6px;
    /* background: radial-gradient( */
    /*     at var(--checkbox-gradient-x) var(--checkbox-gradient-y), */
    /*     var(--color-start) 30%, */
    /*     var(--color-end) 80%, */
    /*     var(--color-end) */
    /* ); */

    /* &:hover { */
    /*     --checkbox-gradient-x: 0%; */
    /*     --checkbox-gradient-y: 150%; */
    /*     --color-start: #66c194; */
    /*     --color-end: #b6e3cd; */
    /* } */
    &:hover,
    &:focus {
        background-color: #fff;
    }
    background-color: #f9f9f9;
    outline: 1px solid #fff;
    &:focus-visible {
        outline: 1px solid #68bd93;
    }

    box-shadow:
        2px 4px 14px 0px #e8e8e8,
        inset -2px -2px 6px 2px #fff;
    transition:
        outline 0.7s,
        background-color 0.5s;
}
:root {
    --mouse-y: 10px;
    --mouse-x: 10px;
}

@property --color-start-block {
    syntax: "<color>";
    inherits: false;
    initial-value: #fff0;
}

@property --color-end-block {
    syntax: "<color>";
    inherits: false;
    initial-value: #fff0;
}

._Block_xf1ob_18 {
    background: radial-gradient(
        circle at var(--mouse-x) var(--mouse-y),
        var(--color-start-block),
        var(--color-end-block)
    );

    transition:
        --color-start-block 0.5s ease,
        all 0.5s ease;
}
.glass-surface {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    transition: opacity 0.26s ease-out;
}

.glass-surface__filter {
    width: 100%;
    height: 100%;
    pointer-events: none;
    position: absolute;
    inset: 0;
    opacity: 0;
    z-index: -1;
}

.glass-surface__content {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0.5rem;
    border-radius: inherit;
    position: relative;
    z-index: 1;
}

.glass-surface--svg {
    background: light-dark(hsl(0 0% 100% / var(--glass-frost, 0)), hsl(0 0% 0% / var(--glass-frost, 0)));
    backdrop-filter: var(--filter-id) saturate(var(--glass-saturation, 1));
    box-shadow:
        0 0 2px 1px
            light-dark(
                color-mix(in oklch, rgb(48, 72, 189), transparent 85%),
                color-mix(in oklch, white, transparent 65%)
            )
            inset,
        /* 0 0 10px 4px
            light-dark(color-mix(in oklch, black, transparent 90%), color-mix(in oklch, white, transparent 85%)) inset, */
        0px 4px 16px rgba(17, 17, 26, 0.05),
        0px 8px 24px rgba(17, 17, 26, 0.05),
        0px 16px 56px rgba(17, 17, 26, 0.05),
        0px 4px 16px rgba(17, 17, 26, 0.05) inset,
        0px 8px 24px rgba(17, 17, 26, 0.05) inset,
        0px 16px 56px rgba(17, 17, 26, 0.05) inset;
}

.glass-surface--fallback {
    background: rgba(255, 255, 255, 0.25);
    backdrop-filter: blur(12px) saturate(1.8) brightness(1.1);
    -webkit-backdrop-filter: blur(12px) saturate(1.8) brightness(1.1);
    border: 1px solid rgba(255, 255, 255, 0.3);
    box-shadow:
        0 8px 32px 0 rgba(31, 38, 135, 0.2),
        0 2px 16px 0 rgba(31, 38, 135, 0.1),
        inset 0 1px 0 0 rgba(255, 255, 255, 0.4),
        inset 0 -1px 0 0 rgba(255, 255, 255, 0.2);
}

@media (prefers-color-scheme: dark) {
    .glass-surface--fallback {
        background: rgba(255, 255, 255, 0.1);
        backdrop-filter: blur(12px) saturate(1.8) brightness(1.2);
        -webkit-backdrop-filter: blur(12px) saturate(1.8) brightness(1.2);
        border: 1px solid rgba(255, 255, 255, 0.2);
        box-shadow:
            inset 0 1px 0 0 rgba(255, 255, 255, 0.2),
            inset 0 -1px 0 0 rgba(255, 255, 255, 0.1);
    }
}

@supports not (backdrop-filter: blur(10px)) {
    .glass-surface--fallback {
        background: rgba(255, 255, 255, 0.4);
        box-shadow:
            inset 0 1px 0 0 rgba(255, 255, 255, 0.5),
            inset 0 -1px 0 0 rgba(255, 255, 255, 0.3);
    }

    .glass-surface--fallback::before {
        content: "";
        position: absolute;
        inset: 0;
        background: rgba(255, 255, 255, 0.15);
        border-radius: inherit;
        z-index: -1;
    }
}

@supports not (backdrop-filter: blur(10px)) {
    @media (prefers-color-scheme: dark) {
        .glass-surface--fallback {
            background: rgba(0, 0, 0, 0.4);
        }

        .glass-surface--fallback::before {
            background: rgba(255, 255, 255, 0.05);
        }
    }
}

.glass-surface:focus-visible {
    outline: 2px solid light-dark(#007aff, #0a84ff);
    outline-offset: 2px;
}
