:root{--color-primary:59 130 246;--color-primary-hover:37 99 235;--color-primary-active:29 78 216;--color-secondary:96 165 250;--color-secondary-hover:59 130 246;--color-secondary-active:37 99 235;--color-accent:245 158 11;--color-accent-hover:217 119 6;--color-accent-active:180 83 9;--color-bg-default:249 250 251;--color-bg-paper:255 255 255;--color-bg-nav:255 255 255;--color-bg-hover:243 244 246;--color-bg-active:229 231 235;--color-surface-default:255 255 255;--color-surface-hover:249 250 251;--color-surface-active:243 244 246;--color-text-default:23 23 23;--color-text-secondary:82 82 82;--color-text-muted:115 115 115;--color-text-inverse:255 255 255;--color-border-default:229 231 235;--color-border-light:243 244 246;--color-border-dark:209 213 219;--shadow-color:0 0 0;--shadow-opacity-sm:0.05;--shadow-opacity-md:0.1;--shadow-opacity-lg:0.15}.dark{--color-primary:96 165 250;--color-primary-hover:147 197 253;--color-primary-active:191 219 254;--color-secondary:59 130 246;--color-secondary-hover:96 165 250;--color-secondary-active:147 197 253;--color-accent:245 158 11;--color-accent-hover:217 119 6;--color-accent-active:180 83 9;--color-bg-default:15 17 23;--color-bg-paper:26 29 39;--color-bg-nav:15 17 23;--color-bg-hover:30 33 46;--color-bg-active:42 45 62;--color-surface-default:26 29 39;--color-surface-hover:34 38 55;--color-surface-active:42 45 62;--color-text-default:226 230 240;--color-text-secondary:139 156 191;--color-text-muted:100 116 145;--color-text-inverse:15 17 23;--color-border-default:42 45 62;--color-border-light:34 38 55;--color-border-dark:26 29 39;--shadow-color:0 0 0;--shadow-opacity-sm:0.2;--shadow-opacity-md:0.3;--shadow-opacity-lg:0.4}.dot-grid-pattern{position:relative}.dot-grid-pattern:before{background-image:none;background-size:24px 24px;content:"";inset:0;pointer-events:none;position:absolute;z-index:0}.dark .dot-grid-pattern:before{background-image:radial-gradient(circle,#60a5fa26 1px,#0000 0)}.dot-grid-pattern>*{position:relative;z-index:1}.gradient-primary{background:linear-gradient(135deg,#3b82f6,#2563eb)}.gradient-primary-reverse{background:linear-gradient(135deg,#2563eb,#3b82f6)}.gradient-dark-header{animation:subtle-shift 8s ease infinite;background:linear-gradient(90deg,#0f1117,#131620 25%,#1a1d27 50%,#131620 75%,#0f1117);background-size:200% 100%}@keyframes subtle-shift{0%,to{background-position:0 50%}50%{background-position:100% 50%}}.gradient-radial{background:radial-gradient(circle at top left,#3b82f633,#0000 50%),radial-gradient(circle at bottom right,#60a5fa33,#0000 50%);background:radial-gradient(circle at top left,rgb(var(--color-primary)/.2),#0000 50%),radial-gradient(circle at bottom right,rgb(var(--color-secondary)/.2),#0000 50%)}.gradient-mesh{background:radial-gradient(at 40% 20%,#3b82f626 0,#0000 50%),radial-gradient(at 80% 0,#60a5fa1a 0,#0000 50%),radial-gradient(at 10% 50%,#f59e0b1a 0,#0000 50%),radial-gradient(at 80% 80%,#3b82f61a 0,#0000 50%),radial-gradient(at 0 100%,#60a5fa26 0,#0000 50%);background:radial-gradient(at 40% 20%,rgb(var(--color-primary)/.15) 0,#0000 50%),radial-gradient(at 80% 0,rgb(var(--color-secondary)/.1) 0,#0000 50%),radial-gradient(at 10% 50%,rgb(var(--color-accent)/.1) 0,#0000 50%),radial-gradient(at 80% 80%,rgb(var(--color-primary)/.1) 0,#0000 50%),radial-gradient(at 0 100%,rgb(var(--color-secondary)/.15) 0,#0000 50%)}.glass{backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px);background:#ffffffb3;background:rgb(var(--color-surface-default)/.7);border:1px solid #e5e7eb33;border:1px solid rgb(var(--color-border-default)/.2)}.glass-dark{backdrop-filter:blur(20px);-webkit-backdrop-filter:blur(20px);background:#ffffff80;background:rgb(var(--color-bg-paper)/.5);border:1px solid #e5e7eb1a;border:1px solid rgb(var(--color-border-default)/.1)}.gradient-text{-webkit-text-fill-color:#0000;animation:gradient-shift 3s ease infinite;background:linear-gradient(90deg,#3b82f6,#60a5fa,#93c5fd,#3b82f6);-webkit-background-clip:text;background-clip:text;background-size:300% 100%}.glow-primary{box-shadow:0 0 30px #3b82f64d;box-shadow:0 0 30px rgb(var(--color-primary)/.3)}.glow-secondary{box-shadow:0 0 30px #60a5fa4d;box-shadow:0 0 30px rgb(var(--color-secondary)/.3)}.glow-accent{box-shadow:0 0 30px #f59e0b4d;box-shadow:0 0 30px rgb(var(--color-accent)/.3)}.text-glow-primary{text-shadow:0 0 20px #3b82f680;text-shadow:0 0 20px rgb(var(--color-primary)/.5)}.text-glow-secondary{text-shadow:0 0 20px #60a5fa80;text-shadow:0 0 20px rgb(var(--color-secondary)/.5)}.card-hover-lift{transition:all .3s cubic-bezier(.4,0,.2,1)}.card-hover-lift:hover{box-shadow:0 20px 25px -5px #0000001a,0 10px 10px -5px #0000000d;box-shadow:0 20px 25px -5px rgb(var(--shadow-color)/var(--shadow-opacity-md)),0 10px 10px -5px rgb(var(--shadow-color)/var(--shadow-opacity-sm));transform:translateY(-4px)}.card-hover-glow{overflow:hidden;position:relative;transition:all .3s ease}.card-hover-glow:before{background:#3b82f61a;background:rgb(var(--color-primary)/.1);border-radius:50%;content:"";height:0;left:50%;position:absolute;top:50%;transform:translate(-50%,-50%);transition:width .6s,height .6s;width:0}.card-hover-glow:hover:before{height:300%;width:300%}.btn-primary-animated{background:linear-gradient(135deg,#3b82f6,#2563eb);background:linear-gradient(135deg,rgb(var(--color-primary)),rgb(var(--color-primary-hover)));color:#fff;color:rgb(var(--color-text-inverse));overflow:hidden;position:relative;transition:all .3s ease}.btn-primary-animated:before{background:linear-gradient(90deg,#0000,#fff3,#0000);content:"";height:100%;left:-100%;position:absolute;top:0;transition:left .5s;width:100%}.btn-primary-animated:hover:before{left:100%}.btn-secondary-animated{background:#0000;border:2px solid #60a5fa;border:2px solid rgb(var(--color-secondary));color:#60a5fa;color:rgb(var(--color-secondary));overflow:hidden;position:relative;transition:all .3s ease}.btn-secondary-animated:after{background:#60a5fa;background:rgb(var(--color-secondary));border-radius:50%;content:"";height:0;left:50%;position:absolute;top:50%;transform:translate(-50%,-50%);transition:width .3s,height .3s;width:0}.btn-secondary-animated:hover{color:#fff;color:rgb(var(--color-text-inverse))}.btn-secondary-animated:hover:after{height:300%;width:300%}.skeleton{background:#f9fafb;background:rgb(var(--color-surface-hover));overflow:hidden;position:relative}.skeleton:after{animation:skeleton-loading 1.5s infinite;background:linear-gradient(90deg,#0000,#f3f4f680,#0000);background:linear-gradient(90deg,#0000,rgb(var(--color-surface-active)/.5),#0000);bottom:0;content:"";left:0;position:absolute;right:0;top:0;transform:translateX(-100%)}@keyframes skeleton-loading{to{transform:translateX(100%)}}.page-transition-enter{opacity:0;transform:translateY(20px)}.page-transition-enter-active{transition:opacity .4s ease-out,transform .4s ease-out}.page-transition-enter-active,.page-transition-exit{opacity:1;transform:translateY(0)}.page-transition-exit-active{opacity:0;transform:translateY(-20px);transition:opacity .4s ease-in,transform .4s ease-in}@keyframes float-slow{0%,to{transform:translateY(0) rotate(0deg)}33%{transform:translateY(-10px) rotate(-1deg)}66%{transform:translateY(5px) rotate(1deg)}}.float-animation{animation:float-slow 6s ease-in-out infinite}@keyframes pulse-scale{0%,to{box-shadow:0 0 0 0 #3b82f6b3;box-shadow:0 0 0 0 rgb(var(--color-primary)/.7);transform:scale(1)}50%{box-shadow:0 0 0 10px #3b82f600;box-shadow:0 0 0 10px rgb(var(--color-primary)/0);transform:scale(1.05)}}.pulse-animation{animation:pulse-scale 2s ease-in-out infinite}@keyframes gradient-shift{0%,to{background-position:0 50%}50%{background-position:100% 50%}}@keyframes morph{0%,to{border-radius:60% 40% 30% 70%/60% 30% 70% 40%}50%{border-radius:30% 60% 70% 40%/50% 60% 30% 60%}}@keyframes liquid{0%,to{transform:scale(1) rotate(0deg)}33%{transform:scale(.95) rotate(-3deg)}66%{transform:scale(1.05) rotate(3deg)}}.magnetic-hover{transition:transform .3s cubic-bezier(.4,0,.2,1)}.neon-glow{position:relative;transition:all .3s ease}.neon-glow:before{background:inherit;bottom:0;content:"";filter:blur(10px);left:0;opacity:0;position:absolute;right:0;top:0;transition:opacity .3s ease;z-index:-1}.neon-glow:hover:before{opacity:.7}.blob-hover{overflow:visible;position:relative}.blob-hover:before{animation:morph 8s ease-in-out infinite;background:linear-gradient(45deg,#3b82f6,#60a5fa);content:"";height:150%;left:50%;opacity:0;position:absolute;top:50%;transform:translate(-50%,-50%) scale(0);transition:all .5s cubic-bezier(.4,0,.2,1);width:150%;z-index:-1}.blob-hover:hover:before{opacity:.1;transform:translate(-50%,-50%) scale(1)}.liquid-hover{isolation:isolate;overflow:hidden;position:relative}.liquid-hover:after,.liquid-hover:before{border-radius:50%;content:"";height:0;left:50%;position:absolute;top:50%;transform:translate(-50%,-50%);transition:all .5s ease;width:0;z-index:-1}.liquid-hover:before{background:#3b82f61a}.liquid-hover:after{background:#60a5fa1a;transition-delay:.1s}.liquid-hover:hover:before{height:300%;width:300%}.liquid-hover:hover:after{height:250%;width:250%}.corner-trim-hover{isolation:isolate;overflow:visible!important;padding:.5rem 1rem}.corner-trim-hover:after,.corner-trim-hover:before{content:"";opacity:0;pointer-events:none;position:absolute;transition:all .3s cubic-bezier(.4,0,.2,1);z-index:-1}.corner-trim-hover:before{border-left:2px solid #3b82f6;border-top:2px solid #3b82f6;height:14px;left:-2px;top:-2px;width:14px}.corner-trim-hover:after{border-bottom:2px solid #60a5fa;border-right:2px solid #60a5fa;bottom:-2px;height:14px;right:-2px;width:14px}.corner-trim-hover:hover:after,.corner-trim-hover:hover:before{opacity:1}.corner-trim-hover:hover:after,.corner-trim-hover:hover:before{height:calc(100% + 4px);width:calc(100% + 4px)}.dark .corner-trim-hover:before{border-color:#3b82f6}.dark .corner-trim-hover:after{border-color:#60a5fa}@keyframes glitch{0%,to{filter:hue-rotate(0deg);transform:translate(0)}20%{filter:hue-rotate(90deg);transform:translate(-1px,1px)}40%{filter:hue-rotate(180deg);transform:translate(1px,-1px)}60%{filter:hue-rotate(270deg);transform:translateY(1px)}80%{filter:hue-rotate(1turn);transform:translate(-1px)}}.glitch-hover{position:relative}.glitch-hover:hover{animation:glitch .3s ease-in-out}.aurora-hover{overflow:hidden;position:relative}.aurora-hover:before{background:linear-gradient(45deg,#0000,#3b82f64d,#0000,#60a5fa4d,#0000);content:"";height:200%;left:-50%;opacity:0;position:absolute;top:-50%;transform:rotate(0deg);transition:all 1s ease;width:200%}.aurora-hover:hover:before{animation:aurora-wave 3s linear infinite;opacity:1}@keyframes aurora-wave{0%{transform:rotate(0deg) translateY(0)}to{transform:rotate(1turn) translateY(-100%)}}::-webkit-scrollbar{height:10px;width:10px}::-webkit-scrollbar-track{background:#f9fafb;background:rgb(var(--color-bg-default))}::-webkit-scrollbar-thumb{background:#e5e7eb;background:rgb(var(--color-border-default));border-radius:5px;-webkit-transition:background .3s ease;transition:background .3s ease}::-webkit-scrollbar-thumb:hover{background:#3b82f6;background:rgb(var(--color-primary))}:focus-visible{outline:2px solid #3b82f6;outline:2px solid rgb(var(--color-primary));outline-offset:2px}.transition-smooth{transition:all .3s cubic-bezier(.4,0,.2,1)}.transition-bounce{transition:all .5s cubic-bezier(.68,-.55,.265,1.55)}.transition-spring{transition:all .5s cubic-bezier(.175,.885,.32,1.275)}.animate-float{animation:float 15s ease-in-out infinite}.animate-float-delayed{animation:float-delayed 15s ease-in-out infinite;animation-delay:5s}.animate-fade-in{animation:fadeIn .5s ease-out}.text-responsive-xs{font-size:clamp(.75rem,1.5vw,.875rem)}.text-responsive-sm{font-size:clamp(.875rem,2vw,1rem)}.text-responsive-base{font-size:clamp(1rem,2.5vw,1.125rem)}.text-responsive-lg{font-size:clamp(1.125rem,3vw,1.25rem)}.text-responsive-xl{font-size:clamp(1.25rem,4vw,1.5rem)}.text-responsive-2xl{font-size:clamp(1.5rem,5vw,2rem)}.text-responsive-3xl{font-size:clamp(2rem,6vw,3rem)}.content-layer{position:relative;z-index:1}header{position:relative;z-index:40}.nav-container{position:relative;z-index:45}.nav-item{position:relative;z-index:46}.dropdown-trigger{position:relative;z-index:47}.dropdown-menu,.nav-dropdown{position:absolute;z-index:50!important}@keyframes dropdown-enter{0%{opacity:0;transform:translateY(-8px)}to{opacity:1;transform:translateY(0)}}.categories-dropdown-enter{animation:dropdown-enter .2s ease-out}.global-search-container{position:relative;z-index:60}.global-search-results{position:absolute;z-index:100!important}.mobile-menu{position:fixed;z-index:60}.modal-overlay{position:fixed;z-index:70}.modal-content{position:relative;z-index:71}.toast-container{position:fixed;z-index:80}.tooltip{position:absolute;z-index:90}.main-content,main,section{position:relative;z-index:1}.corner-trim-hover{position:relative;z-index:2}.dropdown-wrapper,.has-dropdown{overflow:visible!important;position:relative}@media (max-width:639px){.container{padding-left:1rem;padding-right:1rem}.grid{grid-template-columns:1fr!important}h1{font-size:1.875rem!important}h2{font-size:1.5rem!important}h3{font-size:1.25rem!important}.line-clamp-2{-webkit-line-clamp:2;-webkit-box-orient:vertical;display:-webkit-box;overflow:hidden}.mobile-padding{padding:1rem!important}.flex-col-mobile{flex-direction:column!important}.btn-full-mobile{width:100%!important}.card-mobile{margin-bottom:1rem}.hide-mobile{display:none!important}.modal-mobile{margin:0 auto;width:95%!important}a,button,input,select,textarea{min-height:44px}table{display:block;overflow-x:auto;white-space:nowrap}form>div{margin-bottom:1rem}.chart-container{height:200px!important}nav ul li{margin-bottom:.5rem}.stats-grid{gap:1rem!important;grid-template-columns:1fr!important}.course-card{margin-bottom:1.5rem}.filter-sidebar-mobile{background:#fff;bottom:0;left:0;overflow-y:auto;position:fixed;right:0;top:0;z-index:50}}@media (min-width:640px) and (max-width:1023px){.grid-cols-md{grid-template-columns:repeat(2,1fr)!important}.tablet-padding{padding:1.5rem!important}h1{font-size:2.25rem!important}h2{font-size:1.875rem!important}.card-grid-tablet{grid-gap:1.5rem;display:grid;gap:1.5rem;grid-template-columns:repeat(2,1fr)}}@media (min-width:1024px){.grid-cols-lg{grid-template-columns:repeat(3,1fr)!important}.grid-cols-xl{grid-template-columns:repeat(4,1fr)!important}.show-desktop{display:block!important}.desktop-padding{padding:2rem!important}.container-desktop{margin:0 auto;max-width:1280px}}@media (hover:none) and (pointer:coarse){.hover\:shadow-lg:hover{box-shadow:none!important}a,button{padding:.75rem 1rem}*{-webkit-tap-highlight-color:transparent}}@media (orientation:landscape) and (max-height:500px){header{padding-bottom:.5rem!important;padding-top:.5rem!important}.modal{max-height:90vh!important;overflow-y:auto}}@media print{.no-print,footer,header,nav{display:none!important}body{font-size:12pt}*{background:#fff!important;box-shadow:none!important;color:#000!important}}@media (prefers-reduced-motion:reduce){*,:after,:before{animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important}}@media (prefers-contrast:high){*{border-width:2px!important}a,button{text-decoration:underline!important}}img{display:block;height:auto;max-width:100%}.video-container{height:0;overflow:hidden;padding-bottom:56.25%;position:relative}.video-container iframe{height:100%;left:0;position:absolute;top:0;width:100%}.table-wrapper{-webkit-overflow-scrolling:touch;overflow-x:auto}html{scroll-behavior:smooth}.safe-area-inset{padding-bottom:env(safe-area-inset-bottom);padding-left:env(safe-area-inset-left);padding-right:env(safe-area-inset-right)}@viewport{zoom:1;width:device-width}#root,html{max-width:100%;overflow-x:clip}#root{width:100%}@media (max-width:768px){input[type=checkbox],input[type=radio]{min-height:44px;min-width:44px}table thead{display:none}table tbody tr{background:#fff;border-radius:8px;box-shadow:0 2px 4px #0000001a;display:block;margin-bottom:1rem;padding:1rem}.dark table tbody tr{background:#1f2937;box-shadow:0 2px 4px #0000004d}table tbody td{border:none;display:flex;justify-content:space-between;padding:.5rem 0;text-align:right}table tbody td:before{color:#666;content:attr(data-label);font-weight:700;text-align:left}.dark table tbody td:before{color:#9ca3af}table tbody td.actions{gap:.5rem;justify-content:center}table tbody td.actions:before{display:none}}@media (max-width:640px){.quiz-navigation-grid{grid-gap:.5rem!important;display:grid!important;gap:.5rem!important;grid-template-columns:repeat(5,1fr)!important}.quiz-timer-mobile{background:#fff;box-shadow:0 2px 4px #0000001a;padding:.5rem;position:-webkit-sticky;position:sticky;top:0;z-index:10}.dark .quiz-timer-mobile{background:#1f2937}.quiz-option{font-size:1rem!important;margin-bottom:.75rem!important;padding:1rem!important}.quiz-submit-mobile{background:#fff;bottom:0;box-shadow:0 -2px 10px #0000001a;left:0;padding:1rem;position:fixed;right:0;z-index:20}.dark .quiz-submit-mobile{background:#1f2937}.certificate-viewer{max-width:100vw!important;padding:1rem!important}.certificate-content{margin:0 auto;transform:scale(.7);transform-origin:top center}.certificate-actions{flex-direction:column!important;gap:.75rem!important;padding:1rem!important}.certificate-actions button{width:100%!important}.file-grid{gap:.75rem!important;grid-template-columns:repeat(2,1fr)!important}.file-card{padding:.75rem!important}.file-card-icon{height:2rem!important;width:2rem!important}.file-card-name{-webkit-line-clamp:2;-webkit-box-orient:vertical;display:-webkit-box;font-size:.875rem!important;overflow:hidden}.file-upload-area{padding:2rem 1rem!important}.file-actions-dropdown{left:0!important;right:0!important;width:100vw!important}.chart-container{margin:0 -.75rem!important;padding:.75rem!important}.chart-legend{display:flex!important;gap:1rem!important;overflow-x:auto!important;padding-bottom:.5rem!important}.stats-grid{gap:.75rem!important;grid-template-columns:1fr!important}.stat-card-mobile{align-items:center!important;display:flex!important;justify-content:space-between!important;padding:1rem!important}.stat-card-mobile .stat-value{font-size:1.5rem!important}.stat-card-mobile .stat-label{font-size:.875rem!important}.mobile-menu{background:#fff;bottom:0;left:0;padding:1rem;position:fixed!important;right:0;top:0;z-index:50}.dark .mobile-menu{background:#111827}.mobile-menu-item{border-bottom:1px solid #0000001a;font-size:1.125rem!important;padding:1rem!important}input[type=email],input[type=number],input[type=password],input[type=text],select,textarea{font-size:16px!important;padding:.75rem!important}label{font-size:.875rem!important;margin-bottom:.5rem!important}.form-actions{flex-direction:column!important;gap:.75rem!important}.form-actions button{width:100%!important}.modal-mobile{border-radius:0!important;bottom:0!important;left:0!important;margin:0!important;max-height:100%!important;max-width:100%!important;position:fixed!important;right:0!important;top:0!important}.modal-content-mobile{display:flex!important;flex-direction:column!important;height:100vh!important}.modal-body-mobile{flex:1 1;overflow-y:auto;padding:1rem!important}.modal-footer-mobile{background:#fff;border-top:1px solid #0000001a;bottom:0;padding:1rem;position:-webkit-sticky;position:sticky}.dark .modal-footer-mobile{background:#1f2937;border-top-color:#ffffff1a}.course-grid-mobile{gap:1rem!important;grid-template-columns:1fr!important}.course-card-horizontal{display:flex!important;gap:1rem!important}.course-card-horizontal .course-image{flex-shrink:0;height:100px!important;width:100px!important}.course-card-horizontal .course-content{display:flex;flex:1 1;flex-direction:column;justify-content:space-between}.course-filters-mobile{background:#fff;border-top-left-radius:1rem;border-top-right-radius:1rem;bottom:0;left:0;padding:1rem;position:fixed;right:0;transform:translateY(calc(100% - 60px));transition:transform .3s ease;z-index:30}.course-filters-mobile.open{transform:translateY(0)}.dark .course-filters-mobile{background:#1f2937}.skeleton-mobile{height:200px!important}.loading-spinner-mobile{left:50%;position:fixed;top:50%;transform:translate(-50%,-50%)}.hide-mobile{display:none!important}.show-mobile{display:block!important}.truncate-mobile{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.p-mobile-2{padding:.5rem!important}.p-mobile-3{padding:.75rem!important}.p-mobile-4{padding:1rem!important}.m-mobile-0{margin:0!important}.text-mobile-sm{font-size:.875rem!important}.text-mobile-base{font-size:1rem!important}.text-mobile-lg{font-size:1.125rem!important}*{animation-duration:.2s!important;transition-duration:.2s!important}}@media (max-width:640px){@media (hover:none){:hover{box-shadow:none!important;transform:none!important}}}@media (max-width:640px){:focus-visible{outline:2px solid #3b82f6!important;outline-offset:2px!important}@media (prefers-contrast:high){*{border-width:2px!important}}@media (prefers-reduced-motion:reduce){*{animation:none!important;transition:none!important}}}.dark .theme-bg-primary{background-color:#1a1d27}.theme-bg-primary{--tw-bg-opacity:1;background-color:#fff;background-color:rgb(255 255 255/var(--tw-bg-opacity,1))}.dark .theme-bg-secondary{background-color:#0f1117}.theme-bg-secondary{--tw-bg-opacity:1;background-color:#f9fafb;background-color:rgb(249 250 251/var(--tw-bg-opacity,1))}.dark .theme-bg-card{background-color:#1a1d27;border-color:#2a2d3e}.theme-bg-card{--tw-border-opacity:1;--tw-bg-opacity:1;background-color:#fff;background-color:rgb(255 255 255/var(--tw-bg-opacity,1));border-color:#e5e7eb;border-color:rgb(229 231 235/var(--tw-border-opacity,1))}.dark .theme-text-primary{color:#e2e6f0}.theme-text-primary{--tw-text-opacity:1;color:#111827;color:rgb(17 24 39/var(--tw-text-opacity,1))}.theme-text-secondary{--tw-text-opacity:1;color:#374151;color:rgb(55 65 81/var(--tw-text-opacity,1))}.dark .theme-text-muted{color:#8b9cbf}.theme-text-muted{--tw-text-opacity:1;color:#4b5563;color:rgb(75 85 99/var(--tw-text-opacity,1))}.dark .theme-border{border-color:#2a2d3e}.theme-border{--tw-border-opacity:1;border-color:#e5e7eb;border-color:rgb(229 231 235/var(--tw-border-opacity,1))}.dark .theme-bg-primary,.dark .theme-bg-secondary{--tw-bg-opacity:1;background-color:#000;background-color:rgb(0 0 0/var(--tw-bg-opacity,1))}.dark .theme-bg-card{--tw-border-opacity:1;--tw-bg-opacity:1;background-color:#171717;background-color:rgb(23 23 23/var(--tw-bg-opacity,1));border-color:#262626;border-color:rgb(38 38 38/var(--tw-border-opacity,1))}.dark .theme-text-primary{--tw-text-opacity:1;color:#fff;color:rgb(255 255 255/var(--tw-text-opacity,1))}.dark .theme-text-secondary{--tw-text-opacity:1;color:#d1d5db;color:rgb(209 213 219/var(--tw-text-opacity,1))}.dark .theme-text-muted{--tw-text-opacity:1;color:#9ca3af;color:rgb(156 163 175/var(--tw-text-opacity,1))}.dark .theme-border{--tw-border-opacity:1;border-color:#262626;border-color:rgb(38 38 38/var(--tw-border-opacity,1))}.btn-theme-primary{--tw-bg-opacity:1;--tw-text-opacity:1;background-color:#0d92ff;background-color:rgb(13 146 255/var(--tw-bg-opacity,1));color:#fff;color:rgb(255 255 255/var(--tw-text-opacity,1));transition-duration:.15s;transition-property:all;transition-timing-function:cubic-bezier(.4,0,.2,1)}.btn-theme-primary:hover{--tw-bg-opacity:1;background-color:#0069cc;background-color:rgb(0 105 204/var(--tw-bg-opacity,1))}.btn-theme-primary:focus{--tw-ring-offset-shadow:var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);--tw-ring-shadow:var(--tw-ring-inset) 0 0 0 calc(4px + var(--tw-ring-offset-width)) var(--tw-ring-color);--tw-ring-color:#4dbbff4d;box-shadow:var(--tw-ring-offset-shadow),var(--tw-ring-shadow),0 0 #0000;box-shadow:var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow,0 0 #0000)}.dark .btn-theme-secondary{background-color:#1a1d27}.btn-theme-secondary{--tw-bg-opacity:1;--tw-text-opacity:1;background-color:#f3f4f6;background-color:rgb(243 244 246/var(--tw-bg-opacity,1));color:#374151;color:rgb(55 65 81/var(--tw-text-opacity,1));transition-duration:.15s;transition-property:all;transition-timing-function:cubic-bezier(.4,0,.2,1)}.btn-theme-secondary:hover{--tw-bg-opacity:1;background-color:#e5e7eb;background-color:rgb(229 231 235/var(--tw-bg-opacity,1))}.btn-theme-secondary:is(.dark *){--tw-bg-opacity:1;--tw-text-opacity:1;background-color:#262626;background-color:rgb(38 38 38/var(--tw-bg-opacity,1));color:#f3f4f6;color:rgb(243 244 246/var(--tw-text-opacity,1))}.btn-theme-secondary:hover:is(.dark *){--tw-bg-opacity:1;background-color:#404040;background-color:rgb(64 64 64/var(--tw-bg-opacity,1))}.btn-theme-success{--tw-bg-opacity:1;--tw-text-opacity:1;background-color:#059669;background-color:rgb(5 150 105/var(--tw-bg-opacity,1));color:#fff;color:rgb(255 255 255/var(--tw-text-opacity,1));transition-duration:.15s;transition-property:all;transition-timing-function:cubic-bezier(.4,0,.2,1)}.btn-theme-success:hover{--tw-bg-opacity:1;background-color:#047857;background-color:rgb(4 120 87/var(--tw-bg-opacity,1))}.btn-theme-success:focus{--tw-ring-offset-shadow:var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);--tw-ring-shadow:var(--tw-ring-inset) 0 0 0 calc(4px + var(--tw-ring-offset-width)) var(--tw-ring-color);--tw-ring-color:#10b9814d;box-shadow:var(--tw-ring-offset-shadow),var(--tw-ring-shadow),0 0 #0000;box-shadow:var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow,0 0 #0000)}.btn-theme-warning{--tw-bg-opacity:1;--tw-text-opacity:1;background-color:#f59e0b;background-color:rgb(245 158 11/var(--tw-bg-opacity,1));color:#fff;color:rgb(255 255 255/var(--tw-text-opacity,1));transition-duration:.15s;transition-property:all;transition-timing-function:cubic-bezier(.4,0,.2,1)}.btn-theme-warning:hover{--tw-bg-opacity:1;background-color:#d97706;background-color:rgb(217 119 6/var(--tw-bg-opacity,1))}.btn-theme-warning:focus{--tw-ring-offset-shadow:var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);--tw-ring-shadow:var(--tw-ring-inset) 0 0 0 calc(4px + var(--tw-ring-offset-width)) var(--tw-ring-color);--tw-ring-color:#f59e0b4d;box-shadow:var(--tw-ring-offset-shadow),var(--tw-ring-shadow),0 0 #0000;box-shadow:var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow,0 0 #0000)}.btn-theme-danger{--tw-bg-opacity:1;--tw-text-opacity:1;background-color:#dc2626;background-color:rgb(220 38 38/var(--tw-bg-opacity,1));color:#fff;color:rgb(255 255 255/var(--tw-text-opacity,1));transition-duration:.15s;transition-property:all;transition-timing-function:cubic-bezier(.4,0,.2,1)}.btn-theme-danger:hover{--tw-bg-opacity:1;background-color:#b91c1c;background-color:rgb(185 28 28/var(--tw-bg-opacity,1))}.btn-theme-danger:focus{--tw-ring-offset-shadow:var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);--tw-ring-shadow:var(--tw-ring-inset) 0 0 0 calc(4px + var(--tw-ring-offset-width)) var(--tw-ring-color);--tw-ring-color:#ef44444d;box-shadow:var(--tw-ring-offset-shadow),var(--tw-ring-shadow),0 0 #0000;box-shadow:var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow,0 0 #0000)}.badge-theme-info{--tw-bg-opacity:1;--tw-text-opacity:1;background-color:#d1e7ff;background-color:rgb(209 231 255/var(--tw-bg-opacity,1));color:#004999;color:rgb(0 73 153/var(--tw-text-opacity,1))}.badge-theme-info:is(.dark *){--tw-text-opacity:1;background-color:#00296680;color:#75b7ff;color:rgb(117 183 255/var(--tw-text-opacity,1))}.badge-theme-success{--tw-bg-opacity:1;--tw-text-opacity:1;background-color:#d1fae5;background-color:rgb(209 250 229/var(--tw-bg-opacity,1));color:#065f46;color:rgb(6 95 70/var(--tw-text-opacity,1))}.badge-theme-success:is(.dark *){--tw-text-opacity:1;background-color:#064e3b80;color:#6ee7b7;color:rgb(110 231 183/var(--tw-text-opacity,1))}.badge-theme-warning{--tw-bg-opacity:1;--tw-text-opacity:1;background-color:#fef3c7;background-color:rgb(254 243 199/var(--tw-bg-opacity,1));color:#92400e;color:rgb(146 64 14/var(--tw-text-opacity,1))}.badge-theme-warning:is(.dark *){--tw-text-opacity:1;background-color:#78350f80;color:#fcd34d;color:rgb(252 211 77/var(--tw-text-opacity,1))}.badge-theme-error{--tw-bg-opacity:1;--tw-text-opacity:1;background-color:#fee2e2;background-color:rgb(254 226 226/var(--tw-bg-opacity,1));color:#991b1b;color:rgb(153 27 27/var(--tw-text-opacity,1))}.badge-theme-error:is(.dark *){--tw-text-opacity:1;background-color:#7f1d1d80;color:#fca5a5;color:rgb(252 165 165/var(--tw-text-opacity,1))}.alert-theme-info{--tw-border-opacity:1;--tw-bg-opacity:1;--tw-text-opacity:1;background-color:#e8f3ff;background-color:rgb(232 243 255/var(--tw-bg-opacity,1));border-color:#a3cfff;border-color:rgb(163 207 255/var(--tw-border-opacity,1));color:#002966;color:rgb(0 41 102/var(--tw-text-opacity,1))}.alert-theme-info:is(.dark *){--tw-border-opacity:1;--tw-text-opacity:1;background-color:#00296633;border-color:#004999;border-color:rgb(0 73 153/var(--tw-border-opacity,1));color:#a3cfff;color:rgb(163 207 255/var(--tw-text-opacity,1))}.alert-theme-success{--tw-border-opacity:1;--tw-bg-opacity:1;--tw-text-opacity:1;background-color:#ecfdf5;background-color:rgb(236 253 245/var(--tw-bg-opacity,1));border-color:#a7f3d0;border-color:rgb(167 243 208/var(--tw-border-opacity,1));color:#064e3b;color:rgb(6 78 59/var(--tw-text-opacity,1))}.alert-theme-success:is(.dark *){--tw-border-opacity:1;--tw-text-opacity:1;background-color:#064e3b33;border-color:#065f46;border-color:rgb(6 95 70/var(--tw-border-opacity,1));color:#a7f3d0;color:rgb(167 243 208/var(--tw-text-opacity,1))}.alert-theme-warning{--tw-border-opacity:1;--tw-bg-opacity:1;--tw-text-opacity:1;background-color:#fffbeb;background-color:rgb(255 251 235/var(--tw-bg-opacity,1));border-color:#fde68a;border-color:rgb(253 230 138/var(--tw-border-opacity,1));color:#78350f;color:rgb(120 53 15/var(--tw-text-opacity,1))}.alert-theme-warning:is(.dark *){--tw-border-opacity:1;--tw-text-opacity:1;background-color:#78350f33;border-color:#92400e;border-color:rgb(146 64 14/var(--tw-border-opacity,1));color:#fde68a;color:rgb(253 230 138/var(--tw-text-opacity,1))}.alert-theme-error{--tw-border-opacity:1;--tw-bg-opacity:1;--tw-text-opacity:1;background-color:#fef2f2;background-color:rgb(254 242 242/var(--tw-bg-opacity,1));border-color:#fecaca;border-color:rgb(254 202 202/var(--tw-border-opacity,1));color:#7f1d1d;color:rgb(127 29 29/var(--tw-text-opacity,1))}.alert-theme-error:is(.dark *){--tw-border-opacity:1;--tw-text-opacity:1;background-color:#7f1d1d33;border-color:#991b1b;border-color:rgb(153 27 27/var(--tw-border-opacity,1));color:#fecaca;color:rgb(254 202 202/var(--tw-text-opacity,1))}.dark .input-theme{background-color:#1a1d27;border-color:#2a2d3e;color:#e2e6f0}.input-theme{--tw-border-opacity:1;--tw-bg-opacity:1;--tw-text-opacity:1;background-color:#fff;background-color:rgb(255 255 255/var(--tw-bg-opacity,1));border-color:#d1d5db;border-color:rgb(209 213 219/var(--tw-border-opacity,1));color:#111827;color:rgb(17 24 39/var(--tw-text-opacity,1))}.input-theme::placeholder{--tw-placeholder-opacity:1;color:#9ca3af;color:rgb(156 163 175/var(--tw-placeholder-opacity,1))}.input-theme:focus{--tw-border-opacity:1;--tw-ring-color:#3b82f633;border-color:#3b82f6;border-color:rgb(59 130 246/var(--tw-border-opacity,1))}.input-theme:is(.dark *){--tw-border-opacity:1;--tw-bg-opacity:1;--tw-text-opacity:1;background-color:#171717;background-color:rgb(23 23 23/var(--tw-bg-opacity,1));border-color:#404040;border-color:rgb(64 64 64/var(--tw-border-opacity,1));color:#fff;color:rgb(255 255 255/var(--tw-text-opacity,1))}.input-theme:is(.dark *)::placeholder{--tw-placeholder-opacity:1;color:#6b7280;color:rgb(107 114 128/var(--tw-placeholder-opacity,1))}.input-theme:focus:is(.dark *){--tw-border-opacity:1;--tw-ring-color:#60a5fa33;border-color:#60a5fa;border-color:rgb(96 165 250/var(--tw-border-opacity,1))}.dark .card-theme{background-color:#1a1d27;border-color:#2a2d3e}.card-theme{--tw-border-opacity:1;--tw-bg-opacity:1;background-color:#fff;background-color:rgb(255 255 255/var(--tw-bg-opacity,1));border-color:#e5e7eb;border-color:rgb(229 231 235/var(--tw-border-opacity,1));border-width:1px}.card-theme:is(.dark *){--tw-border-opacity:1;--tw-bg-opacity:1;background-color:#171717;background-color:rgb(23 23 23/var(--tw-bg-opacity,1));border-color:#262626;border-color:rgb(38 38 38/var(--tw-border-opacity,1))}.card-theme-hover{transition-duration:.15s;transition-property:all;transition-timing-function:cubic-bezier(.4,0,.2,1)}.dark .card-theme-hover{background-color:#1a1d27;border-color:#2a2d3e}.card-theme-hover{--tw-border-opacity:1;--tw-bg-opacity:1;background-color:#fff;background-color:rgb(255 255 255/var(--tw-bg-opacity,1));border-color:#e5e7eb;border-color:rgb(229 231 235/var(--tw-border-opacity,1));border-width:1px}.card-theme-hover:is(.dark *){--tw-border-opacity:1;--tw-bg-opacity:1;background-color:#171717;background-color:rgb(23 23 23/var(--tw-bg-opacity,1));border-color:#262626;border-color:rgb(38 38 38/var(--tw-border-opacity,1))}.dark .card-theme-hover:hover{--tw-shadow-color:#0006;--tw-shadow:var(--tw-shadow-colored)}.card-theme-hover:hover{--tw-border-opacity:1;--tw-shadow:0 10px 15px -3px #0000001a,0 4px 6px -4px #0000001a;--tw-shadow-colored:0 10px 15px -3px var(--tw-shadow-color),0 4px 6px -4px var(--tw-shadow-color);border-color:#bfdbfe;border-color:rgb(191 219 254/var(--tw-border-opacity,1));box-shadow:0 0 #0000,0 0 #0000,var(--tw-shadow);box-shadow:var(--tw-ring-offset-shadow,0 0 #0000),var(--tw-ring-shadow,0 0 #0000),var(--tw-shadow)}.card-theme-hover:hover:is(.dark *){--tw-border-opacity:1;border-color:#1e40af;border-color:rgb(30 64 175/var(--tw-border-opacity,1))}.link-theme{--tw-text-opacity:1;color:#0d92ff;color:rgb(13 146 255/var(--tw-text-opacity,1));transition-duration:.15s;transition-property:color,background-color,border-color,fill,stroke,-webkit-text-decoration-color;transition-property:color,background-color,border-color,text-decoration-color,fill,stroke;transition-property:color,background-color,border-color,text-decoration-color,fill,stroke,-webkit-text-decoration-color;transition-timing-function:cubic-bezier(.4,0,.2,1)}.link-theme:hover{--tw-text-opacity:1;color:#0069cc;color:rgb(0 105 204/var(--tw-text-opacity,1))}.link-theme:is(.dark *){--tw-text-opacity:1;color:#4d9fff;color:rgb(77 159 255/var(--tw-text-opacity,1))}.link-theme:hover:is(.dark *){--tw-text-opacity:1;color:#75b7ff;color:rgb(117 183 255/var(--tw-text-opacity,1))}.dark .divider-theme{border-color:#2a2d3e}.divider-theme{--tw-border-opacity:1;border-color:#e5e7eb;border-color:rgb(229 231 235/var(--tw-border-opacity,1));border-top-width:1px}.divider-theme:is(.dark *){--tw-border-opacity:1;border-color:#262626;border-color:rgb(38 38 38/var(--tw-border-opacity,1))}.section-label{--tw-text-opacity:1;color:#2563eb;color:rgb(37 99 235/var(--tw-text-opacity,1));display:block;font-size:.875rem;font-weight:500;letter-spacing:.05em;line-height:1.25rem;margin-bottom:.5rem;text-transform:uppercase}.section-label:is(.dark *){--tw-text-opacity:1;color:#fbbf24;color:rgb(251 191 36/var(--tw-text-opacity,1))}.btn-theme-accent{--tw-bg-opacity:1;--tw-text-opacity:1;background-color:#2563eb;background-color:rgb(37 99 235/var(--tw-bg-opacity,1));color:#fff;color:rgb(255 255 255/var(--tw-text-opacity,1));font-weight:600;transition-duration:.15s;transition-property:all;transition-timing-function:cubic-bezier(.4,0,.2,1)}.btn-theme-accent:hover{--tw-bg-opacity:1;background-color:#1d4ed8;background-color:rgb(29 78 216/var(--tw-bg-opacity,1))}.btn-theme-accent:focus{--tw-ring-offset-shadow:var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);--tw-ring-shadow:var(--tw-ring-inset) 0 0 0 calc(4px + var(--tw-ring-offset-width)) var(--tw-ring-color);--tw-ring-color:#3b82f64d;box-shadow:var(--tw-ring-offset-shadow),var(--tw-ring-shadow),0 0 #0000;box-shadow:var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow,0 0 #0000)}.btn-theme-accent:is(.dark *){--tw-bg-opacity:1;--tw-text-opacity:1;background-color:#f59e0b;background-color:rgb(245 158 11/var(--tw-bg-opacity,1));color:#000;color:rgb(0 0 0/var(--tw-text-opacity,1))}.btn-theme-accent:hover:is(.dark *){--tw-bg-opacity:1;background-color:#d97706;background-color:rgb(217 119 6/var(--tw-bg-opacity,1))}.btn-theme-accent:focus:is(.dark *){--tw-ring-color:#f59e0b4d}.btn-theme-accent-outline{--tw-border-opacity:1;--tw-text-opacity:1;border-color:#2563eb;border-color:rgb(37 99 235/var(--tw-border-opacity,1));border-width:2px;color:#2563eb;color:rgb(37 99 235/var(--tw-text-opacity,1));transition-duration:.15s;transition-property:all;transition-timing-function:cubic-bezier(.4,0,.2,1)}.btn-theme-accent-outline:hover{--tw-bg-opacity:1;--tw-text-opacity:1;background-color:#2563eb;background-color:rgb(37 99 235/var(--tw-bg-opacity,1));color:#fff;color:rgb(255 255 255/var(--tw-text-opacity,1))}.btn-theme-accent-outline:is(.dark *){--tw-border-opacity:1;--tw-text-opacity:1;border-color:#f59e0b;border-color:rgb(245 158 11/var(--tw-border-opacity,1));color:#fbbf24;color:rgb(251 191 36/var(--tw-text-opacity,1))}.btn-theme-accent-outline:hover:is(.dark *){--tw-bg-opacity:1;--tw-text-opacity:1;background-color:#f59e0b;background-color:rgb(245 158 11/var(--tw-bg-opacity,1));color:#000;color:rgb(0 0 0/var(--tw-text-opacity,1))}.badge-theme-accent{--tw-bg-opacity:1;--tw-text-opacity:1;background-color:#dbeafe;background-color:rgb(219 234 254/var(--tw-bg-opacity,1));color:#1e40af;color:rgb(30 64 175/var(--tw-text-opacity,1))}.badge-theme-accent:is(.dark *){--tw-text-opacity:1;background-color:#78350f4d;color:#fbbf24;color:rgb(251 191 36/var(--tw-text-opacity,1))}.tab-active-amber{--tw-border-opacity:1;--tw-text-opacity:1;border-bottom-width:2px;border-color:#2563eb;border-color:rgb(37 99 235/var(--tw-border-opacity,1));color:#2563eb;color:rgb(37 99 235/var(--tw-text-opacity,1));font-weight:500}.tab-active-amber:is(.dark *){--tw-border-opacity:1;--tw-text-opacity:1;border-color:#f59e0b;border-color:rgb(245 158 11/var(--tw-border-opacity,1));color:#fbbf24;color:rgb(251 191 36/var(--tw-text-opacity,1))}.text-accent{--tw-text-opacity:1;color:#2563eb;color:rgb(37 99 235/var(--tw-text-opacity,1))}.text-accent:is(.dark *){--tw-text-opacity:1;color:#fbbf24;color:rgb(251 191 36/var(--tw-text-opacity,1))}.dark .shadow-theme-sm{--tw-shadow-color:#0003;--tw-shadow:var(--tw-shadow-colored)}.shadow-theme-sm{--tw-shadow:0 1px 2px 0 #0000000d;--tw-shadow-colored:0 1px 2px 0 var(--tw-shadow-color);box-shadow:0 0 #0000,0 0 #0000,var(--tw-shadow);box-shadow:var(--tw-ring-offset-shadow,0 0 #0000),var(--tw-ring-shadow,0 0 #0000),var(--tw-shadow)}.shadow-theme-sm:is(.dark *){--tw-shadow-color:#0003;--tw-shadow:var(--tw-shadow-colored)}.shadow-theme-md{--tw-shadow:0 4px 6px -1px #0000001a,0 2px 4px -2px #0000001a;--tw-shadow-colored:0 4px 6px -1px var(--tw-shadow-color),0 2px 4px -2px var(--tw-shadow-color);box-shadow:0 0 #0000,0 0 #0000,var(--tw-shadow);box-shadow:var(--tw-ring-offset-shadow,0 0 #0000),var(--tw-ring-shadow,0 0 #0000),var(--tw-shadow)}.shadow-theme-md:is(.dark *){--tw-shadow-color:#0000004d;--tw-shadow:var(--tw-shadow-colored)}.dark .shadow-theme-lg{--tw-shadow-color:#0006;--tw-shadow:var(--tw-shadow-colored)}.shadow-theme-lg{--tw-shadow:0 10px 15px -3px #0000001a,0 4px 6px -4px #0000001a;--tw-shadow-colored:0 10px 15px -3px var(--tw-shadow-color),0 4px 6px -4px var(--tw-shadow-color);box-shadow:0 0 #0000,0 0 #0000,var(--tw-shadow);box-shadow:var(--tw-ring-offset-shadow,0 0 #0000),var(--tw-ring-shadow,0 0 #0000),var(--tw-shadow)}.shadow-theme-lg:is(.dark *){--tw-shadow-color:#0006;--tw-shadow:var(--tw-shadow-colored)}.shadow-theme-xl{--tw-shadow:0 20px 25px -5px #0000001a,0 8px 10px -6px #0000001a;--tw-shadow-colored:0 20px 25px -5px var(--tw-shadow-color),0 8px 10px -6px var(--tw-shadow-color);box-shadow:0 0 #0000,0 0 #0000,var(--tw-shadow);box-shadow:var(--tw-ring-offset-shadow,0 0 #0000),var(--tw-ring-shadow,0 0 #0000),var(--tw-shadow)}.shadow-theme-xl:is(.dark *){--tw-shadow-color:#00000080;--tw-shadow:var(--tw-shadow-colored)}.vibe-bg-mesh{inset:0;overflow:hidden;pointer-events:none;position:fixed;z-index:-1}.vibe-bg-mesh .orb{animation:vibe-float 20s infinite;border-radius:50%;filter:blur(120px);opacity:.08;position:absolute}.dark .vibe-bg-mesh .orb{opacity:.15}.vibe-bg-mesh .orb:first-child{animation-delay:0s;background:#2461e7;height:600px;left:-5%;top:-10%;width:600px}.vibe-bg-mesh .orb:nth-child(2){animation-delay:-7s;background:#3b82f6;bottom:-10%;height:500px;right:-5%;width:500px}.vibe-bg-mesh .orb:nth-child(3){animation-delay:-14s;background:#2461e7;height:400px;left:50%;top:50%;width:400px}@keyframes vibe-float{0%,to{transform:translate(0) scale(1)}33%{transform:translate(50px,-50px) scale(1.1)}66%{transform:translate(-30px,30px) scale(.9)}}.vibe-section{margin:0 auto;max-width:1300px;padding:2rem 4rem}.vibe-section-badge{align-items:center;background:#2461e714;border:1px solid #2461e733;border-radius:50px;color:#2461e7;display:inline-flex;font-size:.75rem;font-weight:600;gap:.5rem;letter-spacing:1px;margin-bottom:.5rem;padding:.35rem .9rem;text-transform:uppercase}.dark .vibe-section-badge{background:#2461e726;border-color:#2461e74d;color:#5b8def}.vibe-section-title{color:#111827;font-size:clamp(1.7rem,4vw,2.5rem);font-weight:800;line-height:1.15;margin-bottom:.5rem}.dark .vibe-section-title{color:#e2e8f0}.vibe-section-title .grad{-webkit-text-fill-color:#0000;background:linear-gradient(135deg,#2563eb,#60a5fa);-webkit-background-clip:text;background-clip:text}.dark .vibe-section-title .grad{-webkit-text-fill-color:#0000;background:linear-gradient(135deg,#60a5fa,#93c5fd);-webkit-background-clip:text;background-clip:text}.vibe-section-desc{color:#64748b;font-size:.95rem;margin-bottom:1rem;max-width:700px}.dark .vibe-section-desc{color:#cbd5e1}.vibe-hero{align-items:center;display:flex;flex-direction:column;justify-content:center;min-height:auto;padding-bottom:.5rem;padding-top:1.5rem;position:relative;text-align:center}.vibe-hero-badge{animation:vibe-pulse-glow 2s infinite;margin-bottom:.4rem}@keyframes vibe-pulse-glow{0%,to{box-shadow:0 0 0 0 #2461e74d}50%{box-shadow:0 0 0 12px #2461e700}}.vibe-hero h1{color:#111827;font-size:clamp(2rem,5vw,3rem);font-weight:900;line-height:1.1;margin-bottom:.6rem;max-width:800px}.dark .vibe-hero h1{color:#e2e8f0}.vibe-hero h1 .grad{-webkit-text-fill-color:#0000;background:linear-gradient(135deg,#2563eb,#60a5fa);-webkit-background-clip:text;background-clip:text}.dark .vibe-hero h1 .grad{-webkit-text-fill-color:#0000;background:linear-gradient(135deg,#60a5fa,#93c5fd);-webkit-background-clip:text;background-clip:text}@keyframes vibe-gradient-shift{0%{background-position:0 50%}50%{background-position:100% 50%}to{background-position:0 50%}}.vibe-hero p{color:#64748b;font-size:1rem;margin:0 auto .75rem;max-width:650px}.dark .vibe-hero p{color:#cbd5e1}.vibe-hero-buttons{display:flex;flex-wrap:wrap;gap:1rem;justify-content:center}.vibe-btn{align-items:center;border:none;border-radius:50px;cursor:pointer;display:inline-flex;font-size:.88rem;font-weight:700;gap:.5rem;padding:.65rem 1.6rem;text-decoration:none;transition:all .3s}.vibe-btn-primary{background:#2563eb;box-shadow:0 4px 25px #2563eb4d;color:#fff}.vibe-btn-primary:hover{background:#1d4ed8;box-shadow:0 8px 40px #2563eb66;color:#fff;transform:translateY(-3px)}.dark .vibe-btn-primary{background:#f59e0b;box-shadow:0 4px 25px #f59e0b4d;color:#000}.dark .vibe-btn-primary:hover{background:#d97706;box-shadow:0 8px 40px #f59e0b66;color:#000}.vibe-btn-secondary{background:#f3f4f6;border:1px solid #e5e7eb;color:#374151}.dark .vibe-btn-secondary{background:#171717;border-color:#ffffff1a;color:#e2e8f0}.vibe-btn-secondary:hover{border-color:#2563eb;color:#374151;transform:translateY(-2px)}.dark .vibe-btn-secondary:hover{background:#262626;border-color:#60a5fa66;color:#e2e8f0}.vibe-hero-stats{display:flex;flex-wrap:wrap;gap:2.5rem;justify-content:center;margin-top:1rem}.vibe-hero-stat{text-align:center}.vibe-hero-stat .num{color:#2461e7;font-size:1.6rem;font-weight:800}.dark .vibe-hero-stat .num{color:#5b8def}.vibe-hero-stat .label{color:#94a3b8;font-size:.72rem;letter-spacing:1px;text-transform:uppercase}.vibe-ticker-wrap{border-bottom:1px solid #0000000f;border-top:1px solid #0000000f;overflow:hidden;padding:1rem 0}.dark .vibe-ticker-wrap{border-color:#ffffff0a}.vibe-ticker{animation:vibe-ticker 30s linear infinite;display:flex;gap:3rem;width:-webkit-max-content;width:max-content}@media (max-width:768px){.vibe-ticker-wrap{-webkit-overflow-scrolling:touch;overflow-x:auto;overflow-y:hidden;padding:1rem;scrollbar-width:none}.vibe-ticker-wrap::-webkit-scrollbar{display:none}.vibe-ticker{animation:none;gap:2rem;width:-webkit-max-content;width:max-content}}.vibe-ticker-item{align-items:center;color:#94a3b8;display:flex;flex-shrink:0;font-size:1rem;font-weight:600;gap:.7rem;white-space:nowrap}.vibe-ticker-item .dot{background:#2461e7;border-radius:50%;height:10px;width:10px}.dark .vibe-ticker-item .dot{background:#5b8def}@keyframes vibe-ticker{0%{transform:translateX(0)}to{transform:translateX(-50%)}}.vibe-tools-grid{grid-gap:1.5rem;display:grid;gap:1.5rem;grid-template-columns:repeat(4,1fr)}.vibe-tool-card{align-items:center;background:#fff;border:1px solid #e5e7eb;border-radius:16px;cursor:pointer;display:flex;flex-direction:column;overflow:hidden;padding:1.8rem;position:relative;text-align:center;transition:all .35s}.dark .vibe-tool-card{background:#12121a;border-color:#ffffff0f}.vibe-tool-card:before{background:#2461e7;content:"";height:3px;left:0;position:absolute;right:0;top:0;transform:scaleX(0);transform-origin:left;transition:transform .35s}.vibe-tool-card:hover{border-color:#2461e7;box-shadow:0 20px 60px #0000001a;transform:translateY(-6px)}.dark .vibe-tool-card:hover{box-shadow:0 20px 60px #0006}.vibe-tool-card:hover:before{transform:scaleX(1)}.vibe-tool-icon{align-items:center;background:#f0f4ff;border-radius:18px;display:flex;font-size:1.5rem;font-weight:800;height:72px;justify-content:center;margin-bottom:1.2rem;width:72px}.dark .vibe-tool-icon{background:#ffffff14}.dark .vibe-tool-icon img[src$=".svg"]{filter:brightness(0) invert(1);opacity:.9}.vibe-tool-card h3{color:#111827;font-size:1.15rem;font-weight:700;margin-bottom:.4rem}.dark .vibe-tool-card h3{color:#e2e8f0}.vibe-tool-card p{color:#64748b;font-size:.85rem;line-height:1.5}.dark .vibe-tool-card p{color:#b0bec5}.vibe-tool-tags{display:flex;flex-wrap:wrap;gap:.4rem;justify-content:center;margin-top:1rem}.vibe-tool-tag{background:#2461e70f;border:1px solid #2461e726;border-radius:50px;color:#2461e7;font-size:.7rem;font-weight:500;padding:.2rem .65rem}.dark .vibe-tool-tag{background:#2461e71a;border-color:#2461e733;color:#5b8def}.vibe-tools-carousel-wrap{margin:0 -1rem;padding:0 1rem;position:relative}.vibe-tools-carousel{-ms-overflow-style:none;display:flex;gap:1.5rem;overflow-x:auto;padding:1rem .5rem 1.5rem;scroll-behavior:smooth;scroll-snap-type:x mandatory;scrollbar-width:none}.vibe-tools-carousel::-webkit-scrollbar{display:none}.vibe-tools-carousel .vibe-tool-card{flex-shrink:0;max-width:300px;min-width:280px;scroll-snap-align:start}.vibe-carousel-arrow{align-items:center;background:#fff;border:1px solid #e5e7eb;border-radius:50%;box-shadow:0 2px 8px #0000001a;color:#374151;cursor:pointer;display:flex;font-size:.85rem;height:40px;justify-content:center;position:absolute;top:50%;transform:translateY(-50%);transition:all .2s;width:40px;z-index:10}.dark .vibe-carousel-arrow{background:#1a1a2e;border-color:#ffffff1a;box-shadow:0 2px 8px #0000004d;color:#e2e8f0}.vibe-carousel-arrow:hover{background:#2461e7;border-color:#2461e7;color:#fff;transform:translateY(-50%) scale(1.05)}.vibe-carousel-arrow-left{left:-.5rem}.vibe-carousel-arrow-right{right:-.5rem}.vibe-tool-cat-label{border-bottom:2px solid #e5e7eb;color:#111827;font-size:1.25rem;font-weight:800;letter-spacing:0;margin-bottom:1.5rem;padding-bottom:.6rem;text-transform:none}.dark .vibe-tool-cat-label{border-color:#ffffff1a;color:#e2e8f0}.vibe-paths-grid{grid-gap:1.5rem;display:grid;gap:1.5rem;grid-template-columns:repeat(3,1fr)}.vibe-path-card{background:#fff;border:1px solid #e5e7eb;border-radius:16px;overflow:hidden;transition:all .35s}.dark .vibe-path-card{background:#12121a;border-color:#ffffff0f}.vibe-path-card:hover{border-color:#2461e74d;box-shadow:0 20px 60px #0000001a;transform:translateY(-5px)}.dark .vibe-path-card:hover{border-color:#ffffff1f;box-shadow:0 20px 60px #0006}.vibe-path-header{padding:1.5rem 1.5rem 0}.vibe-path-level{border-radius:50px;display:inline-block;font-size:.7rem;font-weight:700;letter-spacing:.5px;padding:.25rem .75rem;text-transform:uppercase}.vibe-path-level.beginner{background:#10b98126;color:#10b981}.vibe-path-level.intermediate{background:#3b82f626;color:#3b82f6}.vibe-path-level.advanced{background:#ec489926;color:#ec4899}.vibe-path-level.expert{background:#f9731626;color:#f97316}.vibe-path-card h3{color:#111827;font-size:1.2rem;margin:.8rem 0 .4rem}.dark .vibe-path-card h3{color:#e2e8f0}.vibe-path-card .desc{color:#64748b;font-size:.85rem;padding:0 1.5rem}.dark .vibe-path-card .desc{color:#b0bec5}.vibe-path-modules{display:flex;flex-direction:column;gap:.5rem;padding:1.2rem 1.5rem}.vibe-path-module{align-items:center;background:#f9fafb;border-radius:10px;color:#64748b;display:flex;font-size:.82rem;gap:.7rem;padding:.5rem .7rem}.dark .vibe-path-module{background:#ffffff0a;color:#b0bec5}.vibe-path-module .mod-num{align-items:center;background:#f3f4f6;border-radius:50%;color:#2461e7;display:flex;flex-shrink:0;font-size:.7rem;font-weight:700;height:24px;justify-content:center;width:24px}.dark .vibe-path-module .mod-num{background:#222240;color:#5b8def}.vibe-path-footer{align-items:center;border-top:1px solid #f3f4f6;display:flex;justify-content:space-between;padding:1rem 1.5rem}.dark .vibe-path-footer{border-color:#ffffff0a}.vibe-path-footer .meta{color:#94a3b8;font-size:.78rem}.vibe-path-footer .start-btn{align-items:center;background:#2461e7;border:none;border-radius:50px;color:#fff;cursor:pointer;display:inline-flex;font-size:.8rem;font-weight:600;justify-content:center;line-height:1;padding:.45rem 1.2rem;text-align:center;transition:all .2s}.vibe-path-footer .start-btn:hover{background:#1d4ed8;transform:scale(1.05)}.vibe-paths-split{grid-gap:3rem;align-items:start;display:grid;gap:3rem;grid-template-columns:2fr 3fr}.vibe-paths-split-left{position:-webkit-sticky;position:sticky;top:6rem}.vibe-paths-split-left .vibe-section-desc{margin-bottom:.5rem}.vibe-paths-split-right{display:flex;flex-direction:column;gap:1rem}.vibe-path-card-compact{align-items:center;background:#fff;border:1px solid #e5e7eb;border-radius:14px;display:flex;gap:1.5rem;justify-content:space-between;padding:1.25rem 1.5rem;transition:all .3s}.dark .vibe-path-card-compact{background:#12121a;border-color:#ffffff0f}.vibe-path-card-compact:hover{border-color:#2461e74d;box-shadow:0 8px 30px #00000014;transform:translateX(4px)}.dark .vibe-path-card-compact:hover{box-shadow:0 8px 30px #0000004d}.vibe-path-card-compact-info{display:flex;flex-direction:column;gap:.3rem}.vibe-path-card-compact-info h3{color:#111827;font-size:1.05rem;font-weight:700;margin:0}.dark .vibe-path-card-compact-info h3{color:#e2e8f0}.vibe-path-card-compact-meta{align-items:center;color:#94a3b8;display:flex;font-size:.8rem;gap:.4rem}.vibe-path-meta-dot{font-weight:700}.vibe-path-card-compact .start-btn{flex-shrink:0}.vibe-path-featured{grid-gap:2rem;background:#fff;border:1px solid #e5e7eb;border-left:4px solid #2461e7;border-radius:18px;display:grid;gap:2rem;grid-template-columns:1fr 1fr;padding:2rem;transition:all .3s}.dark .vibe-path-featured{background:#12121a;border-color:#ffffff0f #ffffff0f #ffffff0f #5b8def}.vibe-path-featured:hover{box-shadow:0 12px 40px #00000014}.dark .vibe-path-featured:hover{box-shadow:0 12px 40px #0000004d}.vibe-path-featured-content h3{color:#111827;font-size:1.4rem;font-weight:800;margin:.5rem 0}.dark .vibe-path-featured-content h3{color:#e2e8f0}.vibe-path-featured-content p{color:#64748b;font-size:.9rem;line-height:1.6}.dark .vibe-path-featured-content p{color:#b0bec5}.vibe-path-featured-meta{align-items:center;color:#94a3b8;display:flex;font-size:.82rem;gap:.4rem;margin-top:.75rem}.vibe-path-featured-modules{display:flex;flex-direction:column;gap:.5rem}.vibe-community-featured,.vibe-paths-grid-2col{grid-gap:1.5rem;display:grid;gap:1.5rem;grid-template-columns:repeat(2,1fr)}.vibe-community-featured{margin-bottom:1.5rem}.vibe-community-card-wide{align-items:center;background:#fff;border:1px solid #e5e7eb;border-radius:16px;display:flex;gap:1.5rem;padding:1.8rem;transition:all .3s}.dark .vibe-community-card-wide{background:#12121a;border-color:#ffffff0f}.vibe-community-card-wide:hover{border-color:#2461e74d;box-shadow:0 12px 40px #00000014;transform:translateY(-4px)}.dark .vibe-community-card-wide:hover{box-shadow:0 12px 40px #0000004d}.vibe-community-card-wide .vibe-community-icon{flex-shrink:0;margin:0}.vibe-community-card-wide-text h3{color:#111827;font-size:1.1rem;font-weight:700;margin-bottom:.3rem}.dark .vibe-community-card-wide-text h3{color:#e2e8f0}.vibe-community-card-wide-text p{color:#64748b;font-size:.85rem;line-height:1.5}.dark .vibe-community-card-wide-text p{color:#b0bec5}.vibe-community-rest{grid-gap:1.5rem;display:grid;gap:1.5rem;grid-template-columns:repeat(4,1fr)}.vibe-wiki-controls{align-items:center;display:flex;flex-wrap:wrap;gap:1rem;margin-bottom:2rem}.vibe-wiki-search{background:#fff;border:1px solid #e5e7eb;border-radius:50px;color:#111827;flex:1 1;font-size:.9rem;min-width:0;outline:none;padding:.8rem 1.2rem;transition:border-color .3s}.vibe-wiki-search::placeholder{color:#94a3b8}.dark .vibe-wiki-search{background:#12121a;border-color:#ffffff14;color:#e2e8f0}.dark .vibe-wiki-search::placeholder{color:#fff6}.vibe-wiki-search:focus{border-color:#2461e7}.vibe-wiki-search-wrap{display:flex;flex:1 1;min-width:250px;position:relative}.vibe-wiki-search-wrap svg{color:#94a3b8;height:16px;left:1rem;pointer-events:none;position:absolute;top:50%;transform:translateY(-50%);width:16px;z-index:1}.dark .vibe-wiki-search-wrap svg{color:#fff6}.vibe-wiki-filters{display:flex;flex-wrap:wrap;gap:.4rem}.vibe-wiki-filter{background:#f3f4f6;border:1px solid #e5e7eb;border-radius:50px;color:#64748b;cursor:pointer;font-family:inherit;font-size:.8rem;padding:.5rem 1rem;transition:all .25s}.dark .vibe-wiki-filter{background:#12121a;border-color:#ffffff0f;color:#94a3b8}.vibe-wiki-filter.active,.vibe-wiki-filter:hover{background:#2461e7;border-color:#2461e7;color:#fff}.vibe-wiki-grid{grid-gap:1.5rem;display:grid;gap:1.5rem;grid-template-columns:repeat(3,1fr)}.vibe-wiki-card{background:#fff;border:1px solid #e5e7eb;border-radius:16px;overflow:hidden;position:relative;transition:all .4s}.dark .vibe-wiki-card{background:#12121a;border-color:#ffffff0f}.vibe-wiki-card:hover{border-color:#2461e7;box-shadow:0 25px 60px #0000001a;transform:translateY(-5px)}.dark .vibe-wiki-card:hover{box-shadow:0 25px 60px #00000080}.vibe-wiki-card-header{align-items:flex-start;display:flex;gap:1rem;padding:1.5rem}.vibe-wiki-card-icon{align-items:center;background:#2461e71a;border-radius:14px;color:#2461e7;display:flex;flex-shrink:0;font-size:1.6rem;height:56px;justify-content:center;width:56px}.dark .vibe-wiki-card-icon{background:#2461e72e;color:#5b8def}.vibe-wiki-card-info h3{color:#111827;font-size:1.05rem;font-weight:700;margin-bottom:.3rem}.dark .vibe-wiki-card-info h3{color:#e2e8f0}.vibe-wiki-card-info .author{color:#94a3b8;font-size:.78rem}.vibe-wiki-card-body{padding:0 1.5rem 1rem}.vibe-wiki-card-body p{color:#64748b;font-size:.85rem;line-height:1.6}.dark .vibe-wiki-card-body p{color:#b0bec5}.vibe-wiki-card-steps{padding:0 1.5rem 1.2rem}.vibe-wiki-card-steps .step{align-items:center;color:#64748b;display:flex;font-size:.8rem;gap:.6rem;padding:.35rem 0}.dark .vibe-wiki-card-steps .step{color:#b0bec5}.vibe-wiki-card-steps .step-dot{background:#2461e7;border-radius:50%;flex-shrink:0;height:6px;width:6px}.vibe-wiki-card-footer{align-items:center;border-top:1px solid #f3f4f6;display:flex;justify-content:space-between;padding:.8rem 1.5rem}.dark .vibe-wiki-card-footer{border-color:#ffffff0a}.vibe-wiki-card-footer .tags{display:flex;flex-wrap:wrap;gap:.3rem}.vibe-wiki-card-footer .tag{background:#f3f4f6;border-radius:4px;color:#94a3b8;font-size:.68rem;padding:.15rem .5rem}.dark .vibe-wiki-card-footer .tag{background:#ffffff0f;color:#94a3b8}.vibe-wiki-card-footer .install-btn{background:linear-gradient(135deg,#2461e7,#3b82f6);border:none;border-radius:50px;color:#fff;cursor:pointer;font-family:inherit;font-size:.75rem;font-weight:600;padding:.4rem 1rem;transition:all .2s}.vibe-wiki-card-footer .install-btn:hover{box-shadow:0 4px 15px #2461e766;transform:scale(1.05)}.vibe-wiki-difficulty{align-items:center;border-radius:50px;display:inline-flex;font-size:.68rem;font-weight:600;gap:.3rem;margin-top:.3rem;padding:.2rem .6rem}.vibe-wiki-difficulty.easy{background:#10b9811f;color:#10b981}.vibe-wiki-difficulty.medium{background:#eab3081f;color:#ca8a04}.vibe-wiki-difficulty.hard{background:#ef44441f;color:#ef4444}.vibe-wiki-card-visual{display:flex;gap:2px;height:6px;margin-bottom:1rem;padding:0 1.5rem}.vibe-wiki-card-visual span{background:#2461e7;border-radius:3px;flex:1 1;opacity:.25}.dark .vibe-wiki-card-visual span{background:#5b8def;opacity:.3}.vibe-explore-grid{grid-gap:1.5rem;display:grid;gap:1.5rem;grid-template-columns:repeat(3,1fr);margin:2rem auto 0;max-width:960px}.vibe-explore-card{align-items:center;background:#fff;border:1px solid #e5e7eb;border-radius:16px;color:inherit;display:flex;flex-direction:column;padding:2rem 1.5rem;text-align:center;text-decoration:none;transition:all .3s}.dark .vibe-explore-card{background:#12121a;border-color:#ffffff0f}.vibe-explore-card:hover{border-color:#2461e74d;box-shadow:0 20px 50px #00000014;transform:translateY(-5px)}.dark .vibe-explore-card:hover{box-shadow:0 20px 50px #0000004d}.vibe-explore-icon{align-items:center;background:#2461e71a;border-radius:14px;color:#2461e7;display:flex;height:56px;justify-content:center;margin-bottom:1rem;width:56px}.dark .vibe-explore-icon{background:#2461e72e;color:#5b8def}.vibe-explore-card h3{color:#111827;font-size:1.2rem;font-weight:700;margin-bottom:.5rem}.dark .vibe-explore-card h3{color:#f1f5f9}.vibe-explore-card p{color:#6b7280;font-size:.9rem;line-height:1.5;margin-bottom:1rem}.dark .vibe-explore-card p{color:#b0bec5}.vibe-explore-link{color:#2461e7;font-size:.85rem;font-weight:600;margin-top:auto}.vibe-explore-card:hover .vibe-explore-link{text-decoration:underline}.vibe-explore-banners{display:flex;flex-direction:column;gap:0;margin:2rem auto 0;max-width:900px}.vibe-explore-banner{align-items:center;border-bottom:1px solid #e5e7eb;color:inherit;display:flex;justify-content:space-between;padding:1.5rem .5rem;text-decoration:none;transition:all .3s}.dark .vibe-explore-banner{border-bottom-color:#ffffff0f}.vibe-explore-banner:first-child{border-top:1px solid #e5e7eb}.dark .vibe-explore-banner:first-child{border-top-color:#ffffff0f}.vibe-explore-banner:hover{background:#2461e708;padding-left:1rem}.dark .vibe-explore-banner:hover{background:#2461e70f}.vibe-explore-banner-left{align-items:center;display:flex;gap:1.25rem}.vibe-explore-banner .vibe-explore-icon{flex-shrink:0;margin-bottom:0}.vibe-explore-banner-text h3{color:#111827;font-size:1.1rem;font-weight:700;margin-bottom:.2rem}.dark .vibe-explore-banner-text h3{color:#f1f5f9}.vibe-explore-banner-text p{color:#6b7280;font-size:.85rem;line-height:1.4;margin:0}.dark .vibe-explore-banner-text p{color:#b0bec5}.vibe-explore-banner-arrow{align-items:center;color:#94a3b8;display:flex;flex-shrink:0;font-size:.85rem;height:36px;justify-content:center;transition:all .3s;width:36px}.vibe-explore-banner:hover .vibe-explore-banner-arrow{color:#2461e7;transform:translateX(4px)}.dark .vibe-explore-banner:hover .vibe-explore-banner-arrow{color:#5b8def}.vibe-community-grid{grid-gap:1.5rem;display:grid;gap:1.5rem;grid-template-columns:repeat(3,1fr)}.vibe-community-card{background:#fff;border:1px solid #e5e7eb;border-radius:16px;padding:2rem;text-align:center;transition:all .3s}.dark .vibe-community-card{background:#12121a;border-color:#ffffff0f}.vibe-community-card:hover{border-color:#2461e74d;box-shadow:0 20px 50px #00000014;transform:translateY(-5px)}.dark .vibe-community-card:hover{border-color:#ffffff1f;box-shadow:0 20px 50px #0000004d}.vibe-community-icon{align-items:center;background:#2461e71a;border-radius:50%;color:#2461e7;display:flex;font-size:1.8rem;height:64px;justify-content:center;margin:0 auto 1.2rem;width:64px}.dark .vibe-community-icon{background:#2461e72e;color:#5b8def}.vibe-community-card h3{color:#111827;font-size:1.1rem;margin-bottom:.5rem}.dark .vibe-community-card h3{color:#e2e8f0}.vibe-community-card p{color:#64748b;font-size:.85rem}.dark .vibe-community-card p{color:#b0bec5}.vibe-resources-tabs{border-bottom:2px solid #e5e7eb;display:flex;gap:0;margin-bottom:2rem;width:100%}.dark .vibe-resources-tabs{border-bottom-color:#ffffff1a}.vibe-res-tab{background:#0000;border:none;border-bottom:3px solid #0000;color:#64748b;cursor:pointer;font-family:inherit;font-size:.9rem;font-weight:500;margin-bottom:-2px;padding:.75rem 1.5rem;transition:all .25s}.dark .vibe-res-tab{color:#94a3b8}.vibe-res-tab:hover{color:#111827}.dark .vibe-res-tab:hover{color:#e2e8f0}.vibe-res-tab.active{border-bottom-color:#2461e7;color:#2461e7;font-weight:600}.dark .vibe-res-tab.active{border-bottom-color:#5b8def;color:#5b8def}.vibe-resources-list{grid-gap:1rem;display:grid;gap:1rem;grid-template-columns:repeat(auto-fill,minmax(300px,1fr))}.vibe-resource-item{background:#fff;border:1px solid #e5e7eb;border-left:3px solid #2461e7;border-radius:10px;display:flex;gap:1rem;padding:1.2rem 1.2rem 1.2rem 1.5rem;transition:all .3s}.dark .vibe-resource-item{background:#12121a;border-color:#ffffff0f #ffffff0f #ffffff0f #5b8def}.vibe-resource-item:hover{border-color:#2461e7;transform:translateX(5px)}.vibe-resource-icon{align-items:center;background:#2461e71a;border-radius:10px;color:#2461e7;display:flex;flex-shrink:0;font-size:1.2rem;height:44px;justify-content:center;width:44px}.dark .vibe-resource-icon{background:#2461e72e;color:#5b8def}.vibe-resource-info h4{color:#111827;font-size:.95rem;margin-bottom:.2rem}.dark .vibe-resource-info h4{color:#e2e8f0}.vibe-resource-info p{color:#64748b;font-size:.8rem}.dark .vibe-resource-info p{color:#b0bec5}.vibe-resource-info .source{color:#94a3b8;font-size:.7rem;margin-top:.3rem}.vibe-fade-up{opacity:0;transform:translateY(30px);transition:all .6s cubic-bezier(.16,1,.3,1)}.vibe-fade-up.visible{opacity:1;transform:translateY(0)}.vibe-stagger>*{opacity:0;transform:translateY(20px);transition:all .5s cubic-bezier(.16,1,.3,1)}.vibe-stagger.visible>*{opacity:1;transform:translateY(0)}.vibe-stagger.visible>:first-child{transition-delay:.05s}.vibe-stagger.visible>:nth-child(2){transition-delay:.1s}.vibe-stagger.visible>:nth-child(3){transition-delay:.15s}.vibe-stagger.visible>:nth-child(4){transition-delay:.2s}.vibe-stagger.visible>:nth-child(5){transition-delay:.25s}.vibe-stagger.visible>:nth-child(6){transition-delay:.3s}.vibe-stagger.visible>:nth-child(7){transition-delay:.35s}.vibe-stagger.visible>:nth-child(8){transition-delay:.4s}.vibe-stagger.visible>:nth-child(9){transition-delay:.45s}.vibe-timeline{padding:2rem 0;position:relative}.vibe-timeline:before{background:linear-gradient(180deg,#0000,#2461e7 10%,#2461e7 90%,#0000);bottom:0;content:"";left:50%;position:absolute;top:0;transform:translateX(-50%);width:3px}.dark .vibe-timeline:before{background:linear-gradient(180deg,#0000,#5b8def 10%,#5b8def 90%,#0000)}.vibe-timeline-item{align-items:flex-start;display:flex;margin-bottom:3rem;position:relative}.vibe-timeline-item:last-child{margin-bottom:0}.vibe-timeline-item.left{flex-direction:row-reverse}.vibe-timeline-item.left .vibe-timeline-content{margin-left:auto;margin-right:2.5rem;text-align:right}.vibe-timeline-item.right .vibe-timeline-content{margin-left:2.5rem;margin-right:auto;text-align:left}.vibe-timeline-content{background:#fff;border:1px solid #e5e7eb;border-radius:16px;padding:1.8rem;transition:all .3s;width:calc(50% - 2.5rem)}.dark .vibe-timeline-content{background:#12121a;border-color:#ffffff0f}.vibe-timeline-content:hover{border-color:#2461e74d;box-shadow:0 12px 40px #00000014;transform:translateY(-3px)}.dark .vibe-timeline-content:hover{box-shadow:0 12px 40px #0000004d}.vibe-timeline-node{left:50%;position:absolute;transform:translateX(-50%);z-index:2}.vibe-timeline-num{align-items:center;background:#2461e7;border-radius:50%;box-shadow:0 0 0 5px #fff,0 0 0 7px #2461e733;color:#fff;display:flex;font-size:1rem;font-weight:800;height:44px;justify-content:center;width:44px}.dark .vibe-timeline-num{background:#5b8def;box-shadow:0 0 0 5px #000,0 0 0 7px #5b8def4d}.vibe-timeline-content h3{color:#111827;font-size:1.15rem;font-weight:700;margin-bottom:.4rem}.dark .vibe-timeline-content h3{color:#e2e8f0}.vibe-timeline-content p{color:#64748b;font-size:.88rem;line-height:1.6;margin-bottom:.8rem}.dark .vibe-timeline-content p{color:#b0bec5}.vibe-timeline-modules{display:flex;flex-wrap:wrap;gap:.4rem;margin-bottom:1rem}.vibe-timeline-item.left .vibe-timeline-modules{justify-content:flex-end}.vibe-timeline-module-tag{background:#2461e70f;border:1px solid #2461e71f;border-radius:6px;color:#2461e7;display:inline-block;font-size:.75rem;font-weight:500;padding:.3rem .7rem}.dark .vibe-timeline-module-tag{background:#5b8def1a;border-color:#5b8def33;color:#5b8def}.vibe-timeline-module-tag.more{background:#0000;border-style:dashed;color:#94a3b8}.vibe-timeline-footer{align-items:center;display:flex;gap:1rem;justify-content:space-between}.vibe-timeline-item.left .vibe-timeline-footer{flex-direction:row-reverse}.vibe-timeline-meta{color:#94a3b8;font-size:.78rem;font-weight:500}.vibe-timeline-footer .start-btn{align-items:center;background:#2461e7;border:none;border-radius:8px;color:#fff;cursor:pointer;display:inline-flex;font-family:inherit;font-size:.82rem;font-weight:600;gap:.4rem;padding:.5rem 1rem;transition:all .2s}.vibe-timeline-footer .start-btn:hover{background:#1d4ed8;transform:translateY(-1px)}.vibe-zigzag{display:flex;flex-direction:column;gap:0}.vibe-zigzag-row{align-items:center;border-bottom:1px solid #e5e7eb;display:flex;gap:3rem;padding:2.5rem 0}.dark .vibe-zigzag-row{border-bottom-color:#ffffff0f}.vibe-zigzag-row:last-child{border-bottom:none}.vibe-zigzag-row.reverse{justify-content:flex-end}.vibe-zigzag-icon{align-items:center;background:#2461e714;border-radius:20px;color:#2461e7;display:flex;flex-shrink:0;font-size:2rem;height:80px;justify-content:center;transition:all .3s;width:80px}.dark .vibe-zigzag-icon{background:#5b8def1f;color:#5b8def}.vibe-zigzag-row:hover .vibe-zigzag-icon{background:#2461e724;transform:scale(1.08)}.dark .vibe-zigzag-row:hover .vibe-zigzag-icon{background:#5b8def33}.vibe-zigzag-text{flex:1 1}.vibe-zigzag-row.reverse .vibe-zigzag-text{flex:0 1 auto;max-width:550px;text-align:left}.vibe-zigzag-text h3{color:#111827;font-size:1.25rem;font-weight:700;margin-bottom:.5rem}.dark .vibe-zigzag-text h3{color:#e2e8f0}.vibe-zigzag-text p{color:#64748b;font-size:.92rem;line-height:1.65;max-width:550px}.dark .vibe-zigzag-text p{color:#b0bec5}.vibe-zigzag-row.reverse .vibe-zigzag-text p{margin-left:0}.vibe-zigzag-num{align-items:center;background:#2461e71a;border-radius:50%;color:#2461e7;display:inline-flex;font-size:.75rem;font-weight:700;height:28px;justify-content:center;margin-bottom:.6rem;width:28px}.dark .vibe-zigzag-num{background:#5b8def26;color:#5b8def}@media (max-width:1024px){.vibe-ticker{animation-duration:50s}.vibe-section{padding:2rem}.vibe-hero h1{font-size:clamp(1.8rem,4.5vw,2.8rem)}.vibe-hero p{font-size:.95rem}.vibe-tools-grid{grid-template-columns:repeat(3,1fr)}.vibe-paths-grid,.vibe-wiki-grid{grid-template-columns:repeat(2,1fr)}.vibe-community-grid{grid-template-columns:repeat(3,1fr)}.vibe-community-rest,.vibe-resources-list{grid-template-columns:repeat(2,1fr)}.vibe-explore-grid{grid-template-columns:repeat(3,1fr)}.vibe-zigzag-row{gap:2rem}.vibe-zigzag-icon{height:70px;width:70px}}@media (max-width:768px){.vibe-section{padding:1.25rem 1rem}.vibe-hero h1{font-size:1.8rem;margin-bottom:.5rem}.vibe-hero p{font-size:.9rem;margin:0 auto .6rem}.vibe-section-title{font-size:clamp(1.4rem,4vw,1.8rem)}.vibe-section-desc{font-size:.88rem;margin-bottom:.75rem}.vibe-tools-grid{grid-template-columns:repeat(2,1fr)}.vibe-paths-grid,.vibe-wiki-grid{grid-template-columns:1fr}.vibe-community-grid{grid-template-columns:repeat(2,1fr)}.vibe-explore-grid,.vibe-resources-list{grid-template-columns:1fr}.vibe-wiki-controls{align-items:stretch;flex-direction:column}.vibe-wiki-search-wrap{min-width:0;width:100%}.vibe-wiki-search{font-size:.85rem;padding:.7rem 1rem;width:100%}.vibe-wiki-filters{-webkit-overflow-scrolling:touch;flex-wrap:nowrap;overflow-x:auto;padding-bottom:.5rem}.vibe-wiki-filter{flex-shrink:0;font-size:.8rem;padding:.4rem .8rem}.vibe-resources-tabs{overflow-x:auto}.vibe-res-tab{font-size:.78rem;padding:.5rem 1rem;white-space:nowrap}.vibe-hero-stats{gap:1.5rem;margin-top:.75rem}.vibe-hero-stat .num{font-size:1.4rem}.vibe-hero-stat .label{font-size:.65rem}.vibe-ticker-item{font-size:.85rem;gap:.5rem}.vibe-tool-card{padding:1.4rem}.vibe-tool-icon{height:44px;width:44px}.vibe-tool-card h3{font-size:1.05rem}.vibe-community-card{padding:1.5rem}.vibe-community-icon{font-size:1.4rem;height:52px;width:52px}.vibe-path-featured{gap:1.5rem}.vibe-community-featured,.vibe-path-featured,.vibe-paths-grid-2col{grid-template-columns:1fr}.vibe-community-rest{grid-template-columns:repeat(2,1fr)}.vibe-tools-carousel .vibe-tool-card{min-width:250px}.vibe-carousel-arrow{font-size:.75rem;height:34px;width:34px}.vibe-paths-split{gap:2rem;grid-template-columns:1fr}.vibe-paths-split-left{position:static;text-align:center}.vibe-paths-split-left .vibe-btn,.vibe-paths-split-left .vibe-section-desc{margin-left:auto;margin-right:auto}.vibe-explore-banner-left{gap:1rem}.vibe-explore-banner-text p{font-size:.8rem}.vibe-timeline-node,.vibe-timeline:before{left:22px}.vibe-timeline-num{font-size:.85rem;height:36px;width:36px}.vibe-timeline-item,.vibe-timeline-item.left{flex-direction:row}.vibe-timeline-content,.vibe-timeline-item.left .vibe-timeline-content,.vibe-timeline-item.right .vibe-timeline-content{margin-left:3.5rem;margin-right:0;text-align:left;width:auto}.vibe-timeline-item.left .vibe-timeline-modules{justify-content:flex-start}.vibe-timeline-item.left .vibe-timeline-footer{flex-direction:row}.vibe-timeline-item{margin-bottom:2rem}.vibe-zigzag-row,.vibe-zigzag-row.reverse{flex-direction:column;gap:1rem;padding:2rem 0;text-align:center}.vibe-zigzag-row.reverse .vibe-zigzag-text{text-align:center}.vibe-zigzag-row.reverse .vibe-zigzag-text p,.vibe-zigzag-text p{margin-left:auto;margin-right:auto}.vibe-zigzag-icon{height:64px;width:64px}}@media (max-width:480px){.vibe-section{padding:1rem .75rem}.vibe-hero{padding-top:.25rem}.vibe-hero h1{font-size:1.5rem;margin-bottom:.4rem}.vibe-hero p{font-size:.85rem;margin:0 auto .5rem}.vibe-section-title{font-size:1.25rem}.vibe-section-desc{font-size:.82rem;margin-bottom:.6rem}.vibe-section-badge{font-size:.68rem;padding:.25rem .7rem}.vibe-hero-badge{animation:none}.vibe-hero-buttons{align-items:stretch;flex-direction:column;max-width:320px;width:100%}.vibe-btn{font-size:.82rem;justify-content:center;padding:.6rem 1.2rem}.vibe-hero-stats{gap:1rem;margin-top:.75rem}.vibe-hero-stat .num{font-size:1.2rem}.vibe-hero-stat .label{font-size:.6rem}.vibe-community-grid,.vibe-community-rest{grid-template-columns:1fr}.vibe-community-card-wide{flex-direction:column;gap:1rem;text-align:center}.vibe-community-card-wide .vibe-community-icon{margin:0 auto}.vibe-path-featured{padding:1.5rem}.vibe-path-featured-content h3{font-size:1.2rem}.vibe-wiki-card-header{align-items:flex-start;flex-direction:column;padding:1rem}.vibe-wiki-card-icon{font-size:1.2rem;height:44px;width:44px}.vibe-wiki-card-body{padding:0 1rem .8rem}.vibe-wiki-card-steps{padding:0 1rem 1rem}.vibe-wiki-card-footer{padding:.6rem 1rem}.vibe-wiki-card-footer .tags .tag{font-size:.65rem}.vibe-wiki-card-footer .install-btn{font-size:.7rem;padding:.3rem .8rem}.vibe-path-card h3{font-size:1.05rem}.vibe-path-modules{padding:.8rem 1rem}.vibe-path-module{font-size:.78rem;padding:.4rem .5rem}.vibe-path-footer{padding:.8rem 1rem}.vibe-path-header{padding:1rem 1rem 0}.vibe-path-card .desc{font-size:.8rem;padding:0 1rem}.vibe-resource-item{flex-direction:column;gap:.5rem}.vibe-resource-icon{height:36px;width:36px}.vibe-tools-carousel .vibe-tool-card{min-width:220px}.vibe-carousel-arrow{display:none}.vibe-path-card-compact{gap:1rem;padding:1rem 1.2rem}.vibe-path-card-compact-info h3{font-size:.95rem}.vibe-explore-banner{padding:1.2rem .25rem}.vibe-explore-banner .vibe-explore-icon{height:44px;width:44px}.vibe-explore-banner-text h3{font-size:1rem}.vibe-explore-banner-text p{-webkit-line-clamp:2;line-clamp:2;-webkit-box-orient:vertical;display:-webkit-box;overflow:hidden}.vibe-bg-mesh .orb:first-child{height:300px;width:300px}.vibe-bg-mesh .orb:nth-child(2){height:250px;width:250px}.vibe-bg-mesh .orb:nth-child(3){height:200px;width:200px}.vibe-timeline-content{padding:1.2rem}.vibe-timeline-content h3{font-size:1rem}.vibe-timeline-footer .start-btn{font-size:.75rem;padding:.4rem .8rem}.vibe-timeline-module-tag{font-size:.7rem;padding:.25rem .5rem}.vibe-zigzag-row{padding:1.5rem 0}.vibe-zigzag-icon{font-size:1.5rem;height:56px;width:56px}.vibe-zigzag-text h3{font-size:1.1rem}.vibe-zigzag-text p{font-size:.85rem}}*,:after,:before{--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:#3b82f680;--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:#3b82f680;--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: }/*
! tailwindcss v3.4.17 | MIT License | https://tailwindcss.com
*/*,:after,:before{border:0 solid #e5e7eb;box-sizing:border-box}:after,:before{--tw-content:""}:host,html{-webkit-text-size-adjust:100%;font-feature-settings:normal;-webkit-tap-highlight-color:transparent;font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;font-variation-settings:normal;line-height:1.5;tab-size:4}body{line-height:inherit;margin:0}hr{border-top-width:1px;color:inherit;height:0}abbr:where([title]){-webkit-text-decoration:underline dotted;text-decoration:underline dotted}h1,h2,h3,h4,h5,h6{font-size:inherit;font-weight:inherit}a{color:inherit;text-decoration:inherit}b,strong{font-weight:bolder}code,kbd,pre,samp{font-feature-settings:normal;font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,Liberation Mono,Courier New,monospace;font-size:1em;font-variation-settings:normal}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:initial}sub{bottom:-.25em}sup{top:-.5em}table{border-collapse:collapse;border-color:inherit;text-indent:0}button,input,optgroup,select,textarea{font-feature-settings:inherit;color:inherit;font-family:inherit;font-size:100%;font-variation-settings:inherit;font-weight:inherit;letter-spacing:inherit;line-height:inherit;margin:0;padding:0}button,select{text-transform:none}button,input:where([type=button]),input:where([type=reset]),input:where([type=submit]){-webkit-appearance:button;background-color:initial;background-image:none}:-moz-focusring{outline:auto}:-moz-ui-invalid{box-shadow:none}progress{vertical-align:initial}::-webkit-inner-spin-button,::-webkit-outer-spin-button{height:auto}[type=search]{-webkit-appearance:textfield;outline-offset:-2px}::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}summary{display:list-item}blockquote,dd,dl,figure,h1,h2,h3,h4,h5,h6,hr,p,pre{margin:0}fieldset{margin:0}fieldset,legend{padding:0}menu,ol,ul{list-style:none;margin:0;padding:0}dialog{padding:0}textarea{resize:vertical}input::placeholder,textarea::placeholder{color:#9ca3af}[role=button],button{cursor:pointer}:disabled{cursor:default}audio,canvas,embed,iframe,img,object,svg,video{display:block;vertical-align:middle}img,video{height:auto;max-width:100%}[hidden]:where(:not([hidden=until-found])){display:none}[multiple],[type=date],[type=datetime-local],[type=email],[type=month],[type=number],[type=password],[type=search],[type=tel],[type=text],[type=time],[type=url],[type=week],input:where(:not([type])),select,textarea{--tw-shadow:0 0 #0000;-webkit-appearance:none;appearance:none;background-color:#fff;border-color:#6b7280;border-radius:0;border-width:1px;font-size:1rem;line-height:1.5rem;padding:.5rem .75rem}[multiple]:focus,[type=date]:focus,[type=datetime-local]:focus,[type=email]:focus,[type=month]:focus,[type=number]:focus,[type=password]:focus,[type=search]:focus,[type=tel]:focus,[type=text]:focus,[type=time]:focus,[type=url]:focus,[type=week]:focus,input:where(:not([type])):focus,select:focus,textarea:focus{--tw-ring-inset:var(--tw-empty,/*!*/ /*!*/);--tw-ring-offset-width:0px;--tw-ring-offset-color:#fff;--tw-ring-color:#2563eb;--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);border-color:#2563eb;box-shadow:var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow);outline:2px solid #0000;outline-offset:2px}input::placeholder,textarea::placeholder{color:#6b7280;opacity:1}::-webkit-datetime-edit-fields-wrapper{padding:0}::-webkit-date-and-time-value{min-height:1.5em;text-align:inherit}::-webkit-datetime-edit{display:inline-flex}::-webkit-datetime-edit,::-webkit-datetime-edit-day-field,::-webkit-datetime-edit-hour-field,::-webkit-datetime-edit-meridiem-field,::-webkit-datetime-edit-millisecond-field,::-webkit-datetime-edit-minute-field,::-webkit-datetime-edit-month-field,::-webkit-datetime-edit-second-field,::-webkit-datetime-edit-year-field{padding-bottom:0;padding-top:0}select{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 20 20'%3E%3Cpath stroke='%236b7280' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5' d='m6 8 4 4 4-4'/%3E%3C/svg%3E");background-position:right .5rem center;background-repeat:no-repeat;background-size:1.5em 1.5em;padding-right:2.5rem;-webkit-print-color-adjust:exact;print-color-adjust:exact}[multiple],[size]:where(select:not([size="1"])){background-image:none;background-position:0 0;background-repeat:repeat;background-size:initial;padding-right:.75rem;-webkit-print-color-adjust:inherit;print-color-adjust:inherit}[type=checkbox],[type=radio]{--tw-shadow:0 0 #0000;-webkit-appearance:none;appearance:none;background-color:#fff;background-origin:border-box;border-color:#6b7280;border-width:1px;color:#2563eb;display:inline-block;flex-shrink:0;height:1rem;padding:0;-webkit-print-color-adjust:exact;print-color-adjust:exact;-webkit-user-select:none;user-select:none;vertical-align:middle;width:1rem}[type=checkbox]{border-radius:0}[type=radio]{border-radius:100%}[type=checkbox]:focus,[type=radio]:focus{--tw-ring-inset:var(--tw-empty,/*!*/ /*!*/);--tw-ring-offset-width:2px;--tw-ring-offset-color:#fff;--tw-ring-color:#2563eb;--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);outline:2px solid #0000;outline-offset:2px}[type=checkbox]:checked,[type=radio]:checked{background-color:currentColor;background-position:50%;background-repeat:no-repeat;background-size:100% 100%;border-color:#0000}[type=checkbox]:checked{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg viewBox='0 0 16 16' fill='%23fff' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M12.207 4.793a1 1 0 0 1 0 1.414l-5 5a1 1 0 0 1-1.414 0l-2-2a1 1 0 0 1 1.414-1.414L6.5 9.086l4.293-4.293a1 1 0 0 1 1.414 0z'/%3E%3C/svg%3E")}@media (forced-colors:active){[type=checkbox]:checked{-webkit-appearance:auto;appearance:auto}}[type=radio]:checked{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg viewBox='0 0 16 16' fill='%23fff' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='8' cy='8' r='3'/%3E%3C/svg%3E")}@media (forced-colors:active){[type=radio]:checked{-webkit-appearance:auto;appearance:auto}}[type=checkbox]:checked:focus,[type=checkbox]:checked:hover,[type=checkbox]:indeterminate,[type=radio]:checked:focus,[type=radio]:checked:hover{background-color:currentColor;border-color:#0000}[type=checkbox]:indeterminate{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 16 16'%3E%3Cpath stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M4 8h8'/%3E%3C/svg%3E");background-position:50%;background-repeat:no-repeat;background-size:100% 100%}@media (forced-colors:active){[type=checkbox]:indeterminate{-webkit-appearance:auto;appearance:auto}}[type=checkbox]:indeterminate:focus,[type=checkbox]:indeterminate:hover{background-color:currentColor;border-color:#0000}[type=file]{background:#0000 none repeat 0 0/auto auto padding-box border-box scroll;background:initial;border-color:inherit;border-radius:0;border-width:0;font-size:inherit;line-height:inherit;padding:0}[type=file]:focus{outline:1px solid ButtonText;outline:1px auto -webkit-focus-ring-color}.dark .bg-white{background-color:#1a1d27}.dark .bg-gray-50{background-color:#0f1117}.dark .bg-gray-100{background-color:#1a1d27}.dark .text-gray-900{color:#e2e6f0}.dark .text-gray-800{color:#cdd3e0}.dark .text-gray-500,.dark .text-gray-600{color:#8b9cbf}.dark .border-gray-200,.dark .border-gray-300{border-color:#2a2d3e}.dark .border-gray-100{border-color:#222637}.dark .hover\:bg-gray-100:hover,.dark .hover\:bg-gray-50:hover{background-color:#1e212e}.dark .shadow-sm{--tw-shadow-color:#0003;--tw-shadow:var(--tw-shadow-colored)}.dark .shadow{--tw-shadow-color:#0000004d;--tw-shadow:var(--tw-shadow-colored)}.dark .shadow-lg{--tw-shadow-color:#0006;--tw-shadow:var(--tw-shadow-colored)}.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}}.prose{color:var(--tw-prose-body);max-width:65ch}.prose :where(p):not(:where([class~=not-prose],[class~=not-prose] *)){margin-bottom:1.25em;margin-top:1.25em}.prose :where([class~=lead]):not(:where([class~=not-prose],[class~=not-prose] *)){color:var(--tw-prose-lead);font-size:1.25em;line-height:1.6;margin-bottom:1.2em;margin-top:1.2em}.prose :where(a):not(:where([class~=not-prose],[class~=not-prose] *)){color:var(--tw-prose-links);font-weight:500;text-decoration:underline}.prose :where(strong):not(:where([class~=not-prose],[class~=not-prose] *)){color:var(--tw-prose-bold);font-weight:600}.prose :where(a strong):not(:where([class~=not-prose],[class~=not-prose] *)){color:inherit}.prose :where(blockquote strong):not(:where([class~=not-prose],[class~=not-prose] *)){color:inherit}.prose :where(thead th strong):not(:where([class~=not-prose],[class~=not-prose] *)){color:inherit}.prose :where(ol):not(:where([class~=not-prose],[class~=not-prose] *)){-webkit-padding-start:1.625em;list-style-type:decimal;margin-bottom:1.25em;margin-top:1.25em;padding-inline-start:1.625em}.prose :where(ol[type=A]):not(:where([class~=not-prose],[class~=not-prose] *)){list-style-type:upper-alpha}.prose :where(ol[type=a]):not(:where([class~=not-prose],[class~=not-prose] *)){list-style-type:lower-alpha}.prose :where(ol[type=A s]):not(:where([class~=not-prose],[class~=not-prose] *)){list-style-type:upper-alpha}.prose :where(ol[type=a s]):not(:where([class~=not-prose],[class~=not-prose] *)){list-style-type:lower-alpha}.prose :where(ol[type=I]):not(:where([class~=not-prose],[class~=not-prose] *)){list-style-type:upper-roman}.prose :where(ol[type=i]):not(:where([class~=not-prose],[class~=not-prose] *)){list-style-type:lower-roman}.prose :where(ol[type=I s]):not(:where([class~=not-prose],[class~=not-prose] *)){list-style-type:upper-roman}.prose :where(ol[type=i s]):not(:where([class~=not-prose],[class~=not-prose] *)){list-style-type:lower-roman}.prose :where(ol[type="1"]):not(:where([class~=not-prose],[class~=not-prose] *)){list-style-type:decimal}.prose :where(ul):not(:where([class~=not-prose],[class~=not-prose] *)){-webkit-padding-start:1.625em;list-style-type:disc;margin-bottom:1.25em;margin-top:1.25em;padding-inline-start:1.625em}.prose :where(ol>li):not(:where([class~=not-prose],[class~=not-prose] *))::marker{color:var(--tw-prose-counters);font-weight:400}.prose :where(ul>li):not(:where([class~=not-prose],[class~=not-prose] *))::marker{color:var(--tw-prose-bullets)}.prose :where(dt):not(:where([class~=not-prose],[class~=not-prose] *)){color:var(--tw-prose-headings);font-weight:600;margin-top:1.25em}.prose :where(hr):not(:where([class~=not-prose],[class~=not-prose] *)){border-color:var(--tw-prose-hr);border-top-width:1px;margin-bottom:3em;margin-top:3em}.prose :where(blockquote):not(:where([class~=not-prose],[class~=not-prose] *)){-webkit-padding-start:1em;border-inline-start-color:var(--tw-prose-quote-borders);border-inline-start-width:.25rem;color:var(--tw-prose-quotes);font-style:italic;font-weight:500;margin-bottom:1.6em;margin-top:1.6em;padding-inline-start:1em;quotes:"\201C""\201D""\2018""\2019"}.prose :where(blockquote p:first-of-type):not(:where([class~=not-prose],[class~=not-prose] *)):before{content:open-quote}.prose :where(blockquote p:last-of-type):not(:where([class~=not-prose],[class~=not-prose] *)):after{content:close-quote}.prose :where(h1):not(:where([class~=not-prose],[class~=not-prose] *)){color:var(--tw-prose-headings);font-size:2.25em;font-weight:800;line-height:1.1111111;margin-bottom:.8888889em;margin-top:0}.prose :where(h1 strong):not(:where([class~=not-prose],[class~=not-prose] *)){color:inherit;font-weight:900}.prose :where(h2):not(:where([class~=not-prose],[class~=not-prose] *)){color:var(--tw-prose-headings);font-size:1.5em;font-weight:700;line-height:1.3333333;margin-bottom:1em;margin-top:2em}.prose :where(h2 strong):not(:where([class~=not-prose],[class~=not-prose] *)){color:inherit;font-weight:800}.prose :where(h3):not(:where([class~=not-prose],[class~=not-prose] *)){color:var(--tw-prose-headings);font-size:1.25em;font-weight:600;line-height:1.6;margin-bottom:.6em;margin-top:1.6em}.prose :where(h3 strong):not(:where([class~=not-prose],[class~=not-prose] *)){color:inherit;font-weight:700}.prose :where(h4):not(:where([class~=not-prose],[class~=not-prose] *)){color:var(--tw-prose-headings);font-weight:600;line-height:1.5;margin-bottom:.5em;margin-top:1.5em}.prose :where(h4 strong):not(:where([class~=not-prose],[class~=not-prose] *)){color:inherit;font-weight:700}.prose :where(img):not(:where([class~=not-prose],[class~=not-prose] *)){margin-bottom:2em;margin-top:2em}.prose :where(picture):not(:where([class~=not-prose],[class~=not-prose] *)){display:block;margin-bottom:2em;margin-top:2em}.prose :where(video):not(:where([class~=not-prose],[class~=not-prose] *)){margin-bottom:2em;margin-top:2em}.prose :where(kbd):not(:where([class~=not-prose],[class~=not-prose] *)){-webkit-padding-end:.375em;-webkit-padding-start:.375em;border-radius:.3125rem;box-shadow:0 0 0 1px rgb(var(--tw-prose-kbd-shadows)/10%),0 3px 0 rgb(var(--tw-prose-kbd-shadows)/10%);color:var(--tw-prose-kbd);font-family:inherit;font-size:.875em;font-weight:500;padding-inline-end:.375em;padding-bottom:.1875em;padding-top:.1875em;padding-inline-start:.375em}.prose :where(code):not(:where([class~=not-prose],[class~=not-prose] *)){color:var(--tw-prose-code);font-size:.875em;font-weight:600}.prose :where(code):not(:where([class~=not-prose],[class~=not-prose] *)):before{content:"`"}.prose :where(code):not(:where([class~=not-prose],[class~=not-prose] *)):after{content:"`"}.prose :where(a code):not(:where([class~=not-prose],[class~=not-prose] *)){color:inherit}.prose :where(h1 code):not(:where([class~=not-prose],[class~=not-prose] *)){color:inherit}.prose :where(h2 code):not(:where([class~=not-prose],[class~=not-prose] *)){color:inherit;font-size:.875em}.prose :where(h3 code):not(:where([class~=not-prose],[class~=not-prose] *)){color:inherit;font-size:.9em}.prose :where(h4 code):not(:where([class~=not-prose],[class~=not-prose] *)){color:inherit}.prose :where(blockquote code):not(:where([class~=not-prose],[class~=not-prose] *)){color:inherit}.prose :where(thead th code):not(:where([class~=not-prose],[class~=not-prose] *)){color:inherit}.prose :where(pre):not(:where([class~=not-prose],[class~=not-prose] *)){-webkit-padding-end:1.1428571em;-webkit-padding-start:1.1428571em;background-color:var(--tw-prose-pre-bg);border-radius:.375rem;color:var(--tw-prose-pre-code);font-size:.875em;font-weight:400;line-height:1.7142857;margin-bottom:1.7142857em;margin-top:1.7142857em;overflow-x:auto;padding-inline-end:1.1428571em;padding-bottom:.8571429em;padding-top:.8571429em;padding-inline-start:1.1428571em}.prose :where(pre code):not(:where([class~=not-prose],[class~=not-prose] *)){background-color:initial;border-radius:0;border-width:0;color:inherit;font-family:inherit;font-size:inherit;font-weight:inherit;line-height:inherit;padding:0}.prose :where(pre code):not(:where([class~=not-prose],[class~=not-prose] *)):before{content:none}.prose :where(pre code):not(:where([class~=not-prose],[class~=not-prose] *)):after{content:none}.prose :where(table):not(:where([class~=not-prose],[class~=not-prose] *)){font-size:.875em;line-height:1.7142857;margin-bottom:2em;margin-top:2em;table-layout:auto;width:100%}.prose :where(thead):not(:where([class~=not-prose],[class~=not-prose] *)){border-bottom-color:var(--tw-prose-th-borders);border-bottom-width:1px}.prose :where(thead th):not(:where([class~=not-prose],[class~=not-prose] *)){-webkit-padding-end:.5714286em;-webkit-padding-start:.5714286em;color:var(--tw-prose-headings);font-weight:600;padding-inline-end:.5714286em;padding-bottom:.5714286em;padding-inline-start:.5714286em;vertical-align:bottom}.prose :where(tbody tr):not(:where([class~=not-prose],[class~=not-prose] *)){border-bottom-color:var(--tw-prose-td-borders);border-bottom-width:1px}.prose :where(tbody tr:last-child):not(:where([class~=not-prose],[class~=not-prose] *)){border-bottom-width:0}.prose :where(tbody td):not(:where([class~=not-prose],[class~=not-prose] *)){vertical-align:initial}.prose :where(tfoot):not(:where([class~=not-prose],[class~=not-prose] *)){border-top-color:var(--tw-prose-th-borders);border-top-width:1px}.prose :where(tfoot td):not(:where([class~=not-prose],[class~=not-prose] *)){vertical-align:top}.prose :where(th,td):not(:where([class~=not-prose],[class~=not-prose] *)){text-align:start}.prose :where(figure>*):not(:where([class~=not-prose],[class~=not-prose] *)){margin-bottom:0;margin-top:0}.prose :where(figcaption):not(:where([class~=not-prose],[class~=not-prose] *)){color:var(--tw-prose-captions);font-size:.875em;line-height:1.4285714;margin-top:.8571429em}.prose{--tw-prose-body:#374151;--tw-prose-headings:#111827;--tw-prose-lead:#4b5563;--tw-prose-links:#111827;--tw-prose-bold:#111827;--tw-prose-counters:#6b7280;--tw-prose-bullets:#d1d5db;--tw-prose-hr:#e5e7eb;--tw-prose-quotes:#111827;--tw-prose-quote-borders:#e5e7eb;--tw-prose-captions:#6b7280;--tw-prose-kbd:#111827;--tw-prose-kbd-shadows:17 24 39;--tw-prose-code:#111827;--tw-prose-pre-code:#e5e7eb;--tw-prose-pre-bg:#1f2937;--tw-prose-th-borders:#d1d5db;--tw-prose-td-borders:#e5e7eb;--tw-prose-invert-body:#d1d5db;--tw-prose-invert-headings:#fff;--tw-prose-invert-lead:#9ca3af;--tw-prose-invert-links:#fff;--tw-prose-invert-bold:#fff;--tw-prose-invert-counters:#9ca3af;--tw-prose-invert-bullets:#4b5563;--tw-prose-invert-hr:#374151;--tw-prose-invert-quotes:#f3f4f6;--tw-prose-invert-quote-borders:#374151;--tw-prose-invert-captions:#9ca3af;--tw-prose-invert-kbd:#fff;--tw-prose-invert-kbd-shadows:255 255 255;--tw-prose-invert-code:#fff;--tw-prose-invert-pre-code:#d1d5db;--tw-prose-invert-pre-bg:#00000080;--tw-prose-invert-th-borders:#4b5563;--tw-prose-invert-td-borders:#374151;font-size:1rem;line-height:1.75}.prose :where(picture>img):not(:where([class~=not-prose],[class~=not-prose] *)){margin-bottom:0;margin-top:0}.prose :where(li):not(:where([class~=not-prose],[class~=not-prose] *)){margin-bottom:.5em;margin-top:.5em}.prose :where(ol>li):not(:where([class~=not-prose],[class~=not-prose] *)){-webkit-padding-start:.375em;padding-inline-start:.375em}.prose :where(ul>li):not(:where([class~=not-prose],[class~=not-prose] *)){-webkit-padding-start:.375em;padding-inline-start:.375em}.prose :where(.prose>ul>li p):not(:where([class~=not-prose],[class~=not-prose] *)){margin-bottom:.75em;margin-top:.75em}.prose :where(.prose>ul>li>p:first-child):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:1.25em}.prose :where(.prose>ul>li>p:last-child):not(:where([class~=not-prose],[class~=not-prose] *)){margin-bottom:1.25em}.prose :where(.prose>ol>li>p:first-child):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:1.25em}.prose :where(.prose>ol>li>p:last-child):not(:where([class~=not-prose],[class~=not-prose] *)){margin-bottom:1.25em}.prose :where(ul ul,ul ol,ol ul,ol ol):not(:where([class~=not-prose],[class~=not-prose] *)){margin-bottom:.75em;margin-top:.75em}.prose :where(dl):not(:where([class~=not-prose],[class~=not-prose] *)){margin-bottom:1.25em;margin-top:1.25em}.prose :where(dd):not(:where([class~=not-prose],[class~=not-prose] *)){-webkit-padding-start:1.625em;margin-top:.5em;padding-inline-start:1.625em}.prose :where(hr+*):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:0}.prose :where(h2+*):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:0}.prose :where(h3+*):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:0}.prose :where(h4+*):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:0}.prose :where(thead th:first-child):not(:where([class~=not-prose],[class~=not-prose] *)){-webkit-padding-start:0;padding-inline-start:0}.prose :where(thead th:last-child):not(:where([class~=not-prose],[class~=not-prose] *)){-webkit-padding-end:0;padding-inline-end:0}.prose :where(tbody td,tfoot td):not(:where([class~=not-prose],[class~=not-prose] *)){-webkit-padding-end:.5714286em;-webkit-padding-start:.5714286em;padding-inline-end:.5714286em;padding-bottom:.5714286em;padding-top:.5714286em;padding-inline-start:.5714286em}.prose :where(tbody td:first-child,tfoot td:first-child):not(:where([class~=not-prose],[class~=not-prose] *)){-webkit-padding-start:0;padding-inline-start:0}.prose :where(tbody td:last-child,tfoot td:last-child):not(:where([class~=not-prose],[class~=not-prose] *)){-webkit-padding-end:0;padding-inline-end:0}.prose :where(figure):not(:where([class~=not-prose],[class~=not-prose] *)){margin-bottom:2em;margin-top:2em}.prose :where(.prose>:first-child):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:0}.prose :where(.prose>:last-child):not(:where([class~=not-prose],[class~=not-prose] *)){margin-bottom:0}.prose-sm{font-size:.875rem;line-height:1.7142857}.prose-sm :where(p):not(:where([class~=not-prose],[class~=not-prose] *)){margin-bottom:1.1428571em;margin-top:1.1428571em}.prose-sm :where([class~=lead]):not(:where([class~=not-prose],[class~=not-prose] *)){font-size:1.2857143em;line-height:1.5555556;margin-bottom:.8888889em;margin-top:.8888889em}.prose-sm :where(blockquote):not(:where([class~=not-prose],[class~=not-prose] *)){-webkit-padding-start:1.1111111em;margin-bottom:1.3333333em;margin-top:1.3333333em;padding-inline-start:1.1111111em}.prose-sm :where(h1):not(:where([class~=not-prose],[class~=not-prose] *)){font-size:2.1428571em;line-height:1.2;margin-bottom:.8em;margin-top:0}.prose-sm :where(h2):not(:where([class~=not-prose],[class~=not-prose] *)){font-size:1.4285714em;line-height:1.4;margin-bottom:.8em;margin-top:1.6em}.prose-sm :where(h3):not(:where([class~=not-prose],[class~=not-prose] *)){font-size:1.2857143em;line-height:1.5555556;margin-bottom:.4444444em;margin-top:1.5555556em}.prose-sm :where(h4):not(:where([class~=not-prose],[class~=not-prose] *)){line-height:1.4285714;margin-bottom:.5714286em;margin-top:1.4285714em}.prose-sm :where(img):not(:where([class~=not-prose],[class~=not-prose] *)){margin-bottom:1.7142857em;margin-top:1.7142857em}.prose-sm :where(picture):not(:where([class~=not-prose],[class~=not-prose] *)){margin-bottom:1.7142857em;margin-top:1.7142857em}.prose-sm :where(picture>img):not(:where([class~=not-prose],[class~=not-prose] *)){margin-bottom:0;margin-top:0}.prose-sm :where(video):not(:where([class~=not-prose],[class~=not-prose] *)){margin-bottom:1.7142857em;margin-top:1.7142857em}.prose-sm :where(kbd):not(:where([class~=not-prose],[class~=not-prose] *)){-webkit-padding-end:.3571429em;-webkit-padding-start:.3571429em;border-radius:.3125rem;font-size:.8571429em;padding-inline-end:.3571429em;padding-bottom:.1428571em;padding-top:.1428571em;padding-inline-start:.3571429em}.prose-sm :where(code):not(:where([class~=not-prose],[class~=not-prose] *)){font-size:.8571429em}.prose-sm :where(h2 code):not(:where([class~=not-prose],[class~=not-prose] *)){font-size:.9em}.prose-sm :where(h3 code):not(:where([class~=not-prose],[class~=not-prose] *)){font-size:.8888889em}.prose-sm :where(pre):not(:where([class~=not-prose],[class~=not-prose] *)){-webkit-padding-end:1em;-webkit-padding-start:1em;border-radius:.25rem;font-size:.8571429em;line-height:1.6666667;margin-bottom:1.6666667em;margin-top:1.6666667em;padding-inline-end:1em;padding-bottom:.6666667em;padding-top:.6666667em;padding-inline-start:1em}.prose-sm :where(ol):not(:where([class~=not-prose],[class~=not-prose] *)){-webkit-padding-start:1.5714286em;margin-bottom:1.1428571em;margin-top:1.1428571em;padding-inline-start:1.5714286em}.prose-sm :where(ul):not(:where([class~=not-prose],[class~=not-prose] *)){-webkit-padding-start:1.5714286em;margin-bottom:1.1428571em;margin-top:1.1428571em;padding-inline-start:1.5714286em}.prose-sm :where(li):not(:where([class~=not-prose],[class~=not-prose] *)){margin-bottom:.2857143em;margin-top:.2857143em}.prose-sm :where(ol>li):not(:where([class~=not-prose],[class~=not-prose] *)){-webkit-padding-start:.4285714em;padding-inline-start:.4285714em}.prose-sm :where(ul>li):not(:where([class~=not-prose],[class~=not-prose] *)){-webkit-padding-start:.4285714em;padding-inline-start:.4285714em}.prose-sm :where(.prose-sm>ul>li p):not(:where([class~=not-prose],[class~=not-prose] *)){margin-bottom:.5714286em;margin-top:.5714286em}.prose-sm :where(.prose-sm>ul>li>p:first-child):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:1.1428571em}.prose-sm :where(.prose-sm>ul>li>p:last-child):not(:where([class~=not-prose],[class~=not-prose] *)){margin-bottom:1.1428571em}.prose-sm :where(.prose-sm>ol>li>p:first-child):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:1.1428571em}.prose-sm :where(.prose-sm>ol>li>p:last-child):not(:where([class~=not-prose],[class~=not-prose] *)){margin-bottom:1.1428571em}.prose-sm :where(ul ul,ul ol,ol ul,ol ol):not(:where([class~=not-prose],[class~=not-prose] *)){margin-bottom:.5714286em;margin-top:.5714286em}.prose-sm :where(dl):not(:where([class~=not-prose],[class~=not-prose] *)){margin-bottom:1.1428571em;margin-top:1.1428571em}.prose-sm :where(dt):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:1.1428571em}.prose-sm :where(dd):not(:where([class~=not-prose],[class~=not-prose] *)){-webkit-padding-start:1.5714286em;margin-top:.2857143em;padding-inline-start:1.5714286em}.prose-sm :where(hr):not(:where([class~=not-prose],[class~=not-prose] *)){margin-bottom:2.8571429em;margin-top:2.8571429em}.prose-sm :where(hr+*):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:0}.prose-sm :where(h2+*):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:0}.prose-sm :where(h3+*):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:0}.prose-sm :where(h4+*):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:0}.prose-sm :where(table):not(:where([class~=not-prose],[class~=not-prose] *)){font-size:.8571429em;line-height:1.5}.prose-sm :where(thead th):not(:where([class~=not-prose],[class~=not-prose] *)){-webkit-padding-end:1em;-webkit-padding-start:1em;padding-inline-end:1em;padding-bottom:.6666667em;padding-inline-start:1em}.prose-sm :where(thead th:first-child):not(:where([class~=not-prose],[class~=not-prose] *)){-webkit-padding-start:0;padding-inline-start:0}.prose-sm :where(thead th:last-child):not(:where([class~=not-prose],[class~=not-prose] *)){-webkit-padding-end:0;padding-inline-end:0}.prose-sm :where(tbody td,tfoot td):not(:where([class~=not-prose],[class~=not-prose] *)){-webkit-padding-end:1em;-webkit-padding-start:1em;padding-inline-end:1em;padding-bottom:.6666667em;padding-top:.6666667em;padding-inline-start:1em}.prose-sm :where(tbody td:first-child,tfoot td:first-child):not(:where([class~=not-prose],[class~=not-prose] *)){-webkit-padding-start:0;padding-inline-start:0}.prose-sm :where(tbody td:last-child,tfoot td:last-child):not(:where([class~=not-prose],[class~=not-prose] *)){-webkit-padding-end:0;padding-inline-end:0}.prose-sm :where(figure):not(:where([class~=not-prose],[class~=not-prose] *)){margin-bottom:1.7142857em;margin-top:1.7142857em}.prose-sm :where(figure>*):not(:where([class~=not-prose],[class~=not-prose] *)){margin-bottom:0;margin-top:0}.prose-sm :where(figcaption):not(:where([class~=not-prose],[class~=not-prose] *)){font-size:.8571429em;line-height:1.3333333;margin-top:.6666667em}.prose-sm :where(.prose-sm>:first-child):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:0}.prose-sm :where(.prose-sm>:last-child):not(:where([class~=not-prose],[class~=not-prose] *)){margin-bottom:0}.prose-lg{font-size:1.125rem;line-height:1.7777778}.prose-lg :where(p):not(:where([class~=not-prose],[class~=not-prose] *)){margin-bottom:1.3333333em;margin-top:1.3333333em}.prose-lg :where([class~=lead]):not(:where([class~=not-prose],[class~=not-prose] *)){font-size:1.2222222em;line-height:1.4545455;margin-bottom:1.0909091em;margin-top:1.0909091em}.prose-lg :where(blockquote):not(:where([class~=not-prose],[class~=not-prose] *)){-webkit-padding-start:1em;margin-bottom:1.6666667em;margin-top:1.6666667em;padding-inline-start:1em}.prose-lg :where(h1):not(:where([class~=not-prose],[class~=not-prose] *)){font-size:2.6666667em;line-height:1;margin-bottom:.8333333em;margin-top:0}.prose-lg :where(h2):not(:where([class~=not-prose],[class~=not-prose] *)){font-size:1.6666667em;line-height:1.3333333;margin-bottom:1.0666667em;margin-top:1.8666667em}.prose-lg :where(h3):not(:where([class~=not-prose],[class~=not-prose] *)){font-size:1.3333333em;line-height:1.5;margin-bottom:.6666667em;margin-top:1.6666667em}.prose-lg :where(h4):not(:where([class~=not-prose],[class~=not-prose] *)){line-height:1.5555556;margin-bottom:.4444444em;margin-top:1.7777778em}.prose-lg :where(img):not(:where([class~=not-prose],[class~=not-prose] *)){margin-bottom:1.7777778em;margin-top:1.7777778em}.prose-lg :where(picture):not(:where([class~=not-prose],[class~=not-prose] *)){margin-bottom:1.7777778em;margin-top:1.7777778em}.prose-lg :where(picture>img):not(:where([class~=not-prose],[class~=not-prose] *)){margin-bottom:0;margin-top:0}.prose-lg :where(video):not(:where([class~=not-prose],[class~=not-prose] *)){margin-bottom:1.7777778em;margin-top:1.7777778em}.prose-lg :where(kbd):not(:where([class~=not-prose],[class~=not-prose] *)){-webkit-padding-end:.4444444em;-webkit-padding-start:.4444444em;border-radius:.3125rem;font-size:.8888889em;padding-inline-end:.4444444em;padding-bottom:.2222222em;padding-top:.2222222em;padding-inline-start:.4444444em}.prose-lg :where(code):not(:where([class~=not-prose],[class~=not-prose] *)){font-size:.8888889em}.prose-lg :where(h2 code):not(:where([class~=not-prose],[class~=not-prose] *)){font-size:.8666667em}.prose-lg :where(h3 code):not(:where([class~=not-prose],[class~=not-prose] *)){font-size:.875em}.prose-lg :where(pre):not(:where([class~=not-prose],[class~=not-prose] *)){-webkit-padding-end:1.5em;-webkit-padding-start:1.5em;border-radius:.375rem;font-size:.8888889em;line-height:1.75;margin-bottom:2em;margin-top:2em;padding-inline-end:1.5em;padding-bottom:1em;padding-top:1em;padding-inline-start:1.5em}.prose-lg :where(ol):not(:where([class~=not-prose],[class~=not-prose] *)){-webkit-padding-start:1.5555556em;margin-bottom:1.3333333em;margin-top:1.3333333em;padding-inline-start:1.5555556em}.prose-lg :where(ul):not(:where([class~=not-prose],[class~=not-prose] *)){-webkit-padding-start:1.5555556em;margin-bottom:1.3333333em;margin-top:1.3333333em;padding-inline-start:1.5555556em}.prose-lg :where(li):not(:where([class~=not-prose],[class~=not-prose] *)){margin-bottom:.6666667em;margin-top:.6666667em}.prose-lg :where(ol>li):not(:where([class~=not-prose],[class~=not-prose] *)){-webkit-padding-start:.4444444em;padding-inline-start:.4444444em}.prose-lg :where(ul>li):not(:where([class~=not-prose],[class~=not-prose] *)){-webkit-padding-start:.4444444em;padding-inline-start:.4444444em}.prose-lg :where(.prose-lg>ul>li p):not(:where([class~=not-prose],[class~=not-prose] *)){margin-bottom:.8888889em;margin-top:.8888889em}.prose-lg :where(.prose-lg>ul>li>p:first-child):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:1.3333333em}.prose-lg :where(.prose-lg>ul>li>p:last-child):not(:where([class~=not-prose],[class~=not-prose] *)){margin-bottom:1.3333333em}.prose-lg :where(.prose-lg>ol>li>p:first-child):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:1.3333333em}.prose-lg :where(.prose-lg>ol>li>p:last-child):not(:where([class~=not-prose],[class~=not-prose] *)){margin-bottom:1.3333333em}.prose-lg :where(ul ul,ul ol,ol ul,ol ol):not(:where([class~=not-prose],[class~=not-prose] *)){margin-bottom:.8888889em;margin-top:.8888889em}.prose-lg :where(dl):not(:where([class~=not-prose],[class~=not-prose] *)){margin-bottom:1.3333333em;margin-top:1.3333333em}.prose-lg :where(dt):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:1.3333333em}.prose-lg :where(dd):not(:where([class~=not-prose],[class~=not-prose] *)){-webkit-padding-start:1.5555556em;margin-top:.6666667em;padding-inline-start:1.5555556em}.prose-lg :where(hr):not(:where([class~=not-prose],[class~=not-prose] *)){margin-bottom:3.1111111em;margin-top:3.1111111em}.prose-lg :where(hr+*):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:0}.prose-lg :where(h2+*):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:0}.prose-lg :where(h3+*):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:0}.prose-lg :where(h4+*):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:0}.prose-lg :where(table):not(:where([class~=not-prose],[class~=not-prose] *)){font-size:.8888889em;line-height:1.5}.prose-lg :where(thead th):not(:where([class~=not-prose],[class~=not-prose] *)){-webkit-padding-end:.75em;-webkit-padding-start:.75em;padding-inline-end:.75em;padding-bottom:.75em;padding-inline-start:.75em}.prose-lg :where(thead th:first-child):not(:where([class~=not-prose],[class~=not-prose] *)){-webkit-padding-start:0;padding-inline-start:0}.prose-lg :where(thead th:last-child):not(:where([class~=not-prose],[class~=not-prose] *)){-webkit-padding-end:0;padding-inline-end:0}.prose-lg :where(tbody td,tfoot td):not(:where([class~=not-prose],[class~=not-prose] *)){-webkit-padding-end:.75em;-webkit-padding-start:.75em;padding-inline-end:.75em;padding-bottom:.75em;padding-top:.75em;padding-inline-start:.75em}.prose-lg :where(tbody td:first-child,tfoot td:first-child):not(:where([class~=not-prose],[class~=not-prose] *)){-webkit-padding-start:0;padding-inline-start:0}.prose-lg :where(tbody td:last-child,tfoot td:last-child):not(:where([class~=not-prose],[class~=not-prose] *)){-webkit-padding-end:0;padding-inline-end:0}.prose-lg :where(figure):not(:where([class~=not-prose],[class~=not-prose] *)){margin-bottom:1.7777778em;margin-top:1.7777778em}.prose-lg :where(figure>*):not(:where([class~=not-prose],[class~=not-prose] *)){margin-bottom:0;margin-top:0}.prose-lg :where(figcaption):not(:where([class~=not-prose],[class~=not-prose] *)){font-size:.8888889em;line-height:1.5;margin-top:1em}.prose-lg :where(.prose-lg>:first-child):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:0}.prose-lg :where(.prose-lg>:last-child):not(:where([class~=not-prose],[class~=not-prose] *)){margin-bottom:0}.sr-only{clip:rect(0,0,0,0);border-width:0;height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;white-space:nowrap;width:1px}.pointer-events-none{pointer-events:none}.pointer-events-auto{pointer-events:auto}.\!visible{visibility:visible!important}.visible{visibility:visible}.collapse{visibility:collapse}.static{position:static}.fixed{position:fixed}.absolute{position:absolute}.relative{position:relative}.sticky{position:-webkit-sticky;position:sticky}.inset-0{inset:0}.inset-2{inset:.5rem}.inset-4{inset:1rem}.inset-x-0{left:0;right:0}.inset-y-0{bottom:0;top:0}.-bottom-1{bottom:-.25rem}.-bottom-12{bottom:-3rem}.-bottom-16{bottom:-4rem}.-bottom-2{bottom:-.5rem}.-bottom-40{bottom:-10rem}.-left-16{left:-4rem}.-left-3{left:-.75rem}.-left-40{left:-10rem}.-right-0\.5{right:-.125rem}.-right-1{right:-.25rem}.-right-20{right:-5rem}.-right-40{right:-10rem}.-top-0\.5{top:-.125rem}.-top-10{top:-2.5rem}.-top-2{top:-.5rem}.-top-20{top:-5rem}.-top-40{top:-10rem}.bottom-0{bottom:0}.bottom-10{bottom:2.5rem}.bottom-20{bottom:5rem}.bottom-24{bottom:6rem}.bottom-4{bottom:1rem}.bottom-6{bottom:1.5rem}.bottom-full{bottom:100%}.left-0{left:0}.left-1\/2{left:50%}.left-2{left:.5rem}.left-2\.5{left:.625rem}.left-3{left:.75rem}.left-4{left:1rem}.left-8{left:2rem}.left-\[calc\(50\%\+30px\)\]{left:calc(50% + 30px)}.left-full{left:100%}.right-0{right:0}.right-10{right:2.5rem}.right-2{right:.5rem}.right-20{right:5rem}.right-3{right:.75rem}.right-4{right:1rem}.right-6{right:1.5rem}.top-0{top:0}.top-1\/2{top:50%}.top-10{top:2.5rem}.top-12{top:3rem}.top-16{top:4rem}.top-2{top:.5rem}.top-20{top:5rem}.top-24{top:6rem}.top-3{top:.75rem}.top-32{top:8rem}.top-4{top:1rem}.top-5{top:1.25rem}.top-6{top:1.5rem}.top-full{top:100%}.isolate{isolation:isolate}.z-0{z-index:0}.z-10{z-index:10}.z-20{z-index:20}.z-40{z-index:40}.z-50{z-index:50}.z-\[10000\]{z-index:10000}.z-\[60\]{z-index:60}.z-\[9998\]{z-index:9998}.z-\[99998\]{z-index:99998}.z-\[99999999\]{z-index:99999999}.z-\[999999\]{z-index:999999}.z-\[9999\]{z-index:9999}.order-1{order:1}.order-2{order:2}.col-span-1{grid-column:span 1/span 1}.col-span-2{grid-column:span 2/span 2}.col-span-3{grid-column:span 3/span 3}.-m-2{margin:-.5rem}.mx-1{margin-left:.25rem;margin-right:.25rem}.mx-2{margin-left:.5rem;margin-right:.5rem}.mx-3{margin-left:.75rem;margin-right:.75rem}.mx-4{margin-left:1rem;margin-right:1rem}.mx-5{margin-left:1.25rem;margin-right:1.25rem}.mx-auto{margin-left:auto;margin-right:auto}.my-2{margin-bottom:.5rem;margin-top:.5rem}.my-4{margin-bottom:1rem;margin-top:1rem}.my-8{margin-bottom:2rem;margin-top:2rem}.my-auto{margin-bottom:auto;margin-top:auto}.-mb-10{margin-bottom:-2.5rem}.-mb-px{margin-bottom:-1px}.-ml-1{margin-left:-.25rem}.-mt-3{margin-top:-.75rem}.mb-0\.5{margin-bottom:.125rem}.mb-1{margin-bottom:.25rem}.mb-1\.5{margin-bottom:.375rem}.mb-10{margin-bottom:2.5rem}.mb-12{margin-bottom:3rem}.mb-2{margin-bottom:.5rem}.mb-3{margin-bottom:.75rem}.mb-4{margin-bottom:1rem}.mb-5{margin-bottom:1.25rem}.mb-6{margin-bottom:1.5rem}.mb-8{margin-bottom:2rem}.mb-\[50px\]{margin-bottom:50px}.ml-1{margin-left:.25rem}.ml-2{margin-left:.5rem}.ml-3{margin-left:.75rem}.ml-4{margin-left:1rem}.ml-auto{margin-left:auto}.mr-0\.5{margin-right:.125rem}.mr-1{margin-right:.25rem}.mr-1\.5{margin-right:.375rem}.mr-2{margin-right:.5rem}.mr-3{margin-right:.75rem}.mr-4{margin-right:1rem}.mt-0\.5{margin-top:.125rem}.mt-1{margin-top:.25rem}.mt-1\.5{margin-top:.375rem}.mt-10{margin-top:2.5rem}.mt-12{margin-top:3rem}.mt-16{margin-top:4rem}.mt-2{margin-top:.5rem}.mt-3{margin-top:.75rem}.mt-4{margin-top:1rem}.mt-5{margin-top:1.25rem}.mt-6{margin-top:1.5rem}.mt-8{margin-top:2rem}.mt-auto{margin-top:auto}.line-clamp-2{-webkit-line-clamp:2}.line-clamp-2,.line-clamp-3{-webkit-box-orient:vertical;display:-webkit-box;overflow:hidden}.line-clamp-3{-webkit-line-clamp:3}.line-clamp-4{-webkit-box-orient:vertical;-webkit-line-clamp:4;display:-webkit-box;overflow:hidden}.block{display:block}.inline-block{display:inline-block}.inline{display:inline}.flex{display:flex}.inline-flex{display:inline-flex}.table{display:table}.grid{display:grid}.hidden{display:none}.aspect-square{aspect-ratio:1/1}.aspect-video{aspect-ratio:16/9}.h-0\.5{height:.125rem}.h-1{height:.25rem}.h-1\.5{height:.375rem}.h-10{height:2.5rem}.h-11{height:2.75rem}.h-12{height:3rem}.h-14{height:3.5rem}.h-16{height:4rem}.h-2{height:.5rem}.h-2\.5{height:.625rem}.h-20{height:5rem}.h-24{height:6rem}.h-3{height:.75rem}.h-3\.5{height:.875rem}.h-32{height:8rem}.h-4{height:1rem}.h-40{height:10rem}.h-44{height:11rem}.h-48{height:12rem}.h-5{height:1.25rem}.h-56{height:14rem}.h-6{height:1.5rem}.h-60{height:15rem}.h-64{height:16rem}.h-7{height:1.75rem}.h-72{height:18rem}.h-8{height:2rem}.h-80{height:20rem}.h-9{height:2.25rem}.h-96{height:24rem}.h-\[18px\]{height:18px}.h-\[22px\]{height:22px}.h-\[250px\]{height:250px}.h-\[300px\]{height:300px}.h-\[400px\]{height:400px}.h-\[420px\]{height:420px}.h-\[500px\]{height:500px}.h-\[calc\(100vh-10rem\)\]{height:calc(100vh - 10rem)}.h-\[calc\(100vh-11rem\)\]{height:calc(100vh - 11rem)}.h-\[calc\(100vh-280px\)\]{height:calc(100vh - 280px)}.h-full{height:100%}.h-px{height:1px}.h-screen{height:100vh}.max-h-40{max-height:10rem}.max-h-60{max-height:15rem}.max-h-72{max-height:18rem}.max-h-80{max-height:20rem}.max-h-96{max-height:24rem}.max-h-\[320px\]{max-height:320px}.max-h-\[500px\]{max-height:500px}.max-h-\[80vh\]{max-height:80vh}.max-h-\[90vh\]{max-height:90vh}.max-h-\[calc\(100vh-10rem\)\]{max-height:calc(100vh - 10rem)}.max-h-\[calc\(90vh-100px\)\]{max-height:calc(90vh - 100px)}.min-h-0{min-height:0}.min-h-\[1\.75rem\]{min-height:1.75rem}.min-h-\[2rem\]{min-height:2rem}.min-h-\[3\.5rem\]{min-height:3.5rem}.min-h-\[300px\]{min-height:300px}.min-h-\[520px\]{min-height:520px}.min-h-\[60vh\]{min-height:60vh}.min-h-full{min-height:100%}.min-h-screen{min-height:100vh}.w-0{width:0}.w-0\.5{width:.125rem}.w-1{width:.25rem}.w-1\.5{width:.375rem}.w-1\/2{width:50%}.w-1\/3{width:33.333333%}.w-1\/4{width:25%}.w-10{width:2.5rem}.w-11{width:2.75rem}.w-12{width:3rem}.w-14{width:3.5rem}.w-16{width:4rem}.w-2{width:.5rem}.w-2\.5{width:.625rem}.w-2\/3{width:66.666667%}.w-20{width:5rem}.w-24{width:6rem}.w-3{width:.75rem}.w-3\.5{width:.875rem}.w-3\/4{width:75%}.w-32{width:8rem}.w-4{width:1rem}.w-4\/5{width:80%}.w-40{width:10rem}.w-48{width:12rem}.w-5{width:1.25rem}.w-56{width:14rem}.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-96{width:24rem}.w-\[22px\]{width:22px}.w-\[300px\]{width:300px}.w-\[400px\]{width:400px}.w-\[500px\]{width:500px}.w-\[850px\]{width:850px}.w-\[calc\(100\%-3rem\)\]{width:calc(100% - 3rem)}.w-\[calc\(100\%-60px\)\]{width:calc(100% - 60px)}.w-auto{width:auto}.w-fit{width:-webkit-fit-content;width:fit-content}.w-full{width:100%}.w-px{width:1px}.min-w-0{min-width:0}.min-w-\[100px\]{min-width:100px}.min-w-\[120px\]{min-width:120px}.min-w-\[140px\]{min-width:140px}.min-w-\[150px\]{min-width:150px}.min-w-\[160px\]{min-width:160px}.min-w-\[180px\]{min-width:180px}.min-w-\[18px\]{min-width:18px}.min-w-\[200px\]{min-width:200px}.min-w-\[36px\]{min-width:36px}.min-w-\[400px\]{min-width:400px}.min-w-full{min-width:100%}.max-w-2xl{max-width:42rem}.max-w-3xl{max-width:48rem}.max-w-4xl{max-width:56rem}.max-w-5xl{max-width:64rem}.max-w-6xl{max-width:72rem}.max-w-7xl{max-width:80rem}.max-w-\[1340px\]{max-width:1340px}.max-w-\[140px\]{max-width:140px}.max-w-\[150px\]{max-width:150px}.max-w-\[180px\]{max-width:180px}.max-w-\[200px\]{max-width:200px}.max-w-\[280px\]{max-width:280px}.max-w-\[80\%\]{max-width:80%}.max-w-\[85\%\]{max-width:85%}.max-w-full{max-width:100%}.max-w-lg{max-width:32rem}.max-w-md{max-width:28rem}.max-w-none{max-width:none}.max-w-sm{max-width:24rem}.max-w-xl{max-width:36rem}.max-w-xs{max-width:20rem}.flex-1{flex:1 1}.flex-shrink-0,.shrink-0{flex-shrink:0}.flex-grow,.grow{flex-grow:1}.-translate-x-1\/2{--tw-translate-x:-50%}.-translate-x-1\/2,.-translate-x-1\/3{transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.-translate-x-1\/3{--tw-translate-x:-33.333333%}.-translate-x-4{--tw-translate-x:-1rem}.-translate-x-4,.-translate-x-full{transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(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%}.-translate-y-1\/2{--tw-translate-y:-50%}.-translate-y-1\/2,.-translate-y-1\/3{transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.-translate-y-1\/3{--tw-translate-y:-33.333333%}.translate-x-0{--tw-translate-x:0px}.translate-x-0,.translate-x-1\/2{transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.translate-x-1\/2{--tw-translate-x:50%}.translate-x-1\/3{--tw-translate-x:33.333333%}.translate-x-10,.translate-x-1\/3{transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.translate-x-10{--tw-translate-x:2.5rem}.translate-x-20{--tw-translate-x:5rem}.translate-x-20,.translate-x-4{transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.translate-x-4{--tw-translate-x:1rem}.translate-y-0{--tw-translate-y:0px}.translate-y-0,.translate-y-1\/2{transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(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%}.translate-y-1\/3{--tw-translate-y:33.333333%}.translate-y-1\/3,.translate-y-full{transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.translate-y-full{--tw-translate-y:100%}.-rotate-90{--tw-rotate:-90deg}.-rotate-90,.rotate-180{transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.rotate-180{--tw-rotate:180deg}.rotate-90{--tw-rotate:90deg}.rotate-90,.scale-0{transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.scale-0{--tw-scale-x:0;--tw-scale-y:0}.scale-100{--tw-scale-x:1;--tw-scale-y:1}.scale-100,.scale-95{transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.scale-95{--tw-scale-x:.95;--tw-scale-y:.95}.transform{transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.animate-\[barFill_3s_ease-out_forwards\]{animation:barFill 3s ease-out forwards}.animate-float{animation:float 3s ease-in-out infinite}.cursor-default{cursor:default}.cursor-not-allowed{cursor:not-allowed}.cursor-pointer{cursor:pointer}.resize-none{resize:none}.resize-y{resize:vertical}.resize{resize:both}.list-inside{list-style-position:inside}.list-decimal{list-style-type:decimal}.list-disc{list-style-type:disc}.list-none{list-style-type:none}.appearance-none{-webkit-appearance:none;appearance:none}.grid-cols-1{grid-template-columns:repeat(1,minmax(0,1fr))}.grid-cols-12{grid-template-columns:repeat(12,minmax(0,1fr))}.grid-cols-2{grid-template-columns:repeat(2,minmax(0,1fr))}.grid-cols-3{grid-template-columns:repeat(3,minmax(0,1fr))}.grid-cols-4{grid-template-columns:repeat(4,minmax(0,1fr))}.grid-cols-5{grid-template-columns:repeat(5,minmax(0,1fr))}.grid-cols-8{grid-template-columns:repeat(8,minmax(0,1fr))}.flex-col{flex-direction:column}.flex-wrap{flex-wrap:wrap}.items-start{align-items:flex-start}.items-end{align-items:flex-end}.items-center{align-items:center}.items-baseline{align-items:baseline}.items-stretch{align-items:stretch}.justify-start{justify-content:flex-start}.justify-end{justify-content:flex-end}.justify-center{justify-content:center}.justify-between{justify-content:space-between}.gap-0{gap:0}.gap-0\.5{gap:.125rem}.gap-1{gap:.25rem}.gap-1\.5{gap:.375rem}.gap-10{gap:2.5rem}.gap-12{gap:3rem}.gap-2{gap:.5rem}.gap-2\.5{gap:.625rem}.gap-3{gap:.75rem}.gap-4{gap:1rem}.gap-5{gap:1.25rem}.gap-6{gap:1.5rem}.gap-8{gap:2rem}.gap-x-12{column-gap:3rem}.gap-x-4{column-gap:1rem}.gap-y-0\.5{row-gap:.125rem}.gap-y-1{row-gap:.25rem}.gap-y-6{row-gap:1.5rem}.-space-x-px>:not([hidden])~:not([hidden]){--tw-space-x-reverse:0;margin-left:calc(-1px*(1 - var(--tw-space-x-reverse)));margin-right:calc(-1px*var(--tw-space-x-reverse))}.space-x-1>:not([hidden])~:not([hidden]){--tw-space-x-reverse:0;margin-left:calc(.25rem*(1 - var(--tw-space-x-reverse)));margin-right:calc(.25rem*var(--tw-space-x-reverse))}.space-x-1\.5>:not([hidden])~:not([hidden]){--tw-space-x-reverse:0;margin-left:calc(.375rem*(1 - var(--tw-space-x-reverse)));margin-right:calc(.375rem*var(--tw-space-x-reverse))}.space-x-2>:not([hidden])~:not([hidden]){--tw-space-x-reverse:0;margin-left:calc(.5rem*(1 - var(--tw-space-x-reverse)));margin-right:calc(.5rem*var(--tw-space-x-reverse))}.space-x-3>:not([hidden])~:not([hidden]){--tw-space-x-reverse:0;margin-left:calc(.75rem*(1 - var(--tw-space-x-reverse)));margin-right:calc(.75rem*var(--tw-space-x-reverse))}.space-x-4>:not([hidden])~:not([hidden]){--tw-space-x-reverse:0;margin-left:calc(1rem*(1 - var(--tw-space-x-reverse)));margin-right:calc(1rem*var(--tw-space-x-reverse))}.space-x-8>:not([hidden])~:not([hidden]){--tw-space-x-reverse:0;margin-left:calc(2rem*(1 - var(--tw-space-x-reverse)));margin-right:calc(2rem*var(--tw-space-x-reverse))}.space-y-0\.5>:not([hidden])~:not([hidden]){--tw-space-y-reverse:0;margin-bottom:calc(.125rem*var(--tw-space-y-reverse));margin-top:calc(.125rem*(1 - var(--tw-space-y-reverse)))}.space-y-1>:not([hidden])~:not([hidden]){--tw-space-y-reverse:0;margin-bottom:calc(.25rem*var(--tw-space-y-reverse));margin-top:calc(.25rem*(1 - var(--tw-space-y-reverse)))}.space-y-1\.5>:not([hidden])~:not([hidden]){--tw-space-y-reverse:0;margin-bottom:calc(.375rem*var(--tw-space-y-reverse));margin-top:calc(.375rem*(1 - var(--tw-space-y-reverse)))}.space-y-10>:not([hidden])~:not([hidden]){--tw-space-y-reverse:0;margin-bottom:calc(2.5rem*var(--tw-space-y-reverse));margin-top:calc(2.5rem*(1 - var(--tw-space-y-reverse)))}.space-y-2>:not([hidden])~:not([hidden]){--tw-space-y-reverse:0;margin-bottom:calc(.5rem*var(--tw-space-y-reverse));margin-top:calc(.5rem*(1 - var(--tw-space-y-reverse)))}.space-y-2\.5>:not([hidden])~:not([hidden]){--tw-space-y-reverse:0;margin-bottom:calc(.625rem*var(--tw-space-y-reverse));margin-top:calc(.625rem*(1 - var(--tw-space-y-reverse)))}.space-y-3>:not([hidden])~:not([hidden]){--tw-space-y-reverse:0;margin-bottom:calc(.75rem*var(--tw-space-y-reverse));margin-top:calc(.75rem*(1 - var(--tw-space-y-reverse)))}.space-y-4>:not([hidden])~:not([hidden]){--tw-space-y-reverse:0;margin-bottom:calc(1rem*var(--tw-space-y-reverse));margin-top:calc(1rem*(1 - var(--tw-space-y-reverse)))}.space-y-5>:not([hidden])~:not([hidden]){--tw-space-y-reverse:0;margin-bottom:calc(1.25rem*var(--tw-space-y-reverse));margin-top:calc(1.25rem*(1 - var(--tw-space-y-reverse)))}.space-y-6>:not([hidden])~:not([hidden]){--tw-space-y-reverse:0;margin-bottom:calc(1.5rem*var(--tw-space-y-reverse));margin-top:calc(1.5rem*(1 - var(--tw-space-y-reverse)))}.space-y-8>:not([hidden])~:not([hidden]){--tw-space-y-reverse:0;margin-bottom:calc(2rem*var(--tw-space-y-reverse));margin-top:calc(2rem*(1 - var(--tw-space-y-reverse)))}.divide-x>:not([hidden])~:not([hidden]){--tw-divide-x-reverse:0;border-left-width:calc(1px*(1 - var(--tw-divide-x-reverse)));border-right-width:calc(1px*var(--tw-divide-x-reverse))}.divide-y>:not([hidden])~:not([hidden]){--tw-divide-y-reverse:0;border-bottom-width:calc(1px*var(--tw-divide-y-reverse));border-top-width:calc(1px*(1 - var(--tw-divide-y-reverse)))}.divide-gray-100>:not([hidden])~:not([hidden]){--tw-divide-opacity:1;border-color:#f3f4f6;border-color:rgb(243 244 246/var(--tw-divide-opacity,1))}.divide-gray-200>:not([hidden])~:not([hidden]){--tw-divide-opacity:1;border-color:#e5e7eb;border-color:rgb(229 231 235/var(--tw-divide-opacity,1))}.self-start{align-self:flex-start}.self-center{align-self:center}.overflow-auto{overflow:auto}.overflow-hidden{overflow:hidden}.overflow-visible{overflow:visible}.overflow-x-auto{overflow-x:auto}.overflow-y-auto{overflow-y:auto}.overflow-x-hidden{overflow-x:hidden}.truncate{overflow:hidden;text-overflow:ellipsis}.truncate,.whitespace-nowrap{white-space:nowrap}.whitespace-pre-line{white-space:pre-line}.whitespace-pre-wrap{white-space:pre-wrap}.break-words{overflow-wrap:break-word}.break-all{word-break:break-all}.rounded{border-radius:.25rem}.rounded-2xl{border-radius:1rem}.rounded-full{border-radius:9999px}.rounded-lg{border-radius:.5rem}.rounded-md{border-radius:.375rem}.rounded-xl{border-radius:.75rem}.rounded-b-2xl{border-bottom-left-radius:1rem;border-bottom-right-radius:1rem}.rounded-b-lg{border-bottom-left-radius:.5rem;border-bottom-right-radius:.5rem}.rounded-l-md{border-bottom-left-radius:.375rem;border-top-left-radius:.375rem}.rounded-r-md{border-bottom-right-radius:.375rem;border-top-right-radius:.375rem}.rounded-t{border-top-left-radius:.25rem;border-top-right-radius:.25rem}.rounded-t-2xl{border-top-left-radius:1rem;border-top-right-radius:1rem}.rounded-t-lg{border-top-left-radius:.5rem;border-top-right-radius:.5rem}.rounded-bl-lg{border-bottom-left-radius:.5rem}.rounded-bl-sm{border-bottom-left-radius:.125rem}.rounded-br-sm{border-bottom-right-radius:.125rem}.border{border-width:1px}.border-0{border-width:0}.border-2{border-width:2px}.border-4{border-width:4px}.border-8{border-width:8px}.border-\[30px\]{border-width:30px}.border-\[40px\]{border-width:40px}.border-y{border-top-width:1px}.border-b,.border-y{border-bottom-width:1px}.border-b-2{border-bottom-width:2px}.border-l{border-left-width:1px}.border-l-2{border-left-width:2px}.border-l-4{border-left-width:4px}.border-r{border-right-width:1px}.border-t{border-top-width:1px}.border-t-0{border-top-width:0}.border-t-2{border-top-width:2px}.border-solid{border-style:solid}.border-dashed{border-style:dashed}.border-\[\#4DBBFF\]{--tw-border-opacity:1;border-color:#4dbbff;border-color:rgb(77 187 255/var(--tw-border-opacity,1))}.border-\[\#4DBBFF\]\/20{border-color:#4dbbff33}.border-\[\#4DBBFF\]\/30{border-color:#4dbbff4d}.border-\[\#D4AF37\]{--tw-border-opacity:1;border-color:#d4af37;border-color:rgb(212 175 55/var(--tw-border-opacity,1))}.border-\[\#E5C667\]{--tw-border-opacity:1;border-color:#e5c667;border-color:rgb(229 198 103/var(--tw-border-opacity,1))}.border-accent{--tw-border-opacity:1;border-color:rgb(var(--color-accent)/var(--tw-border-opacity,1))}.border-amber-200{--tw-border-opacity:1;border-color:#fde68a;border-color:rgb(253 230 138/var(--tw-border-opacity,1))}.border-amber-500\/20{border-color:#f59e0b33}.border-blue-100{--tw-border-opacity:1;border-color:#dbeafe;border-color:rgb(219 234 254/var(--tw-border-opacity,1))}.border-blue-200{--tw-border-opacity:1;border-color:#bfdbfe;border-color:rgb(191 219 254/var(--tw-border-opacity,1))}.border-blue-300{--tw-border-opacity:1;border-color:#93c5fd;border-color:rgb(147 197 253/var(--tw-border-opacity,1))}.border-blue-400{--tw-border-opacity:1;border-color:#60a5fa;border-color:rgb(96 165 250/var(--tw-border-opacity,1))}.border-blue-500{--tw-border-opacity:1;border-color:#3b82f6;border-color:rgb(59 130 246/var(--tw-border-opacity,1))}.border-blue-600{--tw-border-opacity:1;border-color:#2563eb;border-color:rgb(37 99 235/var(--tw-border-opacity,1))}.border-current{border-color:currentColor}.border-cyan-100{--tw-border-opacity:1;border-color:#cffafe;border-color:rgb(207 250 254/var(--tw-border-opacity,1))}.border-emerald-500{--tw-border-opacity:1;border-color:#10b981;border-color:rgb(16 185 129/var(--tw-border-opacity,1))}.border-gray-100{--tw-border-opacity:1;border-color:#f3f4f6;border-color:rgb(243 244 246/var(--tw-border-opacity,1))}.border-gray-200{--tw-border-opacity:1;border-color:#e5e7eb;border-color:rgb(229 231 235/var(--tw-border-opacity,1))}.border-gray-200\/50{border-color:#e5e7eb80}.border-gray-300{--tw-border-opacity:1;border-color:#d1d5db;border-color:rgb(209 213 219/var(--tw-border-opacity,1))}.border-gray-400{--tw-border-opacity:1;border-color:#9ca3af;border-color:rgb(156 163 175/var(--tw-border-opacity,1))}.border-gray-50{--tw-border-opacity:1;border-color:#f9fafb;border-color:rgb(249 250 251/var(--tw-border-opacity,1))}.border-gray-600{--tw-border-opacity:1;border-color:#4b5563;border-color:rgb(75 85 99/var(--tw-border-opacity,1))}.border-gray-700{--tw-border-opacity:1;border-color:#374151;border-color:rgb(55 65 81/var(--tw-border-opacity,1))}.border-green-100{--tw-border-opacity:1;border-color:#dcfce7;border-color:rgb(220 252 231/var(--tw-border-opacity,1))}.border-green-200{--tw-border-opacity:1;border-color:#bbf7d0;border-color:rgb(187 247 208/var(--tw-border-opacity,1))}.border-green-300{--tw-border-opacity:1;border-color:#86efac;border-color:rgb(134 239 172/var(--tw-border-opacity,1))}.border-green-400{--tw-border-opacity:1;border-color:#4ade80;border-color:rgb(74 222 128/var(--tw-border-opacity,1))}.border-green-500{--tw-border-opacity:1;border-color:#22c55e;border-color:rgb(34 197 94/var(--tw-border-opacity,1))}.border-green-600{--tw-border-opacity:1;border-color:#16a34a;border-color:rgb(22 163 74/var(--tw-border-opacity,1))}.border-indigo-100{--tw-border-opacity:1;border-color:#e0e7ff;border-color:rgb(224 231 255/var(--tw-border-opacity,1))}.border-indigo-600{--tw-border-opacity:1;border-color:#4f46e5;border-color:rgb(79 70 229/var(--tw-border-opacity,1))}.border-orange-100{--tw-border-opacity:1;border-color:#ffedd5;border-color:rgb(255 237 213/var(--tw-border-opacity,1))}.border-orange-200{--tw-border-opacity:1;border-color:#fed7aa;border-color:rgb(254 215 170/var(--tw-border-opacity,1))}.border-orange-500{--tw-border-opacity:1;border-color:#f97316;border-color:rgb(249 115 22/var(--tw-border-opacity,1))}.border-purple-100{--tw-border-opacity:1;border-color:#f3e8ff;border-color:rgb(243 232 255/var(--tw-border-opacity,1))}.border-purple-200{--tw-border-opacity:1;border-color:#e9d5ff;border-color:rgb(233 213 255/var(--tw-border-opacity,1))}.border-purple-500{--tw-border-opacity:1;border-color:#a855f7;border-color:rgb(168 85 247/var(--tw-border-opacity,1))}.border-purple-600{--tw-border-opacity:1;border-color:#9333ea;border-color:rgb(147 51 234/var(--tw-border-opacity,1))}.border-red-200{--tw-border-opacity:1;border-color:#fecaca;border-color:rgb(254 202 202/var(--tw-border-opacity,1))}.border-red-300{--tw-border-opacity:1;border-color:#fca5a5;border-color:rgb(252 165 165/var(--tw-border-opacity,1))}.border-red-500{--tw-border-opacity:1;border-color:#ef4444;border-color:rgb(239 68 68/var(--tw-border-opacity,1))}.border-red-500\/30{border-color:#ef44444d}.border-rose-100{--tw-border-opacity:1;border-color:#ffe4e6;border-color:rgb(255 228 230/var(--tw-border-opacity,1))}.border-transparent{border-color:#0000}.border-white{--tw-border-opacity:1;border-color:#fff;border-color:rgb(255 255 255/var(--tw-border-opacity,1))}.border-white\/10{border-color:#ffffff1a}.border-white\/20{border-color:#fff3}.border-white\/30{border-color:#ffffff4d}.border-yellow-100{--tw-border-opacity:1;border-color:#fef9c3;border-color:rgb(254 249 195/var(--tw-border-opacity,1))}.border-yellow-200{--tw-border-opacity:1;border-color:#fef08a;border-color:rgb(254 240 138/var(--tw-border-opacity,1))}.border-yellow-400{--tw-border-opacity:1;border-color:#facc15;border-color:rgb(250 204 21/var(--tw-border-opacity,1))}.border-l-blue-600{--tw-border-opacity:1;border-left-color:#2563eb;border-left-color:rgb(37 99 235/var(--tw-border-opacity,1))}.border-r-transparent{border-right-color:#0000}.border-t-blue-600{--tw-border-opacity:1;border-top-color:#2563eb;border-top-color:rgb(37 99 235/var(--tw-border-opacity,1))}.border-t-indigo-600{--tw-border-opacity:1;border-top-color:#4f46e5;border-top-color:rgb(79 70 229/var(--tw-border-opacity,1))}.border-t-transparent{border-top-color:#0000}.border-t-white{--tw-border-opacity:1;border-top-color:#fff;border-top-color:rgb(255 255 255/var(--tw-border-opacity,1))}.bg-\[\#0A66C2\]{--tw-bg-opacity:1;background-color:#0a66c2;background-color:rgb(10 102 194/var(--tw-bg-opacity,1))}.bg-\[\#0D1117\]{--tw-bg-opacity:1;background-color:#0d1117;background-color:rgb(13 17 23/var(--tw-bg-opacity,1))}.bg-\[\#141414\]{--tw-bg-opacity:1;background-color:#141414;background-color:rgb(20 20 20/var(--tw-bg-opacity,1))}.bg-\[\#161B22\]{--tw-bg-opacity:1;background-color:#161b22;background-color:rgb(22 27 34/var(--tw-bg-opacity,1))}.bg-\[\#1E1E1E\]{--tw-bg-opacity:1;background-color:#1e1e1e;background-color:rgb(30 30 30/var(--tw-bg-opacity,1))}.bg-\[\#1a1a1a\]{--tw-bg-opacity:1;background-color:#1a1a1a;background-color:rgb(26 26 26/var(--tw-bg-opacity,1))}.bg-\[\#1e1e1e\]{--tw-bg-opacity:1;background-color:#1e1e1e;background-color:rgb(30 30 30/var(--tw-bg-opacity,1))}.bg-\[\#323233\]{--tw-bg-opacity:1;background-color:#323233;background-color:rgb(50 50 51/var(--tw-bg-opacity,1))}.bg-\[\#D3E0FB\]{--tw-bg-opacity:1;background-color:#d3e0fb;background-color:rgb(211 224 251/var(--tw-bg-opacity,1))}.bg-\[\#D4AF37\]{--tw-bg-opacity:1;background-color:#d4af37;background-color:rgb(212 175 55/var(--tw-bg-opacity,1))}.bg-\[\#FF0000\]{--tw-bg-opacity:1;background-color:red;background-color:rgb(255 0 0/var(--tw-bg-opacity,1))}.bg-amber-100{--tw-bg-opacity:1;background-color:#fef3c7;background-color:rgb(254 243 199/var(--tw-bg-opacity,1))}.bg-amber-50{--tw-bg-opacity:1;background-color:#fffbeb;background-color:rgb(255 251 235/var(--tw-bg-opacity,1))}.bg-black{--tw-bg-opacity:1;background-color:#000;background-color:rgb(0 0 0/var(--tw-bg-opacity,1))}.bg-black\/30{background-color:#0000004d}.bg-black\/40{background-color:#0006}.bg-black\/50{background-color:#00000080}.bg-black\/60{background-color:#0009}.bg-black\/70{background-color:#000000b3}.bg-black\/80{background-color:#000c}.bg-black\/90{background-color:#000000e6}.bg-blue-100{--tw-bg-opacity:1;background-color:#dbeafe;background-color:rgb(219 234 254/var(--tw-bg-opacity,1))}.bg-blue-100\/50{background-color:#dbeafe80}.bg-blue-200{--tw-bg-opacity:1;background-color:#bfdbfe;background-color:rgb(191 219 254/var(--tw-bg-opacity,1))}.bg-blue-200\/30{background-color:#bfdbfe4d}.bg-blue-200\/50{background-color:#bfdbfe80}.bg-blue-300{--tw-bg-opacity:1;background-color:#93c5fd;background-color:rgb(147 197 253/var(--tw-bg-opacity,1))}.bg-blue-400\/10{background-color:#60a5fa1a}.bg-blue-50{--tw-bg-opacity:1;background-color:#eff6ff;background-color:rgb(239 246 255/var(--tw-bg-opacity,1))}.bg-blue-50\/50{background-color:#eff6ff80}.bg-blue-500{--tw-bg-opacity:1;background-color:#3b82f6;background-color:rgb(59 130 246/var(--tw-bg-opacity,1))}.bg-blue-500\/5{background-color:#3b82f60d}.bg-blue-600{--tw-bg-opacity:1;background-color:#2563eb;background-color:rgb(37 99 235/var(--tw-bg-opacity,1))}.bg-blue-600\/10{background-color:#2563eb1a}.bg-blue-600\/15{background-color:#2563eb26}.bg-blue-600\/20{background-color:#2563eb33}.bg-blue-700\/5{background-color:#1d4ed80d}.bg-brand-blue{--tw-bg-opacity:1;background-color:#4dbbff;background-color:rgb(77 187 255/var(--tw-bg-opacity,1))}.bg-cyan-100{--tw-bg-opacity:1;background-color:#cffafe;background-color:rgb(207 250 254/var(--tw-bg-opacity,1))}.bg-cyan-50{--tw-bg-opacity:1;background-color:#ecfeff;background-color:rgb(236 254 255/var(--tw-bg-opacity,1))}.bg-emerald-100{--tw-bg-opacity:1;background-color:#d1fae5;background-color:rgb(209 250 229/var(--tw-bg-opacity,1))}.bg-emerald-50{--tw-bg-opacity:1;background-color:#ecfdf5;background-color:rgb(236 253 245/var(--tw-bg-opacity,1))}.bg-gray-100{--tw-bg-opacity:1;background-color:#f3f4f6;background-color:rgb(243 244 246/var(--tw-bg-opacity,1))}.bg-gray-200{--tw-bg-opacity:1;background-color:#e5e7eb;background-color:rgb(229 231 235/var(--tw-bg-opacity,1))}.bg-gray-200\/30{background-color:#e5e7eb4d}.bg-gray-300{--tw-bg-opacity:1;background-color:#d1d5db;background-color:rgb(209 213 219/var(--tw-bg-opacity,1))}.bg-gray-300\/20{background-color:#d1d5db33}.bg-gray-400{--tw-bg-opacity:1;background-color:#9ca3af;background-color:rgb(156 163 175/var(--tw-bg-opacity,1))}.bg-gray-50{--tw-bg-opacity:1;background-color:#f9fafb;background-color:rgb(249 250 251/var(--tw-bg-opacity,1))}.bg-gray-50\/50{background-color:#f9fafb80}.bg-gray-500{--tw-bg-opacity:1;background-color:#6b7280;background-color:rgb(107 114 128/var(--tw-bg-opacity,1))}.bg-gray-500\/80{background-color:#6b7280cc}.bg-gray-600{--tw-bg-opacity:1;background-color:#4b5563;background-color:rgb(75 85 99/var(--tw-bg-opacity,1))}.bg-gray-600\/50{background-color:#4b556380}.bg-gray-700{--tw-bg-opacity:1;background-color:#374151;background-color:rgb(55 65 81/var(--tw-bg-opacity,1))}.bg-gray-800{--tw-bg-opacity:1;background-color:#1f2937;background-color:rgb(31 41 55/var(--tw-bg-opacity,1))}.bg-gray-900{--tw-bg-opacity:1;background-color:#111827;background-color:rgb(17 24 39/var(--tw-bg-opacity,1))}.bg-gray-900\/10{background-color:#1118271a}.bg-gray-900\/15{background-color:#11182726}.bg-gray-900\/75{background-color:#111827bf}.bg-green-100{--tw-bg-opacity:1;background-color:#dcfce7;background-color:rgb(220 252 231/var(--tw-bg-opacity,1))}.bg-green-400{--tw-bg-opacity:1;background-color:#4ade80;background-color:rgb(74 222 128/var(--tw-bg-opacity,1))}.bg-green-50{--tw-bg-opacity:1;background-color:#f0fdf4;background-color:rgb(240 253 244/var(--tw-bg-opacity,1))}.bg-green-500{--tw-bg-opacity:1;background-color:#22c55e;background-color:rgb(34 197 94/var(--tw-bg-opacity,1))}.bg-green-600{--tw-bg-opacity:1;background-color:#16a34a;background-color:rgb(22 163 74/var(--tw-bg-opacity,1))}.bg-indigo-100{--tw-bg-opacity:1;background-color:#e0e7ff;background-color:rgb(224 231 255/var(--tw-bg-opacity,1))}.bg-indigo-50{--tw-bg-opacity:1;background-color:#eef2ff;background-color:rgb(238 242 255/var(--tw-bg-opacity,1))}.bg-indigo-600{--tw-bg-opacity:1;background-color:#4f46e5;background-color:rgb(79 70 229/var(--tw-bg-opacity,1))}.bg-neutral-300{--tw-bg-opacity:1;background-color:#d4d4d4;background-color:rgb(212 212 212/var(--tw-bg-opacity,1))}.bg-neutral-600{--tw-bg-opacity:1;background-color:#525252;background-color:rgb(82 82 82/var(--tw-bg-opacity,1))}.bg-neutral-700{--tw-bg-opacity:1;background-color:#404040;background-color:rgb(64 64 64/var(--tw-bg-opacity,1))}.bg-neutral-900{--tw-bg-opacity:1;background-color:#171717;background-color:rgb(23 23 23/var(--tw-bg-opacity,1))}.bg-orange-100{--tw-bg-opacity:1;background-color:#ffedd5;background-color:rgb(255 237 213/var(--tw-bg-opacity,1))}.bg-orange-50{--tw-bg-opacity:1;background-color:#fff7ed;background-color:rgb(255 247 237/var(--tw-bg-opacity,1))}.bg-orange-500{--tw-bg-opacity:1;background-color:#f97316;background-color:rgb(249 115 22/var(--tw-bg-opacity,1))}.bg-orange-600{--tw-bg-opacity:1;background-color:#ea580c;background-color:rgb(234 88 12/var(--tw-bg-opacity,1))}.bg-pink-100{--tw-bg-opacity:1;background-color:#fce7f3;background-color:rgb(252 231 243/var(--tw-bg-opacity,1))}.bg-pink-50{--tw-bg-opacity:1;background-color:#fdf2f8;background-color:rgb(253 242 248/var(--tw-bg-opacity,1))}.bg-pink-500{--tw-bg-opacity:1;background-color:#ec4899;background-color:rgb(236 72 153/var(--tw-bg-opacity,1))}.bg-purple-100{--tw-bg-opacity:1;background-color:#f3e8ff;background-color:rgb(243 232 255/var(--tw-bg-opacity,1))}.bg-purple-50{--tw-bg-opacity:1;background-color:#faf5ff;background-color:rgb(250 245 255/var(--tw-bg-opacity,1))}.bg-purple-500{--tw-bg-opacity:1;background-color:#a855f7;background-color:rgb(168 85 247/var(--tw-bg-opacity,1))}.bg-purple-600{--tw-bg-opacity:1;background-color:#9333ea;background-color:rgb(147 51 234/var(--tw-bg-opacity,1))}.bg-red-100{--tw-bg-opacity:1;background-color:#fee2e2;background-color:rgb(254 226 226/var(--tw-bg-opacity,1))}.bg-red-400{--tw-bg-opacity:1;background-color:#f87171;background-color:rgb(248 113 113/var(--tw-bg-opacity,1))}.bg-red-50{--tw-bg-opacity:1;background-color:#fef2f2;background-color:rgb(254 242 242/var(--tw-bg-opacity,1))}.bg-red-50\/50{background-color:#fef2f280}.bg-red-500{--tw-bg-opacity:1;background-color:#ef4444;background-color:rgb(239 68 68/var(--tw-bg-opacity,1))}.bg-red-600{--tw-bg-opacity:1;background-color:#dc2626;background-color:rgb(220 38 38/var(--tw-bg-opacity,1))}.bg-rose-100{--tw-bg-opacity:1;background-color:#ffe4e6;background-color:rgb(255 228 230/var(--tw-bg-opacity,1))}.bg-rose-50{--tw-bg-opacity:1;background-color:#fff1f2;background-color:rgb(255 241 242/var(--tw-bg-opacity,1))}.bg-sky-100{--tw-bg-opacity:1;background-color:#e0f2fe;background-color:rgb(224 242 254/var(--tw-bg-opacity,1))}.bg-teal-100{--tw-bg-opacity:1;background-color:#ccfbf1;background-color:rgb(204 251 241/var(--tw-bg-opacity,1))}.bg-transparent{background-color:initial}.bg-violet-100{--tw-bg-opacity:1;background-color:#ede9fe;background-color:rgb(237 233 254/var(--tw-bg-opacity,1))}.bg-white{--tw-bg-opacity:1;background-color:#fff;background-color:rgb(255 255 255/var(--tw-bg-opacity,1))}.bg-white\/10{background-color:#ffffff1a}.bg-white\/15{background-color:#ffffff26}.bg-white\/20{background-color:#fff3}.bg-white\/30{background-color:#ffffff4d}.bg-white\/40{background-color:#fff6}.bg-white\/50{background-color:#ffffff80}.bg-white\/60{background-color:#fff9}.bg-white\/70{background-color:#ffffffb3}.bg-white\/90{background-color:#ffffffe6}.bg-yellow-100{--tw-bg-opacity:1;background-color:#fef9c3;background-color:rgb(254 249 195/var(--tw-bg-opacity,1))}.bg-yellow-400{--tw-bg-opacity:1;background-color:#facc15;background-color:rgb(250 204 21/var(--tw-bg-opacity,1))}.bg-yellow-50{--tw-bg-opacity:1;background-color:#fefce8;background-color:rgb(254 252 232/var(--tw-bg-opacity,1))}.bg-yellow-500{--tw-bg-opacity:1;background-color:#eab308;background-color:rgb(234 179 8/var(--tw-bg-opacity,1))}.bg-yellow-600{--tw-bg-opacity:1;background-color:#ca8a04;background-color:rgb(202 138 4/var(--tw-bg-opacity,1))}.bg-opacity-20{--tw-bg-opacity:0.2}.bg-opacity-50{--tw-bg-opacity:0.5}.bg-opacity-75{--tw-bg-opacity:0.75}.bg-opacity-95{--tw-bg-opacity:0.95}.bg-\[url\(\'data\:image\/svg\+xml\2c \%3Csvg\%20width\%3D\%2260\%22\%20height\%3D\%2260\%22\%20xmlns\%3D\%22http\%3A\%2F\%2Fwww\.w3\.org\%2F2000\%2Fsvg\%22\%3E\%3Cdefs\%3E\%3Cpattern\%20id\%3D\%22grid\%22\%20width\%3D\%2260\%22\%20height\%3D\%2260\%22\%20patternUnits\%3D\%22userSpaceOnUse\%22\%3E\%3Cpath\%20d\%3D\%22M\%2060\%200\%20L\%200\%200\%200\%2060\%22\%20fill\%3D\%22none\%22\%20stroke\%3D\%22\%233b82f6\%22\%20stroke-width\%3D\%221\%22\%20opacity\%3D\%220\.5\%22\%2F\%3E\%3C\%2Fpattern\%3E\%3C\%2Fdefs\%3E\%3Crect\%20width\%3D\%22100\%25\%22\%20height\%3D\%22100\%25\%22\%20fill\%3D\%22url\(\%23grid\)\%22\%2F\%3E\%3C\%2Fsvg\%3E\'\)\]{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg width='60' height='60' xmlns='http://www.w3.org/2000/svg'%3E%3Cdefs%3E%3Cpattern id='a' width='60' height='60' patternUnits='userSpaceOnUse'%3E%3Cpath d='M60 0H0v60' fill='none' stroke='%233b82f6' opacity='.5'/%3E%3C/pattern%3E%3C/defs%3E%3Crect width='100%25' height='100%25' fill='url(%23a)'/%3E%3C/svg%3E")}.bg-gradient-to-b{background-image:linear-gradient(to bottom,var(--tw-gradient-stops))}.bg-gradient-to-br{background-image:linear-gradient(to bottom right,var(--tw-gradient-stops))}.bg-gradient-to-r{background-image:linear-gradient(to right,var(--tw-gradient-stops))}.bg-gradient-to-t{background-image:linear-gradient(to top,var(--tw-gradient-stops))}.from-\[\#4DBBFF\]{--tw-gradient-from:#4dbbff var(--tw-gradient-from-position);--tw-gradient-to:#4dbbff00 var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to)}.from-\[\#4EB1FF\]{--tw-gradient-from:#4eb1ff var(--tw-gradient-from-position);--tw-gradient-to:#4eb1ff00 var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to)}.from-\[\#833AB4\]{--tw-gradient-from:#833ab4 var(--tw-gradient-from-position);--tw-gradient-to:#833ab400 var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to)}.from-\[\#D3E0FB\]{--tw-gradient-from:#d3e0fb var(--tw-gradient-from-position);--tw-gradient-to:#d3e0fb00 var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to)}.from-amber-400{--tw-gradient-from:#fbbf24 var(--tw-gradient-from-position);--tw-gradient-to:#fbbf2400 var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to)}.from-amber-50{--tw-gradient-from:#fffbeb var(--tw-gradient-from-position);--tw-gradient-to:#fffbeb00 var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to)}.from-amber-500{--tw-gradient-from:#f59e0b var(--tw-gradient-from-position);--tw-gradient-to:#f59e0b00 var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to)}.from-black{--tw-gradient-from:#000 var(--tw-gradient-from-position);--tw-gradient-to:#0000 var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to)}.from-black\/10{--tw-gradient-from:#0000001a var(--tw-gradient-from-position);--tw-gradient-to:#0000 var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to)}.from-black\/80{--tw-gradient-from:#000c var(--tw-gradient-from-position);--tw-gradient-to:#0000 var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to)}.from-blue-100{--tw-gradient-from:#dbeafe var(--tw-gradient-from-position);--tw-gradient-to:#dbeafe00 var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to)}.from-blue-400{--tw-gradient-from:#60a5fa var(--tw-gradient-from-position);--tw-gradient-to:#60a5fa00 var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to)}.from-blue-50{--tw-gradient-from:#eff6ff var(--tw-gradient-from-position);--tw-gradient-to:#eff6ff00 var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to)}.from-blue-50\/50{--tw-gradient-from:#eff6ff80 var(--tw-gradient-from-position);--tw-gradient-to:#eff6ff00 var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to)}.from-blue-500{--tw-gradient-from:#3b82f6 var(--tw-gradient-from-position);--tw-gradient-to:#3b82f600 var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to)}.from-blue-600{--tw-gradient-from:#2563eb var(--tw-gradient-from-position);--tw-gradient-to:#2563eb00 var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to)}.from-cyan-500{--tw-gradient-from:#06b6d4 var(--tw-gradient-from-position);--tw-gradient-to:#06b6d400 var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to)}.from-emerald-500{--tw-gradient-from:#10b981 var(--tw-gradient-from-position);--tw-gradient-to:#10b98100 var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to)}.from-gray-50{--tw-gradient-from:#f9fafb var(--tw-gradient-from-position);--tw-gradient-to:#f9fafb00 var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to)}.from-gray-50\/50{--tw-gradient-from:#f9fafb80 var(--tw-gradient-from-position);--tw-gradient-to:#f9fafb00 var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to)}.from-gray-900{--tw-gradient-from:#111827 var(--tw-gradient-from-position);--tw-gradient-to:#11182700 var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to)}.from-green-400{--tw-gradient-from:#4ade80 var(--tw-gradient-from-position);--tw-gradient-to:#4ade8000 var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to)}.from-green-500{--tw-gradient-from:#22c55e var(--tw-gradient-from-position);--tw-gradient-to:#22c55e00 var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to)}.from-green-600{--tw-gradient-from:#16a34a var(--tw-gradient-from-position);--tw-gradient-to:#16a34a00 var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to)}.from-orange-400{--tw-gradient-from:#fb923c var(--tw-gradient-from-position);--tw-gradient-to:#fb923c00 var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to)}.from-orange-500{--tw-gradient-from:#f97316 var(--tw-gradient-from-position);--tw-gradient-to:#f9731600 var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to)}.from-purple-500{--tw-gradient-from:#a855f7 var(--tw-gradient-from-position);--tw-gradient-to:#a855f700 var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to)}.from-purple-600{--tw-gradient-from:#9333ea var(--tw-gradient-from-position);--tw-gradient-to:#9333ea00 var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to)}.from-red-400{--tw-gradient-from:#f87171 var(--tw-gradient-from-position);--tw-gradient-to:#f8717100 var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to)}.from-rose-500{--tw-gradient-from:#f43f5e var(--tw-gradient-from-position);--tw-gradient-to:#f43f5e00 var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to)}.from-violet-500{--tw-gradient-from:#8b5cf6 var(--tw-gradient-from-position);--tw-gradient-to:#8b5cf600 var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to)}.from-white{--tw-gradient-from:#fff var(--tw-gradient-from-position);--tw-gradient-to:#fff0 var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to)}.from-yellow-400{--tw-gradient-from:#facc15 var(--tw-gradient-from-position);--tw-gradient-to:#facc1500 var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to)}.via-\[\#FD1D1D\]{--tw-gradient-to:#fd1d1d00 var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from),#fd1d1d var(--tw-gradient-via-position),var(--tw-gradient-to)}.via-black\/90{--tw-gradient-to:#0000 var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from),#000000e6 var(--tw-gradient-via-position),var(--tw-gradient-to)}.via-neutral-900{--tw-gradient-to:#17171700 var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from),#171717 var(--tw-gradient-via-position),var(--tw-gradient-to)}.via-white{--tw-gradient-to:#fff0 var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from),#fff var(--tw-gradient-via-position),var(--tw-gradient-to)}.to-\[\#7B76FD\]{--tw-gradient-to:#7b76fd var(--tw-gradient-to-position)}.to-\[\#D3E0FB\]{--tw-gradient-to:#d3e0fb var(--tw-gradient-to-position)}.to-\[\#F77737\]{--tw-gradient-to:#f77737 var(--tw-gradient-to-position)}.to-amber-500{--tw-gradient-to:#f59e0b var(--tw-gradient-to-position)}.to-amber-600{--tw-gradient-to:#d97706 var(--tw-gradient-to-position)}.to-black{--tw-gradient-to:#000 var(--tw-gradient-to-position)}.to-blue-400{--tw-gradient-to:#60a5fa var(--tw-gradient-to-position)}.to-blue-50{--tw-gradient-to:#eff6ff var(--tw-gradient-to-position)}.to-blue-500{--tw-gradient-to:#3b82f6 var(--tw-gradient-to-position)}.to-blue-600{--tw-gradient-to:#2563eb var(--tw-gradient-to-position)}.to-blue-700{--tw-gradient-to:#1d4ed8 var(--tw-gradient-to-position)}.to-blue-800{--tw-gradient-to:#1e40af var(--tw-gradient-to-position)}.to-cyan-400{--tw-gradient-to:#22d3ee var(--tw-gradient-to-position)}.to-cyan-500{--tw-gradient-to:#06b6d4 var(--tw-gradient-to-position)}.to-emerald-400{--tw-gradient-to:#34d399 var(--tw-gradient-to-position)}.to-emerald-500{--tw-gradient-to:#10b981 var(--tw-gradient-to-position)}.to-emerald-600{--tw-gradient-to:#059669 var(--tw-gradient-to-position)}.to-gray-50{--tw-gradient-to:#f9fafb var(--tw-gradient-to-position)}.to-green-600{--tw-gradient-to:#16a34a var(--tw-gradient-to-position)}.to-indigo-50{--tw-gradient-to:#eef2ff var(--tw-gradient-to-position)}.to-indigo-600{--tw-gradient-to:#4f46e5 var(--tw-gradient-to-position)}.to-orange-400{--tw-gradient-to:#fb923c var(--tw-gradient-to-position)}.to-orange-50{--tw-gradient-to:#fff7ed var(--tw-gradient-to-position)}.to-orange-500{--tw-gradient-to:#f97316 var(--tw-gradient-to-position)}.to-orange-600{--tw-gradient-to:#ea580c var(--tw-gradient-to-position)}.to-pink-400{--tw-gradient-to:#f472b6 var(--tw-gradient-to-position)}.to-pink-500{--tw-gradient-to:#ec4899 var(--tw-gradient-to-position)}.to-pink-600{--tw-gradient-to:#db2777 var(--tw-gradient-to-position)}.to-purple-50{--tw-gradient-to:#faf5ff var(--tw-gradient-to-position)}.to-purple-600{--tw-gradient-to:#9333ea var(--tw-gradient-to-position)}.to-purple-700{--tw-gradient-to:#7e22ce var(--tw-gradient-to-position)}.to-red-50{--tw-gradient-to:#fef2f2 var(--tw-gradient-to-position)}.to-red-500{--tw-gradient-to:#ef4444 var(--tw-gradient-to-position)}.to-red-600{--tw-gradient-to:#dc2626 var(--tw-gradient-to-position)}.to-teal-600{--tw-gradient-to:#0d9488 var(--tw-gradient-to-position)}.to-transparent{--tw-gradient-to:#0000 var(--tw-gradient-to-position)}.to-violet-600{--tw-gradient-to:#7c3aed var(--tw-gradient-to-position)}.to-white{--tw-gradient-to:#fff var(--tw-gradient-to-position)}.to-yellow-600{--tw-gradient-to:#ca8a04 var(--tw-gradient-to-position)}.bg-clip-text{-webkit-background-clip:text;background-clip:text}.fill-amber-100{fill:#fef3c7}.fill-red-100{fill:#fee2e2}.object-contain{object-fit:contain}.object-cover{object-fit:cover}.p-0\.5{padding:.125rem}.p-1{padding:.25rem}.p-1\.5{padding:.375rem}.p-10{padding:2.5rem}.p-12{padding:3rem}.p-2{padding:.5rem}.p-2\.5{padding:.625rem}.p-3{padding:.75rem}.p-4{padding:1rem}.p-5{padding:1.25rem}.p-6{padding:1.5rem}.p-8{padding:2rem}.px-1{padding-left:.25rem;padding-right:.25rem}.px-1\.5{padding-left:.375rem;padding-right:.375rem}.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-3\.5{padding-left:.875rem;padding-right:.875rem}.px-4{padding-left:1rem;padding-right:1rem}.px-5{padding-left:1.25rem;padding-right:1.25rem}.px-6{padding-left:1.5rem;padding-right:1.5rem}.px-8{padding-left:2rem;padding-right:2rem}.py-0\.5{padding-bottom:.125rem;padding-top:.125rem}.py-1{padding-bottom:.25rem;padding-top:.25rem}.py-1\.5{padding-bottom:.375rem;padding-top:.375rem}.py-10{padding-bottom:2.5rem;padding-top:2.5rem}.py-12{padding-bottom:3rem;padding-top:3rem}.py-14{padding-bottom:3.5rem;padding-top:3.5rem}.py-16{padding-bottom:4rem;padding-top:4rem}.py-2{padding-bottom:.5rem;padding-top:.5rem}.py-2\.5{padding-bottom:.625rem;padding-top:.625rem}.py-20{padding-bottom:5rem;padding-top:5rem}.py-24{padding-bottom:6rem;padding-top:6rem}.py-3{padding-bottom:.75rem;padding-top:.75rem}.py-3\.5{padding-bottom:.875rem;padding-top:.875rem}.py-4{padding-bottom:1rem;padding-top:1rem}.py-5{padding-bottom:1.25rem;padding-top:1.25rem}.py-6{padding-bottom:1.5rem;padding-top:1.5rem}.py-8{padding-bottom:2rem;padding-top:2rem}.pb-0\.5{padding-bottom:.125rem}.pb-1{padding-bottom:.25rem}.pb-12{padding-bottom:3rem}.pb-16{padding-bottom:4rem}.pb-2{padding-bottom:.5rem}.pb-20{padding-bottom:5rem}.pb-3{padding-bottom:.75rem}.pb-4{padding-bottom:1rem}.pb-5{padding-bottom:1.25rem}.pb-6{padding-bottom:1.5rem}.pb-8{padding-bottom:2rem}.pb-\[56\.25\%\]{padding-bottom:56.25%}.pl-10{padding-left:2.5rem}.pl-12{padding-left:3rem}.pl-3{padding-left:.75rem}.pl-4{padding-left:1rem}.pl-8{padding-left:2rem}.pr-10{padding-right:2.5rem}.pr-2{padding-right:.5rem}.pr-3{padding-right:.75rem}.pr-4{padding-right:1rem}.pr-6{padding-right:1.5rem}.pt-1{padding-top:.25rem}.pt-10{padding-top:2.5rem}.pt-16{padding-top:4rem}.pt-2{padding-top:.5rem}.pt-24{padding-top:6rem}.pt-28{padding-top:7rem}.pt-3{padding-top:.75rem}.pt-32{padding-top:8rem}.pt-36{padding-top:9rem}.pt-4{padding-top:1rem}.pt-5{padding-top:1.25rem}.pt-6{padding-top:1.5rem}.pt-8{padding-top:2rem}.pt-\[10vh\]{padding-top:10vh}.text-left{text-align:left}.text-center{text-align:center}.text-right{text-align:right}.align-middle{vertical-align:middle}.align-bottom{vertical-align:bottom}.font-mono{font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,Liberation Mono,Courier New,monospace}.font-sans{font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif}.font-serif{font-family:ui-serif,Georgia,Cambria,Times New Roman,Times,serif}.text-2xl{font-size:1.5rem;line-height:2rem}.text-3xl{font-size:1.875rem;line-height:2.25rem}.text-4xl{font-size:2.25rem;line-height:2.5rem}.text-5xl{font-size:3rem;line-height:1}.text-6xl{font-size:3.75rem;line-height:1}.text-\[10px\]{font-size:10px}.text-\[11px\]{font-size:11px}.text-\[13px\]{font-size:13px}.text-\[8px\]{font-size:8px}.text-\[9px\]{font-size:9px}.text-base{font-size:1rem;line-height:1.5rem}.text-lg{font-size:1.125rem;line-height:1.75rem}.text-sm{font-size:.875rem;line-height:1.25rem}.text-xl{font-size:1.25rem;line-height:1.75rem}.text-xs{font-size:.75rem;line-height:1rem}.font-black{font-weight:900}.font-bold{font-weight:700}.font-extrabold{font-weight:800}.font-medium{font-weight:500}.font-normal{font-weight:400}.font-semibold{font-weight:600}.uppercase{text-transform:uppercase}.lowercase{text-transform:lowercase}.capitalize{text-transform:capitalize}.italic{font-style:italic}.leading-5{line-height:1.25rem}.leading-6{line-height:1.5rem}.leading-none{line-height:1}.leading-relaxed{line-height:1.625}.leading-snug{line-height:1.375}.leading-tight{line-height:1.25}.tracking-tight{letter-spacing:-.025em}.tracking-wide{letter-spacing:.025em}.tracking-wider{letter-spacing:.05em}.tracking-widest{letter-spacing:.1em}.text-\[\#191B35\]{--tw-text-opacity:1;color:#191b35;color:rgb(25 27 53/var(--tw-text-opacity,1))}.text-\[\#4DBBFF\]{--tw-text-opacity:1;color:#4dbbff;color:rgb(77 187 255/var(--tw-text-opacity,1))}.text-\[\#4EB1FF\]{--tw-text-opacity:1;color:#4eb1ff;color:rgb(78 177 255/var(--tw-text-opacity,1))}.text-\[\#7F838F\]{--tw-text-opacity:1;color:#7f838f;color:rgb(127 131 143/var(--tw-text-opacity,1))}.text-amber-400{--tw-text-opacity:1;color:#fbbf24;color:rgb(251 191 36/var(--tw-text-opacity,1))}.text-amber-500{--tw-text-opacity:1;color:#f59e0b;color:rgb(245 158 11/var(--tw-text-opacity,1))}.text-amber-600{--tw-text-opacity:1;color:#d97706;color:rgb(217 119 6/var(--tw-text-opacity,1))}.text-amber-700{--tw-text-opacity:1;color:#b45309;color:rgb(180 83 9/var(--tw-text-opacity,1))}.text-amber-800{--tw-text-opacity:1;color:#92400e;color:rgb(146 64 14/var(--tw-text-opacity,1))}.text-blue-100{--tw-text-opacity:1;color:#dbeafe;color:rgb(219 234 254/var(--tw-text-opacity,1))}.text-blue-200{--tw-text-opacity:1;color:#bfdbfe;color:rgb(191 219 254/var(--tw-text-opacity,1))}.text-blue-400{--tw-text-opacity:1;color:#60a5fa;color:rgb(96 165 250/var(--tw-text-opacity,1))}.text-blue-50{--tw-text-opacity:1;color:#eff6ff;color:rgb(239 246 255/var(--tw-text-opacity,1))}.text-blue-500{--tw-text-opacity:1;color:#3b82f6;color:rgb(59 130 246/var(--tw-text-opacity,1))}.text-blue-600{--tw-text-opacity:1;color:#2563eb;color:rgb(37 99 235/var(--tw-text-opacity,1))}.text-blue-700{--tw-text-opacity:1;color:#1d4ed8;color:rgb(29 78 216/var(--tw-text-opacity,1))}.text-blue-800{--tw-text-opacity:1;color:#1e40af;color:rgb(30 64 175/var(--tw-text-opacity,1))}.text-blue-900{--tw-text-opacity:1;color:#1e3a8a;color:rgb(30 58 138/var(--tw-text-opacity,1))}.text-brand-blue{--tw-text-opacity:1;color:#4dbbff;color:rgb(77 187 255/var(--tw-text-opacity,1))}.text-cyan-600{--tw-text-opacity:1;color:#0891b2;color:rgb(8 145 178/var(--tw-text-opacity,1))}.text-emerald-600{--tw-text-opacity:1;color:#059669;color:rgb(5 150 105/var(--tw-text-opacity,1))}.text-emerald-700{--tw-text-opacity:1;color:#047857;color:rgb(4 120 87/var(--tw-text-opacity,1))}.text-emerald-800{--tw-text-opacity:1;color:#065f46;color:rgb(6 95 70/var(--tw-text-opacity,1))}.text-gray-100{--tw-text-opacity:1;color:#f3f4f6;color:rgb(243 244 246/var(--tw-text-opacity,1))}.text-gray-200{--tw-text-opacity:1;color:#e5e7eb;color:rgb(229 231 235/var(--tw-text-opacity,1))}.text-gray-300{--tw-text-opacity:1;color:#d1d5db;color:rgb(209 213 219/var(--tw-text-opacity,1))}.text-gray-400{--tw-text-opacity:1;color:#9ca3af;color:rgb(156 163 175/var(--tw-text-opacity,1))}.text-gray-500{--tw-text-opacity:1;color:#6b7280;color:rgb(107 114 128/var(--tw-text-opacity,1))}.text-gray-600{--tw-text-opacity:1;color:#4b5563;color:rgb(75 85 99/var(--tw-text-opacity,1))}.text-gray-700{--tw-text-opacity:1;color:#374151;color:rgb(55 65 81/var(--tw-text-opacity,1))}.text-gray-800{--tw-text-opacity:1;color:#1f2937;color:rgb(31 41 55/var(--tw-text-opacity,1))}.text-gray-900{--tw-text-opacity:1;color:#111827;color:rgb(17 24 39/var(--tw-text-opacity,1))}.text-green-400{--tw-text-opacity:1;color:#4ade80;color:rgb(74 222 128/var(--tw-text-opacity,1))}.text-green-500{--tw-text-opacity:1;color:#22c55e;color:rgb(34 197 94/var(--tw-text-opacity,1))}.text-green-600{--tw-text-opacity:1;color:#16a34a;color:rgb(22 163 74/var(--tw-text-opacity,1))}.text-green-700{--tw-text-opacity:1;color:#15803d;color:rgb(21 128 61/var(--tw-text-opacity,1))}.text-green-800{--tw-text-opacity:1;color:#166534;color:rgb(22 101 52/var(--tw-text-opacity,1))}.text-green-900{--tw-text-opacity:1;color:#14532d;color:rgb(20 83 45/var(--tw-text-opacity,1))}.text-indigo-500{--tw-text-opacity:1;color:#6366f1;color:rgb(99 102 241/var(--tw-text-opacity,1))}.text-indigo-600{--tw-text-opacity:1;color:#4f46e5;color:rgb(79 70 229/var(--tw-text-opacity,1))}.text-indigo-700{--tw-text-opacity:1;color:#4338ca;color:rgb(67 56 202/var(--tw-text-opacity,1))}.text-orange-500{--tw-text-opacity:1;color:#f97316;color:rgb(249 115 22/var(--tw-text-opacity,1))}.text-orange-600{--tw-text-opacity:1;color:#ea580c;color:rgb(234 88 12/var(--tw-text-opacity,1))}.text-orange-700{--tw-text-opacity:1;color:#c2410c;color:rgb(194 65 12/var(--tw-text-opacity,1))}.text-orange-800{--tw-text-opacity:1;color:#9a3412;color:rgb(154 52 18/var(--tw-text-opacity,1))}.text-pink-500{--tw-text-opacity:1;color:#ec4899;color:rgb(236 72 153/var(--tw-text-opacity,1))}.text-pink-600{--tw-text-opacity:1;color:#db2777;color:rgb(219 39 119/var(--tw-text-opacity,1))}.text-pink-700{--tw-text-opacity:1;color:#be185d;color:rgb(190 24 93/var(--tw-text-opacity,1))}.text-pink-800{--tw-text-opacity:1;color:#9d174d;color:rgb(157 23 77/var(--tw-text-opacity,1))}.text-purple-400{--tw-text-opacity:1;color:#c084fc;color:rgb(192 132 252/var(--tw-text-opacity,1))}.text-purple-500{--tw-text-opacity:1;color:#a855f7;color:rgb(168 85 247/var(--tw-text-opacity,1))}.text-purple-600{--tw-text-opacity:1;color:#9333ea;color:rgb(147 51 234/var(--tw-text-opacity,1))}.text-purple-700{--tw-text-opacity:1;color:#7e22ce;color:rgb(126 34 206/var(--tw-text-opacity,1))}.text-purple-800{--tw-text-opacity:1;color:#6b21a8;color:rgb(107 33 168/var(--tw-text-opacity,1))}.text-purple-900{--tw-text-opacity:1;color:#581c87;color:rgb(88 28 135/var(--tw-text-opacity,1))}.text-red-400{--tw-text-opacity:1;color:#f87171;color:rgb(248 113 113/var(--tw-text-opacity,1))}.text-red-500{--tw-text-opacity:1;color:#ef4444;color:rgb(239 68 68/var(--tw-text-opacity,1))}.text-red-600{--tw-text-opacity:1;color:#dc2626;color:rgb(220 38 38/var(--tw-text-opacity,1))}.text-red-700{--tw-text-opacity:1;color:#b91c1c;color:rgb(185 28 28/var(--tw-text-opacity,1))}.text-red-800{--tw-text-opacity:1;color:#991b1b;color:rgb(153 27 27/var(--tw-text-opacity,1))}.text-red-900{--tw-text-opacity:1;color:#7f1d1d;color:rgb(127 29 29/var(--tw-text-opacity,1))}.text-rose-500{--tw-text-opacity:1;color:#f43f5e;color:rgb(244 63 94/var(--tw-text-opacity,1))}.text-rose-600{--tw-text-opacity:1;color:#e11d48;color:rgb(225 29 72/var(--tw-text-opacity,1))}.text-rose-800{--tw-text-opacity:1;color:#9f1239;color:rgb(159 18 57/var(--tw-text-opacity,1))}.text-sky-500{--tw-text-opacity:1;color:#0ea5e9;color:rgb(14 165 233/var(--tw-text-opacity,1))}.text-sky-700{--tw-text-opacity:1;color:#0369a1;color:rgb(3 105 161/var(--tw-text-opacity,1))}.text-teal-500{--tw-text-opacity:1;color:#14b8a6;color:rgb(20 184 166/var(--tw-text-opacity,1))}.text-teal-600{--tw-text-opacity:1;color:#0d9488;color:rgb(13 148 136/var(--tw-text-opacity,1))}.text-transparent{color:#0000}.text-violet-500{--tw-text-opacity:1;color:#8b5cf6;color:rgb(139 92 246/var(--tw-text-opacity,1))}.text-violet-600{--tw-text-opacity:1;color:#7c3aed;color:rgb(124 58 237/var(--tw-text-opacity,1))}.text-white{--tw-text-opacity:1;color:#fff;color:rgb(255 255 255/var(--tw-text-opacity,1))}.text-white\/60{color:#fff9}.text-white\/70{color:#ffffffb3}.text-white\/80{color:#fffc}.text-yellow-300{--tw-text-opacity:1;color:#fde047;color:rgb(253 224 71/var(--tw-text-opacity,1))}.text-yellow-400{--tw-text-opacity:1;color:#facc15;color:rgb(250 204 21/var(--tw-text-opacity,1))}.text-yellow-500{--tw-text-opacity:1;color:#eab308;color:rgb(234 179 8/var(--tw-text-opacity,1))}.text-yellow-600{--tw-text-opacity:1;color:#ca8a04;color:rgb(202 138 4/var(--tw-text-opacity,1))}.text-yellow-700{--tw-text-opacity:1;color:#a16207;color:rgb(161 98 7/var(--tw-text-opacity,1))}.text-yellow-800{--tw-text-opacity:1;color:#854d0e;color:rgb(133 77 14/var(--tw-text-opacity,1))}.text-yellow-900{--tw-text-opacity:1;color:#713f12;color:rgb(113 63 18/var(--tw-text-opacity,1))}.underline{-webkit-text-decoration-line:underline;text-decoration-line:underline}.line-through{-webkit-text-decoration-line:line-through;text-decoration-line:line-through}.placeholder-\[\#7F838F\]::placeholder{--tw-placeholder-opacity:1;color:#7f838f;color:rgb(127 131 143/var(--tw-placeholder-opacity,1))}.placeholder-gray-400::placeholder{--tw-placeholder-opacity:1;color:#9ca3af;color:rgb(156 163 175/var(--tw-placeholder-opacity,1))}.placeholder-gray-500::placeholder{--tw-placeholder-opacity:1;color:#6b7280;color:rgb(107 114 128/var(--tw-placeholder-opacity,1))}.accent-blue-500{accent-color:#3b82f6}.accent-purple-600{accent-color:#9333ea}.opacity-0{opacity:0}.opacity-10{opacity:.1}.opacity-100{opacity:1}.opacity-25{opacity:.25}.opacity-30{opacity:.3}.opacity-40{opacity:.4}.opacity-5{opacity:.05}.opacity-50{opacity:.5}.opacity-60{opacity:.6}.opacity-75{opacity:.75}.opacity-90{opacity:.9}.shadow{--tw-shadow:0 1px 3px 0 #0000001a,0 1px 2px -1px #0000001a;--tw-shadow-colored:0 1px 3px 0 var(--tw-shadow-color),0 1px 2px -1px var(--tw-shadow-color)}.shadow,.shadow-2xl{box-shadow:0 0 #0000,0 0 #0000,var(--tw-shadow);box-shadow:var(--tw-ring-offset-shadow,0 0 #0000),var(--tw-ring-shadow,0 0 #0000),var(--tw-shadow)}.shadow-2xl{--tw-shadow:0 25px 50px -12px #00000040;--tw-shadow-colored:0 25px 50px -12px var(--tw-shadow-color)}.shadow-lg{--tw-shadow:0 10px 15px -3px #0000001a,0 4px 6px -4px #0000001a;--tw-shadow-colored:0 10px 15px -3px var(--tw-shadow-color),0 4px 6px -4px var(--tw-shadow-color)}.shadow-lg,.shadow-md{box-shadow:0 0 #0000,0 0 #0000,var(--tw-shadow);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 #0000001a,0 2px 4px -2px #0000001a;--tw-shadow-colored:0 4px 6px -1px var(--tw-shadow-color),0 2px 4px -2px var(--tw-shadow-color)}.shadow-sm{--tw-shadow:0 1px 2px 0 #0000000d;--tw-shadow-colored:0 1px 2px 0 var(--tw-shadow-color)}.shadow-sm,.shadow-xl{box-shadow:0 0 #0000,0 0 #0000,var(--tw-shadow);box-shadow:var(--tw-ring-offset-shadow,0 0 #0000),var(--tw-ring-shadow,0 0 #0000),var(--tw-shadow)}.shadow-xl{--tw-shadow:0 20px 25px -5px #0000001a,0 8px 10px -6px #0000001a;--tw-shadow-colored:0 20px 25px -5px var(--tw-shadow-color),0 8px 10px -6px var(--tw-shadow-color)}.shadow-amber-200{--tw-shadow-color:#fde68a;--tw-shadow:var(--tw-shadow-colored)}.shadow-blue-200{--tw-shadow-color:#bfdbfe;--tw-shadow:var(--tw-shadow-colored)}.shadow-blue-500\/25{--tw-shadow-color:#3b82f640;--tw-shadow:var(--tw-shadow-colored)}.shadow-green-200{--tw-shadow-color:#bbf7d0;--tw-shadow:var(--tw-shadow-colored)}.shadow-orange-200{--tw-shadow-color:#fed7aa;--tw-shadow:var(--tw-shadow-colored)}.shadow-purple-200{--tw-shadow-color:#e9d5ff;--tw-shadow:var(--tw-shadow-colored)}.outline-none{outline:2px solid #0000;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)}.ring-1,.ring-2{box-shadow:var(--tw-ring-offset-shadow),var(--tw-ring-shadow),0 0 #0000;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)}.ring-4{--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(4px + var(--tw-ring-offset-width)) var(--tw-ring-color);box-shadow:var(--tw-ring-offset-shadow),var(--tw-ring-shadow),0 0 #0000;box-shadow:var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow,0 0 #0000)}.ring-inset{--tw-ring-inset:inset}.ring-blue-200{--tw-ring-opacity:1;--tw-ring-color:rgb(191 219 254/var(--tw-ring-opacity,1))}.ring-blue-500{--tw-ring-opacity:1;--tw-ring-color:rgb(59 130 246/var(--tw-ring-opacity,1))}.ring-blue-500\/20{--tw-ring-color:#3b82f633}.ring-emerald-200{--tw-ring-opacity:1;--tw-ring-color:rgb(167 243 208/var(--tw-ring-opacity,1))}.ring-gray-300{--tw-ring-opacity:1;--tw-ring-color:rgb(209 213 219/var(--tw-ring-opacity,1))}.ring-orange-200{--tw-ring-opacity:1;--tw-ring-color:rgb(254 215 170/var(--tw-ring-opacity,1))}.ring-purple-200{--tw-ring-opacity:1;--tw-ring-color:rgb(233 213 255/var(--tw-ring-opacity,1))}.ring-purple-500{--tw-ring-opacity:1;--tw-ring-color:rgb(168 85 247/var(--tw-ring-opacity,1))}.blur-2xl{--tw-blur:blur(40px)}.blur-2xl,.blur-3xl{filter:var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow)}.blur-3xl{--tw-blur:blur(64px)}.drop-shadow-lg{--tw-drop-shadow:drop-shadow(0 10px 8px #0000000a) drop-shadow(0 4px 3px #0000001a)}.drop-shadow-lg,.drop-shadow-md{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)}.drop-shadow-md{--tw-drop-shadow:drop-shadow(0 4px 3px #00000012) drop-shadow(0 2px 2px #0000000f)}.drop-shadow-sm{--tw-drop-shadow:drop-shadow(0 1px 1px #0000000d)}.drop-shadow-sm,.filter{filter:var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow)}.backdrop-blur-md{--tw-backdrop-blur:blur(12px)}.backdrop-blur-md,.backdrop-blur-sm{-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)}.transition{transition-duration:.15s;transition-property:color,background-color,border-color,fill,stroke,opacity,box-shadow,transform,filter,-webkit-text-decoration-color,-webkit-backdrop-filter;transition-property:color,background-color,border-color,text-decoration-color,fill,stroke,opacity,box-shadow,transform,filter,backdrop-filter;transition-property:color,background-color,border-color,text-decoration-color,fill,stroke,opacity,box-shadow,transform,filter,backdrop-filter,-webkit-text-decoration-color,-webkit-backdrop-filter;transition-timing-function:cubic-bezier(.4,0,.2,1)}.transition-all{transition-duration:.15s;transition-property:all;transition-timing-function:cubic-bezier(.4,0,.2,1)}.transition-colors{transition-duration:.15s;transition-property:color,background-color,border-color,fill,stroke,-webkit-text-decoration-color;transition-property:color,background-color,border-color,text-decoration-color,fill,stroke;transition-property:color,background-color,border-color,text-decoration-color,fill,stroke,-webkit-text-decoration-color;transition-timing-function:cubic-bezier(.4,0,.2,1)}.transition-opacity{transition-duration:.15s;transition-property:opacity;transition-timing-function:cubic-bezier(.4,0,.2,1)}.transition-shadow{transition-duration:.15s;transition-property:box-shadow;transition-timing-function:cubic-bezier(.4,0,.2,1)}.transition-transform{transition-property:transform;transition-timing-function:cubic-bezier(.4,0,.2,1)}.duration-150,.transition-transform{transition-duration:.15s}.duration-200{transition-duration:.2s}.duration-300{transition-duration:.3s}.duration-400{transition-duration:.4s}.duration-500{transition-duration:.5s}.ease-in-out{transition-timing-function:cubic-bezier(.4,0,.2,1)}.ease-out{transition-timing-function:cubic-bezier(0,0,.2,1)}.\[-webkit-overflow-scrolling\:touch\]{-webkit-overflow-scrolling:touch}.\[animation-delay\:150ms\]{animation-delay:.15s}.\[animation-delay\:300ms\]{animation-delay:.3s}#goog-gt-tt,.goog-te-balloon-frame,.goog-te-banner-frame,.goog-tooltip,.goog-tooltip:hover{display:none!important}body{position:relative!important;top:0!important}.goog-text-highlight{background:none!important;box-shadow:none!important}.skiptranslate{height:0!important;overflow:hidden!important}.skiptranslate,iframe.goog-te-banner-frame{display:none!important;width:0!important}.scrollbar-thin{scrollbar-color:#cbd5e1 #f1f5f9;scrollbar-width:thin}.scrollbar-thin::-webkit-scrollbar{width:6px}.scrollbar-thin::-webkit-scrollbar-track{background:#f1f5f9;border-radius:3px}.scrollbar-thin::-webkit-scrollbar-thumb{background:#cbd5e1;border-radius:3px}.scrollbar-thin::-webkit-scrollbar-thumb:hover{background:#94a3b8}.react-player{border-radius:.5rem;overflow:hidden}@keyframes pulse{0%,to{opacity:1}50%{opacity:.5}}.animate-pulse{animation:pulse 2s cubic-bezier(.4,0,.6,1) infinite}@keyframes float{0%,to{transform:translateY(0) rotate(0deg)}33%{transform:translateY(-20px) rotate(1deg)}66%{transform:translateY(-10px) rotate(-1deg)}}@keyframes float-delayed{0%,to{transform:translateY(0) rotate(0deg)}33%{transform:translateY(-15px) rotate(-1deg)}66%{transform:translateY(-5px) rotate(1deg)}}@keyframes fadeInUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}@keyframes wiggle{0%,to{transform:rotate(0deg)}25%{transform:rotate(5deg)}75%{transform:rotate(-5deg)}}.animate-float{animation:float 6s ease-in-out infinite}.animate-float-delayed{animation:float-delayed 8s ease-in-out infinite;animation-delay:2s}.animate-fadeInUp{animation:fadeInUp .8s ease-out forwards;opacity:0}.animate-wiggle{animation:wiggle 1s ease-in-out infinite}.animate-shimmer{animation:shimmer 2s ease-in-out infinite}.group-button:hover .group-button-hover\:animate-spin{animation:spin 1s linear infinite}.group-button:hover .group-button-hover\:opacity-100{opacity:1}@keyframes spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.animate-spin{animation:spin 1s linear infinite}@keyframes fadeIn{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}.animate-fadeIn{animation:fadeIn .3s ease-out}@keyframes slideDown{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}.animate-slideDown{animation:slideDown .2s ease-out}@keyframes slideUp{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}.animate-slideUp{animation:slideUp .2s ease-out}@keyframes scaleIn{0%{opacity:0;transform:scale(.95)}to{opacity:1;transform:scale(1)}}.animate-scaleIn{animation:scaleIn .2s ease-out}@keyframes gradient-x{0%,to{background-position:0 50%}50%{background-position:100% 50%}}.animate-gradient-x{animation:gradient-x 3s ease infinite;background-size:200% 200%}@keyframes bounce{0%,20%,53%,80%,to{transform:translateY(0)}40%,43%{transform:translateY(-8px)}70%{transform:translateY(-4px)}90%{transform:translateY(-2px)}}.animate-bounce{animation:bounce 1s infinite}@keyframes shimmer{0%{background-position:-200px 0}to{background-position:calc(200px + 100%) 0}}.animate-shimmer{animation:shimmer 1.5s linear infinite;background:linear-gradient(90deg,#f0f0f0 25%,#e0e0e0 50%,#f0f0f0 75%);background-size:200px 100%}.dark .animate-shimmer{background:linear-gradient(90deg,#374151 25%,#4b5563 50%,#374151 75%);background-size:200px 100%}.card,.hover-effect,a,button,input,select,textarea{transition:all .2s cubic-bezier(.4,0,.2,1)}button:not(:disabled):active{transform:scale(.97)}a:focus-visible,button:focus-visible,input:focus-visible,select:focus-visible,textarea:focus-visible{outline:2px solid #4f81ff;outline-offset:2px}.hover-lift:hover{box-shadow:0 10px 25px -5px #0000001a,0 10px 10px -5px #0000000a;transform:translateY(-2px)}.hover-scale:hover{transform:scale(1.02)}.hover-glow:hover{box-shadow:0 0 20px #3b82f64d}.page-enter{opacity:0;transform:translateY(20px)}.page-enter-active{transition:opacity .3s,transform .3s}.page-enter-active,.page-exit{opacity:1;transform:translateY(0)}.page-exit-active{opacity:0;transform:translateY(-20px);transition:opacity .3s,transform .3s}.stagger-animation>*{animation:fadeIn .5s ease-out forwards;opacity:0}.stagger-animation>:first-child{animation-delay:.1s}.stagger-animation>:nth-child(2){animation-delay:.2s}.stagger-animation>:nth-child(3){animation-delay:.3s}.stagger-animation>:nth-child(4){animation-delay:.4s}.stagger-animation>:nth-child(5){animation-delay:.5s}.stagger-animation>:nth-child(6){animation-delay:.6s}.stagger-animation>:nth-child(7){animation-delay:.7s}.stagger-animation>:nth-child(8){animation-delay:.8s}.loading-dots{display:inline-block;height:80px;position:relative;width:80px}.loading-dots div{animation-timing-function:cubic-bezier(0,1,1,0);background:currentColor;border-radius:50%;height:13px;position:absolute;top:33px;width:13px}.loading-dots div:first-child{animation:loading-dots1 .6s infinite;left:8px}.loading-dots div:nth-child(2){animation:loading-dots2 .6s infinite;left:8px}.loading-dots div:nth-child(3){animation:loading-dots2 .6s infinite;left:32px}.loading-dots div:nth-child(4){animation:loading-dots3 .6s infinite;left:56px}@keyframes loading-dots1{0%{transform:scale(0)}to{transform:scale(1)}}@keyframes loading-dots3{0%{transform:scale(1)}to{transform:scale(0)}}@keyframes loading-dots2{0%{transform:translate(0)}to{transform:translate(24px)}}.dark{color-scheme:dark}.dark body{background-color:#0f1117;color:#e2e6f0}.discount-subtitle{color:#374151!important}.text-muted{color:#4b5563}.text-body{color:#1f2937}.text-heading{color:#111827}.discount-page-subtitle,.light-bg-section,.light-section .dark .discount-subtitle{color:#374151!important}.dark .process-section-bg,.process-section-bg{background-color:#2563eb!important}.dark input,.dark select,.dark textarea{--tw-border-opacity:1;--tw-bg-opacity:1;--tw-text-opacity:1;background-color:#262626;background-color:rgb(38 38 38/var(--tw-bg-opacity,1));border-color:#404040;border-color:rgb(64 64 64/var(--tw-border-opacity,1));color:#f3f4f6;color:rgb(243 244 246/var(--tw-text-opacity,1))}.dark input:focus,.dark select:focus,.dark textarea:focus{--tw-border-opacity:1;--tw-ring-opacity:1;--tw-ring-color:rgb(59 130 246/var(--tw-ring-opacity,1));border-color:#3b82f6;border-color:rgb(59 130 246/var(--tw-border-opacity,1))}.dark .scrollbar-thin::-webkit-scrollbar-track{--tw-bg-opacity:1;background-color:#171717;background-color:rgb(23 23 23/var(--tw-bg-opacity,1))}.dark .scrollbar-thin::-webkit-scrollbar-thumb{--tw-bg-opacity:1;background-color:#404040;background-color:rgb(64 64 64/var(--tw-bg-opacity,1))}.dark .scrollbar-thin::-webkit-scrollbar-thumb:hover{--tw-bg-opacity:1;background-color:#525252;background-color:rgb(82 82 82/var(--tw-bg-opacity,1))}.dark .hero-section{--tw-gradient-from:#000 var(--tw-gradient-from-position);--tw-gradient-to:#0000 var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to);--tw-gradient-stops:var(--tw-gradient-from),#171717 var(--tw-gradient-via-position),var(--tw-gradient-to);--tw-gradient-to:#000 var(--tw-gradient-to-position);background-image:linear-gradient(to bottom right,var(--tw-gradient-stops))}@supports (color:rgb(0 0 0/0)){.dark .hero-section{--tw-gradient-to:#17171700 var(--tw-gradient-to-position)}}.dark .discount-card{--tw-border-opacity:1;--tw-bg-opacity:1;background-color:#171717;background-color:rgb(23 23 23/var(--tw-bg-opacity,1));border-color:#262626;border-color:rgb(38 38 38/var(--tw-border-opacity,1));border-width:1px}.dark .discount-amount{--tw-text-opacity:1;color:#fff;color:rgb(255 255 255/var(--tw-text-opacity,1));font-weight:600}.dark .discount-description{--tw-text-opacity:1;color:#e5e7eb;color:rgb(229 231 235/var(--tw-text-opacity,1))}.dark .discount-details{--tw-text-opacity:1;color:#9ca3af;color:rgb(156 163 175/var(--tw-text-opacity,1))}.dark .btn-copy{--tw-bg-opacity:1;--tw-text-opacity:1;background-color:#2563eb;background-color:rgb(37 99 235/var(--tw-bg-opacity,1));color:#fff;color:rgb(255 255 255/var(--tw-text-opacity,1));transition-duration:.15s;transition-property:color,background-color,border-color,fill,stroke,-webkit-text-decoration-color;transition-property:color,background-color,border-color,text-decoration-color,fill,stroke;transition-property:color,background-color,border-color,text-decoration-color,fill,stroke,-webkit-text-decoration-color;transition-timing-function:cubic-bezier(.4,0,.2,1)}.dark .btn-copy:hover{--tw-bg-opacity:1;background-color:#3b82f6;background-color:rgb(59 130 246/var(--tw-bg-opacity,1))}.dark .btn-primary{--tw-border-opacity:1;--tw-bg-opacity:1;--tw-text-opacity:1;background-color:#2563eb;background-color:rgb(37 99 235/var(--tw-bg-opacity,1));border-color:#2563eb;border-color:rgb(37 99 235/var(--tw-border-opacity,1));border-width:2px;color:#fff;color:rgb(255 255 255/var(--tw-text-opacity,1));transition-duration:.15s;transition-property:all;transition-timing-function:cubic-bezier(.4,0,.2,1)}.dark .btn-primary:hover{--tw-bg-opacity:1;background-color:#3b82f6;background-color:rgb(59 130 246/var(--tw-bg-opacity,1))}.dark .btn-secondary{--tw-border-opacity:1;--tw-text-opacity:1;background-color:initial;border-color:#60a5fa;border-color:rgb(96 165 250/var(--tw-border-opacity,1));border-width:2px;color:#93c5fd;color:rgb(147 197 253/var(--tw-text-opacity,1));transition-duration:.15s;transition-property:all;transition-timing-function:cubic-bezier(.4,0,.2,1)}.dark .btn-secondary:hover{background-color:#1e3a8a4d}.dark .badge-best-deal{--tw-bg-opacity:1;--tw-text-opacity:1;background-color:#dc2626;background-color:rgb(220 38 38/var(--tw-bg-opacity,1));color:#fff;color:rgb(255 255 255/var(--tw-text-opacity,1))}.dark .badge-fixed{--tw-bg-opacity:1;--tw-text-opacity:1;background-color:#1d4ed8;background-color:rgb(29 78 216/var(--tw-bg-opacity,1));color:#bfdbfe;color:rgb(191 219 254/var(--tw-text-opacity,1))}.dark .badge-percentage{--tw-bg-opacity:1;--tw-text-opacity:1;background-color:#15803d;background-color:rgb(21 128 61/var(--tw-bg-opacity,1));color:#bbf7d0;color:rgb(187 247 208/var(--tw-text-opacity,1))}.dark .text-muted{--tw-text-opacity:1;color:#9ca3af;color:rgb(156 163 175/var(--tw-text-opacity,1))}.dark .text-body{--tw-text-opacity:1;color:#d1d5db;color:rgb(209 213 219/var(--tw-text-opacity,1))}.dark .text-heading{--tw-text-opacity:1}.dark .form-input,.dark .text-heading{color:#fff;color:rgb(255 255 255/var(--tw-text-opacity,1))}.dark .form-input{--tw-border-opacity:1;--tw-bg-opacity:1;--tw-text-opacity:1;background-color:#171717;background-color:rgb(23 23 23/var(--tw-bg-opacity,1));border-color:#404040;border-color:rgb(64 64 64/var(--tw-border-opacity,1))}.dark .form-input::placeholder{--tw-placeholder-opacity:1;color:#6b7280;color:rgb(107 114 128/var(--tw-placeholder-opacity,1))}.dark .form-input:focus{--tw-border-opacity:1;--tw-ring-color:#3b82f633;border-color:#3b82f6;border-color:rgb(59 130 246/var(--tw-border-opacity,1))}.dark .hero-title{--tw-text-opacity:1;color:#fff;color:rgb(255 255 255/var(--tw-text-opacity,1))}.dark .hero-subtitle{--tw-text-opacity:1;color:#d1d5db;color:rgb(209 213 219/var(--tw-text-opacity,1))}.dark a.text-link{--tw-text-opacity:1;color:#60a5fa;color:rgb(96 165 250/var(--tw-text-opacity,1))}.dark a.text-link:hover{--tw-text-opacity:1;color:#93c5fd;color:rgb(147 197 253/var(--tw-text-opacity,1))}.dark .nav-item{--tw-text-opacity:1;color:#d1d5db;color:rgb(209 213 219/var(--tw-text-opacity,1));transition-duration:.15s;transition-property:color,background-color,border-color,fill,stroke,-webkit-text-decoration-color;transition-property:color,background-color,border-color,text-decoration-color,fill,stroke;transition-property:color,background-color,border-color,text-decoration-color,fill,stroke,-webkit-text-decoration-color;transition-timing-function:cubic-bezier(.4,0,.2,1)}.dark .nav-item.active,.dark .nav-item:hover{--tw-text-opacity:1;color:#60a5fa;color:rgb(96 165 250/var(--tw-text-opacity,1))}.dark .hover\:bg-white:hover{background-color:#1a1d27}.dark .hover\:bg-gray-50:hover{background-color:#0f1117}.dark .hover\:bg-gray-100:hover{background-color:#1a1d27}.dark .hover\:text-gray-900:hover{color:#e2e6f0}.dark .hover\:text-gray-800:hover{color:#cdd3e0}.dark .hover\:text-gray-500:hover,.dark .hover\:text-gray-600:hover{color:#8b9cbf}.dark .hover\:border-gray-300:hover{border-color:#2a2d3e}.dark .hover\:shadow-sm:hover{--tw-shadow-color:#0003;--tw-shadow:var(--tw-shadow-colored)}.dark .hover\:shadow-lg:hover{--tw-shadow-color:#0006;--tw-shadow:var(--tw-shadow-colored)}.dark .disabled\:bg-gray-100:disabled,.dark .disabled\:hover\:bg-white:hover:disabled{background-color:#1a1d27}.dark .group:hover .group-hover\:shadow-lg{--tw-shadow-color:#0006;--tw-shadow:var(--tw-shadow-colored)}.dark .dark\:bg-white:is(.dark *){background-color:#1a1d27}.dark .dark\:text-gray-600:is(.dark *){color:#8b9cbf}.dark .dark\:text-gray-500:is(.dark *){color:#8b9cbf}.dark .dark\:shadow-lg:is(.dark *){--tw-shadow-color:#0006;--tw-shadow:var(--tw-shadow-colored)}@media (min-width:768px){.dark .md\:border-gray-100{border-color:#222637}}@media (min-width:1024px){.dark .lg\:bg-gray-50{background-color:#0f1117}}.dark .\[\&\>option\]\:bg-white>option{background-color:#1a1d27}.dark .\[\&\>option\]\:text-gray-800>option{color:#cdd3e0}.dark\:prose-invert:is(.dark *){--tw-prose-body:var(--tw-prose-invert-body);--tw-prose-headings:var(--tw-prose-invert-headings);--tw-prose-lead:var(--tw-prose-invert-lead);--tw-prose-links:var(--tw-prose-invert-links);--tw-prose-bold:var(--tw-prose-invert-bold);--tw-prose-counters:var(--tw-prose-invert-counters);--tw-prose-bullets:var(--tw-prose-invert-bullets);--tw-prose-hr:var(--tw-prose-invert-hr);--tw-prose-quotes:var(--tw-prose-invert-quotes);--tw-prose-quote-borders:var(--tw-prose-invert-quote-borders);--tw-prose-captions:var(--tw-prose-invert-captions);--tw-prose-kbd:var(--tw-prose-invert-kbd);--tw-prose-kbd-shadows:var(--tw-prose-invert-kbd-shadows);--tw-prose-code:var(--tw-prose-invert-code);--tw-prose-pre-code:var(--tw-prose-invert-pre-code);--tw-prose-pre-bg:var(--tw-prose-invert-pre-bg);--tw-prose-th-borders:var(--tw-prose-invert-th-borders);--tw-prose-td-borders:var(--tw-prose-invert-td-borders)}.file\:mr-3::-webkit-file-upload-button{margin-right:.75rem}.file\:mr-3::file-selector-button{margin-right:.75rem}.file\:mr-4::-webkit-file-upload-button{margin-right:1rem}.file\:mr-4::file-selector-button{margin-right:1rem}.file\:rounded-lg::-webkit-file-upload-button{border-radius:.5rem}.file\:rounded-lg::file-selector-button{border-radius:.5rem}.file\:rounded-md::-webkit-file-upload-button{border-radius:.375rem}.file\:rounded-md::file-selector-button{border-radius:.375rem}.file\:border-0::-webkit-file-upload-button{border-width:0}.file\:border-0::file-selector-button{border-width:0}.file\:bg-blue-50::-webkit-file-upload-button{--tw-bg-opacity:1;background-color:#eff6ff;background-color:rgb(239 246 255/var(--tw-bg-opacity,1))}.file\:bg-blue-50::file-selector-button{--tw-bg-opacity:1;background-color:#eff6ff;background-color:rgb(239 246 255/var(--tw-bg-opacity,1))}.file\:px-4::-webkit-file-upload-button{padding-left:1rem;padding-right:1rem}.file\:px-4::file-selector-button{padding-left:1rem;padding-right:1rem}.file\:py-2::-webkit-file-upload-button{padding-bottom:.5rem;padding-top:.5rem}.file\:py-2::file-selector-button{padding-bottom:.5rem;padding-top:.5rem}.file\:text-sm::-webkit-file-upload-button{font-size:.875rem;line-height:1.25rem}.file\:text-sm::file-selector-button{font-size:.875rem;line-height:1.25rem}.file\:font-medium::-webkit-file-upload-button{font-weight:500}.file\:font-medium::file-selector-button{font-weight:500}.file\:text-blue-700::-webkit-file-upload-button{--tw-text-opacity:1;color:#1d4ed8;color:rgb(29 78 216/var(--tw-text-opacity,1))}.file\:text-blue-700::file-selector-button{--tw-text-opacity:1;color:#1d4ed8;color:rgb(29 78 216/var(--tw-text-opacity,1))}.last\:mb-0:last-child{margin-bottom:0}.last\:border-0:last-child{border-width:0}.last\:pb-0:last-child{padding-bottom:0}.hover\:-translate-y-1:hover{--tw-translate-y:-0.25rem}.hover\:-translate-y-1:hover,.hover\:translate-x-1:hover{transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.hover\:translate-x-1:hover{--tw-translate-x:0.25rem}.hover\:scale-105:hover{--tw-scale-x:1.05;--tw-scale-y:1.05}.hover\:scale-105:hover,.hover\:scale-110:hover{transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.hover\:scale-110:hover{--tw-scale-x:1.1;--tw-scale-y:1.1}.hover\:border-blue-100:hover{--tw-border-opacity:1;border-color:#dbeafe;border-color:rgb(219 234 254/var(--tw-border-opacity,1))}.hover\:border-blue-200:hover{--tw-border-opacity:1;border-color:#bfdbfe;border-color:rgb(191 219 254/var(--tw-border-opacity,1))}.hover\:border-blue-300:hover{--tw-border-opacity:1;border-color:#93c5fd;border-color:rgb(147 197 253/var(--tw-border-opacity,1))}.hover\:border-blue-400:hover{--tw-border-opacity:1;border-color:#60a5fa;border-color:rgb(96 165 250/var(--tw-border-opacity,1))}.hover\:border-blue-500:hover{--tw-border-opacity:1;border-color:#3b82f6;border-color:rgb(59 130 246/var(--tw-border-opacity,1))}.hover\:border-brand-blue:hover{--tw-border-opacity:1;border-color:#4dbbff;border-color:rgb(77 187 255/var(--tw-border-opacity,1))}.hover\:border-gray-300:hover{--tw-border-opacity:1;border-color:#d1d5db;border-color:rgb(209 213 219/var(--tw-border-opacity,1))}.hover\:border-gray-400:hover{--tw-border-opacity:1;border-color:#9ca3af;border-color:rgb(156 163 175/var(--tw-border-opacity,1))}.hover\:border-green-400:hover{--tw-border-opacity:1;border-color:#4ade80;border-color:rgb(74 222 128/var(--tw-border-opacity,1))}.hover\:border-orange-400:hover{--tw-border-opacity:1;border-color:#fb923c;border-color:rgb(251 146 60/var(--tw-border-opacity,1))}.hover\:bg-\[\#004182\]:hover{--tw-bg-opacity:1;background-color:#004182;background-color:rgb(0 65 130/var(--tw-bg-opacity,1))}.hover\:bg-\[\#4DBBFF\]:hover{--tw-bg-opacity:1;background-color:#4dbbff;background-color:rgb(77 187 255/var(--tw-bg-opacity,1))}.hover\:bg-\[\#4DBBFF\]\/10:hover{background-color:#4dbbff1a}.hover\:bg-amber-100:hover{--tw-bg-opacity:1;background-color:#fef3c7;background-color:rgb(254 243 199/var(--tw-bg-opacity,1))}.hover\:bg-black\/40:hover{background-color:#0006}.hover\:bg-black\/70:hover{background-color:#000000b3}.hover\:bg-blue-100:hover{--tw-bg-opacity:1;background-color:#dbeafe;background-color:rgb(219 234 254/var(--tw-bg-opacity,1))}.hover\:bg-blue-200:hover{--tw-bg-opacity:1;background-color:#bfdbfe;background-color:rgb(191 219 254/var(--tw-bg-opacity,1))}.hover\:bg-blue-50:hover{--tw-bg-opacity:1;background-color:#eff6ff;background-color:rgb(239 246 255/var(--tw-bg-opacity,1))}.hover\:bg-blue-500:hover{--tw-bg-opacity:1;background-color:#3b82f6;background-color:rgb(59 130 246/var(--tw-bg-opacity,1))}.hover\:bg-blue-600:hover{--tw-bg-opacity:1;background-color:#2563eb;background-color:rgb(37 99 235/var(--tw-bg-opacity,1))}.hover\:bg-blue-700:hover{--tw-bg-opacity:1;background-color:#1d4ed8;background-color:rgb(29 78 216/var(--tw-bg-opacity,1))}.hover\:bg-emerald-100:hover{--tw-bg-opacity:1;background-color:#d1fae5;background-color:rgb(209 250 229/var(--tw-bg-opacity,1))}.hover\:bg-gray-100:hover{--tw-bg-opacity:1;background-color:#f3f4f6;background-color:rgb(243 244 246/var(--tw-bg-opacity,1))}.hover\:bg-gray-200:hover{--tw-bg-opacity:1;background-color:#e5e7eb;background-color:rgb(229 231 235/var(--tw-bg-opacity,1))}.hover\:bg-gray-300:hover{--tw-bg-opacity:1;background-color:#d1d5db;background-color:rgb(209 213 219/var(--tw-bg-opacity,1))}.hover\:bg-gray-400:hover{--tw-bg-opacity:1;background-color:#9ca3af;background-color:rgb(156 163 175/var(--tw-bg-opacity,1))}.hover\:bg-gray-50:hover{--tw-bg-opacity:1;background-color:#f9fafb;background-color:rgb(249 250 251/var(--tw-bg-opacity,1))}.hover\:bg-gray-600:hover{--tw-bg-opacity:1;background-color:#4b5563;background-color:rgb(75 85 99/var(--tw-bg-opacity,1))}.hover\:bg-gray-700:hover{--tw-bg-opacity:1;background-color:#374151;background-color:rgb(55 65 81/var(--tw-bg-opacity,1))}.hover\:bg-gray-800:hover{--tw-bg-opacity:1;background-color:#1f2937;background-color:rgb(31 41 55/var(--tw-bg-opacity,1))}.hover\:bg-gray-900\/10:hover{background-color:#1118271a}.hover\:bg-gray-900\/20:hover{background-color:#11182733}.hover\:bg-green-100:hover{--tw-bg-opacity:1;background-color:#dcfce7;background-color:rgb(220 252 231/var(--tw-bg-opacity,1))}.hover\:bg-green-200:hover{--tw-bg-opacity:1;background-color:#bbf7d0;background-color:rgb(187 247 208/var(--tw-bg-opacity,1))}.hover\:bg-green-50:hover{--tw-bg-opacity:1;background-color:#f0fdf4;background-color:rgb(240 253 244/var(--tw-bg-opacity,1))}.hover\:bg-green-500:hover{--tw-bg-opacity:1;background-color:#22c55e;background-color:rgb(34 197 94/var(--tw-bg-opacity,1))}.hover\:bg-green-600:hover{--tw-bg-opacity:1;background-color:#16a34a;background-color:rgb(22 163 74/var(--tw-bg-opacity,1))}.hover\:bg-green-700:hover{--tw-bg-opacity:1;background-color:#15803d;background-color:rgb(21 128 61/var(--tw-bg-opacity,1))}.hover\:bg-indigo-100:hover{--tw-bg-opacity:1;background-color:#e0e7ff;background-color:rgb(224 231 255/var(--tw-bg-opacity,1))}.hover\:bg-indigo-200:hover{--tw-bg-opacity:1;background-color:#c7d2fe;background-color:rgb(199 210 254/var(--tw-bg-opacity,1))}.hover\:bg-indigo-700:hover{--tw-bg-opacity:1;background-color:#4338ca;background-color:rgb(67 56 202/var(--tw-bg-opacity,1))}.hover\:bg-orange-100:hover{--tw-bg-opacity:1;background-color:#ffedd5;background-color:rgb(255 237 213/var(--tw-bg-opacity,1))}.hover\:bg-orange-200:hover{--tw-bg-opacity:1;background-color:#fed7aa;background-color:rgb(254 215 170/var(--tw-bg-opacity,1))}.hover\:bg-orange-50:hover{--tw-bg-opacity:1;background-color:#fff7ed;background-color:rgb(255 247 237/var(--tw-bg-opacity,1))}.hover\:bg-pink-100:hover{--tw-bg-opacity:1;background-color:#fce7f3;background-color:rgb(252 231 243/var(--tw-bg-opacity,1))}.hover\:bg-purple-100:hover{--tw-bg-opacity:1;background-color:#f3e8ff;background-color:rgb(243 232 255/var(--tw-bg-opacity,1))}.hover\:bg-purple-50:hover{--tw-bg-opacity:1;background-color:#faf5ff;background-color:rgb(250 245 255/var(--tw-bg-opacity,1))}.hover\:bg-purple-500:hover{--tw-bg-opacity:1;background-color:#a855f7;background-color:rgb(168 85 247/var(--tw-bg-opacity,1))}.hover\:bg-purple-700:hover{--tw-bg-opacity:1;background-color:#7e22ce;background-color:rgb(126 34 206/var(--tw-bg-opacity,1))}.hover\:bg-red-100:hover{--tw-bg-opacity:1;background-color:#fee2e2;background-color:rgb(254 226 226/var(--tw-bg-opacity,1))}.hover\:bg-red-200:hover{--tw-bg-opacity:1;background-color:#fecaca;background-color:rgb(254 202 202/var(--tw-bg-opacity,1))}.hover\:bg-red-50:hover{--tw-bg-opacity:1;background-color:#fef2f2;background-color:rgb(254 242 242/var(--tw-bg-opacity,1))}.hover\:bg-red-500\/30:hover{background-color:#ef44444d}.hover\:bg-red-600:hover{--tw-bg-opacity:1;background-color:#dc2626;background-color:rgb(220 38 38/var(--tw-bg-opacity,1))}.hover\:bg-red-700:hover{--tw-bg-opacity:1;background-color:#b91c1c;background-color:rgb(185 28 28/var(--tw-bg-opacity,1))}.hover\:bg-white:hover{--tw-bg-opacity:1;background-color:#fff;background-color:rgb(255 255 255/var(--tw-bg-opacity,1))}.hover\:bg-white\/20:hover{background-color:#fff3}.hover\:bg-white\/25:hover{background-color:#ffffff40}.hover\:bg-white\/30:hover{background-color:#ffffff4d}.hover\:bg-yellow-200:hover{--tw-bg-opacity:1;background-color:#fef08a;background-color:rgb(254 240 138/var(--tw-bg-opacity,1))}.hover\:bg-yellow-700:hover{--tw-bg-opacity:1;background-color:#a16207;background-color:rgb(161 98 7/var(--tw-bg-opacity,1))}.hover\:from-\[\#0081C8\]:hover{--tw-gradient-from:#0081c8 var(--tw-gradient-from-position);--tw-gradient-to:#0081c800 var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to)}.hover\:from-amber-600:hover{--tw-gradient-from:#d97706 var(--tw-gradient-from-position);--tw-gradient-to:#d9770600 var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to)}.hover\:from-green-600:hover{--tw-gradient-from:#16a34a var(--tw-gradient-from-position);--tw-gradient-to:#16a34a00 var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to)}.hover\:to-\[\#6B6BFA\]:hover{--tw-gradient-to:#6b6bfa var(--tw-gradient-to-position)}.hover\:to-amber-700:hover{--tw-gradient-to:#b45309 var(--tw-gradient-to-position)}.hover\:to-green-700:hover{--tw-gradient-to:#15803d var(--tw-gradient-to-position)}.hover\:text-blue-300:hover{--tw-text-opacity:1;color:#93c5fd;color:rgb(147 197 253/var(--tw-text-opacity,1))}.hover\:text-blue-400:hover{--tw-text-opacity:1;color:#60a5fa;color:rgb(96 165 250/var(--tw-text-opacity,1))}.hover\:text-blue-500:hover{--tw-text-opacity:1;color:#3b82f6;color:rgb(59 130 246/var(--tw-text-opacity,1))}.hover\:text-blue-600:hover{--tw-text-opacity:1;color:#2563eb;color:rgb(37 99 235/var(--tw-text-opacity,1))}.hover\:text-blue-700:hover{--tw-text-opacity:1;color:#1d4ed8;color:rgb(29 78 216/var(--tw-text-opacity,1))}.hover\:text-blue-800:hover{--tw-text-opacity:1;color:#1e40af;color:rgb(30 64 175/var(--tw-text-opacity,1))}.hover\:text-blue-900:hover{--tw-text-opacity:1;color:#1e3a8a;color:rgb(30 58 138/var(--tw-text-opacity,1))}.hover\:text-brand-blue:hover{--tw-text-opacity:1;color:#4dbbff;color:rgb(77 187 255/var(--tw-text-opacity,1))}.hover\:text-brand-purple:hover{--tw-text-opacity:1;color:#7876fd;color:rgb(120 118 253/var(--tw-text-opacity,1))}.hover\:text-gray-200:hover{--tw-text-opacity:1;color:#e5e7eb;color:rgb(229 231 235/var(--tw-text-opacity,1))}.hover\:text-gray-500:hover{--tw-text-opacity:1;color:#6b7280;color:rgb(107 114 128/var(--tw-text-opacity,1))}.hover\:text-gray-600:hover{--tw-text-opacity:1;color:#4b5563;color:rgb(75 85 99/var(--tw-text-opacity,1))}.hover\:text-gray-700:hover{--tw-text-opacity:1;color:#374151;color:rgb(55 65 81/var(--tw-text-opacity,1))}.hover\:text-gray-800:hover{--tw-text-opacity:1;color:#1f2937;color:rgb(31 41 55/var(--tw-text-opacity,1))}.hover\:text-gray-900:hover{--tw-text-opacity:1;color:#111827;color:rgb(17 24 39/var(--tw-text-opacity,1))}.hover\:text-green-600:hover{--tw-text-opacity:1;color:#16a34a;color:rgb(22 163 74/var(--tw-text-opacity,1))}.hover\:text-green-700:hover{--tw-text-opacity:1;color:#15803d;color:rgb(21 128 61/var(--tw-text-opacity,1))}.hover\:text-green-900:hover{--tw-text-opacity:1;color:#14532d;color:rgb(20 83 45/var(--tw-text-opacity,1))}.hover\:text-orange-600:hover{--tw-text-opacity:1;color:#ea580c;color:rgb(234 88 12/var(--tw-text-opacity,1))}.hover\:text-pink-500:hover{--tw-text-opacity:1;color:#ec4899;color:rgb(236 72 153/var(--tw-text-opacity,1))}.hover\:text-purple-900:hover{--tw-text-opacity:1;color:#581c87;color:rgb(88 28 135/var(--tw-text-opacity,1))}.hover\:text-red-500:hover{--tw-text-opacity:1;color:#ef4444;color:rgb(239 68 68/var(--tw-text-opacity,1))}.hover\:text-red-600:hover{--tw-text-opacity:1;color:#dc2626;color:rgb(220 38 38/var(--tw-text-opacity,1))}.hover\:text-red-700:hover{--tw-text-opacity:1;color:#b91c1c;color:rgb(185 28 28/var(--tw-text-opacity,1))}.hover\:text-red-800:hover{--tw-text-opacity:1;color:#991b1b;color:rgb(153 27 27/var(--tw-text-opacity,1))}.hover\:text-red-900:hover{--tw-text-opacity:1;color:#7f1d1d;color:rgb(127 29 29/var(--tw-text-opacity,1))}.hover\:text-sky-600:hover{--tw-text-opacity:1;color:#0284c7;color:rgb(2 132 199/var(--tw-text-opacity,1))}.hover\:text-white:hover{--tw-text-opacity:1;color:#fff;color:rgb(255 255 255/var(--tw-text-opacity,1))}.hover\:text-yellow-500:hover{--tw-text-opacity:1;color:#eab308;color:rgb(234 179 8/var(--tw-text-opacity,1))}.hover\:text-yellow-900:hover{--tw-text-opacity:1;color:#713f12;color:rgb(113 63 18/var(--tw-text-opacity,1))}.hover\:underline:hover{-webkit-text-decoration-line:underline;text-decoration-line:underline}.hover\:no-underline:hover{-webkit-text-decoration-line:none;text-decoration-line:none}.hover\:opacity-90:hover{opacity:.9}.hover\:shadow-2xl:hover{--tw-shadow:0 25px 50px -12px #00000040;--tw-shadow-colored:0 25px 50px -12px var(--tw-shadow-color)}.hover\:shadow-2xl:hover,.hover\:shadow-\[0_0_30px_rgba\(59\2c 130\2c 246\2c 0\.5\)\]:hover{box-shadow:0 0 #0000,0 0 #0000,var(--tw-shadow);box-shadow:var(--tw-ring-offset-shadow,0 0 #0000),var(--tw-ring-shadow,0 0 #0000),var(--tw-shadow)}.hover\:shadow-\[0_0_30px_rgba\(59\2c 130\2c 246\2c 0\.5\)\]:hover{--tw-shadow:0 0 30px #3b82f680;--tw-shadow-colored:0 0 30px var(--tw-shadow-color)}.hover\:shadow-lg:hover{--tw-shadow:0 10px 15px -3px #0000001a,0 4px 6px -4px #0000001a;--tw-shadow-colored:0 10px 15px -3px var(--tw-shadow-color),0 4px 6px -4px var(--tw-shadow-color)}.hover\:shadow-lg:hover,.hover\:shadow-md:hover{box-shadow:0 0 #0000,0 0 #0000,var(--tw-shadow);box-shadow:var(--tw-ring-offset-shadow,0 0 #0000),var(--tw-ring-shadow,0 0 #0000),var(--tw-shadow)}.hover\:shadow-md:hover{--tw-shadow:0 4px 6px -1px #0000001a,0 2px 4px -2px #0000001a;--tw-shadow-colored:0 4px 6px -1px var(--tw-shadow-color),0 2px 4px -2px var(--tw-shadow-color)}.hover\:shadow-sm:hover{--tw-shadow:0 1px 2px 0 #0000000d;--tw-shadow-colored:0 1px 2px 0 var(--tw-shadow-color)}.hover\:shadow-sm:hover,.hover\:shadow-xl:hover{box-shadow:0 0 #0000,0 0 #0000,var(--tw-shadow);box-shadow:var(--tw-ring-offset-shadow,0 0 #0000),var(--tw-ring-shadow,0 0 #0000),var(--tw-shadow)}.hover\:shadow-xl:hover{--tw-shadow:0 20px 25px -5px #0000001a,0 8px 10px -6px #0000001a;--tw-shadow-colored:0 20px 25px -5px var(--tw-shadow-color),0 8px 10px -6px var(--tw-shadow-color)}.hover\:shadow-amber-500\/10:hover{--tw-shadow-color:#f59e0b1a;--tw-shadow:var(--tw-shadow-colored)}.hover\:shadow-blue-500\/10:hover{--tw-shadow-color:#3b82f61a;--tw-shadow:var(--tw-shadow-colored)}.hover\:file\:bg-blue-100::-webkit-file-upload-button:hover{--tw-bg-opacity:1;background-color:#dbeafe;background-color:rgb(219 234 254/var(--tw-bg-opacity,1))}.hover\:file\:bg-blue-100::file-selector-button:hover{--tw-bg-opacity:1;background-color:#dbeafe;background-color:rgb(219 234 254/var(--tw-bg-opacity,1))}.focus\:border-\[\#4DBBFF\]:focus{--tw-border-opacity:1;border-color:#4dbbff;border-color:rgb(77 187 255/var(--tw-border-opacity,1))}.focus\:border-blue-300:focus{--tw-border-opacity:1;border-color:#93c5fd;border-color:rgb(147 197 253/var(--tw-border-opacity,1))}.focus\:border-blue-500:focus{--tw-border-opacity:1;border-color:#3b82f6;border-color:rgb(59 130 246/var(--tw-border-opacity,1))}.focus\:border-indigo-500:focus{--tw-border-opacity:1;border-color:#6366f1;border-color:rgb(99 102 241/var(--tw-border-opacity,1))}.focus\:border-purple-500:focus{--tw-border-opacity:1;border-color:#a855f7;border-color:rgb(168 85 247/var(--tw-border-opacity,1))}.focus\:border-transparent:focus{border-color:#0000}.focus\:outline-none:focus{outline:2px solid #0000;outline-offset:2px}.focus\:ring-2:focus{--tw-ring-offset-shadow:var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);--tw-ring-shadow:var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);box-shadow:var(--tw-ring-offset-shadow),var(--tw-ring-shadow),0 0 #0000;box-shadow:var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow,0 0 #0000)}.focus\:ring-\[\#4DBBFF\]:focus{--tw-ring-opacity:1;--tw-ring-color:rgb(77 187 255/var(--tw-ring-opacity,1))}.focus\:ring-blue-300:focus{--tw-ring-opacity:1;--tw-ring-color:rgb(147 197 253/var(--tw-ring-opacity,1))}.focus\:ring-blue-400:focus{--tw-ring-opacity:1;--tw-ring-color:rgb(96 165 250/var(--tw-ring-opacity,1))}.focus\:ring-blue-500:focus{--tw-ring-opacity:1;--tw-ring-color:rgb(59 130 246/var(--tw-ring-opacity,1))}.focus\:ring-blue-600:focus{--tw-ring-opacity:1;--tw-ring-color:rgb(37 99 235/var(--tw-ring-opacity,1))}.focus\:ring-gray-500:focus{--tw-ring-opacity:1;--tw-ring-color:rgb(107 114 128/var(--tw-ring-opacity,1))}.focus\:ring-green-500:focus{--tw-ring-opacity:1;--tw-ring-color:rgb(34 197 94/var(--tw-ring-opacity,1))}.focus\:ring-indigo-500:focus{--tw-ring-opacity:1;--tw-ring-color:rgb(99 102 241/var(--tw-ring-opacity,1))}.focus\:ring-purple-500:focus{--tw-ring-opacity:1;--tw-ring-color:rgb(168 85 247/var(--tw-ring-opacity,1))}.focus\:ring-red-500:focus{--tw-ring-opacity:1;--tw-ring-color:rgb(239 68 68/var(--tw-ring-opacity,1))}.focus\:ring-yellow-500:focus{--tw-ring-opacity:1;--tw-ring-color:rgb(234 179 8/var(--tw-ring-opacity,1))}.focus\:ring-offset-2:focus{--tw-ring-offset-width:2px}.disabled\:cursor-not-allowed:disabled{cursor:not-allowed}.disabled\:bg-blue-400:disabled{--tw-bg-opacity:1;background-color:#60a5fa;background-color:rgb(96 165 250/var(--tw-bg-opacity,1))}.disabled\:bg-gray-100:disabled{--tw-bg-opacity:1;background-color:#f3f4f6;background-color:rgb(243 244 246/var(--tw-bg-opacity,1))}.disabled\:bg-gray-300:disabled{--tw-bg-opacity:1;background-color:#d1d5db;background-color:rgb(209 213 219/var(--tw-bg-opacity,1))}.disabled\:bg-gray-400:disabled{--tw-bg-opacity:1;background-color:#9ca3af;background-color:rgb(156 163 175/var(--tw-bg-opacity,1))}.disabled\:text-gray-400:disabled{--tw-text-opacity:1;color:#9ca3af;color:rgb(156 163 175/var(--tw-text-opacity,1))}.disabled\:no-underline:disabled{-webkit-text-decoration-line:none;text-decoration-line:none}.disabled\:opacity-30:disabled{opacity:.3}.disabled\:opacity-40:disabled{opacity:.4}.disabled\:opacity-50:disabled{opacity:.5}.disabled\:opacity-60:disabled{opacity:.6}.disabled\:hover\:bg-white:hover:disabled{--tw-bg-opacity:1;background-color:#fff;background-color:rgb(255 255 255/var(--tw-bg-opacity,1))}.group[open] .group-open\:rotate-180{--tw-rotate:180deg;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.group:hover .group-hover\:hidden{display:none}.group\/volume:hover .group-hover\/volume\:w-20{width:5rem}.group:hover .group-hover\:w-full{width:100%}.group\/btn:hover .group-hover\/btn\:translate-x-1{--tw-translate-x:0.25rem}.group:hover .group-hover\:translate-x-0\.5,.group\/btn:hover .group-hover\/btn\:translate-x-1{transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.group:hover .group-hover\:translate-x-0\.5{--tw-translate-x:0.125rem}.group:hover .group-hover\:translate-x-1{--tw-translate-x:0.25rem}.group:hover .group-hover\:scale-105,.group:hover .group-hover\:translate-x-1{transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.group:hover .group-hover\:scale-105{--tw-scale-x:1.05;--tw-scale-y:1.05}.group:hover .group-hover\:scale-110{--tw-scale-x:1.1;--tw-scale-y:1.1;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.group:hover .group-hover\:text-blue-600{--tw-text-opacity:1;color:#2563eb;color:rgb(37 99 235/var(--tw-text-opacity,1))}.group:hover .group-hover\:text-emerald-600{--tw-text-opacity:1;color:#059669;color:rgb(5 150 105/var(--tw-text-opacity,1))}.group:hover .group-hover\:underline{-webkit-text-decoration-line:underline;text-decoration-line:underline}.group:hover .group-hover\:opacity-100,.group\/progress:hover .group-hover\/progress\:opacity-100{opacity:1}.group:hover .group-hover\:shadow-lg{--tw-shadow:0 10px 15px -3px #0000001a,0 4px 6px -4px #0000001a;--tw-shadow-colored:0 10px 15px -3px var(--tw-shadow-color),0 4px 6px -4px var(--tw-shadow-color)}.group:hover .group-hover\:shadow-lg,.group:hover .group-hover\:shadow-xl{box-shadow:0 0 #0000,0 0 #0000,var(--tw-shadow);box-shadow:var(--tw-ring-offset-shadow,0 0 #0000),var(--tw-ring-shadow,0 0 #0000),var(--tw-shadow)}.group:hover .group-hover\:shadow-xl{--tw-shadow:0 20px 25px -5px #0000001a,0 8px 10px -6px #0000001a;--tw-shadow-colored:0 20px 25px -5px var(--tw-shadow-color),0 8px 10px -6px var(--tw-shadow-color)}.group:hover .group-hover\:shadow-\[\#0A66C2\]\/50{--tw-shadow-color:#0a66c280;--tw-shadow:var(--tw-shadow-colored)}.group:hover .group-hover\:shadow-\[\#E4405F\]\/50{--tw-shadow-color:#e4405f80;--tw-shadow:var(--tw-shadow-colored)}.group:hover .group-hover\:shadow-\[\#FF0000\]\/50{--tw-shadow-color:#ff000080;--tw-shadow:var(--tw-shadow-colored)}.dark\:block:is(.dark *){display:block}.dark\:hidden:is(.dark *){display:none}.dark\:divide-neutral-700:is(.dark *)>:not([hidden])~:not([hidden]){--tw-divide-opacity:1;border-color:#404040;border-color:rgb(64 64 64/var(--tw-divide-opacity,1))}.dark\:divide-neutral-800:is(.dark *)>:not([hidden])~:not([hidden]){--tw-divide-opacity:1;border-color:#262626;border-color:rgb(38 38 38/var(--tw-divide-opacity,1))}.dark\:border:is(.dark *){border-width:1px}.dark\:border-\[\#2A2D3E\]:is(.dark *){--tw-border-opacity:1;border-color:#2a2d3e;border-color:rgb(42 45 62/var(--tw-border-opacity,1))}.dark\:border-\[\#7B76FD\]:is(.dark *){--tw-border-opacity:1;border-color:#7b76fd;border-color:rgb(123 118 253/var(--tw-border-opacity,1))}.dark\:border-\[\#7B76FD\]\/30:is(.dark *){border-color:#7b76fd4d}.dark\:border-amber-500\/20:is(.dark *){border-color:#f59e0b33}.dark\:border-amber-700:is(.dark *){--tw-border-opacity:1;border-color:#b45309;border-color:rgb(180 83 9/var(--tw-border-opacity,1))}.dark\:border-amber-800:is(.dark *){--tw-border-opacity:1;border-color:#92400e;border-color:rgb(146 64 14/var(--tw-border-opacity,1))}.dark\:border-blue-400:is(.dark *){--tw-border-opacity:1;border-color:#60a5fa;border-color:rgb(96 165 250/var(--tw-border-opacity,1))}.dark\:border-blue-500:is(.dark *){--tw-border-opacity:1;border-color:#3b82f6;border-color:rgb(59 130 246/var(--tw-border-opacity,1))}.dark\:border-blue-700:is(.dark *){--tw-border-opacity:1;border-color:#1d4ed8;border-color:rgb(29 78 216/var(--tw-border-opacity,1))}.dark\:border-blue-800:is(.dark *){--tw-border-opacity:1;border-color:#1e40af;border-color:rgb(30 64 175/var(--tw-border-opacity,1))}.dark\:border-blue-800\/40:is(.dark *){border-color:#1e40af66}.dark\:border-blue-900:is(.dark *){--tw-border-opacity:1;border-color:#1e3a8a;border-color:rgb(30 58 138/var(--tw-border-opacity,1))}.dark\:border-brand-blue:is(.dark *){--tw-border-opacity:1;border-color:#4dbbff;border-color:rgb(77 187 255/var(--tw-border-opacity,1))}.dark\:border-cyan-800\/40:is(.dark *){border-color:#155e7566}.dark\:border-gray-500:is(.dark *){--tw-border-opacity:1;border-color:#6b7280;border-color:rgb(107 114 128/var(--tw-border-opacity,1))}.dark\:border-gray-600:is(.dark *){--tw-border-opacity:1;border-color:#4b5563;border-color:rgb(75 85 99/var(--tw-border-opacity,1))}.dark\:border-gray-700:is(.dark *){--tw-border-opacity:1;border-color:#374151;border-color:rgb(55 65 81/var(--tw-border-opacity,1))}.dark\:border-gray-800:is(.dark *){--tw-border-opacity:1;border-color:#1f2937;border-color:rgb(31 41 55/var(--tw-border-opacity,1))}.dark\:border-green-600:is(.dark *){--tw-border-opacity:1;border-color:#16a34a;border-color:rgb(22 163 74/var(--tw-border-opacity,1))}.dark\:border-green-700:is(.dark *){--tw-border-opacity:1;border-color:#15803d;border-color:rgb(21 128 61/var(--tw-border-opacity,1))}.dark\:border-green-800:is(.dark *){--tw-border-opacity:1;border-color:#166534;border-color:rgb(22 101 52/var(--tw-border-opacity,1))}.dark\:border-green-800\/40:is(.dark *){border-color:#16653466}.dark\:border-indigo-800\/40:is(.dark *){border-color:#3730a366}.dark\:border-neutral-600:is(.dark *){--tw-border-opacity:1;border-color:#525252;border-color:rgb(82 82 82/var(--tw-border-opacity,1))}.dark\:border-neutral-700:is(.dark *){--tw-border-opacity:1;border-color:#404040;border-color:rgb(64 64 64/var(--tw-border-opacity,1))}.dark\:border-neutral-700\/50:is(.dark *){border-color:#40404080}.dark\:border-neutral-800:is(.dark *){--tw-border-opacity:1;border-color:#262626;border-color:rgb(38 38 38/var(--tw-border-opacity,1))}.dark\:border-neutral-800\/50:is(.dark *){border-color:#26262680}.dark\:border-neutral-900:is(.dark *){--tw-border-opacity:1;border-color:#171717;border-color:rgb(23 23 23/var(--tw-border-opacity,1))}.dark\:border-orange-700:is(.dark *){--tw-border-opacity:1;border-color:#c2410c;border-color:rgb(194 65 12/var(--tw-border-opacity,1))}.dark\:border-orange-800:is(.dark *){--tw-border-opacity:1;border-color:#9a3412;border-color:rgb(154 52 18/var(--tw-border-opacity,1))}.dark\:border-orange-800\/40:is(.dark *){border-color:#9a341266}.dark\:border-purple-400:is(.dark *){--tw-border-opacity:1;border-color:#c084fc;border-color:rgb(192 132 252/var(--tw-border-opacity,1))}.dark\:border-purple-700:is(.dark *){--tw-border-opacity:1;border-color:#7e22ce;border-color:rgb(126 34 206/var(--tw-border-opacity,1))}.dark\:border-purple-800:is(.dark *){--tw-border-opacity:1;border-color:#6b21a8;border-color:rgb(107 33 168/var(--tw-border-opacity,1))}.dark\:border-purple-800\/40:is(.dark *){border-color:#6b21a866}.dark\:border-red-600:is(.dark *){--tw-border-opacity:1;border-color:#dc2626;border-color:rgb(220 38 38/var(--tw-border-opacity,1))}.dark\:border-red-700:is(.dark *){--tw-border-opacity:1;border-color:#b91c1c;border-color:rgb(185 28 28/var(--tw-border-opacity,1))}.dark\:border-red-800:is(.dark *){--tw-border-opacity:1;border-color:#991b1b;border-color:rgb(153 27 27/var(--tw-border-opacity,1))}.dark\:border-red-900\/40:is(.dark *){border-color:#7f1d1d66}.dark\:border-rose-800\/40:is(.dark *){border-color:#9f123966}.dark\:border-slate-600:is(.dark *){--tw-border-opacity:1;border-color:#475569;border-color:rgb(71 85 105/var(--tw-border-opacity,1))}.dark\:border-transparent:is(.dark *){border-color:#0000}.dark\:border-white:is(.dark *){--tw-border-opacity:1;border-color:#fff;border-color:rgb(255 255 255/var(--tw-border-opacity,1))}.dark\:border-white\/10:is(.dark *){border-color:#ffffff1a}.dark\:border-white\/20:is(.dark *){border-color:#fff3}.dark\:border-white\/30:is(.dark *){border-color:#ffffff4d}.dark\:border-white\/40:is(.dark *){border-color:#fff6}.dark\:border-yellow-700:is(.dark *){--tw-border-opacity:1;border-color:#a16207;border-color:rgb(161 98 7/var(--tw-border-opacity,1))}.dark\:border-yellow-800:is(.dark *){--tw-border-opacity:1;border-color:#854d0e;border-color:rgb(133 77 14/var(--tw-border-opacity,1))}.dark\:border-yellow-800\/40:is(.dark *){border-color:#854d0e66}.dark\:bg-\[\#0D0F1E\]:is(.dark *){--tw-bg-opacity:1;background-color:#0d0f1e;background-color:rgb(13 15 30/var(--tw-bg-opacity,1))}.dark\:bg-\[\#0F1117\]:is(.dark *){--tw-bg-opacity:1;background-color:#0f1117;background-color:rgb(15 17 23/var(--tw-bg-opacity,1))}.dark\:bg-\[\#0F1117\]\/60:is(.dark *){background-color:#0f111799}.dark\:bg-\[\#0F1117\]\/70:is(.dark *){background-color:#0f1117b3}.dark\:bg-\[\#0F1117\]\/80:is(.dark *){background-color:#0f1117cc}.dark\:bg-\[\#191934\]:is(.dark *){--tw-bg-opacity:1;background-color:#191934;background-color:rgb(25 25 52/var(--tw-bg-opacity,1))}.dark\:bg-\[\#191B35\]:is(.dark *){--tw-bg-opacity:1;background-color:#191b35;background-color:rgb(25 27 53/var(--tw-bg-opacity,1))}.dark\:bg-\[\#1A1D27\]:is(.dark *){--tw-bg-opacity:1;background-color:#1a1d27;background-color:rgb(26 29 39/var(--tw-bg-opacity,1))}.dark\:bg-\[\#1C203F\]:is(.dark *){--tw-bg-opacity:1;background-color:#1c203f;background-color:rgb(28 32 63/var(--tw-bg-opacity,1))}.dark\:bg-\[\#1E2A45\]:is(.dark *){--tw-bg-opacity:1;background-color:#1e2a45;background-color:rgb(30 42 69/var(--tw-bg-opacity,1))}.dark\:bg-\[\#1e1e1e\]:is(.dark *){--tw-bg-opacity:1;background-color:#1e1e1e;background-color:rgb(30 30 30/var(--tw-bg-opacity,1))}.dark\:bg-\[\#323233\]:is(.dark *){--tw-bg-opacity:1;background-color:#323233;background-color:rgb(50 50 51/var(--tw-bg-opacity,1))}.dark\:bg-amber-400:is(.dark *){--tw-bg-opacity:1;background-color:#fbbf24;background-color:rgb(251 191 36/var(--tw-bg-opacity,1))}.dark\:bg-amber-500\/20:is(.dark *){background-color:#f59e0b33}.dark\:bg-amber-900\/20:is(.dark *){background-color:#78350f33}.dark\:bg-amber-900\/30:is(.dark *){background-color:#78350f4d}.dark\:bg-blue-400:is(.dark *){--tw-bg-opacity:1;background-color:#60a5fa;background-color:rgb(96 165 250/var(--tw-bg-opacity,1))}.dark\:bg-blue-500\/10:is(.dark *){background-color:#3b82f61a}.dark\:bg-blue-500\/20:is(.dark *){background-color:#3b82f633}.dark\:bg-blue-600:is(.dark *){--tw-bg-opacity:1;background-color:#2563eb;background-color:rgb(37 99 235/var(--tw-bg-opacity,1))}.dark\:bg-blue-600\/10:is(.dark *){background-color:#2563eb1a}.dark\:bg-blue-600\/20:is(.dark *){background-color:#2563eb33}.dark\:bg-blue-600\/5:is(.dark *){background-color:#2563eb0d}.dark\:bg-blue-700:is(.dark *){--tw-bg-opacity:1;background-color:#1d4ed8;background-color:rgb(29 78 216/var(--tw-bg-opacity,1))}.dark\:bg-blue-700\/5:is(.dark *){background-color:#1d4ed80d}.dark\:bg-blue-900:is(.dark *){--tw-bg-opacity:1;background-color:#1e3a8a;background-color:rgb(30 58 138/var(--tw-bg-opacity,1))}.dark\:bg-blue-900\/10:is(.dark *){background-color:#1e3a8a1a}.dark\:bg-blue-900\/20:is(.dark *){background-color:#1e3a8a33}.dark\:bg-blue-900\/30:is(.dark *){background-color:#1e3a8a4d}.dark\:bg-blue-900\/40:is(.dark *){background-color:#1e3a8a66}.dark\:bg-blue-900\/50:is(.dark *){background-color:#1e3a8a80}.dark\:bg-brand-blue:is(.dark *){--tw-bg-opacity:1;background-color:#4dbbff;background-color:rgb(77 187 255/var(--tw-bg-opacity,1))}.dark\:bg-brand-dark-blue:is(.dark *){--tw-bg-opacity:1;background-color:#17377b;background-color:rgb(23 55 123/var(--tw-bg-opacity,1))}.dark\:bg-cyan-500\/20:is(.dark *){background-color:#06b6d433}.dark\:bg-cyan-900\/20:is(.dark *){background-color:#164e6333}.dark\:bg-cyan-900\/40:is(.dark *){background-color:#164e6366}.dark\:bg-emerald-500\/20:is(.dark *){background-color:#10b98133}.dark\:bg-emerald-900\/20:is(.dark *){background-color:#064e3b33}.dark\:bg-emerald-900\/30:is(.dark *){background-color:#064e3b4d}.dark\:bg-gray-600:is(.dark *){--tw-bg-opacity:1;background-color:#4b5563;background-color:rgb(75 85 99/var(--tw-bg-opacity,1))}.dark\:bg-gray-700:is(.dark *){--tw-bg-opacity:1;background-color:#374151;background-color:rgb(55 65 81/var(--tw-bg-opacity,1))}.dark\:bg-gray-700\/40:is(.dark *){background-color:#37415166}.dark\:bg-gray-800:is(.dark *){--tw-bg-opacity:1;background-color:#1f2937;background-color:rgb(31 41 55/var(--tw-bg-opacity,1))}.dark\:bg-gray-800\/50:is(.dark *){background-color:#1f293780}.dark\:bg-gray-900:is(.dark *){--tw-bg-opacity:1;background-color:#111827;background-color:rgb(17 24 39/var(--tw-bg-opacity,1))}.dark\:bg-gray-900\/30:is(.dark *){background-color:#1118274d}.dark\:bg-green-500:is(.dark *){--tw-bg-opacity:1;background-color:#22c55e;background-color:rgb(34 197 94/var(--tw-bg-opacity,1))}.dark\:bg-green-500\/20:is(.dark *){background-color:#22c55e33}.dark\:bg-green-600:is(.dark *){--tw-bg-opacity:1;background-color:#16a34a;background-color:rgb(22 163 74/var(--tw-bg-opacity,1))}.dark\:bg-green-900:is(.dark *){--tw-bg-opacity:1;background-color:#14532d;background-color:rgb(20 83 45/var(--tw-bg-opacity,1))}.dark\:bg-green-900\/10:is(.dark *){background-color:#14532d1a}.dark\:bg-green-900\/20:is(.dark *){background-color:#14532d33}.dark\:bg-green-900\/30:is(.dark *){background-color:#14532d4d}.dark\:bg-green-900\/40:is(.dark *){background-color:#14532d66}.dark\:bg-indigo-500\/20:is(.dark *){background-color:#6366f133}.dark\:bg-indigo-900\/20:is(.dark *){background-color:#312e8133}.dark\:bg-indigo-900\/30:is(.dark *){background-color:#312e814d}.dark\:bg-indigo-900\/40:is(.dark *){background-color:#312e8166}.dark\:bg-neutral-500:is(.dark *){--tw-bg-opacity:1;background-color:#737373;background-color:rgb(115 115 115/var(--tw-bg-opacity,1))}.dark\:bg-neutral-600:is(.dark *){--tw-bg-opacity:1;background-color:#525252;background-color:rgb(82 82 82/var(--tw-bg-opacity,1))}.dark\:bg-neutral-700:is(.dark *){--tw-bg-opacity:1;background-color:#404040;background-color:rgb(64 64 64/var(--tw-bg-opacity,1))}.dark\:bg-neutral-700\/30:is(.dark *){background-color:#4040404d}.dark\:bg-neutral-700\/50:is(.dark *){background-color:#40404080}.dark\:bg-neutral-800:is(.dark *){--tw-bg-opacity:1;background-color:#262626;background-color:rgb(38 38 38/var(--tw-bg-opacity,1))}.dark\:bg-neutral-800\/30:is(.dark *){background-color:#2626264d}.dark\:bg-neutral-800\/50:is(.dark *){background-color:#26262680}.dark\:bg-neutral-900:is(.dark *){--tw-bg-opacity:1;background-color:#171717;background-color:rgb(23 23 23/var(--tw-bg-opacity,1))}.dark\:bg-neutral-900\/30:is(.dark *){background-color:#1717174d}.dark\:bg-neutral-900\/50:is(.dark *){background-color:#17171780}.dark\:bg-neutral-900\/90:is(.dark *){background-color:#171717e6}.dark\:bg-orange-500\/20:is(.dark *){background-color:#f9731633}.dark\:bg-orange-600:is(.dark *){--tw-bg-opacity:1;background-color:#ea580c;background-color:rgb(234 88 12/var(--tw-bg-opacity,1))}.dark\:bg-orange-900\/20:is(.dark *){background-color:#7c2d1233}.dark\:bg-orange-900\/30:is(.dark *){background-color:#7c2d124d}.dark\:bg-orange-900\/40:is(.dark *){background-color:#7c2d1266}.dark\:bg-pink-900\/20:is(.dark *){background-color:#83184333}.dark\:bg-pink-900\/30:is(.dark *){background-color:#8318434d}.dark\:bg-pink-900\/40:is(.dark *){background-color:#83184366}.dark\:bg-purple-400:is(.dark *){--tw-bg-opacity:1;background-color:#c084fc;background-color:rgb(192 132 252/var(--tw-bg-opacity,1))}.dark\:bg-purple-500\/20:is(.dark *){background-color:#a855f733}.dark\:bg-purple-600:is(.dark *){--tw-bg-opacity:1;background-color:#9333ea;background-color:rgb(147 51 234/var(--tw-bg-opacity,1))}.dark\:bg-purple-900:is(.dark *){--tw-bg-opacity:1;background-color:#581c87;background-color:rgb(88 28 135/var(--tw-bg-opacity,1))}.dark\:bg-purple-900\/20:is(.dark *){background-color:#581c8733}.dark\:bg-purple-900\/30:is(.dark *){background-color:#581c874d}.dark\:bg-purple-900\/40:is(.dark *){background-color:#581c8766}.dark\:bg-purple-900\/50:is(.dark *){background-color:#581c8780}.dark\:bg-red-500:is(.dark *){--tw-bg-opacity:1;background-color:#ef4444;background-color:rgb(239 68 68/var(--tw-bg-opacity,1))}.dark\:bg-red-500\/20:is(.dark *){background-color:#ef444433}.dark\:bg-red-600:is(.dark *){--tw-bg-opacity:1;background-color:#dc2626;background-color:rgb(220 38 38/var(--tw-bg-opacity,1))}.dark\:bg-red-900:is(.dark *){--tw-bg-opacity:1;background-color:#7f1d1d;background-color:rgb(127 29 29/var(--tw-bg-opacity,1))}.dark\:bg-red-900\/10:is(.dark *){background-color:#7f1d1d1a}.dark\:bg-red-900\/20:is(.dark *){background-color:#7f1d1d33}.dark\:bg-red-900\/30:is(.dark *){background-color:#7f1d1d4d}.dark\:bg-red-900\/40:is(.dark *){background-color:#7f1d1d66}.dark\:bg-rose-900\/20:is(.dark *){background-color:#88133733}.dark\:bg-rose-900\/30:is(.dark *){background-color:#8813374d}.dark\:bg-sky-900\/30:is(.dark *){background-color:#0c4a6e4d}.dark\:bg-slate-800\/50:is(.dark *){background-color:#1e293b80}.dark\:bg-teal-500\/20:is(.dark *){background-color:#14b8a633}.dark\:bg-violet-500\/20:is(.dark *){background-color:#8b5cf633}.dark\:bg-white:is(.dark *){--tw-bg-opacity:1;background-color:#fff;background-color:rgb(255 255 255/var(--tw-bg-opacity,1))}.dark\:bg-white\/10:is(.dark *){background-color:#ffffff1a}.dark\:bg-white\/15:is(.dark *){background-color:#ffffff26}.dark\:bg-white\/20:is(.dark *){background-color:#fff3}.dark\:bg-white\/30:is(.dark *){background-color:#ffffff4d}.dark\:bg-white\/40:is(.dark *){background-color:#fff6}.dark\:bg-white\/90:is(.dark *){background-color:#ffffffe6}.dark\:bg-white\/\[0\.04\]:is(.dark *){background-color:#ffffff0a}.dark\:bg-yellow-500:is(.dark *){--tw-bg-opacity:1;background-color:#eab308;background-color:rgb(234 179 8/var(--tw-bg-opacity,1))}.dark\:bg-yellow-500\/20:is(.dark *){background-color:#eab30833}.dark\:bg-yellow-900:is(.dark *){--tw-bg-opacity:1;background-color:#713f12;background-color:rgb(113 63 18/var(--tw-bg-opacity,1))}.dark\:bg-yellow-900\/10:is(.dark *){background-color:#713f121a}.dark\:bg-yellow-900\/20:is(.dark *){background-color:#713f1233}.dark\:bg-yellow-900\/30:is(.dark *){background-color:#713f124d}.dark\:bg-opacity-95:is(.dark *){--tw-bg-opacity:0.95}.dark\:bg-gradient-to-br:is(.dark *){background-image:linear-gradient(to bottom right,var(--tw-gradient-stops))}.dark\:bg-gradient-to-r:is(.dark *){background-image:linear-gradient(to right,var(--tw-gradient-stops))}.dark\:bg-none:is(.dark *){background-image:none}.dark\:from-\[\#1a1e2e\]:is(.dark *){--tw-gradient-from:#1a1e2e var(--tw-gradient-from-position);--tw-gradient-to:#1a1e2e00 var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to)}.dark\:from-\[\#1e1e1e\]:is(.dark *){--tw-gradient-from:#1e1e1e var(--tw-gradient-from-position);--tw-gradient-to:#1e1e1e00 var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to)}.dark\:from-\[\#4DBBFF\]:is(.dark *){--tw-gradient-from:#4dbbff var(--tw-gradient-from-position);--tw-gradient-to:#4dbbff00 var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to)}.dark\:from-amber-500:is(.dark *){--tw-gradient-from:#f59e0b var(--tw-gradient-from-position);--tw-gradient-to:#f59e0b00 var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to)}.dark\:from-black:is(.dark *){--tw-gradient-from:#000 var(--tw-gradient-from-position);--tw-gradient-to:#0000 var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to)}.dark\:from-blue-500:is(.dark *){--tw-gradient-from:#3b82f6 var(--tw-gradient-from-position);--tw-gradient-to:#3b82f600 var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to)}.dark\:from-blue-600:is(.dark *){--tw-gradient-from:#2563eb var(--tw-gradient-from-position);--tw-gradient-to:#2563eb00 var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to)}.dark\:from-blue-700:is(.dark *){--tw-gradient-from:#1d4ed8 var(--tw-gradient-from-position);--tw-gradient-to:#1d4ed800 var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to)}.dark\:from-blue-900\/10:is(.dark *){--tw-gradient-from:#1e3a8a1a var(--tw-gradient-from-position);--tw-gradient-to:#1e3a8a00 var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to)}.dark\:from-blue-900\/20:is(.dark *){--tw-gradient-from:#1e3a8a33 var(--tw-gradient-from-position);--tw-gradient-to:#1e3a8a00 var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to)}.dark\:from-blue-950\/20:is(.dark *){--tw-gradient-from:#17255433 var(--tw-gradient-from-position);--tw-gradient-to:#17255400 var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to)}.dark\:from-brand-dark-blue:is(.dark *){--tw-gradient-from:#17377b var(--tw-gradient-from-position);--tw-gradient-to:#17377b00 var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to)}.dark\:from-neutral-800:is(.dark *){--tw-gradient-from:#262626 var(--tw-gradient-from-position);--tw-gradient-to:#26262600 var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to)}.dark\:from-neutral-800\/30:is(.dark *){--tw-gradient-from:#2626264d var(--tw-gradient-from-position);--tw-gradient-to:#26262600 var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to)}.dark\:from-neutral-900:is(.dark *){--tw-gradient-from:#171717 var(--tw-gradient-from-position);--tw-gradient-to:#17171700 var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to)}.dark\:via-\[\#1e1e1e\]:is(.dark *){--tw-gradient-to:#1e1e1e00 var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from),#1e1e1e var(--tw-gradient-via-position),var(--tw-gradient-to)}.dark\:via-\[\#252525\]:is(.dark *){--tw-gradient-to:#25252500 var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from),#252525 var(--tw-gradient-via-position),var(--tw-gradient-to)}.dark\:to-\[\#2a1a1a\]:is(.dark *){--tw-gradient-to:#2a1a1a var(--tw-gradient-to-position)}.dark\:to-\[\#2a2010\]:is(.dark *){--tw-gradient-to:#2a2010 var(--tw-gradient-to-position)}.dark\:to-\[\#7B76FD\]:is(.dark *){--tw-gradient-to:#7b76fd var(--tw-gradient-to-position)}.dark\:to-amber-700:is(.dark *){--tw-gradient-to:#b45309 var(--tw-gradient-to-position)}.dark\:to-black:is(.dark *){--tw-gradient-to:#000 var(--tw-gradient-to-position)}.dark\:to-blue-600:is(.dark *){--tw-gradient-to:#2563eb var(--tw-gradient-to-position)}.dark\:to-blue-800:is(.dark *){--tw-gradient-to:#1e40af var(--tw-gradient-to-position)}.dark\:to-blue-900:is(.dark *){--tw-gradient-to:#1e3a8a var(--tw-gradient-to-position)}.dark\:to-gray-800:is(.dark *){--tw-gradient-to:#1f2937 var(--tw-gradient-to-position)}.dark\:to-indigo-700:is(.dark *){--tw-gradient-to:#4338ca var(--tw-gradient-to-position)}.dark\:to-indigo-900\/20:is(.dark *){--tw-gradient-to:#312e8133 var(--tw-gradient-to-position)}.dark\:to-indigo-950\/20:is(.dark *){--tw-gradient-to:#1e1b4b33 var(--tw-gradient-to-position)}.dark\:to-neutral-700:is(.dark *){--tw-gradient-to:#404040 var(--tw-gradient-to-position)}.dark\:to-neutral-800:is(.dark *){--tw-gradient-to:#262626 var(--tw-gradient-to-position)}.dark\:to-neutral-900:is(.dark *){--tw-gradient-to:#171717 var(--tw-gradient-to-position)}.dark\:to-purple-500:is(.dark *){--tw-gradient-to:#a855f7 var(--tw-gradient-to-position)}.dark\:to-purple-700:is(.dark *){--tw-gradient-to:#7e22ce var(--tw-gradient-to-position)}.dark\:to-transparent:is(.dark *){--tw-gradient-to:#0000 var(--tw-gradient-to-position)}.dark\:fill-amber-900\/40:is(.dark *){fill:#78350f66}.dark\:fill-red-900\/40:is(.dark *){fill:#7f1d1d66}.dark\:text-\[\#7B76FD\]:is(.dark *){--tw-text-opacity:1;color:#7b76fd;color:rgb(123 118 253/var(--tw-text-opacity,1))}.dark\:text-amber-200:is(.dark *){--tw-text-opacity:1;color:#fde68a;color:rgb(253 230 138/var(--tw-text-opacity,1))}.dark\:text-amber-300:is(.dark *){--tw-text-opacity:1;color:#fcd34d;color:rgb(252 211 77/var(--tw-text-opacity,1))}.dark\:text-amber-400:is(.dark *){--tw-text-opacity:1;color:#fbbf24;color:rgb(251 191 36/var(--tw-text-opacity,1))}.dark\:text-blue-100:is(.dark *){--tw-text-opacity:1;color:#dbeafe;color:rgb(219 234 254/var(--tw-text-opacity,1))}.dark\:text-blue-200:is(.dark *){--tw-text-opacity:1;color:#bfdbfe;color:rgb(191 219 254/var(--tw-text-opacity,1))}.dark\:text-blue-300:is(.dark *){--tw-text-opacity:1;color:#93c5fd;color:rgb(147 197 253/var(--tw-text-opacity,1))}.dark\:text-blue-400:is(.dark *){--tw-text-opacity:1;color:#60a5fa;color:rgb(96 165 250/var(--tw-text-opacity,1))}.dark\:text-blue-50:is(.dark *){--tw-text-opacity:1;color:#eff6ff;color:rgb(239 246 255/var(--tw-text-opacity,1))}.dark\:text-blue-600:is(.dark *){--tw-text-opacity:1;color:#2563eb;color:rgb(37 99 235/var(--tw-text-opacity,1))}.dark\:text-brand-blue:is(.dark *){--tw-text-opacity:1;color:#4dbbff;color:rgb(77 187 255/var(--tw-text-opacity,1))}.dark\:text-cyan-400:is(.dark *){--tw-text-opacity:1;color:#22d3ee;color:rgb(34 211 238/var(--tw-text-opacity,1))}.dark\:text-emerald-300:is(.dark *){--tw-text-opacity:1;color:#6ee7b7;color:rgb(110 231 183/var(--tw-text-opacity,1))}.dark\:text-emerald-400:is(.dark *){--tw-text-opacity:1;color:#34d399;color:rgb(52 211 153/var(--tw-text-opacity,1))}.dark\:text-gray-100:is(.dark *){--tw-text-opacity:1;color:#f3f4f6;color:rgb(243 244 246/var(--tw-text-opacity,1))}.dark\:text-gray-200:is(.dark *){--tw-text-opacity:1;color:#e5e7eb;color:rgb(229 231 235/var(--tw-text-opacity,1))}.dark\:text-gray-300:is(.dark *){--tw-text-opacity:1;color:#d1d5db;color:rgb(209 213 219/var(--tw-text-opacity,1))}.dark\:text-gray-400:is(.dark *){--tw-text-opacity:1;color:#9ca3af;color:rgb(156 163 175/var(--tw-text-opacity,1))}.dark\:text-gray-500:is(.dark *){--tw-text-opacity:1;color:#6b7280;color:rgb(107 114 128/var(--tw-text-opacity,1))}.dark\:text-gray-600:is(.dark *){--tw-text-opacity:1;color:#4b5563;color:rgb(75 85 99/var(--tw-text-opacity,1))}.dark\:text-gray-700:is(.dark *){--tw-text-opacity:1;color:#374151;color:rgb(55 65 81/var(--tw-text-opacity,1))}.dark\:text-green-200:is(.dark *){--tw-text-opacity:1;color:#bbf7d0;color:rgb(187 247 208/var(--tw-text-opacity,1))}.dark\:text-green-300:is(.dark *){--tw-text-opacity:1;color:#86efac;color:rgb(134 239 172/var(--tw-text-opacity,1))}.dark\:text-green-400:is(.dark *){--tw-text-opacity:1;color:#4ade80;color:rgb(74 222 128/var(--tw-text-opacity,1))}.dark\:text-indigo-300:is(.dark *){--tw-text-opacity:1;color:#a5b4fc;color:rgb(165 180 252/var(--tw-text-opacity,1))}.dark\:text-indigo-400:is(.dark *){--tw-text-opacity:1;color:#818cf8;color:rgb(129 140 248/var(--tw-text-opacity,1))}.dark\:text-orange-300:is(.dark *){--tw-text-opacity:1;color:#fdba74;color:rgb(253 186 116/var(--tw-text-opacity,1))}.dark\:text-orange-400:is(.dark *){--tw-text-opacity:1;color:#fb923c;color:rgb(251 146 60/var(--tw-text-opacity,1))}.dark\:text-pink-300:is(.dark *){--tw-text-opacity:1;color:#f9a8d4;color:rgb(249 168 212/var(--tw-text-opacity,1))}.dark\:text-pink-400:is(.dark *){--tw-text-opacity:1;color:#f472b6;color:rgb(244 114 182/var(--tw-text-opacity,1))}.dark\:text-purple-200:is(.dark *){--tw-text-opacity:1;color:#e9d5ff;color:rgb(233 213 255/var(--tw-text-opacity,1))}.dark\:text-purple-300:is(.dark *){--tw-text-opacity:1;color:#d8b4fe;color:rgb(216 180 254/var(--tw-text-opacity,1))}.dark\:text-purple-400:is(.dark *){--tw-text-opacity:1;color:#c084fc;color:rgb(192 132 252/var(--tw-text-opacity,1))}.dark\:text-red-200:is(.dark *){--tw-text-opacity:1;color:#fecaca;color:rgb(254 202 202/var(--tw-text-opacity,1))}.dark\:text-red-300:is(.dark *){--tw-text-opacity:1;color:#fca5a5;color:rgb(252 165 165/var(--tw-text-opacity,1))}.dark\:text-red-400:is(.dark *){--tw-text-opacity:1;color:#f87171;color:rgb(248 113 113/var(--tw-text-opacity,1))}.dark\:text-rose-400:is(.dark *){--tw-text-opacity:1;color:#fb7185;color:rgb(251 113 133/var(--tw-text-opacity,1))}.dark\:text-sky-400:is(.dark *){--tw-text-opacity:1;color:#38bdf8;color:rgb(56 189 248/var(--tw-text-opacity,1))}.dark\:text-teal-400:is(.dark *){--tw-text-opacity:1;color:#2dd4bf;color:rgb(45 212 191/var(--tw-text-opacity,1))}.dark\:text-violet-400:is(.dark *){--tw-text-opacity:1;color:#a78bfa;color:rgb(167 139 250/var(--tw-text-opacity,1))}.dark\:text-white:is(.dark *){--tw-text-opacity:1;color:#fff;color:rgb(255 255 255/var(--tw-text-opacity,1))}.dark\:text-white\/50:is(.dark *){color:#ffffff80}.dark\:text-white\/60:is(.dark *){color:#fff9}.dark\:text-white\/70:is(.dark *){color:#ffffffb3}.dark\:text-white\/80:is(.dark *){color:#fffc}.dark\:text-white\/90:is(.dark *){color:#ffffffe6}.dark\:text-yellow-100:is(.dark *){--tw-text-opacity:1;color:#fef9c3;color:rgb(254 249 195/var(--tw-text-opacity,1))}.dark\:text-yellow-200:is(.dark *){--tw-text-opacity:1;color:#fef08a;color:rgb(254 240 138/var(--tw-text-opacity,1))}.dark\:text-yellow-300:is(.dark *){--tw-text-opacity:1;color:#fde047;color:rgb(253 224 71/var(--tw-text-opacity,1))}.dark\:text-yellow-400:is(.dark *){--tw-text-opacity:1;color:#facc15;color:rgb(250 204 21/var(--tw-text-opacity,1))}.dark\:placeholder-gray-400:is(.dark *)::placeholder{--tw-placeholder-opacity:1;color:#9ca3af;color:rgb(156 163 175/var(--tw-placeholder-opacity,1))}.dark\:placeholder-gray-500:is(.dark *)::placeholder{--tw-placeholder-opacity:1;color:#6b7280;color:rgb(107 114 128/var(--tw-placeholder-opacity,1))}.dark\:placeholder-white\/50:is(.dark *)::placeholder{color:#ffffff80}.dark\:placeholder-white\/80:is(.dark *)::placeholder{color:#fffc}.dark\:shadow-2xl:is(.dark *){--tw-shadow:0 25px 50px -12px #00000040;--tw-shadow-colored:0 25px 50px -12px var(--tw-shadow-color);box-shadow:0 0 #0000,0 0 #0000,var(--tw-shadow);box-shadow:var(--tw-ring-offset-shadow,0 0 #0000),var(--tw-ring-shadow,0 0 #0000),var(--tw-shadow)}.dark\:shadow-lg:is(.dark *){--tw-shadow:0 10px 15px -3px #0000001a,0 4px 6px -4px #0000001a;--tw-shadow-colored:0 10px 15px -3px var(--tw-shadow-color),0 4px 6px -4px var(--tw-shadow-color);box-shadow:0 0 #0000,0 0 #0000,var(--tw-shadow);box-shadow:var(--tw-ring-offset-shadow,0 0 #0000),var(--tw-ring-shadow,0 0 #0000),var(--tw-shadow)}.dark\:shadow-none:is(.dark *){--tw-shadow:0 0 #0000;--tw-shadow-colored:0 0 #0000;box-shadow:0 0 #0000,0 0 #0000,var(--tw-shadow);box-shadow:var(--tw-ring-offset-shadow,0 0 #0000),var(--tw-ring-shadow,0 0 #0000),var(--tw-shadow)}.dark\:shadow-amber-900\/40:is(.dark *){--tw-shadow-color:#78350f66;--tw-shadow:var(--tw-shadow-colored)}.dark\:shadow-blue-900\/40:is(.dark *){--tw-shadow-color:#1e3a8a66;--tw-shadow:var(--tw-shadow-colored)}.dark\:shadow-green-900\/40:is(.dark *){--tw-shadow-color:#14532d66;--tw-shadow:var(--tw-shadow-colored)}.dark\:shadow-orange-900\/40:is(.dark *){--tw-shadow-color:#7c2d1266;--tw-shadow:var(--tw-shadow-colored)}.dark\:shadow-purple-900\/40:is(.dark *){--tw-shadow-color:#581c8766;--tw-shadow:var(--tw-shadow-colored)}.dark\:ring-blue-400:is(.dark *){--tw-ring-opacity:1;--tw-ring-color:rgb(96 165 250/var(--tw-ring-opacity,1))}.dark\:ring-blue-500\/10:is(.dark *){--tw-ring-color:#3b82f61a}.dark\:ring-blue-800:is(.dark *){--tw-ring-opacity:1;--tw-ring-color:rgb(30 64 175/var(--tw-ring-opacity,1))}.dark\:ring-emerald-800:is(.dark *){--tw-ring-opacity:1;--tw-ring-color:rgb(6 95 70/var(--tw-ring-opacity,1))}.dark\:ring-gray-500:is(.dark *){--tw-ring-opacity:1;--tw-ring-color:rgb(107 114 128/var(--tw-ring-opacity,1))}.dark\:ring-orange-800:is(.dark *){--tw-ring-opacity:1;--tw-ring-color:rgb(154 52 18/var(--tw-ring-opacity,1))}.dark\:ring-purple-800:is(.dark *){--tw-ring-opacity:1;--tw-ring-color:rgb(107 33 168/var(--tw-ring-opacity,1))}.dark\:\[-webkit-text-fill-color\:white\]:is(.dark *){-webkit-text-fill-color:#fff}.dark\:file\:bg-blue-900\/30:is(.dark *)::-webkit-file-upload-button{background-color:#1e3a8a4d}.dark\:file\:bg-blue-900\/30:is(.dark *)::file-selector-button{background-color:#1e3a8a4d}.dark\:file\:text-blue-300:is(.dark *)::-webkit-file-upload-button{--tw-text-opacity:1;color:#93c5fd;color:rgb(147 197 253/var(--tw-text-opacity,1))}.dark\:file\:text-blue-300:is(.dark *)::file-selector-button{--tw-text-opacity:1;color:#93c5fd;color:rgb(147 197 253/var(--tw-text-opacity,1))}.dark\:file\:text-blue-400:is(.dark *)::-webkit-file-upload-button{--tw-text-opacity:1;color:#60a5fa;color:rgb(96 165 250/var(--tw-text-opacity,1))}.dark\:file\:text-blue-400:is(.dark *)::file-selector-button{--tw-text-opacity:1;color:#60a5fa;color:rgb(96 165 250/var(--tw-text-opacity,1))}.dark\:hover\:border-amber-500\/50:hover:is(.dark *){border-color:#f59e0b80}.dark\:hover\:border-blue-500:hover:is(.dark *){--tw-border-opacity:1;border-color:#3b82f6;border-color:rgb(59 130 246/var(--tw-border-opacity,1))}.dark\:hover\:border-blue-500\/40:hover:is(.dark *){border-color:#3b82f666}.dark\:hover\:border-blue-500\/50:hover:is(.dark *){border-color:#3b82f680}.dark\:hover\:border-brand-blue:hover:is(.dark *){--tw-border-opacity:1;border-color:#4dbbff;border-color:rgb(77 187 255/var(--tw-border-opacity,1))}.dark\:hover\:border-gray-500:hover:is(.dark *){--tw-border-opacity:1;border-color:#6b7280;border-color:rgb(107 114 128/var(--tw-border-opacity,1))}.dark\:hover\:border-gray-600:hover:is(.dark *){--tw-border-opacity:1;border-color:#4b5563;border-color:rgb(75 85 99/var(--tw-border-opacity,1))}.dark\:hover\:border-neutral-600:hover:is(.dark *){--tw-border-opacity:1;border-color:#525252;border-color:rgb(82 82 82/var(--tw-border-opacity,1))}.dark\:hover\:border-neutral-700:hover:is(.dark *){--tw-border-opacity:1;border-color:#404040;border-color:rgb(64 64 64/var(--tw-border-opacity,1))}.dark\:hover\:border-orange-600:hover:is(.dark *){--tw-border-opacity:1;border-color:#ea580c;border-color:rgb(234 88 12/var(--tw-border-opacity,1))}.dark\:hover\:bg-\[\#1E212E\]:hover:is(.dark *){--tw-bg-opacity:1;background-color:#1e212e;background-color:rgb(30 33 46/var(--tw-bg-opacity,1))}.dark\:hover\:bg-\[\#7B76FD\]:hover:is(.dark *){--tw-bg-opacity:1;background-color:#7b76fd;background-color:rgb(123 118 253/var(--tw-bg-opacity,1))}.dark\:hover\:bg-\[\#7B76FD\]\/10:hover:is(.dark *){background-color:#7b76fd1a}.dark\:hover\:bg-amber-900\/40:hover:is(.dark *){background-color:#78350f66}.dark\:hover\:bg-blue-400\/20:hover:is(.dark *){background-color:#60a5fa33}.dark\:hover\:bg-blue-600:hover:is(.dark *){--tw-bg-opacity:1;background-color:#2563eb;background-color:rgb(37 99 235/var(--tw-bg-opacity,1))}.dark\:hover\:bg-blue-700:hover:is(.dark *){--tw-bg-opacity:1;background-color:#1d4ed8;background-color:rgb(29 78 216/var(--tw-bg-opacity,1))}.dark\:hover\:bg-blue-900\/20:hover:is(.dark *){background-color:#1e3a8a33}.dark\:hover\:bg-blue-900\/30:hover:is(.dark *){background-color:#1e3a8a4d}.dark\:hover\:bg-blue-900\/40:hover:is(.dark *){background-color:#1e3a8a66}.dark\:hover\:bg-blue-900\/50:hover:is(.dark *){background-color:#1e3a8a80}.dark\:hover\:bg-emerald-900\/30:hover:is(.dark *){background-color:#064e3b4d}.dark\:hover\:bg-emerald-900\/40:hover:is(.dark *){background-color:#064e3b66}.dark\:hover\:bg-gray-500:hover:is(.dark *){--tw-bg-opacity:1;background-color:#6b7280;background-color:rgb(107 114 128/var(--tw-bg-opacity,1))}.dark\:hover\:bg-gray-700:hover:is(.dark *){--tw-bg-opacity:1;background-color:#374151;background-color:rgb(55 65 81/var(--tw-bg-opacity,1))}.dark\:hover\:bg-gray-700\/50:hover:is(.dark *){background-color:#37415180}.dark\:hover\:bg-gray-800:hover:is(.dark *){--tw-bg-opacity:1;background-color:#1f2937;background-color:rgb(31 41 55/var(--tw-bg-opacity,1))}.dark\:hover\:bg-gray-800\/50:hover:is(.dark *){background-color:#1f293780}.dark\:hover\:bg-gray-800\/70:hover:is(.dark *){background-color:#1f2937b3}.dark\:hover\:bg-green-600:hover:is(.dark *){--tw-bg-opacity:1;background-color:#16a34a;background-color:rgb(22 163 74/var(--tw-bg-opacity,1))}.dark\:hover\:bg-green-700:hover:is(.dark *){--tw-bg-opacity:1;background-color:#15803d;background-color:rgb(21 128 61/var(--tw-bg-opacity,1))}.dark\:hover\:bg-green-900\/20:hover:is(.dark *){background-color:#14532d33}.dark\:hover\:bg-green-900\/30:hover:is(.dark *){background-color:#14532d4d}.dark\:hover\:bg-green-900\/50:hover:is(.dark *){background-color:#14532d80}.dark\:hover\:bg-indigo-900\/40:hover:is(.dark *){background-color:#312e8166}.dark\:hover\:bg-indigo-900\/50:hover:is(.dark *){background-color:#312e8180}.dark\:hover\:bg-neutral-600:hover:is(.dark *){--tw-bg-opacity:1;background-color:#525252;background-color:rgb(82 82 82/var(--tw-bg-opacity,1))}.dark\:hover\:bg-neutral-700:hover:is(.dark *){--tw-bg-opacity:1;background-color:#404040;background-color:rgb(64 64 64/var(--tw-bg-opacity,1))}.dark\:hover\:bg-neutral-700\/30:hover:is(.dark *){background-color:#4040404d}.dark\:hover\:bg-neutral-700\/50:hover:is(.dark *){background-color:#40404080}.dark\:hover\:bg-neutral-800:hover:is(.dark *){--tw-bg-opacity:1;background-color:#262626;background-color:rgb(38 38 38/var(--tw-bg-opacity,1))}.dark\:hover\:bg-neutral-800\/30:hover:is(.dark *){background-color:#2626264d}.dark\:hover\:bg-neutral-800\/50:hover:is(.dark *){background-color:#26262680}.dark\:hover\:bg-neutral-800\/60:hover:is(.dark *){background-color:#26262699}.dark\:hover\:bg-neutral-800\/80:hover:is(.dark *){background-color:#262626cc}.dark\:hover\:bg-neutral-900:hover:is(.dark *){--tw-bg-opacity:1;background-color:#171717;background-color:rgb(23 23 23/var(--tw-bg-opacity,1))}.dark\:hover\:bg-orange-900\/20:hover:is(.dark *){background-color:#7c2d1233}.dark\:hover\:bg-orange-900\/40:hover:is(.dark *){background-color:#7c2d1266}.dark\:hover\:bg-pink-900\/30:hover:is(.dark *){background-color:#8318434d}.dark\:hover\:bg-purple-900\/20:hover:is(.dark *){background-color:#581c8733}.dark\:hover\:bg-purple-900\/40:hover:is(.dark *){background-color:#581c8766}.dark\:hover\:bg-red-600:hover:is(.dark *){--tw-bg-opacity:1;background-color:#dc2626;background-color:rgb(220 38 38/var(--tw-bg-opacity,1))}.dark\:hover\:bg-red-700:hover:is(.dark *){--tw-bg-opacity:1;background-color:#b91c1c;background-color:rgb(185 28 28/var(--tw-bg-opacity,1))}.dark\:hover\:bg-red-900\/10:hover:is(.dark *){background-color:#7f1d1d1a}.dark\:hover\:bg-red-900\/20:hover:is(.dark *){background-color:#7f1d1d33}.dark\:hover\:bg-red-900\/30:hover:is(.dark *){background-color:#7f1d1d4d}.dark\:hover\:bg-red-900\/40:hover:is(.dark *){background-color:#7f1d1d66}.dark\:hover\:bg-red-900\/50:hover:is(.dark *){background-color:#7f1d1d80}.dark\:hover\:bg-white\/10:hover:is(.dark *){background-color:#ffffff1a}.dark\:hover\:bg-white\/20:hover:is(.dark *){background-color:#fff3}.dark\:hover\:bg-white\/30:hover:is(.dark *){background-color:#ffffff4d}.dark\:hover\:bg-white\/60:hover:is(.dark *){background-color:#fff9}.dark\:hover\:bg-white\/\[0\.08\]:hover:is(.dark *){background-color:#ffffff14}.dark\:hover\:from-\[\#0081C8\]:hover:is(.dark *){--tw-gradient-from:#0081c8 var(--tw-gradient-from-position);--tw-gradient-to:#0081c800 var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to)}.dark\:hover\:to-\[\#6B6BFA\]:hover:is(.dark *){--tw-gradient-to:#6b6bfa var(--tw-gradient-to-position)}.dark\:hover\:text-blue-300:hover:is(.dark *){--tw-text-opacity:1;color:#93c5fd;color:rgb(147 197 253/var(--tw-text-opacity,1))}.dark\:hover\:text-blue-400:hover:is(.dark *){--tw-text-opacity:1;color:#60a5fa;color:rgb(96 165 250/var(--tw-text-opacity,1))}.dark\:hover\:text-brand-blue:hover:is(.dark *){--tw-text-opacity:1;color:#4dbbff;color:rgb(77 187 255/var(--tw-text-opacity,1))}.dark\:hover\:text-brand-purple:hover:is(.dark *){--tw-text-opacity:1;color:#7876fd;color:rgb(120 118 253/var(--tw-text-opacity,1))}.dark\:hover\:text-gray-200:hover:is(.dark *){--tw-text-opacity:1;color:#e5e7eb;color:rgb(229 231 235/var(--tw-text-opacity,1))}.dark\:hover\:text-gray-300:hover:is(.dark *){--tw-text-opacity:1;color:#d1d5db;color:rgb(209 213 219/var(--tw-text-opacity,1))}.dark\:hover\:text-green-300:hover:is(.dark *){--tw-text-opacity:1;color:#86efac;color:rgb(134 239 172/var(--tw-text-opacity,1))}.dark\:hover\:text-green-400:hover:is(.dark *){--tw-text-opacity:1;color:#4ade80;color:rgb(74 222 128/var(--tw-text-opacity,1))}.dark\:hover\:text-pink-400:hover:is(.dark *){--tw-text-opacity:1;color:#f472b6;color:rgb(244 114 182/var(--tw-text-opacity,1))}.dark\:hover\:text-purple-300:hover:is(.dark *){--tw-text-opacity:1;color:#d8b4fe;color:rgb(216 180 254/var(--tw-text-opacity,1))}.dark\:hover\:text-red-300:hover:is(.dark *){--tw-text-opacity:1;color:#fca5a5;color:rgb(252 165 165/var(--tw-text-opacity,1))}.dark\:hover\:text-red-400:hover:is(.dark *){--tw-text-opacity:1;color:#f87171;color:rgb(248 113 113/var(--tw-text-opacity,1))}.dark\:hover\:text-sky-400:hover:is(.dark *){--tw-text-opacity:1;color:#38bdf8;color:rgb(56 189 248/var(--tw-text-opacity,1))}.dark\:hover\:text-white:hover:is(.dark *){--tw-text-opacity:1;color:#fff;color:rgb(255 255 255/var(--tw-text-opacity,1))}.dark\:hover\:text-white\/80:hover:is(.dark *){color:#fffc}.dark\:hover\:text-yellow-300:hover:is(.dark *){--tw-text-opacity:1;color:#fde047;color:rgb(253 224 71/var(--tw-text-opacity,1))}.dark\:hover\:text-yellow-400:hover:is(.dark *){--tw-text-opacity:1;color:#facc15;color:rgb(250 204 21/var(--tw-text-opacity,1))}.dark\:hover\:shadow-blue-500\/10:hover:is(.dark *){--tw-shadow-color:#3b82f61a;--tw-shadow:var(--tw-shadow-colored)}.dark\:focus\:border-\[\#7B76FD\]:focus:is(.dark *){--tw-border-opacity:1;border-color:#7b76fd;border-color:rgb(123 118 253/var(--tw-border-opacity,1))}.dark\:focus\:border-blue-400:focus:is(.dark *){--tw-border-opacity:1;border-color:#60a5fa;border-color:rgb(96 165 250/var(--tw-border-opacity,1))}.dark\:focus\:border-blue-500:focus:is(.dark *){--tw-border-opacity:1;border-color:#3b82f6;border-color:rgb(59 130 246/var(--tw-border-opacity,1))}.dark\:focus\:ring-\[\#7B76FD\]:focus:is(.dark *){--tw-ring-opacity:1;--tw-ring-color:rgb(123 118 253/var(--tw-ring-opacity,1))}.dark\:focus\:ring-amber-400:focus:is(.dark *){--tw-ring-opacity:1;--tw-ring-color:rgb(251 191 36/var(--tw-ring-opacity,1))}.dark\:focus\:ring-blue-500:focus:is(.dark *){--tw-ring-opacity:1;--tw-ring-color:rgb(59 130 246/var(--tw-ring-opacity,1))}.dark\:focus\:ring-blue-500\/30:focus:is(.dark *){--tw-ring-color:#3b82f64d}.dark\:disabled\:bg-blue-400:disabled:is(.dark *){--tw-bg-opacity:1;background-color:#60a5fa;background-color:rgb(96 165 250/var(--tw-bg-opacity,1))}.dark\:disabled\:bg-white\/5:disabled:is(.dark *){background-color:#ffffff0d}.dark\:disabled\:hover\:bg-gray-800:hover:disabled:is(.dark *){--tw-bg-opacity:1;background-color:#1f2937;background-color:rgb(31 41 55/var(--tw-bg-opacity,1))}.group:hover .dark\:group-hover\:text-blue-400:is(.dark *){--tw-text-opacity:1;color:#60a5fa;color:rgb(96 165 250/var(--tw-text-opacity,1))}.group:hover .dark\:group-hover\:text-emerald-400:is(.dark *){--tw-text-opacity:1;color:#34d399;color:rgb(52 211 153/var(--tw-text-opacity,1))}@media (min-width:640px){.sm\:absolute{position:absolute}.sm\:inset-x-auto{left:auto;right:auto}.sm\:right-0{right:0}.sm\:top-auto{top:auto}.sm\:col-span-2{grid-column:span 2/span 2}.sm\:mx-0{margin-left:0;margin-right:0}.sm\:my-8{margin-bottom:2rem;margin-top:2rem}.sm\:mb-3{margin-bottom:.75rem}.sm\:mb-4{margin-bottom:1rem}.sm\:mb-8{margin-bottom:2rem}.sm\:ml-3{margin-left:.75rem}.sm\:ml-4{margin-left:1rem}.sm\:mt-0{margin-top:0}.sm\:mt-2{margin-top:.5rem}.sm\:mt-4{margin-top:1rem}.sm\:mt-6{margin-top:1.5rem}.sm\:mt-8{margin-top:2rem}.sm\:block{display:block}.sm\:inline-block{display:inline-block}.sm\:inline{display:inline}.sm\:flex{display:flex}.sm\:hidden{display:none}.sm\:h-10{height:2.5rem}.sm\:h-12{height:3rem}.sm\:h-20{height:5rem}.sm\:h-\[70px\]{height:70px}.sm\:h-screen{height:100vh}.sm\:w-10{width:2.5rem}.sm\:w-12{width:3rem}.sm\:w-24{width:6rem}.sm\:w-96{width:24rem}.sm\:w-auto{width:auto}.sm\:w-full{width:100%}.sm\:max-w-\[340px\]{max-width:340px}.sm\:max-w-lg{max-width:32rem}.sm\:flex-1{flex:1 1}.sm\:flex-shrink-0{flex-shrink:0}.sm\:grid-cols-10{grid-template-columns:repeat(10,minmax(0,1fr))}.sm\:grid-cols-2{grid-template-columns:repeat(2,minmax(0,1fr))}.sm\:grid-cols-3{grid-template-columns:repeat(3,minmax(0,1fr))}.sm\:grid-cols-4{grid-template-columns:repeat(4,minmax(0,1fr))}.sm\:flex-row{flex-direction:row}.sm\:flex-row-reverse{flex-direction:row-reverse}.sm\:items-start{align-items:flex-start}.sm\:items-end{align-items:flex-end}.sm\:items-center{align-items:center}.sm\:justify-between{justify-content:space-between}.sm\:gap-0{gap:0}.sm\:gap-2{gap:.5rem}.sm\:gap-4{gap:1rem}.sm\:gap-6{gap:1.5rem}.sm\:gap-8{gap:2rem}.sm\:space-x-2>:not([hidden])~:not([hidden]){--tw-space-x-reverse:0;margin-left:calc(.5rem*(1 - var(--tw-space-x-reverse)));margin-right:calc(.5rem*var(--tw-space-x-reverse))}.sm\:space-x-3>:not([hidden])~:not([hidden]){--tw-space-x-reverse:0;margin-left:calc(.75rem*(1 - var(--tw-space-x-reverse)));margin-right:calc(.75rem*var(--tw-space-x-reverse))}.sm\:space-x-4>:not([hidden])~:not([hidden]){--tw-space-x-reverse:0;margin-left:calc(1rem*(1 - var(--tw-space-x-reverse)));margin-right:calc(1rem*var(--tw-space-x-reverse))}.sm\:space-x-8>:not([hidden])~:not([hidden]){--tw-space-x-reverse:0;margin-left:calc(2rem*(1 - var(--tw-space-x-reverse)));margin-right:calc(2rem*var(--tw-space-x-reverse))}.sm\:space-y-0>:not([hidden])~:not([hidden]){--tw-space-y-reverse:0;margin-bottom:calc(0px*var(--tw-space-y-reverse));margin-top:calc(0px*(1 - var(--tw-space-y-reverse)))}.sm\:space-y-4>:not([hidden])~:not([hidden]){--tw-space-y-reverse:0;margin-bottom:calc(1rem*var(--tw-space-y-reverse));margin-top:calc(1rem*(1 - var(--tw-space-y-reverse)))}.sm\:space-y-6>:not([hidden])~:not([hidden]){--tw-space-y-reverse:0;margin-bottom:calc(1.5rem*var(--tw-space-y-reverse));margin-top:calc(1.5rem*(1 - var(--tw-space-y-reverse)))}.sm\:rounded-2xl{border-radius:1rem}.sm\:border-8{border-width:8px}.sm\:p-0{padding:0}.sm\:p-10{padding:2.5rem}.sm\:p-4{padding:1rem}.sm\:p-5{padding:1.25rem}.sm\:p-6{padding:1.5rem}.sm\:p-8{padding:2rem}.sm\:px-10{padding-left:2.5rem;padding-right:2.5rem}.sm\:px-12{padding-left:3rem;padding-right:3rem}.sm\:px-2{padding-left:.5rem;padding-right:.5rem}.sm\:px-3{padding-left:.75rem;padding-right:.75rem}.sm\:px-4{padding-left:1rem;padding-right:1rem}.sm\:px-6{padding-left:1.5rem;padding-right:1.5rem}.sm\:py-12{padding-bottom:3rem;padding-top:3rem}.sm\:py-16{padding-bottom:4rem;padding-top:4rem}.sm\:py-3{padding-bottom:.75rem;padding-top:.75rem}.sm\:py-4{padding-bottom:1rem;padding-top:1rem}.sm\:py-6{padding-bottom:1.5rem;padding-top:1.5rem}.sm\:py-8{padding-bottom:2rem;padding-top:2rem}.sm\:pb-4{padding-bottom:1rem}.sm\:pt-10{padding-top:2.5rem}.sm\:pt-4{padding-top:1rem}.sm\:pt-6{padding-top:1.5rem}.sm\:text-left{text-align:left}.sm\:align-middle{vertical-align:middle}.sm\:text-2xl{font-size:1.5rem;line-height:2rem}.sm\:text-3xl{font-size:1.875rem;line-height:2.25rem}.sm\:text-4xl{font-size:2.25rem;line-height:2.5rem}.sm\:text-5xl{font-size:3rem;line-height:1}.sm\:text-base{font-size:1rem;line-height:1.5rem}.sm\:text-lg{font-size:1.125rem;line-height:1.75rem}.sm\:text-sm{font-size:.875rem;line-height:1.25rem}.sm\:text-xl{font-size:1.25rem;line-height:1.75rem}}@media (min-width:768px){.md\:col-span-1{grid-column:span 1/span 1}.md\:col-span-2{grid-column:span 2/span 2}.md\:col-span-3{grid-column:span 3/span 3}.md\:mb-4{margin-bottom:1rem}.md\:mb-6{margin-bottom:1.5rem}.md\:mb-8{margin-bottom:2rem}.md\:mt-6{margin-top:1.5rem}.md\:block{display:block}.md\:inline-flex{display:inline-flex}.md\:grid{display:grid}.md\:hidden{display:none}.md\:h-24{height:6rem}.md\:h-72{height:18rem}.md\:w-1\/3{width:33.333333%}.md\:w-2\/3{width:66.666667%}.md\:grid-cols-12{grid-template-columns:repeat(12,minmax(0,1fr))}.md\:grid-cols-2{grid-template-columns:repeat(2,minmax(0,1fr))}.md\:grid-cols-3{grid-template-columns:repeat(3,minmax(0,1fr))}.md\:grid-cols-4{grid-template-columns:repeat(4,minmax(0,1fr))}.md\:grid-cols-5{grid-template-columns:repeat(5,minmax(0,1fr))}.md\:flex-row{flex-direction:row}.md\:flex-row-reverse{flex-direction:row-reverse}.md\:gap-5{gap:1.25rem}.md\:gap-6{gap:1.5rem}.md\:gap-8{gap:2rem}.md\:border-l{border-left-width:1px}.md\:border-t-0{border-top-width:0}.md\:border-gray-100{--tw-border-opacity:1;border-color:#f3f4f6;border-color:rgb(243 244 246/var(--tw-border-opacity,1))}.md\:p-12{padding:3rem}.md\:p-8{padding:2rem}.md\:px-6{padding-left:1.5rem;padding-right:1.5rem}.md\:pb-16{padding-bottom:4rem}.md\:pb-20{padding-bottom:5rem}.md\:pt-10{padding-top:2.5rem}.md\:pt-6{padding-top:1.5rem}.md\:text-center{text-align:center}.md\:text-right{text-align:right}.md\:text-2xl{font-size:1.5rem;line-height:2rem}.md\:text-3xl{font-size:1.875rem;line-height:2.25rem}.md\:text-4xl{font-size:2.25rem;line-height:2.5rem}.md\:text-5xl{font-size:3rem;line-height:1}.md\:text-6xl{font-size:3.75rem;line-height:1}.md\:text-base{font-size:1rem;line-height:1.5rem}.md\:text-lg{font-size:1.125rem;line-height:1.75rem}.md\:text-sm{font-size:.875rem;line-height:1.25rem}.md\:text-xl{font-size:1.25rem;line-height:1.75rem}.md\:dark\:border-neutral-800:is(.dark *){--tw-border-opacity:1;border-color:#262626;border-color:rgb(38 38 38/var(--tw-border-opacity,1))}}@media (min-width:1024px){.lg\:sticky{position:-webkit-sticky;position:sticky}.lg\:top-8{top:2rem}.lg\:top-\[6\.5rem\]{top:6.5rem}.lg\:order-1{order:1}.lg\:order-2{order:2}.lg\:col-span-1{grid-column:span 1/span 1}.lg\:col-span-2{grid-column:span 2/span 2}.lg\:col-span-3{grid-column:span 3/span 3}.lg\:block{display:block}.lg\:flex{display:flex}.lg\:grid{display:grid}.lg\:hidden{display:none}.lg\:h-12{height:3rem}.lg\:max-h-\[calc\(100vh-7\.5rem\)\]{max-height:calc(100vh - 7.5rem)}.lg\:min-h-screen{min-height:100vh}.lg\:w-12{width:3rem}.lg\:w-28{width:7rem}.lg\:w-64{width:16rem}.lg\:w-80{width:20rem}.lg\:min-w-\[340px\]{min-width:340px}.lg\:max-w-md{max-width:28rem}.lg\:flex-shrink-0{flex-shrink:0}.lg\:translate-x-0{--tw-translate-x:0px;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.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-5{grid-template-columns:repeat(5,minmax(0,1fr))}.lg\:grid-cols-6{grid-template-columns:repeat(6,minmax(0,1fr))}.lg\:flex-row{flex-direction:row}.lg\:flex-col{flex-direction:column}.lg\:items-end{align-items:flex-end}.lg\:items-center{align-items:center}.lg\:justify-center{justify-content:center}.lg\:justify-between{justify-content:space-between}.lg\:gap-10{gap:2.5rem}.lg\:gap-16{gap:4rem}.lg\:gap-4{gap:1rem}.lg\:gap-6{gap:1.5rem}.lg\:gap-8{gap:2rem}.lg\:self-auto{align-self:auto}.lg\:overflow-y-auto{overflow-y:auto}.lg\:bg-gray-50{--tw-bg-opacity:1;background-color:#f9fafb;background-color:rgb(249 250 251/var(--tw-bg-opacity,1))}.lg\:p-6{padding:1.5rem}.lg\:px-16{padding-left:4rem;padding-right:4rem}.lg\:px-6{padding-left:1.5rem;padding-right:1.5rem}.lg\:px-8{padding-left:2rem;padding-right:2rem}.lg\:py-16{padding-bottom:4rem;padding-top:4rem}.lg\:py-8{padding-bottom:2rem;padding-top:2rem}.lg\:pb-14{padding-bottom:3.5rem}.lg\:pb-20{padding-bottom:5rem}.lg\:pl-16{padding-left:4rem}.lg\:pl-56{padding-left:14rem}.lg\:pt-12{padding-top:3rem}.lg\:pt-8{padding-top:2rem}.lg\:text-left{text-align:left}.lg\:text-3xl{font-size:1.875rem;line-height:2.25rem}.lg\:text-5xl{font-size:3rem;line-height:1}.lg\:text-6xl{font-size:3.75rem;line-height:1}.lg\:text-lg{font-size:1.125rem;line-height:1.75rem}.lg\:text-sm{font-size:.875rem;line-height:1.25rem}.lg\:shadow-xl{--tw-shadow:0 20px 25px -5px #0000001a,0 8px 10px -6px #0000001a;--tw-shadow-colored:0 20px 25px -5px var(--tw-shadow-color),0 8px 10px -6px var(--tw-shadow-color);box-shadow:0 0 #0000,0 0 #0000,var(--tw-shadow);box-shadow:var(--tw-ring-offset-shadow,0 0 #0000),var(--tw-ring-shadow,0 0 #0000),var(--tw-shadow)}.lg\:dark\:bg-\[\#0F1117\]:is(.dark *){--tw-bg-opacity:1;background-color:#0f1117;background-color:rgb(15 17 23/var(--tw-bg-opacity,1))}}@media (min-width:1280px){.xl\:order-1{order:1}.xl\:order-2{order:2}.xl\:col-span-1{grid-column:span 1/span 1}.xl\:col-span-2{grid-column:span 2/span 2}.xl\:mb-2{margin-bottom:.5rem}.xl\:mb-4{margin-bottom:1rem}.xl\:mb-5{margin-bottom:1.25rem}.xl\:mb-6{margin-bottom:1.5rem}.xl\:mt-4{margin-top:1rem}.xl\:h-14{height:3.5rem}.xl\:w-14{width:3.5rem}.xl\:w-32{width:8rem}.xl\:max-w-\[460px\]{max-width:460px}.xl\:grid-cols-3{grid-template-columns:repeat(3,minmax(0,1fr))}.xl\:gap-1{gap:.25rem}.xl\:gap-2{gap:.5rem}.xl\:p-8{padding:2rem}.xl\:px-2\.5{padding-left:.625rem;padding-right:.625rem}.xl\:py-1{padding-bottom:.25rem;padding-top:.25rem}.xl\:pb-12{padding-bottom:3rem}.xl\:pb-24{padding-bottom:6rem}.xl\:pt-10{padding-top:2.5rem}.xl\:pt-6{padding-top:1.5rem}.xl\:text-3xl{font-size:1.875rem;line-height:2.25rem}.xl\:text-xl{font-size:1.25rem;line-height:1.75rem}}.\[\&\>option\]\:bg-white>option{--tw-bg-opacity:1;background-color:#fff;background-color:rgb(255 255 255/var(--tw-bg-opacity,1))}.\[\&\>option\]\:text-gray-800>option{--tw-text-opacity:1;color:#1f2937;color:rgb(31 41 55/var(--tw-text-opacity,1))}.dark\:\[\&\>option\]\:bg-neutral-800>option:is(.dark *){--tw-bg-opacity:1;background-color:#262626;background-color:rgb(38 38 38/var(--tw-bg-opacity,1))}.dark\:\[\&\>option\]\:text-gray-200>option:is(.dark *){--tw-text-opacity:1;color:#e5e7eb;color:rgb(229 231 235/var(--tw-text-opacity,1))}html.dark .admin-theme-card .text-gray-900{color:#fff!important}html.dark .admin-theme-card .text-gray-400,html.dark .admin-theme-card .text-gray-500,html.dark .admin-theme-card .text-gray-600{color:#d1d5db!important}html.dark .admin-theme-bg h1,html.dark .admin-theme-bg>div>h1,html.dark .admin-theme-bg>div>p,html.dark .admin-theme-card h1,html.dark .admin-theme-card h2,html.dark .admin-theme-card h3,html.dark .admin-theme-card h4{color:#fff!important}.admin-theme-bg{background:#f3f4f6!important}html.dark .admin-theme-bg{background:linear-gradient(135deg,#000,#0a0a0a 50%,#171717)!important;min-height:100vh!important}.admin-theme-card{background-color:#fff!important;border:1px solid #e5e7eb!important}html.dark .admin-theme-card{border:1px solid #262626!important}html.dark .admin-theme-card,html.dark [class*=admin-theme-card]{background-color:#171717!important;background:#171717!important}.dark .admin-table-body,.dark .admin-table-header,html.dark .admin-theme-bg table{background-color:#171717!important}html.dark .admin-theme-bg thead{background-color:#0a0a0a!important}html.dark .admin-theme-bg tbody{background-color:#171717!important}html.dark .admin-theme-bg tr:hover{background-color:#3b82f61a!important}.dark .admin-btn-primary{background-color:#2563eb!important;color:#fff!important}.dark .admin-btn-primary:hover{background-color:#3b82f6!important}.chatbot-fab{align-items:center;background:linear-gradient(135deg,#4eb1ff,#2563eb);border:none;border-radius:50%;bottom:24px;box-shadow:0 4px 16px #2563eb4d;cursor:pointer;display:flex;height:48px;justify-content:center;position:fixed;right:24px;transition:all .25s ease;width:48px;z-index:50}.chatbot-fab:hover{box-shadow:0 6px 24px #2563eb66;transform:scale(1.1)}html.dark .chatbot-fab{background:linear-gradient(135deg,#5b8def,#2461e7);box-shadow:0 4px 16px #0006}html.dark .chatbot-fab:hover{box-shadow:0 6px 24px #5b8def4d}.chatbot-fab-icon{color:#fff;font-size:14px;font-weight:700}.chatbot-overlay{animation:chatbot-overlay-in .25s ease-out;backdrop-filter:blur(6px);-webkit-backdrop-filter:blur(6px);background:#0006;inset:0;position:fixed;z-index:9990}html.dark .chatbot-overlay{background:#0009}.chatbot-modal{animation:chatbot-modal-in .3s ease-out;background:#fff;border-radius:20px;box-shadow:0 24px 64px #0003;display:flex;flex-direction:column;height:70vh;left:50%;max-height:680px;min-height:400px;overflow:hidden;position:fixed;top:50%;transform:translate(-50%,-50%);width:520px;z-index:9999}html.dark .chatbot-modal{background:#171717;border:1px solid #ffffff14;box-shadow:0 24px 64px #0009}.chatbot-header{align-items:center;background:#2461e7;color:#fff;display:flex;justify-content:space-between;padding:18px 24px}html.dark .chatbot-header{background:#1d4ed8}.chatbot-header-content{align-items:center;display:flex;gap:14px}.chatbot-header-badge{align-items:center;background:#fff3;border-radius:10px;color:#fff;display:flex;font-size:14px;font-weight:700;height:36px;justify-content:center;width:36px}.chatbot-title{font-size:16px;font-weight:600;margin:0}.chatbot-subtitle{font-size:12px;margin:0;opacity:.8}.chatbot-close-btn{align-items:center;background:#ffffff26;border:none;border-radius:10px;color:#fff;cursor:pointer;display:flex;font-size:16px;height:34px;justify-content:center;transition:all .2s;width:34px}.chatbot-close-btn:hover{background:#ffffff40}.chatbot-messages{background:#f9fafb;display:flex;flex:1 1;flex-direction:column;gap:16px;overflow-y:auto;padding:24px}html.dark .chatbot-messages{background:#1a1a1a}.chatbot-message{animation:chatbot-fade-in .3s ease-out;display:flex;gap:10px}.chatbot-message-user{flex-direction:row-reverse}.chatbot-avatar{align-items:center;background:linear-gradient(135deg,#4eb1ff,#2563eb);border-radius:10px;color:#fff;display:flex;flex-shrink:0;height:34px;justify-content:center;width:34px}html.dark .chatbot-avatar{background:linear-gradient(135deg,#5b8def,#2461e7)}.chatbot-message-content{max-width:78%}.chatbot-message-text{background:#fff;border-radius:14px;box-shadow:0 1px 3px #0000000f;color:#1f2937;font-size:14px;line-height:1.55;margin:0;padding:12px 16px}html.dark .chatbot-message-text{background:#262626;box-shadow:none;color:#e5e7eb}.chatbot-message-user .chatbot-message-text{background:linear-gradient(135deg,#4eb1ff,#2563eb);color:#fff;margin-left:auto}html.dark .chatbot-message-user .chatbot-message-text{background:#2461e7;color:#fff}.chatbot-options{display:flex;flex-direction:column;gap:8px;margin-top:12px}.chatbot-option-btn{align-items:center;background:#fff;border:1.5px solid #d1d5db;border-radius:10px;color:#374151;cursor:pointer;display:flex;font-size:13px;font-weight:500;gap:8px;padding:10px 16px;transition:all .2s}.chatbot-option-btn:hover{background:#eff6ff;border-color:#2563eb;color:#2563eb;transform:translateX(4px)}html.dark .chatbot-option-btn{background:#1a1a1a;border-color:#333;color:#ccc}html.dark .chatbot-option-btn:hover{background:#2461e71a;border-color:#5b8def;color:#5b8def}.chatbot-option-icon{font-size:16px}.chatbot-typing{background:#fff;border-radius:14px;box-shadow:0 1px 3px #0000000f;display:flex;gap:5px;padding:12px 16px;width:-webkit-fit-content;width:fit-content}html.dark .chatbot-typing{background:#262626;box-shadow:none}.chatbot-typing span{animation:chatbot-typing 1.4s ease-in-out infinite;background:#93c5fd;border-radius:50%;height:7px;width:7px}html.dark .chatbot-typing span{background:#5b8def}.chatbot-typing span:nth-child(2){animation-delay:.2s}.chatbot-typing span:nth-child(3){animation-delay:.4s}.chatbot-input-form{background:#fff;border-top:1px solid #f3f4f6;display:flex;gap:12px;padding:16px 24px}html.dark .chatbot-input-form{background:#1a1a1a;border-top-color:#ffffff0f}.chatbot-input{background:#f9fafb;border:1.5px solid #e5e7eb;border-radius:14px;color:#1f2937;flex:1 1;font-size:14px;outline:none;padding:12px 18px;transition:all .2s}.chatbot-input:focus{background:#fff;border-color:#2563eb;box-shadow:0 0 0 3px #2563eb1a}html.dark .chatbot-input{background:#262626;border-color:#ffffff1a;color:#e5e7eb}html.dark .chatbot-input:focus{background:#1a1a1a;border-color:#5b8def;box-shadow:0 0 0 3px #5b8def1a}.chatbot-send-btn{align-items:center;background:linear-gradient(135deg,#4eb1ff,#2563eb);border:none;border-radius:12px;color:#fff;cursor:pointer;display:flex;font-size:14px;height:42px;justify-content:center;transition:all .2s;width:42px}.chatbot-send-btn:hover:not(:disabled){box-shadow:0 4px 12px #2563eb4d;transform:scale(1.05)}.chatbot-send-btn:disabled{cursor:not-allowed;opacity:.4}html.dark .chatbot-send-btn{background:#2461e7}@keyframes chatbot-overlay-in{0%{opacity:0}to{opacity:1}}@keyframes chatbot-modal-in{0%{opacity:0;transform:translate(-50%,-46%)}to{opacity:1;transform:translate(-50%,-50%)}}@keyframes chatbot-fade-in{0%{opacity:0;transform:translateY(8px)}to{opacity:1;transform:translateY(0)}}@keyframes chatbot-typing{0%,60%,to{transform:translateY(0)}30%{transform:translateY(-8px)}}.chatbot-messages::-webkit-scrollbar{width:5px}.chatbot-messages::-webkit-scrollbar-track{background:#0000}.chatbot-messages::-webkit-scrollbar-thumb{background:#d1d5db;border-radius:3px}html.dark .chatbot-messages::-webkit-scrollbar-thumb{background:#5b8def33}@media (max-width:640px){.chatbot-modal{border-radius:16px;height:calc(100vh - 48px);max-height:none;width:calc(100vw - 24px)}.chatbot-fab{bottom:80px;right:16px}}@media print{.chatbot-fab,.chatbot-modal,.chatbot-overlay{display:none!important}}
/*# sourceMappingURL=main.39d7440a.css.map*/