/* 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{--un-text-opacity:100%;--un-border-opacity:100%;--un-bg-opacity:100%;--un-outline-opacity:100%;--un-outline-style:solid;--un-ease:initial;--un-translate-x:initial;--un-translate-y:initial;--un-translate-z:initial;--un-fill-opacity:100%;--un-placeholder-opacity:100%;}}
@property --un-text-opacity{syntax:"<percentage>";inherits:false;initial-value:100%;}
@property --un-outline-style{syntax:"*";inherits:false;initial-value:solid;}
@property --un-outline-opacity{syntax:"<percentage>";inherits:false;initial-value:100%;}
@property --un-border-opacity{syntax:"<percentage>";inherits:false;initial-value:100%;}
@property --un-bg-opacity{syntax:"<percentage>";inherits:false;initial-value:100%;}
@property --un-inset-ring-color{syntax:"*";inherits:false;}
@property --un-inset-ring-shadow{syntax:"*";inherits:false;initial-value:0 0 #0000;}
@property --un-inset-shadow{syntax:"*";inherits:false;initial-value:0 0 #0000;}
@property --un-inset-shadow-color{syntax:"*";inherits:false;}
@property --un-ring-color{syntax:"*";inherits:false;}
@property --un-ring-inset{syntax:"*";inherits:false;}
@property --un-ring-offset-color{syntax:"*";inherits:false;}
@property --un-ring-offset-shadow{syntax:"*";inherits:false;initial-value:0 0 #0000;}
@property --un-ring-offset-width{syntax:"<length>";inherits:false;initial-value:0px;}
@property --un-ring-shadow{syntax:"*";inherits:false;initial-value:0 0 #0000;}
@property --un-shadow{syntax:"*";inherits:false;initial-value:0 0 #0000;}
@property --un-shadow-color{syntax:"*";inherits:false;}
@property --un-translate-x{syntax:"*";inherits:false;initial-value:0;}
@property --un-translate-y{syntax:"*";inherits:false;initial-value:0;}
@property --un-translate-z{syntax:"*";inherits:false;initial-value:0;}
@property --un-ease{syntax:"*";inherits:false;}
@property --un-fill-opacity{syntax:"<percentage>";inherits:false;initial-value:100%;}
@property --un-blur{syntax:"*";inherits:false;}
@property --un-brightness{syntax:"*";inherits:false;}
@property --un-contrast{syntax:"*";inherits:false;}
@property --un-drop-shadow{syntax:"*";inherits:false;}
@property --un-grayscale{syntax:"*";inherits:false;}
@property --un-hue-rotate{syntax:"*";inherits:false;}
@property --un-invert{syntax:"*";inherits:false;}
@property --un-saturate{syntax:"*";inherits:false;}
@property --un-sepia{syntax:"*";inherits:false;}
@property --un-placeholder-opacity{syntax:"<percentage>";inherits:false;initial-value:100%;}
/* layer: theme */
:root, :host {
--spacing: 0.25rem;
--colors-outline-DEFAULT: oklch(0.57 0.0132 264.46);
--colors-hover: oklch(0.23 0.01 303.71 / 8%);
--colors-black: #000;
--colors-error-DEFAULT: oklch(0.51 0.1927 27.7);
--colors-primary-DEFAULT: oklch(0.48 0.0883 262.95);
--colors-white: #fff;
--colors-blue-900: oklch(37.9% 0.146 265.522);
--colors-on-error: oklch(1 0 0);
--colors-on-secondary-container: oklch(0.4 0.0323 266.16);
--colors-secondary-container-DEFAULT: oklch(0.91 0.0322 272.26);
--colors-error-hover: oklch(0.58 0.1407 22.41);
--colors-secondary-container-hover: oklch(0.87 0.0326 272.24);
--colors-primary-hover: oklch(0.53 0.0718 265.7);
--default-transition-timingFunction: cubic-bezier(0.4, 0, 0.2, 1);
--default-transition-duration: 150ms;
--ease-in-out: cubic-bezier(0.4, 0, 0.2, 1);
--fontWeight-bold: 700;
--colors-on-primary-container: oklch(0.4 0.091 261.72);
--colors-surface-container-high: oklch(0.93 0.0094 292.79);
--colors-surface-container-low: oklch(0.97 0.0093 286.22);
--colors-emerald-500: oklch(69.6% 0.17 162.48);
--colors-red-DEFAULT: oklch(70.4% 0.191 22.216);
--colors-surface-container-DEFAULT: oklch(0.95 0.0093 286.22);
--colors-outline-var: oklch(0.83 0.0141 277.02);
--colors-primary-container-DEFAULT: oklch(0.91 0.0411 270.46);
--colors-primary-container-hover: oklch(0.87 0.0399 271.42);
--colors-on-surface-var: oklch(0.4 0.014 269.33);
--colors-gray-400: oklch(70.7% 0.022 261.325);
--font-sans: ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans",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;
--default-font-family: var(--font-sans);
--default-monoFont-family: var(--font-mono);
}
/* layer: base */
/*
  1. Prevent padding and border from affecting element width. (https://github.com/mozdevs/cssremedy/issues/4)
  2. Remove default margins and padding
  3. Reset all borders.
*/

