/*! 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-border-style: solid;
      --tw-leading: initial;
      --tw-font-weight: initial;
      --tw-tracking: initial;
      --tw-shadow: 0 0 #0000;
      --tw-shadow-color: initial;
      --tw-shadow-alpha: 100%;
      --tw-inset-shadow: 0 0 #0000;
      --tw-inset-shadow-color: initial;
      --tw-inset-shadow-alpha: 100%;
      --tw-ring-color: initial;
      --tw-ring-shadow: 0 0 #0000;
      --tw-inset-ring-color: initial;
      --tw-inset-ring-shadow: 0 0 #0000;
      --tw-ring-inset: initial;
      --tw-ring-offset-width: 0px;
      --tw-ring-offset-color: #fff;
      --tw-ring-offset-shadow: 0 0 #0000;
    }
  }
}

@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: .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-semibold: 600;
    --font-weight-bold: 700;
    --default-transition-duration: .15s;
    --default-transition-timing-function: cubic-bezier(.4, 0, .2, 1);
    --default-font-family: var(--font-sans);
    --default-font-feature-settings: var(--font-sans--font-feature-settings);
    --default-font-variation-settings: var(--font-sans--font-variation-settings);
    --default-mono-font-family: var(--font-mono);
    --default-mono-font-feature-settings: var(--font-mono--font-feature-settings);
    --default-mono-font-variation-settings: var(--font-mono--font-variation-settings);
  }
}

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

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

  html, :host {
    -webkit-text-size-adjust: 100%;
    tab-size: 4;
    line-height: 1.5;
    font-family: var(--default-font-family, ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji");
    font-feature-settings: var(--default-font-feature-settings, normal);
    font-variation-settings: var(--default-font-variation-settings, normal);
    -webkit-tap-highlight-color: transparent;
  }

  body {
    line-height: inherit;
  }

  hr {
    height: 0;
    color: inherit;
    border-top-width: 1px;
  }

  abbr:where([title]) {
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted;
  }

  h1, h2, h3, h4, h5, h6 {
    font-size: inherit;
    font-weight: inherit;
  }

  a {
    color: inherit;
    -webkit-text-decoration: inherit;
    -webkit-text-decoration: inherit;
    text-decoration: inherit;
  }

  b, strong {
    font-weight: bolder;
  }

  code, kbd, samp, pre {
    font-family: var(--default-mono-font-family, ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace);
    font-feature-settings: var(--default-mono-font-feature-settings, normal);
    font-variation-settings: var(--default-mono-font-variation-settings, normal);
    font-size: 1em;
  }

  small {
    font-size: 80%;
  }

  sub, sup {
    vertical-align: baseline;
    font-size: 75%;
    line-height: 0;
    position: relative;
  }

  sub {
    bottom: -.25em;
  }

  sup {
    top: -.5em;
  }

  table {
    text-indent: 0;
    border-color: inherit;
    border-collapse: collapse;
  }

  :-moz-focusring {
    outline: auto;
  }

  progress {
    vertical-align: baseline;
  }

  summary {
    display: list-item;
  }

  ol, ul, menu {
    list-style: none;
  }

  img, svg, video, canvas, audio, iframe, embed, object {
    vertical-align: middle;
    display: block;
  }

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

  button, input, select, optgroup, textarea {
    font: inherit;
    font-feature-settings: inherit;
    font-variation-settings: inherit;
    letter-spacing: inherit;
    color: inherit;
    opacity: 1;
    --lightningcss-light: initial;
    --lightningcss-dark: ;
    color-scheme: light;
    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;
    --lightningcss-light: initial;
    --lightningcss-dark: ;
    color-scheme: light;
    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, :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-\[-0\.01\%_-0\.31px_0_-0\.31px\] {
    inset: -.01% -.31px 0;
  }

  .inset-\[-0\.3\%_0\] {
    inset: -.3% 0;
  }

  .inset-\[-0\.31px_0_-0\.31px_-0\.02\%\] {
    inset: -.31px 0 -.31px -.02%;
  }

  .inset-\[-0\.78px_0\] {
    inset: -.78px 0;
  }

  .inset-\[-3\.42\%_0_-3\.41\%_0\] {
    inset: -3.42% 0 -3.41%;
  }

  .inset-\[0\.01\%_0_-0\.01\%_0\] {
    inset: .01% 0 -.01%;
  }

  .inset-\[0_-0\.1\%\] {
    inset: 0 -.1%;
  }

  .inset-\[1\.03\%_94\.32\%_92\.39\%_0\.54\%\] {
    inset: 1.03% 94.32% 92.39% .54%;
  }

  .inset-\[4\.57\%_1\.79\%_18\.26\%_7\.14\%\] {
    inset: 4.57% 1.79% 18.26% 7.14%;
  }

  .inset-\[4\.57\%_1\.79\%_18\.27\%_7\.14\%\] {
    inset: 4.57% 1.79% 18.27% 7.14%;
  }

  .inset-\[19\%_1\.79\%_60\.94\%_7\.14\%\] {
    inset: 19% 1.79% 60.94% 7.14%;
  }

  .inset-\[20\.32\%_94\.21\%_73\.09\%_1\.79\%\] {
    inset: 20.32% 94.21% 73.09% 1.79%;
  }

  .inset-\[31\.58\%_1\.79\%_68\.42\%_7\.14\%\] {
    inset: 31.58% 1.79% 68.42% 7.14%;
  }

  .inset-\[39\.62\%_94\.39\%_53\.8\%_1\.61\%\] {
    inset: 39.62% 94.39% 53.8% 1.61%;
  }

  .inset-\[58\.91\%_94\.39\%_34\.51\%_1\.61\%\] {
    inset: 58.91% 94.39% 34.51% 1.61%;
  }

  .inset-\[78\.2\%_94\.28\%_15\.22\%_4\.29\%\] {
    inset: 78.2% 94.28% 15.22% 4.29%;
  }

  .inset-\[81\.73\%_92\.86\%_15\.53\%_7\.14\%\] {
    inset: 81.73% 92.86% 15.53% 7.14%;
  }

  .inset-\[81\.73\%_92\.86\%_18\.27\%_6\.07\%\] {
    inset: 81.73% 92.86% 18.27% 6.07%;
  }

  .inset-\[83\.8\%_0\.04\%_9\.62\%_95\.96\%\] {
    inset: 83.8% .04% 9.62% 95.96%;
  }

  .inset-\[83\.8\%_7\.83\%_9\.62\%_87\.88\%\] {
    inset: 83.8% 7.83% 9.62% 87.88%;
  }

  .inset-\[83\.8\%_16\.5\%_9\.62\%_79\.78\%\] {
    inset: 83.8% 16.5% 9.62% 79.78%;
  }

  .inset-\[83\.8\%_24\.58\%_9\.62\%_71\.41\%\] {
    inset: 83.8% 24.58% 9.62% 71.41%;
  }

  .inset-\[83\.8\%_32\.95\%_9\.62\%_63\.04\%\] {
    inset: 83.8% 32.95% 9.62% 63.04%;
  }

  .inset-\[83\.8\%_41\.55\%_9\.62\%_55\.3\%\] {
    inset: 83.8% 41.55% 9.62% 55.3%;
  }

  .inset-\[83\.8\%_49\.62\%_9\.62\%_46\.66\%\] {
    inset: 83.8% 49.62% 9.62% 46.66%;
  }

  .inset-\[83\.8\%_57\.59\%_9\.62\%_38\.12\%\] {
    inset: 83.8% 57.59% 9.62% 38.12%;
  }

  .inset-\[83\.8\%_66\.09\%_9\.62\%_30\.19\%\] {
    inset: 83.8% 66.09% 9.62% 30.19%;
  }

  .inset-\[83\.8\%_74\.26\%_9\.62\%_21\.74\%\] {
    inset: 83.8% 74.26% 9.62% 21.74%;
  }

  .inset-\[83\.8\%_82\.45\%_9\.62\%_13\.55\%\] {
    inset: 83.8% 82.45% 9.62% 13.55%;
  }

  .inset-\[83\.8\%_91\.01\%_9\.62\%_5\.27\%\] {
    inset: 83.8% 91.01% 9.62% 5.27%;
  }

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

  .top-\[2\.5px\] {
    top: 2.5px;
  }

  .top-\[7\.65px\] {
    top: 7.65px;
  }

  .top-\[9\.2px\] {
    top: 9.2px;
  }

  .top-\[10\.61px\] {
    top: 10.61px;
  }

  .top-\[17\.79px\] {
    top: 17.79px;
  }

  .top-\[19\.98px\] {
    top: 19.98px;
  }

  .top-\[23\.89px\] {
    top: 23.89px;
  }

  .top-\[26\.22px\] {
    top: 26.22px;
  }

  .top-\[33\.07px\] {
    top: 33.07px;
  }

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

  .top-\[101\.44px\] {
    top: 101.44px;
  }

  .top-\[187\.59px\] {
    top: 187.59px;
  }

  .top-\[344\.27px\] {
    top: 344.27px;
  }

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

  .left-\[9\.99px\] {
    left: 9.99px;
  }

  .left-\[19\.97px\] {
    left: 19.97px;
  }

  .left-\[24\.97px\] {
    left: 24.97px;
  }

  .left-\[57\.42px\] {
    left: 57.42px;
  }

  .left-\[110px\] {
    left: 110px;
  }

  .left-\[127\.04px\] {
    left: 127.04px;
  }

  .left-\[242\.21px\] {
    left: 242.21px;
  }

  .left-\[303\.38px\] {
    left: 303.38px;
  }

  .block {
    display: block;
  }

  .contents {
    display: contents;
  }

  .flex {
    display: flex;
  }

  .grid {
    display: grid;
  }

  .size-\[4\.994px\] {
    width: 4.994px;
    height: 4.994px;
  }

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

  .h-\[1\.561px\] {
    height: 1.561px;
  }

  .h-\[1\.873px\] {
    height: 1.873px;
  }

  .h-\[4\.994px\] {
    height: 4.994px;
  }

  .h-\[13\.109px\] {
    height: 13.109px;
  }

  .h-\[15\.294px\] {
    height: 15.294px;
  }

  .h-\[18\.382px\] {
    height: 18.382px;
  }

  .h-\[20\.288px\] {
    height: 20.288px;
  }

  .h-\[21\.224px\] {
    height: 21.224px;
  }

  .h-\[33\.071px\] {
    height: 33.071px;
  }

  .h-\[41\.513px\] {
    height: 41.513px;
  }

  .h-\[48\.365px\] {
    height: 48.365px;
  }

  .h-\[61\.488px\] {
    height: 61.488px;
  }

  .h-\[66\.17px\] {
    height: 66.17px;
  }

  .h-\[136\.71px\] {
    height: 136.71px;
  }

  .h-\[377\.357px\] {
    height: 377.357px;
  }

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

  .min-h-px {
    min-height: 1px;
  }

  .w-\[19\.976px\] {
    width: 19.976px;
  }

  .w-\[21\.824px\] {
    width: 21.824px;
  }

  .w-\[43\.069px\] {
    width: 43.069px;
  }

  .w-\[51\.789px\] {
    width: 51.789px;
  }

  .w-\[53\.677px\] {
    width: 53.677px;
  }

  .w-\[54\.924px\] {
    width: 54.924px;
  }

  .w-\[60\.187px\] {
    width: 60.187px;
  }

  .w-\[61\.201px\] {
    width: 61.201px;
  }

  .w-\[88\.638px\] {
    width: 88.638px;
  }

  .w-\[107\.37px\] {
    width: 107.37px;
  }

  .w-\[283\.409px\] {
    width: 283.409px;
  }

  .w-\[349\.579px\] {
    width: 349.579px;
  }

  .w-\[355\.173px\] {
    width: 355.173px;
  }

  .w-\[399\.518px\] {
    width: 399.518px;
  }

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

  .w-full {
    width: 100%;
  }

  .min-w-px {
    min-width: 1px;
  }

  .flex-\[1_0_0\] {
    flex: 1 0 0;
  }

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

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

  .content-stretch {
    align-content: stretch;
  }

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

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

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

  .gap-\[4\.994px\] {
    gap: 4.994px;
  }

  .gap-\[14\.982px\] {
    gap: 14.982px;
  }

  .overflow-clip {
    overflow: clip;
  }

  .overflow-hidden {
    overflow: hidden;
  }

  .rounded-\[14\.982px\] {
    border-radius: 14.982px;
  }

  .rounded-\[623\.622px\] {
    border-radius: 623.622px;
  }

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

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

  .border-b-\[0\.624px\] {
    border-bottom-style: var(--tw-border-style);
    border-bottom-width: .624px;
  }

  .border-solid {
    --tw-border-style: solid;
    border-style: solid;
  }

  .border-\[\#ccc\] {
    border-color: #ccc;
  }

  .border-\[transparent\] {
    border-color: #0000;
  }

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

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

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

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

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

  .bg-clip-padding {
    background-clip: padding-box;
  }

  .px-\[3\.746px\] {
    padding-inline: 3.746px;
  }

  .py-\[1\.248px\] {
    padding-block: 1.248px;
  }

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

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

  .font-\[\'Inter\:Bold\'\,sans-serif\] {
    font-family: Inter\:Bold, sans-serif;
  }

  .font-\[\'Inter\:Medium\'\,sans-serif\] {
    font-family: Inter\:Medium, sans-serif;
  }

  .font-\[\'Inter\:Regular\'\,sans-serif\] {
    font-family: Inter\:Regular, sans-serif;
  }

  .font-\[\'Inter\:Semi_Bold\'\,sans-serif\] {
    font-family: Inter\:Semi Bold, sans-serif;
  }

  .text-\[7\.491px\] {
    font-size: 7.491px;
  }

  .text-\[8\.739px\] {
    font-size: 8.739px;
  }

  .text-\[12\.485px\] {
    font-size: 12.485px;
  }

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

  .text-\[27\.461px\] {
    font-size: 27.461px;
  }

  .leading-\[13\.109px\] {
    --tw-leading: 13.109px;
    line-height: 13.109px;
  }

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

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

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

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

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

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

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

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

  .not-italic {
    font-style: normal;
  }

  .shadow-\[0px_0px_79\.904px_0px_rgba\(0\,98\,254\,0\.24\)\] {
    --tw-shadow: 0px 0px 79.904px 0px var(--tw-shadow-color, #0062fe3d);
    box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
  }

  .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;
    transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
    transition-duration: var(--tw-duration, var(--default-transition-duration));
  }
}

: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-border-style {
  syntax: "*";
  inherits: false;
  initial-value: solid;
}

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

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

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

@property --tw-shadow {
  syntax: "*";
  inherits: false;
  initial-value: 0 0 #0000;
}

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

@property --tw-shadow-alpha {
  syntax: "<percentage>";
  inherits: false;
  initial-value: 100%;
}

@property --tw-inset-shadow {
  syntax: "*";
  inherits: false;
  initial-value: 0 0 #0000;
}

@property --tw-inset-shadow-color {
  syntax: "*";
  inherits: false
}

@property --tw-inset-shadow-alpha {
  syntax: "<percentage>";
  inherits: false;
  initial-value: 100%;
}

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

@property --tw-ring-shadow {
  syntax: "*";
  inherits: false;
  initial-value: 0 0 #0000;
}

@property --tw-inset-ring-color {
  syntax: "*";
  inherits: false
}

@property --tw-inset-ring-shadow {
  syntax: "*";
  inherits: false;
  initial-value: 0 0 #0000;
}

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

@property --tw-ring-offset-width {
  syntax: "<length>";
  inherits: false;
  initial-value: 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;
}
