html[dir=ltr],[data-sonner-toaster][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;--toast-close-button-start: 0;--toast-close-button-end: unset;--toast-close-button-transform: translate(-35%, -35%)}html[dir=rtl],[data-sonner-toaster][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;--toast-close-button-start: unset;--toast-close-button-end: 0;--toast-close-button-transform: translate(35%, -35%)}[data-sonner-toaster]{position:fixed;width:var(--width);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;--gray1: hsl(0, 0%, 99%);--gray2: hsl(0, 0%, 97.3%);--gray3: hsl(0, 0%, 95.1%);--gray4: hsl(0, 0%, 93%);--gray5: hsl(0, 0%, 90.9%);--gray6: hsl(0, 0%, 88.7%);--gray7: hsl(0, 0%, 85.8%);--gray8: hsl(0, 0%, 78%);--gray9: hsl(0, 0%, 56.1%);--gray10: hsl(0, 0%, 52.3%);--gray11: hsl(0, 0%, 43.5%);--gray12: hsl(0, 0%, 9%);--border-radius: 8px;box-sizing:border-box;padding:0;margin:0;list-style:none;outline:none;z-index:999999999;transition:transform .4s ease}[data-sonner-toaster][data-lifted=true]{transform:translateY(-8px)}@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));z-index:var(--z-index);position:absolute;opacity:0;transform:var(--y);touch-action:none;transition:transform .4s,opacity .4s,height .4s,box-shadow .2s;box-sizing:border-box;outline:none;overflow-wrap:anywhere}[data-sonner-toast][data-styled=true]{padding:16px;background:var(--normal-bg);border:1px solid var(--normal-border);color:var(--normal-text);border-radius:var(--border-radius);box-shadow:0 4px 12px #0000001a;width:var(--width);font-size:13px;display:flex;align-items:center;gap:6px}[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(1 * var(--gap))}[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]{font-weight:400;line-height:1.4;color:#3f3f3f}[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]{font-weight:500;line-height:1.5;color:inherit}[data-sonner-toast][data-styled=true] [data-icon]{display:flex;height:16px;width:16px;position:relative;justify-content:flex-start;align-items:center;flex-shrink:0;margin-left:var(--toast-icon-margin-start);margin-right:var(--toast-icon-margin-end)}[data-sonner-toast][data-promise=true] [data-icon]>svg{opacity:0;transform:scale(.8);transform-origin:center;animation:sonner-fade-in .3s ease forwards}[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]{border-radius:4px;padding-left:8px;padding-right:8px;height:24px;font-size:12px;color:var(--normal-bg);background:var(--normal-text);margin-left:var(--toast-button-margin-start);margin-right:var(--toast-button-margin-end);border:none;font-weight:500;cursor:pointer;outline:none;display:flex;align-items:center;flex-shrink:0;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]{color:var(--normal-text);background:#00000014}[data-sonner-toaster][data-sonner-theme=dark] [data-sonner-toast][data-styled=true] [data-cancel]{background:#ffffff4d}[data-sonner-toast][data-styled=true] [data-close-button]{position:absolute;left:var(--toast-close-button-start);right:var(--toast-close-button-end);top:0;height:20px;width:20px;display:flex;justify-content:center;align-items:center;padding:0;color:var(--gray12);background:var(--normal-bg);border:1px solid var(--gray4);transform:var(--toast-close-button-transform);border-radius:50%;cursor:pointer;z-index:1;transition:opacity .1s,background .2s,border-color .2s}[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:"";position:absolute;left:-100%;right:-100%;height: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:"";position:absolute;top:0;right:0;bottom:0;left:0;transform:scaleY(2)}[data-sonner-toast][data-expanded=true]:after{content:"";position:absolute;left:0;height:calc(var(--gap) + 1px);bottom:100%;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(-1 * var(--scale)));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, 0px)) translate(var(--swipe-amount-x, 0px));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-timing-function:ease-out;animation-fill-mode:forwards}[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%{transform:var(--y) translate(var(--swipe-amount-x));opacity:1}to{transform:var(--y) translate(calc(var(--swipe-amount-x) - 100%));opacity:0}}@keyframes swipe-out-right{0%{transform:var(--y) translate(var(--swipe-amount-x));opacity:1}to{transform:var(--y) translate(calc(var(--swipe-amount-x) + 100%));opacity:0}}@keyframes swipe-out-up{0%{transform:var(--y) translateY(var(--swipe-amount-y));opacity:1}to{transform:var(--y) translateY(calc(var(--swipe-amount-y) - 100%));opacity:0}}@keyframes swipe-out-down{0%{transform:var(--y) translateY(var(--swipe-amount-y));opacity:1}to{transform:var(--y) translateY(calc(var(--swipe-amount-y) + 100%));opacity:0}}@media (max-width: 600px){[data-sonner-toaster]{position:fixed;right:var(--mobile-offset-right);left:var(--mobile-offset-left);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: hsl(143, 85%, 96%);--success-border: hsl(145, 92%, 87%);--success-text: hsl(140, 100%, 27%);--info-bg: hsl(208, 100%, 97%);--info-border: hsl(221, 91%, 93%);--info-text: hsl(210, 92%, 45%);--warning-bg: hsl(49, 100%, 97%);--warning-border: hsl(49, 91%, 84%);--warning-text: hsl(31, 92%, 45%);--error-bg: hsl(359, 100%, 97%);--error-border: hsl(359, 100%, 94%);--error-text: hsl(360, 100%, 45%)}[data-sonner-toaster][data-sonner-theme=light] [data-sonner-toast][data-invert=true]{--normal-bg: #000;--normal-border: hsl(0, 0%, 20%);--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: hsl(0, 0%, 12%);--normal-border: hsl(0, 0%, 20%);--normal-border-hover: hsl(0, 0%, 25%);--normal-text: var(--gray1);--success-bg: hsl(150, 100%, 6%);--success-border: hsl(147, 100%, 12%);--success-text: hsl(150, 86%, 65%);--info-bg: hsl(215, 100%, 6%);--info-border: hsl(223, 43%, 17%);--info-text: hsl(216, 87%, 65%);--warning-bg: hsl(64, 100%, 6%);--warning-border: hsl(60, 100%, 9%);--warning-text: hsl(46, 87%, 65%);--error-bg: hsl(358, 76%, 10%);--error-border: hsl(357, 89%, 16%);--error-text: hsl(358, 100%, 81%)}[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);width:var(--size);position:absolute;top:0;right:0;bottom:0;left:0;z-index:10}.sonner-loading-wrapper[data-visible=false]{transform-origin:center;animation:sonner-fade-out .2s ease forwards}.sonner-spinner{position:relative;top:50%;left:50%;height:var(--size);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:nth-child(1){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){[data-sonner-toast],[data-sonner-toast]>*,.sonner-loading-bar{transition:none!important;animation:none!important}}.sonner-loader{position:absolute;top:50%;left: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%)}#Cloud-Top[data-v-397d0484],#Cloud-Bottom[data-v-397d0484],#Moon[data-v-397d0484]{transform-origin:center;transition-property:all;transition-duration:.3s;transition-timing-function:cubic-bezier(.4,0,.2,1);animation-duration:.3s;animation-timing-function:cubic-bezier(.4,0,.2,1)}.logo-wrapper-container:hover #Cloud-Top[data-v-397d0484]{--tw-translate-x: 1rem;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));opacity:.3}.logo-wrapper-container:hover #Cloud-Bottom[data-v-397d0484]{--tw-translate-x: -1rem;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));opacity:.3}.logo-wrapper-container:hover #Moon[data-v-397d0484]{--tw-scale-x: 1.1;--tw-scale-y: 1.1;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}button{font-weight:400}.nostyle{display:flex;text-align:center;vertical-align:middle;color:inherit}.latestTag[data-v-cf4dd52e]{margin-left:.25rem;margin-right:.25rem;display:inline-flex;height:100%;align-items:center;justify-content:center;border-radius:9999px;background-color:#16a34a1a;padding-left:.5rem;padding-right:.5rem;font-size:.8em;--tw-text-opacity: 1;color:rgb(34 197 94 / var(--tw-text-opacity, 1));text-decoration-color:transparent!important}.latestTag[data-v-cf4dd52e]:focus{text-decoration-line:none!important}.fast-fade-enter-active[data-v-21c6668a],.fast-fade-leave-active[data-v-21c6668a]{transition:opacity .1s ease-in-out}.fast-fade-enter-from[data-v-21c6668a],.fast-fade-leave-to[data-v-21c6668a]{opacity:0}.slow-fade-enter-active[data-v-21c6668a],.slow-fade-leave-active[data-v-21c6668a]{transition:opacity .3s ease-in-out}.slow-fade-enter-from[data-v-21c6668a],.slow-fade-leave-to[data-v-21c6668a]{opacity:0}.fade-enter-active[data-v-96f7e72f],.fade-leave-active[data-v-96f7e72f]{transition:opacity .3s ease-in-out}.fade-enter-from[data-v-96f7e72f],.fade-leave-to[data-v-96f7e72f]{opacity:0}@tailwind base;@tailwind components;@tailwind utilities;*,:before,:after{--tw-border-spacing-x: 0;--tw-border-spacing-y: 0;--tw-translate-x: 0;--tw-translate-y: 0;--tw-rotate: 0;--tw-skew-x: 0;--tw-skew-y: 0;--tw-scale-x: 1;--tw-scale-y: 1;--tw-pan-x: ;--tw-pan-y: ;--tw-pinch-zoom: ;--tw-scroll-snap-strictness: proximity;--tw-gradient-from-position: ;--tw-gradient-via-position: ;--tw-gradient-to-position: ;--tw-ordinal: ;--tw-slashed-zero: ;--tw-numeric-figure: ;--tw-numeric-spacing: ;--tw-numeric-fraction: ;--tw-ring-inset: ;--tw-ring-offset-width: 0px;--tw-ring-offset-color: #fff;--tw-ring-color: rgb(59 130 246 / .5);--tw-ring-offset-shadow: 0 0 #0000;--tw-ring-shadow: 0 0 #0000;--tw-shadow: 0 0 #0000;--tw-shadow-colored: 0 0 #0000;--tw-blur: ;--tw-brightness: ;--tw-contrast: ;--tw-grayscale: ;--tw-hue-rotate: ;--tw-invert: ;--tw-saturate: ;--tw-sepia: ;--tw-drop-shadow: ;--tw-backdrop-blur: ;--tw-backdrop-brightness: ;--tw-backdrop-contrast: ;--tw-backdrop-grayscale: ;--tw-backdrop-hue-rotate: ;--tw-backdrop-invert: ;--tw-backdrop-opacity: ;--tw-backdrop-saturate: ;--tw-backdrop-sepia: ;--tw-contain-size: ;--tw-contain-layout: ;--tw-contain-paint: ;--tw-contain-style: }::backdrop{--tw-border-spacing-x: 0;--tw-border-spacing-y: 0;--tw-translate-x: 0;--tw-translate-y: 0;--tw-rotate: 0;--tw-skew-x: 0;--tw-skew-y: 0;--tw-scale-x: 1;--tw-scale-y: 1;--tw-pan-x: ;--tw-pan-y: ;--tw-pinch-zoom: ;--tw-scroll-snap-strictness: proximity;--tw-gradient-from-position: ;--tw-gradient-via-position: ;--tw-gradient-to-position: ;--tw-ordinal: ;--tw-slashed-zero: ;--tw-numeric-figure: ;--tw-numeric-spacing: ;--tw-numeric-fraction: ;--tw-ring-inset: ;--tw-ring-offset-width: 0px;--tw-ring-offset-color: #fff;--tw-ring-color: rgb(59 130 246 / .5);--tw-ring-offset-shadow: 0 0 #0000;--tw-ring-shadow: 0 0 #0000;--tw-shadow: 0 0 #0000;--tw-shadow-colored: 0 0 #0000;--tw-blur: ;--tw-brightness: ;--tw-contrast: ;--tw-grayscale: ;--tw-hue-rotate: ;--tw-invert: ;--tw-saturate: ;--tw-sepia: ;--tw-drop-shadow: ;--tw-backdrop-blur: ;--tw-backdrop-brightness: ;--tw-backdrop-contrast: ;--tw-backdrop-grayscale: ;--tw-backdrop-hue-rotate: ;--tw-backdrop-invert: ;--tw-backdrop-opacity: ;--tw-backdrop-saturate: ;--tw-backdrop-sepia: ;--tw-contain-size: ;--tw-contain-layout: ;--tw-contain-paint: ;--tw-contain-style: }*,:before,:after{box-sizing:border-box;border-width:0;border-style:solid;border-color:#e5e7eb}:before,:after{--tw-content: ""}html,:host{line-height:1.5;-webkit-text-size-adjust:100%;-moz-tab-size:4;-o-tab-size:4;tab-size:4;font-family:ui-sans-serif,system-ui,sans-serif,"Apple Color Emoji","Segoe UI Emoji",Segoe UI Symbol,"Noto Color Emoji";font-feature-settings:normal;font-variation-settings:normal;-webkit-tap-highlight-color:transparent}body{margin:0;line-height:inherit}hr{height:0;color:inherit;border-top-width:1px}abbr:where([title]){-webkit-text-decoration:underline dotted;text-decoration:underline dotted}h1,h2,h3,h4,h5,h6{font-size:inherit;font-weight:inherit}a{color:inherit;text-decoration:inherit}b,strong{font-weight:bolder}code,kbd,samp,pre{font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,Liberation Mono,Courier New,monospace;font-feature-settings:normal;font-variation-settings:normal;font-size:1em}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sub{bottom:-.25em}sup{top:-.5em}table{text-indent:0;border-color:inherit;border-collapse:collapse}button,input,optgroup,select,textarea{font-family:inherit;font-feature-settings:inherit;font-variation-settings:inherit;font-size:100%;font-weight:inherit;line-height:inherit;letter-spacing:inherit;color:inherit;margin:0;padding:0}button,select{text-transform:none}button,input:where([type=button]),input:where([type=reset]),input:where([type=submit]){-webkit-appearance:button;background-color:transparent;background-image:none}:-moz-focusring{outline:auto}:-moz-ui-invalid{box-shadow:none}progress{vertical-align:baseline}::-webkit-inner-spin-button,::-webkit-outer-spin-button{height:auto}[type=search]{-webkit-appearance:textfield;outline-offset:-2px}::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}summary{display:list-item}blockquote,dl,dd,h1,h2,h3,h4,h5,h6,hr,figure,p,pre{margin:0}fieldset{margin:0;padding:0}legend{padding:0}ol,ul,menu{list-style:none;margin:0;padding:0}dialog{padding:0}textarea{resize:vertical}input::-moz-placeholder,textarea::-moz-placeholder{opacity:1;color:#9ca3af}input::placeholder,textarea::placeholder{opacity:1;color:#9ca3af}button,[role=button]{cursor:pointer}:disabled{cursor:default}img,svg,video,canvas,audio,iframe,embed,object{display:block;vertical-align:middle}img,video{max-width:100%;height:auto}[hidden]:where(:not([hidden=until-found])){display:none}:root{--background: var(--bg-800);--bg-lighter: var(--bg-500);--bg-darker: var(--bg-900);--bg: oklch(90.316% .03162 70.5);--bg-50: oklch(95.591% .01478 70.887);--bg-100: oklch(95.263% .01588 73.679);--bg-200: oklch(94.493% .01826 70.237);--bg-300: oklch(93.944% .02 69.99);--bg-400: oklch(93.092% .02176 69.776);--bg-500: oklch(92.517% .02458 71.461);--bg-600: oklch(91.746% .02702 69.279);--bg-700: oklch(91.088% .02918 72.459);--bg-800: oklch(90.316% .03162 70.5);--bg-900: oklch(86.989% .04333 70.626);--bg-950: oklch(85.337% .04871 70.154);--text: hsl(12, 6%, 15%);--text-alt: hsl(12, 6%, 25%);--accent: #603cf7;--accent-alt: #473788;--primary: hsl(51, 100%, 50%);--primary-alt: hsl(51, 100%, 50%);--border: hsl(0, 0%, 14%);--border-alt: #2a2a2a;--ring: #0073e6;--error: #ff0000;--radius: .5rem;--spacing: 1pt;font-family:Archivo,sans-serif;font-size:1rem;line-height:1.5rem;font-weight:400;line-height:1.5;letter-spacing:.025em}@media (min-width: 768px){:root{font-size:.875rem}}@media (min-width: 1024px){:root{font-size:1rem}}:root{font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;--sidebar-background: 0 0% 98%;--sidebar-foreground: 240 5.3% 26.1%;--sidebar-primary: 240 5.9% 10%;--sidebar-primary-foreground: 0 0% 98%;--sidebar-accent: 240 4.8% 95.9%;--sidebar-accent-foreground: 240 5.9% 10%;--sidebar-border: 220 13% 91%;--sidebar-ring: 217.2 91.2% 59.8%}.dark{--background: var(--bg-800);--bg-lighter: var(--bg-500);--bg-darker: var(--bg-900);--bg: oklch(15.907% 0 none);--bg-50: oklch(39.418% 0 none);--bg-100: oklch(38.288% 0 none);--bg-200: oklch(35.232% 0 none);--bg-300: oklch(32.109% 0 none);--bg-400: oklch(29.313% 0 none);--bg-500: oklch(26.032% 0 none);--bg-600: oklch(22.645% 0 none);--bg-700: oklch(19.573% 0 none);--bg-800: oklch(15.907% 0 none);--bg-900: oklch(13.441% 0 none);--bg-950: oklch(9.6926% 0 none);--text: #b0b2b5;--text-alt: #48494d;--accent: #603cf7;--accent-alt: #473788;--primary: #ffd700;--primary-alt: #e3d619;--border: hsl(0, 0%, 14%);--border-alt: #2a2a2a;--sidebar-background: 240 5.9% 10%;--sidebar-foreground: 240 4.8% 95.9%;--sidebar-primary: 224.3 76.3% 48%;--sidebar-primary-foreground: 0 0% 100%;--sidebar-accent: 240 3.7% 15.9%;--sidebar-accent-foreground: 240 4.8% 95.9%;--sidebar-border: 240 3.7% 15.9%;--sidebar-ring: 217.2 91.2% 59.8%}.container{width:100%}@media (min-width: 640px){.container{max-width:640px}}@media (min-width: 768px){.container{max-width:768px}}@media (min-width: 1024px){.container{max-width:1024px}}@media (min-width: 1280px){.container{max-width:1280px}}@media (min-width: 1536px){.container{max-width:1536px}}.hl-red{border-width:1px;border-color:#ef444480;background-color:#ef444440}.flex-items-center{display:flex;flex-direction:column;justify-content:center}@media (min-width: 768px){.flex-items-center{flex-direction:row;align-items:center}}.glass-300{background-color:rgb(from var(--bg-800) r g b / .75);--tw-backdrop-blur: blur(4px);-webkit-backdrop-filter:var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);backdrop-filter:var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia)}.glass-500{background-color:rgb(from var(--bg-800) r g b / .75);--tw-backdrop-blur: blur(12px);-webkit-backdrop-filter:var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);backdrop-filter:var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia)}.glass-700{background-color:rgb(from var(--bg-800) r g b / .75);--tw-backdrop-blur: blur(24px);-webkit-backdrop-filter:var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);backdrop-filter:var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia)}.shadow-s{box-shadow:inset 0 1px 2px #ffffff4d,0 1px 2px #0000004d,0 2px 4px #00000026}.shadow-m{box-shadow:inset 0 1px 2px #ffffff4d,0 2px 4px #0000004d,0 4px 8px #00000040}.shadow-light{--tw-shadow: inset 0 1px 2px rgba(255,255,255,.3), 0 2px 4px rgba(from var(--text) r g b /.1), 0 6px 8px rgba(from var(--text) r g b /.07);--tw-shadow-colored: inset 0 1px 2px var(--tw-shadow-color), 0 2px 4px var(--tw-shadow-color), 0 6px 8px var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000),var(--tw-ring-shadow, 0 0 #0000),var(--tw-shadow)}.shadow-l{box-shadow:inset 0 1px 2px #ffffff4d,0 4px 6px #0000004d,0 6px 10px #00000040}.tabsListClass{width:-moz-fit-content;width:fit-content;flex:1 1 auto;flex-wrap:wrap;-moz-column-gap:1rem;column-gap:1rem;row-gap:0px;font-weight:500}.tabsTriggerClass{display:inline-flex;white-space:nowrap;font-size:1.875rem;line-height:2.25rem;color:rgb(from var(--text-alt) r g b / .7);--tw-ring-offset-color: rgb(from var(--ring) r g b / 1);transition-property:all;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}.tabsTriggerClass:hover{--tw-text-opacity: 1;color:rgb(from var(--text) r g b / var(--tw-text-opacity, 1))}.tabsTriggerClass:focus-visible{outline-width:1px;--tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);--tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);box-shadow:var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow, 0 0 #0000);--tw-ring-opacity: 1;--tw-ring-color: rgb(from var(--ring) r g b / var(--tw-ring-opacity, 1));--tw-ring-offset-width: 2px}.tabsTriggerClass:disabled{pointer-events:none;opacity:.5}.tabsTriggerClass[data-state=active]{--tw-text-opacity: 1;color:rgb(from var(--text) r g b / var(--tw-text-opacity, 1))}@media (min-width: 768px){.tabsTriggerClass{font-size:2.25rem;line-height:2.5rem}}.verticalHR{width:.2rem;border-radius:9999px;background-color:rgb(from var(--text) r g b / .3)}.textMute{color:rgb(from var(--text) r g b / .7)}.card{border-radius:1.5rem;border-width:1px;padding:1rem;--tw-shadow: 0 4px 6px -1px rgb(0 0 0 / .1), 0 2px 4px -2px rgb(0 0 0 / .1);--tw-shadow-colored: 0 4px 6px -1px var(--tw-shadow-color), 0 2px 4px -2px var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000),var(--tw-ring-shadow, 0 0 #0000),var(--tw-shadow)}.center{display:flex;align-items:center;justify-content:center}.align-icon{display:inline-flex;align-items:center;gap:.25rem}.content{box-shadow:inset 0 1px 2px #ffffff4d,0 1px 2px #0000004d,0 2px 4px #00000026;display:flex;width:100%;flex-direction:column;align-items:center;justify-content:center;gap:.5rem;border-radius:1.5rem;background-color:rgb(from var(--bg-950) r g b / .5)!important;padding:1rem}.confetti{pointer-events:none;position:fixed;z-index:9999;border-radius:calc(var(--radius) - 4px)}.bubble-base{box-sizing:border-box;border-radius:.75rem;border-width:1px;border-color:rgb(from var(--border) r g b / .1);background-color:rgb(from var(--bg-lighter) r g b / .7);padding:.5rem;--tw-shadow: 0 4px 6px -1px rgb(0 0 0 / .1), 0 2px 4px -2px rgb(0 0 0 / .1);--tw-shadow-colored: 0 4px 6px -1px var(--tw-shadow-color), 0 2px 4px -2px var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000),var(--tw-ring-shadow, 0 0 #0000),var(--tw-shadow);--tw-shadow-color: rgb(0 0 0 / .3);--tw-shadow: var(--tw-shadow-colored);--tw-backdrop-blur: blur(16px);-webkit-backdrop-filter:var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);backdrop-filter:var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia)}.bubble-bg{box-sizing:border-box;border-radius:.75rem;border-width:1px;background-color:rgb(from var(--bg-lighter) r g b / .7)}.card-bg{border-radius:.75rem;border-width:1px;--tw-bg-opacity: 1;background-color:rgb(from var(--bg-lighter) r g b / var(--tw-bg-opacity, 1))}.dyna-padding{padding:1rem}@media (min-width: 768px){.dyna-padding{padding:.5rem}}a.nostyle{text-decoration-color:transparent}a.nostyle:hover{--tw-brightness: brightness(1);filter:var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow)}.display{font-family:ClashDisplay,sans-serif;font-size:3.75rem;font-weight:600;line-height:1.25;letter-spacing:-1%}.heading{font-family:ClashDisplay,sans-serif;font-size:2.25rem;line-height:2.5rem;font-weight:600;line-height:1.25;letter-spacing:0em}.label{font-family:Archivo,sans-serif;font-size:.875rem;line-height:1.25rem;font-weight:300;line-height:1.5;letter-spacing:.025em}.seperator-v{margin-left:.5rem;margin-right:.5rem;height:100%;width:.25rem;border-radius:9999px;border-style:none}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border-width:0}.not-sr-only{position:static;width:auto;height:auto;padding:0;margin:0;overflow:visible;clip:auto;white-space:normal}.pointer-events-none{pointer-events:none}.pointer-events-auto{pointer-events:auto}.visible{visibility:visible}.invisible{visibility:hidden}.fixed{position:fixed}.absolute{position:absolute}.relative{position:relative}.sticky{position:sticky}.inset-0{top:0;right:0;bottom:0;left:0}.inset-x-0{left:0;right:0}.inset-y-0{top:0;bottom:0}.-bottom-\[0\.125rem\]{bottom:-.125rem}.-bottom-px{bottom:-1px}.bottom-0{bottom:0}.bottom-10{bottom:2.5rem}.bottom-2{bottom:.5rem}.bottom-3{bottom:.75rem}.bottom-8{bottom:2rem}.bottom-\[4\.5rem\]{bottom:4.5rem}.left-0{left:0}.left-1\/2{left:50%}.left-2{left:.5rem}.left-3{left:.75rem}.left-5{left:1.25rem}.right-0{right:0}.right-1{right:.25rem}.right-2{right:.5rem}.right-3{right:.75rem}.right-4{right:1rem}.right-5{right:1.25rem}.top-0{top:0}.top-1\.5{top:.375rem}.top-1\/2{top:50%}.top-2{top:.5rem}.top-3{top:.75rem}.top-3\.5{top:.875rem}.top-4{top:1rem}.-z-10{z-index:-10}.z-0{z-index:0}.z-10{z-index:10}.z-20{z-index:20}.z-30{z-index:30}.z-40{z-index:40}.z-50{z-index:50}.z-\[-1\]{z-index:-1}.z-\[100\]{z-index:100}.z-\[9999\]{z-index:9999}.z-\[inherit\]{z-index:inherit}.col-span-1{grid-column:span 1 / span 1}.col-span-2{grid-column:span 2 / span 2}.col-span-full{grid-column:1 / -1}.row-span-2{grid-row:span 2 / span 2}.m-0{margin:0}.\!my-0{margin-top:0!important;margin-bottom:0!important}.\!my-4{margin-top:1rem!important;margin-bottom:1rem!important}.\!my-auto{margin-top:auto!important;margin-bottom:auto!important}.-mx-1{margin-left:-.25rem;margin-right:-.25rem}.-mx-4{margin-left:-1rem;margin-right:-1rem}.mx-0{margin-left:0;margin-right:0}.mx-1{margin-left:.25rem;margin-right:.25rem}.mx-2{margin-left:.5rem;margin-right:.5rem}.mx-3\.5{margin-left:.875rem;margin-right:.875rem}.mx-auto{margin-left:auto;margin-right:auto}.my-1{margin-top:.25rem;margin-bottom:.25rem}.my-4{margin-top:1rem;margin-bottom:1rem}.my-8{margin-top:2rem;margin-bottom:2rem}.my-auto{margin-top:auto;margin-bottom:auto}.\!mt-0{margin-top:0!important}.\!mt-8{margin-top:2rem!important}.mb-2{margin-bottom:.5rem}.mb-3{margin-bottom:.75rem}.mb-4{margin-bottom:1rem}.mb-6{margin-bottom:1.5rem}.mb-auto{margin-bottom:auto}.ml-4{margin-left:1rem}.ml-\[50\%\]{margin-left:50%}.ml-auto{margin-left:auto}.mr-1{margin-right:.25rem}.mr-1\.5{margin-right:.375rem}.mr-2{margin-right:.5rem}.mt-0{margin-top:0}.mt-1{margin-top:.25rem}.mt-12{margin-top:3rem}.mt-16{margin-top:4rem}.mt-2{margin-top:.5rem}.mt-24{margin-top:6rem}.mt-4{margin-top:1rem}.mt-auto{margin-top:auto}.box-border{box-sizing:border-box}.box-content{box-sizing:content-box}.line-clamp-2{overflow:hidden;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2}.line-clamp-3{overflow:hidden;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:3}.line-clamp-4{overflow:hidden;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:4}.block{display:block}.inline{display:inline}.flex{display:flex}.inline-flex{display:inline-flex}.table{display:table}.\!grid{display:grid!important}.grid{display:grid}.hidden{display:none}.\!aspect-square{aspect-ratio:1 / 1!important}.aspect-\[4\/6\]{aspect-ratio:4/6}.aspect-auto{aspect-ratio:auto}.aspect-square{aspect-ratio:1 / 1}.aspect-video{aspect-ratio:16 / 9}.size-3{width:.75rem;height:.75rem}.size-4{width:1rem;height:1rem}.\!h-8{height:2rem!important}.\!h-full{height:100%!important}.\!h-svh{height:100svh!important}.h-0{height:0px}.h-1{height:.25rem}.h-1\/2{height:50%}.h-10{height:2.5rem}.h-11{height:2.75rem}.h-12{height:3rem}.h-14{height:3.5rem}.h-16{height:4rem}.h-2{height:.5rem}.h-2\.5{height:.625rem}.h-20{height:5rem}.h-28{height:7rem}.h-3{height:.75rem}.h-3\.5{height:.875rem}.h-32{height:8rem}.h-4{height:1rem}.h-40{height:10rem}.h-5{height:1.25rem}.h-5\/6{height:83.333333%}.h-6{height:1.5rem}.h-64{height:16rem}.h-7{height:1.75rem}.h-8{height:2rem}.h-9{height:2.25rem}.h-96{height:24rem}.h-\[--reka-select-trigger-height\]{height:var(--reka-select-trigger-height)}.h-\[0\.75em\]{height:.75em}.h-\[150svh\]{height:150svh}.h-\[26px\]{height:26px}.h-\[calc\(100\%-2rem\)\]{height:calc(100% - 2rem)}.h-\[calc\(100\%-3rem\)\]{height:calc(100% - 3rem)}.h-\[calc\(100vh-140px\)\]{height:calc(100vh - 140px)}.h-auto{height:auto}.h-fit{height:-moz-fit-content;height:fit-content}.h-full{height:100%}.h-max{height:-moz-max-content;height:max-content}.h-min{height:-moz-min-content;height:min-content}.h-px{height:1px}.h-svh{height:100svh}.max-h-16{max-height:4rem}.max-h-4{max-height:1rem}.max-h-8{max-height:2rem}.max-h-96{max-height:24rem}.max-h-\[1fr\]{max-height:1fr}.max-h-\[50\%\]{max-height:50%}.max-h-\[85vh\]{max-height:85vh}.max-h-\[calc\(100\%-5rem\)\]{max-height:calc(100% - 5rem)}.max-h-\[calc\(100vh-3rem\)\]{max-height:calc(100vh - 3rem)}.max-h-full{max-height:100%}.max-h-screen{max-height:100vh}.max-h-svh{max-height:100svh}.min-h-0{min-height:0px}.min-h-12{min-height:3rem}.min-h-16{min-height:4rem}.min-h-20{min-height:5rem}.min-h-4{min-height:1rem}.min-h-8{min-height:2rem}.min-h-96{min-height:24rem}.min-h-\[250px\]{min-height:250px}.min-h-\[300px\]{min-height:300px}.min-h-full{min-height:100%}.min-h-screen{min-height:100vh}.min-h-svh{min-height:100svh}.\!w-8{width:2rem!important}.w-0{width:0px}.w-1{width:.25rem}.w-1\/2{width:50%}.w-10{width:2.5rem}.w-12{width:3rem}.w-16{width:4rem}.w-2{width:.5rem}.w-2\.5{width:.625rem}.w-2\/5{width:40%}.w-20{width:5rem}.w-28{width:7rem}.w-3{width:.75rem}.w-3\.5{width:.875rem}.w-3\/4{width:75%}.w-32{width:8rem}.w-4{width:1rem}.w-4\/6{width:66.666667%}.w-40{width:10rem}.w-44{width:11rem}.w-5{width:1.25rem}.w-6{width:1.5rem}.w-64{width:16rem}.w-7{width:1.75rem}.w-72{width:18rem}.w-8{width:2rem}.w-9{width:2.25rem}.w-96{width:24rem}.w-\[--sidebar-width\]{width:var(--sidebar-width)}.w-\[100px\]{width:100px}.w-\[180px\]{width:180px}.w-\[26px\]{width:26px}.w-\[36rem\]{width:36rem}.w-\[4\.5rem\]{width:4.5rem}.w-auto{width:auto}.w-fit{width:-moz-fit-content;width:fit-content}.w-full{width:100%}.w-max{width:-moz-max-content;width:max-content}.w-min{width:-moz-min-content;width:min-content}.w-px{width:1px}.w-svw{width:100svw}.min-w-0{min-width:0px}.min-w-10{min-width:2.5rem}.min-w-11{min-width:2.75rem}.min-w-32{min-width:8rem}.min-w-4{min-width:1rem}.min-w-40{min-width:10rem}.min-w-44{min-width:11rem}.min-w-5{min-width:1.25rem}.min-w-8{min-width:2rem}.min-w-80{min-width:20rem}.min-w-9{min-width:2.25rem}.min-w-96{min-width:24rem}.min-w-\[--reka-select-trigger-width\]{min-width:var(--reka-select-trigger-width)}.min-w-\[320pt\]{min-width:320pt}.min-w-\[36rem\]{min-width:36rem}.min-w-fit{min-width:-moz-fit-content;min-width:fit-content}.max-w-24{max-width:6rem}.max-w-2xl{max-width:42rem}.max-w-4xl{max-width:56rem}.max-w-72{max-width:18rem}.max-w-7xl{max-width:80rem}.max-w-80{max-width:20rem}.max-w-\[--skeleton-width\]{max-width:var(--skeleton-width)}.max-w-full{max-width:100%}.max-w-lg{max-width:32rem}.max-w-md{max-width:28rem}.max-w-screen-md{max-width:768px}.max-w-screen-sm{max-width:640px}.max-w-xs{max-width:20rem}.flex-1{flex:1 1 0%}.flex-shrink-0,.shrink-0{flex-shrink:0}.flex-grow,.grow{flex-grow:1}.border-collapse{border-collapse:collapse}.origin-bottom-left{transform-origin:bottom left}.origin-center{transform-origin:center}.origin-left{transform-origin:left}.origin-right{transform-origin:right}.-translate-x-1\/2{--tw-translate-x: -50%;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.-translate-x-1\/4{--tw-translate-x: -25%;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.-translate-x-4{--tw-translate-x: -1rem;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.-translate-x-\[75\%\]{--tw-translate-x: -75%;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.-translate-x-full{--tw-translate-x: -100%;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.-translate-x-px{--tw-translate-x: -1px;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.-translate-y-1{--tw-translate-y: -.25rem;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.-translate-y-1\/2{--tw-translate-y: -50%;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.-translate-y-1\/3{--tw-translate-y: -33.333333%;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.-translate-y-8{--tw-translate-y: -2rem;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.-translate-y-full{--tw-translate-y: -100%;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.translate-x-0{--tw-translate-x: 0px;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.translate-x-4{--tw-translate-x: 1rem;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.translate-x-6{--tw-translate-x: 1.5rem;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.translate-x-px{--tw-translate-x: 1px;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.translate-y-0{--tw-translate-y: 0px;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.translate-y-1{--tw-translate-y: .25rem;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.translate-y-4{--tw-translate-y: 1rem;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.translate-y-full{--tw-translate-y: 100%;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.rotate-\[22\.5deg\]{--tw-rotate: 22.5deg;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.scale-150{--tw-scale-x: 1.5;--tw-scale-y: 1.5;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.scale-75{--tw-scale-x: .75;--tw-scale-y: .75;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.scale-90{--tw-scale-x: .9;--tw-scale-y: .9;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.scale-\[200\%\]{--tw-scale-x: 200%;--tw-scale-y: 200%;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.scale-x-0{--tw-scale-x: 0;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.scale-x-125{--tw-scale-x: 1.25;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.scale-x-\[300\%\]{--tw-scale-x: 300%;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.scale-y-50{--tw-scale-y: .5;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.transform{transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.animate-\[clip-in_ease-out_forwards_500ms\]{animation:clip-in ease-out forwards .5s}.animate-\[squeeze_ease-out_forwards_500ms\]{animation:squeeze ease-out forwards .5s}@keyframes animate-in{0%{opacity:0;transform:translateY(1.5rem)}70%{opacity:.8;transform:translateY(0)}to{opacity:1}}.animate-fade-in-up{animation:animate-in ease-in-out forwards}@keyframes pop-in{0%{opacity:0;transform:translateY(1.5rem)}50%{opacity:1;transform:translateY(-1rem)}90%{opacity:1;transform:translateY(.2rem)}to{opacity:1;transform:translateY(0)}}.animate-pop-in{animation:pop-in .5s ease-in-out forwards}@keyframes pop-out{0%{opacity:1;transform:scale(1);transform-origin:50% 90%}25%{opacity:1;transform:scale(1.1);transform-origin:50% 90%}50%{opacity:1;transform-origin:50% 90%}to{opacity:0;transform:scale(0);transform-origin:50% 90%}}.animate-pop-out{animation:pop-out .5s ease-in-out forwards}@keyframes pulse{50%{opacity:.5}}.animate-pulse{animation:pulse 2s cubic-bezier(.4,0,.6,1) infinite}@keyframes sheet-slide-in-right{0%{opacity:0;transform:translate(1.5rem)}70%{opacity:.8;transform:translate(0)}to{opacity:1}}.animate-sheet-slide-in-right{animation:sheet-slide-in-right 1s ease-in-out forwards}@keyframes spin{to{transform:rotate(360deg)}}.animate-spin{animation:spin 1s linear infinite}.cursor-default{cursor:default}.cursor-grab{cursor:grab}.cursor-grabbing{cursor:grabbing}.cursor-pointer{cursor:pointer}.cursor-zoom-in{cursor:zoom-in}.touch-none{touch-action:none}.select-none{-webkit-user-select:none;-moz-user-select:none;user-select:none}.select-all{-webkit-user-select:all;-moz-user-select:all;user-select:all}.resize{resize:both}.list-none{list-style-type:none}.\!grid-cols-2{grid-template-columns:repeat(2,minmax(0,1fr))!important}.grid-cols-1{grid-template-columns:repeat(1,minmax(0,1fr))}.grid-cols-2{grid-template-columns:repeat(2,minmax(0,1fr))}.grid-cols-5{grid-template-columns:repeat(5,minmax(0,1fr))}.grid-cols-6{grid-template-columns:repeat(6,minmax(0,1fr))}.grid-rows-1{grid-template-rows:repeat(1,minmax(0,1fr))}.grid-rows-2{grid-template-rows:repeat(2,minmax(0,1fr))}.grid-rows-\[2_1fr_auto\]{grid-template-rows:2 1fr auto}.flex-row{flex-direction:row}.flex-col{flex-direction:column}.flex-col-reverse{flex-direction:column-reverse}.flex-wrap{flex-wrap:wrap}.flex-nowrap{flex-wrap:nowrap}.place-items-center{place-items:center}.items-start{align-items:flex-start}.items-end{align-items:flex-end}.items-center{align-items:center}.items-baseline{align-items:baseline}.items-stretch{align-items:stretch}.justify-start{justify-content:flex-start}.justify-end{justify-content:flex-end}.justify-center{justify-content:center}.justify-between{justify-content:space-between}.justify-around{justify-content:space-around}.justify-items-center{justify-items:center}.\!gap-0{gap:0px!important}.\!gap-1{gap:.25rem!important}.gap-0{gap:0px}.gap-0\.5{gap:.125rem}.gap-1{gap:.25rem}.gap-1\.5{gap:.375rem}.gap-12{gap:3rem}.gap-16{gap:4rem}.gap-2{gap:.5rem}.gap-20{gap:5rem}.gap-24{gap:6rem}.gap-3{gap:.75rem}.gap-32{gap:8rem}.gap-4{gap:1rem}.gap-6{gap:1.5rem}.gap-8{gap:2rem}.gap-x-12{-moz-column-gap:3rem;column-gap:3rem}.gap-y-1\.5{row-gap:.375rem}.gap-y-2{row-gap:.5rem}.gap-y-4{row-gap:1rem}.space-x-1>:not([hidden])~:not([hidden]){--tw-space-x-reverse: 0;margin-right:calc(.25rem * var(--tw-space-x-reverse));margin-left:calc(.25rem * calc(1 - var(--tw-space-x-reverse)))}.space-x-2>:not([hidden])~:not([hidden]){--tw-space-x-reverse: 0;margin-right:calc(.5rem * var(--tw-space-x-reverse));margin-left:calc(.5rem * calc(1 - var(--tw-space-x-reverse)))}.space-x-4>:not([hidden])~:not([hidden]){--tw-space-x-reverse: 0;margin-right:calc(1rem * var(--tw-space-x-reverse));margin-left:calc(1rem * calc(1 - var(--tw-space-x-reverse)))}.space-x-8>:not([hidden])~:not([hidden]){--tw-space-x-reverse: 0;margin-right:calc(2rem * var(--tw-space-x-reverse));margin-left:calc(2rem * calc(1 - var(--tw-space-x-reverse)))}.space-y-0>:not([hidden])~:not([hidden]){--tw-space-y-reverse: 0;margin-top:calc(0px * calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(0px * var(--tw-space-y-reverse))}.space-y-1>:not([hidden])~:not([hidden]){--tw-space-y-reverse: 0;margin-top:calc(.25rem * calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(.25rem * var(--tw-space-y-reverse))}.space-y-2>:not([hidden])~:not([hidden]){--tw-space-y-reverse: 0;margin-top:calc(.5rem * calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(.5rem * var(--tw-space-y-reverse))}.space-y-3>:not([hidden])~:not([hidden]){--tw-space-y-reverse: 0;margin-top:calc(.75rem * calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(.75rem * var(--tw-space-y-reverse))}.space-y-4>:not([hidden])~:not([hidden]){--tw-space-y-reverse: 0;margin-top:calc(1rem * calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(1rem * var(--tw-space-y-reverse))}.space-y-5>:not([hidden])~:not([hidden]){--tw-space-y-reverse: 0;margin-top:calc(1.25rem * calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(1.25rem * var(--tw-space-y-reverse))}.space-y-6>:not([hidden])~:not([hidden]){--tw-space-y-reverse: 0;margin-top:calc(1.5rem * calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(1.5rem * var(--tw-space-y-reverse))}.space-y-8>:not([hidden])~:not([hidden]){--tw-space-y-reverse: 0;margin-top:calc(2rem * calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(2rem * var(--tw-space-y-reverse))}.overflow-auto{overflow:auto}.\!overflow-hidden{overflow:hidden!important}.overflow-hidden{overflow:hidden}.\!overflow-visible{overflow:visible!important}.overflow-visible{overflow:visible}.overflow-scroll{overflow:scroll}.overflow-y-auto{overflow-y:auto}.overflow-x-hidden{overflow-x:hidden}.overflow-y-hidden{overflow-y:hidden}.overflow-x-clip{overflow-x:clip}.overflow-x-visible{overflow-x:visible}.overflow-y-visible{overflow-y:visible}.truncate{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.text-ellipsis{text-overflow:ellipsis}.whitespace-nowrap{white-space:nowrap}.text-nowrap{text-wrap:nowrap}.rounded-2xl{border-radius:1rem}.rounded-3xl{border-radius:1.5rem}.rounded-\[inherit\]{border-radius:inherit}.rounded-full{border-radius:9999px}.rounded-lg{border-radius:var(--radius)}.rounded-md{border-radius:calc(var(--radius) - 2px)}.rounded-none{border-radius:0}.rounded-sm{border-radius:calc(var(--radius) - 4px)}.rounded-xl{border-radius:.75rem}.rounded-b-2xl{border-bottom-right-radius:1rem;border-bottom-left-radius:1rem}.rounded-b-3xl{border-bottom-right-radius:1.5rem;border-bottom-left-radius:1.5rem}.rounded-b-none{border-bottom-right-radius:0;border-bottom-left-radius:0}.rounded-b-xl{border-bottom-right-radius:.75rem;border-bottom-left-radius:.75rem}.rounded-r-3xl{border-top-right-radius:1.5rem;border-bottom-right-radius:1.5rem}.rounded-r-none{border-top-right-radius:0;border-bottom-right-radius:0}.rounded-t-\[2\.26rem\]{border-top-left-radius:2.26rem;border-top-right-radius:2.26rem}.rounded-t-lg{border-top-left-radius:var(--radius);border-top-right-radius:var(--radius)}.rounded-t-xl{border-top-left-radius:.75rem;border-top-right-radius:.75rem}.border{border-width:1px}.border-0{border-width:0px}.border-2{border-width:2px}.border-y{border-top-width:1px;border-bottom-width:1px}.border-b{border-bottom-width:1px}.border-b-0{border-bottom-width:0px}.border-b-2{border-bottom-width:2px}.border-l{border-left-width:1px}.border-l-8{border-left-width:8px}.border-r{border-right-width:1px}.border-t{border-top-width:1px}.border-t-0{border-top-width:0px}.border-dashed{border-style:dashed}.border-none{border-style:none}.\!border-text{--tw-border-opacity: 1 !important;border-color:rgb(from var(--text) r g b / var(--tw-border-opacity, 1))!important}.border-\[\#1AAB29\]\/50{border-color:#1aab2980}.border-\[\#DEA123\]\/50{border-color:#dea12380}.border-\[\#E0443E\]\/50{border-color:#e0443e80}.border-accent{--tw-border-opacity: 1;border-color:rgb(from var(--accent) r g b / var(--tw-border-opacity, 1))}.border-bg-300{--tw-border-opacity: 1;border-color:rgb(from var(--bg-300) r g b / var(--tw-border-opacity, 1))}.border-black{--tw-border-opacity: 1;border-color:rgb(0 0 0 / var(--tw-border-opacity, 1))}.border-border{--tw-border-opacity: 1;border-color:rgb(from var(--border) r g b / var(--tw-border-opacity, 1))}.border-border\/30{border-color:rgb(from var(--border) r g b / .3)}.border-border\/50{border-color:rgb(from var(--border) r g b / .5)}.border-border\/70{border-color:rgb(from var(--border) r g b / .7)}.border-border_alt{--tw-border-opacity: 1;border-color:rgb(from var(--border-alt) r g b / var(--tw-border-opacity, 1))}.border-error{--tw-border-opacity: 1;border-color:rgb(from var(--error) r g b / var(--tw-border-opacity, 1))}.border-primary{--tw-border-opacity: 1;border-color:rgb(from var(--primary) r g b / var(--tw-border-opacity, 1))}.border-primary\/50{border-color:rgb(from var(--primary) r g b / .5)}.border-sidebar-border{border-color:hsl(var(--sidebar-border))}.border-text{--tw-border-opacity: 1;border-color:rgb(from var(--text) r g b / var(--tw-border-opacity, 1))}.border-text\/10{border-color:rgb(from var(--text) r g b / .1)}.border-text_alt{--tw-border-opacity: 1;border-color:rgb(from var(--text-alt) r g b / var(--tw-border-opacity, 1))}.border-transparent{border-color:transparent}.border-l-accent\/50{border-left-color:rgb(from var(--accent) r g b / .5)}.border-l-primary{--tw-border-opacity: 1;border-left-color:rgb(from var(--primary) r g b / var(--tw-border-opacity, 1))}.border-l-transparent{border-left-color:transparent}.border-t-transparent{border-top-color:transparent}.\!bg-bgLighter\/90{background-color:rgb(from var(--bg-lighter) r g b / .9)!important}.bg-\[\#27C93F\]{--tw-bg-opacity: 1;background-color:rgb(39 201 63 / var(--tw-bg-opacity, 1))}.bg-\[\#593123\]{--tw-bg-opacity: 1;background-color:rgb(89 49 35 / var(--tw-bg-opacity, 1))}.bg-\[\#884B24\]{--tw-bg-opacity: 1;background-color:rgb(136 75 36 / var(--tw-bg-opacity, 1))}.bg-\[\#B87754\]{--tw-bg-opacity: 1;background-color:rgb(184 119 84 / var(--tw-bg-opacity, 1))}.bg-\[\#CE926A\]{--tw-bg-opacity: 1;background-color:rgb(206 146 106 / var(--tw-bg-opacity, 1))}.bg-\[\#E1AF92\]{--tw-bg-opacity: 1;background-color:rgb(225 175 146 / var(--tw-bg-opacity, 1))}.bg-\[\#FF5F56\]{--tw-bg-opacity: 1;background-color:rgb(255 95 86 / var(--tw-bg-opacity, 1))}.bg-\[\#FFBD2E\]{--tw-bg-opacity: 1;background-color:rgb(255 189 46 / var(--tw-bg-opacity, 1))}.bg-\[\#FFD8C2\]{--tw-bg-opacity: 1;background-color:rgb(255 216 194 / var(--tw-bg-opacity, 1))}.bg-accent{--tw-bg-opacity: 1;background-color:rgb(from var(--accent) r g b / var(--tw-bg-opacity, 1))}.bg-accent\/15{background-color:rgb(from var(--accent) r g b / .15)}.bg-background{--tw-bg-opacity: 1;background-color:rgb(from var(--background) r g b / var(--tw-bg-opacity, 1))}.bg-background\/70{background-color:rgb(from var(--background) r g b / .7)}.bg-background\/80{background-color:rgb(from var(--background) r g b / .8)}.bg-bg{--tw-bg-opacity: 1;background-color:rgb(from var(--bg) r g b / var(--tw-bg-opacity, 1))}.bg-bg-100{--tw-bg-opacity: 1;background-color:rgb(from var(--bg-100) r g b / var(--tw-bg-opacity, 1))}.bg-bg-100\/0{background-color:rgb(from var(--bg-100) r g b / 0)}.bg-bg-100\/10{background-color:rgb(from var(--bg-100) r g b / .1)}.bg-bg-100\/100{background-color:rgb(from var(--bg-100) r g b / 1)}.bg-bg-100\/15{background-color:rgb(from var(--bg-100) r g b / .15)}.bg-bg-100\/20{background-color:rgb(from var(--bg-100) r g b / .2)}.bg-bg-100\/25{background-color:rgb(from var(--bg-100) r g b / .25)}.bg-bg-100\/30{background-color:rgb(from var(--bg-100) r g b / .3)}.bg-bg-100\/35{background-color:rgb(from var(--bg-100) r g b / .35)}.bg-bg-100\/40{background-color:rgb(from var(--bg-100) r g b / .4)}.bg-bg-100\/45{background-color:rgb(from var(--bg-100) r g b / .45)}.bg-bg-100\/5{background-color:rgb(from var(--bg-100) r g b / .05)}.bg-bg-100\/50{background-color:rgb(from var(--bg-100) r g b / .5)}.bg-bg-100\/55{background-color:rgb(from var(--bg-100) r g b / .55)}.bg-bg-100\/60{background-color:rgb(from var(--bg-100) r g b / .6)}.bg-bg-100\/65{background-color:rgb(from var(--bg-100) r g b / .65)}.bg-bg-100\/70{background-color:rgb(from var(--bg-100) r g b / .7)}.bg-bg-100\/75{background-color:rgb(from var(--bg-100) r g b / .75)}.bg-bg-100\/80{background-color:rgb(from var(--bg-100) r g b / .8)}.bg-bg-100\/85{background-color:rgb(from var(--bg-100) r g b / .85)}.bg-bg-100\/90{background-color:rgb(from var(--bg-100) r g b / .9)}.bg-bg-100\/95{background-color:rgb(from var(--bg-100) r g b / .95)}.bg-bg-200{--tw-bg-opacity: 1;background-color:rgb(from var(--bg-200) r g b / var(--tw-bg-opacity, 1))}.bg-bg-200\/0{background-color:rgb(from var(--bg-200) r g b / 0)}.bg-bg-200\/10{background-color:rgb(from var(--bg-200) r g b / .1)}.bg-bg-200\/100{background-color:rgb(from var(--bg-200) r g b / 1)}.bg-bg-200\/15{background-color:rgb(from var(--bg-200) r g b / .15)}.bg-bg-200\/20{background-color:rgb(from var(--bg-200) r g b / .2)}.bg-bg-200\/25{background-color:rgb(from var(--bg-200) r g b / .25)}.bg-bg-200\/30{background-color:rgb(from var(--bg-200) r g b / .3)}.bg-bg-200\/35{background-color:rgb(from var(--bg-200) r g b / .35)}.bg-bg-200\/40{background-color:rgb(from var(--bg-200) r g b / .4)}.bg-bg-200\/45{background-color:rgb(from var(--bg-200) r g b / .45)}.bg-bg-200\/5{background-color:rgb(from var(--bg-200) r g b / .05)}.bg-bg-200\/50{background-color:rgb(from var(--bg-200) r g b / .5)}.bg-bg-200\/55{background-color:rgb(from var(--bg-200) r g b / .55)}.bg-bg-200\/60{background-color:rgb(from var(--bg-200) r g b / .6)}.bg-bg-200\/65{background-color:rgb(from var(--bg-200) r g b / .65)}.bg-bg-200\/70{background-color:rgb(from var(--bg-200) r g b / .7)}.bg-bg-200\/75{background-color:rgb(from var(--bg-200) r g b / .75)}.bg-bg-200\/80{background-color:rgb(from var(--bg-200) r g b / .8)}.bg-bg-200\/85{background-color:rgb(from var(--bg-200) r g b / .85)}.bg-bg-200\/90{background-color:rgb(from var(--bg-200) r g b / .9)}.bg-bg-200\/95{background-color:rgb(from var(--bg-200) r g b / .95)}.bg-bg-300{--tw-bg-opacity: 1;background-color:rgb(from var(--bg-300) r g b / var(--tw-bg-opacity, 1))}.bg-bg-300\/0{background-color:rgb(from var(--bg-300) r g b / 0)}.bg-bg-300\/10{background-color:rgb(from var(--bg-300) r g b / .1)}.bg-bg-300\/100{background-color:rgb(from var(--bg-300) r g b / 1)}.bg-bg-300\/15{background-color:rgb(from var(--bg-300) r g b / .15)}.bg-bg-300\/20{background-color:rgb(from var(--bg-300) r g b / .2)}.bg-bg-300\/25{background-color:rgb(from var(--bg-300) r g b / .25)}.bg-bg-300\/30{background-color:rgb(from var(--bg-300) r g b / .3)}.bg-bg-300\/35{background-color:rgb(from var(--bg-300) r g b / .35)}.bg-bg-300\/40{background-color:rgb(from var(--bg-300) r g b / .4)}.bg-bg-300\/45{background-color:rgb(from var(--bg-300) r g b / .45)}.bg-bg-300\/5{background-color:rgb(from var(--bg-300) r g b / .05)}.bg-bg-300\/50{background-color:rgb(from var(--bg-300) r g b / .5)}.bg-bg-300\/55{background-color:rgb(from var(--bg-300) r g b / .55)}.bg-bg-300\/60{background-color:rgb(from var(--bg-300) r g b / .6)}.bg-bg-300\/65{background-color:rgb(from var(--bg-300) r g b / .65)}.bg-bg-300\/70{background-color:rgb(from var(--bg-300) r g b / .7)}.bg-bg-300\/75{background-color:rgb(from var(--bg-300) r g b / .75)}.bg-bg-300\/80{background-color:rgb(from var(--bg-300) r g b / .8)}.bg-bg-300\/85{background-color:rgb(from var(--bg-300) r g b / .85)}.bg-bg-300\/90{background-color:rgb(from var(--bg-300) r g b / .9)}.bg-bg-300\/95{background-color:rgb(from var(--bg-300) r g b / .95)}.bg-bg-400{--tw-bg-opacity: 1;background-color:rgb(from var(--bg-400) r g b / var(--tw-bg-opacity, 1))}.bg-bg-400\/0{background-color:rgb(from var(--bg-400) r g b / 0)}.bg-bg-400\/10{background-color:rgb(from var(--bg-400) r g b / .1)}.bg-bg-400\/100{background-color:rgb(from var(--bg-400) r g b / 1)}.bg-bg-400\/15{background-color:rgb(from var(--bg-400) r g b / .15)}.bg-bg-400\/20{background-color:rgb(from var(--bg-400) r g b / .2)}.bg-bg-400\/25{background-color:rgb(from var(--bg-400) r g b / .25)}.bg-bg-400\/30{background-color:rgb(from var(--bg-400) r g b / .3)}.bg-bg-400\/35{background-color:rgb(from var(--bg-400) r g b / .35)}.bg-bg-400\/40{background-color:rgb(from var(--bg-400) r g b / .4)}.bg-bg-400\/45{background-color:rgb(from var(--bg-400) r g b / .45)}.bg-bg-400\/5{background-color:rgb(from var(--bg-400) r g b / .05)}.bg-bg-400\/50{background-color:rgb(from var(--bg-400) r g b / .5)}.bg-bg-400\/55{background-color:rgb(from var(--bg-400) r g b / .55)}.bg-bg-400\/60{background-color:rgb(from var(--bg-400) r g b / .6)}.bg-bg-400\/65{background-color:rgb(from var(--bg-400) r g b / .65)}.bg-bg-400\/70{background-color:rgb(from var(--bg-400) r g b / .7)}.bg-bg-400\/75{background-color:rgb(from var(--bg-400) r g b / .75)}.bg-bg-400\/80{background-color:rgb(from var(--bg-400) r g b / .8)}.bg-bg-400\/85{background-color:rgb(from var(--bg-400) r g b / .85)}.bg-bg-400\/90{background-color:rgb(from var(--bg-400) r g b / .9)}.bg-bg-400\/95{background-color:rgb(from var(--bg-400) r g b / .95)}.bg-bg-50{--tw-bg-opacity: 1;background-color:rgb(from var(--bg-50) r g b / var(--tw-bg-opacity, 1))}.bg-bg-50\/0{background-color:rgb(from var(--bg-50) r g b / 0)}.bg-bg-50\/10{background-color:rgb(from var(--bg-50) r g b / .1)}.bg-bg-50\/100{background-color:rgb(from var(--bg-50) r g b / 1)}.bg-bg-50\/15{background-color:rgb(from var(--bg-50) r g b / .15)}.bg-bg-50\/20{background-color:rgb(from var(--bg-50) r g b / .2)}.bg-bg-50\/25{background-color:rgb(from var(--bg-50) r g b / .25)}.bg-bg-50\/30{background-color:rgb(from var(--bg-50) r g b / .3)}.bg-bg-50\/35{background-color:rgb(from var(--bg-50) r g b / .35)}.bg-bg-50\/40{background-color:rgb(from var(--bg-50) r g b / .4)}.bg-bg-50\/45{background-color:rgb(from var(--bg-50) r g b / .45)}.bg-bg-50\/5{background-color:rgb(from var(--bg-50) r g b / .05)}.bg-bg-50\/50{background-color:rgb(from var(--bg-50) r g b / .5)}.bg-bg-50\/55{background-color:rgb(from var(--bg-50) r g b / .55)}.bg-bg-50\/60{background-color:rgb(from var(--bg-50) r g b / .6)}.bg-bg-50\/65{background-color:rgb(from var(--bg-50) r g b / .65)}.bg-bg-50\/70{background-color:rgb(from var(--bg-50) r g b / .7)}.bg-bg-50\/75{background-color:rgb(from var(--bg-50) r g b / .75)}.bg-bg-50\/80{background-color:rgb(from var(--bg-50) r g b / .8)}.bg-bg-50\/85{background-color:rgb(from var(--bg-50) r g b / .85)}.bg-bg-50\/90{background-color:rgb(from var(--bg-50) r g b / .9)}.bg-bg-50\/95{background-color:rgb(from var(--bg-50) r g b / .95)}.bg-bg-500{--tw-bg-opacity: 1;background-color:rgb(from var(--bg-500) r g b / var(--tw-bg-opacity, 1))}.bg-bg-500\/0{background-color:rgb(from var(--bg-500) r g b / 0)}.bg-bg-500\/10{background-color:rgb(from var(--bg-500) r g b / .1)}.bg-bg-500\/100{background-color:rgb(from var(--bg-500) r g b / 1)}.bg-bg-500\/15{background-color:rgb(from var(--bg-500) r g b / .15)}.bg-bg-500\/20{background-color:rgb(from var(--bg-500) r g b / .2)}.bg-bg-500\/25{background-color:rgb(from var(--bg-500) r g b / .25)}.bg-bg-500\/30{background-color:rgb(from var(--bg-500) r g b / .3)}.bg-bg-500\/35{background-color:rgb(from var(--bg-500) r g b / .35)}.bg-bg-500\/40{background-color:rgb(from var(--bg-500) r g b / .4)}.bg-bg-500\/45{background-color:rgb(from var(--bg-500) r g b / .45)}.bg-bg-500\/5{background-color:rgb(from var(--bg-500) r g b / .05)}.bg-bg-500\/50{background-color:rgb(from var(--bg-500) r g b / .5)}.bg-bg-500\/55{background-color:rgb(from var(--bg-500) r g b / .55)}.bg-bg-500\/60{background-color:rgb(from var(--bg-500) r g b / .6)}.bg-bg-500\/65{background-color:rgb(from var(--bg-500) r g b / .65)}.bg-bg-500\/70{background-color:rgb(from var(--bg-500) r g b / .7)}.bg-bg-500\/75{background-color:rgb(from var(--bg-500) r g b / .75)}.bg-bg-500\/80{background-color:rgb(from var(--bg-500) r g b / .8)}.bg-bg-500\/85{background-color:rgb(from var(--bg-500) r g b / .85)}.bg-bg-500\/90{background-color:rgb(from var(--bg-500) r g b / .9)}.bg-bg-500\/95{background-color:rgb(from var(--bg-500) r g b / .95)}.bg-bg-600{--tw-bg-opacity: 1;background-color:rgb(from var(--bg-600) r g b / var(--tw-bg-opacity, 1))}.bg-bg-600\/0{background-color:rgb(from var(--bg-600) r g b / 0)}.bg-bg-600\/10{background-color:rgb(from var(--bg-600) r g b / .1)}.bg-bg-600\/100{background-color:rgb(from var(--bg-600) r g b / 1)}.bg-bg-600\/15{background-color:rgb(from var(--bg-600) r g b / .15)}.bg-bg-600\/20{background-color:rgb(from var(--bg-600) r g b / .2)}.bg-bg-600\/25{background-color:rgb(from var(--bg-600) r g b / .25)}.bg-bg-600\/30{background-color:rgb(from var(--bg-600) r g b / .3)}.bg-bg-600\/35{background-color:rgb(from var(--bg-600) r g b / .35)}.bg-bg-600\/40{background-color:rgb(from var(--bg-600) r g b / .4)}.bg-bg-600\/45{background-color:rgb(from var(--bg-600) r g b / .45)}.bg-bg-600\/5{background-color:rgb(from var(--bg-600) r g b / .05)}.bg-bg-600\/50{background-color:rgb(from var(--bg-600) r g b / .5)}.bg-bg-600\/55{background-color:rgb(from var(--bg-600) r g b / .55)}.bg-bg-600\/60{background-color:rgb(from var(--bg-600) r g b / .6)}.bg-bg-600\/65{background-color:rgb(from var(--bg-600) r g b / .65)}.bg-bg-600\/70{background-color:rgb(from var(--bg-600) r g b / .7)}.bg-bg-600\/75{background-color:rgb(from var(--bg-600) r g b / .75)}.bg-bg-600\/80{background-color:rgb(from var(--bg-600) r g b / .8)}.bg-bg-600\/85{background-color:rgb(from var(--bg-600) r g b / .85)}.bg-bg-600\/90{background-color:rgb(from var(--bg-600) r g b / .9)}.bg-bg-600\/95{background-color:rgb(from var(--bg-600) r g b / .95)}.bg-bg-700{--tw-bg-opacity: 1;background-color:rgb(from var(--bg-700) r g b / var(--tw-bg-opacity, 1))}.bg-bg-700\/0{background-color:rgb(from var(--bg-700) r g b / 0)}.bg-bg-700\/10{background-color:rgb(from var(--bg-700) r g b / .1)}.bg-bg-700\/100{background-color:rgb(from var(--bg-700) r g b / 1)}.bg-bg-700\/15{background-color:rgb(from var(--bg-700) r g b / .15)}.bg-bg-700\/20{background-color:rgb(from var(--bg-700) r g b / .2)}.bg-bg-700\/25{background-color:rgb(from var(--bg-700) r g b / .25)}.bg-bg-700\/30{background-color:rgb(from var(--bg-700) r g b / .3)}.bg-bg-700\/35{background-color:rgb(from var(--bg-700) r g b / .35)}.bg-bg-700\/40{background-color:rgb(from var(--bg-700) r g b / .4)}.bg-bg-700\/45{background-color:rgb(from var(--bg-700) r g b / .45)}.bg-bg-700\/5{background-color:rgb(from var(--bg-700) r g b / .05)}.bg-bg-700\/50{background-color:rgb(from var(--bg-700) r g b / .5)}.bg-bg-700\/55{background-color:rgb(from var(--bg-700) r g b / .55)}.bg-bg-700\/60{background-color:rgb(from var(--bg-700) r g b / .6)}.bg-bg-700\/65{background-color:rgb(from var(--bg-700) r g b / .65)}.bg-bg-700\/70{background-color:rgb(from var(--bg-700) r g b / .7)}.bg-bg-700\/75{background-color:rgb(from var(--bg-700) r g b / .75)}.bg-bg-700\/80{background-color:rgb(from var(--bg-700) r g b / .8)}.bg-bg-700\/85{background-color:rgb(from var(--bg-700) r g b / .85)}.bg-bg-700\/90{background-color:rgb(from var(--bg-700) r g b / .9)}.bg-bg-700\/95{background-color:rgb(from var(--bg-700) r g b / .95)}.bg-bg-800{--tw-bg-opacity: 1;background-color:rgb(from var(--bg-800) r g b / var(--tw-bg-opacity, 1))}.bg-bg-800\/0{background-color:rgb(from var(--bg-800) r g b / 0)}.bg-bg-800\/10{background-color:rgb(from var(--bg-800) r g b / .1)}.bg-bg-800\/100{background-color:rgb(from var(--bg-800) r g b / 1)}.bg-bg-800\/15{background-color:rgb(from var(--bg-800) r g b / .15)}.bg-bg-800\/20{background-color:rgb(from var(--bg-800) r g b / .2)}.bg-bg-800\/25{background-color:rgb(from var(--bg-800) r g b / .25)}.bg-bg-800\/30{background-color:rgb(from var(--bg-800) r g b / .3)}.bg-bg-800\/35{background-color:rgb(from var(--bg-800) r g b / .35)}.bg-bg-800\/40{background-color:rgb(from var(--bg-800) r g b / .4)}.bg-bg-800\/45{background-color:rgb(from var(--bg-800) r g b / .45)}.bg-bg-800\/5{background-color:rgb(from var(--bg-800) r g b / .05)}.bg-bg-800\/50{background-color:rgb(from var(--bg-800) r g b / .5)}.bg-bg-800\/55{background-color:rgb(from var(--bg-800) r g b / .55)}.bg-bg-800\/60{background-color:rgb(from var(--bg-800) r g b / .6)}.bg-bg-800\/65{background-color:rgb(from var(--bg-800) r g b / .65)}.bg-bg-800\/70{background-color:rgb(from var(--bg-800) r g b / .7)}.bg-bg-800\/75{background-color:rgb(from var(--bg-800) r g b / .75)}.bg-bg-800\/80{background-color:rgb(from var(--bg-800) r g b / .8)}.bg-bg-800\/85{background-color:rgb(from var(--bg-800) r g b / .85)}.bg-bg-800\/90{background-color:rgb(from var(--bg-800) r g b / .9)}.bg-bg-800\/95{background-color:rgb(from var(--bg-800) r g b / .95)}.bg-bg-900{--tw-bg-opacity: 1;background-color:rgb(from var(--bg-900) r g b / var(--tw-bg-opacity, 1))}.bg-bg-900\/0{background-color:rgb(from var(--bg-900) r g b / 0)}.bg-bg-900\/10{background-color:rgb(from var(--bg-900) r g b / .1)}.bg-bg-900\/100{background-color:rgb(from var(--bg-900) r g b / 1)}.bg-bg-900\/15{background-color:rgb(from var(--bg-900) r g b / .15)}.bg-bg-900\/20{background-color:rgb(from var(--bg-900) r g b / .2)}.bg-bg-900\/25{background-color:rgb(from var(--bg-900) r g b / .25)}.bg-bg-900\/30{background-color:rgb(from var(--bg-900) r g b / .3)}.bg-bg-900\/35{background-color:rgb(from var(--bg-900) r g b / .35)}.bg-bg-900\/40{background-color:rgb(from var(--bg-900) r g b / .4)}.bg-bg-900\/45{background-color:rgb(from var(--bg-900) r g b / .45)}.bg-bg-900\/5{background-color:rgb(from var(--bg-900) r g b / .05)}.bg-bg-900\/50{background-color:rgb(from var(--bg-900) r g b / .5)}.bg-bg-900\/55{background-color:rgb(from var(--bg-900) r g b / .55)}.bg-bg-900\/60{background-color:rgb(from var(--bg-900) r g b / .6)}.bg-bg-900\/65{background-color:rgb(from var(--bg-900) r g b / .65)}.bg-bg-900\/70{background-color:rgb(from var(--bg-900) r g b / .7)}.bg-bg-900\/75{background-color:rgb(from var(--bg-900) r g b / .75)}.bg-bg-900\/80{background-color:rgb(from var(--bg-900) r g b / .8)}.bg-bg-900\/85{background-color:rgb(from var(--bg-900) r g b / .85)}.bg-bg-900\/90{background-color:rgb(from var(--bg-900) r g b / .9)}.bg-bg-900\/95{background-color:rgb(from var(--bg-900) r g b / .95)}.bg-bg-950{--tw-bg-opacity: 1;background-color:rgb(from var(--bg-950) r g b / var(--tw-bg-opacity, 1))}.bg-bg-950\/0{background-color:rgb(from var(--bg-950) r g b / 0)}.bg-bg-950\/10{background-color:rgb(from var(--bg-950) r g b / .1)}.bg-bg-950\/100{background-color:rgb(from var(--bg-950) r g b / 1)}.bg-bg-950\/15{background-color:rgb(from var(--bg-950) r g b / .15)}.bg-bg-950\/20{background-color:rgb(from var(--bg-950) r g b / .2)}.bg-bg-950\/25{background-color:rgb(from var(--bg-950) r g b / .25)}.bg-bg-950\/30{background-color:rgb(from var(--bg-950) r g b / .3)}.bg-bg-950\/35{background-color:rgb(from var(--bg-950) r g b / .35)}.bg-bg-950\/40{background-color:rgb(from var(--bg-950) r g b / .4)}.bg-bg-950\/45{background-color:rgb(from var(--bg-950) r g b / .45)}.bg-bg-950\/5{background-color:rgb(from var(--bg-950) r g b / .05)}.bg-bg-950\/50{background-color:rgb(from var(--bg-950) r g b / .5)}.bg-bg-950\/55{background-color:rgb(from var(--bg-950) r g b / .55)}.bg-bg-950\/60{background-color:rgb(from var(--bg-950) r g b / .6)}.bg-bg-950\/65{background-color:rgb(from var(--bg-950) r g b / .65)}.bg-bg-950\/70{background-color:rgb(from var(--bg-950) r g b / .7)}.bg-bg-950\/75{background-color:rgb(from var(--bg-950) r g b / .75)}.bg-bg-950\/80{background-color:rgb(from var(--bg-950) r g b / .8)}.bg-bg-950\/85{background-color:rgb(from var(--bg-950) r g b / .85)}.bg-bg-950\/90{background-color:rgb(from var(--bg-950) r g b / .9)}.bg-bg-950\/95{background-color:rgb(from var(--bg-950) r g b / .95)}.bg-bg\/50{background-color:rgb(from var(--bg) r g b / .5)}.bg-bg\/70{background-color:rgb(from var(--bg) r g b / .7)}.bg-bgLighter{--tw-bg-opacity: 1;background-color:rgb(from var(--bg-lighter) r g b / var(--tw-bg-opacity, 1))}.bg-bgLighter\/70{background-color:rgb(from var(--bg-lighter) r g b / .7)}.bg-bgLighter\/90{background-color:rgb(from var(--bg-lighter) r g b / .9)}.bg-black\/70{background-color:#000000b3}.bg-black\/80{background-color:#000c}.bg-blue-400{--tw-bg-opacity: 1;background-color:rgb(96 165 250 / var(--tw-bg-opacity, 1))}.bg-blue-400\/0{background-color:#60a5fa00}.bg-blue-400\/10{background-color:#60a5fa1a}.bg-blue-400\/100{background-color:#60a5fa}.bg-blue-400\/15{background-color:#60a5fa26}.bg-blue-400\/20{background-color:#60a5fa33}.bg-blue-400\/25{background-color:#60a5fa40}.bg-blue-400\/30{background-color:#60a5fa4d}.bg-blue-400\/35{background-color:#60a5fa59}.bg-blue-400\/40{background-color:#60a5fa66}.bg-blue-400\/45{background-color:#60a5fa73}.bg-blue-400\/5{background-color:#60a5fa0d}.bg-blue-400\/50{background-color:#60a5fa80}.bg-blue-400\/55{background-color:#60a5fa8c}.bg-blue-400\/60{background-color:#60a5fa99}.bg-blue-400\/65{background-color:#60a5faa6}.bg-blue-400\/70{background-color:#60a5fab3}.bg-blue-400\/75{background-color:#60a5fabf}.bg-blue-400\/80{background-color:#60a5facc}.bg-blue-400\/85{background-color:#60a5fad9}.bg-blue-400\/90{background-color:#60a5fae6}.bg-blue-400\/95{background-color:#60a5faf2}.bg-blue-500\/30{background-color:#3b82f64d}.bg-blue-700\/20{background-color:#1d4ed833}.bg-border{--tw-bg-opacity: 1;background-color:rgb(from var(--border) r g b / var(--tw-bg-opacity, 1))}.bg-error\/10{background-color:rgb(from var(--error) r g b / .1)}.bg-error\/15{background-color:rgb(from var(--error) r g b / .15)}.bg-gray-900\/90{background-color:#111827e6}.bg-green-400{--tw-bg-opacity: 1;background-color:rgb(74 222 128 / var(--tw-bg-opacity, 1))}.bg-green-400\/0{background-color:#4ade8000}.bg-green-400\/10{background-color:#4ade801a}.bg-green-400\/100{background-color:#4ade80}.bg-green-400\/15{background-color:#4ade8026}.bg-green-400\/20{background-color:#4ade8033}.bg-green-400\/25{background-color:#4ade8040}.bg-green-400\/30{background-color:#4ade804d}.bg-green-400\/35{background-color:#4ade8059}.bg-green-400\/40{background-color:#4ade8066}.bg-green-400\/45{background-color:#4ade8073}.bg-green-400\/5{background-color:#4ade800d}.bg-green-400\/50{background-color:#4ade8080}.bg-green-400\/55{background-color:#4ade808c}.bg-green-400\/60{background-color:#4ade8099}.bg-green-400\/65{background-color:#4ade80a6}.bg-green-400\/70{background-color:#4ade80b3}.bg-green-400\/75{background-color:#4ade80bf}.bg-green-400\/80{background-color:#4ade80cc}.bg-green-400\/85{background-color:#4ade80d9}.bg-green-400\/90{background-color:#4ade80e6}.bg-green-400\/95{background-color:#4ade80f2}.bg-green-500\/10{background-color:#22c55e1a}.bg-green-600\/10{background-color:#16a34a1a}.bg-green-700\/20{background-color:#15803d33}.bg-inherit{background-color:inherit}.bg-primary{--tw-bg-opacity: 1;background-color:rgb(from var(--primary) r g b / var(--tw-bg-opacity, 1))}.bg-primary\/15{background-color:rgb(from var(--primary) r g b / .15)}.bg-red-400{--tw-bg-opacity: 1;background-color:rgb(248 113 113 / var(--tw-bg-opacity, 1))}.bg-red-400\/0{background-color:#f8717100}.bg-red-400\/10{background-color:#f871711a}.bg-red-400\/100{background-color:#f87171}.bg-red-400\/15{background-color:#f8717126}.bg-red-400\/20{background-color:#f8717133}.bg-red-400\/25{background-color:#f8717140}.bg-red-400\/30{background-color:#f871714d}.bg-red-400\/35{background-color:#f8717159}.bg-red-400\/40{background-color:#f8717166}.bg-red-400\/45{background-color:#f8717173}.bg-red-400\/5{background-color:#f871710d}.bg-red-400\/50{background-color:#f8717180}.bg-red-400\/55{background-color:#f871718c}.bg-red-400\/60{background-color:#f8717199}.bg-red-400\/65{background-color:#f87171a6}.bg-red-400\/70{background-color:#f87171b3}.bg-red-400\/75{background-color:#f87171bf}.bg-red-400\/80{background-color:#f87171cc}.bg-red-400\/85{background-color:#f87171d9}.bg-red-400\/90{background-color:#f87171e6}.bg-red-400\/95{background-color:#f87171f2}.bg-red-500{--tw-bg-opacity: 1;background-color:rgb(239 68 68 / var(--tw-bg-opacity, 1))}.bg-red-500\/10{background-color:#ef44441a}.bg-red-500\/30{background-color:#ef44444d}.bg-red-700\/20{background-color:#b91c1c33}.bg-sidebar{background-color:hsl(var(--sidebar-background))}.bg-sidebar-border{background-color:hsl(var(--sidebar-border))}.bg-text{--tw-bg-opacity: 1;background-color:rgb(from var(--text) r g b / var(--tw-bg-opacity, 1))}.bg-text\/10{background-color:rgb(from var(--text) r g b / .1)}.bg-text\/15{background-color:rgb(from var(--text) r g b / .15)}.bg-text\/30{background-color:rgb(from var(--text) r g b / .3)}.bg-text\/50{background-color:rgb(from var(--text) r g b / .5)}.bg-text\/70{background-color:rgb(from var(--text) r g b / .7)}.bg-text\/80{background-color:rgb(from var(--text) r g b / .8)}.bg-text\/85{background-color:rgb(from var(--text) r g b / .85)}.bg-text\/90{background-color:rgb(from var(--text) r g b / .9)}.bg-text_alt{--tw-bg-opacity: 1;background-color:rgb(from var(--text-alt) r g b / var(--tw-bg-opacity, 1))}.bg-text_alt\/40{background-color:rgb(from var(--text-alt) r g b / .4)}.bg-transparent{background-color:transparent}.bg-white{--tw-bg-opacity: 1;background-color:rgb(255 255 255 / var(--tw-bg-opacity, 1))}.bg-yellow-400{--tw-bg-opacity: 1;background-color:rgb(250 204 21 / var(--tw-bg-opacity, 1))}.bg-yellow-400\/0{background-color:#facc1500}.bg-yellow-400\/10{background-color:#facc151a}.bg-yellow-400\/100{background-color:#facc15}.bg-yellow-400\/15{background-color:#facc1526}.bg-yellow-400\/20{background-color:#facc1533}.bg-yellow-400\/25{background-color:#facc1540}.bg-yellow-400\/30{background-color:#facc154d}.bg-yellow-400\/35{background-color:#facc1559}.bg-yellow-400\/40{background-color:#facc1566}.bg-yellow-400\/45{background-color:#facc1573}.bg-yellow-400\/5{background-color:#facc150d}.bg-yellow-400\/50{background-color:#facc1580}.bg-yellow-400\/55{background-color:#facc158c}.bg-yellow-400\/60{background-color:#facc1599}.bg-yellow-400\/65{background-color:#facc15a6}.bg-yellow-400\/70{background-color:#facc15b3}.bg-yellow-400\/75{background-color:#facc15bf}.bg-yellow-400\/80{background-color:#facc15cc}.bg-yellow-400\/85{background-color:#facc15d9}.bg-yellow-400\/90{background-color:#facc15e6}.bg-yellow-400\/95{background-color:#facc15f2}.bg-yellow-500\/30{background-color:#eab3084d}.bg-gradient-to-b{background-image:linear-gradient(to bottom,var(--tw-gradient-stops))}.bg-gradient-to-r{background-image:linear-gradient(to right,var(--tw-gradient-stops))}.bg-gradient-to-t{background-image:linear-gradient(to top,var(--tw-gradient-stops))}.from-accent{--tw-gradient-from: rgb(from var(--accent) r g b / 1) var(--tw-gradient-from-position);--tw-gradient-to: rgb(from var(--accent) r g b / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-bgLighter{--tw-gradient-from: rgb(from var(--bg-lighter) r g b / 1) var(--tw-gradient-from-position);--tw-gradient-to: rgb(from var(--bg-lighter) r g b / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-black{--tw-gradient-from: #000 var(--tw-gradient-from-position);--tw-gradient-to: rgb(0 0 0 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-black\/90{--tw-gradient-from: rgb(0 0 0 / .9) var(--tw-gradient-from-position);--tw-gradient-to: rgb(0 0 0 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-text{--tw-gradient-from: rgb(from var(--text) r g b / 1) var(--tw-gradient-from-position);--tw-gradient-to: rgb(from var(--text) r g b / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-transparent{--tw-gradient-from: transparent var(--tw-gradient-from-position);--tw-gradient-to: rgb(0 0 0 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.via-background\/10{--tw-gradient-to: rgb(255 255 255 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), rgb(from var(--background) r g b / .1) var(--tw-gradient-via-position), var(--tw-gradient-to)}.via-black\/75{--tw-gradient-to: rgb(0 0 0 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), rgb(0 0 0 / .75) var(--tw-gradient-via-position), var(--tw-gradient-to)}.via-primary{--tw-gradient-to: rgb(from var(--primary) r g b / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), rgb(from var(--primary) r g b / 1) var(--tw-gradient-via-position), var(--tw-gradient-to)}.to-accent{--tw-gradient-to: rgb(from var(--accent) r g b / 1) var(--tw-gradient-to-position)}.to-background{--tw-gradient-to: rgb(from var(--background) r g b / 1) var(--tw-gradient-to-position)}.to-background\/30{--tw-gradient-to: rgb(from var(--background) r g b / .3) var(--tw-gradient-to-position)}.to-black\/25{--tw-gradient-to: rgb(0 0 0 / .25) var(--tw-gradient-to-position)}.to-text\/40{--tw-gradient-to: rgb(from var(--text) r g b / .4) var(--tw-gradient-to-position)}.bg-clip-padding{background-clip:padding-box}.bg-clip-text{-webkit-background-clip:text;background-clip:text}.fill-background{fill:rgb(from var(--background) r g b / 1)}.fill-current{fill:currentColor}.fill-text{fill:rgb(from var(--text) r g b / 1)}.fill-text\/20{fill:rgb(from var(--text) r g b / .2)}.object-contain{-o-object-fit:contain;object-fit:contain}.object-cover{-o-object-fit:cover;object-fit:cover}.object-center{-o-object-position:center;object-position:center}.p-0{padding:0}.p-0\.5{padding:.125rem}.p-1{padding:.25rem}.p-10{padding:2.5rem}.p-2{padding:.5rem}.p-3{padding:.75rem}.p-4{padding:1rem}.p-5{padding:1.25rem}.p-6{padding:1.5rem}.p-8{padding:2rem}.p-px{padding:1px}.\!px-0{padding-left:0!important;padding-right:0!important}.\!py-0{padding-top:0!important;padding-bottom:0!important}.px-1{padding-left:.25rem;padding-right:.25rem}.px-10{padding-left:2.5rem;padding-right:2.5rem}.px-2{padding-left:.5rem;padding-right:.5rem}.px-2\.5{padding-left:.625rem;padding-right:.625rem}.px-3{padding-left:.75rem;padding-right:.75rem}.px-4{padding-left:1rem;padding-right:1rem}.px-5{padding-left:1.25rem;padding-right:1.25rem}.px-6{padding-left:1.5rem;padding-right:1.5rem}.px-8{padding-left:2rem;padding-right:2rem}.py-0{padding-top:0;padding-bottom:0}.py-0\.5{padding-top:.125rem;padding-bottom:.125rem}.py-1{padding-top:.25rem;padding-bottom:.25rem}.py-1\.5{padding-top:.375rem;padding-bottom:.375rem}.py-16{padding-top:4rem;padding-bottom:4rem}.py-2{padding-top:.5rem;padding-bottom:.5rem}.py-20{padding-top:5rem;padding-bottom:5rem}.py-4{padding-top:1rem;padding-bottom:1rem}.py-\[0\.375rem\]{padding-top:.375rem;padding-bottom:.375rem}.pb-0{padding-bottom:0}.pb-14{padding-bottom:3.5rem}.pb-20{padding-bottom:5rem}.pb-3{padding-bottom:.75rem}.pb-4{padding-bottom:1rem}.pb-6{padding-bottom:1.5rem}.pb-8{padding-bottom:2rem}.pl-1{padding-left:.25rem}.pl-12{padding-left:3rem}.pl-2{padding-left:.5rem}.pl-3{padding-left:.75rem}.pl-4{padding-left:1rem}.pl-8{padding-left:2rem}.pr-1{padding-right:.25rem}.pr-2{padding-right:.5rem}.pr-8{padding-right:2rem}.pt-0{padding-top:0}.pt-1{padding-top:.25rem}.pt-10{padding-top:2.5rem}.pt-14{padding-top:3.5rem}.pt-16{padding-top:4rem}.pt-2{padding-top:.5rem}.pt-20{padding-top:5rem}.pt-4{padding-top:1rem}.text-left{text-align:left}.text-center{text-align:center}.text-start{text-align:start}.align-middle{vertical-align:middle}.font-clash-display{font-family:ClashDisplay,sans-serif}.font-mono{font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,Liberation Mono,Courier New,monospace}.font-sans{font-family:ui-sans-serif,system-ui,sans-serif,"Apple Color Emoji","Segoe UI Emoji",Segoe UI Symbol,"Noto Color Emoji"}.text-2xl{font-size:1.5rem;line-height:2rem}.text-3xl{font-size:1.875rem;line-height:2.25rem}.text-4xl{font-size:2.25rem;line-height:2.5rem}.text-5xl{font-size:3rem;line-height:1}.text-6xl{font-size:3.75rem;line-height:1}.text-7xl{font-size:4.5rem;line-height:1}.text-8xl{font-size:6rem;line-height:1}.text-\[0\.8em\]{font-size:.8em}.text-\[0\.8rem\]{font-size:.8rem}.text-\[1\.5em\]{font-size:1.5em}.text-\[1\.5rem\]{font-size:1.5rem}.text-\[10px\]{font-size:10px}.text-\[23vw\]{font-size:23vw}.text-base{font-size:1rem;line-height:1.5rem}.text-lg{font-size:1.125rem;line-height:1.75rem}.text-sm{font-size:.875rem;line-height:1.25rem}.text-xl{font-size:1.25rem;line-height:1.75rem}.text-xs{font-size:.75rem;line-height:1rem}.font-black{font-weight:900}.font-bold{font-weight:700}.font-extrabold{font-weight:800}.font-light{font-weight:300}.font-medium{font-weight:500}.font-normal{font-weight:400}.font-semibold{font-weight:600}.font-thin{font-weight:100}.uppercase{text-transform:uppercase}.capitalize{text-transform:capitalize}.tabular-nums{--tw-numeric-spacing: tabular-nums;font-variant-numeric:var(--tw-ordinal) var(--tw-slashed-zero) var(--tw-numeric-figure) var(--tw-numeric-spacing) var(--tw-numeric-fraction)}.leading-\[0\.9\]{line-height:.9}.leading-none{line-height:1}.leading-relaxed{line-height:1.625}.leading-tight{line-height:1.25}.tracking-\[0\.15\%\]{letter-spacing:.15%}.tracking-tight{letter-spacing:-.025em}.tracking-wide{letter-spacing:.025em}.tracking-wider{letter-spacing:.05em}.tracking-widest{letter-spacing:.1em}.\!text-bg{--tw-text-opacity: 1 !important;color:rgb(from var(--bg) r g b / var(--tw-text-opacity, 1))!important}.\!text-text{--tw-text-opacity: 1 !important;color:rgb(from var(--text) r g b / var(--tw-text-opacity, 1))!important}.text-accent{--tw-text-opacity: 1;color:rgb(from var(--accent) r g b / var(--tw-text-opacity, 1))}.text-background{--tw-text-opacity: 1;color:rgb(from var(--background) r g b / var(--tw-text-opacity, 1))}.text-background\/70{color:rgb(from var(--background) r g b / .7)}.text-bg{--tw-text-opacity: 1;color:rgb(from var(--bg) r g b / var(--tw-text-opacity, 1))}.text-black{--tw-text-opacity: 1;color:rgb(0 0 0 / var(--tw-text-opacity, 1))}.text-blue-400{--tw-text-opacity: 1;color:rgb(96 165 250 / var(--tw-text-opacity, 1))}.text-blue-500{--tw-text-opacity: 1;color:rgb(59 130 246 / var(--tw-text-opacity, 1))}.text-blue-500\/0{color:#3b82f600}.text-blue-500\/10{color:#3b82f61a}.text-blue-500\/100{color:#3b82f6}.text-blue-500\/15{color:#3b82f626}.text-blue-500\/20{color:#3b82f633}.text-blue-500\/25{color:#3b82f640}.text-blue-500\/30{color:#3b82f64d}.text-blue-500\/35{color:#3b82f659}.text-blue-500\/40{color:#3b82f666}.text-blue-500\/45{color:#3b82f673}.text-blue-500\/5{color:#3b82f60d}.text-blue-500\/50{color:#3b82f680}.text-blue-500\/55{color:#3b82f68c}.text-blue-500\/60{color:#3b82f699}.text-blue-500\/65{color:#3b82f6a6}.text-blue-500\/70{color:#3b82f6b3}.text-blue-500\/75{color:#3b82f6bf}.text-blue-500\/80{color:#3b82f6cc}.text-blue-500\/85{color:#3b82f6d9}.text-blue-500\/90{color:#3b82f6e6}.text-blue-500\/95{color:#3b82f6f2}.text-current{color:currentColor}.text-error{--tw-text-opacity: 1;color:rgb(from var(--error) r g b / var(--tw-text-opacity, 1))}.text-error\/70{color:rgb(from var(--error) r g b / .7)}.text-green-400{--tw-text-opacity: 1;color:rgb(74 222 128 / var(--tw-text-opacity, 1))}.text-green-500{--tw-text-opacity: 1;color:rgb(34 197 94 / var(--tw-text-opacity, 1))}.text-green-500\/0{color:#22c55e00}.text-green-500\/10{color:#22c55e1a}.text-green-500\/100{color:#22c55e}.text-green-500\/15{color:#22c55e26}.text-green-500\/20{color:#22c55e33}.text-green-500\/25{color:#22c55e40}.text-green-500\/30{color:#22c55e4d}.text-green-500\/35{color:#22c55e59}.text-green-500\/40{color:#22c55e66}.text-green-500\/45{color:#22c55e73}.text-green-500\/5{color:#22c55e0d}.text-green-500\/50{color:#22c55e80}.text-green-500\/55{color:#22c55e8c}.text-green-500\/60{color:#22c55e99}.text-green-500\/65{color:#22c55ea6}.text-green-500\/70{color:#22c55eb3}.text-green-500\/75{color:#22c55ebf}.text-green-500\/80{color:#22c55ecc}.text-green-500\/85{color:#22c55ed9}.text-green-500\/90{color:#22c55ee6}.text-green-500\/95{color:#22c55ef2}.text-inherit{color:inherit}.text-orange-300{--tw-text-opacity: 1;color:rgb(253 186 116 / var(--tw-text-opacity, 1))}.text-pink-400{--tw-text-opacity: 1;color:rgb(244 114 182 / var(--tw-text-opacity, 1))}.text-primary{--tw-text-opacity: 1;color:rgb(from var(--primary) r g b / var(--tw-text-opacity, 1))}.text-primary\/80{color:rgb(from var(--primary) r g b / .8)}.text-red-400{--tw-text-opacity: 1;color:rgb(248 113 113 / var(--tw-text-opacity, 1))}.text-red-500{--tw-text-opacity: 1;color:rgb(239 68 68 / var(--tw-text-opacity, 1))}.text-red-500\/0{color:#ef444400}.text-red-500\/10{color:#ef44441a}.text-red-500\/100{color:#ef4444}.text-red-500\/15{color:#ef444426}.text-red-500\/20{color:#ef444433}.text-red-500\/25{color:#ef444440}.text-red-500\/30{color:#ef44444d}.text-red-500\/35{color:#ef444459}.text-red-500\/40{color:#ef444466}.text-red-500\/45{color:#ef444473}.text-red-500\/5{color:#ef44440d}.text-red-500\/50{color:#ef444480}.text-red-500\/55{color:#ef44448c}.text-red-500\/60{color:#ef444499}.text-red-500\/65{color:#ef4444a6}.text-red-500\/70{color:#ef4444b3}.text-red-500\/75{color:#ef4444bf}.text-red-500\/80{color:#ef4444cc}.text-red-500\/85{color:#ef4444d9}.text-red-500\/90{color:#ef4444e6}.text-red-500\/95{color:#ef4444f2}.text-sidebar-foreground{color:hsl(var(--sidebar-foreground))}.text-sidebar-foreground\/70{color:hsl(var(--sidebar-foreground) / .7)}.text-text{--tw-text-opacity: 1;color:rgb(from var(--text) r g b / var(--tw-text-opacity, 1))}.text-text\/30{color:rgb(from var(--text) r g b / .3)}.text-text\/40{color:rgb(from var(--text) r g b / .4)}.text-text\/50{color:rgb(from var(--text) r g b / .5)}.text-text\/60{color:rgb(from var(--text) r g b / .6)}.text-text\/70{color:rgb(from var(--text) r g b / .7)}.text-text\/80{color:rgb(from var(--text) r g b / .8)}.text-text_alt{--tw-text-opacity: 1;color:rgb(from var(--text-alt) r g b / var(--tw-text-opacity, 1))}.text-transparent{color:transparent}.text-white{--tw-text-opacity: 1;color:rgb(255 255 255 / var(--tw-text-opacity, 1))}.text-yellow-400{--tw-text-opacity: 1;color:rgb(250 204 21 / var(--tw-text-opacity, 1))}.text-yellow-500{--tw-text-opacity: 1;color:rgb(234 179 8 / var(--tw-text-opacity, 1))}.text-yellow-500\/0{color:#eab30800}.text-yellow-500\/10{color:#eab3081a}.text-yellow-500\/100{color:#eab308}.text-yellow-500\/15{color:#eab30826}.text-yellow-500\/20{color:#eab30833}.text-yellow-500\/25{color:#eab30840}.text-yellow-500\/30{color:#eab3084d}.text-yellow-500\/35{color:#eab30859}.text-yellow-500\/40{color:#eab30866}.text-yellow-500\/45{color:#eab30873}.text-yellow-500\/5{color:#eab3080d}.text-yellow-500\/50{color:#eab30880}.text-yellow-500\/55{color:#eab3088c}.text-yellow-500\/60{color:#eab30899}.text-yellow-500\/65{color:#eab308a6}.text-yellow-500\/70{color:#eab308b3}.text-yellow-500\/75{color:#eab308bf}.text-yellow-500\/80{color:#eab308cc}.text-yellow-500\/85{color:#eab308d9}.text-yellow-500\/90{color:#eab308e6}.text-yellow-500\/95{color:#eab308f2}.underline{text-decoration-line:underline}.\!decoration-transparent{text-decoration-color:transparent!important}.decoration-text{text-decoration-color:rgb(from var(--text) r g b / 1)}.decoration-text_alt{text-decoration-color:rgb(from var(--text-alt) r g b / 1)}.decoration-transparent{text-decoration-color:transparent}.opacity-0{opacity:0}.opacity-100{opacity:1}.opacity-15{opacity:.15}.opacity-20{opacity:.2}.opacity-25{opacity:.25}.opacity-35{opacity:.35}.opacity-50{opacity:.5}.opacity-60{opacity:.6}.opacity-70{opacity:.7}.opacity-90{opacity:.9}.opacity-95{opacity:.95}.shadow-2xl{--tw-shadow: 0 25px 50px -12px rgb(0 0 0 / .25);--tw-shadow-colored: 0 25px 50px -12px var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000),var(--tw-ring-shadow, 0 0 #0000),var(--tw-shadow)}.shadow-\[0\.2rem_0\.1rem_0\.7rem_0_rgba\(0\,0\,0\,0\.5\)\]{--tw-shadow: .2rem .1rem .7rem 0 rgba(0,0,0,.5);--tw-shadow-colored: .2rem .1rem .7rem 0 var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000),var(--tw-ring-shadow, 0 0 #0000),var(--tw-shadow)}.shadow-\[0_0_0_1px_hsl\(var\(--sidebar-border\)\)\]{--tw-shadow: 0 0 0 1px hsl(var(--sidebar-border));--tw-shadow-colored: 0 0 0 1px var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000),var(--tw-ring-shadow, 0 0 #0000),var(--tw-shadow)}.shadow-\[4px_4px_0px_0px_rgba\(0\,0\,0\,0\.05\)\]{--tw-shadow: 4px 4px 0px 0px rgba(0,0,0,.05);--tw-shadow-colored: 4px 4px 0px 0px var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000),var(--tw-ring-shadow, 0 0 #0000),var(--tw-shadow)}.shadow-\[4px_4px_0px_0px_rgba\(0\,0\,0\,0\.6\)\]{--tw-shadow: 4px 4px 0px 0px rgba(0,0,0,.6);--tw-shadow-colored: 4px 4px 0px 0px var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000),var(--tw-ring-shadow, 0 0 #0000),var(--tw-shadow)}.shadow-\[inset_0_0_1rem_1rem_rgba\(0\,0\,0\,0\.3\)\]{--tw-shadow: inset 0 0 1rem 1rem rgba(0,0,0,.3);--tw-shadow-colored: inset 0 0 1rem 1rem var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000),var(--tw-ring-shadow, 0 0 #0000),var(--tw-shadow)}.shadow-inner{--tw-shadow: inset 0 2px 4px 0 rgb(0 0 0 / .05);--tw-shadow-colored: inset 0 2px 4px 0 var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000),var(--tw-ring-shadow, 0 0 #0000),var(--tw-shadow)}.shadow-lg{--tw-shadow: 0 10px 15px -3px rgb(0 0 0 / .1), 0 4px 6px -4px rgb(0 0 0 / .1);--tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color), 0 4px 6px -4px var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000),var(--tw-ring-shadow, 0 0 #0000),var(--tw-shadow)}.shadow-md{--tw-shadow: 0 4px 6px -1px rgb(0 0 0 / .1), 0 2px 4px -2px rgb(0 0 0 / .1);--tw-shadow-colored: 0 4px 6px -1px var(--tw-shadow-color), 0 2px 4px -2px var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000),var(--tw-ring-shadow, 0 0 #0000),var(--tw-shadow)}.shadow-none{--tw-shadow: 0 0 #0000;--tw-shadow-colored: 0 0 #0000;box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000),var(--tw-ring-shadow, 0 0 #0000),var(--tw-shadow)}.shadow-sm{--tw-shadow: 0 1px 2px 0 rgb(0 0 0 / .05);--tw-shadow-colored: 0 1px 2px 0 var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000),var(--tw-ring-shadow, 0 0 #0000),var(--tw-shadow)}.shadow-xl{--tw-shadow: 0 20px 25px -5px rgb(0 0 0 / .1), 0 8px 10px -6px rgb(0 0 0 / .1);--tw-shadow-colored: 0 20px 25px -5px var(--tw-shadow-color), 0 8px 10px -6px var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000),var(--tw-ring-shadow, 0 0 #0000),var(--tw-shadow)}.shadow-black\/30{--tw-shadow-color: rgb(0 0 0 / .3);--tw-shadow: var(--tw-shadow-colored)}.outline-none{outline:2px solid transparent;outline-offset:2px}.outline{outline-style:solid}.ring-0{--tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);--tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(0px + var(--tw-ring-offset-width)) var(--tw-ring-color);box-shadow:var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow, 0 0 #0000)}.ring-sidebar-ring{--tw-ring-color: hsl(var(--sidebar-ring))}.ring-offset-background{--tw-ring-offset-color: rgb(from var(--background) r g b / 1)}.ring-offset-ring{--tw-ring-offset-color: rgb(from var(--ring) r g b / 1)}.blur-2xl{--tw-blur: blur(40px);filter:var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow)}.blur-3xl{--tw-blur: blur(64px);filter:var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow)}.blur-\[86px\]{--tw-blur: blur(86px);filter:var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow)}.brightness-150{--tw-brightness: brightness(1.5);filter:var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow)}.brightness-50{--tw-brightness: brightness(.5);filter:var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow)}.grayscale,.grayscale-\[100\%\]{--tw-grayscale: grayscale(100%);filter:var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow)}.invert{--tw-invert: invert(100%);filter:var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow)}.filter{filter:var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow)}.backdrop-blur-md{--tw-backdrop-blur: blur(12px);-webkit-backdrop-filter:var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);backdrop-filter:var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia)}.backdrop-blur-sm{--tw-backdrop-blur: blur(4px);-webkit-backdrop-filter:var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);backdrop-filter:var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia)}.transition{transition-property:color,background-color,border-color,text-decoration-color,fill,stroke,opacity,box-shadow,transform,filter,-webkit-backdrop-filter;transition-property:color,background-color,border-color,text-decoration-color,fill,stroke,opacity,box-shadow,transform,filter,backdrop-filter;transition-property:color,background-color,border-color,text-decoration-color,fill,stroke,opacity,box-shadow,transform,filter,backdrop-filter,-webkit-backdrop-filter;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}.transition-\[left\,right\,width\]{transition-property:left,right,width;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}.transition-\[margin\,opacity\]{transition-property:margin,opacity;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}.transition-\[padding\]{transition-property:padding;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}.transition-\[width\,height\,padding\]{transition-property:width,height,padding;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}.transition-\[width\]{transition-property:width;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}.transition-all{transition-property:all;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}.transition-colors{transition-property:color,background-color,border-color,text-decoration-color,fill,stroke;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}.transition-opacity{transition-property:opacity;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}.transition-transform{transition-property:transform;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}.\!delay-100{transition-delay:.1s!important}.\!delay-200{transition-delay:.2s!important}.\!delay-300{transition-delay:.3s!important}.\!delay-500{transition-delay:.5s!important}.delay-150{transition-delay:.15s}.delay-75{transition-delay:75ms}.\!duration-0{transition-duration:0s!important}.duration-100{transition-duration:.1s}.duration-150{transition-duration:.15s}.duration-200{transition-duration:.2s}.duration-300{transition-duration:.3s}.duration-500{transition-duration:.5s}.ease-in-out{transition-timing-function:cubic-bezier(.4,0,.2,1)}.ease-linear{transition-timing-function:linear}@keyframes enter{0%{opacity:var(--tw-enter-opacity, 1);transform:translate3d(var(--tw-enter-translate-x, 0),var(--tw-enter-translate-y, 0),0) scale3d(var(--tw-enter-scale, 1),var(--tw-enter-scale, 1),var(--tw-enter-scale, 1)) rotate(var(--tw-enter-rotate, 0))}}@keyframes exit{to{opacity:var(--tw-exit-opacity, 1);transform:translate3d(var(--tw-exit-translate-x, 0),var(--tw-exit-translate-y, 0),0) scale3d(var(--tw-exit-scale, 1),var(--tw-exit-scale, 1),var(--tw-exit-scale, 1)) rotate(var(--tw-exit-rotate, 0))}}.animate-in{animation-name:enter;animation-duration:.15s;--tw-enter-opacity: initial;--tw-enter-scale: initial;--tw-enter-rotate: initial;--tw-enter-translate-x: initial;--tw-enter-translate-y: initial}.fade-in-0{--tw-enter-opacity: 0}.zoom-in-95{--tw-enter-scale: .95}.\!duration-0{animation-duration:0s!important}.duration-100{animation-duration:.1s}.duration-150{animation-duration:.15s}.duration-200{animation-duration:.2s}.duration-300{animation-duration:.3s}.duration-500{animation-duration:.5s}.\!delay-100{animation-delay:.1s!important}.\!delay-200{animation-delay:.2s!important}.\!delay-300{animation-delay:.3s!important}.\!delay-500{animation-delay:.5s!important}.delay-150{animation-delay:.15s}.delay-75{animation-delay:75ms}.ease-in-out{animation-timing-function:cubic-bezier(.4,0,.2,1)}.ease-linear{animation-timing-function:linear}.running{animation-play-state:running}.paused{animation-play-state:paused}@font-face{font-family:ClashDisplay;src:url(/assets/ClashDisplay-Variable-BHZjogP3.ttf) format("truetype"),url(/assets/ClashDisplay-Variable-Buk7cB_f.woff2) format("woff2"),url(/assets/ClashDisplay-Variable-Dt2PxZhp.woff) format("woff");font-weight:200 700;font-display:swap;font-style:normal}@font-face{font-family:Archivo;src:url(/assets/Archivo-Variable-B74ytzVH.woff2) format("woff2"),url(/assets/Archivo-Variable-Bvih_XgG.woff) format("woff"),url(/assets/Archivo-Variable-D2RveREB.ttf) format("truetype");font-weight:100 900;font-display:swap;font-style:normal}*{--tw-border-opacity: 1;border-color:rgb(from var(--border) r g b / var(--tw-border-opacity, 1))}input[type=color],input[type=color]::-moz-color-swatch,input[type=color]::-webkit-color-swatch-wrapper,input[type=color]::-webkit-color-swatch{border:none;overflow:hidden;-moz-background-clip:padding;-webkit-background-clip:padding-box;background-clip:padding-box}input::-webkit-outer-spin-button,input::-webkit-inner-spin-button{-webkit-appearance:none;margin:0}input[type=number]{-moz-appearance:textfield;-webkit-appearance:textfield;appearance:textfield}::-webkit-scrollbar{width:.2rem;height:.2rem}::-webkit-scrollbar-track{background:transparent}::-webkit-scrollbar-thumb{background:var(--text);border-radius:.25rem}::-webkit-scrollbar-thumb:hover{background:var(--text-alt)}*:focus:not(:focus-visible){outline:none}*:focus-visible{outline:.15rem solid var(--ring);outline-offset:.1em}::-moz-selection{background-color:rgb(from var(--primary) r g b / .3);color:inherit}::selection{background-color:rgb(from var(--primary) r g b / .3);color:inherit}body{display:flex;min-width:320px;align-items:center;overflow-y:scroll;--tw-bg-opacity: 1;background-color:rgb(from var(--background) r g b / var(--tw-bg-opacity, 1));font-size:1rem;line-height:1.5rem;--tw-text-opacity: 1;color:rgb(from var(--text) r g b / var(--tw-text-opacity, 1))}hr{margin-left:auto;margin-right:auto;height:2px;width:91.666667%;border-radius:9999px;border-style:none;background-color:rgb(from var(--text) r g b / .1)}h1,h2,h3,h4,h5,h6{font-family:ClashDisplay,sans-serif;color:inherit}h1{font-size:4.5rem;font-weight:300;line-height:1;letter-spacing:-1.5%}h2{font-size:3.75rem;font-weight:300;line-height:1;letter-spacing:-.5%}h3{font-size:3rem;font-weight:400;line-height:1;letter-spacing:0%}h4{font-size:2.25rem;line-height:2.5rem;font-weight:400;line-height:1.25;letter-spacing:.25%}h5{font-size:1.5rem;line-height:2rem;font-weight:400;line-height:1.25;letter-spacing:0%}h6{font-size:1.25rem;line-height:1.75rem;font-weight:500;line-height:1.25;letter-spacing:.15%}p{font-weight:400;line-height:1.25;letter-spacing:.5%}small{font-size:.75rem;line-height:1rem;font-weight:400;line-height:1.25;letter-spacing:.4%}a{color:inherit}a:not(.nostyle){font-weight:600;color:inherit;text-decoration-line:underline}a:not(.nostyle):hover{--tw-brightness: brightness(1.25);filter:var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow)}abutton>a,aa:has(button){text-decoration-color:transparent}abutton>a:hover,aa:has(button):hover{--tw-brightness: brightness(1);filter:var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow)}button>a,a:has(button){text-decoration-color:transparent}a:not(button>a),a:not(a:has(button)){font-weight:600;color:inherit;text-decoration-line:underline}a:not(button>a):hover,a:not(a:has(button)):hover{--tw-brightness: brightness(1.25);filter:var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow)}label:not(button>a),label:not(a:has(button)){font-size:.75rem;line-height:1rem;--tw-text-opacity: 1;color:rgb(from var(--text-alt) r g b / var(--tw-text-opacity, 1))}ul{list-style-position:inside;list-style-type:disc}ol{list-style-position:inside;list-style-type:decimal}i{font-style:italic}label:not(.nostyle){font-size:.75rem;line-height:1rem;--tw-text-opacity: 1;color:rgb(from var(--text-alt) r g b / var(--tw-text-opacity, 1))}code{border-radius:calc(var(--radius) - 2px);background-color:rgb(from var(--text-alt) r g b / .5);padding:.25rem;color:#fffc}.data-\[state\=active\]\:shadow-m[data-state=active]{box-shadow:inset 0 1px 2px #ffffff4d,0 2px 4px #0000004d,0 4px 8px #00000040}.selection\:bg-text *::-moz-selection{--tw-bg-opacity: 1;background-color:rgb(from var(--text) r g b / var(--tw-bg-opacity, 1))}.selection\:bg-text *::selection{--tw-bg-opacity: 1;background-color:rgb(from var(--text) r g b / var(--tw-bg-opacity, 1))}.selection\:text-bg *::-moz-selection{--tw-text-opacity: 1;color:rgb(from var(--bg) r g b / var(--tw-text-opacity, 1))}.selection\:text-bg *::selection{--tw-text-opacity: 1;color:rgb(from var(--bg) r g b / var(--tw-text-opacity, 1))}.selection\:bg-text::-moz-selection{--tw-bg-opacity: 1;background-color:rgb(from var(--text) r g b / var(--tw-bg-opacity, 1))}.selection\:bg-text::selection{--tw-bg-opacity: 1;background-color:rgb(from var(--text) r g b / var(--tw-bg-opacity, 1))}.selection\:text-bg::-moz-selection{--tw-text-opacity: 1;color:rgb(from var(--bg) r g b / var(--tw-text-opacity, 1))}.selection\:text-bg::selection{--tw-text-opacity: 1;color:rgb(from var(--bg) r g b / var(--tw-text-opacity, 1))}.file\:border-0::file-selector-button{border-width:0px}.file\:bg-transparent::file-selector-button{background-color:transparent}.file\:text-sm::file-selector-button{font-size:.875rem;line-height:1.25rem}.file\:font-medium::file-selector-button{font-weight:500}.file\:text-text::file-selector-button{--tw-text-opacity: 1;color:rgb(from var(--text) r g b / var(--tw-text-opacity, 1))}.placeholder\:text-text\/30::-moz-placeholder{color:rgb(from var(--text) r g b / .3)}.placeholder\:text-text\/30::placeholder{color:rgb(from var(--text) r g b / .3)}.after\:absolute:after{content:var(--tw-content);position:absolute}.after\:-inset-2:after{content:var(--tw-content);top:-.5rem;right:-.5rem;bottom:-.5rem;left:-.5rem}.after\:inset-y-0:after{content:var(--tw-content);top:0;bottom:0}.after\:left-1\/2:after{content:var(--tw-content);left:50%}.after\:w-\[2px\]:after{content:var(--tw-content);width:2px}.focus-within\:relative:focus-within{position:relative}.focus-within\:z-20:focus-within{z-index:20}.hover\:scale-105:hover{--tw-scale-x: 1.05;--tw-scale-y: 1.05;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.hover\:scale-110:hover{--tw-scale-x: 1.1;--tw-scale-y: 1.1;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.hover\:border:hover{border-width:1px}.hover\:border-text\/30:hover{border-color:rgb(from var(--text) r g b / .3)}.hover\:border-text\/50:hover{border-color:rgb(from var(--text) r g b / .5)}.hover\:\!bg-bg-700\/70:hover{background-color:rgb(from var(--bg-700) r g b / .7)!important}.hover\:\!bg-gray-500:hover{--tw-bg-opacity: 1 !important;background-color:rgb(107 114 128 / var(--tw-bg-opacity, 1))!important}.hover\:bg-accent:hover{--tw-bg-opacity: 1;background-color:rgb(from var(--accent) r g b / var(--tw-bg-opacity, 1))}.hover\:bg-bg-100:hover{--tw-bg-opacity: 1;background-color:rgb(from var(--bg-100) r g b / var(--tw-bg-opacity, 1))}.hover\:bg-bg-100\/0:hover{background-color:rgb(from var(--bg-100) r g b / 0)}.hover\:bg-bg-100\/10:hover{background-color:rgb(from var(--bg-100) r g b / .1)}.hover\:bg-bg-100\/100:hover{background-color:rgb(from var(--bg-100) r g b / 1)}.hover\:bg-bg-100\/15:hover{background-color:rgb(from var(--bg-100) r g b / .15)}.hover\:bg-bg-100\/20:hover{background-color:rgb(from var(--bg-100) r g b / .2)}.hover\:bg-bg-100\/25:hover{background-color:rgb(from var(--bg-100) r g b / .25)}.hover\:bg-bg-100\/30:hover{background-color:rgb(from var(--bg-100) r g b / .3)}.hover\:bg-bg-100\/35:hover{background-color:rgb(from var(--bg-100) r g b / .35)}.hover\:bg-bg-100\/40:hover{background-color:rgb(from var(--bg-100) r g b / .4)}.hover\:bg-bg-100\/45:hover{background-color:rgb(from var(--bg-100) r g b / .45)}.hover\:bg-bg-100\/5:hover{background-color:rgb(from var(--bg-100) r g b / .05)}.hover\:bg-bg-100\/50:hover{background-color:rgb(from var(--bg-100) r g b / .5)}.hover\:bg-bg-100\/55:hover{background-color:rgb(from var(--bg-100) r g b / .55)}.hover\:bg-bg-100\/60:hover{background-color:rgb(from var(--bg-100) r g b / .6)}.hover\:bg-bg-100\/65:hover{background-color:rgb(from var(--bg-100) r g b / .65)}.hover\:bg-bg-100\/70:hover{background-color:rgb(from var(--bg-100) r g b / .7)}.hover\:bg-bg-100\/75:hover{background-color:rgb(from var(--bg-100) r g b / .75)}.hover\:bg-bg-100\/80:hover{background-color:rgb(from var(--bg-100) r g b / .8)}.hover\:bg-bg-100\/85:hover{background-color:rgb(from var(--bg-100) r g b / .85)}.hover\:bg-bg-100\/90:hover{background-color:rgb(from var(--bg-100) r g b / .9)}.hover\:bg-bg-100\/95:hover{background-color:rgb(from var(--bg-100) r g b / .95)}.hover\:bg-bg-200:hover{--tw-bg-opacity: 1;background-color:rgb(from var(--bg-200) r g b / var(--tw-bg-opacity, 1))}.hover\:bg-bg-200\/0:hover{background-color:rgb(from var(--bg-200) r g b / 0)}.hover\:bg-bg-200\/10:hover{background-color:rgb(from var(--bg-200) r g b / .1)}.hover\:bg-bg-200\/100:hover{background-color:rgb(from var(--bg-200) r g b / 1)}.hover\:bg-bg-200\/15:hover{background-color:rgb(from var(--bg-200) r g b / .15)}.hover\:bg-bg-200\/20:hover{background-color:rgb(from var(--bg-200) r g b / .2)}.hover\:bg-bg-200\/25:hover{background-color:rgb(from var(--bg-200) r g b / .25)}.hover\:bg-bg-200\/30:hover{background-color:rgb(from var(--bg-200) r g b / .3)}.hover\:bg-bg-200\/35:hover{background-color:rgb(from var(--bg-200) r g b / .35)}.hover\:bg-bg-200\/40:hover{background-color:rgb(from var(--bg-200) r g b / .4)}.hover\:bg-bg-200\/45:hover{background-color:rgb(from var(--bg-200) r g b / .45)}.hover\:bg-bg-200\/5:hover{background-color:rgb(from var(--bg-200) r g b / .05)}.hover\:bg-bg-200\/50:hover{background-color:rgb(from var(--bg-200) r g b / .5)}.hover\:bg-bg-200\/55:hover{background-color:rgb(from var(--bg-200) r g b / .55)}.hover\:bg-bg-200\/60:hover{background-color:rgb(from var(--bg-200) r g b / .6)}.hover\:bg-bg-200\/65:hover{background-color:rgb(from var(--bg-200) r g b / .65)}.hover\:bg-bg-200\/70:hover{background-color:rgb(from var(--bg-200) r g b / .7)}.hover\:bg-bg-200\/75:hover{background-color:rgb(from var(--bg-200) r g b / .75)}.hover\:bg-bg-200\/80:hover{background-color:rgb(from var(--bg-200) r g b / .8)}.hover\:bg-bg-200\/85:hover{background-color:rgb(from var(--bg-200) r g b / .85)}.hover\:bg-bg-200\/90:hover{background-color:rgb(from var(--bg-200) r g b / .9)}.hover\:bg-bg-200\/95:hover{background-color:rgb(from var(--bg-200) r g b / .95)}.hover\:bg-bg-300:hover{--tw-bg-opacity: 1;background-color:rgb(from var(--bg-300) r g b / var(--tw-bg-opacity, 1))}.hover\:bg-bg-300\/0:hover{background-color:rgb(from var(--bg-300) r g b / 0)}.hover\:bg-bg-300\/10:hover{background-color:rgb(from var(--bg-300) r g b / .1)}.hover\:bg-bg-300\/100:hover{background-color:rgb(from var(--bg-300) r g b / 1)}.hover\:bg-bg-300\/15:hover{background-color:rgb(from var(--bg-300) r g b / .15)}.hover\:bg-bg-300\/20:hover{background-color:rgb(from var(--bg-300) r g b / .2)}.hover\:bg-bg-300\/25:hover{background-color:rgb(from var(--bg-300) r g b / .25)}.hover\:bg-bg-300\/30:hover{background-color:rgb(from var(--bg-300) r g b / .3)}.hover\:bg-bg-300\/35:hover{background-color:rgb(from var(--bg-300) r g b / .35)}.hover\:bg-bg-300\/40:hover{background-color:rgb(from var(--bg-300) r g b / .4)}.hover\:bg-bg-300\/45:hover{background-color:rgb(from var(--bg-300) r g b / .45)}.hover\:bg-bg-300\/5:hover{background-color:rgb(from var(--bg-300) r g b / .05)}.hover\:bg-bg-300\/50:hover{background-color:rgb(from var(--bg-300) r g b / .5)}.hover\:bg-bg-300\/55:hover{background-color:rgb(from var(--bg-300) r g b / .55)}.hover\:bg-bg-300\/60:hover{background-color:rgb(from var(--bg-300) r g b / .6)}.hover\:bg-bg-300\/65:hover{background-color:rgb(from var(--bg-300) r g b / .65)}.hover\:bg-bg-300\/70:hover{background-color:rgb(from var(--bg-300) r g b / .7)}.hover\:bg-bg-300\/75:hover{background-color:rgb(from var(--bg-300) r g b / .75)}.hover\:bg-bg-300\/80:hover{background-color:rgb(from var(--bg-300) r g b / .8)}.hover\:bg-bg-300\/85:hover{background-color:rgb(from var(--bg-300) r g b / .85)}.hover\:bg-bg-300\/90:hover{background-color:rgb(from var(--bg-300) r g b / .9)}.hover\:bg-bg-300\/95:hover{background-color:rgb(from var(--bg-300) r g b / .95)}.hover\:bg-bg-400:hover{--tw-bg-opacity: 1;background-color:rgb(from var(--bg-400) r g b / var(--tw-bg-opacity, 1))}.hover\:bg-bg-400\/0:hover{background-color:rgb(from var(--bg-400) r g b / 0)}.hover\:bg-bg-400\/10:hover{background-color:rgb(from var(--bg-400) r g b / .1)}.hover\:bg-bg-400\/100:hover{background-color:rgb(from var(--bg-400) r g b / 1)}.hover\:bg-bg-400\/15:hover{background-color:rgb(from var(--bg-400) r g b / .15)}.hover\:bg-bg-400\/20:hover{background-color:rgb(from var(--bg-400) r g b / .2)}.hover\:bg-bg-400\/25:hover{background-color:rgb(from var(--bg-400) r g b / .25)}.hover\:bg-bg-400\/30:hover{background-color:rgb(from var(--bg-400) r g b / .3)}.hover\:bg-bg-400\/35:hover{background-color:rgb(from var(--bg-400) r g b / .35)}.hover\:bg-bg-400\/40:hover{background-color:rgb(from var(--bg-400) r g b / .4)}.hover\:bg-bg-400\/45:hover{background-color:rgb(from var(--bg-400) r g b / .45)}.hover\:bg-bg-400\/5:hover{background-color:rgb(from var(--bg-400) r g b / .05)}.hover\:bg-bg-400\/50:hover{background-color:rgb(from var(--bg-400) r g b / .5)}.hover\:bg-bg-400\/55:hover{background-color:rgb(from var(--bg-400) r g b / .55)}.hover\:bg-bg-400\/60:hover{background-color:rgb(from var(--bg-400) r g b / .6)}.hover\:bg-bg-400\/65:hover{background-color:rgb(from var(--bg-400) r g b / .65)}.hover\:bg-bg-400\/70:hover{background-color:rgb(from var(--bg-400) r g b / .7)}.hover\:bg-bg-400\/75:hover{background-color:rgb(from var(--bg-400) r g b / .75)}.hover\:bg-bg-400\/80:hover{background-color:rgb(from var(--bg-400) r g b / .8)}.hover\:bg-bg-400\/85:hover{background-color:rgb(from var(--bg-400) r g b / .85)}.hover\:bg-bg-400\/90:hover{background-color:rgb(from var(--bg-400) r g b / .9)}.hover\:bg-bg-400\/95:hover{background-color:rgb(from var(--bg-400) r g b / .95)}.hover\:bg-bg-50:hover{--tw-bg-opacity: 1;background-color:rgb(from var(--bg-50) r g b / var(--tw-bg-opacity, 1))}.hover\:bg-bg-50\/0:hover{background-color:rgb(from var(--bg-50) r g b / 0)}.hover\:bg-bg-50\/10:hover{background-color:rgb(from var(--bg-50) r g b / .1)}.hover\:bg-bg-50\/100:hover{background-color:rgb(from var(--bg-50) r g b / 1)}.hover\:bg-bg-50\/15:hover{background-color:rgb(from var(--bg-50) r g b / .15)}.hover\:bg-bg-50\/20:hover{background-color:rgb(from var(--bg-50) r g b / .2)}.hover\:bg-bg-50\/25:hover{background-color:rgb(from var(--bg-50) r g b / .25)}.hover\:bg-bg-50\/30:hover{background-color:rgb(from var(--bg-50) r g b / .3)}.hover\:bg-bg-50\/35:hover{background-color:rgb(from var(--bg-50) r g b / .35)}.hover\:bg-bg-50\/40:hover{background-color:rgb(from var(--bg-50) r g b / .4)}.hover\:bg-bg-50\/45:hover{background-color:rgb(from var(--bg-50) r g b / .45)}.hover\:bg-bg-50\/5:hover{background-color:rgb(from var(--bg-50) r g b / .05)}.hover\:bg-bg-50\/50:hover{background-color:rgb(from var(--bg-50) r g b / .5)}.hover\:bg-bg-50\/55:hover{background-color:rgb(from var(--bg-50) r g b / .55)}.hover\:bg-bg-50\/60:hover{background-color:rgb(from var(--bg-50) r g b / .6)}.hover\:bg-bg-50\/65:hover{background-color:rgb(from var(--bg-50) r g b / .65)}.hover\:bg-bg-50\/70:hover{background-color:rgb(from var(--bg-50) r g b / .7)}.hover\:bg-bg-50\/75:hover{background-color:rgb(from var(--bg-50) r g b / .75)}.hover\:bg-bg-50\/80:hover{background-color:rgb(from var(--bg-50) r g b / .8)}.hover\:bg-bg-50\/85:hover{background-color:rgb(from var(--bg-50) r g b / .85)}.hover\:bg-bg-50\/90:hover{background-color:rgb(from var(--bg-50) r g b / .9)}.hover\:bg-bg-50\/95:hover{background-color:rgb(from var(--bg-50) r g b / .95)}.hover\:bg-bg-500:hover{--tw-bg-opacity: 1;background-color:rgb(from var(--bg-500) r g b / var(--tw-bg-opacity, 1))}.hover\:bg-bg-500\/0:hover{background-color:rgb(from var(--bg-500) r g b / 0)}.hover\:bg-bg-500\/10:hover{background-color:rgb(from var(--bg-500) r g b / .1)}.hover\:bg-bg-500\/100:hover{background-color:rgb(from var(--bg-500) r g b / 1)}.hover\:bg-bg-500\/15:hover{background-color:rgb(from var(--bg-500) r g b / .15)}.hover\:bg-bg-500\/20:hover{background-color:rgb(from var(--bg-500) r g b / .2)}.hover\:bg-bg-500\/25:hover{background-color:rgb(from var(--bg-500) r g b / .25)}.hover\:bg-bg-500\/30:hover{background-color:rgb(from var(--bg-500) r g b / .3)}.hover\:bg-bg-500\/35:hover{background-color:rgb(from var(--bg-500) r g b / .35)}.hover\:bg-bg-500\/40:hover{background-color:rgb(from var(--bg-500) r g b / .4)}.hover\:bg-bg-500\/45:hover{background-color:rgb(from var(--bg-500) r g b / .45)}.hover\:bg-bg-500\/5:hover{background-color:rgb(from var(--bg-500) r g b / .05)}.hover\:bg-bg-500\/50:hover{background-color:rgb(from var(--bg-500) r g b / .5)}.hover\:bg-bg-500\/55:hover{background-color:rgb(from var(--bg-500) r g b / .55)}.hover\:bg-bg-500\/60:hover{background-color:rgb(from var(--bg-500) r g b / .6)}.hover\:bg-bg-500\/65:hover{background-color:rgb(from var(--bg-500) r g b / .65)}.hover\:bg-bg-500\/70:hover{background-color:rgb(from var(--bg-500) r g b / .7)}.hover\:bg-bg-500\/75:hover{background-color:rgb(from var(--bg-500) r g b / .75)}.hover\:bg-bg-500\/80:hover{background-color:rgb(from var(--bg-500) r g b / .8)}.hover\:bg-bg-500\/85:hover{background-color:rgb(from var(--bg-500) r g b / .85)}.hover\:bg-bg-500\/90:hover{background-color:rgb(from var(--bg-500) r g b / .9)}.hover\:bg-bg-500\/95:hover{background-color:rgb(from var(--bg-500) r g b / .95)}.hover\:bg-bg-600:hover{--tw-bg-opacity: 1;background-color:rgb(from var(--bg-600) r g b / var(--tw-bg-opacity, 1))}.hover\:bg-bg-600\/0:hover{background-color:rgb(from var(--bg-600) r g b / 0)}.hover\:bg-bg-600\/10:hover{background-color:rgb(from var(--bg-600) r g b / .1)}.hover\:bg-bg-600\/100:hover{background-color:rgb(from var(--bg-600) r g b / 1)}.hover\:bg-bg-600\/15:hover{background-color:rgb(from var(--bg-600) r g b / .15)}.hover\:bg-bg-600\/20:hover{background-color:rgb(from var(--bg-600) r g b / .2)}.hover\:bg-bg-600\/25:hover{background-color:rgb(from var(--bg-600) r g b / .25)}.hover\:bg-bg-600\/30:hover{background-color:rgb(from var(--bg-600) r g b / .3)}.hover\:bg-bg-600\/35:hover{background-color:rgb(from var(--bg-600) r g b / .35)}.hover\:bg-bg-600\/40:hover{background-color:rgb(from var(--bg-600) r g b / .4)}.hover\:bg-bg-600\/45:hover{background-color:rgb(from var(--bg-600) r g b / .45)}.hover\:bg-bg-600\/5:hover{background-color:rgb(from var(--bg-600) r g b / .05)}.hover\:bg-bg-600\/50:hover{background-color:rgb(from var(--bg-600) r g b / .5)}.hover\:bg-bg-600\/55:hover{background-color:rgb(from var(--bg-600) r g b / .55)}.hover\:bg-bg-600\/60:hover{background-color:rgb(from var(--bg-600) r g b / .6)}.hover\:bg-bg-600\/65:hover{background-color:rgb(from var(--bg-600) r g b / .65)}.hover\:bg-bg-600\/70:hover{background-color:rgb(from var(--bg-600) r g b / .7)}.hover\:bg-bg-600\/75:hover{background-color:rgb(from var(--bg-600) r g b / .75)}.hover\:bg-bg-600\/80:hover{background-color:rgb(from var(--bg-600) r g b / .8)}.hover\:bg-bg-600\/85:hover{background-color:rgb(from var(--bg-600) r g b / .85)}.hover\:bg-bg-600\/90:hover{background-color:rgb(from var(--bg-600) r g b / .9)}.hover\:bg-bg-600\/95:hover{background-color:rgb(from var(--bg-600) r g b / .95)}.hover\:bg-bg-700:hover{--tw-bg-opacity: 1;background-color:rgb(from var(--bg-700) r g b / var(--tw-bg-opacity, 1))}.hover\:bg-bg-700\/0:hover{background-color:rgb(from var(--bg-700) r g b / 0)}.hover\:bg-bg-700\/10:hover{background-color:rgb(from var(--bg-700) r g b / .1)}.hover\:bg-bg-700\/100:hover{background-color:rgb(from var(--bg-700) r g b / 1)}.hover\:bg-bg-700\/15:hover{background-color:rgb(from var(--bg-700) r g b / .15)}.hover\:bg-bg-700\/20:hover{background-color:rgb(from var(--bg-700) r g b / .2)}.hover\:bg-bg-700\/25:hover{background-color:rgb(from var(--bg-700) r g b / .25)}.hover\:bg-bg-700\/30:hover{background-color:rgb(from var(--bg-700) r g b / .3)}.hover\:bg-bg-700\/35:hover{background-color:rgb(from var(--bg-700) r g b / .35)}.hover\:bg-bg-700\/40:hover{background-color:rgb(from var(--bg-700) r g b / .4)}.hover\:bg-bg-700\/45:hover{background-color:rgb(from var(--bg-700) r g b / .45)}.hover\:bg-bg-700\/5:hover{background-color:rgb(from var(--bg-700) r g b / .05)}.hover\:bg-bg-700\/50:hover{background-color:rgb(from var(--bg-700) r g b / .5)}.hover\:bg-bg-700\/55:hover{background-color:rgb(from var(--bg-700) r g b / .55)}.hover\:bg-bg-700\/60:hover{background-color:rgb(from var(--bg-700) r g b / .6)}.hover\:bg-bg-700\/65:hover{background-color:rgb(from var(--bg-700) r g b / .65)}.hover\:bg-bg-700\/70:hover{background-color:rgb(from var(--bg-700) r g b / .7)}.hover\:bg-bg-700\/75:hover{background-color:rgb(from var(--bg-700) r g b / .75)}.hover\:bg-bg-700\/80:hover{background-color:rgb(from var(--bg-700) r g b / .8)}.hover\:bg-bg-700\/85:hover{background-color:rgb(from var(--bg-700) r g b / .85)}.hover\:bg-bg-700\/90:hover{background-color:rgb(from var(--bg-700) r g b / .9)}.hover\:bg-bg-700\/95:hover{background-color:rgb(from var(--bg-700) r g b / .95)}.hover\:bg-bg-800:hover{--tw-bg-opacity: 1;background-color:rgb(from var(--bg-800) r g b / var(--tw-bg-opacity, 1))}.hover\:bg-bg-800\/0:hover{background-color:rgb(from var(--bg-800) r g b / 0)}.hover\:bg-bg-800\/10:hover{background-color:rgb(from var(--bg-800) r g b / .1)}.hover\:bg-bg-800\/100:hover{background-color:rgb(from var(--bg-800) r g b / 1)}.hover\:bg-bg-800\/15:hover{background-color:rgb(from var(--bg-800) r g b / .15)}.hover\:bg-bg-800\/20:hover{background-color:rgb(from var(--bg-800) r g b / .2)}.hover\:bg-bg-800\/25:hover{background-color:rgb(from var(--bg-800) r g b / .25)}.hover\:bg-bg-800\/30:hover{background-color:rgb(from var(--bg-800) r g b / .3)}.hover\:bg-bg-800\/35:hover{background-color:rgb(from var(--bg-800) r g b / .35)}.hover\:bg-bg-800\/40:hover{background-color:rgb(from var(--bg-800) r g b / .4)}.hover\:bg-bg-800\/45:hover{background-color:rgb(from var(--bg-800) r g b / .45)}.hover\:bg-bg-800\/5:hover{background-color:rgb(from var(--bg-800) r g b / .05)}.hover\:bg-bg-800\/50:hover{background-color:rgb(from var(--bg-800) r g b / .5)}.hover\:bg-bg-800\/55:hover{background-color:rgb(from var(--bg-800) r g b / .55)}.hover\:bg-bg-800\/60:hover{background-color:rgb(from var(--bg-800) r g b / .6)}.hover\:bg-bg-800\/65:hover{background-color:rgb(from var(--bg-800) r g b / .65)}.hover\:bg-bg-800\/70:hover{background-color:rgb(from var(--bg-800) r g b / .7)}.hover\:bg-bg-800\/75:hover{background-color:rgb(from var(--bg-800) r g b / .75)}.hover\:bg-bg-800\/80:hover{background-color:rgb(from var(--bg-800) r g b / .8)}.hover\:bg-bg-800\/85:hover{background-color:rgb(from var(--bg-800) r g b / .85)}.hover\:bg-bg-800\/90:hover{background-color:rgb(from var(--bg-800) r g b / .9)}.hover\:bg-bg-800\/95:hover{background-color:rgb(from var(--bg-800) r g b / .95)}.hover\:bg-bg-900:hover{--tw-bg-opacity: 1;background-color:rgb(from var(--bg-900) r g b / var(--tw-bg-opacity, 1))}.hover\:bg-bg-900\/0:hover{background-color:rgb(from var(--bg-900) r g b / 0)}.hover\:bg-bg-900\/10:hover{background-color:rgb(from var(--bg-900) r g b / .1)}.hover\:bg-bg-900\/100:hover{background-color:rgb(from var(--bg-900) r g b / 1)}.hover\:bg-bg-900\/15:hover{background-color:rgb(from var(--bg-900) r g b / .15)}.hover\:bg-bg-900\/20:hover{background-color:rgb(from var(--bg-900) r g b / .2)}.hover\:bg-bg-900\/25:hover{background-color:rgb(from var(--bg-900) r g b / .25)}.hover\:bg-bg-900\/30:hover{background-color:rgb(from var(--bg-900) r g b / .3)}.hover\:bg-bg-900\/35:hover{background-color:rgb(from var(--bg-900) r g b / .35)}.hover\:bg-bg-900\/40:hover{background-color:rgb(from var(--bg-900) r g b / .4)}.hover\:bg-bg-900\/45:hover{background-color:rgb(from var(--bg-900) r g b / .45)}.hover\:bg-bg-900\/5:hover{background-color:rgb(from var(--bg-900) r g b / .05)}.hover\:bg-bg-900\/50:hover{background-color:rgb(from var(--bg-900) r g b / .5)}.hover\:bg-bg-900\/55:hover{background-color:rgb(from var(--bg-900) r g b / .55)}.hover\:bg-bg-900\/60:hover{background-color:rgb(from var(--bg-900) r g b / .6)}.hover\:bg-bg-900\/65:hover{background-color:rgb(from var(--bg-900) r g b / .65)}.hover\:bg-bg-900\/70:hover{background-color:rgb(from var(--bg-900) r g b / .7)}.hover\:bg-bg-900\/75:hover{background-color:rgb(from var(--bg-900) r g b / .75)}.hover\:bg-bg-900\/80:hover{background-color:rgb(from var(--bg-900) r g b / .8)}.hover\:bg-bg-900\/85:hover{background-color:rgb(from var(--bg-900) r g b / .85)}.hover\:bg-bg-900\/90:hover{background-color:rgb(from var(--bg-900) r g b / .9)}.hover\:bg-bg-900\/95:hover{background-color:rgb(from var(--bg-900) r g b / .95)}.hover\:bg-bg-950:hover{--tw-bg-opacity: 1;background-color:rgb(from var(--bg-950) r g b / var(--tw-bg-opacity, 1))}.hover\:bg-bg-950\/0:hover{background-color:rgb(from var(--bg-950) r g b / 0)}.hover\:bg-bg-950\/10:hover{background-color:rgb(from var(--bg-950) r g b / .1)}.hover\:bg-bg-950\/100:hover{background-color:rgb(from var(--bg-950) r g b / 1)}.hover\:bg-bg-950\/15:hover{background-color:rgb(from var(--bg-950) r g b / .15)}.hover\:bg-bg-950\/20:hover{background-color:rgb(from var(--bg-950) r g b / .2)}.hover\:bg-bg-950\/25:hover{background-color:rgb(from var(--bg-950) r g b / .25)}.hover\:bg-bg-950\/30:hover{background-color:rgb(from var(--bg-950) r g b / .3)}.hover\:bg-bg-950\/35:hover{background-color:rgb(from var(--bg-950) r g b / .35)}.hover\:bg-bg-950\/40:hover{background-color:rgb(from var(--bg-950) r g b / .4)}.hover\:bg-bg-950\/45:hover{background-color:rgb(from var(--bg-950) r g b / .45)}.hover\:bg-bg-950\/5:hover{background-color:rgb(from var(--bg-950) r g b / .05)}.hover\:bg-bg-950\/50:hover{background-color:rgb(from var(--bg-950) r g b / .5)}.hover\:bg-bg-950\/55:hover{background-color:rgb(from var(--bg-950) r g b / .55)}.hover\:bg-bg-950\/60:hover{background-color:rgb(from var(--bg-950) r g b / .6)}.hover\:bg-bg-950\/65:hover{background-color:rgb(from var(--bg-950) r g b / .65)}.hover\:bg-bg-950\/70:hover{background-color:rgb(from var(--bg-950) r g b / .7)}.hover\:bg-bg-950\/75:hover{background-color:rgb(from var(--bg-950) r g b / .75)}.hover\:bg-bg-950\/80:hover{background-color:rgb(from var(--bg-950) r g b / .8)}.hover\:bg-bg-950\/85:hover{background-color:rgb(from var(--bg-950) r g b / .85)}.hover\:bg-bg-950\/90:hover{background-color:rgb(from var(--bg-950) r g b / .9)}.hover\:bg-bg-950\/95:hover{background-color:rgb(from var(--bg-950) r g b / .95)}.hover\:bg-blue-400:hover{--tw-bg-opacity: 1;background-color:rgb(96 165 250 / var(--tw-bg-opacity, 1))}.hover\:bg-blue-400\/0:hover{background-color:#60a5fa00}.hover\:bg-blue-400\/10:hover{background-color:#60a5fa1a}.hover\:bg-blue-400\/100:hover{background-color:#60a5fa}.hover\:bg-blue-400\/15:hover{background-color:#60a5fa26}.hover\:bg-blue-400\/20:hover{background-color:#60a5fa33}.hover\:bg-blue-400\/25:hover{background-color:#60a5fa40}.hover\:bg-blue-400\/30:hover{background-color:#60a5fa4d}.hover\:bg-blue-400\/35:hover{background-color:#60a5fa59}.hover\:bg-blue-400\/40:hover{background-color:#60a5fa66}.hover\:bg-blue-400\/45:hover{background-color:#60a5fa73}.hover\:bg-blue-400\/5:hover{background-color:#60a5fa0d}.hover\:bg-blue-400\/50:hover{background-color:#60a5fa80}.hover\:bg-blue-400\/55:hover{background-color:#60a5fa8c}.hover\:bg-blue-400\/60:hover{background-color:#60a5fa99}.hover\:bg-blue-400\/65:hover{background-color:#60a5faa6}.hover\:bg-blue-400\/70:hover{background-color:#60a5fab3}.hover\:bg-blue-400\/75:hover{background-color:#60a5fabf}.hover\:bg-blue-400\/80:hover{background-color:#60a5facc}.hover\:bg-blue-400\/85:hover{background-color:#60a5fad9}.hover\:bg-blue-400\/90:hover{background-color:#60a5fae6}.hover\:bg-blue-400\/95:hover{background-color:#60a5faf2}.hover\:bg-error\/20:hover{background-color:rgb(from var(--error) r g b / .2)}.hover\:bg-green-400:hover{--tw-bg-opacity: 1;background-color:rgb(74 222 128 / var(--tw-bg-opacity, 1))}.hover\:bg-green-400\/0:hover{background-color:#4ade8000}.hover\:bg-green-400\/10:hover{background-color:#4ade801a}.hover\:bg-green-400\/100:hover{background-color:#4ade80}.hover\:bg-green-400\/15:hover{background-color:#4ade8026}.hover\:bg-green-400\/20:hover{background-color:#4ade8033}.hover\:bg-green-400\/25:hover{background-color:#4ade8040}.hover\:bg-green-400\/30:hover{background-color:#4ade804d}.hover\:bg-green-400\/35:hover{background-color:#4ade8059}.hover\:bg-green-400\/40:hover{background-color:#4ade8066}.hover\:bg-green-400\/45:hover{background-color:#4ade8073}.hover\:bg-green-400\/5:hover{background-color:#4ade800d}.hover\:bg-green-400\/50:hover{background-color:#4ade8080}.hover\:bg-green-400\/55:hover{background-color:#4ade808c}.hover\:bg-green-400\/60:hover{background-color:#4ade8099}.hover\:bg-green-400\/65:hover{background-color:#4ade80a6}.hover\:bg-green-400\/70:hover{background-color:#4ade80b3}.hover\:bg-green-400\/75:hover{background-color:#4ade80bf}.hover\:bg-green-400\/80:hover{background-color:#4ade80cc}.hover\:bg-green-400\/85:hover{background-color:#4ade80d9}.hover\:bg-green-400\/90:hover{background-color:#4ade80e6}.hover\:bg-green-400\/95:hover{background-color:#4ade80f2}.hover\:bg-red-400:hover{--tw-bg-opacity: 1;background-color:rgb(248 113 113 / var(--tw-bg-opacity, 1))}.hover\:bg-red-400\/0:hover{background-color:#f8717100}.hover\:bg-red-400\/10:hover{background-color:#f871711a}.hover\:bg-red-400\/100:hover{background-color:#f87171}.hover\:bg-red-400\/15:hover{background-color:#f8717126}.hover\:bg-red-400\/20:hover{background-color:#f8717133}.hover\:bg-red-400\/25:hover{background-color:#f8717140}.hover\:bg-red-400\/30:hover{background-color:#f871714d}.hover\:bg-red-400\/35:hover{background-color:#f8717159}.hover\:bg-red-400\/40:hover{background-color:#f8717166}.hover\:bg-red-400\/45:hover{background-color:#f8717173}.hover\:bg-red-400\/5:hover{background-color:#f871710d}.hover\:bg-red-400\/50:hover{background-color:#f8717180}.hover\:bg-red-400\/55:hover{background-color:#f871718c}.hover\:bg-red-400\/60:hover{background-color:#f8717199}.hover\:bg-red-400\/65:hover{background-color:#f87171a6}.hover\:bg-red-400\/70:hover{background-color:#f87171b3}.hover\:bg-red-400\/75:hover{background-color:#f87171bf}.hover\:bg-red-400\/80:hover{background-color:#f87171cc}.hover\:bg-red-400\/85:hover{background-color:#f87171d9}.hover\:bg-red-400\/90:hover{background-color:#f87171e6}.hover\:bg-red-400\/95:hover{background-color:#f87171f2}.hover\:bg-sidebar-accent:hover{background-color:hsl(var(--sidebar-accent))}.hover\:bg-text:hover{--tw-bg-opacity: 1;background-color:rgb(from var(--text) r g b / var(--tw-bg-opacity, 1))}.hover\:bg-text\/90:hover{background-color:rgb(from var(--text) r g b / .9)}.hover\:bg-yellow-400:hover{--tw-bg-opacity: 1;background-color:rgb(250 204 21 / var(--tw-bg-opacity, 1))}.hover\:bg-yellow-400\/0:hover{background-color:#facc1500}.hover\:bg-yellow-400\/10:hover{background-color:#facc151a}.hover\:bg-yellow-400\/100:hover{background-color:#facc15}.hover\:bg-yellow-400\/15:hover{background-color:#facc1526}.hover\:bg-yellow-400\/20:hover{background-color:#facc1533}.hover\:bg-yellow-400\/25:hover{background-color:#facc1540}.hover\:bg-yellow-400\/30:hover{background-color:#facc154d}.hover\:bg-yellow-400\/35:hover{background-color:#facc1559}.hover\:bg-yellow-400\/40:hover{background-color:#facc1566}.hover\:bg-yellow-400\/45:hover{background-color:#facc1573}.hover\:bg-yellow-400\/5:hover{background-color:#facc150d}.hover\:bg-yellow-400\/50:hover{background-color:#facc1580}.hover\:bg-yellow-400\/55:hover{background-color:#facc158c}.hover\:bg-yellow-400\/60:hover{background-color:#facc1599}.hover\:bg-yellow-400\/65:hover{background-color:#facc15a6}.hover\:bg-yellow-400\/70:hover{background-color:#facc15b3}.hover\:bg-yellow-400\/75:hover{background-color:#facc15bf}.hover\:bg-yellow-400\/80:hover{background-color:#facc15cc}.hover\:bg-yellow-400\/85:hover{background-color:#facc15d9}.hover\:bg-yellow-400\/90:hover{background-color:#facc15e6}.hover\:bg-yellow-400\/95:hover{background-color:#facc15f2}.hover\:fill-text\/80:hover{fill:rgb(from var(--text) r g b / .8)}.hover\:\!text-black:hover{--tw-text-opacity: 1 !important;color:rgb(0 0 0 / var(--tw-text-opacity, 1))!important}.hover\:text-background:hover{--tw-text-opacity: 1;color:rgb(from var(--background) r g b / var(--tw-text-opacity, 1))}.hover\:text-blue-500:hover{--tw-text-opacity: 1;color:rgb(59 130 246 / var(--tw-text-opacity, 1))}.hover\:text-blue-500\/0:hover{color:#3b82f600}.hover\:text-blue-500\/10:hover{color:#3b82f61a}.hover\:text-blue-500\/100:hover{color:#3b82f6}.hover\:text-blue-500\/15:hover{color:#3b82f626}.hover\:text-blue-500\/20:hover{color:#3b82f633}.hover\:text-blue-500\/25:hover{color:#3b82f640}.hover\:text-blue-500\/30:hover{color:#3b82f64d}.hover\:text-blue-500\/35:hover{color:#3b82f659}.hover\:text-blue-500\/40:hover{color:#3b82f666}.hover\:text-blue-500\/45:hover{color:#3b82f673}.hover\:text-blue-500\/5:hover{color:#3b82f60d}.hover\:text-blue-500\/50:hover{color:#3b82f680}.hover\:text-blue-500\/55:hover{color:#3b82f68c}.hover\:text-blue-500\/60:hover{color:#3b82f699}.hover\:text-blue-500\/65:hover{color:#3b82f6a6}.hover\:text-blue-500\/70:hover{color:#3b82f6b3}.hover\:text-blue-500\/75:hover{color:#3b82f6bf}.hover\:text-blue-500\/80:hover{color:#3b82f6cc}.hover\:text-blue-500\/85:hover{color:#3b82f6d9}.hover\:text-blue-500\/90:hover{color:#3b82f6e6}.hover\:text-blue-500\/95:hover{color:#3b82f6f2}.hover\:text-green-500:hover{--tw-text-opacity: 1;color:rgb(34 197 94 / var(--tw-text-opacity, 1))}.hover\:text-green-500\/0:hover{color:#22c55e00}.hover\:text-green-500\/10:hover{color:#22c55e1a}.hover\:text-green-500\/100:hover{color:#22c55e}.hover\:text-green-500\/15:hover{color:#22c55e26}.hover\:text-green-500\/20:hover{color:#22c55e33}.hover\:text-green-500\/25:hover{color:#22c55e40}.hover\:text-green-500\/30:hover{color:#22c55e4d}.hover\:text-green-500\/35:hover{color:#22c55e59}.hover\:text-green-500\/40:hover{color:#22c55e66}.hover\:text-green-500\/45:hover{color:#22c55e73}.hover\:text-green-500\/5:hover{color:#22c55e0d}.hover\:text-green-500\/50:hover{color:#22c55e80}.hover\:text-green-500\/55:hover{color:#22c55e8c}.hover\:text-green-500\/60:hover{color:#22c55e99}.hover\:text-green-500\/65:hover{color:#22c55ea6}.hover\:text-green-500\/70:hover{color:#22c55eb3}.hover\:text-green-500\/75:hover{color:#22c55ebf}.hover\:text-green-500\/80:hover{color:#22c55ecc}.hover\:text-green-500\/85:hover{color:#22c55ed9}.hover\:text-green-500\/90:hover{color:#22c55ee6}.hover\:text-green-500\/95:hover{color:#22c55ef2}.hover\:text-red-500:hover{--tw-text-opacity: 1;color:rgb(239 68 68 / var(--tw-text-opacity, 1))}.hover\:text-red-500\/0:hover{color:#ef444400}.hover\:text-red-500\/10:hover{color:#ef44441a}.hover\:text-red-500\/100:hover{color:#ef4444}.hover\:text-red-500\/15:hover{color:#ef444426}.hover\:text-red-500\/20:hover{color:#ef444433}.hover\:text-red-500\/25:hover{color:#ef444440}.hover\:text-red-500\/30:hover{color:#ef44444d}.hover\:text-red-500\/35:hover{color:#ef444459}.hover\:text-red-500\/40:hover{color:#ef444466}.hover\:text-red-500\/45:hover{color:#ef444473}.hover\:text-red-500\/5:hover{color:#ef44440d}.hover\:text-red-500\/50:hover{color:#ef444480}.hover\:text-red-500\/55:hover{color:#ef44448c}.hover\:text-red-500\/60:hover{color:#ef444499}.hover\:text-red-500\/65:hover{color:#ef4444a6}.hover\:text-red-500\/70:hover{color:#ef4444b3}.hover\:text-red-500\/75:hover{color:#ef4444bf}.hover\:text-red-500\/80:hover{color:#ef4444cc}.hover\:text-red-500\/85:hover{color:#ef4444d9}.hover\:text-red-500\/90:hover{color:#ef4444e6}.hover\:text-red-500\/95:hover{color:#ef4444f2}.hover\:text-sidebar-accent-foreground:hover{color:hsl(var(--sidebar-accent-foreground))}.hover\:text-text:hover{--tw-text-opacity: 1;color:rgb(from var(--text) r g b / var(--tw-text-opacity, 1))}.hover\:text-yellow-500:hover{--tw-text-opacity: 1;color:rgb(234 179 8 / var(--tw-text-opacity, 1))}.hover\:text-yellow-500\/0:hover{color:#eab30800}.hover\:text-yellow-500\/10:hover{color:#eab3081a}.hover\:text-yellow-500\/100:hover{color:#eab308}.hover\:text-yellow-500\/15:hover{color:#eab30826}.hover\:text-yellow-500\/20:hover{color:#eab30833}.hover\:text-yellow-500\/25:hover{color:#eab30840}.hover\:text-yellow-500\/30:hover{color:#eab3084d}.hover\:text-yellow-500\/35:hover{color:#eab30859}.hover\:text-yellow-500\/40:hover{color:#eab30866}.hover\:text-yellow-500\/45:hover{color:#eab30873}.hover\:text-yellow-500\/5:hover{color:#eab3080d}.hover\:text-yellow-500\/50:hover{color:#eab30880}.hover\:text-yellow-500\/55:hover{color:#eab3088c}.hover\:text-yellow-500\/60:hover{color:#eab30899}.hover\:text-yellow-500\/65:hover{color:#eab308a6}.hover\:text-yellow-500\/70:hover{color:#eab308b3}.hover\:text-yellow-500\/75:hover{color:#eab308bf}.hover\:text-yellow-500\/80:hover{color:#eab308cc}.hover\:text-yellow-500\/85:hover{color:#eab308d9}.hover\:text-yellow-500\/90:hover{color:#eab308e6}.hover\:text-yellow-500\/95:hover{color:#eab308f2}.hover\:underline:hover{text-decoration-line:underline}.hover\:\!decoration-transparent:hover{text-decoration-color:transparent!important}.hover\:decoration-current:hover{text-decoration-color:currentColor}.hover\:opacity-100:hover{opacity:1}.hover\:shadow-\[0_0_0_1px_hsl\(var\(--sidebar-accent\)\)\]:hover{--tw-shadow: 0 0 0 1px hsl(var(--sidebar-accent));--tw-shadow-colored: 0 0 0 1px var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000),var(--tw-ring-shadow, 0 0 #0000),var(--tw-shadow)}.hover\:shadow-\[inset_0_0_2rem_1\.5rem_rgba\(0\,0\,0\,0\.3\)\]:hover{--tw-shadow: inset 0 0 2rem 1.5rem rgba(0,0,0,.3);--tw-shadow-colored: inset 0 0 2rem 1.5rem var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000),var(--tw-ring-shadow, 0 0 #0000),var(--tw-shadow)}.hover\:shadow-md:hover{--tw-shadow: 0 4px 6px -1px rgb(0 0 0 / .1), 0 2px 4px -2px rgb(0 0 0 / .1);--tw-shadow-colored: 0 4px 6px -1px var(--tw-shadow-color), 0 2px 4px -2px var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000),var(--tw-ring-shadow, 0 0 #0000),var(--tw-shadow)}.hover\:\!brightness-110:hover{--tw-brightness: brightness(1.1) !important;filter:var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow)!important}.hover\:brightness-125:hover{--tw-brightness: brightness(1.25);filter:var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow)}.hover\:brightness-150:hover{--tw-brightness: brightness(1.5);filter:var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow)}.hover\:brightness-75:hover{--tw-brightness: brightness(.75);filter:var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow)}.hover\:brightness-90:hover{--tw-brightness: brightness(.9);filter:var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow)}.hover\:after\:bg-sidebar-border:hover:after{content:var(--tw-content);background-color:hsl(var(--sidebar-border))}.focus\:bg-accent:focus{--tw-bg-opacity: 1;background-color:rgb(from var(--accent) r g b / var(--tw-bg-opacity, 1))}.focus\:bg-bg-100:focus{--tw-bg-opacity: 1;background-color:rgb(from var(--bg-100) r g b / var(--tw-bg-opacity, 1))}.focus\:bg-bg-100\/0:focus{background-color:rgb(from var(--bg-100) r g b / 0)}.focus\:bg-bg-100\/10:focus{background-color:rgb(from var(--bg-100) r g b / .1)}.focus\:bg-bg-100\/100:focus{background-color:rgb(from var(--bg-100) r g b / 1)}.focus\:bg-bg-100\/15:focus{background-color:rgb(from var(--bg-100) r g b / .15)}.focus\:bg-bg-100\/20:focus{background-color:rgb(from var(--bg-100) r g b / .2)}.focus\:bg-bg-100\/25:focus{background-color:rgb(from var(--bg-100) r g b / .25)}.focus\:bg-bg-100\/30:focus{background-color:rgb(from var(--bg-100) r g b / .3)}.focus\:bg-bg-100\/35:focus{background-color:rgb(from var(--bg-100) r g b / .35)}.focus\:bg-bg-100\/40:focus{background-color:rgb(from var(--bg-100) r g b / .4)}.focus\:bg-bg-100\/45:focus{background-color:rgb(from var(--bg-100) r g b / .45)}.focus\:bg-bg-100\/5:focus{background-color:rgb(from var(--bg-100) r g b / .05)}.focus\:bg-bg-100\/50:focus{background-color:rgb(from var(--bg-100) r g b / .5)}.focus\:bg-bg-100\/55:focus{background-color:rgb(from var(--bg-100) r g b / .55)}.focus\:bg-bg-100\/60:focus{background-color:rgb(from var(--bg-100) r g b / .6)}.focus\:bg-bg-100\/65:focus{background-color:rgb(from var(--bg-100) r g b / .65)}.focus\:bg-bg-100\/70:focus{background-color:rgb(from var(--bg-100) r g b / .7)}.focus\:bg-bg-100\/75:focus{background-color:rgb(from var(--bg-100) r g b / .75)}.focus\:bg-bg-100\/80:focus{background-color:rgb(from var(--bg-100) r g b / .8)}.focus\:bg-bg-100\/85:focus{background-color:rgb(from var(--bg-100) r g b / .85)}.focus\:bg-bg-100\/90:focus{background-color:rgb(from var(--bg-100) r g b / .9)}.focus\:bg-bg-100\/95:focus{background-color:rgb(from var(--bg-100) r g b / .95)}.focus\:bg-bg-200:focus{--tw-bg-opacity: 1;background-color:rgb(from var(--bg-200) r g b / var(--tw-bg-opacity, 1))}.focus\:bg-bg-200\/0:focus{background-color:rgb(from var(--bg-200) r g b / 0)}.focus\:bg-bg-200\/10:focus{background-color:rgb(from var(--bg-200) r g b / .1)}.focus\:bg-bg-200\/100:focus{background-color:rgb(from var(--bg-200) r g b / 1)}.focus\:bg-bg-200\/15:focus{background-color:rgb(from var(--bg-200) r g b / .15)}.focus\:bg-bg-200\/20:focus{background-color:rgb(from var(--bg-200) r g b / .2)}.focus\:bg-bg-200\/25:focus{background-color:rgb(from var(--bg-200) r g b / .25)}.focus\:bg-bg-200\/30:focus{background-color:rgb(from var(--bg-200) r g b / .3)}.focus\:bg-bg-200\/35:focus{background-color:rgb(from var(--bg-200) r g b / .35)}.focus\:bg-bg-200\/40:focus{background-color:rgb(from var(--bg-200) r g b / .4)}.focus\:bg-bg-200\/45:focus{background-color:rgb(from var(--bg-200) r g b / .45)}.focus\:bg-bg-200\/5:focus{background-color:rgb(from var(--bg-200) r g b / .05)}.focus\:bg-bg-200\/50:focus{background-color:rgb(from var(--bg-200) r g b / .5)}.focus\:bg-bg-200\/55:focus{background-color:rgb(from var(--bg-200) r g b / .55)}.focus\:bg-bg-200\/60:focus{background-color:rgb(from var(--bg-200) r g b / .6)}.focus\:bg-bg-200\/65:focus{background-color:rgb(from var(--bg-200) r g b / .65)}.focus\:bg-bg-200\/70:focus{background-color:rgb(from var(--bg-200) r g b / .7)}.focus\:bg-bg-200\/75:focus{background-color:rgb(from var(--bg-200) r g b / .75)}.focus\:bg-bg-200\/80:focus{background-color:rgb(from var(--bg-200) r g b / .8)}.focus\:bg-bg-200\/85:focus{background-color:rgb(from var(--bg-200) r g b / .85)}.focus\:bg-bg-200\/90:focus{background-color:rgb(from var(--bg-200) r g b / .9)}.focus\:bg-bg-200\/95:focus{background-color:rgb(from var(--bg-200) r g b / .95)}.focus\:bg-bg-300:focus{--tw-bg-opacity: 1;background-color:rgb(from var(--bg-300) r g b / var(--tw-bg-opacity, 1))}.focus\:bg-bg-300\/0:focus{background-color:rgb(from var(--bg-300) r g b / 0)}.focus\:bg-bg-300\/10:focus{background-color:rgb(from var(--bg-300) r g b / .1)}.focus\:bg-bg-300\/100:focus{background-color:rgb(from var(--bg-300) r g b / 1)}.focus\:bg-bg-300\/15:focus{background-color:rgb(from var(--bg-300) r g b / .15)}.focus\:bg-bg-300\/20:focus{background-color:rgb(from var(--bg-300) r g b / .2)}.focus\:bg-bg-300\/25:focus{background-color:rgb(from var(--bg-300) r g b / .25)}.focus\:bg-bg-300\/30:focus{background-color:rgb(from var(--bg-300) r g b / .3)}.focus\:bg-bg-300\/35:focus{background-color:rgb(from var(--bg-300) r g b / .35)}.focus\:bg-bg-300\/40:focus{background-color:rgb(from var(--bg-300) r g b / .4)}.focus\:bg-bg-300\/45:focus{background-color:rgb(from var(--bg-300) r g b / .45)}.focus\:bg-bg-300\/5:focus{background-color:rgb(from var(--bg-300) r g b / .05)}.focus\:bg-bg-300\/50:focus{background-color:rgb(from var(--bg-300) r g b / .5)}.focus\:bg-bg-300\/55:focus{background-color:rgb(from var(--bg-300) r g b / .55)}.focus\:bg-bg-300\/60:focus{background-color:rgb(from var(--bg-300) r g b / .6)}.focus\:bg-bg-300\/65:focus{background-color:rgb(from var(--bg-300) r g b / .65)}.focus\:bg-bg-300\/70:focus{background-color:rgb(from var(--bg-300) r g b / .7)}.focus\:bg-bg-300\/75:focus{background-color:rgb(from var(--bg-300) r g b / .75)}.focus\:bg-bg-300\/80:focus{background-color:rgb(from var(--bg-300) r g b / .8)}.focus\:bg-bg-300\/85:focus{background-color:rgb(from var(--bg-300) r g b / .85)}.focus\:bg-bg-300\/90:focus{background-color:rgb(from var(--bg-300) r g b / .9)}.focus\:bg-bg-300\/95:focus{background-color:rgb(from var(--bg-300) r g b / .95)}.focus\:bg-bg-400:focus{--tw-bg-opacity: 1;background-color:rgb(from var(--bg-400) r g b / var(--tw-bg-opacity, 1))}.focus\:bg-bg-400\/0:focus{background-color:rgb(from var(--bg-400) r g b / 0)}.focus\:bg-bg-400\/10:focus{background-color:rgb(from var(--bg-400) r g b / .1)}.focus\:bg-bg-400\/100:focus{background-color:rgb(from var(--bg-400) r g b / 1)}.focus\:bg-bg-400\/15:focus{background-color:rgb(from var(--bg-400) r g b / .15)}.focus\:bg-bg-400\/20:focus{background-color:rgb(from var(--bg-400) r g b / .2)}.focus\:bg-bg-400\/25:focus{background-color:rgb(from var(--bg-400) r g b / .25)}.focus\:bg-bg-400\/30:focus{background-color:rgb(from var(--bg-400) r g b / .3)}.focus\:bg-bg-400\/35:focus{background-color:rgb(from var(--bg-400) r g b / .35)}.focus\:bg-bg-400\/40:focus{background-color:rgb(from var(--bg-400) r g b / .4)}.focus\:bg-bg-400\/45:focus{background-color:rgb(from var(--bg-400) r g b / .45)}.focus\:bg-bg-400\/5:focus{background-color:rgb(from var(--bg-400) r g b / .05)}.focus\:bg-bg-400\/50:focus{background-color:rgb(from var(--bg-400) r g b / .5)}.focus\:bg-bg-400\/55:focus{background-color:rgb(from var(--bg-400) r g b / .55)}.focus\:bg-bg-400\/60:focus{background-color:rgb(from var(--bg-400) r g b / .6)}.focus\:bg-bg-400\/65:focus{background-color:rgb(from var(--bg-400) r g b / .65)}.focus\:bg-bg-400\/70:focus{background-color:rgb(from var(--bg-400) r g b / .7)}.focus\:bg-bg-400\/75:focus{background-color:rgb(from var(--bg-400) r g b / .75)}.focus\:bg-bg-400\/80:focus{background-color:rgb(from var(--bg-400) r g b / .8)}.focus\:bg-bg-400\/85:focus{background-color:rgb(from var(--bg-400) r g b / .85)}.focus\:bg-bg-400\/90:focus{background-color:rgb(from var(--bg-400) r g b / .9)}.focus\:bg-bg-400\/95:focus{background-color:rgb(from var(--bg-400) r g b / .95)}.focus\:bg-bg-50:focus{--tw-bg-opacity: 1;background-color:rgb(from var(--bg-50) r g b / var(--tw-bg-opacity, 1))}.focus\:bg-bg-50\/0:focus{background-color:rgb(from var(--bg-50) r g b / 0)}.focus\:bg-bg-50\/10:focus{background-color:rgb(from var(--bg-50) r g b / .1)}.focus\:bg-bg-50\/100:focus{background-color:rgb(from var(--bg-50) r g b / 1)}.focus\:bg-bg-50\/15:focus{background-color:rgb(from var(--bg-50) r g b / .15)}.focus\:bg-bg-50\/20:focus{background-color:rgb(from var(--bg-50) r g b / .2)}.focus\:bg-bg-50\/25:focus{background-color:rgb(from var(--bg-50) r g b / .25)}.focus\:bg-bg-50\/30:focus{background-color:rgb(from var(--bg-50) r g b / .3)}.focus\:bg-bg-50\/35:focus{background-color:rgb(from var(--bg-50) r g b / .35)}.focus\:bg-bg-50\/40:focus{background-color:rgb(from var(--bg-50) r g b / .4)}.focus\:bg-bg-50\/45:focus{background-color:rgb(from var(--bg-50) r g b / .45)}.focus\:bg-bg-50\/5:focus{background-color:rgb(from var(--bg-50) r g b / .05)}.focus\:bg-bg-50\/50:focus{background-color:rgb(from var(--bg-50) r g b / .5)}.focus\:bg-bg-50\/55:focus{background-color:rgb(from var(--bg-50) r g b / .55)}.focus\:bg-bg-50\/60:focus{background-color:rgb(from var(--bg-50) r g b / .6)}.focus\:bg-bg-50\/65:focus{background-color:rgb(from var(--bg-50) r g b / .65)}.focus\:bg-bg-50\/70:focus{background-color:rgb(from var(--bg-50) r g b / .7)}.focus\:bg-bg-50\/75:focus{background-color:rgb(from var(--bg-50) r g b / .75)}.focus\:bg-bg-50\/80:focus{background-color:rgb(from var(--bg-50) r g b / .8)}.focus\:bg-bg-50\/85:focus{background-color:rgb(from var(--bg-50) r g b / .85)}.focus\:bg-bg-50\/90:focus{background-color:rgb(from var(--bg-50) r g b / .9)}.focus\:bg-bg-50\/95:focus{background-color:rgb(from var(--bg-50) r g b / .95)}.focus\:bg-bg-500:focus{--tw-bg-opacity: 1;background-color:rgb(from var(--bg-500) r g b / var(--tw-bg-opacity, 1))}.focus\:bg-bg-500\/0:focus{background-color:rgb(from var(--bg-500) r g b / 0)}.focus\:bg-bg-500\/10:focus{background-color:rgb(from var(--bg-500) r g b / .1)}.focus\:bg-bg-500\/100:focus{background-color:rgb(from var(--bg-500) r g b / 1)}.focus\:bg-bg-500\/15:focus{background-color:rgb(from var(--bg-500) r g b / .15)}.focus\:bg-bg-500\/20:focus{background-color:rgb(from var(--bg-500) r g b / .2)}.focus\:bg-bg-500\/25:focus{background-color:rgb(from var(--bg-500) r g b / .25)}.focus\:bg-bg-500\/30:focus{background-color:rgb(from var(--bg-500) r g b / .3)}.focus\:bg-bg-500\/35:focus{background-color:rgb(from var(--bg-500) r g b / .35)}.focus\:bg-bg-500\/40:focus{background-color:rgb(from var(--bg-500) r g b / .4)}.focus\:bg-bg-500\/45:focus{background-color:rgb(from var(--bg-500) r g b / .45)}.focus\:bg-bg-500\/5:focus{background-color:rgb(from var(--bg-500) r g b / .05)}.focus\:bg-bg-500\/50:focus{background-color:rgb(from var(--bg-500) r g b / .5)}.focus\:bg-bg-500\/55:focus{background-color:rgb(from var(--bg-500) r g b / .55)}.focus\:bg-bg-500\/60:focus{background-color:rgb(from var(--bg-500) r g b / .6)}.focus\:bg-bg-500\/65:focus{background-color:rgb(from var(--bg-500) r g b / .65)}.focus\:bg-bg-500\/70:focus{background-color:rgb(from var(--bg-500) r g b / .7)}.focus\:bg-bg-500\/75:focus{background-color:rgb(from var(--bg-500) r g b / .75)}.focus\:bg-bg-500\/80:focus{background-color:rgb(from var(--bg-500) r g b / .8)}.focus\:bg-bg-500\/85:focus{background-color:rgb(from var(--bg-500) r g b / .85)}.focus\:bg-bg-500\/90:focus{background-color:rgb(from var(--bg-500) r g b / .9)}.focus\:bg-bg-500\/95:focus{background-color:rgb(from var(--bg-500) r g b / .95)}.focus\:bg-bg-600:focus{--tw-bg-opacity: 1;background-color:rgb(from var(--bg-600) r g b / var(--tw-bg-opacity, 1))}.focus\:bg-bg-600\/0:focus{background-color:rgb(from var(--bg-600) r g b / 0)}.focus\:bg-bg-600\/10:focus{background-color:rgb(from var(--bg-600) r g b / .1)}.focus\:bg-bg-600\/100:focus{background-color:rgb(from var(--bg-600) r g b / 1)}.focus\:bg-bg-600\/15:focus{background-color:rgb(from var(--bg-600) r g b / .15)}.focus\:bg-bg-600\/20:focus{background-color:rgb(from var(--bg-600) r g b / .2)}.focus\:bg-bg-600\/25:focus{background-color:rgb(from var(--bg-600) r g b / .25)}.focus\:bg-bg-600\/30:focus{background-color:rgb(from var(--bg-600) r g b / .3)}.focus\:bg-bg-600\/35:focus{background-color:rgb(from var(--bg-600) r g b / .35)}.focus\:bg-bg-600\/40:focus{background-color:rgb(from var(--bg-600) r g b / .4)}.focus\:bg-bg-600\/45:focus{background-color:rgb(from var(--bg-600) r g b / .45)}.focus\:bg-bg-600\/5:focus{background-color:rgb(from var(--bg-600) r g b / .05)}.focus\:bg-bg-600\/50:focus{background-color:rgb(from var(--bg-600) r g b / .5)}.focus\:bg-bg-600\/55:focus{background-color:rgb(from var(--bg-600) r g b / .55)}.focus\:bg-bg-600\/60:focus{background-color:rgb(from var(--bg-600) r g b / .6)}.focus\:bg-bg-600\/65:focus{background-color:rgb(from var(--bg-600) r g b / .65)}.focus\:bg-bg-600\/70:focus{background-color:rgb(from var(--bg-600) r g b / .7)}.focus\:bg-bg-600\/75:focus{background-color:rgb(from var(--bg-600) r g b / .75)}.focus\:bg-bg-600\/80:focus{background-color:rgb(from var(--bg-600) r g b / .8)}.focus\:bg-bg-600\/85:focus{background-color:rgb(from var(--bg-600) r g b / .85)}.focus\:bg-bg-600\/90:focus{background-color:rgb(from var(--bg-600) r g b / .9)}.focus\:bg-bg-600\/95:focus{background-color:rgb(from var(--bg-600) r g b / .95)}.focus\:bg-bg-700:focus{--tw-bg-opacity: 1;background-color:rgb(from var(--bg-700) r g b / var(--tw-bg-opacity, 1))}.focus\:bg-bg-700\/0:focus{background-color:rgb(from var(--bg-700) r g b / 0)}.focus\:bg-bg-700\/10:focus{background-color:rgb(from var(--bg-700) r g b / .1)}.focus\:bg-bg-700\/100:focus{background-color:rgb(from var(--bg-700) r g b / 1)}.focus\:bg-bg-700\/15:focus{background-color:rgb(from var(--bg-700) r g b / .15)}.focus\:bg-bg-700\/20:focus{background-color:rgb(from var(--bg-700) r g b / .2)}.focus\:bg-bg-700\/25:focus{background-color:rgb(from var(--bg-700) r g b / .25)}.focus\:bg-bg-700\/30:focus{background-color:rgb(from var(--bg-700) r g b / .3)}.focus\:bg-bg-700\/35:focus{background-color:rgb(from var(--bg-700) r g b / .35)}.focus\:bg-bg-700\/40:focus{background-color:rgb(from var(--bg-700) r g b / .4)}.focus\:bg-bg-700\/45:focus{background-color:rgb(from var(--bg-700) r g b / .45)}.focus\:bg-bg-700\/5:focus{background-color:rgb(from var(--bg-700) r g b / .05)}.focus\:bg-bg-700\/50:focus{background-color:rgb(from var(--bg-700) r g b / .5)}.focus\:bg-bg-700\/55:focus{background-color:rgb(from var(--bg-700) r g b / .55)}.focus\:bg-bg-700\/60:focus{background-color:rgb(from var(--bg-700) r g b / .6)}.focus\:bg-bg-700\/65:focus{background-color:rgb(from var(--bg-700) r g b / .65)}.focus\:bg-bg-700\/70:focus{background-color:rgb(from var(--bg-700) r g b / .7)}.focus\:bg-bg-700\/75:focus{background-color:rgb(from var(--bg-700) r g b / .75)}.focus\:bg-bg-700\/80:focus{background-color:rgb(from var(--bg-700) r g b / .8)}.focus\:bg-bg-700\/85:focus{background-color:rgb(from var(--bg-700) r g b / .85)}.focus\:bg-bg-700\/90:focus{background-color:rgb(from var(--bg-700) r g b / .9)}.focus\:bg-bg-700\/95:focus{background-color:rgb(from var(--bg-700) r g b / .95)}.focus\:bg-bg-800:focus{--tw-bg-opacity: 1;background-color:rgb(from var(--bg-800) r g b / var(--tw-bg-opacity, 1))}.focus\:bg-bg-800\/0:focus{background-color:rgb(from var(--bg-800) r g b / 0)}.focus\:bg-bg-800\/10:focus{background-color:rgb(from var(--bg-800) r g b / .1)}.focus\:bg-bg-800\/100:focus{background-color:rgb(from var(--bg-800) r g b / 1)}.focus\:bg-bg-800\/15:focus{background-color:rgb(from var(--bg-800) r g b / .15)}.focus\:bg-bg-800\/20:focus{background-color:rgb(from var(--bg-800) r g b / .2)}.focus\:bg-bg-800\/25:focus{background-color:rgb(from var(--bg-800) r g b / .25)}.focus\:bg-bg-800\/30:focus{background-color:rgb(from var(--bg-800) r g b / .3)}.focus\:bg-bg-800\/35:focus{background-color:rgb(from var(--bg-800) r g b / .35)}.focus\:bg-bg-800\/40:focus{background-color:rgb(from var(--bg-800) r g b / .4)}.focus\:bg-bg-800\/45:focus{background-color:rgb(from var(--bg-800) r g b / .45)}.focus\:bg-bg-800\/5:focus{background-color:rgb(from var(--bg-800) r g b / .05)}.focus\:bg-bg-800\/50:focus{background-color:rgb(from var(--bg-800) r g b / .5)}.focus\:bg-bg-800\/55:focus{background-color:rgb(from var(--bg-800) r g b / .55)}.focus\:bg-bg-800\/60:focus{background-color:rgb(from var(--bg-800) r g b / .6)}.focus\:bg-bg-800\/65:focus{background-color:rgb(from var(--bg-800) r g b / .65)}.focus\:bg-bg-800\/70:focus{background-color:rgb(from var(--bg-800) r g b / .7)}.focus\:bg-bg-800\/75:focus{background-color:rgb(from var(--bg-800) r g b / .75)}.focus\:bg-bg-800\/80:focus{background-color:rgb(from var(--bg-800) r g b / .8)}.focus\:bg-bg-800\/85:focus{background-color:rgb(from var(--bg-800) r g b / .85)}.focus\:bg-bg-800\/90:focus{background-color:rgb(from var(--bg-800) r g b / .9)}.focus\:bg-bg-800\/95:focus{background-color:rgb(from var(--bg-800) r g b / .95)}.focus\:bg-bg-900:focus{--tw-bg-opacity: 1;background-color:rgb(from var(--bg-900) r g b / var(--tw-bg-opacity, 1))}.focus\:bg-bg-900\/0:focus{background-color:rgb(from var(--bg-900) r g b / 0)}.focus\:bg-bg-900\/10:focus{background-color:rgb(from var(--bg-900) r g b / .1)}.focus\:bg-bg-900\/100:focus{background-color:rgb(from var(--bg-900) r g b / 1)}.focus\:bg-bg-900\/15:focus{background-color:rgb(from var(--bg-900) r g b / .15)}.focus\:bg-bg-900\/20:focus{background-color:rgb(from var(--bg-900) r g b / .2)}.focus\:bg-bg-900\/25:focus{background-color:rgb(from var(--bg-900) r g b / .25)}.focus\:bg-bg-900\/30:focus{background-color:rgb(from var(--bg-900) r g b / .3)}.focus\:bg-bg-900\/35:focus{background-color:rgb(from var(--bg-900) r g b / .35)}.focus\:bg-bg-900\/40:focus{background-color:rgb(from var(--bg-900) r g b / .4)}.focus\:bg-bg-900\/45:focus{background-color:rgb(from var(--bg-900) r g b / .45)}.focus\:bg-bg-900\/5:focus{background-color:rgb(from var(--bg-900) r g b / .05)}.focus\:bg-bg-900\/50:focus{background-color:rgb(from var(--bg-900) r g b / .5)}.focus\:bg-bg-900\/55:focus{background-color:rgb(from var(--bg-900) r g b / .55)}.focus\:bg-bg-900\/60:focus{background-color:rgb(from var(--bg-900) r g b / .6)}.focus\:bg-bg-900\/65:focus{background-color:rgb(from var(--bg-900) r g b / .65)}.focus\:bg-bg-900\/70:focus{background-color:rgb(from var(--bg-900) r g b / .7)}.focus\:bg-bg-900\/75:focus{background-color:rgb(from var(--bg-900) r g b / .75)}.focus\:bg-bg-900\/80:focus{background-color:rgb(from var(--bg-900) r g b / .8)}.focus\:bg-bg-900\/85:focus{background-color:rgb(from var(--bg-900) r g b / .85)}.focus\:bg-bg-900\/90:focus{background-color:rgb(from var(--bg-900) r g b / .9)}.focus\:bg-bg-900\/95:focus{background-color:rgb(from var(--bg-900) r g b / .95)}.focus\:bg-bg-950:focus{--tw-bg-opacity: 1;background-color:rgb(from var(--bg-950) r g b / var(--tw-bg-opacity, 1))}.focus\:bg-bg-950\/0:focus{background-color:rgb(from var(--bg-950) r g b / 0)}.focus\:bg-bg-950\/10:focus{background-color:rgb(from var(--bg-950) r g b / .1)}.focus\:bg-bg-950\/100:focus{background-color:rgb(from var(--bg-950) r g b / 1)}.focus\:bg-bg-950\/15:focus{background-color:rgb(from var(--bg-950) r g b / .15)}.focus\:bg-bg-950\/20:focus{background-color:rgb(from var(--bg-950) r g b / .2)}.focus\:bg-bg-950\/25:focus{background-color:rgb(from var(--bg-950) r g b / .25)}.focus\:bg-bg-950\/30:focus{background-color:rgb(from var(--bg-950) r g b / .3)}.focus\:bg-bg-950\/35:focus{background-color:rgb(from var(--bg-950) r g b / .35)}.focus\:bg-bg-950\/40:focus{background-color:rgb(from var(--bg-950) r g b / .4)}.focus\:bg-bg-950\/45:focus{background-color:rgb(from var(--bg-950) r g b / .45)}.focus\:bg-bg-950\/5:focus{background-color:rgb(from var(--bg-950) r g b / .05)}.focus\:bg-bg-950\/50:focus{background-color:rgb(from var(--bg-950) r g b / .5)}.focus\:bg-bg-950\/55:focus{background-color:rgb(from var(--bg-950) r g b / .55)}.focus\:bg-bg-950\/60:focus{background-color:rgb(from var(--bg-950) r g b / .6)}.focus\:bg-bg-950\/65:focus{background-color:rgb(from var(--bg-950) r g b / .65)}.focus\:bg-bg-950\/70:focus{background-color:rgb(from var(--bg-950) r g b / .7)}.focus\:bg-bg-950\/75:focus{background-color:rgb(from var(--bg-950) r g b / .75)}.focus\:bg-bg-950\/80:focus{background-color:rgb(from var(--bg-950) r g b / .8)}.focus\:bg-bg-950\/85:focus{background-color:rgb(from var(--bg-950) r g b / .85)}.focus\:bg-bg-950\/90:focus{background-color:rgb(from var(--bg-950) r g b / .9)}.focus\:bg-bg-950\/95:focus{background-color:rgb(from var(--bg-950) r g b / .95)}.focus\:bg-blue-400:focus{--tw-bg-opacity: 1;background-color:rgb(96 165 250 / var(--tw-bg-opacity, 1))}.focus\:bg-blue-400\/0:focus{background-color:#60a5fa00}.focus\:bg-blue-400\/10:focus{background-color:#60a5fa1a}.focus\:bg-blue-400\/100:focus{background-color:#60a5fa}.focus\:bg-blue-400\/15:focus{background-color:#60a5fa26}.focus\:bg-blue-400\/20:focus{background-color:#60a5fa33}.focus\:bg-blue-400\/25:focus{background-color:#60a5fa40}.focus\:bg-blue-400\/30:focus{background-color:#60a5fa4d}.focus\:bg-blue-400\/35:focus{background-color:#60a5fa59}.focus\:bg-blue-400\/40:focus{background-color:#60a5fa66}.focus\:bg-blue-400\/45:focus{background-color:#60a5fa73}.focus\:bg-blue-400\/5:focus{background-color:#60a5fa0d}.focus\:bg-blue-400\/50:focus{background-color:#60a5fa80}.focus\:bg-blue-400\/55:focus{background-color:#60a5fa8c}.focus\:bg-blue-400\/60:focus{background-color:#60a5fa99}.focus\:bg-blue-400\/65:focus{background-color:#60a5faa6}.focus\:bg-blue-400\/70:focus{background-color:#60a5fab3}.focus\:bg-blue-400\/75:focus{background-color:#60a5fabf}.focus\:bg-blue-400\/80:focus{background-color:#60a5facc}.focus\:bg-blue-400\/85:focus{background-color:#60a5fad9}.focus\:bg-blue-400\/90:focus{background-color:#60a5fae6}.focus\:bg-blue-400\/95:focus{background-color:#60a5faf2}.focus\:bg-green-400:focus{--tw-bg-opacity: 1;background-color:rgb(74 222 128 / var(--tw-bg-opacity, 1))}.focus\:bg-green-400\/0:focus{background-color:#4ade8000}.focus\:bg-green-400\/10:focus{background-color:#4ade801a}.focus\:bg-green-400\/100:focus{background-color:#4ade80}.focus\:bg-green-400\/15:focus{background-color:#4ade8026}.focus\:bg-green-400\/20:focus{background-color:#4ade8033}.focus\:bg-green-400\/25:focus{background-color:#4ade8040}.focus\:bg-green-400\/30:focus{background-color:#4ade804d}.focus\:bg-green-400\/35:focus{background-color:#4ade8059}.focus\:bg-green-400\/40:focus{background-color:#4ade8066}.focus\:bg-green-400\/45:focus{background-color:#4ade8073}.focus\:bg-green-400\/5:focus{background-color:#4ade800d}.focus\:bg-green-400\/50:focus{background-color:#4ade8080}.focus\:bg-green-400\/55:focus{background-color:#4ade808c}.focus\:bg-green-400\/60:focus{background-color:#4ade8099}.focus\:bg-green-400\/65:focus{background-color:#4ade80a6}.focus\:bg-green-400\/70:focus{background-color:#4ade80b3}.focus\:bg-green-400\/75:focus{background-color:#4ade80bf}.focus\:bg-green-400\/80:focus{background-color:#4ade80cc}.focus\:bg-green-400\/85:focus{background-color:#4ade80d9}.focus\:bg-green-400\/90:focus{background-color:#4ade80e6}.focus\:bg-green-400\/95:focus{background-color:#4ade80f2}.focus\:bg-red-400:focus{--tw-bg-opacity: 1;background-color:rgb(248 113 113 / var(--tw-bg-opacity, 1))}.focus\:bg-red-400\/0:focus{background-color:#f8717100}.focus\:bg-red-400\/10:focus{background-color:#f871711a}.focus\:bg-red-400\/100:focus{background-color:#f87171}.focus\:bg-red-400\/15:focus{background-color:#f8717126}.focus\:bg-red-400\/20:focus{background-color:#f8717133}.focus\:bg-red-400\/25:focus{background-color:#f8717140}.focus\:bg-red-400\/30:focus{background-color:#f871714d}.focus\:bg-red-400\/35:focus{background-color:#f8717159}.focus\:bg-red-400\/40:focus{background-color:#f8717166}.focus\:bg-red-400\/45:focus{background-color:#f8717173}.focus\:bg-red-400\/5:focus{background-color:#f871710d}.focus\:bg-red-400\/50:focus{background-color:#f8717180}.focus\:bg-red-400\/55:focus{background-color:#f871718c}.focus\:bg-red-400\/60:focus{background-color:#f8717199}.focus\:bg-red-400\/65:focus{background-color:#f87171a6}.focus\:bg-red-400\/70:focus{background-color:#f87171b3}.focus\:bg-red-400\/75:focus{background-color:#f87171bf}.focus\:bg-red-400\/80:focus{background-color:#f87171cc}.focus\:bg-red-400\/85:focus{background-color:#f87171d9}.focus\:bg-red-400\/90:focus{background-color:#f87171e6}.focus\:bg-red-400\/95:focus{background-color:#f87171f2}.focus\:bg-text:focus{--tw-bg-opacity: 1;background-color:rgb(from var(--text) r g b / var(--tw-bg-opacity, 1))}.focus\:bg-yellow-400:focus{--tw-bg-opacity: 1;background-color:rgb(250 204 21 / var(--tw-bg-opacity, 1))}.focus\:bg-yellow-400\/0:focus{background-color:#facc1500}.focus\:bg-yellow-400\/10:focus{background-color:#facc151a}.focus\:bg-yellow-400\/100:focus{background-color:#facc15}.focus\:bg-yellow-400\/15:focus{background-color:#facc1526}.focus\:bg-yellow-400\/20:focus{background-color:#facc1533}.focus\:bg-yellow-400\/25:focus{background-color:#facc1540}.focus\:bg-yellow-400\/30:focus{background-color:#facc154d}.focus\:bg-yellow-400\/35:focus{background-color:#facc1559}.focus\:bg-yellow-400\/40:focus{background-color:#facc1566}.focus\:bg-yellow-400\/45:focus{background-color:#facc1573}.focus\:bg-yellow-400\/5:focus{background-color:#facc150d}.focus\:bg-yellow-400\/50:focus{background-color:#facc1580}.focus\:bg-yellow-400\/55:focus{background-color:#facc158c}.focus\:bg-yellow-400\/60:focus{background-color:#facc1599}.focus\:bg-yellow-400\/65:focus{background-color:#facc15a6}.focus\:bg-yellow-400\/70:focus{background-color:#facc15b3}.focus\:bg-yellow-400\/75:focus{background-color:#facc15bf}.focus\:bg-yellow-400\/80:focus{background-color:#facc15cc}.focus\:bg-yellow-400\/85:focus{background-color:#facc15d9}.focus\:bg-yellow-400\/90:focus{background-color:#facc15e6}.focus\:bg-yellow-400\/95:focus{background-color:#facc15f2}.focus\:text-background:focus{--tw-text-opacity: 1;color:rgb(from var(--background) r g b / var(--tw-text-opacity, 1))}.focus\:text-blue-500:focus{--tw-text-opacity: 1;color:rgb(59 130 246 / var(--tw-text-opacity, 1))}.focus\:text-blue-500\/0:focus{color:#3b82f600}.focus\:text-blue-500\/10:focus{color:#3b82f61a}.focus\:text-blue-500\/100:focus{color:#3b82f6}.focus\:text-blue-500\/15:focus{color:#3b82f626}.focus\:text-blue-500\/20:focus{color:#3b82f633}.focus\:text-blue-500\/25:focus{color:#3b82f640}.focus\:text-blue-500\/30:focus{color:#3b82f64d}.focus\:text-blue-500\/35:focus{color:#3b82f659}.focus\:text-blue-500\/40:focus{color:#3b82f666}.focus\:text-blue-500\/45:focus{color:#3b82f673}.focus\:text-blue-500\/5:focus{color:#3b82f60d}.focus\:text-blue-500\/50:focus{color:#3b82f680}.focus\:text-blue-500\/55:focus{color:#3b82f68c}.focus\:text-blue-500\/60:focus{color:#3b82f699}.focus\:text-blue-500\/65:focus{color:#3b82f6a6}.focus\:text-blue-500\/70:focus{color:#3b82f6b3}.focus\:text-blue-500\/75:focus{color:#3b82f6bf}.focus\:text-blue-500\/80:focus{color:#3b82f6cc}.focus\:text-blue-500\/85:focus{color:#3b82f6d9}.focus\:text-blue-500\/90:focus{color:#3b82f6e6}.focus\:text-blue-500\/95:focus{color:#3b82f6f2}.focus\:text-green-500:focus{--tw-text-opacity: 1;color:rgb(34 197 94 / var(--tw-text-opacity, 1))}.focus\:text-green-500\/0:focus{color:#22c55e00}.focus\:text-green-500\/10:focus{color:#22c55e1a}.focus\:text-green-500\/100:focus{color:#22c55e}.focus\:text-green-500\/15:focus{color:#22c55e26}.focus\:text-green-500\/20:focus{color:#22c55e33}.focus\:text-green-500\/25:focus{color:#22c55e40}.focus\:text-green-500\/30:focus{color:#22c55e4d}.focus\:text-green-500\/35:focus{color:#22c55e59}.focus\:text-green-500\/40:focus{color:#22c55e66}.focus\:text-green-500\/45:focus{color:#22c55e73}.focus\:text-green-500\/5:focus{color:#22c55e0d}.focus\:text-green-500\/50:focus{color:#22c55e80}.focus\:text-green-500\/55:focus{color:#22c55e8c}.focus\:text-green-500\/60:focus{color:#22c55e99}.focus\:text-green-500\/65:focus{color:#22c55ea6}.focus\:text-green-500\/70:focus{color:#22c55eb3}.focus\:text-green-500\/75:focus{color:#22c55ebf}.focus\:text-green-500\/80:focus{color:#22c55ecc}.focus\:text-green-500\/85:focus{color:#22c55ed9}.focus\:text-green-500\/90:focus{color:#22c55ee6}.focus\:text-green-500\/95:focus{color:#22c55ef2}.focus\:text-red-500:focus{--tw-text-opacity: 1;color:rgb(239 68 68 / var(--tw-text-opacity, 1))}.focus\:text-red-500\/0:focus{color:#ef444400}.focus\:text-red-500\/10:focus{color:#ef44441a}.focus\:text-red-500\/100:focus{color:#ef4444}.focus\:text-red-500\/15:focus{color:#ef444426}.focus\:text-red-500\/20:focus{color:#ef444433}.focus\:text-red-500\/25:focus{color:#ef444440}.focus\:text-red-500\/30:focus{color:#ef44444d}.focus\:text-red-500\/35:focus{color:#ef444459}.focus\:text-red-500\/40:focus{color:#ef444466}.focus\:text-red-500\/45:focus{color:#ef444473}.focus\:text-red-500\/5:focus{color:#ef44440d}.focus\:text-red-500\/50:focus{color:#ef444480}.focus\:text-red-500\/55:focus{color:#ef44448c}.focus\:text-red-500\/60:focus{color:#ef444499}.focus\:text-red-500\/65:focus{color:#ef4444a6}.focus\:text-red-500\/70:focus{color:#ef4444b3}.focus\:text-red-500\/75:focus{color:#ef4444bf}.focus\:text-red-500\/80:focus{color:#ef4444cc}.focus\:text-red-500\/85:focus{color:#ef4444d9}.focus\:text-red-500\/90:focus{color:#ef4444e6}.focus\:text-red-500\/95:focus{color:#ef4444f2}.focus\:text-yellow-500:focus{--tw-text-opacity: 1;color:rgb(234 179 8 / var(--tw-text-opacity, 1))}.focus\:text-yellow-500\/0:focus{color:#eab30800}.focus\:text-yellow-500\/10:focus{color:#eab3081a}.focus\:text-yellow-500\/100:focus{color:#eab308}.focus\:text-yellow-500\/15:focus{color:#eab30826}.focus\:text-yellow-500\/20:focus{color:#eab30833}.focus\:text-yellow-500\/25:focus{color:#eab30840}.focus\:text-yellow-500\/30:focus{color:#eab3084d}.focus\:text-yellow-500\/35:focus{color:#eab30859}.focus\:text-yellow-500\/40:focus{color:#eab30866}.focus\:text-yellow-500\/45:focus{color:#eab30873}.focus\:text-yellow-500\/5:focus{color:#eab3080d}.focus\:text-yellow-500\/50:focus{color:#eab30880}.focus\:text-yellow-500\/55:focus{color:#eab3088c}.focus\:text-yellow-500\/60:focus{color:#eab30899}.focus\:text-yellow-500\/65:focus{color:#eab308a6}.focus\:text-yellow-500\/70:focus{color:#eab308b3}.focus\:text-yellow-500\/75:focus{color:#eab308bf}.focus\:text-yellow-500\/80:focus{color:#eab308cc}.focus\:text-yellow-500\/85:focus{color:#eab308d9}.focus\:text-yellow-500\/90:focus{color:#eab308e6}.focus\:text-yellow-500\/95:focus{color:#eab308f2}.focus\:opacity-100:focus{opacity:1}.focus\:outline-none:focus{outline:2px solid transparent;outline-offset:2px}.focus\:ring-2:focus{--tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);--tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);box-shadow:var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow, 0 0 #0000)}.focus\:ring-ring:focus{--tw-ring-opacity: 1;--tw-ring-color: rgb(from var(--ring) r g b / var(--tw-ring-opacity, 1))}.focus\:ring-offset-2:focus{--tw-ring-offset-width: 2px}.focus-visible\:outline-none:focus-visible{outline:2px solid transparent;outline-offset:2px}.focus-visible\:outline-1:focus-visible{outline-width:1px}.focus-visible\:ring-2:focus-visible{--tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);--tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);box-shadow:var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow, 0 0 #0000)}.focus-visible\:ring-ring:focus-visible{--tw-ring-opacity: 1;--tw-ring-color: rgb(from var(--ring) r g b / var(--tw-ring-opacity, 1))}.focus-visible\:ring-sidebar-ring:focus-visible{--tw-ring-color: hsl(var(--sidebar-ring))}.focus-visible\:ring-offset-2:focus-visible{--tw-ring-offset-width: 2px}.focus-visible\:ring-offset-background:focus-visible{--tw-ring-offset-color: rgb(from var(--background) r g b / 1)}.active\:-translate-y-1:active{--tw-translate-y: -.25rem;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.active\:translate-x-1:active{--tw-translate-x: .25rem;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.active\:translate-y-1:active{--tw-translate-y: .25rem;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.active\:scale-90:active{--tw-scale-x: .9;--tw-scale-y: .9;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.active\:scale-95:active{--tw-scale-x: .95;--tw-scale-y: .95;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.active\:bg-bg-100:active{--tw-bg-opacity: 1;background-color:rgb(from var(--bg-100) r g b / var(--tw-bg-opacity, 1))}.active\:bg-bg-100\/0:active{background-color:rgb(from var(--bg-100) r g b / 0)}.active\:bg-bg-100\/10:active{background-color:rgb(from var(--bg-100) r g b / .1)}.active\:bg-bg-100\/100:active{background-color:rgb(from var(--bg-100) r g b / 1)}.active\:bg-bg-100\/15:active{background-color:rgb(from var(--bg-100) r g b / .15)}.active\:bg-bg-100\/20:active{background-color:rgb(from var(--bg-100) r g b / .2)}.active\:bg-bg-100\/25:active{background-color:rgb(from var(--bg-100) r g b / .25)}.active\:bg-bg-100\/30:active{background-color:rgb(from var(--bg-100) r g b / .3)}.active\:bg-bg-100\/35:active{background-color:rgb(from var(--bg-100) r g b / .35)}.active\:bg-bg-100\/40:active{background-color:rgb(from var(--bg-100) r g b / .4)}.active\:bg-bg-100\/45:active{background-color:rgb(from var(--bg-100) r g b / .45)}.active\:bg-bg-100\/5:active{background-color:rgb(from var(--bg-100) r g b / .05)}.active\:bg-bg-100\/50:active{background-color:rgb(from var(--bg-100) r g b / .5)}.active\:bg-bg-100\/55:active{background-color:rgb(from var(--bg-100) r g b / .55)}.active\:bg-bg-100\/60:active{background-color:rgb(from var(--bg-100) r g b / .6)}.active\:bg-bg-100\/65:active{background-color:rgb(from var(--bg-100) r g b / .65)}.active\:bg-bg-100\/70:active{background-color:rgb(from var(--bg-100) r g b / .7)}.active\:bg-bg-100\/75:active{background-color:rgb(from var(--bg-100) r g b / .75)}.active\:bg-bg-100\/80:active{background-color:rgb(from var(--bg-100) r g b / .8)}.active\:bg-bg-100\/85:active{background-color:rgb(from var(--bg-100) r g b / .85)}.active\:bg-bg-100\/90:active{background-color:rgb(from var(--bg-100) r g b / .9)}.active\:bg-bg-100\/95:active{background-color:rgb(from var(--bg-100) r g b / .95)}.active\:bg-bg-200:active{--tw-bg-opacity: 1;background-color:rgb(from var(--bg-200) r g b / var(--tw-bg-opacity, 1))}.active\:bg-bg-200\/0:active{background-color:rgb(from var(--bg-200) r g b / 0)}.active\:bg-bg-200\/10:active{background-color:rgb(from var(--bg-200) r g b / .1)}.active\:bg-bg-200\/100:active{background-color:rgb(from var(--bg-200) r g b / 1)}.active\:bg-bg-200\/15:active{background-color:rgb(from var(--bg-200) r g b / .15)}.active\:bg-bg-200\/20:active{background-color:rgb(from var(--bg-200) r g b / .2)}.active\:bg-bg-200\/25:active{background-color:rgb(from var(--bg-200) r g b / .25)}.active\:bg-bg-200\/30:active{background-color:rgb(from var(--bg-200) r g b / .3)}.active\:bg-bg-200\/35:active{background-color:rgb(from var(--bg-200) r g b / .35)}.active\:bg-bg-200\/40:active{background-color:rgb(from var(--bg-200) r g b / .4)}.active\:bg-bg-200\/45:active{background-color:rgb(from var(--bg-200) r g b / .45)}.active\:bg-bg-200\/5:active{background-color:rgb(from var(--bg-200) r g b / .05)}.active\:bg-bg-200\/50:active{background-color:rgb(from var(--bg-200) r g b / .5)}.active\:bg-bg-200\/55:active{background-color:rgb(from var(--bg-200) r g b / .55)}.active\:bg-bg-200\/60:active{background-color:rgb(from var(--bg-200) r g b / .6)}.active\:bg-bg-200\/65:active{background-color:rgb(from var(--bg-200) r g b / .65)}.active\:bg-bg-200\/70:active{background-color:rgb(from var(--bg-200) r g b / .7)}.active\:bg-bg-200\/75:active{background-color:rgb(from var(--bg-200) r g b / .75)}.active\:bg-bg-200\/80:active{background-color:rgb(from var(--bg-200) r g b / .8)}.active\:bg-bg-200\/85:active{background-color:rgb(from var(--bg-200) r g b / .85)}.active\:bg-bg-200\/90:active{background-color:rgb(from var(--bg-200) r g b / .9)}.active\:bg-bg-200\/95:active{background-color:rgb(from var(--bg-200) r g b / .95)}.active\:bg-bg-300:active{--tw-bg-opacity: 1;background-color:rgb(from var(--bg-300) r g b / var(--tw-bg-opacity, 1))}.active\:bg-bg-300\/0:active{background-color:rgb(from var(--bg-300) r g b / 0)}.active\:bg-bg-300\/10:active{background-color:rgb(from var(--bg-300) r g b / .1)}.active\:bg-bg-300\/100:active{background-color:rgb(from var(--bg-300) r g b / 1)}.active\:bg-bg-300\/15:active{background-color:rgb(from var(--bg-300) r g b / .15)}.active\:bg-bg-300\/20:active{background-color:rgb(from var(--bg-300) r g b / .2)}.active\:bg-bg-300\/25:active{background-color:rgb(from var(--bg-300) r g b / .25)}.active\:bg-bg-300\/30:active{background-color:rgb(from var(--bg-300) r g b / .3)}.active\:bg-bg-300\/35:active{background-color:rgb(from var(--bg-300) r g b / .35)}.active\:bg-bg-300\/40:active{background-color:rgb(from var(--bg-300) r g b / .4)}.active\:bg-bg-300\/45:active{background-color:rgb(from var(--bg-300) r g b / .45)}.active\:bg-bg-300\/5:active{background-color:rgb(from var(--bg-300) r g b / .05)}.active\:bg-bg-300\/50:active{background-color:rgb(from var(--bg-300) r g b / .5)}.active\:bg-bg-300\/55:active{background-color:rgb(from var(--bg-300) r g b / .55)}.active\:bg-bg-300\/60:active{background-color:rgb(from var(--bg-300) r g b / .6)}.active\:bg-bg-300\/65:active{background-color:rgb(from var(--bg-300) r g b / .65)}.active\:bg-bg-300\/70:active{background-color:rgb(from var(--bg-300) r g b / .7)}.active\:bg-bg-300\/75:active{background-color:rgb(from var(--bg-300) r g b / .75)}.active\:bg-bg-300\/80:active{background-color:rgb(from var(--bg-300) r g b / .8)}.active\:bg-bg-300\/85:active{background-color:rgb(from var(--bg-300) r g b / .85)}.active\:bg-bg-300\/90:active{background-color:rgb(from var(--bg-300) r g b / .9)}.active\:bg-bg-300\/95:active{background-color:rgb(from var(--bg-300) r g b / .95)}.active\:bg-bg-400:active{--tw-bg-opacity: 1;background-color:rgb(from var(--bg-400) r g b / var(--tw-bg-opacity, 1))}.active\:bg-bg-400\/0:active{background-color:rgb(from var(--bg-400) r g b / 0)}.active\:bg-bg-400\/10:active{background-color:rgb(from var(--bg-400) r g b / .1)}.active\:bg-bg-400\/100:active{background-color:rgb(from var(--bg-400) r g b / 1)}.active\:bg-bg-400\/15:active{background-color:rgb(from var(--bg-400) r g b / .15)}.active\:bg-bg-400\/20:active{background-color:rgb(from var(--bg-400) r g b / .2)}.active\:bg-bg-400\/25:active{background-color:rgb(from var(--bg-400) r g b / .25)}.active\:bg-bg-400\/30:active{background-color:rgb(from var(--bg-400) r g b / .3)}.active\:bg-bg-400\/35:active{background-color:rgb(from var(--bg-400) r g b / .35)}.active\:bg-bg-400\/40:active{background-color:rgb(from var(--bg-400) r g b / .4)}.active\:bg-bg-400\/45:active{background-color:rgb(from var(--bg-400) r g b / .45)}.active\:bg-bg-400\/5:active{background-color:rgb(from var(--bg-400) r g b / .05)}.active\:bg-bg-400\/50:active{background-color:rgb(from var(--bg-400) r g b / .5)}.active\:bg-bg-400\/55:active{background-color:rgb(from var(--bg-400) r g b / .55)}.active\:bg-bg-400\/60:active{background-color:rgb(from var(--bg-400) r g b / .6)}.active\:bg-bg-400\/65:active{background-color:rgb(from var(--bg-400) r g b / .65)}.active\:bg-bg-400\/70:active{background-color:rgb(from var(--bg-400) r g b / .7)}.active\:bg-bg-400\/75:active{background-color:rgb(from var(--bg-400) r g b / .75)}.active\:bg-bg-400\/80:active{background-color:rgb(from var(--bg-400) r g b / .8)}.active\:bg-bg-400\/85:active{background-color:rgb(from var(--bg-400) r g b / .85)}.active\:bg-bg-400\/90:active{background-color:rgb(from var(--bg-400) r g b / .9)}.active\:bg-bg-400\/95:active{background-color:rgb(from var(--bg-400) r g b / .95)}.active\:bg-bg-50:active{--tw-bg-opacity: 1;background-color:rgb(from var(--bg-50) r g b / var(--tw-bg-opacity, 1))}.active\:bg-bg-50\/0:active{background-color:rgb(from var(--bg-50) r g b / 0)}.active\:bg-bg-50\/10:active{background-color:rgb(from var(--bg-50) r g b / .1)}.active\:bg-bg-50\/100:active{background-color:rgb(from var(--bg-50) r g b / 1)}.active\:bg-bg-50\/15:active{background-color:rgb(from var(--bg-50) r g b / .15)}.active\:bg-bg-50\/20:active{background-color:rgb(from var(--bg-50) r g b / .2)}.active\:bg-bg-50\/25:active{background-color:rgb(from var(--bg-50) r g b / .25)}.active\:bg-bg-50\/30:active{background-color:rgb(from var(--bg-50) r g b / .3)}.active\:bg-bg-50\/35:active{background-color:rgb(from var(--bg-50) r g b / .35)}.active\:bg-bg-50\/40:active{background-color:rgb(from var(--bg-50) r g b / .4)}.active\:bg-bg-50\/45:active{background-color:rgb(from var(--bg-50) r g b / .45)}.active\:bg-bg-50\/5:active{background-color:rgb(from var(--bg-50) r g b / .05)}.active\:bg-bg-50\/50:active{background-color:rgb(from var(--bg-50) r g b / .5)}.active\:bg-bg-50\/55:active{background-color:rgb(from var(--bg-50) r g b / .55)}.active\:bg-bg-50\/60:active{background-color:rgb(from var(--bg-50) r g b / .6)}.active\:bg-bg-50\/65:active{background-color:rgb(from var(--bg-50) r g b / .65)}.active\:bg-bg-50\/70:active{background-color:rgb(from var(--bg-50) r g b / .7)}.active\:bg-bg-50\/75:active{background-color:rgb(from var(--bg-50) r g b / .75)}.active\:bg-bg-50\/80:active{background-color:rgb(from var(--bg-50) r g b / .8)}.active\:bg-bg-50\/85:active{background-color:rgb(from var(--bg-50) r g b / .85)}.active\:bg-bg-50\/90:active{background-color:rgb(from var(--bg-50) r g b / .9)}.active\:bg-bg-50\/95:active{background-color:rgb(from var(--bg-50) r g b / .95)}.active\:bg-bg-500:active{--tw-bg-opacity: 1;background-color:rgb(from var(--bg-500) r g b / var(--tw-bg-opacity, 1))}.active\:bg-bg-500\/0:active{background-color:rgb(from var(--bg-500) r g b / 0)}.active\:bg-bg-500\/10:active{background-color:rgb(from var(--bg-500) r g b / .1)}.active\:bg-bg-500\/100:active{background-color:rgb(from var(--bg-500) r g b / 1)}.active\:bg-bg-500\/15:active{background-color:rgb(from var(--bg-500) r g b / .15)}.active\:bg-bg-500\/20:active{background-color:rgb(from var(--bg-500) r g b / .2)}.active\:bg-bg-500\/25:active{background-color:rgb(from var(--bg-500) r g b / .25)}.active\:bg-bg-500\/30:active{background-color:rgb(from var(--bg-500) r g b / .3)}.active\:bg-bg-500\/35:active{background-color:rgb(from var(--bg-500) r g b / .35)}.active\:bg-bg-500\/40:active{background-color:rgb(from var(--bg-500) r g b / .4)}.active\:bg-bg-500\/45:active{background-color:rgb(from var(--bg-500) r g b / .45)}.active\:bg-bg-500\/5:active{background-color:rgb(from var(--bg-500) r g b / .05)}.active\:bg-bg-500\/50:active{background-color:rgb(from var(--bg-500) r g b / .5)}.active\:bg-bg-500\/55:active{background-color:rgb(from var(--bg-500) r g b / .55)}.active\:bg-bg-500\/60:active{background-color:rgb(from var(--bg-500) r g b / .6)}.active\:bg-bg-500\/65:active{background-color:rgb(from var(--bg-500) r g b / .65)}.active\:bg-bg-500\/70:active{background-color:rgb(from var(--bg-500) r g b / .7)}.active\:bg-bg-500\/75:active{background-color:rgb(from var(--bg-500) r g b / .75)}.active\:bg-bg-500\/80:active{background-color:rgb(from var(--bg-500) r g b / .8)}.active\:bg-bg-500\/85:active{background-color:rgb(from var(--bg-500) r g b / .85)}.active\:bg-bg-500\/90:active{background-color:rgb(from var(--bg-500) r g b / .9)}.active\:bg-bg-500\/95:active{background-color:rgb(from var(--bg-500) r g b / .95)}.active\:bg-bg-600:active{--tw-bg-opacity: 1;background-color:rgb(from var(--bg-600) r g b / var(--tw-bg-opacity, 1))}.active\:bg-bg-600\/0:active{background-color:rgb(from var(--bg-600) r g b / 0)}.active\:bg-bg-600\/10:active{background-color:rgb(from var(--bg-600) r g b / .1)}.active\:bg-bg-600\/100:active{background-color:rgb(from var(--bg-600) r g b / 1)}.active\:bg-bg-600\/15:active{background-color:rgb(from var(--bg-600) r g b / .15)}.active\:bg-bg-600\/20:active{background-color:rgb(from var(--bg-600) r g b / .2)}.active\:bg-bg-600\/25:active{background-color:rgb(from var(--bg-600) r g b / .25)}.active\:bg-bg-600\/30:active{background-color:rgb(from var(--bg-600) r g b / .3)}.active\:bg-bg-600\/35:active{background-color:rgb(from var(--bg-600) r g b / .35)}.active\:bg-bg-600\/40:active{background-color:rgb(from var(--bg-600) r g b / .4)}.active\:bg-bg-600\/45:active{background-color:rgb(from var(--bg-600) r g b / .45)}.active\:bg-bg-600\/5:active{background-color:rgb(from var(--bg-600) r g b / .05)}.active\:bg-bg-600\/50:active{background-color:rgb(from var(--bg-600) r g b / .5)}.active\:bg-bg-600\/55:active{background-color:rgb(from var(--bg-600) r g b / .55)}.active\:bg-bg-600\/60:active{background-color:rgb(from var(--bg-600) r g b / .6)}.active\:bg-bg-600\/65:active{background-color:rgb(from var(--bg-600) r g b / .65)}.active\:bg-bg-600\/70:active{background-color:rgb(from var(--bg-600) r g b / .7)}.active\:bg-bg-600\/75:active{background-color:rgb(from var(--bg-600) r g b / .75)}.active\:bg-bg-600\/80:active{background-color:rgb(from var(--bg-600) r g b / .8)}.active\:bg-bg-600\/85:active{background-color:rgb(from var(--bg-600) r g b / .85)}.active\:bg-bg-600\/90:active{background-color:rgb(from var(--bg-600) r g b / .9)}.active\:bg-bg-600\/95:active{background-color:rgb(from var(--bg-600) r g b / .95)}.active\:bg-bg-700:active{--tw-bg-opacity: 1;background-color:rgb(from var(--bg-700) r g b / var(--tw-bg-opacity, 1))}.active\:bg-bg-700\/0:active{background-color:rgb(from var(--bg-700) r g b / 0)}.active\:bg-bg-700\/10:active{background-color:rgb(from var(--bg-700) r g b / .1)}.active\:bg-bg-700\/100:active{background-color:rgb(from var(--bg-700) r g b / 1)}.active\:bg-bg-700\/15:active{background-color:rgb(from var(--bg-700) r g b / .15)}.active\:bg-bg-700\/20:active{background-color:rgb(from var(--bg-700) r g b / .2)}.active\:bg-bg-700\/25:active{background-color:rgb(from var(--bg-700) r g b / .25)}.active\:bg-bg-700\/30:active{background-color:rgb(from var(--bg-700) r g b / .3)}.active\:bg-bg-700\/35:active{background-color:rgb(from var(--bg-700) r g b / .35)}.active\:bg-bg-700\/40:active{background-color:rgb(from var(--bg-700) r g b / .4)}.active\:bg-bg-700\/45:active{background-color:rgb(from var(--bg-700) r g b / .45)}.active\:bg-bg-700\/5:active{background-color:rgb(from var(--bg-700) r g b / .05)}.active\:bg-bg-700\/50:active{background-color:rgb(from var(--bg-700) r g b / .5)}.active\:bg-bg-700\/55:active{background-color:rgb(from var(--bg-700) r g b / .55)}.active\:bg-bg-700\/60:active{background-color:rgb(from var(--bg-700) r g b / .6)}.active\:bg-bg-700\/65:active{background-color:rgb(from var(--bg-700) r g b / .65)}.active\:bg-bg-700\/70:active{background-color:rgb(from var(--bg-700) r g b / .7)}.active\:bg-bg-700\/75:active{background-color:rgb(from var(--bg-700) r g b / .75)}.active\:bg-bg-700\/80:active{background-color:rgb(from var(--bg-700) r g b / .8)}.active\:bg-bg-700\/85:active{background-color:rgb(from var(--bg-700) r g b / .85)}.active\:bg-bg-700\/90:active{background-color:rgb(from var(--bg-700) r g b / .9)}.active\:bg-bg-700\/95:active{background-color:rgb(from var(--bg-700) r g b / .95)}.active\:bg-bg-800:active{--tw-bg-opacity: 1;background-color:rgb(from var(--bg-800) r g b / var(--tw-bg-opacity, 1))}.active\:bg-bg-800\/0:active{background-color:rgb(from var(--bg-800) r g b / 0)}.active\:bg-bg-800\/10:active{background-color:rgb(from var(--bg-800) r g b / .1)}.active\:bg-bg-800\/100:active{background-color:rgb(from var(--bg-800) r g b / 1)}.active\:bg-bg-800\/15:active{background-color:rgb(from var(--bg-800) r g b / .15)}.active\:bg-bg-800\/20:active{background-color:rgb(from var(--bg-800) r g b / .2)}.active\:bg-bg-800\/25:active{background-color:rgb(from var(--bg-800) r g b / .25)}.active\:bg-bg-800\/30:active{background-color:rgb(from var(--bg-800) r g b / .3)}.active\:bg-bg-800\/35:active{background-color:rgb(from var(--bg-800) r g b / .35)}.active\:bg-bg-800\/40:active{background-color:rgb(from var(--bg-800) r g b / .4)}.active\:bg-bg-800\/45:active{background-color:rgb(from var(--bg-800) r g b / .45)}.active\:bg-bg-800\/5:active{background-color:rgb(from var(--bg-800) r g b / .05)}.active\:bg-bg-800\/50:active{background-color:rgb(from var(--bg-800) r g b / .5)}.active\:bg-bg-800\/55:active{background-color:rgb(from var(--bg-800) r g b / .55)}.active\:bg-bg-800\/60:active{background-color:rgb(from var(--bg-800) r g b / .6)}.active\:bg-bg-800\/65:active{background-color:rgb(from var(--bg-800) r g b / .65)}.active\:bg-bg-800\/70:active{background-color:rgb(from var(--bg-800) r g b / .7)}.active\:bg-bg-800\/75:active{background-color:rgb(from var(--bg-800) r g b / .75)}.active\:bg-bg-800\/80:active{background-color:rgb(from var(--bg-800) r g b / .8)}.active\:bg-bg-800\/85:active{background-color:rgb(from var(--bg-800) r g b / .85)}.active\:bg-bg-800\/90:active{background-color:rgb(from var(--bg-800) r g b / .9)}.active\:bg-bg-800\/95:active{background-color:rgb(from var(--bg-800) r g b / .95)}.active\:bg-bg-900:active{--tw-bg-opacity: 1;background-color:rgb(from var(--bg-900) r g b / var(--tw-bg-opacity, 1))}.active\:bg-bg-900\/0:active{background-color:rgb(from var(--bg-900) r g b / 0)}.active\:bg-bg-900\/10:active{background-color:rgb(from var(--bg-900) r g b / .1)}.active\:bg-bg-900\/100:active{background-color:rgb(from var(--bg-900) r g b / 1)}.active\:bg-bg-900\/15:active{background-color:rgb(from var(--bg-900) r g b / .15)}.active\:bg-bg-900\/20:active{background-color:rgb(from var(--bg-900) r g b / .2)}.active\:bg-bg-900\/25:active{background-color:rgb(from var(--bg-900) r g b / .25)}.active\:bg-bg-900\/30:active{background-color:rgb(from var(--bg-900) r g b / .3)}.active\:bg-bg-900\/35:active{background-color:rgb(from var(--bg-900) r g b / .35)}.active\:bg-bg-900\/40:active{background-color:rgb(from var(--bg-900) r g b / .4)}.active\:bg-bg-900\/45:active{background-color:rgb(from var(--bg-900) r g b / .45)}.active\:bg-bg-900\/5:active{background-color:rgb(from var(--bg-900) r g b / .05)}.active\:bg-bg-900\/50:active{background-color:rgb(from var(--bg-900) r g b / .5)}.active\:bg-bg-900\/55:active{background-color:rgb(from var(--bg-900) r g b / .55)}.active\:bg-bg-900\/60:active{background-color:rgb(from var(--bg-900) r g b / .6)}.active\:bg-bg-900\/65:active{background-color:rgb(from var(--bg-900) r g b / .65)}.active\:bg-bg-900\/70:active{background-color:rgb(from var(--bg-900) r g b / .7)}.active\:bg-bg-900\/75:active{background-color:rgb(from var(--bg-900) r g b / .75)}.active\:bg-bg-900\/80:active{background-color:rgb(from var(--bg-900) r g b / .8)}.active\:bg-bg-900\/85:active{background-color:rgb(from var(--bg-900) r g b / .85)}.active\:bg-bg-900\/90:active{background-color:rgb(from var(--bg-900) r g b / .9)}.active\:bg-bg-900\/95:active{background-color:rgb(from var(--bg-900) r g b / .95)}.active\:bg-bg-950:active{--tw-bg-opacity: 1;background-color:rgb(from var(--bg-950) r g b / var(--tw-bg-opacity, 1))}.active\:bg-bg-950\/0:active{background-color:rgb(from var(--bg-950) r g b / 0)}.active\:bg-bg-950\/10:active{background-color:rgb(from var(--bg-950) r g b / .1)}.active\:bg-bg-950\/100:active{background-color:rgb(from var(--bg-950) r g b / 1)}.active\:bg-bg-950\/15:active{background-color:rgb(from var(--bg-950) r g b / .15)}.active\:bg-bg-950\/20:active{background-color:rgb(from var(--bg-950) r g b / .2)}.active\:bg-bg-950\/25:active{background-color:rgb(from var(--bg-950) r g b / .25)}.active\:bg-bg-950\/30:active{background-color:rgb(from var(--bg-950) r g b / .3)}.active\:bg-bg-950\/35:active{background-color:rgb(from var(--bg-950) r g b / .35)}.active\:bg-bg-950\/40:active{background-color:rgb(from var(--bg-950) r g b / .4)}.active\:bg-bg-950\/45:active{background-color:rgb(from var(--bg-950) r g b / .45)}.active\:bg-bg-950\/5:active{background-color:rgb(from var(--bg-950) r g b / .05)}.active\:bg-bg-950\/50:active{background-color:rgb(from var(--bg-950) r g b / .5)}.active\:bg-bg-950\/55:active{background-color:rgb(from var(--bg-950) r g b / .55)}.active\:bg-bg-950\/60:active{background-color:rgb(from var(--bg-950) r g b / .6)}.active\:bg-bg-950\/65:active{background-color:rgb(from var(--bg-950) r g b / .65)}.active\:bg-bg-950\/70:active{background-color:rgb(from var(--bg-950) r g b / .7)}.active\:bg-bg-950\/75:active{background-color:rgb(from var(--bg-950) r g b / .75)}.active\:bg-bg-950\/80:active{background-color:rgb(from var(--bg-950) r g b / .8)}.active\:bg-bg-950\/85:active{background-color:rgb(from var(--bg-950) r g b / .85)}.active\:bg-bg-950\/90:active{background-color:rgb(from var(--bg-950) r g b / .9)}.active\:bg-bg-950\/95:active{background-color:rgb(from var(--bg-950) r g b / .95)}.active\:bg-blue-400:active{--tw-bg-opacity: 1;background-color:rgb(96 165 250 / var(--tw-bg-opacity, 1))}.active\:bg-blue-400\/0:active{background-color:#60a5fa00}.active\:bg-blue-400\/10:active{background-color:#60a5fa1a}.active\:bg-blue-400\/100:active{background-color:#60a5fa}.active\:bg-blue-400\/15:active{background-color:#60a5fa26}.active\:bg-blue-400\/20:active{background-color:#60a5fa33}.active\:bg-blue-400\/25:active{background-color:#60a5fa40}.active\:bg-blue-400\/30:active{background-color:#60a5fa4d}.active\:bg-blue-400\/35:active{background-color:#60a5fa59}.active\:bg-blue-400\/40:active{background-color:#60a5fa66}.active\:bg-blue-400\/45:active{background-color:#60a5fa73}.active\:bg-blue-400\/5:active{background-color:#60a5fa0d}.active\:bg-blue-400\/50:active{background-color:#60a5fa80}.active\:bg-blue-400\/55:active{background-color:#60a5fa8c}.active\:bg-blue-400\/60:active{background-color:#60a5fa99}.active\:bg-blue-400\/65:active{background-color:#60a5faa6}.active\:bg-blue-400\/70:active{background-color:#60a5fab3}.active\:bg-blue-400\/75:active{background-color:#60a5fabf}.active\:bg-blue-400\/80:active{background-color:#60a5facc}.active\:bg-blue-400\/85:active{background-color:#60a5fad9}.active\:bg-blue-400\/90:active{background-color:#60a5fae6}.active\:bg-blue-400\/95:active{background-color:#60a5faf2}.active\:bg-green-400:active{--tw-bg-opacity: 1;background-color:rgb(74 222 128 / var(--tw-bg-opacity, 1))}.active\:bg-green-400\/0:active{background-color:#4ade8000}.active\:bg-green-400\/10:active{background-color:#4ade801a}.active\:bg-green-400\/100:active{background-color:#4ade80}.active\:bg-green-400\/15:active{background-color:#4ade8026}.active\:bg-green-400\/20:active{background-color:#4ade8033}.active\:bg-green-400\/25:active{background-color:#4ade8040}.active\:bg-green-400\/30:active{background-color:#4ade804d}.active\:bg-green-400\/35:active{background-color:#4ade8059}.active\:bg-green-400\/40:active{background-color:#4ade8066}.active\:bg-green-400\/45:active{background-color:#4ade8073}.active\:bg-green-400\/5:active{background-color:#4ade800d}.active\:bg-green-400\/50:active{background-color:#4ade8080}.active\:bg-green-400\/55:active{background-color:#4ade808c}.active\:bg-green-400\/60:active{background-color:#4ade8099}.active\:bg-green-400\/65:active{background-color:#4ade80a6}.active\:bg-green-400\/70:active{background-color:#4ade80b3}.active\:bg-green-400\/75:active{background-color:#4ade80bf}.active\:bg-green-400\/80:active{background-color:#4ade80cc}.active\:bg-green-400\/85:active{background-color:#4ade80d9}.active\:bg-green-400\/90:active{background-color:#4ade80e6}.active\:bg-green-400\/95:active{background-color:#4ade80f2}.active\:bg-red-400:active{--tw-bg-opacity: 1;background-color:rgb(248 113 113 / var(--tw-bg-opacity, 1))}.active\:bg-red-400\/0:active{background-color:#f8717100}.active\:bg-red-400\/10:active{background-color:#f871711a}.active\:bg-red-400\/100:active{background-color:#f87171}.active\:bg-red-400\/15:active{background-color:#f8717126}.active\:bg-red-400\/20:active{background-color:#f8717133}.active\:bg-red-400\/25:active{background-color:#f8717140}.active\:bg-red-400\/30:active{background-color:#f871714d}.active\:bg-red-400\/35:active{background-color:#f8717159}.active\:bg-red-400\/40:active{background-color:#f8717166}.active\:bg-red-400\/45:active{background-color:#f8717173}.active\:bg-red-400\/5:active{background-color:#f871710d}.active\:bg-red-400\/50:active{background-color:#f8717180}.active\:bg-red-400\/55:active{background-color:#f871718c}.active\:bg-red-400\/60:active{background-color:#f8717199}.active\:bg-red-400\/65:active{background-color:#f87171a6}.active\:bg-red-400\/70:active{background-color:#f87171b3}.active\:bg-red-400\/75:active{background-color:#f87171bf}.active\:bg-red-400\/80:active{background-color:#f87171cc}.active\:bg-red-400\/85:active{background-color:#f87171d9}.active\:bg-red-400\/90:active{background-color:#f87171e6}.active\:bg-red-400\/95:active{background-color:#f87171f2}.active\:bg-sidebar-accent:active{background-color:hsl(var(--sidebar-accent))}.active\:bg-yellow-400:active{--tw-bg-opacity: 1;background-color:rgb(250 204 21 / var(--tw-bg-opacity, 1))}.active\:bg-yellow-400\/0:active{background-color:#facc1500}.active\:bg-yellow-400\/10:active{background-color:#facc151a}.active\:bg-yellow-400\/100:active{background-color:#facc15}.active\:bg-yellow-400\/15:active{background-color:#facc1526}.active\:bg-yellow-400\/20:active{background-color:#facc1533}.active\:bg-yellow-400\/25:active{background-color:#facc1540}.active\:bg-yellow-400\/30:active{background-color:#facc154d}.active\:bg-yellow-400\/35:active{background-color:#facc1559}.active\:bg-yellow-400\/40:active{background-color:#facc1566}.active\:bg-yellow-400\/45:active{background-color:#facc1573}.active\:bg-yellow-400\/5:active{background-color:#facc150d}.active\:bg-yellow-400\/50:active{background-color:#facc1580}.active\:bg-yellow-400\/55:active{background-color:#facc158c}.active\:bg-yellow-400\/60:active{background-color:#facc1599}.active\:bg-yellow-400\/65:active{background-color:#facc15a6}.active\:bg-yellow-400\/70:active{background-color:#facc15b3}.active\:bg-yellow-400\/75:active{background-color:#facc15bf}.active\:bg-yellow-400\/80:active{background-color:#facc15cc}.active\:bg-yellow-400\/85:active{background-color:#facc15d9}.active\:bg-yellow-400\/90:active{background-color:#facc15e6}.active\:bg-yellow-400\/95:active{background-color:#facc15f2}.active\:text-blue-500:active{--tw-text-opacity: 1;color:rgb(59 130 246 / var(--tw-text-opacity, 1))}.active\:text-blue-500\/0:active{color:#3b82f600}.active\:text-blue-500\/10:active{color:#3b82f61a}.active\:text-blue-500\/100:active{color:#3b82f6}.active\:text-blue-500\/15:active{color:#3b82f626}.active\:text-blue-500\/20:active{color:#3b82f633}.active\:text-blue-500\/25:active{color:#3b82f640}.active\:text-blue-500\/30:active{color:#3b82f64d}.active\:text-blue-500\/35:active{color:#3b82f659}.active\:text-blue-500\/40:active{color:#3b82f666}.active\:text-blue-500\/45:active{color:#3b82f673}.active\:text-blue-500\/5:active{color:#3b82f60d}.active\:text-blue-500\/50:active{color:#3b82f680}.active\:text-blue-500\/55:active{color:#3b82f68c}.active\:text-blue-500\/60:active{color:#3b82f699}.active\:text-blue-500\/65:active{color:#3b82f6a6}.active\:text-blue-500\/70:active{color:#3b82f6b3}.active\:text-blue-500\/75:active{color:#3b82f6bf}.active\:text-blue-500\/80:active{color:#3b82f6cc}.active\:text-blue-500\/85:active{color:#3b82f6d9}.active\:text-blue-500\/90:active{color:#3b82f6e6}.active\:text-blue-500\/95:active{color:#3b82f6f2}.active\:text-green-500:active{--tw-text-opacity: 1;color:rgb(34 197 94 / var(--tw-text-opacity, 1))}.active\:text-green-500\/0:active{color:#22c55e00}.active\:text-green-500\/10:active{color:#22c55e1a}.active\:text-green-500\/100:active{color:#22c55e}.active\:text-green-500\/15:active{color:#22c55e26}.active\:text-green-500\/20:active{color:#22c55e33}.active\:text-green-500\/25:active{color:#22c55e40}.active\:text-green-500\/30:active{color:#22c55e4d}.active\:text-green-500\/35:active{color:#22c55e59}.active\:text-green-500\/40:active{color:#22c55e66}.active\:text-green-500\/45:active{color:#22c55e73}.active\:text-green-500\/5:active{color:#22c55e0d}.active\:text-green-500\/50:active{color:#22c55e80}.active\:text-green-500\/55:active{color:#22c55e8c}.active\:text-green-500\/60:active{color:#22c55e99}.active\:text-green-500\/65:active{color:#22c55ea6}.active\:text-green-500\/70:active{color:#22c55eb3}.active\:text-green-500\/75:active{color:#22c55ebf}.active\:text-green-500\/80:active{color:#22c55ecc}.active\:text-green-500\/85:active{color:#22c55ed9}.active\:text-green-500\/90:active{color:#22c55ee6}.active\:text-green-500\/95:active{color:#22c55ef2}.active\:text-red-500:active{--tw-text-opacity: 1;color:rgb(239 68 68 / var(--tw-text-opacity, 1))}.active\:text-red-500\/0:active{color:#ef444400}.active\:text-red-500\/10:active{color:#ef44441a}.active\:text-red-500\/100:active{color:#ef4444}.active\:text-red-500\/15:active{color:#ef444426}.active\:text-red-500\/20:active{color:#ef444433}.active\:text-red-500\/25:active{color:#ef444440}.active\:text-red-500\/30:active{color:#ef44444d}.active\:text-red-500\/35:active{color:#ef444459}.active\:text-red-500\/40:active{color:#ef444466}.active\:text-red-500\/45:active{color:#ef444473}.active\:text-red-500\/5:active{color:#ef44440d}.active\:text-red-500\/50:active{color:#ef444480}.active\:text-red-500\/55:active{color:#ef44448c}.active\:text-red-500\/60:active{color:#ef444499}.active\:text-red-500\/65:active{color:#ef4444a6}.active\:text-red-500\/70:active{color:#ef4444b3}.active\:text-red-500\/75:active{color:#ef4444bf}.active\:text-red-500\/80:active{color:#ef4444cc}.active\:text-red-500\/85:active{color:#ef4444d9}.active\:text-red-500\/90:active{color:#ef4444e6}.active\:text-red-500\/95:active{color:#ef4444f2}.active\:text-sidebar-accent-foreground:active{color:hsl(var(--sidebar-accent-foreground))}.active\:text-yellow-500:active{--tw-text-opacity: 1;color:rgb(234 179 8 / var(--tw-text-opacity, 1))}.active\:text-yellow-500\/0:active{color:#eab30800}.active\:text-yellow-500\/10:active{color:#eab3081a}.active\:text-yellow-500\/100:active{color:#eab308}.active\:text-yellow-500\/15:active{color:#eab30826}.active\:text-yellow-500\/20:active{color:#eab30833}.active\:text-yellow-500\/25:active{color:#eab30840}.active\:text-yellow-500\/30:active{color:#eab3084d}.active\:text-yellow-500\/35:active{color:#eab30859}.active\:text-yellow-500\/40:active{color:#eab30866}.active\:text-yellow-500\/45:active{color:#eab30873}.active\:text-yellow-500\/5:active{color:#eab3080d}.active\:text-yellow-500\/50:active{color:#eab30880}.active\:text-yellow-500\/55:active{color:#eab3088c}.active\:text-yellow-500\/60:active{color:#eab30899}.active\:text-yellow-500\/65:active{color:#eab308a6}.active\:text-yellow-500\/70:active{color:#eab308b3}.active\:text-yellow-500\/75:active{color:#eab308bf}.active\:text-yellow-500\/80:active{color:#eab308cc}.active\:text-yellow-500\/85:active{color:#eab308d9}.active\:text-yellow-500\/90:active{color:#eab308e6}.active\:text-yellow-500\/95:active{color:#eab308f2}.active\:shadow-none:active{--tw-shadow: 0 0 #0000;--tw-shadow-colored: 0 0 #0000;box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000),var(--tw-ring-shadow, 0 0 #0000),var(--tw-shadow)}.disabled\:pointer-events-none:disabled{pointer-events:none}.disabled\:cursor-not-allowed:disabled{cursor:not-allowed}.disabled\:opacity-50:disabled{opacity:.5}.group\/menu-item:focus-within .group-focus-within\/menu-item\:opacity-100{opacity:1}.group:hover .group-hover\:sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border-width:0}.group:hover .group-hover\:not-sr-only{position:static;width:auto;height:auto;padding:0;margin:0;overflow:visible;clip:auto;white-space:normal}.group:hover .group-hover\:-translate-x-4{--tw-translate-x: -1rem;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.group:hover .group-hover\:-translate-x-6{--tw-translate-x: -1.5rem;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.group:hover .group-hover\:translate-x-0{--tw-translate-x: 0px;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.group:hover .group-hover\:translate-x-1{--tw-translate-x: .25rem;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.group:hover .group-hover\:translate-y-0{--tw-translate-y: 0px;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.group:hover .group-hover\:scale-x-0{--tw-scale-x: 0;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.group:hover .group-hover\:scale-x-100{--tw-scale-x: 1;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.group:hover .group-hover\:text-text{--tw-text-opacity: 1;color:rgb(from var(--text) r g b / var(--tw-text-opacity, 1))}.group\/menu-item:hover .group-hover\/menu-item\:opacity-100,.group:hover .group-hover\:opacity-100{opacity:1}.group:hover .group-hover\:opacity-30{opacity:.3}.group.toaster .group-\[\.toaster\]\:border-border{--tw-border-opacity: 1;border-color:rgb(from var(--border) r g b / var(--tw-border-opacity, 1))}.group.toast .group-\[\.toast\]\:bg-primary{--tw-bg-opacity: 1;background-color:rgb(from var(--primary) r g b / var(--tw-bg-opacity, 1))}.group.toaster .group-\[\.toaster\]\:bg-background{--tw-bg-opacity: 1;background-color:rgb(from var(--background) r g b / var(--tw-bg-opacity, 1))}.group.destructive .group-\[\.destructive\]\:text-red-300{--tw-text-opacity: 1;color:rgb(252 165 165 / var(--tw-text-opacity, 1))}.group.toaster .group-\[\.toaster\]\:shadow-lg{--tw-shadow: 0 10px 15px -3px rgb(0 0 0 / .1), 0 4px 6px -4px rgb(0 0 0 / .1);--tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color), 0 4px 6px -4px var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000),var(--tw-ring-shadow, 0 0 #0000),var(--tw-shadow)}.group.destructive .group-\[\.destructive\]\:hover\:text-red-50:hover{--tw-text-opacity: 1;color:rgb(254 242 242 / var(--tw-text-opacity, 1))}.group.destructive .group-\[\.destructive\]\:focus\:ring-red-400:focus{--tw-ring-opacity: 1;--tw-ring-color: rgb(248 113 113 / var(--tw-ring-opacity, 1))}.group.destructive .group-\[\.destructive\]\:focus\:ring-offset-red-600:focus{--tw-ring-offset-color: #dc2626}.peer\/menu-button:hover~.peer-hover\/menu-button\:text-sidebar-accent-foreground{color:hsl(var(--sidebar-accent-foreground))}.peer:disabled~.peer-disabled\:cursor-not-allowed{cursor:not-allowed}.peer:disabled~.peer-disabled\:opacity-70{opacity:.7}.has-\[\[data-variant\=inset\]\]\:bg-sidebar:has([data-variant=inset]){background-color:hsl(var(--sidebar-background))}.group\/menu-item:has([data-sidebar=menu-action]) .group-has-\[\[data-sidebar\=menu-action\]\]\/menu-item\:pr-8{padding-right:2rem}.aria-disabled\:pointer-events-none[aria-disabled=true]{pointer-events:none}.aria-disabled\:opacity-50[aria-disabled=true]{opacity:.5}.data-\[disabled\]\:pointer-events-none[data-disabled]{pointer-events:none}.data-\[active\=true\]\:pointer-events-auto[data-active=true]{pointer-events:auto}.data-\[orientation\=vertical\]\:h-full[data-orientation=vertical]{height:100%}.data-\[orientation\=vertical\]\:w-2[data-orientation=vertical]{width:.5rem}.data-\[orientation\=vertical\]\:w-full[data-orientation=vertical]{width:100%}.data-\[side\=bottom\]\:translate-y-1[data-side=bottom]{--tw-translate-y: .25rem;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.data-\[side\=left\]\:-translate-x-1[data-side=left]{--tw-translate-x: -.25rem;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.data-\[side\=right\]\:translate-x-1[data-side=right]{--tw-translate-x: .25rem;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.data-\[side\=top\]\:-translate-y-1[data-side=top]{--tw-translate-y: -.25rem;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.data-\[state\=checked\]\:translate-x-5[data-state=checked]{--tw-translate-x: 1.25rem;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.data-\[swipe\=cancel\]\:translate-x-0[data-swipe=cancel]{--tw-translate-x: 0px;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.data-\[swipe\=end\]\:translate-x-\[--reka-toast-swipe-end-x\][data-swipe=end]{--tw-translate-x: var(--reka-toast-swipe-end-x);transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.data-\[swipe\=move\]\:translate-x-\[--reka-toast-swipe-move-x\][data-swipe=move]{--tw-translate-x: var(--reka-toast-swipe-move-x);transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}@keyframes accordion-up{0%{height:var(--reka-accordion-content-height)}to{height:0}}.data-\[state\=closed\]\:animate-accordion-up[data-state=closed]{animation:accordion-up .2s ease-out}@keyframes accordion-down{0%{height:0}to{height:var(--reka-accordion-content-height)}}.data-\[state\=open\]\:animate-accordion-down[data-state=open]{animation:accordion-down .2s ease-out}.data-\[orientation\=vertical\]\:flex-col[data-orientation=vertical]{flex-direction:column}.data-\[active\=true\]\:bg-sidebar-accent[data-active=true]{background-color:hsl(var(--sidebar-accent))}.data-\[selected\]\:bg-primary[data-selected]{--tw-bg-opacity: 1;background-color:rgb(from var(--primary) r g b / var(--tw-bg-opacity, 1))}.data-\[state\=active\]\:bg-bg[data-state=active]{--tw-bg-opacity: 1;background-color:rgb(from var(--bg) r g b / var(--tw-bg-opacity, 1))}.data-\[state\=checked\]\:bg-primary[data-state=checked]{--tw-bg-opacity: 1;background-color:rgb(from var(--primary) r g b / var(--tw-bg-opacity, 1))}.data-\[state\=checked\]\:bg-text[data-state=checked]{--tw-bg-opacity: 1;background-color:rgb(from var(--text) r g b / var(--tw-bg-opacity, 1))}.data-\[state\=on\]\:bg-accent[data-state=on],.data-\[state\=open\]\:bg-accent[data-state=open]{--tw-bg-opacity: 1;background-color:rgb(from var(--accent) r g b / var(--tw-bg-opacity, 1))}.data-\[state\=open\]\:bg-bgLighter[data-state=open],.data-\[state\=unchecked\]\:bg-bgLighter[data-state=unchecked]{--tw-bg-opacity: 1;background-color:rgb(from var(--bg-lighter) r g b / var(--tw-bg-opacity, 1))}.data-\[active\=true\]\:font-medium[data-active=true]{font-weight:500}.data-\[active\=true\]\:text-sidebar-accent-foreground[data-active=true]{color:hsl(var(--sidebar-accent-foreground))}.data-\[state\=active\]\:text-text[data-state=active]{--tw-text-opacity: 1;color:rgb(from var(--text) r g b / var(--tw-text-opacity, 1))}.data-\[unavailable\]\:line-through[data-unavailable]{text-decoration-line:line-through}.data-\[active\=false\]\:opacity-0[data-active=false]{opacity:0}.data-\[active\=true\]\:opacity-100[data-active=true]{opacity:1}.data-\[disabled\]\:opacity-50[data-disabled],.data-\[outside-view\]\:opacity-50[data-outside-view]{opacity:.5}.data-\[selected\]\:opacity-100[data-selected],.data-\[state\=open\]\:opacity-100[data-state=open]{opacity:1}.data-\[active\=true\]\:backdrop-blur-lg[data-active=true]{--tw-backdrop-blur: blur(16px);-webkit-backdrop-filter:var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);backdrop-filter:var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia)}.data-\[swipe\=move\]\:transition-none[data-swipe=move]{transition-property:none}.data-\[state\=closed\]\:duration-300[data-state=closed]{transition-duration:.3s}.data-\[state\=open\]\:duration-500[data-state=open]{transition-duration:.5s}.data-\[state\=open\]\:animate-in[data-state=open]{animation-name:enter;animation-duration:.15s;--tw-enter-opacity: initial;--tw-enter-scale: initial;--tw-enter-rotate: initial;--tw-enter-translate-x: initial;--tw-enter-translate-y: initial}.data-\[state\=closed\]\:animate-out[data-state=closed],.data-\[swipe\=end\]\:animate-out[data-swipe=end]{animation-name:exit;animation-duration:.15s;--tw-exit-opacity: initial;--tw-exit-scale: initial;--tw-exit-rotate: initial;--tw-exit-translate-x: initial;--tw-exit-translate-y: initial}.data-\[state\=closed\]\:fade-out-0[data-state=closed]{--tw-exit-opacity: 0}.data-\[state\=closed\]\:fade-out-80[data-state=closed]{--tw-exit-opacity: .8}.data-\[state\=open\]\:fade-in-0[data-state=open]{--tw-enter-opacity: 0}.data-\[state\=closed\]\:zoom-out-95[data-state=closed]{--tw-exit-scale: .95}.data-\[state\=open\]\:zoom-in-95[data-state=open]{--tw-enter-scale: .95}.data-\[side\=bottom\]\:slide-in-from-top-2[data-side=bottom]{--tw-enter-translate-y: -.5rem}.data-\[side\=left\]\:slide-in-from-right-2[data-side=left]{--tw-enter-translate-x: .5rem}.data-\[side\=right\]\:slide-in-from-left-2[data-side=right]{--tw-enter-translate-x: -.5rem}.data-\[side\=top\]\:slide-in-from-bottom-2[data-side=top]{--tw-enter-translate-y: .5rem}.data-\[state\=closed\]\:slide-out-to-bottom[data-state=closed]{--tw-exit-translate-y: 100%}.data-\[state\=closed\]\:slide-out-to-left[data-state=closed]{--tw-exit-translate-x: -100%}.data-\[state\=closed\]\:slide-out-to-left-1\/2[data-state=closed]{--tw-exit-translate-x: -50%}.data-\[state\=closed\]\:slide-out-to-right[data-state=closed],.data-\[state\=closed\]\:slide-out-to-right-full[data-state=closed]{--tw-exit-translate-x: 100%}.data-\[state\=closed\]\:slide-out-to-top[data-state=closed]{--tw-exit-translate-y: -100%}.data-\[state\=closed\]\:slide-out-to-top-\[48\%\][data-state=closed]{--tw-exit-translate-y: -48%}.data-\[state\=open\]\:slide-in-from-bottom[data-state=open]{--tw-enter-translate-y: 100%}.data-\[state\=open\]\:slide-in-from-left[data-state=open]{--tw-enter-translate-x: -100%}.data-\[state\=open\]\:slide-in-from-left-1\/2[data-state=open]{--tw-enter-translate-x: -50%}.data-\[state\=open\]\:slide-in-from-right[data-state=open]{--tw-enter-translate-x: 100%}.data-\[state\=open\]\:slide-in-from-top[data-state=open]{--tw-enter-translate-y: -100%}.data-\[state\=open\]\:slide-in-from-top-\[48\%\][data-state=open]{--tw-enter-translate-y: -48%}.data-\[state\=open\]\:slide-in-from-top-full[data-state=open]{--tw-enter-translate-y: -100%}.data-\[state\=closed\]\:duration-300[data-state=closed]{animation-duration:.3s}.data-\[state\=open\]\:duration-500[data-state=open]{animation-duration:.5s}.data-\[selected\]\:hover\:bg-primary:hover[data-selected]{--tw-bg-opacity: 1;background-color:rgb(from var(--primary) r g b / var(--tw-bg-opacity, 1))}.data-\[state\=open\]\:hover\:bg-sidebar-accent:hover[data-state=open]{background-color:hsl(var(--sidebar-accent))}.data-\[state\=open\]\:hover\:text-sidebar-accent-foreground:hover[data-state=open]{color:hsl(var(--sidebar-accent-foreground))}.data-\[selected\]\:focus\:bg-primary:focus[data-selected]{--tw-bg-opacity: 1;background-color:rgb(from var(--primary) r g b / var(--tw-bg-opacity, 1))}.group[data-collapsible=offcanvas] .group-data-\[collapsible\=offcanvas\]\:left-\[calc\(var\(--sidebar-width\)\*-1\)\]{left:calc(var(--sidebar-width) * -1)}.group[data-collapsible=offcanvas] .group-data-\[collapsible\=offcanvas\]\:right-\[calc\(var\(--sidebar-width\)\*-1\)\]{right:calc(var(--sidebar-width) * -1)}.group[data-side=left] .group-data-\[side\=left\]\:-right-4{right:-1rem}.group[data-side=right] .group-data-\[side\=right\]\:left-0{left:0}.group[data-collapsible=icon] .group-data-\[collapsible\=icon\]\:-mt-8{margin-top:-2rem}.group[data-collapsible=icon] .group-data-\[collapsible\=icon\]\:hidden{display:none}.group[data-collapsible=icon] .group-data-\[collapsible\=icon\]\:\!size-8{width:2rem!important;height:2rem!important}.group[data-collapsible=icon] .group-data-\[collapsible\=icon\]\:w-\[--sidebar-width-icon\]{width:var(--sidebar-width-icon)}.group[data-collapsible=icon] .group-data-\[collapsible\=icon\]\:w-\[calc\(var\(--sidebar-width-icon\)_\+_theme\(spacing\.4\)\)\]{width:calc(var(--sidebar-width-icon) + 1rem)}.group[data-collapsible=icon] .group-data-\[collapsible\=icon\]\:w-\[calc\(var\(--sidebar-width-icon\)_\+_theme\(spacing\.4\)_\+_2px\)\]{width:calc(var(--sidebar-width-icon) + 1rem + 2px)}.group[data-collapsible=offcanvas] .group-data-\[collapsible\=offcanvas\]\:w-0{width:0px}.group[data-collapsible=offcanvas] .group-data-\[collapsible\=offcanvas\]\:translate-x-0{--tw-translate-x: 0px;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.group[data-side=right] .group-data-\[side\=right\]\:rotate-180{--tw-rotate: 180deg;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.group[data-collapsible=icon] .group-data-\[collapsible\=icon\]\:overflow-hidden{overflow:hidden}.group[data-variant=floating] .group-data-\[variant\=floating\]\:rounded-lg{border-radius:var(--radius)}.group[data-variant=floating] .group-data-\[variant\=floating\]\:border{border-width:1px}.group[data-side=left] .group-data-\[side\=left\]\:border-r{border-right-width:1px}.group[data-side=right] .group-data-\[side\=right\]\:border-l{border-left-width:1px}.group[data-variant=floating] .group-data-\[variant\=floating\]\:border-sidebar-border{border-color:hsl(var(--sidebar-border))}.group[data-collapsible=icon] .group-data-\[collapsible\=icon\]\:\!p-0{padding:0!important}.group[data-collapsible=icon] .group-data-\[collapsible\=icon\]\:\!p-2{padding:.5rem!important}.group[data-collapsible=icon] .group-data-\[collapsible\=icon\]\:opacity-0{opacity:0}.group[data-variant=floating] .group-data-\[variant\=floating\]\:shadow{--tw-shadow: 0 1px 3px 0 rgb(0 0 0 / .1), 0 1px 2px -1px rgb(0 0 0 / .1);--tw-shadow-colored: 0 1px 3px 0 var(--tw-shadow-color), 0 1px 2px -1px var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000),var(--tw-ring-shadow, 0 0 #0000),var(--tw-shadow)}.group[data-collapsible=offcanvas] .group-data-\[collapsible\=offcanvas\]\:after\:left-full:after{content:var(--tw-content);left:100%}.group[data-collapsible=offcanvas] .group-data-\[collapsible\=offcanvas\]\:hover\:bg-sidebar:hover{background-color:hsl(var(--sidebar-background))}.peer\/menu-button[data-size=default]~.peer-data-\[size\=default\]\/menu-button\:top-1\.5{top:.375rem}.peer\/menu-button[data-size=lg]~.peer-data-\[size\=lg\]\/menu-button\:top-2\.5{top:.625rem}.peer\/menu-button[data-size=sm]~.peer-data-\[size\=sm\]\/menu-button\:top-1{top:.25rem}.peer[data-variant=inset]~.peer-data-\[variant\=inset\]\:min-h-\[calc\(100svh-theme\(spacing\.4\)\)\]{min-height:calc(100svh - 1rem)}.peer\/menu-button[data-active=true]~.peer-data-\[active\=true\]\/menu-button\:text-sidebar-accent-foreground{color:hsl(var(--sidebar-accent-foreground))}@media (min-width: 640px){.sm\:static{position:static}.sm\:bottom-0{bottom:0}.sm\:right-0{right:0}.sm\:top-auto{top:auto}.sm\:mx-1{margin-left:.25rem;margin-right:.25rem}.sm\:flex{display:flex}.sm\:hidden{display:none}.sm\:h-40{height:10rem}.sm\:w-12{width:3rem}.sm\:w-24{width:6rem}.sm\:w-32{width:8rem}.sm\:w-fit{width:-moz-fit-content;width:fit-content}.sm\:w-min{width:-moz-min-content;width:min-content}.sm\:min-w-\[400px\]{min-width:400px}.sm\:max-w-full{max-width:100%}.sm\:max-w-sm{max-width:24rem}.sm\:translate-x-0{--tw-translate-x: 0px;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.sm\:grid-cols-\[auto_1fr\]{grid-template-columns:auto 1fr}.sm\:flex-row{flex-direction:row}.sm\:flex-col{flex-direction:column}.sm\:justify-end{justify-content:flex-end}.sm\:gap-0{gap:0px}.sm\:gap-x-2{-moz-column-gap:.5rem;column-gap:.5rem}.sm\:gap-x-4{-moz-column-gap:1rem;column-gap:1rem}.sm\:gap-y-0{row-gap:0px}.sm\:rounded-3xl{border-radius:1.5rem}.sm\:rounded-lg{border-radius:var(--radius)}.sm\:p-2{padding:.5rem}.sm\:py-4{padding-top:1rem;padding-bottom:1rem}.sm\:text-left{text-align:left}.data-\[state\=open\]\:sm\:slide-in-from-bottom-full[data-state=open]{--tw-enter-translate-y: 100%}}@media (min-width: 768px){.md\:col-span-2{grid-column:span 2 / span 2}.md\:row-span-1{grid-row:span 1 / span 1}.md\:ml-2{margin-left:.5rem}.md\:mt-0{margin-top:0}.md\:mt-32{margin-top:8rem}.md\:line-clamp-5{overflow:hidden;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:5}.md\:block{display:block}.md\:inline{display:inline}.md\:flex{display:flex}.md\:inline-flex{display:inline-flex}.md\:hidden{display:none}.md\:aspect-square{aspect-ratio:1 / 1}.md\:h-\[7\.625rem\]{height:7.625rem}.md\:max-h-32{max-height:8rem}.md\:w-1\/2{width:50%}.md\:w-1\/3{width:33.333333%}.md\:w-1\/4{width:25%}.md\:w-2\/3{width:66.666667%}.md\:w-3\/4{width:75%}.md\:w-3\/6{width:50%}.md\:w-auto{width:auto}.md\:w-fit{width:-moz-fit-content;width:fit-content}.md\:w-full{width:100%}.md\:w-min{width:-moz-min-content;width:min-content}.md\:max-w-\[420px\]{max-width:420px}.md\:max-w-\[calc\(100vw-2rem\)\]{max-width:calc(100vw - 2rem)}.md\:max-w-lg{max-width:32rem}.md\:max-w-screen-md{max-width:768px}.md\:grid-cols-2{grid-template-columns:repeat(2,minmax(0,1fr))}.md\:grid-cols-3{grid-template-columns:repeat(3,minmax(0,1fr))}.md\:grid-cols-4{grid-template-columns:repeat(4,minmax(0,1fr))}.md\:\!flex-row{flex-direction:row!important}.md\:flex-row{flex-direction:row}.md\:items-center{align-items:center}.md\:justify-center{justify-content:center}.md\:justify-between{justify-content:space-between}.md\:gap-32{gap:8rem}.md\:rounded-xl{border-radius:.75rem}.md\:px-24{padding-left:6rem;padding-right:6rem}.md\:px-3{padding-left:.75rem;padding-right:.75rem}.md\:text-2xl{font-size:1.5rem;line-height:2rem}.md\:text-4xl{font-size:2.25rem;line-height:2.5rem}.md\:text-5xl{font-size:3rem;line-height:1}.md\:text-6xl{font-size:3.75rem;line-height:1}.md\:text-8xl{font-size:6rem;line-height:1}.md\:text-base{font-size:1rem;line-height:1.5rem}.md\:opacity-0{opacity:0}.after\:md\:hidden:after{content:var(--tw-content);display:none}.hover\:md\:bg-bg-700:hover{--tw-bg-opacity: 1;background-color:rgb(from var(--bg-700) r g b / var(--tw-bg-opacity, 1))}.md\:hover\:bg-bg-300:hover{--tw-bg-opacity: 1;background-color:rgb(from var(--bg-300) r g b / var(--tw-bg-opacity, 1))}.md\:hover\:bg-bg-500:hover{--tw-bg-opacity: 1;background-color:rgb(from var(--bg-500) r g b / var(--tw-bg-opacity, 1))}.md\:hover\:bg-bgLighter:hover{--tw-bg-opacity: 1;background-color:rgb(from var(--bg-lighter) r g b / var(--tw-bg-opacity, 1))}.md\:hover\:bg-error\/25:hover{background-color:rgb(from var(--error) r g b / .25)}.md\:hover\:bg-text:hover{--tw-bg-opacity: 1;background-color:rgb(from var(--text) r g b / var(--tw-bg-opacity, 1))}.md\:hover\:text-error:hover{--tw-text-opacity: 1;color:rgb(from var(--error) r g b / var(--tw-text-opacity, 1))}.peer[data-variant=inset]~.md\:peer-data-\[variant\=inset\]\:m-2{margin:.5rem}.peer[data-state=collapsed][data-variant=inset]~.md\:peer-data-\[state\=collapsed\]\:peer-data-\[variant\=inset\]\:ml-2{margin-left:.5rem}.peer[data-variant=inset]~.md\:peer-data-\[variant\=inset\]\:ml-0{margin-left:0}.peer[data-variant=inset]~.md\:peer-data-\[variant\=inset\]\:rounded-xl{border-radius:.75rem}.peer[data-variant=inset]~.md\:peer-data-\[variant\=inset\]\:shadow{--tw-shadow: 0 1px 3px 0 rgb(0 0 0 / .1), 0 1px 2px -1px rgb(0 0 0 / .1);--tw-shadow-colored: 0 1px 3px 0 var(--tw-shadow-color), 0 1px 2px -1px var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000),var(--tw-ring-shadow, 0 0 #0000),var(--tw-shadow)}}@media (min-width: 1024px){.lg\:col-span-1{grid-column:span 1 / span 1}.lg\:col-span-3{grid-column:span 3 / span 3}.lg\:flex{display:flex}.lg\:\!hidden{display:none!important}.lg\:w-96{width:24rem}.lg\:grid-cols-2{grid-template-columns:repeat(2,minmax(0,1fr))}.lg\:grid-cols-4{grid-template-columns:repeat(4,minmax(0,1fr))}.lg\:justify-end{justify-content:flex-end}.lg\:p-8{padding:2rem}.lg\:pt-16{padding-top:4rem}.lg\:text-5xl{font-size:3rem;line-height:1}}@media (min-width: 1280px){.xl\:col-span-1{grid-column:span 1 / span 1}.xl\:grid-cols-2{grid-template-columns:repeat(2,minmax(0,1fr))}.xl\:grid-cols-3{grid-template-columns:repeat(3,minmax(0,1fr))}.xl\:grid-cols-4{grid-template-columns:repeat(4,minmax(0,1fr))}.xl\:px-48{padding-left:12rem;padding-right:12rem}}@media (min-width: 1536px){.\32xl\:grid-cols-4{grid-template-columns:repeat(4,minmax(0,1fr))}}.\[\&\:has\(\[data-selected\]\)\]\:rounded-md:has([data-selected]){border-radius:calc(var(--radius) - 2px)}.\[\&\:has\(\[data-selected\]\)\]\:bg-accent:has([data-selected]){--tw-bg-opacity: 1;background-color:rgb(from var(--accent) r g b / var(--tw-bg-opacity, 1))}.\[\&\:has\(\[data-selected\]\[data-outside-view\]\)\]\:bg-accent\/50:has([data-selected][data-outside-view]){background-color:rgb(from var(--accent) r g b / .5)}.\[\&\>button\]\:hidden>button{display:none}.\[\&\>span\:last-child\]\:truncate>span:last-child{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.\[\&\>span\]\:truncate>span{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.\[\&\>svg\]\:size-4>svg{width:1rem;height:1rem}.\[\&\>svg\]\:shrink-0>svg{flex-shrink:0}.\[\&\>svg\]\:text-sidebar-accent-foreground>svg{color:hsl(var(--sidebar-accent-foreground))}.\[\&\[data-outside-view\]\[data-selected\]\]\:bg-accent\/50[data-outside-view][data-selected]{background-color:rgb(from var(--accent) r g b / .5)}.\[\&\[data-outside-view\]\[data-selected\]\]\:opacity-30[data-outside-view][data-selected]{opacity:.3}.\[\&\[data-state\=open\]\>svg\]\:rotate-180[data-state=open]>svg{--tw-rotate: 180deg;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.\[\&\[data-today\]\:not\(\[data-selected\]\)\]\:bg-accent[data-today]:not([data-selected]){--tw-bg-opacity: 1;background-color:rgb(from var(--accent) r g b / var(--tw-bg-opacity, 1))}.\[\&_svg\:not\(\[class\*\=\\\'size-\\\'\]\)\]\:size-3 svg:not([class*="'size-'"]){width:.75rem;height:.75rem}.\[\&_svg\]\:pointer-events-none svg{pointer-events:none}.\[\&_svg\]\:size-4 svg{width:1rem;height:1rem}.\[\&_svg\]\:shrink-0 svg{flex-shrink:0}[data-side=left][data-collapsible=offcanvas] .\[\[data-side\=left\]\[data-collapsible\=offcanvas\]_\&\]\:-right-2{right:-.5rem}[data-side=left][data-state=collapsed] .\[\[data-side\=left\]\[data-state\=collapsed\]_\&\]\:cursor-e-resize{cursor:e-resize}[data-side=left] .\[\[data-side\=left\]_\&\]\:cursor-w-resize{cursor:w-resize}[data-side=right][data-collapsible=offcanvas] .\[\[data-side\=right\]\[data-collapsible\=offcanvas\]_\&\]\:-left-2{left:-.5rem}[data-side=right][data-state=collapsed] .\[\[data-side\=right\]\[data-state\=collapsed\]_\&\]\:cursor-w-resize{cursor:w-resize}[data-side=right] .\[\[data-side\=right\]_\&\]\:cursor-e-resize{cursor:e-resize}[data-slot=tooltip-content] .\[\[data-slot\=tooltip-content\]_\&\]\:bg-bg\/20{background-color:rgb(from var(--bg) r g b / .2)}[data-slot=tooltip-content] .\[\[data-slot\=tooltip-content\]_\&\]\:text-bg-950\/70{color:rgb(from var(--bg-950) r g b / .7)}[data-slot=tooltip-content] .dark\:\[\[data-slot\=tooltip-content\]_\&\]\:bg-bg\/10:is(.dark *){background-color:rgb(from var(--bg) r g b / .1)}