*,
::after,
::before,
::backdrop,
::file-selector-button {
  box-sizing: border-box; /* 1 */
  margin: 0; /* 2 */
  padding: 0; /* 2 */
  border: 0 solid; /* 3 */
}

/*
  1. Use a consistent sensible line-height in all browsers.
  2. Prevent adjustments of font size after orientation changes in iOS.
  3. Use a more readable tab size.
  4. Use the user's configured `sans` font-family by default.
  5. Use the user's configured `sans` font-feature-settings by default.
  6. Use the user's configured `sans` font-variation-settings by default.
  7. Disable tap highlights on iOS.
*/

html,
:host {
  line-height: 1.5; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
  tab-size: 4; /* 3 */
  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'
  ); /* 4 */
  font-feature-settings: var(--default-font-featureSettings, normal); /* 5 */
  font-variation-settings: var(--default-font-variationSettings, normal); /* 6 */
  -webkit-tap-highlight-color: transparent; /* 7 */
}

/*
  1. Add the correct height in Firefox.
  2. Correct the inheritance of border color in Firefox. (https://bugzilla.mozilla.org/show_bug.cgi?id=190655)
  3. Reset the default border style to a 1px solid border.
*/

hr {
  height: 0; /* 1 */
  color: inherit; /* 2 */
  border-top-width: 1px; /* 3 */
}

/*
  Add the correct text decoration in Chrome, Edge, and Safari.
*/

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

/*
  Remove the default font size and weight for headings.
*/

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

/*
  Reset links to optimize for opt-in styling instead of opt-out.
*/

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

/*
  Add the correct font weight in Edge and Safari.
*/

b,
strong {
  font-weight: bolder;
}

/*
  1. Use the user's configured `mono` font-family by default.
  2. Use the user's configured `mono` font-feature-settings by default.
  3. Use the user's configured `mono` font-variation-settings by default.
  4. Correct the odd `em` font sizing in all browsers.
*/

code,
kbd,
samp,
pre {
  font-family: var(
    --default-monoFont-family,
    ui-monospace,
    SFMono-Regular,
    Menlo,
    Monaco,
    Consolas,
    'Liberation Mono',
    'Courier New',
    monospace
  ); /* 1 */
  font-feature-settings: var(--default-monoFont-featureSettings, normal); /* 2 */
  font-variation-settings: var(--default-monoFont-variationSettings, normal); /* 3 */
  font-size: 1em; /* 4 */
}

/*
  Add the correct font size in all browsers.
*/

small {
  font-size: 80%;
}

/*
  Prevent `sub` and `sup` elements from affecting the line height in all browsers.
*/

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/*
  1. Remove text indentation from table contents in Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=999088, https://bugs.webkit.org/show_bug.cgi?id=201297)
  2. Correct table border color inheritance in all Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=935729, https://bugs.webkit.org/show_bug.cgi?id=195016)
  3. Remove gaps between table borders by default.
*/

