@media(prefers-color-scheme:light){:root{--pwa-theme-color:#f9f7f4;--pwa-background-color:#f9f7f4}}@media(prefers-color-scheme:dark){:root{--pwa-theme-color:#282a36;--pwa-background-color:#282a36}}html.light{--pwa-theme-color:#f9f7f4;--pwa-background-color:#f9f7f4}html.dark{--pwa-theme-color:#282a36;--pwa-background-color:#282a36}meta[name=msapplication-TileColor],meta[name=theme-color]{content:var(--pwa-theme-color)}[data-sonner-toaster][dir=ltr],html[dir=ltr]{--toast-icon-margin-start:-3px;--toast-icon-margin-end:4px;--toast-svg-margin-start:-1px;--toast-svg-margin-end:0px;--toast-button-margin-start:auto;--toast-button-margin-end:0}[data-sonner-toaster][dir=rtl],html[dir=rtl]{--toast-icon-margin-start:4px;--toast-icon-margin-end:-3px;--toast-svg-margin-start:0px;--toast-svg-margin-end:-1px;--toast-button-margin-start:0;--toast-button-margin-end:auto}[data-sonner-toaster]{font-family: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;position:fixed;width:var(--width);--gray1:#fcfcfc;--gray2:#f8f8f8;--gray3:#f3f3f3;--gray4:#ededed;--gray5:#e8e8e8;--gray6:#e2e2e2;--gray7:#dbdbdb;--gray8:#c7c7c7;--gray9:#8f8f8f;--gray10:#858585;--gray11:#6f6f6f;--gray12:#171717;--border-radius:8px;box-sizing:border-box;list-style:none;margin:0;outline:none;padding:0;transition:transform .4s ease;z-index:999999999}@media(hover:none)and (pointer:coarse){[data-sonner-toaster][data-lifted=true]{transform:none}}[data-sonner-toaster][data-x-position=right]{right:var(--offset-right)}[data-sonner-toaster][data-x-position=left]{left:var(--offset-left)}[data-sonner-toaster][data-x-position=center]{left:50%;transform:translate(-50%)}[data-sonner-toaster][data-y-position=top]{top:var(--offset-top)}[data-sonner-toaster][data-y-position=bottom]{bottom:var(--offset-bottom)}[data-sonner-toast]{--y:translateY(100%);--lift-amount:calc(var(--lift)*var(--gap));box-sizing:border-box;opacity:0;outline:none;overflow-wrap:anywhere;position:absolute;touch-action:none;transform:var(--y);transition:transform .4s,opacity .4s,height .4s,box-shadow .2s;z-index:var(--z-index)}[data-sonner-toast][data-styled=true]{align-items:center;background:var(--normal-bg);border:1px solid var(--normal-border);border-radius:var(--border-radius);box-shadow:0 4px 12px #0000001a;color:var(--normal-text);display:flex;font-size:13px;gap:6px;padding:16px;width:var(--width)}[data-sonner-toast]:focus-visible{box-shadow:0 4px 12px #0000001a,0 0 0 2px #0003}[data-sonner-toast][data-y-position=top]{top:0;--y:translateY(-100%);--lift:1;--lift-amount:calc(var(--gap)*1)}[data-sonner-toast][data-y-position=bottom]{bottom:0;--y:translateY(100%);--lift:-1;--lift-amount:calc(var(--lift)*var(--gap))}[data-sonner-toast][data-styled=true] [data-description]{color:#3f3f3f;font-weight:400;line-height:1.4}[data-rich-colors=true][data-sonner-toast][data-styled=true] [data-description]{color:inherit}[data-sonner-toaster][data-sonner-theme=dark] [data-description]{color:#e8e8e8}[data-sonner-toast][data-styled=true] [data-title]{color:inherit;font-weight:500;line-height:1.5}[data-sonner-toast][data-styled=true] [data-icon]{align-items:center;display:flex;flex-shrink:0;height:16px;justify-content:flex-start;margin-left:var(--toast-icon-margin-start);margin-right:var(--toast-icon-margin-end);position:relative;width:16px}[data-sonner-toast][data-promise=true] [data-icon]>svg{animation:sonner-fade-in .3s ease forwards;opacity:0;transform:scale(.8);transform-origin:center}[data-sonner-toast][data-styled=true] [data-icon]>*{flex-shrink:0}[data-sonner-toast][data-styled=true] [data-icon] svg{margin-left:var(--toast-svg-margin-start);margin-right:var(--toast-svg-margin-end)}[data-sonner-toast][data-styled=true] [data-content]{display:flex;flex-direction:column;gap:2px}[data-sonner-toast][data-styled=true] [data-button]{align-items:center;background:var(--normal-text);border:none;border-radius:4px;color:var(--normal-bg);cursor:pointer;display:flex;flex-shrink:0;font-size:12px;font-weight:500;height:24px;margin-left:var(--toast-button-margin-start);margin-right:var(--toast-button-margin-end);outline:none;padding-left:8px;padding-right:8px;transition:opacity .4s,box-shadow .2s}[data-sonner-toast][data-styled=true] [data-button]:focus-visible{box-shadow:0 0 0 2px #0006}[data-sonner-toast][data-styled=true] [data-button]:first-of-type{margin-left:var(--toast-button-margin-start);margin-right:var(--toast-button-margin-end)}[data-sonner-toast][data-styled=true] [data-cancel]{background:#00000014;color:var(--normal-text)}[data-sonner-toaster][data-sonner-theme=dark] [data-sonner-toast][data-styled=true] [data-cancel]{background:#ffffff4d}[data-sonner-toaster] [data-close-button-position=top-left]{--toast-close-button-left:0;--toast-close-button-right:unset;--toast-close-button-top:0;--toast-close-button-bottom:unset;--toast-close-button-transform:translate(-35%,-35%)}[data-sonner-toaster] [data-close-button-position=top-right]{--toast-close-button-left:unset;--toast-close-button-right:0;--toast-close-button-top:0;--toast-close-button-bottom:unset;--toast-close-button-transform:translate(35%,-35%)}[data-sonner-toaster] [data-close-button-position=bottom-left]{--toast-close-button-left:0;--toast-close-button-right:unset;--toast-close-button-top:unset;--toast-close-button-bottom:0;--toast-close-button-transform:translate(-35%,35%)}[data-sonner-toaster] [data-close-button-position=bottom-right]{--toast-close-button-left:unset;--toast-close-button-right:0;--toast-close-button-top:unset;--toast-close-button-bottom:0;--toast-close-button-transform:translate(35%,35%)}[data-sonner-toast][data-styled=true] [data-close-button]{align-items:center;background:var(--normal-bg);border:1px solid var(--gray4);border-radius:50%;bottom:var(--toast-close-button-bottom);color:var(--gray12);cursor:pointer;display:flex;height:20px;justify-content:center;left:var(--toast-close-button-left);padding:0;position:absolute;right:var(--toast-close-button-right);top:var(--toast-close-button-top);transform:var(--toast-close-button-transform);transition:opacity .1s,background .2s,border-color .2s;width:20px;z-index:1}[data-sonner-toast][data-styled=true] [data-close-button]:focus-visible{box-shadow:0 4px 12px #0000001a,0 0 0 2px #0003}[data-sonner-toast][data-styled=true] [data-disabled=true]{cursor:not-allowed}[data-sonner-toast][data-styled=true]:hover [data-close-button]:hover{background:var(--gray2);border-color:var(--gray5)}[data-sonner-toast][data-swiping=true]:before{content:"";height:100%;left:-100%;position:absolute;right:-100%;z-index:-1}[data-sonner-toast][data-y-position=top][data-swiping=true]:before{bottom:50%;transform:scaleY(3) translateY(50%)}[data-sonner-toast][data-y-position=bottom][data-swiping=true]:before{top:50%;transform:scaleY(3) translateY(-50%)}[data-sonner-toast][data-swiping=false][data-removed=true]:before{content:"";inset:0;position:absolute;transform:scaleY(2)}[data-sonner-toast][data-expanded=true]:after{bottom:100%;content:"";height:calc(var(--gap) + 1px);left:0;position:absolute;width:100%}[data-sonner-toast][data-mounted=true]{--y:translateY(0);opacity:1}[data-sonner-toast][data-expanded=false][data-front=false]{--scale:var(--toasts-before) * .05 + 1;--y:translateY(calc(var(--lift-amount)*var(--toasts-before))) scale(calc(var(--toasts-before)*-1*.05 + 1));height:var(--front-toast-height)}[data-sonner-toast]>*{transition:opacity .4s}[data-sonner-toast][data-x-position=right]{right:0}[data-sonner-toast][data-x-position=left]{left:0}[data-sonner-toast][data-expanded=false][data-front=false][data-styled=true]>*{opacity:0}[data-sonner-toast][data-visible=false]{opacity:0;pointer-events:none}[data-sonner-toast][data-mounted=true][data-expanded=true]{--y:translateY(calc(var(--lift)*var(--offset)));height:var(--initial-height)}[data-sonner-toast][data-removed=true][data-front=true][data-swipe-out=false]{--y:translateY(calc(var(--lift)*-100%));opacity:0}[data-sonner-toast][data-removed=true][data-front=false][data-swipe-out=false][data-expanded=true]{--y:translateY(calc(var(--lift)*var(--offset) + var(--lift)*-100%));opacity:0}[data-sonner-toast][data-removed=true][data-front=false][data-swipe-out=false][data-expanded=false]{--y:translateY(40%);opacity:0;transition:transform .5s,opacity .2s}[data-sonner-toast][data-removed=true][data-front=false]:before{height:calc(var(--initial-height) + 20%)}[data-sonner-toast][data-swiping=true]{transform:var(--y) translateY(var(--swipe-amount-y,0)) translate(var(--swipe-amount-x,0));transition:none}[data-sonner-toast][data-swiped=true]{-webkit-user-select:none;-moz-user-select:none;user-select:none}[data-sonner-toast][data-swipe-out=true][data-y-position=bottom],[data-sonner-toast][data-swipe-out=true][data-y-position=top]{animation-duration:.2s;animation-fill-mode:forwards;animation-timing-function:ease-out}[data-sonner-toast][data-swipe-out=true][data-swipe-direction=left]{animation-name:swipe-out-left}[data-sonner-toast][data-swipe-out=true][data-swipe-direction=right]{animation-name:swipe-out-right}[data-sonner-toast][data-swipe-out=true][data-swipe-direction=up]{animation-name:swipe-out-up}[data-sonner-toast][data-swipe-out=true][data-swipe-direction=down]{animation-name:swipe-out-down}@keyframes swipe-out-left{0%{opacity:1;transform:var(--y) translate(var(--swipe-amount-x))}to{opacity:0;transform:var(--y) translate(calc(var(--swipe-amount-x) - 100%))}}@keyframes swipe-out-right{0%{opacity:1;transform:var(--y) translate(var(--swipe-amount-x))}to{opacity:0;transform:var(--y) translate(calc(var(--swipe-amount-x) + 100%))}}@keyframes swipe-out-up{0%{opacity:1;transform:var(--y) translateY(var(--swipe-amount-y))}to{opacity:0;transform:var(--y) translateY(calc(var(--swipe-amount-y) - 100%))}}@keyframes swipe-out-down{0%{opacity:1;transform:var(--y) translateY(var(--swipe-amount-y))}to{opacity:0;transform:var(--y) translateY(calc(var(--swipe-amount-y) + 100%))}}@media(max-width:600px){[data-sonner-toaster]{left:var(--mobile-offset-left);position:fixed;right:var(--mobile-offset-right);width:100%}[data-sonner-toaster][dir=rtl]{left:calc(var(--mobile-offset-left)*-1)}[data-sonner-toaster] [data-sonner-toast]{left:0;right:0;width:calc(100% - var(--mobile-offset-left)*2)}[data-sonner-toaster][data-x-position=left]{left:var(--mobile-offset-left)}[data-sonner-toaster][data-y-position=bottom]{bottom:calc(var(--mobile-offset-bottom) + max(env(safe-area-inset-bottom),0px))}[data-sonner-toaster][data-y-position=top]{top:calc(var(--mobile-offset-top) + max(env(safe-area-inset-top),0px))}[data-sonner-toaster][data-x-position=center]{left:var(--mobile-offset-left);right:var(--mobile-offset-right);transform:none}}[data-sonner-toaster][data-sonner-theme=light]{--normal-bg:#fff;--normal-border:var(--gray4);--normal-text:var(--gray12);--success-bg:#ecfdf3;--success-border:#bffcd9;--success-text:#008a2e;--info-bg:#f0f8ff;--info-border:#dde7fd;--info-text:#0973dc;--warning-bg:#fffcf0;--warning-border:#fbeeb1;--warning-text:#dc7609;--error-bg:#fff0f0;--error-border:#ffe0e1;--error-text:#e60000}[data-sonner-toaster][data-sonner-theme=light] [data-sonner-toast][data-invert=true]{--normal-bg:#000;--normal-border:#333;--normal-text:var(--gray1)}[data-sonner-toaster][data-sonner-theme=dark] [data-sonner-toast][data-invert=true]{--normal-bg:#fff;--normal-border:var(--gray3);--normal-text:var(--gray12)}[data-sonner-toaster][data-sonner-theme=dark]{--normal-bg:#000;--normal-bg-hover:#1f1f1f;--normal-border:#333;--normal-border-hover:#404040;--normal-text:var(--gray1);--success-bg:#001f0f;--success-border:#003d1c;--success-text:#59f3a6;--info-bg:#000d1f;--info-border:#19233e;--info-text:#5896f3;--warning-bg:#1d1f00;--warning-border:#2e2e00;--warning-text:#f3cf58;--error-bg:#2d0607;--error-border:#4d0408;--error-text:#ff9ea1}[data-sonner-toaster][data-sonner-theme=dark] [data-sonner-toast] [data-close-button]{background:var(--normal-bg);border-color:var(--normal-border);color:var(--normal-text)}[data-sonner-toaster][data-sonner-theme=dark] [data-sonner-toast] [data-close-button]:hover{background:var(--normal-bg-hover);border-color:var(--normal-border-hover)}[data-rich-colors=true][data-sonner-toast][data-type=success],[data-rich-colors=true][data-sonner-toast][data-type=success] [data-close-button]{background:var(--success-bg);border-color:var(--success-border);color:var(--success-text)}[data-rich-colors=true][data-sonner-toast][data-type=info],[data-rich-colors=true][data-sonner-toast][data-type=info] [data-close-button]{background:var(--info-bg);border-color:var(--info-border);color:var(--info-text)}[data-rich-colors=true][data-sonner-toast][data-type=warning],[data-rich-colors=true][data-sonner-toast][data-type=warning] [data-close-button]{background:var(--warning-bg);border-color:var(--warning-border);color:var(--warning-text)}[data-rich-colors=true][data-sonner-toast][data-type=error],[data-rich-colors=true][data-sonner-toast][data-type=error] [data-close-button]{background:var(--error-bg);border-color:var(--error-border);color:var(--error-text)}.sonner-loading-wrapper{--size:16px;height:var(--size);inset:0;position:absolute;width:var(--size);z-index:10}.sonner-loading-wrapper[data-visible=false]{animation:sonner-fade-out .2s ease forwards;transform-origin:center}.sonner-spinner{height:var(--size);left:50%;position:relative;top:50%;width:var(--size)}.sonner-loading-bar{animation:sonner-spin 1.2s linear infinite;background:var(--gray11);border-radius:6px;height:8%;left:-10%;position:absolute;top:-3.9%;width:24%}.sonner-loading-bar:first-child{animation-delay:-1.2s;transform:rotate(.0001deg) translate(146%)}.sonner-loading-bar:nth-child(2){animation-delay:-1.1s;transform:rotate(30deg) translate(146%)}.sonner-loading-bar:nth-child(3){animation-delay:-1s;transform:rotate(60deg) translate(146%)}.sonner-loading-bar:nth-child(4){animation-delay:-.9s;transform:rotate(90deg) translate(146%)}.sonner-loading-bar:nth-child(5){animation-delay:-.8s;transform:rotate(120deg) translate(146%)}.sonner-loading-bar:nth-child(6){animation-delay:-.7s;transform:rotate(150deg) translate(146%)}.sonner-loading-bar:nth-child(7){animation-delay:-.6s;transform:rotate(180deg) translate(146%)}.sonner-loading-bar:nth-child(8){animation-delay:-.5s;transform:rotate(210deg) translate(146%)}.sonner-loading-bar:nth-child(9){animation-delay:-.4s;transform:rotate(240deg) translate(146%)}.sonner-loading-bar:nth-child(10){animation-delay:-.3s;transform:rotate(270deg) translate(146%)}.sonner-loading-bar:nth-child(11){animation-delay:-.2s;transform:rotate(300deg) translate(146%)}.sonner-loading-bar:nth-child(12){animation-delay:-.1s;transform:rotate(330deg) translate(146%)}@keyframes sonner-fade-in{0%{opacity:0;transform:scale(.8)}to{opacity:1;transform:scale(1)}}@keyframes sonner-fade-out{0%{opacity:1;transform:scale(1)}to{opacity:0;transform:scale(.8)}}@keyframes sonner-spin{0%{opacity:1}to{opacity:.15}}@media(prefers-reduced-motion){.sonner-loading-bar,[data-sonner-toast],[data-sonner-toast]>*{animation:none!important;transition:none!important}}.sonner-loader{left:50%;position:absolute;top:50%;transform:translate(-50%,-50%);transform-origin:center;transition:opacity .2s,transform .2s}.sonner-loader[data-visible=false]{opacity:0;transform:scale(.8) translate(-50%,-50%)}@font-face{font-display:swap;font-family:Bebas Neue;font-style:normal;font-weight:400;src:url(../assets/fonts/bebasneue-9f711f80.woff2) format("woff2");unicode-range:u+0100-02ba,u+02bd-02c5,u+02c7-02cc,u+02ce-02d7,u+02dd-02ff,u+0304,u+0308,u+0329,u+1d00-1dbf,u+1e00-1e9f,u+1ef2-1eff,u+2020,u+20a0-20ab,u+20ad-20c0,u+2113,u+2c60-2c7f,u+a720-a7ff}@font-face{font-display:swap;font-family:Bebas Neue;font-style:normal;font-weight:400;src:url(../assets/fonts/bebasneue-2ca5453c.woff2) format("woff2");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+0304,u+0308,u+0329,u+2000-206f,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}@font-face{font-display:swap;font-family:Oswald;font-style:normal;font-weight:300;src:url(../assets/fonts/oswald-ef962fd4.woff2) format("woff2");unicode-range:u+0460-052f,u+1c80-1c8a,u+20b4,u+2de0-2dff,u+a640-a69f,u+fe2e-fe2f}@font-face{font-display:swap;font-family:Oswald;font-style:normal;font-weight:300;src:url(../assets/fonts/oswald-d5151788.woff2) format("woff2");unicode-range:u+0301,u+0400-045f,u+0490-0491,u+04b0-04b1,u+2116}@font-face{font-display:swap;font-family:Oswald;font-style:normal;font-weight:300;src:url(../assets/fonts/oswald-855bd1f6.woff2) format("woff2");unicode-range:u+0102-0103,u+0110-0111,u+0128-0129,u+0168-0169,u+01a0-01a1,u+01af-01b0,u+0300-0301,u+0303-0304,u+0308-0309,u+0323,u+0329,u+1ea0-1ef9,u+20ab}@font-face{font-display:swap;font-family:Oswald;font-style:normal;font-weight:300;src:url(../assets/fonts/oswald-4f62c577.woff2) format("woff2");unicode-range:u+0100-02ba,u+02bd-02c5,u+02c7-02cc,u+02ce-02d7,u+02dd-02ff,u+0304,u+0308,u+0329,u+1d00-1dbf,u+1e00-1e9f,u+1ef2-1eff,u+2020,u+20a0-20ab,u+20ad-20c0,u+2113,u+2c60-2c7f,u+a720-a7ff}@font-face{font-display:swap;font-family:Oswald;font-style:normal;font-weight:300;src:url(../assets/fonts/oswald-c9044339.woff2) format("woff2");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+0304,u+0308,u+0329,u+2000-206f,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}@font-face{font-display:swap;font-family:Oswald;font-style:normal;font-weight:400;src:url(../assets/fonts/oswald-ef962fd4.woff2) format("woff2");unicode-range:u+0460-052f,u+1c80-1c8a,u+20b4,u+2de0-2dff,u+a640-a69f,u+fe2e-fe2f}@font-face{font-display:swap;font-family:Oswald;font-style:normal;font-weight:400;src:url(../assets/fonts/oswald-d5151788.woff2) format("woff2");unicode-range:u+0301,u+0400-045f,u+0490-0491,u+04b0-04b1,u+2116}@font-face{font-display:swap;font-family:Oswald;font-style:normal;font-weight:400;src:url(../assets/fonts/oswald-855bd1f6.woff2) format("woff2");unicode-range:u+0102-0103,u+0110-0111,u+0128-0129,u+0168-0169,u+01a0-01a1,u+01af-01b0,u+0300-0301,u+0303-0304,u+0308-0309,u+0323,u+0329,u+1ea0-1ef9,u+20ab}@font-face{font-display:swap;font-family:Oswald;font-style:normal;font-weight:400;src:url(../assets/fonts/oswald-4f62c577.woff2) format("woff2");unicode-range:u+0100-02ba,u+02bd-02c5,u+02c7-02cc,u+02ce-02d7,u+02dd-02ff,u+0304,u+0308,u+0329,u+1d00-1dbf,u+1e00-1e9f,u+1ef2-1eff,u+2020,u+20a0-20ab,u+20ad-20c0,u+2113,u+2c60-2c7f,u+a720-a7ff}@font-face{font-display:swap;font-family:Oswald;font-style:normal;font-weight:400;src:url(../assets/fonts/oswald-c9044339.woff2) format("woff2");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+0304,u+0308,u+0329,u+2000-206f,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}@font-face{font-display:swap;font-family:Oswald;font-style:normal;font-weight:500;src:url(../assets/fonts/oswald-ef962fd4.woff2) format("woff2");unicode-range:u+0460-052f,u+1c80-1c8a,u+20b4,u+2de0-2dff,u+a640-a69f,u+fe2e-fe2f}@font-face{font-display:swap;font-family:Oswald;font-style:normal;font-weight:500;src:url(../assets/fonts/oswald-d5151788.woff2) format("woff2");unicode-range:u+0301,u+0400-045f,u+0490-0491,u+04b0-04b1,u+2116}@font-face{font-display:swap;font-family:Oswald;font-style:normal;font-weight:500;src:url(../assets/fonts/oswald-855bd1f6.woff2) format("woff2");unicode-range:u+0102-0103,u+0110-0111,u+0128-0129,u+0168-0169,u+01a0-01a1,u+01af-01b0,u+0300-0301,u+0303-0304,u+0308-0309,u+0323,u+0329,u+1ea0-1ef9,u+20ab}@font-face{font-display:swap;font-family:Oswald;font-style:normal;font-weight:500;src:url(../assets/fonts/oswald-4f62c577.woff2) format("woff2");unicode-range:u+0100-02ba,u+02bd-02c5,u+02c7-02cc,u+02ce-02d7,u+02dd-02ff,u+0304,u+0308,u+0329,u+1d00-1dbf,u+1e00-1e9f,u+1ef2-1eff,u+2020,u+20a0-20ab,u+20ad-20c0,u+2113,u+2c60-2c7f,u+a720-a7ff}@font-face{font-display:swap;font-family:Oswald;font-style:normal;font-weight:500;src:url(../assets/fonts/oswald-c9044339.woff2) format("woff2");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+0304,u+0308,u+0329,u+2000-206f,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}@font-face{font-display:swap;font-family:Oswald;font-style:normal;font-weight:600;src:url(../assets/fonts/oswald-ef962fd4.woff2) format("woff2");unicode-range:u+0460-052f,u+1c80-1c8a,u+20b4,u+2de0-2dff,u+a640-a69f,u+fe2e-fe2f}@font-face{font-display:swap;font-family:Oswald;font-style:normal;font-weight:600;src:url(../assets/fonts/oswald-d5151788.woff2) format("woff2");unicode-range:u+0301,u+0400-045f,u+0490-0491,u+04b0-04b1,u+2116}@font-face{font-display:swap;font-family:Oswald;font-style:normal;font-weight:600;src:url(../assets/fonts/oswald-855bd1f6.woff2) format("woff2");unicode-range:u+0102-0103,u+0110-0111,u+0128-0129,u+0168-0169,u+01a0-01a1,u+01af-01b0,u+0300-0301,u+0303-0304,u+0308-0309,u+0323,u+0329,u+1ea0-1ef9,u+20ab}@font-face{font-display:swap;font-family:Oswald;font-style:normal;font-weight:600;src:url(../assets/fonts/oswald-4f62c577.woff2) format("woff2");unicode-range:u+0100-02ba,u+02bd-02c5,u+02c7-02cc,u+02ce-02d7,u+02dd-02ff,u+0304,u+0308,u+0329,u+1d00-1dbf,u+1e00-1e9f,u+1ef2-1eff,u+2020,u+20a0-20ab,u+20ad-20c0,u+2113,u+2c60-2c7f,u+a720-a7ff}@font-face{font-display:swap;font-family:Oswald;font-style:normal;font-weight:600;src:url(../assets/fonts/oswald-c9044339.woff2) format("woff2");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+0304,u+0308,u+0329,u+2000-206f,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}@font-face{font-display:swap;font-family:Oswald;font-style:normal;font-weight:700;src:url(../assets/fonts/oswald-ef962fd4.woff2) format("woff2");unicode-range:u+0460-052f,u+1c80-1c8a,u+20b4,u+2de0-2dff,u+a640-a69f,u+fe2e-fe2f}@font-face{font-display:swap;font-family:Oswald;font-style:normal;font-weight:700;src:url(../assets/fonts/oswald-d5151788.woff2) format("woff2");unicode-range:u+0301,u+0400-045f,u+0490-0491,u+04b0-04b1,u+2116}@font-face{font-display:swap;font-family:Oswald;font-style:normal;font-weight:700;src:url(../assets/fonts/oswald-855bd1f6.woff2) format("woff2");unicode-range:u+0102-0103,u+0110-0111,u+0128-0129,u+0168-0169,u+01a0-01a1,u+01af-01b0,u+0300-0301,u+0303-0304,u+0308-0309,u+0323,u+0329,u+1ea0-1ef9,u+20ab}@font-face{font-display:swap;font-family:Oswald;font-style:normal;font-weight:700;src:url(../assets/fonts/oswald-4f62c577.woff2) format("woff2");unicode-range:u+0100-02ba,u+02bd-02c5,u+02c7-02cc,u+02ce-02d7,u+02dd-02ff,u+0304,u+0308,u+0329,u+1d00-1dbf,u+1e00-1e9f,u+1ef2-1eff,u+2020,u+20a0-20ab,u+20ad-20c0,u+2113,u+2c60-2c7f,u+a720-a7ff}@font-face{font-display:swap;font-family:Oswald;font-style:normal;font-weight:700;src:url(../assets/fonts/oswald-c9044339.woff2) format("woff2");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+0304,u+0308,u+0329,u+2000-206f,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}@font-face{font-display:swap;font-family:Rubik;font-style:normal;font-weight:400;src:url(../assets/fonts/rubik-c36f954f.woff2) format("woff2");unicode-range:u+06??,u+0750-077f,u+0870-088e,u+0890-0891,u+0897-08e1,u+08e3-08ff,u+200c-200e,u+2010-2011,u+204f,u+2e41,u+fb50-fdff,u+fe70-fe74,u+fe76-fefc,u+102e0-102fb,u+10e60-10e7e,u+10ec2-10ec4,u+10efc-10eff,u+1ee00-1ee03,u+1ee05-1ee1f,u+1ee21-1ee22,u+1ee24,u+1ee27,u+1ee29-1ee32,u+1ee34-1ee37,u+1ee39,u+1ee3b,u+1ee42,u+1ee47,u+1ee49,u+1ee4b,u+1ee4d-1ee4f,u+1ee51-1ee52,u+1ee54,u+1ee57,u+1ee59,u+1ee5b,u+1ee5d,u+1ee5f,u+1ee61-1ee62,u+1ee64,u+1ee67-1ee6a,u+1ee6c-1ee72,u+1ee74-1ee77,u+1ee79-1ee7c,u+1ee7e,u+1ee80-1ee89,u+1ee8b-1ee9b,u+1eea1-1eea3,u+1eea5-1eea9,u+1eeab-1eebb,u+1eef0-1eef1}@font-face{font-display:swap;font-family:Rubik;font-style:normal;font-weight:400;src:url(../assets/fonts/rubik-06a7e1fa.woff2) format("woff2");unicode-range:u+0460-052f,u+1c80-1c8a,u+20b4,u+2de0-2dff,u+a640-a69f,u+fe2e-fe2f}@font-face{font-display:swap;font-family:Rubik;font-style:normal;font-weight:400;src:url(../assets/fonts/rubik-70a52369.woff2) format("woff2");unicode-range:u+0301,u+0400-045f,u+0490-0491,u+04b0-04b1,u+2116}@font-face{font-display:swap;font-family:Rubik;font-style:normal;font-weight:400;src:url(../assets/fonts/rubik-a0af7841.woff2) format("woff2");unicode-range:u+0307-0308,u+0590-05ff,u+200c-2010,u+20aa,u+25cc,u+fb1d-fb4f}@font-face{font-display:swap;font-family:Rubik;font-style:normal;font-weight:400;src:url(../assets/fonts/rubik-6e7a0e2c.woff2) format("woff2");unicode-range:u+0100-02ba,u+02bd-02c5,u+02c7-02cc,u+02ce-02d7,u+02dd-02ff,u+0304,u+0308,u+0329,u+1d00-1dbf,u+1e00-1e9f,u+1ef2-1eff,u+2020,u+20a0-20ab,u+20ad-20c0,u+2113,u+2c60-2c7f,u+a720-a7ff}@font-face{font-display:swap;font-family:Rubik;font-style:normal;font-weight:400;src:url(../assets/fonts/rubik-22d59a96.woff2) format("woff2");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+0304,u+0308,u+0329,u+2000-206f,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}@font-face{font-display:swap;font-family:Rubik;font-style:normal;font-weight:500;src:url(../assets/fonts/rubik-c36f954f.woff2) format("woff2");unicode-range:u+06??,u+0750-077f,u+0870-088e,u+0890-0891,u+0897-08e1,u+08e3-08ff,u+200c-200e,u+2010-2011,u+204f,u+2e41,u+fb50-fdff,u+fe70-fe74,u+fe76-fefc,u+102e0-102fb,u+10e60-10e7e,u+10ec2-10ec4,u+10efc-10eff,u+1ee00-1ee03,u+1ee05-1ee1f,u+1ee21-1ee22,u+1ee24,u+1ee27,u+1ee29-1ee32,u+1ee34-1ee37,u+1ee39,u+1ee3b,u+1ee42,u+1ee47,u+1ee49,u+1ee4b,u+1ee4d-1ee4f,u+1ee51-1ee52,u+1ee54,u+1ee57,u+1ee59,u+1ee5b,u+1ee5d,u+1ee5f,u+1ee61-1ee62,u+1ee64,u+1ee67-1ee6a,u+1ee6c-1ee72,u+1ee74-1ee77,u+1ee79-1ee7c,u+1ee7e,u+1ee80-1ee89,u+1ee8b-1ee9b,u+1eea1-1eea3,u+1eea5-1eea9,u+1eeab-1eebb,u+1eef0-1eef1}@font-face{font-display:swap;font-family:Rubik;font-style:normal;font-weight:500;src:url(../assets/fonts/rubik-06a7e1fa.woff2) format("woff2");unicode-range:u+0460-052f,u+1c80-1c8a,u+20b4,u+2de0-2dff,u+a640-a69f,u+fe2e-fe2f}@font-face{font-display:swap;font-family:Rubik;font-style:normal;font-weight:500;src:url(../assets/fonts/rubik-70a52369.woff2) format("woff2");unicode-range:u+0301,u+0400-045f,u+0490-0491,u+04b0-04b1,u+2116}@font-face{font-display:swap;font-family:Rubik;font-style:normal;font-weight:500;src:url(../assets/fonts/rubik-a0af7841.woff2) format("woff2");unicode-range:u+0307-0308,u+0590-05ff,u+200c-2010,u+20aa,u+25cc,u+fb1d-fb4f}@font-face{font-display:swap;font-family:Rubik;font-style:normal;font-weight:500;src:url(../assets/fonts/rubik-6e7a0e2c.woff2) format("woff2");unicode-range:u+0100-02ba,u+02bd-02c5,u+02c7-02cc,u+02ce-02d7,u+02dd-02ff,u+0304,u+0308,u+0329,u+1d00-1dbf,u+1e00-1e9f,u+1ef2-1eff,u+2020,u+20a0-20ab,u+20ad-20c0,u+2113,u+2c60-2c7f,u+a720-a7ff}@font-face{font-display:swap;font-family:Rubik;font-style:normal;font-weight:500;src:url(../assets/fonts/rubik-22d59a96.woff2) format("woff2");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+0304,u+0308,u+0329,u+2000-206f,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}@font-face{font-display:swap;font-family:Rubik;font-style:normal;font-weight:700;src:url(../assets/fonts/rubik-c36f954f.woff2) format("woff2");unicode-range:u+06??,u+0750-077f,u+0870-088e,u+0890-0891,u+0897-08e1,u+08e3-08ff,u+200c-200e,u+2010-2011,u+204f,u+2e41,u+fb50-fdff,u+fe70-fe74,u+fe76-fefc,u+102e0-102fb,u+10e60-10e7e,u+10ec2-10ec4,u+10efc-10eff,u+1ee00-1ee03,u+1ee05-1ee1f,u+1ee21-1ee22,u+1ee24,u+1ee27,u+1ee29-1ee32,u+1ee34-1ee37,u+1ee39,u+1ee3b,u+1ee42,u+1ee47,u+1ee49,u+1ee4b,u+1ee4d-1ee4f,u+1ee51-1ee52,u+1ee54,u+1ee57,u+1ee59,u+1ee5b,u+1ee5d,u+1ee5f,u+1ee61-1ee62,u+1ee64,u+1ee67-1ee6a,u+1ee6c-1ee72,u+1ee74-1ee77,u+1ee79-1ee7c,u+1ee7e,u+1ee80-1ee89,u+1ee8b-1ee9b,u+1eea1-1eea3,u+1eea5-1eea9,u+1eeab-1eebb,u+1eef0-1eef1}@font-face{font-display:swap;font-family:Rubik;font-style:normal;font-weight:700;src:url(../assets/fonts/rubik-06a7e1fa.woff2) format("woff2");unicode-range:u+0460-052f,u+1c80-1c8a,u+20b4,u+2de0-2dff,u+a640-a69f,u+fe2e-fe2f}@font-face{font-display:swap;font-family:Rubik;font-style:normal;font-weight:700;src:url(../assets/fonts/rubik-70a52369.woff2) format("woff2");unicode-range:u+0301,u+0400-045f,u+0490-0491,u+04b0-04b1,u+2116}@font-face{font-display:swap;font-family:Rubik;font-style:normal;font-weight:700;src:url(../assets/fonts/rubik-a0af7841.woff2) format("woff2");unicode-range:u+0307-0308,u+0590-05ff,u+200c-2010,u+20aa,u+25cc,u+fb1d-fb4f}@font-face{font-display:swap;font-family:Rubik;font-style:normal;font-weight:700;src:url(../assets/fonts/rubik-6e7a0e2c.woff2) format("woff2");unicode-range:u+0100-02ba,u+02bd-02c5,u+02c7-02cc,u+02ce-02d7,u+02dd-02ff,u+0304,u+0308,u+0329,u+1d00-1dbf,u+1e00-1e9f,u+1ef2-1eff,u+2020,u+20a0-20ab,u+20ad-20c0,u+2113,u+2c60-2c7f,u+a720-a7ff}@font-face{font-display:swap;font-family:Rubik;font-style:normal;font-weight:700;src:url(../assets/fonts/rubik-22d59a96.woff2) format("woff2");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+0304,u+0308,u+0329,u+2000-206f,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}@supports ((-webkit-hyphens:none) and (not (margin-trim:inline))) or ((-moz-orient:inline) and (not (color:rgb(from red r g b)))){*,::backdrop,:after,:before{--un-ease:initial;--un-translate-x:initial;--un-translate-y:initial;--un-translate-z:initial;--un-ring-opacity:100%;--un-bg-opacity:100%;--un-leading:initial;--un-scale-x:1;--un-scale-y:1;--un-scale-z:1;--un-accent-opacity:100%;--un-shadow-opacity:100%;--un-border-opacity:100%;--un-text-opacity:100%;--un-space-x-reverse:initial;--un-space-y-reverse:initial;--un-divide-opacity:100%;--un-divide-y-reverse:initial;--un-border-style:solid;--un-from-opacity:100%;--un-to-opacity:100%;--un-via-opacity:100%;--un-outline-opacity:100%;--un-outline-style:solid;--un-stroke-opacity:100%;--un-placeholder-opacity:100%}}@property --un-text-opacity{syntax:"<percentage>";inherits:false;initial-value:100%}@property --un-leading{syntax:"*";inherits:false}@property --un-outline-opacity{syntax:"<percentage>";inherits:false;initial-value:100%}@property --un-outline-style{syntax:"*";inherits:false;initial-value:solid}@property --un-accent-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-ring-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:0}@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-shadow-opacity{syntax:"<percentage>";inherits:false;initial-value:100%}@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-scale-x{syntax:"*";inherits:false;initial-value:1}@property --un-scale-y{syntax:"*";inherits:false;initial-value:1}@property --un-scale-z{syntax:"*";inherits:false;initial-value:1}@property --un-ease{syntax:"*";inherits:false}@property --un-stroke-opacity{syntax:"<percentage>";inherits:false;initial-value:100%}@property --un-from-opacity{syntax:"<percentage>";inherits:false;initial-value:100%}@property --un-gradient-from{syntax:"<color>";inherits:false;initial-value:#0000}@property --un-gradient-from-position{syntax:"<length-percentage>";inherits:false;initial-value:0%}@property --un-gradient-position{syntax:"*";inherits:false}@property --un-gradient-stops{syntax:"*";inherits:false}@property --un-gradient-to{syntax:"<color>";inherits:false;initial-value:#0000}@property --un-gradient-to-position{syntax:"<length-percentage>";inherits:false;initial-value:100%}@property --un-gradient-via{syntax:"<color>";inherits:false;initial-value:#0000}@property --un-gradient-via-position{syntax:"<length-percentage>";inherits:false;initial-value:50%}@property --un-gradient-via-stops{syntax:"*";inherits:false}@property --un-to-opacity{syntax:"<percentage>";inherits:false;initial-value:100%}@property --un-via-opacity{syntax:"<percentage>";inherits:false;initial-value:100%}@property --un-backdrop-blur{syntax:"*";inherits:false}@property --un-backdrop-brightness{syntax:"*";inherits:false}@property --un-backdrop-contrast{syntax:"*";inherits:false}@property --un-backdrop-grayscale{syntax:"*";inherits:false}@property --un-backdrop-hue-rotate{syntax:"*";inherits:false}@property --un-backdrop-invert{syntax:"*";inherits:false}@property --un-backdrop-opacity{syntax:"*";inherits:false}@property --un-backdrop-saturate{syntax:"*";inherits:false}@property --un-backdrop-sepia{syntax:"*";inherits:false}@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%}@property --un-space-x-reverse{syntax:"*";inherits:false;initial-value:0}@property --un-space-y-reverse{syntax:"*";inherits:false;initial-value:0}@property --un-divide-opacity{syntax:"<percentage>";inherits:false;initial-value:100%}@property --un-border-style{syntax:"*";inherits:false;initial-value:solid}@property --un-divide-y-reverse{syntax:"*";inherits:false;initial-value:0}:host,:root{--spacing:.25rem;--font-bebas:"Bebas Neue";--fontWeight-normal:400;--radius-lg:.5rem;--default-transition-timingFunction:cubic-bezier(.4,0,.2,1);--default-transition-duration:.15s;--fontWeight-medium:500;--ease-out:cubic-bezier(0,0,.2,1);--ease-in:cubic-bezier(.4,0,1,1);--container-sm:24rem;--colors-border:var(--border);--radius-md:.375rem;--fontWeight-semibold:600;--container-md:28rem;--colors-background:var(--background);--ease-DEFAULT:cubic-bezier(.4,0,.2,1);--font-mono:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,"Liberation Mono","Courier New",monospace;--leading-none:1;--radius-DEFAULT:.25rem;--radius-xl:.75rem;--container-4xl:56rem;--fontWeight-bold:700;--tracking-wide:.025em;--leading-relaxed:1.625;--colors-primary-DEFAULT:var(--primary);--colors-black:#000;--container-xl:36rem;--colors-accent-DEFAULT:var(--accent);--container-2xl:42rem;--tracking-wider:.05em;--radius-2xl:1rem;--colors-muted-DEFAULT:var(--muted);--leading-tight:1.25;--font-rubik:"Rubik";--tracking-tight:-.025em;--fontWeight-black:900;--colors-info-DEFAULT:var(--info);--container-5xl:64rem;--colors-success-DEFAULT:var(--success);--colors-warning-DEFAULT:var(--warning);--colors-destructive-DEFAULT:var(--destructive);--colors-card-DEFAULT:var(--card);--leading-snug:1.375;--container-3xl:48rem;--fontWeight-extrabold:800;--colors-neutral-DEFAULT:var(--neutral);--container-7xl:80rem;--colors-foreground:var(--foreground);--ease-in-out:cubic-bezier(.4,0,.2,1);--colors-muted-foreground:var(--muted-foreground);--colors-card-foreground:var(--card-foreground);--colors-primary-foreground:var(--primary-foreground);--colors-success-foreground:var(--success-foreground);--colors-green-400:oklch(79.2% .209 151.711);--colors-yellow-400:oklch(85.2% .199 91.936);--colors-red-400:oklch(70.4% .191 22.216);--colors-gray-400:oklch(70.7% .022 261.325);--colors-highlight-DEFAULT:var(--pink);--colors-amber-100:oklch(96.2% .059 95.617);--colors-amber-300:oklch(87.9% .169 91.605);--colors-blue-100:oklch(93.2% .032 255.585);--colors-blue-300:oklch(80.9% .105 251.813);--colors-white:#fff;--colors-gray-200:oklch(92.8% .006 264.531);--colors-amber-800:oklch(47.3% .137 46.201);--colors-gray-600:oklch(44.6% .03 256.802);--colors-gray-500:oklch(55.1% .027 264.364);--colors-amber-200:oklch(92.4% .12 95.746);--colors-gray-800:oklch(27.8% .033 256.848);--colors-popover-foreground:var(--popover-foreground);--colors-input:var(--input);--colors-info-foreground:var(--info-foreground);--colors-destructive-foreground:var(--destructive-foreground);--colors-warning-foreground:var(--warning-foreground);--colors-accent-foreground:var(--accent-foreground);--colors-teal-700:oklch(51.1% .096 186.391);--colors-blue-600:oklch(54.6% .245 262.881);--colors-red-100:oklch(93.6% .032 17.717);--colors-red-600:oklch(57.7% .245 27.325);--colors-yellow-200:oklch(94.5% .129 101.54);--colors-yellow-50:oklch(98.7% .026 102.212);--colors-yellow-600:oklch(68.1% .162 75.834);--colors-yellow-800:oklch(47.6% .114 61.907);--colors-yellow-700:oklch(55.4% .135 66.442);--colors-red-500:oklch(63.7% .237 25.331);--colors-green-600:oklch(62.7% .194 149.214);--colors-amber-600:oklch(66.6% .179 58.318);--colors-popover-DEFAULT:var(--popover);--text-xl-fontSize:1.25rem;--text-xl-lineHeight:1.75rem;--text-sm-fontSize:.875rem;--text-sm-lineHeight:1.25rem;--text-lg-fontSize:1.125rem;--text-lg-lineHeight:1.75rem;--text-xs-fontSize:.75rem;--text-xs-lineHeight:1rem;--text-4xl-fontSize:2.25rem;--text-4xl-lineHeight:2.5rem;--text-2xl-fontSize:1.5rem;--text-2xl-lineHeight:2rem;--text-6xl-fontSize:3.75rem;--text-6xl-lineHeight:1;--text-base-fontSize:1rem;--text-base-lineHeight:1.5rem;--text-3xl-fontSize:1.875rem;--text-3xl-lineHeight:2.25rem;--text-5xl-fontSize:3rem;--text-5xl-lineHeight:1;--colors-ring:var(--ring);--colors-secondary-foreground:var(--secondary-foreground);--colors-green-700:oklch(52.7% .154 150.069);--colors-red-700:oklch(50.5% .213 27.518);--colors-amber-900:oklch(41.4% .112 45.904);--colors-blue-900:oklch(37.9% .146 265.522);--colors-gray-900:oklch(21% .034 264.665);--colors-amber-700:oklch(55.5% .163 48.998);--colors-blue-700:oklch(48.8% .243 264.376);--colors-gray-300:oklch(87.2% .01 258.338);--font-sans:"Oswald",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";--default-font-family:var(--font-sans);--default-monoFont-family:var(--font-mono)}*,::backdrop,::file-selector-button,:after,:before{border:0 solid;box-sizing:border-box;margin:0;padding:0}:host,html{line-height:1.5;-webkit-text-size-adjust:100%;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);-moz-tab-size:4;-o-tab-size:4;tab-size:4;-webkit-tap-highlight-color:transparent}hr{border-top-width:1px;color:inherit;height:0}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,pre,samp{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-size:1em;font-variation-settings:var(--default-monoFont-variationSettings,normal)}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sub{bottom:-.25em}sup{top:-.5em}table{border-collapse:collapse;border-color:inherit;text-indent:0}:-moz-focusring{outline:auto}progress{vertical-align:baseline}summary{display:list-item}menu,ol,ul{list-style:none}audio,canvas,embed,iframe,img,object,svg,video{display:block;vertical-align:middle}img,video{height:auto;max-width:100%}::file-selector-button,button,input,optgroup,select,textarea{background-color:transparent;border-radius:0;color:inherit;font:inherit;font-feature-settings:inherit;font-variation-settings:inherit;letter-spacing:inherit;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}::-moz-placeholder{opacity:1}::placeholder{opacity:1}@supports (not (-webkit-appearance:-apple-pay-button)) or (contain-intrinsic-size:1px){::-moz-placeholder{color:color-mix(in oklab,currentcolor 50%,transparent)}::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-day-field,::-webkit-datetime-edit-hour-field,::-webkit-datetime-edit-meridiem-field,::-webkit-datetime-edit-millisecond-field,::-webkit-datetime-edit-minute-field,::-webkit-datetime-edit-month-field,::-webkit-datetime-edit-second-field,::-webkit-datetime-edit-year-field{padding-block:0}::-webkit-calendar-picker-indicator{line-height:1}:-moz-ui-invalid{box-shadow:none}::file-selector-button,button,input:where([type=button],[type=reset],[type=submit]){-webkit-appearance:button;-moz-appearance:button;appearance:button}::-webkit-inner-spin-button,::-webkit-outer-spin-button{height:auto}[hidden]:where(:not([hidden=until-found])){display:none!important}@layer base{:root{--background:#f8f8f2;--foreground:#1a1a1a;--card:#f0f0f0;--card-foreground:#1a1a1a;--popover:#f0f2f4;--popover-foreground:#1a1a1a;--primary:#272935;--primary-foreground:#fff;--secondary:#d3d7de;--secondary-foreground:var(--foreground);--muted:#f3f5f6;--muted-foreground:#44475a;--accent:#ff7ac6;--accent-foreground:#041b44;--destructive:#dd2c2c;--destructive-foreground:#fff;--border:#d3d7de;--input:#f9fafb;--ring:#041b44;--radius:.5rem;--input-foreground:var(--foreground);--input-background:var(--input);--border-muted:#d6d6db;--ring-offset-background:var(--background);--note:#ebbd05;--note-foreground:#1a1a1a;--highlight:#fbbce1;--highlight-foreground:#1a1a1a;--info:#2463eb;--info-foreground:#fff;--success:#16a249;--success-foreground:#fff;--warning:#ffc233;--warning-foreground:#1a1a1a;--neutral:#6b7280;--neutral-foreground:#fff;--custom-accordion-content-height:200px;--un-enter-opacity:0;--un-enter-translate-x:0;--un-enter-translate-y:.5rem;--un-enter-scale:.95;--un-enter-rotate:0deg;--un-exit-opacity:0;--un-exit-translate-x:0;--un-exit-translate-y:-.5rem;--un-exit-scale:.95;--un-exit-rotate:0deg}html.dark{--background:#272935;--foreground:#fff;--card:#44475a;--card-foreground:var(--foreground);--popover:#343746;--popover-foreground:var(--foreground);--primary:#f1fa89;--primary-foreground:#16171d;--secondary:#383b4c;--secondary-foreground:var(--foreground);--muted:#303241;--muted-foreground:#e0e8ff;--accent:#bf95f9;--accent-foreground:#16171d;--destructive:#ff5757;--destructive-foreground:#16171d;--border:#3d4051;--input:#2b2e3b;--ring:#f1fa89;--radius:.75rem;--input-background:var(--input);--input-foreground:var(--foreground);--border-muted:#454754;--ring-offset-background:var(--background);--note:#f1fa89;--note-foreground:#16171d;--highlight:#ff7ac6;--highlight-foreground:#16171d;--info:#8be8fd;--info-foreground:#16171d;--success:#52fa7c;--success-foreground:#16171d;--warning:#ffb86b;--warning-foreground:#16171d;--neutral:#818498;--neutral-foreground:#fff;--un-enter-opacity:0;--un-enter-translate-y:.5rem;--un-exit-translate-y:-.5rem}}@keyframes custom-down{0%{height:0}to{height:var(--custom-accordion-content-height)}}@keyframes custom-up{0%{height:var(--custom-accordion-content-height)}to{height:0}}@keyframes custom-enter{0%{opacity:var(--un-enter-opacity,1);transform:translate3d(var(--un-enter-translate-x,0),var(--un-enter-translate-y,0),0) scale3d(var(--un-enter-scale,1),var(--un-enter-scale,1),var(--un-enter-scale,1)) rotate(var(--un-enter-rotate,0))}}@keyframes custom-exit{to{opacity:var(--un-exit-opacity,1);transform:translate3d(var(--un-exit-translate-x,0),var(--un-exit-translate-y,0),0) scale3d(var(--un-exit-scale,1),var(--un-exit-scale,1),var(--un-exit-scale,1)) rotate(var(--un-exit-rotate,0))}}:root{--font-sans:"Oswald","Arial Narrow",Arial,"Helvetica Neue",Helvetica,system-ui,sans-serif;--font-bebas:"Bebas Neue","Impact","Arial Narrow",system-ui,sans-serif;--font-rubik:"Rubik","Segoe UI",Roboto,"Helvetica Neue",Arial,system-ui,sans-serif}#__nuxt,body,html{background-color:var(--background);color:var(--foreground);font-family:var(--font-sans);letter-spacing:.1em}.bebas{font-family:var(--font-bebas)}.rubik{font-family:var(--font-rubik)}::-webkit-scrollbar{height:8px;opacity:0;-webkit-transition:opacity .3s ease;transition:opacity .3s ease;width:8px}:hover::-webkit-scrollbar{opacity:1}::-webkit-scrollbar-track{background:var(--background);border-radius:9999px}::-webkit-scrollbar-thumb{background:var(--muted-foreground);border:2px solid var(--background);border-radius:9999px}::-webkit-scrollbar-thumb:hover{background:var(--primary)}*{scrollbar-color:var(--muted-foreground) var(--background);scrollbar-width:thin}.scroll-visible::-webkit-scrollbar-thumb{opacity:1!important}.scroll-visible{scrollbar-color:hsla(0,0%,47%,.4) transparent!important}.noselect{-webkit-touch-callout:none;-webkit-user-select:none;-moz-user-select:none;user-select:none}html.disable-transitions *,html.disable-transitions :after,html.disable-transitions :before{animation:none!important;transition:none!important}.i-heroicons-outline-magnifying-glass{--un-icon:url("data:image/svg+xml;utf8,%3Csvg viewBox='0 0 24 24' width='1.2em' height='1.2em' xmlns='http://www.w3.org/2000/svg' %3E%3Cpath fill='none' stroke='currentColor' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5' d='m21 21l-5.197-5.197m0 0A7.5 7.5 0 1 0 5.196 5.196a7.5 7.5 0 0 0 10.607 10.607Z'/%3E%3C/svg%3E")!important}.i-heroicons-outline-magnifying-glass,.i-hugeicons-ranking{background-color:currentColor!important;color:inherit!important;height:1.2em!important;-webkit-mask:var(--un-icon) no-repeat!important;mask:var(--un-icon) no-repeat!important;-webkit-mask-size:100% 100%!important;mask-size:100% 100%!important;width:1.2em!important}.i-hugeicons-ranking{--un-icon:url("data:image/svg+xml;utf8,%3Csvg viewBox='0 0 24 24' width='1.2em' height='1.2em' xmlns='http://www.w3.org/2000/svg' %3E%3Cpath fill='none' stroke='currentColor' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5' d='M3.5 18c0-1.414 0-2.121.44-2.56C4.378 15 5.085 15 6.5 15H7c.943 0 1.414 0 1.707.293S9 16.057 9 17v5H3.5zM15 19c0-.943 0-1.414.293-1.707S16.057 17 17 17h.5c1.414 0 2.121 0 2.56.44c.44.439.44 1.146.44 2.56v2H15zM2 22h20M9 16c0-1.414 0-2.121.44-2.56C9.878 13 10.585 13 12 13s2.121 0 2.56.44c.44.439.44 1.146.44 2.56v6H9zm3.691-13.422l.704 1.42a.87.87 0 0 0 .568.423l1.276.213c.816.137 1.008.734.42 1.323l-.992 1a.88.88 0 0 0-.208.73l.284 1.238c.224.98-.292 1.359-1.152.847l-1.196-.714a.86.86 0 0 0-.792 0l-1.196.714c-.856.512-1.376.129-1.152-.847l.284-1.238a.88.88 0 0 0-.208-.73l-.991-1c-.584-.589-.396-1.186.42-1.323l1.275-.213a.87.87 0 0 0 .564-.424l.704-1.42c.384-.77 1.008-.77 1.388 0'/%3E%3C/svg%3E")!important}.i-line-md-moon-filled-alt-loop{--un-icon:url("data:image/svg+xml;utf8,%3Csvg viewBox='0 0 24 24' width='1.2em' height='1.2em' xmlns='http://www.w3.org/2000/svg' %3E%3Cg fill='none' stroke='currentColor' stroke-dasharray='4' stroke-dashoffset='4' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M13 4h1.5M13 4h-1.5M13 4v1.5M13 4v-1.5'%3E%3Canimate id='SVGjUNXVaqx' fill='freeze' attributeName='stroke-dashoffset' begin='0.7s;SVGjUNXVaqx.begin+6s' dur='0.4s' values='4;0'/%3E%3Canimate fill='freeze' attributeName='stroke-dashoffset' begin='SVGjUNXVaqx.begin+2s;SVGjUNXVaqx.begin+4s' dur='0.4s' values='4;0'/%3E%3Canimate fill='freeze' attributeName='stroke-dashoffset' begin='SVGjUNXVaqx.begin+1.2s;SVGjUNXVaqx.begin+3.2s;SVGjUNXVaqx.begin+5.2s' dur='0.4s' values='0;4'/%3E%3Cset fill='freeze' attributeName='d' begin='SVGjUNXVaqx.begin+1.8s' to='M12 5h1.5M12 5h-1.5M12 5v1.5M12 5v-1.5'/%3E%3Cset fill='freeze' attributeName='d' begin='SVGjUNXVaqx.begin+3.8s' to='M12 4h1.5M12 4h-1.5M12 4v1.5M12 4v-1.5'/%3E%3Cset fill='freeze' attributeName='d' begin='SVGjUNXVaqx.begin+5.8s' to='M13 4h1.5M13 4h-1.5M13 4v1.5M13 4v-1.5'/%3E%3C/path%3E%3Cpath d='M19 11h1.5M19 11h-1.5M19 11v1.5M19 11v-1.5'%3E%3Canimate id='SVGO88gQckN' fill='freeze' attributeName='stroke-dashoffset' begin='1.1s;SVGO88gQckN.begin+6s' dur='0.4s' values='4;0'/%3E%3Canimate fill='freeze' attributeName='stroke-dashoffset' begin='SVGO88gQckN.begin+2s;SVGO88gQckN.begin+4s' dur='0.4s' values='4;0'/%3E%3Canimate fill='freeze' attributeName='stroke-dashoffset' begin='SVGO88gQckN.begin+1.2s;SVGO88gQckN.begin+3.2s;SVGO88gQckN.begin+5.2s' dur='0.4s' values='0;4'/%3E%3Cset fill='freeze' attributeName='d' begin='SVGO88gQckN.begin+1.8s' to='M17 11h1.5M17 11h-1.5M17 11v1.5M17 11v-1.5'/%3E%3Cset fill='freeze' attributeName='d' begin='SVGO88gQckN.begin+3.8s' to='M18 12h1.5M18 12h-1.5M18 12v1.5M18 12v-1.5'/%3E%3Cset fill='freeze' attributeName='d' begin='SVGO88gQckN.begin+5.8s' to='M19 11h1.5M19 11h-1.5M19 11v1.5M19 11v-1.5'/%3E%3C/path%3E%3Cpath d='M19 4h1.5M19 4h-1.5M19 4v1.5M19 4v-1.5'%3E%3Canimate id='SVGPXuakc7A' fill='freeze' attributeName='stroke-dashoffset' begin='2s;SVGPXuakc7A.begin+6s' dur='0.4s' values='4;0'/%3E%3Canimate fill='freeze' attributeName='stroke-dashoffset' begin='SVGPXuakc7A.begin+2s' dur='0.4s' values='4;0'/%3E%3Canimate fill='freeze' attributeName='stroke-dashoffset' begin='SVGPXuakc7A.begin+1.2s;SVGPXuakc7A.begin+3.2s' dur='0.4s' values='0;4'/%3E%3Cset fill='freeze' attributeName='d' begin='SVGPXuakc7A.begin+1.8s' to='M20 5h1.5M20 5h-1.5M20 5v1.5M20 5v-1.5'/%3E%3Cset fill='freeze' attributeName='d' begin='SVGPXuakc7A.begin+5.8s' to='M19 4h1.5M19 4h-1.5M19 4v1.5M19 4v-1.5'/%3E%3C/path%3E%3C/g%3E%3Cpath fill='currentColor' fill-opacity='0' stroke='currentColor' stroke-dasharray='56' stroke-dashoffset='56' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M7 6 C7 12.08 11.92 17 18 17 C18.53 17 19.05 16.96 19.56 16.89 C17.95 19.36 15.17 21 12 21 C7.03 21 3 16.97 3 12 C3 8.83 4.64 6.05 7.11 4.44 C7.04 4.95 7 5.47 7 6 Z'%3E%3Canimate fill='freeze' attributeName='fill-opacity' begin='1.5s' dur='0.5s' values='0;1'/%3E%3Canimate fill='freeze' attributeName='stroke-dashoffset' dur='0.6s' values='56;0'/%3E%3C/path%3E%3C/svg%3E")!important}.i-line-md-moon-filled-alt-loop,.i-line-md-moon-filled-alt-to-sunny-filled-loop-transition{background-color:currentColor!important;color:inherit!important;height:1.2em!important;-webkit-mask:var(--un-icon) no-repeat!important;mask:var(--un-icon) no-repeat!important;-webkit-mask-size:100% 100%!important;mask-size:100% 100%!important;width:1.2em!important}.i-line-md-moon-filled-alt-to-sunny-filled-loop-transition{--un-icon:url("data:image/svg+xml;utf8,%3Csvg viewBox='0 0 24 24' width='1.2em' height='1.2em' xmlns='http://www.w3.org/2000/svg' %3E%3Cg fill='none' stroke='currentColor' stroke-linecap='round' stroke-linejoin='round' stroke-width='2'%3E%3Cpath stroke-dasharray='2' stroke-dashoffset='2' d='M12 19v1M19 12h1M12 5v-1M5 12h-1'%3E%3Canimate fill='freeze' attributeName='d' begin='0.6s' dur='0.2s' values='M12 19v1M19 12h1M12 5v-1M5 12h-1;M12 21v1M21 12h1M12 3v-1M3 12h-1'/%3E%3Canimate fill='freeze' attributeName='stroke-dashoffset' begin='0.6s' dur='0.2s' values='2;0'/%3E%3C/path%3E%3Cpath stroke-dasharray='2' stroke-dashoffset='2' d='M17 17l0.5 0.5M17 7l0.5 -0.5M7 7l-0.5 -0.5M7 17l-0.5 0.5'%3E%3Canimate fill='freeze' attributeName='d' begin='0.8s' dur='0.2s' values='M17 17l0.5 0.5M17 7l0.5 -0.5M7 7l-0.5 -0.5M7 17l-0.5 0.5;M18.5 18.5l0.5 0.5M18.5 5.5l0.5 -0.5M5.5 5.5l-0.5 -0.5M5.5 18.5l-0.5 0.5'/%3E%3Canimate fill='freeze' attributeName='stroke-dashoffset' begin='0.8s' dur='0.2s' values='2;0'/%3E%3C/path%3E%3CanimateTransform attributeName='transform' dur='30s' repeatCount='indefinite' type='rotate' values='0 12 12;360 12 12'/%3E%3C/g%3E%3Cmask id='SVGu6kfobeu'%3E%3Ccircle cx='12' cy='12' r='12' fill='%23fff'/%3E%3Ccircle cx='18' cy='6' r='12' fill='%23fff'%3E%3Canimate fill='freeze' attributeName='cx' dur='0.4s' values='18;22'/%3E%3Canimate fill='freeze' attributeName='cy' dur='0.4s' values='6;2'/%3E%3Canimate fill='freeze' attributeName='r' dur='0.4s' values='12;3'/%3E%3C/circle%3E%3Ccircle cx='18' cy='6' r='10'%3E%3Canimate fill='freeze' attributeName='cx' dur='0.4s' values='18;22'/%3E%3Canimate fill='freeze' attributeName='cy' dur='0.4s' values='6;2'/%3E%3Canimate fill='freeze' attributeName='r' dur='0.4s' values='10;1'/%3E%3C/circle%3E%3C/mask%3E%3Ccircle cx='12' cy='12' r='10' mask='url(%23SVGu6kfobeu)' fill='currentColor'%3E%3Canimate fill='freeze' attributeName='r' dur='0.4s' values='10;6'/%3E%3C/circle%3E%3C/svg%3E")!important}.i-lucide-book-open-text{--un-icon:url("data:image/svg+xml;utf8,%3Csvg viewBox='0 0 24 24' width='1.2em' height='1.2em' xmlns='http://www.w3.org/2000/svg' %3E%3Cpath fill='none' stroke='currentColor' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M12 7v14m4-9h2m-2-4h2M3 18a1 1 0 0 1-1-1V4a1 1 0 0 1 1-1h5a4 4 0 0 1 4 4a4 4 0 0 1 4-4h5a1 1 0 0 1 1 1v13a1 1 0 0 1-1 1h-6a3 3 0 0 0-3 3a3 3 0 0 0-3-3zm3-6h2M6 8h2'/%3E%3C/svg%3E")!important}.i-lucide-book-open-text,.i-lucide-menu{background-color:currentColor!important;color:inherit!important;height:1.2em!important;-webkit-mask:var(--un-icon) no-repeat!important;mask:var(--un-icon) no-repeat!important;-webkit-mask-size:100% 100%!important;mask-size:100% 100%!important;width:1.2em!important}.i-lucide-menu{--un-icon:url("data:image/svg+xml;utf8,%3Csvg viewBox='0 0 24 24' width='1.2em' height='1.2em' xmlns='http://www.w3.org/2000/svg' %3E%3Cpath fill='none' stroke='currentColor' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M4 5h16M4 12h16M4 19h16'/%3E%3C/svg%3E")!important}.i-lucide-x{--un-icon:url("data:image/svg+xml;utf8,%3Csvg viewBox='0 0 24 24' width='1.2em' height='1.2em' xmlns='http://www.w3.org/2000/svg' %3E%3Cpath fill='none' stroke='currentColor' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M18 6L6 18M6 6l12 12'/%3E%3C/svg%3E")!important}.i-lucide-x,.i-material-symbols-light-delete-rounded{background-color:currentColor!important;color:inherit!important;height:1.2em!important;-webkit-mask:var(--un-icon) no-repeat!important;mask:var(--un-icon) no-repeat!important;-webkit-mask-size:100% 100%!important;mask-size:100% 100%!important;width:1.2em!important}.i-material-symbols-light-delete-rounded{--un-icon:url("data:image/svg+xml;utf8,%3Csvg viewBox='0 0 24 24' width='1.2em' height='1.2em' xmlns='http://www.w3.org/2000/svg' %3E%3Cpath fill='currentColor' d='M7.616 20q-.667 0-1.141-.475T6 18.386V6h-.5q-.213 0-.356-.144T5 5.499t.144-.356T5.5 5H9q0-.31.23-.54t.54-.23h4.46q.31 0 .54.23T15 5h3.5q.213 0 .356.144t.144.357t-.144.356T18.5 6H18v12.385q0 .666-.475 1.14t-1.14.475zm2.692-3q.213 0 .357-.144t.143-.356v-8q0-.213-.144-.356T10.307 8t-.356.144t-.143.356v8q0 .213.144.356q.144.144.356.144m3.385 0q.213 0 .356-.144t.143-.356v-8q0-.213-.144-.356Q13.904 8 13.692 8q-.213 0-.357.144t-.143.356v8q0 .213.144.356t.357.144'/%3E%3C/svg%3E")!important}.i-material-symbols-person-4{--un-icon:url("data:image/svg+xml;utf8,%3Csvg viewBox='0 0 24 24' width='1.2em' height='1.2em' xmlns='http://www.w3.org/2000/svg' %3E%3Cpath fill='currentColor' d='M12 13q-1.65 0-2.825-1.175T8 9V5.5q0-.625.438-1.062T9.5 4q.375 0 .713.175t.537.5q.2-.325.538-.5T12 4t.713.175t.537.5q.2-.325.538-.5T14.5 4q.625 0 1.063.438T16 5.5V9q0 1.65-1.175 2.825T12 13m-8 8v-2.8q0-.85.438-1.562T5.6 15.55q1.55-.775 3.15-1.162T12 14t3.25.388t3.15 1.162q.725.375 1.163 1.088T20 18.2V21z'/%3E%3C/svg%3E")!important}.i-material-symbols-person-4,.i-mdi-account{background-color:currentColor!important;color:inherit!important;height:1.2em!important;-webkit-mask:var(--un-icon) no-repeat!important;mask:var(--un-icon) no-repeat!important;-webkit-mask-size:100% 100%!important;mask-size:100% 100%!important;width:1.2em!important}.i-mdi-account{--un-icon:url("data:image/svg+xml;utf8,%3Csvg viewBox='0 0 24 24' width='1.2em' height='1.2em' xmlns='http://www.w3.org/2000/svg' %3E%3Cpath fill='currentColor' d='M12 4a4 4 0 0 1 4 4a4 4 0 0 1-4 4a4 4 0 0 1-4-4a4 4 0 0 1 4-4m0 10c4.42 0 8 1.79 8 4v2H4v-2c0-2.21 3.58-4 8-4'/%3E%3C/svg%3E")!important}.i-mdi-account-cancel{--un-icon:url("data:image/svg+xml;utf8,%3Csvg viewBox='0 0 24 24' width='1.2em' height='1.2em' xmlns='http://www.w3.org/2000/svg' %3E%3Cpath fill='currentColor' d='M10 4a4 4 0 0 0-4 4a4 4 0 0 0 4 4a4 4 0 0 0 4-4a4 4 0 0 0-4-4m7.5 9C15 13 13 15 13 17.5s2 4.5 4.5 4.5s4.5-2 4.5-4.5s-2-4.5-4.5-4.5M10 14c-4.42 0-8 1.79-8 4v2h9.5a6.5 6.5 0 0 1-.5-2.5a6.5 6.5 0 0 1 .95-3.36c-.63-.08-1.27-.14-1.95-.14m7.5.5c1.66 0 3 1.34 3 3c0 .56-.15 1.08-.42 1.5L16 14.92c.42-.27.94-.42 1.5-.42M14.92 16L19 20.08c-.42.27-.94.42-1.5.42c-1.66 0-3-1.34-3-3c0-.56.15-1.08.42-1.5'/%3E%3C/svg%3E")!important}.i-mdi-account-cancel,.i-mdi-account-check{background-color:currentColor!important;color:inherit!important;height:1.2em!important;-webkit-mask:var(--un-icon) no-repeat!important;mask:var(--un-icon) no-repeat!important;-webkit-mask-size:100% 100%!important;mask-size:100% 100%!important;width:1.2em!important}.i-mdi-account-check{--un-icon:url("data:image/svg+xml;utf8,%3Csvg viewBox='0 0 24 24' width='1.2em' height='1.2em' xmlns='http://www.w3.org/2000/svg' %3E%3Cpath fill='currentColor' d='m21.1 12.5l1.4 1.41l-6.53 6.59L12.5 17l1.4-1.41l2.07 2.08zM10 17l3 3H3v-2c0-2.21 3.58-4 8-4l1.89.11zm1-13a4 4 0 0 1 4 4a4 4 0 0 1-4 4a4 4 0 0 1-4-4a4 4 0 0 1 4-4'/%3E%3C/svg%3E")!important}.i-mdi-account-circle{--un-icon:url("data:image/svg+xml;utf8,%3Csvg viewBox='0 0 24 24' width='1.2em' height='1.2em' xmlns='http://www.w3.org/2000/svg' %3E%3Cpath fill='currentColor' d='M12 19.2c-2.5 0-4.71-1.28-6-3.2c.03-2 4-3.1 6-3.1s5.97 1.1 6 3.1a7.23 7.23 0 0 1-6 3.2M12 5a3 3 0 0 1 3 3a3 3 0 0 1-3 3a3 3 0 0 1-3-3a3 3 0 0 1 3-3m0-3A10 10 0 0 0 2 12a10 10 0 0 0 10 10a10 10 0 0 0 10-10c0-5.53-4.5-10-10-10'/%3E%3C/svg%3E")!important}.i-mdi-account-circle,.i-mdi-account-group,[i-mdi-account-group=""]{background-color:currentColor!important;color:inherit!important;height:1.2em!important;-webkit-mask:var(--un-icon) no-repeat!important;mask:var(--un-icon) no-repeat!important;-webkit-mask-size:100% 100%!important;mask-size:100% 100%!important;width:1.2em!important}.i-mdi-account-group,[i-mdi-account-group=""]{--un-icon:url("data:image/svg+xml;utf8,%3Csvg viewBox='0 0 24 24' width='1.2em' height='1.2em' xmlns='http://www.w3.org/2000/svg' %3E%3Cpath fill='currentColor' d='M12 5.5A3.5 3.5 0 0 1 15.5 9a3.5 3.5 0 0 1-3.5 3.5A3.5 3.5 0 0 1 8.5 9A3.5 3.5 0 0 1 12 5.5M5 8c.56 0 1.08.15 1.53.42c-.15 1.43.27 2.85 1.13 3.96C7.16 13.34 6.16 14 5 14a3 3 0 0 1-3-3a3 3 0 0 1 3-3m14 0a3 3 0 0 1 3 3a3 3 0 0 1-3 3c-1.16 0-2.16-.66-2.66-1.62a5.54 5.54 0 0 0 1.13-3.96c.45-.27.97-.42 1.53-.42M5.5 18.25c0-2.07 2.91-3.75 6.5-3.75s6.5 1.68 6.5 3.75V20h-13zM0 20v-1.5c0-1.39 1.89-2.56 4.45-2.9c-.59.68-.95 1.62-.95 2.65V20zm24 0h-3.5v-1.75c0-1.03-.36-1.97-.95-2.65c2.56.34 4.45 1.51 4.45 2.9z'/%3E%3C/svg%3E")!important}.i-mdi-account-minus{--un-icon:url("data:image/svg+xml;utf8,%3Csvg viewBox='0 0 24 24' width='1.2em' height='1.2em' xmlns='http://www.w3.org/2000/svg' %3E%3Cpath fill='currentColor' d='M15 14c-2.67 0-8 1.33-8 4v2h16v-2c0-2.67-5.33-4-8-4M1 10v2h8v-2m6 2a4 4 0 0 0 4-4a4 4 0 0 0-4-4a4 4 0 0 0-4 4a4 4 0 0 0 4 4'/%3E%3C/svg%3E")!important}.i-mdi-account-minus,.i-mdi-account-multiple{background-color:currentColor!important;color:inherit!important;height:1.2em!important;-webkit-mask:var(--un-icon) no-repeat!important;mask:var(--un-icon) no-repeat!important;-webkit-mask-size:100% 100%!important;mask-size:100% 100%!important;width:1.2em!important}.i-mdi-account-multiple{--un-icon:url("data:image/svg+xml;utf8,%3Csvg viewBox='0 0 24 24' width='1.2em' height='1.2em' xmlns='http://www.w3.org/2000/svg' %3E%3Cpath fill='currentColor' d='M16 17v2H2v-2s0-4 7-4s7 4 7 4m-3.5-9.5A3.5 3.5 0 1 0 9 11a3.5 3.5 0 0 0 3.5-3.5m3.44 5.5A5.32 5.32 0 0 1 18 17v2h4v-2s0-3.63-6.06-4M15 4a3.4 3.4 0 0 0-1.93.59a5 5 0 0 1 0 5.82A3.4 3.4 0 0 0 15 11a3.5 3.5 0 0 0 0-7'/%3E%3C/svg%3E")!important}.i-mdi-account-multiple-outline{--un-icon:url("data:image/svg+xml;utf8,%3Csvg viewBox='0 0 24 24' width='1.2em' height='1.2em' xmlns='http://www.w3.org/2000/svg' %3E%3Cpath fill='currentColor' d='M13.07 10.41a5 5 0 0 0 0-5.82A3.4 3.4 0 0 1 15 4a3.5 3.5 0 0 1 0 7a3.4 3.4 0 0 1-1.93-.59M5.5 7.5A3.5 3.5 0 1 1 9 11a3.5 3.5 0 0 1-3.5-3.5m2 0A1.5 1.5 0 1 0 9 6a1.5 1.5 0 0 0-1.5 1.5M16 17v2H2v-2s0-4 7-4s7 4 7 4m-2 0c-.14-.78-1.33-2-5-2s-4.93 1.31-5 2m11.95-4A5.32 5.32 0 0 1 18 17v2h4v-2s0-3.63-6.06-4Z'/%3E%3C/svg%3E")!important}.i-mdi-account-multiple-outline,.i-mdi-account-plus{background-color:currentColor!important;color:inherit!important;height:1.2em!important;-webkit-mask:var(--un-icon) no-repeat!important;mask:var(--un-icon) no-repeat!important;-webkit-mask-size:100% 100%!important;mask-size:100% 100%!important;width:1.2em!important}.i-mdi-account-plus{--un-icon:url("data:image/svg+xml;utf8,%3Csvg viewBox='0 0 24 24' width='1.2em' height='1.2em' xmlns='http://www.w3.org/2000/svg' %3E%3Cpath fill='currentColor' d='M15 14c-2.67 0-8 1.33-8 4v2h16v-2c0-2.67-5.33-4-8-4m-9-4V7H4v3H1v2h3v3h2v-3h3v-2m6 2a4 4 0 0 0 4-4a4 4 0 0 0-4-4a4 4 0 0 0-4 4a4 4 0 0 0 4 4'/%3E%3C/svg%3E")!important}.i-mdi-alert{--un-icon:url("data:image/svg+xml;utf8,%3Csvg viewBox='0 0 24 24' width='1.2em' height='1.2em' xmlns='http://www.w3.org/2000/svg' %3E%3Cpath fill='currentColor' d='M13 14h-2V9h2m0 9h-2v-2h2M1 21h22L12 2z'/%3E%3C/svg%3E")!important}.i-mdi-alert,.i-mdi-alert-circle,[i-mdi-alert-circle=""]{background-color:currentColor!important;color:inherit!important;height:1.2em!important;-webkit-mask:var(--un-icon) no-repeat!important;mask:var(--un-icon) no-repeat!important;-webkit-mask-size:100% 100%!important;mask-size:100% 100%!important;width:1.2em!important}.i-mdi-alert-circle,[i-mdi-alert-circle=""]{--un-icon:url("data:image/svg+xml;utf8,%3Csvg viewBox='0 0 24 24' width='1.2em' height='1.2em' xmlns='http://www.w3.org/2000/svg' %3E%3Cpath fill='currentColor' d='M13 13h-2V7h2m0 10h-2v-2h2M12 2A10 10 0 0 0 2 12a10 10 0 0 0 10 10a10 10 0 0 0 10-10A10 10 0 0 0 12 2'/%3E%3C/svg%3E")!important}.i-mdi-archive,[i-mdi-archive=""]{--un-icon:url("data:image/svg+xml;utf8,%3Csvg viewBox='0 0 24 24' width='1.2em' height='1.2em' xmlns='http://www.w3.org/2000/svg' %3E%3Cpath fill='currentColor' d='M3 3h18v4H3zm1 5h16v13H4zm5.5 3a.5.5 0 0 0-.5.5V13h6v-1.5a.5.5 0 0 0-.5-.5z'/%3E%3C/svg%3E")!important}.i-mdi-archive,.i-mdi-arrow-left,[i-mdi-archive=""]{background-color:currentColor!important;color:inherit!important;height:1.2em!important;-webkit-mask:var(--un-icon) no-repeat!important;mask:var(--un-icon) no-repeat!important;-webkit-mask-size:100% 100%!important;mask-size:100% 100%!important;width:1.2em!important}.i-mdi-arrow-left{--un-icon:url("data:image/svg+xml;utf8,%3Csvg viewBox='0 0 24 24' width='1.2em' height='1.2em' xmlns='http://www.w3.org/2000/svg' %3E%3Cpath fill='currentColor' d='M20 11v2H8l5.5 5.5l-1.42 1.42L4.16 12l7.92-7.92L13.5 5.5L8 11z'/%3E%3C/svg%3E")!important}.i-mdi-arrow-right{--un-icon:url("data:image/svg+xml;utf8,%3Csvg viewBox='0 0 24 24' width='1.2em' height='1.2em' xmlns='http://www.w3.org/2000/svg' %3E%3Cpath fill='currentColor' d='M4 11v2h12l-5.5 5.5l1.42 1.42L19.84 12l-7.92-7.92L10.5 5.5L16 11z'/%3E%3C/svg%3E")!important}.i-mdi-arrow-right,.i-mdi-beer{background-color:currentColor!important;color:inherit!important;height:1.2em!important;-webkit-mask:var(--un-icon) no-repeat!important;mask:var(--un-icon) no-repeat!important;-webkit-mask-size:100% 100%!important;mask-size:100% 100%!important;width:1.2em!important}.i-mdi-beer{--un-icon:url("data:image/svg+xml;utf8,%3Csvg viewBox='0 0 24 24' width='1.2em' height='1.2em' xmlns='http://www.w3.org/2000/svg' %3E%3Cpath fill='currentColor' d='M4 2h15l-2 20H6zm2.2 2l1.6 16h1L7.43 6.34C8.5 6 9.89 5.89 11 7c1.56 1.56 4.33.69 5.5.23L16.8 4z'/%3E%3C/svg%3E")!important}.i-mdi-book-open{--un-icon:url("data:image/svg+xml;utf8,%3Csvg viewBox='0 0 24 24' width='1.2em' height='1.2em' xmlns='http://www.w3.org/2000/svg' %3E%3Cpath fill='currentColor' d='M13 12h7v1.5h-7m0-4h7V11h-7m0 3.5h7V16h-7m8-12H3a2 2 0 0 0-2 2v13a2 2 0 0 0 2 2h18a2 2 0 0 0 2-2V6a2 2 0 0 0-2-2m0 15h-9V6h9'/%3E%3C/svg%3E")!important}.i-mdi-book-open,.i-mdi-calendar,[i-mdi-calendar=""]{background-color:currentColor!important;color:inherit!important;height:1.2em!important;-webkit-mask:var(--un-icon) no-repeat!important;mask:var(--un-icon) no-repeat!important;-webkit-mask-size:100% 100%!important;mask-size:100% 100%!important;width:1.2em!important}.i-mdi-calendar,[i-mdi-calendar=""]{--un-icon:url("data:image/svg+xml;utf8,%3Csvg viewBox='0 0 24 24' width='1.2em' height='1.2em' xmlns='http://www.w3.org/2000/svg' %3E%3Cpath fill='currentColor' d='M19 19H5V8h14m-3-7v2H8V1H6v2H5c-1.11 0-2 .89-2 2v14a2 2 0 0 0 2 2h14a2 2 0 0 0 2-2V5a2 2 0 0 0-2-2h-1V1m-1 11h-5v5h5z'/%3E%3C/svg%3E")!important}.i-mdi-calendar-blank,[i-mdi-calendar-blank=""]{--un-icon:url("data:image/svg+xml;utf8,%3Csvg viewBox='0 0 24 24' width='1.2em' height='1.2em' xmlns='http://www.w3.org/2000/svg' %3E%3Cpath fill='currentColor' d='M19 19H5V8h14m-3-7v2H8V1H6v2H5c-1.11 0-2 .89-2 2v14a2 2 0 0 0 2 2h14a2 2 0 0 0 2-2V5a2 2 0 0 0-2-2h-1V1'/%3E%3C/svg%3E")!important}.i-mdi-calendar-blank,.i-mdi-calendar-blank-outline,[i-mdi-calendar-blank-outline=""],[i-mdi-calendar-blank=""]{background-color:currentColor!important;color:inherit!important;height:1.2em!important;-webkit-mask:var(--un-icon) no-repeat!important;mask:var(--un-icon) no-repeat!important;-webkit-mask-size:100% 100%!important;mask-size:100% 100%!important;width:1.2em!important}.i-mdi-calendar-blank-outline,[i-mdi-calendar-blank-outline=""]{--un-icon:url("data:image/svg+xml;utf8,%3Csvg viewBox='0 0 24 24' width='1.2em' height='1.2em' xmlns='http://www.w3.org/2000/svg' %3E%3Cpath fill='currentColor' d='M19 3h-1V1h-2v2H8V1H6v2H5a2 2 0 0 0-2 2v14a2 2 0 0 0 2 2h14c1.11 0 2-.89 2-2V5a2 2 0 0 0-2-2m0 16H5V9h14zm0-12H5V5h14z'/%3E%3C/svg%3E")!important}.i-mdi-calendar-end{--un-icon:url("data:image/svg+xml;utf8,%3Csvg viewBox='0 0 24 24' width='1.2em' height='1.2em' xmlns='http://www.w3.org/2000/svg' %3E%3Cpath fill='currentColor' d='M22 14v8h-2v-4l-4 4v-3h-5v-2h5v-3l4 4v-4zM5 19h4v2H5c-1.1 0-2-.9-2-2V5a2 2 0 0 1 2-2h1V.998h2V3h8V.998h2V3h1c1.11 0 2 .89 2 2v7h-2V8H5z'/%3E%3C/svg%3E")!important}.i-mdi-calendar-end,.i-mdi-calendar-month{background-color:currentColor!important;color:inherit!important;height:1.2em!important;-webkit-mask:var(--un-icon) no-repeat!important;mask:var(--un-icon) no-repeat!important;-webkit-mask-size:100% 100%!important;mask-size:100% 100%!important;width:1.2em!important}.i-mdi-calendar-month{--un-icon:url("data:image/svg+xml;utf8,%3Csvg viewBox='0 0 24 24' width='1.2em' height='1.2em' xmlns='http://www.w3.org/2000/svg' %3E%3Cpath fill='currentColor' d='M9 10v2H7v-2zm4 0v2h-2v-2zm4 0v2h-2v-2zm2-7a2 2 0 0 1 2 2v14a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2V5a2 2 0 0 1 2-2h1V1h2v2h8V1h2v2zm0 16V8H5v11zM9 14v2H7v-2zm4 0v2h-2v-2zm4 0v2h-2v-2z'/%3E%3C/svg%3E")!important}.i-mdi-calendar-start{--un-icon:url("data:image/svg+xml;utf8,%3Csvg viewBox='0 0 24 24' width='1.2em' height='1.2em' xmlns='http://www.w3.org/2000/svg' %3E%3Cpath fill='currentColor' d='M2 14h2v3h5v-3l4 4l-4 4v-3H4v3H2zm17 5V8H5v4H3V5c0-1.11.89-2 2-2h1V.998h2V3h8V.998h2V3h1a2 2 0 0 1 2 2v14c0 1.1-.9 2-2 2h-6.17l2-2z'/%3E%3C/svg%3E")!important}.i-mdi-calendar-start,.i-mdi-calendar-today{background-color:currentColor!important;color:inherit!important;height:1.2em!important;-webkit-mask:var(--un-icon) no-repeat!important;mask:var(--un-icon) no-repeat!important;-webkit-mask-size:100% 100%!important;mask-size:100% 100%!important;width:1.2em!important}.i-mdi-calendar-today{--un-icon:url("data:image/svg+xml;utf8,%3Csvg viewBox='0 0 24 24' width='1.2em' height='1.2em' xmlns='http://www.w3.org/2000/svg' %3E%3Cpath fill='currentColor' d='M7 10h5v5H7m12 4H5V8h14m0-5h-1V1h-2v2H8V1H6v2H5a2 2 0 0 0-2 2v14a2 2 0 0 0 2 2h14a2 2 0 0 0 2-2V5a2 2 0 0 0-2-2'/%3E%3C/svg%3E")!important}.i-mdi-camera{--un-icon:url("data:image/svg+xml;utf8,%3Csvg viewBox='0 0 24 24' width='1.2em' height='1.2em' xmlns='http://www.w3.org/2000/svg' %3E%3Cpath fill='currentColor' d='M4 4h3l2-2h6l2 2h3a2 2 0 0 1 2 2v12a2 2 0 0 1-2 2H4a2 2 0 0 1-2-2V6a2 2 0 0 1 2-2m8 3a5 5 0 0 0-5 5a5 5 0 0 0 5 5a5 5 0 0 0 5-5a5 5 0 0 0-5-5m0 2a3 3 0 0 1 3 3a3 3 0 0 1-3 3a3 3 0 0 1-3-3a3 3 0 0 1 3-3'/%3E%3C/svg%3E")!important}.i-mdi-camera,.i-mdi-check{background-color:currentColor!important;color:inherit!important;height:1.2em!important;-webkit-mask:var(--un-icon) no-repeat!important;mask:var(--un-icon) no-repeat!important;-webkit-mask-size:100% 100%!important;mask-size:100% 100%!important;width:1.2em!important}.i-mdi-check{--un-icon:url("data:image/svg+xml;utf8,%3Csvg viewBox='0 0 24 24' width='1.2em' height='1.2em' xmlns='http://www.w3.org/2000/svg' %3E%3Cpath fill='currentColor' d='M21 7L9 19l-5.5-5.5l1.41-1.41L9 16.17L19.59 5.59z'/%3E%3C/svg%3E")!important}.i-mdi-check-circle,[i-mdi-check-circle=""]{--un-icon:url("data:image/svg+xml;utf8,%3Csvg viewBox='0 0 24 24' width='1.2em' height='1.2em' xmlns='http://www.w3.org/2000/svg' %3E%3Cpath fill='currentColor' d='M12 2C6.5 2 2 6.5 2 12s4.5 10 10 10s10-4.5 10-10S17.5 2 12 2m-2 15l-5-5l1.41-1.41L10 14.17l7.59-7.59L19 8z'/%3E%3C/svg%3E")!important}.i-mdi-check-circle,.i-mdi-checkbox-multiple-blank,[i-mdi-check-circle=""]{background-color:currentColor!important;color:inherit!important;height:1.2em!important;-webkit-mask:var(--un-icon) no-repeat!important;mask:var(--un-icon) no-repeat!important;-webkit-mask-size:100% 100%!important;mask-size:100% 100%!important;width:1.2em!important}.i-mdi-checkbox-multiple-blank{--un-icon:url("data:image/svg+xml;utf8,%3Csvg viewBox='0 0 24 24' width='1.2em' height='1.2em' xmlns='http://www.w3.org/2000/svg' %3E%3Cpath fill='currentColor' d='M22 16a2 2 0 0 1-2 2H8a2 2 0 0 1-2-2V4c0-1.11.89-2 2-2h12a2 2 0 0 1 2 2zm-6 4v2H4a2 2 0 0 1-2-2V7h2v13z'/%3E%3C/svg%3E")!important}.i-mdi-checkbox-multiple-marked{--un-icon:url("data:image/svg+xml;utf8,%3Csvg viewBox='0 0 24 24' width='1.2em' height='1.2em' xmlns='http://www.w3.org/2000/svg' %3E%3Cpath fill='currentColor' d='M22 16a2 2 0 0 1-2 2H8a2 2 0 0 1-2-2V4c0-1.11.89-2 2-2h12a2 2 0 0 1 2 2zm-6 4v2H4a2 2 0 0 1-2-2V7h2v13zm-3-6l7-7l-1.41-1.41L13 11.17L9.91 8.09L8.5 9.5z'/%3E%3C/svg%3E")!important}.i-mdi-checkbox-multiple-marked,.i-mdi-chevron-down{background-color:currentColor!important;color:inherit!important;height:1.2em!important;-webkit-mask:var(--un-icon) no-repeat!important;mask:var(--un-icon) no-repeat!important;-webkit-mask-size:100% 100%!important;mask-size:100% 100%!important;width:1.2em!important}.i-mdi-chevron-down{--un-icon:url("data:image/svg+xml;utf8,%3Csvg viewBox='0 0 24 24' width='1.2em' height='1.2em' xmlns='http://www.w3.org/2000/svg' %3E%3Cpath fill='currentColor' d='M7.41 8.58L12 13.17l4.59-4.59L18 10l-6 6l-6-6z'/%3E%3C/svg%3E")!important}.i-mdi-chevron-left{--un-icon:url("data:image/svg+xml;utf8,%3Csvg viewBox='0 0 24 24' width='1.2em' height='1.2em' xmlns='http://www.w3.org/2000/svg' %3E%3Cpath fill='currentColor' d='M15.41 16.58L10.83 12l4.58-4.59L14 6l-6 6l6 6z'/%3E%3C/svg%3E")!important}.i-mdi-chevron-left,.i-mdi-chevron-right{background-color:currentColor!important;color:inherit!important;height:1.2em!important;-webkit-mask:var(--un-icon) no-repeat!important;mask:var(--un-icon) no-repeat!important;-webkit-mask-size:100% 100%!important;mask-size:100% 100%!important;width:1.2em!important}.i-mdi-chevron-right{--un-icon:url("data:image/svg+xml;utf8,%3Csvg viewBox='0 0 24 24' width='1.2em' height='1.2em' xmlns='http://www.w3.org/2000/svg' %3E%3Cpath fill='currentColor' d='M8.59 16.58L13.17 12L8.59 7.41L10 6l6 6l-6 6z'/%3E%3C/svg%3E")!important}.i-mdi-clock{--un-icon:url("data:image/svg+xml;utf8,%3Csvg viewBox='0 0 24 24' width='1.2em' height='1.2em' xmlns='http://www.w3.org/2000/svg' %3E%3Cpath fill='currentColor' d='M12 2A10 10 0 0 0 2 12a10 10 0 0 0 10 10a10 10 0 0 0 10-10A10 10 0 0 0 12 2m4.2 14.2L11 13V7h1.5v5.2l4.5 2.7z'/%3E%3C/svg%3E")!important}.i-mdi-clock,.i-mdi-clock-alert{background-color:currentColor!important;color:inherit!important;height:1.2em!important;-webkit-mask:var(--un-icon) no-repeat!important;mask:var(--un-icon) no-repeat!important;-webkit-mask-size:100% 100%!important;mask-size:100% 100%!important;width:1.2em!important}.i-mdi-clock-alert{--un-icon:url("data:image/svg+xml;utf8,%3Csvg viewBox='0 0 24 24' width='1.2em' height='1.2em' xmlns='http://www.w3.org/2000/svg' %3E%3Cpath fill='currentColor' d='M20 12h2v6h-2zm0 8h2v2h-2zM12 2C6.5 2 2 6.5 2 12s4.5 10 10 10c2.3 0 4.3-.8 6-2V10h3.8c-.9-4.6-5-8-9.8-8m4.2 14.2L11 13V7h1.5v5.2l4.5 2.7z'/%3E%3C/svg%3E")!important}.i-mdi-clock-outline,[i-mdi-clock-outline=""]{--un-icon:url("data:image/svg+xml;utf8,%3Csvg viewBox='0 0 24 24' width='1.2em' height='1.2em' xmlns='http://www.w3.org/2000/svg' %3E%3Cpath fill='currentColor' d='M12 20a8 8 0 0 0 8-8a8 8 0 0 0-8-8a8 8 0 0 0-8 8a8 8 0 0 0 8 8m0-18a10 10 0 0 1 10 10a10 10 0 0 1-10 10C6.47 22 2 17.5 2 12A10 10 0 0 1 12 2m.5 5v5.25l4.5 2.67l-.75 1.23L11 13V7z'/%3E%3C/svg%3E")!important}.i-mdi-clock-outline,.i-mdi-clock-start,[i-mdi-clock-outline=""]{background-color:currentColor!important;color:inherit!important;height:1.2em!important;-webkit-mask:var(--un-icon) no-repeat!important;mask:var(--un-icon) no-repeat!important;-webkit-mask-size:100% 100%!important;mask-size:100% 100%!important;width:1.2em!important}.i-mdi-clock-start{--un-icon:url("data:image/svg+xml;utf8,%3Csvg viewBox='0 0 24 24' width='1.2em' height='1.2em' xmlns='http://www.w3.org/2000/svg' %3E%3Cpath fill='currentColor' d='M12 1C8.14 1 5 4.14 5 8a7 7 0 0 0 7 7c3.86 0 7-3.13 7-7c0-3.86-3.14-7-7-7m0 2.15c2.67 0 4.85 2.17 4.85 4.85s-2.18 4.85-4.85 4.85A4.85 4.85 0 0 1 7.15 8A4.85 4.85 0 0 1 12 3.15M11 5v3.69l3.19 1.84l.75-1.3l-2.44-1.41V5M4 16v8h2v-3h12v3l4-4l-4-4v3H6v-3'/%3E%3C/svg%3E")!important}.i-mdi-close{--un-icon:url("data:image/svg+xml;utf8,%3Csvg viewBox='0 0 24 24' width='1.2em' height='1.2em' xmlns='http://www.w3.org/2000/svg' %3E%3Cpath fill='currentColor' d='M19 6.41L17.59 5L12 10.59L6.41 5L5 6.41L10.59 12L5 17.59L6.41 19L12 13.41L17.59 19L19 17.59L13.41 12z'/%3E%3C/svg%3E")!important}.i-mdi-close,.i-mdi-close-circle{background-color:currentColor!important;color:inherit!important;height:1.2em!important;-webkit-mask:var(--un-icon) no-repeat!important;mask:var(--un-icon) no-repeat!important;-webkit-mask-size:100% 100%!important;mask-size:100% 100%!important;width:1.2em!important}.i-mdi-close-circle{--un-icon:url("data:image/svg+xml;utf8,%3Csvg viewBox='0 0 24 24' width='1.2em' height='1.2em' xmlns='http://www.w3.org/2000/svg' %3E%3Cpath fill='currentColor' d='M12 2c5.53 0 10 4.47 10 10s-4.47 10-10 10S2 17.53 2 12S6.47 2 12 2m3.59 5L12 10.59L8.41 7L7 8.41L10.59 12L7 15.59L8.41 17L12 13.41L15.59 17L17 15.59L13.41 12L17 8.41z'/%3E%3C/svg%3E")!important}.i-mdi-cog{--un-icon:url("data:image/svg+xml;utf8,%3Csvg viewBox='0 0 24 24' width='1.2em' height='1.2em' xmlns='http://www.w3.org/2000/svg' %3E%3Cpath fill='currentColor' d='M12 15.5A3.5 3.5 0 0 1 8.5 12A3.5 3.5 0 0 1 12 8.5a3.5 3.5 0 0 1 3.5 3.5a3.5 3.5 0 0 1-3.5 3.5m7.43-2.53c.04-.32.07-.64.07-.97s-.03-.66-.07-1l2.11-1.63c.19-.15.24-.42.12-.64l-2-3.46c-.12-.22-.39-.31-.61-.22l-2.49 1c-.52-.39-1.06-.73-1.69-.98l-.37-2.65A.506.506 0 0 0 14 2h-4c-.25 0-.46.18-.5.42l-.37 2.65c-.63.25-1.17.59-1.69.98l-2.49-1c-.22-.09-.49 0-.61.22l-2 3.46c-.13.22-.07.49.12.64L4.57 11c-.04.34-.07.67-.07 1s.03.65.07.97l-2.11 1.66c-.19.15-.25.42-.12.64l2 3.46c.12.22.39.3.61.22l2.49-1.01c.52.4 1.06.74 1.69.99l.37 2.65c.04.24.25.42.5.42h4c.25 0 .46-.18.5-.42l.37-2.65c.63-.26 1.17-.59 1.69-.99l2.49 1.01c.22.08.49 0 .61-.22l2-3.46c.12-.22.07-.49-.12-.64z'/%3E%3C/svg%3E")!important}.i-mdi-cog,.i-mdi-content-save{background-color:currentColor!important;color:inherit!important;height:1.2em!important;-webkit-mask:var(--un-icon) no-repeat!important;mask:var(--un-icon) no-repeat!important;-webkit-mask-size:100% 100%!important;mask-size:100% 100%!important;width:1.2em!important}.i-mdi-content-save{--un-icon:url("data:image/svg+xml;utf8,%3Csvg viewBox='0 0 24 24' width='1.2em' height='1.2em' xmlns='http://www.w3.org/2000/svg' %3E%3Cpath fill='currentColor' d='M15 9H5V5h10m-3 14a3 3 0 0 1-3-3a3 3 0 0 1 3-3a3 3 0 0 1 3 3a3 3 0 0 1-3 3m5-16H5a2 2 0 0 0-2 2v14a2 2 0 0 0 2 2h14a2 2 0 0 0 2-2V7z'/%3E%3C/svg%3E")!important}.i-mdi-delete{--un-icon:url("data:image/svg+xml;utf8,%3Csvg viewBox='0 0 24 24' width='1.2em' height='1.2em' xmlns='http://www.w3.org/2000/svg' %3E%3Cpath fill='currentColor' d='M19 4h-3.5l-1-1h-5l-1 1H5v2h14M6 19a2 2 0 0 0 2 2h8a2 2 0 0 0 2-2V7H6z'/%3E%3C/svg%3E")!important}.i-mdi-delete,.i-mdi-earth{background-color:currentColor!important;color:inherit!important;height:1.2em!important;-webkit-mask:var(--un-icon) no-repeat!important;mask:var(--un-icon) no-repeat!important;-webkit-mask-size:100% 100%!important;mask-size:100% 100%!important;width:1.2em!important}.i-mdi-earth{--un-icon:url("data:image/svg+xml;utf8,%3Csvg viewBox='0 0 24 24' width='1.2em' height='1.2em' xmlns='http://www.w3.org/2000/svg' %3E%3Cpath fill='currentColor' d='M17.9 17.39c-.26-.8-1.01-1.39-1.9-1.39h-1v-3a1 1 0 0 0-1-1H8v-2h2a1 1 0 0 0 1-1V7h2a2 2 0 0 0 2-2v-.41a7.984 7.984 0 0 1 2.9 12.8M11 19.93c-3.95-.49-7-3.85-7-7.93c0-.62.08-1.22.21-1.79L9 15v1a2 2 0 0 0 2 2m1-16A10 10 0 0 0 2 12a10 10 0 0 0 10 10a10 10 0 0 0 10-10A10 10 0 0 0 12 2'/%3E%3C/svg%3E")!important}.i-mdi-email{--un-icon:url("data:image/svg+xml;utf8,%3Csvg viewBox='0 0 24 24' width='1.2em' height='1.2em' xmlns='http://www.w3.org/2000/svg' %3E%3Cpath fill='currentColor' d='m20 8l-8 5l-8-5V6l8 5l8-5m0-2H4c-1.11 0-2 .89-2 2v12a2 2 0 0 0 2 2h16a2 2 0 0 0 2-2V6a2 2 0 0 0-2-2'/%3E%3C/svg%3E")!important}.i-mdi-email,.i-mdi-email-outline{background-color:currentColor!important;color:inherit!important;height:1.2em!important;-webkit-mask:var(--un-icon) no-repeat!important;mask:var(--un-icon) no-repeat!important;-webkit-mask-size:100% 100%!important;mask-size:100% 100%!important;width:1.2em!important}.i-mdi-email-outline{--un-icon:url("data:image/svg+xml;utf8,%3Csvg viewBox='0 0 24 24' width='1.2em' height='1.2em' xmlns='http://www.w3.org/2000/svg' %3E%3Cpath fill='currentColor' d='M22 6c0-1.1-.9-2-2-2H4c-1.1 0-2 .9-2 2v12c0 1.1.9 2 2 2h16c1.1 0 2-.9 2-2zm-2 0l-8 5l-8-5zm0 12H4V8l8 5l8-5z'/%3E%3C/svg%3E")!important}.i-mdi-emoticon-happy,[i-mdi-emoticon-happy=""]{--un-icon:url("data:image/svg+xml;utf8,%3Csvg viewBox='0 0 24 24' width='1.2em' height='1.2em' xmlns='http://www.w3.org/2000/svg' %3E%3Cpath fill='currentColor' d='M12 2A10 10 0 0 0 2 12a10 10 0 0 0 10 10a10 10 0 0 0 10-10A10 10 0 0 0 12 2M7 9.5C7 8.7 7.7 8 8.5 8s1.5.7 1.5 1.5S9.3 11 8.5 11S7 10.3 7 9.5m5 7.73c-1.75 0-3.29-.73-4.19-1.81L9.23 14c.45.72 1.52 1.23 2.77 1.23s2.32-.51 2.77-1.23l1.42 1.42c-.9 1.08-2.44 1.81-4.19 1.81M15.5 11c-.8 0-1.5-.7-1.5-1.5S14.7 8 15.5 8s1.5.7 1.5 1.5s-.7 1.5-1.5 1.5'/%3E%3C/svg%3E")!important}.i-mdi-emoticon-happy,.i-mdi-file-document-outline,[i-mdi-emoticon-happy=""]{background-color:currentColor!important;color:inherit!important;height:1.2em!important;-webkit-mask:var(--un-icon) no-repeat!important;mask:var(--un-icon) no-repeat!important;-webkit-mask-size:100% 100%!important;mask-size:100% 100%!important;width:1.2em!important}.i-mdi-file-document-outline{--un-icon:url("data:image/svg+xml;utf8,%3Csvg viewBox='0 0 24 24' width='1.2em' height='1.2em' xmlns='http://www.w3.org/2000/svg' %3E%3Cpath fill='currentColor' d='M6 2a2 2 0 0 0-2 2v16a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V8l-6-6zm0 2h7v5h5v11H6zm2 8v2h8v-2zm0 4v2h5v-2z'/%3E%3C/svg%3E")!important}.i-mdi-filter{--un-icon:url("data:image/svg+xml;utf8,%3Csvg viewBox='0 0 24 24' width='1.2em' height='1.2em' xmlns='http://www.w3.org/2000/svg' %3E%3Cpath fill='currentColor' d='M14 12v7.88c.04.3-.06.62-.29.83a.996.996 0 0 1-1.41 0l-2.01-2.01a.99.99 0 0 1-.29-.83V12h-.03L4.21 4.62a1 1 0 0 1 .17-1.4c.19-.14.4-.22.62-.22h14c.22 0 .43.08.62.22a1 1 0 0 1 .17 1.4L14.03 12z'/%3E%3C/svg%3E")!important}.i-mdi-filter,.i-mdi-filter-off,[i-mdi-filter-off=""]{background-color:currentColor!important;color:inherit!important;height:1.2em!important;-webkit-mask:var(--un-icon) no-repeat!important;mask:var(--un-icon) no-repeat!important;-webkit-mask-size:100% 100%!important;mask-size:100% 100%!important;width:1.2em!important}.i-mdi-filter-off,[i-mdi-filter-off=""]{--un-icon:url("data:image/svg+xml;utf8,%3Csvg viewBox='0 0 24 24' width='1.2em' height='1.2em' xmlns='http://www.w3.org/2000/svg' %3E%3Cpath fill='currentColor' d='M2.39 1.73L1.11 3l8.39 8.37l.47.63H10v5.87c-.04.29.06.6.29.83l2.01 2.01c.39.39 1.02.39 1.41 0c.23-.21.33-.53.29-.83v-3.99l6.84 6.84l1.27-1.27L14 13.35L9.41 8.76L4.15 3.5zM6.21 3l8.33 8.34l5.25-6.72a1 1 0 0 0-.17-1.4c-.19-.14-.4-.22-.62-.22z'/%3E%3C/svg%3E")!important}.i-mdi-filter-outline{--un-icon:url("data:image/svg+xml;utf8,%3Csvg viewBox='0 0 24 24' width='1.2em' height='1.2em' xmlns='http://www.w3.org/2000/svg' %3E%3Cpath fill='currentColor' d='M15 19.88c.04.3-.06.62-.29.83a.996.996 0 0 1-1.41 0L9.29 16.7a.99.99 0 0 1-.29-.83v-5.12L4.21 4.62a1 1 0 0 1 .17-1.4c.19-.14.4-.22.62-.22h14c.22 0 .43.08.62.22a1 1 0 0 1 .17 1.4L15 10.75zM7.04 5L11 10.06v5.52l2 2v-7.53L16.96 5z'/%3E%3C/svg%3E")!important}.i-mdi-filter-outline,.i-mdi-format-text{background-color:currentColor!important;color:inherit!important;height:1.2em!important;-webkit-mask:var(--un-icon) no-repeat!important;mask:var(--un-icon) no-repeat!important;-webkit-mask-size:100% 100%!important;mask-size:100% 100%!important;width:1.2em!important}.i-mdi-format-text{--un-icon:url("data:image/svg+xml;utf8,%3Csvg viewBox='0 0 24 24' width='1.2em' height='1.2em' xmlns='http://www.w3.org/2000/svg' %3E%3Cpath fill='currentColor' d='m18.5 4l1.16 4.35l-.96.26c-.45-.87-.91-1.74-1.44-2.18C16.73 6 16.11 6 15.5 6H13v10.5c0 .5 0 1 .33 1.25c.34.25 1 .25 1.67.25v1H9v-1c.67 0 1.33 0 1.67-.25c.33-.25.33-.75.33-1.25V6H8.5c-.61 0-1.23 0-1.76.43c-.53.44-.99 1.31-1.44 2.18l-.96-.26L5.5 4z'/%3E%3C/svg%3E")!important}.i-mdi-gymnastics,[i-mdi-gymnastics=""]{--un-icon:url("data:image/svg+xml;utf8,%3Csvg viewBox='0 0 24 24' width='1.2em' height='1.2em' xmlns='http://www.w3.org/2000/svg' %3E%3Cpath fill='currentColor' d='M4 6c0-1.1.9-2 2-2s2 .9 2 2s-.9 2-2 2s-2-.9-2-2M1 9h6l7-5l1.31 1.5l-4.17 3H14L21.8 4L23 5.4L14.5 12L14 22h-2l-.5-10L8 11H1z'/%3E%3C/svg%3E")!important}.i-mdi-gymnastics,.i-mdi-information,[i-mdi-gymnastics=""],[i-mdi-information=""]{background-color:currentColor!important;color:inherit!important;height:1.2em!important;-webkit-mask:var(--un-icon) no-repeat!important;mask:var(--un-icon) no-repeat!important;-webkit-mask-size:100% 100%!important;mask-size:100% 100%!important;width:1.2em!important}.i-mdi-information,[i-mdi-information=""]{--un-icon:url("data:image/svg+xml;utf8,%3Csvg viewBox='0 0 24 24' width='1.2em' height='1.2em' xmlns='http://www.w3.org/2000/svg' %3E%3Cpath fill='currentColor' d='M13 9h-2V7h2m0 10h-2v-6h2m-1-9A10 10 0 0 0 2 12a10 10 0 0 0 10 10a10 10 0 0 0 10-10A10 10 0 0 0 12 2'/%3E%3C/svg%3E")!important}.i-mdi-instagram{--un-icon:url("data:image/svg+xml;utf8,%3Csvg viewBox='0 0 24 24' width='1.2em' height='1.2em' xmlns='http://www.w3.org/2000/svg' %3E%3Cpath fill='currentColor' d='M7.8 2h8.4C19.4 2 22 4.6 22 7.8v8.4a5.8 5.8 0 0 1-5.8 5.8H7.8C4.6 22 2 19.4 2 16.2V7.8A5.8 5.8 0 0 1 7.8 2m-.2 2A3.6 3.6 0 0 0 4 7.6v8.8C4 18.39 5.61 20 7.6 20h8.8a3.6 3.6 0 0 0 3.6-3.6V7.6C20 5.61 18.39 4 16.4 4zm9.65 1.5a1.25 1.25 0 0 1 1.25 1.25A1.25 1.25 0 0 1 17.25 8A1.25 1.25 0 0 1 16 6.75a1.25 1.25 0 0 1 1.25-1.25M12 7a5 5 0 0 1 5 5a5 5 0 0 1-5 5a5 5 0 0 1-5-5a5 5 0 0 1 5-5m0 2a3 3 0 0 0-3 3a3 3 0 0 0 3 3a3 3 0 0 0 3-3a3 3 0 0 0-3-3'/%3E%3C/svg%3E")!important}.i-mdi-instagram,.i-mdi-loading,[i-mdi-loading=""]{background-color:currentColor!important;color:inherit!important;height:1.2em!important;-webkit-mask:var(--un-icon) no-repeat!important;mask:var(--un-icon) no-repeat!important;-webkit-mask-size:100% 100%!important;mask-size:100% 100%!important;width:1.2em!important}.i-mdi-loading,[i-mdi-loading=""]{--un-icon:url("data:image/svg+xml;utf8,%3Csvg viewBox='0 0 24 24' width='1.2em' height='1.2em' 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")!important}.i-mdi-lock{--un-icon:url("data:image/svg+xml;utf8,%3Csvg viewBox='0 0 24 24' width='1.2em' height='1.2em' xmlns='http://www.w3.org/2000/svg' %3E%3Cpath fill='currentColor' d='M12 17a2 2 0 0 0 2-2a2 2 0 0 0-2-2a2 2 0 0 0-2 2a2 2 0 0 0 2 2m6-9a2 2 0 0 1 2 2v10a2 2 0 0 1-2 2H6a2 2 0 0 1-2-2V10a2 2 0 0 1 2-2h1V6a5 5 0 0 1 5-5a5 5 0 0 1 5 5v2zm-6-5a3 3 0 0 0-3 3v2h6V6a3 3 0 0 0-3-3'/%3E%3C/svg%3E")!important}.i-mdi-lock,.i-mdi-logout{background-color:currentColor!important;color:inherit!important;height:1.2em!important;-webkit-mask:var(--un-icon) no-repeat!important;mask:var(--un-icon) no-repeat!important;-webkit-mask-size:100% 100%!important;mask-size:100% 100%!important;width:1.2em!important}.i-mdi-logout{--un-icon:url("data:image/svg+xml;utf8,%3Csvg viewBox='0 0 24 24' width='1.2em' height='1.2em' xmlns='http://www.w3.org/2000/svg' %3E%3Cpath fill='currentColor' d='m17 7l-1.41 1.41L18.17 11H8v2h10.17l-2.58 2.58L17 17l5-5M4 5h8V3H4c-1.1 0-2 .9-2 2v14c0 1.1.9 2 2 2h8v-2H4z'/%3E%3C/svg%3E")!important}.i-mdi-magnify{--un-icon:url("data:image/svg+xml;utf8,%3Csvg viewBox='0 0 24 24' width='1.2em' height='1.2em' xmlns='http://www.w3.org/2000/svg' %3E%3Cpath fill='currentColor' d='M9.5 3A6.5 6.5 0 0 1 16 9.5c0 1.61-.59 3.09-1.56 4.23l.27.27h.79l5 5l-1.5 1.5l-5-5v-.79l-.27-.27A6.52 6.52 0 0 1 9.5 16A6.5 6.5 0 0 1 3 9.5A6.5 6.5 0 0 1 9.5 3m0 2C7 5 5 7 5 9.5S7 14 9.5 14S14 12 14 9.5S12 5 9.5 5'/%3E%3C/svg%3E")!important}.i-mdi-magnify,.i-mdi-party-popper,[i-mdi-party-popper=""]{background-color:currentColor!important;color:inherit!important;height:1.2em!important;-webkit-mask:var(--un-icon) no-repeat!important;mask:var(--un-icon) no-repeat!important;-webkit-mask-size:100% 100%!important;mask-size:100% 100%!important;width:1.2em!important}.i-mdi-party-popper,[i-mdi-party-popper=""]{--un-icon:url("data:image/svg+xml;utf8,%3Csvg viewBox='0 0 24 24' width='1.2em' height='1.2em' xmlns='http://www.w3.org/2000/svg' %3E%3Cpath fill='currentColor' d='m14.53 1.45l-1.08 1.08l1.6 1.6q.33.375.33.87c0 .495-.11.64-.33.86L11.5 9.47l1 1.08l3.63-3.61c.53-.59.79-1.24.79-1.94s-.26-1.36-.79-1.95zm-3.98 2.02L9.47 4.55l.61.56c.22.22.33.52.33.89s-.11.67-.33.89l-.61.56l1.08 1.08l.56-.61c.53-.59.8-1.23.8-1.92c0-.72-.27-1.37-.8-1.97zM21 5.06c-.69 0-1.33.27-1.92.8l-5.63 5.64l1.08 1l5.58-5.56c.25-.25.55-.38.89-.38s.64.13.89.38l.61.61l1.03-1.08l-.56-.61c-.59-.53-1.25-.8-1.97-.8M7 8L2 22l14-5zm12 3.06c-.7 0-1.34.27-1.94.8l-1.59 1.59l1.08 1.08l1.59-1.59c.25-.25.53-.38.86-.38s.63.13.88.38l1.62 1.59l1.05-1.03l-1.6-1.64c-.59-.53-1.25-.8-1.95-.8'/%3E%3C/svg%3E")!important}.i-mdi-paw{--un-icon:url("data:image/svg+xml;utf8,%3Csvg viewBox='0 0 24 24' width='1.2em' height='1.2em' xmlns='http://www.w3.org/2000/svg' %3E%3Cpath fill='currentColor' d='M8.35 3c1.18-.17 2.43 1.12 2.79 2.9c.36 1.77-.29 3.35-1.47 3.53c-1.17.18-2.43-1.11-2.8-2.89c-.37-1.77.3-3.35 1.48-3.54m7.15 0c1.19.19 1.85 1.77 1.5 3.54c-.38 1.78-1.63 3.07-2.81 2.89c-1.19-.18-1.84-1.76-1.47-3.53c.36-1.78 1.61-3.07 2.78-2.9M3 7.6c1.14-.49 2.69.4 3.5 1.95c.76 1.58.5 3.24-.63 3.73s-2.67-.39-3.46-1.96S1.9 8.08 3 7.6m18 0c1.1.48 1.38 2.15.59 3.72s-2.33 2.45-3.46 1.96s-1.39-2.15-.63-3.73C18.31 8 19.86 7.11 21 7.6m-1.67 10.78c.04.94-.68 1.98-1.54 2.37c-1.79.82-3.91-.88-5.9-.88s-4.13 1.77-5.89.88c-1-.49-1.69-1.79-1.56-2.87c.18-1.49 1.97-2.29 3.03-3.38c1.41-1.41 2.41-4.06 4.42-4.06c2 0 3.06 2.61 4.41 4.06c1.11 1.22 2.96 2.25 3.03 3.88'/%3E%3C/svg%3E")!important}.i-mdi-paw,.i-mdi-pencil,[i-mdi-pencil=""]{background-color:currentColor!important;color:inherit!important;height:1.2em!important;-webkit-mask:var(--un-icon) no-repeat!important;mask:var(--un-icon) no-repeat!important;-webkit-mask-size:100% 100%!important;mask-size:100% 100%!important;width:1.2em!important}.i-mdi-pencil,[i-mdi-pencil=""]{--un-icon:url("data:image/svg+xml;utf8,%3Csvg viewBox='0 0 24 24' width='1.2em' height='1.2em' xmlns='http://www.w3.org/2000/svg' %3E%3Cpath fill='currentColor' d='M20.71 7.04c.39-.39.39-1.04 0-1.41l-2.34-2.34c-.37-.39-1.02-.39-1.41 0l-1.84 1.83l3.75 3.75M3 17.25V21h3.75L17.81 9.93l-3.75-3.75z'/%3E%3C/svg%3E")!important}.i-mdi-play-circle{--un-icon:url("data:image/svg+xml;utf8,%3Csvg viewBox='0 0 24 24' width='1.2em' height='1.2em' xmlns='http://www.w3.org/2000/svg' %3E%3Cpath fill='currentColor' d='M10 16.5v-9l6 4.5M12 2A10 10 0 0 0 2 12a10 10 0 0 0 10 10a10 10 0 0 0 10-10A10 10 0 0 0 12 2'/%3E%3C/svg%3E")!important}.i-mdi-play-circle,.i-mdi-plus{background-color:currentColor!important;color:inherit!important;height:1.2em!important;-webkit-mask:var(--un-icon) no-repeat!important;mask:var(--un-icon) no-repeat!important;-webkit-mask-size:100% 100%!important;mask-size:100% 100%!important;width:1.2em!important}.i-mdi-plus{--un-icon:url("data:image/svg+xml;utf8,%3Csvg viewBox='0 0 24 24' width='1.2em' height='1.2em' xmlns='http://www.w3.org/2000/svg' %3E%3Cpath fill='currentColor' d='M19 13h-6v6h-2v-6H5v-2h6V5h2v6h6z'/%3E%3C/svg%3E")!important}.i-mdi-plus-circle{--un-icon:url("data:image/svg+xml;utf8,%3Csvg viewBox='0 0 24 24' width='1.2em' height='1.2em' xmlns='http://www.w3.org/2000/svg' %3E%3Cpath fill='currentColor' d='M17 13h-4v4h-2v-4H7v-2h4V7h2v4h4m-5-9A10 10 0 0 0 2 12a10 10 0 0 0 10 10a10 10 0 0 0 10-10A10 10 0 0 0 12 2'/%3E%3C/svg%3E")!important}.i-mdi-plus-circle,.i-mdi-run,[i-mdi-run=""]{background-color:currentColor!important;color:inherit!important;height:1.2em!important;-webkit-mask:var(--un-icon) no-repeat!important;mask:var(--un-icon) no-repeat!important;-webkit-mask-size:100% 100%!important;mask-size:100% 100%!important;width:1.2em!important}.i-mdi-run,[i-mdi-run=""]{--un-icon:url("data:image/svg+xml;utf8,%3Csvg viewBox='0 0 24 24' width='1.2em' height='1.2em' xmlns='http://www.w3.org/2000/svg' %3E%3Cpath fill='currentColor' d='M13.5 5.5c1.09 0 2-.92 2-2a2 2 0 0 0-2-2c-1.11 0-2 .88-2 2c0 1.08.89 2 2 2M9.89 19.38l1-4.38L13 17v6h2v-7.5l-2.11-2l.61-3A7.3 7.3 0 0 0 19 13v-2c-1.91 0-3.5-1-4.31-2.42l-1-1.58c-.4-.62-1-1-1.69-1c-.31 0-.5.08-.81.08L6 8.28V13h2V9.58l1.79-.7L8.19 17l-4.9-1l-.4 2z'/%3E%3C/svg%3E")!important}.i-mdi-run-fast{--un-icon:url("data:image/svg+xml;utf8,%3Csvg viewBox='0 0 24 24' width='1.2em' height='1.2em' xmlns='http://www.w3.org/2000/svg' %3E%3Cpath fill='currentColor' d='M16.5 5.5a2 2 0 0 0 2-2a2 2 0 0 0-2-2a2 2 0 0 0-2 2a2 2 0 0 0 2 2m-3.6 13.9l1-4.4l2.1 2v6h2v-7.5l-2.1-2l.6-3A7.3 7.3 0 0 0 22 13v-2c-1.76.03-3.4-.89-4.3-2.4l-1-1.6c-.36-.6-1-1-1.7-1c-.3 0-.5.1-.8.1L9 8.3V13h2V9.6l1.8-.7l-1.6 8.1l-4.9-1l-.4 2zM4 9a1 1 0 0 1-1-1a1 1 0 0 1 1-1h3v2zm1-4a1 1 0 0 1-1-1a1 1 0 0 1 1-1h5v2zm-2 8a1 1 0 0 1-1-1a1 1 0 0 1 1-1h4v2z'/%3E%3C/svg%3E")!important}.i-mdi-run-fast,.i-mdi-shield-account{background-color:currentColor!important;color:inherit!important;height:1.2em!important;-webkit-mask:var(--un-icon) no-repeat!important;mask:var(--un-icon) no-repeat!important;-webkit-mask-size:100% 100%!important;mask-size:100% 100%!important;width:1.2em!important}.i-mdi-shield-account{--un-icon:url("data:image/svg+xml;utf8,%3Csvg viewBox='0 0 24 24' width='1.2em' height='1.2em' xmlns='http://www.w3.org/2000/svg' %3E%3Cpath fill='currentColor' d='M12 1L3 5v6c0 5.55 3.84 10.74 9 12c5.16-1.26 9-6.45 9-12V5zm0 4a3 3 0 0 1 3 3a3 3 0 0 1-3 3a3 3 0 0 1-3-3a3 3 0 0 1 3-3m5.13 12A9.7 9.7 0 0 1 12 20.92A9.7 9.7 0 0 1 6.87 17c-.34-.5-.63-1-.87-1.53c0-1.65 2.71-3 6-3s6 1.32 6 3c-.24.53-.53 1.03-.87 1.53'/%3E%3C/svg%3E")!important}.i-mdi-shield-check{--un-icon:url("data:image/svg+xml;utf8,%3Csvg viewBox='0 0 24 24' width='1.2em' height='1.2em' xmlns='http://www.w3.org/2000/svg' %3E%3Cpath fill='currentColor' d='m10 17l-4-4l1.41-1.41L10 14.17l6.59-6.59L18 9m-6-8L3 5v6c0 5.55 3.84 10.74 9 12c5.16-1.26 9-6.45 9-12V5z'/%3E%3C/svg%3E")!important}.i-mdi-shield-check,.i-mdi-shield-crown{background-color:currentColor!important;color:inherit!important;height:1.2em!important;-webkit-mask:var(--un-icon) no-repeat!important;mask:var(--un-icon) no-repeat!important;-webkit-mask-size:100% 100%!important;mask-size:100% 100%!important;width:1.2em!important}.i-mdi-shield-crown{--un-icon:url("data:image/svg+xml;utf8,%3Csvg viewBox='0 0 24 24' width='1.2em' height='1.2em' xmlns='http://www.w3.org/2000/svg' %3E%3Cpath fill='currentColor' d='m12 1l9 4v6c0 5.55-3.84 10.74-9 12c-5.16-1.26-9-6.45-9-12V5zm4 13H8v1.5c0 .27.19.46.47.5h6.96c.31 0 .52-.16.57-.41zm1-6l-2.67 2.67L12 8.34l-2.33 2.33L7 8l1 5h8z'/%3E%3C/svg%3E")!important}.i-mdi-tag{--un-icon:url("data:image/svg+xml;utf8,%3Csvg viewBox='0 0 24 24' width='1.2em' height='1.2em' xmlns='http://www.w3.org/2000/svg' %3E%3Cpath fill='currentColor' d='M5.5 7A1.5 1.5 0 0 1 4 5.5A1.5 1.5 0 0 1 5.5 4A1.5 1.5 0 0 1 7 5.5A1.5 1.5 0 0 1 5.5 7m15.91 4.58l-9-9C12.05 2.22 11.55 2 11 2H4c-1.11 0-2 .89-2 2v7c0 .55.22 1.05.59 1.41l8.99 9c.37.36.87.59 1.42.59s1.05-.23 1.41-.59l7-7c.37-.36.59-.86.59-1.41c0-.56-.23-1.06-.59-1.42'/%3E%3C/svg%3E")!important}.i-mdi-tag,.i-mdi-tag-outline,[i-mdi-tag-outline=""]{background-color:currentColor!important;color:inherit!important;height:1.2em!important;-webkit-mask:var(--un-icon) no-repeat!important;mask:var(--un-icon) no-repeat!important;-webkit-mask-size:100% 100%!important;mask-size:100% 100%!important;width:1.2em!important}.i-mdi-tag-outline,[i-mdi-tag-outline=""]{--un-icon:url("data:image/svg+xml;utf8,%3Csvg viewBox='0 0 24 24' width='1.2em' height='1.2em' xmlns='http://www.w3.org/2000/svg' %3E%3Cpath fill='currentColor' d='m21.41 11.58l-9-9A2 2 0 0 0 11 2H4a2 2 0 0 0-2 2v7a2 2 0 0 0 .59 1.42l9 9A2 2 0 0 0 13 22a2 2 0 0 0 1.41-.59l7-7A2 2 0 0 0 22 13a2 2 0 0 0-.59-1.42M13 20l-9-9V4h7l9 9M6.5 5A1.5 1.5 0 1 1 5 6.5A1.5 1.5 0 0 1 6.5 5'/%3E%3C/svg%3E")!important}.i-mdi-text{--un-icon:url("data:image/svg+xml;utf8,%3Csvg viewBox='0 0 24 24' width='1.2em' height='1.2em' xmlns='http://www.w3.org/2000/svg' %3E%3Cpath fill='currentColor' d='M21 6v2H3V6zM3 18h9v-2H3zm0-5h18v-2H3z'/%3E%3C/svg%3E")!important}.i-mdi-text,.i-mdi-text-box{background-color:currentColor!important;color:inherit!important;height:1.2em!important;-webkit-mask:var(--un-icon) no-repeat!important;mask:var(--un-icon) no-repeat!important;-webkit-mask-size:100% 100%!important;mask-size:100% 100%!important;width:1.2em!important}.i-mdi-text-box{--un-icon:url("data:image/svg+xml;utf8,%3Csvg viewBox='0 0 24 24' width='1.2em' height='1.2em' xmlns='http://www.w3.org/2000/svg' %3E%3Cpath fill='currentColor' d='M14 17H7v-2h7m3-2H7v-2h10m0-2H7V7h10m2-4H5c-1.11 0-2 .89-2 2v14a2 2 0 0 0 2 2h14a2 2 0 0 0 2-2V5a2 2 0 0 0-2-2'/%3E%3C/svg%3E")!important}.i-mdi-tools{--un-icon:url("data:image/svg+xml;utf8,%3Csvg viewBox='0 0 24 24' width='1.2em' height='1.2em' xmlns='http://www.w3.org/2000/svg' %3E%3Cpath fill='currentColor' d='m21.71 20.29l-1.42 1.42a1 1 0 0 1-1.41 0L7 9.85A3.8 3.8 0 0 1 6 10a4 4 0 0 1-3.78-5.3l2.54 2.54l.53-.53l1.42-1.42l.53-.53L4.7 2.22A4 4 0 0 1 10 6a3.8 3.8 0 0 1-.15 1l11.86 11.88a1 1 0 0 1 0 1.41M2.29 18.88a1 1 0 0 0 0 1.41l1.42 1.42a1 1 0 0 0 1.41 0l5.47-5.46l-2.83-2.83M20 2l-4 2v2l-2.17 2.17l2 2L18 8h2l2-4Z'/%3E%3C/svg%3E")!important}.i-mdi-tools,.i-mdi-trophy,[i-mdi-trophy=""]{background-color:currentColor!important;color:inherit!important;height:1.2em!important;-webkit-mask:var(--un-icon) no-repeat!important;mask:var(--un-icon) no-repeat!important;-webkit-mask-size:100% 100%!important;mask-size:100% 100%!important;width:1.2em!important}.i-mdi-trophy,[i-mdi-trophy=""]{--un-icon:url("data:image/svg+xml;utf8,%3Csvg viewBox='0 0 24 24' width='1.2em' height='1.2em' xmlns='http://www.w3.org/2000/svg' %3E%3Cpath fill='currentColor' d='M18 2c-.9 0-2 1-2 2H8c0-1-1.1-2-2-2H2v9c0 1 1 2 2 2h2.2c.4 2 1.7 3.7 4.8 4v2.08C8 19.54 8 22 8 22h8s0-2.46-3-2.92V17c3.1-.3 4.4-2 4.8-4H20c1 0 2-1 2-2V2zM6 11H4V4h2zm14 0h-2V4h2z'/%3E%3C/svg%3E")!important}.i-mdi-view-list{--un-icon:url("data:image/svg+xml;utf8,%3Csvg viewBox='0 0 24 24' width='1.2em' height='1.2em' xmlns='http://www.w3.org/2000/svg' %3E%3Cpath fill='currentColor' d='M9 5v4h12V5M9 19h12v-4H9m0-1h12v-4H9M4 9h4V5H4m0 14h4v-4H4m0-1h4v-4H4z'/%3E%3C/svg%3E")!important}.i-mdi-view-list,.i-mdi-view-week{background-color:currentColor!important;color:inherit!important;height:1.2em!important;-webkit-mask:var(--un-icon) no-repeat!important;mask:var(--un-icon) no-repeat!important;-webkit-mask-size:100% 100%!important;mask-size:100% 100%!important;width:1.2em!important}.i-mdi-view-week{--un-icon:url("data:image/svg+xml;utf8,%3Csvg viewBox='0 0 24 24' width='1.2em' height='1.2em' xmlns='http://www.w3.org/2000/svg' %3E%3Cpath fill='currentColor' d='M13 5h-3a1 1 0 0 0-1 1v12a1 1 0 0 0 1 1h3a1 1 0 0 0 1-1V6a1 1 0 0 0-1-1m7 0h-3a1 1 0 0 0-1 1v12a1 1 0 0 0 1 1h3a1 1 0 0 0 1-1V6a1 1 0 0 0-1-1M6 5H3a1 1 0 0 0-1 1v12a1 1 0 0 0 1 1h3a1 1 0 0 0 1-1V6a1 1 0 0 0-1-1'/%3E%3C/svg%3E")!important}.i-mdi-web{--un-icon:url("data:image/svg+xml;utf8,%3Csvg viewBox='0 0 24 24' width='1.2em' height='1.2em' xmlns='http://www.w3.org/2000/svg' %3E%3Cpath fill='currentColor' d='M16.36 14c.08-.66.14-1.32.14-2s-.06-1.34-.14-2h3.38c.16.64.26 1.31.26 2s-.1 1.36-.26 2m-5.15 5.56c.6-1.11 1.06-2.31 1.38-3.56h2.95a8.03 8.03 0 0 1-4.33 3.56M14.34 14H9.66c-.1-.66-.16-1.32-.16-2s.06-1.35.16-2h4.68c.09.65.16 1.32.16 2s-.07 1.34-.16 2M12 19.96c-.83-1.2-1.5-2.53-1.91-3.96h3.82c-.41 1.43-1.08 2.76-1.91 3.96M8 8H5.08A7.92 7.92 0 0 1 9.4 4.44C8.8 5.55 8.35 6.75 8 8m-2.92 8H8c.35 1.25.8 2.45 1.4 3.56A8 8 0 0 1 5.08 16m-.82-2C4.1 13.36 4 12.69 4 12s.1-1.36.26-2h3.38c-.08.66-.14 1.32-.14 2s.06 1.34.14 2M12 4.03c.83 1.2 1.5 2.54 1.91 3.97h-3.82c.41-1.43 1.08-2.77 1.91-3.97M18.92 8h-2.95a15.7 15.7 0 0 0-1.38-3.56c1.84.63 3.37 1.9 4.33 3.56M12 2C6.47 2 2 6.5 2 12a10 10 0 0 0 10 10a10 10 0 0 0 10-10A10 10 0 0 0 12 2'/%3E%3C/svg%3E")!important}.i-mdi-web,.i-mynaui-letter-x-solid{background-color:currentColor!important;color:inherit!important;height:1.2em!important;-webkit-mask:var(--un-icon) no-repeat!important;mask:var(--un-icon) no-repeat!important;-webkit-mask-size:100% 100%!important;mask-size:100% 100%!important;width:1.2em!important}.i-mynaui-letter-x-solid{--un-icon:url("data:image/svg+xml;utf8,%3Csvg viewBox='0 0 24 24' width='1.2em' height='1.2em' xmlns='http://www.w3.org/2000/svg' %3E%3Cpath fill='currentColor' d='M8.8 6.4a1 1 0 1 0-1.6 1.2l3.3 4.4l-3.3 4.4a1 1 0 0 0 1.6 1.2l2.95-3.933L14.7 17.6a1 1 0 1 0 1.6-1.2L13 12l3.3-4.4a1 1 0 0 0-1.6-1.2l-2.95 3.933z'/%3E%3C/svg%3E")!important}.i-octicon-sparkles-fill-24{--un-icon:url("data:image/svg+xml;utf8,%3Csvg viewBox='0 0 24 24' width='1.2em' height='1.2em' xmlns='http://www.w3.org/2000/svg' %3E%3Cpath fill='currentColor' d='M14.4 3.419a.639.639 0 0 1 1.2 0l.61 1.668a9.59 9.59 0 0 0 5.703 5.703l1.668.61a.639.639 0 0 1 0 1.2l-1.668.61a9.59 9.59 0 0 0-5.703 5.703l-.61 1.668a.639.639 0 0 1-1.2 0l-.61-1.668a9.59 9.59 0 0 0-5.703-5.703l-1.668-.61a.639.639 0 0 1 0-1.2l1.668-.61a9.59 9.59 0 0 0 5.703-5.703zM8 16.675a.266.266 0 0 1 .5 0l.254.694a4 4 0 0 0 2.376 2.377l.695.254a.266.266 0 0 1 0 .5l-.695.254a4 4 0 0 0-2.376 2.377l-.254.694a.266.266 0 0 1-.5 0l-.254-.694a4 4 0 0 0-2.376-2.377l-.695-.254a.266.266 0 0 1 0-.5l.695-.254a4 4 0 0 0 2.376-2.377zM4.2.21a.32.32 0 0 1 .6 0l.305.833a4.8 4.8 0 0 0 2.852 2.852l.833.305a.32.32 0 0 1 0 .6l-.833.305a4.8 4.8 0 0 0-2.852 2.852L4.8 8.79a.32.32 0 0 1-.6 0l-.305-.833a4.8 4.8 0 0 0-2.852-2.852L.21 4.8a.32.32 0 0 1 0-.6l.833-.305a4.8 4.8 0 0 0 2.852-2.852z'/%3E%3C/svg%3E")!important}.i-octicon-sparkles-fill-24,.i-si-sign-in-alt-fill{background-color:currentColor!important;color:inherit!important;height:1.2em!important;-webkit-mask:var(--un-icon) no-repeat!important;mask:var(--un-icon) no-repeat!important;-webkit-mask-size:100% 100%!important;mask-size:100% 100%!important;width:1.2em!important}.i-si-sign-in-alt-fill{--un-icon:url("data:image/svg+xml;utf8,%3Csvg viewBox='0 0 24 24' width='1.2em' height='1.2em' xmlns='http://www.w3.org/2000/svg' %3E%3Cpath fill='currentColor' d='M13.6 2a1 1 0 0 0 0 2h5A1.4 1.4 0 0 1 20 5.4v13.2a1.4 1.4 0 0 1-1.4 1.4H13a1 1 0 1 0 0 2h5.6a3.4 3.4 0 0 0 3.4-3.4V5.4A3.4 3.4 0 0 0 18.6 2z'/%3E%3Cpath fill='currentColor' d='M12.293 7.293a1 1 0 0 1 1.414 0l4 4a1 1 0 0 1 0 1.414l-4 4a1 1 0 0 1-1.414-1.414L14.586 13H3a1 1 0 1 1 0-2h11.586l-2.293-2.293a1 1 0 0 1 0-1.414'/%3E%3C/svg%3E")!important}.i-stash-users-crown{--un-icon:url("data:image/svg+xml;utf8,%3Csvg viewBox='0 0 24 24' width='1.2em' height='1.2em' xmlns='http://www.w3.org/2000/svg' %3E%3Cpath fill='currentColor' d='M8.005 4.782c-.044-.225.23-.413.44-.321c.76.332 2.14.607 3.193-1.032a.297.297 0 0 1 .49 0c1.051 1.639 2.432 1.364 3.192 1.032c.21-.092.484.096.44.32l-.449 2.337s-.047.054-.157.135c.098.204.193.435.27.676a2.643 2.643 0 1 1-.8 3.613a3.74 3.74 0 0 1-2.756 1.208a3.74 3.74 0 0 1-2.757-1.208a2.643 2.643 0 1 1-.831-3.634q.11-.361.287-.689a1 1 0 0 1-.113-.101zm1.949 3.025l-.036.069A2.25 2.25 0 1 0 14.118 9c0-.727-.226-1.108-.287-1.198c-.492.115-1.13.198-1.948.198c-.807 0-1.44-.08-1.93-.193M6.868 8.5a1.643 1.643 0 1 0 1.59 2.061a3.7 3.7 0 0 1-.34-1.484a1.64 1.64 0 0 0-1.25-.577m10 3.286a1.643 1.643 0 1 0-1.251-2.708c-.01.528-.13 1.03-.338 1.482a1.644 1.644 0 0 0 1.589 1.226m-1.764 1.629c-.61-.173-1.188.034-1.583.297c-.36.238-.942.524-1.653.524s-1.294-.286-1.653-.524c-.396-.263-.973-.47-1.583-.297a12 12 0 0 0-.477.145l-.96.315a3.8 3.8 0 0 0-.843.399a.5.5 0 0 0-.267-.573a2.4 2.4 0 0 1-.365-.218a1.07 1.07 0 0 0-.901-.186a8 8 0 0 0-.46.137l-.685.225a2.63 2.63 0 0 0-1.73 1.843l-.007.027l-.291 2.106c-.113.816.325 1.674 1.22 1.887q.371.091.884.175a.5.5 0 1 0 .16-.988a11 11 0 0 1-.813-.16c-.304-.072-.516-.374-.46-.777l.283-2.049c.141-.52.54-.94 1.066-1.114l.685-.225q.2-.065.401-.12l.007.002a.2.2 0 0 1 .054.027c.129.093.303.205.517.308a.5.5 0 0 0 .205.05a3.7 3.7 0 0 0-1.114 1.84l-.006.026l-.339 1.882c-.215 1.197.41 2.486 1.736 2.796c1.174.274 3.038.555 5.736.555s4.56-.281 5.735-.555c1.327-.31 1.951-1.6 1.736-2.796l-.338-1.882l-.007-.026a3.7 3.7 0 0 0-1.137-1.86a.5.5 0 0 0 .36-.03c.215-.103.389-.215.518-.308a.2.2 0 0 1 .059-.028h.001q.203.053.401.12l.686.224c.526.173.924.594 1.066 1.114l.283 2.049c.056.403-.157.705-.46.777q-.335.082-.813.16a.5.5 0 1 0 .16.988q.512-.085.884-.175c.895-.213 1.333-1.07 1.22-1.887l-.292-2.106l-.006-.027a2.62 2.62 0 0 0-1.73-1.843l-.685-.225a8 8 0 0 0-.46-.137a1.07 1.07 0 0 0-.901.186c-.09.065-.214.145-.365.218a.5.5 0 0 0-.219.695a3.8 3.8 0 0 0-1.025-.52l-.959-.316q-.237-.077-.476-.146m-.754 1.546c.174-.115.298-.117.345-.103q.21.06.417.127l.96.315a2.23 2.23 0 0 1 1.462 1.536l.329 1.829c.1.559-.19.973-.6 1.069c-1.054.245-2.802.516-5.395.516c-2.594 0-4.342-.27-5.395-.516c-.41-.096-.701-.51-.6-1.07l.328-1.828A2.23 2.23 0 0 1 7.664 15.3l.96-.315q.206-.068.416-.127c.048-.014.171-.012.345.103c.501.333 1.372.775 2.483.775s1.98-.442 2.482-.775'/%3E%3C/svg%3E")!important}.i-stash-users-crown,.i-tabler-apps{background-color:currentColor!important;color:inherit!important;height:1.2em!important;-webkit-mask:var(--un-icon) no-repeat!important;mask:var(--un-icon) no-repeat!important;-webkit-mask-size:100% 100%!important;mask-size:100% 100%!important;width:1.2em!important}.i-tabler-apps{--un-icon:url("data:image/svg+xml;utf8,%3Csvg viewBox='0 0 24 24' width='1.2em' height='1.2em' xmlns='http://www.w3.org/2000/svg' %3E%3Cpath fill='none' stroke='currentColor' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M4 5a1 1 0 0 1 1-1h4a1 1 0 0 1 1 1v4a1 1 0 0 1-1 1H5a1 1 0 0 1-1-1zm0 10a1 1 0 0 1 1-1h4a1 1 0 0 1 1 1v4a1 1 0 0 1-1 1H5a1 1 0 0 1-1-1zm10 0a1 1 0 0 1 1-1h4a1 1 0 0 1 1 1v4a1 1 0 0 1-1 1h-4a1 1 0 0 1-1-1zm0-8h6m-3-3v6'/%3E%3C/svg%3E")!important}.i-tabler-zoom-in-area{--un-icon:url("data:image/svg+xml;utf8,%3Csvg viewBox='0 0 24 24' width='1.2em' height='1.2em' xmlns='http://www.w3.org/2000/svg' %3E%3Cpath fill='none' stroke='currentColor' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M15 13v4m-2-2h4m-7 0a5 5 0 1 0 10 0a5 5 0 1 0-10 0m12 7l-3-3M6 18H5a2 2 0 0 1-2-2v-1m0-4v-1m0-4V5a2 2 0 0 1 2-2h1m4 0h1m4 0h1a2 2 0 0 1 2 2v1'/%3E%3C/svg%3E")!important}.i-tabler-zoom-in-area,.i-tabler-zoom-out-area{background-color:currentColor!important;color:inherit!important;height:1.2em!important;-webkit-mask:var(--un-icon) no-repeat!important;mask:var(--un-icon) no-repeat!important;-webkit-mask-size:100% 100%!important;mask-size:100% 100%!important;width:1.2em!important}.i-tabler-zoom-out-area{--un-icon:url("data:image/svg+xml;utf8,%3Csvg viewBox='0 0 24 24' width='1.2em' height='1.2em' xmlns='http://www.w3.org/2000/svg' %3E%3Cpath fill='none' stroke='currentColor' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M13 15h4m-7 0a5 5 0 1 0 10 0a5 5 0 1 0-10 0m12 7l-3-3M6 18H5a2 2 0 0 1-2-2v-1m0-4v-1m0-4V5a2 2 0 0 1 2-2h1m4 0h1m4 0h1a2 2 0 0 1 2 2v1'/%3E%3C/svg%3E")!important}:is(.prose){color:var(--un-prose-body);font-size:1rem;line-height:1.75;max-width:65ch;!important--un-prose-body:oklch(37.3% .034 259.733)!important;--un-prose-invert-body:oklch(87.2% .01 258.338)!important;--un-prose-headings:oklch(21% .034 264.665)!important;--un-prose-invert-headings:#fff!important;--un-prose-lead:oklch(44.6% .03 256.802)!important;--un-prose-invert-lead:oklch(70.7% .022 261.325)!important;--un-prose-links:oklch(21% .034 264.665)!important;--un-prose-invert-links:#fff!important;--un-prose-bold:oklch(21% .034 264.665)!important;--un-prose-invert-bold:#fff!important;--un-prose-counters:oklch(55.1% .027 264.364)!important;--un-prose-invert-counters:oklch(70.7% .022 261.325)!important;--un-prose-bullets:oklch(87.2% .01 258.338)!important;--un-prose-invert-bullets:oklch(44.6% .03 256.802)!important;--un-prose-hr:oklch(92.8% .006 264.531)!important;--un-prose-invert-hr:oklch(37.3% .034 259.733)!important;--un-prose-quotes:oklch(21% .034 264.665)!important;--un-prose-invert-quotes:oklch(96.7% .003 264.542)!important;--un-prose-quote-borders:oklch(92.8% .006 264.531)!important;--un-prose-invert-quote-borders:oklch(37.3% .034 259.733)!important;--un-prose-captions:oklch(55.1% .027 264.364)!important;--un-prose-invert-captions:oklch(70.7% .022 261.325)!important;--un-prose-kbd:oklch(21% .034 264.665)!important;--un-prose-invert-kbd:#fff!important;--un-prose-kbd-shadows:oklch(21% .034 264.665)!important;--un-prose-invert-kbd-shadows:#fff!important;--un-prose-code:oklch(21% .034 264.665)!important;--un-prose-invert-code:#fff!important;--un-prose-pre-code:oklch(92.8% .006 264.531)!important;--un-prose-invert-pre-code:oklch(87.2% .01 258.338)!important;--un-prose-pre-bg:oklch(27.8% .033 256.848)!important;--un-prose-invert-pre-bg:rgba(0,0,0,.5)!important;--un-prose-th-borders:oklch(87.2% .01 258.338)!important;--un-prose-invert-th-borders:oklch(44.6% .03 256.802)!important;--un-prose-td-borders:oklch(92.8% .006 264.531)!important;--un-prose-invert-td-borders:oklch(37.3% .034 259.733)!important}:is(.prose) :where(p):not(:where([class~=not-prose],[class~=not-prose] *)){margin-bottom:1.25em;margin-top:1.25em}:is(.prose) :where([class~=lead]):not(:where([class~=not-prose],[class~=not-prose] *)){color:var(--un-prose-lead);font-size:1.25em;line-height:1.6;margin-bottom:1.2em;margin-top:1.2em}:is(.prose) :where(a):not(:where([class~=not-prose],[class~=not-prose] *)){color:var(--un-prose-links);font-weight:500;text-decoration:underline}:is(.prose) :where(strong):not(:where([class~=not-prose],[class~=not-prose] *)){color:var(--un-prose-bold);font-weight:600}:is(.prose) :where(a strong):not(:where([class~=not-prose],[class~=not-prose] *)){color:inherit}:is(.prose) :where(blockquote strong):not(:where([class~=not-prose],[class~=not-prose] *)){color:inherit}:is(.prose) :where(thead th strong):not(:where([class~=not-prose],[class~=not-prose] *)){color:inherit}:is(.prose) :where(ol):not(:where([class~=not-prose],[class~=not-prose] *)){list-style-type:decimal;margin-bottom:1.25em;margin-top:1.25em;padding-inline-start:1.625em}:is(.prose) :where(ol[type=A]):not(:where([class~=not-prose],[class~=not-prose] *)){list-style-type:upper-alpha}:is(.prose) :where(ol[type=a]):not(:where([class~=not-prose],[class~=not-prose] *)){list-style-type:lower-alpha}:is(.prose) :where(ol[type=A s]):not(:where([class~=not-prose],[class~=not-prose] *)){list-style-type:upper-alpha}:is(.prose) :where(ol[type=a s]):not(:where([class~=not-prose],[class~=not-prose] *)){list-style-type:lower-alpha}:is(.prose) :where(ol[type=I]):not(:where([class~=not-prose],[class~=not-prose] *)){list-style-type:upper-roman}:is(.prose) :where(ol[type=i]):not(:where([class~=not-prose],[class~=not-prose] *)){list-style-type:lower-roman}:is(.prose) :where(ol[type=I s]):not(:where([class~=not-prose],[class~=not-prose] *)){list-style-type:upper-roman}:is(.prose) :where(ol[type=i s]):not(:where([class~=not-prose],[class~=not-prose] *)){list-style-type:lower-roman}:is(.prose) :where(ol[type="1"]):not(:where([class~=not-prose],[class~=not-prose] *)){list-style-type:decimal}:is(.prose) :where(ul):not(:where([class~=not-prose],[class~=not-prose] *)){list-style-type:disc;margin-bottom:1.25em;margin-top:1.25em;padding-inline-start:1.625em}:is(.prose) :where(ol>li::marker):not(:where([class~=not-prose],[class~=not-prose] *)){color:var(--un-prose-counters);font-weight:400}:is(.prose) :where(ul>li::marker):not(:where([class~=not-prose],[class~=not-prose] *)){color:var(--un-prose-bullets)}:is(.prose) :where(dt):not(:where([class~=not-prose],[class~=not-prose] *)){color:var(--un-prose-headings);font-weight:600;margin-top:1.25em}:is(.prose) :where(hr):not(:where([class~=not-prose],[class~=not-prose] *)){border-color:var(--un-prose-hr);border-top-width:1px;margin-bottom:3em;margin-top:3em}:is(.prose) :where(blockquote):not(:where([class~=not-prose],[class~=not-prose] *)){border-inline-start-color:var(--un-prose-quote-borders);border-inline-start-width:.25rem;color:var(--un-prose-quotes);font-style:italic;font-weight:500;margin-bottom:1.6em;margin-top:1.6em;padding-inline-start:1em;quotes:"“""”""‘""’"}:is(.prose) :where(blockquote p:first-of-type:before):not(:where([class~=not-prose],[class~=not-prose] *)){content:open-quote}:is(.prose) :where(blockquote p:last-of-type:after):not(:where([class~=not-prose],[class~=not-prose] *)){content:close-quote}:is(.prose) :where(h1):not(:where([class~=not-prose],[class~=not-prose] *)){color:var(--un-prose-headings);font-size:2.25em;font-weight:800;line-height:1.1111111;margin-bottom:.8888889em;margin-top:0}:is(.prose) :where(h1 strong):not(:where([class~=not-prose],[class~=not-prose] *)){color:inherit;font-weight:900}:is(.prose) :where(h2):not(:where([class~=not-prose],[class~=not-prose] *)){color:var(--un-prose-headings);font-size:1.5em;font-weight:700;line-height:1.3333333;margin-bottom:1em;margin-top:2em}:is(.prose) :where(h2 strong):not(:where([class~=not-prose],[class~=not-prose] *)){color:inherit;font-weight:800}:is(.prose) :where(h3):not(:where([class~=not-prose],[class~=not-prose] *)){color:var(--un-prose-headings);font-size:1.25em;font-weight:600;line-height:1.6;margin-bottom:.6em;margin-top:1.6em}:is(.prose) :where(h3 strong):not(:where([class~=not-prose],[class~=not-prose] *)){color:inherit;font-weight:700}:is(.prose) :where(h4):not(:where([class~=not-prose],[class~=not-prose] *)){color:var(--un-prose-headings);font-weight:600;line-height:1.5;margin-bottom:.5em;margin-top:1.5em}:is(.prose) :where(h4 strong):not(:where([class~=not-prose],[class~=not-prose] *)){color:inherit;font-weight:700}:is(.prose) :where(img):not(:where([class~=not-prose],[class~=not-prose] *)){margin-bottom:2em;margin-top:2em}:is(.prose) :where(picture):not(:where([class~=not-prose],[class~=not-prose] *)){display:block;margin-bottom:2em;margin-top:2em}:is(.prose) :where(video):not(:where([class~=not-prose],[class~=not-prose] *)){margin-bottom:2em;margin-top:2em}:is(.prose) :where(kbd):not(:where([class~=not-prose],[class~=not-prose] *)){border-radius:.3125rem;box-shadow:0 0 0 1px rgb(var(--un-prose-kbd-shadows)/10%),0 3px rgb(var(--un-prose-kbd-shadows)/10%);color:var(--un-prose-kbd);font-family:inherit;font-size:.875em;font-weight:500;padding-inline-end:.375em;padding-bottom:.1875em;padding-top:.1875em;padding-inline-start:.375em}:is(.prose) :where(code):not(:where([class~=not-prose],[class~=not-prose] *)){color:var(--un-prose-code);font-size:.875em;font-weight:600}:is(.prose) :where(code:before):not(:where([class~=not-prose],[class~=not-prose] *)){content:"`"}:is(.prose) :where(code:after):not(:where([class~=not-prose],[class~=not-prose] *)){content:"`"}:is(.prose) :where(a code):not(:where([class~=not-prose],[class~=not-prose] *)){color:inherit}:is(.prose) :where(h1 code):not(:where([class~=not-prose],[class~=not-prose] *)){color:inherit}:is(.prose) :where(h2 code):not(:where([class~=not-prose],[class~=not-prose] *)){color:inherit;font-size:.875em}:is(.prose) :where(h3 code):not(:where([class~=not-prose],[class~=not-prose] *)){color:inherit;font-size:.9em}:is(.prose) :where(h4 code):not(:where([class~=not-prose],[class~=not-prose] *)){color:inherit}:is(.prose) :where(blockquote code):not(:where([class~=not-prose],[class~=not-prose] *)){color:inherit}:is(.prose) :where(thead th code):not(:where([class~=not-prose],[class~=not-prose] *)){color:inherit}:is(.prose) :where(pre):not(:where([class~=not-prose],[class~=not-prose] *)){background-color:var(--un-prose-pre-bg);border-radius:.375rem;color:var(--un-prose-pre-code);font-size:.875em;font-weight:400;line-height:1.7142857;margin-bottom:1.7142857em;margin-top:1.7142857em;overflow-x:auto;padding-inline-end:1.1428571em;padding-bottom:.8571429em;padding-top:.8571429em;padding-inline-start:1.1428571em}:is(.prose) :where(pre code):not(:where([class~=not-prose],[class~=not-prose] *)){background-color:transparent;border-radius:0;border-width:0;color:inherit;font-family:inherit;font-size:inherit;font-weight:inherit;line-height:inherit;padding:0}:is(.prose) :where(pre code:before):not(:where([class~=not-prose],[class~=not-prose] *)){content:none}:is(.prose) :where(pre code:after):not(:where([class~=not-prose],[class~=not-prose] *)){content:none}:is(.prose) :where(table):not(:where([class~=not-prose],[class~=not-prose] *)){font-size:.875em;line-height:1.7142857;margin-bottom:2em;margin-top:2em;table-layout:auto;width:100%}:is(.prose) :where(thead):not(:where([class~=not-prose],[class~=not-prose] *)){border-bottom-color:var(--un-prose-th-borders);border-bottom-width:1px}:is(.prose) :where(thead th):not(:where([class~=not-prose],[class~=not-prose] *)){color:var(--un-prose-headings);font-weight:600;padding-inline-end:.5714286em;padding-bottom:.5714286em;padding-inline-start:.5714286em;vertical-align:bottom}:is(.prose) :where(tbody tr):not(:where([class~=not-prose],[class~=not-prose] *)){border-bottom-color:var(--un-prose-td-borders);border-bottom-width:1px}:is(.prose) :where(tbody tr:last-child):not(:where([class~=not-prose],[class~=not-prose] *)){border-bottom-width:0}:is(.prose) :where(tbody td):not(:where([class~=not-prose],[class~=not-prose] *)){vertical-align:baseline}:is(.prose) :where(tfoot):not(:where([class~=not-prose],[class~=not-prose] *)){border-top-color:var(--un-prose-th-borders);border-top-width:1px}:is(.prose) :where(tfoot td):not(:where([class~=not-prose],[class~=not-prose] *)){vertical-align:top}:is(.prose) :where(th,td):not(:where([class~=not-prose],[class~=not-prose] *)){text-align:start}:is(.prose) :where(figure>*):not(:where([class~=not-prose],[class~=not-prose] *)){margin-bottom:0;margin-top:0}:is(.prose) :where(figcaption):not(:where([class~=not-prose],[class~=not-prose] *)){color:var(--un-prose-captions);font-size:.875em;line-height:1.4285714;margin-top:.8571429em}:is(.prose) :where(picture>img):not(:where([class~=not-prose],[class~=not-prose] *)){margin-bottom:0;margin-top:0}:is(.prose) :where(li):not(:where([class~=not-prose],[class~=not-prose] *)){margin-bottom:.5em;margin-top:.5em}:is(.prose) :where(ol>li):not(:where([class~=not-prose],[class~=not-prose] *)){padding-inline-start:.375em}:is(.prose) :where(ul>li):not(:where([class~=not-prose],[class~=not-prose] *)){padding-inline-start:.375em}:is(.prose) :where(>ul>li p):not(:where([class~=not-prose],[class~=not-prose] *)){margin-bottom:.75em;margin-top:.75em}:is(.prose) :where(>ul>li>p:first-child):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:1.25em}:is(.prose) :where(>ul>li>p:last-child):not(:where([class~=not-prose],[class~=not-prose] *)){margin-bottom:1.25em}:is(.prose) :where(>ol>li>p:first-child):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:1.25em}:is(.prose) :where(>ol>li>p:last-child):not(:where([class~=not-prose],[class~=not-prose] *)){margin-bottom:1.25em}:is(.prose) :where(ul ul,ul ol,ol ul,ol ol):not(:where([class~=not-prose],[class~=not-prose] *)){margin-bottom:.75em;margin-top:.75em}:is(.prose) :where(dl):not(:where([class~=not-prose],[class~=not-prose] *)){margin-bottom:1.25em;margin-top:1.25em}:is(.prose) :where(dd):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:.5em;padding-inline-start:1.625em}:is(.prose) :where(hr+*):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:0}:is(.prose) :where(h2+*):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:0}:is(.prose) :where(h3+*):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:0}:is(.prose) :where(h4+*):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:0}:is(.prose) :where(thead th:first-child):not(:where([class~=not-prose],[class~=not-prose] *)){padding-inline-start:0}:is(.prose) :where(thead th:last-child):not(:where([class~=not-prose],[class~=not-prose] *)){padding-inline-end:0}:is(.prose) :where(tbody td,tfoot td):not(:where([class~=not-prose],[class~=not-prose] *)){padding-inline-end:.5714286em;padding-bottom:.5714286em;padding-top:.5714286em;padding-inline-start:.5714286em}:is(.prose) :where(tbody td:first-child,tfoot td:first-child):not(:where([class~=not-prose],[class~=not-prose] *)){padding-inline-start:0}:is(.prose) :where(tbody td:last-child,tfoot td:last-child):not(:where([class~=not-prose],[class~=not-prose] *)){padding-inline-end:0}:is(.prose) :where(figure):not(:where([class~=not-prose],[class~=not-prose] *)){margin-bottom:2em;margin-top:2em}:is(.prose) :where(>:first-child):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:0}:is(.prose) :where(>:last-child):not(:where([class~=not-prose],[class~=not-prose] *)){margin-bottom:0}.container{width:100%!important}@media(min-width:40rem){.container{max-width:40rem!important}}@media(min-width:48rem){.container{max-width:48rem!important}}@media(min-width:64rem){.container{max-width:64rem!important}}@media(min-width:80rem){.container{max-width:80rem!important}}@media(min-width:96rem){.container{max-width:96rem!important}}.text-\[0\.7rem\]{font-size:.7rem!important}.text-\[10px\]{font-size:10px!important}.text-2xl,[text-2xl=""]{font-size:var(--text-2xl-fontSize)!important;line-height:var(--un-leading,var(--text-2xl-lineHeight))!important}.text-3xl,[text-3xl=""]{font-size:var(--text-3xl-fontSize)!important;line-height:var(--un-leading,var(--text-3xl-lineHeight))!important}.text-4xl,[text-4xl=""]{font-size:var(--text-4xl-fontSize)!important;line-height:var(--un-leading,var(--text-4xl-lineHeight))!important}.text-6xl,[text-6xl=""]{font-size:var(--text-6xl-fontSize)!important;line-height:var(--un-leading,var(--text-6xl-lineHeight))!important}.text-base,[text-base=""]{font-size:var(--text-base-fontSize)!important;line-height:var(--un-leading,var(--text-base-lineHeight))!important}.text-lg,[text-lg=""]{font-size:var(--text-lg-fontSize)!important;line-height:var(--un-leading,var(--text-lg-lineHeight))!important}.text-sm,[text-sm=""]{font-size:var(--text-sm-fontSize)!important;line-height:var(--un-leading,var(--text-sm-lineHeight))!important}.text-xl,[text-xl=""]{font-size:var(--text-xl-fontSize)!important;line-height:var(--un-leading,var(--text-xl-lineHeight))!important}.text-xs,[text-xs=""]{font-size:var(--text-xs-fontSize)!important;line-height:var(--un-leading,var(--text-xs-lineHeight))!important}.dark .dark\:text-amber-200{color:color-mix(in srgb,var(--colors-amber-200) var(--un-text-opacity),transparent)!important}.dark .dark\:text-amber-300{color:color-mix(in srgb,var(--colors-amber-300) var(--un-text-opacity),transparent)!important}.dark .dark\:text-gray-200{color:color-mix(in srgb,var(--colors-gray-200) var(--un-text-opacity),transparent)!important}.dark .dark\:text-gray-300{color:color-mix(in srgb,var(--colors-gray-300) var(--un-text-opacity),transparent)!important}.dark .dark\:text-gray-400{color:color-mix(in srgb,var(--colors-gray-400) var(--un-text-opacity),transparent)!important}.text-accent{color:color-mix(in srgb,var(--colors-accent-DEFAULT) var(--un-text-opacity),transparent)!important}.text-accent-foreground{color:color-mix(in srgb,var(--colors-accent-foreground) var(--un-text-opacity),transparent)!important}.group:hover .group-hover\:text-amber-600,.text-amber-600{color:color-mix(in srgb,var(--colors-amber-600) var(--un-text-opacity),transparent)!important}.text-amber-800{color:color-mix(in srgb,var(--colors-amber-800) var(--un-text-opacity),transparent)!important}.text-blue-600{color:color-mix(in srgb,var(--colors-blue-600) var(--un-text-opacity),transparent)!important}.text-card-foreground,[text-card-foreground=""]{color:color-mix(in srgb,var(--colors-card-foreground) var(--un-text-opacity),transparent)!important}.text-destructive,[text-destructive=""]{color:color-mix(in srgb,var(--colors-destructive-DEFAULT) var(--un-text-opacity),transparent)!important}.text-destructive-foreground,[text-destructive-foreground=""]{color:color-mix(in srgb,var(--colors-destructive-foreground) var(--un-text-opacity),transparent)!important}.text-destructive\/80{color:color-mix(in srgb,var(--colors-destructive-DEFAULT) 80%,transparent)!important}.group:hover .group-hover\:text-foreground,.text-foreground,[text-foreground=""]{color:color-mix(in srgb,var(--colors-foreground) var(--un-text-opacity),transparent)!important}.text-gray-500{color:color-mix(in srgb,var(--colors-gray-500) var(--un-text-opacity),transparent)!important}.text-gray-600{color:color-mix(in srgb,var(--colors-gray-600) var(--un-text-opacity),transparent)!important}.text-gray-800{color:color-mix(in srgb,var(--colors-gray-800) var(--un-text-opacity),transparent)!important}.text-highlight{color:color-mix(in srgb,var(--colors-highlight-DEFAULT) var(--un-text-opacity),transparent)!important}.text-info,[text-info=""]{color:color-mix(in srgb,var(--colors-info-DEFAULT) var(--un-text-opacity),transparent)!important}.text-info-foreground{color:color-mix(in srgb,var(--colors-info-foreground) var(--un-text-opacity),transparent)!important}.text-info\/80{color:color-mix(in srgb,var(--colors-info-DEFAULT) 80%,transparent)!important}.text-muted-foreground,[text-muted-foreground=""]{color:color-mix(in srgb,var(--colors-muted-foreground) var(--un-text-opacity),transparent)!important}.text-muted-foreground\/30{color:color-mix(in srgb,var(--colors-muted-foreground) 30%,transparent)!important}.text-muted-foreground\/40{color:color-mix(in srgb,var(--colors-muted-foreground) 40%,transparent)!important}.text-muted-foreground\/60{color:color-mix(in srgb,var(--colors-muted-foreground) 60%,transparent)!important}.text-muted-foreground\/70{color:color-mix(in srgb,var(--colors-muted-foreground) 70%,transparent)!important}.text-neutral{color:color-mix(in srgb,var(--colors-neutral-DEFAULT) var(--un-text-opacity),transparent)!important}.text-popover-foreground{color:color-mix(in srgb,var(--colors-popover-foreground) var(--un-text-opacity),transparent)!important}.group:hover .group-hover\:text-primary,.text-primary,[text-primary=""]{color:color-mix(in srgb,var(--colors-primary-DEFAULT) var(--un-text-opacity),transparent)!important}.text-primary-foreground,[text-primary-foreground=""]{color:color-mix(in srgb,var(--colors-primary-foreground) var(--un-text-opacity),transparent)!important}.text-red-500{color:color-mix(in srgb,var(--colors-red-500) var(--un-text-opacity),transparent)!important}.text-red-600{color:color-mix(in srgb,var(--colors-red-600) var(--un-text-opacity),transparent)!important}.text-success{color:color-mix(in srgb,var(--colors-success-DEFAULT) var(--un-text-opacity),transparent)!important}.text-success-foreground{color:color-mix(in srgb,var(--colors-success-foreground) var(--un-text-opacity),transparent)!important}.text-success\/80{color:color-mix(in srgb,var(--colors-success-DEFAULT) 80%,transparent)!important}.text-teal-700{color:color-mix(in srgb,var(--colors-teal-700) var(--un-text-opacity),transparent)!important}.text-warning{color:color-mix(in srgb,var(--colors-warning-DEFAULT) var(--un-text-opacity),transparent)!important}.text-warning-foreground{color:color-mix(in srgb,var(--colors-warning-foreground) var(--un-text-opacity),transparent)!important}.text-warning\/80{color:color-mix(in srgb,var(--colors-warning-DEFAULT) 80%,transparent)!important}.text-white,[text-white=""]{color:color-mix(in srgb,var(--colors-white) var(--un-text-opacity),transparent)!important}.text-yellow-600,[text-yellow-600=""]{color:color-mix(in srgb,var(--colors-yellow-600) var(--un-text-opacity),transparent)!important}.text-yellow-700,[text-yellow-700=""]{color:color-mix(in srgb,var(--colors-yellow-700) var(--un-text-opacity),transparent)!important}.text-yellow-800,[text-yellow-800=""]{color:color-mix(in srgb,var(--colors-yellow-800) var(--un-text-opacity),transparent)!important}.hover\:text-accent-foreground:hover{color:color-mix(in srgb,var(--colors-accent-foreground) var(--un-text-opacity),transparent)!important}.hover\:text-destructive\/80:hover{color:color-mix(in srgb,var(--colors-destructive-DEFAULT) 80%,transparent)!important}.hover\:text-foreground:hover{color:color-mix(in srgb,var(--colors-foreground) var(--un-text-opacity),transparent)!important}.hover\:text-info\/80:hover{color:color-mix(in srgb,var(--colors-info-DEFAULT) 80%,transparent)!important}.hover\:text-popover:hover{color:color-mix(in srgb,var(--colors-popover-DEFAULT) var(--un-text-opacity),transparent)!important}.hover\:text-primary-foreground:hover{color:color-mix(in srgb,var(--colors-primary-foreground) var(--un-text-opacity),transparent)!important}.hover\:text-primary\/80:hover{color:color-mix(in srgb,var(--colors-primary-DEFAULT) 80%,transparent)!important}.hover\:text-secondary-foreground:hover{color:color-mix(in srgb,var(--colors-secondary-foreground) var(--un-text-opacity),transparent)!important}.hover\:text-white:hover{color:color-mix(in srgb,var(--colors-white) var(--un-text-opacity),transparent)!important}[hover\:text-accent-foreground=""]:hover{color:color-mix(in srgb,var(--colors-accent-foreground) var(--un-text-opacity),transparent)!important}[hover\:text-popover=""]:hover{color:color-mix(in srgb,var(--colors-popover-DEFAULT) var(--un-text-opacity),transparent)!important}.placeholder\:text-muted-foreground::-moz-placeholder{color:color-mix(in srgb,var(--colors-muted-foreground) var(--un-text-opacity),transparent)!important}.placeholder\:text-muted-foreground::placeholder{color:color-mix(in srgb,var(--colors-muted-foreground) var(--un-text-opacity),transparent)!important}.leading-5{--un-leading:calc(var(--spacing)*5)!important;line-height:calc(var(--spacing)*5)!important}.leading-none,[leading-none=""]{--un-leading:var(--leading-none)!important;line-height:var(--leading-none)!important}.leading-relaxed,[leading-relaxed=""]{--un-leading:var(--leading-relaxed)!important;line-height:var(--leading-relaxed)!important}.leading-snug{--un-leading:var(--leading-snug)!important;line-height:var(--leading-snug)!important}.leading-tight{--un-leading:var(--leading-tight)!important;line-height:var(--leading-tight)!important}.tracking-tight{--un-tracking:var(--tracking-tight)!important;letter-spacing:var(--tracking-tight)!important}.tracking-wide{--un-tracking:var(--tracking-wide)!important;letter-spacing:var(--tracking-wide)!important}.tracking-wider,[tracking-wider=""]{--un-tracking:var(--tracking-wider)!important;letter-spacing:var(--tracking-wider)!important}.font-bebas,[font-bebas=""]{font-family:var(--font-bebas)!important}.font-black{--un-font-weight:var(--fontWeight-black)!important;font-weight:var(--fontWeight-black)!important}.font-bold,[font-bold=""]{--un-font-weight:var(--fontWeight-bold)!important;font-weight:var(--fontWeight-bold)!important}.font-extrabold{--un-font-weight:var(--fontWeight-extrabold)!important;font-weight:var(--fontWeight-extrabold)!important}.font-medium,[font-medium=""]{--un-font-weight:var(--fontWeight-medium)!important;font-weight:var(--fontWeight-medium)!important}.font-mono{font-family:var(--font-mono)!important}.font-normal{--un-font-weight:var(--fontWeight-normal)!important;font-weight:var(--fontWeight-normal)!important}.font-rubik{font-family:var(--font-rubik)!important}.font-semibold,[font-semibold=""]{--un-font-weight:var(--fontWeight-semibold)!important;font-weight:var(--fontWeight-semibold)!important}.m\[pascalCase\(component\)\]{margin:pascalCase(component)!important}.m4{margin:calc(var(--spacing)*4)!important}.mx-4{margin-inline:calc(var(--spacing)*4)!important}.mx-auto,[mx-auto=""]{margin-inline:auto!important}.mb-1,[mb-1=""]{margin-bottom:calc(var(--spacing)*1)!important}.mb-1\.5,[mb-1\.5=""]{margin-bottom:calc(var(--spacing)*1.5)!important}.mb-10{margin-bottom:calc(var(--spacing)*10)!important}.mb-2,[mb-2=""]{margin-bottom:calc(var(--spacing)*2)!important}.mb-2\.5{margin-bottom:calc(var(--spacing)*2.5)!important}.mb-3,[mb-3=""]{margin-bottom:calc(var(--spacing)*3)!important}.mb-4,[mb-4=""]{margin-bottom:calc(var(--spacing)*4)!important}.mb-6,[mb-6=""]{margin-bottom:calc(var(--spacing)*6)!important}.mb-8,[mb-8=""]{margin-bottom:calc(var(--spacing)*8)!important}.ml-2{margin-left:calc(var(--spacing)*2)!important}.ml-4{margin-left:calc(var(--spacing)*4)!important}.ml-auto{margin-left:auto!important}.mr-1{margin-right:calc(var(--spacing)*1)!important}.mr-2,[mr-2=""]{margin-right:calc(var(--spacing)*2)!important}.mr-3{margin-right:calc(var(--spacing)*3)!important}.mt-0\.5{margin-top:calc(var(--spacing)*.5)!important}.mt-1,[mt-1=""]{margin-top:calc(var(--spacing)*1)!important}.mt-10{margin-top:calc(var(--spacing)*10)!important}.mt-2{margin-top:calc(var(--spacing)*2)!important}.mt-3{margin-top:calc(var(--spacing)*3)!important}.mt-4{margin-top:calc(var(--spacing)*4)!important}.mt-6{margin-top:calc(var(--spacing)*6)!important}.mt-8,[mt-8=""]{margin-top:calc(var(--spacing)*8)!important}.p-1{padding:calc(var(--spacing)*1)!important}.p-1\.5{padding:calc(var(--spacing)*1.5)!important}.p-2{padding:calc(var(--spacing)*2)!important}.p-3,[p-3=""]{padding:calc(var(--spacing)*3)!important}.p-4,[p-4=""]{padding:calc(var(--spacing)*4)!important}.p-5{padding:calc(var(--spacing)*5)!important}.p-6,[p-6=""]{padding:calc(var(--spacing)*6)!important}.p-8,[p-8=""]{padding:calc(var(--spacing)*8)!important}.px-1,[px-1=""]{padding-inline:calc(var(--spacing)*1)!important}.px-1\.5{padding-inline:calc(var(--spacing)*1.5)!important}.px-2,[px-2=""]{padding-inline:calc(var(--spacing)*2)!important}.px-2\.5{padding-inline:calc(var(--spacing)*2.5)!important}.px-3,[px-3=""]{padding-inline:calc(var(--spacing)*3)!important}.px-4,[px-4=""]{padding-inline:calc(var(--spacing)*4)!important}.px-6,[px-6=""]{padding-inline:calc(var(--spacing)*6)!important}.px-7{padding-inline:calc(var(--spacing)*7)!important}.py-0\.5,[py-0\.5=""]{padding-block:calc(var(--spacing)*.5)!important}.py-1,[py-1=""]{padding-block:calc(var(--spacing)*1)!important}.py-1\.5,[py-1\.5=""]{padding-block:calc(var(--spacing)*1.5)!important}.py-10{padding-block:calc(var(--spacing)*10)!important}.py-12{padding-block:calc(var(--spacing)*12)!important}.py-16{padding-block:calc(var(--spacing)*16)!important}.py-2,[py-2=""]{padding-block:calc(var(--spacing)*2)!important}.py-2\.5,[py-2\.5=""]{padding-block:calc(var(--spacing)*2.5)!important}.py-20{padding-block:calc(var(--spacing)*20)!important}.py-3{padding-block:calc(var(--spacing)*3)!important}.py-3\.5{padding-block:calc(var(--spacing)*3.5)!important}.py-4{padding-block:calc(var(--spacing)*4)!important}.py-40{padding-block:calc(var(--spacing)*40)!important}.py-6{padding-block:calc(var(--spacing)*6)!important}.py-8{padding-block:calc(var(--spacing)*8)!important}.pb-1{padding-bottom:calc(var(--spacing)*1)!important}.pb-10{padding-bottom:calc(var(--spacing)*10)!important}.pb-20{padding-bottom:calc(var(--spacing)*20)!important}.pb-3{padding-bottom:calc(var(--spacing)*3)!important}.pb-4{padding-bottom:calc(var(--spacing)*4)!important}.pl-10{padding-left:calc(var(--spacing)*10)!important}.pl-12{padding-left:calc(var(--spacing)*12)!important}.pl-3,[pl-3=""]{padding-left:calc(var(--spacing)*3)!important}.pr-4{padding-right:calc(var(--spacing)*4)!important}.pr-8{padding-right:calc(var(--spacing)*8)!important}.pt-1{padding-top:calc(var(--spacing)*1)!important}.pt-10{padding-top:calc(var(--spacing)*10)!important}.pt-12{padding-top:calc(var(--spacing)*12)!important}.pt-4{padding-top:calc(var(--spacing)*4)!important}.pt-6{padding-top:calc(var(--spacing)*6)!important}.pt-8{padding-top:calc(var(--spacing)*8)!important}.text-center,[text-center=""]{text-align:center!important}.text-left{text-align:left!important}.text-right{text-align:right!important}.appearance-none{-webkit-appearance:none!important;-moz-appearance:none!important;appearance:none!important}.focus-visible\:outline-2:focus-visible{outline-style:var(--un-outline-style)!important;outline-width:2px!important}.focus-visible\:outline-muted:focus-visible{outline-color:color-mix(in srgb,var(--colors-muted-DEFAULT) var(--un-outline-opacity),transparent)!important}.focus-visible\:outline-primary:focus-visible{outline-color:color-mix(in srgb,var(--colors-primary-DEFAULT) var(--un-outline-opacity),transparent)!important}.focus-visible\:outline-success:focus-visible{outline-color:color-mix(in srgb,var(--colors-success-DEFAULT) var(--un-outline-opacity),transparent)!important}.focus-visible\:outline-offset-2:focus-visible{outline-offset:2px!important}.focus-visible\:outline:focus-visible{outline-style:var(--un-outline-style)!important;outline-width:1px!important}.focus\:outline-none:focus,[focus\:outline-none=""]:focus{--un-outline-style:none!important;outline-style:none!important}.list-disc{list-style-type:disc!important}.list-inside{list-style-position:inside!important}.accent-foreground{accent-color:color-mix(in srgb,var(--colors-foreground) var(--un-accent-opacity),transparent)!important}.accent-primary{accent-color:color-mix(in srgb,var(--colors-primary-DEFAULT) var(--un-accent-opacity),transparent)!important}.scroll-smooth{scroll-behavior:smooth!important}.b,.border,[b=""],[border=""]{border-width:1px!important}.border-2,[border-2=""]{border-width:2px!important}.border-b{border-bottom-width:1px!important}.border-b-2{border-bottom-width:2px!important}.border-r,[border-r=""]{border-right-width:1px!important}.border-t,[border-t=""]{border-top-width:1px!important}.last\:border-b-0:last-child{border-bottom-width:0!important}.last\:border-r-0:last-child{border-right-width:0!important}.border-accent\/20{border-color:color-mix(in srgb,var(--colors-accent-DEFAULT) 20%,transparent)!important}.border-amber-300{border-color:color-mix(in srgb,var(--colors-amber-300) var(--un-border-opacity),transparent)!important}.border-blue-300{border-color:color-mix(in srgb,var(--colors-blue-300) var(--un-border-opacity),transparent)!important}.border-border,.dark .dark\:border-border,.dark [dark\:border-border=""],[border-border=""]{border-color:color-mix(in srgb,var(--colors-border) var(--un-border-opacity),transparent)!important}.border-border\/50{border-color:color-mix(in srgb,var(--colors-border) 50%,transparent)!important}.border-destructive{border-color:color-mix(in srgb,var(--colors-destructive-DEFAULT) var(--un-border-opacity),transparent)!important}.border-destructive\/20{border-color:color-mix(in srgb,var(--colors-destructive-DEFAULT) 20%,transparent)!important}.border-destructive\/30{border-color:color-mix(in srgb,var(--colors-destructive-DEFAULT) 30%,transparent)!important}.border-gray-200{border-color:color-mix(in srgb,var(--colors-gray-200) var(--un-border-opacity),transparent)!important}.border-info\/20{border-color:color-mix(in srgb,var(--colors-info-DEFAULT) 20%,transparent)!important}.border-info\/30{border-color:color-mix(in srgb,var(--colors-info-DEFAULT) 30%,transparent)!important}.border-input,[border-input=""]{border-color:color-mix(in srgb,var(--colors-input) var(--un-border-opacity),transparent)!important}.border-muted-foreground\/30{border-color:color-mix(in srgb,var(--colors-muted-foreground) 30%,transparent)!important}.border-neutral\/20{border-color:color-mix(in srgb,var(--colors-neutral-DEFAULT) 20%,transparent)!important}.border-primary,.peer:checked~.peer-checked\:border-primary,[border-primary=""]{border-color:color-mix(in srgb,var(--colors-primary-DEFAULT) var(--un-border-opacity),transparent)!important}.border-primary\/20,.dark .dark\:border-primary\/20{border-color:color-mix(in srgb,var(--colors-primary-DEFAULT) 20%,transparent)!important}.border-primary\/30{border-color:color-mix(in srgb,var(--colors-primary-DEFAULT) 30%,transparent)!important}.border-primary\/50{border-color:color-mix(in srgb,var(--colors-primary-DEFAULT) 50%,transparent)!important}.border-success\/20{border-color:color-mix(in srgb,var(--colors-success-DEFAULT) 20%,transparent)!important}.border-success\/30{border-color:color-mix(in srgb,var(--colors-success-DEFAULT) 30%,transparent)!important}.border-success\/50{border-color:color-mix(in srgb,var(--colors-success-DEFAULT) 50%,transparent)!important}.border-transparent{border-color:transparent!important}.border-warning\/20{border-color:color-mix(in srgb,var(--colors-warning-DEFAULT) 20%,transparent)!important}.border-warning\/30{border-color:color-mix(in srgb,var(--colors-warning-DEFAULT) 30%,transparent)!important}.border-yellow-200{border-color:color-mix(in srgb,var(--colors-yellow-200) var(--un-border-opacity),transparent)!important}.dark .dark\:border-amber-600{border-color:color-mix(in srgb,var(--colors-amber-600) var(--un-border-opacity),transparent)!important}.dark .dark\:border-amber-700{border-color:color-mix(in srgb,var(--colors-amber-700) var(--un-border-opacity),transparent)!important}.dark .dark\:border-blue-700{border-color:color-mix(in srgb,var(--colors-blue-700) var(--un-border-opacity),transparent)!important}.dark .dark\:border-gray-600{border-color:color-mix(in srgb,var(--colors-gray-600) var(--un-border-opacity),transparent)!important}.dark .dark\:border-gray-900{border-color:color-mix(in srgb,var(--colors-gray-900) var(--un-border-opacity),transparent)!important}[border-info=""]{border-color:color-mix(in srgb,var(--colors-info-DEFAULT) var(--un-border-opacity),transparent)!important}.dark .dark\:hover\:border-primary\/40:hover{border-color:color-mix(in srgb,var(--colors-primary-DEFAULT) 40%,transparent)!important}.hover\:border-muted-foreground\/50:hover{border-color:color-mix(in srgb,var(--colors-muted-foreground) 50%,transparent)!important}.hover\:border-primary\/20:hover{border-color:color-mix(in srgb,var(--colors-primary-DEFAULT) 20%,transparent)!important}.hover\:border-primary\/30:hover{border-color:color-mix(in srgb,var(--colors-primary-DEFAULT) 30%,transparent)!important}.hover\:border-primary\/50:hover{border-color:color-mix(in srgb,var(--colors-primary-DEFAULT) 50%,transparent)!important}[hover\:border-primary=""]:hover{border-color:color-mix(in srgb,var(--colors-primary-DEFAULT) var(--un-border-opacity),transparent)!important}.focus\:border-destructive:focus{border-color:color-mix(in srgb,var(--colors-destructive-DEFAULT) var(--un-border-opacity),transparent)!important}.focus\:border-primary:focus{border-color:color-mix(in srgb,var(--colors-primary-DEFAULT) var(--un-border-opacity),transparent)!important}.focus\:border-transparent:focus,[focus\:border-transparent=""]:focus{border-color:transparent!important}.border-t-transparent{border-top-color:transparent!important}.rounded,[rounded=""]{border-radius:var(--radius-DEFAULT)!important}.rounded-2xl{border-radius:var(--radius-2xl)!important}.rounded-full,[rounded-full=""]{border-radius:calc(infinity*1px)!important}.rounded-lg,[rounded-lg=""]{border-radius:var(--radius-lg)!important}.rounded-md,[rounded-md=""]{border-radius:var(--radius-md)!important}.rounded-xl,[rounded-xl=""]{border-radius:var(--radius-xl)!important}.border-dashed{--un-border-style:dashed!important;border-style:dashed!important}.bg-accent{background-color:color-mix(in srgb,var(--colors-accent-DEFAULT) var(--un-bg-opacity),transparent)!important}.bg-accent\/20{background-color:color-mix(in srgb,var(--colors-accent-DEFAULT) 20%,transparent)!important}.bg-amber-100{background-color:color-mix(in srgb,var(--colors-amber-100) var(--un-bg-opacity),transparent)!important}.bg-amber-200{background-color:color-mix(in srgb,var(--colors-amber-200) var(--un-bg-opacity),transparent)!important}.bg-amber-300{background-color:color-mix(in srgb,var(--colors-amber-300) var(--un-bg-opacity),transparent)!important}.bg-background,.dark [dark\:bg-background=""],[bg-background=""]{background-color:color-mix(in srgb,var(--colors-background) var(--un-bg-opacity),transparent)!important}.bg-background\/50{background-color:color-mix(in srgb,var(--colors-background) 50%,transparent)!important}.bg-background\/60{background-color:color-mix(in srgb,var(--colors-background) 60%,transparent)!important}.bg-background\/80{background-color:color-mix(in srgb,var(--colors-background) 80%,transparent)!important}.bg-background\/90{background-color:color-mix(in srgb,var(--colors-background) 90%,transparent)!important}.bg-black\/40{background-color:color-mix(in srgb,var(--colors-black) 40%,transparent)!important}.bg-black\/50{background-color:color-mix(in srgb,var(--colors-black) 50%,transparent)!important}.bg-black\/60,.dark .dark\:bg-black\/60{background-color:color-mix(in srgb,var(--colors-black) 60%,transparent)!important}.bg-black\/80{background-color:color-mix(in srgb,var(--colors-black) 80%,transparent)!important}.bg-blue-100{background-color:color-mix(in srgb,var(--colors-blue-100) var(--un-bg-opacity),transparent)!important}.bg-card,.dark .dark\:bg-card,.dark [dark\:bg-card=""],[bg-card=""]{background-color:color-mix(in srgb,var(--colors-card-DEFAULT) var(--un-bg-opacity),transparent)!important}.bg-card\/50{background-color:color-mix(in srgb,var(--colors-card-DEFAULT) 50%,transparent)!important}.bg-destructive,[bg-destructive=""]{background-color:color-mix(in srgb,var(--colors-destructive-DEFAULT) var(--un-bg-opacity),transparent)!important}.bg-destructive\/10{background-color:color-mix(in srgb,var(--colors-destructive-DEFAULT) 10%,transparent)!important}.bg-destructive\/20{background-color:color-mix(in srgb,var(--colors-destructive-DEFAULT) 20%,transparent)!important}.bg-gray-400{background-color:color-mix(in srgb,var(--colors-gray-400) var(--un-bg-opacity),transparent)!important}.bg-green-400{background-color:color-mix(in srgb,var(--colors-green-400) var(--un-bg-opacity),transparent)!important}.bg-green-600{background-color:color-mix(in srgb,var(--colors-green-600) var(--un-bg-opacity),transparent)!important}.bg-info,[bg-info=""]{background-color:color-mix(in srgb,var(--colors-info-DEFAULT) var(--un-bg-opacity),transparent)!important}.bg-info\/10{background-color:color-mix(in srgb,var(--colors-info-DEFAULT) 10%,transparent)!important}.bg-info\/20{background-color:color-mix(in srgb,var(--colors-info-DEFAULT) 20%,transparent)!important}.bg-info\/5{background-color:color-mix(in srgb,var(--colors-info-DEFAULT) 5%,transparent)!important}.bg-input,[bg-input=""]{background-color:color-mix(in srgb,var(--colors-input) var(--un-bg-opacity),transparent)!important}.bg-muted,.dark [dark\:bg-muted=""],[bg-muted=""]{background-color:color-mix(in srgb,var(--colors-muted-DEFAULT) var(--un-bg-opacity),transparent)!important}.bg-muted\/10,.dark .dark\:bg-muted\/10{background-color:color-mix(in srgb,var(--colors-muted-DEFAULT) 10%,transparent)!important}.bg-muted\/20{background-color:color-mix(in srgb,var(--colors-muted-DEFAULT) 20%,transparent)!important}.bg-muted\/30{background-color:color-mix(in srgb,var(--colors-muted-DEFAULT) 30%,transparent)!important}.bg-muted\/40,.dark .dark\:bg-muted\/40{background-color:color-mix(in srgb,var(--colors-muted-DEFAULT) 40%,transparent)!important}.bg-muted\/50{background-color:color-mix(in srgb,var(--colors-muted-DEFAULT) 50%,transparent)!important}.bg-neutral\/20{background-color:color-mix(in srgb,var(--colors-neutral-DEFAULT) 20%,transparent)!important}.bg-popover,[bg-popover=""]{background-color:color-mix(in srgb,var(--colors-popover-DEFAULT) var(--un-bg-opacity),transparent)!important}.bg-primary,.dark [dark\:bg-primary=""],.peer:checked~.peer-checked\:bg-primary,[bg-primary=""]{background-color:color-mix(in srgb,var(--colors-primary-DEFAULT) var(--un-bg-opacity),transparent)!important}.bg-primary\/\[0\.05\]{background-color:color-mix(in srgb,var(--colors-primary-DEFAULT) .05,transparent)!important}.bg-primary\/10,.dark .dark\:bg-primary\/10{background-color:color-mix(in srgb,var(--colors-primary-DEFAULT) 10%,transparent)!important}.bg-primary\/15{background-color:color-mix(in srgb,var(--colors-primary-DEFAULT) 15%,transparent)!important}.bg-primary\/20,.dark .dark\:bg-primary\/20{background-color:color-mix(in srgb,var(--colors-primary-DEFAULT) 20%,transparent)!important}.bg-primary\/5{background-color:color-mix(in srgb,var(--colors-primary-DEFAULT) 5%,transparent)!important}.bg-red-100{background-color:color-mix(in srgb,var(--colors-red-100) var(--un-bg-opacity),transparent)!important}.bg-red-400{background-color:color-mix(in srgb,var(--colors-red-400) var(--un-bg-opacity),transparent)!important}.bg-red-600{background-color:color-mix(in srgb,var(--colors-red-600) var(--un-bg-opacity),transparent)!important}.bg-success{background-color:color-mix(in srgb,var(--colors-success-DEFAULT) var(--un-bg-opacity),transparent)!important}.bg-success\/10{background-color:color-mix(in srgb,var(--colors-success-DEFAULT) 10%,transparent)!important}.bg-success\/20{background-color:color-mix(in srgb,var(--colors-success-DEFAULT) 20%,transparent)!important}.bg-warning,[bg-warning=""]{background-color:color-mix(in srgb,var(--colors-warning-DEFAULT) var(--un-bg-opacity),transparent)!important}.bg-warning\/10{background-color:color-mix(in srgb,var(--colors-warning-DEFAULT) 10%,transparent)!important}.bg-warning\/20{background-color:color-mix(in srgb,var(--colors-warning-DEFAULT) 20%,transparent)!important}.bg-warning\/5{background-color:color-mix(in srgb,var(--colors-warning-DEFAULT) 5%,transparent)!important}.bg-white,.dark .dark\:bg-white{background-color:color-mix(in srgb,var(--colors-white) var(--un-bg-opacity),transparent)!important}.bg-yellow-400{background-color:color-mix(in srgb,var(--colors-yellow-400) var(--un-bg-opacity),transparent)!important}.bg-yellow-50{background-color:color-mix(in srgb,var(--colors-yellow-50) var(--un-bg-opacity),transparent)!important}.dark .dark\:bg-accent\/15{background-color:color-mix(in srgb,var(--colors-accent-DEFAULT) 15%,transparent)!important}.dark .dark\:bg-amber-600{background-color:color-mix(in srgb,var(--colors-amber-600) var(--un-bg-opacity),transparent)!important}.dark .dark\:bg-amber-800\/50{background-color:color-mix(in srgb,var(--colors-amber-800) 50%,transparent)!important}.dark .dark\:bg-amber-900\/30{background-color:color-mix(in srgb,var(--colors-amber-900) 30%,transparent)!important}.dark .dark\:bg-background\/40{background-color:color-mix(in srgb,var(--colors-background) 40%,transparent)!important}.dark .dark\:bg-blue-900\/30{background-color:color-mix(in srgb,var(--colors-blue-900) 30%,transparent)!important}.dark .dark\:bg-card\/80{background-color:color-mix(in srgb,var(--colors-card-DEFAULT) 80%,transparent)!important}.dark .dark\:bg-gray-800{background-color:color-mix(in srgb,var(--colors-gray-800) var(--un-bg-opacity),transparent)!important}.dark .dark\:bg-muted\/15{background-color:color-mix(in srgb,var(--colors-muted-DEFAULT) 15%,transparent)!important}.dark .dark\:bg-primary\/\[0\.03\]{background-color:color-mix(in srgb,var(--colors-primary-DEFAULT) .03,transparent)!important}[bg-black=""]{background-color:color-mix(in srgb,var(--colors-black) var(--un-bg-opacity),transparent)!important}.dark .dark\:hover\:bg-background\/60:hover{background-color:color-mix(in srgb,var(--colors-background) 60%,transparent)!important}.dark .group:hover .dark\:group-hover\:bg-primary\/30{background-color:color-mix(in srgb,var(--colors-primary-DEFAULT) 30%,transparent)!important}.dark [dark\:hover\:bg-background=""]:hover{background-color:color-mix(in srgb,var(--colors-background) var(--un-bg-opacity),transparent)!important}.group:hover .group-hover\:bg-primary\/25{background-color:color-mix(in srgb,var(--colors-primary-DEFAULT) 25%,transparent)!important}.hover\:bg-accent:hover{background-color:color-mix(in srgb,var(--colors-accent-DEFAULT) var(--un-bg-opacity),transparent)!important}.hover\:bg-accent\/90:hover{background-color:color-mix(in srgb,var(--colors-accent-DEFAULT) 90%,transparent)!important}.hover\:bg-background:hover{background-color:color-mix(in srgb,var(--colors-background) var(--un-bg-opacity),transparent)!important}.hover\:bg-black\/70:hover{background-color:color-mix(in srgb,var(--colors-black) 70%,transparent)!important}.hover\:bg-card:hover{background-color:color-mix(in srgb,var(--colors-card-DEFAULT) var(--un-bg-opacity),transparent)!important}.hover\:bg-destructive\/10:hover{background-color:color-mix(in srgb,var(--colors-destructive-DEFAULT) 10%,transparent)!important}.hover\:bg-destructive\/20:hover{background-color:color-mix(in srgb,var(--colors-destructive-DEFAULT) 20%,transparent)!important}.hover\:bg-destructive\/90:hover{background-color:color-mix(in srgb,var(--colors-destructive-DEFAULT) 90%,transparent)!important}.hover\:bg-foreground:hover{background-color:color-mix(in srgb,var(--colors-foreground) var(--un-bg-opacity),transparent)!important}.hover\:bg-green-700:hover{background-color:color-mix(in srgb,var(--colors-green-700) var(--un-bg-opacity),transparent)!important}.hover\:bg-info\/20:hover{background-color:color-mix(in srgb,var(--colors-info-DEFAULT) 20%,transparent)!important}.hover\:bg-info\/90:hover{background-color:color-mix(in srgb,var(--colors-info-DEFAULT) 90%,transparent)!important}.hover\:bg-muted:hover{background-color:color-mix(in srgb,var(--colors-muted-DEFAULT) var(--un-bg-opacity),transparent)!important}.hover\:bg-muted\/20:hover{background-color:color-mix(in srgb,var(--colors-muted-DEFAULT) 20%,transparent)!important}.hover\:bg-muted\/50:hover{background-color:color-mix(in srgb,var(--colors-muted-DEFAULT) 50%,transparent)!important}.hover\:bg-muted\/80:hover{background-color:color-mix(in srgb,var(--colors-muted-DEFAULT) 80%,transparent)!important}.hover\:bg-muted\/90:hover{background-color:color-mix(in srgb,var(--colors-muted-DEFAULT) 90%,transparent)!important}.hover\:bg-primary:hover{background-color:color-mix(in srgb,var(--colors-primary-DEFAULT) var(--un-bg-opacity),transparent)!important}.hover\:bg-primary\/10:hover{background-color:color-mix(in srgb,var(--colors-primary-DEFAULT) 10%,transparent)!important}.hover\:bg-primary\/80:hover{background-color:color-mix(in srgb,var(--colors-primary-DEFAULT) 80%,transparent)!important}.hover\:bg-primary\/90:hover{background-color:color-mix(in srgb,var(--colors-primary-DEFAULT) 90%,transparent)!important}.hover\:bg-red-700:hover{background-color:color-mix(in srgb,var(--colors-red-700) var(--un-bg-opacity),transparent)!important}.hover\:bg-success\/10:hover{background-color:color-mix(in srgb,var(--colors-success-DEFAULT) 10%,transparent)!important}.hover\:bg-success\/20:hover{background-color:color-mix(in srgb,var(--colors-success-DEFAULT) 20%,transparent)!important}.hover\:bg-success\/90:hover{background-color:color-mix(in srgb,var(--colors-success-DEFAULT) 90%,transparent)!important}.hover\:bg-warning\/20:hover{background-color:color-mix(in srgb,var(--colors-warning-DEFAULT) 20%,transparent)!important}.hover\:bg-warning\/90:hover{background-color:color-mix(in srgb,var(--colors-warning-DEFAULT) 90%,transparent)!important}[hover\:bg-background=""]:hover{background-color:color-mix(in srgb,var(--colors-background) var(--un-bg-opacity),transparent)!important}[hover\:bg-foreground=""]:hover{background-color:color-mix(in srgb,var(--colors-foreground) var(--un-bg-opacity),transparent)!important}.dark .dark\:opacity-70,.opacity-70{opacity:70%!important}.opacity-0,[opacity-0=""]{opacity:0!important}.group:hover .group-hover\:opacity-100,.opacity-100{opacity:100%!important}.opacity-25{opacity:25%!important}.opacity-30{opacity:30%!important}.opacity-50{opacity:50%!important}.opacity-60{opacity:60%!important}.opacity-75{opacity:75%!important}.hover\:opacity-100:hover{opacity:100%!important}.disabled\:opacity-50:disabled{opacity:50%!important}.hover\:underline:hover,.underline,[hover\:underline=""]:hover{text-decoration-line:underline!important}.hover\:no-underline:hover{text-decoration:none!important}.flex,[flex=""]{display:flex!important}.inline-flex{display:inline-flex!important}.flex-1,[flex-1=""]{flex:1 1 0%!important}.flex-shrink-0,.shrink-0,[flex-shrink-0=""],[shrink-0=""]{flex-shrink:0!important}.flex-grow{flex-grow:1!important}.flex-col,[flex-col=""]{flex-direction:column!important}.flex-wrap{flex-wrap:wrap!important}.gap-0{gap:calc(var(--spacing)*0)!important}.gap-1{gap:calc(var(--spacing)*1)!important}.gap-1\.5,[gap-1\.5=""]{gap:calc(var(--spacing)*1.5)!important}.gap-2,[gap-2=""]{gap:calc(var(--spacing)*2)!important}.gap-2\.5{gap:calc(var(--spacing)*2.5)!important}.gap-3,[gap-3=""]{gap:calc(var(--spacing)*3)!important}.gap-4,[gap-4=""]{gap:calc(var(--spacing)*4)!important}.gap-5{gap:calc(var(--spacing)*5)!important}.gap-6,[gap-6=""]{gap:calc(var(--spacing)*6)!important}.grid,[grid=""]{display:grid!important}.grid-cols-1{grid-template-columns:repeat(1,minmax(0,1fr))!important}.grid-cols-2,[grid-cols-2=""]{grid-template-columns:repeat(2,minmax(0,1fr))!important}.grid-cols-7{grid-template-columns:repeat(7,minmax(0,1fr))!important}[rows~="3"]{grid-template-rows:repeat(3,minmax(0,1fr))!important}[rows~="8"]{grid-template-rows:repeat(8,minmax(0,1fr))!important}.size-5{height:calc(var(--spacing)*5)!important;width:calc(var(--spacing)*5)!important}.size-6{height:calc(var(--spacing)*6)!important;width:calc(var(--spacing)*6)!important}.h-\[100svh\]{height:100svh!important}.h-\[200px\]{height:200px!important}.h-\[240px\]{height:240px!important}.h-\[35px\]{height:35px!important}.h-\[90vh\]{height:90vh!important}.h-10{height:calc(var(--spacing)*10)!important}.h-12,[h-12=""]{height:calc(var(--spacing)*12)!important}.h-16{height:calc(var(--spacing)*16)!important}.h-2,.h2{height:calc(var(--spacing)*2)!important}.h-3,.h3,[h3=""]{height:calc(var(--spacing)*3)!important}.h-3\.5,[h-3\.5=""]{height:calc(var(--spacing)*3.5)!important}.h-4,.h4,[h-4=""]{height:calc(var(--spacing)*4)!important}.h-5,.h5,[h-5=""]{height:calc(var(--spacing)*5)!important}.h-6,.h6,[h-6=""]{height:calc(var(--spacing)*6)!important}.h-8{height:calc(var(--spacing)*8)!important}.h-full{height:100%!important}.h1{height:calc(var(--spacing)*1)!important}.max-h-\[50vh\]{max-height:50vh!important}.max-h-\[60vh\]{max-height:60vh!important}.max-h-\[90vh\]{max-height:90vh!important}.max-h-40{max-height:calc(var(--spacing)*40)!important}.max-h-48{max-height:calc(var(--spacing)*48)!important}.max-h-80{max-height:calc(var(--spacing)*80)!important}.max-h-96{max-height:calc(var(--spacing)*96)!important}.max-w-\[90vw\]{max-width:90vw!important}.max-w-2xl,[max-w-2xl=""]{max-width:var(--container-2xl)!important}.max-w-3xl{max-width:var(--container-3xl)!important}.max-w-4xl{max-width:var(--container-4xl)!important}.max-w-5xl{max-width:var(--container-5xl)!important}.max-w-7xl{max-width:var(--container-7xl)!important}.max-w-md{max-width:var(--container-md)!important}.max-w-sm{max-width:var(--container-sm)!important}.max-w-xl{max-width:var(--container-xl)!important}.min-h-\[140px\]{min-height:140px!important}.min-h-\[250px\]{min-height:250px!important}.min-h-\[44px\]{min-height:44px!important}.min-h-screen{min-height:100vh!important}.min-w-\[100px\]{min-width:100px!important}.min-w-\[110px\]{min-width:110px!important}.min-w-\[44px\]{min-width:44px!important}.min-w-\[600px\]{min-width:600px!important}.min-w-\[900px\]{min-width:900px!important}.min-w-0{min-width:calc(var(--spacing)*0)!important}.min-w-full{min-width:100%!important}.w-\[100shv\]{width:100shv!important}.w-\[35px\]{width:35px!important}.w-\[90vw\]{width:90vw!important}.w-10{width:calc(var(--spacing)*10)!important}.w-12,[w-12=""]{width:calc(var(--spacing)*12)!important}.w-16{width:calc(var(--spacing)*16)!important}.w-2{width:calc(var(--spacing)*2)!important}.w-3{width:calc(var(--spacing)*3)!important}.w-3\.5,[w-3\.5=""]{width:calc(var(--spacing)*3.5)!important}.w-4,[w-4=""]{width:calc(var(--spacing)*4)!important}.w-4\/5{width:80%!important}.w-5,[w-5=""]{width:calc(var(--spacing)*5)!important}.w-6,[w-6=""]{width:calc(var(--spacing)*6)!important}.w-8{width:calc(var(--spacing)*8)!important}.w-96{width:calc(var(--spacing)*96)!important}.w-full,[w-full=""]{width:100%!important}.max-w-screen-2xl{max-width:96rem!important}.inline{display:inline!important}.block{display:block!important}.inline-block{display:inline-block!important}.dark .dark\:hidden,.hidden,.light .light\:hidden,[hidden=""]{display:none!important}.visible,[visible=""]{visibility:visible!important}.cursor-pointer,[cursor-pointer=""]{cursor:pointer!important}.cursor-not-allowed,.disabled\:cursor-not-allowed:disabled{cursor:not-allowed!important}.cursor-grab{cursor:grab!important}.active\:cursor-grabbing:active{cursor:grabbing!important}.cursor-zoom-in{cursor:zoom-in!important}.pointer-events-none,[pointer-events-none=""]{pointer-events:none!important}.resize-none{resize:none!important}.select-none,[select-none=""]{-webkit-user-select:none!important;-moz-user-select:none!important;user-select:none!important}.whitespace-nowrap{white-space:nowrap!important}.break-all{word-break:break-all!important}.text-nowrap{text-wrap:nowrap!important}.truncate{overflow:hidden!important;text-overflow:ellipsis!important;white-space:nowrap!important}.uppercase{text-transform:uppercase!important}.capitalize{text-transform:capitalize!important}.italic{font-style:italic!important}.ring-1{--un-ring-shadow:var(--un-ring-inset,) 0 0 0 calc(1px + var(--un-ring-offset-width)) var(--un-ring-color,currentColor)!important;box-shadow:var(--un-inset-shadow),var(--un-inset-ring-shadow),var(--un-ring-offset-shadow),var(--un-ring-shadow),var(--un-shadow)!important}.focus\:ring-2:focus,.ring-2{--un-ring-shadow:var(--un-ring-inset,) 0 0 0 calc(2px + var(--un-ring-offset-width)) var(--un-ring-color,currentColor)!important}.focus\:ring-2:focus,.focus\:ring:focus,.ring-2{box-shadow:var(--un-inset-shadow),var(--un-inset-ring-shadow),var(--un-ring-offset-shadow),var(--un-ring-shadow),var(--un-shadow)!important}.focus\:ring:focus{--un-ring-shadow:var(--un-ring-inset,) 0 0 0 calc(1px + var(--un-ring-offset-width)) var(--un-ring-color,currentColor)!important}[focus\:ring-2=""]:focus{--un-ring-shadow:var(--un-ring-inset,) 0 0 0 calc(2px + var(--un-ring-offset-width)) var(--un-ring-color,currentColor)!important;box-shadow:var(--un-inset-shadow),var(--un-inset-ring-shadow),var(--un-ring-offset-shadow),var(--un-ring-shadow),var(--un-shadow)!important}.dark .dark\:ring-border,.ring-border{--un-ring-color:color-mix(in srgb,var(--colors-border) var(--un-ring-opacity),transparent)!important}.ring-accent{--un-ring-color:color-mix(in srgb,var(--colors-accent-DEFAULT) var(--un-ring-opacity),transparent)!important}.ring-primary{--un-ring-color:color-mix(in srgb,var(--colors-primary-DEFAULT) var(--un-ring-opacity),transparent)!important}.focus\:ring-destructive\/20:focus{--un-ring-color:color-mix(in srgb,var(--colors-destructive-DEFAULT) 20%,transparent)!important}.focus\:ring-primary:focus{--un-ring-color:color-mix(in srgb,var(--colors-primary-DEFAULT) var(--un-ring-opacity),transparent)!important}.focus\:ring-primary\/20:focus{--un-ring-color:color-mix(in srgb,var(--colors-primary-DEFAULT) 20%,transparent)!important}.focus\:ring-ring:focus{--un-ring-color:color-mix(in srgb,var(--colors-ring) var(--un-ring-opacity),transparent)!important}.ring-offset-2{--un-ring-offset-width:2px!important;--un-ring-offset-shadow:var(--un-ring-inset,) 0 0 0 var(--un-ring-offset-width) var(--un-ring-offset-color)!important}.shadow,.shadow-sm,[shadow-sm=""],[shadow-sm~="5))"],[shadow-sm~="})"]{--un-shadow:0 1px 3px 0 var(--un-shadow-color,rgba(0,0,0,.1)),0 1px 2px -1px var(--un-shadow-color,rgba(0,0,0,.1))!important}.shadow,.shadow-2xl,.shadow-sm,[shadow-sm=""],[shadow-sm~="5))"],[shadow-sm~="})"]{box-shadow:var(--un-inset-shadow),var(--un-inset-ring-shadow),var(--un-ring-offset-shadow),var(--un-ring-shadow),var(--un-shadow)!important}.shadow-2xl{--un-shadow:0 25px 50px -12px var(--un-shadow-color,rgba(0,0,0,.25))!important}.shadow-info\/20{--un-shadow-color:color-mix(in srgb,var(--colors-info-DEFAULT) 20%,transparent)!important}.shadow-inner{--un-shadow:inset 0 2px 4px 0 var(--un-shadow-color,rgba(0,0,0,.05))!important}.shadow-inner,.shadow-lg{box-shadow:var(--un-inset-shadow),var(--un-inset-ring-shadow),var(--un-ring-offset-shadow),var(--un-ring-shadow),var(--un-shadow)!important}.shadow-lg{--un-shadow:0 10px 15px -3px var(--un-shadow-color,rgba(0,0,0,.1)),0 4px 6px -4px var(--un-shadow-color,rgba(0,0,0,.1))!important}.shadow-md,[shadow-md=""]{--un-shadow:0 4px 6px -1px var(--un-shadow-color,rgba(0,0,0,.1)),0 2px 4px -2px var(--un-shadow-color,rgba(0,0,0,.1))!important;box-shadow:var(--un-inset-shadow),var(--un-inset-ring-shadow),var(--un-ring-offset-shadow),var(--un-ring-shadow),var(--un-shadow)!important}.shadow-primary\/20{--un-shadow-color:color-mix(in srgb,var(--colors-primary-DEFAULT) 20%,transparent)!important}.shadow-success\/20{--un-shadow-color:color-mix(in srgb,var(--colors-success-DEFAULT) 20%,transparent)!important}.shadow-warning\/20{--un-shadow-color:color-mix(in srgb,var(--colors-warning-DEFAULT) 20%,transparent)!important}.shadow-xl{--un-shadow:0 20px 25px -5px var(--un-shadow-color,rgba(0,0,0,.1)),0 8px 10px -6px var(--un-shadow-color,rgba(0,0,0,.1))!important}.hover\:shadow-lg:hover,.shadow-xl{box-shadow:var(--un-inset-shadow),var(--un-inset-ring-shadow),var(--un-ring-offset-shadow),var(--un-ring-shadow),var(--un-shadow)!important}.hover\:shadow-lg:hover{--un-shadow:0 10px 15px -3px var(--un-shadow-color,rgba(0,0,0,.1)),0 4px 6px -4px var(--un-shadow-color,rgba(0,0,0,.1))!important}.hover\:shadow-md:hover{--un-shadow:0 4px 6px -1px var(--un-shadow-color,rgba(0,0,0,.1)),0 2px 4px -2px var(--un-shadow-color,rgba(0,0,0,.1))!important;box-shadow:var(--un-inset-shadow),var(--un-inset-ring-shadow),var(--un-ring-offset-shadow),var(--un-ring-shadow),var(--un-shadow)!important}.hover\:shadow-sm:hover,.hover\:shadow:hover{--un-shadow:0 1px 3px 0 var(--un-shadow-color,rgba(0,0,0,.1)),0 1px 2px -1px var(--un-shadow-color,rgba(0,0,0,.1))!important}.hover\:shadow-sm:hover,.hover\:shadow:hover,[hover\:shadow-lg=""]:hover{box-shadow:var(--un-inset-shadow),var(--un-inset-ring-shadow),var(--un-ring-offset-shadow),var(--un-ring-shadow),var(--un-shadow)!important}[hover\:shadow-lg=""]:hover{--un-shadow:0 10px 15px -3px var(--un-shadow-color,rgba(0,0,0,.1)),0 4px 6px -4px var(--un-shadow-color,rgba(0,0,0,.1))!important}.disabled\:hover\:shadow-none:hover:disabled,.disabled\:shadow-none:disabled{--un-shadow:0 0 var(--un-shadow-color,transparent)!important;box-shadow:var(--un-inset-shadow),var(--un-inset-ring-shadow),var(--un-ring-offset-shadow),var(--un-ring-shadow),var(--un-shadow)!important}.-translate-y-1\/2{--un-translate-y:-50%!important}.-translate-y-1\/2,.translate-y-0{translate:var(--un-translate-x) var(--un-translate-y)!important}.translate-y-0{--un-translate-y:calc(var(--spacing)*0)!important}.translate-y-4{--un-translate-y:calc(var(--spacing)*4)!important}.translate-y-4,[-translate-y-1=""]{translate:var(--un-translate-x) var(--un-translate-y)!important}[-translate-y-1=""]{--un-translate-y:calc(var(--spacing)*1*-1)!important}.group:hover .group-hover\:-translate-x-0\.5{--un-translate-x:calc(var(--spacing)*.5*-1)!important;translate:var(--un-translate-x) var(--un-translate-y)!important}.group:hover .group-hover\:translate-x-0\.5{--un-translate-x:calc(var(--spacing)*.5)!important;translate:var(--un-translate-x) var(--un-translate-y)!important}.group:hover .group-hover\:translate-x-1{--un-translate-x:calc(var(--spacing)*1)!important;translate:var(--un-translate-x) var(--un-translate-y)!important}.hover\:-translate-y-0\.5:hover{--un-translate-y:calc(var(--spacing)*.5*-1)!important;translate:var(--un-translate-x) var(--un-translate-y)!important}.group:hover .group-hover\:rotate-180,.rotate-180{rotate:180deg!important}.group:hover .group-hover\:rotate-0{rotate:0!important}.scale-100{--un-scale-x:100%!important;--un-scale-y:100%!important}.scale-100,.scale-105{scale:var(--un-scale-x) var(--un-scale-y)!important}.scale-105{--un-scale-x:105%!important;--un-scale-y:105%!important}.group:hover .group-hover\:scale-110,.scale-110{--un-scale-x:110%!important;--un-scale-y:110%!important;scale:var(--un-scale-x) var(--un-scale-y)!important}.scale-95{--un-scale-x:95%!important;--un-scale-y:95%!important}.hover\:scale-\[1\.02\]:hover,.scale-95{scale:var(--un-scale-x) var(--un-scale-y)!important}.hover\:scale-\[1\.02\]:hover{--un-scale-x:1.02!important;--un-scale-y:1.02!important}.hover\:scale-105:hover{--un-scale-x:105%!important;--un-scale-y:105%!important;scale:var(--un-scale-x) var(--un-scale-y)!important}.active\:scale-\[0\.98\]:active{--un-scale-x:.98!important;--un-scale-y:.98!important;scale:var(--un-scale-x) var(--un-scale-y)!important}.active\:scale-95:active,[active\:scale-95=""]:active{--un-scale-x:95%!important;--un-scale-y:95%!important;scale:var(--un-scale-x) var(--un-scale-y)!important}.disabled\:hover\:scale-100:hover:disabled{--un-scale-x:100%!important;--un-scale-y:100%!important;scale:var(--un-scale-x) var(--un-scale-y)!important}.transform{transform:var(--un-rotate-x) var(--un-rotate-y) var(--un-rotate-z) var(--un-skew-x) var(--un-skew-y)!important}.transition,[transition=""]{transition-duration:var(--un-duration,var(--default-transition-duration))!important;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,backdrop-filter!important;transition-timing-function:var(--un-ease,var(--default-transition-timingFunction))!important}.transition-all,[transition-all=""]{transition-duration:var(--un-duration,var(--default-transition-duration))!important;transition-property:all!important;transition-timing-function:var(--un-ease,var(--default-transition-timingFunction))!important}.transition-colors,[transition-colors=""]{transition-duration:var(--un-duration,var(--default-transition-duration))!important;transition-property:color,background-color,border-color,text-decoration-color,fill,stroke,--un-gradient-from,--un-gradient-via,--un-gradient-to!important;transition-timing-function:var(--un-ease,var(--default-transition-timingFunction))!important}.transition-opacity{transition-duration:var(--un-duration,var(--default-transition-duration))!important;transition-property:opacity!important;transition-timing-function:var(--un-ease,var(--default-transition-timingFunction))!important}.transition-transform,[transition-transform=""]{transition-duration:var(--un-duration,var(--default-transition-duration))!important;transition-property:transform,translate,scale,rotate!important;transition-timing-function:var(--un-ease,var(--default-transition-timingFunction))!important}.duration-100{--un-duration:.1s!important;transition-duration:.1s!important}.duration-150{--un-duration:.15s!important;transition-duration:.15s!important}.duration-200,[duration-200=""]{--un-duration:.2s!important;transition-duration:.2s!important}.duration-300,[duration-300=""]{--un-duration:.3s!important;transition-duration:.3s!important}.duration-400,[duration-400=""]{--un-duration:.4s!important;transition-duration:.4s!important}.ease{--un-ease:var(--ease-DEFAULT)!important;transition-timing-function:var(--ease-DEFAULT)!important}.ease-in{--un-ease:var(--ease-in)!important;transition-timing-function:var(--ease-in)!important}.ease-in-out{--un-ease:var(--ease-in-out)!important;transition-timing-function:var(--ease-in-out)!important}.ease-out{--un-ease:var(--ease-out)!important;transition-timing-function:var(--ease-out)!important}.items-start{align-items:flex-start!important}.items-center,[items-center=""]{align-items:center!important}.items-stretch{align-items:stretch!important}.inset-0,[inset-0=""]{inset:calc(var(--spacing)*0)!important}.bottom-0{bottom:calc(var(--spacing)*0)!important}.bottom-4{bottom:calc(var(--spacing)*4)!important}.left-0{left:calc(var(--spacing)*0)!important}.left-3,[left-3=""]{left:calc(var(--spacing)*3)!important}.left-4{left:calc(var(--spacing)*4)!important}.right-0{right:calc(var(--spacing)*0)!important}.right-0\.5{right:calc(var(--spacing)*.5)!important}.right-2,[right-2=""]{right:calc(var(--spacing)*2)!important}.right-3,[right-3=""]{right:calc(var(--spacing)*3)!important}.right-4{right:calc(var(--spacing)*4)!important}.top-0{top:calc(var(--spacing)*0)!important}.top-0\.5{top:calc(var(--spacing)*.5)!important}.top-1\/2{top:50%!important}.top-10,[top-10=""]{top:calc(var(--spacing)*10)!important}.top-20{top:calc(var(--spacing)*20)!important}.top-4,[top-4=""]{top:calc(var(--spacing)*4)!important}[top-1=""]{top:calc(var(--spacing)*1)!important}.justify-end,[justify-end=""]{justify-content:flex-end!important}.justify-center,[justify-center=""]{justify-content:center!important}.justify-between{justify-content:space-between!important}.absolute,[absolute=""]{position:absolute!important}.fixed,[fixed=""]{position:fixed!important}.relative,[relative=""]{position:relative!important}.sticky{position:sticky!important}.static{position:static!important}.z-0{z-index:0!important}.z-10,[z-10=""]{z-index:10!important}.z-30{z-index:30!important}.z-50,[z-50=""]{z-index:50!important}.overflow-auto{overflow:auto!important}.overflow-hidden{overflow:hidden!important}.overflow-x-auto{overflow-x:auto!important}.overflow-x-hidden{overflow-x:hidden!important}.overflow-y-auto{overflow-y:auto!important}[stroke-width~="1"]{stroke-width:1px!important}[stroke-width~="1.5"]{stroke-width:1.5px!important}[stroke-width~="2"]{stroke-width:2px!important}[stroke-width~="3"]{stroke-width:3px!important}[stroke-width~="4"]{stroke-width:4px!important}[stroke~=black]{stroke:color-mix(in srgb,var(--colors-black) var(--un-stroke-opacity),transparent)!important}@keyframes fade-in{0%{opacity:0}to{opacity:1}}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(1turn)}}.animate-fade-in{animation:fade-in 1s linear 1!important}.animate-spin{animation:spin 1s linear infinite!important}.dark .dark\:from-primary\/20,.from-primary\/20{--un-from-opacity:20%!important;--un-gradient-from:color-mix(in oklab,var(--colors-primary-DEFAULT) var(--un-from-opacity),transparent)!important;--un-gradient-stops:var(--un-gradient-via-stops,var(--un-gradient-position),var(--un-gradient-from) var(--un-gradient-from-position),var(--un-gradient-to) var(--un-gradient-to-position))!important}.dark .dark\:to-primary\/10,.to-primary\/10{--un-to-opacity:10%!important;--un-gradient-to:color-mix(in oklab,var(--colors-primary-DEFAULT) var(--un-to-opacity),transparent)!important;--un-gradient-stops:var(--un-gradient-via-stops,var(--un-gradient-position),var(--un-gradient-from) var(--un-gradient-from-position),var(--un-gradient-to) var(--un-gradient-to-position))!important}.from-card{--un-gradient-from:color-mix(in oklab,var(--colors-card-DEFAULT) var(--un-from-opacity),transparent)!important;--un-gradient-stops:var(--un-gradient-via-stops,var(--un-gradient-position),var(--un-gradient-from) var(--un-gradient-from-position),var(--un-gradient-to) var(--un-gradient-to-position))!important}.from-primary{--un-gradient-from:color-mix(in oklab,var(--colors-primary-DEFAULT) var(--un-from-opacity),transparent)!important;--un-gradient-stops:var(--un-gradient-via-stops,var(--un-gradient-position),var(--un-gradient-from) var(--un-gradient-from-position),var(--un-gradient-to) var(--un-gradient-to-position))!important}.from-primary\/15{--un-from-opacity:15%!important;--un-gradient-from:color-mix(in oklab,var(--colors-primary-DEFAULT) var(--un-from-opacity),transparent)!important;--un-gradient-stops:var(--un-gradient-via-stops,var(--un-gradient-position),var(--un-gradient-from) var(--un-gradient-from-position),var(--un-gradient-to) var(--un-gradient-to-position))!important}.from-primary\/5{--un-from-opacity:5%!important;--un-gradient-from:color-mix(in oklab,var(--colors-primary-DEFAULT) var(--un-from-opacity),transparent)!important;--un-gradient-stops:var(--un-gradient-via-stops,var(--un-gradient-position),var(--un-gradient-from) var(--un-gradient-from-position),var(--un-gradient-to) var(--un-gradient-to-position))!important}.to-accent\/5{--un-to-opacity:5%!important;--un-gradient-to:color-mix(in oklab,var(--colors-accent-DEFAULT) var(--un-to-opacity),transparent)!important;--un-gradient-stops:var(--un-gradient-via-stops,var(--un-gradient-position),var(--un-gradient-from) var(--un-gradient-from-position),var(--un-gradient-to) var(--un-gradient-to-position))!important}.to-muted\/20{--un-to-opacity:20%!important;--un-gradient-to:color-mix(in oklab,var(--colors-muted-DEFAULT) var(--un-to-opacity),transparent)!important;--un-gradient-stops:var(--un-gradient-via-stops,var(--un-gradient-position),var(--un-gradient-from) var(--un-gradient-from-position),var(--un-gradient-to) var(--un-gradient-to-position))!important}.to-primary\/5{--un-to-opacity:5%!important;--un-gradient-to:color-mix(in oklab,var(--colors-primary-DEFAULT) var(--un-to-opacity),transparent)!important;--un-gradient-stops:var(--un-gradient-via-stops,var(--un-gradient-position),var(--un-gradient-from) var(--un-gradient-from-position),var(--un-gradient-to) var(--un-gradient-to-position))!important}.to-primary\/80{--un-to-opacity:80%!important;--un-gradient-to:color-mix(in oklab,var(--colors-primary-DEFAULT) var(--un-to-opacity),transparent)!important;--un-gradient-stops:var(--un-gradient-via-stops,var(--un-gradient-position),var(--un-gradient-from) var(--un-gradient-from-position),var(--un-gradient-to) var(--un-gradient-to-position))!important}.to-primary\/90{--un-to-opacity:90%!important;--un-gradient-to:color-mix(in oklab,var(--colors-primary-DEFAULT) var(--un-to-opacity),transparent)!important;--un-gradient-stops:var(--un-gradient-via-stops,var(--un-gradient-position),var(--un-gradient-from) var(--un-gradient-from-position),var(--un-gradient-to) var(--un-gradient-to-position))!important}.via-accent\/5{--un-via-opacity:5%!important;--un-gradient-via:color-mix(in oklab,var(--colors-accent-DEFAULT) var(--un-via-opacity),transparent)!important;--un-gradient-via-stops:var(--un-gradient-position),var(--un-gradient-from) var(--un-gradient-from-position),var(--un-gradient-via) var(--un-gradient-via-position),var(--un-gradient-to) var(--un-gradient-to-position)!important;--un-gradient-stops:var(--un-gradient-via-stops)!important}.dark .dark\:hover\:from-primary\/30:hover{--un-from-opacity:30%!important;--un-gradient-from:color-mix(in oklab,var(--colors-primary-DEFAULT) var(--un-from-opacity),transparent)!important;--un-gradient-stops:var(--un-gradient-via-stops,var(--un-gradient-position),var(--un-gradient-from) var(--un-gradient-from-position),var(--un-gradient-to) var(--un-gradient-to-position))!important}.dark .dark\:hover\:to-primary\/15:hover{--un-to-opacity:15%!important;--un-gradient-to:color-mix(in oklab,var(--colors-primary-DEFAULT) var(--un-to-opacity),transparent)!important;--un-gradient-stops:var(--un-gradient-via-stops,var(--un-gradient-position),var(--un-gradient-from) var(--un-gradient-from-position),var(--un-gradient-to) var(--un-gradient-to-position))!important}.hover\:from-primary\/25:hover{--un-from-opacity:25%!important;--un-gradient-from:color-mix(in oklab,var(--colors-primary-DEFAULT) var(--un-from-opacity),transparent)!important;--un-gradient-stops:var(--un-gradient-via-stops,var(--un-gradient-position),var(--un-gradient-from) var(--un-gradient-from-position),var(--un-gradient-to) var(--un-gradient-to-position))!important}.hover\:to-primary\/10:hover{--un-to-opacity:10%!important;--un-gradient-to:color-mix(in oklab,var(--colors-primary-DEFAULT) var(--un-to-opacity),transparent)!important;--un-gradient-stops:var(--un-gradient-via-stops,var(--un-gradient-position),var(--un-gradient-from) var(--un-gradient-from-position),var(--un-gradient-to) var(--un-gradient-to-position))!important}.bg-gradient-to-br{--un-gradient-position:to bottom right in oklab!important}.bg-gradient-to-br,.bg-gradient-to-r{background-image:linear-gradient(var(--un-gradient-stops))!important}.bg-gradient-to-r{--un-gradient-position:to right in oklab!important}.sr-only{height:1px!important;margin:-1px!important;overflow:hidden!important;padding:0!important;position:absolute!important;width:1px!important;clip:rect(0,0,0,0)!important;border-width:0!important;white-space:nowrap!important}.object-cover{-o-object-fit:cover!important;object-fit:cover!important}.object-contain{-o-object-fit:contain!important;object-fit:contain!important}.mask-repeat{-webkit-mask-repeat:repeat!important;mask-repeat:repeat!important}.backdrop-blur-md{--un-backdrop-blur:blur(12px)!important}.backdrop-blur-md,.backdrop-blur-sm,[backdrop-blur-sm=""]{-webkit-backdrop-filter:var(--un-backdrop-blur,) var(--un-backdrop-brightness,) var(--un-backdrop-contrast,) var(--un-backdrop-grayscale,) var(--un-backdrop-hue-rotate,) var(--un-backdrop-invert,) var(--un-backdrop-opacity,) var(--un-backdrop-saturate,) var(--un-backdrop-sepia,)!important;backdrop-filter:var(--un-backdrop-blur,) var(--un-backdrop-brightness,) var(--un-backdrop-contrast,) var(--un-backdrop-grayscale,) var(--un-backdrop-hue-rotate,) var(--un-backdrop-invert,) var(--un-backdrop-opacity,) var(--un-backdrop-saturate,) var(--un-backdrop-sepia,)!important}.backdrop-blur-sm,[backdrop-blur-sm=""]{--un-backdrop-blur:blur(8px)!important}.blur{--un-blur:blur(8px)!important}.blur,.brightness-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,)!important}.brightness-100{--un-brightness:brightness(100%)!important}.dark .dark\:brightness-85{--un-brightness:brightness(85%)!important}.dark .dark\:brightness-85,.dark .dark\:hover\:brightness-100:hover{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,)!important}.dark .dark\:hover\:brightness-100:hover{--un-brightness:brightness(100%)!important}.hover\:brightness-110:hover{--un-brightness:brightness(110%)!important}.hover\:brightness-110:hover,.hover\:brightness-95:hover{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,)!important}.hover\:brightness-95:hover{--un-brightness:brightness(95%)!important}.filter,[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,)!important}.line-clamp-2{display:-webkit-box!important;overflow:hidden!important;-webkit-box-orient:vertical!important;-webkit-line-clamp:2!important}.placeholder-muted-foreground::-moz-placeholder{color:color-mix(in srgb,var(--colors-muted-foreground) var(--un-placeholder-opacity),transparent)!important}.placeholder-muted-foreground::placeholder{color:color-mix(in srgb,var(--colors-muted-foreground) var(--un-placeholder-opacity),transparent)!important}.snap-start{scroll-snap-align:start!important}.table,[table=""]{display:table!important}.animate-in{animation-duration:var(--un-animate-duration)!important;animation-name:custom-enter!important;--un-animate-duration:.15s!important;--un-enter-opacity:initial!important;--un-enter-scale:initial!important;--un-enter-rotate:initial!important;--un-enter-translate-x:initial!important;--un-enter-translate-y:initial!important}.fade-in{--un-enter-opacity:0!important}.fade-in-100{--un-enter-opacity:1!important}.fade-in-80{--un-enter-opacity:.8!important}.zoom-in-105{--un-enter-scale:1.05!important}.slide-in-from-top-12{--un-enter-translate-y:-3rem!important}.slide-in-from-right-4{--un-enter-translate-x:1rem!important}:where(.divide-border>:not(:last-child)){border-color:color-mix(in srgb,var(--colors-border) var(--un-divide-opacity),transparent)!important}:where(.divide-y>:not(:last-child)){--un-divide-y-reverse:0!important;border-bottom-style:var(--un-border-style)!important;border-bottom-width:calc(1px*(1 - var(--un-divide-y-reverse)))!important;border-top-style:var(--un-border-style)!important;border-top-width:calc(1px*var(--un-divide-y-reverse))!important}:where(.space-x-2>:not(:last-child)){--un-space-x-reverse:0!important;margin-inline-end:calc(var(--spacing)*2*(1 - var(--un-space-x-reverse)))!important;margin-inline-start:calc(var(--spacing)*2*var(--un-space-x-reverse))!important}:where(.space-x-3>:not(:last-child)){--un-space-x-reverse:0!important;margin-inline-end:calc(var(--spacing)*3*(1 - var(--un-space-x-reverse)))!important;margin-inline-start:calc(var(--spacing)*3*var(--un-space-x-reverse))!important}:where(.space-x-4>:not(:last-child)){--un-space-x-reverse:0!important;margin-inline-end:calc(var(--spacing)*4*(1 - var(--un-space-x-reverse)))!important;margin-inline-start:calc(var(--spacing)*4*var(--un-space-x-reverse))!important}:where(.space-x-6>:not(:last-child)){--un-space-x-reverse:0!important;margin-inline-end:calc(var(--spacing)*6*(1 - var(--un-space-x-reverse)))!important;margin-inline-start:calc(var(--spacing)*6*var(--un-space-x-reverse))!important}:where(.space-y-1>:not(:last-child)){--un-space-y-reverse:0!important;margin-block-end:calc(var(--spacing)*1*(1 - var(--un-space-y-reverse)))!important;margin-block-start:calc(var(--spacing)*1*var(--un-space-y-reverse))!important}:where(.space-y-1\.5>:not(:last-child)){--un-space-y-reverse:0!important;margin-block-end:calc(var(--spacing)*1.5*(1 - var(--un-space-y-reverse)))!important;margin-block-start:calc(var(--spacing)*1.5*var(--un-space-y-reverse))!important}:where(.space-y-2>:not(:last-child)){--un-space-y-reverse:0!important;margin-block-end:calc(var(--spacing)*2*(1 - var(--un-space-y-reverse)))!important;margin-block-start:calc(var(--spacing)*2*var(--un-space-y-reverse))!important}:where(.space-y-2\.5>:not(:last-child)){--un-space-y-reverse:0!important;margin-block-end:calc(var(--spacing)*2.5*(1 - var(--un-space-y-reverse)))!important;margin-block-start:calc(var(--spacing)*2.5*var(--un-space-y-reverse))!important}:where(.space-y-3>:not(:last-child)){--un-space-y-reverse:0!important;margin-block-end:calc(var(--spacing)*3*(1 - var(--un-space-y-reverse)))!important;margin-block-start:calc(var(--spacing)*3*var(--un-space-y-reverse))!important}:where(.space-y-4>:not(:last-child)){--un-space-y-reverse:0!important;margin-block-end:calc(var(--spacing)*4*(1 - var(--un-space-y-reverse)))!important;margin-block-start:calc(var(--spacing)*4*var(--un-space-y-reverse))!important}:where(.space-y-6>:not(:last-child)){--un-space-y-reverse:0!important;margin-block-end:calc(var(--spacing)*6*(1 - var(--un-space-y-reverse)))!important;margin-block-start:calc(var(--spacing)*6*var(--un-space-y-reverse))!important}:where(.space-y-8>:not(:last-child)){--un-space-y-reverse:0!important;margin-block-end:calc(var(--spacing)*8*(1 - var(--un-space-y-reverse)))!important;margin-block-start:calc(var(--spacing)*8*var(--un-space-y-reverse))!important}:where([space-y-1=""]>:not(:last-child)){--un-space-y-reverse:0!important;margin-block-end:calc(var(--spacing)*1*(1 - var(--un-space-y-reverse)))!important;margin-block-start:calc(var(--spacing)*1*var(--un-space-y-reverse))!important}:where([space-y-2\.5=""]>:not(:last-child)){--un-space-y-reverse:0!important;margin-block-end:calc(var(--spacing)*2.5*(1 - var(--un-space-y-reverse)))!important;margin-block-start:calc(var(--spacing)*2.5*var(--un-space-y-reverse))!important}:where([space-y-2=""]>:not(:last-child)){--un-space-y-reverse:0!important;margin-block-end:calc(var(--spacing)*2*(1 - var(--un-space-y-reverse)))!important;margin-block-start:calc(var(--spacing)*2*var(--un-space-y-reverse))!important}:where([space-y-3=""]>:not(:last-child)){--un-space-y-reverse:0!important;margin-block-end:calc(var(--spacing)*3*(1 - var(--un-space-y-reverse)))!important;margin-block-start:calc(var(--spacing)*3*var(--un-space-y-reverse))!important}:where([space-y-4=""]>:not(:last-child)){--un-space-y-reverse:0!important;margin-block-end:calc(var(--spacing)*4*(1 - var(--un-space-y-reverse)))!important;margin-block-start:calc(var(--spacing)*4*var(--un-space-y-reverse))!important}:where([space-y-8=""]>:not(:last-child)){--un-space-y-reverse:0!important;margin-block-end:calc(var(--spacing)*8*(1 - var(--un-space-y-reverse)))!important;margin-block-start:calc(var(--spacing)*8*var(--un-space-y-reverse))!important}@supports (color:color-mix(in lab,red,red)){.dark .dark\:text-amber-200{color:color-mix(in oklab,var(--colors-amber-200) var(--un-text-opacity),transparent)!important}.dark .dark\:text-amber-300{color:color-mix(in oklab,var(--colors-amber-300) var(--un-text-opacity),transparent)!important}.dark .dark\:text-gray-200{color:color-mix(in oklab,var(--colors-gray-200) var(--un-text-opacity),transparent)!important}.dark .dark\:text-gray-300{color:color-mix(in oklab,var(--colors-gray-300) var(--un-text-opacity),transparent)!important}.dark .dark\:text-gray-400{color:color-mix(in oklab,var(--colors-gray-400) var(--un-text-opacity),transparent)!important}.text-accent{color:color-mix(in oklab,var(--colors-accent-DEFAULT) var(--un-text-opacity),transparent)!important}.text-accent-foreground{color:color-mix(in oklab,var(--colors-accent-foreground) var(--un-text-opacity),transparent)!important}.text-amber-600{color:color-mix(in oklab,var(--colors-amber-600) var(--un-text-opacity),transparent)!important}.text-amber-800{color:color-mix(in oklab,var(--colors-amber-800) var(--un-text-opacity),transparent)!important}.text-blue-600{color:color-mix(in oklab,var(--colors-blue-600) var(--un-text-opacity),transparent)!important}.text-card-foreground{color:color-mix(in oklab,var(--colors-card-foreground) var(--un-text-opacity),transparent)!important}.text-destructive{color:color-mix(in oklab,var(--colors-destructive-DEFAULT) var(--un-text-opacity),transparent)!important}.text-destructive-foreground{color:color-mix(in oklab,var(--colors-destructive-foreground) var(--un-text-opacity),transparent)!important}.text-destructive\/80{color:color-mix(in oklab,var(--colors-destructive-DEFAULT) 80%,transparent)!important}.text-foreground{color:color-mix(in oklab,var(--colors-foreground) var(--un-text-opacity),transparent)!important}.text-gray-500{color:color-mix(in oklab,var(--colors-gray-500) var(--un-text-opacity),transparent)!important}.text-gray-600{color:color-mix(in oklab,var(--colors-gray-600) var(--un-text-opacity),transparent)!important}.text-gray-800{color:color-mix(in oklab,var(--colors-gray-800) var(--un-text-opacity),transparent)!important}.text-highlight{color:color-mix(in oklab,var(--colors-highlight-DEFAULT) var(--un-text-opacity),transparent)!important}.text-info{color:color-mix(in oklab,var(--colors-info-DEFAULT) var(--un-text-opacity),transparent)!important}.text-info-foreground{color:color-mix(in oklab,var(--colors-info-foreground) var(--un-text-opacity),transparent)!important}.text-info\/80{color:color-mix(in oklab,var(--colors-info-DEFAULT) 80%,transparent)!important}.text-muted-foreground{color:color-mix(in oklab,var(--colors-muted-foreground) var(--un-text-opacity),transparent)!important}.text-muted-foreground\/30{color:color-mix(in oklab,var(--colors-muted-foreground) 30%,transparent)!important}.text-muted-foreground\/40{color:color-mix(in oklab,var(--colors-muted-foreground) 40%,transparent)!important}.text-muted-foreground\/60{color:color-mix(in oklab,var(--colors-muted-foreground) 60%,transparent)!important}.text-muted-foreground\/70{color:color-mix(in oklab,var(--colors-muted-foreground) 70%,transparent)!important}.text-neutral{color:color-mix(in oklab,var(--colors-neutral-DEFAULT) var(--un-text-opacity),transparent)!important}.text-popover-foreground{color:color-mix(in oklab,var(--colors-popover-foreground) var(--un-text-opacity),transparent)!important}.text-primary{color:color-mix(in oklab,var(--colors-primary-DEFAULT) var(--un-text-opacity),transparent)!important}.text-primary-foreground{color:color-mix(in oklab,var(--colors-primary-foreground) var(--un-text-opacity),transparent)!important}.text-red-500{color:color-mix(in oklab,var(--colors-red-500) var(--un-text-opacity),transparent)!important}.text-red-600{color:color-mix(in oklab,var(--colors-red-600) var(--un-text-opacity),transparent)!important}.text-success{color:color-mix(in oklab,var(--colors-success-DEFAULT) var(--un-text-opacity),transparent)!important}.text-success-foreground{color:color-mix(in oklab,var(--colors-success-foreground) var(--un-text-opacity),transparent)!important}.text-success\/80{color:color-mix(in oklab,var(--colors-success-DEFAULT) 80%,transparent)!important}.text-teal-700{color:color-mix(in oklab,var(--colors-teal-700) var(--un-text-opacity),transparent)!important}.text-warning{color:color-mix(in oklab,var(--colors-warning-DEFAULT) var(--un-text-opacity),transparent)!important}.text-warning-foreground{color:color-mix(in oklab,var(--colors-warning-foreground) var(--un-text-opacity),transparent)!important}.text-warning\/80{color:color-mix(in oklab,var(--colors-warning-DEFAULT) 80%,transparent)!important}.text-white{color:color-mix(in oklab,var(--colors-white) var(--un-text-opacity),transparent)!important}.text-yellow-600{color:color-mix(in oklab,var(--colors-yellow-600) var(--un-text-opacity),transparent)!important}.text-yellow-700{color:color-mix(in oklab,var(--colors-yellow-700) var(--un-text-opacity),transparent)!important}.text-yellow-800{color:color-mix(in oklab,var(--colors-yellow-800) var(--un-text-opacity),transparent)!important}[text-card-foreground=""]{color:color-mix(in oklab,var(--colors-card-foreground) var(--un-text-opacity),transparent)!important}[text-destructive-foreground=""]{color:color-mix(in oklab,var(--colors-destructive-foreground) var(--un-text-opacity),transparent)!important}[text-destructive=""]{color:color-mix(in oklab,var(--colors-destructive-DEFAULT) var(--un-text-opacity),transparent)!important}[text-foreground=""]{color:color-mix(in oklab,var(--colors-foreground) var(--un-text-opacity),transparent)!important}[text-info=""]{color:color-mix(in oklab,var(--colors-info-DEFAULT) var(--un-text-opacity),transparent)!important}[text-muted-foreground=""]{color:color-mix(in oklab,var(--colors-muted-foreground) var(--un-text-opacity),transparent)!important}[text-primary-foreground=""]{color:color-mix(in oklab,var(--colors-primary-foreground) var(--un-text-opacity),transparent)!important}[text-primary=""]{color:color-mix(in oklab,var(--colors-primary-DEFAULT) var(--un-text-opacity),transparent)!important}[text-white=""]{color:color-mix(in oklab,var(--colors-white) var(--un-text-opacity),transparent)!important}[text-yellow-600=""]{color:color-mix(in oklab,var(--colors-yellow-600) var(--un-text-opacity),transparent)!important}[text-yellow-700=""]{color:color-mix(in oklab,var(--colors-yellow-700) var(--un-text-opacity),transparent)!important}[text-yellow-800=""]{color:color-mix(in oklab,var(--colors-yellow-800) var(--un-text-opacity),transparent)!important}.group:hover .group-hover\:text-amber-600{color:color-mix(in oklab,var(--colors-amber-600) var(--un-text-opacity),transparent)!important}.group:hover .group-hover\:text-foreground{color:color-mix(in oklab,var(--colors-foreground) var(--un-text-opacity),transparent)!important}.group:hover .group-hover\:text-primary{color:color-mix(in oklab,var(--colors-primary-DEFAULT) var(--un-text-opacity),transparent)!important}.hover\:text-accent-foreground:hover{color:color-mix(in oklab,var(--colors-accent-foreground) var(--un-text-opacity),transparent)!important}.hover\:text-destructive\/80:hover{color:color-mix(in oklab,var(--colors-destructive-DEFAULT) 80%,transparent)!important}.hover\:text-foreground:hover{color:color-mix(in oklab,var(--colors-foreground) var(--un-text-opacity),transparent)!important}.hover\:text-info\/80:hover{color:color-mix(in oklab,var(--colors-info-DEFAULT) 80%,transparent)!important}.hover\:text-popover:hover{color:color-mix(in oklab,var(--colors-popover-DEFAULT) var(--un-text-opacity),transparent)!important}.hover\:text-primary-foreground:hover{color:color-mix(in oklab,var(--colors-primary-foreground) var(--un-text-opacity),transparent)!important}.hover\:text-primary\/80:hover{color:color-mix(in oklab,var(--colors-primary-DEFAULT) 80%,transparent)!important}.hover\:text-secondary-foreground:hover{color:color-mix(in oklab,var(--colors-secondary-foreground) var(--un-text-opacity),transparent)!important}.hover\:text-white:hover{color:color-mix(in oklab,var(--colors-white) var(--un-text-opacity),transparent)!important}[hover\:text-accent-foreground=""]:hover{color:color-mix(in oklab,var(--colors-accent-foreground) var(--un-text-opacity),transparent)!important}[hover\:text-popover=""]:hover{color:color-mix(in oklab,var(--colors-popover-DEFAULT) var(--un-text-opacity),transparent)!important}.placeholder\:text-muted-foreground::-moz-placeholder{color:color-mix(in oklab,var(--colors-muted-foreground) var(--un-text-opacity),transparent)!important}.placeholder\:text-muted-foreground::placeholder{color:color-mix(in oklab,var(--colors-muted-foreground) var(--un-text-opacity),transparent)!important}.focus-visible\:outline-muted:focus-visible{outline-color:color-mix(in oklab,var(--colors-muted-DEFAULT) var(--un-outline-opacity),transparent)!important}.focus-visible\:outline-primary:focus-visible{outline-color:color-mix(in oklab,var(--colors-primary-DEFAULT) var(--un-outline-opacity),transparent)!important}.focus-visible\:outline-success:focus-visible{outline-color:color-mix(in oklab,var(--colors-success-DEFAULT) var(--un-outline-opacity),transparent)!important}.accent-foreground{accent-color:color-mix(in oklab,var(--colors-foreground) var(--un-accent-opacity),transparent)!important}.accent-primary{accent-color:color-mix(in oklab,var(--colors-primary-DEFAULT) var(--un-accent-opacity),transparent)!important}.border-accent\/20{border-color:color-mix(in oklab,var(--colors-accent-DEFAULT) 20%,transparent)!important}.border-amber-300{border-color:color-mix(in oklab,var(--colors-amber-300) var(--un-border-opacity),transparent)!important}.border-blue-300{border-color:color-mix(in oklab,var(--colors-blue-300) var(--un-border-opacity),transparent)!important}.border-border{border-color:color-mix(in oklab,var(--colors-border) var(--un-border-opacity),transparent)!important}.border-border\/50{border-color:color-mix(in oklab,var(--colors-border) 50%,transparent)!important}.border-destructive{border-color:color-mix(in oklab,var(--colors-destructive-DEFAULT) var(--un-border-opacity),transparent)!important}.border-destructive\/20{border-color:color-mix(in oklab,var(--colors-destructive-DEFAULT) 20%,transparent)!important}.border-destructive\/30{border-color:color-mix(in oklab,var(--colors-destructive-DEFAULT) 30%,transparent)!important}.border-gray-200{border-color:color-mix(in oklab,var(--colors-gray-200) var(--un-border-opacity),transparent)!important}.border-info\/20{border-color:color-mix(in oklab,var(--colors-info-DEFAULT) 20%,transparent)!important}.border-info\/30{border-color:color-mix(in oklab,var(--colors-info-DEFAULT) 30%,transparent)!important}.border-input{border-color:color-mix(in oklab,var(--colors-input) var(--un-border-opacity),transparent)!important}.border-muted-foreground\/30{border-color:color-mix(in oklab,var(--colors-muted-foreground) 30%,transparent)!important}.border-neutral\/20{border-color:color-mix(in oklab,var(--colors-neutral-DEFAULT) 20%,transparent)!important}.border-primary{border-color:color-mix(in oklab,var(--colors-primary-DEFAULT) var(--un-border-opacity),transparent)!important}.border-primary\/20{border-color:color-mix(in oklab,var(--colors-primary-DEFAULT) 20%,transparent)!important}.border-primary\/30{border-color:color-mix(in oklab,var(--colors-primary-DEFAULT) 30%,transparent)!important}.border-primary\/50{border-color:color-mix(in oklab,var(--colors-primary-DEFAULT) 50%,transparent)!important}.border-success\/20{border-color:color-mix(in oklab,var(--colors-success-DEFAULT) 20%,transparent)!important}.border-success\/30{border-color:color-mix(in oklab,var(--colors-success-DEFAULT) 30%,transparent)!important}.border-success\/50{border-color:color-mix(in oklab,var(--colors-success-DEFAULT) 50%,transparent)!important}.border-warning\/20{border-color:color-mix(in oklab,var(--colors-warning-DEFAULT) 20%,transparent)!important}.border-warning\/30{border-color:color-mix(in oklab,var(--colors-warning-DEFAULT) 30%,transparent)!important}.border-yellow-200{border-color:color-mix(in oklab,var(--colors-yellow-200) var(--un-border-opacity),transparent)!important}.dark .dark\:border-amber-600{border-color:color-mix(in oklab,var(--colors-amber-600) var(--un-border-opacity),transparent)!important}.dark .dark\:border-amber-700{border-color:color-mix(in oklab,var(--colors-amber-700) var(--un-border-opacity),transparent)!important}.dark .dark\:border-blue-700{border-color:color-mix(in oklab,var(--colors-blue-700) var(--un-border-opacity),transparent)!important}.dark .dark\:border-border{border-color:color-mix(in oklab,var(--colors-border) var(--un-border-opacity),transparent)!important}.dark .dark\:border-gray-600{border-color:color-mix(in oklab,var(--colors-gray-600) var(--un-border-opacity),transparent)!important}.dark .dark\:border-gray-900{border-color:color-mix(in oklab,var(--colors-gray-900) var(--un-border-opacity),transparent)!important}.dark .dark\:border-primary\/20{border-color:color-mix(in oklab,var(--colors-primary-DEFAULT) 20%,transparent)!important}.dark [dark\:border-border=""],[border-border=""]{border-color:color-mix(in oklab,var(--colors-border) var(--un-border-opacity),transparent)!important}[border-info=""]{border-color:color-mix(in oklab,var(--colors-info-DEFAULT) var(--un-border-opacity),transparent)!important}[border-input=""]{border-color:color-mix(in oklab,var(--colors-input) var(--un-border-opacity),transparent)!important}.peer:checked~.peer-checked\:border-primary,[border-primary=""]{border-color:color-mix(in oklab,var(--colors-primary-DEFAULT) var(--un-border-opacity),transparent)!important}.dark .dark\:hover\:border-primary\/40:hover{border-color:color-mix(in oklab,var(--colors-primary-DEFAULT) 40%,transparent)!important}.hover\:border-muted-foreground\/50:hover{border-color:color-mix(in oklab,var(--colors-muted-foreground) 50%,transparent)!important}.hover\:border-primary\/20:hover{border-color:color-mix(in oklab,var(--colors-primary-DEFAULT) 20%,transparent)!important}.hover\:border-primary\/30:hover{border-color:color-mix(in oklab,var(--colors-primary-DEFAULT) 30%,transparent)!important}.hover\:border-primary\/50:hover{border-color:color-mix(in oklab,var(--colors-primary-DEFAULT) 50%,transparent)!important}[hover\:border-primary=""]:hover{border-color:color-mix(in oklab,var(--colors-primary-DEFAULT) var(--un-border-opacity),transparent)!important}.focus\:border-destructive:focus{border-color:color-mix(in oklab,var(--colors-destructive-DEFAULT) var(--un-border-opacity),transparent)!important}.focus\:border-primary:focus{border-color:color-mix(in oklab,var(--colors-primary-DEFAULT) var(--un-border-opacity),transparent)!important}.bg-accent{background-color:color-mix(in oklab,var(--colors-accent-DEFAULT) var(--un-bg-opacity),transparent)!important}.bg-accent\/20{background-color:color-mix(in oklab,var(--colors-accent-DEFAULT) 20%,transparent)!important}.bg-amber-100{background-color:color-mix(in oklab,var(--colors-amber-100) var(--un-bg-opacity),transparent)!important}.bg-amber-200{background-color:color-mix(in oklab,var(--colors-amber-200) var(--un-bg-opacity),transparent)!important}.bg-amber-300{background-color:color-mix(in oklab,var(--colors-amber-300) var(--un-bg-opacity),transparent)!important}.bg-background{background-color:color-mix(in oklab,var(--colors-background) var(--un-bg-opacity),transparent)!important}.bg-background\/50{background-color:color-mix(in oklab,var(--colors-background) 50%,transparent)!important}.bg-background\/60{background-color:color-mix(in oklab,var(--colors-background) 60%,transparent)!important}.bg-background\/80{background-color:color-mix(in oklab,var(--colors-background) 80%,transparent)!important}.bg-background\/90{background-color:color-mix(in oklab,var(--colors-background) 90%,transparent)!important}.bg-black\/40{background-color:color-mix(in oklab,var(--colors-black) 40%,transparent)!important}.bg-black\/50{background-color:color-mix(in oklab,var(--colors-black) 50%,transparent)!important}.bg-black\/60{background-color:color-mix(in oklab,var(--colors-black) 60%,transparent)!important}.bg-black\/80{background-color:color-mix(in oklab,var(--colors-black) 80%,transparent)!important}.bg-blue-100{background-color:color-mix(in oklab,var(--colors-blue-100) var(--un-bg-opacity),transparent)!important}.bg-card{background-color:color-mix(in oklab,var(--colors-card-DEFAULT) var(--un-bg-opacity),transparent)!important}.bg-card\/50{background-color:color-mix(in oklab,var(--colors-card-DEFAULT) 50%,transparent)!important}.bg-destructive{background-color:color-mix(in oklab,var(--colors-destructive-DEFAULT) var(--un-bg-opacity),transparent)!important}.bg-destructive\/10{background-color:color-mix(in oklab,var(--colors-destructive-DEFAULT) 10%,transparent)!important}.bg-destructive\/20{background-color:color-mix(in oklab,var(--colors-destructive-DEFAULT) 20%,transparent)!important}.bg-gray-400{background-color:color-mix(in oklab,var(--colors-gray-400) var(--un-bg-opacity),transparent)!important}.bg-green-400{background-color:color-mix(in oklab,var(--colors-green-400) var(--un-bg-opacity),transparent)!important}.bg-green-600{background-color:color-mix(in oklab,var(--colors-green-600) var(--un-bg-opacity),transparent)!important}.bg-info{background-color:color-mix(in oklab,var(--colors-info-DEFAULT) var(--un-bg-opacity),transparent)!important}.bg-info\/10{background-color:color-mix(in oklab,var(--colors-info-DEFAULT) 10%,transparent)!important}.bg-info\/20{background-color:color-mix(in oklab,var(--colors-info-DEFAULT) 20%,transparent)!important}.bg-info\/5{background-color:color-mix(in oklab,var(--colors-info-DEFAULT) 5%,transparent)!important}.bg-input{background-color:color-mix(in oklab,var(--colors-input) var(--un-bg-opacity),transparent)!important}.bg-muted{background-color:color-mix(in oklab,var(--colors-muted-DEFAULT) var(--un-bg-opacity),transparent)!important}.bg-muted\/10{background-color:color-mix(in oklab,var(--colors-muted-DEFAULT) 10%,transparent)!important}.bg-muted\/20{background-color:color-mix(in oklab,var(--colors-muted-DEFAULT) 20%,transparent)!important}.bg-muted\/30{background-color:color-mix(in oklab,var(--colors-muted-DEFAULT) 30%,transparent)!important}.bg-muted\/40{background-color:color-mix(in oklab,var(--colors-muted-DEFAULT) 40%,transparent)!important}.bg-muted\/50{background-color:color-mix(in oklab,var(--colors-muted-DEFAULT) 50%,transparent)!important}.bg-neutral\/20{background-color:color-mix(in oklab,var(--colors-neutral-DEFAULT) 20%,transparent)!important}.bg-popover{background-color:color-mix(in oklab,var(--colors-popover-DEFAULT) var(--un-bg-opacity),transparent)!important}.bg-primary{background-color:color-mix(in oklab,var(--colors-primary-DEFAULT) var(--un-bg-opacity),transparent)!important}.bg-primary\/\[0\.05\]{background-color:color-mix(in oklab,var(--colors-primary-DEFAULT) .05,transparent)!important}.bg-primary\/10{background-color:color-mix(in oklab,var(--colors-primary-DEFAULT) 10%,transparent)!important}.bg-primary\/15{background-color:color-mix(in oklab,var(--colors-primary-DEFAULT) 15%,transparent)!important}.bg-primary\/20{background-color:color-mix(in oklab,var(--colors-primary-DEFAULT) 20%,transparent)!important}.bg-primary\/5{background-color:color-mix(in oklab,var(--colors-primary-DEFAULT) 5%,transparent)!important}.bg-red-100{background-color:color-mix(in oklab,var(--colors-red-100) var(--un-bg-opacity),transparent)!important}.bg-red-400{background-color:color-mix(in oklab,var(--colors-red-400) var(--un-bg-opacity),transparent)!important}.bg-red-600{background-color:color-mix(in oklab,var(--colors-red-600) var(--un-bg-opacity),transparent)!important}.bg-success{background-color:color-mix(in oklab,var(--colors-success-DEFAULT) var(--un-bg-opacity),transparent)!important}.bg-success\/10{background-color:color-mix(in oklab,var(--colors-success-DEFAULT) 10%,transparent)!important}.bg-success\/20{background-color:color-mix(in oklab,var(--colors-success-DEFAULT) 20%,transparent)!important}.bg-warning{background-color:color-mix(in oklab,var(--colors-warning-DEFAULT) var(--un-bg-opacity),transparent)!important}.bg-warning\/10{background-color:color-mix(in oklab,var(--colors-warning-DEFAULT) 10%,transparent)!important}.bg-warning\/20{background-color:color-mix(in oklab,var(--colors-warning-DEFAULT) 20%,transparent)!important}.bg-warning\/5{background-color:color-mix(in oklab,var(--colors-warning-DEFAULT) 5%,transparent)!important}.bg-white{background-color:color-mix(in oklab,var(--colors-white) var(--un-bg-opacity),transparent)!important}.bg-yellow-400{background-color:color-mix(in oklab,var(--colors-yellow-400) var(--un-bg-opacity),transparent)!important}.bg-yellow-50{background-color:color-mix(in oklab,var(--colors-yellow-50) var(--un-bg-opacity),transparent)!important}.dark .dark\:bg-accent\/15{background-color:color-mix(in oklab,var(--colors-accent-DEFAULT) 15%,transparent)!important}.dark .dark\:bg-amber-600{background-color:color-mix(in oklab,var(--colors-amber-600) var(--un-bg-opacity),transparent)!important}.dark .dark\:bg-amber-800\/50{background-color:color-mix(in oklab,var(--colors-amber-800) 50%,transparent)!important}.dark .dark\:bg-amber-900\/30{background-color:color-mix(in oklab,var(--colors-amber-900) 30%,transparent)!important}.dark .dark\:bg-background\/40{background-color:color-mix(in oklab,var(--colors-background) 40%,transparent)!important}.dark .dark\:bg-black\/60{background-color:color-mix(in oklab,var(--colors-black) 60%,transparent)!important}.dark .dark\:bg-blue-900\/30{background-color:color-mix(in oklab,var(--colors-blue-900) 30%,transparent)!important}.dark .dark\:bg-card{background-color:color-mix(in oklab,var(--colors-card-DEFAULT) var(--un-bg-opacity),transparent)!important}.dark .dark\:bg-card\/80{background-color:color-mix(in oklab,var(--colors-card-DEFAULT) 80%,transparent)!important}.dark .dark\:bg-gray-800{background-color:color-mix(in oklab,var(--colors-gray-800) var(--un-bg-opacity),transparent)!important}.dark .dark\:bg-muted\/10{background-color:color-mix(in oklab,var(--colors-muted-DEFAULT) 10%,transparent)!important}.dark .dark\:bg-muted\/15{background-color:color-mix(in oklab,var(--colors-muted-DEFAULT) 15%,transparent)!important}.dark .dark\:bg-muted\/40{background-color:color-mix(in oklab,var(--colors-muted-DEFAULT) 40%,transparent)!important}.dark .dark\:bg-primary\/\[0\.03\]{background-color:color-mix(in oklab,var(--colors-primary-DEFAULT) .03,transparent)!important}.dark .dark\:bg-primary\/10{background-color:color-mix(in oklab,var(--colors-primary-DEFAULT) 10%,transparent)!important}.dark .dark\:bg-primary\/20{background-color:color-mix(in oklab,var(--colors-primary-DEFAULT) 20%,transparent)!important}.dark .dark\:bg-white{background-color:color-mix(in oklab,var(--colors-white) var(--un-bg-opacity),transparent)!important}.dark [dark\:bg-background=""]{background-color:color-mix(in oklab,var(--colors-background) var(--un-bg-opacity),transparent)!important}.dark [dark\:bg-card=""]{background-color:color-mix(in oklab,var(--colors-card-DEFAULT) var(--un-bg-opacity),transparent)!important}.dark [dark\:bg-muted=""]{background-color:color-mix(in oklab,var(--colors-muted-DEFAULT) var(--un-bg-opacity),transparent)!important}.dark [dark\:bg-primary=""]{background-color:color-mix(in oklab,var(--colors-primary-DEFAULT) var(--un-bg-opacity),transparent)!important}[bg-background=""]{background-color:color-mix(in oklab,var(--colors-background) var(--un-bg-opacity),transparent)!important}[bg-black=""]{background-color:color-mix(in oklab,var(--colors-black) var(--un-bg-opacity),transparent)!important}[bg-card=""]{background-color:color-mix(in oklab,var(--colors-card-DEFAULT) var(--un-bg-opacity),transparent)!important}[bg-destructive=""]{background-color:color-mix(in oklab,var(--colors-destructive-DEFAULT) var(--un-bg-opacity),transparent)!important}[bg-info=""]{background-color:color-mix(in oklab,var(--colors-info-DEFAULT) var(--un-bg-opacity),transparent)!important}[bg-input=""]{background-color:color-mix(in oklab,var(--colors-input) var(--un-bg-opacity),transparent)!important}[bg-muted=""]{background-color:color-mix(in oklab,var(--colors-muted-DEFAULT) var(--un-bg-opacity),transparent)!important}[bg-popover=""]{background-color:color-mix(in oklab,var(--colors-popover-DEFAULT) var(--un-bg-opacity),transparent)!important}[bg-primary=""]{background-color:color-mix(in oklab,var(--colors-primary-DEFAULT) var(--un-bg-opacity),transparent)!important}[bg-warning=""]{background-color:color-mix(in oklab,var(--colors-warning-DEFAULT) var(--un-bg-opacity),transparent)!important}.peer:checked~.peer-checked\:bg-primary{background-color:color-mix(in oklab,var(--colors-primary-DEFAULT) var(--un-bg-opacity),transparent)!important}.dark .dark\:hover\:bg-background\/60:hover{background-color:color-mix(in oklab,var(--colors-background) 60%,transparent)!important}.dark .group:hover .dark\:group-hover\:bg-primary\/30{background-color:color-mix(in oklab,var(--colors-primary-DEFAULT) 30%,transparent)!important}.dark [dark\:hover\:bg-background=""]:hover{background-color:color-mix(in oklab,var(--colors-background) var(--un-bg-opacity),transparent)!important}.group:hover .group-hover\:bg-primary\/25{background-color:color-mix(in oklab,var(--colors-primary-DEFAULT) 25%,transparent)!important}.hover\:bg-accent:hover{background-color:color-mix(in oklab,var(--colors-accent-DEFAULT) var(--un-bg-opacity),transparent)!important}.hover\:bg-accent\/90:hover{background-color:color-mix(in oklab,var(--colors-accent-DEFAULT) 90%,transparent)!important}.hover\:bg-background:hover{background-color:color-mix(in oklab,var(--colors-background) var(--un-bg-opacity),transparent)!important}.hover\:bg-black\/70:hover{background-color:color-mix(in oklab,var(--colors-black) 70%,transparent)!important}.hover\:bg-card:hover{background-color:color-mix(in oklab,var(--colors-card-DEFAULT) var(--un-bg-opacity),transparent)!important}.hover\:bg-destructive\/10:hover{background-color:color-mix(in oklab,var(--colors-destructive-DEFAULT) 10%,transparent)!important}.hover\:bg-destructive\/20:hover{background-color:color-mix(in oklab,var(--colors-destructive-DEFAULT) 20%,transparent)!important}.hover\:bg-destructive\/90:hover{background-color:color-mix(in oklab,var(--colors-destructive-DEFAULT) 90%,transparent)!important}.hover\:bg-foreground:hover{background-color:color-mix(in oklab,var(--colors-foreground) var(--un-bg-opacity),transparent)!important}.hover\:bg-green-700:hover{background-color:color-mix(in oklab,var(--colors-green-700) var(--un-bg-opacity),transparent)!important}.hover\:bg-info\/20:hover{background-color:color-mix(in oklab,var(--colors-info-DEFAULT) 20%,transparent)!important}.hover\:bg-info\/90:hover{background-color:color-mix(in oklab,var(--colors-info-DEFAULT) 90%,transparent)!important}.hover\:bg-muted:hover{background-color:color-mix(in oklab,var(--colors-muted-DEFAULT) var(--un-bg-opacity),transparent)!important}.hover\:bg-muted\/20:hover{background-color:color-mix(in oklab,var(--colors-muted-DEFAULT) 20%,transparent)!important}.hover\:bg-muted\/50:hover{background-color:color-mix(in oklab,var(--colors-muted-DEFAULT) 50%,transparent)!important}.hover\:bg-muted\/80:hover{background-color:color-mix(in oklab,var(--colors-muted-DEFAULT) 80%,transparent)!important}.hover\:bg-muted\/90:hover{background-color:color-mix(in oklab,var(--colors-muted-DEFAULT) 90%,transparent)!important}.hover\:bg-primary:hover{background-color:color-mix(in oklab,var(--colors-primary-DEFAULT) var(--un-bg-opacity),transparent)!important}.hover\:bg-primary\/10:hover{background-color:color-mix(in oklab,var(--colors-primary-DEFAULT) 10%,transparent)!important}.hover\:bg-primary\/80:hover{background-color:color-mix(in oklab,var(--colors-primary-DEFAULT) 80%,transparent)!important}.hover\:bg-primary\/90:hover{background-color:color-mix(in oklab,var(--colors-primary-DEFAULT) 90%,transparent)!important}.hover\:bg-red-700:hover{background-color:color-mix(in oklab,var(--colors-red-700) var(--un-bg-opacity),transparent)!important}.hover\:bg-success\/10:hover{background-color:color-mix(in oklab,var(--colors-success-DEFAULT) 10%,transparent)!important}.hover\:bg-success\/20:hover{background-color:color-mix(in oklab,var(--colors-success-DEFAULT) 20%,transparent)!important}.hover\:bg-success\/90:hover{background-color:color-mix(in oklab,var(--colors-success-DEFAULT) 90%,transparent)!important}.hover\:bg-warning\/20:hover{background-color:color-mix(in oklab,var(--colors-warning-DEFAULT) 20%,transparent)!important}.hover\:bg-warning\/90:hover{background-color:color-mix(in oklab,var(--colors-warning-DEFAULT) 90%,transparent)!important}[hover\:bg-background=""]:hover{background-color:color-mix(in oklab,var(--colors-background) var(--un-bg-opacity),transparent)!important}[hover\:bg-foreground=""]:hover{background-color:color-mix(in oklab,var(--colors-foreground) var(--un-bg-opacity),transparent)!important}.dark .dark\:ring-border{--un-ring-color:color-mix(in oklab,var(--colors-border) var(--un-ring-opacity),transparent)!important}.ring-accent{--un-ring-color:color-mix(in oklab,var(--colors-accent-DEFAULT) var(--un-ring-opacity),transparent)!important}.ring-border{--un-ring-color:color-mix(in oklab,var(--colors-border) var(--un-ring-opacity),transparent)!important}.ring-primary{--un-ring-color:color-mix(in oklab,var(--colors-primary-DEFAULT) var(--un-ring-opacity),transparent)!important}.focus\:ring-destructive\/20:focus{--un-ring-color:color-mix(in oklab,var(--colors-destructive-DEFAULT) 20%,transparent)!important}.focus\:ring-primary:focus{--un-ring-color:color-mix(in oklab,var(--colors-primary-DEFAULT) var(--un-ring-opacity),transparent)!important}.focus\:ring-primary\/20:focus{--un-ring-color:color-mix(in oklab,var(--colors-primary-DEFAULT) 20%,transparent)!important}.focus\:ring-ring:focus{--un-ring-color:color-mix(in oklab,var(--colors-ring) var(--un-ring-opacity),transparent)!important}.shadow-info\/20{--un-shadow-color:color-mix(in oklab,color-mix(in oklab,var(--colors-info-DEFAULT) 20%,transparent) var(--un-shadow-opacity),transparent)!important}.shadow-primary\/20{--un-shadow-color:color-mix(in oklab,color-mix(in oklab,var(--colors-primary-DEFAULT) 20%,transparent) var(--un-shadow-opacity),transparent)!important}.shadow-success\/20{--un-shadow-color:color-mix(in oklab,color-mix(in oklab,var(--colors-success-DEFAULT) 20%,transparent) var(--un-shadow-opacity),transparent)!important}.shadow-warning\/20{--un-shadow-color:color-mix(in oklab,color-mix(in oklab,var(--colors-warning-DEFAULT) 20%,transparent) var(--un-shadow-opacity),transparent)!important}[stroke~=black]{stroke:color-mix(in oklab,var(--colors-black) var(--un-stroke-opacity),transparent)!important}.placeholder-muted-foreground::-moz-placeholder{color:color-mix(in oklab,var(--colors-muted-foreground) var(--un-placeholder-opacity),transparent)!important}.placeholder-muted-foreground::placeholder{color:color-mix(in oklab,var(--colors-muted-foreground) var(--un-placeholder-opacity),transparent)!important}}@media(min-width:40rem){.sm\:text-3xl{font-size:var(--text-3xl-fontSize)!important;line-height:var(--un-leading,var(--text-3xl-lineHeight))!important}.sm\:text-4xl{font-size:var(--text-4xl-fontSize)!important;line-height:var(--un-leading,var(--text-4xl-lineHeight))!important}.sm\:text-base{font-size:var(--text-base-fontSize)!important;line-height:var(--un-leading,var(--text-base-lineHeight))!important}.sm\:text-lg{font-size:var(--text-lg-fontSize)!important;line-height:var(--un-leading,var(--text-lg-lineHeight))!important}.sm\:px-6{padding-inline:calc(var(--spacing)*6)!important}.sm\:opacity-0{opacity:0!important}.group:hover .sm\:group-hover\:opacity-100{opacity:100%!important}.sm\:flex-row{flex-direction:row!important}.sm\:grid-cols-3,[sm\:grid-cols-3=""]{grid-template-columns:repeat(3,minmax(0,1fr))!important}.sm\:inline{display:inline!important}.sm\:break-normal{overflow-wrap:normal!important;word-break:normal!important}.sm\:items-center{align-items:center!important}}@media(min-width:48rem){:where(.md\:space-y-3>:not(:last-child)){--un-space-y-reverse:0!important;margin-block-end:calc(var(--spacing)*3*(1 - var(--un-space-y-reverse)))!important;margin-block-start:calc(var(--spacing)*3*var(--un-space-y-reverse))!important}}@media(min-width:48rem){:where(.md\:space-y-4>:not(:last-child)){--un-space-y-reverse:0!important;margin-block-end:calc(var(--spacing)*4*(1 - var(--un-space-y-reverse)))!important;margin-block-start:calc(var(--spacing)*4*var(--un-space-y-reverse))!important}}@media(min-width:48rem){:where(.md\:space-y-5>:not(:last-child)){--un-space-y-reverse:0!important;margin-block-end:calc(var(--spacing)*5*(1 - var(--un-space-y-reverse)))!important;margin-block-start:calc(var(--spacing)*5*var(--un-space-y-reverse))!important}}@media(min-width:48rem){.md\:text-2xl{font-size:var(--text-2xl-fontSize)!important;line-height:var(--un-leading,var(--text-2xl-lineHeight))!important}.md\:text-3xl{font-size:var(--text-3xl-fontSize)!important;line-height:var(--un-leading,var(--text-3xl-lineHeight))!important}.md\:text-5xl{font-size:var(--text-5xl-fontSize)!important;line-height:var(--un-leading,var(--text-5xl-lineHeight))!important}.md\:text-base{font-size:var(--text-base-fontSize)!important;line-height:var(--un-leading,var(--text-base-lineHeight))!important}.md\:text-lg{font-size:var(--text-lg-fontSize)!important;line-height:var(--un-leading,var(--text-lg-lineHeight))!important}.md\:text-xs{font-size:var(--text-xs-fontSize)!important;line-height:var(--un-leading,var(--text-xs-lineHeight))!important}.md\:hover\:text-destructive:hover{color:color-mix(in srgb,var(--colors-destructive-DEFAULT) var(--un-text-opacity),transparent)!important}.md\:hover\:text-foreground:hover{color:color-mix(in srgb,var(--colors-foreground) var(--un-text-opacity),transparent)!important}.md\:hover\:text-info:hover{color:color-mix(in srgb,var(--colors-info-DEFAULT) var(--un-text-opacity),transparent)!important}.md\:hover\:text-success:hover{color:color-mix(in srgb,var(--colors-success-DEFAULT) var(--un-text-opacity),transparent)!important}.md\:hover\:text-warning:hover{color:color-mix(in srgb,var(--colors-warning-DEFAULT) var(--un-text-opacity),transparent)!important}[md\:hover\:text-foreground=""]:hover{color:color-mix(in srgb,var(--colors-foreground) var(--un-text-opacity),transparent)!important}.md\:mb-0{margin-bottom:calc(var(--spacing)*0)!important}.md\:p-2\.5{padding:calc(var(--spacing)*2.5)!important}.md\:p-3{padding:calc(var(--spacing)*3)!important}.md\:p-4{padding:calc(var(--spacing)*4)!important}.md\:p-6,[md\:p-6=""]{padding:calc(var(--spacing)*6)!important}.md\:p-8{padding:calc(var(--spacing)*8)!important}.md\:px-3,[md\:px-3=""]{padding-inline:calc(var(--spacing)*3)!important}.md\:px-4{padding-inline:calc(var(--spacing)*4)!important}.md\:px-5{padding-inline:calc(var(--spacing)*5)!important}.md\:px-6{padding-inline:calc(var(--spacing)*6)!important}.md\:px-8{padding-inline:calc(var(--spacing)*8)!important}.md\:py-1,[md\:py-1=""]{padding-block:calc(var(--spacing)*1)!important}.md\:py-2,[md\:py-2=""]{padding-block:calc(var(--spacing)*2)!important}.md\:py-3{padding-block:calc(var(--spacing)*3)!important}.md\:py-3\.5{padding-block:calc(var(--spacing)*3.5)!important}.md\:hover\:border-border:hover{border-color:color-mix(in srgb,var(--colors-border) var(--un-border-opacity),transparent)!important}.md\:hover\:border-info\/30:hover{border-color:color-mix(in srgb,var(--colors-info-DEFAULT) 30%,transparent)!important}.md\:hover\:border-primary\/20:hover{border-color:color-mix(in srgb,var(--colors-primary-DEFAULT) 20%,transparent)!important}.md\:hover\:border-primary\/30:hover{border-color:color-mix(in srgb,var(--colors-primary-DEFAULT) 30%,transparent)!important}.md\:hover\:border-primary\/50:hover{border-color:color-mix(in srgb,var(--colors-primary-DEFAULT) 50%,transparent)!important}.md\:hover\:border-success\/30:hover{border-color:color-mix(in srgb,var(--colors-success-DEFAULT) 30%,transparent)!important}.md\:hover\:border-warning\/30:hover{border-color:color-mix(in srgb,var(--colors-warning-DEFAULT) 30%,transparent)!important}[md\:hover\:border-primary=""]:hover{border-color:color-mix(in srgb,var(--colors-primary-DEFAULT) var(--un-border-opacity),transparent)!important}.md\:hover\:bg-card:hover{background-color:color-mix(in srgb,var(--colors-card-DEFAULT) var(--un-bg-opacity),transparent)!important}.md\:hover\:bg-card\/50:hover{background-color:color-mix(in srgb,var(--colors-card-DEFAULT) 50%,transparent)!important}.md\:hover\:bg-destructive\/10:hover{background-color:color-mix(in srgb,var(--colors-destructive-DEFAULT) 10%,transparent)!important}.md\:hover\:bg-destructive\/90:hover{background-color:color-mix(in srgb,var(--colors-destructive-DEFAULT) 90%,transparent)!important}.md\:hover\:bg-info\/10:hover{background-color:color-mix(in srgb,var(--colors-info-DEFAULT) 10%,transparent)!important}.md\:hover\:bg-muted:hover{background-color:color-mix(in srgb,var(--colors-muted-DEFAULT) var(--un-bg-opacity),transparent)!important}.md\:hover\:bg-muted\/10:hover{background-color:color-mix(in srgb,var(--colors-muted-DEFAULT) 10%,transparent)!important}.md\:hover\:bg-muted\/80:hover{background-color:color-mix(in srgb,var(--colors-muted-DEFAULT) 80%,transparent)!important}.md\:hover\:bg-primary\/10:hover{background-color:color-mix(in srgb,var(--colors-primary-DEFAULT) 10%,transparent)!important}.md\:hover\:bg-primary\/20:hover{background-color:color-mix(in srgb,var(--colors-primary-DEFAULT) 20%,transparent)!important}.md\:hover\:bg-primary\/90:hover{background-color:color-mix(in srgb,var(--colors-primary-DEFAULT) 90%,transparent)!important}.md\:hover\:bg-success\/10:hover{background-color:color-mix(in srgb,var(--colors-success-DEFAULT) 10%,transparent)!important}.md\:hover\:bg-warning\/10:hover{background-color:color-mix(in srgb,var(--colors-warning-DEFAULT) 10%,transparent)!important}[md\:hover\:bg-destructive=""]:hover{background-color:color-mix(in srgb,var(--colors-destructive-DEFAULT) var(--un-bg-opacity),transparent)!important}[md\:hover\:bg-muted=""]:hover{background-color:color-mix(in srgb,var(--colors-muted-DEFAULT) var(--un-bg-opacity),transparent)!important}[md\:hover\:bg-primary=""]:hover{background-color:color-mix(in srgb,var(--colors-primary-DEFAULT) var(--un-bg-opacity),transparent)!important}.md\:flex{display:flex!important}.md\:flex-row,[md\:flex-row=""]{flex-direction:row!important}.md\:gap-0{gap:calc(var(--spacing)*0)!important}.md\:gap-2{gap:calc(var(--spacing)*2)!important}.md\:gap-2\.5{gap:calc(var(--spacing)*2.5)!important}.md\:gap-6{gap:calc(var(--spacing)*6)!important}.md\:grid-cols-2,[md\:grid-cols-2=""]{grid-template-columns:repeat(2,minmax(0,1fr))!important}.md\:grid-cols-4,[md\:grid-cols-4=""]{grid-template-columns:repeat(4,minmax(0,1fr))!important}.md\:grid-cols-5{grid-template-columns:repeat(5,minmax(0,1fr))!important}.md\:h-10{height:calc(var(--spacing)*10)!important}.md\:h-5{height:calc(var(--spacing)*5)!important}.md\:h-8{height:calc(var(--spacing)*8)!important}.md\:min-h-0,[md\:min-h-0=""]{min-height:calc(var(--spacing)*0)!important}.md\:min-w-0{min-width:calc(var(--spacing)*0)!important}.md\:w-20{width:calc(var(--spacing)*20)!important}.md\:w-5{width:calc(var(--spacing)*5)!important}.md\:w-8{width:calc(var(--spacing)*8)!important}.md\:w-auto,[md\:w-auto=""]{width:auto!important}.md\:block{display:block!important}.md\:hidden{display:none!important}.md\:hover\:shadow-2xl:hover{--un-shadow:0 25px 50px -12px var(--un-shadow-color,rgba(0,0,0,.25))!important}.md\:hover\:shadow-2xl:hover,.md\:hover\:shadow-lg:hover{box-shadow:var(--un-inset-shadow),var(--un-inset-ring-shadow),var(--un-ring-offset-shadow),var(--un-ring-shadow),var(--un-shadow)!important}.md\:hover\:shadow-lg:hover{--un-shadow:0 10px 15px -3px var(--un-shadow-color,rgba(0,0,0,.1)),0 4px 6px -4px var(--un-shadow-color,rgba(0,0,0,.1))!important}.md\:hover\:shadow-md:hover{--un-shadow:0 4px 6px -1px var(--un-shadow-color,rgba(0,0,0,.1)),0 2px 4px -2px var(--un-shadow-color,rgba(0,0,0,.1))!important;box-shadow:var(--un-inset-shadow),var(--un-inset-ring-shadow),var(--un-ring-offset-shadow),var(--un-ring-shadow),var(--un-shadow)!important}.md\:hover\:shadow-primary\/10:hover{--un-shadow-color:color-mix(in srgb,var(--colors-primary-DEFAULT) 10%,transparent)!important}.md\:hover\:shadow-primary\/30:hover{--un-shadow-color:color-mix(in srgb,var(--colors-primary-DEFAULT) 30%,transparent)!important}.md\:hover\:shadow-sm:hover{--un-shadow:0 1px 3px 0 var(--un-shadow-color,rgba(0,0,0,.1)),0 1px 2px -1px var(--un-shadow-color,rgba(0,0,0,.1))!important}.md\:hover\:shadow-sm:hover,.md\:hover\:shadow-xl:hover{box-shadow:var(--un-inset-shadow),var(--un-inset-ring-shadow),var(--un-ring-offset-shadow),var(--un-ring-shadow),var(--un-shadow)!important}.md\:hover\:shadow-xl:hover{--un-shadow:0 20px 25px -5px var(--un-shadow-color,rgba(0,0,0,.1)),0 8px 10px -6px var(--un-shadow-color,rgba(0,0,0,.1))!important}[md\:hover\:shadow-md~="))"]:hover,[md\:hover\:shadow-md~="/apps/training/${training.id}"]:hover,[md\:hover\:shadow-md~="any)"]:hover{--un-shadow:0 1px 3px 0 var(--un-shadow-color,rgba(0,0,0,.1)),0 1px 2px -1px var(--un-shadow-color,rgba(0,0,0,.1))!important;box-shadow:var(--un-inset-shadow),var(--un-inset-ring-shadow),var(--un-ring-offset-shadow),var(--un-ring-shadow),var(--un-shadow)!important}[md\:hover\:shadow-primary=""]:hover{--un-shadow-color:color-mix(in srgb,var(--colors-primary-DEFAULT) var(--un-shadow-opacity),transparent)!important}[md\:hover\:shadow-xl=""]:hover{--un-shadow:0 20px 25px -5px var(--un-shadow-color,rgba(0,0,0,.1)),0 8px 10px -6px var(--un-shadow-color,rgba(0,0,0,.1))!important;box-shadow:var(--un-inset-shadow),var(--un-inset-ring-shadow),var(--un-ring-offset-shadow),var(--un-ring-shadow),var(--un-shadow)!important}.md\:hover\:-translate-x-0\.5:hover{--un-translate-x:calc(var(--spacing)*.5*-1)!important;translate:var(--un-translate-x) var(--un-translate-y)!important}.md\:hover\:-translate-y-1:hover{--un-translate-y:calc(var(--spacing)*1*-1)!important;translate:var(--un-translate-x) var(--un-translate-y)!important}.md\:hover\:translate-x-0\.5:hover{--un-translate-x:calc(var(--spacing)*.5)!important;translate:var(--un-translate-x) var(--un-translate-y)!important}.md\:hover\:scale-105:hover{--un-scale-x:105%!important;--un-scale-y:105%!important;scale:var(--un-scale-x) var(--un-scale-y)!important}.md\:items-center{align-items:center!important}.md\:justify-start{justify-content:flex-start!important}}@supports (color:color-mix(in lab,red,red)){@media(min-width:48rem){.md\:hover\:text-destructive:hover{color:color-mix(in oklab,var(--colors-destructive-DEFAULT) var(--un-text-opacity),transparent)!important}.md\:hover\:text-foreground:hover{color:color-mix(in oklab,var(--colors-foreground) var(--un-text-opacity),transparent)!important}.md\:hover\:text-info:hover{color:color-mix(in oklab,var(--colors-info-DEFAULT) var(--un-text-opacity),transparent)!important}.md\:hover\:text-success:hover{color:color-mix(in oklab,var(--colors-success-DEFAULT) var(--un-text-opacity),transparent)!important}.md\:hover\:text-warning:hover{color:color-mix(in oklab,var(--colors-warning-DEFAULT) var(--un-text-opacity),transparent)!important}[md\:hover\:text-foreground=""]:hover{color:color-mix(in oklab,var(--colors-foreground) var(--un-text-opacity),transparent)!important}.md\:hover\:border-border:hover{border-color:color-mix(in oklab,var(--colors-border) var(--un-border-opacity),transparent)!important}.md\:hover\:border-info\/30:hover{border-color:color-mix(in oklab,var(--colors-info-DEFAULT) 30%,transparent)!important}.md\:hover\:border-primary\/20:hover{border-color:color-mix(in oklab,var(--colors-primary-DEFAULT) 20%,transparent)!important}.md\:hover\:border-primary\/30:hover{border-color:color-mix(in oklab,var(--colors-primary-DEFAULT) 30%,transparent)!important}.md\:hover\:border-primary\/50:hover{border-color:color-mix(in oklab,var(--colors-primary-DEFAULT) 50%,transparent)!important}.md\:hover\:border-success\/30:hover{border-color:color-mix(in oklab,var(--colors-success-DEFAULT) 30%,transparent)!important}.md\:hover\:border-warning\/30:hover{border-color:color-mix(in oklab,var(--colors-warning-DEFAULT) 30%,transparent)!important}[md\:hover\:border-primary=""]:hover{border-color:color-mix(in oklab,var(--colors-primary-DEFAULT) var(--un-border-opacity),transparent)!important}.md\:hover\:bg-card:hover{background-color:color-mix(in oklab,var(--colors-card-DEFAULT) var(--un-bg-opacity),transparent)!important}.md\:hover\:bg-card\/50:hover{background-color:color-mix(in oklab,var(--colors-card-DEFAULT) 50%,transparent)!important}.md\:hover\:bg-destructive\/10:hover{background-color:color-mix(in oklab,var(--colors-destructive-DEFAULT) 10%,transparent)!important}.md\:hover\:bg-destructive\/90:hover{background-color:color-mix(in oklab,var(--colors-destructive-DEFAULT) 90%,transparent)!important}.md\:hover\:bg-info\/10:hover{background-color:color-mix(in oklab,var(--colors-info-DEFAULT) 10%,transparent)!important}.md\:hover\:bg-muted:hover{background-color:color-mix(in oklab,var(--colors-muted-DEFAULT) var(--un-bg-opacity),transparent)!important}.md\:hover\:bg-muted\/10:hover{background-color:color-mix(in oklab,var(--colors-muted-DEFAULT) 10%,transparent)!important}.md\:hover\:bg-muted\/80:hover{background-color:color-mix(in oklab,var(--colors-muted-DEFAULT) 80%,transparent)!important}.md\:hover\:bg-primary\/10:hover{background-color:color-mix(in oklab,var(--colors-primary-DEFAULT) 10%,transparent)!important}.md\:hover\:bg-primary\/20:hover{background-color:color-mix(in oklab,var(--colors-primary-DEFAULT) 20%,transparent)!important}.md\:hover\:bg-primary\/90:hover{background-color:color-mix(in oklab,var(--colors-primary-DEFAULT) 90%,transparent)!important}.md\:hover\:bg-success\/10:hover{background-color:color-mix(in oklab,var(--colors-success-DEFAULT) 10%,transparent)!important}.md\:hover\:bg-warning\/10:hover{background-color:color-mix(in oklab,var(--colors-warning-DEFAULT) 10%,transparent)!important}[md\:hover\:bg-destructive=""]:hover{background-color:color-mix(in oklab,var(--colors-destructive-DEFAULT) var(--un-bg-opacity),transparent)!important}[md\:hover\:bg-muted=""]:hover{background-color:color-mix(in oklab,var(--colors-muted-DEFAULT) var(--un-bg-opacity),transparent)!important}[md\:hover\:bg-primary=""]:hover{background-color:color-mix(in oklab,var(--colors-primary-DEFAULT) var(--un-bg-opacity),transparent)!important}.md\:hover\:shadow-primary\/10:hover{--un-shadow-color:color-mix(in oklab,color-mix(in oklab,var(--colors-primary-DEFAULT) 10%,transparent) var(--un-shadow-opacity),transparent)!important}.md\:hover\:shadow-primary\/30:hover{--un-shadow-color:color-mix(in oklab,color-mix(in oklab,var(--colors-primary-DEFAULT) 30%,transparent) var(--un-shadow-opacity),transparent)!important}[md\:hover\:shadow-primary=""]:hover{--un-shadow-color:color-mix(in oklab,var(--colors-primary-DEFAULT) var(--un-shadow-opacity),transparent)!important}}}@media(min-width:64rem){.lg\:px-8{padding-inline:calc(var(--spacing)*8)!important}.lg\:grid-cols-3{grid-template-columns:repeat(3,minmax(0,1fr))!important}}.lottie-animation-container{background-color:var(--lottie-animation-container-background-color);height:var(--lottie-animation-container-height);margin:var(--lottie-animation-margin);overflow:hidden;width:var(--lottie-animation-container-width)}.lottie-animation-container svg{transform:scale(var(--lottie-animation-scale))}
