@layer cssvar-property, theme, preflights, icons, default;
/* layer: cssvar-property */
@layer cssvar-property{
@property --un-text-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-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;}
}
/* layer: theme */
@layer theme{
:root, :host {
--spacing: 0.25rem;
--fontWeight-bold: 700;
--colors-gray-400: oklch(0.707 0.022 261.325);
--colors-sky-700: oklch(0.5 0.134 242.749);
--colors-error-DEFAULT: red;
--colors-success-DEFAULT: green;
--colors-green-700: oklch(0.527 0.154 150.069);
--colors-sky-500: oklch(0.685 0.169 237.323);
--colors-red-700: oklch(0.505 0.213 27.518);
--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";
--colors-primary-DEFAULT: oklch(0.37 0.0642 211.98);
--colors-gray-300: oklch(0.872 0.01 258.338);
--colors-white: #fff;
--colors-sky-600: oklch(0.588 0.158 241.966);
--colors-gray-100: oklch(0.967 0.003 264.542);
--radius-sm: 0.25rem;
--colors-gray-200: oklch(0.928 0.006 264.531);
--text-sm-fontSize: 0.875rem;
--text-sm-lineHeight: 1.25rem;
--text-xl-fontSize: 1.25rem;
--text-xl-lineHeight: 1.75rem;
--font-mono: ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,"Liberation Mono","Courier New",monospace;
--defaults-font-family: var(--font-sans);
--defaults-font-featureSettings: var(--font-sans--font-feature-settings);
--defaults-font-variationSettings: var(--font-sans--font-variation-settings);
--defaults-monoFont-family: var(--font-mono);
--defaults-monoFont-featureSettings: var(--font-mono--font-feature-settings);
--defaults-monoFont-variationSettings: var(--font-mono--font-variation-settings);
}
}
/* layer: preflights */
@layer preflights{
/*
  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(
    --defaults-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(--defaults-font-featureSettings, normal); /* 5 */
  font-variation-settings: var(--defaults-font-variationSettings, normal); /* 6 */
  -webkit-tap-highlight-color: transparent; /* 7 */
}

/*
  Inherit line-height from `html` so users can set them as a class directly on the `html` element.
*/

body {
  line-height: inherit;
}

/*
  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(
    --defaults-monoFont-family,
    ui-monospace,
    SFMono-Regular,
    Menlo,
    Monaco,
    Consolas,
    'Liberation Mono',
    'Courier New',
    monospace
  ); /* 1 */
  font-feature-settings: var(--defaults-monoFont-featureSettings, normal); /* 2 */
  font-variation-settings: var(--defaults-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;
}

/*
  1. Reset the default placeholder opacity in Firefox. (https://github.com/tailwindlabs/tailwindcss/issues/3300)
  2. Set the default placeholder color to a semi-transparent version of the current text color.
*/

::placeholder {
  opacity: 1; /* 1 */
  color: color-mix(in oklab, currentColor 50%, transparent); /* 2 */
}

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

