:root{--toastify-color-light: #fff;--toastify-color-dark: #121212;--toastify-color-info: #3498db;--toastify-color-success: #07bc0c;--toastify-color-warning: #f1c40f;--toastify-color-error: hsl(6, 78%, 57%);--toastify-color-transparent: rgba(255, 255, 255, .7);--toastify-icon-color-info: var(--toastify-color-info);--toastify-icon-color-success: var(--toastify-color-success);--toastify-icon-color-warning: var(--toastify-color-warning);--toastify-icon-color-error: var(--toastify-color-error);--toastify-container-width: fit-content;--toastify-toast-width: 320px;--toastify-toast-offset: 16px;--toastify-toast-top: max(var(--toastify-toast-offset), env(safe-area-inset-top));--toastify-toast-right: max(var(--toastify-toast-offset), env(safe-area-inset-right));--toastify-toast-left: max(var(--toastify-toast-offset), env(safe-area-inset-left));--toastify-toast-bottom: max(var(--toastify-toast-offset), env(safe-area-inset-bottom));--toastify-toast-background: #fff;--toastify-toast-padding: 14px;--toastify-toast-min-height: 64px;--toastify-toast-max-height: 800px;--toastify-toast-bd-radius: 6px;--toastify-toast-shadow: 0px 4px 12px rgba(0, 0, 0, .1);--toastify-font-family: sans-serif;--toastify-z-index: 9999;--toastify-text-color-light: #757575;--toastify-text-color-dark: #fff;--toastify-text-color-info: #fff;--toastify-text-color-success: #fff;--toastify-text-color-warning: #fff;--toastify-text-color-error: #fff;--toastify-spinner-color: #616161;--toastify-spinner-color-empty-area: #e0e0e0;--toastify-color-progress-light: linear-gradient(to right, #4cd964, #5ac8fa, #007aff, #34aadc, #5856d6, #ff2d55);--toastify-color-progress-dark: #bb86fc;--toastify-color-progress-info: var(--toastify-color-info);--toastify-color-progress-success: var(--toastify-color-success);--toastify-color-progress-warning: var(--toastify-color-warning);--toastify-color-progress-error: var(--toastify-color-error);--toastify-color-progress-bgo: .2}.Toastify__toast-container{z-index:var(--toastify-z-index);-webkit-transform:translate3d(0,0,var(--toastify-z-index));position:fixed;width:var(--toastify-container-width);box-sizing:border-box;color:#fff;display:flex;flex-direction:column}.Toastify__toast-container--top-left{top:var(--toastify-toast-top);left:var(--toastify-toast-left)}.Toastify__toast-container--top-center{top:var(--toastify-toast-top);left:50%;transform:translate(-50%);align-items:center}.Toastify__toast-container--top-right{top:var(--toastify-toast-top);right:var(--toastify-toast-right);align-items:end}.Toastify__toast-container--bottom-left{bottom:var(--toastify-toast-bottom);left:var(--toastify-toast-left)}.Toastify__toast-container--bottom-center{bottom:var(--toastify-toast-bottom);left:50%;transform:translate(-50%);align-items:center}.Toastify__toast-container--bottom-right{bottom:var(--toastify-toast-bottom);right:var(--toastify-toast-right);align-items:end}.Toastify__toast{--y: 0;position:relative;touch-action:none;width:var(--toastify-toast-width);min-height:var(--toastify-toast-min-height);box-sizing:border-box;margin-bottom:1rem;padding:var(--toastify-toast-padding);border-radius:var(--toastify-toast-bd-radius);box-shadow:var(--toastify-toast-shadow);max-height:var(--toastify-toast-max-height);font-family:var(--toastify-font-family);z-index:0;display:flex;flex:1 auto;align-items:center;word-break:break-word}@media only screen and (max-width:480px){.Toastify__toast-container{width:100vw;left:env(safe-area-inset-left);margin:0}.Toastify__toast-container--top-left,.Toastify__toast-container--top-center,.Toastify__toast-container--top-right{top:env(safe-area-inset-top);transform:translate(0)}.Toastify__toast-container--bottom-left,.Toastify__toast-container--bottom-center,.Toastify__toast-container--bottom-right{bottom:env(safe-area-inset-bottom);transform:translate(0)}.Toastify__toast-container--rtl{right:env(safe-area-inset-right);left:initial}.Toastify__toast{--toastify-toast-width: 100%;margin-bottom:0;border-radius:0}}.Toastify__toast-container[data-stacked=true]{width:var(--toastify-toast-width)}.Toastify__toast--stacked{position:absolute;width:100%;transform:translate3d(0,var(--y),0) scale(var(--s));transition:transform .3s}.Toastify__toast--stacked[data-collapsed] .Toastify__toast-body,.Toastify__toast--stacked[data-collapsed] .Toastify__close-button{transition:opacity .1s}.Toastify__toast--stacked[data-collapsed=false]{overflow:visible}.Toastify__toast--stacked[data-collapsed=true]:not(:last-child)>*{opacity:0}.Toastify__toast--stacked:after{content:"";position:absolute;left:0;right:0;height:calc(var(--g) * 1px);bottom:100%}.Toastify__toast--stacked[data-pos=top]{top:0}.Toastify__toast--stacked[data-pos=bot]{bottom:0}.Toastify__toast--stacked[data-pos=bot].Toastify__toast--stacked:before{transform-origin:top}.Toastify__toast--stacked[data-pos=top].Toastify__toast--stacked:before{transform-origin:bottom}.Toastify__toast--stacked:before{content:"";position:absolute;left:0;right:0;bottom:0;height:100%;transform:scaleY(3);z-index:-1}.Toastify__toast--rtl{direction:rtl}.Toastify__toast--close-on-click{cursor:pointer}.Toastify__toast-icon{margin-inline-end:10px;width:22px;flex-shrink:0;display:flex}.Toastify--animate{animation-fill-mode:both;animation-duration:.5s}.Toastify--animate-icon{animation-fill-mode:both;animation-duration:.3s}.Toastify__toast-theme--dark{background:var(--toastify-color-dark);color:var(--toastify-text-color-dark)}.Toastify__toast-theme--light,.Toastify__toast-theme--colored.Toastify__toast--default{background:var(--toastify-color-light);color:var(--toastify-text-color-light)}.Toastify__toast-theme--colored.Toastify__toast--info{color:var(--toastify-text-color-info);background:var(--toastify-color-info)}.Toastify__toast-theme--colored.Toastify__toast--success{color:var(--toastify-text-color-success);background:var(--toastify-color-success)}.Toastify__toast-theme--colored.Toastify__toast--warning{color:var(--toastify-text-color-warning);background:var(--toastify-color-warning)}.Toastify__toast-theme--colored.Toastify__toast--error{color:var(--toastify-text-color-error);background:var(--toastify-color-error)}.Toastify__progress-bar-theme--light{background:var(--toastify-color-progress-light)}.Toastify__progress-bar-theme--dark{background:var(--toastify-color-progress-dark)}.Toastify__progress-bar--info{background:var(--toastify-color-progress-info)}.Toastify__progress-bar--success{background:var(--toastify-color-progress-success)}.Toastify__progress-bar--warning{background:var(--toastify-color-progress-warning)}.Toastify__progress-bar--error{background:var(--toastify-color-progress-error)}.Toastify__progress-bar-theme--colored.Toastify__progress-bar--info,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--success,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--warning,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--error{background:var(--toastify-color-transparent)}.Toastify__close-button{color:#fff;position:absolute;top:6px;right:6px;background:transparent;outline:none;border:none;padding:0;cursor:pointer;opacity:.7;transition:.3s ease;z-index:1}.Toastify__toast--rtl .Toastify__close-button{left:6px;right:unset}.Toastify__close-button--light{color:#000;opacity:.3}.Toastify__close-button>svg{fill:currentColor;height:16px;width:14px}.Toastify__close-button:hover,.Toastify__close-button:focus{opacity:1}@keyframes Toastify__trackProgress{0%{transform:scaleX(1)}to{transform:scaleX(0)}}.Toastify__progress-bar{position:absolute;bottom:0;left:0;width:100%;height:100%;z-index:1;opacity:.7;transform-origin:left}.Toastify__progress-bar--animated{animation:Toastify__trackProgress linear 1 forwards}.Toastify__progress-bar--controlled{transition:transform .2s}.Toastify__progress-bar--rtl{right:0;left:initial;transform-origin:right;border-bottom-left-radius:initial}.Toastify__progress-bar--wrp{position:absolute;overflow:hidden;bottom:0;left:0;width:100%;height:5px;border-bottom-left-radius:var(--toastify-toast-bd-radius);border-bottom-right-radius:var(--toastify-toast-bd-radius)}.Toastify__progress-bar--wrp[data-hidden=true]{opacity:0}.Toastify__progress-bar--bg{opacity:var(--toastify-color-progress-bgo);width:100%;height:100%}.Toastify__spinner{width:20px;height:20px;box-sizing:border-box;border:2px solid;border-radius:100%;border-color:var(--toastify-spinner-color-empty-area);border-right-color:var(--toastify-spinner-color);animation:Toastify__spin .65s linear infinite}@keyframes Toastify__bounceInRight{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(3000px,0,0)}60%{opacity:1;transform:translate3d(-25px,0,0)}75%{transform:translate3d(10px,0,0)}90%{transform:translate3d(-5px,0,0)}to{transform:none}}@keyframes Toastify__bounceOutRight{20%{opacity:1;transform:translate3d(-20px,var(--y),0)}to{opacity:0;transform:translate3d(2000px,var(--y),0)}}@keyframes Toastify__bounceInLeft{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(-3000px,0,0)}60%{opacity:1;transform:translate3d(25px,0,0)}75%{transform:translate3d(-10px,0,0)}90%{transform:translate3d(5px,0,0)}to{transform:none}}@keyframes Toastify__bounceOutLeft{20%{opacity:1;transform:translate3d(20px,var(--y),0)}to{opacity:0;transform:translate3d(-2000px,var(--y),0)}}@keyframes Toastify__bounceInUp{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(0,3000px,0)}60%{opacity:1;transform:translate3d(0,-20px,0)}75%{transform:translate3d(0,10px,0)}90%{transform:translate3d(0,-5px,0)}to{transform:translateZ(0)}}@keyframes Toastify__bounceOutUp{20%{transform:translate3d(0,calc(var(--y) - 10px),0)}40%,45%{opacity:1;transform:translate3d(0,calc(var(--y) + 20px),0)}to{opacity:0;transform:translate3d(0,-2000px,0)}}@keyframes Toastify__bounceInDown{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(0,-3000px,0)}60%{opacity:1;transform:translate3d(0,25px,0)}75%{transform:translate3d(0,-10px,0)}90%{transform:translate3d(0,5px,0)}to{transform:none}}@keyframes Toastify__bounceOutDown{20%{transform:translate3d(0,calc(var(--y) - 10px),0)}40%,45%{opacity:1;transform:translate3d(0,calc(var(--y) + 20px),0)}to{opacity:0;transform:translate3d(0,2000px,0)}}.Toastify__bounce-enter--top-left,.Toastify__bounce-enter--bottom-left{animation-name:Toastify__bounceInLeft}.Toastify__bounce-enter--top-right,.Toastify__bounce-enter--bottom-right{animation-name:Toastify__bounceInRight}.Toastify__bounce-enter--top-center{animation-name:Toastify__bounceInDown}.Toastify__bounce-enter--bottom-center{animation-name:Toastify__bounceInUp}.Toastify__bounce-exit--top-left,.Toastify__bounce-exit--bottom-left{animation-name:Toastify__bounceOutLeft}.Toastify__bounce-exit--top-right,.Toastify__bounce-exit--bottom-right{animation-name:Toastify__bounceOutRight}.Toastify__bounce-exit--top-center{animation-name:Toastify__bounceOutUp}.Toastify__bounce-exit--bottom-center{animation-name:Toastify__bounceOutDown}@keyframes Toastify__zoomIn{0%{opacity:0;transform:scale3d(.3,.3,.3)}50%{opacity:1}}@keyframes Toastify__zoomOut{0%{opacity:1}50%{opacity:0;transform:translate3d(0,var(--y),0) scale3d(.3,.3,.3)}to{opacity:0}}.Toastify__zoom-enter{animation-name:Toastify__zoomIn}.Toastify__zoom-exit{animation-name:Toastify__zoomOut}@keyframes Toastify__flipIn{0%{transform:perspective(400px) rotateX(90deg);animation-timing-function:ease-in;opacity:0}40%{transform:perspective(400px) rotateX(-20deg);animation-timing-function:ease-in}60%{transform:perspective(400px) rotateX(10deg);opacity:1}80%{transform:perspective(400px) rotateX(-5deg)}to{transform:perspective(400px)}}@keyframes Toastify__flipOut{0%{transform:translate3d(0,var(--y),0) perspective(400px)}30%{transform:translate3d(0,var(--y),0) perspective(400px) rotateX(-20deg);opacity:1}to{transform:translate3d(0,var(--y),0) perspective(400px) rotateX(90deg);opacity:0}}.Toastify__flip-enter{animation-name:Toastify__flipIn}.Toastify__flip-exit{animation-name:Toastify__flipOut}@keyframes Toastify__slideInRight{0%{transform:translate3d(110%,0,0);visibility:visible}to{transform:translate3d(0,var(--y),0)}}@keyframes Toastify__slideInLeft{0%{transform:translate3d(-110%,0,0);visibility:visible}to{transform:translate3d(0,var(--y),0)}}@keyframes Toastify__slideInUp{0%{transform:translate3d(0,110%,0);visibility:visible}to{transform:translate3d(0,var(--y),0)}}@keyframes Toastify__slideInDown{0%{transform:translate3d(0,-110%,0);visibility:visible}to{transform:translate3d(0,var(--y),0)}}@keyframes Toastify__slideOutRight{0%{transform:translate3d(0,var(--y),0)}to{visibility:hidden;transform:translate3d(110%,var(--y),0)}}@keyframes Toastify__slideOutLeft{0%{transform:translate3d(0,var(--y),0)}to{visibility:hidden;transform:translate3d(-110%,var(--y),0)}}@keyframes Toastify__slideOutDown{0%{transform:translate3d(0,var(--y),0)}to{visibility:hidden;transform:translate3d(0,500px,0)}}@keyframes Toastify__slideOutUp{0%{transform:translate3d(0,var(--y),0)}to{visibility:hidden;transform:translate3d(0,-500px,0)}}.Toastify__slide-enter--top-left,.Toastify__slide-enter--bottom-left{animation-name:Toastify__slideInLeft}.Toastify__slide-enter--top-right,.Toastify__slide-enter--bottom-right{animation-name:Toastify__slideInRight}.Toastify__slide-enter--top-center{animation-name:Toastify__slideInDown}.Toastify__slide-enter--bottom-center{animation-name:Toastify__slideInUp}.Toastify__slide-exit--top-left,.Toastify__slide-exit--bottom-left{animation-name:Toastify__slideOutLeft;animation-timing-function:ease-in;animation-duration:.3s}.Toastify__slide-exit--top-right,.Toastify__slide-exit--bottom-right{animation-name:Toastify__slideOutRight;animation-timing-function:ease-in;animation-duration:.3s}.Toastify__slide-exit--top-center{animation-name:Toastify__slideOutUp;animation-timing-function:ease-in;animation-duration:.3s}.Toastify__slide-exit--bottom-center{animation-name:Toastify__slideOutDown;animation-timing-function:ease-in;animation-duration:.3s}@keyframes Toastify__spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}*,: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: }.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}.pointer-events-none{pointer-events:none}.pointer-events-auto{pointer-events:auto}.\!visible{visibility:visible!important}.visible{visibility:visible}.fixed{position:fixed}.absolute{position:absolute}.relative{position:relative}.sticky{position:sticky}.inset-0{inset:0}.inset-x-0{left:0;right:0}.inset-y-0{top:0;bottom:0}.bottom-0{bottom:0}.bottom-3{bottom:.75rem}.left-0{left:0}.left-1\/2{left:50%}.left-3{left:.75rem}.left-full{left:100%}.right-0{right:0}.right-1{right:.25rem}.right-2{right:.5rem}.right-3{right:.75rem}.top-0{top:0}.top-1\/2{top:50%}.top-4{top:1rem}.top-\[-24px\]{top:-24px}.top-\[calc\(100\%\+0\.5rem\)\]{top:calc(100% + .5rem)}.top-\[var\(--admin-global-bar-height\)\]{top:var(--admin-global-bar-height)}.top-full{top:100%}.z-10{z-index:10}.z-30{z-index:30}.z-40{z-index:40}.z-50{z-index:50}.order-3{order:3}.col-span-3{grid-column:span 3 / span 3}.m-0{margin:0}.mx-auto{margin-left:auto;margin-right:auto}.mb-2{margin-bottom:.5rem}.mb-3{margin-bottom:.75rem}.mb-4{margin-bottom:1rem}.mb-6{margin-bottom:1.5rem}.ml-1{margin-left:.25rem}.ml-2{margin-left:.5rem}.ml-6{margin-left:1.5rem}.ml-\[calc\(1ch\+1px\)\]{margin-left:calc(1ch + 1px)}.ml-auto{margin-left:auto}.mr-1{margin-right:.25rem}.mr-2{margin-right:.5rem}.mt-0{margin-top:0}.mt-0\.5{margin-top:.125rem}.mt-1{margin-top:.25rem}.mt-2{margin-top:.5rem}.mt-3{margin-top:.75rem}.mt-4{margin-top:1rem}.mt-5{margin-top:1.25rem}.mt-6{margin-top:1.5rem}.mt-8{margin-top:2rem}.line-clamp-2{overflow:hidden;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2}.block{display:block}.inline-block{display:inline-block}.inline{display:inline}.flex{display:flex}.inline-flex{display:inline-flex}.table{display:table}.grid{display:grid}.hidden{display:none}.aspect-\[4\/3\]{aspect-ratio:4/3}.size-4{width:1rem;height:1rem}.\!h-10{height:2.5rem!important}.\!h-7{height:1.75rem!important}.\!h-8{height:2rem!important}.h-10{height:2.5rem}.h-11{height:2.75rem}.h-2{height:.5rem}.h-2\.5{height:.625rem}.h-24{height:6rem}.h-3{height:.75rem}.h-3\.5{height:.875rem}.h-4{height:1rem}.h-5{height:1.25rem}.h-6{height:1.5rem}.h-7{height:1.75rem}.h-8{height:2rem}.h-80{height:20rem}.h-9{height:2.25rem}.h-\[72vh\]{height:72vh}.h-\[92vh\]{height:92vh}.h-auto{height:auto}.h-full{height:100%}.max-h-64{max-height:16rem}.max-h-80{max-height:20rem}.max-h-\[28rem\]{max-height:28rem}.max-h-\[420px\]{max-height:420px}.max-h-\[72vh\]{max-height:72vh}.max-h-\[82vh\]{max-height:82vh}.max-h-\[85vh\]{max-height:85vh}.max-h-\[calc\(100vh_-_var\(--admin-global-bar-height\)_-_1rem\)\]{max-height:calc(100vh - var(--admin-global-bar-height) - 1rem)}.max-h-full{max-height:100%}.min-h-0{min-height:0px}.min-h-10{min-height:2.5rem}.min-h-6{min-height:1.5rem}.min-h-\[1\.25rem\]{min-height:1.25rem}.min-h-\[120px\]{min-height:120px}.min-h-\[68vh\]{min-height:68vh}.min-h-\[80vh\]{min-height:80vh}.min-h-full{min-height:100%}.min-h-screen{min-height:100vh}.w-1\/2{width:50%}.w-1\/3{width:33.333333%}.w-10{width:2.5rem}.w-12{width:3rem}.w-14{width:3.5rem}.w-16{width:4rem}.w-2\.5{width:.625rem}.w-2\/3{width:66.666667%}.w-20{width:5rem}.w-24{width:6rem}.w-28{width:7rem}.w-3{width:.75rem}.w-3\.5{width:.875rem}.w-3\/4{width:75%}.w-32{width:8rem}.w-36{width:9rem}.w-4{width:1rem}.w-40{width:10rem}.w-5{width:1.25rem}.w-52{width:13rem}.w-56{width:14rem}.w-6{width:1.5rem}.w-64{width:16rem}.w-7{width:1.75rem}.w-72{width:18rem}.w-8{width:2rem}.w-80{width:20rem}.w-9{width:2.25rem}.w-\[10rem\]{width:10rem}.w-\[11\%\]{width:11%}.w-\[120px\]{width:120px}.w-\[12rem\]{width:12rem}.w-\[13\%\]{width:13%}.w-\[14\%\]{width:14%}.w-\[15rem\]{width:15rem}.w-\[16\%\]{width:16%}.w-\[18\%\]{width:18%}.w-\[2\.5rem\]{width:2.5rem}.w-\[20\%\]{width:20%}.w-\[22\%\]{width:22%}.w-\[220px\]{width:220px}.w-\[24\%\]{width:24%}.w-\[25\%\]{width:25%}.w-\[26\%\]{width:26%}.w-\[260px\]{width:260px}.w-\[28\%\]{width:28%}.w-\[280px\]{width:280px}.w-\[3\.5rem\]{width:3.5rem}.w-\[30\%\]{width:30%}.w-\[34\%\]{width:34%}.w-\[36\%\]{width:36%}.w-\[4\.5rem\]{width:4.5rem}.w-\[48px\]{width:48px}.w-\[4rem\]{width:4rem}.w-\[5\.5rem\]{width:5.5rem}.w-\[5rem\]{width:5rem}.w-\[6rem\]{width:6rem}.w-\[70px\]{width:70px}.w-\[7rem\]{width:7rem}.w-\[80px\]{width:80px}.w-\[9\%\]{width:9%}.w-\[90px\]{width:90px}.w-\[min\(96vw\,1440px\)\]{width:min(96vw,1440px)}.w-auto{width:auto}.w-fit{width:-moz-fit-content;width:fit-content}.w-full{width:100%}.min-w-0{min-width:0px}.min-w-12{min-width:3rem}.min-w-36{min-width:9rem}.min-w-\[1100px\]{min-width:1100px}.min-w-\[1120px\]{min-width:1120px}.min-w-\[130px\]{min-width:130px}.min-w-\[140px\]{min-width:140px}.min-w-\[2\.75rem\]{min-width:2.75rem}.min-w-\[220px\]{min-width:220px}.min-w-\[240px\]{min-width:240px}.min-w-\[2rem\]{min-width:2rem}.min-w-\[320px\]{min-width:320px}.min-w-\[4\.5rem\]{min-width:4.5rem}.min-w-\[520px\]{min-width:520px}.min-w-\[560px\]{min-width:560px}.min-w-\[5rem\]{min-width:5rem}.min-w-\[6\.25rem\]{min-width:6.25rem}.min-w-\[950px\]{min-width:950px}.min-w-\[980px\]{min-width:980px}.min-w-full{min-width:100%}.max-w-2xl{max-width:42rem}.max-w-3xl{max-width:48rem}.max-w-4xl{max-width:56rem}.max-w-5xl{max-width:64rem}.max-w-64{max-width:16rem}.max-w-6xl{max-width:72rem}.max-w-\[220px\]{max-width:220px}.max-w-full{max-width:100%}.max-w-md{max-width:28rem}.max-w-none{max-width:none}.max-w-sm{max-width:24rem}.max-w-xl{max-width:36rem}.max-w-xs{max-width:20rem}.flex-1{flex:1 1 0%}.flex-none{flex:none}.flex-shrink-0,.shrink-0{flex-shrink:0}.basis-full{flex-basis:100%}.table-fixed{table-layout:fixed}.border-collapse{border-collapse:collapse}.-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-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-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-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))}@keyframes pulse{50%{opacity:.5}}.animate-pulse{animation:pulse 2s cubic-bezier(.4,0,.6,1) infinite}@keyframes spin{to{transform:rotate(360deg)}}.animate-spin{animation:spin 1s linear infinite}.cursor-default{cursor:default}.cursor-grab{cursor:grab}.cursor-not-allowed{cursor:not-allowed}.cursor-pointer{cursor:pointer}.cursor-zoom-in{cursor:zoom-in}.select-none{-webkit-user-select:none;-moz-user-select:none;user-select:none}.resize{resize:both}.list-inside{list-style-position:inside}.list-disc{list-style-type:disc}.list-none{list-style-type:none}.grid-cols-1{grid-template-columns:repeat(1,minmax(0,1fr))}.grid-cols-2{grid-template-columns:repeat(2,minmax(0,1fr))}.grid-cols-\[11rem_1fr_4\.5rem\]{grid-template-columns:11rem 1fr 4.5rem}.grid-cols-\[180px_minmax\(0\,1fr\)_120px\]{grid-template-columns:180px minmax(0,1fr) 120px}.grid-cols-\[auto_1fr_auto\]{grid-template-columns:auto 1fr auto}.flex-col{flex-direction:column}.flex-col-reverse{flex-direction:column-reverse}.flex-wrap{flex-wrap:wrap}.items-start{align-items:flex-start}.items-end{align-items:flex-end}.items-center{align-items:center}.items-baseline{align-items:baseline}.justify-start{justify-content:flex-start}.justify-end{justify-content:flex-end}.justify-center{justify-content:center}.justify-between{justify-content:space-between}.gap-0{gap:0px}.gap-0\.5{gap:.125rem}.gap-1{gap:.25rem}.gap-1\.5{gap:.375rem}.gap-2{gap:.5rem}.gap-3{gap:.75rem}.gap-4{gap:1rem}.gap-5{gap:1.25rem}.gap-6{gap:1.5rem}.gap-\[2px\]{gap:2px}.gap-px{gap:1px}.gap-x-2{-moz-column-gap:.5rem;column-gap:.5rem}.gap-x-3{-moz-column-gap:.75rem;column-gap:.75rem}.gap-x-4{-moz-column-gap:1rem;column-gap:1rem}.gap-x-8{-moz-column-gap:2rem;column-gap:2rem}.gap-y-1{row-gap:.25rem}.gap-y-2{row-gap:.5rem}.gap-y-3{row-gap:.75rem}.space-y-0\.5>:not([hidden])~:not([hidden]){--tw-space-y-reverse: 0;margin-top:calc(.125rem * calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(.125rem * 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-1\.5>:not([hidden])~:not([hidden]){--tw-space-y-reverse: 0;margin-top:calc(.375rem * calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(.375rem * 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))}.divide-y>:not([hidden])~:not([hidden]){--tw-divide-y-reverse: 0;border-top-width:calc(1px * calc(1 - var(--tw-divide-y-reverse)));border-bottom-width:calc(1px * var(--tw-divide-y-reverse))}.divide-border\/40>:not([hidden])~:not([hidden]){border-color:hsl(var(--border) / .4)}.divide-border\/60>:not([hidden])~:not([hidden]){border-color:hsl(var(--border) / .6)}.divide-border\/70>:not([hidden])~:not([hidden]){border-color:hsl(var(--border) / .7)}.divide-border\/80>:not([hidden])~:not([hidden]){border-color:hsl(var(--border) / .8)}.self-start{align-self:flex-start}.overflow-auto{overflow:auto}.overflow-hidden{overflow:hidden}.overflow-x-auto{overflow-x:auto}.overflow-y-auto{overflow-y:auto}.overscroll-contain{overscroll-behavior:contain}.truncate{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.whitespace-nowrap{white-space:nowrap}.whitespace-pre-line{white-space:pre-line}.whitespace-pre-wrap{white-space:pre-wrap}.break-words{overflow-wrap:break-word}.break-all{word-break:break-all}.\!rounded-\[0\.325rem\]{border-radius:.325rem!important}.\!rounded-\[0\.375rem\]{border-radius:.375rem!important}.\!rounded-\[0\.5rem\]{border-radius:.5rem!important}.rounded{border-radius:.25rem}.rounded-2xl{border-radius:1rem}.rounded-3xl{border-radius:1.5rem}.rounded-\[0\.5rem\]{border-radius:.5rem}.rounded-\[0\.75rem\]{border-radius:.75rem}.rounded-full{border-radius:9999px}.rounded-lg{border-radius:var(--radius-lg)}.rounded-md{border-radius:var(--radius-md)}.rounded-sm{border-radius:var(--radius-sm)}.rounded-xl{border-radius:var(--radius-xl)}.border{border-width:1px}.border-0{border-width:0px}.border-y{border-top-width:1px;border-bottom-width:1px}.border-b{border-bottom-width:1px}.border-l{border-left-width:1px}.border-l-4{border-left-width:4px}.border-r{border-right-width:1px}.border-t{border-top-width:1px}.border-solid{border-style:solid}.border-dashed{border-style:dashed}.border-none{border-style:none}.\!border-amber-200{--tw-border-opacity: 1 !important;border-color:rgb(253 230 138 / var(--tw-border-opacity, 1))!important}.\!border-blue-200{--tw-border-opacity: 1 !important;border-color:rgb(191 219 254 / var(--tw-border-opacity, 1))!important}.\!border-emerald-200{--tw-border-opacity: 1 !important;border-color:rgb(167 243 208 / var(--tw-border-opacity, 1))!important}.\!border-gray-200{--tw-border-opacity: 1 !important;border-color:rgb(229 231 235 / var(--tw-border-opacity, 1))!important}.\!border-rose-200{--tw-border-opacity: 1 !important;border-color:rgb(254 205 211 / var(--tw-border-opacity, 1))!important}.\!border-slate-200{--tw-border-opacity: 1 !important;border-color:rgb(226 232 240 / var(--tw-border-opacity, 1))!important}.\!border-teal-200{--tw-border-opacity: 1 !important;border-color:rgb(153 246 228 / var(--tw-border-opacity, 1))!important}.border-\[\#ccc\]{--tw-border-opacity: 1;border-color:rgb(204 204 204 / var(--tw-border-opacity, 1))}.border-accent{border-color:hsl(var(--accent))}.border-accent-foreground{border-color:hsl(var(--accent-foreground))}.border-accent-foreground\/0{border-color:hsl(var(--accent-foreground) / 0)}.border-accent-foreground\/10{border-color:hsl(var(--accent-foreground) / .1)}.border-accent-foreground\/100{border-color:hsl(var(--accent-foreground) / 1)}.border-accent-foreground\/15{border-color:hsl(var(--accent-foreground) / .15)}.border-accent-foreground\/20{border-color:hsl(var(--accent-foreground) / .2)}.border-accent-foreground\/25{border-color:hsl(var(--accent-foreground) / .25)}.border-accent-foreground\/30{border-color:hsl(var(--accent-foreground) / .3)}.border-accent-foreground\/35{border-color:hsl(var(--accent-foreground) / .35)}.border-accent-foreground\/40{border-color:hsl(var(--accent-foreground) / .4)}.border-accent-foreground\/45{border-color:hsl(var(--accent-foreground) / .45)}.border-accent-foreground\/5{border-color:hsl(var(--accent-foreground) / .05)}.border-accent-foreground\/50{border-color:hsl(var(--accent-foreground) / .5)}.border-accent-foreground\/55{border-color:hsl(var(--accent-foreground) / .55)}.border-accent-foreground\/60{border-color:hsl(var(--accent-foreground) / .6)}.border-accent-foreground\/65{border-color:hsl(var(--accent-foreground) / .65)}.border-accent-foreground\/70{border-color:hsl(var(--accent-foreground) / .7)}.border-accent-foreground\/75{border-color:hsl(var(--accent-foreground) / .75)}.border-accent-foreground\/80{border-color:hsl(var(--accent-foreground) / .8)}.border-accent-foreground\/85{border-color:hsl(var(--accent-foreground) / .85)}.border-accent-foreground\/90{border-color:hsl(var(--accent-foreground) / .9)}.border-accent-foreground\/95{border-color:hsl(var(--accent-foreground) / .95)}.border-accent\/0{border-color:hsl(var(--accent) / 0)}.border-accent\/10{border-color:hsl(var(--accent) / .1)}.border-accent\/100{border-color:hsl(var(--accent) / 1)}.border-accent\/15{border-color:hsl(var(--accent) / .15)}.border-accent\/20{border-color:hsl(var(--accent) / .2)}.border-accent\/25{border-color:hsl(var(--accent) / .25)}.border-accent\/30{border-color:hsl(var(--accent) / .3)}.border-accent\/35{border-color:hsl(var(--accent) / .35)}.border-accent\/40{border-color:hsl(var(--accent) / .4)}.border-accent\/45{border-color:hsl(var(--accent) / .45)}.border-accent\/5{border-color:hsl(var(--accent) / .05)}.border-accent\/50{border-color:hsl(var(--accent) / .5)}.border-accent\/55{border-color:hsl(var(--accent) / .55)}.border-accent\/60{border-color:hsl(var(--accent) / .6)}.border-accent\/65{border-color:hsl(var(--accent) / .65)}.border-accent\/70{border-color:hsl(var(--accent) / .7)}.border-accent\/75{border-color:hsl(var(--accent) / .75)}.border-accent\/80{border-color:hsl(var(--accent) / .8)}.border-accent\/85{border-color:hsl(var(--accent) / .85)}.border-accent\/90{border-color:hsl(var(--accent) / .9)}.border-accent\/95{border-color:hsl(var(--accent) / .95)}.border-amber-300{--tw-border-opacity: 1;border-color:rgb(252 211 77 / var(--tw-border-opacity, 1))}.border-background{border-color:hsl(var(--background))}.border-background\/0{border-color:hsl(var(--background) / 0)}.border-background\/10{border-color:hsl(var(--background) / .1)}.border-background\/100{border-color:hsl(var(--background) / 1)}.border-background\/15{border-color:hsl(var(--background) / .15)}.border-background\/20{border-color:hsl(var(--background) / .2)}.border-background\/25{border-color:hsl(var(--background) / .25)}.border-background\/30{border-color:hsl(var(--background) / .3)}.border-background\/35{border-color:hsl(var(--background) / .35)}.border-background\/40{border-color:hsl(var(--background) / .4)}.border-background\/45{border-color:hsl(var(--background) / .45)}.border-background\/5{border-color:hsl(var(--background) / .05)}.border-background\/50{border-color:hsl(var(--background) / .5)}.border-background\/55{border-color:hsl(var(--background) / .55)}.border-background\/60{border-color:hsl(var(--background) / .6)}.border-background\/65{border-color:hsl(var(--background) / .65)}.border-background\/70{border-color:hsl(var(--background) / .7)}.border-background\/75{border-color:hsl(var(--background) / .75)}.border-background\/80{border-color:hsl(var(--background) / .8)}.border-background\/85{border-color:hsl(var(--background) / .85)}.border-background\/90{border-color:hsl(var(--background) / .9)}.border-background\/95{border-color:hsl(var(--background) / .95)}.border-border{border-color:hsl(var(--border))}.border-border\/40{border-color:hsl(var(--border) / .4)}.border-border\/50{border-color:hsl(var(--border) / .5)}.border-border\/60{border-color:hsl(var(--border) / .6)}.border-border\/70{border-color:hsl(var(--border) / .7)}.border-border\/80{border-color:hsl(var(--border) / .8)}.border-destructive{border-color:hsl(var(--destructive))}.border-destructive-foreground{border-color:hsl(var(--destructive-foreground))}.border-destructive-foreground\/0{border-color:hsl(var(--destructive-foreground) / 0)}.border-destructive-foreground\/10{border-color:hsl(var(--destructive-foreground) / .1)}.border-destructive-foreground\/100{border-color:hsl(var(--destructive-foreground) / 1)}.border-destructive-foreground\/15{border-color:hsl(var(--destructive-foreground) / .15)}.border-destructive-foreground\/20{border-color:hsl(var(--destructive-foreground) / .2)}.border-destructive-foreground\/25{border-color:hsl(var(--destructive-foreground) / .25)}.border-destructive-foreground\/30{border-color:hsl(var(--destructive-foreground) / .3)}.border-destructive-foreground\/35{border-color:hsl(var(--destructive-foreground) / .35)}.border-destructive-foreground\/40{border-color:hsl(var(--destructive-foreground) / .4)}.border-destructive-foreground\/45{border-color:hsl(var(--destructive-foreground) / .45)}.border-destructive-foreground\/5{border-color:hsl(var(--destructive-foreground) / .05)}.border-destructive-foreground\/50{border-color:hsl(var(--destructive-foreground) / .5)}.border-destructive-foreground\/55{border-color:hsl(var(--destructive-foreground) / .55)}.border-destructive-foreground\/60{border-color:hsl(var(--destructive-foreground) / .6)}.border-destructive-foreground\/65{border-color:hsl(var(--destructive-foreground) / .65)}.border-destructive-foreground\/70{border-color:hsl(var(--destructive-foreground) / .7)}.border-destructive-foreground\/75{border-color:hsl(var(--destructive-foreground) / .75)}.border-destructive-foreground\/80{border-color:hsl(var(--destructive-foreground) / .8)}.border-destructive-foreground\/85{border-color:hsl(var(--destructive-foreground) / .85)}.border-destructive-foreground\/90{border-color:hsl(var(--destructive-foreground) / .9)}.border-destructive-foreground\/95{border-color:hsl(var(--destructive-foreground) / .95)}.border-destructive\/0{border-color:hsl(var(--destructive) / 0)}.border-destructive\/10{border-color:hsl(var(--destructive) / .1)}.border-destructive\/100{border-color:hsl(var(--destructive) / 1)}.border-destructive\/15{border-color:hsl(var(--destructive) / .15)}.border-destructive\/20{border-color:hsl(var(--destructive) / .2)}.border-destructive\/25{border-color:hsl(var(--destructive) / .25)}.border-destructive\/30{border-color:hsl(var(--destructive) / .3)}.border-destructive\/35{border-color:hsl(var(--destructive) / .35)}.border-destructive\/40{border-color:hsl(var(--destructive) / .4)}.border-destructive\/45{border-color:hsl(var(--destructive) / .45)}.border-destructive\/5{border-color:hsl(var(--destructive) / .05)}.border-destructive\/50{border-color:hsl(var(--destructive) / .5)}.border-destructive\/55{border-color:hsl(var(--destructive) / .55)}.border-destructive\/60{border-color:hsl(var(--destructive) / .6)}.border-destructive\/65{border-color:hsl(var(--destructive) / .65)}.border-destructive\/70{border-color:hsl(var(--destructive) / .7)}.border-destructive\/75{border-color:hsl(var(--destructive) / .75)}.border-destructive\/80{border-color:hsl(var(--destructive) / .8)}.border-destructive\/85{border-color:hsl(var(--destructive) / .85)}.border-destructive\/90{border-color:hsl(var(--destructive) / .9)}.border-destructive\/95{border-color:hsl(var(--destructive) / .95)}.border-emerald-200{--tw-border-opacity: 1;border-color:rgb(167 243 208 / var(--tw-border-opacity, 1))}.border-foreground{border-color:hsl(var(--foreground))}.border-foreground\/0{border-color:hsl(var(--foreground) / 0)}.border-foreground\/10{border-color:hsl(var(--foreground) / .1)}.border-foreground\/100{border-color:hsl(var(--foreground) / 1)}.border-foreground\/15{border-color:hsl(var(--foreground) / .15)}.border-foreground\/20{border-color:hsl(var(--foreground) / .2)}.border-foreground\/25{border-color:hsl(var(--foreground) / .25)}.border-foreground\/30{border-color:hsl(var(--foreground) / .3)}.border-foreground\/35{border-color:hsl(var(--foreground) / .35)}.border-foreground\/40{border-color:hsl(var(--foreground) / .4)}.border-foreground\/45{border-color:hsl(var(--foreground) / .45)}.border-foreground\/5{border-color:hsl(var(--foreground) / .05)}.border-foreground\/50{border-color:hsl(var(--foreground) / .5)}.border-foreground\/55{border-color:hsl(var(--foreground) / .55)}.border-foreground\/60{border-color:hsl(var(--foreground) / .6)}.border-foreground\/65{border-color:hsl(var(--foreground) / .65)}.border-foreground\/70{border-color:hsl(var(--foreground) / .7)}.border-foreground\/75{border-color:hsl(var(--foreground) / .75)}.border-foreground\/80{border-color:hsl(var(--foreground) / .8)}.border-foreground\/85{border-color:hsl(var(--foreground) / .85)}.border-foreground\/90{border-color:hsl(var(--foreground) / .9)}.border-foreground\/95{border-color:hsl(var(--foreground) / .95)}.border-muted{border-color:hsl(var(--muted))}.border-muted-foreground{border-color:hsl(var(--muted-foreground))}.border-muted-foreground\/0{border-color:hsl(var(--muted-foreground) / 0)}.border-muted-foreground\/10{border-color:hsl(var(--muted-foreground) / .1)}.border-muted-foreground\/100{border-color:hsl(var(--muted-foreground) / 1)}.border-muted-foreground\/15{border-color:hsl(var(--muted-foreground) / .15)}.border-muted-foreground\/20{border-color:hsl(var(--muted-foreground) / .2)}.border-muted-foreground\/25{border-color:hsl(var(--muted-foreground) / .25)}.border-muted-foreground\/30{border-color:hsl(var(--muted-foreground) / .3)}.border-muted-foreground\/35{border-color:hsl(var(--muted-foreground) / .35)}.border-muted-foreground\/40{border-color:hsl(var(--muted-foreground) / .4)}.border-muted-foreground\/45{border-color:hsl(var(--muted-foreground) / .45)}.border-muted-foreground\/5{border-color:hsl(var(--muted-foreground) / .05)}.border-muted-foreground\/50{border-color:hsl(var(--muted-foreground) / .5)}.border-muted-foreground\/55{border-color:hsl(var(--muted-foreground) / .55)}.border-muted-foreground\/60{border-color:hsl(var(--muted-foreground) / .6)}.border-muted-foreground\/65{border-color:hsl(var(--muted-foreground) / .65)}.border-muted-foreground\/70{border-color:hsl(var(--muted-foreground) / .7)}.border-muted-foreground\/75{border-color:hsl(var(--muted-foreground) / .75)}.border-muted-foreground\/80{border-color:hsl(var(--muted-foreground) / .8)}.border-muted-foreground\/85{border-color:hsl(var(--muted-foreground) / .85)}.border-muted-foreground\/90{border-color:hsl(var(--muted-foreground) / .9)}.border-muted-foreground\/95{border-color:hsl(var(--muted-foreground) / .95)}.border-muted\/0{border-color:hsl(var(--muted) / 0)}.border-muted\/10{border-color:hsl(var(--muted) / .1)}.border-muted\/100{border-color:hsl(var(--muted) / 1)}.border-muted\/15{border-color:hsl(var(--muted) / .15)}.border-muted\/20{border-color:hsl(var(--muted) / .2)}.border-muted\/25{border-color:hsl(var(--muted) / .25)}.border-muted\/30{border-color:hsl(var(--muted) / .3)}.border-muted\/35{border-color:hsl(var(--muted) / .35)}.border-muted\/40{border-color:hsl(var(--muted) / .4)}.border-muted\/45{border-color:hsl(var(--muted) / .45)}.border-muted\/5{border-color:hsl(var(--muted) / .05)}.border-muted\/50{border-color:hsl(var(--muted) / .5)}.border-muted\/55{border-color:hsl(var(--muted) / .55)}.border-muted\/60{border-color:hsl(var(--muted) / .6)}.border-muted\/65{border-color:hsl(var(--muted) / .65)}.border-muted\/70{border-color:hsl(var(--muted) / .7)}.border-muted\/75{border-color:hsl(var(--muted) / .75)}.border-muted\/80{border-color:hsl(var(--muted) / .8)}.border-muted\/85{border-color:hsl(var(--muted) / .85)}.border-muted\/90{border-color:hsl(var(--muted) / .9)}.border-muted\/95{border-color:hsl(var(--muted) / .95)}.border-primary{border-color:hsl(var(--primary))}.border-primary-foreground{border-color:hsl(var(--primary-foreground))}.border-primary-foreground\/0{border-color:hsl(var(--primary-foreground) / 0)}.border-primary-foreground\/10{border-color:hsl(var(--primary-foreground) / .1)}.border-primary-foreground\/100{border-color:hsl(var(--primary-foreground) / 1)}.border-primary-foreground\/15{border-color:hsl(var(--primary-foreground) / .15)}.border-primary-foreground\/20{border-color:hsl(var(--primary-foreground) / .2)}.border-primary-foreground\/25{border-color:hsl(var(--primary-foreground) / .25)}.border-primary-foreground\/30{border-color:hsl(var(--primary-foreground) / .3)}.border-primary-foreground\/35{border-color:hsl(var(--primary-foreground) / .35)}.border-primary-foreground\/40{border-color:hsl(var(--primary-foreground) / .4)}.border-primary-foreground\/45{border-color:hsl(var(--primary-foreground) / .45)}.border-primary-foreground\/5{border-color:hsl(var(--primary-foreground) / .05)}.border-primary-foreground\/50{border-color:hsl(var(--primary-foreground) / .5)}.border-primary-foreground\/55{border-color:hsl(var(--primary-foreground) / .55)}.border-primary-foreground\/60{border-color:hsl(var(--primary-foreground) / .6)}.border-primary-foreground\/65{border-color:hsl(var(--primary-foreground) / .65)}.border-primary-foreground\/70{border-color:hsl(var(--primary-foreground) / .7)}.border-primary-foreground\/75{border-color:hsl(var(--primary-foreground) / .75)}.border-primary-foreground\/80{border-color:hsl(var(--primary-foreground) / .8)}.border-primary-foreground\/85{border-color:hsl(var(--primary-foreground) / .85)}.border-primary-foreground\/90{border-color:hsl(var(--primary-foreground) / .9)}.border-primary-foreground\/95{border-color:hsl(var(--primary-foreground) / .95)}.border-primary\/0{border-color:hsl(var(--primary) / 0)}.border-primary\/10{border-color:hsl(var(--primary) / .1)}.border-primary\/100{border-color:hsl(var(--primary) / 1)}.border-primary\/15{border-color:hsl(var(--primary) / .15)}.border-primary\/20{border-color:hsl(var(--primary) / .2)}.border-primary\/25{border-color:hsl(var(--primary) / .25)}.border-primary\/30{border-color:hsl(var(--primary) / .3)}.border-primary\/35{border-color:hsl(var(--primary) / .35)}.border-primary\/40{border-color:hsl(var(--primary) / .4)}.border-primary\/45{border-color:hsl(var(--primary) / .45)}.border-primary\/5{border-color:hsl(var(--primary) / .05)}.border-primary\/50{border-color:hsl(var(--primary) / .5)}.border-primary\/55{border-color:hsl(var(--primary) / .55)}.border-primary\/60{border-color:hsl(var(--primary) / .6)}.border-primary\/65{border-color:hsl(var(--primary) / .65)}.border-primary\/70{border-color:hsl(var(--primary) / .7)}.border-primary\/75{border-color:hsl(var(--primary) / .75)}.border-primary\/80{border-color:hsl(var(--primary) / .8)}.border-primary\/85{border-color:hsl(var(--primary) / .85)}.border-primary\/90{border-color:hsl(var(--primary) / .9)}.border-primary\/95{border-color:hsl(var(--primary) / .95)}.border-red-200{--tw-border-opacity: 1;border-color:rgb(254 202 202 / var(--tw-border-opacity, 1))}.border-secondary{border-color:hsl(var(--secondary))}.border-secondary-foreground{border-color:hsl(var(--secondary-foreground))}.border-secondary-foreground\/0{border-color:hsl(var(--secondary-foreground) / 0)}.border-secondary-foreground\/10{border-color:hsl(var(--secondary-foreground) / .1)}.border-secondary-foreground\/100{border-color:hsl(var(--secondary-foreground) / 1)}.border-secondary-foreground\/15{border-color:hsl(var(--secondary-foreground) / .15)}.border-secondary-foreground\/20{border-color:hsl(var(--secondary-foreground) / .2)}.border-secondary-foreground\/25{border-color:hsl(var(--secondary-foreground) / .25)}.border-secondary-foreground\/30{border-color:hsl(var(--secondary-foreground) / .3)}.border-secondary-foreground\/35{border-color:hsl(var(--secondary-foreground) / .35)}.border-secondary-foreground\/40{border-color:hsl(var(--secondary-foreground) / .4)}.border-secondary-foreground\/45{border-color:hsl(var(--secondary-foreground) / .45)}.border-secondary-foreground\/5{border-color:hsl(var(--secondary-foreground) / .05)}.border-secondary-foreground\/50{border-color:hsl(var(--secondary-foreground) / .5)}.border-secondary-foreground\/55{border-color:hsl(var(--secondary-foreground) / .55)}.border-secondary-foreground\/60{border-color:hsl(var(--secondary-foreground) / .6)}.border-secondary-foreground\/65{border-color:hsl(var(--secondary-foreground) / .65)}.border-secondary-foreground\/70{border-color:hsl(var(--secondary-foreground) / .7)}.border-secondary-foreground\/75{border-color:hsl(var(--secondary-foreground) / .75)}.border-secondary-foreground\/80{border-color:hsl(var(--secondary-foreground) / .8)}.border-secondary-foreground\/85{border-color:hsl(var(--secondary-foreground) / .85)}.border-secondary-foreground\/90{border-color:hsl(var(--secondary-foreground) / .9)}.border-secondary-foreground\/95{border-color:hsl(var(--secondary-foreground) / .95)}.border-secondary\/0{border-color:hsl(var(--secondary) / 0)}.border-secondary\/10{border-color:hsl(var(--secondary) / .1)}.border-secondary\/100{border-color:hsl(var(--secondary) / 1)}.border-secondary\/15{border-color:hsl(var(--secondary) / .15)}.border-secondary\/20{border-color:hsl(var(--secondary) / .2)}.border-secondary\/25{border-color:hsl(var(--secondary) / .25)}.border-secondary\/30{border-color:hsl(var(--secondary) / .3)}.border-secondary\/35{border-color:hsl(var(--secondary) / .35)}.border-secondary\/40{border-color:hsl(var(--secondary) / .4)}.border-secondary\/45{border-color:hsl(var(--secondary) / .45)}.border-secondary\/5{border-color:hsl(var(--secondary) / .05)}.border-secondary\/50{border-color:hsl(var(--secondary) / .5)}.border-secondary\/55{border-color:hsl(var(--secondary) / .55)}.border-secondary\/60{border-color:hsl(var(--secondary) / .6)}.border-secondary\/65{border-color:hsl(var(--secondary) / .65)}.border-secondary\/70{border-color:hsl(var(--secondary) / .7)}.border-secondary\/75{border-color:hsl(var(--secondary) / .75)}.border-secondary\/80{border-color:hsl(var(--secondary) / .8)}.border-secondary\/85{border-color:hsl(var(--secondary) / .85)}.border-secondary\/90{border-color:hsl(var(--secondary) / .9)}.border-secondary\/95{border-color:hsl(var(--secondary) / .95)}.border-slate-300{--tw-border-opacity: 1;border-color:rgb(203 213 225 / var(--tw-border-opacity, 1))}.border-l-destructive\/70{border-left-color:hsl(var(--destructive) / .7)}.\!bg-amber-50{--tw-bg-opacity: 1 !important;background-color:rgb(255 251 235 / var(--tw-bg-opacity, 1))!important}.\!bg-blue-50{--tw-bg-opacity: 1 !important;background-color:rgb(239 246 255 / var(--tw-bg-opacity, 1))!important}.\!bg-emerald-50{--tw-bg-opacity: 1 !important;background-color:rgb(236 253 245 / var(--tw-bg-opacity, 1))!important}.\!bg-gray-50{--tw-bg-opacity: 1 !important;background-color:rgb(249 250 251 / var(--tw-bg-opacity, 1))!important}.\!bg-rose-50{--tw-bg-opacity: 1 !important;background-color:rgb(255 241 242 / var(--tw-bg-opacity, 1))!important}.\!bg-slate-50{--tw-bg-opacity: 1 !important;background-color:rgb(248 250 252 / var(--tw-bg-opacity, 1))!important}.\!bg-teal-50{--tw-bg-opacity: 1 !important;background-color:rgb(240 253 250 / var(--tw-bg-opacity, 1))!important}.bg-\[rgb\(230\,238\,244\)\]{--tw-bg-opacity: 1;background-color:rgb(230 238 244 / var(--tw-bg-opacity, 1))}.bg-\[rgba\(15\,23\,42\,0\.05\)\]{background-color:#0f172a0d}.bg-\[rgba\(230\,238\,244\,0\.2\)\]{background-color:#e6eef433}.bg-accent{background-color:hsl(var(--accent))}.bg-accent-foreground{background-color:hsl(var(--accent-foreground))}.bg-accent-foreground\/0{background-color:hsl(var(--accent-foreground) / 0)}.bg-accent-foreground\/10{background-color:hsl(var(--accent-foreground) / .1)}.bg-accent-foreground\/100{background-color:hsl(var(--accent-foreground) / 1)}.bg-accent-foreground\/15{background-color:hsl(var(--accent-foreground) / .15)}.bg-accent-foreground\/20{background-color:hsl(var(--accent-foreground) / .2)}.bg-accent-foreground\/25{background-color:hsl(var(--accent-foreground) / .25)}.bg-accent-foreground\/30{background-color:hsl(var(--accent-foreground) / .3)}.bg-accent-foreground\/35{background-color:hsl(var(--accent-foreground) / .35)}.bg-accent-foreground\/40{background-color:hsl(var(--accent-foreground) / .4)}.bg-accent-foreground\/45{background-color:hsl(var(--accent-foreground) / .45)}.bg-accent-foreground\/5{background-color:hsl(var(--accent-foreground) / .05)}.bg-accent-foreground\/50{background-color:hsl(var(--accent-foreground) / .5)}.bg-accent-foreground\/55{background-color:hsl(var(--accent-foreground) / .55)}.bg-accent-foreground\/60{background-color:hsl(var(--accent-foreground) / .6)}.bg-accent-foreground\/65{background-color:hsl(var(--accent-foreground) / .65)}.bg-accent-foreground\/70{background-color:hsl(var(--accent-foreground) / .7)}.bg-accent-foreground\/75{background-color:hsl(var(--accent-foreground) / .75)}.bg-accent-foreground\/80{background-color:hsl(var(--accent-foreground) / .8)}.bg-accent-foreground\/85{background-color:hsl(var(--accent-foreground) / .85)}.bg-accent-foreground\/90{background-color:hsl(var(--accent-foreground) / .9)}.bg-accent-foreground\/95{background-color:hsl(var(--accent-foreground) / .95)}.bg-accent\/0{background-color:hsl(var(--accent) / 0)}.bg-accent\/10{background-color:hsl(var(--accent) / .1)}.bg-accent\/100{background-color:hsl(var(--accent) / 1)}.bg-accent\/15{background-color:hsl(var(--accent) / .15)}.bg-accent\/20{background-color:hsl(var(--accent) / .2)}.bg-accent\/25{background-color:hsl(var(--accent) / .25)}.bg-accent\/30{background-color:hsl(var(--accent) / .3)}.bg-accent\/35{background-color:hsl(var(--accent) / .35)}.bg-accent\/40{background-color:hsl(var(--accent) / .4)}.bg-accent\/45{background-color:hsl(var(--accent) / .45)}.bg-accent\/5{background-color:hsl(var(--accent) / .05)}.bg-accent\/50{background-color:hsl(var(--accent) / .5)}.bg-accent\/55{background-color:hsl(var(--accent) / .55)}.bg-accent\/60{background-color:hsl(var(--accent) / .6)}.bg-accent\/65{background-color:hsl(var(--accent) / .65)}.bg-accent\/70{background-color:hsl(var(--accent) / .7)}.bg-accent\/75{background-color:hsl(var(--accent) / .75)}.bg-accent\/80{background-color:hsl(var(--accent) / .8)}.bg-accent\/85{background-color:hsl(var(--accent) / .85)}.bg-accent\/90{background-color:hsl(var(--accent) / .9)}.bg-accent\/95{background-color:hsl(var(--accent) / .95)}.bg-amber-200\/80{background-color:#fde68acc}.bg-amber-50{--tw-bg-opacity: 1;background-color:rgb(255 251 235 / var(--tw-bg-opacity, 1))}.bg-background{background-color:hsl(var(--background))}.bg-background\/0{background-color:hsl(var(--background) / 0)}.bg-background\/10{background-color:hsl(var(--background) / .1)}.bg-background\/100{background-color:hsl(var(--background) / 1)}.bg-background\/15{background-color:hsl(var(--background) / .15)}.bg-background\/20{background-color:hsl(var(--background) / .2)}.bg-background\/25{background-color:hsl(var(--background) / .25)}.bg-background\/30{background-color:hsl(var(--background) / .3)}.bg-background\/35{background-color:hsl(var(--background) / .35)}.bg-background\/40{background-color:hsl(var(--background) / .4)}.bg-background\/45{background-color:hsl(var(--background) / .45)}.bg-background\/5{background-color:hsl(var(--background) / .05)}.bg-background\/50{background-color:hsl(var(--background) / .5)}.bg-background\/55{background-color:hsl(var(--background) / .55)}.bg-background\/60{background-color:hsl(var(--background) / .6)}.bg-background\/65{background-color:hsl(var(--background) / .65)}.bg-background\/70{background-color:hsl(var(--background) / .7)}.bg-background\/75{background-color:hsl(var(--background) / .75)}.bg-background\/80{background-color:hsl(var(--background) / .8)}.bg-background\/85{background-color:hsl(var(--background) / .85)}.bg-background\/90{background-color:hsl(var(--background) / .9)}.bg-background\/95{background-color:hsl(var(--background) / .95)}.bg-black\/30{background-color:#0000004d}.bg-black\/40{background-color:#0006}.bg-black\/60{background-color:#0009}.bg-border\/60{background-color:hsl(var(--border) / .6)}.bg-destructive{background-color:hsl(var(--destructive))}.bg-destructive-foreground{background-color:hsl(var(--destructive-foreground))}.bg-destructive-foreground\/0{background-color:hsl(var(--destructive-foreground) / 0)}.bg-destructive-foreground\/10{background-color:hsl(var(--destructive-foreground) / .1)}.bg-destructive-foreground\/100{background-color:hsl(var(--destructive-foreground) / 1)}.bg-destructive-foreground\/15{background-color:hsl(var(--destructive-foreground) / .15)}.bg-destructive-foreground\/20{background-color:hsl(var(--destructive-foreground) / .2)}.bg-destructive-foreground\/25{background-color:hsl(var(--destructive-foreground) / .25)}.bg-destructive-foreground\/30{background-color:hsl(var(--destructive-foreground) / .3)}.bg-destructive-foreground\/35{background-color:hsl(var(--destructive-foreground) / .35)}.bg-destructive-foreground\/40{background-color:hsl(var(--destructive-foreground) / .4)}.bg-destructive-foreground\/45{background-color:hsl(var(--destructive-foreground) / .45)}.bg-destructive-foreground\/5{background-color:hsl(var(--destructive-foreground) / .05)}.bg-destructive-foreground\/50{background-color:hsl(var(--destructive-foreground) / .5)}.bg-destructive-foreground\/55{background-color:hsl(var(--destructive-foreground) / .55)}.bg-destructive-foreground\/60{background-color:hsl(var(--destructive-foreground) / .6)}.bg-destructive-foreground\/65{background-color:hsl(var(--destructive-foreground) / .65)}.bg-destructive-foreground\/70{background-color:hsl(var(--destructive-foreground) / .7)}.bg-destructive-foreground\/75{background-color:hsl(var(--destructive-foreground) / .75)}.bg-destructive-foreground\/80{background-color:hsl(var(--destructive-foreground) / .8)}.bg-destructive-foreground\/85{background-color:hsl(var(--destructive-foreground) / .85)}.bg-destructive-foreground\/90{background-color:hsl(var(--destructive-foreground) / .9)}.bg-destructive-foreground\/95{background-color:hsl(var(--destructive-foreground) / .95)}.bg-destructive\/0{background-color:hsl(var(--destructive) / 0)}.bg-destructive\/10{background-color:hsl(var(--destructive) / .1)}.bg-destructive\/100{background-color:hsl(var(--destructive) / 1)}.bg-destructive\/15{background-color:hsl(var(--destructive) / .15)}.bg-destructive\/20{background-color:hsl(var(--destructive) / .2)}.bg-destructive\/25{background-color:hsl(var(--destructive) / .25)}.bg-destructive\/30{background-color:hsl(var(--destructive) / .3)}.bg-destructive\/35{background-color:hsl(var(--destructive) / .35)}.bg-destructive\/40{background-color:hsl(var(--destructive) / .4)}.bg-destructive\/45{background-color:hsl(var(--destructive) / .45)}.bg-destructive\/5{background-color:hsl(var(--destructive) / .05)}.bg-destructive\/50{background-color:hsl(var(--destructive) / .5)}.bg-destructive\/55{background-color:hsl(var(--destructive) / .55)}.bg-destructive\/60{background-color:hsl(var(--destructive) / .6)}.bg-destructive\/65{background-color:hsl(var(--destructive) / .65)}.bg-destructive\/70{background-color:hsl(var(--destructive) / .7)}.bg-destructive\/75{background-color:hsl(var(--destructive) / .75)}.bg-destructive\/80{background-color:hsl(var(--destructive) / .8)}.bg-destructive\/85{background-color:hsl(var(--destructive) / .85)}.bg-destructive\/90{background-color:hsl(var(--destructive) / .9)}.bg-destructive\/95{background-color:hsl(var(--destructive) / .95)}.bg-emerald-50{--tw-bg-opacity: 1;background-color:rgb(236 253 245 / var(--tw-bg-opacity, 1))}.bg-emerald-50\/70{background-color:#ecfdf5b3}.bg-emerald-500{--tw-bg-opacity: 1;background-color:rgb(16 185 129 / var(--tw-bg-opacity, 1))}.bg-foreground{background-color:hsl(var(--foreground))}.bg-foreground\/0{background-color:hsl(var(--foreground) / 0)}.bg-foreground\/10{background-color:hsl(var(--foreground) / .1)}.bg-foreground\/100{background-color:hsl(var(--foreground) / 1)}.bg-foreground\/15{background-color:hsl(var(--foreground) / .15)}.bg-foreground\/20{background-color:hsl(var(--foreground) / .2)}.bg-foreground\/25{background-color:hsl(var(--foreground) / .25)}.bg-foreground\/30{background-color:hsl(var(--foreground) / .3)}.bg-foreground\/35{background-color:hsl(var(--foreground) / .35)}.bg-foreground\/40{background-color:hsl(var(--foreground) / .4)}.bg-foreground\/45{background-color:hsl(var(--foreground) / .45)}.bg-foreground\/5{background-color:hsl(var(--foreground) / .05)}.bg-foreground\/50{background-color:hsl(var(--foreground) / .5)}.bg-foreground\/55{background-color:hsl(var(--foreground) / .55)}.bg-foreground\/60{background-color:hsl(var(--foreground) / .6)}.bg-foreground\/65{background-color:hsl(var(--foreground) / .65)}.bg-foreground\/70{background-color:hsl(var(--foreground) / .7)}.bg-foreground\/75{background-color:hsl(var(--foreground) / .75)}.bg-foreground\/80{background-color:hsl(var(--foreground) / .8)}.bg-foreground\/85{background-color:hsl(var(--foreground) / .85)}.bg-foreground\/90{background-color:hsl(var(--foreground) / .9)}.bg-foreground\/95{background-color:hsl(var(--foreground) / .95)}.bg-muted{background-color:hsl(var(--muted))}.bg-muted-foreground{background-color:hsl(var(--muted-foreground))}.bg-muted-foreground\/0{background-color:hsl(var(--muted-foreground) / 0)}.bg-muted-foreground\/10{background-color:hsl(var(--muted-foreground) / .1)}.bg-muted-foreground\/100{background-color:hsl(var(--muted-foreground) / 1)}.bg-muted-foreground\/15{background-color:hsl(var(--muted-foreground) / .15)}.bg-muted-foreground\/20{background-color:hsl(var(--muted-foreground) / .2)}.bg-muted-foreground\/25{background-color:hsl(var(--muted-foreground) / .25)}.bg-muted-foreground\/30{background-color:hsl(var(--muted-foreground) / .3)}.bg-muted-foreground\/35{background-color:hsl(var(--muted-foreground) / .35)}.bg-muted-foreground\/40{background-color:hsl(var(--muted-foreground) / .4)}.bg-muted-foreground\/45{background-color:hsl(var(--muted-foreground) / .45)}.bg-muted-foreground\/5{background-color:hsl(var(--muted-foreground) / .05)}.bg-muted-foreground\/50{background-color:hsl(var(--muted-foreground) / .5)}.bg-muted-foreground\/55{background-color:hsl(var(--muted-foreground) / .55)}.bg-muted-foreground\/60{background-color:hsl(var(--muted-foreground) / .6)}.bg-muted-foreground\/65{background-color:hsl(var(--muted-foreground) / .65)}.bg-muted-foreground\/70{background-color:hsl(var(--muted-foreground) / .7)}.bg-muted-foreground\/75{background-color:hsl(var(--muted-foreground) / .75)}.bg-muted-foreground\/80{background-color:hsl(var(--muted-foreground) / .8)}.bg-muted-foreground\/85{background-color:hsl(var(--muted-foreground) / .85)}.bg-muted-foreground\/90{background-color:hsl(var(--muted-foreground) / .9)}.bg-muted-foreground\/95{background-color:hsl(var(--muted-foreground) / .95)}.bg-muted\/0{background-color:hsl(var(--muted) / 0)}.bg-muted\/10{background-color:hsl(var(--muted) / .1)}.bg-muted\/100{background-color:hsl(var(--muted) / 1)}.bg-muted\/15{background-color:hsl(var(--muted) / .15)}.bg-muted\/20{background-color:hsl(var(--muted) / .2)}.bg-muted\/25{background-color:hsl(var(--muted) / .25)}.bg-muted\/30{background-color:hsl(var(--muted) / .3)}.bg-muted\/35{background-color:hsl(var(--muted) / .35)}.bg-muted\/40{background-color:hsl(var(--muted) / .4)}.bg-muted\/45{background-color:hsl(var(--muted) / .45)}.bg-muted\/5{background-color:hsl(var(--muted) / .05)}.bg-muted\/50{background-color:hsl(var(--muted) / .5)}.bg-muted\/55{background-color:hsl(var(--muted) / .55)}.bg-muted\/60{background-color:hsl(var(--muted) / .6)}.bg-muted\/65{background-color:hsl(var(--muted) / .65)}.bg-muted\/70{background-color:hsl(var(--muted) / .7)}.bg-muted\/75{background-color:hsl(var(--muted) / .75)}.bg-muted\/80{background-color:hsl(var(--muted) / .8)}.bg-muted\/85{background-color:hsl(var(--muted) / .85)}.bg-muted\/90{background-color:hsl(var(--muted) / .9)}.bg-muted\/95{background-color:hsl(var(--muted) / .95)}.bg-neutral-950\/95{background-color:#0a0a0af2}.bg-popover{background-color:hsl(var(--popover))}.bg-primary{background-color:hsl(var(--primary))}.bg-primary-foreground{background-color:hsl(var(--primary-foreground))}.bg-primary-foreground\/0{background-color:hsl(var(--primary-foreground) / 0)}.bg-primary-foreground\/10{background-color:hsl(var(--primary-foreground) / .1)}.bg-primary-foreground\/100{background-color:hsl(var(--primary-foreground) / 1)}.bg-primary-foreground\/15{background-color:hsl(var(--primary-foreground) / .15)}.bg-primary-foreground\/20{background-color:hsl(var(--primary-foreground) / .2)}.bg-primary-foreground\/25{background-color:hsl(var(--primary-foreground) / .25)}.bg-primary-foreground\/30{background-color:hsl(var(--primary-foreground) / .3)}.bg-primary-foreground\/35{background-color:hsl(var(--primary-foreground) / .35)}.bg-primary-foreground\/40{background-color:hsl(var(--primary-foreground) / .4)}.bg-primary-foreground\/45{background-color:hsl(var(--primary-foreground) / .45)}.bg-primary-foreground\/5{background-color:hsl(var(--primary-foreground) / .05)}.bg-primary-foreground\/50{background-color:hsl(var(--primary-foreground) / .5)}.bg-primary-foreground\/55{background-color:hsl(var(--primary-foreground) / .55)}.bg-primary-foreground\/60{background-color:hsl(var(--primary-foreground) / .6)}.bg-primary-foreground\/65{background-color:hsl(var(--primary-foreground) / .65)}.bg-primary-foreground\/70{background-color:hsl(var(--primary-foreground) / .7)}.bg-primary-foreground\/75{background-color:hsl(var(--primary-foreground) / .75)}.bg-primary-foreground\/80{background-color:hsl(var(--primary-foreground) / .8)}.bg-primary-foreground\/85{background-color:hsl(var(--primary-foreground) / .85)}.bg-primary-foreground\/90{background-color:hsl(var(--primary-foreground) / .9)}.bg-primary-foreground\/95{background-color:hsl(var(--primary-foreground) / .95)}.bg-primary\/0{background-color:hsl(var(--primary) / 0)}.bg-primary\/10{background-color:hsl(var(--primary) / .1)}.bg-primary\/100{background-color:hsl(var(--primary) / 1)}.bg-primary\/15{background-color:hsl(var(--primary) / .15)}.bg-primary\/20{background-color:hsl(var(--primary) / .2)}.bg-primary\/25{background-color:hsl(var(--primary) / .25)}.bg-primary\/30{background-color:hsl(var(--primary) / .3)}.bg-primary\/35{background-color:hsl(var(--primary) / .35)}.bg-primary\/40{background-color:hsl(var(--primary) / .4)}.bg-primary\/45{background-color:hsl(var(--primary) / .45)}.bg-primary\/5{background-color:hsl(var(--primary) / .05)}.bg-primary\/50{background-color:hsl(var(--primary) / .5)}.bg-primary\/55{background-color:hsl(var(--primary) / .55)}.bg-primary\/60{background-color:hsl(var(--primary) / .6)}.bg-primary\/65{background-color:hsl(var(--primary) / .65)}.bg-primary\/70{background-color:hsl(var(--primary) / .7)}.bg-primary\/75{background-color:hsl(var(--primary) / .75)}.bg-primary\/80{background-color:hsl(var(--primary) / .8)}.bg-primary\/85{background-color:hsl(var(--primary) / .85)}.bg-primary\/90{background-color:hsl(var(--primary) / .9)}.bg-primary\/95{background-color:hsl(var(--primary) / .95)}.bg-red-50{--tw-bg-opacity: 1;background-color:rgb(254 242 242 / var(--tw-bg-opacity, 1))}.bg-secondary{background-color:hsl(var(--secondary))}.bg-secondary-foreground{background-color:hsl(var(--secondary-foreground))}.bg-secondary-foreground\/0{background-color:hsl(var(--secondary-foreground) / 0)}.bg-secondary-foreground\/10{background-color:hsl(var(--secondary-foreground) / .1)}.bg-secondary-foreground\/100{background-color:hsl(var(--secondary-foreground) / 1)}.bg-secondary-foreground\/15{background-color:hsl(var(--secondary-foreground) / .15)}.bg-secondary-foreground\/20{background-color:hsl(var(--secondary-foreground) / .2)}.bg-secondary-foreground\/25{background-color:hsl(var(--secondary-foreground) / .25)}.bg-secondary-foreground\/30{background-color:hsl(var(--secondary-foreground) / .3)}.bg-secondary-foreground\/35{background-color:hsl(var(--secondary-foreground) / .35)}.bg-secondary-foreground\/40{background-color:hsl(var(--secondary-foreground) / .4)}.bg-secondary-foreground\/45{background-color:hsl(var(--secondary-foreground) / .45)}.bg-secondary-foreground\/5{background-color:hsl(var(--secondary-foreground) / .05)}.bg-secondary-foreground\/50{background-color:hsl(var(--secondary-foreground) / .5)}.bg-secondary-foreground\/55{background-color:hsl(var(--secondary-foreground) / .55)}.bg-secondary-foreground\/60{background-color:hsl(var(--secondary-foreground) / .6)}.bg-secondary-foreground\/65{background-color:hsl(var(--secondary-foreground) / .65)}.bg-secondary-foreground\/70{background-color:hsl(var(--secondary-foreground) / .7)}.bg-secondary-foreground\/75{background-color:hsl(var(--secondary-foreground) / .75)}.bg-secondary-foreground\/80{background-color:hsl(var(--secondary-foreground) / .8)}.bg-secondary-foreground\/85{background-color:hsl(var(--secondary-foreground) / .85)}.bg-secondary-foreground\/90{background-color:hsl(var(--secondary-foreground) / .9)}.bg-secondary-foreground\/95{background-color:hsl(var(--secondary-foreground) / .95)}.bg-secondary\/0{background-color:hsl(var(--secondary) / 0)}.bg-secondary\/10{background-color:hsl(var(--secondary) / .1)}.bg-secondary\/100{background-color:hsl(var(--secondary) / 1)}.bg-secondary\/15{background-color:hsl(var(--secondary) / .15)}.bg-secondary\/20{background-color:hsl(var(--secondary) / .2)}.bg-secondary\/25{background-color:hsl(var(--secondary) / .25)}.bg-secondary\/30{background-color:hsl(var(--secondary) / .3)}.bg-secondary\/35{background-color:hsl(var(--secondary) / .35)}.bg-secondary\/40{background-color:hsl(var(--secondary) / .4)}.bg-secondary\/45{background-color:hsl(var(--secondary) / .45)}.bg-secondary\/5{background-color:hsl(var(--secondary) / .05)}.bg-secondary\/50{background-color:hsl(var(--secondary) / .5)}.bg-secondary\/55{background-color:hsl(var(--secondary) / .55)}.bg-secondary\/60{background-color:hsl(var(--secondary) / .6)}.bg-secondary\/65{background-color:hsl(var(--secondary) / .65)}.bg-secondary\/70{background-color:hsl(var(--secondary) / .7)}.bg-secondary\/75{background-color:hsl(var(--secondary) / .75)}.bg-secondary\/80{background-color:hsl(var(--secondary) / .8)}.bg-secondary\/85{background-color:hsl(var(--secondary) / .85)}.bg-secondary\/90{background-color:hsl(var(--secondary) / .9)}.bg-secondary\/95{background-color:hsl(var(--secondary) / .95)}.bg-slate-100{--tw-bg-opacity: 1;background-color:rgb(241 245 249 / var(--tw-bg-opacity, 1))}.bg-slate-50{--tw-bg-opacity: 1;background-color:rgb(248 250 252 / var(--tw-bg-opacity, 1))}.bg-slate-900{--tw-bg-opacity: 1;background-color:rgb(15 23 42 / var(--tw-bg-opacity, 1))}.bg-transparent{background-color:transparent}.bg-white{--tw-bg-opacity: 1;background-color:rgb(255 255 255 / var(--tw-bg-opacity, 1))}.bg-white\/0{background-color:#fff0}.bg-white\/10{background-color:#ffffff1a}.bg-white\/100{background-color:#fff}.bg-white\/15{background-color:#ffffff26}.bg-white\/20{background-color:#fff3}.bg-white\/25{background-color:#ffffff40}.bg-white\/30{background-color:#ffffff4d}.bg-white\/35{background-color:#ffffff59}.bg-white\/40{background-color:#fff6}.bg-white\/45{background-color:#ffffff73}.bg-white\/5{background-color:#ffffff0d}.bg-white\/50{background-color:#ffffff80}.bg-white\/55{background-color:#ffffff8c}.bg-white\/60{background-color:#fff9}.bg-white\/65{background-color:#ffffffa6}.bg-white\/70{background-color:#ffffffb3}.bg-white\/75{background-color:#ffffffbf}.bg-white\/80{background-color:#fffc}.bg-white\/85{background-color:#ffffffd9}.bg-white\/90{background-color:#ffffffe6}.bg-white\/95{background-color:#fffffff2}.bg-gradient-to-br{background-image:linear-gradient(to bottom right,var(--tw-gradient-stops))}.bg-gradient-to-r{background-image:linear-gradient(to right,var(--tw-gradient-stops))}.from-slate-50{--tw-gradient-from: #f8fafc var(--tw-gradient-from-position);--tw-gradient-to: rgb(248 250 252 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-white{--tw-gradient-from: #fff var(--tw-gradient-from-position);--tw-gradient-to: rgb(255 255 255 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.via-white{--tw-gradient-to: rgb(255 255 255 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), #fff var(--tw-gradient-via-position), var(--tw-gradient-to)}.to-emerald-50\/40{--tw-gradient-to: rgb(236 253 245 / .4) var(--tw-gradient-to-position)}.to-muted\/20{--tw-gradient-to: hsl(var(--muted) / .2) var(--tw-gradient-to-position)}.to-slate-100{--tw-gradient-to: #f1f5f9 var(--tw-gradient-to-position)}.object-contain{-o-object-fit:contain;object-fit:contain}.object-cover{-o-object-fit:cover;object-fit:cover}.p-0{padding:0}.p-1{padding:.25rem}.p-2{padding:.5rem}.p-2\.5{padding:.625rem}.p-3{padding:.75rem}.p-4{padding:1rem}.p-5{padding:1.25rem}.p-6{padding:1.5rem}.p-8{padding:2rem}.\!px-1\.5{padding-left:.375rem!important;padding-right:.375rem!important}.\!px-2{padding-left:.5rem!important;padding-right:.5rem!important}.\!px-3{padding-left:.75rem!important;padding-right:.75rem!important}.\!py-0\.5{padding-top:.125rem!important;padding-bottom:.125rem!important}.\!py-1{padding-top:.25rem!important;padding-bottom:.25rem!important}.\!py-2{padding-top:.5rem!important;padding-bottom:.5rem!important}.px-0{padding-left:0;padding-right:0}.px-0\.5{padding-left:.125rem;padding-right:.125rem}.px-1{padding-left:.25rem;padding-right:.25rem}.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-10{padding-top:2.5rem;padding-bottom:2.5rem}.py-12{padding-top:3rem;padding-bottom:3rem}.py-2{padding-top:.5rem;padding-bottom:.5rem}.py-2\.5{padding-top:.625rem;padding-bottom:.625rem}.py-3{padding-top:.75rem;padding-bottom:.75rem}.py-4{padding-top:1rem;padding-bottom:1rem}.py-5{padding-top:1.25rem;padding-bottom:1.25rem}.py-6{padding-top:1.5rem;padding-bottom:1.5rem}.py-8{padding-top:2rem;padding-bottom:2rem}.\!pr-6{padding-right:1.5rem!important}.pb-0{padding-bottom:0}.pb-1{padding-bottom:.25rem}.pb-2{padding-bottom:.5rem}.pb-3{padding-bottom:.75rem}.pb-4{padding-bottom:1rem}.pb-5{padding-bottom:1.25rem}.pb-6{padding-bottom:1.5rem}.pb-8{padding-bottom:2rem}.pl-1{padding-left:.25rem}.pl-10{padding-left:2.5rem}.pl-3{padding-left:.75rem}.pl-4{padding-left:1rem}.pl-5{padding-left:1.25rem}.pl-6{padding-left:1.5rem}.pr-1{padding-right:.25rem}.pr-10{padding-right:2.5rem}.pr-3{padding-right:.75rem}.pt-0{padding-top:0}.pt-1{padding-top:.25rem}.pt-2{padding-top:.5rem}.pt-3{padding-top:.75rem}.pt-4{padding-top:1rem}.pt-5{padding-top:1.25rem}.pt-6{padding-top:1.5rem}.pt-\[var\(--admin-global-bar-height\)\]{padding-top:var(--admin-global-bar-height)}.text-left{text-align:left}.text-center{text-align:center}.text-right{text-align:right}.align-top{vertical-align:top}.align-middle{vertical-align:middle}.font-mono{font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,Liberation Mono,Courier New,monospace}.\!text-\[10px\]{font-size:10px!important}.\!text-\[11px\]{font-size:11px!important}.\!text-sm{font-size:.875rem!important;line-height:1.25rem!important}.\!text-xs{font-size:.75rem!important;line-height:1rem!important}.text-2xl{font-size:1.5rem;line-height:2rem}.text-3xl{font-size:1.875rem;line-height:2.25rem}.text-\[0\.7rem\]{font-size:.7rem}.text-\[10px\]{font-size:10px}.text-\[11px\]{font-size:11px}.text-\[13px\]{font-size:13px}.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-bold{font-weight:700}.font-medium{font-weight:500}.font-normal{font-weight:400}.font-semibold{font-weight:600}.uppercase{text-transform:uppercase}.lowercase{text-transform:lowercase}.normal-case{text-transform:none}.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-5{line-height:1.25rem}.leading-6{line-height:1.5rem}.leading-none{line-height:1}.leading-relaxed{line-height:1.625}.leading-tight{line-height:1.25}.tracking-normal{letter-spacing:0em}.tracking-tight{letter-spacing:-.025em}.tracking-wide{letter-spacing:.025em}.\!text-amber-800{--tw-text-opacity: 1 !important;color:rgb(146 64 14 / var(--tw-text-opacity, 1))!important}.\!text-blue-800{--tw-text-opacity: 1 !important;color:rgb(30 64 175 / var(--tw-text-opacity, 1))!important}.\!text-emerald-800{--tw-text-opacity: 1 !important;color:rgb(6 95 70 / var(--tw-text-opacity, 1))!important}.\!text-gray-800{--tw-text-opacity: 1 !important;color:rgb(31 41 55 / var(--tw-text-opacity, 1))!important}.\!text-rose-800{--tw-text-opacity: 1 !important;color:rgb(159 18 57 / var(--tw-text-opacity, 1))!important}.\!text-slate-700{--tw-text-opacity: 1 !important;color:rgb(51 65 85 / var(--tw-text-opacity, 1))!important}.\!text-slate-800{--tw-text-opacity: 1 !important;color:rgb(30 41 59 / var(--tw-text-opacity, 1))!important}.\!text-teal-800{--tw-text-opacity: 1 !important;color:rgb(17 94 89 / var(--tw-text-opacity, 1))!important}.text-accent{color:hsl(var(--accent))}.text-accent-foreground{color:hsl(var(--accent-foreground))}.text-accent-foreground\/0{color:hsl(var(--accent-foreground) / 0)}.text-accent-foreground\/10{color:hsl(var(--accent-foreground) / .1)}.text-accent-foreground\/100{color:hsl(var(--accent-foreground) / 1)}.text-accent-foreground\/15{color:hsl(var(--accent-foreground) / .15)}.text-accent-foreground\/20{color:hsl(var(--accent-foreground) / .2)}.text-accent-foreground\/25{color:hsl(var(--accent-foreground) / .25)}.text-accent-foreground\/30{color:hsl(var(--accent-foreground) / .3)}.text-accent-foreground\/35{color:hsl(var(--accent-foreground) / .35)}.text-accent-foreground\/40{color:hsl(var(--accent-foreground) / .4)}.text-accent-foreground\/45{color:hsl(var(--accent-foreground) / .45)}.text-accent-foreground\/5{color:hsl(var(--accent-foreground) / .05)}.text-accent-foreground\/50{color:hsl(var(--accent-foreground) / .5)}.text-accent-foreground\/55{color:hsl(var(--accent-foreground) / .55)}.text-accent-foreground\/60{color:hsl(var(--accent-foreground) / .6)}.text-accent-foreground\/65{color:hsl(var(--accent-foreground) / .65)}.text-accent-foreground\/70{color:hsl(var(--accent-foreground) / .7)}.text-accent-foreground\/75{color:hsl(var(--accent-foreground) / .75)}.text-accent-foreground\/80{color:hsl(var(--accent-foreground) / .8)}.text-accent-foreground\/85{color:hsl(var(--accent-foreground) / .85)}.text-accent-foreground\/90{color:hsl(var(--accent-foreground) / .9)}.text-accent-foreground\/95{color:hsl(var(--accent-foreground) / .95)}.text-accent\/0{color:hsl(var(--accent) / 0)}.text-accent\/10{color:hsl(var(--accent) / .1)}.text-accent\/100{color:hsl(var(--accent) / 1)}.text-accent\/15{color:hsl(var(--accent) / .15)}.text-accent\/20{color:hsl(var(--accent) / .2)}.text-accent\/25{color:hsl(var(--accent) / .25)}.text-accent\/30{color:hsl(var(--accent) / .3)}.text-accent\/35{color:hsl(var(--accent) / .35)}.text-accent\/40{color:hsl(var(--accent) / .4)}.text-accent\/45{color:hsl(var(--accent) / .45)}.text-accent\/5{color:hsl(var(--accent) / .05)}.text-accent\/50{color:hsl(var(--accent) / .5)}.text-accent\/55{color:hsl(var(--accent) / .55)}.text-accent\/60{color:hsl(var(--accent) / .6)}.text-accent\/65{color:hsl(var(--accent) / .65)}.text-accent\/70{color:hsl(var(--accent) / .7)}.text-accent\/75{color:hsl(var(--accent) / .75)}.text-accent\/80{color:hsl(var(--accent) / .8)}.text-accent\/85{color:hsl(var(--accent) / .85)}.text-accent\/90{color:hsl(var(--accent) / .9)}.text-accent\/95{color:hsl(var(--accent) / .95)}.text-amber-900{--tw-text-opacity: 1;color:rgb(120 53 15 / var(--tw-text-opacity, 1))}.text-background{color:hsl(var(--background))}.text-background\/0{color:hsl(var(--background) / 0)}.text-background\/10{color:hsl(var(--background) / .1)}.text-background\/100{color:hsl(var(--background) / 1)}.text-background\/15{color:hsl(var(--background) / .15)}.text-background\/20{color:hsl(var(--background) / .2)}.text-background\/25{color:hsl(var(--background) / .25)}.text-background\/30{color:hsl(var(--background) / .3)}.text-background\/35{color:hsl(var(--background) / .35)}.text-background\/40{color:hsl(var(--background) / .4)}.text-background\/45{color:hsl(var(--background) / .45)}.text-background\/5{color:hsl(var(--background) / .05)}.text-background\/50{color:hsl(var(--background) / .5)}.text-background\/55{color:hsl(var(--background) / .55)}.text-background\/60{color:hsl(var(--background) / .6)}.text-background\/65{color:hsl(var(--background) / .65)}.text-background\/70{color:hsl(var(--background) / .7)}.text-background\/75{color:hsl(var(--background) / .75)}.text-background\/80{color:hsl(var(--background) / .8)}.text-background\/85{color:hsl(var(--background) / .85)}.text-background\/90{color:hsl(var(--background) / .9)}.text-background\/95{color:hsl(var(--background) / .95)}.text-current{color:currentColor}.text-destructive{color:hsl(var(--destructive))}.text-destructive-foreground{color:hsl(var(--destructive-foreground))}.text-destructive-foreground\/0{color:hsl(var(--destructive-foreground) / 0)}.text-destructive-foreground\/10{color:hsl(var(--destructive-foreground) / .1)}.text-destructive-foreground\/100{color:hsl(var(--destructive-foreground) / 1)}.text-destructive-foreground\/15{color:hsl(var(--destructive-foreground) / .15)}.text-destructive-foreground\/20{color:hsl(var(--destructive-foreground) / .2)}.text-destructive-foreground\/25{color:hsl(var(--destructive-foreground) / .25)}.text-destructive-foreground\/30{color:hsl(var(--destructive-foreground) / .3)}.text-destructive-foreground\/35{color:hsl(var(--destructive-foreground) / .35)}.text-destructive-foreground\/40{color:hsl(var(--destructive-foreground) / .4)}.text-destructive-foreground\/45{color:hsl(var(--destructive-foreground) / .45)}.text-destructive-foreground\/5{color:hsl(var(--destructive-foreground) / .05)}.text-destructive-foreground\/50{color:hsl(var(--destructive-foreground) / .5)}.text-destructive-foreground\/55{color:hsl(var(--destructive-foreground) / .55)}.text-destructive-foreground\/60{color:hsl(var(--destructive-foreground) / .6)}.text-destructive-foreground\/65{color:hsl(var(--destructive-foreground) / .65)}.text-destructive-foreground\/70{color:hsl(var(--destructive-foreground) / .7)}.text-destructive-foreground\/75{color:hsl(var(--destructive-foreground) / .75)}.text-destructive-foreground\/80{color:hsl(var(--destructive-foreground) / .8)}.text-destructive-foreground\/85{color:hsl(var(--destructive-foreground) / .85)}.text-destructive-foreground\/90{color:hsl(var(--destructive-foreground) / .9)}.text-destructive-foreground\/95{color:hsl(var(--destructive-foreground) / .95)}.text-destructive\/0{color:hsl(var(--destructive) / 0)}.text-destructive\/10{color:hsl(var(--destructive) / .1)}.text-destructive\/100{color:hsl(var(--destructive) / 1)}.text-destructive\/15{color:hsl(var(--destructive) / .15)}.text-destructive\/20{color:hsl(var(--destructive) / .2)}.text-destructive\/25{color:hsl(var(--destructive) / .25)}.text-destructive\/30{color:hsl(var(--destructive) / .3)}.text-destructive\/35{color:hsl(var(--destructive) / .35)}.text-destructive\/40{color:hsl(var(--destructive) / .4)}.text-destructive\/45{color:hsl(var(--destructive) / .45)}.text-destructive\/5{color:hsl(var(--destructive) / .05)}.text-destructive\/50{color:hsl(var(--destructive) / .5)}.text-destructive\/55{color:hsl(var(--destructive) / .55)}.text-destructive\/60{color:hsl(var(--destructive) / .6)}.text-destructive\/65{color:hsl(var(--destructive) / .65)}.text-destructive\/70{color:hsl(var(--destructive) / .7)}.text-destructive\/75{color:hsl(var(--destructive) / .75)}.text-destructive\/80{color:hsl(var(--destructive) / .8)}.text-destructive\/85{color:hsl(var(--destructive) / .85)}.text-destructive\/90{color:hsl(var(--destructive) / .9)}.text-destructive\/95{color:hsl(var(--destructive) / .95)}.text-emerald-700{--tw-text-opacity: 1;color:rgb(4 120 87 / var(--tw-text-opacity, 1))}.text-emerald-800{--tw-text-opacity: 1;color:rgb(6 95 70 / var(--tw-text-opacity, 1))}.text-foreground{color:hsl(var(--foreground))}.text-foreground\/0{color:hsl(var(--foreground) / 0)}.text-foreground\/10{color:hsl(var(--foreground) / .1)}.text-foreground\/100{color:hsl(var(--foreground) / 1)}.text-foreground\/15{color:hsl(var(--foreground) / .15)}.text-foreground\/20{color:hsl(var(--foreground) / .2)}.text-foreground\/25{color:hsl(var(--foreground) / .25)}.text-foreground\/30{color:hsl(var(--foreground) / .3)}.text-foreground\/35{color:hsl(var(--foreground) / .35)}.text-foreground\/40{color:hsl(var(--foreground) / .4)}.text-foreground\/45{color:hsl(var(--foreground) / .45)}.text-foreground\/5{color:hsl(var(--foreground) / .05)}.text-foreground\/50{color:hsl(var(--foreground) / .5)}.text-foreground\/55{color:hsl(var(--foreground) / .55)}.text-foreground\/60{color:hsl(var(--foreground) / .6)}.text-foreground\/65{color:hsl(var(--foreground) / .65)}.text-foreground\/70{color:hsl(var(--foreground) / .7)}.text-foreground\/75{color:hsl(var(--foreground) / .75)}.text-foreground\/80{color:hsl(var(--foreground) / .8)}.text-foreground\/85{color:hsl(var(--foreground) / .85)}.text-foreground\/90{color:hsl(var(--foreground) / .9)}.text-foreground\/95{color:hsl(var(--foreground) / .95)}.text-inherit{color:inherit}.text-muted{color:hsl(var(--muted))}.text-muted-foreground{color:hsl(var(--muted-foreground))}.text-muted-foreground\/0{color:hsl(var(--muted-foreground) / 0)}.text-muted-foreground\/10{color:hsl(var(--muted-foreground) / .1)}.text-muted-foreground\/100{color:hsl(var(--muted-foreground) / 1)}.text-muted-foreground\/15{color:hsl(var(--muted-foreground) / .15)}.text-muted-foreground\/20{color:hsl(var(--muted-foreground) / .2)}.text-muted-foreground\/25{color:hsl(var(--muted-foreground) / .25)}.text-muted-foreground\/30{color:hsl(var(--muted-foreground) / .3)}.text-muted-foreground\/35{color:hsl(var(--muted-foreground) / .35)}.text-muted-foreground\/40{color:hsl(var(--muted-foreground) / .4)}.text-muted-foreground\/45{color:hsl(var(--muted-foreground) / .45)}.text-muted-foreground\/5{color:hsl(var(--muted-foreground) / .05)}.text-muted-foreground\/50{color:hsl(var(--muted-foreground) / .5)}.text-muted-foreground\/55{color:hsl(var(--muted-foreground) / .55)}.text-muted-foreground\/60{color:hsl(var(--muted-foreground) / .6)}.text-muted-foreground\/65{color:hsl(var(--muted-foreground) / .65)}.text-muted-foreground\/70{color:hsl(var(--muted-foreground) / .7)}.text-muted-foreground\/75{color:hsl(var(--muted-foreground) / .75)}.text-muted-foreground\/80{color:hsl(var(--muted-foreground) / .8)}.text-muted-foreground\/85{color:hsl(var(--muted-foreground) / .85)}.text-muted-foreground\/90{color:hsl(var(--muted-foreground) / .9)}.text-muted-foreground\/95{color:hsl(var(--muted-foreground) / .95)}.text-muted\/0{color:hsl(var(--muted) / 0)}.text-muted\/10{color:hsl(var(--muted) / .1)}.text-muted\/100{color:hsl(var(--muted) / 1)}.text-muted\/15{color:hsl(var(--muted) / .15)}.text-muted\/20{color:hsl(var(--muted) / .2)}.text-muted\/25{color:hsl(var(--muted) / .25)}.text-muted\/30{color:hsl(var(--muted) / .3)}.text-muted\/35{color:hsl(var(--muted) / .35)}.text-muted\/40{color:hsl(var(--muted) / .4)}.text-muted\/45{color:hsl(var(--muted) / .45)}.text-muted\/5{color:hsl(var(--muted) / .05)}.text-muted\/50{color:hsl(var(--muted) / .5)}.text-muted\/55{color:hsl(var(--muted) / .55)}.text-muted\/60{color:hsl(var(--muted) / .6)}.text-muted\/65{color:hsl(var(--muted) / .65)}.text-muted\/70{color:hsl(var(--muted) / .7)}.text-muted\/75{color:hsl(var(--muted) / .75)}.text-muted\/80{color:hsl(var(--muted) / .8)}.text-muted\/85{color:hsl(var(--muted) / .85)}.text-muted\/90{color:hsl(var(--muted) / .9)}.text-muted\/95{color:hsl(var(--muted) / .95)}.text-popover-foreground{color:hsl(var(--popover-foreground))}.text-primary{color:hsl(var(--primary))}.text-primary-foreground{color:hsl(var(--primary-foreground))}.text-primary-foreground\/0{color:hsl(var(--primary-foreground) / 0)}.text-primary-foreground\/10{color:hsl(var(--primary-foreground) / .1)}.text-primary-foreground\/100{color:hsl(var(--primary-foreground) / 1)}.text-primary-foreground\/15{color:hsl(var(--primary-foreground) / .15)}.text-primary-foreground\/20{color:hsl(var(--primary-foreground) / .2)}.text-primary-foreground\/25{color:hsl(var(--primary-foreground) / .25)}.text-primary-foreground\/30{color:hsl(var(--primary-foreground) / .3)}.text-primary-foreground\/35{color:hsl(var(--primary-foreground) / .35)}.text-primary-foreground\/40{color:hsl(var(--primary-foreground) / .4)}.text-primary-foreground\/45{color:hsl(var(--primary-foreground) / .45)}.text-primary-foreground\/5{color:hsl(var(--primary-foreground) / .05)}.text-primary-foreground\/50{color:hsl(var(--primary-foreground) / .5)}.text-primary-foreground\/55{color:hsl(var(--primary-foreground) / .55)}.text-primary-foreground\/60{color:hsl(var(--primary-foreground) / .6)}.text-primary-foreground\/65{color:hsl(var(--primary-foreground) / .65)}.text-primary-foreground\/70{color:hsl(var(--primary-foreground) / .7)}.text-primary-foreground\/75{color:hsl(var(--primary-foreground) / .75)}.text-primary-foreground\/80{color:hsl(var(--primary-foreground) / .8)}.text-primary-foreground\/85{color:hsl(var(--primary-foreground) / .85)}.text-primary-foreground\/90{color:hsl(var(--primary-foreground) / .9)}.text-primary-foreground\/95{color:hsl(var(--primary-foreground) / .95)}.text-primary\/0{color:hsl(var(--primary) / 0)}.text-primary\/10{color:hsl(var(--primary) / .1)}.text-primary\/100{color:hsl(var(--primary) / 1)}.text-primary\/15{color:hsl(var(--primary) / .15)}.text-primary\/20{color:hsl(var(--primary) / .2)}.text-primary\/25{color:hsl(var(--primary) / .25)}.text-primary\/30{color:hsl(var(--primary) / .3)}.text-primary\/35{color:hsl(var(--primary) / .35)}.text-primary\/40{color:hsl(var(--primary) / .4)}.text-primary\/45{color:hsl(var(--primary) / .45)}.text-primary\/5{color:hsl(var(--primary) / .05)}.text-primary\/50{color:hsl(var(--primary) / .5)}.text-primary\/55{color:hsl(var(--primary) / .55)}.text-primary\/60{color:hsl(var(--primary) / .6)}.text-primary\/65{color:hsl(var(--primary) / .65)}.text-primary\/70{color:hsl(var(--primary) / .7)}.text-primary\/75{color:hsl(var(--primary) / .75)}.text-primary\/80{color:hsl(var(--primary) / .8)}.text-primary\/85{color:hsl(var(--primary) / .85)}.text-primary\/90{color:hsl(var(--primary) / .9)}.text-primary\/95{color:hsl(var(--primary) / .95)}.text-red-600{--tw-text-opacity: 1;color:rgb(220 38 38 / var(--tw-text-opacity, 1))}.text-secondary{color:hsl(var(--secondary))}.text-secondary-foreground{color:hsl(var(--secondary-foreground))}.text-secondary-foreground\/0{color:hsl(var(--secondary-foreground) / 0)}.text-secondary-foreground\/10{color:hsl(var(--secondary-foreground) / .1)}.text-secondary-foreground\/100{color:hsl(var(--secondary-foreground) / 1)}.text-secondary-foreground\/15{color:hsl(var(--secondary-foreground) / .15)}.text-secondary-foreground\/20{color:hsl(var(--secondary-foreground) / .2)}.text-secondary-foreground\/25{color:hsl(var(--secondary-foreground) / .25)}.text-secondary-foreground\/30{color:hsl(var(--secondary-foreground) / .3)}.text-secondary-foreground\/35{color:hsl(var(--secondary-foreground) / .35)}.text-secondary-foreground\/40{color:hsl(var(--secondary-foreground) / .4)}.text-secondary-foreground\/45{color:hsl(var(--secondary-foreground) / .45)}.text-secondary-foreground\/5{color:hsl(var(--secondary-foreground) / .05)}.text-secondary-foreground\/50{color:hsl(var(--secondary-foreground) / .5)}.text-secondary-foreground\/55{color:hsl(var(--secondary-foreground) / .55)}.text-secondary-foreground\/60{color:hsl(var(--secondary-foreground) / .6)}.text-secondary-foreground\/65{color:hsl(var(--secondary-foreground) / .65)}.text-secondary-foreground\/70{color:hsl(var(--secondary-foreground) / .7)}.text-secondary-foreground\/75{color:hsl(var(--secondary-foreground) / .75)}.text-secondary-foreground\/80{color:hsl(var(--secondary-foreground) / .8)}.text-secondary-foreground\/85{color:hsl(var(--secondary-foreground) / .85)}.text-secondary-foreground\/90{color:hsl(var(--secondary-foreground) / .9)}.text-secondary-foreground\/95{color:hsl(var(--secondary-foreground) / .95)}.text-secondary\/0{color:hsl(var(--secondary) / 0)}.text-secondary\/10{color:hsl(var(--secondary) / .1)}.text-secondary\/100{color:hsl(var(--secondary) / 1)}.text-secondary\/15{color:hsl(var(--secondary) / .15)}.text-secondary\/20{color:hsl(var(--secondary) / .2)}.text-secondary\/25{color:hsl(var(--secondary) / .25)}.text-secondary\/30{color:hsl(var(--secondary) / .3)}.text-secondary\/35{color:hsl(var(--secondary) / .35)}.text-secondary\/40{color:hsl(var(--secondary) / .4)}.text-secondary\/45{color:hsl(var(--secondary) / .45)}.text-secondary\/5{color:hsl(var(--secondary) / .05)}.text-secondary\/50{color:hsl(var(--secondary) / .5)}.text-secondary\/55{color:hsl(var(--secondary) / .55)}.text-secondary\/60{color:hsl(var(--secondary) / .6)}.text-secondary\/65{color:hsl(var(--secondary) / .65)}.text-secondary\/70{color:hsl(var(--secondary) / .7)}.text-secondary\/75{color:hsl(var(--secondary) / .75)}.text-secondary\/80{color:hsl(var(--secondary) / .8)}.text-secondary\/85{color:hsl(var(--secondary) / .85)}.text-secondary\/90{color:hsl(var(--secondary) / .9)}.text-secondary\/95{color:hsl(var(--secondary) / .95)}.text-sky-600{--tw-text-opacity: 1;color:rgb(2 132 199 / var(--tw-text-opacity, 1))}.text-slate-400{--tw-text-opacity: 1;color:rgb(148 163 184 / var(--tw-text-opacity, 1))}.text-slate-500{--tw-text-opacity: 1;color:rgb(100 116 139 / var(--tw-text-opacity, 1))}.text-slate-600{--tw-text-opacity: 1;color:rgb(71 85 105 / var(--tw-text-opacity, 1))}.text-slate-700{--tw-text-opacity: 1;color:rgb(51 65 85 / var(--tw-text-opacity, 1))}.text-slate-900{--tw-text-opacity: 1;color:rgb(15 23 42 / var(--tw-text-opacity, 1))}.text-white{--tw-text-opacity: 1;color:rgb(255 255 255 / var(--tw-text-opacity, 1))}.underline{text-decoration-line:underline}.underline-offset-2{text-underline-offset:2px}.underline-offset-4{text-underline-offset:4px}.accent-primary{accent-color:hsl(var(--primary))}.opacity-0{opacity:0}.opacity-100{opacity:1}.opacity-50{opacity:.5}.opacity-70{opacity:.7}.shadow{--tw-shadow: var(--shadow);--tw-shadow-colored: var(--shadow);box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000),var(--tw-ring-shadow, 0 0 #0000),var(--tw-shadow)}.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_10px_30px_rgba\(15\,23\,42\,0\.08\)\]{--tw-shadow: 0 10px 30px rgba(15,23,42,.08);--tw-shadow-colored: 0 10px 30px 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: var(--shadow-sm);--tw-shadow-colored: var(--shadow-sm);box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000),var(--tw-ring-shadow, 0 0 #0000),var(--tw-shadow)}.shadow-xl{--tw-shadow: var(--shadow-xl);--tw-shadow-colored: var(--shadow-xl);box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000),var(--tw-ring-shadow, 0 0 #0000),var(--tw-shadow)}.outline-none{outline:2px solid transparent;outline-offset:2px}.outline{outline-style:solid}.ring-1{--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(1px + 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-slate-100{--tw-ring-opacity: 1;--tw-ring-color: rgb(241 245 249 / var(--tw-ring-opacity, 1))}.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{--tw-backdrop-blur: blur(8px);-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,backdrop-filter;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-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-transform{transition-property:transform;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}.duration-200{transition-duration:.2s}.duration-500{transition-duration:.5s}.ease-out{transition-timing-function:cubic-bezier(0,0,.2,1)}@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))}}.duration-200{animation-duration:.2s}.duration-500{animation-duration:.5s}.ease-out{animation-timing-function:cubic-bezier(0,0,.2,1)}.running{animation-play-state:running}:root{--background: 0 0% 100%;--foreground: 223 11% 15%;--card: 0 0% 100%;--card-foreground: 223 11% 15%;--popover: 0 0% 100%;--popover-foreground: 223 11% 15%;--primary: 168 63% 38%;--primary-foreground: 0 0% 100%;--secondary: 210 40% 97%;--secondary-foreground: 223 11% 15%;--muted: 208 41% 93%;--muted-foreground: 215 17% 47%;--accent: 168 63% 90%;--accent-foreground: 168 63% 24%;--destructive: 0 72% 50%;--destructive-foreground: 0 0% 100%;--border: 213 22% 84%;--surface: 0 0% 100%;--surface-muted: 210 40% 98%;--radius-xl: 1.5rem;--radius-lg: 1.125rem;--radius-md: .75rem;--radius-sm: .5rem;--shadow-sm: 0 6px 18px rgba(15, 23, 42, .08);--shadow: 0 18px 36px rgba(15, 23, 42, .12);--shadow-xl: 0 32px 60px rgba(15, 23, 42, .16);--layout-header-height: 4.5rem;--admin-global-bar-height: 4.25rem}html{height:100%}*,*:before,*:after{box-sizing:border-box;border-width:0;border-style:solid;border-color:hsl(var(--border) / .7)}body{margin:0;min-height:100vh;background:radial-gradient(120% 120% at 50% 0%,#e2f0ff99,#eef3ff80,#f7f9fc 80%);color:hsl(var(--foreground));font-family:Inter,Noto Sans JP,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;line-height:1.5;-webkit-font-smoothing:antialiased}.Toastify__toast-container{padding:.5rem}.Toastify__toast{border-radius:var(--radius-lg);box-shadow:var(--shadow-sm);font-weight:600;color:hsl(var(--foreground))}.Toastify__toast--success{background:#ecfdf5;color:#047857;border:1px solid #a7f3d0}.Toastify__toast--error{background:#fef2f2;color:#b91c1c;border:1px solid #fecaca}.Toastify__toast--info{background:#eff6ff;color:#1d4ed8;border:1px solid #bfdbfe}.Toastify__close-button{color:inherit}.layout-mobile-toggle{display:inline-flex}.layout-account-menu{position:relative}.layout-account-menu__trigger{display:inline-flex;align-items:center;justify-content:center;gap:.5rem;border-radius:9999px;padding:.25rem;color:hsl(var(--foreground))}.layout-account-menu__avatar{display:inline-flex;align-items:center;justify-content:center;width:2.25rem;height:2.25rem;border-radius:9999px;background-color:hsl(var(--primary) / .12);color:hsl(var(--primary))}.layout-account-menu__panel{position:absolute;top:calc(100% + .5rem);right:0;width:min(18rem,calc(100vw - 2rem));max-width:calc(100vw - 2rem);min-width:0;border-radius:var(--radius-lg);border:1px solid hsl(var(--border) / .8);background-color:hsl(var(--surface));box-shadow:var(--shadow);padding:.25rem;z-index:50}.layout-account-menu__item{width:100%;border:none;background:transparent;border-radius:var(--radius-md);padding:.5rem .75rem;font-size:.875rem;font-weight:600;text-align:left;cursor:pointer}.layout-account-menu__item:hover,.layout-account-menu__item:focus-visible{background-color:hsl(var(--muted) / .6)}@media(min-width:1024px){.layout-mobile-toggle{display:none!important}}a{color:inherit;text-decoration:none}button,input,select,textarea{font:inherit;color:inherit;background:transparent;border-width:0}img,svg{display:block}.fd-button{display:inline-flex;align-items:center;justify-content:center;border-radius:var(--radius-lg);font-size:.9rem;font-weight:600;transition:background-color .16s ease,color .16s ease,border-color .16s ease,box-shadow .16s ease;cursor:pointer;border:none;box-shadow:none}.fd-button:focus-visible{outline:2px solid hsl(var(--primary));outline-offset:2px}.fd-button:disabled{opacity:.6;cursor:not-allowed}.fd-button--default-size{height:2.5rem;padding:0 1rem}.fd-button--sm{height:2.25rem;padding:0 .75rem}.fd-button--lg{height:2.75rem;padding:0 1.5rem;border-radius:var(--radius-lg)}.fd-button--icon{height:2.5rem;width:2.5rem;padding:0}.fd-button--default{background:linear-gradient(135deg,hsl(var(--primary) / .92),hsl(var(--primary)));color:hsl(var(--primary-foreground));box-shadow:0 10px 24px #0f766e40}.fd-button--default:hover{background:linear-gradient(135deg,hsl(var(--primary) / .85),hsl(var(--primary)));box-shadow:0 12px 28px #0f766e47}.fd-button--secondary{background-color:hsl(var(--secondary));color:hsl(var(--secondary-foreground));box-shadow:var(--shadow-sm)}.fd-button--secondary:hover{background-color:hsl(var(--secondary) / .9)}.fd-button--outline{border:1px solid hsl(var(--border) / .7);background-color:hsl(var(--surface));color:hsl(var(--foreground));box-shadow:none}.fd-button--outline:hover{background-color:hsl(var(--muted) / .35)}.fd-button--ghost{background-color:transparent;color:hsl(var(--foreground))}.fd-button--ghost:hover{background-color:hsl(var(--muted) / .4)}.fd-button--link{background:none;color:hsl(var(--primary));padding:0;height:auto}.fd-button--link:hover{text-decoration:underline}.fd-button--destructive{background-color:hsl(var(--destructive));color:hsl(var(--destructive-foreground))}.fd-button--destructive:hover{background-color:hsl(var(--destructive) / .85)}.card{border-radius:var(--radius-xl);border:1px solid hsl(var(--border) / .65);background-color:hsl(var(--surface));color:inherit;box-shadow:var(--shadow-sm);overflow:hidden}.card-header{padding:1.5rem 1.75rem .75rem;display:flex;flex-direction:column;gap:.5rem}.card-content{padding:0 1.75rem 1.75rem}.card-footer{padding:0 1.75rem 1.75rem;display:flex;align-items:center;gap:.75rem}.fd-switch{position:relative;display:inline-flex;width:2.75rem;height:1.5rem;border-radius:9999px;transition:background-color .15s ease;cursor:pointer}.fd-switch--on{background-color:hsl(var(--primary))}.fd-switch--off{background-color:hsl(var(--muted))}.fd-switch--disabled{opacity:.6;cursor:not-allowed}.fd-switch__thumb{position:absolute;top:.125rem;width:1.25rem;height:1.25rem;border-radius:9999px;background-color:#fff;box-shadow:var(--shadow-sm);transition:transform .15s ease}.fd-switch__thumb--off{transform:translate(.125rem)}.fd-switch__thumb--on{transform:translate(1.375rem)}.input,.select,.textarea{width:100%;border-radius:var(--radius-lg);border:1px solid hsl(var(--border) / .7);background-color:hsl(var(--surface));padding:.6rem .9rem;font-size:.9rem;box-shadow:none;transition:border-color .16s ease,box-shadow .16s ease}.textarea{min-height:80px}.select{padding-right:2.5rem;-webkit-appearance:none;-moz-appearance:none;appearance:none}.input:focus,.select:focus,.textarea:focus{outline:none;border-color:hsl(var(--primary));box-shadow:0 0 0 4px hsl(var(--primary) / .15)}.progress{height:.5rem;width:100%;border-radius:9999px;background-color:hsl(var(--muted) / .6);overflow:hidden}.progress-bar{height:100%;border-radius:inherit;background-color:hsl(var(--primary));transform-origin:left;transition:transform .15s ease}.badge{display:inline-flex;align-items:center;justify-content:center;border-radius:9999px;border:1px solid transparent;padding:.2rem .6rem;font-size:.75rem;font-weight:600;line-height:1}.badge-default{background:hsl(var(--muted) / .5);color:hsl(var(--muted-foreground))}.badge-outline{border:1px solid hsl(var(--border) / .7);background-color:hsl(var(--surface));color:hsl(var(--foreground))}.badge-success{background-color:#dcfce7;color:#166534}.badge-warning{background-color:#fef3c7;color:#b45309}.badge-info{background-color:#e0f2fe;color:#0369a1}.badge-destructive{background-color:#fee2e2;color:#991b1b}.alert{display:flex;gap:.75rem;padding:.85rem 1.1rem;border-radius:var(--radius-lg);border:1px solid hsl(var(--border) / .7);background-color:hsl(var(--surface));box-shadow:var(--shadow-sm);font-size:.9rem}.alert-success{border-color:#a7f3d0;background-color:#ecfdf5;color:#047857}.alert-warning{border-color:#fde68a;background-color:#fffbeb;color:#b45309}.alert-destructive{border-color:#fecaca;background-color:#fef2f2;color:#b91c1c}table{width:100%;border-collapse:separate;border-spacing:0}th{font-weight:600;text-transform:uppercase;letter-spacing:.08em;font-size:.75rem;color:hsl(var(--muted-foreground));background-color:hsl(var(--muted) / .45)}th,td{padding:.85rem 1rem;text-align:left}tbody tr:hover{background-color:hsl(var(--muted) / .35)}.layout-main .overflow-x-auto{min-width:0}.layout-main table{table-layout:fixed;max-width:100%}.layout-main table th,.layout-main table td{max-width:0;overflow-wrap:anywhere}.layout-main table th.whitespace-nowrap,.layout-main table td.whitespace-nowrap{white-space:normal}.layout-main .table-auto-nowrap{table-layout:auto}.layout-main .table-auto-nowrap th,.layout-main .table-auto-nowrap td{max-width:none;overflow-wrap:normal;word-break:keep-all}.layout-main .table-auto-nowrap th.whitespace-nowrap,.layout-main .table-auto-nowrap td.whitespace-nowrap{white-space:nowrap}::-webkit-scrollbar{height:8px;width:8px}::-webkit-scrollbar-thumb{background-color:#94a3b880;border-radius:4px}.admin-login [data-amplify-authenticator]{--amplify-components-authenticator-container-width-max: 100%;--amplify-components-authenticator-router-background-color: transparent;--amplify-components-authenticator-router-box-shadow: none;--amplify-components-authenticator-router-border-width: 0;--amplify-components-authenticator-form-padding: 0}.admin-login [data-amplify-authenticator] [data-amplify-container]{width:100%;place-self:stretch}.badge{padding:.32rem .7rem;font-size:.75rem;line-height:1.1}.fd-button--default{background:hsl(var(--primary));color:hsl(var(--primary-foreground));box-shadow:none}.fd-button--default:hover,.fd-button--default:focus-visible{background:hsl(var(--primary) / .92);box-shadow:none}.fd-button--soft{border-radius:9999px;background-color:hsl(var(--muted));color:hsl(var(--foreground));border:none}.fd-button--soft:hover{background-color:hsl(var(--primary) / .12);color:hsl(var(--primary))}.placeholder\:text-muted-foreground::-moz-placeholder{color:hsl(var(--muted-foreground))}.placeholder\:text-muted-foreground::placeholder{color:hsl(var(--muted-foreground))}.last\:border-b-0:last-child{border-bottom-width:0px}.focus-within\:bg-muted\/30:focus-within{background-color:hsl(var(--muted) / .3)}.focus-within\:bg-muted\/40:focus-within{background-color:hsl(var(--muted) / .4)}.focus-within\:bg-muted\/60:focus-within{background-color:hsl(var(--muted) / .6)}.hover\:border-border\/80:hover{border-color:hsl(var(--border) / .8)}.hover\:border-primary\/50:hover{border-color:hsl(var(--primary) / .5)}.hover\:bg-\[rgb\(215\,229\,239\)\]:hover{--tw-bg-opacity: 1;background-color:rgb(215 229 239 / var(--tw-bg-opacity, 1))}.hover\:bg-\[rgba\(15\,23\,42\,0\.08\)\]:hover{background-color:#0f172a14}.hover\:bg-destructive\/10:hover{background-color:hsl(var(--destructive) / .1)}.hover\:bg-muted\/20:hover{background-color:hsl(var(--muted) / .2)}.hover\:bg-muted\/30:hover{background-color:hsl(var(--muted) / .3)}.hover\:bg-muted\/40:hover{background-color:hsl(var(--muted) / .4)}.hover\:bg-muted\/50:hover{background-color:hsl(var(--muted) / .5)}.hover\:bg-muted\/60:hover{background-color:hsl(var(--muted) / .6)}.hover\:bg-primary\/15:hover{background-color:hsl(var(--primary) / .15)}.hover\:bg-slate-50:hover{--tw-bg-opacity: 1;background-color:rgb(248 250 252 / var(--tw-bg-opacity, 1))}.hover\:bg-slate-700:hover{--tw-bg-opacity: 1;background-color:rgb(51 65 85 / var(--tw-bg-opacity, 1))}.hover\:text-foreground:hover{color:hsl(var(--foreground))}.hover\:text-primary:hover{color:hsl(var(--primary))}.hover\:underline:hover{text-decoration-line:underline}.hover\:shadow-none:hover{--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)}.focus\:border-primary\/50:focus{border-color:hsl(var(--primary) / .5)}.focus\:border-slate-500:focus{--tw-border-opacity: 1;border-color:rgb(100 116 139 / var(--tw-border-opacity, 1))}.focus\:text-foreground:focus{color:hsl(var(--foreground))}.focus\:outline-none:focus{outline:2px solid transparent;outline-offset:2px}.focus-visible\:shadow-none:focus-visible{--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)}.focus-visible\:outline-none:focus-visible{outline:2px solid transparent;outline-offset:2px}.focus-visible\:outline:focus-visible{outline-style:solid}.focus-visible\:outline-2:focus-visible{outline-width:2px}.focus-visible\:outline-offset-2:focus-visible{outline-offset:2px}.focus-visible\:outline-primary:focus-visible{outline-color:hsl(var(--primary))}.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-emerald-500:focus-visible{--tw-ring-opacity: 1;--tw-ring-color: rgb(16 185 129 / var(--tw-ring-opacity, 1))}.focus-visible\:ring-primary:focus-visible{--tw-ring-color: hsl(var(--primary))}.focus-visible\:ring-primary\/40:focus-visible{--tw-ring-color: hsl(var(--primary) / .4)}.focus-visible\:ring-offset-2:focus-visible{--tw-ring-offset-width: 2px}.disabled\:cursor-not-allowed:disabled{cursor:not-allowed}.disabled\:opacity-60:disabled{opacity:.6}.group[open] .group-open\: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:focus-within .group-focus-within\:block{display:block}.group:hover .group-hover\:block{display:block}.peer:disabled~.peer-disabled\:cursor-not-allowed{cursor:not-allowed}.peer:disabled~.peer-disabled\:opacity-70{opacity:.7}.data-\[disabled\=true\]\:pointer-events-none[data-disabled=true]{pointer-events:none}.data-\[selected\=true\]\:bg-accent\/60[data-selected=true]{background-color:hsl(var(--accent) / .6)}.data-\[headless\]\:px-0[data-headless]{padding-left:0;padding-right:0}.data-\[disabled\=true\]\:opacity-50[data-disabled=true]{opacity:.5}.data-\[state\=closed\]\:duration-200[data-state=closed]{transition-duration:.2s}.data-\[state\=open\]\:duration-300[data-state=open]{transition-duration:.3s}.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]{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\=open\]\:fade-in-0[data-state=open]{--tw-enter-opacity: 0}.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-right[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\=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-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\=closed\]\:duration-200[data-state=closed]{animation-duration:.2s}.data-\[state\=open\]\:duration-300[data-state=open]{animation-duration:.3s}@media(prefers-reduced-motion:reduce){.motion-reduce\:transition-none{transition-property:none}}@media(min-width:640px){.sm\:left-5{left:1.25rem}.sm\:right-5{right:1.25rem}.sm\:mt-2{margin-top:.5rem}.sm\:block{display:block}.sm\:inline{display:inline}.sm\:flex{display:flex}.sm\:hidden{display:none}.sm\:w-36{width:9rem}.sm\:w-40{width:10rem}.sm\:w-44{width:11rem}.sm\:w-72{width:18rem}.sm\:w-80{width:20rem}.sm\:w-auto{width:auto}.sm\:max-w-2xl{max-width:42rem}.sm\:max-w-4xl{max-width:56rem}.sm\:max-w-lg{max-width:32rem}.sm\:max-w-sm{max-width:24rem}.sm\:flex-1{flex:1 1 0%}.sm\:grid-cols-2{grid-template-columns:repeat(2,minmax(0,1fr))}.sm\:grid-cols-4{grid-template-columns:repeat(4,minmax(0,1fr))}.sm\:grid-cols-\[11rem_minmax\(0\,1fr\)\]{grid-template-columns:11rem minmax(0,1fr)}.sm\:grid-cols-\[minmax\(0\,1fr\)_auto\]{grid-template-columns:minmax(0,1fr) auto}.sm\:flex-row{flex-direction:row}.sm\:flex-wrap{flex-wrap:wrap}.sm\:items-start{align-items:flex-start}.sm\:items-end{align-items:flex-end}.sm\:items-center{align-items:center}.sm\:justify-end{justify-content:flex-end}.sm\:justify-between{justify-content:space-between}.sm\:gap-3{gap:.75rem}.sm\:gap-4{gap:1rem}.sm\:gap-6{gap:1.5rem}.sm\: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)))}.sm\:px-5{padding-left:1.25rem;padding-right:1.25rem}.sm\:text-left{text-align:left}}@media(min-width:768px){.md\:col-span-1{grid-column:span 1 / span 1}.md\:col-span-2{grid-column:span 2 / span 2}.md\:mt-2{margin-top:.5rem}.md\:w-64{width:16rem}.md\:grid-cols-1{grid-template-columns:repeat(1,minmax(0,1fr))}.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-5{grid-template-columns:repeat(5,minmax(0,1fr))}.md\:grid-cols-\[220px_1fr\]{grid-template-columns:220px 1fr}.md\:grid-cols-\[220px_220px\]{grid-template-columns:220px 220px}.md\:grid-cols-\[minmax\(0\,220px\)_1fr\]{grid-template-columns:minmax(0,220px) 1fr}.md\:grid-cols-\[minmax\(0\,220px\)_auto\]{grid-template-columns:minmax(0,220px) auto}.md\:grid-cols-\[minmax\(0\,240px\)_minmax\(0\,1fr\)\]{grid-template-columns:minmax(0,240px) minmax(0,1fr)}.md\:grid-cols-\[minmax\(0\,280px\)_auto\]{grid-template-columns:minmax(0,280px) auto}.md\:flex-row{flex-direction:row}.md\:items-start{align-items:flex-start}.md\:items-end{align-items:flex-end}.md\:items-center{align-items:center}.md\:justify-end{justify-content:flex-end}.md\:justify-between{justify-content:space-between}.md\:gap-3{gap:.75rem}}@media(min-width:1024px){.lg\:static{position:static}.lg\:left-\[calc\(16rem\+2rem\)\]{left:18rem}.lg\:right-8{right:2rem}.lg\:order-none{order:0}.lg\:col-span-2{grid-column:span 2 / span 2}.lg\:col-span-3{grid-column:span 3 / span 3}.lg\:block{display:block}.lg\:flex{display:flex}.lg\:inline-flex{display:inline-flex}.lg\:grid{display:grid}.lg\:hidden{display:none}.lg\:min-h-\[calc\(100vh_-_var\(--admin-global-bar-height\)\)\]{min-height:calc(100vh - var(--admin-global-bar-height))}.lg\:w-40{width:10rem}.lg\:w-48{width:12rem}.lg\:w-\[320px\]{width:320px}.lg\:w-\[360px\]{width:360px}.lg\:w-auto{width:auto}.lg\:max-w-3xl{max-width:48rem}.lg\:max-w-6xl{max-width:72rem}.lg\:flex-1{flex:1 1 0%}.lg\:basis-auto{flex-basis:auto}.lg\: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))}.lg\:grid-cols-1{grid-template-columns:repeat(1,minmax(0,1fr))}.lg\:grid-cols-3{grid-template-columns:repeat(3,minmax(0,1fr))}.lg\:grid-cols-4{grid-template-columns:repeat(4,minmax(0,1fr))}.lg\:grid-cols-6{grid-template-columns:repeat(6,minmax(0,1fr))}.lg\:flex-row{flex-direction:row}.lg\:items-start{align-items:flex-start}.lg\:items-end{align-items:flex-end}.lg\:items-center{align-items:center}.lg\:justify-end{justify-content:flex-end}.lg\:justify-between{justify-content:space-between}.lg\:gap-4{gap:1rem}.lg\:px-8{padding-left:2rem;padding-right:2rem}}@media(min-width:1280px){.xl\:col-span-3{grid-column:span 3 / span 3}.xl\:col-span-4{grid-column:span 4 / span 4}.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\:grid-cols-5{grid-template-columns:repeat(5,minmax(0,1fr))}.xl\:grid-cols-6{grid-template-columns:repeat(6,minmax(0,1fr))}.xl\:grid-cols-\[320px_minmax\(0\,1fr\)\]{grid-template-columns:320px minmax(0,1fr)}.xl\:grid-cols-\[minmax\(0\,1\.2fr\)_minmax\(0\,1fr\)\]{grid-template-columns:minmax(0,1.2fr) minmax(0,1fr)}.xl\:grid-cols-\[minmax\(0\,1\.35fr\)_minmax\(0\,1fr\)\]{grid-template-columns:minmax(0,1.35fr) minmax(0,1fr)}.xl\:grid-cols-\[minmax\(0\,1fr\)_360px\]{grid-template-columns:minmax(0,1fr) 360px}.xl\:justify-end{justify-content:flex-end}}.\[\&\:\:-webkit-details-marker\]\:hidden::-webkit-details-marker{display:none}
