/*! tailwindcss v4.3.3 | MIT License | https://tailwindcss.com */
@layer properties;
@layer theme, base, components, utilities;
@layer theme {
  :root, :host {
    --font-sans: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue",
      "Noto Sans", Arial, 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-amber-700: oklch(55.5% 0.163 48.998);
    --spacing: 0.25rem;
    --container-md: 28rem;
    --default-font-family: var(--font-sans);
    --default-mono-font-family: var(--font-mono);
  }
}
@layer base {
  *, ::after, ::before, ::backdrop, ::file-selector-button {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    border: 0 solid;
  }
  html, :host {
    line-height: 1.5;
    -webkit-text-size-adjust: 100%;
    tab-size: 4;
    font-family: var(--default-font-family, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", "Noto Sans", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji");
    font-feature-settings: var(--default-font-feature-settings, normal);
    font-variation-settings: var(--default-font-variation-settings, normal);
    -webkit-tap-highlight-color: transparent;
  }
  hr {
    height: 0;
    color: inherit;
    border-top-width: 1px;
  }
  abbr:where([title]) {
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted;
  }
  h1, h2, h3, h4, h5, h6 {
    font-size: inherit;
    font-weight: inherit;
  }
  a {
    color: inherit;
    -webkit-text-decoration: inherit;
    text-decoration: inherit;
  }
  b, strong {
    font-weight: bolder;
  }
  code, kbd, samp, pre {
    font-family: var(--default-mono-font-family, ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace);
    font-feature-settings: var(--default-mono-font-feature-settings, normal);
    font-variation-settings: var(--default-mono-font-variation-settings, normal);
    font-size: 1em;
  }
  small {
    font-size: 80%;
  }
  sub, sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
  }
  sub {
    bottom: -0.25em;
  }
  sup {
    top: -0.5em;
  }
  table {
    text-indent: 0;
    border-color: inherit;
    border-collapse: collapse;
  }
  :-moz-focusring:where(:not(iframe)) {
    outline: auto;
  }
  progress {
    vertical-align: baseline;
  }
  summary {
    display: list-item;
  }
  ol, ul, menu {
    list-style: none;
  }
  img, svg, video, canvas, audio, iframe, embed, object {
    display: block;
    vertical-align: middle;
  }
  img, video {
    max-width: 100%;
    height: auto;
  }
  button, input, select, optgroup, textarea, ::file-selector-button {
    font: inherit;
    font-feature-settings: inherit;
    font-variation-settings: inherit;
    letter-spacing: inherit;
    color: inherit;
    border-radius: 0;
    background-color: transparent;
    opacity: 1;
  }
  :where(select:is([multiple], [size])) optgroup {
    font-weight: bolder;
  }
  :where(select:is([multiple], [size])) optgroup option {
    padding-inline-start: 20px;
  }
  ::file-selector-button {
    margin-inline-end: 4px;
  }
  ::placeholder {
    opacity: 1;
  }
  @supports (not (-webkit-appearance: -apple-pay-button))  or (contain-intrinsic-size: 1px) {
    ::placeholder {
      color: currentcolor;
      @supports (color: color-mix(in lab, red, red)) {
        color: color-mix(in oklab, currentcolor 50%, transparent);
      }
    }
  }
  textarea {
    resize: vertical;
  }
  ::-webkit-search-decoration {
    -webkit-appearance: none;
  }
  ::-webkit-date-and-time-value {
    min-height: 1lh;
    text-align: inherit;
  }
  ::-webkit-datetime-edit {
    display: inline-flex;
  }
  ::-webkit-datetime-edit-fields-wrapper {
    padding: 0;
  }
  ::-webkit-datetime-edit, ::-webkit-datetime-edit-year-field, ::-webkit-datetime-edit-month-field, ::-webkit-datetime-edit-day-field, ::-webkit-datetime-edit-hour-field, ::-webkit-datetime-edit-minute-field, ::-webkit-datetime-edit-second-field, ::-webkit-datetime-edit-millisecond-field, ::-webkit-datetime-edit-meridiem-field {
    padding-block: 0;
  }
  ::-webkit-calendar-picker-indicator {
    line-height: 1;
  }
  :-moz-ui-invalid {
    box-shadow: none;
  }
  button, input:where([type="button"], [type="reset"], [type="submit"]), ::file-selector-button {
    appearance: button;
  }
  ::-webkit-inner-spin-button, ::-webkit-outer-spin-button {
    height: auto;
  }
  [hidden]:where(:not([hidden="until-found"])) {
    display: none !important;
  }
}
@layer utilities {
  .fixed {
    position: fixed;
  }
  .static {
    position: static;
  }
  .inset-0 {
    inset: 0px;
  }
  .m-2\.5 {
    margin: calc(var(--spacing) * 2.5);
  }
  .m-3 {
    margin: calc(var(--spacing) * 3);
  }
  .mt-4 {
    margin-top: calc(var(--spacing) * 4);
  }
  .flex {
    display: flex;
  }
  .grid {
    display: grid;
  }
  .hidden {
    display: none;
  }
  .inline-flex {
    display: inline-flex;
  }
  .h-5 {
    height: calc(var(--spacing) * 5);
  }
  .h-5\.5 {
    height: calc(var(--spacing) * 5.5);
  }
  .h-7\.75 {
    height: calc(var(--spacing) * 7.75);
  }
  .h-9 {
    height: calc(var(--spacing) * 9);
  }
  .h-15 {
    height: calc(var(--spacing) * 15);
  }
  .h-16 {
    height: calc(var(--spacing) * 16);
  }
  .h-20 {
    height: calc(var(--spacing) * 20);
  }
  .h-24 {
    height: calc(var(--spacing) * 24);
  }
  .h-32 {
    height: calc(var(--spacing) * 32);
  }
  .h-40 {
    height: calc(var(--spacing) * 40);
  }
  .h-px {
    height: 1px;
  }
  .w-5\.5 {
    width: calc(var(--spacing) * 5.5);
  }
  .w-9 {
    width: calc(var(--spacing) * 9);
  }
  .w-15 {
    width: calc(var(--spacing) * 15);
  }
  .w-16 {
    width: calc(var(--spacing) * 16);
  }
  .w-20 {
    width: calc(var(--spacing) * 20);
  }
  .w-23\.25 {
    width: calc(var(--spacing) * 23.25);
  }
  .w-24 {
    width: calc(var(--spacing) * 24);
  }
  .w-32 {
    width: calc(var(--spacing) * 32);
  }
  .w-40 {
    width: calc(var(--spacing) * 40);
  }
  .w-fit {
    width: fit-content;
  }
  .w-full {
    width: 100%;
  }
  .max-w-md {
    max-width: var(--container-md);
  }
  .flex-1 {
    flex: 1;
  }
  .cursor-pointer {
    cursor: pointer;
  }
  .grid-cols-1 {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
  .flex-col {
    flex-direction: column;
  }
  .flex-row {
    flex-direction: row;
  }
  .flex-wrap {
    flex-wrap: wrap;
  }
  .content-center {
    align-content: center;
  }
  .items-center {
    align-items: center;
  }
  .justify-between {
    justify-content: space-between;
  }
  .justify-center {
    justify-content: center;
  }
  .gap-0 {
    gap: 0px;
  }
  .gap-0\.75 {
    gap: calc(var(--spacing) * 0.75);
  }
  .gap-1 {
    gap: var(--spacing);
  }
  .gap-2 {
    gap: calc(var(--spacing) * 2);
  }
  .gap-2\.5 {
    gap: calc(var(--spacing) * 2.5);
  }
  .gap-3 {
    gap: calc(var(--spacing) * 3);
  }
  .gap-3\.25 {
    gap: calc(var(--spacing) * 3.25);
  }
  .gap-4 {
    gap: calc(var(--spacing) * 4);
  }
  .gap-4\.25 {
    gap: calc(var(--spacing) * 4.25);
  }
  .gap-5 {
    gap: calc(var(--spacing) * 5);
  }
  .self-center {
    align-self: center;
  }
  .rounded-\[7px\] {
    border-radius: 7px;
  }
  .rounded-\[10px\] {
    border-radius: 10px;
  }
  .rounded-\[15px\] {
    border-radius: 15px;
  }
  .rounded-\[22px\] {
    border-radius: 22px;
  }
  .rounded-\[25px\] {
    border-radius: 25px;
  }
  .rounded-full {
    border-radius: calc(infinity * 1px);
  }
  .border {
    border-style: var(--tw-border-style);
    border-width: 1px;
  }
  .border-b {
    border-bottom-style: var(--tw-border-style);
    border-bottom-width: 1px;
  }
  .border-\(--main-error-10\) {
    border-color: var(--main-error-10);
  }
  .border-\(--main-primary-20\) {
    border-color: var(--main-primary-20);
  }
  .border-\(--main-primary-30\) {
    border-color: var(--main-primary-30);
  }
  .border-\(--main-primary-40\) {
    border-color: var(--main-primary-40);
  }
  .border-\(--main-success-10\) {
    border-color: var(--main-success-10);
  }
  .border-\(--main-surface-20\) {
    border-color: var(--main-surface-20);
  }
  .border-\(--main-surface-50\) {
    border-color: var(--main-surface-50);
  }
  .border-\(--main-tonal-20\) {
    border-color: var(--main-tonal-20);
  }
  .border-\(--main-warning-0\) {
    border-color: var(--main-warning-0);
  }
  .border-\(--main-warning-20\) {
    border-color: var(--main-warning-20);
  }
  .border-b-\(--main-surface-20\) {
    border-bottom-color: var(--main-surface-20);
  }
  .bg-\(--main-info-0\) {
    background-color: var(--main-info-0);
  }
  .bg-\(--main-primary-20\) {
    background-color: var(--main-primary-20);
  }
  .bg-\(--main-primary-30\) {
    background-color: var(--main-primary-30);
  }
  .bg-\(--main-primary-40\) {
    background-color: var(--main-primary-40);
  }
  .bg-\(--main-primary-strong\) {
    background-color: var(--main-primary-strong);
  }
  .bg-\(--main-surface-0\) {
    background-color: var(--main-surface-0);
  }
  .bg-\(--main-surface-10\) {
    background-color: var(--main-surface-10);
  }
  .bg-\(--main-surface-30\) {
    background-color: var(--main-surface-30);
  }
  .bg-\(--main-tonal-0\) {
    background-color: var(--main-tonal-0);
  }
  .bg-\(--main-tonal-10\) {
    background-color: var(--main-tonal-10);
  }
  .bg-\(--main-tonal-20\) {
    background-color: var(--main-tonal-20);
  }
  .bg-\(--main-warning-30\) {
    background-color: var(--main-warning-30);
  }
  .bg-amber-700 {
    background-color: var(--color-amber-700);
  }
  .px-2 {
    padding-inline: calc(var(--spacing) * 2);
  }
  .px-2\.5 {
    padding-inline: calc(var(--spacing) * 2.5);
  }
  .px-2\.75 {
    padding-inline: calc(var(--spacing) * 2.75);
  }
  .px-3 {
    padding-inline: calc(var(--spacing) * 3);
  }
  .px-4 {
    padding-inline: calc(var(--spacing) * 4);
  }
  .px-5 {
    padding-inline: calc(var(--spacing) * 5);
  }
  .px-5\.5 {
    padding-inline: calc(var(--spacing) * 5.5);
  }
  .px-6 {
    padding-inline: calc(var(--spacing) * 6);
  }
  .px-9 {
    padding-inline: calc(var(--spacing) * 9);
  }
  .py-1 {
    padding-block: var(--spacing);
  }
  .py-1\.25 {
    padding-block: calc(var(--spacing) * 1.25);
  }
  .py-2 {
    padding-block: calc(var(--spacing) * 2);
  }
  .py-2\.5 {
    padding-block: calc(var(--spacing) * 2.5);
  }
  .py-3\.25 {
    padding-block: calc(var(--spacing) * 3.25);
  }
  .py-5 {
    padding-block: calc(var(--spacing) * 5);
  }
  .py-7\.5 {
    padding-block: calc(var(--spacing) * 7.5);
  }
  .py-10\.75 {
    padding-block: calc(var(--spacing) * 10.75);
  }
  .text-center {
    text-align: center;
  }
  .text-\(length\:--p\) {
    font-size: var(--p);
  }
  .text-\(length\:--title-h2\) {
    font-size: var(--title-h2);
  }
  .text-\(--main-error-0\) {
    color: var(--main-error-0);
  }
  .text-\(--main-info-0\) {
    color: var(--main-info-0);
  }
  .text-\(--main-primary-0\) {
    color: var(--main-primary-0);
  }
  .text-\(--main-primary-40\) {
    color: var(--main-primary-40);
  }
  .text-\(--main-primary-50\) {
    color: var(--main-primary-50);
  }
  .text-\(--main-success-0\) {
    color: var(--main-success-0);
  }
  .text-\(--main-surface-50\) {
    color: var(--main-surface-50);
  }
  .text-\(--main-text\) {
    color: var(--main-text);
  }
  .text-\(--main-text2\) {
    color: var(--main-text2);
  }
  .text-\(--main-warning-0\) {
    color: var(--main-warning-0);
  }
  .shadow-\(--main-neon-1\) {
    --tw-shadow: var(--main-neon-1);
    box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
  }
  .peer-checked\:border-\(--main-primary-20\):is(:where(.peer):checked ~ *) {
    border-color: var(--main-primary-20);
  }
  .peer-checked\:bg-\(--main-primary-30\):is(:where(.peer):checked ~ *) {
    background-color: var(--main-primary-30);
  }
  .peer-checked\:text-\(--main-text2\):is(:where(.peer):checked ~ *) {
    color: var(--main-text2);
  }
}
:root {
  --main-text: rgba(232, 232, 232, 1);
  --main-text2: rgba(26, 26, 26, 1);
  --main-surface-0: rgba(36, 36, 36, 1);
  --main-surface-10: rgba(54, 54, 54, 1);
  --main-surface-20: rgba(74, 74, 74, 1);
  --main-surface-30: rgba(94, 94, 94, 1);
  --main-surface-40: rgba(115, 115, 115, 1);
  --main-surface-50: rgba(137, 137, 137, 1);
  --main-primary-0: rgba(48, 199, 40, 1);
  --main-primary-10: rgba(81, 205, 73, 1);
  --main-primary-20: rgba(106, 212, 98, 1);
  --main-primary-30: rgba(127, 218, 119, 1);
  --main-primary-40: rgba(147, 224, 140, 1);
  --main-primary-50: rgba(166, 229, 160, 1);
  --main-primary-strong: rgba(166, 229, 160, 0.5490196347236633);
  --main-success-0: rgba(125, 255, 149, 1);
  --main-success-10: rgba(157, 255, 172, 1);
  --main-success-20: rgba(184, 255, 193, 1);
  --main-warning-0: rgba(255, 188, 94, 1);
  --main-warning-10: rgba(255, 202, 131, 1);
  --main-warning-20: rgba(255, 216, 164, 1);
  --main-warning-30: rgba(255, 216, 164, 0.7);
  --main-error-0: rgba(255, 128, 128, 1);
  --main-error-10: rgba(255, 155, 153, 1);
  --main-error-20: rgba(255, 181, 178, 1);
  --main-info-0: rgba(135, 209, 255, 1);
  --main-info-10: rgba(161, 219, 255, 1);
  --main-info-20: rgba(185, 228, 255, 1);
  --main-tonal-0: rgba(41, 51, 40, 1);
  --main-tonal-10: rgba(59, 69, 58, 1);
  --main-tonal-20: rgba(78, 87, 77, 1);
  --main-tonal-30: rgba(98, 106, 98, 1);
  --main-tonal-40: rgba(119, 126, 118, 1);
  --main-tonal-50: rgba(140, 146, 140, 1);
  --p: 1rem;
  --title-h1: 4rem;
  --title-h2: 1.5rem;
  --main-neon-1: 0px 0px 12px rgb(94 255 158 / 0.6);
}
h2 {
  font-size: var(--title-h2);
}
@property --tw-border-style {
  syntax: "*";
  inherits: false;
  initial-value: solid;
}
@property --tw-shadow {
  syntax: "*";
  inherits: false;
  initial-value: 0 0 #0000;
}
@property --tw-shadow-color {
  syntax: "*";
  inherits: false;
}
@property --tw-shadow-alpha {
  syntax: "<percentage>";
  inherits: false;
  initial-value: 100%;
}
@property --tw-inset-shadow {
  syntax: "*";
  inherits: false;
  initial-value: 0 0 #0000;
}
@property --tw-inset-shadow-color {
  syntax: "*";
  inherits: false;
}
@property --tw-inset-shadow-alpha {
  syntax: "<percentage>";
  inherits: false;
  initial-value: 100%;
}
@property --tw-ring-color {
  syntax: "*";
  inherits: false;
}
@property --tw-ring-shadow {
  syntax: "*";
  inherits: false;
  initial-value: 0 0 #0000;
}
@property --tw-inset-ring-color {
  syntax: "*";
  inherits: false;
}
@property --tw-inset-ring-shadow {
  syntax: "*";
  inherits: false;
  initial-value: 0 0 #0000;
}
@property --tw-ring-inset {
  syntax: "*";
  inherits: false;
}
@property --tw-ring-offset-width {
  syntax: "<length>";
  inherits: false;
  initial-value: 0px;
}
@property --tw-ring-offset-color {
  syntax: "*";
  inherits: false;
  initial-value: #fff;
}
@property --tw-ring-offset-shadow {
  syntax: "*";
  inherits: false;
  initial-value: 0 0 #0000;
}
@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-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;
    }
  }
}