/*
  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;
}
[v-cloak] { display:none }
}
/* layer: icons */
@layer icons{
.i-mdi-loading{--un-icon:url("data:image/svg+xml;utf8,%3Csvg viewBox='0 0 24 24' width='1lh' height='1lh' display='block' xmlns='http://www.w3.org/2000/svg' %3E%3Cpath fill='currentColor' d='M12 4V2A10 10 0 0 0 2 12h2a8 8 0 0 1 8-8'/%3E%3C/svg%3E");-webkit-mask:var(--un-icon) no-repeat;mask:var(--un-icon) no-repeat;-webkit-mask-size:100% 100%;mask-size:100% 100%;background-color:currentColor;color:inherit;display:block;width:1lh;height:1lh;}
}
/* layer: default */
@layer default{
.text-sm{font-size:var(--text-sm-fontSize);line-height:var(--un-leading, var(--text-sm-lineHeight));}
.text-xl{font-size:var(--text-xl-fontSize);line-height:var(--un-leading, var(--text-xl-lineHeight));}
.text-error{color:color-mix(in oklch, var(--colors-error-DEFAULT) var(--un-text-opacity), transparent) /* red */;}
.text-green-700{color:color-mix(in oklch, var(--colors-green-700) var(--un-text-opacity), transparent) /* oklch(0.527 0.154 150.069) */;}
.text-red-700{color:color-mix(in oklch, var(--colors-red-700) var(--un-text-opacity), transparent) /* oklch(0.505 0.213 27.518) */;}
.text-sky-500{color:color-mix(in oklch, var(--colors-sky-500) var(--un-text-opacity), transparent) /* oklch(0.685 0.169 237.323) */;}
.text-sky-600{color:color-mix(in oklch, var(--colors-sky-600) var(--un-text-opacity), transparent) /* oklch(0.588 0.158 241.966) */;}
.text-sky-700{color:color-mix(in oklch, var(--colors-sky-700) var(--un-text-opacity), transparent) /* oklch(0.5 0.134 242.749) */;}
.text-success{color:color-mix(in oklch, var(--colors-success-DEFAULT) var(--un-text-opacity), transparent) /* green */;}
.font-600{--un-font-weight:600;font-weight:600;}
.font-bold{--un-font-weight:var(--fontWeight-bold);font-weight:var(--fontWeight-bold);}
.font-sans{font-family:var(--font-sans);}
.mx-auto{margin-inline:auto;}
.p-2{padding:calc(var(--spacing) * 2);}
.px-4{padding-inline:calc(var(--spacing) * 4);}
.px-5{padding-inline:calc(var(--spacing) * 5);}
.py-2{padding-block:calc(var(--spacing) * 2);}
.pb-4{padding-bottom:calc(var(--spacing) * 4);}
.text-center{text-align:center;}
.border-1{border-width:1px;}
.border-gray-200{border-color:color-mix(in oklch, var(--colors-gray-200) var(--un-border-opacity), transparent) /* oklch(0.928 0.006 264.531) */;}
.border-gray-300{border-color:color-mix(in oklch, var(--colors-gray-300) var(--un-border-opacity), transparent) /* oklch(0.872 0.01 258.338) */;}
.border-gray-400{border-color:color-mix(in oklch, var(--colors-gray-400) var(--un-border-opacity), transparent) /* oklch(0.707 0.022 261.325) */;}
.rounded-sm{border-radius:var(--radius-sm);}
.bg-gray-100{background-color:color-mix(in oklch, var(--colors-gray-100) var(--un-bg-opacity), transparent) /* oklch(0.967 0.003 264.542) */;}
.bg-gray-300{background-color:color-mix(in oklch, var(--colors-gray-300) var(--un-bg-opacity), transparent) /* oklch(0.872 0.01 258.338) */;}
.bg-primary{background-color:color-mix(in oklch, var(--colors-primary-DEFAULT) var(--un-bg-opacity), transparent) /* oklch(0.37 0.0642 211.98) */;}
.bg-white{background-color:color-mix(in oklch, var(--colors-white) var(--un-bg-opacity), transparent) /* #fff */;}
.even\:bg-gray-100:nth-child(even){background-color:color-mix(in oklch, var(--colors-gray-100) var(--un-bg-opacity), transparent) /* oklch(0.967 0.003 264.542) */;}
.odd\:bg-white:nth-child(odd){background-color:color-mix(in oklch, var(--colors-white) var(--un-bg-opacity), transparent) /* #fff */;}
.disabled\:opacity-60:disabled{opacity:60%;}
.gap-2{gap:calc(var(--spacing) * 2);}
.gap-x-2{column-gap:calc(var(--spacing) * 2);}
.gap-y-2{row-gap:calc(var(--spacing) * 2);}
.gap-y-4{row-gap:calc(var(--spacing) * 4);}
.grid{display:grid;}
.col-span-full{grid-column:1/-1;}
.col-start-2{grid-column-start:2;}
.auto-cols-max{grid-auto-columns:max-content;}
.grid-flow-col{grid-auto-flow:column;}
.grid-cols-\[1fr_2fr\]{grid-template-columns:1fr 2fr;}
.grid-cols-\[auto_1fr\]{grid-template-columns:auto 1fr;}
.grid-cols-5{grid-template-columns:repeat(5,minmax(0,1fr));}
.grid-cols-subgrid{grid-template-columns:subgrid;}
.max-h-\[55px\]{max-height:55px;}
.max-w-1\/2{max-width:50%;}
.block{display:block;}
.inline-block{display:inline-block;}
.contents{display:contents;}
.disabled\:cursor-default:disabled{cursor:default;}
.cursor-pointer{cursor:pointer;}
.items-center{align-items:center;}
.-top-4{top:calc(calc(var(--spacing) * 4) * -1);}
.justify-start{justify-content:flex-start;}
.justify-end{justify-content:flex-end;}
.justify-center{justify-content:center;}
.justify-between{justify-content:space-between;}
.justify-self-end{justify-self:end;}
.relative{position:relative;}
@keyframes spin{from{transform:rotate(0deg)}to{transform:rotate(360deg)}}
.animate-spin{animation:spin 1s linear infinite;}
.hover\:not-disabled\:brightness-95:not(:disabled):hover{--un-brightness:brightness(95%);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,);}
}