table {
  text-indent: 0; /* 1 */
  border-color: inherit; /* 2 */
  border-collapse: collapse; /* 3 */
}

/*
  Use the modern Firefox focus style for all focusable elements.
*/

:-moz-focusring {
  outline: auto;
}

/*
  Add the correct vertical alignment in Chrome and Firefox.
*/

progress {
  vertical-align: baseline;
}

/*
  Add the correct display in Chrome and Safari.
*/

summary {
  display: list-item;
}

/*
  Make lists unstyled by default.
*/

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

/*
  1. Make replaced elements `display: block` by default. (https://github.com/mozdevs/cssremedy/issues/14)
  2. Add `vertical-align: middle` to align replaced elements more sensibly by default. (https://github.com/jensimmons/cssremedy/issues/14#issuecomment-634934210)
      This can trigger a poorly considered lint error in some tools but is included by design.
*/

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

/*
  Constrain images and videos to the parent width and preserve their intrinsic aspect ratio. (https://github.com/mozdevs/cssremedy/issues/14)
*/

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

/*
  1. Inherit font styles in all browsers.
  2. Remove border radius in all browsers.
  3. Remove background color in all browsers.
  4. Ensure consistent opacity for disabled states in all browsers.
*/

button,
input,
select,
optgroup,
textarea,
::file-selector-button {
  font: inherit; /* 1 */
  font-feature-settings: inherit; /* 1 */
  font-variation-settings: inherit; /* 1 */
  letter-spacing: inherit; /* 1 */
  color: inherit; /* 1 */
  border-radius: 0; /* 2 */
  background-color: transparent; /* 3 */
  opacity: 1; /* 4 */
}

/*
  Restore default font weight.
*/

:where(select:is([multiple], [size])) optgroup {
  font-weight: bolder;
}

/*
  Restore indentation.
*/

:where(select:is([multiple], [size])) optgroup option {
  padding-inline-start: 20px;
}

/*
  Restore space after button.
*/

::file-selector-button {
  margin-inline-end: 4px;
}

/*
  Reset the default placeholder opacity in Firefox. (https://github.com/tailwindlabs/tailwindcss/issues/3300)
*/

::placeholder {
  opacity: 1;
}

/*
  Set the default placeholder color to a semi-transparent version of the current text color in browsers that do not
  crash when using `color-mix(…)` with `currentcolor`. (https://github.com/tailwindlabs/tailwindcss/issues/17194)
*/

@supports (not (-webkit-appearance: -apple-pay-button)) /* Not Safari */ or
  (contain-intrinsic-size: 1px) /* Safari 17+ */ {
  ::placeholder {
    color: color-mix(in oklab, currentcolor 50%, transparent);
  }
}

/*
  Prevent resizing textareas horizontally by default.
*/

textarea {
  resize: vertical;
}

/*
  Remove the inner padding in Chrome and Safari on macOS.
*/

::-webkit-search-decoration {
  -webkit-appearance: none;
}

/*
  1. Ensure date/time inputs have the same height when empty in iOS Safari.
  2. Ensure text alignment can be changed on date/time inputs in iOS Safari.
*/

::-webkit-date-and-time-value {
  min-height: 1lh; /* 1 */
  text-align: inherit; /* 2 */
}

/*
  Prevent height from changing on date/time inputs in macOS Safari when the input is set to `display: block`.
*/

::-webkit-datetime-edit {
  display: inline-flex;
}

/*
  Remove excess padding from pseudo-elements in date/time inputs to ensure consistent height across browsers.
*/

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

/*
  Center dropdown marker shown on inputs with paired `<datalist>`s in Chrome. (https://github.com/tailwindlabs/tailwindcss/issues/18499)
*/

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

/*
  Remove the additional `:invalid` styles in Firefox. (https://github.com/mozilla/gecko-dev/blob/2f9eacd9d3d995c937b4251a5557d95d494c9be1/layout/style/res/forms.css#L728-L737)
*/

