: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: }.container{width:100%}@media(min-width:640px){.container{max-width:640px}}@media(min-width:768px){.container{max-width:768px}}@media(min-width:1024px){.container{max-width:1024px}}@media(min-width:1280px){.container{max-width:1280px}}@media(min-width:1536px){.container{max-width:1536px}}.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}.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-2{bottom:-.5rem}.bottom-0{bottom:0}.left-0{left:0}.left-1\/2{left:50%}.left-2{left:.5rem}.right-0{right:0}.right-2{right:.5rem}.right-3{right:.75rem}.top-0{top:0}.top-1\/2{top:50%}.z-10{z-index:10}.z-20{z-index:20}.z-30{z-index:30}.z-40{z-index:40}.z-50{z-index:50}.order-3{order:3}.-mx-2{margin-left:-.5rem;margin-right:-.5rem}.mx-auto{margin-left:auto;margin-right:auto}.my-1{margin-top:.25rem;margin-bottom:.25rem}.mb-1{margin-bottom:.25rem}.mb-2{margin-bottom:.5rem}.mb-4{margin-bottom:1rem}.mb-6{margin-bottom:1.5rem}.mb-8{margin-bottom:2rem}.ml-1{margin-left:.25rem}.ml-2{margin-left:.5rem}.ml-6{margin-left:1.5rem}.ml-auto{margin-left:auto}.mr-2{margin-right:.5rem}.mt-0\.5{margin-top:.125rem}.mt-1{margin-top:.25rem}.mt-10{margin-top:2.5rem}.mt-2{margin-top:.5rem}.mt-3{margin-top:.75rem}.mt-4{margin-top:1rem}.mt-6{margin-top:1.5rem}.mt-8{margin-top:2rem}.line-clamp-1{overflow:hidden;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:1}.line-clamp-2{overflow:hidden;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2}.block{display:block}.inline-block{display:inline-block}.flex{display:flex}.inline-flex{display:inline-flex}.table{display:table}.grid{display:grid}.list-item{display:list-item}.hidden{display:none}.aspect-\[1000\/625\]{aspect-ratio:1000/625}.aspect-\[1000\/700\]{aspect-ratio:1000/700}.aspect-\[16\/10\]{aspect-ratio:16/10}.aspect-\[4\/3\]{aspect-ratio:4/3}.aspect-\[800\/625\]{aspect-ratio:800/625}.h-0\.5{height:.125rem}.h-1\.5{height:.375rem}.h-10{height:2.5rem}.h-16{height:4rem}.h-2{height:.5rem}.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-9{height:2.25rem}.h-\[520px\]{height:520px}.h-\[min\(94vh\,980px\)\]{height:min(94vh,980px)}.h-auto{height:auto}.h-full{height:100%}.h-px{height:1px}.max-h-64{max-height:16rem}.max-h-\[85vh\]{max-height:85vh}.max-h-\[90vh\]{max-height:90vh}.max-h-\[94vh\]{max-height:94vh}.min-h-0{min-height:0px}.min-h-9{min-height:2.25rem}.min-h-\[320px\]{min-height:320px}.min-h-\[96px\]{min-height:96px}.min-h-screen{min-height:100vh}.w-1\.5{width:.375rem}.w-10{width:2.5rem}.w-2{width:.5rem}.w-20{width:5rem}.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-5{width:1.25rem}.w-6{width:1.5rem}.w-60{width:15rem}.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-\[40\%\]{width:40%}.w-\[60\%\]{width:60%}.w-\[90vw\]{width:90vw}.w-\[min\(620px\,100\%\)\]{width:min(620px,100%)}.w-\[min\(620px\,calc\(100\%-3rem\)\)\]{width:min(620px,calc(100% - 3rem))}.w-\[min\(720px\,100\%\)\]{width:min(720px,100%)}.w-\[min\(720px\,calc\(100\%-3rem\)\)\]{width:min(720px,calc(100% - 3rem))}.w-\[min\(744px\,100\%\)\]{width:min(744px,100%)}.w-\[min\(744px\,calc\(100\%-3rem\)\)\]{width:min(744px,calc(100% - 3rem))}.w-\[min\(820px\,100\%\)\]{width:min(820px,100%)}.w-\[min\(820px\,calc\(100\%-3rem\)\)\]{width:min(820px,calc(100% - 3rem))}.w-\[min\(96vw\,1360px\)\]{width:min(96vw,1360px)}.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-6{min-width:1.5rem}.min-w-\[180px\]{min-width:180px}.min-w-\[220px\]{min-width:220px}.min-w-\[260px\]{min-width:260px}.min-w-\[6\.5rem\]{min-width:6.5rem}.min-w-\[8rem\]{min-width:8rem}.min-w-full{min-width:100%}.min-w-max{min-width:-moz-max-content;min-width:max-content}.max-w-2xl{max-width:42rem}.max-w-32{max-width:8rem}.max-w-3xl{max-width:48rem}.max-w-5xl{max-width:64rem}.max-w-6xl{max-width:72rem}.max-w-\[15rem\]{max-width:15rem}.max-w-\[160px\]{max-width:160px}.max-w-\[180px\]{max-width:180px}.max-w-\[420px\]{max-width:420px}.max-w-\[8\.75rem\]{max-width:8.75rem}.max-w-md{max-width:28rem}.max-w-none{max-width:none}.max-w-sm{max-width:24rem}.max-w-xl{max-width:36rem}.flex-1{flex:1 1 0%}.flex-\[2\]{flex:2}.flex-shrink{flex-shrink:1}.flex-shrink-0,.shrink-0{flex-shrink:0}.basis-\[11rem\]{flex-basis:11rem}.basis-\[14rem\]{flex-basis:14rem}.table-fixed{table-layout:fixed}.-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-y-\[3px\]{--tw-translate-y: -3px;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))}.rotate-0{--tw-rotate: 0deg;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.rotate-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))}.transform{transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}@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}.select-none{-webkit-user-select:none;-moz-user-select:none;user-select:none}.resize{resize:both}.list-disc{list-style-type:disc}.list-none{list-style-type:none}.grid-cols-2{grid-template-columns:repeat(2,minmax(0,1fr))}.grid-cols-3{grid-template-columns:repeat(3,minmax(0,1fr))}.grid-cols-\[48px_minmax\(0\,1fr\)\]{grid-template-columns:48px minmax(0,1fr)}.grid-cols-\[auto\,1fr\]{grid-template-columns:auto 1fr}.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}.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-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-x-2{-moz-column-gap:.5rem;column-gap:.5rem}.gap-x-3{-moz-column-gap:.75rem;column-gap:.75rem}.gap-y-1{row-gap:.25rem}.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-2>:not([hidden])~:not([hidden]){--tw-space-y-reverse: 0;margin-top:calc(.5rem * calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(.5rem * var(--tw-space-y-reverse))}.space-y-3>:not([hidden])~:not([hidden]){--tw-space-y-reverse: 0;margin-top:calc(.75rem * calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(.75rem * var(--tw-space-y-reverse))}.space-y-4>:not([hidden])~:not([hidden]){--tw-space-y-reverse: 0;margin-top:calc(1rem * calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(1rem * var(--tw-space-y-reverse))}.space-y-5>:not([hidden])~:not([hidden]){--tw-space-y-reverse: 0;margin-top:calc(1.25rem * calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(1.25rem * var(--tw-space-y-reverse))}.space-y-6>:not([hidden])~:not([hidden]){--tw-space-y-reverse: 0;margin-top:calc(1.5rem * calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(1.5rem * var(--tw-space-y-reverse))}.space-y-8>:not([hidden])~:not([hidden]){--tw-space-y-reverse: 0;margin-top:calc(2rem * calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(2rem * var(--tw-space-y-reverse))}.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\/60>:not([hidden])~:not([hidden]){border-color:hsl(var(--border) / .6)}.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}.overflow-x-hidden{overflow-x:hidden}.overflow-y-visible{overflow-y:visible}.overscroll-contain{overscroll-behavior:contain}.truncate{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.whitespace-nowrap{white-space:nowrap}.whitespace-pre-wrap{white-space:pre-wrap}.break-words{overflow-wrap:break-word}.break-all{word-break:break-all}.\!rounded-md{border-radius:var(--radius-md)!important}.\!rounded-none{border-radius:0!important}.rounded{border-radius:.25rem}.rounded-2xl{border-radius:1rem}.rounded-full{border-radius:9999px}.rounded-lg{border-radius:var(--radius-lg)}.rounded-md{border-radius:var(--radius-md)}.rounded-none{border-radius:0}.rounded-sm{border-radius:var(--radius-sm)}.rounded-xl{border-radius:var(--radius-xl)}.\!border-0{border-width:0px!important}.border{border-width:1px}.border-0{border-width:0px}.border-b{border-bottom-width:1px}.border-l{border-left-width:1px}.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-border\/60{border-color:hsl(var(--border) / .6)!important}.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-200{--tw-border-opacity: 1;border-color:rgb(253 230 138 / var(--tw-border-opacity, 1))}.border-amber-200\/70{border-color:#fde68ab3}.border-amber-300\/70{border-color:#fcd34db3}.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-100\/80{border-color:#d1fae5cc}.border-emerald-200{--tw-border-opacity: 1;border-color:rgb(167 243 208 / var(--tw-border-opacity, 1))}.border-emerald-200\/70{border-color:#a7f3d0b3}.border-emerald-300{--tw-border-opacity: 1;border-color:rgb(110 231 183 / var(--tw-border-opacity, 1))}.border-emerald-500{--tw-border-opacity: 1;border-color:rgb(16 185 129 / var(--tw-border-opacity, 1))}.border-emerald-600{--tw-border-opacity: 1;border-color:rgb(5 150 105 / 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-indigo-200\/70{border-color:#c7d2feb3}.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-red-300{--tw-border-opacity: 1;border-color:rgb(252 165 165 / 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-sky-200\/70{border-color:#bae6fdb3}.border-slate-100{--tw-border-opacity: 1;border-color:rgb(241 245 249 / var(--tw-border-opacity, 1))}.border-slate-200{--tw-border-opacity: 1;border-color:rgb(226 232 240 / var(--tw-border-opacity, 1))}.border-transparent{border-color:transparent}.\!bg-muted\/70{background-color:hsl(var(--muted) / .7)!important}.\!bg-transparent{background-color:transparent!important}.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-50{--tw-bg-opacity: 1;background-color:rgb(255 251 235 / var(--tw-bg-opacity, 1))}.bg-amber-500\/10{background-color:#f59e0b1a}.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-border\/60{background-color:hsl(var(--border) / .6)}.bg-border\/70{background-color:hsl(var(--border) / .7)}.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-100{--tw-bg-opacity: 1;background-color:rgb(209 250 229 / var(--tw-bg-opacity, 1))}.bg-emerald-50{--tw-bg-opacity: 1;background-color:rgb(236 253 245 / var(--tw-bg-opacity, 1))}.bg-emerald-50\/40{background-color:#ecfdf566}.bg-emerald-500{--tw-bg-opacity: 1;background-color:rgb(16 185 129 / var(--tw-bg-opacity, 1))}.bg-emerald-500\/10{background-color:#10b9811a}.bg-emerald-600{--tw-bg-opacity: 1;background-color:rgb(5 150 105 / 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-indigo-500\/10{background-color:#6366f11a}.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{--tw-bg-opacity: 1;background-color:rgb(10 10 10 / var(--tw-bg-opacity, 1))}.bg-neutral-950\/90{background-color:#0a0a0ae6}.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-primary\/\[0\.03\]{background-color:hsl(var(--primary) / .03)}.bg-red-50{--tw-bg-opacity: 1;background-color:rgb(254 242 242 / var(--tw-bg-opacity, 1))}.bg-rose-100{--tw-bg-opacity: 1;background-color:rgb(255 228 230 / 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-sky-500\/10{background-color:#0ea5e91a}.bg-slate-50{--tw-bg-opacity: 1;background-color:rgb(248 250 252 / 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-b{background-image:linear-gradient(to bottom,var(--tw-gradient-stops))}.from-amber-50\/80{--tw-gradient-from: rgb(255 251 235 / .8) var(--tw-gradient-from-position);--tw-gradient-to: rgb(255 251 235 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-emerald-50\/80{--tw-gradient-from: rgb(236 253 245 / .8) var(--tw-gradient-from-position);--tw-gradient-to: rgb(236 253 245 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-indigo-50\/80{--tw-gradient-from: rgb(238 242 255 / .8) var(--tw-gradient-from-position);--tw-gradient-to: rgb(238 242 255 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-sky-50\/80{--tw-gradient-from: rgb(240 249 255 / .8) var(--tw-gradient-from-position);--tw-gradient-to: rgb(240 249 255 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.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)}.to-white{--tw-gradient-to: #fff var(--tw-gradient-to-position)}.fill-current{fill:currentColor}.object-contain{-o-object-fit:contain;object-fit:contain}.object-cover{-o-object-fit:cover;object-fit:cover}.\!p-0{padding:0!important}.p-0{padding:0}.p-1{padding:.25rem}.p-2{padding:.5rem}.p-3{padding:.75rem}.p-4{padding:1rem}.p-5{padding:1.25rem}.p-6{padding:1.5rem}.p-8{padding:2rem}.\!px-2{padding-left:.5rem!important;padding-right:.5rem!important}.\!py-0\.5{padding-top:.125rem!important;padding-bottom:.125rem!important}.px-0{padding-left:0;padding-right:0}.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}.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-16{padding-top:4rem;padding-bottom:4rem}.py-2{padding-top:.5rem;padding-bottom:.5rem}.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}.py-\[2px\]{padding-top:2px;padding-bottom:2px}.pb-0{padding-bottom:0}.pb-1{padding-bottom:.25rem}.pb-10{padding-bottom:2.5rem}.pb-2{padding-bottom:.5rem}.pb-3{padding-bottom:.75rem}.pb-32{padding-bottom:8rem}.pb-4{padding-bottom:1rem}.pb-5{padding-bottom:1.25rem}.pb-6{padding-bottom:1.5rem}.pb-8{padding-bottom:2rem}.pl-4{padding-left:1rem}.pl-5{padding-left:1.25rem}.pl-8{padding-left:2rem}.pr-2{padding-right:.5rem}.pt-16{padding-top:4rem}.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-\[calc\(var\(--layout-header-height\,0px\)\+0\.5rem\)\]{padding-top:calc(var(--layout-header-height,0px) + .5rem)}.pt-\[calc\(var\(--layout-header-height\,0px\)\+2\.5rem\)\]{padding-top:calc(var(--layout-header-height,0px) + 2.5rem)}.text-left{text-align:left}.text-center{text-align:center}.text-right{text-align:right}.align-top{vertical-align:top}.font-mono{font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,Liberation Mono,Courier New,monospace}.text-2xl{font-size:1.5rem;line-height:2rem}.text-3xl{font-size:1.875rem;line-height:2.25rem}.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-medium{font-weight:500}.font-normal{font-weight:400}.font-semibold{font-weight:600}.uppercase{text-transform:uppercase}.leading-5{line-height:1.25rem}.leading-6{line-height:1.5rem}.leading-none{line-height:1}.tracking-tight{letter-spacing:-.025em}.tracking-wide{letter-spacing:.025em}.tracking-widest{letter-spacing:.1em}.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-500{--tw-text-opacity: 1;color:rgb(245 158 11 / var(--tw-text-opacity, 1))}.text-amber-600{--tw-text-opacity: 1;color:rgb(217 119 6 / var(--tw-text-opacity, 1))}.text-amber-700{--tw-text-opacity: 1;color:rgb(180 83 9 / var(--tw-text-opacity, 1))}.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-500{--tw-text-opacity: 1;color:rgb(16 185 129 / var(--tw-text-opacity, 1))}.text-emerald-600{--tw-text-opacity: 1;color:rgb(5 150 105 / var(--tw-text-opacity, 1))}.text-emerald-700{--tw-text-opacity: 1;color:rgb(4 120 87 / var(--tw-text-opacity, 1))}.text-emerald-900{--tw-text-opacity: 1;color:rgb(6 78 59 / var(--tw-text-opacity, 1))}.text-emerald-950{--tw-text-opacity: 1;color:rgb(2 44 34 / 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-indigo-600{--tw-text-opacity: 1;color:rgb(79 70 229 / var(--tw-text-opacity, 1))}.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-500{--tw-text-opacity: 1;color:rgb(239 68 68 / var(--tw-text-opacity, 1))}.text-red-600{--tw-text-opacity: 1;color:rgb(220 38 38 / var(--tw-text-opacity, 1))}.text-red-700{--tw-text-opacity: 1;color:rgb(185 28 28 / var(--tw-text-opacity, 1))}.text-rose-700{--tw-text-opacity: 1;color:rgb(190 18 60 / 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-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}.no-underline{text-decoration-line:none}.underline-offset-2{text-underline-offset:2px}.opacity-0{opacity:0}.opacity-100{opacity:1}.opacity-25{opacity:.25}.opacity-50{opacity:.5}.opacity-60{opacity:.6}.opacity-70{opacity:.7}.opacity-75{opacity:.75}.\!shadow-none{--tw-shadow: 0 0 #0000 !important;--tw-shadow-colored: 0 0 #0000 !important;box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000),var(--tw-ring-shadow, 0 0 #0000),var(--tw-shadow)!important}.shadow-\[0_-8px_24px_rgba\(15\,23\,42\,0\.08\)\]{--tw-shadow: 0 -8px 24px rgba(15,23,42,.08);--tw-shadow-colored: 0 -8px 24px 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-2{--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)}.ring-inset{--tw-ring-inset: inset}.ring-amber-200\/60{--tw-ring-color: rgb(253 230 138 / .6)}.ring-emerald-200\/60{--tw-ring-color: rgb(167 243 208 / .6)}.ring-indigo-200\/60{--tw-ring-color: rgb(199 210 254 / .6)}.ring-primary{--tw-ring-color: hsl(var(--primary))}.ring-sky-200\/60{--tw-ring-color: rgb(186 230 253 / .6)}.ring-offset-2{--tw-ring-offset-width: 2px}.ring-offset-background{--tw-ring-offset-color: hsl(var(--background))}.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-\[padding\]{transition-property:padding;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}.transition-\[width\]{transition-property:width;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}.transition-all{transition-property:all;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}.transition-colors{transition-property:color,background-color,border-color,text-decoration-color,fill,stroke;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}.transition-transform{transition-property:transform;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}.duration-200{transition-duration:.2s}.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}.ease-out{animation-timing-function:cubic-bezier(0,0,.2,1)}: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}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}.console-auth-shell{background:radial-gradient(120% 110% at 0% 0%,#cee3ff73,#f4f9ff99 45%,#f7f9fc)}.console-auth-panel{border-radius:var(--radius-xl);border:1px solid hsl(var(--border) / .75);background-color:hsl(var(--surface) / .96);box-shadow:var(--shadow);-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px)}.console-login [data-amplify-authenticator]{--amplify-colors-primary-10: hsl(168 63% 95%);--amplify-colors-primary-20: hsl(168 63% 90%);--amplify-colors-primary-40: hsl(168 63% 80%);--amplify-colors-primary-60: hsl(168 63% 55%);--amplify-colors-primary-80: hsl(var(--primary));--amplify-colors-primary-90: hsl(168 63% 33%);--amplify-colors-primary-100: hsl(168 63% 28%);--amplify-colors-font-primary: hsl(var(--foreground));--amplify-colors-font-secondary: hsl(var(--foreground) / .85);--amplify-colors-font-tertiary: hsl(var(--muted-foreground));--amplify-colors-font-interactive: hsl(var(--primary));--amplify-colors-border-primary: hsl(var(--border) / .85);--amplify-colors-border-secondary: hsl(var(--border) / .65);--amplify-colors-border-focus: hsl(var(--primary));--amplify-colors-background-secondary: hsl(var(--muted) / .4);--amplify-colors-background-tertiary: hsl(var(--muted) / .55);--amplify-fonts-default-static: "Inter", "Noto Sans JP", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;--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;--amplify-components-fieldcontrol-border-radius: var(--radius-lg);--amplify-components-fieldcontrol-focus-box-shadow: 0 0 0 4px hsl(var(--primary) / .15);--amplify-components-button-border-radius: var(--radius-lg);--amplify-components-button-font-weight: 600;--amplify-components-button-primary-focus-box-shadow: 0 0 0 4px hsl(var(--primary) / .2)}.console-login [data-amplify-authenticator] [data-amplify-container]{width:100%;place-self:stretch}.console-login .amplify-tabs{border-width:0}.console-login .amplify-tabs__list{border-width:0;gap:.5rem}.console-login .amplify-tabs__item{margin:0;border-width:1px;border-style:solid;border-color:transparent;border-radius:var(--radius-lg);padding:.55rem .9rem;font-size:.875rem;color:hsl(var(--muted-foreground))}.console-login .amplify-tabs__item--active{border-color:hsl(var(--primary) / .24);background-color:hsl(var(--primary) / .1);color:hsl(var(--primary))}.console-login .amplify-tabs__item:hover{background-color:hsl(var(--muted) / .6);color:hsl(var(--foreground))}.console-login .amplify-button{border-radius:var(--radius-lg)}.console-login .amplify-button--primary{background:linear-gradient(135deg,hsl(var(--primary) / .92),hsl(var(--primary)));border-color:transparent;box-shadow:0 10px 24px #0f766e3d}.console-login .amplify-button--primary:hover,.console-login .amplify-button--primary:focus{background:linear-gradient(135deg,hsl(var(--primary) / .85),hsl(var(--primary)));border-color:transparent;box-shadow:0 12px 28px #0f766e47}.console-login .amplify-label{color:hsl(var(--muted-foreground));font-size:.8rem;font-weight:600}.console-login .amplify-field__description{color:hsl(var(--muted-foreground));font-size:.75rem}.console-login .amplify-field__error-message{font-size:.75rem}.console-login .amplify-authenticator__heading{color:hsl(var(--foreground))}.console-login .amplify-authenticator__subtitle{color:hsl(var(--muted-foreground))}.console-login .amplify-button--link,.console-login .amplify-link{color:hsl(var(--primary));font-weight:600}.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}@media(min-width:1024px){.layout-mobile-toggle{display:none!important}}.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:30}.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)}.layout-workspace-menu{position:relative}.layout-workspace-menu__trigger{display:inline-flex;align-items:center;border-radius:9999px;padding:.2rem .55rem;font-size:.75rem;font-weight:600;color:hsl(var(--muted-foreground))}.layout-workspace-menu__trigger:hover{color:hsl(var(--foreground))}.layout-workspace-menu__icon{width:.85rem;height:.85rem;transition:transform .2s ease}.layout-workspace-menu__panel{position:absolute;top:calc(100% + .5rem);left:0;width:min(16rem,calc(100vw - 2rem));max-width:calc(100vw - 2rem);border-radius:var(--radius-lg);border:1px solid hsl(var(--border) / .8);background-color:hsl(var(--surface));box-shadow:var(--shadow);padding:.75rem;z-index:30;display:flex;flex-direction:column;gap:.5rem}.layout-workspace-menu__heading{font-size:.7rem;font-weight:700;letter-spacing:.08em;text-transform:uppercase;color:hsl(var(--muted-foreground))}.layout-workspace-menu__current{border-bottom:1px solid hsl(var(--border) / .6);padding-bottom:.5rem}.layout-workspace-menu__current-label{font-size:.7rem;font-weight:700;letter-spacing:.08em;text-transform:uppercase;color:hsl(var(--muted-foreground))}.layout-workspace-menu__current-name{margin-top:.25rem;font-size:.9rem;font-weight:700;color:hsl(var(--foreground))}.layout-workspace-menu__current-id{font-size:.75rem;color:hsl(var(--muted-foreground))}.layout-workspace-menu__list{display:flex;flex-direction:column;gap:.25rem;padding-top:.25rem}.layout-workspace-menu__item{display:flex;width:100%;align-items:center;justify-content:space-between;gap:.5rem;border:none;border-radius:var(--radius-md);padding:.45rem .6rem;font-size:.85rem;font-weight:600;text-align:left;cursor:pointer;transition:background-color .2s ease,color .2s ease}.layout-workspace-menu__item:hover,.layout-workspace-menu__item:focus-visible{background-color:hsl(var(--muted) / .5);outline:none}.layout-workspace-menu__item--active{background-color:hsl(var(--muted));color:hsl(var(--foreground));cursor:default}.layout-workspace-menu__item--inactive{color:hsl(var(--muted-foreground))}.layout-workspace-menu__item--active:hover,.layout-workspace-menu__item--active:focus-visible{background-color:hsl(var(--muted))}.layout-workspace-menu__item--disabled{opacity:.6;cursor:not-allowed}.layout-workspace-menu__item-text{display:flex;flex-direction:column;min-width:0}.layout-workspace-menu__item-name{font-size:.9rem;color:hsl(var(--foreground));overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.layout-workspace-menu__item-id{font-size:.75rem;color:hsl(var(--muted-foreground))}.layout-workspace-menu__item-status{font-size:.75rem;font-weight:700;white-space:nowrap;color:hsl(var(--muted-foreground))}.layout-workspace-menu__item-status--active{color:hsl(var(--primary))}.layout-workspace-menu__empty{padding:.5rem .75rem;font-size:.8rem;color:hsl(var(--muted-foreground))}@media(max-width:1023px){.layout-workspace-menu__panel{left:auto;right:0}}.layout-shop-menu{position:relative}.layout-shop-menu__trigger{display:inline-flex;align-items:center;justify-content:space-between;gap:.5rem;max-width:100%;border-radius:9999px;padding:.35rem .85rem;font-weight:600;color:hsl(var(--foreground))}.layout-shop-menu__label{max-width:12rem;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.layout-shop-menu__icon{width:1rem;height:1rem;transition:transform .2s ease}.layout-shop-menu__panel{position:absolute;top:calc(100% + .5rem);right:0;width:min(18rem,calc(100vw - 2rem));max-width:calc(100vw - 2rem);border-radius:var(--radius-lg);border:1px solid hsl(var(--border) / .8);background-color:hsl(var(--surface));box-shadow:var(--shadow);padding:.75rem;z-index:30;display:flex;flex-direction:column;gap:.5rem}.layout-shop-menu__current{border-bottom:1px solid hsl(var(--border) / .6);padding-bottom:.5rem}.layout-shop-menu__current-label{font-size:.75rem;font-weight:700;letter-spacing:.08em;text-transform:uppercase;color:hsl(var(--muted-foreground))}.layout-shop-menu__current-name{margin-top:.25rem;font-size:.95rem;font-weight:700;color:hsl(var(--foreground))}.layout-shop-menu__current-id{font-size:.75rem;color:hsl(var(--muted-foreground))}.layout-shop-menu__list{display:flex;flex-direction:column;gap:.25rem;padding-top:.25rem}.layout-shop-menu__item{display:flex;width:100%;align-items:center;justify-content:space-between;gap:.5rem;border:none;border-radius:var(--radius-md);padding:.5rem .6rem;font-size:.85rem;font-weight:600;text-align:left;cursor:pointer;transition:background-color .2s ease,color .2s ease}.layout-shop-menu__item:hover,.layout-shop-menu__item:focus-visible{background-color:hsl(var(--muted) / .5);outline:none}.layout-shop-menu__item--active{background-color:hsl(var(--muted));color:hsl(var(--foreground));cursor:default}.layout-shop-menu__item--inactive{color:hsl(var(--muted-foreground))}.layout-shop-menu__item--active:hover,.layout-shop-menu__item--active:focus-visible{background-color:hsl(var(--muted))}.layout-shop-menu__item--disabled{opacity:.6;cursor:not-allowed}.layout-shop-menu__item-text{display:flex;flex-direction:column;min-width:0}.layout-shop-menu__item-name{font-size:.9rem;color:hsl(var(--foreground));overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.layout-shop-menu__item-id{font-size:.75rem;color:hsl(var(--muted-foreground))}.layout-shop-menu__item-status{font-size:.75rem;font-weight:700;white-space:nowrap;color:hsl(var(--muted-foreground))}.layout-shop-menu__item-status--active{color:hsl(var(--primary))}.layout-shop-menu__empty{padding:.5rem .75rem;font-size:.8rem;color:hsl(var(--muted-foreground))}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}.chart-container{height:360px}.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)}.console-app-shell{background:radial-gradient(120% 110% at 0% 0%,#cee3ff73,#f4f9ff99 45%,#f7f9fc)}.page-title{font-size:clamp(1.5rem,1.8vw,1.85rem);font-weight:700;letter-spacing:-.01em;color:hsl(var(--foreground))}.page-description{font-size:.95rem;color:hsl(var(--muted-foreground))}::-webkit-scrollbar{height:8px;width:8px}::-webkit-scrollbar-thumb{background-color:#94a3b880;border-radius:4px}.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}.last\:border-none:last-child{border-style:none}.last\:pb-0:last-child{padding-bottom:0}.hover\:-translate-y-0\.5:hover{--tw-translate-y: -.125rem;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.hover\:cursor-pointer:hover{cursor:pointer}.hover\:border-border:hover{border-color:hsl(var(--border))}.hover\:border-emerald-300:hover{--tw-border-opacity: 1;border-color:rgb(110 231 183 / var(--tw-border-opacity, 1))}.hover\:border-primary:hover{border-color:hsl(var(--primary))}.hover\:border-primary\/40:hover{border-color:hsl(var(--primary) / .4)}.hover\:border-primary\/50:hover{border-color:hsl(var(--primary) / .5)}.hover\:border-primary\/60:hover{border-color:hsl(var(--primary) / .6)}.hover\:bg-emerald-50:hover{--tw-bg-opacity: 1;background-color:rgb(236 253 245 / var(--tw-bg-opacity, 1))}.hover\:bg-emerald-700:hover{--tw-bg-opacity: 1;background-color:rgb(4 120 87 / var(--tw-bg-opacity, 1))}.hover\:bg-muted:hover{background-color:hsl(var(--muted))}.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\/60:hover{background-color:hsl(var(--muted) / .6)}.hover\:bg-primary\/5:hover{background-color:hsl(var(--primary) / .05)}.hover\:bg-red-100:hover{--tw-bg-opacity: 1;background-color:rgb(254 226 226 / var(--tw-bg-opacity, 1))}.hover\:bg-red-50:hover{--tw-bg-opacity: 1;background-color:rgb(254 242 242 / var(--tw-bg-opacity, 1))}.hover\:text-destructive:hover{color:hsl(var(--destructive))}.hover\:text-emerald-600:hover{--tw-text-opacity: 1;color:rgb(5 150 105 / var(--tw-text-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-md:hover{--tw-shadow: 0 4px 6px -1px rgb(0 0 0 / .1), 0 2px 4px -2px rgb(0 0 0 / .1);--tw-shadow-colored: 0 4px 6px -1px var(--tw-shadow-color), 0 2px 4px -2px var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000),var(--tw-ring-shadow, 0 0 #0000),var(--tw-shadow)}.focus\:bg-muted:focus{background-color:hsl(var(--muted))}.focus\:text-destructive:focus{color:hsl(var(--destructive))}.focus\:text-foreground:focus{color:hsl(var(--foreground))}.focus-visible\:outline-none:focus-visible{outline:2px solid transparent;outline-offset:2px}.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-offset-2:focus-visible{--tw-ring-offset-width: 2px}.disabled\:cursor-not-allowed:disabled{cursor:not-allowed}.disabled\:opacity-50:disabled{opacity:.5}.group:hover .group-hover\:text-primary{color:hsl(var(--primary))}.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],.data-\[disabled\]\:pointer-events-none[data-disabled]{pointer-events:none}.data-\[selected\=true\]\:bg-accent\/60[data-selected=true]{background-color:hsl(var(--accent) / .6)}.data-\[state\=open\]\:bg-muted[data-state=open]{background-color:hsl(var(--muted))}.data-\[headless\]\:px-0[data-headless]{padding-left:0;padding-right:0}.data-\[disabled\=true\]\:opacity-50[data-disabled=true],.data-\[disabled\]\:opacity-50[data-disabled]{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\]\:zoom-out-95[data-state=closed]{--tw-exit-scale: .95}.data-\[state\=open\]\:zoom-in-95[data-state=open]{--tw-enter-scale: .95}.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(min-width:640px){.sm\:not-sr-only{position:static;width:auto;height:auto;padding:0;margin:0;overflow:visible;clip:auto;white-space:normal}.sm\:col-span-2{grid-column:span 2 / span 2}.sm\:hidden{display:none}.sm\:w-32{width:8rem}.sm\:w-48{width:12rem}.sm\:w-80{width:20rem}.sm\:w-auto{width:auto}.sm\:max-w-2xl{max-width:42rem}.sm\:max-w-3xl{max-width:48rem}.sm\:max-w-\[10\.5rem\]{max-width:10.5rem}.sm\:max-w-\[18rem\]{max-width:18rem}.sm\:max-w-\[720px\]{max-width:720px}.sm\:max-w-\[98vw\]{max-width:98vw}.sm\:max-w-sm{max-width:24rem}.sm\:max-w-xl{max-width:36rem}.sm\:flex-none{flex:none}.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-\[9rem_1fr\]{grid-template-columns:9rem 1fr}.sm\:flex-row{flex-direction:row}.sm\:flex-col{flex-direction:column}.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-2{gap:.5rem}.sm\:gap-3{gap:.75rem}.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\:self-start{align-self:flex-start}.sm\:overflow-visible{overflow:visible}.sm\:rounded-2xl{border-radius:1rem}.sm\:p-6{padding:1.5rem}.sm\:p-8{padding:2rem}.sm\:px-4{padding-left:1rem;padding-right:1rem}.sm\:px-6{padding-left:1.5rem;padding-right:1.5rem}.sm\:pb-0{padding-bottom:0}.sm\:pb-28{padding-bottom:7rem}.sm\:text-left{text-align:left}.sm\:text-right{text-align:right}.sm\:text-lg{font-size:1.125rem;line-height:1.75rem}.sm\:text-sm{font-size:.875rem;line-height:1.25rem}}@media(min-width:768px){.md\:order-2{order:2}.md\:order-3{order:3}.md\:col-span-2{grid-column:span 2 / span 2}.md\:block{display:block}.md\:hidden{display:none}.md\:w-auto{width:auto}.md\:max-w-\[11rem\]{max-width:11rem}.md\:max-w-\[840px\]{max-width:840px}.md\:flex-1{flex:1 1 0%}.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-\[1fr_auto_auto\]{grid-template-columns:1fr auto auto}.md\:grid-cols-\[minmax\(0\,_1fr\)_auto\]{grid-template-columns:minmax(0,1fr) auto}.md\:items-end{align-items:flex-end}.md\:\!px-7{padding-left:1.75rem!important;padding-right:1.75rem!important}.md\:px-6{padding-left:1.5rem;padding-right:1.5rem}.md\:\!pb-7{padding-bottom:1.75rem!important}.md\:\!pt-5{padding-top:1.25rem!important}.md\:text-center{text-align:center}}@media(min-width:1024px){.lg\:flex{display:flex}.lg\:hidden{display:none}.lg\:min-h-0{min-height:0px}.lg\:w-16{width:4rem}.lg\:w-64{width:16rem}.lg\:max-w-\[13rem\]{max-width:13rem}.lg\:flex-1{flex:1 1 0%}.lg\:flex-none{flex:none}.lg\:grid-cols-2{grid-template-columns:repeat(2,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-\[13rem_minmax\(0\,1fr\)_36rem\]{grid-template-columns:13rem minmax(0,1fr) 36rem}.lg\:flex-row{flex-direction:row}.lg\:flex-col{flex-direction:column}.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\:overflow-hidden{overflow:hidden}.lg\:overflow-y-auto{overflow-y:auto}.lg\:border-l{border-left-width:1px}.lg\:border-r{border-right-width:1px}.lg\:border-border\/60{border-color:hsl(var(--border) / .6)}.lg\:border-border\/70{border-color:hsl(var(--border) / .7)}.lg\:bg-white\/80{background-color:#fffc}.lg\:px-8{padding-left:2rem;padding-right:2rem}.lg\:pl-4{padding-left:1rem}.lg\:pl-5{padding-left:1.25rem}.lg\:pr-1{padding-right:.25rem}.lg\:pr-8{padding-right:2rem}.lg\: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)}}@media(min-width:1280px){.xl\:col-span-2{grid-column:span 2 / span 2}.xl\:min-h-\[560px\]{min-height:560px}.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-6{grid-template-columns:repeat(6,minmax(0,1fr))}.xl\:grid-cols-\[minmax\(0\,1\.35fr\)_minmax\(320px\,0\.85fr\)\]{grid-template-columns:minmax(0,1.35fr) minmax(320px,.85fr)}.xl\:grid-cols-\[minmax\(320px\,420px\)_minmax\(0\,1fr\)\]{grid-template-columns:minmax(320px,420px) minmax(0,1fr)}}@media(min-width:1536px){.\32xl\:max-w-\[1600px\]{max-width:1600px}.\32xl\:px-0{padding-left:0;padding-right:0}}.\[\&_svg\]\:mx-auto svg{margin-left:auto;margin-right:auto}.\[\&_svg\]\:h-auto svg{height:auto}.\[\&_svg\]\:max-w-none svg{max-width:none}.\[\&_svg\]\:bg-transparent svg{background-color:transparent}
