@layer properties, theme, base, preflights, icons, daisy-base, daisy-components, default;
/* layer: properties */
@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-ease:initial;--un-bg-opacity:100%;--un-text-opacity:100%;--un-border-bottom-opacity:100%;--un-border-right-opacity:100%;--un-border-opacity:100%;}}
@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; --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); --default-transition-timingFunction: cubic-bezier(0.4, 0, 0.2, 1); --default-transition-duration: 150ms; --ease-in: cubic-bezier(0.4, 0, 1, 1); --colors-gray-200: oklch(92.8% 0.006 264.531); --text-xs-fontSize: 0.75rem; --text-xs-lineHeight: 1rem; --colors-gray-100: oklch(96.7% 0.003 264.542); --colors-gray-300: oklch(87.2% 0.01 258.338); --colors-gray-400: oklch(70.7% 0.022 261.325); --colors-error-DEFAULT: red; --colors-success-DEFAULT: green; --fontWeight-bold: 700; --colors-sky-700: oklch(50% 0.134 242.749); --colors-primary-DEFAULT: oklch(0.37 0.0642 211.98); --radius-sm: 0.25rem; --colors-white: #fff; --text-sm-fontSize: 0.875rem; --text-sm-lineHeight: 1.25rem; --text-xl-fontSize: 1.25rem; --text-xl-lineHeight: 1.75rem; --colors-sky-600: oklch(58.8% 0.158 241.966); --colors-green-700: oklch(52.7% 0.154 150.069); --colors-sky-500: oklch(68.5% 0.169 237.323); --colors-red-700: oklch(50.5% 0.213 27.518); --radius-xs: 0.125rem; --text-lg-fontSize: 1.125rem; --text-lg-lineHeight: 1.75rem; --colors-neutral-DEFAULT: oklch(0.24 0.0368 265.39); --colors-neutral-content: oklch(1 0 0); }
}
/* layer: base */
@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-featureSettings, normal);  font-variation-settings: var(--default-font-variationSettings, 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-monoFont-family, ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, 'Liberation Mono', 'Courier New', monospace );  font-feature-settings: var(--default-monoFont-featureSettings, normal);  font-variation-settings: var(--default-monoFont-variationSettings, 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: 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: preflights */
@layer preflights{
[v-cloak] { display:none !important; }
}
/* 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: daisy-base */
@layer daisy-base{
@property --radialprogress {
    syntax: "<percentage>";
    inherits: true;
    initial-value: 0%
}
:root {
    scrollbar-color: color-mix(in oklch, currentColor 35%, #0000) #0000
}
:root {
    --fx-noise: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='a'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='1.34' numOctaves='4' stitchTiles='stitch'%3E%3C/feTurbulence%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23a)' opacity='0.2'%3E%3C/rect%3E%3C/svg%3E")
}
:root:has( .modal-open, .modal[open], .modal:target, .modal-toggle:checked, .drawer:not([class*="drawer-open"]) > .drawer-toggle:checked ) {
    overflow: hidden
}
:where( :root:has( .modal-open, .modal[open], .modal:target, .modal-toggle:checked, .drawer:not(.drawer-open) > .drawer-toggle:checked ) ) {
    scrollbar-gutter: stable;
    background-image: linear-gradient(var(--color-base-100), var(--color-base-100));
    --root-bg: color-mix(in srgb, var(--color-base-100), oklch(0% 0 0) 40%)
}
:where(.modal[open], .modal-open, .modal-toggle:checked + .modal):not(.modal-start, .modal-end) {
    scrollbar-gutter: stable
}
:root, [data-theme] {
    background-color: var(--root-bg, var(--color-base-100));
    color: var(--color-base-content)
}
}
/* layer: daisy-components */
@layer daisy-components{
@keyframes radio {
    0% {
        padding: 5px;
    }
    50% {
        padding: 3px;
    }
}
@keyframes skeleton {
    0% {
        background-position: 150%;
    }
    100% {
        background-position: -50%;
    }
}
@keyframes progress {
    50% {
        background-position-x: -115%;
    }
}
@keyframes toast {
    0% {
        scale: 0.9;
        opacity: 0;
    }
    100% {
        scale: 1;
        opacity: 1;
    }
}
@keyframes dropdown {
    0% {
        opacity: 0
    }
}
@keyframes rating {
    0%, 40% {
        scale: 1.1;
        filter: brightness(1.05) contrast(1.05);
    }
}
.select{border:var(--border) solid #0000;position:relative;display:inline-flex;flex-shrink:1;appearance:none;align-items:center;gap:calc(0.25rem * 1.5);background-color:var(--color-base-100);padding-inline-start:calc(0.25rem * 4);padding-inline-end:calc(0.25rem * 7);vertical-align:middle;width:clamp(3rem, 20rem, 100%);height:var(--size);font-size:0.875rem;touch-action:manipulation;border-start-start-radius:var(--join-ss, var(--radius-field));border-start-end-radius:var(--join-se, var(--radius-field));border-end-start-radius:var(--join-es, var(--radius-field));border-end-end-radius:var(--join-ee, var(--radius-field));background-image:linear-gradient(45deg, #0000 50%, currentColor 50%), linear-gradient(135deg, currentColor 50%, #0000 50%);background-position:calc(100% - 20px) calc(1px + 50%), calc(100% - 16.1px) calc(1px + 50%);background-size:4px 4px, 4px 4px;background-repeat:no-repeat;text-overflow:ellipsis;box-shadow:0 1px color-mix(in oklab, var(--input-color) calc(var(--depth) * 10%), #0000) inset, 0 -1px oklch(100% 0 0 / calc(var(--depth) * 0.1)) inset;border-color:var(--input-color);--input-color:color-mix(in oklab, var(--color-base-content) 20%, #0000);--size:calc(var(--size-field, 0.25rem) * 10);}
[dir="rtl"] .select{background-position:calc(0% + 12px) calc(1px + 50%), calc(0% + 16px) calc(1px + 50%);}
.label:is(.input > *, .select > *){display:flex;height:calc(100% - 0.5rem);align-items:center;padding-inline:calc(0.25rem * 3);white-space:nowrap;font-size:inherit;}
.select select{margin-inline-start:calc(0.25rem * -4);margin-inline-end:calc(0.25rem * -7);width:calc(100% + 2.75rem);appearance:none;padding-inline-start:calc(0.25rem * 4);padding-inline-end:calc(0.25rem * 7);height:calc(100% - 2px);background:inherit;border-radius:inherit;border-style:none;}
.label:is(.input > *, .select > *):first-child{margin-inline-start:calc(0.25rem * -3);margin-inline-end:calc(0.25rem * 3);border-inline-end:var(--border) solid color-mix(in oklab, currentColor 10%, #0000);}
.select select:focus, .select select:focus-within,
.menu :where(li > details > summary),
.menu :where(li) > *:not(ul, .menu-title, details, .btn):active, .menu :where(li) > *:not(ul, .menu-title, details, .btn).menu-active, .menu :where(li) > details > summary:active{--un-outline-style:none;outline-style:none;}
.label:is(.input > *, .select > *):last-child{margin-inline-start:calc(0.25rem * 3);margin-inline-end:calc(0.25rem * -3);border-inline-start:var(--border) solid color-mix(in oklab, currentColor 10%, #0000);}
.select select:not(:last-child){margin-inline-end:calc(0.25rem * -5.5);background-image:none;}
.select:focus, .select:focus-within{--input-color:var(--color-base-content);box-shadow:0 1px color-mix(in oklab, var(--input-color) calc(var(--depth) * 10%), #0000);outline:2px solid var(--input-color);outline-offset:2px;isolation:isolate;z-index:1;}
.select:has(> select[disabled]), .select:is(:disabled, [disabled]){cursor:not-allowed;border-color:var(--color-base-200);background-color:var(--color-base-200);color:color-mix(in oklab, var(--color-base-content) 40%, transparent);}
.select:has(> select[disabled])::placeholder, .select:is(:disabled, [disabled])::placeholder{color:color-mix(in oklab, var(--color-base-content) 20%, transparent);}
.select:has(> select[disabled]) > select[disabled]{cursor:not-allowed;}
.menu{display:flex;width:fit-content;flex-direction:column;flex-wrap:wrap;padding:calc(0.25rem * 2);--menu-active-fg:var(--color-neutral-content);--menu-active-bg:var(--color-neutral);font-size:0.875rem;}
.menu :where(li ul){position:relative;margin-inline-start:calc(0.25rem * 4);padding-inline-start:calc(0.25rem * 2);white-space:nowrap;}
.menu :where(li ul):before{position:absolute;inset-inline-start:calc(0.25rem * 0);top:calc(0.25rem * 3);bottom:calc(0.25rem * 3);background-color:var(--color-base-content);opacity:10%;width:var(--border);content:"";}
.menu :where(li > .menu-dropdown:not(.menu-dropdown-show)),
.menu :where(li > details > summary)::-webkit-details-marker,
.menu .dropdown-content:before{display:none;}
.menu :where(li:not(.menu-title) > *:not(ul, details, .menu-title, .btn)), .menu :where(li:not(.menu-title) > details > summary:not(.menu-title)){display:grid;grid-auto-flow:column;align-content:flex-start;align-items:center;gap:calc(0.25rem * 2);border-radius:var(--radius-field);padding-inline:calc(0.25rem * 3);padding-block:calc(0.25rem * 1.5);text-align:start;transition-property:color, background-color, box-shadow;transition-duration:0.2s;transition-timing-function:cubic-bezier(0, 0, 0.2, 1);grid-auto-columns:minmax(auto, max-content) auto max-content;text-wrap:balance;user-select:none;}
.menu :where(li > details > summary):after, .menu :where(li > .menu-dropdown-toggle):after{justify-self:flex-end;display:block;height:0.375rem;width:0.375rem;rotate:-135deg;translate:0 -1px;transition-property:rotate, translate;transition-duration:0.2s;content:"";transform-origin:50% 50%;box-shadow:2px 2px inset;pointer-events:none;}
.menu :where(li > details[open] > summary):after, .menu :where(li > .menu-dropdown-toggle.menu-dropdown-show):after,
.menu .dropdown:focus-within .menu-dropdown-toggle:after{rotate:45deg;translate:0 1px;}
.menu :where( li:not(.menu-title, .disabled) > *:not(ul, details, .menu-title), li:not(.menu-title, .disabled) > details > summary:not(.menu-title) ):not(.menu-active, :active, .btn).menu-focus, .menu :where( li:not(.menu-title, .disabled) > *:not(ul, details, .menu-title), li:not(.menu-title, .disabled) > details > summary:not(.menu-title) ):not(.menu-active, :active, .btn):focus-visible{cursor:pointer;background-color:color-mix(in oklab, var(--color-base-content) 10%, transparent);color:var(--color-base-content);--un-outline-style:none;outline-style:none;}
.menu :where( li:not(.menu-title, .disabled) > *:not(ul, details, .menu-title):not(.menu-active, :active, .btn):hover, li:not(.menu-title, .disabled) > details > summary:not(.menu-title):not(.menu-active, :active, .btn):hover ){cursor:pointer;background-color:color-mix(in oklab, var(--color-base-content) 10%, transparent);--un-outline-style:none;outline-style:none;}
.menu :where( li:not(.menu-title, .disabled) > *:not(ul, details, .menu-title):not(.menu-active, :active, .btn):hover, li:not(.menu-title, .disabled) > details > summary:not(.menu-title):not(.menu-active, :active, .btn):hover ){box-shadow:0 1px oklch(0% 0 0 / 0.01) inset, 0 -1px oklch(100% 0 0 / 0.01) inset;}
.menu :where(li:empty){background-color:var(--color-base-content);opacity:10%;margin:0.5rem 1rem;height:1px;}
.menu :where(li){position:relative;display:flex;flex-shrink:0;flex-direction:column;flex-wrap:wrap;align-items:stretch;}
.menu :where(li) .badge{justify-self:flex-end;}
.menu :where(li) > *:not(ul, .menu-title, details, .btn):active, .menu :where(li) > *:not(ul, .menu-title, details, .btn).menu-active, .menu :where(li) > details > summary:active{color:var(--menu-active-fg);background-color:var(--menu-active-bg);background-size:auto, calc(var(--noise) * 100%);background-image:none, var(--fx-noise);}
.menu :where(li) > *:not(ul, .menu-title, details, .btn):active:not(.menu :where(li) > *:not(ul, .menu-title, details, .btn):active:active), .menu :where(li) > *:not(ul, .menu-title, details, .btn).menu-active:not(.menu :where(li) > *:not(ul, .menu-title, details, .btn).menu-active:active), .menu :where(li) > details > summary:active:not(.menu :where(li) > details > summary:active:active){box-shadow:0 2px calc(var(--depth) * 3px) -2px var(--menu-active-bg);}
.menu :where(li).menu-disabled{pointer-events:none;color:color-mix(in oklab, var(--color-base-content) 20%, transparent);}
.menu .dropdown-content{margin-top:calc(0.25rem * 2);padding:calc(0.25rem * 2);}
.checkbox{border:var(--border) solid var(--input-color, color-mix(in oklab, var(--color-base-content) 20%, #0000));position:relative;display:inline-block;flex-shrink:0;cursor:pointer;appearance:none;border-radius:var(--radius-selector);padding:calc(0.25rem * 1);vertical-align:middle;color:var(--color-base-content);box-shadow:0 1px oklch(0% 0 0 / calc(var(--depth) * 0.1)) inset, 0 0 #0000 inset, 0 0 #0000;transition:background-color 0.2s, box-shadow 0.2s;--size:calc(var(--size-selector, 0.25rem) * 6);width:var(--size);height:var(--size);background-size:auto, calc(var(--noise) * 100%);background-image:none, var(--fx-noise);}
.checkbox:before{--un-content:"";content:var(--un-content);display:block;width:100%;height:100%;rotate:45deg;background-color:currentColor;opacity:0%;transition:clip-path 0.3s, opacity 0.1s, rotate 0.3s, translate 0.3s;transition-delay:0.1s;clip-path:polygon(20% 100%, 20% 80%, 50% 80%, 50% 80%, 70% 80%, 70% 100%);box-shadow:0px 3px 0 0px oklch(100% 0 0 / calc(var(--depth) * 0.1)) inset;font-size:1rem;line-height:0.75;}
.checkbox:focus-visible{outline:2px solid var(--input-color, currentColor);outline-offset:2px;}
.checkbox:checked, .checkbox[aria-checked="true"]{background-color:var(--input-color, #0000);box-shadow:0 0 #0000 inset, 0 8px 0 -4px oklch(100% 0 0 / calc(var(--depth) * 0.1)) inset, 0 1px oklch(0% 0 0 / calc(var(--depth) * 0.1));}
.checkbox:checked:before, .checkbox[aria-checked="true"]:before{clip-path:polygon(20% 100%, 20% 80%, 50% 80%, 50% 0%, 70% 0%, 70% 100%);opacity:100%;}
.checkbox:indeterminate:before{rotate:0deg;opacity:100%;translate:0 -35%;clip-path:polygon(20% 100%, 20% 80%, 50% 80%, 50% 80%, 80% 80%, 80% 100%);}
.checkbox:disabled{cursor:not-allowed;opacity:20%;}
.alert{display:grid;align-items:center;gap:calc(0.25rem * 4);border-radius:var(--radius-box);padding-inline:calc(0.25rem * 4);padding-block:calc(0.25rem * 3);color:var(--color-base-content);background-color:var(--alert-color, var(--color-base-200));justify-content:start;justify-items:start;grid-auto-flow:column;grid-template-columns:auto;text-align:start;border:var(--border) solid var(--color-base-200);font-size:0.875rem;line-height:1.25rem;background-size:auto, calc(var(--noise) * 100%);background-image:none, var(--fx-noise);box-shadow:0 3px 0 -2px oklch(100% 0 0 / calc(var(--depth) * 0.08)) inset, 0 1px color-mix( in oklab, color-mix(in oklab, #000 20%, var(--alert-color, var(--color-base-200))) calc(var(--depth) * 20%), #0000 ), 0 4px 3px -2px oklch(0% 0 0 / calc(var(--depth) * 0.08));}
.alert:has(:nth-child(2)){grid-template-columns:auto minmax(auto, 1fr);}
.alert.alert-outline{background-color:transparent;color:var(--alert-color);box-shadow:none;background-image:none;}
.alert.alert-dash{background-color:transparent;color:var(--alert-color);border-style:dashed;box-shadow:none;background-image:none;}
.alert.alert-soft{color:var(--alert-color, var(--color-base-content));background:color-mix( in oklab, var(--alert-color, var(--color-base-content)) 8%, var(--color-base-100) );border-color:color-mix( in oklab, var(--alert-color, var(--color-base-content)) 10%, var(--color-base-100) );box-shadow:none;background-image:none;}
@media (forced-colors: active){
.select select:focus, .select select:focus-within,
.menu :where(li > details > summary),
.menu :where( li:not(.menu-title, .disabled) > *:not(ul, details, .menu-title), li:not(.menu-title, .disabled) > details > summary:not(.menu-title) ):not(.menu-active, :active, .btn).menu-focus, .menu :where( li:not(.menu-title, .disabled) > *:not(ul, details, .menu-title), li:not(.menu-title, .disabled) > details > summary:not(.menu-title) ):not(.menu-active, :active, .btn):focus-visible,
.menu :where( li:not(.menu-title, .disabled) > *:not(ul, details, .menu-title):not(.menu-active, :active, .btn):hover, li:not(.menu-title, .disabled) > details > summary:not(.menu-title):not(.menu-active, :active, .btn):hover ),
.menu :where(li) > *:not(ul, .menu-title, details, .btn):active, .menu :where(li) > *:not(ul, .menu-title, details, .btn).menu-active, .menu :where(li) > details > summary:active{outline:2px solid transparent;outline-offset:2px;}
.checkbox:checked:before, .checkbox[aria-checked="true"]:before{rotate:0deg;background-color:transparent;--un-content:"✔︎";clip-path:none;}
}
@media print{
.checkbox:checked:before, .checkbox[aria-checked="true"]:before{rotate:0deg;background-color:transparent;--un-content:"✔︎";clip-path:none;}
}
}
/* 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 srgb, var(--colors-error-DEFAULT) var(--un-text-opacity), transparent);}
.text-green-700{color:color-mix(in srgb, var(--colors-green-700) var(--un-text-opacity), transparent);}
.text-red-700{color:color-mix(in srgb, var(--colors-red-700) var(--un-text-opacity), transparent);}
.text-sky-500{color:color-mix(in srgb, var(--colors-sky-500) var(--un-text-opacity), transparent);}
.text-sky-600{color:color-mix(in srgb, var(--colors-sky-600) var(--un-text-opacity), transparent);}
.text-sky-700{color:color-mix(in srgb, var(--colors-sky-700) var(--un-text-opacity), transparent);}
.text-success{color:color-mix(in srgb, var(--colors-success-DEFAULT) var(--un-text-opacity), transparent);}
.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 srgb, var(--colors-gray-200) var(--un-border-opacity), transparent);}
.border-gray-300{border-color:color-mix(in srgb, var(--colors-gray-300) var(--un-border-opacity), transparent);}
.border-gray-400{border-color:color-mix(in srgb, var(--colors-gray-400) var(--un-border-opacity), transparent);}
.rounded-sm{border-radius:var(--radius-sm);}
.bg-gray-100{background-color:color-mix(in srgb, var(--colors-gray-100) var(--un-bg-opacity), transparent);}
.bg-gray-300{background-color:color-mix(in srgb, var(--colors-gray-300) var(--un-bg-opacity), transparent);}
.bg-primary{background-color:color-mix(in srgb, var(--colors-primary-DEFAULT) var(--un-bg-opacity), transparent);}
.bg-white{background-color:color-mix(in srgb, var(--colors-white) var(--un-bg-opacity), transparent);}
.even\:bg-gray-100:nth-child(even){background-color:color-mix(in srgb, var(--colors-gray-100) var(--un-bg-opacity), transparent);}
.odd\:bg-white:nth-child(odd){background-color:color-mix(in srgb, var(--colors-white) var(--un-bg-opacity), transparent);}
.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,);}
@supports (color: color-mix(in lab, red, red)){
.text-error{color:color-mix(in oklab, var(--colors-error-DEFAULT) var(--un-text-opacity), transparent);}
.text-green-700{color:color-mix(in oklab, var(--colors-green-700) var(--un-text-opacity), transparent);}
.text-red-700{color:color-mix(in oklab, var(--colors-red-700) var(--un-text-opacity), transparent);}
.text-sky-500{color:color-mix(in oklab, var(--colors-sky-500) var(--un-text-opacity), transparent);}
.text-sky-600{color:color-mix(in oklab, var(--colors-sky-600) var(--un-text-opacity), transparent);}
.text-sky-700{color:color-mix(in oklab, var(--colors-sky-700) var(--un-text-opacity), transparent);}
.text-success{color:color-mix(in oklab, var(--colors-success-DEFAULT) var(--un-text-opacity), transparent);}
.border-gray-200{border-color:color-mix(in oklab, var(--colors-gray-200) var(--un-border-opacity), transparent);}
.border-gray-300{border-color:color-mix(in oklab, var(--colors-gray-300) var(--un-border-opacity), transparent);}
.border-gray-400{border-color:color-mix(in oklab, var(--colors-gray-400) var(--un-border-opacity), transparent);}
.bg-gray-100{background-color:color-mix(in oklab, var(--colors-gray-100) var(--un-bg-opacity), transparent);}
.bg-gray-300{background-color:color-mix(in oklab, var(--colors-gray-300) var(--un-bg-opacity), transparent);}
.bg-primary{background-color:color-mix(in oklab, var(--colors-primary-DEFAULT) var(--un-bg-opacity), transparent);}
.bg-white{background-color:color-mix(in oklab, var(--colors-white) var(--un-bg-opacity), transparent);}
.even\:bg-gray-100:nth-child(even){background-color:color-mix(in oklab, var(--colors-gray-100) var(--un-bg-opacity), transparent);}
.odd\:bg-white:nth-child(odd){background-color:color-mix(in oklab, var(--colors-white) var(--un-bg-opacity), transparent);}
}
}

@layer preflights{

	[v-cloak]{
		display: none !important;
	}

	body:has(:not(:defined)){
		visibility: hidden;
	}
}