:-moz-ui-invalid {
  box-shadow: none;
}

/*
  Correct the inability to style the border radius in iOS Safari.
*/

button,
input:where([type='button'], [type='reset'], [type='submit']),
::file-selector-button {
  appearance: button;
}

/*
  Correct the cursor style of increment and decrement buttons in Safari.
*/

::-webkit-inner-spin-button,
::-webkit-outer-spin-button {
  height: auto;
}

/*
  Make elements with the HTML hidden attribute stay hidden by default.
*/

[hidden]:where(:not([hidden~='until-found'])) {
  display: none !important;
}
/* layer: shortcuts */
.error-button{color:color-mix(in srgb, var(--colors-on-error) var(--un-text-opacity), transparent) /* oklch(1 0 0) */;padding-inline:calc(var(--spacing) * 4);padding-block:calc(var(--spacing) * 2);border-radius:calc(infinity * 1px);background-color:color-mix(in srgb, var(--colors-error-DEFAULT) var(--un-bg-opacity), transparent) /* oklch(0.51 0.1927 27.7) */;}
.filled-button{color:color-mix(in srgb, var(--colors-white) var(--un-text-opacity), transparent) /* #fff */;padding-inline:calc(var(--spacing) * 4);padding-block:calc(var(--spacing) * 2);border-radius:calc(infinity * 1px);background-color:color-mix(in srgb, var(--colors-primary-DEFAULT) var(--un-bg-opacity), transparent) /* oklch(0.48 0.0883 262.95) */;}
.tonal-button{color:color-mix(in srgb, var(--colors-on-secondary-container) var(--un-text-opacity), transparent) /* oklch(0.4 0.0323 266.16) */;padding-inline:calc(var(--spacing) * 4);padding-block:calc(var(--spacing) * 2);border-radius:calc(infinity * 1px);background-color:color-mix(in srgb, var(--colors-secondary-container-DEFAULT) var(--un-bg-opacity), transparent) /* oklch(0.91 0.0322 272.26) */;}
.error-button:hover{background-color:color-mix(in srgb, var(--colors-error-hover) var(--un-bg-opacity), transparent) /* oklch(0.58 0.1407 22.41) */;}
.filled-button:hover{background-color:color-mix(in srgb, var(--colors-primary-hover) var(--un-bg-opacity), transparent) /* oklch(0.53 0.0718 265.7) */;}
.tonal-button:hover{background-color:color-mix(in srgb, var(--colors-secondary-container-hover) var(--un-bg-opacity), transparent) /* oklch(0.87 0.0326 272.24) */;}
@supports (color: color-mix(in lab, red, red)){
.error-button{color:color-mix(in oklab, var(--colors-on-error) var(--un-text-opacity), transparent) /* oklch(1 0 0) */;background-color:color-mix(in oklab, var(--colors-error-DEFAULT) var(--un-bg-opacity), transparent) /* oklch(0.51 0.1927 27.7) */;}
.filled-button{color:color-mix(in oklab, var(--colors-white) var(--un-text-opacity), transparent) /* #fff */;background-color:color-mix(in oklab, var(--colors-primary-DEFAULT) var(--un-bg-opacity), transparent) /* oklch(0.48 0.0883 262.95) */;}
.tonal-button{color:color-mix(in oklab, var(--colors-on-secondary-container) var(--un-text-opacity), transparent) /* oklch(0.4 0.0323 266.16) */;background-color:color-mix(in oklab, var(--colors-secondary-container-DEFAULT) var(--un-bg-opacity), transparent) /* oklch(0.91 0.0322 272.26) */;}
.error-button:hover{background-color:color-mix(in oklab, var(--colors-error-hover) var(--un-bg-opacity), transparent) /* oklch(0.58 0.1407 22.41) */;}
.filled-button:hover{background-color:color-mix(in oklab, var(--colors-primary-hover) var(--un-bg-opacity), transparent) /* oklch(0.53 0.0718 265.7) */;}
.tonal-button:hover{background-color:color-mix(in oklab, var(--colors-secondary-container-hover) var(--un-bg-opacity), transparent) /* oklch(0.87 0.0326 272.24) */;}
}
/* layer: default */
.text-size-3{font-size:0.75rem;}
.text-size-3\.5{font-size:0.875rem;}
.text-size-5{font-size:1.25rem;}
.text-size-6{font-size:1.5rem;}
.text-size-8{font-size:2rem;}
.text-emerald-500{color:color-mix(in srgb, var(--colors-emerald-500) var(--un-text-opacity), transparent) /* oklch(69.6% 0.17 162.48) */;}
.text-error{color:color-mix(in srgb, var(--colors-error-DEFAULT) var(--un-text-opacity), transparent) /* oklch(0.51 0.1927 27.7) */;}
.text-outline{color:color-mix(in srgb, var(--colors-outline-DEFAULT) var(--un-text-opacity), transparent) /* oklch(0.57 0.0132 264.46) */;}
.text-outline-var{color:color-mix(in srgb, var(--colors-outline-var) var(--un-text-opacity), transparent) /* oklch(0.83 0.0141 277.02) */;}
.text-red{color:color-mix(in srgb, var(--colors-red-DEFAULT) var(--un-text-opacity), transparent) /* oklch(70.4% 0.191 22.216) */;}
.text-white{color:color-mix(in srgb, var(--colors-white) var(--un-text-opacity), transparent) /* #fff */;}
.font-bold{--un-font-weight:var(--fontWeight-bold);font-weight:var(--fontWeight-bold);}
.m-1{margin:calc(var(--spacing) * 1);}
.m-auto{margin:auto;}
.mx-4{margin-inline:calc(var(--spacing) * 4);}
.mb-2{margin-bottom:calc(var(--spacing) * 2);}
.mb-4{margin-bottom:calc(var(--spacing) * 4);}
.mt-2{margin-top:calc(var(--spacing) * 2);}
.mt-4{margin-top:calc(var(--spacing) * 4);}
.m-block-1{margin-block-start:calc(var(--spacing) * 1);margin-block-end:calc(var(--spacing) * 1);}
.p-1{padding:calc(var(--spacing) * 1);}
.p-1\.5{padding:calc(var(--spacing) * 1.5);}
.p-2{padding:calc(var(--spacing) * 2);}
.p-2\.5{padding:calc(var(--spacing) * 2.5);}
.p-4{padding:calc(var(--spacing) * 4);}
.px-2{padding-inline:calc(var(--spacing) * 2);}
.px-4{padding-inline:calc(var(--spacing) * 4);}
.py-1{padding-block:calc(var(--spacing) * 1);}
.py-2{padding-block:calc(var(--spacing) * 2);}
.py-2\.5{padding-block:calc(var(--spacing) * 2.5);}
.py-3{padding-block:calc(var(--spacing) * 3);}
.pb-24{padding-bottom:calc(var(--spacing) * 24);}
.pl-3{padding-left:calc(var(--spacing) * 3);}
.pt-4\.5{padding-top:calc(var(--spacing) * 4.5);}
.text-align-start{text-align:start;}
.focus\:outline-2:focus{outline-style:var(--un-outline-style);outline-width:2px;}
.focus\:outline-error:focus{outline-color:color-mix(in srgb, var(--colors-error-DEFAULT) var(--un-outline-opacity), transparent) /* oklch(0.51 0.1927 27.7) */;}
.focus\:outline-primary:focus{outline-color:color-mix(in srgb, var(--colors-primary-DEFAULT) var(--un-outline-opacity), transparent) /* oklch(0.48 0.0883 262.95) */;}
.focus\:outline-solid:focus{--un-outline-style:solid;outline-style:solid;}
.border{border-width:1px;}
.border-blue-900{border-color:color-mix(in srgb, var(--colors-blue-900) var(--un-border-opacity), transparent) /* oklch(37.9% 0.146 265.522) */;}
.border-error{border-color:color-mix(in srgb, var(--colors-error-DEFAULT) var(--un-border-opacity), transparent) /* oklch(0.51 0.1927 27.7) */;}
.border-outline{border-color:color-mix(in srgb, var(--colors-outline-DEFAULT) var(--un-border-opacity), transparent) /* oklch(0.57 0.0132 264.46) */;}
.focus\:border-primary:focus{border-color:color-mix(in srgb, var(--colors-primary-DEFAULT) var(--un-border-opacity), transparent) /* oklch(0.48 0.0883 262.95) */;}
.rounded-1{border-radius:0.25rem;}
.rounded-3{border-radius:0.75rem;}
.rounded-5{border-radius:1.25rem;}
.rounded-full{border-radius:calc(infinity * 1px);}
.bg-black\/50{background-color:color-mix(in srgb, var(--colors-black) 50%, transparent) /* #000 */;}
.bg-primary-container{background-color:color-mix(in srgb, var(--colors-primary-container-DEFAULT) var(--un-bg-opacity), transparent) /* oklch(0.91 0.0411 270.46) */;}
.bg-secondary-container{background-color:color-mix(in srgb, var(--colors-secondary-container-DEFAULT) var(--un-bg-opacity), transparent) /* oklch(0.91 0.0322 272.26) */;}
.bg-surface-container{background-color:color-mix(in srgb, var(--colors-surface-container-DEFAULT) var(--un-bg-opacity), transparent) /* oklch(0.95 0.0093 286.22) */;}
.bg-surface-container-high{background-color:color-mix(in srgb, var(--colors-surface-container-high) var(--un-bg-opacity), transparent) /* oklch(0.93 0.0094 292.79) */;}
.bg-surface-container-low{background-color:color-mix(in srgb, var(--colors-surface-container-low) var(--un-bg-opacity), transparent) /* oklch(0.97 0.0093 286.22) */;}
.hover\:bg-hover:hover{background-color:color-mix(in srgb, var(--colors-hover) var(--un-bg-opacity), transparent) /* oklch(0.23 0.01 303.71 / 8%) */;}
.hover\:bg-primary-container-hover:hover{background-color:color-mix(in srgb, var(--colors-primary-container-hover) var(--un-bg-opacity), transparent) /* oklch(0.87 0.0399 271.42) */;}
.hover\:bg-secondary-container:hover{background-color:color-mix(in srgb, var(--colors-secondary-container-DEFAULT) var(--un-bg-opacity), transparent) /* oklch(0.91 0.0322 272.26) */;}
.flex{display:flex;}
.flex-1{flex:1 1 0%;}
.flex-col{flex-direction:column;}
.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);}
.h-10{height:calc(var(--spacing) * 10);}
.h-16{height:calc(var(--spacing) * 16);}
.h-20px{height:20px;}
.h-6{height:calc(var(--spacing) * 6);}
.h-8{height:calc(var(--spacing) * 8);}
.max-h-100dvh{max-height:100dvh;}
.max-w-25{max-width:calc(var(--spacing) * 25);}
.max-w-30rem{max-width:30rem;}
.min-h-1lh{min-height:1lh;}
.min-w-50{min-width:calc(var(--spacing) * 50);}
.min-w-80{min-width:calc(var(--spacing) * 80);}
.w-10{width:calc(var(--spacing) * 10);}
.w-16{width:calc(var(--spacing) * 16);}
.w-20px{width:20px;}
.w-6{width:calc(var(--spacing) * 6);}
.w-8{width:calc(var(--spacing) * 8);}
.w-full{width:100%;}
.block{display:block;}
.hidden{display:none;}
.shadow-xl{--un-shadow:0 20px 25px -5px var(--un-shadow-color, rgb(0 0 0 / 0.1)),0 8px 10px -6px var(--un-shadow-color, rgb(0 0 0 / 0.1));box-shadow:var(--un-inset-shadow), var(--un-inset-ring-shadow), var(--un-ring-offset-shadow), var(--un-ring-shadow), var(--un-shadow);}
.translate-x-\[-100\%\]{--un-translate-x:-100%;translate:var(--un-translate-x) var(--un-translate-y);}
.transition{transition-property:color,background-color,border-color,text-decoration-color,fill,stroke,--un-gradient-from,--un-gradient-via,--un-gradient-to,opacity,box-shadow,transform,translate,scale,rotate,filter,-webkit-backdrop-filter,backdrop-filter;transition-timing-function:var(--un-ease, var(--default-transition-timingFunction));transition-duration:var(--un-duration, var(--default-transition-duration));}
.duration-200{--un-duration:200ms;transition-duration:200ms;}
.ease-in-out{--un-ease:var(--ease-in-out);transition-timing-function:var(--ease-in-out);}
.items-end{align-items:flex-end;}
.items-center{align-items:center;}
.items-stretch{align-items:stretch;}
.self-end{align-self:flex-end;}
.self-center{align-self:center;}
.inset-0{inset:calc(var(--spacing) * 0);}
.bottom-6{bottom:calc(var(--spacing) * 6);}
.right-0{right:calc(var(--spacing) * 0);}
.right-6{right:calc(var(--spacing) * 6);}
.top-4{top:calc(var(--spacing) * 4);}
.justify-center{justify-content:center;}
.justify-between{justify-content:space-between;}
.justify-stretch{justify-content:stretch;}
.absolute{position:absolute;}
.fixed{position:fixed;}
.relative{position:relative;}
.sticky{position:sticky;}
.z-1{z-index:1;}
.z-2{z-index:2;}
.z-999{z-index:999;}
.overflow-y-auto{overflow-y:auto;}
.fill-on-primary-container{fill:color-mix(in srgb, var(--colors-on-primary-container) var(--un-fill-opacity), transparent) /* oklch(0.4 0.091 261.72) */;}
.h-dvh{height:100dvh;}
.filter{filter:var(--un-blur,) var(--un-brightness,) var(--un-contrast,) var(--un-grayscale,) var(--un-hue-rotate,) var(--un-invert,) var(--un-saturate,) var(--un-sepia,) var(--un-drop-shadow,);}
.placeholder-on-surface-var::placeholder{color:color-mix(in srgb, var(--colors-on-surface-var) var(--un-placeholder-opacity), transparent) /* oklch(0.4 0.014 269.33) */;}
.scroll-mt-1\.25lh{scroll-margin-top:1.25lh;}
@media (prefers-color-scheme: dark){
.dark\:invert{--un-invert:invert(100%);filter:var(--un-blur,) var(--un-brightness,) var(--un-contrast,) var(--un-grayscale,) var(--un-hue-rotate,) var(--un-invert,) var(--un-saturate,) var(--un-sepia,) var(--un-drop-shadow,);}
.dark\:placeholder-gray-400::placeholder{color:color-mix(in srgb, var(--colors-gray-400) var(--un-placeholder-opacity), transparent) /* oklch(70.7% 0.022 261.325) */;}
}
@supports (color: color-mix(in lab, red, red)){
.text-emerald-500{color:color-mix(in oklab, var(--colors-emerald-500) var(--un-text-opacity), transparent) /* oklch(69.6% 0.17 162.48) */;}
.text-error{color:color-mix(in oklab, var(--colors-error-DEFAULT) var(--un-text-opacity), transparent) /* oklch(0.51 0.1927 27.7) */;}
.text-outline{color:color-mix(in oklab, var(--colors-outline-DEFAULT) var(--un-text-opacity), transparent) /* oklch(0.57 0.0132 264.46) */;}
.text-outline-var{color:color-mix(in oklab, var(--colors-outline-var) var(--un-text-opacity), transparent) /* oklch(0.83 0.0141 277.02) */;}
.text-red{color:color-mix(in oklab, var(--colors-red-DEFAULT) var(--un-text-opacity), transparent) /* oklch(70.4% 0.191 22.216) */;}
.text-white{color:color-mix(in oklab, var(--colors-white) var(--un-text-opacity), transparent) /* #fff */;}
.focus\:outline-error:focus{outline-color:color-mix(in oklab, var(--colors-error-DEFAULT) var(--un-outline-opacity), transparent) /* oklch(0.51 0.1927 27.7) */;}
.focus\:outline-primary:focus{outline-color:color-mix(in oklab, var(--colors-primary-DEFAULT) var(--un-outline-opacity), transparent) /* oklch(0.48 0.0883 262.95) */;}
.border-blue-900{border-color:color-mix(in oklab, var(--colors-blue-900) var(--un-border-opacity), transparent) /* oklch(37.9% 0.146 265.522) */;}
.border-error{border-color:color-mix(in oklab, var(--colors-error-DEFAULT) var(--un-border-opacity), transparent) /* oklch(0.51 0.1927 27.7) */;}
.border-outline{border-color:color-mix(in oklab, var(--colors-outline-DEFAULT) var(--un-border-opacity), transparent) /* oklch(0.57 0.0132 264.46) */;}
.focus\:border-primary:focus{border-color:color-mix(in oklab, var(--colors-primary-DEFAULT) var(--un-border-opacity), transparent) /* oklch(0.48 0.0883 262.95) */;}
.bg-black\/50{background-color:color-mix(in oklab, var(--colors-black) 50%, transparent) /* #000 */;}
.bg-primary-container{background-color:color-mix(in oklab, var(--colors-primary-container-DEFAULT) var(--un-bg-opacity), transparent) /* oklch(0.91 0.0411 270.46) */;}
.bg-secondary-container{background-color:color-mix(in oklab, var(--colors-secondary-container-DEFAULT) var(--un-bg-opacity), transparent) /* oklch(0.91 0.0322 272.26) */;}
.bg-surface-container{background-color:color-mix(in oklab, var(--colors-surface-container-DEFAULT) var(--un-bg-opacity), transparent) /* oklch(0.95 0.0093 286.22) */;}
.bg-surface-container-high{background-color:color-mix(in oklab, var(--colors-surface-container-high) var(--un-bg-opacity), transparent) /* oklch(0.93 0.0094 292.79) */;}
.bg-surface-container-low{background-color:color-mix(in oklab, var(--colors-surface-container-low) var(--un-bg-opacity), transparent) /* oklch(0.97 0.0093 286.22) */;}
.hover\:bg-hover:hover{background-color:color-mix(in oklab, var(--colors-hover) var(--un-bg-opacity), transparent) /* oklch(0.23 0.01 303.71 / 8%) */;}
.hover\:bg-primary-container-hover:hover{background-color:color-mix(in oklab, var(--colors-primary-container-hover) var(--un-bg-opacity), transparent) /* oklch(0.87 0.0399 271.42) */;}
.hover\:bg-secondary-container:hover{background-color:color-mix(in oklab, var(--colors-secondary-container-DEFAULT) var(--un-bg-opacity), transparent) /* oklch(0.91 0.0322 272.26) */;}
.fill-on-primary-container{fill:color-mix(in oklab, var(--colors-on-primary-container) var(--un-fill-opacity), transparent) /* oklch(0.4 0.091 261.72) */;}
.placeholder-on-surface-var::placeholder{color:color-mix(in oklab, var(--colors-on-surface-var) var(--un-placeholder-opacity), transparent) /* oklch(0.4 0.014 269.33) */;}
}
@supports (color: color-mix(in lab, red, red)){@media (prefers-color-scheme: dark){
.dark\:placeholder-gray-400::placeholder{color:color-mix(in oklab, var(--colors-gray-400) var(--un-placeholder-opacity), transparent) /* oklch(70.7% 0.022 261.325) */;}
}}
@media (min-width: 48rem){
.md\:flex{display:flex;}
.md\:flex-row{flex-direction:row;}
.md\:block{display:block;}
.md\:hidden{display:none;}
}