/*! tailwindcss v4.1.4 | MIT License | https://tailwindcss.com */
@layer properties;
@layer theme, base, components, utilities;
@layer theme {
  :root, :host {
    --font-sans: ui-sans-serif, system-ui, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol',
    'Noto Color Emoji';
    --font-mono: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, 'Liberation Mono', 'Courier New',
    monospace;
    --color-red-100: oklch(93.6% 0.032 17.717);
    --color-red-200: oklch(88.5% 0.062 18.334);
    --color-red-500: oklch(63.7% 0.237 25.331);
    --color-green-500: oklch(72.3% 0.219 149.579);
    --color-gray-100: oklch(96.7% 0.003 264.542);
    --color-gray-200: oklch(92.8% 0.006 264.531);
    --color-gray-700: oklch(37.3% 0.034 259.733);
    --color-gray-800: oklch(27.8% 0.033 256.848);
    --color-gray-900: oklch(21% 0.034 264.665);
    --color-white: #fff;
    --spacing: 0.25rem;
    --container-lg: 32rem;
    --text-lg: 1.125rem;
    --text-lg--line-height: calc(1.75 / 1.125);
    --text-2xl: 1.5rem;
    --text-2xl--line-height: calc(2 / 1.5);
    --text-5xl: 3rem;
    --text-5xl--line-height: 1;
    --text-6xl: 3.75rem;
    --text-6xl--line-height: 1;
    --font-weight-normal: 400;
    --font-weight-semibold: 600;
    --font-weight-bold: 700;
    --tracking-tight: -0.025em;
    --radius-lg: 0.5rem;
    --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, ui-sans-serif, system-ui, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol', 'Noto Color Emoji');
    font-feature-settings: var(--default-font-feature-settings, normal);
    font-variation-settings: var(--default-font-variation-settings, normal);
    -webkit-tap-highlight-color: transparent;
  }
  hr {
    height: 0;
    color: inherit;
    border-top-width: 1px;
  }
  abbr:where([title]) {
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted;
  }
  h1, h2, h3, h4, h5, h6 {
    font-size: inherit;
    font-weight: inherit;
  }
  a {
    color: inherit;
    -webkit-text-decoration: inherit;
    text-decoration: inherit;
  }
  b, strong {
    font-weight: bolder;
  }
  code, kbd, samp, pre {
    font-family: var(--default-mono-font-family, ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, 'Liberation Mono', 'Courier New', monospace);
    font-feature-settings: var(--default-mono-font-feature-settings, normal);
    font-variation-settings: var(--default-mono-font-variation-settings, normal);
    font-size: 1em;
  }
  small {
    font-size: 80%;
  }
  sub, sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
  }
  sub {
    bottom: -0.25em;
  }
  sup {
    top: -0.5em;
  }
  table {
    text-indent: 0;
    border-color: inherit;
    border-collapse: collapse;
  }
  :-moz-focusring {
    outline: auto;
  }
  progress {
    vertical-align: baseline;
  }
  summary {
    display: list-item;
  }
  ol, ul, menu {
    list-style: none;
  }
  img, svg, video, canvas, audio, iframe, embed, object {
    display: block;
    vertical-align: middle;
  }
  img, video {
    max-width: 100%;
    height: auto;
  }
  button, input, select, optgroup, textarea, ::file-selector-button {
    font: inherit;
    font-feature-settings: inherit;
    font-variation-settings: inherit;
    letter-spacing: inherit;
    color: inherit;
    border-radius: 0;
    background-color: transparent;
    opacity: 1;
  }
  :where(select:is([multiple], [size])) optgroup {
    font-weight: bolder;
  }
  :where(select:is([multiple], [size])) optgroup option {
    padding-inline-start: 20px;
  }
  ::file-selector-button {
    margin-inline-end: 4px;
  }
  ::placeholder {
    opacity: 1;
  }
  @supports (not (-webkit-appearance: -apple-pay-button))  or (contain-intrinsic-size: 1px) {
    ::placeholder {
      color: currentcolor;
      @supports (color: color-mix(in lab, red, red)) {
        color: color-mix(in oklab, currentcolor 50%, transparent);
      }
    }
  }
  textarea {
    resize: vertical;
  }
  ::-webkit-search-decoration {
    -webkit-appearance: none;
  }
  ::-webkit-date-and-time-value {
    min-height: 1lh;
    text-align: inherit;
  }
  ::-webkit-datetime-edit {
    display: inline-flex;
  }
  ::-webkit-datetime-edit-fields-wrapper {
    padding: 0;
  }
  ::-webkit-datetime-edit, ::-webkit-datetime-edit-year-field, ::-webkit-datetime-edit-month-field, ::-webkit-datetime-edit-day-field, ::-webkit-datetime-edit-hour-field, ::-webkit-datetime-edit-minute-field, ::-webkit-datetime-edit-second-field, ::-webkit-datetime-edit-millisecond-field, ::-webkit-datetime-edit-meridiem-field {
    padding-block: 0;
  }
  :-moz-ui-invalid {
    box-shadow: none;
  }
  button, input:where([type='button'], [type='reset'], [type='submit']), ::file-selector-button {
    appearance: button;
  }
  ::-webkit-inner-spin-button, ::-webkit-outer-spin-button {
    height: auto;
  }
  [hidden]:where(:not([hidden='until-found'])) {
    display: none !important;
  }
}
@layer utilities {
  .fixed {
    position: fixed;
  }
  .relative {
    position: relative;
  }
  .static {
    position: static;
  }
  .bottom-0 {
    bottom: calc(var(--spacing) * 0);
  }
  .order-last {
    order: 9999;
  }
  .m-6 {
    margin: calc(var(--spacing) * 6);
  }
  .mb-2 {
    margin-bottom: calc(var(--spacing) * 2);
  }
  .mb-4 {
    margin-bottom: calc(var(--spacing) * 4);
  }
  .contents {
    display: contents;
  }
  .flex {
    display: flex;
  }
  .size-10 {
    width: calc(var(--spacing) * 10);
    height: calc(var(--spacing) * 10);
  }
  .size-15 {
    width: calc(var(--spacing) * 15);
    height: calc(var(--spacing) * 15);
  }
  .size-30 {
    width: calc(var(--spacing) * 30);
    height: calc(var(--spacing) * 30);
  }
  .size-40 {
    width: calc(var(--spacing) * 40);
    height: calc(var(--spacing) * 40);
  }
  .h-9\/10 {
    height: calc(9/10 * 100%);
  }
  .h-full {
    height: 100%;
  }
  .h-screen {
    height: 100vh;
  }
  .h-svh {
    height: 100svh;
  }
  .min-h-screen {
    min-height: 100vh;
  }
  .w-9\/10 {
    width: calc(9/10 * 100%);
  }
  .w-full {
    width: 100%;
  }
  .w-screen {
    width: 100vw;
  }
  .max-w-lg {
    max-width: var(--container-lg);
  }
  .flex-grow {
    flex-grow: 1;
  }
  .list-disc {
    list-style-type: disc;
  }
  .flex-col {
    flex-direction: column;
  }
  .flex-wrap {
    flex-wrap: wrap;
  }
  .items-center {
    align-items: center;
  }
  .justify-around {
    justify-content: space-around;
  }
  .justify-center {
    justify-content: center;
  }
  .justify-end {
    justify-content: flex-end;
  }
  .justify-evenly {
    justify-content: space-evenly;
  }
  .gap-1 {
    gap: calc(var(--spacing) * 1);
  }
  .overflow-scroll {
    overflow: scroll;
  }
  .overflow-y-scroll {
    overflow-y: scroll;
  }
  .rounded-full {
    border-radius: calc(infinity * 1px);
  }
  .rounded-lg {
    border-radius: var(--radius-lg);
  }
  .border {
    border-style: var(--tw-border-style);
    border-width: 1px;
  }
  .border-gray-200 {
    border-color: var(--color-gray-200);
  }
  .border-red-100 {
    border-color: var(--color-red-100);
  }
  .bg-gray-100 {
    background-color: var(--color-gray-100);
  }
  .bg-red-200 {
    background-color: var(--color-red-200);
  }
  .bg-red-500 {
    background-color: var(--color-red-500);
  }
  .bg-transparent {
    background-color: transparent;
  }
  .bg-linear-to-b {
    --tw-gradient-position: to bottom;
    @supports (background-image: linear-gradient(in lab, red, red)) {
      --tw-gradient-position: to bottom in oklab;
    }
    background-image: linear-gradient(var(--tw-gradient-stops));
  }
  .bg-\[url\(\'data\:image\/svg\+xml\,\%3Csvg\%20width\=\%27120\%27\%20height\=\%27120\%27\%20viewBox\=\%270\%200\%20120\%20120\%27\%20xmlns\=\%27http\:\/\/www\.w3\.org\/2000\/svg\%27\%3E\%3Cpath\%20d\=\%27M9\%200h2v20H9V0zm25\.134\.84l1\.732\%201-10\%2017\.32-1\.732-1\%2010-17\.32zm-20\%2020l1\.732\%201-10\%2017\.32-1\.732-1\%2010-17\.32zM58\.16\%204\.134l1\%201\.732-17\.32\%2010-1-1\.732\%2017\.32-10zm-40\%2040l1\%201\.732-17\.32\%2010-1-1\.732\%2017\.32-10zM80\%209v2H60V9h20zM20\%2069v2H0v-2h20zm79\.32-55l-1\%201\.732-17\.32-10L82\%204l17\.32\%2010zm-80\%2080l-1\%201\.732-17\.32-10L2\%2084l17\.32\%2010zm96\.546-75\.84l-1\.732\%201-10-17\.32\%201\.732-1\%2010\%2017\.32zm-100\%20100l-1\.732\%201-10-17\.32\%201\.732-1\%2010\%2017\.32zM38\.16\%2024\.134l1\%201\.732-17\.32\%2010-1-1\.732\%2017\.32-10zM60\%2029v2H40v-2h20zm19\.32\%205l-1\%201\.732-17\.32-10L62\%2024l17\.32\%2010zm16\.546\%204\.16l-1\.732\%201-10-17\.32\%201\.732-1\%2010\%2017\.32zM111\%2040h-2V20h2v20zm3\.134\.84l1\.732\%201-10\%2017\.32-1\.732-1\%2010-17\.32zM40\%2049v2H20v-2h20zm19\.32\%205l-1\%201\.732-17\.32-10L42\%2044l17\.32\%2010zm16\.546\%204\.16l-1\.732\%201-10-17\.32\%201\.732-1\%2010\%2017\.32zM91\%2060h-2V40h2v20zm3\.134\.84l1\.732\%201-10\%2017\.32-1\.732-1\%2010-17\.32zm24\.026\%203\.294l1\%201\.732-17\.32\%2010-1-1\.732\%2017\.32-10zM39\.32\%2074l-1\%201\.732-17\.32-10L22\%2064l17\.32\%2010zm16\.546\%204\.16l-1\.732\%201-10-17\.32\%201\.732-1\%2010\%2017\.32zM71\%2080h-2V60h2v20zm3\.134\.84l1\.732\%201-10\%2017\.32-1\.732-1\%2010-17\.32zm24\.026\%203\.294l1\%201\.732-17\.32\%2010-1-1\.732\%2017\.32-10zM120\%2089v2h-20v-2h20zm-84\.134\%209\.16l-1\.732\%201-10-17\.32\%201\.732-1\%2010\%2017\.32zM51\%20100h-2V80h2v20zm3\.134\.84l1\.732\%201-10\%2017\.32-1\.732-1\%2010-17\.32zm24\.026\%203\.294l1\%201\.732-17\.32\%2010-1-1\.732\%2017\.32-10zM100\%20109v2H80v-2h20zm19\.32\%205l-1\%201\.732-17\.32-10\%201-1\.732\%2017\.32\%2010zM31\%20120h-2v-20h2v20z\%27\%20fill\=\%27\%23ffffff\%27\%20fill-opacity\=\%270\.4\%27\%20fill-rule\=\%27evenodd\%27\/\%3E\%3C\/svg\%3E\'\)\] {
    background-image: url('data:image/svg+xml,%3Csvg%20width=%27120%27%20height=%27120%27%20viewBox=%270%200%20120%20120%27%20xmlns=%27http://www.w3.org/2000/svg%27%3E%3Cpath%20d=%27M9%200h2v20H9V0zm25.134.84l1.732%201-10%2017.32-1.732-1%2010-17.32zm-20%2020l1.732%201-10%2017.32-1.732-1%2010-17.32zM58.16%204.134l1%201.732-17.32%2010-1-1.732%2017.32-10zm-40%2040l1%201.732-17.32%2010-1-1.732%2017.32-10zM80%209v2H60V9h20zM20%2069v2H0v-2h20zm79.32-55l-1%201.732-17.32-10L82%204l17.32%2010zm-80%2080l-1%201.732-17.32-10L2%2084l17.32%2010zm96.546-75.84l-1.732%201-10-17.32%201.732-1%2010%2017.32zm-100%20100l-1.732%201-10-17.32%201.732-1%2010%2017.32zM38.16%2024.134l1%201.732-17.32%2010-1-1.732%2017.32-10zM60%2029v2H40v-2h20zm19.32%205l-1%201.732-17.32-10L62%2024l17.32%2010zm16.546%204.16l-1.732%201-10-17.32%201.732-1%2010%2017.32zM111%2040h-2V20h2v20zm3.134.84l1.732%201-10%2017.32-1.732-1%2010-17.32zM40%2049v2H20v-2h20zm19.32%205l-1%201.732-17.32-10L42%2044l17.32%2010zm16.546%204.16l-1.732%201-10-17.32%201.732-1%2010%2017.32zM91%2060h-2V40h2v20zm3.134.84l1.732%201-10%2017.32-1.732-1%2010-17.32zm24.026%203.294l1%201.732-17.32%2010-1-1.732%2017.32-10zM39.32%2074l-1%201.732-17.32-10L22%2064l17.32%2010zm16.546%204.16l-1.732%201-10-17.32%201.732-1%2010%2017.32zM71%2080h-2V60h2v20zm3.134.84l1.732%201-10%2017.32-1.732-1%2010-17.32zm24.026%203.294l1%201.732-17.32%2010-1-1.732%2017.32-10zM120%2089v2h-20v-2h20zm-84.134%209.16l-1.732%201-10-17.32%201.732-1%2010%2017.32zM51%20100h-2V80h2v20zm3.134.84l1.732%201-10%2017.32-1.732-1%2010-17.32zm24.026%203.294l1%201.732-17.32%2010-1-1.732%2017.32-10zM100%20109v2H80v-2h20zm19.32%205l-1%201.732-17.32-10%201-1.732%2017.32%2010zM31%20120h-2v-20h2v20z%27%20fill=%27%23ffffff%27%20fill-opacity=%270.4%27%20fill-rule=%27evenodd%27/%3E%3C/svg%3E');
  }
  .from-gray-100 {
    --tw-gradient-from: var(--color-gray-100);
    --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-red-100 {
    --tw-gradient-to: var(--color-red-100);
    --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));
  }
  .fill-green-500 {
    fill: var(--color-green-500);
  }
  .fill-red-500 {
    fill: var(--color-red-500);
  }
  .stroke-red-500 {
    stroke: var(--color-red-500);
  }
  .object-contain {
    object-fit: contain;
  }
  .object-scale-down {
    object-fit: scale-down;
  }
  .p-2 {
    padding: calc(var(--spacing) * 2);
  }
  .p-4 {
    padding: calc(var(--spacing) * 4);
  }
  .p-6 {
    padding: calc(var(--spacing) * 6);
  }
  .px-4 {
    padding-inline: calc(var(--spacing) * 4);
  }
  .px-6 {
    padding-inline: calc(var(--spacing) * 6);
  }
  .py-2 {
    padding-block: calc(var(--spacing) * 2);
  }
  .pb-16 {
    padding-bottom: calc(var(--spacing) * 16);
  }
  .pb-20 {
    padding-bottom: calc(var(--spacing) * 20);
  }
  .text-center {
    text-align: center;
  }
  .text-left {
    text-align: left;
  }
  .text-2xl {
    font-size: var(--text-2xl);
    line-height: var(--tw-leading, var(--text-2xl--line-height));
  }
  .text-5xl {
    font-size: var(--text-5xl);
    line-height: var(--tw-leading, var(--text-5xl--line-height));
  }
  .text-6xl {
    font-size: var(--text-6xl);
    line-height: var(--tw-leading, var(--text-6xl--line-height));
  }
  .text-lg {
    font-size: var(--text-lg);
    line-height: var(--tw-leading, var(--text-lg--line-height));
  }
  .font-bold {
    --tw-font-weight: var(--font-weight-bold);
    font-weight: var(--font-weight-bold);
  }
  .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-tight {
    --tw-tracking: var(--tracking-tight);
    letter-spacing: var(--tracking-tight);
  }
  .text-gray-700 {
    color: var(--color-gray-700);
  }
  .text-gray-800 {
    color: var(--color-gray-800);
  }
  .text-gray-900 {
    color: var(--color-gray-900);
  }
  .text-green-500 {
    color: var(--color-green-500);
  }
  .text-red-500 {
    color: var(--color-red-500);
  }
  .text-white {
    color: var(--color-white);
  }
  .grayscale {
    --tw-grayscale: grayscale(100%);
    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,);
  }
  .md\:size-20 {
    @media (width >= 48rem) {
      width: calc(var(--spacing) * 20);
      height: calc(var(--spacing) * 20);
    }
  }
  .md\:size-25 {
    @media (width >= 48rem) {
      width: calc(var(--spacing) * 25);
      height: calc(var(--spacing) * 25);
    }
  }
}
@keyframes float-grid {
  0% {
    background-position: 0 120px;
  }
  100% {
    background-position: 120px 0;
  }
}
.animate-float-grid {
  animation: float-grid 5s linear infinite;
  background-size: 120px 120px;
}
@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-tracking {
  syntax: "*";
  inherits: false;
}
@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;
}
@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-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-tracking: initial;
      --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;
    }
  }
}
