.float-animation{animation:float 6s ease-in-out infinite}.float-animation-slow{animation:float 8s ease-in-out infinite}.float-animation-fast{animation:float 4s ease-in-out infinite}.gradient-text{background-size:300% 300%;background-image:linear-gradient(-45deg,hsl(var(--primary)) 0,hsl(var(--accent-purple)) 25%,hsl(var(--accent-teal)) 50%,hsl(var(--accent-orange)) 75%,hsl(var(--primary)) 100%);-webkit-background-clip:text;-moz-background-clip:text;-webkit-text-fill-color:transparent;-moz-text-fill-color:transparent;animation:gradient-animation 8s ease infinite}@keyframes gradient-animation{0%{background-position:0 50%}50%{background-position:100% 50%}to{background-position:0 50%}}.shine-effect{position:relative;overflow:hidden}.shine-effect:after{content:"";position:absolute;top:-50%;left:-50%;width:200%;height:200%;background:linear-gradient(to bottom right,rgba(255,255,255,0),rgba(255,255,255,.1) 50%,rgba(255,255,255,0));transform:rotate(30deg);animation:shine 6s linear infinite}@keyframes shine{0%{transform:translateX(-100%) rotate(30deg)}to{transform:translateX(100%) rotate(30deg)}}.parallax-container{position:relative;overflow:hidden}.parallax-layer{position:absolute;width:100%;height:100%;transition:transform .1s ease-out}.blob{position:absolute;border-radius:50%;filter:blur(60px);opacity:.4;animation:blob-pulse 10s ease infinite alternate}@keyframes blob-pulse{0%{transform:scale(1);opacity:.3}to{transform:scale(1.3);opacity:.5}}.stagger-fade-in>*{opacity:0;transform:translateY(20px)}.stagger-fade-in>.in-view{animation:stagger-fade .6s ease forwards}@keyframes stagger-fade{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.reveal-container{position:relative;overflow:hidden}.reveal-content{opacity:0;transform:translateY(40px);transition:opacity .8s ease,transform .8s ease}.reveal-content.revealed{opacity:1;transform:translateY(0)}.scroll-progress{position:fixed;top:0;left:0;height:3px;background:linear-gradient(90deg,hsl(var(--primary)),hsl(var(--accent-purple)));z-index:100;transition:width .1s ease-out}.magnetic-button{transition:transform .3s cubic-bezier(.22,1,.36,1)}.glow-effect{position:relative}.glow-effect:before{content:"";position:absolute;inset:-10px;background:radial-gradient(circle at center,rgba(var(--primary-rgb),.3) 0,rgba(var(--primary-rgb),0) 70%);border-radius:inherit;z-index:-1;opacity:0;transition:opacity .3s ease}.glow-effect:hover:before{opacity:1}.card-3d{transform-style:preserve-3d;transition:transform .3s ease}.card-3d-content{transform:translateZ(20px)}.typing-animation{border-right:2px solid hsl(var(--primary));white-space:nowrap;overflow:hidden;animation:typing 3.5s steps(40),blink-caret .75s step-end infinite}@keyframes typing{0%{width:0}to{width:100%}}@keyframes blink-caret{0%,to{border-color:transparent}50%{border-color:hsl(var(--primary))}}.fade-in-up{opacity:0;transform:translateY(40px);transition:opacity .8s ease,transform .8s ease}.fade-in-up.in-view{opacity:1;transform:translateY(0)}.fade-in-left{opacity:0;transform:translateX(-40px);transition:opacity .8s ease,transform .8s ease}.fade-in-left.in-view{opacity:1;transform:translateX(0)}.fade-in-right{opacity:0;transform:translateX(40px);transition:opacity .8s ease,transform .8s ease}.fade-in-right.in-view{opacity:1;transform:translateX(0)}.scale-in{opacity:0;transform:scale(.8);transition:opacity .8s ease,transform .8s ease}.scale-in.in-view{opacity:1;transform:scale(1)}.rotate-slow{animation:rotate 20s linear infinite}@keyframes rotate{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.particles-container{position:absolute;top:0;left:0;width:100%;height:100%;overflow:hidden;z-index:0}.particle{position:absolute;border-radius:50%;background-color:rgba(255,255,255,.3);pointer-events:none}.hover-card{transition:transform .3s ease,box-shadow .3s ease}.hover-card:hover{transform:translateY(-10px);box-shadow:0 20px 40px rgba(0,0,0,.1)}.marquee{white-space:nowrap;overflow:hidden}.marquee-content{display:inline-block;animation:marquee 20s linear infinite}@keyframes marquee{0%{transform:translateX(0)}to{transform:translateX(-50%)}}@media (max-width:768px){.float-animation,.float-animation-fast,.float-animation-slow{animation:none}.shine-effect:after{display:none}}.modern-booking-steps{position:relative;margin:1.5rem 0 2.5rem;width:100%}.modern-booking-progress{position:relative;height:6px;background-color:hsl(var(--border));border-radius:8px;overflow:hidden;margin-bottom:1.5rem}.modern-booking-progress-fill{position:absolute;top:0;left:0;height:100%;background-color:var(--primary-color,hsl(var(--primary)));border-radius:8px;transition:width .5s cubic-bezier(.4,0,.2,1)}html[dir=rtl] .modern-booking-progress-fill{left:auto;right:0}.modern-booking-steps-list{display:flex;justify-content:space-between;position:relative;padding:0;margin:0}html[dir=rtl] .modern-booking-steps-list{flex-direction:row-reverse}.modern-booking-step{flex-direction:column;flex:1;text-align:center;padding:0 8px}.modern-booking-step,.modern-booking-step-marker{display:flex;align-items:center;position:relative}.modern-booking-step-marker{width:40px;height:40px;border-radius:50%;background-color:hsl(var(--background));border:2px solid hsl(var(--border));justify-content:center;margin-bottom:.75rem;transition:all .3s ease;box-shadow:0 2px 10px rgba(0,0,0,.05);z-index:2}.modern-booking-step.active .modern-booking-step-marker{border-color:var(--primary-color,hsl(var(--primary)));background-color:hsl(var(--background));transform:scale(1.1);box-shadow:0 0 0 4px rgba(var(--primary-rgb),.15)}.modern-booking-step.completed .modern-booking-step-marker{background-color:var(--primary-color,hsl(var(--primary)));border-color:var(--primary-color,hsl(var(--primary)));color:hsl(var(--primary-foreground))}.modern-booking-step-icon{width:20px;height:20px;transition:all .3s ease;color:hsl(var(--muted-foreground))}.modern-booking-step.active .modern-booking-step-icon{color:var(--primary-color,hsl(var(--primary)))}.modern-booking-step.completed .modern-booking-step-icon{color:hsl(var(--primary-foreground))}.modern-booking-step-label{font-size:.85rem;font-weight:500;color:hsl(var(--muted-foreground));margin-top:.25rem;transition:all .3s ease;max-width:100px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.modern-booking-step.active .modern-booking-step-label{color:hsl(var(--foreground));font-weight:600}.modern-booking-step.completed .modern-booking-step-label{color:hsl(var(--foreground))}.modern-booking-step-number{position:absolute;top:-6px;right:-6px;width:20px;height:20px;border-radius:50%;background-color:hsl(var(--muted));color:hsl(var(--muted-foreground));font-size:.7rem;font-weight:600;display:flex;align-items:center;justify-content:center;transition:all .3s ease;border:2px solid hsl(var(--background))}html[dir=rtl] .modern-booking-step-number{right:auto;left:-6px}.modern-booking-step.active .modern-booking-step-number,.modern-booking-step.completed .modern-booking-step-number{background-color:var(--primary-color,hsl(var(--primary)));color:hsl(var(--primary-foreground))}.modern-booking-step-connector{position:absolute;top:20px;left:calc(50% + 20px);right:calc(50% - 20px);height:2px;background-color:hsl(var(--border));z-index:1}html[dir=rtl] .modern-booking-step-connector{left:calc(50% - 20px);right:calc(50% + 20px)}.modern-booking-step.completed .modern-booking-step-connector{background-color:var(--primary-color,hsl(var(--primary)))}.modern-booking-step.active .modern-booking-step-connector{background:linear-gradient(to right,var(--primary-color,hsl(var(--primary))),hsl(var(--border)))}html[dir=rtl] .modern-booking-step.active .modern-booking-step-connector{background:linear-gradient(to left,var(--primary-color,hsl(var(--primary))),hsl(var(--border)))}@keyframes pulse-ring{0%{transform:scale(.8);opacity:.5}70%{transform:scale(1.2);opacity:.2}to{transform:scale(.8);opacity:.5}}.modern-booking-step.active .modern-booking-step-marker:after{content:"";position:absolute;width:100%;height:100%;border-radius:50%;background-color:rgba(var(--primary-rgb),.2);z-index:-1;animation:pulse-ring 2s infinite}@media (max-width:768px){.modern-booking-steps{margin:1rem 0 2rem}.modern-booking-progress{margin-bottom:1rem}.modern-booking-step-marker{width:32px;height:32px;margin-bottom:.5rem}.modern-booking-step-icon{width:16px;height:16px}.modern-booking-step-label{font-size:.7rem;max-width:80px}.modern-booking-step-number{width:18px;height:18px;font-size:.65rem;top:-4px;right:-4px}html[dir=rtl] .modern-booking-step-number{right:auto;left:-4px}.modern-booking-step-connector{top:16px}}@media (max-width:480px){.modern-booking-steps{overflow-x:auto;padding-bottom:1rem;margin-bottom:1rem;-webkit-overflow-scrolling:touch;scrollbar-width:none;-ms-overflow-style:none}.modern-booking-steps::-webkit-scrollbar{display:none}.modern-booking-steps-list{min-width:-moz-max-content;min-width:max-content;padding:0 10px}.modern-booking-step{min-width:70px;margin:0 4px}.modern-booking-step.active{scroll-margin-left:50%}}.booking-button{transition:all .3s ease}.booking-button:hover{transform:translateY(-2px);box-shadow:0 4px 12px rgba(0,0,0,.15)}.booking-button:after{width:5px;height:5px;background:rgba(255,255,255,.5);border-radius:100%;transform:scale(1) translate(-50%,-50%);transform-origin:50% 50%}.booking-button:active:after{animation:ripple .6s ease-out}@keyframes ripple{0%{transform:scale(0) translate(-50%,-50%);opacity:.5}to{transform:scale(20) translate(-50%,-50%);opacity:0}}.booking-form-container{transition:all .3s ease}.booking-form-container:hover{box-shadow:0 10px 25px rgba(0,0,0,.1)}.employee-selection-item,.service-selection-item{transition:all .3s ease}.employee-selection-item:hover,.service-selection-item:hover{transform:translateY(-3px);box-shadow:0 6px 15px rgba(0,0,0,.1)}.employee-selection-item.selected,.service-selection-item.selected{animation:pulse 2s infinite}.time-slot{transition:all .2s ease}.time-slot:hover:not(.disabled){transform:scale(1.05)}.time-slot.selected{animation:selected-pulse 2s infinite}@keyframes selected-pulse{0%{box-shadow:0 0 0 0 rgba(var(--primary-rgb),.4)}70%{box-shadow:0 0 0 5px rgba(var(--primary-rgb),0)}to{box-shadow:0 0 0 0 rgba(var(--primary-rgb),0)}}.booking-button .fill-effect{position:absolute;top:0;left:0;height:100%;background-color:rgba(255,255,255,.2);transition:width .5s cubic-bezier(.4,0,.2,1)}html[dir=rtl] .booking-button .fill-effect{left:auto;right:0;transform-origin:right}@keyframes confetti-drop{0%{transform:translateY(-100vh) rotate(0deg);opacity:1}to{transform:translateY(100vh) rotate(2turn);opacity:0}}.confetti-piece{position:absolute;width:10px;height:10px;background-color:var(--confetti-color);top:-20px;animation:confetti-drop 4s ease-out forwards}.dragging{opacity:.8;box-shadow:0 4px 12px rgba(0,0,0,.3);z-index:1000!important;cursor:grabbing!important;transform:scale(1.05);transition:transform .1s ease-out!important;position:relative;border:2px dashed #3b82f6!important;animation:pulse 1.5s infinite}.dragging:after{content:attr(data-time);top:-30px;left:50%;transform:translateX(-50%);background-color:#000;color:#fff;padding:4px 10px;border-radius:4px;font-size:12px;font-weight:700;white-space:nowrap;z-index:1001;box-shadow:0 2px 4px rgba(0,0,0,.2)}.dragging:after,.time-indicator{position:absolute;pointer-events:none}.time-indicator{height:2px;background-color:#3b82f6;z-index:999;box-shadow:0 0 4px rgba(59,130,246,.5)}.time-indicator:before{content:attr(data-time);position:fixed;left:var(--mouse-x,50%);top:var(--mouse-y,-25px);transform:translate(-50%,-100%);background-color:#3b82f6;color:white;padding:4px 8px;border-radius:4px;font-size:12px;font-weight:700;white-space:nowrap;box-shadow:0 2px 8px rgba(0,0,0,.3);animation:pulse-tooltip 1.5s infinite;pointer-events:none;z-index:1100}@keyframes pulse-tooltip{0%{box-shadow:0 0 0 0 rgba(59,130,246,.7)}70%{box-shadow:0 0 0 6px rgba(59,130,246,0)}to{box-shadow:0 0 0 0 rgba(59,130,246,0)}}.drop-target{background-color:rgba(59,130,246,.1)!important;border:1px dashed #3b82f6!important}.fc{font-family:Inter,Heebo,Arial,sans-serif;background:#fff}.fc-header-toolbar,.fc-toolbar{background:#fff;border-bottom:1px solid #e5e7eb;padding:.5rem;display:flex;align-items:center;justify-content:space-between}.fc-toolbar-title{font-size:1.5rem;font-weight:700;color:#22223b;text-align:center;flex:1}.fc-toolbar-chunk{min-width:120px}.fc-button{background:#fff;color:#22223b;border:1px solid #e5e7eb;border-radius:8px;font-weight:500;margin:0 .25rem;transition:background .2s,color .2s}.fc-button-active,.fc-button:hover{background:#f1f5f9;color:#1d3557}.fc-col-header-cell{background:#fff;color:#22223b;font-weight:700;font-size:1.1rem;border-bottom:1px solid #e5e7eb;padding:.5rem 0;text-align:center}.fc-timegrid-slot{border-bottom:1px solid #f1f5f9}.fc-timegrid-axis{color:#64748b;font-size:.95rem;background:#f8fafc;border-right:1px solid #e5e7eb}.fc-event{border:none;border-radius:12px;box-shadow:0 2px 8px rgba(0,0,0,.04);font-size:1rem;font-weight:500;padding:.5rem .75rem;margin-bottom:4px;cursor:pointer;transition:box-shadow .2s;display:flex;flex-direction:column;justify-content:center}.fc-event:hover{box-shadow:0 4px 16px rgba(0,0,0,.1)}.fc-event-title{font-weight:700;font-size:1.05rem;margin-bottom:2px;display:flex;align-items:center;gap:.25rem}.fc-event-time{font-size:.95rem;color:#334155;font-weight:400}.fc-event .fc-icon{margin-left:.25rem;font-size:1.1em;vertical-align:middle}.fc-event.bg-blue{background:#a5b4fc;color:#22223b}.fc-event.bg-yellow{background:#fde68a;color:#22223b}.fc-event.bg-pink{background:#fbcfe8;color:#22223b}.fc-event.bg-green{background:#6ee7b7;color:#22223b}.fc-event.bg-purple{background:#ddd6fe;color:#22223b}.fc .fc-daygrid-day.fc-day-today{background:#f1f5f9;border-radius:8px}.fc-scrollgrid,.fc-scrollgrid-section{border:none}html[dir=\"rtl\"] .fc{direction:rtl}html[dir=\"rtl\"] .fc-toolbar-title{text-align:center}html[dir=\"rtl\"] .fc-col-header-cell,html[dir=\"rtl\"] .fc-event,html[dir=\"rtl\"] .fc-timegrid-axis{text-align:right}@media (max-width:900px){.fc-toolbar-title{font-size:1.1rem}.fc-col-header-cell{font-size:1rem}.fc-event{font-size:.95rem;padding:.4rem .5rem}}.dark .fc{background:#0f172a;color:#f1f5f9}.dark .fc-header-toolbar,.dark .fc-toolbar{background:#0f172a;border-bottom:1px solid #334155}.dark .fc-toolbar-title{color:#f1f5f9}.dark .fc-button{background:#1e293b;color:#f1f5f9;border:1px solid #334155}.dark .fc-button-active,.dark .fc-button:hover{background:#334155;color:#fff}.dark .fc-col-header-cell{background:#0f172a;color:#f1f5f9;border-bottom:1px solid #334155}.dark .fc-timegrid-slot{border-bottom:1px solid #1e293b}.dark .fc-timegrid-axis{color:#cbd5e1;background:#1e293b;border-right:1px solid #334155}.dark .fc-event{box-shadow:0 2px 8px rgba(0,0,0,.25);color:#f1f5f9}.dark .fc-event.bg-blue{background:#6366f1;color:#f1f5f9}.dark .fc-event.bg-yellow{background:#facc15;color:#22223b}.dark .fc-event.bg-pink{background:#f472b6;color:#22223b}.dark .fc-event.bg-green{background:#34d399;color:#22223b}.dark .fc-event.bg-purple{background:#a78bfa;color:#22223b}.dark .fc .fc-daygrid-day.fc-day-today{background:#1e293b}.dark .fc-scrollgrid,.dark .fc-scrollgrid-section{border:none}.week-slider-container{touch-action:pan-x;-webkit-overflow-scrolling:touch;overscroll-behavior-x:contain;position:relative;scroll-behavior:smooth;scroll-snap-type:x proximity}@media (min-width:640px){.week-slider-container{overflow-x:hidden}}.week-slider-container:active{cursor:grabbing}.day-button{transition:all .2s ease-in-out;position:relative;overflow:hidden;scroll-snap-align:center}.day-button:after{content:"";position:absolute;top:0;left:0;right:0;bottom:0;background:linear-gradient(to bottom,rgba(var(--primary-rgb),.05),rgba(var(--primary-rgb),.01));opacity:0;transition:opacity .2s ease;pointer-events:none;z-index:-1}.day-button:hover:after{opacity:1}.day-button-selected{box-shadow:0 4px 12px rgba(var(--primary-rgb),.25);transform:translateY(-1px)}.day-button.non-working-day{opacity:.6;background-color:rgba(var(--muted-rgb),.2);color:var(--muted-foreground);border-color:var(--muted)}.day-button.non-working-day:hover{opacity:.8;background-color:rgba(var(--muted-rgb),.3)}.month-header{position:sticky;top:0;z-index:10;padding:4px 8px;font-size:.75rem;font-weight:500;color:var(--muted-foreground);background-color:rgba(var(--card-rgb),.5);-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);margin-bottom:4px;border-radius:4px}@media (max-width:640px){.day-button{min-height:70px;padding:8px 0}.day-button:active{transform:scale(.96)}@keyframes scrollHint{0%{opacity:.3}50%{opacity:.7}to{opacity:.3}}.scroll-indicator{animation:scrollHint 1.5s ease-in-out infinite}}.week-transition{transition:transform .3s ease,opacity .3s ease}.day-button:hover .badge{transform:scale(1.1)}@keyframes todayPulse{0%,to{transform:scale(1);opacity:.8}50%{transform:scale(1.2);opacity:1}}.today-indicator{animation:todayPulse 2s infinite}.scroll-indicator-left,.scroll-indicator-right{position:absolute;top:50%;transform:translateY(-50%);height:40px;width:32px;pointer-events:none;z-index:5}.scroll-indicator-left{left:0;background:linear-gradient(to right,rgba(var(--background-rgb),.8),transparent)}.scroll-indicator-right{right:0;background:linear-gradient(to left,rgba(var(--background-rgb),.8),transparent)}.month-separator{width:1px;background-color:rgba(var(--border-rgb),.5);margin:0 4px}.business-banner{position:relative;overflow:hidden;transition:all .5s ease;border-radius:0 0 20px 20px;box-shadow:0 10px 30px rgba(0,0,0,.1)}.business-banner:after{content:"";position:absolute;top:0;left:0;width:100%;height:100%;background:linear-gradient(180deg,rgba(0,0,0,.05),rgba(0,0,0,.7));z-index:1}.business-banner-content{position:relative;z-index:2;animation:fadeInUp .8s ease-out}.business-logo{transform:translateY(0);transition:transform .3s ease;box-shadow:0 4px 20px rgba(0,0,0,.1);animation:fadeInScale .5s ease-out}.business-info{animation:fadeInUp .6s ease-out .2s both}.business-gallery{animation:fadeIn .8s ease-out .3s both}.business-gallery-item{overflow:hidden;transition:all .4s cubic-bezier(.165,.84,.44,1);position:relative;border-radius:.5rem;box-shadow:0 4px 12px rgba(0,0,0,.08)}.business-gallery-item:hover{transform:translateY(-8px) scale(1.02);box-shadow:0 15px 30px rgba(0,0,0,.15);z-index:10}.business-gallery-item:after{content:"";position:absolute;top:0;left:0;width:100%;height:100%;background:linear-gradient(180deg,transparent 70%,rgba(0,0,0,.4));opacity:0;transition:opacity .4s ease}.business-gallery-item:hover:after{opacity:1}.business-gallery-item img{transition:transform .7s cubic-bezier(.165,.84,.44,1);width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.business-gallery-item:hover img{transform:scale(1.08)}.gallery-modal-backdrop{animation:fadeIn .3s ease}.gallery-modal-content{animation:zoomIn .4s cubic-bezier(.165,.84,.44,1)}@keyframes zoomIn{0%{opacity:0;transform:scale(.95)}to{opacity:1;transform:scale(1)}}.booking-form-container{animation:fadeInUp .8s ease-out .4s both}.business-sidebar{animation:fadeInRight .8s ease-out .5s both}.service-item{transition:transform .3s ease,box-shadow .3s ease}.service-item:hover{transform:translateY(-2px);box-shadow:0 4px 12px rgba(0,0,0,.05)}.social-icon{transition:transform .3s ease,background-color .3s ease}.social-icon:hover{transform:translateY(-3px)}.booking-step{animation:fadeIn .5s ease-out;min-height:300px}.booking-progress-indicator{display:flex;justify-content:space-between;align-items:flex-start;width:100%;position:relative;margin:1.5rem 0 2.5rem;padding:0 10px}html[dir=rtl] .booking-progress-indicator{flex-direction:row-reverse}html[dir=rtl] .booking-progress-connector-fill{left:auto;right:0}.booking-progress-step{flex-direction:column;z-index:2;flex:1;max-width:100px}.booking-progress-icon,.booking-progress-step{display:flex;align-items:center;position:relative;transition:all .3s ease}.booking-progress-icon{width:52px;height:52px;border-radius:50%;justify-content:center;margin-bottom:.75rem;box-shadow:0 4px 12px rgba(0,0,0,.08);background-color:hsl(var(--background));border:2px solid hsl(var(--border))}.booking-progress-icon:after{content:"";position:absolute;inset:-6px;border-radius:50%;z-index:-1;opacity:0;background:radial-gradient(circle at center,rgba(var(--primary-rgb),.2),transparent 70%);transition:opacity .3s ease}.booking-progress-step.active .booking-progress-icon{transform:scale(1.05);box-shadow:0 6px 16px rgba(0,0,0,.12)}.booking-progress-step.active .booking-progress-icon:after{opacity:1}.booking-progress-step.completed .booking-progress-icon{background-color:var(--primary-color,hsl(var(--primary)));border-color:var(--primary-color,hsl(var(--primary)));color:hsl(var(--primary-foreground))}.booking-progress-step.completed .booking-progress-icon:after{opacity:.5}.booking-progress-title{font-size:.85rem;text-align:center;max-width:90px;transition:all .3s ease;line-height:1.3;font-weight:500;color:hsl(var(--muted-foreground))}.booking-progress-step.active .booking-progress-title{color:hsl(var(--foreground))}.booking-progress-step.completed .booking-progress-title{color:var(--primary-color,hsl(var(--primary)))}.booking-progress-connector{position:absolute;top:26px;left:0;width:100%;height:4px;background-color:hsl(var(--border));z-index:1;border-radius:2px;overflow:hidden}.booking-progress-connector-fill{position:absolute;top:0;left:0;height:100%;background-color:var(--primary-color,hsl(var(--primary)));border-radius:2px;transition:width .8s cubic-bezier(.34,1.56,.64,1);box-shadow:0 0 10px rgba(var(--primary-rgb),.5)}.booking-progress-connector-fill:after{content:"";position:absolute;top:0;left:0;width:100%;height:100%;background:linear-gradient(90deg,transparent,rgba(255,255,255,.5) 50%,transparent);animation:progressPulse 2s infinite}@keyframes progressPulse{0%{transform:translateX(-100%)}to{transform:translateX(100%)}}html[dir=rtl] .booking-progress-connector{left:auto;right:0;transform:scaleX(-1)}html[dir=rtl] .booking-progress-connector-fill{transform-origin:right}.booking-progress-step-number{position:absolute;top:-6px;right:-6px;width:22px;height:22px;border-radius:50%;background-color:hsl(var(--muted));color:hsl(var(--muted-foreground));font-size:.75rem;font-weight:600;display:flex;align-items:center;justify-content:center;transition:all .3s ease;box-shadow:0 2px 6px rgba(0,0,0,.15);border:2px solid hsl(var(--background))}html[dir=rtl] .booking-progress-step-number{right:auto;left:-6px}.booking-progress-step.active .booking-progress-step-number,.booking-progress-step.completed .booking-progress-step-number{background-color:var(--primary-color,hsl(var(--primary)));color:hsl(var(--primary-foreground))}@media (max-width:640px){.booking-progress-indicator{margin:1rem 0 1.5rem;overflow-x:auto;justify-content:flex-start;padding:0 5px 10px}.booking-progress-step{min-width:70px;margin-right:5px}html[dir=rtl] .booking-progress-step{margin-right:0;margin-left:5px}.booking-progress-icon{width:42px;height:42px;margin-bottom:.5rem}.booking-progress-title{font-size:.7rem;max-width:70px}.booking-progress-connector{top:21px}.booking-progress-step-number{width:20px;height:20px;font-size:.65rem;top:-4px;right:-4px}}.service-card{transition:all .3s cubic-bezier(.22,1,.36,1);cursor:pointer;position:relative;overflow:hidden}.service-card:hover{transform:translateY(-3px);box-shadow:0 8px 20px rgba(0,0,0,.08)}.service-card.selected{border-width:2px;transform:translateY(-3px);box-shadow:0 8px 20px rgba(0,0,0,.1)}.service-card:before{content:"";position:absolute;top:0;left:0;width:100%;height:100%;background:linear-gradient(45deg,transparent,rgba(255,255,255,.1),transparent);transform:translateX(-100%);transition:transform .6s ease}.service-card:hover:before{transform:translateX(100%)}.employee-card{transition:all .3s cubic-bezier(.22,1,.36,1);cursor:pointer;position:relative;overflow:hidden}.employee-card:hover{transform:translateY(-3px);box-shadow:0 8px 20px rgba(0,0,0,.08)}.employee-card.selected{border-width:2px;transform:translateY(-3px);box-shadow:0 8px 20px rgba(0,0,0,.1)}.employee-card:before{content:"";position:absolute;top:0;left:0;width:100%;height:100%;background:linear-gradient(45deg,transparent,rgba(255,255,255,.1),transparent);transform:translateX(-100%);transition:transform .6s ease}.employee-card:hover:before{transform:translateX(100%)}.time-slots-container{grid-template-columns:repeat(auto-fill,minmax(90px,1fr));gap:10px;margin-top:10px}html[dir=rtl] .time-slot-button:before{transform:translateX(100%)}html[dir=rtl] .time-slot-button:hover:before{transform:translateX(-100%)}html[dir=rtl] .employee-card:before,html[dir=rtl] .service-card:before{transform:translateX(100%)}html[dir=rtl] .employee-card:hover:before,html[dir=rtl] .service-card:hover:before{transform:translateX(-100%)}html[dir=rtl] .booking-summary:before{animation-direction:reverse}@media (max-width:640px){.time-slots-container{grid-template-columns:repeat(auto-fill,minmax(70px,1fr));gap:8px}.time-slot-button{padding:8px 6px;font-size:.85rem}.business-banner{height:auto!important;min-height:180px}.business-logo{width:60px!important;height:60px!important}.employee-card,.service-card{padding:12px!important}.booking-step{min-height:auto}.booking-step,.booking-summary{padding:16px!important}}.time-slot-button{transition:all .3s cubic-bezier(.22,1,.36,1);padding:10px 8px;font-size:.9rem;position:relative;overflow:hidden}.time-slot-button:hover{transform:translateY(-2px) scale(1.05);box-shadow:0 4px 12px rgba(0,0,0,.08);z-index:1}.time-slot-button.selected{transform:translateY(-2px) scale(1.05);font-weight:500}.time-slot-button:before{content:"";position:absolute;top:0;left:0;width:100%;height:100%;background:linear-gradient(45deg,transparent,rgba(255,255,255,.2),transparent);transform:translateX(-100%);transition:transform .6s ease}.time-slot-button:hover:before{transform:translateX(100%)}@keyframes fadeInUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}@keyframes fadeInRight{0%{opacity:0;transform:translateX(20px)}to{opacity:1;transform:translateX(0)}}@keyframes fadeInScale{0%{opacity:0;transform:scale(.8)}to{opacity:1;transform:scale(1)}}.booking-button{position:relative;overflow:hidden}.booking-button:after{content:"";position:absolute;top:50%;left:50%;width:120%;height:120%;background:radial-gradient(circle,rgba(255,255,255,.8) 0,rgba(255,255,255,0) 70%);transform:translate(-50%,-50%) scale(0);opacity:0;transition:transform .5s ease,opacity .5s ease}.booking-button:hover:after{transform:translate(-50%,-50%) scale(1);opacity:.3}.calendar-day{transition:transform .2s ease,background-color .2s ease}.calendar-day:hover:not(.disabled){transform:scale(1.1);z-index:1}.time-slots-container{display:grid;grid-template-columns:repeat(auto-fill,minmax(100px,1fr));gap:8px}.time-slot-button{transition:all .2s ease;border-radius:8px;padding:8px;text-align:center}.time-slot-button.selected,.time-slot-button:hover{transform:translateY(-2px);box-shadow:0 4px 12px rgba(0,0,0,.1)}.confirmation-container{animation:fadeInScale .5s ease-out}.confirmation-check{animation:scaleIn .5s ease-out .3s both}@keyframes scaleIn{0%{transform:scale(0)}to{transform:scale(1)}}.booking-summary{position:relative;overflow:hidden;transition:all .3s ease;border-radius:12px}.booking-summary:before{content:"";position:absolute;top:0;left:0;width:100%;height:100%;background:linear-gradient(135deg,rgba(255,255,255,0),rgba(255,255,255,.1),rgba(255,255,255,0));transform:translateX(-100%);animation:shimmer 2s infinite}@keyframes shimmer{0%{transform:translateX(-100%)}to{transform:translateX(100%)}}.loading-spinner{animation:spin 1s linear infinite}.booking-steps-container{position:relative;margin:2rem 0;padding:0;width:100%}.booking-steps{display:flex;justify-content:space-between;align-items:flex-start;position:relative;z-index:2}html[dir=rtl] .booking-steps{flex-direction:row-reverse}.booking-step-item{display:flex;flex-direction:column;align-items:center;position:relative;flex:1;max-width:120px;transition:all .3s ease}.booking-step-circle{width:50px;height:50px;border-radius:50%;margin-bottom:.75rem;position:relative;z-index:2;transition:all .4s cubic-bezier(.34,1.56,.64,1);background-color:hsl(var(--background));border:2px solid hsl(var(--border));box-shadow:0 4px 10px rgba(0,0,0,.05)}.booking-step-circle,.booking-step-number{display:flex;align-items:center;justify-content:center}.booking-step-number{position:absolute;top:-8px;right:-8px;width:24px;height:24px;border-radius:50%;background-color:hsl(var(--muted));color:hsl(var(--muted-foreground));font-size:.75rem;font-weight:600;transition:all .3s ease;box-shadow:0 2px 6px rgba(0,0,0,.1);border:2px solid hsl(var(--background))}html[dir=rtl] .booking-step-number{right:auto;left:-8px}.booking-step-title{font-size:.85rem;text-align:center;max-width:100px;transition:all .3s ease;line-height:1.3;font-weight:500;color:hsl(var(--muted-foreground))}.booking-progress-bar{position:absolute;top:25px;left:0;width:100%;height:4px;background-color:hsl(var(--border));z-index:1}.booking-progress-fill{position:absolute;top:0;left:0;height:100%;background-color:var(--primary-color,hsl(var(--primary)));transition:width .6s cubic-bezier(.34,1.56,.64,1)}html[dir=rtl] .booking-progress-fill{left:auto;right:0}.booking-step-item.active .booking-step-circle{transform:scale(1.1);border-color:var(--primary-color,hsl(var(--primary)));box-shadow:0 6px 16px rgba(0,0,0,.1)}.booking-step-item.active .booking-step-title{color:hsl(var(--foreground));font-weight:600}.booking-step-item.active .booking-step-number,.booking-step-item.completed .booking-step-circle{background-color:var(--primary-color,hsl(var(--primary)));color:hsl(var(--primary-foreground))}.booking-step-item.completed .booking-step-circle{border-color:var(--primary-color,hsl(var(--primary)))}.booking-step-item.completed .booking-step-number{background-color:var(--primary-color,hsl(var(--primary)));color:hsl(var(--primary-foreground))}.booking-step-item.active .booking-step-circle:after{content:"";position:absolute;inset:-8px;border-radius:50%;z-index:-1;opacity:.5;background:radial-gradient(circle at center,rgba(var(--primary-rgb),.2),transparent 70%);animation:pulse 2s infinite}@media (max-width:768px){.booking-steps-container{margin:1.5rem 0;overflow-x:auto;padding-bottom:1rem;-webkit-overflow-scrolling:touch;scrollbar-width:none;-ms-overflow-style:none}.booking-steps-container::-webkit-scrollbar{display:none}.booking-steps{min-width:-moz-max-content;min-width:max-content;padding:0 10px;gap:8px}.booking-step-item{min-width:70px;margin:0 4px}.booking-step-circle{width:36px;height:36px;margin-bottom:.5rem}.booking-step-title{font-size:.7rem;max-width:70px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.booking-progress-bar{top:18px}.booking-step-number{width:18px;height:18px;font-size:.65rem;top:-4px;right:-4px}html[dir=rtl] .booking-step-number{right:auto;left:-4px}@media (max-width:480px){.booking-steps{justify-content:flex-start}.booking-step-item.active .booking-step-circle{transform:scale(1.2)}.booking-step-item.active{scroll-margin-left:50%}}}.ltr{direction:ltr;display:inline-block}.rtl .dashboard-sidebar{border-right:none;border-left:1px solid var(--border)}.rtl .dashboard-content{padding-right:0;padding-left:1.5rem}.rtl .settings-sidebar{border-right:none;border-left:1px solid var(--border)}.rtl .settings-content{padding-right:0;padding-left:1.5rem}.rtl .dashboard-card-icon{margin-right:0;margin-left:.75rem}.rtl .dashboard-stats-card{flex-direction:row-reverse}.rtl .dashboard-nav-item-icon,.rtl .settings-nav-item-icon{margin-right:0;margin-left:.75rem}.rtl .search-input-icon{left:auto;right:.75rem}.rtl .search-input{padding-left:.75rem;padding-right:2.5rem}.rtl .dashboard-dropdown,.rtl .settings-dropdown{left:0;right:auto}.rtl .mobile-menu-item-icon{margin-right:0;margin-left:.75rem}.rtl .settings-form-label{text-align:right}.rtl .settings-action-buttons{flex-direction:row-reverse}html[dir=rtl] .arrow-left,html[dir=rtl] .arrow-right,html[dir=rtl] .chevron-left,html[dir=rtl] .chevron-right{transform:scaleX(-1)}html[dir=rtl] .border-r-active{border-right:none;border-left:4px solid}html[dir=rtl] .border-l-active{border-left:none;border-right:4px solid}html[dir=rtl] .icon-start{margin-right:0;margin-left:.5rem}html[dir=rtl] .icon-end{margin-left:0;margin-right:.5rem}html[dir=rtl] .ml-auto{margin-left:0;margin-right:auto}html[dir=rtl] .mr-auto{margin-right:0;margin-left:auto}html[dir=rtl] .left-0{left:auto;right:0}html[dir=rtl] .right-0{right:auto;left:0}html[dir=rtl] [data-align=end]{transform-origin:top left}html[dir=rtl] [data-align=start]{transform-origin:top right}html[dir=rtl] .dashboard-chevron-left,html[dir=rtl] .dashboard-chevron-right{transform:rotate(180deg)}html[dir=rtl] .tab-active-indicator-right{right:auto;left:0;border-right:none;border-left:4px solid}html[dir=rtl] .tab-active-indicator-left{left:auto;right:0;border-left:none;border-right:4px solid}html[dir=rtl] [role=combobox]{text-align:right}html[dir=rtl] [role=listbox]{direction:rtl}html[dir=rtl] .select-content,html[dir=rtl] [role=option]{text-align:right}html[dir=rtl] .select-item{justify-content:flex-end;text-align:right}html[dir=rtl] .select-trigger .select-value{text-align:right}html[dir=rtl] .select-trigger .select-icon{margin-left:0;margin-right:auto}*,: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:rgb(59 130 246/0.5);--tw-ring-offset-shadow:0 0 #0000;--tw-ring-shadow:0 0 #0000;--tw-shadow:0 0 #0000;--tw-shadow-colored:0 0 #0000;--tw-blur: ;--tw-brightness: ;--tw-contrast: ;--tw-grayscale: ;--tw-hue-rotate: ;--tw-invert: ;--tw-saturate: ;--tw-sepia: ;--tw-drop-shadow: ;--tw-backdrop-blur: ;--tw-backdrop-brightness: ;--tw-backdrop-contrast: ;--tw-backdrop-grayscale: ;--tw-backdrop-hue-rotate: ;--tw-backdrop-invert: ;--tw-backdrop-opacity: ;--tw-backdrop-saturate: ;--tw-backdrop-sepia: ;--tw-contain-size: ;--tw-contain-layout: ;--tw-contain-paint: ;--tw-contain-style: }::backdrop{--tw-border-spacing-x:0;--tw-border-spacing-y:0;--tw-translate-x:0;--tw-translate-y:0;--tw-rotate:0;--tw-skew-x:0;--tw-skew-y:0;--tw-scale-x:1;--tw-scale-y:1;--tw-pan-x: ;--tw-pan-y: ;--tw-pinch-zoom: ;--tw-scroll-snap-strictness:proximity;--tw-gradient-from-position: ;--tw-gradient-via-position: ;--tw-gradient-to-position: ;--tw-ordinal: ;--tw-slashed-zero: ;--tw-numeric-figure: ;--tw-numeric-spacing: ;--tw-numeric-fraction: ;--tw-ring-inset: ;--tw-ring-offset-width:0px;--tw-ring-offset-color:#fff;--tw-ring-color:rgb(59 130 246/0.5);--tw-ring-offset-shadow:0 0 #0000;--tw-ring-shadow:0 0 #0000;--tw-shadow:0 0 #0000;--tw-shadow-colored:0 0 #0000;--tw-blur: ;--tw-brightness: ;--tw-contrast: ;--tw-grayscale: ;--tw-hue-rotate: ;--tw-invert: ;--tw-saturate: ;--tw-sepia: ;--tw-drop-shadow: ;--tw-backdrop-blur: ;--tw-backdrop-brightness: ;--tw-backdrop-contrast: ;--tw-backdrop-grayscale: ;--tw-backdrop-hue-rotate: ;--tw-backdrop-invert: ;--tw-backdrop-opacity: ;--tw-backdrop-saturate: ;--tw-backdrop-sepia: ;--tw-contain-size: ;--tw-contain-layout: ;--tw-contain-paint: ;--tw-contain-style: }

/* ! tailwindcss v3.4.17 | MIT License | https://tailwindcss.com */*,:after,:before{box-sizing:border-box;border:0 solid #e5e7eb}:after,:before{--tw-content:""}:host,html{line-height:1.5;-webkit-text-size-adjust:100%;-moz-tab-size:4;-o-tab-size:4;tab-size:4;font-family:ui-sans-serif,system-ui,sans-serif,Apple Color Emoji,Segoe UI Emoji,Segoe UI Symbol,Noto Color Emoji;font-feature-settings:normal;font-variation-settings:normal;-webkit-tap-highlight-color:transparent}body{margin:0;line-height:inherit}hr{height:0;color:inherit;border-top-width:1px}abbr:where([title]){-webkit-text-decoration:underline dotted;text-decoration:underline dotted}h1,h2,h3,h4,h5,h6{font-size:inherit;font-weight:inherit}a{color:inherit;text-decoration:inherit}b,strong{font-weight:bolder}code,kbd,pre,samp{font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,Liberation Mono,Courier New,monospace;font-feature-settings:normal;font-variation-settings:normal;font-size:1em}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sub{bottom:-.25em}sup{top:-.5em}table{text-indent:0;border-color:inherit;border-collapse:collapse}button,input,optgroup,select,textarea{font-family:inherit;font-feature-settings:inherit;font-variation-settings:inherit;font-size:100%;font-weight:inherit;line-height:inherit;letter-spacing:inherit;color:inherit;margin:0;padding:0}button,select{text-transform:none}button,input:where([type=button]),input:where([type=reset]),input:where([type=submit]){-webkit-appearance:button;background-color:transparent;background-image:none}:-moz-focusring{outline:auto}:-moz-ui-invalid{box-shadow:none}progress{vertical-align:baseline}::-webkit-inner-spin-button,::-webkit-outer-spin-button{height:auto}[type=search]{-webkit-appearance:textfield;outline-offset:-2px}::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}summary{display:list-item}blockquote,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::-moz-placeholder,textarea::-moz-placeholder{opacity:1;color:#9ca3af}input::placeholder,textarea::placeholder{opacity:1;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{max-width:100%;height:auto}[hidden]:where(:not([hidden=until-found])){display:none}:root{--radius:1rem;--background:0 0% 100%;--foreground:222 25% 8%;--card:0 0% 100%;--card-foreground:222 25% 8%;--popover:0 0% 100%;--popover-foreground:222 25% 8%;--primary:215 80% 50%;--primary-foreground:210 25% 96%;--secondary:210 25% 96%;--secondary-foreground:222 25% 15%;--muted:210 25% 96%;--muted-foreground:215 25% 45%;--accent:210 25% 96%;--accent-foreground:222 25% 15%;--destructive:0 65% 48%;--destructive-foreground:210 25% 96%;--border:214 25% 90%;--input:214 25% 90%;--ring:215 80% 50%;--chart-1:215 80% 50%;--chart-2:265 75% 55%;--chart-3:190 85% 45%;--chart-4:320 65% 50%;--chart-5:30 85% 55%;--accent-purple:265 75% 55%;--accent-teal:175 75% 40%;--accent-orange:30 85% 55%;--accent-pink:320 65% 50%;--accent-green:145 65% 45%;--primary-rgb:26,122,255;--accent-purple-rgb:139,69,255;--accent-teal-rgb:31,191,166;--accent-orange-rgb:255,140,46;--accent-pink-rgb:255,69,177;--accent-green-rgb:46,183,82}.dark{--background:222 47% 6%;--foreground:210 25% 96%;--card:222 47% 8%;--card-foreground:210 25% 96%;--popover:222 47% 8%;--popover-foreground:210 25% 96%;--primary:215 80% 56%;--primary-foreground:210 25% 96%;--secondary:217 33% 18%;--secondary-foreground:210 25% 96%;--muted:217 33% 18%;--muted-foreground:215 25% 70%;--accent:215 70% 18%;--accent-foreground:210 25% 96%;--destructive:0 65% 35%;--destructive-foreground:210 25% 96%;--border:217 33% 20%;--input:217 33% 20%;--ring:215 80% 56%;--chart-1:215 80% 56%;--chart-2:265 75% 60%;--chart-3:190 85% 50%;--chart-4:320 65% 55%;--chart-5:30 85% 60%;--accent-purple:265 75% 60%;--accent-teal:175 75% 45%;--accent-orange:30 85% 60%;--accent-pink:320 65% 55%;--accent-green:145 65% 50%;--primary-rgb:61,141,255;--accent-purple-rgb:159,96,243;--accent-teal-rgb:48,198,178;--accent-orange-rgb:255,155,63;--accent-pink-rgb:230,93,174;--accent-green-rgb:62,178,93}*{border-color:hsl(var(--border))}body{background-color:hsl(var(--background));color:hsl(var(--foreground))}.container{width:100%;margin-right:auto;margin-left:auto;padding-right:2rem;padding-left:2rem}@media (min-width:1400px){.container{max-width:1400px}}.glass-button{position:relative;overflow:hidden;transition-property:all;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.3s;animation-duration:.3s;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px)}.glass-button:before{content:"";position:absolute;inset:0;border-radius:calc(var(--radius) - 2px);opacity:0;transition-property:opacity;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.3s;animation-duration:.3s}.glass-button:hover:before{opacity:1}.glass-button:before{background:linear-gradient(120deg,rgba(255,255,255,.3),rgba(255,255,255,.1))}.glass-dropdown{border-width:1px;border-color:hsl(var(--border)/.6);background-color:hsl(var(--background)/.4);--tw-backdrop-blur:blur(24px);-webkit-backdrop-filter:var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);backdrop-filter:var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);box-shadow:0 8px 32px rgba(0,0,0,.09);background-image:linear-gradient(180deg,rgba(255,255,255,.5),rgba(255,255,255,.2))}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border-width:0}.pointer-events-none{pointer-events:none}.pointer-events-auto{pointer-events:auto}.\!visible{visibility:visible!important}.visible{visibility:visible}.invisible{visibility:hidden}.static{position:static}.fixed{position:fixed}.absolute{position:absolute}.relative{position:relative}.sticky{position:sticky}.-inset-1{inset:-.25rem}.inset-0{inset:0}.inset-1{inset:.25rem}.inset-2{inset:.5rem}.inset-3{inset:.75rem}.inset-4{inset:1rem}.inset-x-0{left:0;right:0}.inset-y-0{top:0;bottom:0}.-bottom-1{bottom:-.25rem}.-bottom-10{bottom:-2.5rem}.-bottom-12{bottom:-3rem}.-bottom-2{bottom:-.5rem}.-bottom-20{bottom:-5rem}.-bottom-40{bottom:-10rem}.-bottom-6{bottom:-1.5rem}.-left-12{left:-3rem}.-left-20{left:-5rem}.-left-3{left:-.75rem}.-left-40{left:-10rem}.-left-6{left:-1.5rem}.-left-8{left:-2rem}.-right-1{right:-.25rem}.-right-12{right:-3rem}.-right-2{right:-.5rem}.-right-20{right:-5rem}.-right-3{right:-.75rem}.-right-40{right:-10rem}.-right-6{right:-1.5rem}.-right-\[10\%\]{right:-10%}.-top-1{top:-.25rem}.-top-12{top:-3rem}.-top-2{top:-.5rem}.-top-20{top:-5rem}.-top-3{top:-.75rem}.-top-40{top:-10rem}.-top-5{top:-1.25rem}.bottom-0{bottom:0}.bottom-1\/4{bottom:25%}.bottom-10{bottom:2.5rem}.bottom-16{bottom:4rem}.bottom-2{bottom:.5rem}.bottom-20{bottom:5rem}.bottom-3{bottom:.75rem}.bottom-4{bottom:1rem}.bottom-6{bottom:1.5rem}.bottom-8{bottom:2rem}.end-0{inset-inline-end:0}.left-0{left:0}.left-1{left:.25rem}.left-1\/2{left:50%}.left-10{left:2.5rem}.left-12{left:3rem}.left-2{left:.5rem}.left-2\.5{left:.625rem}.left-20{left:5rem}.left-3{left:.75rem}.left-4{left:1rem}.left-5{left:1.25rem}.left-6{left:1.5rem}.left-8{left:2rem}.left-\[-20px\]{left:-20px}.left-\[-30px\]{left:-30px}.left-\[10\%\]{left:10%}.left-\[50\%\]{left:50%}.left-\[50px\]{left:50px}.left-\[5px\]{left:5px}.right-0{right:0}.right-1{right:.25rem}.right-1\.5{right:.375rem}.right-10{right:2.5rem}.right-2{right:.5rem}.right-2\.5{right:.625rem}.right-20{right:5rem}.right-3{right:.75rem}.right-4{right:1rem}.right-5{right:1.25rem}.right-6{right:1.5rem}.right-\[10\%\]{right:10%}.start-0{inset-inline-start:0}.top-0{top:0}.top-1{top:.25rem}.top-1\.5{top:.375rem}.top-1\/2{top:50%}.top-1\/3{top:33.333333%}.top-1\/4{top:25%}.top-10{top:2.5rem}.top-12{top:3rem}.top-2{top:.5rem}.top-2\.5{top:.625rem}.top-20{top:5rem}.top-3{top:.75rem}.top-3\.5{top:.875rem}.top-32{top:8rem}.top-4{top:1rem}.top-5{top:1.25rem}.top-6{top:1.5rem}.top-8{top:2rem}.top-\[10\%\]{top:10%}.top-\[120px\]{top:120px}.top-\[15\%\]{top:15%}.top-\[1px\]{top:1px}.top-\[20px\]{top:20px}.top-\[35\%\]{top:35%}.top-\[50\%\]{top:50%}.top-\[60\%\]{top:60%}.top-full{top:100%}.-z-10{z-index:-10}.z-0{z-index:0}.z-10{z-index:10}.z-20{z-index:20}.z-30{z-index:30}.z-40{z-index:40}.z-50{z-index:50}.z-\[100\]{z-index:100}.z-\[1\]{z-index:1}.z-\[55\]{z-index:55}.z-\[5\]{z-index:5}.z-\[70\]{z-index:70}.order-1{order:1}.order-2{order:2}.order-3{order:3}.order-last{order:9999}.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}.col-span-4{grid-column:span 4/span 4}.col-span-6{grid-column:span 6/span 6}.col-span-7{grid-column:span 7/span 7}.col-span-8{grid-column:span 8/span 8}.col-start-2{grid-column-start:2}.m-0\.5{margin:.125rem}.-mx-1{margin-left:-.25rem;margin-right:-.25rem}.mx-0\.5{margin-left:.125rem;margin-right:.125rem}.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-3\.5{margin-left:.875rem;margin-right:.875rem}.mx-4{margin-left:1rem;margin-right:1rem}.mx-auto{margin-left:auto;margin-right:auto}.my-0{margin-top:0;margin-bottom:0}.my-0\.5{margin-top:.125rem;margin-bottom:.125rem}.my-1{margin-top:.25rem;margin-bottom:.25rem}.my-10{margin-top:2.5rem;margin-bottom:2.5rem}.my-2{margin-top:.5rem;margin-bottom:.5rem}.my-3{margin-top:.75rem;margin-bottom:.75rem}.my-4{margin-top:1rem;margin-bottom:1rem}.my-5{margin-top:1.25rem;margin-bottom:1.25rem}.my-8{margin-top:2rem;margin-bottom:2rem}.my-auto{margin-top:auto;margin-bottom:auto}.-ml-1{margin-left:-.25rem}.-ml-4{margin-left:-1rem}.-mr-2{margin-right:-.5rem}.-mt-1{margin-top:-.25rem}.-mt-2{margin-top:-.5rem}.-mt-4{margin-top:-1rem}.mb-0{margin-bottom:0}.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-16{margin-bottom:4rem}.mb-2{margin-bottom:.5rem}.mb-2\.5{margin-bottom:.625rem}.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}.me-2{margin-inline-end:.5rem}.me-3{margin-inline-end:.75rem}.ml-0{margin-left:0}.ml-1{margin-left:.25rem}.ml-1\.5{margin-left:.375rem}.ml-2{margin-left:.5rem}.ml-3{margin-left:.75rem}.ml-3\.5{margin-left:.875rem}.ml-4{margin-left:1rem}.ml-6{margin-left:1.5rem}.ml-auto{margin-left:auto}.mr-0{margin-right:0}.mr-1{margin-right:.25rem}.mr-1\.5{margin-right:.375rem}.mr-2{margin-right:.5rem}.mr-3{margin-right:.75rem}.mr-3\.5{margin-right:.875rem}.mr-4{margin-right:1rem}.mr-auto{margin-right:auto}.ms-1{margin-inline-start:.25rem}.ms-2{margin-inline-start:.5rem}.ms-4{margin-inline-start:1rem}.mt-0{margin-top:0}.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-2{margin-top:.5rem}.mt-24{margin-top:6rem}.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-\[1px\]{margin-top:1px}.mt-auto{margin-top:auto}.line-clamp-1{-webkit-line-clamp:1}.line-clamp-1,.line-clamp-2{overflow:hidden;display:-webkit-box;-webkit-box-orient:vertical}.line-clamp-2{-webkit-line-clamp:2}.block{display:block}.inline-block{display:inline-block}.inline{display:inline}.flex{display:flex}.inline-flex{display:inline-flex}.table{display:table}.grid{display:grid}.hidden{display:none}.aspect-square{aspect-ratio:1/1}.aspect-video{aspect-ratio:16/9}.size-4{width:1rem;height:1rem}.size-7{width:1.75rem;height:1.75rem}.h-0\.5{height:.125rem}.h-1{height:.25rem}.h-1\.5{height:.375rem}.h-1\/2{height:50%}.h-10{height:2.5rem}.h-11{height:2.75rem}.h-12{height:3rem}.h-14{height:3.5rem}.h-16{height:4rem}.h-2{height:.5rem}.h-2\.5{height:.625rem}.h-20{height:5rem}.h-24{height:6rem}.h-28{height:7rem}.h-3{height:.75rem}.h-3\.5{height:.875rem}.h-32{height:8rem}.h-36{height:9rem}.h-4{height:1rem}.h-40{height:10rem}.h-48{height:12rem}.h-5{height:1.25rem}.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-\[100vh\]{height:100vh}.h-\[15\%\]{height:15%}.h-\[150px\]{height:150px}.h-\[180px\]{height:180px}.h-\[190px\]{height:190px}.h-\[1px\]{height:1px}.h-\[200px\]{height:200px}.h-\[250px\]{height:250px}.h-\[2px\]{height:2px}.h-\[30\%\]{height:30%}.h-\[300px\]{height:300px}.h-\[30vw\]{height:30vw}.h-\[320px\]{height:320px}.h-\[40\%\]{height:40%}.h-\[400px\]{height:400px}.h-\[40vw\]{height:40vw}.h-\[48px\]{height:48px}.h-\[60\%\]{height:60%}.h-\[600px\]{height:600px}.h-\[64px\]{height:64px}.h-\[70\%\]{height:70%}.h-\[80vh\]{height:80vh}.h-\[90vh\]{height:90vh}.h-\[calc\(100\%-180px\)\]{height:calc(100% - 180px)}.h-\[calc\(100\%-3rem\)\]{height:calc(100% - 3rem)}.h-\[calc\(100vh-150px\)\]{height:calc(100vh - 150px)}.h-\[calc\(100vh-64px\)\]{height:calc(100vh - 64px)}.h-\[calc\(100vh-80px\)\]{height:calc(100vh - 80px)}.h-\[var\(--radix-navigation-menu-viewport-height\)\]{height:var(--radix-navigation-menu-viewport-height)}.h-\[var\(--radix-select-trigger-height\)\]{height:var(--radix-select-trigger-height)}.h-auto{height:auto}.h-fit{height:-moz-fit-content;height:fit-content}.h-full{height:100%}.h-px{height:1px}.h-screen{height:100vh}.h-svh{height:100svh}.max-h-24{max-height:6rem}.max-h-40{max-height:10rem}.max-h-48{max-height:12rem}.max-h-60{max-height:15rem}.max-h-96{max-height:24rem}.max-h-\[120px\]{max-height:120px}.max-h-\[200px\]{max-height:200px}.max-h-\[300px\]{max-height:300px}.max-h-\[400px\]{max-height:400px}.max-h-\[70vh\]{max-height:70vh}.max-h-\[80vh\]{max-height:80vh}.max-h-\[85vh\]{max-height:85vh}.max-h-\[90vh\]{max-height:90vh}.max-h-full{max-height:100%}.max-h-screen{max-height:100vh}.min-h-0{min-height:0}.min-h-\[100px\]{min-height:100px}.min-h-\[200px\]{min-height:200px}.min-h-\[24px\]{min-height:24px}.min-h-\[300px\]{min-height:300px}.min-h-\[360px\]{min-height:360px}.min-h-\[36px\]{min-height:36px}.min-h-\[400px\]{min-height:400px}.min-h-\[44px\]{min-height:44px}.min-h-\[500px\]{min-height:500px}.min-h-\[50vh\]{min-height:50vh}.min-h-\[60px\]{min-height:60px}.min-h-\[80px\]{min-height:80px}.min-h-\[80vh\]{min-height:80vh}.min-h-full{min-height:100%}.min-h-screen{min-height:100vh}.min-h-svh{min-height:100svh}.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\/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-28{width:7rem}.w-3{width:.75rem}.w-3\.5{width:.875rem}.w-3\/4{width:75%}.w-32{width:8rem}.w-36{width:9rem}.w-4{width:1rem}.w-4\/5{width:80%}.w-40{width:10rem}.w-48{width:12rem}.w-5{width:1.25rem}.w-5\/6{width:83.333333%}.w-52{width:13rem}.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-\[100px\]{width:100px}.w-\[120px\]{width:120px}.w-\[140px\]{width:140px}.w-\[15\%\]{width:15%}.w-\[150px\]{width:150px}.w-\[160px\]{width:160px}.w-\[180px\]{width:180px}.w-\[1px\]{width:1px}.w-\[200px\]{width:200px}.w-\[220px\]{width:220px}.w-\[30\%\]{width:30%}.w-\[300px\]{width:300px}.w-\[30vw\]{width:30vw}.w-\[35\%\]{width:35%}.w-\[350px\]{width:350px}.w-\[40vw\]{width:40vw}.w-\[60\%\]{width:60%}.w-\[70\%\]{width:70%}.w-\[70px\]{width:70px}.w-\[90vw\]{width:90vw}.w-\[95vw\]{width:95vw}.w-\[calc\(100\%-53px\)\]{width:calc(100% - 53px)}.w-auto{width:auto}.w-fit{width:-moz-fit-content;width:fit-content}.w-full{width:100%}.w-max{width:-moz-max-content;width:max-content}.w-px{width:1px}.min-w-0{min-width:0}.min-w-5{min-width:1.25rem}.min-w-\[100px\]{min-width:100px}.min-w-\[120px\]{min-width:120px}.min-w-\[12rem\]{min-width:12rem}.min-w-\[140px\]{min-width:140px}.min-w-\[150px\]{min-width:150px}.min-w-\[20px\]{min-width:20px}.min-w-\[280px\]{min-width:280px}.min-w-\[300px\]{min-width:300px}.min-w-\[32px\]{min-width:32px}.min-w-\[350px\]{min-width:350px}.min-w-\[3rem\]{min-width:3rem}.min-w-\[44px\]{min-width:44px}.min-w-\[58px\]{min-width:58px}.min-w-\[60px\]{min-width:60px}.min-w-\[65px\]{min-width:65px}.min-w-\[70px\]{min-width:70px}.min-w-\[80px\]{min-width:80px}.min-w-\[8rem\]{min-width:8rem}.min-w-\[var\(--radix-select-trigger-width\)\]{min-width:var(--radix-select-trigger-width)}.min-w-fit{min-width:-moz-fit-content;min-width:fit-content}.min-w-max{min-width:-moz-max-content;min-width:max-content}.max-w-20{max-width:5rem}.max-w-24{max-width:6rem}.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-\[100px\]{max-width:100px}.max-w-\[150px\]{max-width:150px}.max-w-\[180px\]{max-width:180px}.max-w-\[300px\]{max-width:300px}.max-w-\[420px\]{max-width:420px}.max-w-\[80\%\]{max-width:80%}.max-w-\[85\%\]{max-width:85%}.max-w-\[90vw\]{max-width:90vw}.max-w-\[95vw\]{max-width:95vw}.max-w-full{max-width:100%}.max-w-lg{max-width:32rem}.max-w-max{max-width:-moz-max-content;max-width:max-content}.max-w-md{max-width:28rem}.max-w-none{max-width:none}.max-w-sm{max-width:24rem}.max-w-xs{max-width:20rem}.flex-1{flex:1 1 0%}.flex-none{flex:none}.flex-shrink-0{flex-shrink:0}.shrink{flex-shrink:1}.shrink-0{flex-shrink:0}.flex-grow,.grow{flex-grow:1}.grow-0{flex-grow:0}.basis-full{flex-basis:100%}.caption-bottom{caption-side:bottom}.border-collapse{border-collapse:collapse}.origin-left{transform-origin:left}.-translate-x-1\/2{--tw-translate-x:-50%}.-translate-x-1\/2,.-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-x-px{--tw-translate-x:-1px;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,.-translate-y-\[50\%\]{--tw-translate-y:-50%}.-translate-y-1\/2,.-translate-y-\[50\%\],.translate-x-\[-50\%\]{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-\[-50\%\]{--tw-translate-x:-50%}.translate-x-px{--tw-translate-x:1px}.translate-x-px,.translate-y-\[-50\%\]{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-\[-50\%\]{--tw-translate-y:-50%}.translate-y-full{--tw-translate-y:100%}.-rotate-12,.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))}.-rotate-12{--tw-rotate:-12deg}.-rotate-45{--tw-rotate:-45deg}.-rotate-45,.rotate-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))}.rotate-0{--tw-rotate:0deg}.rotate-12{--tw-rotate:12deg}.rotate-12,.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-3{--tw-rotate:3deg}.rotate-3,.rotate-45{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-45{--tw-rotate:45deg}.rotate-6{--tw-rotate:6deg}.rotate-6,.rotate-90{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-90{--tw-rotate:90deg}.rotate-\[\$\{rotation\}deg\]{--tw-rotate:${rotation}deg}.rotate-\[\$\{rotation\}deg\],.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-105{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-105{--tw-scale-x:1.05;--tw-scale-y:1.05}.scale-110{--tw-scale-x:1.1;--tw-scale-y:1.1}.scale-110,.scale-75{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-75{--tw-scale-x:.75;--tw-scale-y:.75}.scale-\[1\.015\]{--tw-scale-x:1.015;--tw-scale-y:1.015}.scale-\[1\.015\],.scale-\[1\.02\]{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-\[1\.02\]{--tw-scale-x:1.02;--tw-scale-y:1.02}.scale-x-0{--tw-scale-x:0}.scale-x-0,.scale-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))}.scale-x-\[-1\]{--tw-scale-x:-1}.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))}@keyframes bounce{0%,to{transform:translateY(-25%);animation-timing-function:cubic-bezier(.8,0,1,1)}50%{transform:none;animation-timing-function:cubic-bezier(0,0,.2,1)}}.animate-bounce{animation:bounce 1s infinite}@keyframes float{0%,to{transform:translateY(0)}50%{transform:translateY(-20px)}}.animate-float{animation:float 6s ease-in-out infinite}@keyframes ping{75%,to{transform:scale(2);opacity:0}}.animate-ping{animation:ping 1s cubic-bezier(0,0,.2,1) infinite}@keyframes pulse{50%{opacity:.5}0%,to{opacity:1}}.animate-pulse{animation:pulse 2s cubic-bezier(.4,0,.6,1) infinite}.animate-shimmer-modern{animation:shimmer-modern 2s linear infinite}@keyframes spin{to{transform:rotate(1turn)}}.animate-spin{animation:spin 1s linear infinite}.cursor-default{cursor:default}.cursor-help{cursor:help}.cursor-not-allowed{cursor:not-allowed}.cursor-pointer{cursor:pointer}.cursor-wait{cursor:wait}.touch-none{touch-action:none}.touch-pan-x{--tw-pan-x:pan-x;touch-action:var(--tw-pan-x) var(--tw-pan-y) var(--tw-pinch-zoom)}.select-none{-webkit-user-select:none;-moz-user-select:none;user-select:none}.resize-none{resize:none}.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}.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-7{grid-template-columns:repeat(7,minmax(0,1fr))}.grid-cols-8{grid-template-columns:repeat(8,minmax(0,1fr))}.grid-cols-\[100px_1fr\]{grid-template-columns:100px 1fr}.grid-cols-\[1fr_1fr\]{grid-template-columns:1fr 1fr}.grid-cols-\[1fr_auto\]{grid-template-columns:1fr auto}.grid-cols-\[auto_1fr_auto\]{grid-template-columns:auto 1fr auto}.grid-rows-\[auto_1fr_auto\]{grid-template-rows:auto 1fr auto}.flex-row{flex-direction:row}.flex-row-reverse{flex-direction:row-reverse}.flex-col{flex-direction:column}.flex-col-reverse{flex-direction:column-reverse}.flex-wrap{flex-wrap:wrap}.items-start{align-items:flex-start}.items-end{align-items:flex-end}.items-center{align-items:center}.items-baseline{align-items:baseline}.items-stretch{align-items:stretch}.justify-start{justify-content:flex-start}.justify-end{justify-content:flex-end}.justify-center{justify-content:center}.justify-between{justify-content:space-between}.justify-around{justify-content:space-around}.gap-0{gap:0}.gap-0\.5{gap:.125rem}.gap-1{gap:.25rem}.gap-1\.5{gap:.375rem}.gap-10{gap:2.5rem}.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-7{gap:1.75rem}.gap-8{gap:2rem}.gap-x-1{-moz-column-gap:.25rem;column-gap:.25rem}.gap-x-2{-moz-column-gap:.5rem;column-gap:.5rem}.gap-x-3{-moz-column-gap:.75rem;column-gap:.75rem}.gap-x-4{-moz-column-gap:1rem;column-gap:1rem}.gap-y-0\.5{row-gap:.125rem}.gap-y-1{row-gap:.25rem}.space-x-1>:not([hidden])~:not([hidden]){--tw-space-x-reverse:0;margin-right:calc(.25rem * var(--tw-space-x-reverse));margin-left:calc(.25rem * calc(1 - var(--tw-space-x-reverse)))}.space-x-2>:not([hidden])~:not([hidden]){--tw-space-x-reverse:0;margin-right:calc(.5rem * var(--tw-space-x-reverse));margin-left:calc(.5rem * calc(1 - var(--tw-space-x-reverse)))}.space-x-3>:not([hidden])~:not([hidden]){--tw-space-x-reverse:0;margin-right:calc(.75rem * var(--tw-space-x-reverse));margin-left:calc(.75rem * calc(1 - var(--tw-space-x-reverse)))}.space-x-4>:not([hidden])~:not([hidden]){--tw-space-x-reverse:0;margin-right:calc(1rem * var(--tw-space-x-reverse));margin-left:calc(1rem * calc(1 - var(--tw-space-x-reverse)))}.space-y-0>:not([hidden])~:not([hidden]){--tw-space-y-reverse:0;margin-top:calc(0px * calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(0px * var(--tw-space-y-reverse))}.space-y-0\.5>:not([hidden])~:not([hidden]){--tw-space-y-reverse:0;margin-top:calc(.125rem * calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(.125rem * var(--tw-space-y-reverse))}.space-y-1>:not([hidden])~:not([hidden]){--tw-space-y-reverse:0;margin-top:calc(.25rem * calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(.25rem * var(--tw-space-y-reverse))}.space-y-1\.5>:not([hidden])~:not([hidden]){--tw-space-y-reverse:0;margin-top:calc(.375rem * calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(.375rem * var(--tw-space-y-reverse))}.space-y-12>:not([hidden])~:not([hidden]){--tw-space-y-reverse:0;margin-top:calc(3rem * calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(3rem * var(--tw-space-y-reverse))}.space-y-2>:not([hidden])~:not([hidden]){--tw-space-y-reverse:0;margin-top:calc(.5rem * calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(.5rem * var(--tw-space-y-reverse))}.space-y-2\.5>:not([hidden])~:not([hidden]){--tw-space-y-reverse:0;margin-top:calc(.625rem * calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(.625rem * var(--tw-space-y-reverse))}.space-y-3>:not([hidden])~:not([hidden]){--tw-space-y-reverse:0;margin-top:calc(.75rem * calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(.75rem * var(--tw-space-y-reverse))}.space-y-3\.5>:not([hidden])~:not([hidden]){--tw-space-y-reverse:0;margin-top:calc(.875rem * calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(.875rem * var(--tw-space-y-reverse))}.space-y-4>:not([hidden])~:not([hidden]){--tw-space-y-reverse:0;margin-top:calc(1rem * calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(1rem * var(--tw-space-y-reverse))}.space-y-5>:not([hidden])~:not([hidden]){--tw-space-y-reverse:0;margin-top:calc(1.25rem * calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(1.25rem * var(--tw-space-y-reverse))}.space-y-6>:not([hidden])~:not([hidden]){--tw-space-y-reverse:0;margin-top:calc(1.5rem * calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(1.5rem * var(--tw-space-y-reverse))}.space-y-8>:not([hidden])~:not([hidden]){--tw-space-y-reverse:0;margin-top:calc(2rem * calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(2rem * var(--tw-space-y-reverse))}.space-x-reverse>:not([hidden])~:not([hidden]){--tw-space-x-reverse:1}.divide-y>:not([hidden])~:not([hidden]){--tw-divide-y-reverse:0;border-top-width:calc(1px * calc(1 - var(--tw-divide-y-reverse)));border-bottom-width:calc(1px * var(--tw-divide-y-reverse))}.self-start{align-self:flex-start}.justify-self-start{justify-self:start}.justify-self-end{justify-self:end}.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}.overscroll-contain{overscroll-behavior:contain}.truncate{overflow:hidden;white-space:nowrap}.text-ellipsis,.truncate{text-overflow:ellipsis}.whitespace-nowrap{white-space:nowrap}.whitespace-pre-wrap{white-space:pre-wrap}.text-nowrap{text-wrap:nowrap}.break-words{overflow-wrap:break-word}.break-all{word-break:break-all}.rounded{border-radius:.25rem}.rounded-2xl{border-radius:1rem}.rounded-3xl{border-radius:1.5rem}.rounded-\[22px\]{border-radius:22px}.rounded-\[24px\]{border-radius:24px}.rounded-\[2px\]{border-radius:2px}.rounded-\[inherit\]{border-radius:inherit}.rounded-full{border-radius:9999px}.rounded-lg{border-radius:var(--radius)}.rounded-md{border-radius:calc(var(--radius) - 2px)}.rounded-none{border-radius:0}.rounded-sm{border-radius:calc(var(--radius) - 4px)}.rounded-xl{border-radius:.75rem}.rounded-b-lg{border-bottom-right-radius:var(--radius);border-bottom-left-radius:var(--radius)}.rounded-b-xl{border-bottom-right-radius:.75rem;border-bottom-left-radius:.75rem}.rounded-l{border-top-left-radius:.25rem;border-bottom-left-radius:.25rem}.rounded-l-lg{border-top-left-radius:var(--radius);border-bottom-left-radius:var(--radius)}.rounded-l-md{border-top-left-radius:calc(var(--radius) - 2px);border-bottom-left-radius:calc(var(--radius) - 2px)}.rounded-l-none{border-top-left-radius:0;border-bottom-left-radius:0}.rounded-r{border-top-right-radius:.25rem;border-bottom-right-radius:.25rem}.rounded-r-lg{border-top-right-radius:var(--radius);border-bottom-right-radius:var(--radius)}.rounded-r-md{border-top-right-radius:calc(var(--radius) - 2px);border-bottom-right-radius:calc(var(--radius) - 2px)}.rounded-r-none{border-top-right-radius:0;border-bottom-right-radius:0}.rounded-t-3xl{border-top-left-radius:1.5rem;border-top-right-radius:1.5rem}.rounded-t-\[10px\]{border-top-left-radius:10px;border-top-right-radius:10px}.rounded-t-lg{border-top-left-radius:var(--radius);border-top-right-radius:var(--radius)}.rounded-t-md{border-top-left-radius:calc(var(--radius) - 2px);border-top-right-radius:calc(var(--radius) - 2px)}.rounded-t-xl{border-top-left-radius:.75rem;border-top-right-radius:.75rem}.rounded-bl-lg{border-bottom-left-radius:var(--radius)}.rounded-bl-none{border-bottom-left-radius:0}.rounded-tl-full{border-top-left-radius:9999px}.rounded-tl-lg{border-top-left-radius:var(--radius)}.rounded-tl-sm{border-top-left-radius:calc(var(--radius) - 4px)}.border{border-width:1px}.border-0{border-width:0}.border-2{border-width:2px}.border-4{border-width:4px}.border-\[1\.5px\]{border-width:1.5px}.border-\[8px\]{border-width:8px}.border-y{border-top-width:1px}.border-b,.border-y{border-bottom-width:1px}.border-b-2{border-bottom-width:2px}.border-e-0{border-inline-end-width:0}.border-l{border-left-width:1px}.border-l-2{border-left-width:2px}.border-l-4{border-left-width:4px}.border-l-\[5px\]{border-left-width:5px}.border-r{border-right-width:1px}.border-r-4{border-right-width:4px}.border-r-\[5px\]{border-right-width:5px}.border-s-0{border-inline-start-width:0}.border-t{border-top-width:1px}.border-dashed{border-style:dashed}.border-none{border-style:none}.border-\[\#1877f2\]{--tw-border-opacity:1;border-color:rgb(24 119 242/var(--tw-border-opacity,1))}.border-accent-purple{border-color:hsl(var(--accent-purple))}.border-accent-purple\/10{border-color:hsl(var(--accent-purple)/.1)}.border-accent-purple\/20{border-color:hsl(var(--accent-purple)/.2)}.border-accent-teal\/10{border-color:hsl(var(--accent-teal)/.1)}.border-amber-200{--tw-border-opacity:1;border-color:rgb(253 230 138/var(--tw-border-opacity,1))}.border-amber-300{--tw-border-opacity:1;border-color:rgb(252 211 77/var(--tw-border-opacity,1))}.border-amber-300\/80{border-color:rgb(252 211 77/.8)}.border-amber-400{--tw-border-opacity:1;border-color:rgb(251 191 36/var(--tw-border-opacity,1))}.border-amber-500{--tw-border-opacity:1;border-color:rgb(245 158 11/var(--tw-border-opacity,1))}.border-amber-500\/30{border-color:rgb(245 158 11/.3)}.border-amber-500\/50{border-color:rgb(245 158 11/.5)}.border-background{border-color:hsl(var(--background))}.border-background\/90{border-color:hsl(var(--background)/.9)}.border-black{--tw-border-opacity:1;border-color:rgb(0 0 0/var(--tw-border-opacity,1))}.border-blue-100{--tw-border-opacity:1;border-color:rgb(219 234 254/var(--tw-border-opacity,1))}.border-blue-200{--tw-border-opacity:1;border-color:rgb(191 219 254/var(--tw-border-opacity,1))}.border-blue-200\/0{border-color:rgb(191 219 254/0)}.border-blue-200\/10{border-color:rgb(191 219 254/.1)}.border-blue-200\/100{border-color:rgb(191 219 254/1)}.border-blue-200\/15{border-color:rgb(191 219 254/.15)}.border-blue-200\/20{border-color:rgb(191 219 254/.2)}.border-blue-200\/25{border-color:rgb(191 219 254/.25)}.border-blue-200\/30{border-color:rgb(191 219 254/.3)}.border-blue-200\/35{border-color:rgb(191 219 254/.35)}.border-blue-200\/40{border-color:rgb(191 219 254/.4)}.border-blue-200\/45{border-color:rgb(191 219 254/.45)}.border-blue-200\/5{border-color:rgb(191 219 254/.05)}.border-blue-200\/50{border-color:rgb(191 219 254/.5)}.border-blue-200\/55{border-color:rgb(191 219 254/.55)}.border-blue-200\/60{border-color:rgb(191 219 254/.6)}.border-blue-200\/65{border-color:rgb(191 219 254/.65)}.border-blue-200\/70{border-color:rgb(191 219 254/.7)}.border-blue-200\/75{border-color:rgb(191 219 254/.75)}.border-blue-200\/80{border-color:rgb(191 219 254/.8)}.border-blue-200\/85{border-color:rgb(191 219 254/.85)}.border-blue-200\/90{border-color:rgb(191 219 254/.9)}.border-blue-200\/95{border-color:rgb(191 219 254/.95)}.border-blue-400{--tw-border-opacity:1;border-color:rgb(96 165 250/var(--tw-border-opacity,1))}.border-blue-50{--tw-border-opacity:1;border-color:rgb(239 246 255/var(--tw-border-opacity,1))}.border-blue-50\/0{border-color:rgb(239 246 255/0)}.border-blue-50\/10{border-color:rgb(239 246 255/.1)}.border-blue-50\/100{border-color:rgb(239 246 255/1)}.border-blue-50\/15{border-color:rgb(239 246 255/.15)}.border-blue-50\/20{border-color:rgb(239 246 255/.2)}.border-blue-50\/25{border-color:rgb(239 246 255/.25)}.border-blue-50\/30{border-color:rgb(239 246 255/.3)}.border-blue-50\/35{border-color:rgb(239 246 255/.35)}.border-blue-50\/40{border-color:rgb(239 246 255/.4)}.border-blue-50\/45{border-color:rgb(239 246 255/.45)}.border-blue-50\/5{border-color:rgb(239 246 255/.05)}.border-blue-50\/50{border-color:rgb(239 246 255/.5)}.border-blue-50\/55{border-color:rgb(239 246 255/.55)}.border-blue-50\/60{border-color:rgb(239 246 255/.6)}.border-blue-50\/65{border-color:rgb(239 246 255/.65)}.border-blue-50\/70{border-color:rgb(239 246 255/.7)}.border-blue-50\/75{border-color:rgb(239 246 255/.75)}.border-blue-50\/80{border-color:rgb(239 246 255/.8)}.border-blue-50\/85{border-color:rgb(239 246 255/.85)}.border-blue-50\/90{border-color:rgb(239 246 255/.9)}.border-blue-50\/95{border-color:rgb(239 246 255/.95)}.border-blue-500{--tw-border-opacity:1;border-color:rgb(59 130 246/var(--tw-border-opacity,1))}.border-blue-500\/0{border-color:rgb(59 130 246/0)}.border-blue-500\/10{border-color:rgb(59 130 246/.1)}.border-blue-500\/100{border-color:rgb(59 130 246/1)}.border-blue-500\/15{border-color:rgb(59 130 246/.15)}.border-blue-500\/20{border-color:rgb(59 130 246/.2)}.border-blue-500\/25{border-color:rgb(59 130 246/.25)}.border-blue-500\/30{border-color:rgb(59 130 246/.3)}.border-blue-500\/35{border-color:rgb(59 130 246/.35)}.border-blue-500\/40{border-color:rgb(59 130 246/.4)}.border-blue-500\/45{border-color:rgb(59 130 246/.45)}.border-blue-500\/5{border-color:rgb(59 130 246/.05)}.border-blue-500\/50{border-color:rgb(59 130 246/.5)}.border-blue-500\/55{border-color:rgb(59 130 246/.55)}.border-blue-500\/60{border-color:rgb(59 130 246/.6)}.border-blue-500\/65{border-color:rgb(59 130 246/.65)}.border-blue-500\/70{border-color:rgb(59 130 246/.7)}.border-blue-500\/75{border-color:rgb(59 130 246/.75)}.border-blue-500\/80{border-color:rgb(59 130 246/.8)}.border-blue-500\/85{border-color:rgb(59 130 246/.85)}.border-blue-500\/90{border-color:rgb(59 130 246/.9)}.border-blue-500\/95{border-color:rgb(59 130 246/.95)}.border-blue-600{--tw-border-opacity:1;border-color:rgb(37 99 235/var(--tw-border-opacity,1))}.border-blue-700{--tw-border-opacity:1;border-color:rgb(29 78 216/var(--tw-border-opacity,1))}.border-blue-700\/0{border-color:rgb(29 78 216/0)}.border-blue-700\/10{border-color:rgb(29 78 216/.1)}.border-blue-700\/100{border-color:rgb(29 78 216/1)}.border-blue-700\/15{border-color:rgb(29 78 216/.15)}.border-blue-700\/20{border-color:rgb(29 78 216/.2)}.border-blue-700\/25{border-color:rgb(29 78 216/.25)}.border-blue-700\/30{border-color:rgb(29 78 216/.3)}.border-blue-700\/35{border-color:rgb(29 78 216/.35)}.border-blue-700\/40{border-color:rgb(29 78 216/.4)}.border-blue-700\/45{border-color:rgb(29 78 216/.45)}.border-blue-700\/5{border-color:rgb(29 78 216/.05)}.border-blue-700\/50{border-color:rgb(29 78 216/.5)}.border-blue-700\/55{border-color:rgb(29 78 216/.55)}.border-blue-700\/60{border-color:rgb(29 78 216/.6)}.border-blue-700\/65{border-color:rgb(29 78 216/.65)}.border-blue-700\/70{border-color:rgb(29 78 216/.7)}.border-blue-700\/75{border-color:rgb(29 78 216/.75)}.border-blue-700\/80{border-color:rgb(29 78 216/.8)}.border-blue-700\/85{border-color:rgb(29 78 216/.85)}.border-blue-700\/90{border-color:rgb(29 78 216/.9)}.border-blue-700\/95{border-color:rgb(29 78 216/.95)}.border-blue-800{--tw-border-opacity:1;border-color:rgb(30 64 175/var(--tw-border-opacity,1))}.border-blue-800\/0{border-color:rgb(30 64 175/0)}.border-blue-800\/10{border-color:rgb(30 64 175/.1)}.border-blue-800\/100{border-color:rgb(30 64 175/1)}.border-blue-800\/15{border-color:rgb(30 64 175/.15)}.border-blue-800\/20{border-color:rgb(30 64 175/.2)}.border-blue-800\/25{border-color:rgb(30 64 175/.25)}.border-blue-800\/30{border-color:rgb(30 64 175/.3)}.border-blue-800\/35{border-color:rgb(30 64 175/.35)}.border-blue-800\/40{border-color:rgb(30 64 175/.4)}.border-blue-800\/45{border-color:rgb(30 64 175/.45)}.border-blue-800\/5{border-color:rgb(30 64 175/.05)}.border-blue-800\/50{border-color:rgb(30 64 175/.5)}.border-blue-800\/55{border-color:rgb(30 64 175/.55)}.border-blue-800\/60{border-color:rgb(30 64 175/.6)}.border-blue-800\/65{border-color:rgb(30 64 175/.65)}.border-blue-800\/70{border-color:rgb(30 64 175/.7)}.border-blue-800\/75{border-color:rgb(30 64 175/.75)}.border-blue-800\/80{border-color:rgb(30 64 175/.8)}.border-blue-800\/85{border-color:rgb(30 64 175/.85)}.border-blue-800\/90{border-color:rgb(30 64 175/.9)}.border-blue-800\/95{border-color:rgb(30 64 175/.95)}.border-border{border-color:hsl(var(--border))}.border-border\/20{border-color:hsl(var(--border)/.2)}.border-border\/30{border-color:hsl(var(--border)/.3)}.border-border\/40{border-color:hsl(var(--border)/.4)}.border-border\/50{border-color:hsl(var(--border)/.5)}.border-border\/60{border-color:hsl(var(--border)/.6)}.border-border\/70{border-color:hsl(var(--border)/.7)}.border-border\/80{border-color:hsl(var(--border)/.8)}.border-card{border-color:hsl(var(--card))}.border-current{border-color:currentColor}.border-destructive{border-color:hsl(var(--destructive))}.border-destructive\/20{border-color:hsl(var(--destructive)/.2)}.border-destructive\/30{border-color:hsl(var(--destructive)/.3)}.border-destructive\/50{border-color:hsl(var(--destructive)/.5)}.border-emerald-200{--tw-border-opacity:1;border-color:rgb(167 243 208/var(--tw-border-opacity,1))}.border-emerald-500{--tw-border-opacity:1;border-color:rgb(16 185 129/var(--tw-border-opacity,1))}.border-emerald-500\/20{border-color:rgb(16 185 129/.2)}.border-emerald-500\/30{border-color:rgb(16 185 129/.3)}.border-emerald-500\/50{border-color:rgb(16 185 129/.5)}.border-gray-100{--tw-border-opacity:1;border-color:rgb(243 244 246/var(--tw-border-opacity,1))}.border-gray-200{--tw-border-opacity:1;border-color:rgb(229 231 235/var(--tw-border-opacity,1))}.border-gray-200\/60{border-color:rgb(229 231 235/.6)}.border-gray-300{--tw-border-opacity:1;border-color:rgb(209 213 219/var(--tw-border-opacity,1))}.border-gray-800\/10{border-color:rgb(31 41 55/.1)}.border-green-200{--tw-border-opacity:1;border-color:rgb(187 247 208/var(--tw-border-opacity,1))}.border-green-200\/0{border-color:rgb(187 247 208/0)}.border-green-200\/10{border-color:rgb(187 247 208/.1)}.border-green-200\/100{border-color:rgb(187 247 208/1)}.border-green-200\/15{border-color:rgb(187 247 208/.15)}.border-green-200\/20{border-color:rgb(187 247 208/.2)}.border-green-200\/25{border-color:rgb(187 247 208/.25)}.border-green-200\/30{border-color:rgb(187 247 208/.3)}.border-green-200\/35{border-color:rgb(187 247 208/.35)}.border-green-200\/40{border-color:rgb(187 247 208/.4)}.border-green-200\/45{border-color:rgb(187 247 208/.45)}.border-green-200\/5{border-color:rgb(187 247 208/.05)}.border-green-200\/50{border-color:rgb(187 247 208/.5)}.border-green-200\/55{border-color:rgb(187 247 208/.55)}.border-green-200\/60{border-color:rgb(187 247 208/.6)}.border-green-200\/65{border-color:rgb(187 247 208/.65)}.border-green-200\/70{border-color:rgb(187 247 208/.7)}.border-green-200\/75{border-color:rgb(187 247 208/.75)}.border-green-200\/80{border-color:rgb(187 247 208/.8)}.border-green-200\/85{border-color:rgb(187 247 208/.85)}.border-green-200\/90{border-color:rgb(187 247 208/.9)}.border-green-200\/95{border-color:rgb(187 247 208/.95)}.border-green-300{--tw-border-opacity:1;border-color:rgb(134 239 172/var(--tw-border-opacity,1))}.border-green-400{--tw-border-opacity:1;border-color:rgb(74 222 128/var(--tw-border-opacity,1))}.border-green-50{--tw-border-opacity:1;border-color:rgb(240 253 244/var(--tw-border-opacity,1))}.border-green-50\/0{border-color:rgb(240 253 244/0)}.border-green-50\/10{border-color:rgb(240 253 244/.1)}.border-green-50\/100{border-color:rgb(240 253 244/1)}.border-green-50\/15{border-color:rgb(240 253 244/.15)}.border-green-50\/20{border-color:rgb(240 253 244/.2)}.border-green-50\/25{border-color:rgb(240 253 244/.25)}.border-green-50\/30{border-color:rgb(240 253 244/.3)}.border-green-50\/35{border-color:rgb(240 253 244/.35)}.border-green-50\/40{border-color:rgb(240 253 244/.4)}.border-green-50\/45{border-color:rgb(240 253 244/.45)}.border-green-50\/5{border-color:rgb(240 253 244/.05)}.border-green-50\/50{border-color:rgb(240 253 244/.5)}.border-green-50\/55{border-color:rgb(240 253 244/.55)}.border-green-50\/60{border-color:rgb(240 253 244/.6)}.border-green-50\/65{border-color:rgb(240 253 244/.65)}.border-green-50\/70{border-color:rgb(240 253 244/.7)}.border-green-50\/75{border-color:rgb(240 253 244/.75)}.border-green-50\/80{border-color:rgb(240 253 244/.8)}.border-green-50\/85{border-color:rgb(240 253 244/.85)}.border-green-50\/90{border-color:rgb(240 253 244/.9)}.border-green-50\/95{border-color:rgb(240 253 244/.95)}.border-green-500{--tw-border-opacity:1;border-color:rgb(34 197 94/var(--tw-border-opacity,1))}.border-green-500\/0{border-color:rgb(34 197 94/0)}.border-green-500\/10{border-color:rgb(34 197 94/.1)}.border-green-500\/100{border-color:rgb(34 197 94/1)}.border-green-500\/15{border-color:rgb(34 197 94/.15)}.border-green-500\/20{border-color:rgb(34 197 94/.2)}.border-green-500\/25{border-color:rgb(34 197 94/.25)}.border-green-500\/30{border-color:rgb(34 197 94/.3)}.border-green-500\/35{border-color:rgb(34 197 94/.35)}.border-green-500\/40{border-color:rgb(34 197 94/.4)}.border-green-500\/45{border-color:rgb(34 197 94/.45)}.border-green-500\/5{border-color:rgb(34 197 94/.05)}.border-green-500\/50{border-color:rgb(34 197 94/.5)}.border-green-500\/55{border-color:rgb(34 197 94/.55)}.border-green-500\/60{border-color:rgb(34 197 94/.6)}.border-green-500\/65{border-color:rgb(34 197 94/.65)}.border-green-500\/70{border-color:rgb(34 197 94/.7)}.border-green-500\/75{border-color:rgb(34 197 94/.75)}.border-green-500\/80{border-color:rgb(34 197 94/.8)}.border-green-500\/85{border-color:rgb(34 197 94/.85)}.border-green-500\/90{border-color:rgb(34 197 94/.9)}.border-green-500\/95{border-color:rgb(34 197 94/.95)}.border-green-600{--tw-border-opacity:1;border-color:rgb(22 163 74/var(--tw-border-opacity,1))}.border-green-700{--tw-border-opacity:1;border-color:rgb(21 128 61/var(--tw-border-opacity,1))}.border-green-700\/0{border-color:rgb(21 128 61/0)}.border-green-700\/10{border-color:rgb(21 128 61/.1)}.border-green-700\/100{border-color:rgb(21 128 61/1)}.border-green-700\/15{border-color:rgb(21 128 61/.15)}.border-green-700\/20{border-color:rgb(21 128 61/.2)}.border-green-700\/25{border-color:rgb(21 128 61/.25)}.border-green-700\/30{border-color:rgb(21 128 61/.3)}.border-green-700\/35{border-color:rgb(21 128 61/.35)}.border-green-700\/40{border-color:rgb(21 128 61/.4)}.border-green-700\/45{border-color:rgb(21 128 61/.45)}.border-green-700\/5{border-color:rgb(21 128 61/.05)}.border-green-700\/50{border-color:rgb(21 128 61/.5)}.border-green-700\/55{border-color:rgb(21 128 61/.55)}.border-green-700\/60{border-color:rgb(21 128 61/.6)}.border-green-700\/65{border-color:rgb(21 128 61/.65)}.border-green-700\/70{border-color:rgb(21 128 61/.7)}.border-green-700\/75{border-color:rgb(21 128 61/.75)}.border-green-700\/80{border-color:rgb(21 128 61/.8)}.border-green-700\/85{border-color:rgb(21 128 61/.85)}.border-green-700\/90{border-color:rgb(21 128 61/.9)}.border-green-700\/95{border-color:rgb(21 128 61/.95)}.border-green-800{--tw-border-opacity:1;border-color:rgb(22 101 52/var(--tw-border-opacity,1))}.border-green-800\/0{border-color:rgb(22 101 52/0)}.border-green-800\/10{border-color:rgb(22 101 52/.1)}.border-green-800\/100{border-color:rgb(22 101 52/1)}.border-green-800\/15{border-color:rgb(22 101 52/.15)}.border-green-800\/20{border-color:rgb(22 101 52/.2)}.border-green-800\/25{border-color:rgb(22 101 52/.25)}.border-green-800\/30{border-color:rgb(22 101 52/.3)}.border-green-800\/35{border-color:rgb(22 101 52/.35)}.border-green-800\/40{border-color:rgb(22 101 52/.4)}.border-green-800\/45{border-color:rgb(22 101 52/.45)}.border-green-800\/5{border-color:rgb(22 101 52/.05)}.border-green-800\/50{border-color:rgb(22 101 52/.5)}.border-green-800\/55{border-color:rgb(22 101 52/.55)}.border-green-800\/60{border-color:rgb(22 101 52/.6)}.border-green-800\/65{border-color:rgb(22 101 52/.65)}.border-green-800\/70{border-color:rgb(22 101 52/.7)}.border-green-800\/75{border-color:rgb(22 101 52/.75)}.border-green-800\/80{border-color:rgb(22 101 52/.8)}.border-green-800\/85{border-color:rgb(22 101 52/.85)}.border-green-800\/90{border-color:rgb(22 101 52/.9)}.border-green-800\/95{border-color:rgb(22 101 52/.95)}.border-indigo-200{--tw-border-opacity:1;border-color:rgb(199 210 254/var(--tw-border-opacity,1))}.border-indigo-200\/0{border-color:rgb(199 210 254/0)}.border-indigo-200\/10{border-color:rgb(199 210 254/.1)}.border-indigo-200\/100{border-color:rgb(199 210 254/1)}.border-indigo-200\/15{border-color:rgb(199 210 254/.15)}.border-indigo-200\/20{border-color:rgb(199 210 254/.2)}.border-indigo-200\/25{border-color:rgb(199 210 254/.25)}.border-indigo-200\/30{border-color:rgb(199 210 254/.3)}.border-indigo-200\/35{border-color:rgb(199 210 254/.35)}.border-indigo-200\/40{border-color:rgb(199 210 254/.4)}.border-indigo-200\/45{border-color:rgb(199 210 254/.45)}.border-indigo-200\/5{border-color:rgb(199 210 254/.05)}.border-indigo-200\/50{border-color:rgb(199 210 254/.5)}.border-indigo-200\/55{border-color:rgb(199 210 254/.55)}.border-indigo-200\/60{border-color:rgb(199 210 254/.6)}.border-indigo-200\/65{border-color:rgb(199 210 254/.65)}.border-indigo-200\/70{border-color:rgb(199 210 254/.7)}.border-indigo-200\/75{border-color:rgb(199 210 254/.75)}.border-indigo-200\/80{border-color:rgb(199 210 254/.8)}.border-indigo-200\/85{border-color:rgb(199 210 254/.85)}.border-indigo-200\/90{border-color:rgb(199 210 254/.9)}.border-indigo-200\/95{border-color:rgb(199 210 254/.95)}.border-indigo-50{--tw-border-opacity:1;border-color:rgb(238 242 255/var(--tw-border-opacity,1))}.border-indigo-50\/0{border-color:rgb(238 242 255/0)}.border-indigo-50\/10{border-color:rgb(238 242 255/.1)}.border-indigo-50\/100{border-color:rgb(238 242 255/1)}.border-indigo-50\/15{border-color:rgb(238 242 255/.15)}.border-indigo-50\/20{border-color:rgb(238 242 255/.2)}.border-indigo-50\/25{border-color:rgb(238 242 255/.25)}.border-indigo-50\/30{border-color:rgb(238 242 255/.3)}.border-indigo-50\/35{border-color:rgb(238 242 255/.35)}.border-indigo-50\/40{border-color:rgb(238 242 255/.4)}.border-indigo-50\/45{border-color:rgb(238 242 255/.45)}.border-indigo-50\/5{border-color:rgb(238 242 255/.05)}.border-indigo-50\/50{border-color:rgb(238 242 255/.5)}.border-indigo-50\/55{border-color:rgb(238 242 255/.55)}.border-indigo-50\/60{border-color:rgb(238 242 255/.6)}.border-indigo-50\/65{border-color:rgb(238 242 255/.65)}.border-indigo-50\/70{border-color:rgb(238 242 255/.7)}.border-indigo-50\/75{border-color:rgb(238 242 255/.75)}.border-indigo-50\/80{border-color:rgb(238 242 255/.8)}.border-indigo-50\/85{border-color:rgb(238 242 255/.85)}.border-indigo-50\/90{border-color:rgb(238 242 255/.9)}.border-indigo-50\/95{border-color:rgb(238 242 255/.95)}.border-indigo-500{--tw-border-opacity:1;border-color:rgb(99 102 241/var(--tw-border-opacity,1))}.border-indigo-500\/0{border-color:rgb(99 102 241/0)}.border-indigo-500\/10{border-color:rgb(99 102 241/.1)}.border-indigo-500\/100{border-color:rgb(99 102 241/1)}.border-indigo-500\/15{border-color:rgb(99 102 241/.15)}.border-indigo-500\/20{border-color:rgb(99 102 241/.2)}.border-indigo-500\/25{border-color:rgb(99 102 241/.25)}.border-indigo-500\/30{border-color:rgb(99 102 241/.3)}.border-indigo-500\/35{border-color:rgb(99 102 241/.35)}.border-indigo-500\/40{border-color:rgb(99 102 241/.4)}.border-indigo-500\/45{border-color:rgb(99 102 241/.45)}.border-indigo-500\/5{border-color:rgb(99 102 241/.05)}.border-indigo-500\/50{border-color:rgb(99 102 241/.5)}.border-indigo-500\/55{border-color:rgb(99 102 241/.55)}.border-indigo-500\/60{border-color:rgb(99 102 241/.6)}.border-indigo-500\/65{border-color:rgb(99 102 241/.65)}.border-indigo-500\/70{border-color:rgb(99 102 241/.7)}.border-indigo-500\/75{border-color:rgb(99 102 241/.75)}.border-indigo-500\/80{border-color:rgb(99 102 241/.8)}.border-indigo-500\/85{border-color:rgb(99 102 241/.85)}.border-indigo-500\/90{border-color:rgb(99 102 241/.9)}.border-indigo-500\/95{border-color:rgb(99 102 241/.95)}.border-indigo-700{--tw-border-opacity:1;border-color:rgb(67 56 202/var(--tw-border-opacity,1))}.border-indigo-700\/0{border-color:rgb(67 56 202/0)}.border-indigo-700\/10{border-color:rgb(67 56 202/.1)}.border-indigo-700\/100{border-color:rgb(67 56 202/1)}.border-indigo-700\/15{border-color:rgb(67 56 202/.15)}.border-indigo-700\/20{border-color:rgb(67 56 202/.2)}.border-indigo-700\/25{border-color:rgb(67 56 202/.25)}.border-indigo-700\/30{border-color:rgb(67 56 202/.3)}.border-indigo-700\/35{border-color:rgb(67 56 202/.35)}.border-indigo-700\/40{border-color:rgb(67 56 202/.4)}.border-indigo-700\/45{border-color:rgb(67 56 202/.45)}.border-indigo-700\/5{border-color:rgb(67 56 202/.05)}.border-indigo-700\/50{border-color:rgb(67 56 202/.5)}.border-indigo-700\/55{border-color:rgb(67 56 202/.55)}.border-indigo-700\/60{border-color:rgb(67 56 202/.6)}.border-indigo-700\/65{border-color:rgb(67 56 202/.65)}.border-indigo-700\/70{border-color:rgb(67 56 202/.7)}.border-indigo-700\/75{border-color:rgb(67 56 202/.75)}.border-indigo-700\/80{border-color:rgb(67 56 202/.8)}.border-indigo-700\/85{border-color:rgb(67 56 202/.85)}.border-indigo-700\/90{border-color:rgb(67 56 202/.9)}.border-indigo-700\/95{border-color:rgb(67 56 202/.95)}.border-indigo-800{--tw-border-opacity:1;border-color:rgb(55 48 163/var(--tw-border-opacity,1))}.border-indigo-800\/0{border-color:rgb(55 48 163/0)}.border-indigo-800\/10{border-color:rgb(55 48 163/.1)}.border-indigo-800\/100{border-color:rgb(55 48 163/1)}.border-indigo-800\/15{border-color:rgb(55 48 163/.15)}.border-indigo-800\/20{border-color:rgb(55 48 163/.2)}.border-indigo-800\/25{border-color:rgb(55 48 163/.25)}.border-indigo-800\/30{border-color:rgb(55 48 163/.3)}.border-indigo-800\/35{border-color:rgb(55 48 163/.35)}.border-indigo-800\/40{border-color:rgb(55 48 163/.4)}.border-indigo-800\/45{border-color:rgb(55 48 163/.45)}.border-indigo-800\/5{border-color:rgb(55 48 163/.05)}.border-indigo-800\/50{border-color:rgb(55 48 163/.5)}.border-indigo-800\/55{border-color:rgb(55 48 163/.55)}.border-indigo-800\/60{border-color:rgb(55 48 163/.6)}.border-indigo-800\/65{border-color:rgb(55 48 163/.65)}.border-indigo-800\/70{border-color:rgb(55 48 163/.7)}.border-indigo-800\/75{border-color:rgb(55 48 163/.75)}.border-indigo-800\/80{border-color:rgb(55 48 163/.8)}.border-indigo-800\/85{border-color:rgb(55 48 163/.85)}.border-indigo-800\/90{border-color:rgb(55 48 163/.9)}.border-indigo-800\/95{border-color:rgb(55 48 163/.95)}.border-input{border-color:hsl(var(--input))}.border-muted{border-color:hsl(var(--muted))}.border-muted-foreground{border-color:hsl(var(--muted-foreground))}.border-muted-foreground\/20{border-color:hsl(var(--muted-foreground)/.2)}.border-muted-foreground\/25{border-color:hsl(var(--muted-foreground)/.25)}.border-muted-foreground\/30{border-color:hsl(var(--muted-foreground)/.3)}.border-muted\/30{border-color:hsl(var(--muted)/.3)}.border-neutral-200{--tw-border-opacity:1;border-color:rgb(229 229 229/var(--tw-border-opacity,1))}.border-neutral-600{--tw-border-opacity:1;border-color:rgb(82 82 82/var(--tw-border-opacity,1))}.border-neutral-700{--tw-border-opacity:1;border-color:rgb(64 64 64/var(--tw-border-opacity,1))}.border-orange-200{--tw-border-opacity:1;border-color:rgb(254 215 170/var(--tw-border-opacity,1))}.border-orange-200\/0{border-color:rgb(254 215 170/0)}.border-orange-200\/10{border-color:rgb(254 215 170/.1)}.border-orange-200\/100{border-color:rgb(254 215 170/1)}.border-orange-200\/15{border-color:rgb(254 215 170/.15)}.border-orange-200\/20{border-color:rgb(254 215 170/.2)}.border-orange-200\/25{border-color:rgb(254 215 170/.25)}.border-orange-200\/30{border-color:rgb(254 215 170/.3)}.border-orange-200\/35{border-color:rgb(254 215 170/.35)}.border-orange-200\/40{border-color:rgb(254 215 170/.4)}.border-orange-200\/45{border-color:rgb(254 215 170/.45)}.border-orange-200\/5{border-color:rgb(254 215 170/.05)}.border-orange-200\/50{border-color:rgb(254 215 170/.5)}.border-orange-200\/55{border-color:rgb(254 215 170/.55)}.border-orange-200\/60{border-color:rgb(254 215 170/.6)}.border-orange-200\/65{border-color:rgb(254 215 170/.65)}.border-orange-200\/70{border-color:rgb(254 215 170/.7)}.border-orange-200\/75{border-color:rgb(254 215 170/.75)}.border-orange-200\/80{border-color:rgb(254 215 170/.8)}.border-orange-200\/85{border-color:rgb(254 215 170/.85)}.border-orange-200\/90{border-color:rgb(254 215 170/.9)}.border-orange-200\/95{border-color:rgb(254 215 170/.95)}.border-orange-300{--tw-border-opacity:1;border-color:rgb(253 186 116/var(--tw-border-opacity,1))}.border-orange-50{--tw-border-opacity:1;border-color:rgb(255 247 237/var(--tw-border-opacity,1))}.border-orange-50\/0{border-color:rgb(255 247 237/0)}.border-orange-50\/10{border-color:rgb(255 247 237/.1)}.border-orange-50\/100{border-color:rgb(255 247 237/1)}.border-orange-50\/15{border-color:rgb(255 247 237/.15)}.border-orange-50\/20{border-color:rgb(255 247 237/.2)}.border-orange-50\/25{border-color:rgb(255 247 237/.25)}.border-orange-50\/30{border-color:rgb(255 247 237/.3)}.border-orange-50\/35{border-color:rgb(255 247 237/.35)}.border-orange-50\/40{border-color:rgb(255 247 237/.4)}.border-orange-50\/45{border-color:rgb(255 247 237/.45)}.border-orange-50\/5{border-color:rgb(255 247 237/.05)}.border-orange-50\/50{border-color:rgb(255 247 237/.5)}.border-orange-50\/55{border-color:rgb(255 247 237/.55)}.border-orange-50\/60{border-color:rgb(255 247 237/.6)}.border-orange-50\/65{border-color:rgb(255 247 237/.65)}.border-orange-50\/70{border-color:rgb(255 247 237/.7)}.border-orange-50\/75{border-color:rgb(255 247 237/.75)}.border-orange-50\/80{border-color:rgb(255 247 237/.8)}.border-orange-50\/85{border-color:rgb(255 247 237/.85)}.border-orange-50\/90{border-color:rgb(255 247 237/.9)}.border-orange-50\/95{border-color:rgb(255 247 237/.95)}.border-orange-500{--tw-border-opacity:1;border-color:rgb(249 115 22/var(--tw-border-opacity,1))}.border-orange-500\/0{border-color:rgb(249 115 22/0)}.border-orange-500\/10{border-color:rgb(249 115 22/.1)}.border-orange-500\/100{border-color:rgb(249 115 22/1)}.border-orange-500\/15{border-color:rgb(249 115 22/.15)}.border-orange-500\/20{border-color:rgb(249 115 22/.2)}.border-orange-500\/25{border-color:rgb(249 115 22/.25)}.border-orange-500\/30{border-color:rgb(249 115 22/.3)}.border-orange-500\/35{border-color:rgb(249 115 22/.35)}.border-orange-500\/40{border-color:rgb(249 115 22/.4)}.border-orange-500\/45{border-color:rgb(249 115 22/.45)}.border-orange-500\/5{border-color:rgb(249 115 22/.05)}.border-orange-500\/50{border-color:rgb(249 115 22/.5)}.border-orange-500\/55{border-color:rgb(249 115 22/.55)}.border-orange-500\/60{border-color:rgb(249 115 22/.6)}.border-orange-500\/65{border-color:rgb(249 115 22/.65)}.border-orange-500\/70{border-color:rgb(249 115 22/.7)}.border-orange-500\/75{border-color:rgb(249 115 22/.75)}.border-orange-500\/80{border-color:rgb(249 115 22/.8)}.border-orange-500\/85{border-color:rgb(249 115 22/.85)}.border-orange-500\/90{border-color:rgb(249 115 22/.9)}.border-orange-500\/95{border-color:rgb(249 115 22/.95)}.border-orange-700{--tw-border-opacity:1;border-color:rgb(194 65 12/var(--tw-border-opacity,1))}.border-orange-700\/0{border-color:rgb(194 65 12/0)}.border-orange-700\/10{border-color:rgb(194 65 12/.1)}.border-orange-700\/100{border-color:rgb(194 65 12/1)}.border-orange-700\/15{border-color:rgb(194 65 12/.15)}.border-orange-700\/20{border-color:rgb(194 65 12/.2)}.border-orange-700\/25{border-color:rgb(194 65 12/.25)}.border-orange-700\/30{border-color:rgb(194 65 12/.3)}.border-orange-700\/35{border-color:rgb(194 65 12/.35)}.border-orange-700\/40{border-color:rgb(194 65 12/.4)}.border-orange-700\/45{border-color:rgb(194 65 12/.45)}.border-orange-700\/5{border-color:rgb(194 65 12/.05)}.border-orange-700\/50{border-color:rgb(194 65 12/.5)}.border-orange-700\/55{border-color:rgb(194 65 12/.55)}.border-orange-700\/60{border-color:rgb(194 65 12/.6)}.border-orange-700\/65{border-color:rgb(194 65 12/.65)}.border-orange-700\/70{border-color:rgb(194 65 12/.7)}.border-orange-700\/75{border-color:rgb(194 65 12/.75)}.border-orange-700\/80{border-color:rgb(194 65 12/.8)}.border-orange-700\/85{border-color:rgb(194 65 12/.85)}.border-orange-700\/90{border-color:rgb(194 65 12/.9)}.border-orange-700\/95{border-color:rgb(194 65 12/.95)}.border-orange-800{--tw-border-opacity:1;border-color:rgb(154 52 18/var(--tw-border-opacity,1))}.border-orange-800\/0{border-color:rgb(154 52 18/0)}.border-orange-800\/10{border-color:rgb(154 52 18/.1)}.border-orange-800\/100{border-color:rgb(154 52 18/1)}.border-orange-800\/15{border-color:rgb(154 52 18/.15)}.border-orange-800\/20{border-color:rgb(154 52 18/.2)}.border-orange-800\/25{border-color:rgb(154 52 18/.25)}.border-orange-800\/30{border-color:rgb(154 52 18/.3)}.border-orange-800\/35{border-color:rgb(154 52 18/.35)}.border-orange-800\/40{border-color:rgb(154 52 18/.4)}.border-orange-800\/45{border-color:rgb(154 52 18/.45)}.border-orange-800\/5{border-color:rgb(154 52 18/.05)}.border-orange-800\/50{border-color:rgb(154 52 18/.5)}.border-orange-800\/55{border-color:rgb(154 52 18/.55)}.border-orange-800\/60{border-color:rgb(154 52 18/.6)}.border-orange-800\/65{border-color:rgb(154 52 18/.65)}.border-orange-800\/70{border-color:rgb(154 52 18/.7)}.border-orange-800\/75{border-color:rgb(154 52 18/.75)}.border-orange-800\/80{border-color:rgb(154 52 18/.8)}.border-orange-800\/85{border-color:rgb(154 52 18/.85)}.border-orange-800\/90{border-color:rgb(154 52 18/.9)}.border-orange-800\/95{border-color:rgb(154 52 18/.95)}.border-pink-300{--tw-border-opacity:1;border-color:rgb(249 168 212/var(--tw-border-opacity,1))}.border-primary{border-color:hsl(var(--primary))}.border-primary\/10{border-color:hsl(var(--primary)/.1)}.border-primary\/15{border-color:hsl(var(--primary)/.15)}.border-primary\/20{border-color:hsl(var(--primary)/.2)}.border-primary\/30{border-color:hsl(var(--primary)/.3)}.border-primary\/40{border-color:hsl(var(--primary)/.4)}.border-primary\/50{border-color:hsl(var(--primary)/.5)}.border-primary\/60{border-color:hsl(var(--primary)/.6)}.border-purple-100{--tw-border-opacity:1;border-color:rgb(243 232 255/var(--tw-border-opacity,1))}.border-purple-200{--tw-border-opacity:1;border-color:rgb(233 213 255/var(--tw-border-opacity,1))}.border-purple-200\/0{border-color:rgb(233 213 255/0)}.border-purple-200\/10{border-color:rgb(233 213 255/.1)}.border-purple-200\/100{border-color:rgb(233 213 255/1)}.border-purple-200\/15{border-color:rgb(233 213 255/.15)}.border-purple-200\/20{border-color:rgb(233 213 255/.2)}.border-purple-200\/25{border-color:rgb(233 213 255/.25)}.border-purple-200\/30{border-color:rgb(233 213 255/.3)}.border-purple-200\/35{border-color:rgb(233 213 255/.35)}.border-purple-200\/40{border-color:rgb(233 213 255/.4)}.border-purple-200\/45{border-color:rgb(233 213 255/.45)}.border-purple-200\/5{border-color:rgb(233 213 255/.05)}.border-purple-200\/50{border-color:rgb(233 213 255/.5)}.border-purple-200\/55{border-color:rgb(233 213 255/.55)}.border-purple-200\/60{border-color:rgb(233 213 255/.6)}.border-purple-200\/65{border-color:rgb(233 213 255/.65)}.border-purple-200\/70{border-color:rgb(233 213 255/.7)}.border-purple-200\/75{border-color:rgb(233 213 255/.75)}.border-purple-200\/80{border-color:rgb(233 213 255/.8)}.border-purple-200\/85{border-color:rgb(233 213 255/.85)}.border-purple-200\/90{border-color:rgb(233 213 255/.9)}.border-purple-200\/95{border-color:rgb(233 213 255/.95)}.border-purple-300{--tw-border-opacity:1;border-color:rgb(216 180 254/var(--tw-border-opacity,1))}.border-purple-50{--tw-border-opacity:1;border-color:rgb(250 245 255/var(--tw-border-opacity,1))}.border-purple-50\/0{border-color:rgb(250 245 255/0)}.border-purple-50\/10{border-color:rgb(250 245 255/.1)}.border-purple-50\/100{border-color:rgb(250 245 255/1)}.border-purple-50\/15{border-color:rgb(250 245 255/.15)}.border-purple-50\/20{border-color:rgb(250 245 255/.2)}.border-purple-50\/25{border-color:rgb(250 245 255/.25)}.border-purple-50\/30{border-color:rgb(250 245 255/.3)}.border-purple-50\/35{border-color:rgb(250 245 255/.35)}.border-purple-50\/40{border-color:rgb(250 245 255/.4)}.border-purple-50\/45{border-color:rgb(250 245 255/.45)}.border-purple-50\/5{border-color:rgb(250 245 255/.05)}.border-purple-50\/50{border-color:rgb(250 245 255/.5)}.border-purple-50\/55{border-color:rgb(250 245 255/.55)}.border-purple-50\/60{border-color:rgb(250 245 255/.6)}.border-purple-50\/65{border-color:rgb(250 245 255/.65)}.border-purple-50\/70{border-color:rgb(250 245 255/.7)}.border-purple-50\/75{border-color:rgb(250 245 255/.75)}.border-purple-50\/80{border-color:rgb(250 245 255/.8)}.border-purple-50\/85{border-color:rgb(250 245 255/.85)}.border-purple-50\/90{border-color:rgb(250 245 255/.9)}.border-purple-50\/95{border-color:rgb(250 245 255/.95)}.border-purple-500{--tw-border-opacity:1;border-color:rgb(168 85 247/var(--tw-border-opacity,1))}.border-purple-500\/0{border-color:rgb(168 85 247/0)}.border-purple-500\/10{border-color:rgb(168 85 247/.1)}.border-purple-500\/100{border-color:rgb(168 85 247/1)}.border-purple-500\/15{border-color:rgb(168 85 247/.15)}.border-purple-500\/20{border-color:rgb(168 85 247/.2)}.border-purple-500\/25{border-color:rgb(168 85 247/.25)}.border-purple-500\/30{border-color:rgb(168 85 247/.3)}.border-purple-500\/35{border-color:rgb(168 85 247/.35)}.border-purple-500\/40{border-color:rgb(168 85 247/.4)}.border-purple-500\/45{border-color:rgb(168 85 247/.45)}.border-purple-500\/5{border-color:rgb(168 85 247/.05)}.border-purple-500\/50{border-color:rgb(168 85 247/.5)}.border-purple-500\/55{border-color:rgb(168 85 247/.55)}.border-purple-500\/60{border-color:rgb(168 85 247/.6)}.border-purple-500\/65{border-color:rgb(168 85 247/.65)}.border-purple-500\/70{border-color:rgb(168 85 247/.7)}.border-purple-500\/75{border-color:rgb(168 85 247/.75)}.border-purple-500\/80{border-color:rgb(168 85 247/.8)}.border-purple-500\/85{border-color:rgb(168 85 247/.85)}.border-purple-500\/90{border-color:rgb(168 85 247/.9)}.border-purple-500\/95{border-color:rgb(168 85 247/.95)}.border-purple-700{--tw-border-opacity:1;border-color:rgb(126 34 206/var(--tw-border-opacity,1))}.border-purple-700\/0{border-color:rgb(126 34 206/0)}.border-purple-700\/10{border-color:rgb(126 34 206/.1)}.border-purple-700\/100{border-color:rgb(126 34 206/1)}.border-purple-700\/15{border-color:rgb(126 34 206/.15)}.border-purple-700\/20{border-color:rgb(126 34 206/.2)}.border-purple-700\/25{border-color:rgb(126 34 206/.25)}.border-purple-700\/30{border-color:rgb(126 34 206/.3)}.border-purple-700\/35{border-color:rgb(126 34 206/.35)}.border-purple-700\/40{border-color:rgb(126 34 206/.4)}.border-purple-700\/45{border-color:rgb(126 34 206/.45)}.border-purple-700\/5{border-color:rgb(126 34 206/.05)}.border-purple-700\/50{border-color:rgb(126 34 206/.5)}.border-purple-700\/55{border-color:rgb(126 34 206/.55)}.border-purple-700\/60{border-color:rgb(126 34 206/.6)}.border-purple-700\/65{border-color:rgb(126 34 206/.65)}.border-purple-700\/70{border-color:rgb(126 34 206/.7)}.border-purple-700\/75{border-color:rgb(126 34 206/.75)}.border-purple-700\/80{border-color:rgb(126 34 206/.8)}.border-purple-700\/85{border-color:rgb(126 34 206/.85)}.border-purple-700\/90{border-color:rgb(126 34 206/.9)}.border-purple-700\/95{border-color:rgb(126 34 206/.95)}.border-purple-800{--tw-border-opacity:1;border-color:rgb(107 33 168/var(--tw-border-opacity,1))}.border-purple-800\/0{border-color:rgb(107 33 168/0)}.border-purple-800\/10{border-color:rgb(107 33 168/.1)}.border-purple-800\/100{border-color:rgb(107 33 168/1)}.border-purple-800\/15{border-color:rgb(107 33 168/.15)}.border-purple-800\/20{border-color:rgb(107 33 168/.2)}.border-purple-800\/25{border-color:rgb(107 33 168/.25)}.border-purple-800\/30{border-color:rgb(107 33 168/.3)}.border-purple-800\/35{border-color:rgb(107 33 168/.35)}.border-purple-800\/40{border-color:rgb(107 33 168/.4)}.border-purple-800\/45{border-color:rgb(107 33 168/.45)}.border-purple-800\/5{border-color:rgb(107 33 168/.05)}.border-purple-800\/50{border-color:rgb(107 33 168/.5)}.border-purple-800\/55{border-color:rgb(107 33 168/.55)}.border-purple-800\/60{border-color:rgb(107 33 168/.6)}.border-purple-800\/65{border-color:rgb(107 33 168/.65)}.border-purple-800\/70{border-color:rgb(107 33 168/.7)}.border-purple-800\/75{border-color:rgb(107 33 168/.75)}.border-purple-800\/80{border-color:rgb(107 33 168/.8)}.border-purple-800\/85{border-color:rgb(107 33 168/.85)}.border-purple-800\/90{border-color:rgb(107 33 168/.9)}.border-purple-800\/95{border-color:rgb(107 33 168/.95)}.border-red-200{--tw-border-opacity:1;border-color:rgb(254 202 202/var(--tw-border-opacity,1))}.border-red-200\/0{border-color:rgb(254 202 202/0)}.border-red-200\/10{border-color:rgb(254 202 202/.1)}.border-red-200\/100{border-color:rgb(254 202 202/1)}.border-red-200\/15{border-color:rgb(254 202 202/.15)}.border-red-200\/20{border-color:rgb(254 202 202/.2)}.border-red-200\/25{border-color:rgb(254 202 202/.25)}.border-red-200\/30{border-color:rgb(254 202 202/.3)}.border-red-200\/35{border-color:rgb(254 202 202/.35)}.border-red-200\/40{border-color:rgb(254 202 202/.4)}.border-red-200\/45{border-color:rgb(254 202 202/.45)}.border-red-200\/5{border-color:rgb(254 202 202/.05)}.border-red-200\/50{border-color:rgb(254 202 202/.5)}.border-red-200\/55{border-color:rgb(254 202 202/.55)}.border-red-200\/60{border-color:rgb(254 202 202/.6)}.border-red-200\/65{border-color:rgb(254 202 202/.65)}.border-red-200\/70{border-color:rgb(254 202 202/.7)}.border-red-200\/75{border-color:rgb(254 202 202/.75)}.border-red-200\/80{border-color:rgb(254 202 202/.8)}.border-red-200\/85{border-color:rgb(254 202 202/.85)}.border-red-200\/90{border-color:rgb(254 202 202/.9)}.border-red-200\/95{border-color:rgb(254 202 202/.95)}.border-red-300{--tw-border-opacity:1;border-color:rgb(252 165 165/var(--tw-border-opacity,1))}.border-red-400{--tw-border-opacity:1;border-color:rgb(248 113 113/var(--tw-border-opacity,1))}.border-red-400\/20{border-color:rgb(248 113 113/.2)}.border-red-50{--tw-border-opacity:1;border-color:rgb(254 242 242/var(--tw-border-opacity,1))}.border-red-50\/0{border-color:rgb(254 242 242/0)}.border-red-50\/10{border-color:rgb(254 242 242/.1)}.border-red-50\/100{border-color:rgb(254 242 242/1)}.border-red-50\/15{border-color:rgb(254 242 242/.15)}.border-red-50\/20{border-color:rgb(254 242 242/.2)}.border-red-50\/25{border-color:rgb(254 242 242/.25)}.border-red-50\/30{border-color:rgb(254 242 242/.3)}.border-red-50\/35{border-color:rgb(254 242 242/.35)}.border-red-50\/40{border-color:rgb(254 242 242/.4)}.border-red-50\/45{border-color:rgb(254 242 242/.45)}.border-red-50\/5{border-color:rgb(254 242 242/.05)}.border-red-50\/50{border-color:rgb(254 242 242/.5)}.border-red-50\/55{border-color:rgb(254 242 242/.55)}.border-red-50\/60{border-color:rgb(254 242 242/.6)}.border-red-50\/65{border-color:rgb(254 242 242/.65)}.border-red-50\/70{border-color:rgb(254 242 242/.7)}.border-red-50\/75{border-color:rgb(254 242 242/.75)}.border-red-50\/80{border-color:rgb(254 242 242/.8)}.border-red-50\/85{border-color:rgb(254 242 242/.85)}.border-red-50\/90{border-color:rgb(254 242 242/.9)}.border-red-50\/95{border-color:rgb(254 242 242/.95)}.border-red-500{--tw-border-opacity:1;border-color:rgb(239 68 68/var(--tw-border-opacity,1))}.border-red-500\/0{border-color:rgb(239 68 68/0)}.border-red-500\/10{border-color:rgb(239 68 68/.1)}.border-red-500\/100{border-color:rgb(239 68 68/1)}.border-red-500\/15{border-color:rgb(239 68 68/.15)}.border-red-500\/20{border-color:rgb(239 68 68/.2)}.border-red-500\/25{border-color:rgb(239 68 68/.25)}.border-red-500\/30{border-color:rgb(239 68 68/.3)}.border-red-500\/35{border-color:rgb(239 68 68/.35)}.border-red-500\/40{border-color:rgb(239 68 68/.4)}.border-red-500\/45{border-color:rgb(239 68 68/.45)}.border-red-500\/5{border-color:rgb(239 68 68/.05)}.border-red-500\/50{border-color:rgb(239 68 68/.5)}.border-red-500\/55{border-color:rgb(239 68 68/.55)}.border-red-500\/60{border-color:rgb(239 68 68/.6)}.border-red-500\/65{border-color:rgb(239 68 68/.65)}.border-red-500\/70{border-color:rgb(239 68 68/.7)}.border-red-500\/75{border-color:rgb(239 68 68/.75)}.border-red-500\/80{border-color:rgb(239 68 68/.8)}.border-red-500\/85{border-color:rgb(239 68 68/.85)}.border-red-500\/90{border-color:rgb(239 68 68/.9)}.border-red-500\/95{border-color:rgb(239 68 68/.95)}.border-red-600{--tw-border-opacity:1;border-color:rgb(220 38 38/var(--tw-border-opacity,1))}.border-red-700{--tw-border-opacity:1;border-color:rgb(185 28 28/var(--tw-border-opacity,1))}.border-red-700\/0{border-color:rgb(185 28 28/0)}.border-red-700\/10{border-color:rgb(185 28 28/.1)}.border-red-700\/100{border-color:rgb(185 28 28/1)}.border-red-700\/15{border-color:rgb(185 28 28/.15)}.border-red-700\/20{border-color:rgb(185 28 28/.2)}.border-red-700\/25{border-color:rgb(185 28 28/.25)}.border-red-700\/30{border-color:rgb(185 28 28/.3)}.border-red-700\/35{border-color:rgb(185 28 28/.35)}.border-red-700\/40{border-color:rgb(185 28 28/.4)}.border-red-700\/45{border-color:rgb(185 28 28/.45)}.border-red-700\/5{border-color:rgb(185 28 28/.05)}.border-red-700\/50{border-color:rgb(185 28 28/.5)}.border-red-700\/55{border-color:rgb(185 28 28/.55)}.border-red-700\/60{border-color:rgb(185 28 28/.6)}.border-red-700\/65{border-color:rgb(185 28 28/.65)}.border-red-700\/70{border-color:rgb(185 28 28/.7)}.border-red-700\/75{border-color:rgb(185 28 28/.75)}.border-red-700\/80{border-color:rgb(185 28 28/.8)}.border-red-700\/85{border-color:rgb(185 28 28/.85)}.border-red-700\/90{border-color:rgb(185 28 28/.9)}.border-red-700\/95{border-color:rgb(185 28 28/.95)}.border-red-800{--tw-border-opacity:1;border-color:rgb(153 27 27/var(--tw-border-opacity,1))}.border-red-800\/0{border-color:rgb(153 27 27/0)}.border-red-800\/10{border-color:rgb(153 27 27/.1)}.border-red-800\/100{border-color:rgb(153 27 27/1)}.border-red-800\/15{border-color:rgb(153 27 27/.15)}.border-red-800\/20{border-color:rgb(153 27 27/.2)}.border-red-800\/25{border-color:rgb(153 27 27/.25)}.border-red-800\/30{border-color:rgb(153 27 27/.3)}.border-red-800\/35{border-color:rgb(153 27 27/.35)}.border-red-800\/40{border-color:rgb(153 27 27/.4)}.border-red-800\/45{border-color:rgb(153 27 27/.45)}.border-red-800\/5{border-color:rgb(153 27 27/.05)}.border-red-800\/50{border-color:rgb(153 27 27/.5)}.border-red-800\/55{border-color:rgb(153 27 27/.55)}.border-red-800\/60{border-color:rgb(153 27 27/.6)}.border-red-800\/65{border-color:rgb(153 27 27/.65)}.border-red-800\/70{border-color:rgb(153 27 27/.7)}.border-red-800\/75{border-color:rgb(153 27 27/.75)}.border-red-800\/80{border-color:rgb(153 27 27/.8)}.border-red-800\/85{border-color:rgb(153 27 27/.85)}.border-red-800\/90{border-color:rgb(153 27 27/.9)}.border-red-800\/95{border-color:rgb(153 27 27/.95)}.border-transparent{border-color:transparent}.border-violet-500\/30{border-color:rgb(139 92 246/.3)}.border-white{--tw-border-opacity:1;border-color:rgb(255 255 255/var(--tw-border-opacity,1))}.border-white\/10{border-color:rgb(255 255 255/.1)}.border-white\/20{border-color:rgb(255 255 255/.2)}.border-white\/30{border-color:rgb(255 255 255/.3)}.border-white\/60{border-color:rgb(255 255 255/.6)}.border-white\/80{border-color:rgb(255 255 255/.8)}.border-yellow-200{--tw-border-opacity:1;border-color:rgb(254 240 138/var(--tw-border-opacity,1))}.border-yellow-200\/0{border-color:rgb(254 240 138/0)}.border-yellow-200\/10{border-color:rgb(254 240 138/.1)}.border-yellow-200\/100{border-color:rgb(254 240 138/1)}.border-yellow-200\/15{border-color:rgb(254 240 138/.15)}.border-yellow-200\/20{border-color:rgb(254 240 138/.2)}.border-yellow-200\/25{border-color:rgb(254 240 138/.25)}.border-yellow-200\/30{border-color:rgb(254 240 138/.3)}.border-yellow-200\/35{border-color:rgb(254 240 138/.35)}.border-yellow-200\/40{border-color:rgb(254 240 138/.4)}.border-yellow-200\/45{border-color:rgb(254 240 138/.45)}.border-yellow-200\/5{border-color:rgb(254 240 138/.05)}.border-yellow-200\/50{border-color:rgb(254 240 138/.5)}.border-yellow-200\/55{border-color:rgb(254 240 138/.55)}.border-yellow-200\/60{border-color:rgb(254 240 138/.6)}.border-yellow-200\/65{border-color:rgb(254 240 138/.65)}.border-yellow-200\/70{border-color:rgb(254 240 138/.7)}.border-yellow-200\/75{border-color:rgb(254 240 138/.75)}.border-yellow-200\/80{border-color:rgb(254 240 138/.8)}.border-yellow-200\/85{border-color:rgb(254 240 138/.85)}.border-yellow-200\/90{border-color:rgb(254 240 138/.9)}.border-yellow-200\/95{border-color:rgb(254 240 138/.95)}.border-yellow-50{--tw-border-opacity:1;border-color:rgb(254 252 232/var(--tw-border-opacity,1))}.border-yellow-50\/0{border-color:rgb(254 252 232/0)}.border-yellow-50\/10{border-color:rgb(254 252 232/.1)}.border-yellow-50\/100{border-color:rgb(254 252 232/1)}.border-yellow-50\/15{border-color:rgb(254 252 232/.15)}.border-yellow-50\/20{border-color:rgb(254 252 232/.2)}.border-yellow-50\/25{border-color:rgb(254 252 232/.25)}.border-yellow-50\/30{border-color:rgb(254 252 232/.3)}.border-yellow-50\/35{border-color:rgb(254 252 232/.35)}.border-yellow-50\/40{border-color:rgb(254 252 232/.4)}.border-yellow-50\/45{border-color:rgb(254 252 232/.45)}.border-yellow-50\/5{border-color:rgb(254 252 232/.05)}.border-yellow-50\/50{border-color:rgb(254 252 232/.5)}.border-yellow-50\/55{border-color:rgb(254 252 232/.55)}.border-yellow-50\/60{border-color:rgb(254 252 232/.6)}.border-yellow-50\/65{border-color:rgb(254 252 232/.65)}.border-yellow-50\/70{border-color:rgb(254 252 232/.7)}.border-yellow-50\/75{border-color:rgb(254 252 232/.75)}.border-yellow-50\/80{border-color:rgb(254 252 232/.8)}.border-yellow-50\/85{border-color:rgb(254 252 232/.85)}.border-yellow-50\/90{border-color:rgb(254 252 232/.9)}.border-yellow-50\/95{border-color:rgb(254 252 232/.95)}.border-yellow-500{--tw-border-opacity:1;border-color:rgb(234 179 8/var(--tw-border-opacity,1))}.border-yellow-500\/0{border-color:rgb(234 179 8/0)}.border-yellow-500\/10{border-color:rgb(234 179 8/.1)}.border-yellow-500\/100{border-color:rgb(234 179 8/1)}.border-yellow-500\/15{border-color:rgb(234 179 8/.15)}.border-yellow-500\/20{border-color:rgb(234 179 8/.2)}.border-yellow-500\/25{border-color:rgb(234 179 8/.25)}.border-yellow-500\/30{border-color:rgb(234 179 8/.3)}.border-yellow-500\/35{border-color:rgb(234 179 8/.35)}.border-yellow-500\/40{border-color:rgb(234 179 8/.4)}.border-yellow-500\/45{border-color:rgb(234 179 8/.45)}.border-yellow-500\/5{border-color:rgb(234 179 8/.05)}.border-yellow-500\/50{border-color:rgb(234 179 8/.5)}.border-yellow-500\/55{border-color:rgb(234 179 8/.55)}.border-yellow-500\/60{border-color:rgb(234 179 8/.6)}.border-yellow-500\/65{border-color:rgb(234 179 8/.65)}.border-yellow-500\/70{border-color:rgb(234 179 8/.7)}.border-yellow-500\/75{border-color:rgb(234 179 8/.75)}.border-yellow-500\/80{border-color:rgb(234 179 8/.8)}.border-yellow-500\/85{border-color:rgb(234 179 8/.85)}.border-yellow-500\/90{border-color:rgb(234 179 8/.9)}.border-yellow-500\/95{border-color:rgb(234 179 8/.95)}.border-yellow-700{--tw-border-opacity:1;border-color:rgb(161 98 7/var(--tw-border-opacity,1))}.border-yellow-700\/0{border-color:rgb(161 98 7/0)}.border-yellow-700\/10{border-color:rgb(161 98 7/.1)}.border-yellow-700\/100{border-color:rgb(161 98 7/1)}.border-yellow-700\/15{border-color:rgb(161 98 7/.15)}.border-yellow-700\/20{border-color:rgb(161 98 7/.2)}.border-yellow-700\/25{border-color:rgb(161 98 7/.25)}.border-yellow-700\/30{border-color:rgb(161 98 7/.3)}.border-yellow-700\/35{border-color:rgb(161 98 7/.35)}.border-yellow-700\/40{border-color:rgb(161 98 7/.4)}.border-yellow-700\/45{border-color:rgb(161 98 7/.45)}.border-yellow-700\/5{border-color:rgb(161 98 7/.05)}.border-yellow-700\/50{border-color:rgb(161 98 7/.5)}.border-yellow-700\/55{border-color:rgb(161 98 7/.55)}.border-yellow-700\/60{border-color:rgb(161 98 7/.6)}.border-yellow-700\/65{border-color:rgb(161 98 7/.65)}.border-yellow-700\/70{border-color:rgb(161 98 7/.7)}.border-yellow-700\/75{border-color:rgb(161 98 7/.75)}.border-yellow-700\/80{border-color:rgb(161 98 7/.8)}.border-yellow-700\/85{border-color:rgb(161 98 7/.85)}.border-yellow-700\/90{border-color:rgb(161 98 7/.9)}.border-yellow-700\/95{border-color:rgb(161 98 7/.95)}.border-yellow-800{--tw-border-opacity:1;border-color:rgb(133 77 14/var(--tw-border-opacity,1))}.border-yellow-800\/0{border-color:rgb(133 77 14/0)}.border-yellow-800\/10{border-color:rgb(133 77 14/.1)}.border-yellow-800\/100{border-color:rgb(133 77 14/1)}.border-yellow-800\/15{border-color:rgb(133 77 14/.15)}.border-yellow-800\/20{border-color:rgb(133 77 14/.2)}.border-yellow-800\/25{border-color:rgb(133 77 14/.25)}.border-yellow-800\/30{border-color:rgb(133 77 14/.3)}.border-yellow-800\/35{border-color:rgb(133 77 14/.35)}.border-yellow-800\/40{border-color:rgb(133 77 14/.4)}.border-yellow-800\/45{border-color:rgb(133 77 14/.45)}.border-yellow-800\/5{border-color:rgb(133 77 14/.05)}.border-yellow-800\/50{border-color:rgb(133 77 14/.5)}.border-yellow-800\/55{border-color:rgb(133 77 14/.55)}.border-yellow-800\/60{border-color:rgb(133 77 14/.6)}.border-yellow-800\/65{border-color:rgb(133 77 14/.65)}.border-yellow-800\/70{border-color:rgb(133 77 14/.7)}.border-yellow-800\/75{border-color:rgb(133 77 14/.75)}.border-yellow-800\/80{border-color:rgb(133 77 14/.8)}.border-yellow-800\/85{border-color:rgb(133 77 14/.85)}.border-yellow-800\/90{border-color:rgb(133 77 14/.9)}.border-yellow-800\/95{border-color:rgb(133 77 14/.95)}.border-l-amber-500{--tw-border-opacity:1;border-left-color:rgb(245 158 11/var(--tw-border-opacity,1))}.border-l-blue-500{--tw-border-opacity:1;border-left-color:rgb(59 130 246/var(--tw-border-opacity,1))}.border-l-green-500{--tw-border-opacity:1;border-left-color:rgb(34 197 94/var(--tw-border-opacity,1))}.border-l-orange-500{--tw-border-opacity:1;border-left-color:rgb(249 115 22/var(--tw-border-opacity,1))}.border-l-red-500{--tw-border-opacity:1;border-left-color:rgb(239 68 68/var(--tw-border-opacity,1))}.border-l-transparent{border-left-color:transparent}.border-l-yellow-400{--tw-border-opacity:1;border-left-color:rgb(250 204 21/var(--tw-border-opacity,1))}.border-t-primary{border-top-color:hsl(var(--primary))}.border-t-transparent{border-top-color:transparent}.border-t-white{--tw-border-opacity:1;border-top-color:rgb(255 255 255/var(--tw-border-opacity,1))}.bg-\[\#075E54\]\/90{background-color:rgb(7 94 84/.9)}.bg-\[\#10B981\]\/20{background-color:rgb(16 185 129/.2)}.bg-\[\#1877f2\]{--tw-bg-opacity:1;background-color:rgb(24 119 242/var(--tw-bg-opacity,1))}.bg-\[\#25D366\]{--tw-bg-opacity:1;background-color:rgb(37 211 102/var(--tw-bg-opacity,1))}.bg-\[\#F59E0B\]\/20{background-color:rgb(245 158 11/.2)}.bg-\[var\(--theme-color\)\]{background-color:var(--theme-color)}.bg-accent{background-color:hsl(var(--accent))}.bg-accent-purple{background-color:hsl(var(--accent-purple))}.bg-accent-purple\/10{background-color:hsl(var(--accent-purple)/.1)}.bg-accent-purple\/20{background-color:hsl(var(--accent-purple)/.2)}.bg-accent-purple\/5{background-color:hsl(var(--accent-purple)/.05)}.bg-accent-teal{background-color:hsl(var(--accent-teal))}.bg-accent-teal\/10{background-color:hsl(var(--accent-teal)/.1)}.bg-accent-teal\/5{background-color:hsl(var(--accent-teal)/.05)}.bg-amber-100{--tw-bg-opacity:1;background-color:rgb(254 243 199/var(--tw-bg-opacity,1))}.bg-amber-50{--tw-bg-opacity:1;background-color:rgb(255 251 235/var(--tw-bg-opacity,1))}.bg-amber-50\/30{background-color:rgb(255 251 235/.3)}.bg-amber-500{--tw-bg-opacity:1;background-color:rgb(245 158 11/var(--tw-bg-opacity,1))}.bg-amber-500\/10{background-color:rgb(245 158 11/.1)}.bg-amber-500\/30{background-color:rgb(245 158 11/.3)}.bg-amber-500\/5{background-color:rgb(245 158 11/.05)}.bg-background{background-color:hsl(var(--background))}.bg-background\/10{background-color:hsl(var(--background)/.1)}.bg-background\/20{background-color:hsl(var(--background)/.2)}.bg-background\/30{background-color:hsl(var(--background)/.3)}.bg-background\/40{background-color:hsl(var(--background)/.4)}.bg-background\/5{background-color:hsl(var(--background)/.05)}.bg-background\/50{background-color:hsl(var(--background)/.5)}.bg-background\/60{background-color:hsl(var(--background)/.6)}.bg-background\/70{background-color:hsl(var(--background)/.7)}.bg-background\/80{background-color:hsl(var(--background)/.8)}.bg-background\/90{background-color:hsl(var(--background)/.9)}.bg-background\/95{background-color:hsl(var(--background)/.95)}.bg-black{--tw-bg-opacity:1;background-color:rgb(0 0 0/var(--tw-bg-opacity,1))}.bg-black\/10{background-color:rgb(0 0 0/.1)}.bg-black\/20{background-color:rgb(0 0 0/.2)}.bg-black\/30{background-color:rgb(0 0 0/.3)}.bg-black\/5{background-color:rgb(0 0 0/.05)}.bg-black\/50{background-color:rgb(0 0 0/.5)}.bg-black\/60{background-color:rgb(0 0 0/.6)}.bg-black\/70{background-color:rgb(0 0 0/.7)}.bg-black\/80{background-color:rgb(0 0 0/.8)}.bg-black\/95{background-color:rgb(0 0 0/.95)}.bg-blue-100{--tw-bg-opacity:1;background-color:rgb(219 234 254/var(--tw-bg-opacity,1))}.bg-blue-200{--tw-bg-opacity:1;background-color:rgb(191 219 254/var(--tw-bg-opacity,1))}.bg-blue-200\/0{background-color:rgb(191 219 254/0)}.bg-blue-200\/10{background-color:rgb(191 219 254/.1)}.bg-blue-200\/100{background-color:rgb(191 219 254/1)}.bg-blue-200\/15{background-color:rgb(191 219 254/.15)}.bg-blue-200\/20{background-color:rgb(191 219 254/.2)}.bg-blue-200\/25{background-color:rgb(191 219 254/.25)}.bg-blue-200\/30{background-color:rgb(191 219 254/.3)}.bg-blue-200\/35{background-color:rgb(191 219 254/.35)}.bg-blue-200\/40{background-color:rgb(191 219 254/.4)}.bg-blue-200\/45{background-color:rgb(191 219 254/.45)}.bg-blue-200\/5{background-color:rgb(191 219 254/.05)}.bg-blue-200\/50{background-color:rgb(191 219 254/.5)}.bg-blue-200\/55{background-color:rgb(191 219 254/.55)}.bg-blue-200\/60{background-color:rgb(191 219 254/.6)}.bg-blue-200\/65{background-color:rgb(191 219 254/.65)}.bg-blue-200\/70{background-color:rgb(191 219 254/.7)}.bg-blue-200\/75{background-color:rgb(191 219 254/.75)}.bg-blue-200\/80{background-color:rgb(191 219 254/.8)}.bg-blue-200\/85{background-color:rgb(191 219 254/.85)}.bg-blue-200\/90{background-color:rgb(191 219 254/.9)}.bg-blue-200\/95{background-color:rgb(191 219 254/.95)}.bg-blue-400{--tw-bg-opacity:1;background-color:rgb(96 165 250/var(--tw-bg-opacity,1))}.bg-blue-50{--tw-bg-opacity:1;background-color:rgb(239 246 255/var(--tw-bg-opacity,1))}.bg-blue-50\/0{background-color:rgb(239 246 255/0)}.bg-blue-50\/10{background-color:rgb(239 246 255/.1)}.bg-blue-50\/100{background-color:rgb(239 246 255/1)}.bg-blue-50\/15{background-color:rgb(239 246 255/.15)}.bg-blue-50\/20{background-color:rgb(239 246 255/.2)}.bg-blue-50\/25{background-color:rgb(239 246 255/.25)}.bg-blue-50\/30{background-color:rgb(239 246 255/.3)}.bg-blue-50\/35{background-color:rgb(239 246 255/.35)}.bg-blue-50\/40{background-color:rgb(239 246 255/.4)}.bg-blue-50\/45{background-color:rgb(239 246 255/.45)}.bg-blue-50\/5{background-color:rgb(239 246 255/.05)}.bg-blue-50\/50{background-color:rgb(239 246 255/.5)}.bg-blue-50\/55{background-color:rgb(239 246 255/.55)}.bg-blue-50\/60{background-color:rgb(239 246 255/.6)}.bg-blue-50\/65{background-color:rgb(239 246 255/.65)}.bg-blue-50\/70{background-color:rgb(239 246 255/.7)}.bg-blue-50\/75{background-color:rgb(239 246 255/.75)}.bg-blue-50\/80{background-color:rgb(239 246 255/.8)}.bg-blue-50\/85{background-color:rgb(239 246 255/.85)}.bg-blue-50\/90{background-color:rgb(239 246 255/.9)}.bg-blue-50\/95{background-color:rgb(239 246 255/.95)}.bg-blue-500{--tw-bg-opacity:1;background-color:rgb(59 130 246/var(--tw-bg-opacity,1))}.bg-blue-500\/0{background-color:rgb(59 130 246/0)}.bg-blue-500\/10{background-color:rgb(59 130 246/.1)}.bg-blue-500\/100{background-color:rgb(59 130 246/1)}.bg-blue-500\/15{background-color:rgb(59 130 246/.15)}.bg-blue-500\/20{background-color:rgb(59 130 246/.2)}.bg-blue-500\/25{background-color:rgb(59 130 246/.25)}.bg-blue-500\/30{background-color:rgb(59 130 246/.3)}.bg-blue-500\/35{background-color:rgb(59 130 246/.35)}.bg-blue-500\/40{background-color:rgb(59 130 246/.4)}.bg-blue-500\/45{background-color:rgb(59 130 246/.45)}.bg-blue-500\/5{background-color:rgb(59 130 246/.05)}.bg-blue-500\/50{background-color:rgb(59 130 246/.5)}.bg-blue-500\/55{background-color:rgb(59 130 246/.55)}.bg-blue-500\/60{background-color:rgb(59 130 246/.6)}.bg-blue-500\/65{background-color:rgb(59 130 246/.65)}.bg-blue-500\/70{background-color:rgb(59 130 246/.7)}.bg-blue-500\/75{background-color:rgb(59 130 246/.75)}.bg-blue-500\/80{background-color:rgb(59 130 246/.8)}.bg-blue-500\/85{background-color:rgb(59 130 246/.85)}.bg-blue-500\/90{background-color:rgb(59 130 246/.9)}.bg-blue-500\/95{background-color:rgb(59 130 246/.95)}.bg-blue-600{--tw-bg-opacity:1;background-color:rgb(37 99 235/var(--tw-bg-opacity,1))}.bg-blue-700{--tw-bg-opacity:1;background-color:rgb(29 78 216/var(--tw-bg-opacity,1))}.bg-blue-700\/0{background-color:rgb(29 78 216/0)}.bg-blue-700\/10{background-color:rgb(29 78 216/.1)}.bg-blue-700\/100{background-color:rgb(29 78 216/1)}.bg-blue-700\/15{background-color:rgb(29 78 216/.15)}.bg-blue-700\/20{background-color:rgb(29 78 216/.2)}.bg-blue-700\/25{background-color:rgb(29 78 216/.25)}.bg-blue-700\/30{background-color:rgb(29 78 216/.3)}.bg-blue-700\/35{background-color:rgb(29 78 216/.35)}.bg-blue-700\/40{background-color:rgb(29 78 216/.4)}.bg-blue-700\/45{background-color:rgb(29 78 216/.45)}.bg-blue-700\/5{background-color:rgb(29 78 216/.05)}.bg-blue-700\/50{background-color:rgb(29 78 216/.5)}.bg-blue-700\/55{background-color:rgb(29 78 216/.55)}.bg-blue-700\/60{background-color:rgb(29 78 216/.6)}.bg-blue-700\/65{background-color:rgb(29 78 216/.65)}.bg-blue-700\/70{background-color:rgb(29 78 216/.7)}.bg-blue-700\/75{background-color:rgb(29 78 216/.75)}.bg-blue-700\/80{background-color:rgb(29 78 216/.8)}.bg-blue-700\/85{background-color:rgb(29 78 216/.85)}.bg-blue-700\/90{background-color:rgb(29 78 216/.9)}.bg-blue-700\/95{background-color:rgb(29 78 216/.95)}.bg-blue-800{--tw-bg-opacity:1;background-color:rgb(30 64 175/var(--tw-bg-opacity,1))}.bg-blue-800\/0{background-color:rgb(30 64 175/0)}.bg-blue-800\/10{background-color:rgb(30 64 175/.1)}.bg-blue-800\/100{background-color:rgb(30 64 175/1)}.bg-blue-800\/15{background-color:rgb(30 64 175/.15)}.bg-blue-800\/20{background-color:rgb(30 64 175/.2)}.bg-blue-800\/25{background-color:rgb(30 64 175/.25)}.bg-blue-800\/30{background-color:rgb(30 64 175/.3)}.bg-blue-800\/35{background-color:rgb(30 64 175/.35)}.bg-blue-800\/40{background-color:rgb(30 64 175/.4)}.bg-blue-800\/45{background-color:rgb(30 64 175/.45)}.bg-blue-800\/5{background-color:rgb(30 64 175/.05)}.bg-blue-800\/50{background-color:rgb(30 64 175/.5)}.bg-blue-800\/55{background-color:rgb(30 64 175/.55)}.bg-blue-800\/60{background-color:rgb(30 64 175/.6)}.bg-blue-800\/65{background-color:rgb(30 64 175/.65)}.bg-blue-800\/70{background-color:rgb(30 64 175/.7)}.bg-blue-800\/75{background-color:rgb(30 64 175/.75)}.bg-blue-800\/80{background-color:rgb(30 64 175/.8)}.bg-blue-800\/85{background-color:rgb(30 64 175/.85)}.bg-blue-800\/90{background-color:rgb(30 64 175/.9)}.bg-blue-800\/95{background-color:rgb(30 64 175/.95)}.bg-border{background-color:hsl(var(--border))}.bg-border\/40{background-color:hsl(var(--border)/.4)}.bg-border\/50{background-color:hsl(var(--border)/.5)}.bg-card{background-color:hsl(var(--card))}.bg-card\/50{background-color:hsl(var(--card)/.5)}.bg-card\/80{background-color:hsl(var(--card)/.8)}.bg-card\/90{background-color:hsl(var(--card)/.9)}.bg-card\/95{background-color:hsl(var(--card)/.95)}.bg-cyan-500{--tw-bg-opacity:1;background-color:rgb(6 182 212/var(--tw-bg-opacity,1))}.bg-destructive{background-color:hsl(var(--destructive))}.bg-destructive\/10{background-color:hsl(var(--destructive)/.1)}.bg-destructive\/5{background-color:hsl(var(--destructive)/.05)}.bg-emerald-100{--tw-bg-opacity:1;background-color:rgb(209 250 229/var(--tw-bg-opacity,1))}.bg-emerald-50{--tw-bg-opacity:1;background-color:rgb(236 253 245/var(--tw-bg-opacity,1))}.bg-emerald-500{--tw-bg-opacity:1;background-color:rgb(16 185 129/var(--tw-bg-opacity,1))}.bg-emerald-500\/10{background-color:rgb(16 185 129/.1)}.bg-emerald-500\/30{background-color:rgb(16 185 129/.3)}.bg-foreground{background-color:hsl(var(--foreground))}.bg-fuchsia-500{--tw-bg-opacity:1;background-color:rgb(217 70 239/var(--tw-bg-opacity,1))}.bg-gray-100{--tw-bg-opacity:1;background-color:rgb(243 244 246/var(--tw-bg-opacity,1))}.bg-gray-200{--tw-bg-opacity:1;background-color:rgb(229 231 235/var(--tw-bg-opacity,1))}.bg-gray-400{--tw-bg-opacity:1;background-color:rgb(156 163 175/var(--tw-bg-opacity,1))}.bg-gray-50{--tw-bg-opacity:1;background-color:rgb(249 250 251/var(--tw-bg-opacity,1))}.bg-gray-50\/50{background-color:rgb(249 250 251/.5)}.bg-gray-500{--tw-bg-opacity:1;background-color:rgb(107 114 128/var(--tw-bg-opacity,1))}.bg-gray-500\/10{background-color:rgb(107 114 128/.1)}.bg-gray-700{--tw-bg-opacity:1;background-color:rgb(55 65 81/var(--tw-bg-opacity,1))}.bg-gray-800{--tw-bg-opacity:1;background-color:rgb(31 41 55/var(--tw-bg-opacity,1))}.bg-green-100{--tw-bg-opacity:1;background-color:rgb(220 252 231/var(--tw-bg-opacity,1))}.bg-green-200{--tw-bg-opacity:1;background-color:rgb(187 247 208/var(--tw-bg-opacity,1))}.bg-green-200\/0{background-color:rgb(187 247 208/0)}.bg-green-200\/10{background-color:rgb(187 247 208/.1)}.bg-green-200\/100{background-color:rgb(187 247 208/1)}.bg-green-200\/15{background-color:rgb(187 247 208/.15)}.bg-green-200\/20{background-color:rgb(187 247 208/.2)}.bg-green-200\/25{background-color:rgb(187 247 208/.25)}.bg-green-200\/30{background-color:rgb(187 247 208/.3)}.bg-green-200\/35{background-color:rgb(187 247 208/.35)}.bg-green-200\/40{background-color:rgb(187 247 208/.4)}.bg-green-200\/45{background-color:rgb(187 247 208/.45)}.bg-green-200\/5{background-color:rgb(187 247 208/.05)}.bg-green-200\/50{background-color:rgb(187 247 208/.5)}.bg-green-200\/55{background-color:rgb(187 247 208/.55)}.bg-green-200\/60{background-color:rgb(187 247 208/.6)}.bg-green-200\/65{background-color:rgb(187 247 208/.65)}.bg-green-200\/70{background-color:rgb(187 247 208/.7)}.bg-green-200\/75{background-color:rgb(187 247 208/.75)}.bg-green-200\/80{background-color:rgb(187 247 208/.8)}.bg-green-200\/85{background-color:rgb(187 247 208/.85)}.bg-green-200\/90{background-color:rgb(187 247 208/.9)}.bg-green-200\/95{background-color:rgb(187 247 208/.95)}.bg-green-400{--tw-bg-opacity:1;background-color:rgb(74 222 128/var(--tw-bg-opacity,1))}.bg-green-400\/10{background-color:rgb(74 222 128/.1)}.bg-green-50{--tw-bg-opacity:1;background-color:rgb(240 253 244/var(--tw-bg-opacity,1))}.bg-green-50\/0{background-color:rgb(240 253 244/0)}.bg-green-50\/10{background-color:rgb(240 253 244/.1)}.bg-green-50\/100{background-color:rgb(240 253 244/1)}.bg-green-50\/15{background-color:rgb(240 253 244/.15)}.bg-green-50\/20{background-color:rgb(240 253 244/.2)}.bg-green-50\/25{background-color:rgb(240 253 244/.25)}.bg-green-50\/30{background-color:rgb(240 253 244/.3)}.bg-green-50\/35{background-color:rgb(240 253 244/.35)}.bg-green-50\/40{background-color:rgb(240 253 244/.4)}.bg-green-50\/45{background-color:rgb(240 253 244/.45)}.bg-green-50\/5{background-color:rgb(240 253 244/.05)}.bg-green-50\/50{background-color:rgb(240 253 244/.5)}.bg-green-50\/55{background-color:rgb(240 253 244/.55)}.bg-green-50\/60{background-color:rgb(240 253 244/.6)}.bg-green-50\/65{background-color:rgb(240 253 244/.65)}.bg-green-50\/70{background-color:rgb(240 253 244/.7)}.bg-green-50\/75{background-color:rgb(240 253 244/.75)}.bg-green-50\/80{background-color:rgb(240 253 244/.8)}.bg-green-50\/85{background-color:rgb(240 253 244/.85)}.bg-green-50\/90{background-color:rgb(240 253 244/.9)}.bg-green-50\/95{background-color:rgb(240 253 244/.95)}.bg-green-500{--tw-bg-opacity:1;background-color:rgb(34 197 94/var(--tw-bg-opacity,1))}.bg-green-500\/0{background-color:rgb(34 197 94/0)}.bg-green-500\/10{background-color:rgb(34 197 94/.1)}.bg-green-500\/100{background-color:rgb(34 197 94/1)}.bg-green-500\/15{background-color:rgb(34 197 94/.15)}.bg-green-500\/20{background-color:rgb(34 197 94/.2)}.bg-green-500\/25{background-color:rgb(34 197 94/.25)}.bg-green-500\/30{background-color:rgb(34 197 94/.3)}.bg-green-500\/35{background-color:rgb(34 197 94/.35)}.bg-green-500\/40{background-color:rgb(34 197 94/.4)}.bg-green-500\/45{background-color:rgb(34 197 94/.45)}.bg-green-500\/5{background-color:rgb(34 197 94/.05)}.bg-green-500\/50{background-color:rgb(34 197 94/.5)}.bg-green-500\/55{background-color:rgb(34 197 94/.55)}.bg-green-500\/60{background-color:rgb(34 197 94/.6)}.bg-green-500\/65{background-color:rgb(34 197 94/.65)}.bg-green-500\/70{background-color:rgb(34 197 94/.7)}.bg-green-500\/75{background-color:rgb(34 197 94/.75)}.bg-green-500\/80{background-color:rgb(34 197 94/.8)}.bg-green-500\/85{background-color:rgb(34 197 94/.85)}.bg-green-500\/90{background-color:rgb(34 197 94/.9)}.bg-green-500\/95{background-color:rgb(34 197 94/.95)}.bg-green-600{--tw-bg-opacity:1;background-color:rgb(22 163 74/var(--tw-bg-opacity,1))}.bg-green-600\/10{background-color:rgb(22 163 74/.1)}.bg-green-700{--tw-bg-opacity:1;background-color:rgb(21 128 61/var(--tw-bg-opacity,1))}.bg-green-700\/0{background-color:rgb(21 128 61/0)}.bg-green-700\/10{background-color:rgb(21 128 61/.1)}.bg-green-700\/100{background-color:rgb(21 128 61/1)}.bg-green-700\/15{background-color:rgb(21 128 61/.15)}.bg-green-700\/20{background-color:rgb(21 128 61/.2)}.bg-green-700\/25{background-color:rgb(21 128 61/.25)}.bg-green-700\/30{background-color:rgb(21 128 61/.3)}.bg-green-700\/35{background-color:rgb(21 128 61/.35)}.bg-green-700\/40{background-color:rgb(21 128 61/.4)}.bg-green-700\/45{background-color:rgb(21 128 61/.45)}.bg-green-700\/5{background-color:rgb(21 128 61/.05)}.bg-green-700\/50{background-color:rgb(21 128 61/.5)}.bg-green-700\/55{background-color:rgb(21 128 61/.55)}.bg-green-700\/60{background-color:rgb(21 128 61/.6)}.bg-green-700\/65{background-color:rgb(21 128 61/.65)}.bg-green-700\/70{background-color:rgb(21 128 61/.7)}.bg-green-700\/75{background-color:rgb(21 128 61/.75)}.bg-green-700\/80{background-color:rgb(21 128 61/.8)}.bg-green-700\/85{background-color:rgb(21 128 61/.85)}.bg-green-700\/90{background-color:rgb(21 128 61/.9)}.bg-green-700\/95{background-color:rgb(21 128 61/.95)}.bg-green-800{--tw-bg-opacity:1;background-color:rgb(22 101 52/var(--tw-bg-opacity,1))}.bg-green-800\/0{background-color:rgb(22 101 52/0)}.bg-green-800\/10{background-color:rgb(22 101 52/.1)}.bg-green-800\/100{background-color:rgb(22 101 52/1)}.bg-green-800\/15{background-color:rgb(22 101 52/.15)}.bg-green-800\/20{background-color:rgb(22 101 52/.2)}.bg-green-800\/25{background-color:rgb(22 101 52/.25)}.bg-green-800\/30{background-color:rgb(22 101 52/.3)}.bg-green-800\/35{background-color:rgb(22 101 52/.35)}.bg-green-800\/40{background-color:rgb(22 101 52/.4)}.bg-green-800\/45{background-color:rgb(22 101 52/.45)}.bg-green-800\/5{background-color:rgb(22 101 52/.05)}.bg-green-800\/50{background-color:rgb(22 101 52/.5)}.bg-green-800\/55{background-color:rgb(22 101 52/.55)}.bg-green-800\/60{background-color:rgb(22 101 52/.6)}.bg-green-800\/65{background-color:rgb(22 101 52/.65)}.bg-green-800\/70{background-color:rgb(22 101 52/.7)}.bg-green-800\/75{background-color:rgb(22 101 52/.75)}.bg-green-800\/80{background-color:rgb(22 101 52/.8)}.bg-green-800\/85{background-color:rgb(22 101 52/.85)}.bg-green-800\/90{background-color:rgb(22 101 52/.9)}.bg-green-800\/95{background-color:rgb(22 101 52/.95)}.bg-indigo-200{--tw-bg-opacity:1;background-color:rgb(199 210 254/var(--tw-bg-opacity,1))}.bg-indigo-200\/0{background-color:rgb(199 210 254/0)}.bg-indigo-200\/10{background-color:rgb(199 210 254/.1)}.bg-indigo-200\/100{background-color:rgb(199 210 254/1)}.bg-indigo-200\/15{background-color:rgb(199 210 254/.15)}.bg-indigo-200\/20{background-color:rgb(199 210 254/.2)}.bg-indigo-200\/25{background-color:rgb(199 210 254/.25)}.bg-indigo-200\/30{background-color:rgb(199 210 254/.3)}.bg-indigo-200\/35{background-color:rgb(199 210 254/.35)}.bg-indigo-200\/40{background-color:rgb(199 210 254/.4)}.bg-indigo-200\/45{background-color:rgb(199 210 254/.45)}.bg-indigo-200\/5{background-color:rgb(199 210 254/.05)}.bg-indigo-200\/50{background-color:rgb(199 210 254/.5)}.bg-indigo-200\/55{background-color:rgb(199 210 254/.55)}.bg-indigo-200\/60{background-color:rgb(199 210 254/.6)}.bg-indigo-200\/65{background-color:rgb(199 210 254/.65)}.bg-indigo-200\/70{background-color:rgb(199 210 254/.7)}.bg-indigo-200\/75{background-color:rgb(199 210 254/.75)}.bg-indigo-200\/80{background-color:rgb(199 210 254/.8)}.bg-indigo-200\/85{background-color:rgb(199 210 254/.85)}.bg-indigo-200\/90{background-color:rgb(199 210 254/.9)}.bg-indigo-200\/95{background-color:rgb(199 210 254/.95)}.bg-indigo-50{--tw-bg-opacity:1;background-color:rgb(238 242 255/var(--tw-bg-opacity,1))}.bg-indigo-50\/0{background-color:rgb(238 242 255/0)}.bg-indigo-50\/10{background-color:rgb(238 242 255/.1)}.bg-indigo-50\/100{background-color:rgb(238 242 255/1)}.bg-indigo-50\/15{background-color:rgb(238 242 255/.15)}.bg-indigo-50\/20{background-color:rgb(238 242 255/.2)}.bg-indigo-50\/25{background-color:rgb(238 242 255/.25)}.bg-indigo-50\/30{background-color:rgb(238 242 255/.3)}.bg-indigo-50\/35{background-color:rgb(238 242 255/.35)}.bg-indigo-50\/40{background-color:rgb(238 242 255/.4)}.bg-indigo-50\/45{background-color:rgb(238 242 255/.45)}.bg-indigo-50\/5{background-color:rgb(238 242 255/.05)}.bg-indigo-50\/50{background-color:rgb(238 242 255/.5)}.bg-indigo-50\/55{background-color:rgb(238 242 255/.55)}.bg-indigo-50\/60{background-color:rgb(238 242 255/.6)}.bg-indigo-50\/65{background-color:rgb(238 242 255/.65)}.bg-indigo-50\/70{background-color:rgb(238 242 255/.7)}.bg-indigo-50\/75{background-color:rgb(238 242 255/.75)}.bg-indigo-50\/80{background-color:rgb(238 242 255/.8)}.bg-indigo-50\/85{background-color:rgb(238 242 255/.85)}.bg-indigo-50\/90{background-color:rgb(238 242 255/.9)}.bg-indigo-50\/95{background-color:rgb(238 242 255/.95)}.bg-indigo-500{--tw-bg-opacity:1;background-color:rgb(99 102 241/var(--tw-bg-opacity,1))}.bg-indigo-500\/0{background-color:rgb(99 102 241/0)}.bg-indigo-500\/10{background-color:rgb(99 102 241/.1)}.bg-indigo-500\/100{background-color:rgb(99 102 241/1)}.bg-indigo-500\/15{background-color:rgb(99 102 241/.15)}.bg-indigo-500\/20{background-color:rgb(99 102 241/.2)}.bg-indigo-500\/25{background-color:rgb(99 102 241/.25)}.bg-indigo-500\/30{background-color:rgb(99 102 241/.3)}.bg-indigo-500\/35{background-color:rgb(99 102 241/.35)}.bg-indigo-500\/40{background-color:rgb(99 102 241/.4)}.bg-indigo-500\/45{background-color:rgb(99 102 241/.45)}.bg-indigo-500\/5{background-color:rgb(99 102 241/.05)}.bg-indigo-500\/50{background-color:rgb(99 102 241/.5)}.bg-indigo-500\/55{background-color:rgb(99 102 241/.55)}.bg-indigo-500\/60{background-color:rgb(99 102 241/.6)}.bg-indigo-500\/65{background-color:rgb(99 102 241/.65)}.bg-indigo-500\/70{background-color:rgb(99 102 241/.7)}.bg-indigo-500\/75{background-color:rgb(99 102 241/.75)}.bg-indigo-500\/80{background-color:rgb(99 102 241/.8)}.bg-indigo-500\/85{background-color:rgb(99 102 241/.85)}.bg-indigo-500\/90{background-color:rgb(99 102 241/.9)}.bg-indigo-500\/95{background-color:rgb(99 102 241/.95)}.bg-indigo-700{--tw-bg-opacity:1;background-color:rgb(67 56 202/var(--tw-bg-opacity,1))}.bg-indigo-700\/0{background-color:rgb(67 56 202/0)}.bg-indigo-700\/10{background-color:rgb(67 56 202/.1)}.bg-indigo-700\/100{background-color:rgb(67 56 202/1)}.bg-indigo-700\/15{background-color:rgb(67 56 202/.15)}.bg-indigo-700\/20{background-color:rgb(67 56 202/.2)}.bg-indigo-700\/25{background-color:rgb(67 56 202/.25)}.bg-indigo-700\/30{background-color:rgb(67 56 202/.3)}.bg-indigo-700\/35{background-color:rgb(67 56 202/.35)}.bg-indigo-700\/40{background-color:rgb(67 56 202/.4)}.bg-indigo-700\/45{background-color:rgb(67 56 202/.45)}.bg-indigo-700\/5{background-color:rgb(67 56 202/.05)}.bg-indigo-700\/50{background-color:rgb(67 56 202/.5)}.bg-indigo-700\/55{background-color:rgb(67 56 202/.55)}.bg-indigo-700\/60{background-color:rgb(67 56 202/.6)}.bg-indigo-700\/65{background-color:rgb(67 56 202/.65)}.bg-indigo-700\/70{background-color:rgb(67 56 202/.7)}.bg-indigo-700\/75{background-color:rgb(67 56 202/.75)}.bg-indigo-700\/80{background-color:rgb(67 56 202/.8)}.bg-indigo-700\/85{background-color:rgb(67 56 202/.85)}.bg-indigo-700\/90{background-color:rgb(67 56 202/.9)}.bg-indigo-700\/95{background-color:rgb(67 56 202/.95)}.bg-indigo-800{--tw-bg-opacity:1;background-color:rgb(55 48 163/var(--tw-bg-opacity,1))}.bg-indigo-800\/0{background-color:rgb(55 48 163/0)}.bg-indigo-800\/10{background-color:rgb(55 48 163/.1)}.bg-indigo-800\/100{background-color:rgb(55 48 163/1)}.bg-indigo-800\/15{background-color:rgb(55 48 163/.15)}.bg-indigo-800\/20{background-color:rgb(55 48 163/.2)}.bg-indigo-800\/25{background-color:rgb(55 48 163/.25)}.bg-indigo-800\/30{background-color:rgb(55 48 163/.3)}.bg-indigo-800\/35{background-color:rgb(55 48 163/.35)}.bg-indigo-800\/40{background-color:rgb(55 48 163/.4)}.bg-indigo-800\/45{background-color:rgb(55 48 163/.45)}.bg-indigo-800\/5{background-color:rgb(55 48 163/.05)}.bg-indigo-800\/50{background-color:rgb(55 48 163/.5)}.bg-indigo-800\/55{background-color:rgb(55 48 163/.55)}.bg-indigo-800\/60{background-color:rgb(55 48 163/.6)}.bg-indigo-800\/65{background-color:rgb(55 48 163/.65)}.bg-indigo-800\/70{background-color:rgb(55 48 163/.7)}.bg-indigo-800\/75{background-color:rgb(55 48 163/.75)}.bg-indigo-800\/80{background-color:rgb(55 48 163/.8)}.bg-indigo-800\/85{background-color:rgb(55 48 163/.85)}.bg-indigo-800\/90{background-color:rgb(55 48 163/.9)}.bg-indigo-800\/95{background-color:rgb(55 48 163/.95)}.bg-muted{background-color:hsl(var(--muted))}.bg-muted-foreground\/20{background-color:hsl(var(--muted-foreground)/.2)}.bg-muted\/10{background-color:hsl(var(--muted)/.1)}.bg-muted\/20{background-color:hsl(var(--muted)/.2)}.bg-muted\/30{background-color:hsl(var(--muted)/.3)}.bg-muted\/40{background-color:hsl(var(--muted)/.4)}.bg-muted\/5{background-color:hsl(var(--muted)/.05)}.bg-muted\/50{background-color:hsl(var(--muted)/.5)}.bg-muted\/60{background-color:hsl(var(--muted)/.6)}.bg-muted\/70{background-color:hsl(var(--muted)/.7)}.bg-muted\/80{background-color:hsl(var(--muted)/.8)}.bg-neutral-50{--tw-bg-opacity:1;background-color:rgb(250 250 250/var(--tw-bg-opacity,1))}.bg-neutral-50\/50{background-color:rgb(250 250 250/.5)}.bg-neutral-700{--tw-bg-opacity:1;background-color:rgb(64 64 64/var(--tw-bg-opacity,1))}.bg-neutral-800{--tw-bg-opacity:1;background-color:rgb(38 38 38/var(--tw-bg-opacity,1))}.bg-neutral-900{--tw-bg-opacity:1;background-color:rgb(23 23 23/var(--tw-bg-opacity,1))}.bg-orange-100{--tw-bg-opacity:1;background-color:rgb(255 237 213/var(--tw-bg-opacity,1))}.bg-orange-200{--tw-bg-opacity:1;background-color:rgb(254 215 170/var(--tw-bg-opacity,1))}.bg-orange-200\/0{background-color:rgb(254 215 170/0)}.bg-orange-200\/10{background-color:rgb(254 215 170/.1)}.bg-orange-200\/100{background-color:rgb(254 215 170/1)}.bg-orange-200\/15{background-color:rgb(254 215 170/.15)}.bg-orange-200\/20{background-color:rgb(254 215 170/.2)}.bg-orange-200\/25{background-color:rgb(254 215 170/.25)}.bg-orange-200\/30{background-color:rgb(254 215 170/.3)}.bg-orange-200\/35{background-color:rgb(254 215 170/.35)}.bg-orange-200\/40{background-color:rgb(254 215 170/.4)}.bg-orange-200\/45{background-color:rgb(254 215 170/.45)}.bg-orange-200\/5{background-color:rgb(254 215 170/.05)}.bg-orange-200\/50{background-color:rgb(254 215 170/.5)}.bg-orange-200\/55{background-color:rgb(254 215 170/.55)}.bg-orange-200\/60{background-color:rgb(254 215 170/.6)}.bg-orange-200\/65{background-color:rgb(254 215 170/.65)}.bg-orange-200\/70{background-color:rgb(254 215 170/.7)}.bg-orange-200\/75{background-color:rgb(254 215 170/.75)}.bg-orange-200\/80{background-color:rgb(254 215 170/.8)}.bg-orange-200\/85{background-color:rgb(254 215 170/.85)}.bg-orange-200\/90{background-color:rgb(254 215 170/.9)}.bg-orange-200\/95{background-color:rgb(254 215 170/.95)}.bg-orange-400\/10{background-color:rgb(251 146 60/.1)}.bg-orange-50{--tw-bg-opacity:1;background-color:rgb(255 247 237/var(--tw-bg-opacity,1))}.bg-orange-50\/0{background-color:rgb(255 247 237/0)}.bg-orange-50\/10{background-color:rgb(255 247 237/.1)}.bg-orange-50\/100{background-color:rgb(255 247 237/1)}.bg-orange-50\/15{background-color:rgb(255 247 237/.15)}.bg-orange-50\/20{background-color:rgb(255 247 237/.2)}.bg-orange-50\/25{background-color:rgb(255 247 237/.25)}.bg-orange-50\/30{background-color:rgb(255 247 237/.3)}.bg-orange-50\/35{background-color:rgb(255 247 237/.35)}.bg-orange-50\/40{background-color:rgb(255 247 237/.4)}.bg-orange-50\/45{background-color:rgb(255 247 237/.45)}.bg-orange-50\/5{background-color:rgb(255 247 237/.05)}.bg-orange-50\/50{background-color:rgb(255 247 237/.5)}.bg-orange-50\/55{background-color:rgb(255 247 237/.55)}.bg-orange-50\/60{background-color:rgb(255 247 237/.6)}.bg-orange-50\/65{background-color:rgb(255 247 237/.65)}.bg-orange-50\/70{background-color:rgb(255 247 237/.7)}.bg-orange-50\/75{background-color:rgb(255 247 237/.75)}.bg-orange-50\/80{background-color:rgb(255 247 237/.8)}.bg-orange-50\/85{background-color:rgb(255 247 237/.85)}.bg-orange-50\/90{background-color:rgb(255 247 237/.9)}.bg-orange-50\/95{background-color:rgb(255 247 237/.95)}.bg-orange-500{--tw-bg-opacity:1;background-color:rgb(249 115 22/var(--tw-bg-opacity,1))}.bg-orange-500\/0{background-color:rgb(249 115 22/0)}.bg-orange-500\/10{background-color:rgb(249 115 22/.1)}.bg-orange-500\/100{background-color:rgb(249 115 22/1)}.bg-orange-500\/15{background-color:rgb(249 115 22/.15)}.bg-orange-500\/20{background-color:rgb(249 115 22/.2)}.bg-orange-500\/25{background-color:rgb(249 115 22/.25)}.bg-orange-500\/30{background-color:rgb(249 115 22/.3)}.bg-orange-500\/35{background-color:rgb(249 115 22/.35)}.bg-orange-500\/40{background-color:rgb(249 115 22/.4)}.bg-orange-500\/45{background-color:rgb(249 115 22/.45)}.bg-orange-500\/5{background-color:rgb(249 115 22/.05)}.bg-orange-500\/50{background-color:rgb(249 115 22/.5)}.bg-orange-500\/55{background-color:rgb(249 115 22/.55)}.bg-orange-500\/60{background-color:rgb(249 115 22/.6)}.bg-orange-500\/65{background-color:rgb(249 115 22/.65)}.bg-orange-500\/70{background-color:rgb(249 115 22/.7)}.bg-orange-500\/75{background-color:rgb(249 115 22/.75)}.bg-orange-500\/80{background-color:rgb(249 115 22/.8)}.bg-orange-500\/85{background-color:rgb(249 115 22/.85)}.bg-orange-500\/90{background-color:rgb(249 115 22/.9)}.bg-orange-500\/95{background-color:rgb(249 115 22/.95)}.bg-orange-700{--tw-bg-opacity:1;background-color:rgb(194 65 12/var(--tw-bg-opacity,1))}.bg-orange-700\/0{background-color:rgb(194 65 12/0)}.bg-orange-700\/10{background-color:rgb(194 65 12/.1)}.bg-orange-700\/100{background-color:rgb(194 65 12/1)}.bg-orange-700\/15{background-color:rgb(194 65 12/.15)}.bg-orange-700\/20{background-color:rgb(194 65 12/.2)}.bg-orange-700\/25{background-color:rgb(194 65 12/.25)}.bg-orange-700\/30{background-color:rgb(194 65 12/.3)}.bg-orange-700\/35{background-color:rgb(194 65 12/.35)}.bg-orange-700\/40{background-color:rgb(194 65 12/.4)}.bg-orange-700\/45{background-color:rgb(194 65 12/.45)}.bg-orange-700\/5{background-color:rgb(194 65 12/.05)}.bg-orange-700\/50{background-color:rgb(194 65 12/.5)}.bg-orange-700\/55{background-color:rgb(194 65 12/.55)}.bg-orange-700\/60{background-color:rgb(194 65 12/.6)}.bg-orange-700\/65{background-color:rgb(194 65 12/.65)}.bg-orange-700\/70{background-color:rgb(194 65 12/.7)}.bg-orange-700\/75{background-color:rgb(194 65 12/.75)}.bg-orange-700\/80{background-color:rgb(194 65 12/.8)}.bg-orange-700\/85{background-color:rgb(194 65 12/.85)}.bg-orange-700\/90{background-color:rgb(194 65 12/.9)}.bg-orange-700\/95{background-color:rgb(194 65 12/.95)}.bg-orange-800{--tw-bg-opacity:1;background-color:rgb(154 52 18/var(--tw-bg-opacity,1))}.bg-orange-800\/0{background-color:rgb(154 52 18/0)}.bg-orange-800\/10{background-color:rgb(154 52 18/.1)}.bg-orange-800\/100{background-color:rgb(154 52 18/1)}.bg-orange-800\/15{background-color:rgb(154 52 18/.15)}.bg-orange-800\/20{background-color:rgb(154 52 18/.2)}.bg-orange-800\/25{background-color:rgb(154 52 18/.25)}.bg-orange-800\/30{background-color:rgb(154 52 18/.3)}.bg-orange-800\/35{background-color:rgb(154 52 18/.35)}.bg-orange-800\/40{background-color:rgb(154 52 18/.4)}.bg-orange-800\/45{background-color:rgb(154 52 18/.45)}.bg-orange-800\/5{background-color:rgb(154 52 18/.05)}.bg-orange-800\/50{background-color:rgb(154 52 18/.5)}.bg-orange-800\/55{background-color:rgb(154 52 18/.55)}.bg-orange-800\/60{background-color:rgb(154 52 18/.6)}.bg-orange-800\/65{background-color:rgb(154 52 18/.65)}.bg-orange-800\/70{background-color:rgb(154 52 18/.7)}.bg-orange-800\/75{background-color:rgb(154 52 18/.75)}.bg-orange-800\/80{background-color:rgb(154 52 18/.8)}.bg-orange-800\/85{background-color:rgb(154 52 18/.85)}.bg-orange-800\/90{background-color:rgb(154 52 18/.9)}.bg-orange-800\/95{background-color:rgb(154 52 18/.95)}.bg-pink-100{--tw-bg-opacity:1;background-color:rgb(252 231 243/var(--tw-bg-opacity,1))}.bg-pink-50{--tw-bg-opacity:1;background-color:rgb(253 242 248/var(--tw-bg-opacity,1))}.bg-pink-500{--tw-bg-opacity:1;background-color:rgb(236 72 153/var(--tw-bg-opacity,1))}.bg-popover{background-color:hsl(var(--popover))}.bg-primary{background-color:hsl(var(--primary))}.bg-primary-foreground{background-color:hsl(var(--primary-foreground))}.bg-primary-foreground\/20{background-color:hsl(var(--primary-foreground)/.2)}.bg-primary\/10{background-color:hsl(var(--primary)/.1)}.bg-primary\/15{background-color:hsl(var(--primary)/.15)}.bg-primary\/20{background-color:hsl(var(--primary)/.2)}.bg-primary\/30{background-color:hsl(var(--primary)/.3)}.bg-primary\/40{background-color:hsl(var(--primary)/.4)}.bg-primary\/5{background-color:hsl(var(--primary)/.05)}.bg-primary\/50{background-color:hsl(var(--primary)/.5)}.bg-primary\/60{background-color:hsl(var(--primary)/.6)}.bg-purple-100{--tw-bg-opacity:1;background-color:rgb(243 232 255/var(--tw-bg-opacity,1))}.bg-purple-200{--tw-bg-opacity:1;background-color:rgb(233 213 255/var(--tw-bg-opacity,1))}.bg-purple-200\/0{background-color:rgb(233 213 255/0)}.bg-purple-200\/10{background-color:rgb(233 213 255/.1)}.bg-purple-200\/100{background-color:rgb(233 213 255/1)}.bg-purple-200\/15{background-color:rgb(233 213 255/.15)}.bg-purple-200\/20{background-color:rgb(233 213 255/.2)}.bg-purple-200\/25{background-color:rgb(233 213 255/.25)}.bg-purple-200\/30{background-color:rgb(233 213 255/.3)}.bg-purple-200\/35{background-color:rgb(233 213 255/.35)}.bg-purple-200\/40{background-color:rgb(233 213 255/.4)}.bg-purple-200\/45{background-color:rgb(233 213 255/.45)}.bg-purple-200\/5{background-color:rgb(233 213 255/.05)}.bg-purple-200\/50{background-color:rgb(233 213 255/.5)}.bg-purple-200\/55{background-color:rgb(233 213 255/.55)}.bg-purple-200\/60{background-color:rgb(233 213 255/.6)}.bg-purple-200\/65{background-color:rgb(233 213 255/.65)}.bg-purple-200\/70{background-color:rgb(233 213 255/.7)}.bg-purple-200\/75{background-color:rgb(233 213 255/.75)}.bg-purple-200\/80{background-color:rgb(233 213 255/.8)}.bg-purple-200\/85{background-color:rgb(233 213 255/.85)}.bg-purple-200\/90{background-color:rgb(233 213 255/.9)}.bg-purple-200\/95{background-color:rgb(233 213 255/.95)}.bg-purple-50{--tw-bg-opacity:1;background-color:rgb(250 245 255/var(--tw-bg-opacity,1))}.bg-purple-50\/0{background-color:rgb(250 245 255/0)}.bg-purple-50\/10{background-color:rgb(250 245 255/.1)}.bg-purple-50\/100{background-color:rgb(250 245 255/1)}.bg-purple-50\/15{background-color:rgb(250 245 255/.15)}.bg-purple-50\/20{background-color:rgb(250 245 255/.2)}.bg-purple-50\/25{background-color:rgb(250 245 255/.25)}.bg-purple-50\/30{background-color:rgb(250 245 255/.3)}.bg-purple-50\/35{background-color:rgb(250 245 255/.35)}.bg-purple-50\/40{background-color:rgb(250 245 255/.4)}.bg-purple-50\/45{background-color:rgb(250 245 255/.45)}.bg-purple-50\/5{background-color:rgb(250 245 255/.05)}.bg-purple-50\/50{background-color:rgb(250 245 255/.5)}.bg-purple-50\/55{background-color:rgb(250 245 255/.55)}.bg-purple-50\/60{background-color:rgb(250 245 255/.6)}.bg-purple-50\/65{background-color:rgb(250 245 255/.65)}.bg-purple-50\/70{background-color:rgb(250 245 255/.7)}.bg-purple-50\/75{background-color:rgb(250 245 255/.75)}.bg-purple-50\/80{background-color:rgb(250 245 255/.8)}.bg-purple-50\/85{background-color:rgb(250 245 255/.85)}.bg-purple-50\/90{background-color:rgb(250 245 255/.9)}.bg-purple-50\/95{background-color:rgb(250 245 255/.95)}.bg-purple-500{--tw-bg-opacity:1;background-color:rgb(168 85 247/var(--tw-bg-opacity,1))}.bg-purple-500\/0{background-color:rgb(168 85 247/0)}.bg-purple-500\/10{background-color:rgb(168 85 247/.1)}.bg-purple-500\/100{background-color:rgb(168 85 247/1)}.bg-purple-500\/15{background-color:rgb(168 85 247/.15)}.bg-purple-500\/20{background-color:rgb(168 85 247/.2)}.bg-purple-500\/25{background-color:rgb(168 85 247/.25)}.bg-purple-500\/30{background-color:rgb(168 85 247/.3)}.bg-purple-500\/35{background-color:rgb(168 85 247/.35)}.bg-purple-500\/40{background-color:rgb(168 85 247/.4)}.bg-purple-500\/45{background-color:rgb(168 85 247/.45)}.bg-purple-500\/5{background-color:rgb(168 85 247/.05)}.bg-purple-500\/50{background-color:rgb(168 85 247/.5)}.bg-purple-500\/55{background-color:rgb(168 85 247/.55)}.bg-purple-500\/60{background-color:rgb(168 85 247/.6)}.bg-purple-500\/65{background-color:rgb(168 85 247/.65)}.bg-purple-500\/70{background-color:rgb(168 85 247/.7)}.bg-purple-500\/75{background-color:rgb(168 85 247/.75)}.bg-purple-500\/80{background-color:rgb(168 85 247/.8)}.bg-purple-500\/85{background-color:rgb(168 85 247/.85)}.bg-purple-500\/90{background-color:rgb(168 85 247/.9)}.bg-purple-500\/95{background-color:rgb(168 85 247/.95)}.bg-purple-700{--tw-bg-opacity:1;background-color:rgb(126 34 206/var(--tw-bg-opacity,1))}.bg-purple-700\/0{background-color:rgb(126 34 206/0)}.bg-purple-700\/10{background-color:rgb(126 34 206/.1)}.bg-purple-700\/100{background-color:rgb(126 34 206/1)}.bg-purple-700\/15{background-color:rgb(126 34 206/.15)}.bg-purple-700\/20{background-color:rgb(126 34 206/.2)}.bg-purple-700\/25{background-color:rgb(126 34 206/.25)}.bg-purple-700\/30{background-color:rgb(126 34 206/.3)}.bg-purple-700\/35{background-color:rgb(126 34 206/.35)}.bg-purple-700\/40{background-color:rgb(126 34 206/.4)}.bg-purple-700\/45{background-color:rgb(126 34 206/.45)}.bg-purple-700\/5{background-color:rgb(126 34 206/.05)}.bg-purple-700\/50{background-color:rgb(126 34 206/.5)}.bg-purple-700\/55{background-color:rgb(126 34 206/.55)}.bg-purple-700\/60{background-color:rgb(126 34 206/.6)}.bg-purple-700\/65{background-color:rgb(126 34 206/.65)}.bg-purple-700\/70{background-color:rgb(126 34 206/.7)}.bg-purple-700\/75{background-color:rgb(126 34 206/.75)}.bg-purple-700\/80{background-color:rgb(126 34 206/.8)}.bg-purple-700\/85{background-color:rgb(126 34 206/.85)}.bg-purple-700\/90{background-color:rgb(126 34 206/.9)}.bg-purple-700\/95{background-color:rgb(126 34 206/.95)}.bg-purple-800{--tw-bg-opacity:1;background-color:rgb(107 33 168/var(--tw-bg-opacity,1))}.bg-purple-800\/0{background-color:rgb(107 33 168/0)}.bg-purple-800\/10{background-color:rgb(107 33 168/.1)}.bg-purple-800\/100{background-color:rgb(107 33 168/1)}.bg-purple-800\/15{background-color:rgb(107 33 168/.15)}.bg-purple-800\/20{background-color:rgb(107 33 168/.2)}.bg-purple-800\/25{background-color:rgb(107 33 168/.25)}.bg-purple-800\/30{background-color:rgb(107 33 168/.3)}.bg-purple-800\/35{background-color:rgb(107 33 168/.35)}.bg-purple-800\/40{background-color:rgb(107 33 168/.4)}.bg-purple-800\/45{background-color:rgb(107 33 168/.45)}.bg-purple-800\/5{background-color:rgb(107 33 168/.05)}.bg-purple-800\/50{background-color:rgb(107 33 168/.5)}.bg-purple-800\/55{background-color:rgb(107 33 168/.55)}.bg-purple-800\/60{background-color:rgb(107 33 168/.6)}.bg-purple-800\/65{background-color:rgb(107 33 168/.65)}.bg-purple-800\/70{background-color:rgb(107 33 168/.7)}.bg-purple-800\/75{background-color:rgb(107 33 168/.75)}.bg-purple-800\/80{background-color:rgb(107 33 168/.8)}.bg-purple-800\/85{background-color:rgb(107 33 168/.85)}.bg-purple-800\/90{background-color:rgb(107 33 168/.9)}.bg-purple-800\/95{background-color:rgb(107 33 168/.95)}.bg-red-100{--tw-bg-opacity:1;background-color:rgb(254 226 226/var(--tw-bg-opacity,1))}.bg-red-200{--tw-bg-opacity:1;background-color:rgb(254 202 202/var(--tw-bg-opacity,1))}.bg-red-200\/0{background-color:rgb(254 202 202/0)}.bg-red-200\/10{background-color:rgb(254 202 202/.1)}.bg-red-200\/100{background-color:rgb(254 202 202/1)}.bg-red-200\/15{background-color:rgb(254 202 202/.15)}.bg-red-200\/20{background-color:rgb(254 202 202/.2)}.bg-red-200\/25{background-color:rgb(254 202 202/.25)}.bg-red-200\/30{background-color:rgb(254 202 202/.3)}.bg-red-200\/35{background-color:rgb(254 202 202/.35)}.bg-red-200\/40{background-color:rgb(254 202 202/.4)}.bg-red-200\/45{background-color:rgb(254 202 202/.45)}.bg-red-200\/5{background-color:rgb(254 202 202/.05)}.bg-red-200\/50{background-color:rgb(254 202 202/.5)}.bg-red-200\/55{background-color:rgb(254 202 202/.55)}.bg-red-200\/60{background-color:rgb(254 202 202/.6)}.bg-red-200\/65{background-color:rgb(254 202 202/.65)}.bg-red-200\/70{background-color:rgb(254 202 202/.7)}.bg-red-200\/75{background-color:rgb(254 202 202/.75)}.bg-red-200\/80{background-color:rgb(254 202 202/.8)}.bg-red-200\/85{background-color:rgb(254 202 202/.85)}.bg-red-200\/90{background-color:rgb(254 202 202/.9)}.bg-red-200\/95{background-color:rgb(254 202 202/.95)}.bg-red-400{--tw-bg-opacity:1;background-color:rgb(248 113 113/var(--tw-bg-opacity,1))}.bg-red-50{--tw-bg-opacity:1;background-color:rgb(254 242 242/var(--tw-bg-opacity,1))}.bg-red-50\/0{background-color:rgb(254 242 242/0)}.bg-red-50\/10{background-color:rgb(254 242 242/.1)}.bg-red-50\/100{background-color:rgb(254 242 242/1)}.bg-red-50\/15{background-color:rgb(254 242 242/.15)}.bg-red-50\/20{background-color:rgb(254 242 242/.2)}.bg-red-50\/25{background-color:rgb(254 242 242/.25)}.bg-red-50\/30{background-color:rgb(254 242 242/.3)}.bg-red-50\/35{background-color:rgb(254 242 242/.35)}.bg-red-50\/40{background-color:rgb(254 242 242/.4)}.bg-red-50\/45{background-color:rgb(254 242 242/.45)}.bg-red-50\/5{background-color:rgb(254 242 242/.05)}.bg-red-50\/50{background-color:rgb(254 242 242/.5)}.bg-red-50\/55{background-color:rgb(254 242 242/.55)}.bg-red-50\/60{background-color:rgb(254 242 242/.6)}.bg-red-50\/65{background-color:rgb(254 242 242/.65)}.bg-red-50\/70{background-color:rgb(254 242 242/.7)}.bg-red-50\/75{background-color:rgb(254 242 242/.75)}.bg-red-50\/80{background-color:rgb(254 242 242/.8)}.bg-red-50\/85{background-color:rgb(254 242 242/.85)}.bg-red-50\/90{background-color:rgb(254 242 242/.9)}.bg-red-50\/95{background-color:rgb(254 242 242/.95)}.bg-red-500{--tw-bg-opacity:1;background-color:rgb(239 68 68/var(--tw-bg-opacity,1))}.bg-red-500\/0{background-color:rgb(239 68 68/0)}.bg-red-500\/10{background-color:rgb(239 68 68/.1)}.bg-red-500\/100{background-color:rgb(239 68 68/1)}.bg-red-500\/15{background-color:rgb(239 68 68/.15)}.bg-red-500\/20{background-color:rgb(239 68 68/.2)}.bg-red-500\/25{background-color:rgb(239 68 68/.25)}.bg-red-500\/30{background-color:rgb(239 68 68/.3)}.bg-red-500\/35{background-color:rgb(239 68 68/.35)}.bg-red-500\/40{background-color:rgb(239 68 68/.4)}.bg-red-500\/45{background-color:rgb(239 68 68/.45)}.bg-red-500\/5{background-color:rgb(239 68 68/.05)}.bg-red-500\/50{background-color:rgb(239 68 68/.5)}.bg-red-500\/55{background-color:rgb(239 68 68/.55)}.bg-red-500\/60{background-color:rgb(239 68 68/.6)}.bg-red-500\/65{background-color:rgb(239 68 68/.65)}.bg-red-500\/70{background-color:rgb(239 68 68/.7)}.bg-red-500\/75{background-color:rgb(239 68 68/.75)}.bg-red-500\/80{background-color:rgb(239 68 68/.8)}.bg-red-500\/85{background-color:rgb(239 68 68/.85)}.bg-red-500\/90{background-color:rgb(239 68 68/.9)}.bg-red-500\/95{background-color:rgb(239 68 68/.95)}.bg-red-600{--tw-bg-opacity:1;background-color:rgb(220 38 38/var(--tw-bg-opacity,1))}.bg-red-600\/10{background-color:rgb(220 38 38/.1)}.bg-red-700{--tw-bg-opacity:1;background-color:rgb(185 28 28/var(--tw-bg-opacity,1))}.bg-red-700\/0{background-color:rgb(185 28 28/0)}.bg-red-700\/10{background-color:rgb(185 28 28/.1)}.bg-red-700\/100{background-color:rgb(185 28 28/1)}.bg-red-700\/15{background-color:rgb(185 28 28/.15)}.bg-red-700\/20{background-color:rgb(185 28 28/.2)}.bg-red-700\/25{background-color:rgb(185 28 28/.25)}.bg-red-700\/30{background-color:rgb(185 28 28/.3)}.bg-red-700\/35{background-color:rgb(185 28 28/.35)}.bg-red-700\/40{background-color:rgb(185 28 28/.4)}.bg-red-700\/45{background-color:rgb(185 28 28/.45)}.bg-red-700\/5{background-color:rgb(185 28 28/.05)}.bg-red-700\/50{background-color:rgb(185 28 28/.5)}.bg-red-700\/55{background-color:rgb(185 28 28/.55)}.bg-red-700\/60{background-color:rgb(185 28 28/.6)}.bg-red-700\/65{background-color:rgb(185 28 28/.65)}.bg-red-700\/70{background-color:rgb(185 28 28/.7)}.bg-red-700\/75{background-color:rgb(185 28 28/.75)}.bg-red-700\/80{background-color:rgb(185 28 28/.8)}.bg-red-700\/85{background-color:rgb(185 28 28/.85)}.bg-red-700\/90{background-color:rgb(185 28 28/.9)}.bg-red-700\/95{background-color:rgb(185 28 28/.95)}.bg-red-800{--tw-bg-opacity:1;background-color:rgb(153 27 27/var(--tw-bg-opacity,1))}.bg-red-800\/0{background-color:rgb(153 27 27/0)}.bg-red-800\/10{background-color:rgb(153 27 27/.1)}.bg-red-800\/100{background-color:rgb(153 27 27/1)}.bg-red-800\/15{background-color:rgb(153 27 27/.15)}.bg-red-800\/20{background-color:rgb(153 27 27/.2)}.bg-red-800\/25{background-color:rgb(153 27 27/.25)}.bg-red-800\/30{background-color:rgb(153 27 27/.3)}.bg-red-800\/35{background-color:rgb(153 27 27/.35)}.bg-red-800\/40{background-color:rgb(153 27 27/.4)}.bg-red-800\/45{background-color:rgb(153 27 27/.45)}.bg-red-800\/5{background-color:rgb(153 27 27/.05)}.bg-red-800\/50{background-color:rgb(153 27 27/.5)}.bg-red-800\/55{background-color:rgb(153 27 27/.55)}.bg-red-800\/60{background-color:rgb(153 27 27/.6)}.bg-red-800\/65{background-color:rgb(153 27 27/.65)}.bg-red-800\/70{background-color:rgb(153 27 27/.7)}.bg-red-800\/75{background-color:rgb(153 27 27/.75)}.bg-red-800\/80{background-color:rgb(153 27 27/.8)}.bg-red-800\/85{background-color:rgb(153 27 27/.85)}.bg-red-800\/90{background-color:rgb(153 27 27/.9)}.bg-red-800\/95{background-color:rgb(153 27 27/.95)}.bg-secondary{background-color:hsl(var(--secondary))}.bg-secondary\/50{background-color:hsl(var(--secondary)/.5)}.bg-secondary\/60{background-color:hsl(var(--secondary)/.6)}.bg-secondary\/70{background-color:hsl(var(--secondary)/.7)}.bg-sky-500{--tw-bg-opacity:1;background-color:rgb(14 165 233/var(--tw-bg-opacity,1))}.bg-sky-500\/10{background-color:rgb(14 165 233/.1)}.bg-sky-500\/20{background-color:rgb(14 165 233/.2)}.bg-transparent{background-color:transparent}.bg-violet-500{--tw-bg-opacity:1;background-color:rgb(139 92 246/var(--tw-bg-opacity,1))}.bg-violet-500\/10{background-color:rgb(139 92 246/.1)}.bg-violet-500\/20{background-color:rgb(139 92 246/.2)}.bg-white{--tw-bg-opacity:1;background-color:rgb(255 255 255/var(--tw-bg-opacity,1))}.bg-white\/10{background-color:rgb(255 255 255/.1)}.bg-white\/20{background-color:rgb(255 255 255/.2)}.bg-white\/30{background-color:rgb(255 255 255/.3)}.bg-white\/5{background-color:rgb(255 255 255/.05)}.bg-white\/50{background-color:rgb(255 255 255/.5)}.bg-white\/60{background-color:rgb(255 255 255/.6)}.bg-white\/80{background-color:rgb(255 255 255/.8)}.bg-white\/90{background-color:rgb(255 255 255/.9)}.bg-yellow-100{--tw-bg-opacity:1;background-color:rgb(254 249 195/var(--tw-bg-opacity,1))}.bg-yellow-200{--tw-bg-opacity:1;background-color:rgb(254 240 138/var(--tw-bg-opacity,1))}.bg-yellow-200\/0{background-color:rgb(254 240 138/0)}.bg-yellow-200\/10{background-color:rgb(254 240 138/.1)}.bg-yellow-200\/100{background-color:rgb(254 240 138/1)}.bg-yellow-200\/15{background-color:rgb(254 240 138/.15)}.bg-yellow-200\/20{background-color:rgb(254 240 138/.2)}.bg-yellow-200\/25{background-color:rgb(254 240 138/.25)}.bg-yellow-200\/30{background-color:rgb(254 240 138/.3)}.bg-yellow-200\/35{background-color:rgb(254 240 138/.35)}.bg-yellow-200\/40{background-color:rgb(254 240 138/.4)}.bg-yellow-200\/45{background-color:rgb(254 240 138/.45)}.bg-yellow-200\/5{background-color:rgb(254 240 138/.05)}.bg-yellow-200\/50{background-color:rgb(254 240 138/.5)}.bg-yellow-200\/55{background-color:rgb(254 240 138/.55)}.bg-yellow-200\/60{background-color:rgb(254 240 138/.6)}.bg-yellow-200\/65{background-color:rgb(254 240 138/.65)}.bg-yellow-200\/70{background-color:rgb(254 240 138/.7)}.bg-yellow-200\/75{background-color:rgb(254 240 138/.75)}.bg-yellow-200\/80{background-color:rgb(254 240 138/.8)}.bg-yellow-200\/85{background-color:rgb(254 240 138/.85)}.bg-yellow-200\/90{background-color:rgb(254 240 138/.9)}.bg-yellow-200\/95{background-color:rgb(254 240 138/.95)}.bg-yellow-400{--tw-bg-opacity:1;background-color:rgb(250 204 21/var(--tw-bg-opacity,1))}.bg-yellow-50{--tw-bg-opacity:1;background-color:rgb(254 252 232/var(--tw-bg-opacity,1))}.bg-yellow-50\/0{background-color:rgb(254 252 232/0)}.bg-yellow-50\/10{background-color:rgb(254 252 232/.1)}.bg-yellow-50\/100{background-color:rgb(254 252 232/1)}.bg-yellow-50\/15{background-color:rgb(254 252 232/.15)}.bg-yellow-50\/20{background-color:rgb(254 252 232/.2)}.bg-yellow-50\/25{background-color:rgb(254 252 232/.25)}.bg-yellow-50\/30{background-color:rgb(254 252 232/.3)}.bg-yellow-50\/35{background-color:rgb(254 252 232/.35)}.bg-yellow-50\/40{background-color:rgb(254 252 232/.4)}.bg-yellow-50\/45{background-color:rgb(254 252 232/.45)}.bg-yellow-50\/5{background-color:rgb(254 252 232/.05)}.bg-yellow-50\/50{background-color:rgb(254 252 232/.5)}.bg-yellow-50\/55{background-color:rgb(254 252 232/.55)}.bg-yellow-50\/60{background-color:rgb(254 252 232/.6)}.bg-yellow-50\/65{background-color:rgb(254 252 232/.65)}.bg-yellow-50\/70{background-color:rgb(254 252 232/.7)}.bg-yellow-50\/75{background-color:rgb(254 252 232/.75)}.bg-yellow-50\/80{background-color:rgb(254 252 232/.8)}.bg-yellow-50\/85{background-color:rgb(254 252 232/.85)}.bg-yellow-50\/90{background-color:rgb(254 252 232/.9)}.bg-yellow-50\/95{background-color:rgb(254 252 232/.95)}.bg-yellow-500{--tw-bg-opacity:1;background-color:rgb(234 179 8/var(--tw-bg-opacity,1))}.bg-yellow-500\/0{background-color:rgb(234 179 8/0)}.bg-yellow-500\/10{background-color:rgb(234 179 8/.1)}.bg-yellow-500\/100{background-color:rgb(234 179 8/1)}.bg-yellow-500\/15{background-color:rgb(234 179 8/.15)}.bg-yellow-500\/20{background-color:rgb(234 179 8/.2)}.bg-yellow-500\/25{background-color:rgb(234 179 8/.25)}.bg-yellow-500\/30{background-color:rgb(234 179 8/.3)}.bg-yellow-500\/35{background-color:rgb(234 179 8/.35)}.bg-yellow-500\/40{background-color:rgb(234 179 8/.4)}.bg-yellow-500\/45{background-color:rgb(234 179 8/.45)}.bg-yellow-500\/5{background-color:rgb(234 179 8/.05)}.bg-yellow-500\/50{background-color:rgb(234 179 8/.5)}.bg-yellow-500\/55{background-color:rgb(234 179 8/.55)}.bg-yellow-500\/60{background-color:rgb(234 179 8/.6)}.bg-yellow-500\/65{background-color:rgb(234 179 8/.65)}.bg-yellow-500\/70{background-color:rgb(234 179 8/.7)}.bg-yellow-500\/75{background-color:rgb(234 179 8/.75)}.bg-yellow-500\/80{background-color:rgb(234 179 8/.8)}.bg-yellow-500\/85{background-color:rgb(234 179 8/.85)}.bg-yellow-500\/90{background-color:rgb(234 179 8/.9)}.bg-yellow-500\/95{background-color:rgb(234 179 8/.95)}.bg-yellow-700{--tw-bg-opacity:1;background-color:rgb(161 98 7/var(--tw-bg-opacity,1))}.bg-yellow-700\/0{background-color:rgb(161 98 7/0)}.bg-yellow-700\/10{background-color:rgb(161 98 7/.1)}.bg-yellow-700\/100{background-color:rgb(161 98 7/1)}.bg-yellow-700\/15{background-color:rgb(161 98 7/.15)}.bg-yellow-700\/20{background-color:rgb(161 98 7/.2)}.bg-yellow-700\/25{background-color:rgb(161 98 7/.25)}.bg-yellow-700\/30{background-color:rgb(161 98 7/.3)}.bg-yellow-700\/35{background-color:rgb(161 98 7/.35)}.bg-yellow-700\/40{background-color:rgb(161 98 7/.4)}.bg-yellow-700\/45{background-color:rgb(161 98 7/.45)}.bg-yellow-700\/5{background-color:rgb(161 98 7/.05)}.bg-yellow-700\/50{background-color:rgb(161 98 7/.5)}.bg-yellow-700\/55{background-color:rgb(161 98 7/.55)}.bg-yellow-700\/60{background-color:rgb(161 98 7/.6)}.bg-yellow-700\/65{background-color:rgb(161 98 7/.65)}.bg-yellow-700\/70{background-color:rgb(161 98 7/.7)}.bg-yellow-700\/75{background-color:rgb(161 98 7/.75)}.bg-yellow-700\/80{background-color:rgb(161 98 7/.8)}.bg-yellow-700\/85{background-color:rgb(161 98 7/.85)}.bg-yellow-700\/90{background-color:rgb(161 98 7/.9)}.bg-yellow-700\/95{background-color:rgb(161 98 7/.95)}.bg-yellow-800{--tw-bg-opacity:1;background-color:rgb(133 77 14/var(--tw-bg-opacity,1))}.bg-yellow-800\/0{background-color:rgb(133 77 14/0)}.bg-yellow-800\/10{background-color:rgb(133 77 14/.1)}.bg-yellow-800\/100{background-color:rgb(133 77 14/1)}.bg-yellow-800\/15{background-color:rgb(133 77 14/.15)}.bg-yellow-800\/20{background-color:rgb(133 77 14/.2)}.bg-yellow-800\/25{background-color:rgb(133 77 14/.25)}.bg-yellow-800\/30{background-color:rgb(133 77 14/.3)}.bg-yellow-800\/35{background-color:rgb(133 77 14/.35)}.bg-yellow-800\/40{background-color:rgb(133 77 14/.4)}.bg-yellow-800\/45{background-color:rgb(133 77 14/.45)}.bg-yellow-800\/5{background-color:rgb(133 77 14/.05)}.bg-yellow-800\/50{background-color:rgb(133 77 14/.5)}.bg-yellow-800\/55{background-color:rgb(133 77 14/.55)}.bg-yellow-800\/60{background-color:rgb(133 77 14/.6)}.bg-yellow-800\/65{background-color:rgb(133 77 14/.65)}.bg-yellow-800\/70{background-color:rgb(133 77 14/.7)}.bg-yellow-800\/75{background-color:rgb(133 77 14/.75)}.bg-yellow-800\/80{background-color:rgb(133 77 14/.8)}.bg-yellow-800\/85{background-color:rgb(133 77 14/.85)}.bg-yellow-800\/90{background-color:rgb(133 77 14/.9)}.bg-yellow-800\/95{background-color:rgb(133 77 14/.95)}.bg-opacity-50{--tw-bg-opacity:0.5}.bg-\[radial-gradient\(circle_at_center\2c rgba\(125\2c 39\2c 255\2c 0\.1\)\2c transparent_70\%\)\]{background-image:radial-gradient(circle at center,rgba(125,39,255,.1),transparent 70%)}.bg-\[radial-gradient\(ellipse_at_bottom_left\2c rgba\(var\(--accent-purple-rgb\)\2c 0\.1\)\2c transparent_50\%\)\]{background-image:radial-gradient(ellipse at bottom left,rgba(var(--accent-purple-rgb),.1),transparent 50%)}.bg-\[radial-gradient\(ellipse_at_bottom_right\2c rgba\(var\(--accent-purple-rgb\)\2c 0\.1\)\2c transparent_50\%\)\]{background-image:radial-gradient(ellipse at bottom right,rgba(var(--accent-purple-rgb),.1),transparent 50%)}.bg-\[radial-gradient\(ellipse_at_center\2c rgba\(var\(--primary-rgb\)\2c 0\.15\)\2c transparent_70\%\)\]{background-image:radial-gradient(ellipse at center,rgba(var(--primary-rgb),.15),transparent 70%)}.bg-\[radial-gradient\(ellipse_at_top_left\2c rgba\(var\(--primary-rgb\)\2c 0\.15\)\2c transparent_50\%\)\]{background-image:radial-gradient(ellipse at top left,rgba(var(--primary-rgb),.15),transparent 50%)}.bg-\[radial-gradient\(ellipse_at_top_right\2c rgba\(var\(--primary-rgb\)\2c 0\.1\)\2c transparent_50\%\)\]{background-image:radial-gradient(ellipse at top right,rgba(var(--primary-rgb),.1),transparent 50%)}.bg-\[radial-gradient\(ellipse_at_top_right\2c rgba\(var\(--primary-rgb\)\2c 0\.15\)\2c transparent_50\%\)\]{background-image:radial-gradient(ellipse at top right,rgba(var(--primary-rgb),.15),transparent 50%)}.bg-\[url\(\'data\:image\/svg\+xml\;charset\=utf-8\2c \%3Csvg\%20width\%3D\%2260\%22\%20height\%3D\%2260\%22\%20viewBox\%3D\%220\%200\%2060\%2060\%22\%20xmlns\%3D\%22http\%3A\/\/www\.w3\.org\/2000\/svg\%22\%3E\%3Cg\%20fill\%3D\%22none\%22\%20fill-rule\%3D\%22evenodd\%22\%3E\%3Cg\%20fill\%3D\%22\%23666\%22\%20fill-opacity\%3D\%220\.4\%22\%3E\%3Cpath\%20d\%3D\%22m36\%2034v-4h-2v4h-4v2h4v4h2v-4h4v-2h-4zm0-30V0h-2v4h-4v2h4v4h2V6h4V4h-4zM6\%2034v-4H4v4H0v2h4v4h2v-4h4v-2H6zM6\%204V0H4v4H0v2h4v4h2V6h4V4H6z\%22\/\%3E\%3C\/g\%3E\%3C\/g\%3E\%3C\/svg\%3E\'\)\]{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg%20width%3D%2260%22%20height%3D%2260%22%20viewBox%3D%220%200%2060%2060%22%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%3E%3Cg%20fill%3D%22none%22%20fill-rule%3D%22evenodd%22%3E%3Cg%20fill%3D%22%23666%22%20fill-opacity%3D%220.4%22%3E%3Cpath%20d%3D%22m36%2034v-4h-2v4h-4v2h4v4h2v-4h4v-2h-4zm0-30V0h-2v4h-4v2h4v4h2V6h4V4h-4zM6%2034v-4H4v4H0v2h4v4h2v-4h4v-2H6zM6%204V0H4v4H0v2h4v4h2V6h4V4H6z%22/%3E%3C/g%3E%3C/g%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-l{background-image:linear-gradient(to left,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))}.bg-gradient-to-tl{background-image:linear-gradient(to top left,var(--tw-gradient-stops))}.bg-gradient-to-tr{background-image:linear-gradient(to top right,var(--tw-gradient-stops))}.from-\[\#10B981\]\/10{--tw-gradient-from:rgb(16 185 129/0.1) var(--tw-gradient-from-position);--tw-gradient-to:rgb(16 185 129/0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to)}.from-\[hsl\(196\2c 100\%\2c 47\%\)\]{--tw-gradient-from:hsl(196,100%,47%) var(--tw-gradient-from-position);--tw-gradient-to:hsl(196 100% 47%/0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to)}.from-\[hsl\(196\2c 100\%\2c 60\%\)\]{--tw-gradient-from:hsl(196,100%,60%) var(--tw-gradient-from-position);--tw-gradient-to:hsl(196 100% 60%/0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to)}.from-accent-purple\/10{--tw-gradient-from:hsl(var(--accent-purple)/0.1) var(--tw-gradient-from-position);--tw-gradient-to:hsl(var(--accent-purple)/0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to)}.from-accent-purple\/20{--tw-gradient-from:hsl(var(--accent-purple)/0.2) var(--tw-gradient-from-position);--tw-gradient-to:hsl(var(--accent-purple)/0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to)}.from-accent-purple\/5{--tw-gradient-from:hsl(var(--accent-purple)/0.05) var(--tw-gradient-from-position);--tw-gradient-to:hsl(var(--accent-purple)/0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to)}.from-accent-teal\/20{--tw-gradient-from:hsl(var(--accent-teal)/0.2) var(--tw-gradient-from-position);--tw-gradient-to:hsl(var(--accent-teal)/0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to)}.from-accent-teal\/5{--tw-gradient-from:hsl(var(--accent-teal)/0.05) var(--tw-gradient-from-position);--tw-gradient-to:hsl(var(--accent-teal)/0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to)}.from-accent\/10{--tw-gradient-from:hsl(var(--accent)/0.1) var(--tw-gradient-from-position);--tw-gradient-to:hsl(var(--accent)/0) 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:rgb(251 191 36/0) 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:rgb(255 251 235/0) 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:rgb(245 158 11/0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to)}.from-amber-500\/10{--tw-gradient-from:rgb(245 158 11/0.1) var(--tw-gradient-from-position);--tw-gradient-to:rgb(245 158 11/0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to)}.from-amber-500\/30{--tw-gradient-from:rgb(245 158 11/0.3) var(--tw-gradient-from-position);--tw-gradient-to:rgb(245 158 11/0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to)}.from-background{--tw-gradient-from:hsl(var(--background)) var(--tw-gradient-from-position);--tw-gradient-to:hsl(var(--background)/0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to)}.from-background\/50{--tw-gradient-from:hsl(var(--background)/0.5) var(--tw-gradient-from-position);--tw-gradient-to:hsl(var(--background)/0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to)}.from-background\/80{--tw-gradient-from:hsl(var(--background)/0.8) var(--tw-gradient-from-position);--tw-gradient-to:hsl(var(--background)/0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to)}.from-background\/95{--tw-gradient-from:hsl(var(--background)/0.95) var(--tw-gradient-from-position);--tw-gradient-to:hsl(var(--background)/0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to)}.from-black\/20{--tw-gradient-from:rgb(0 0 0/0.2) var(--tw-gradient-from-position);--tw-gradient-to:rgb(0 0 0/0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to)}.from-black\/60{--tw-gradient-from:rgb(0 0 0/0.6) var(--tw-gradient-from-position);--tw-gradient-to:rgb(0 0 0/0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to)}.from-blue-400{--tw-gradient-from:#60a5fa var(--tw-gradient-from-position);--tw-gradient-to:rgb(96 165 250/0) 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:rgb(239 246 255/0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to)}.from-blue-50\/50{--tw-gradient-from:rgb(239 246 255/0.5) var(--tw-gradient-from-position);--tw-gradient-to:rgb(239 246 255/0) 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:rgb(59 130 246/0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to)}.from-blue-500\/10{--tw-gradient-from:rgb(59 130 246/0.1) var(--tw-gradient-from-position);--tw-gradient-to:rgb(59 130 246/0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to)}.from-blue-500\/20{--tw-gradient-from:rgb(59 130 246/0.2) var(--tw-gradient-from-position);--tw-gradient-to:rgb(59 130 246/0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to)}.from-blue-500\/30{--tw-gradient-from:rgb(59 130 246/0.3) var(--tw-gradient-from-position);--tw-gradient-to:rgb(59 130 246/0) 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:rgb(37 99 235/0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to)}.from-blue-600\/20{--tw-gradient-from:rgb(37 99 235/0.2) var(--tw-gradient-from-position);--tw-gradient-to:rgb(37 99 235/0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to)}.from-blue-700{--tw-gradient-from:#1d4ed8 var(--tw-gradient-from-position);--tw-gradient-to:rgb(29 78 216/0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to)}.from-destructive\/5{--tw-gradient-from:hsl(var(--destructive)/0.05) var(--tw-gradient-from-position);--tw-gradient-to:hsl(var(--destructive)/0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to)}.from-emerald-100{--tw-gradient-from:#d1fae5 var(--tw-gradient-from-position);--tw-gradient-to:rgb(209 250 229/0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to)}.from-emerald-50{--tw-gradient-from:#ecfdf5 var(--tw-gradient-from-position);--tw-gradient-to:rgb(236 253 245/0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to)}.from-foreground{--tw-gradient-from:hsl(var(--foreground)) var(--tw-gradient-from-position);--tw-gradient-to:hsl(var(--foreground)/0) 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:rgb(249 250 251/0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to)}.from-gray-500{--tw-gradient-from:#6b7280 var(--tw-gradient-from-position);--tw-gradient-to:rgb(107 114 128/0) 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:rgb(74 222 128/0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to)}.from-green-50{--tw-gradient-from:#f0fdf4 var(--tw-gradient-from-position);--tw-gradient-to:rgb(240 253 244/0) 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:rgb(34 197 94/0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to)}.from-green-500\/10{--tw-gradient-from:rgb(34 197 94/0.1) var(--tw-gradient-from-position);--tw-gradient-to:rgb(34 197 94/0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to)}.from-green-500\/30{--tw-gradient-from:rgb(34 197 94/0.3) var(--tw-gradient-from-position);--tw-gradient-to:rgb(34 197 94/0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to)}.from-green-500\/5{--tw-gradient-from:rgb(34 197 94/0.05) var(--tw-gradient-from-position);--tw-gradient-to:rgb(34 197 94/0) 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:rgb(22 163 74/0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to)}.from-green-600\/20{--tw-gradient-from:rgb(22 163 74/0.2) var(--tw-gradient-from-position);--tw-gradient-to:rgb(22 163 74/0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to)}.from-muted\/20{--tw-gradient-from:hsl(var(--muted)/0.2) var(--tw-gradient-from-position);--tw-gradient-to:hsl(var(--muted)/0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to)}.from-muted\/30{--tw-gradient-from:hsl(var(--muted)/0.3) var(--tw-gradient-from-position);--tw-gradient-to:hsl(var(--muted)/0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to)}.from-muted\/50{--tw-gradient-from:hsl(var(--muted)/0.5) var(--tw-gradient-from-position);--tw-gradient-to:hsl(var(--muted)/0) 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:rgb(249 115 22/0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to)}.from-primary{--tw-gradient-from:hsl(var(--primary)) var(--tw-gradient-from-position);--tw-gradient-to:hsl(var(--primary)/0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to)}.from-primary\/10{--tw-gradient-from:hsl(var(--primary)/0.1) var(--tw-gradient-from-position);--tw-gradient-to:hsl(var(--primary)/0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to)}.from-primary\/20{--tw-gradient-from:hsl(var(--primary)/0.2) var(--tw-gradient-from-position);--tw-gradient-to:hsl(var(--primary)/0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to)}.from-primary\/30{--tw-gradient-from:hsl(var(--primary)/0.3) var(--tw-gradient-from-position);--tw-gradient-to:hsl(var(--primary)/0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to)}.from-primary\/5{--tw-gradient-from:hsl(var(--primary)/0.05) var(--tw-gradient-from-position);--tw-gradient-to:hsl(var(--primary)/0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to)}.from-primary\/50{--tw-gradient-from:hsl(var(--primary)/0.5) var(--tw-gradient-from-position);--tw-gradient-to:hsl(var(--primary)/0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to)}.from-primary\/60{--tw-gradient-from:hsl(var(--primary)/0.6) var(--tw-gradient-from-position);--tw-gradient-to:hsl(var(--primary)/0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to)}.from-primary\/90{--tw-gradient-from:hsl(var(--primary)/0.9) var(--tw-gradient-from-position);--tw-gradient-to:hsl(var(--primary)/0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to)}.from-purple-50{--tw-gradient-from:#faf5ff var(--tw-gradient-from-position);--tw-gradient-to:rgb(250 245 255/0) 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:rgb(168 85 247/0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to)}.from-purple-500\/10{--tw-gradient-from:rgb(168 85 247/0.1) var(--tw-gradient-from-position);--tw-gradient-to:rgb(168 85 247/0) 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:rgb(147 51 234/0) 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:rgb(248 113 113/0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to)}.from-red-50{--tw-gradient-from:#fef2f2 var(--tw-gradient-from-position);--tw-gradient-to:rgb(254 242 242/0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to)}.from-red-500{--tw-gradient-from:#ef4444 var(--tw-gradient-from-position);--tw-gradient-to:rgb(239 68 68/0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to)}.from-red-500\/20{--tw-gradient-from:rgb(239 68 68/0.2) var(--tw-gradient-from-position);--tw-gradient-to:rgb(239 68 68/0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to)}.from-secondary{--tw-gradient-from:hsl(var(--secondary)) var(--tw-gradient-from-position);--tw-gradient-to:hsl(var(--secondary)/0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to)}.from-slate-700{--tw-gradient-from:#334155 var(--tw-gradient-from-position);--tw-gradient-to:rgb(51 65 85/0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to)}.from-slate-900{--tw-gradient-from:#0f172a var(--tw-gradient-from-position);--tw-gradient-to:rgb(15 23 42/0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to)}.from-transparent{--tw-gradient-from:transparent var(--tw-gradient-from-position);--tw-gradient-to:rgb(0 0 0/0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to)}.from-white{--tw-gradient-from:#fff var(--tw-gradient-from-position);--tw-gradient-to:rgb(255 255 255/0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to)}.from-white\/20{--tw-gradient-from:rgb(255 255 255/0.2) var(--tw-gradient-from-position);--tw-gradient-to:rgb(255 255 255/0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to)}.from-white\/30{--tw-gradient-from:rgb(255 255 255/0.3) var(--tw-gradient-from-position);--tw-gradient-to:rgb(255 255 255/0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to)}.from-white\/\[0\.08\]{--tw-gradient-from:rgb(255 255 255/0.08) var(--tw-gradient-from-position);--tw-gradient-to:rgb(255 255 255/0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to)}.from-yellow-400{--tw-gradient-from:#facc15 var(--tw-gradient-from-position);--tw-gradient-to:rgb(250 204 21/0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to)}.from-yellow-50{--tw-gradient-from:#fefce8 var(--tw-gradient-from-position);--tw-gradient-to:rgb(254 252 232/0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to)}.from-yellow-500\/10{--tw-gradient-from:rgb(234 179 8/0.1) var(--tw-gradient-from-position);--tw-gradient-to:rgb(234 179 8/0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to)}.via-accent-purple{--tw-gradient-to:hsl(var(--accent-purple)/0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from),hsl(var(--accent-purple)) var(--tw-gradient-via-position),var(--tw-gradient-to)}.via-accent-purple\/20{--tw-gradient-to:hsl(var(--accent-purple)/0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from),hsl(var(--accent-purple)/0.2) var(--tw-gradient-via-position),var(--tw-gradient-to)}.via-accent-purple\/5{--tw-gradient-to:hsl(var(--accent-purple)/0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from),hsl(var(--accent-purple)/0.05) var(--tw-gradient-via-position),var(--tw-gradient-to)}.via-background{--tw-gradient-to:hsl(var(--background)/0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from),hsl(var(--background)) var(--tw-gradient-via-position),var(--tw-gradient-to)}.via-background\/60{--tw-gradient-to:hsl(var(--background)/0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from),hsl(var(--background)/0.6) var(--tw-gradient-via-position),var(--tw-gradient-to)}.via-background\/90{--tw-gradient-to:hsl(var(--background)/0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from),hsl(var(--background)/0.9) var(--tw-gradient-via-position),var(--tw-gradient-to)}.via-background\/95{--tw-gradient-to:hsl(var(--background)/0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from),hsl(var(--background)/0.95) var(--tw-gradient-via-position),var(--tw-gradient-to)}.via-blue-50{--tw-gradient-to:rgb(239 246 255/0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from),#eff6ff var(--tw-gradient-via-position),var(--tw-gradient-to)}.via-blue-500{--tw-gradient-to:rgb(59 130 246/0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from),#3b82f6 var(--tw-gradient-via-position),var(--tw-gradient-to)}.via-border\/60{--tw-gradient-to:hsl(var(--border)/0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from),hsl(var(--border)/0.6) var(--tw-gradient-via-position),var(--tw-gradient-to)}.via-foreground{--tw-gradient-to:hsl(var(--foreground)/0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from),hsl(var(--foreground)) var(--tw-gradient-via-position),var(--tw-gradient-to)}.via-green-400{--tw-gradient-to:rgb(74 222 128/0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from),#4ade80 var(--tw-gradient-via-position),var(--tw-gradient-to)}.via-indigo-50{--tw-gradient-to:rgb(238 242 255/0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from),#eef2ff var(--tw-gradient-via-position),var(--tw-gradient-to)}.via-primary\/20{--tw-gradient-to:hsl(var(--primary)/0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from),hsl(var(--primary)/0.2) var(--tw-gradient-via-position),var(--tw-gradient-to)}.via-primary\/5{--tw-gradient-to:hsl(var(--primary)/0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from),hsl(var(--primary)/0.05) var(--tw-gradient-via-position),var(--tw-gradient-to)}.via-primary\/70{--tw-gradient-to:hsl(var(--primary)/0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from),hsl(var(--primary)/0.7) var(--tw-gradient-via-position),var(--tw-gradient-to)}.via-primary\/90{--tw-gradient-to:hsl(var(--primary)/0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from),hsl(var(--primary)/0.9) var(--tw-gradient-via-position),var(--tw-gradient-to)}.via-slate-600{--tw-gradient-to:rgb(71 85 105/0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from),#475569 var(--tw-gradient-via-position),var(--tw-gradient-to)}.via-slate-800{--tw-gradient-to:rgb(30 41 59/0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from),#1e293b var(--tw-gradient-via-position),var(--tw-gradient-to)}.via-transparent{--tw-gradient-to:rgb(0 0 0/0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from),transparent var(--tw-gradient-via-position),var(--tw-gradient-to)}.via-white{--tw-gradient-to:rgb(255 255 255/0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from),#fff var(--tw-gradient-via-position),var(--tw-gradient-to)}.via-white\/20{--tw-gradient-to:rgb(255 255 255/0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from),rgb(255 255 255/0.2) var(--tw-gradient-via-position),var(--tw-gradient-to)}.via-white\/5{--tw-gradient-to:rgb(255 255 255/0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from),rgb(255 255 255/0.05) var(--tw-gradient-via-position),var(--tw-gradient-to)}.via-white\/\[0\.02\]{--tw-gradient-to:rgb(255 255 255/0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from),rgb(255 255 255/0.02) var(--tw-gradient-via-position),var(--tw-gradient-to)}.to-\[\#10B981\]\/5{--tw-gradient-to:rgb(16 185 129/0.05) var(--tw-gradient-to-position)}.to-\[hsl\(220\2c 70\%\2c 50\%\)\]{--tw-gradient-to:hsl(220,70%,50%) var(--tw-gradient-to-position)}.to-\[hsl\(220\2c 80\%\2c 55\%\)\]{--tw-gradient-to:hsl(220,80%,55%) var(--tw-gradient-to-position)}.to-accent-purple{--tw-gradient-to:hsl(var(--accent-purple)) var(--tw-gradient-to-position)}.to-accent-purple\/10{--tw-gradient-to:hsl(var(--accent-purple)/0.1) var(--tw-gradient-to-position)}.to-accent-purple\/20{--tw-gradient-to:hsl(var(--accent-purple)/0.2) var(--tw-gradient-to-position)}.to-accent-purple\/30{--tw-gradient-to:hsl(var(--accent-purple)/0.3) var(--tw-gradient-to-position)}.to-accent-purple\/5{--tw-gradient-to:hsl(var(--accent-purple)/0.05) var(--tw-gradient-to-position)}.to-accent-purple\/50{--tw-gradient-to:hsl(var(--accent-purple)/0.5) var(--tw-gradient-to-position)}.to-accent-teal{--tw-gradient-to:hsl(var(--accent-teal)) var(--tw-gradient-to-position)}.to-accent-teal\/20{--tw-gradient-to:hsl(var(--accent-teal)/0.2) var(--tw-gradient-to-position)}.to-accent-teal\/5{--tw-gradient-to:hsl(var(--accent-teal)/0.05) var(--tw-gradient-to-position)}.to-accent\/5{--tw-gradient-to:hsl(var(--accent)/0.05) var(--tw-gradient-to-position)}.to-background\/0{--tw-gradient-to:hsl(var(--background)/0) var(--tw-gradient-to-position)}.to-background\/40{--tw-gradient-to:hsl(var(--background)/0.4) var(--tw-gradient-to-position)}.to-background\/60{--tw-gradient-to:hsl(var(--background)/0.6) var(--tw-gradient-to-position)}.to-background\/80{--tw-gradient-to:hsl(var(--background)/0.8) var(--tw-gradient-to-position)}.to-background\/90{--tw-gradient-to:hsl(var(--background)/0.9) var(--tw-gradient-to-position)}.to-background\/95{--tw-gradient-to:hsl(var(--background)/0.95) var(--tw-gradient-to-position)}.to-blue-100{--tw-gradient-to:#dbeafe var(--tw-gradient-to-position)}.to-blue-100\/30{--tw-gradient-to:rgb(219 234 254/0.3) var(--tw-gradient-to-position)}.to-blue-400{--tw-gradient-to:#60a5fa var(--tw-gradient-to-position)}.to-blue-400\/20{--tw-gradient-to:rgb(96 165 250/0.2) 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-500\/10{--tw-gradient-to:rgb(59 130 246/0.1) var(--tw-gradient-to-position)}.to-blue-500\/5{--tw-gradient-to:rgb(59 130 246/0.05) var(--tw-gradient-to-position)}.to-blue-600{--tw-gradient-to:#2563eb var(--tw-gradient-to-position)}.to-destructive\/10{--tw-gradient-to:hsl(var(--destructive)/0.1) var(--tw-gradient-to-position)}.to-emerald-500{--tw-gradient-to:#10b981 var(--tw-gradient-to-position)}.to-emerald-500\/30{--tw-gradient-to:rgb(16 185 129/0.3) var(--tw-gradient-to-position)}.to-foreground\/70{--tw-gradient-to:hsl(var(--foreground)/0.7) var(--tw-gradient-to-position)}.to-foreground\/80{--tw-gradient-to:hsl(var(--foreground)/0.8) var(--tw-gradient-to-position)}.to-gray-100{--tw-gradient-to:#f3f4f6 var(--tw-gradient-to-position)}.to-gray-50{--tw-gradient-to:#f9fafb var(--tw-gradient-to-position)}.to-gray-700{--tw-gradient-to:#374151 var(--tw-gradient-to-position)}.to-green-100{--tw-gradient-to:#dcfce7 var(--tw-gradient-to-position)}.to-green-400\/20{--tw-gradient-to:rgb(74 222 128/0.2) var(--tw-gradient-to-position)}.to-green-50{--tw-gradient-to:#f0fdf4 var(--tw-gradient-to-position)}.to-green-600{--tw-gradient-to:#16a34a var(--tw-gradient-to-position)}.to-indigo-500\/30{--tw-gradient-to:rgb(99 102 241/0.3) var(--tw-gradient-to-position)}.to-indigo-600{--tw-gradient-to:#4f46e5 var(--tw-gradient-to-position)}.to-muted\/10{--tw-gradient-to:hsl(var(--muted)/0.1) var(--tw-gradient-to-position)}.to-muted\/20{--tw-gradient-to:hsl(var(--muted)/0.2) var(--tw-gradient-to-position)}.to-muted\/30{--tw-gradient-to:hsl(var(--muted)/0.3) var(--tw-gradient-to-position)}.to-muted\/5{--tw-gradient-to:hsl(var(--muted)/0.05) 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-500\/10{--tw-gradient-to:rgb(249 115 22/0.1) var(--tw-gradient-to-position)}.to-orange-500\/30{--tw-gradient-to:rgb(249 115 22/0.3) 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-50{--tw-gradient-to:#fdf2f8 var(--tw-gradient-to-position)}.to-pink-500{--tw-gradient-to:#ec4899 var(--tw-gradient-to-position)}.to-pink-500\/20{--tw-gradient-to:rgb(236 72 153/0.2) var(--tw-gradient-to-position)}.to-primary{--tw-gradient-to:hsl(var(--primary)) var(--tw-gradient-to-position)}.to-primary\/10{--tw-gradient-to:hsl(var(--primary)/0.1) var(--tw-gradient-to-position)}.to-primary\/20{--tw-gradient-to:hsl(var(--primary)/0.2) var(--tw-gradient-to-position)}.to-primary\/5{--tw-gradient-to:hsl(var(--primary)/0.05) var(--tw-gradient-to-position)}.to-primary\/50{--tw-gradient-to:hsl(var(--primary)/0.5) var(--tw-gradient-to-position)}.to-primary\/60{--tw-gradient-to:hsl(var(--primary)/0.6) var(--tw-gradient-to-position)}.to-primary\/80{--tw-gradient-to:hsl(var(--primary)/0.8) var(--tw-gradient-to-position)}.to-primary\/90{--tw-gradient-to:hsl(var(--primary)/0.9) var(--tw-gradient-to-position)}.to-purple-50{--tw-gradient-to:#faf5ff var(--tw-gradient-to-position)}.to-purple-500{--tw-gradient-to:#a855f7 var(--tw-gradient-to-position)}.to-purple-500\/10{--tw-gradient-to:rgb(168 85 247/0.1) var(--tw-gradient-to-position)}.to-purple-600{--tw-gradient-to:#9333ea var(--tw-gradient-to-position)}.to-red-400\/20{--tw-gradient-to:rgb(248 113 113/0.2) var(--tw-gradient-to-position)}.to-red-600{--tw-gradient-to:#dc2626 var(--tw-gradient-to-position)}.to-secondary{--tw-gradient-to:hsl(var(--secondary)) var(--tw-gradient-to-position)}.to-secondary\/20{--tw-gradient-to:hsl(var(--secondary)/0.2) var(--tw-gradient-to-position)}.to-secondary\/5{--tw-gradient-to:hsl(var(--secondary)/0.05) var(--tw-gradient-to-position)}.to-secondary\/80{--tw-gradient-to:hsl(var(--secondary)/0.8) var(--tw-gradient-to-position)}.to-sky-400{--tw-gradient-to:#38bdf8 var(--tw-gradient-to-position)}.to-slate-700{--tw-gradient-to:#334155 var(--tw-gradient-to-position)}.to-slate-900{--tw-gradient-to:#0f172a var(--tw-gradient-to-position)}.to-transparent{--tw-gradient-to:transparent 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-400{fill:#fbbf24}.fill-current{fill:currentColor}.fill-foreground{fill:hsl(var(--foreground))}.fill-primary{fill:hsl(var(--primary))}.fill-red-500{fill:#ef4444}.fill-yellow-400{fill:#facc15}.object-contain{-o-object-fit:contain;object-fit:contain}.object-cover{-o-object-fit:cover;object-fit:cover}.p-0{padding:0}.p-1{padding:.25rem}.p-1\.5{padding:.375rem}.p-12{padding:3rem}.p-2{padding:.5rem}.p-2\.5{padding:.625rem}.p-3{padding:.75rem}.p-3\.5{padding:.875rem}.p-4{padding:1rem}.p-5{padding:1.25rem}.p-6{padding:1.5rem}.p-8{padding:2rem}.p-\[16px\]{padding:16px}.p-\[1px\]{padding:1px}.px-0{padding-left:0;padding-right:0}.px-0\.5{padding-left:.125rem;padding-right:.125rem}.px-1{padding-left:.25rem;padding-right:.25rem}.px-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}.px-\[10\%\]{padding-left:10%;padding-right:10%}.py-0{padding-top:0;padding-bottom:0}.py-0\.5{padding-top:.125rem;padding-bottom:.125rem}.py-1{padding-top:.25rem;padding-bottom:.25rem}.py-1\.5{padding-top:.375rem;padding-bottom:.375rem}.py-10{padding-top:2.5rem;padding-bottom:2.5rem}.py-12{padding-top:3rem;padding-bottom:3rem}.py-16{padding-top:4rem;padding-bottom:4rem}.py-2{padding-top:.5rem;padding-bottom:.5rem}.py-2\.5{padding-top:.625rem;padding-bottom:.625rem}.py-24{padding-top:6rem;padding-bottom:6rem}.py-3{padding-top:.75rem;padding-bottom:.75rem}.py-4{padding-top:1rem;padding-bottom:1rem}.py-6{padding-top:1.5rem;padding-bottom:1.5rem}.py-8{padding-top:2rem;padding-bottom:2rem}.\!pb-12{padding-bottom:3rem!important}.pb-0{padding-bottom:0}.pb-1{padding-bottom:.25rem}.pb-1\.5{padding-bottom:.375rem}.pb-10{padding-bottom:2.5rem}.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}.pl-1{padding-left:.25rem}.pl-10{padding-left:2.5rem}.pl-12{padding-left:3rem}.pl-2{padding-left:.5rem}.pl-2\.5{padding-left:.625rem}.pl-3{padding-left:.75rem}.pl-3\.5{padding-left:.875rem}.pl-4{padding-left:1rem}.pl-6{padding-left:1.5rem}.pl-8{padding-left:2rem}.pl-9{padding-left:2.25rem}.pr-1{padding-right:.25rem}.pr-10{padding-right:2.5rem}.pr-12{padding-right:3rem}.pr-16{padding-right:4rem}.pr-2{padding-right:.5rem}.pr-2\.5{padding-right:.625rem}.pr-3{padding-right:.75rem}.pr-3\.5{padding-right:.875rem}.pr-4{padding-right:1rem}.pr-6{padding-right:1.5rem}.pr-8{padding-right:2rem}.pr-9{padding-right:2.25rem}.pt-0{padding-top:0}.pt-0\.5{padding-top:.125rem}.pt-1{padding-top:.25rem}.pt-1\.5{padding-top:.375rem}.pt-10{padding-top:2.5rem}.pt-12{padding-top:3rem}.pt-16{padding-top:4rem}.pt-2{padding-top:.5rem}.pt-3{padding-top:.75rem}.pt-4{padding-top:1rem}.pt-5{padding-top:1.25rem}.pt-6{padding-top:1.5rem}.pt-8{padding-top:2rem}.pt-\[0\.5em\]{padding-top:.5em}.text-left{text-align:left}.text-center{text-align:center}.text-right{text-align:right}.text-end{text-align:end}.align-middle{vertical-align:middle}.font-mono{font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,Liberation Mono,Courier New,monospace}.font-sans{font-family:ui-sans-serif,system-ui,sans-serif,Apple Color Emoji,Segoe UI Emoji,Segoe UI Symbol,Noto Color Emoji}.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-8xl{font-size:6rem;line-height:1}.text-9xl{font-size:8rem;line-height:1}.text-\[0\.7rem\]{font-size:.7rem}.text-\[0\.8rem\]{font-size:.8rem}.text-\[10px\]{font-size:10px}.text-\[11px\]{font-size:11px}.text-\[4px\]{font-size:4px}.text-\[6px\]{font-size:6px}.text-\[7px\]{font-size:7px}.text-\[8px\]{font-size:8px}.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}.tabular-nums{--tw-numeric-spacing:tabular-nums;font-variant-numeric:var(--tw-ordinal) var(--tw-slashed-zero) var(--tw-numeric-figure) var(--tw-numeric-spacing) var(--tw-numeric-fraction)}.leading-5{line-height:1.25rem}.leading-6{line-height:1.5rem}.leading-none{line-height:1}.leading-relaxed{line-height:1.625}.leading-snug{line-height:1.375}.leading-tight{line-height:1.25}.tracking-tight{letter-spacing:-.025em}.tracking-tighter{letter-spacing:-.05em}.tracking-wide{letter-spacing:.025em}.tracking-wider{letter-spacing:.05em}.tracking-widest{letter-spacing:.1em}.text-\[\#10B981\]{--tw-text-opacity:1;color:rgb(16 185 129/var(--tw-text-opacity,1))}.text-\[\#F59E0B\]{--tw-text-opacity:1;color:rgb(245 158 11/var(--tw-text-opacity,1))}.text-accent-foreground{color:hsl(var(--accent-foreground))}.text-accent-purple{color:hsl(var(--accent-purple))}.text-accent-teal{color:hsl(var(--accent-teal))}.text-amber-400{--tw-text-opacity:1;color:rgb(251 191 36/var(--tw-text-opacity,1))}.text-amber-500{--tw-text-opacity:1;color:rgb(245 158 11/var(--tw-text-opacity,1))}.text-amber-600{--tw-text-opacity:1;color:rgb(217 119 6/var(--tw-text-opacity,1))}.text-amber-700{--tw-text-opacity:1;color:rgb(180 83 9/var(--tw-text-opacity,1))}.text-amber-800{--tw-text-opacity:1;color:rgb(146 64 14/var(--tw-text-opacity,1))}.text-amber-900{--tw-text-opacity:1;color:rgb(120 53 15/var(--tw-text-opacity,1))}.text-black{--tw-text-opacity:1;color:rgb(0 0 0/var(--tw-text-opacity,1))}.text-blue-100{--tw-text-opacity:1;color:rgb(219 234 254/var(--tw-text-opacity,1))}.text-blue-200{--tw-text-opacity:1;color:rgb(191 219 254/var(--tw-text-opacity,1))}.text-blue-200\/0{color:rgb(191 219 254/0)}.text-blue-200\/10{color:rgb(191 219 254/.1)}.text-blue-200\/100{color:rgb(191 219 254/1)}.text-blue-200\/15{color:rgb(191 219 254/.15)}.text-blue-200\/20{color:rgb(191 219 254/.2)}.text-blue-200\/25{color:rgb(191 219 254/.25)}.text-blue-200\/30{color:rgb(191 219 254/.3)}.text-blue-200\/35{color:rgb(191 219 254/.35)}.text-blue-200\/40{color:rgb(191 219 254/.4)}.text-blue-200\/45{color:rgb(191 219 254/.45)}.text-blue-200\/5{color:rgb(191 219 254/.05)}.text-blue-200\/50{color:rgb(191 219 254/.5)}.text-blue-200\/55{color:rgb(191 219 254/.55)}.text-blue-200\/60{color:rgb(191 219 254/.6)}.text-blue-200\/65{color:rgb(191 219 254/.65)}.text-blue-200\/70{color:rgb(191 219 254/.7)}.text-blue-200\/75{color:rgb(191 219 254/.75)}.text-blue-200\/80{color:rgb(191 219 254/.8)}.text-blue-200\/85{color:rgb(191 219 254/.85)}.text-blue-200\/90{color:rgb(191 219 254/.9)}.text-blue-200\/95{color:rgb(191 219 254/.95)}.text-blue-400{--tw-text-opacity:1;color:rgb(96 165 250/var(--tw-text-opacity,1))}.text-blue-50{--tw-text-opacity:1;color:rgb(239 246 255/var(--tw-text-opacity,1))}.text-blue-50\/0{color:rgb(239 246 255/0)}.text-blue-50\/10{color:rgb(239 246 255/.1)}.text-blue-50\/100{color:rgb(239 246 255/1)}.text-blue-50\/15{color:rgb(239 246 255/.15)}.text-blue-50\/20{color:rgb(239 246 255/.2)}.text-blue-50\/25{color:rgb(239 246 255/.25)}.text-blue-50\/30{color:rgb(239 246 255/.3)}.text-blue-50\/35{color:rgb(239 246 255/.35)}.text-blue-50\/40{color:rgb(239 246 255/.4)}.text-blue-50\/45{color:rgb(239 246 255/.45)}.text-blue-50\/5{color:rgb(239 246 255/.05)}.text-blue-50\/50{color:rgb(239 246 255/.5)}.text-blue-50\/55{color:rgb(239 246 255/.55)}.text-blue-50\/60{color:rgb(239 246 255/.6)}.text-blue-50\/65{color:rgb(239 246 255/.65)}.text-blue-50\/70{color:rgb(239 246 255/.7)}.text-blue-50\/75{color:rgb(239 246 255/.75)}.text-blue-50\/80{color:rgb(239 246 255/.8)}.text-blue-50\/85{color:rgb(239 246 255/.85)}.text-blue-50\/90{color:rgb(239 246 255/.9)}.text-blue-50\/95{color:rgb(239 246 255/.95)}.text-blue-500{--tw-text-opacity:1;color:rgb(59 130 246/var(--tw-text-opacity,1))}.text-blue-500\/0{color:rgb(59 130 246/0)}.text-blue-500\/10{color:rgb(59 130 246/.1)}.text-blue-500\/100{color:rgb(59 130 246/1)}.text-blue-500\/15{color:rgb(59 130 246/.15)}.text-blue-500\/20{color:rgb(59 130 246/.2)}.text-blue-500\/25{color:rgb(59 130 246/.25)}.text-blue-500\/30{color:rgb(59 130 246/.3)}.text-blue-500\/35{color:rgb(59 130 246/.35)}.text-blue-500\/40{color:rgb(59 130 246/.4)}.text-blue-500\/45{color:rgb(59 130 246/.45)}.text-blue-500\/5{color:rgb(59 130 246/.05)}.text-blue-500\/50{color:rgb(59 130 246/.5)}.text-blue-500\/55{color:rgb(59 130 246/.55)}.text-blue-500\/60{color:rgb(59 130 246/.6)}.text-blue-500\/65{color:rgb(59 130 246/.65)}.text-blue-500\/70{color:rgb(59 130 246/.7)}.text-blue-500\/75{color:rgb(59 130 246/.75)}.text-blue-500\/80{color:rgb(59 130 246/.8)}.text-blue-500\/85{color:rgb(59 130 246/.85)}.text-blue-500\/90{color:rgb(59 130 246/.9)}.text-blue-500\/95{color:rgb(59 130 246/.95)}.text-blue-600{--tw-text-opacity:1;color:rgb(37 99 235/var(--tw-text-opacity,1))}.text-blue-600\/80{color:rgb(37 99 235/.8)}.text-blue-700{--tw-text-opacity:1;color:rgb(29 78 216/var(--tw-text-opacity,1))}.text-blue-700\/0{color:rgb(29 78 216/0)}.text-blue-700\/10{color:rgb(29 78 216/.1)}.text-blue-700\/100{color:rgb(29 78 216/1)}.text-blue-700\/15{color:rgb(29 78 216/.15)}.text-blue-700\/20{color:rgb(29 78 216/.2)}.text-blue-700\/25{color:rgb(29 78 216/.25)}.text-blue-700\/30{color:rgb(29 78 216/.3)}.text-blue-700\/35{color:rgb(29 78 216/.35)}.text-blue-700\/40{color:rgb(29 78 216/.4)}.text-blue-700\/45{color:rgb(29 78 216/.45)}.text-blue-700\/5{color:rgb(29 78 216/.05)}.text-blue-700\/50{color:rgb(29 78 216/.5)}.text-blue-700\/55{color:rgb(29 78 216/.55)}.text-blue-700\/60{color:rgb(29 78 216/.6)}.text-blue-700\/65{color:rgb(29 78 216/.65)}.text-blue-700\/70{color:rgb(29 78 216/.7)}.text-blue-700\/75{color:rgb(29 78 216/.75)}.text-blue-700\/80{color:rgb(29 78 216/.8)}.text-blue-700\/85{color:rgb(29 78 216/.85)}.text-blue-700\/90{color:rgb(29 78 216/.9)}.text-blue-700\/95{color:rgb(29 78 216/.95)}.text-blue-800{--tw-text-opacity:1;color:rgb(30 64 175/var(--tw-text-opacity,1))}.text-blue-800\/0{color:rgb(30 64 175/0)}.text-blue-800\/10{color:rgb(30 64 175/.1)}.text-blue-800\/100{color:rgb(30 64 175/1)}.text-blue-800\/15{color:rgb(30 64 175/.15)}.text-blue-800\/20{color:rgb(30 64 175/.2)}.text-blue-800\/25{color:rgb(30 64 175/.25)}.text-blue-800\/30{color:rgb(30 64 175/.3)}.text-blue-800\/35{color:rgb(30 64 175/.35)}.text-blue-800\/40{color:rgb(30 64 175/.4)}.text-blue-800\/45{color:rgb(30 64 175/.45)}.text-blue-800\/5{color:rgb(30 64 175/.05)}.text-blue-800\/50{color:rgb(30 64 175/.5)}.text-blue-800\/55{color:rgb(30 64 175/.55)}.text-blue-800\/60{color:rgb(30 64 175/.6)}.text-blue-800\/65{color:rgb(30 64 175/.65)}.text-blue-800\/70{color:rgb(30 64 175/.7)}.text-blue-800\/75{color:rgb(30 64 175/.75)}.text-blue-800\/80{color:rgb(30 64 175/.8)}.text-blue-800\/85{color:rgb(30 64 175/.85)}.text-blue-800\/90{color:rgb(30 64 175/.9)}.text-blue-800\/95{color:rgb(30 64 175/.95)}.text-blue-900{--tw-text-opacity:1;color:rgb(30 58 138/var(--tw-text-opacity,1))}.text-card-foreground{color:hsl(var(--card-foreground))}.text-current{color:currentColor}.text-destructive{color:hsl(var(--destructive))}.text-destructive-foreground{color:hsl(var(--destructive-foreground))}.text-destructive\/70{color:hsl(var(--destructive)/.7)}.text-destructive\/80{color:hsl(var(--destructive)/.8)}.text-emerald-400{--tw-text-opacity:1;color:rgb(52 211 153/var(--tw-text-opacity,1))}.text-emerald-500{--tw-text-opacity:1;color:rgb(16 185 129/var(--tw-text-opacity,1))}.text-emerald-600{--tw-text-opacity:1;color:rgb(5 150 105/var(--tw-text-opacity,1))}.text-emerald-700{--tw-text-opacity:1;color:rgb(4 120 87/var(--tw-text-opacity,1))}.text-emerald-800{--tw-text-opacity:1;color:rgb(6 95 70/var(--tw-text-opacity,1))}.text-foreground{color:hsl(var(--foreground))}.text-foreground\/50{color:hsl(var(--foreground)/.5)}.text-foreground\/70{color:hsl(var(--foreground)/.7)}.text-foreground\/80{color:hsl(var(--foreground)/.8)}.text-foreground\/90{color:hsl(var(--foreground)/.9)}.text-gray-200{--tw-text-opacity:1;color:rgb(229 231 235/var(--tw-text-opacity,1))}.text-gray-300{--tw-text-opacity:1;color:rgb(209 213 219/var(--tw-text-opacity,1))}.text-gray-400{--tw-text-opacity:1;color:rgb(156 163 175/var(--tw-text-opacity,1))}.text-gray-500{--tw-text-opacity:1;color:rgb(107 114 128/var(--tw-text-opacity,1))}.text-gray-600{--tw-text-opacity:1;color:rgb(75 85 99/var(--tw-text-opacity,1))}.text-gray-700{--tw-text-opacity:1;color:rgb(55 65 81/var(--tw-text-opacity,1))}.text-gray-800{--tw-text-opacity:1;color:rgb(31 41 55/var(--tw-text-opacity,1))}.text-gray-900{--tw-text-opacity:1;color:rgb(17 24 39/var(--tw-text-opacity,1))}.text-green-200{--tw-text-opacity:1;color:rgb(187 247 208/var(--tw-text-opacity,1))}.text-green-200\/0{color:rgb(187 247 208/0)}.text-green-200\/10{color:rgb(187 247 208/.1)}.text-green-200\/100{color:rgb(187 247 208/1)}.text-green-200\/15{color:rgb(187 247 208/.15)}.text-green-200\/20{color:rgb(187 247 208/.2)}.text-green-200\/25{color:rgb(187 247 208/.25)}.text-green-200\/30{color:rgb(187 247 208/.3)}.text-green-200\/35{color:rgb(187 247 208/.35)}.text-green-200\/40{color:rgb(187 247 208/.4)}.text-green-200\/45{color:rgb(187 247 208/.45)}.text-green-200\/5{color:rgb(187 247 208/.05)}.text-green-200\/50{color:rgb(187 247 208/.5)}.text-green-200\/55{color:rgb(187 247 208/.55)}.text-green-200\/60{color:rgb(187 247 208/.6)}.text-green-200\/65{color:rgb(187 247 208/.65)}.text-green-200\/70{color:rgb(187 247 208/.7)}.text-green-200\/75{color:rgb(187 247 208/.75)}.text-green-200\/80{color:rgb(187 247 208/.8)}.text-green-200\/85{color:rgb(187 247 208/.85)}.text-green-200\/90{color:rgb(187 247 208/.9)}.text-green-200\/95{color:rgb(187 247 208/.95)}.text-green-400{--tw-text-opacity:1;color:rgb(74 222 128/var(--tw-text-opacity,1))}.text-green-50{--tw-text-opacity:1;color:rgb(240 253 244/var(--tw-text-opacity,1))}.text-green-50\/0{color:rgb(240 253 244/0)}.text-green-50\/10{color:rgb(240 253 244/.1)}.text-green-50\/100{color:rgb(240 253 244/1)}.text-green-50\/15{color:rgb(240 253 244/.15)}.text-green-50\/20{color:rgb(240 253 244/.2)}.text-green-50\/25{color:rgb(240 253 244/.25)}.text-green-50\/30{color:rgb(240 253 244/.3)}.text-green-50\/35{color:rgb(240 253 244/.35)}.text-green-50\/40{color:rgb(240 253 244/.4)}.text-green-50\/45{color:rgb(240 253 244/.45)}.text-green-50\/5{color:rgb(240 253 244/.05)}.text-green-50\/50{color:rgb(240 253 244/.5)}.text-green-50\/55{color:rgb(240 253 244/.55)}.text-green-50\/60{color:rgb(240 253 244/.6)}.text-green-50\/65{color:rgb(240 253 244/.65)}.text-green-50\/70{color:rgb(240 253 244/.7)}.text-green-50\/75{color:rgb(240 253 244/.75)}.text-green-50\/80{color:rgb(240 253 244/.8)}.text-green-50\/85{color:rgb(240 253 244/.85)}.text-green-50\/90{color:rgb(240 253 244/.9)}.text-green-50\/95{color:rgb(240 253 244/.95)}.text-green-500{--tw-text-opacity:1;color:rgb(34 197 94/var(--tw-text-opacity,1))}.text-green-500\/0{color:rgb(34 197 94/0)}.text-green-500\/10{color:rgb(34 197 94/.1)}.text-green-500\/100{color:rgb(34 197 94/1)}.text-green-500\/15{color:rgb(34 197 94/.15)}.text-green-500\/20{color:rgb(34 197 94/.2)}.text-green-500\/25{color:rgb(34 197 94/.25)}.text-green-500\/30{color:rgb(34 197 94/.3)}.text-green-500\/35{color:rgb(34 197 94/.35)}.text-green-500\/40{color:rgb(34 197 94/.4)}.text-green-500\/45{color:rgb(34 197 94/.45)}.text-green-500\/5{color:rgb(34 197 94/.05)}.text-green-500\/50{color:rgb(34 197 94/.5)}.text-green-500\/55{color:rgb(34 197 94/.55)}.text-green-500\/60{color:rgb(34 197 94/.6)}.text-green-500\/65{color:rgb(34 197 94/.65)}.text-green-500\/70{color:rgb(34 197 94/.7)}.text-green-500\/75{color:rgb(34 197 94/.75)}.text-green-500\/80{color:rgb(34 197 94/.8)}.text-green-500\/85{color:rgb(34 197 94/.85)}.text-green-500\/90{color:rgb(34 197 94/.9)}.text-green-500\/95{color:rgb(34 197 94/.95)}.text-green-600{--tw-text-opacity:1;color:rgb(22 163 74/var(--tw-text-opacity,1))}.text-green-700{--tw-text-opacity:1;color:rgb(21 128 61/var(--tw-text-opacity,1))}.text-green-700\/0{color:rgb(21 128 61/0)}.text-green-700\/10{color:rgb(21 128 61/.1)}.text-green-700\/100{color:rgb(21 128 61/1)}.text-green-700\/15{color:rgb(21 128 61/.15)}.text-green-700\/20{color:rgb(21 128 61/.2)}.text-green-700\/25{color:rgb(21 128 61/.25)}.text-green-700\/30{color:rgb(21 128 61/.3)}.text-green-700\/35{color:rgb(21 128 61/.35)}.text-green-700\/40{color:rgb(21 128 61/.4)}.text-green-700\/45{color:rgb(21 128 61/.45)}.text-green-700\/5{color:rgb(21 128 61/.05)}.text-green-700\/50{color:rgb(21 128 61/.5)}.text-green-700\/55{color:rgb(21 128 61/.55)}.text-green-700\/60{color:rgb(21 128 61/.6)}.text-green-700\/65{color:rgb(21 128 61/.65)}.text-green-700\/70{color:rgb(21 128 61/.7)}.text-green-700\/75{color:rgb(21 128 61/.75)}.text-green-700\/80{color:rgb(21 128 61/.8)}.text-green-700\/85{color:rgb(21 128 61/.85)}.text-green-700\/90{color:rgb(21 128 61/.9)}.text-green-700\/95{color:rgb(21 128 61/.95)}.text-green-800{--tw-text-opacity:1;color:rgb(22 101 52/var(--tw-text-opacity,1))}.text-green-800\/0{color:rgb(22 101 52/0)}.text-green-800\/10{color:rgb(22 101 52/.1)}.text-green-800\/100{color:rgb(22 101 52/1)}.text-green-800\/15{color:rgb(22 101 52/.15)}.text-green-800\/20{color:rgb(22 101 52/.2)}.text-green-800\/25{color:rgb(22 101 52/.25)}.text-green-800\/30{color:rgb(22 101 52/.3)}.text-green-800\/35{color:rgb(22 101 52/.35)}.text-green-800\/40{color:rgb(22 101 52/.4)}.text-green-800\/45{color:rgb(22 101 52/.45)}.text-green-800\/5{color:rgb(22 101 52/.05)}.text-green-800\/50{color:rgb(22 101 52/.5)}.text-green-800\/55{color:rgb(22 101 52/.55)}.text-green-800\/60{color:rgb(22 101 52/.6)}.text-green-800\/65{color:rgb(22 101 52/.65)}.text-green-800\/70{color:rgb(22 101 52/.7)}.text-green-800\/75{color:rgb(22 101 52/.75)}.text-green-800\/80{color:rgb(22 101 52/.8)}.text-green-800\/85{color:rgb(22 101 52/.85)}.text-green-800\/90{color:rgb(22 101 52/.9)}.text-green-800\/95{color:rgb(22 101 52/.95)}.text-green-900{--tw-text-opacity:1;color:rgb(20 83 45/var(--tw-text-opacity,1))}.text-indigo-200{--tw-text-opacity:1;color:rgb(199 210 254/var(--tw-text-opacity,1))}.text-indigo-200\/0{color:rgb(199 210 254/0)}.text-indigo-200\/10{color:rgb(199 210 254/.1)}.text-indigo-200\/100{color:rgb(199 210 254/1)}.text-indigo-200\/15{color:rgb(199 210 254/.15)}.text-indigo-200\/20{color:rgb(199 210 254/.2)}.text-indigo-200\/25{color:rgb(199 210 254/.25)}.text-indigo-200\/30{color:rgb(199 210 254/.3)}.text-indigo-200\/35{color:rgb(199 210 254/.35)}.text-indigo-200\/40{color:rgb(199 210 254/.4)}.text-indigo-200\/45{color:rgb(199 210 254/.45)}.text-indigo-200\/5{color:rgb(199 210 254/.05)}.text-indigo-200\/50{color:rgb(199 210 254/.5)}.text-indigo-200\/55{color:rgb(199 210 254/.55)}.text-indigo-200\/60{color:rgb(199 210 254/.6)}.text-indigo-200\/65{color:rgb(199 210 254/.65)}.text-indigo-200\/70{color:rgb(199 210 254/.7)}.text-indigo-200\/75{color:rgb(199 210 254/.75)}.text-indigo-200\/80{color:rgb(199 210 254/.8)}.text-indigo-200\/85{color:rgb(199 210 254/.85)}.text-indigo-200\/90{color:rgb(199 210 254/.9)}.text-indigo-200\/95{color:rgb(199 210 254/.95)}.text-indigo-50{--tw-text-opacity:1;color:rgb(238 242 255/var(--tw-text-opacity,1))}.text-indigo-50\/0{color:rgb(238 242 255/0)}.text-indigo-50\/10{color:rgb(238 242 255/.1)}.text-indigo-50\/100{color:rgb(238 242 255/1)}.text-indigo-50\/15{color:rgb(238 242 255/.15)}.text-indigo-50\/20{color:rgb(238 242 255/.2)}.text-indigo-50\/25{color:rgb(238 242 255/.25)}.text-indigo-50\/30{color:rgb(238 242 255/.3)}.text-indigo-50\/35{color:rgb(238 242 255/.35)}.text-indigo-50\/40{color:rgb(238 242 255/.4)}.text-indigo-50\/45{color:rgb(238 242 255/.45)}.text-indigo-50\/5{color:rgb(238 242 255/.05)}.text-indigo-50\/50{color:rgb(238 242 255/.5)}.text-indigo-50\/55{color:rgb(238 242 255/.55)}.text-indigo-50\/60{color:rgb(238 242 255/.6)}.text-indigo-50\/65{color:rgb(238 242 255/.65)}.text-indigo-50\/70{color:rgb(238 242 255/.7)}.text-indigo-50\/75{color:rgb(238 242 255/.75)}.text-indigo-50\/80{color:rgb(238 242 255/.8)}.text-indigo-50\/85{color:rgb(238 242 255/.85)}.text-indigo-50\/90{color:rgb(238 242 255/.9)}.text-indigo-50\/95{color:rgb(238 242 255/.95)}.text-indigo-500{--tw-text-opacity:1;color:rgb(99 102 241/var(--tw-text-opacity,1))}.text-indigo-500\/0{color:rgb(99 102 241/0)}.text-indigo-500\/10{color:rgb(99 102 241/.1)}.text-indigo-500\/100{color:rgb(99 102 241/1)}.text-indigo-500\/15{color:rgb(99 102 241/.15)}.text-indigo-500\/20{color:rgb(99 102 241/.2)}.text-indigo-500\/25{color:rgb(99 102 241/.25)}.text-indigo-500\/30{color:rgb(99 102 241/.3)}.text-indigo-500\/35{color:rgb(99 102 241/.35)}.text-indigo-500\/40{color:rgb(99 102 241/.4)}.text-indigo-500\/45{color:rgb(99 102 241/.45)}.text-indigo-500\/5{color:rgb(99 102 241/.05)}.text-indigo-500\/50{color:rgb(99 102 241/.5)}.text-indigo-500\/55{color:rgb(99 102 241/.55)}.text-indigo-500\/60{color:rgb(99 102 241/.6)}.text-indigo-500\/65{color:rgb(99 102 241/.65)}.text-indigo-500\/70{color:rgb(99 102 241/.7)}.text-indigo-500\/75{color:rgb(99 102 241/.75)}.text-indigo-500\/80{color:rgb(99 102 241/.8)}.text-indigo-500\/85{color:rgb(99 102 241/.85)}.text-indigo-500\/90{color:rgb(99 102 241/.9)}.text-indigo-500\/95{color:rgb(99 102 241/.95)}.text-indigo-600{--tw-text-opacity:1;color:rgb(79 70 229/var(--tw-text-opacity,1))}.text-indigo-700{--tw-text-opacity:1;color:rgb(67 56 202/var(--tw-text-opacity,1))}.text-indigo-700\/0{color:rgb(67 56 202/0)}.text-indigo-700\/10{color:rgb(67 56 202/.1)}.text-indigo-700\/100{color:rgb(67 56 202/1)}.text-indigo-700\/15{color:rgb(67 56 202/.15)}.text-indigo-700\/20{color:rgb(67 56 202/.2)}.text-indigo-700\/25{color:rgb(67 56 202/.25)}.text-indigo-700\/30{color:rgb(67 56 202/.3)}.text-indigo-700\/35{color:rgb(67 56 202/.35)}.text-indigo-700\/40{color:rgb(67 56 202/.4)}.text-indigo-700\/45{color:rgb(67 56 202/.45)}.text-indigo-700\/5{color:rgb(67 56 202/.05)}.text-indigo-700\/50{color:rgb(67 56 202/.5)}.text-indigo-700\/55{color:rgb(67 56 202/.55)}.text-indigo-700\/60{color:rgb(67 56 202/.6)}.text-indigo-700\/65{color:rgb(67 56 202/.65)}.text-indigo-700\/70{color:rgb(67 56 202/.7)}.text-indigo-700\/75{color:rgb(67 56 202/.75)}.text-indigo-700\/80{color:rgb(67 56 202/.8)}.text-indigo-700\/85{color:rgb(67 56 202/.85)}.text-indigo-700\/90{color:rgb(67 56 202/.9)}.text-indigo-700\/95{color:rgb(67 56 202/.95)}.text-indigo-800{--tw-text-opacity:1;color:rgb(55 48 163/var(--tw-text-opacity,1))}.text-indigo-800\/0{color:rgb(55 48 163/0)}.text-indigo-800\/10{color:rgb(55 48 163/.1)}.text-indigo-800\/100{color:rgb(55 48 163/1)}.text-indigo-800\/15{color:rgb(55 48 163/.15)}.text-indigo-800\/20{color:rgb(55 48 163/.2)}.text-indigo-800\/25{color:rgb(55 48 163/.25)}.text-indigo-800\/30{color:rgb(55 48 163/.3)}.text-indigo-800\/35{color:rgb(55 48 163/.35)}.text-indigo-800\/40{color:rgb(55 48 163/.4)}.text-indigo-800\/45{color:rgb(55 48 163/.45)}.text-indigo-800\/5{color:rgb(55 48 163/.05)}.text-indigo-800\/50{color:rgb(55 48 163/.5)}.text-indigo-800\/55{color:rgb(55 48 163/.55)}.text-indigo-800\/60{color:rgb(55 48 163/.6)}.text-indigo-800\/65{color:rgb(55 48 163/.65)}.text-indigo-800\/70{color:rgb(55 48 163/.7)}.text-indigo-800\/75{color:rgb(55 48 163/.75)}.text-indigo-800\/80{color:rgb(55 48 163/.8)}.text-indigo-800\/85{color:rgb(55 48 163/.85)}.text-indigo-800\/90{color:rgb(55 48 163/.9)}.text-indigo-800\/95{color:rgb(55 48 163/.95)}.text-muted-foreground{color:hsl(var(--muted-foreground))}.text-muted-foreground\/40{color:hsl(var(--muted-foreground)/.4)}.text-muted-foreground\/50{color:hsl(var(--muted-foreground)/.5)}.text-muted-foreground\/60{color:hsl(var(--muted-foreground)/.6)}.text-muted-foreground\/70{color:hsl(var(--muted-foreground)/.7)}.text-muted-foreground\/80{color:hsl(var(--muted-foreground)/.8)}.text-muted-foreground\/90{color:hsl(var(--muted-foreground)/.9)}.text-neutral-100{--tw-text-opacity:1;color:rgb(245 245 245/var(--tw-text-opacity,1))}.text-neutral-300{--tw-text-opacity:1;color:rgb(212 212 212/var(--tw-text-opacity,1))}.text-neutral-400{--tw-text-opacity:1;color:rgb(163 163 163/var(--tw-text-opacity,1))}.text-neutral-600{--tw-text-opacity:1;color:rgb(82 82 82/var(--tw-text-opacity,1))}.text-neutral-700{--tw-text-opacity:1;color:rgb(64 64 64/var(--tw-text-opacity,1))}.text-neutral-800{--tw-text-opacity:1;color:rgb(38 38 38/var(--tw-text-opacity,1))}.text-orange-200{--tw-text-opacity:1;color:rgb(254 215 170/var(--tw-text-opacity,1))}.text-orange-200\/0{color:rgb(254 215 170/0)}.text-orange-200\/10{color:rgb(254 215 170/.1)}.text-orange-200\/100{color:rgb(254 215 170/1)}.text-orange-200\/15{color:rgb(254 215 170/.15)}.text-orange-200\/20{color:rgb(254 215 170/.2)}.text-orange-200\/25{color:rgb(254 215 170/.25)}.text-orange-200\/30{color:rgb(254 215 170/.3)}.text-orange-200\/35{color:rgb(254 215 170/.35)}.text-orange-200\/40{color:rgb(254 215 170/.4)}.text-orange-200\/45{color:rgb(254 215 170/.45)}.text-orange-200\/5{color:rgb(254 215 170/.05)}.text-orange-200\/50{color:rgb(254 215 170/.5)}.text-orange-200\/55{color:rgb(254 215 170/.55)}.text-orange-200\/60{color:rgb(254 215 170/.6)}.text-orange-200\/65{color:rgb(254 215 170/.65)}.text-orange-200\/70{color:rgb(254 215 170/.7)}.text-orange-200\/75{color:rgb(254 215 170/.75)}.text-orange-200\/80{color:rgb(254 215 170/.8)}.text-orange-200\/85{color:rgb(254 215 170/.85)}.text-orange-200\/90{color:rgb(254 215 170/.9)}.text-orange-200\/95{color:rgb(254 215 170/.95)}.text-orange-400{--tw-text-opacity:1;color:rgb(251 146 60/var(--tw-text-opacity,1))}.text-orange-50{--tw-text-opacity:1;color:rgb(255 247 237/var(--tw-text-opacity,1))}.text-orange-50\/0{color:rgb(255 247 237/0)}.text-orange-50\/10{color:rgb(255 247 237/.1)}.text-orange-50\/100{color:rgb(255 247 237/1)}.text-orange-50\/15{color:rgb(255 247 237/.15)}.text-orange-50\/20{color:rgb(255 247 237/.2)}.text-orange-50\/25{color:rgb(255 247 237/.25)}.text-orange-50\/30{color:rgb(255 247 237/.3)}.text-orange-50\/35{color:rgb(255 247 237/.35)}.text-orange-50\/40{color:rgb(255 247 237/.4)}.text-orange-50\/45{color:rgb(255 247 237/.45)}.text-orange-50\/5{color:rgb(255 247 237/.05)}.text-orange-50\/50{color:rgb(255 247 237/.5)}.text-orange-50\/55{color:rgb(255 247 237/.55)}.text-orange-50\/60{color:rgb(255 247 237/.6)}.text-orange-50\/65{color:rgb(255 247 237/.65)}.text-orange-50\/70{color:rgb(255 247 237/.7)}.text-orange-50\/75{color:rgb(255 247 237/.75)}.text-orange-50\/80{color:rgb(255 247 237/.8)}.text-orange-50\/85{color:rgb(255 247 237/.85)}.text-orange-50\/90{color:rgb(255 247 237/.9)}.text-orange-50\/95{color:rgb(255 247 237/.95)}.text-orange-500{--tw-text-opacity:1;color:rgb(249 115 22/var(--tw-text-opacity,1))}.text-orange-500\/0{color:rgb(249 115 22/0)}.text-orange-500\/10{color:rgb(249 115 22/.1)}.text-orange-500\/100{color:rgb(249 115 22/1)}.text-orange-500\/15{color:rgb(249 115 22/.15)}.text-orange-500\/20{color:rgb(249 115 22/.2)}.text-orange-500\/25{color:rgb(249 115 22/.25)}.text-orange-500\/30{color:rgb(249 115 22/.3)}.text-orange-500\/35{color:rgb(249 115 22/.35)}.text-orange-500\/40{color:rgb(249 115 22/.4)}.text-orange-500\/45{color:rgb(249 115 22/.45)}.text-orange-500\/5{color:rgb(249 115 22/.05)}.text-orange-500\/50{color:rgb(249 115 22/.5)}.text-orange-500\/55{color:rgb(249 115 22/.55)}.text-orange-500\/60{color:rgb(249 115 22/.6)}.text-orange-500\/65{color:rgb(249 115 22/.65)}.text-orange-500\/70{color:rgb(249 115 22/.7)}.text-orange-500\/75{color:rgb(249 115 22/.75)}.text-orange-500\/80{color:rgb(249 115 22/.8)}.text-orange-500\/85{color:rgb(249 115 22/.85)}.text-orange-500\/90{color:rgb(249 115 22/.9)}.text-orange-500\/95{color:rgb(249 115 22/.95)}.text-orange-600{--tw-text-opacity:1;color:rgb(234 88 12/var(--tw-text-opacity,1))}.text-orange-700{--tw-text-opacity:1;color:rgb(194 65 12/var(--tw-text-opacity,1))}.text-orange-700\/0{color:rgb(194 65 12/0)}.text-orange-700\/10{color:rgb(194 65 12/.1)}.text-orange-700\/100{color:rgb(194 65 12/1)}.text-orange-700\/15{color:rgb(194 65 12/.15)}.text-orange-700\/20{color:rgb(194 65 12/.2)}.text-orange-700\/25{color:rgb(194 65 12/.25)}.text-orange-700\/30{color:rgb(194 65 12/.3)}.text-orange-700\/35{color:rgb(194 65 12/.35)}.text-orange-700\/40{color:rgb(194 65 12/.4)}.text-orange-700\/45{color:rgb(194 65 12/.45)}.text-orange-700\/5{color:rgb(194 65 12/.05)}.text-orange-700\/50{color:rgb(194 65 12/.5)}.text-orange-700\/55{color:rgb(194 65 12/.55)}.text-orange-700\/60{color:rgb(194 65 12/.6)}.text-orange-700\/65{color:rgb(194 65 12/.65)}.text-orange-700\/70{color:rgb(194 65 12/.7)}.text-orange-700\/75{color:rgb(194 65 12/.75)}.text-orange-700\/80{color:rgb(194 65 12/.8)}.text-orange-700\/85{color:rgb(194 65 12/.85)}.text-orange-700\/90{color:rgb(194 65 12/.9)}.text-orange-700\/95{color:rgb(194 65 12/.95)}.text-orange-800{--tw-text-opacity:1;color:rgb(154 52 18/var(--tw-text-opacity,1))}.text-orange-800\/0{color:rgb(154 52 18/0)}.text-orange-800\/10{color:rgb(154 52 18/.1)}.text-orange-800\/100{color:rgb(154 52 18/1)}.text-orange-800\/15{color:rgb(154 52 18/.15)}.text-orange-800\/20{color:rgb(154 52 18/.2)}.text-orange-800\/25{color:rgb(154 52 18/.25)}.text-orange-800\/30{color:rgb(154 52 18/.3)}.text-orange-800\/35{color:rgb(154 52 18/.35)}.text-orange-800\/40{color:rgb(154 52 18/.4)}.text-orange-800\/45{color:rgb(154 52 18/.45)}.text-orange-800\/5{color:rgb(154 52 18/.05)}.text-orange-800\/50{color:rgb(154 52 18/.5)}.text-orange-800\/55{color:rgb(154 52 18/.55)}.text-orange-800\/60{color:rgb(154 52 18/.6)}.text-orange-800\/65{color:rgb(154 52 18/.65)}.text-orange-800\/70{color:rgb(154 52 18/.7)}.text-orange-800\/75{color:rgb(154 52 18/.75)}.text-orange-800\/80{color:rgb(154 52 18/.8)}.text-orange-800\/85{color:rgb(154 52 18/.85)}.text-orange-800\/90{color:rgb(154 52 18/.9)}.text-orange-800\/95{color:rgb(154 52 18/.95)}.text-pink-500{--tw-text-opacity:1;color:rgb(236 72 153/var(--tw-text-opacity,1))}.text-pink-600{--tw-text-opacity:1;color:rgb(219 39 119/var(--tw-text-opacity,1))}.text-popover-foreground{color:hsl(var(--popover-foreground))}.text-primary{color:hsl(var(--primary))}.text-primary-foreground{color:hsl(var(--primary-foreground))}.text-primary-foreground\/90{color:hsl(var(--primary-foreground)/.9)}.text-primary\/20{color:hsl(var(--primary)/.2)}.text-primary\/40{color:hsl(var(--primary)/.4)}.text-primary\/60{color:hsl(var(--primary)/.6)}.text-primary\/70{color:hsl(var(--primary)/.7)}.text-primary\/80{color:hsl(var(--primary)/.8)}.text-primary\/90{color:hsl(var(--primary)/.9)}.text-purple-200{--tw-text-opacity:1;color:rgb(233 213 255/var(--tw-text-opacity,1))}.text-purple-200\/0{color:rgb(233 213 255/0)}.text-purple-200\/10{color:rgb(233 213 255/.1)}.text-purple-200\/100{color:rgb(233 213 255/1)}.text-purple-200\/15{color:rgb(233 213 255/.15)}.text-purple-200\/20{color:rgb(233 213 255/.2)}.text-purple-200\/25{color:rgb(233 213 255/.25)}.text-purple-200\/30{color:rgb(233 213 255/.3)}.text-purple-200\/35{color:rgb(233 213 255/.35)}.text-purple-200\/40{color:rgb(233 213 255/.4)}.text-purple-200\/45{color:rgb(233 213 255/.45)}.text-purple-200\/5{color:rgb(233 213 255/.05)}.text-purple-200\/50{color:rgb(233 213 255/.5)}.text-purple-200\/55{color:rgb(233 213 255/.55)}.text-purple-200\/60{color:rgb(233 213 255/.6)}.text-purple-200\/65{color:rgb(233 213 255/.65)}.text-purple-200\/70{color:rgb(233 213 255/.7)}.text-purple-200\/75{color:rgb(233 213 255/.75)}.text-purple-200\/80{color:rgb(233 213 255/.8)}.text-purple-200\/85{color:rgb(233 213 255/.85)}.text-purple-200\/90{color:rgb(233 213 255/.9)}.text-purple-200\/95{color:rgb(233 213 255/.95)}.text-purple-50{--tw-text-opacity:1;color:rgb(250 245 255/var(--tw-text-opacity,1))}.text-purple-50\/0{color:rgb(250 245 255/0)}.text-purple-50\/10{color:rgb(250 245 255/.1)}.text-purple-50\/100{color:rgb(250 245 255/1)}.text-purple-50\/15{color:rgb(250 245 255/.15)}.text-purple-50\/20{color:rgb(250 245 255/.2)}.text-purple-50\/25{color:rgb(250 245 255/.25)}.text-purple-50\/30{color:rgb(250 245 255/.3)}.text-purple-50\/35{color:rgb(250 245 255/.35)}.text-purple-50\/40{color:rgb(250 245 255/.4)}.text-purple-50\/45{color:rgb(250 245 255/.45)}.text-purple-50\/5{color:rgb(250 245 255/.05)}.text-purple-50\/50{color:rgb(250 245 255/.5)}.text-purple-50\/55{color:rgb(250 245 255/.55)}.text-purple-50\/60{color:rgb(250 245 255/.6)}.text-purple-50\/65{color:rgb(250 245 255/.65)}.text-purple-50\/70{color:rgb(250 245 255/.7)}.text-purple-50\/75{color:rgb(250 245 255/.75)}.text-purple-50\/80{color:rgb(250 245 255/.8)}.text-purple-50\/85{color:rgb(250 245 255/.85)}.text-purple-50\/90{color:rgb(250 245 255/.9)}.text-purple-50\/95{color:rgb(250 245 255/.95)}.text-purple-500{--tw-text-opacity:1;color:rgb(168 85 247/var(--tw-text-opacity,1))}.text-purple-500\/0{color:rgb(168 85 247/0)}.text-purple-500\/10{color:rgb(168 85 247/.1)}.text-purple-500\/100{color:rgb(168 85 247/1)}.text-purple-500\/15{color:rgb(168 85 247/.15)}.text-purple-500\/20{color:rgb(168 85 247/.2)}.text-purple-500\/25{color:rgb(168 85 247/.25)}.text-purple-500\/30{color:rgb(168 85 247/.3)}.text-purple-500\/35{color:rgb(168 85 247/.35)}.text-purple-500\/40{color:rgb(168 85 247/.4)}.text-purple-500\/45{color:rgb(168 85 247/.45)}.text-purple-500\/5{color:rgb(168 85 247/.05)}.text-purple-500\/50{color:rgb(168 85 247/.5)}.text-purple-500\/55{color:rgb(168 85 247/.55)}.text-purple-500\/60{color:rgb(168 85 247/.6)}.text-purple-500\/65{color:rgb(168 85 247/.65)}.text-purple-500\/70{color:rgb(168 85 247/.7)}.text-purple-500\/75{color:rgb(168 85 247/.75)}.text-purple-500\/80{color:rgb(168 85 247/.8)}.text-purple-500\/85{color:rgb(168 85 247/.85)}.text-purple-500\/90{color:rgb(168 85 247/.9)}.text-purple-500\/95{color:rgb(168 85 247/.95)}.text-purple-600{--tw-text-opacity:1;color:rgb(147 51 234/var(--tw-text-opacity,1))}.text-purple-700{--tw-text-opacity:1;color:rgb(126 34 206/var(--tw-text-opacity,1))}.text-purple-700\/0{color:rgb(126 34 206/0)}.text-purple-700\/10{color:rgb(126 34 206/.1)}.text-purple-700\/100{color:rgb(126 34 206/1)}.text-purple-700\/15{color:rgb(126 34 206/.15)}.text-purple-700\/20{color:rgb(126 34 206/.2)}.text-purple-700\/25{color:rgb(126 34 206/.25)}.text-purple-700\/30{color:rgb(126 34 206/.3)}.text-purple-700\/35{color:rgb(126 34 206/.35)}.text-purple-700\/40{color:rgb(126 34 206/.4)}.text-purple-700\/45{color:rgb(126 34 206/.45)}.text-purple-700\/5{color:rgb(126 34 206/.05)}.text-purple-700\/50{color:rgb(126 34 206/.5)}.text-purple-700\/55{color:rgb(126 34 206/.55)}.text-purple-700\/60{color:rgb(126 34 206/.6)}.text-purple-700\/65{color:rgb(126 34 206/.65)}.text-purple-700\/70{color:rgb(126 34 206/.7)}.text-purple-700\/75{color:rgb(126 34 206/.75)}.text-purple-700\/80{color:rgb(126 34 206/.8)}.text-purple-700\/85{color:rgb(126 34 206/.85)}.text-purple-700\/90{color:rgb(126 34 206/.9)}.text-purple-700\/95{color:rgb(126 34 206/.95)}.text-purple-800{--tw-text-opacity:1;color:rgb(107 33 168/var(--tw-text-opacity,1))}.text-purple-800\/0{color:rgb(107 33 168/0)}.text-purple-800\/10{color:rgb(107 33 168/.1)}.text-purple-800\/100{color:rgb(107 33 168/1)}.text-purple-800\/15{color:rgb(107 33 168/.15)}.text-purple-800\/20{color:rgb(107 33 168/.2)}.text-purple-800\/25{color:rgb(107 33 168/.25)}.text-purple-800\/30{color:rgb(107 33 168/.3)}.text-purple-800\/35{color:rgb(107 33 168/.35)}.text-purple-800\/40{color:rgb(107 33 168/.4)}.text-purple-800\/45{color:rgb(107 33 168/.45)}.text-purple-800\/5{color:rgb(107 33 168/.05)}.text-purple-800\/50{color:rgb(107 33 168/.5)}.text-purple-800\/55{color:rgb(107 33 168/.55)}.text-purple-800\/60{color:rgb(107 33 168/.6)}.text-purple-800\/65{color:rgb(107 33 168/.65)}.text-purple-800\/70{color:rgb(107 33 168/.7)}.text-purple-800\/75{color:rgb(107 33 168/.75)}.text-purple-800\/80{color:rgb(107 33 168/.8)}.text-purple-800\/85{color:rgb(107 33 168/.85)}.text-purple-800\/90{color:rgb(107 33 168/.9)}.text-purple-800\/95{color:rgb(107 33 168/.95)}.text-red-200{--tw-text-opacity:1;color:rgb(254 202 202/var(--tw-text-opacity,1))}.text-red-200\/0{color:rgb(254 202 202/0)}.text-red-200\/10{color:rgb(254 202 202/.1)}.text-red-200\/100{color:rgb(254 202 202/1)}.text-red-200\/15{color:rgb(254 202 202/.15)}.text-red-200\/20{color:rgb(254 202 202/.2)}.text-red-200\/25{color:rgb(254 202 202/.25)}.text-red-200\/30{color:rgb(254 202 202/.3)}.text-red-200\/35{color:rgb(254 202 202/.35)}.text-red-200\/40{color:rgb(254 202 202/.4)}.text-red-200\/45{color:rgb(254 202 202/.45)}.text-red-200\/5{color:rgb(254 202 202/.05)}.text-red-200\/50{color:rgb(254 202 202/.5)}.text-red-200\/55{color:rgb(254 202 202/.55)}.text-red-200\/60{color:rgb(254 202 202/.6)}.text-red-200\/65{color:rgb(254 202 202/.65)}.text-red-200\/70{color:rgb(254 202 202/.7)}.text-red-200\/75{color:rgb(254 202 202/.75)}.text-red-200\/80{color:rgb(254 202 202/.8)}.text-red-200\/85{color:rgb(254 202 202/.85)}.text-red-200\/90{color:rgb(254 202 202/.9)}.text-red-200\/95{color:rgb(254 202 202/.95)}.text-red-400{--tw-text-opacity:1;color:rgb(248 113 113/var(--tw-text-opacity,1))}.text-red-50{--tw-text-opacity:1;color:rgb(254 242 242/var(--tw-text-opacity,1))}.text-red-50\/0{color:rgb(254 242 242/0)}.text-red-50\/10{color:rgb(254 242 242/.1)}.text-red-50\/100{color:rgb(254 242 242/1)}.text-red-50\/15{color:rgb(254 242 242/.15)}.text-red-50\/20{color:rgb(254 242 242/.2)}.text-red-50\/25{color:rgb(254 242 242/.25)}.text-red-50\/30{color:rgb(254 242 242/.3)}.text-red-50\/35{color:rgb(254 242 242/.35)}.text-red-50\/40{color:rgb(254 242 242/.4)}.text-red-50\/45{color:rgb(254 242 242/.45)}.text-red-50\/5{color:rgb(254 242 242/.05)}.text-red-50\/50{color:rgb(254 242 242/.5)}.text-red-50\/55{color:rgb(254 242 242/.55)}.text-red-50\/60{color:rgb(254 242 242/.6)}.text-red-50\/65{color:rgb(254 242 242/.65)}.text-red-50\/70{color:rgb(254 242 242/.7)}.text-red-50\/75{color:rgb(254 242 242/.75)}.text-red-50\/80{color:rgb(254 242 242/.8)}.text-red-50\/85{color:rgb(254 242 242/.85)}.text-red-50\/90{color:rgb(254 242 242/.9)}.text-red-50\/95{color:rgb(254 242 242/.95)}.text-red-500{--tw-text-opacity:1;color:rgb(239 68 68/var(--tw-text-opacity,1))}.text-red-500\/0{color:rgb(239 68 68/0)}.text-red-500\/10{color:rgb(239 68 68/.1)}.text-red-500\/100{color:rgb(239 68 68/1)}.text-red-500\/15{color:rgb(239 68 68/.15)}.text-red-500\/20{color:rgb(239 68 68/.2)}.text-red-500\/25{color:rgb(239 68 68/.25)}.text-red-500\/30{color:rgb(239 68 68/.3)}.text-red-500\/35{color:rgb(239 68 68/.35)}.text-red-500\/40{color:rgb(239 68 68/.4)}.text-red-500\/45{color:rgb(239 68 68/.45)}.text-red-500\/5{color:rgb(239 68 68/.05)}.text-red-500\/50{color:rgb(239 68 68/.5)}.text-red-500\/55{color:rgb(239 68 68/.55)}.text-red-500\/60{color:rgb(239 68 68/.6)}.text-red-500\/65{color:rgb(239 68 68/.65)}.text-red-500\/70{color:rgb(239 68 68/.7)}.text-red-500\/75{color:rgb(239 68 68/.75)}.text-red-500\/80{color:rgb(239 68 68/.8)}.text-red-500\/85{color:rgb(239 68 68/.85)}.text-red-500\/90{color:rgb(239 68 68/.9)}.text-red-500\/95{color:rgb(239 68 68/.95)}.text-red-600{--tw-text-opacity:1;color:rgb(220 38 38/var(--tw-text-opacity,1))}.text-red-700{--tw-text-opacity:1;color:rgb(185 28 28/var(--tw-text-opacity,1))}.text-red-700\/0{color:rgb(185 28 28/0)}.text-red-700\/10{color:rgb(185 28 28/.1)}.text-red-700\/100{color:rgb(185 28 28/1)}.text-red-700\/15{color:rgb(185 28 28/.15)}.text-red-700\/20{color:rgb(185 28 28/.2)}.text-red-700\/25{color:rgb(185 28 28/.25)}.text-red-700\/30{color:rgb(185 28 28/.3)}.text-red-700\/35{color:rgb(185 28 28/.35)}.text-red-700\/40{color:rgb(185 28 28/.4)}.text-red-700\/45{color:rgb(185 28 28/.45)}.text-red-700\/5{color:rgb(185 28 28/.05)}.text-red-700\/50{color:rgb(185 28 28/.5)}.text-red-700\/55{color:rgb(185 28 28/.55)}.text-red-700\/60{color:rgb(185 28 28/.6)}.text-red-700\/65{color:rgb(185 28 28/.65)}.text-red-700\/70{color:rgb(185 28 28/.7)}.text-red-700\/75{color:rgb(185 28 28/.75)}.text-red-700\/80{color:rgb(185 28 28/.8)}.text-red-700\/85{color:rgb(185 28 28/.85)}.text-red-700\/90{color:rgb(185 28 28/.9)}.text-red-700\/95{color:rgb(185 28 28/.95)}.text-red-800{--tw-text-opacity:1;color:rgb(153 27 27/var(--tw-text-opacity,1))}.text-red-800\/0{color:rgb(153 27 27/0)}.text-red-800\/10{color:rgb(153 27 27/.1)}.text-red-800\/100{color:rgb(153 27 27/1)}.text-red-800\/15{color:rgb(153 27 27/.15)}.text-red-800\/20{color:rgb(153 27 27/.2)}.text-red-800\/25{color:rgb(153 27 27/.25)}.text-red-800\/30{color:rgb(153 27 27/.3)}.text-red-800\/35{color:rgb(153 27 27/.35)}.text-red-800\/40{color:rgb(153 27 27/.4)}.text-red-800\/45{color:rgb(153 27 27/.45)}.text-red-800\/5{color:rgb(153 27 27/.05)}.text-red-800\/50{color:rgb(153 27 27/.5)}.text-red-800\/55{color:rgb(153 27 27/.55)}.text-red-800\/60{color:rgb(153 27 27/.6)}.text-red-800\/65{color:rgb(153 27 27/.65)}.text-red-800\/70{color:rgb(153 27 27/.7)}.text-red-800\/75{color:rgb(153 27 27/.75)}.text-red-800\/80{color:rgb(153 27 27/.8)}.text-red-800\/85{color:rgb(153 27 27/.85)}.text-red-800\/90{color:rgb(153 27 27/.9)}.text-red-800\/95{color:rgb(153 27 27/.95)}.text-secondary-foreground{color:hsl(var(--secondary-foreground))}.text-sky-400{--tw-text-opacity:1;color:rgb(56 189 248/var(--tw-text-opacity,1))}.text-sky-500{--tw-text-opacity:1;color:rgb(14 165 233/var(--tw-text-opacity,1))}.text-sky-600{--tw-text-opacity:1;color:rgb(2 132 199/var(--tw-text-opacity,1))}.text-sky-700{--tw-text-opacity:1;color:rgb(3 105 161/var(--tw-text-opacity,1))}.text-sky-800{--tw-text-opacity:1;color:rgb(7 89 133/var(--tw-text-opacity,1))}.text-slate-600{--tw-text-opacity:1;color:rgb(71 85 105/var(--tw-text-opacity,1))}.text-transparent{color:transparent}.text-violet-400{--tw-text-opacity:1;color:rgb(167 139 250/var(--tw-text-opacity,1))}.text-violet-500{--tw-text-opacity:1;color:rgb(139 92 246/var(--tw-text-opacity,1))}.text-violet-600{--tw-text-opacity:1;color:rgb(124 58 237/var(--tw-text-opacity,1))}.text-violet-700{--tw-text-opacity:1;color:rgb(109 40 217/var(--tw-text-opacity,1))}.text-violet-800{--tw-text-opacity:1;color:rgb(91 33 182/var(--tw-text-opacity,1))}.text-white{--tw-text-opacity:1;color:rgb(255 255 255/var(--tw-text-opacity,1))}.text-white\/40{color:rgb(255 255 255/.4)}.text-white\/50{color:rgb(255 255 255/.5)}.text-white\/60{color:rgb(255 255 255/.6)}.text-white\/70{color:rgb(255 255 255/.7)}.text-white\/80{color:rgb(255 255 255/.8)}.text-white\/90{color:rgb(255 255 255/.9)}.text-white\/95{color:rgb(255 255 255/.95)}.text-yellow-200{--tw-text-opacity:1;color:rgb(254 240 138/var(--tw-text-opacity,1))}.text-yellow-200\/0{color:rgb(254 240 138/0)}.text-yellow-200\/10{color:rgb(254 240 138/.1)}.text-yellow-200\/100{color:rgb(254 240 138/1)}.text-yellow-200\/15{color:rgb(254 240 138/.15)}.text-yellow-200\/20{color:rgb(254 240 138/.2)}.text-yellow-200\/25{color:rgb(254 240 138/.25)}.text-yellow-200\/30{color:rgb(254 240 138/.3)}.text-yellow-200\/35{color:rgb(254 240 138/.35)}.text-yellow-200\/40{color:rgb(254 240 138/.4)}.text-yellow-200\/45{color:rgb(254 240 138/.45)}.text-yellow-200\/5{color:rgb(254 240 138/.05)}.text-yellow-200\/50{color:rgb(254 240 138/.5)}.text-yellow-200\/55{color:rgb(254 240 138/.55)}.text-yellow-200\/60{color:rgb(254 240 138/.6)}.text-yellow-200\/65{color:rgb(254 240 138/.65)}.text-yellow-200\/70{color:rgb(254 240 138/.7)}.text-yellow-200\/75{color:rgb(254 240 138/.75)}.text-yellow-200\/80{color:rgb(254 240 138/.8)}.text-yellow-200\/85{color:rgb(254 240 138/.85)}.text-yellow-200\/90{color:rgb(254 240 138/.9)}.text-yellow-200\/95{color:rgb(254 240 138/.95)}.text-yellow-400{--tw-text-opacity:1;color:rgb(250 204 21/var(--tw-text-opacity,1))}.text-yellow-50{--tw-text-opacity:1;color:rgb(254 252 232/var(--tw-text-opacity,1))}.text-yellow-50\/0{color:rgb(254 252 232/0)}.text-yellow-50\/10{color:rgb(254 252 232/.1)}.text-yellow-50\/100{color:rgb(254 252 232/1)}.text-yellow-50\/15{color:rgb(254 252 232/.15)}.text-yellow-50\/20{color:rgb(254 252 232/.2)}.text-yellow-50\/25{color:rgb(254 252 232/.25)}.text-yellow-50\/30{color:rgb(254 252 232/.3)}.text-yellow-50\/35{color:rgb(254 252 232/.35)}.text-yellow-50\/40{color:rgb(254 252 232/.4)}.text-yellow-50\/45{color:rgb(254 252 232/.45)}.text-yellow-50\/5{color:rgb(254 252 232/.05)}.text-yellow-50\/50{color:rgb(254 252 232/.5)}.text-yellow-50\/55{color:rgb(254 252 232/.55)}.text-yellow-50\/60{color:rgb(254 252 232/.6)}.text-yellow-50\/65{color:rgb(254 252 232/.65)}.text-yellow-50\/70{color:rgb(254 252 232/.7)}.text-yellow-50\/75{color:rgb(254 252 232/.75)}.text-yellow-50\/80{color:rgb(254 252 232/.8)}.text-yellow-50\/85{color:rgb(254 252 232/.85)}.text-yellow-50\/90{color:rgb(254 252 232/.9)}.text-yellow-50\/95{color:rgb(254 252 232/.95)}.text-yellow-500{--tw-text-opacity:1;color:rgb(234 179 8/var(--tw-text-opacity,1))}.text-yellow-500\/0{color:rgb(234 179 8/0)}.text-yellow-500\/10{color:rgb(234 179 8/.1)}.text-yellow-500\/100{color:rgb(234 179 8/1)}.text-yellow-500\/15{color:rgb(234 179 8/.15)}.text-yellow-500\/20{color:rgb(234 179 8/.2)}.text-yellow-500\/25{color:rgb(234 179 8/.25)}.text-yellow-500\/30{color:rgb(234 179 8/.3)}.text-yellow-500\/35{color:rgb(234 179 8/.35)}.text-yellow-500\/40{color:rgb(234 179 8/.4)}.text-yellow-500\/45{color:rgb(234 179 8/.45)}.text-yellow-500\/5{color:rgb(234 179 8/.05)}.text-yellow-500\/50{color:rgb(234 179 8/.5)}.text-yellow-500\/55{color:rgb(234 179 8/.55)}.text-yellow-500\/60{color:rgb(234 179 8/.6)}.text-yellow-500\/65{color:rgb(234 179 8/.65)}.text-yellow-500\/70{color:rgb(234 179 8/.7)}.text-yellow-500\/75{color:rgb(234 179 8/.75)}.text-yellow-500\/80{color:rgb(234 179 8/.8)}.text-yellow-500\/85{color:rgb(234 179 8/.85)}.text-yellow-500\/90{color:rgb(234 179 8/.9)}.text-yellow-500\/95{color:rgb(234 179 8/.95)}.text-yellow-600{--tw-text-opacity:1;color:rgb(202 138 4/var(--tw-text-opacity,1))}.text-yellow-700{--tw-text-opacity:1;color:rgb(161 98 7/var(--tw-text-opacity,1))}.text-yellow-700\/0{color:rgb(161 98 7/0)}.text-yellow-700\/10{color:rgb(161 98 7/.1)}.text-yellow-700\/100{color:rgb(161 98 7/1)}.text-yellow-700\/15{color:rgb(161 98 7/.15)}.text-yellow-700\/20{color:rgb(161 98 7/.2)}.text-yellow-700\/25{color:rgb(161 98 7/.25)}.text-yellow-700\/30{color:rgb(161 98 7/.3)}.text-yellow-700\/35{color:rgb(161 98 7/.35)}.text-yellow-700\/40{color:rgb(161 98 7/.4)}.text-yellow-700\/45{color:rgb(161 98 7/.45)}.text-yellow-700\/5{color:rgb(161 98 7/.05)}.text-yellow-700\/50{color:rgb(161 98 7/.5)}.text-yellow-700\/55{color:rgb(161 98 7/.55)}.text-yellow-700\/60{color:rgb(161 98 7/.6)}.text-yellow-700\/65{color:rgb(161 98 7/.65)}.text-yellow-700\/70{color:rgb(161 98 7/.7)}.text-yellow-700\/75{color:rgb(161 98 7/.75)}.text-yellow-700\/80{color:rgb(161 98 7/.8)}.text-yellow-700\/85{color:rgb(161 98 7/.85)}.text-yellow-700\/90{color:rgb(161 98 7/.9)}.text-yellow-700\/95{color:rgb(161 98 7/.95)}.text-yellow-800{--tw-text-opacity:1;color:rgb(133 77 14/var(--tw-text-opacity,1))}.text-yellow-800\/0{color:rgb(133 77 14/0)}.text-yellow-800\/10{color:rgb(133 77 14/.1)}.text-yellow-800\/100{color:rgb(133 77 14/1)}.text-yellow-800\/15{color:rgb(133 77 14/.15)}.text-yellow-800\/20{color:rgb(133 77 14/.2)}.text-yellow-800\/25{color:rgb(133 77 14/.25)}.text-yellow-800\/30{color:rgb(133 77 14/.3)}.text-yellow-800\/35{color:rgb(133 77 14/.35)}.text-yellow-800\/40{color:rgb(133 77 14/.4)}.text-yellow-800\/45{color:rgb(133 77 14/.45)}.text-yellow-800\/5{color:rgb(133 77 14/.05)}.text-yellow-800\/50{color:rgb(133 77 14/.5)}.text-yellow-800\/55{color:rgb(133 77 14/.55)}.text-yellow-800\/60{color:rgb(133 77 14/.6)}.text-yellow-800\/65{color:rgb(133 77 14/.65)}.text-yellow-800\/70{color:rgb(133 77 14/.7)}.text-yellow-800\/75{color:rgb(133 77 14/.75)}.text-yellow-800\/80{color:rgb(133 77 14/.8)}.text-yellow-800\/85{color:rgb(133 77 14/.85)}.text-yellow-800\/90{color:rgb(133 77 14/.9)}.text-yellow-800\/95{color:rgb(133 77 14/.95)}.underline{text-decoration-line:underline}.line-through{text-decoration-line:line-through}.underline-offset-2{text-underline-offset:2px}.underline-offset-4{text-underline-offset:4px}.opacity-0{opacity:0}.opacity-100{opacity:1}.opacity-20{opacity:.2}.opacity-30{opacity:.3}.opacity-5{opacity:.05}.opacity-50{opacity:.5}.opacity-60{opacity:.6}.opacity-70{opacity:.7}.opacity-75{opacity:.75}.opacity-80{opacity:.8}.opacity-90{opacity:.9}.opacity-\[0\.02\]{opacity:.02}.shadow{--tw-shadow:0 1px 3px 0 rgb(0 0 0/0.1),0 1px 2px -1px rgb(0 0 0/0.1);--tw-shadow-colored:0 1px 3px 0 var(--tw-shadow-color),0 1px 2px -1px var(--tw-shadow-color)}.shadow,.shadow-2xl{box-shadow:var(--tw-ring-offset-shadow,0 0 #0000),var(--tw-ring-shadow,0 0 #0000),var(--tw-shadow)}.shadow-2xl{--tw-shadow:0 25px 50px -12px rgb(0 0 0/0.25);--tw-shadow-colored:0 25px 50px -12px var(--tw-shadow-color)}.shadow-\[0_0_0_1px_hsl\(var\(--sidebar-border\)\)\]{--tw-shadow:0 0 0 1px hsl(var(--sidebar-border));--tw-shadow-colored:0 0 0 1px var(--tw-shadow-color)}.shadow-\[0_0_0_1px_hsl\(var\(--sidebar-border\)\)\],.shadow-inner{box-shadow:var(--tw-ring-offset-shadow,0 0 #0000),var(--tw-ring-shadow,0 0 #0000),var(--tw-shadow)}.shadow-inner{--tw-shadow:inset 0 2px 4px 0 rgb(0 0 0/0.05);--tw-shadow-colored:inset 0 2px 4px 0 var(--tw-shadow-color)}.shadow-lg{--tw-shadow:0 10px 15px -3px rgb(0 0 0/0.1),0 4px 6px -4px rgb(0 0 0/0.1);--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:var(--tw-ring-offset-shadow,0 0 #0000),var(--tw-ring-shadow,0 0 #0000),var(--tw-shadow)}.shadow-md{--tw-shadow:0 4px 6px -1px rgb(0 0 0/0.1),0 2px 4px -2px rgb(0 0 0/0.1);--tw-shadow-colored:0 4px 6px -1px var(--tw-shadow-color),0 2px 4px -2px var(--tw-shadow-color)}.shadow-none{--tw-shadow:0 0 #0000;--tw-shadow-colored:0 0 #0000}.shadow-none,.shadow-sm{box-shadow:var(--tw-ring-offset-shadow,0 0 #0000),var(--tw-ring-shadow,0 0 #0000),var(--tw-shadow)}.shadow-sm{--tw-shadow:0 1px 2px 0 rgb(0 0 0/0.05);--tw-shadow-colored:0 1px 2px 0 var(--tw-shadow-color)}.shadow-xl{--tw-shadow:0 20px 25px -5px rgb(0 0 0/0.1),0 8px 10px -6px rgb(0 0 0/0.1);--tw-shadow-colored:0 20px 25px -5px var(--tw-shadow-color),0 8px 10px -6px var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow,0 0 #0000),var(--tw-ring-shadow,0 0 #0000),var(--tw-shadow)}.shadow-blue-100\/40{--tw-shadow-color:rgb(219 234 254/0.4);--tw-shadow:var(--tw-shadow-colored)}.shadow-green-100\/40{--tw-shadow-color:rgb(220 252 231/0.4);--tw-shadow:var(--tw-shadow-colored)}.shadow-primary\/10{--tw-shadow-color:hsl(var(--primary)/0.1);--tw-shadow:var(--tw-shadow-colored)}.shadow-primary\/25{--tw-shadow-color:hsl(var(--primary)/0.25);--tw-shadow:var(--tw-shadow-colored)}.shadow-red-100\/40{--tw-shadow-color:rgb(254 226 226/0.4);--tw-shadow:var(--tw-shadow-colored)}.shadow-yellow-100\/40{--tw-shadow-color:rgb(254 249 195/0.4);--tw-shadow:var(--tw-shadow-colored)}.outline-none{outline:2px solid transparent;outline-offset:2px}.outline{outline-style:solid}.ring-0{--tw-ring-offset-shadow:var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);--tw-ring-shadow:var(--tw-ring-inset) 0 0 0 calc(0px + var(--tw-ring-offset-width)) var(--tw-ring-color)}.ring-0,.ring-1{box-shadow:var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow,0 0 #0000)}.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-2{--tw-ring-offset-shadow:var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);--tw-ring-shadow:var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);box-shadow:var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow,0 0 #0000)}.ring-black\/5{--tw-ring-color:rgb(0 0 0/0.05)}.ring-blue-500{--tw-ring-opacity:1;--tw-ring-color:rgb(59 130 246/var(--tw-ring-opacity,1))}.ring-blue-500\/10{--tw-ring-color:rgb(59 130 246/0.1)}.ring-green-500{--tw-ring-opacity:1;--tw-ring-color:rgb(34 197 94/var(--tw-ring-opacity,1))}.ring-green-500\/10{--tw-ring-color:rgb(34 197 94/0.1)}.ring-primary{--tw-ring-color:hsl(var(--primary))}.ring-primary\/10{--tw-ring-color:hsl(var(--primary)/0.1)}.ring-primary\/20{--tw-ring-color:hsl(var(--primary)/0.2)}.ring-primary\/30{--tw-ring-color:hsl(var(--primary)/0.3)}.ring-primary\/50{--tw-ring-color:hsl(var(--primary)/0.5)}.ring-primary\/70{--tw-ring-color:hsl(var(--primary)/0.7)}.ring-red-500{--tw-ring-opacity:1;--tw-ring-color:rgb(239 68 68/var(--tw-ring-opacity,1))}.ring-red-500\/10{--tw-ring-color:rgb(239 68 68/0.1)}.ring-white{--tw-ring-opacity:1;--tw-ring-color:rgb(255 255 255/var(--tw-ring-opacity,1))}.ring-yellow-500\/10{--tw-ring-color:rgb(234 179 8/0.1)}.ring-opacity-70{--tw-ring-opacity:0.7}.ring-offset-2{--tw-ring-offset-width:2px}.ring-offset-background{--tw-ring-offset-color:hsl(var(--background))}.blur{--tw-blur:blur(8px)}.blur,.blur-2xl{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-2xl{--tw-blur:blur(40px)}.blur-3xl{--tw-blur:blur(64px)}.blur-3xl,.blur-\[100px\]{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-\[100px\]{--tw-blur:blur(100px)}.blur-\[120px\]{--tw-blur:blur(120px)}.blur-\[120px\],.blur-\[6px\]{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-\[6px\]{--tw-blur:blur(6px)}.blur-lg{--tw-blur:blur(16px)}.blur-lg,.blur-sm{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-sm{--tw-blur:blur(4px)}.blur-xl{--tw-blur:blur(24px)}.blur-xl,.brightness-110{filter:var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow)}.brightness-110{--tw-brightness:brightness(1.1)}.drop-shadow{--tw-drop-shadow:drop-shadow(0 1px 2px rgb(0 0 0/0.1)) drop-shadow(0 1px 1px rgb(0 0 0/0.06))}.drop-shadow,.drop-shadow-sm{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-sm{--tw-drop-shadow:drop-shadow(0 1px 1px rgb(0 0 0/0.05))}.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-\[0\.5px\]{--tw-backdrop-blur:blur(0.5px)}.backdrop-blur-\[0\.5px\],.backdrop-blur-lg{-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-lg{--tw-backdrop-blur:blur(16px)}.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)}.backdrop-blur-xl{--tw-backdrop-blur:blur(24px)}.backdrop-blur-xl,.backdrop-filter{-webkit-backdrop-filter:var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);backdrop-filter:var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia)}.transition{transition-property:color,background-color,border-color,text-decoration-color,fill,stroke,opacity,box-shadow,transform,filter,-webkit-backdrop-filter;transition-property:color,background-color,border-color,text-decoration-color,fill,stroke,opacity,box-shadow,transform,filter,backdrop-filter;transition-property:color,background-color,border-color,text-decoration-color,fill,stroke,opacity,box-shadow,transform,filter,backdrop-filter,-webkit-backdrop-filter;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}.transition-\[left\2c right\2c width\]{transition-property:left,right,width;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}.transition-\[margin\2c opacity\]{transition-property:margin,opacity;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}.transition-\[width\2c height\2c padding\]{transition-property:width,height,padding;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}.transition-\[width\]{transition-property:width;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}.transition-all{transition-property:all;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}.transition-colors{transition-property:color,background-color,border-color,text-decoration-color,fill,stroke;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}.transition-opacity{transition-property:opacity;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}.transition-shadow{transition-property:box-shadow;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}.transition-transform{transition-property:transform;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}.duration-1000{transition-duration:1s}.duration-150{transition-duration:.15s}.duration-200{transition-duration:.2s}.duration-300{transition-duration:.3s}.duration-500{transition-duration:.5s}.ease-in-out{transition-timing-function:cubic-bezier(.4,0,.2,1)}.ease-linear{transition-timing-function:linear}.ease-out{transition-timing-function:cubic-bezier(0,0,.2,1)}@keyframes enter{0%{opacity:var(--tw-enter-opacity,1);transform:translate3d(var(--tw-enter-translate-x,0),var(--tw-enter-translate-y,0),0) scale3d(var(--tw-enter-scale,1),var(--tw-enter-scale,1),var(--tw-enter-scale,1)) rotate(var(--tw-enter-rotate,0))}}@keyframes exit{to{opacity:var(--tw-exit-opacity,1);transform:translate3d(var(--tw-exit-translate-x,0),var(--tw-exit-translate-y,0),0) scale3d(var(--tw-exit-scale,1),var(--tw-exit-scale,1),var(--tw-exit-scale,1)) rotate(var(--tw-exit-rotate,0))}}.animate-in{animation-name:enter;animation-duration:.15s;--tw-enter-opacity:initial;--tw-enter-scale:initial;--tw-enter-rotate:initial;--tw-enter-translate-x:initial;--tw-enter-translate-y:initial}.fade-in,.fade-in-0{--tw-enter-opacity:0}.fade-in-50{--tw-enter-opacity:0.5}.zoom-in-95{--tw-enter-scale:.95}.slide-in-from-bottom-2{--tw-enter-translate-y:0.5rem}.slide-in-from-top-2{--tw-enter-translate-y:-0.5rem}.slide-in-from-top-4{--tw-enter-translate-y:-1rem}.duration-1000{animation-duration:1s}.duration-150{animation-duration:.15s}.duration-200{animation-duration:.2s}.duration-300{animation-duration:.3s}.duration-500{animation-duration:.5s}.ease-in-out{animation-timing-function:cubic-bezier(.4,0,.2,1)}.ease-linear{animation-timing-function:linear}.ease-out{animation-timing-function:cubic-bezier(0,0,.2,1)}.paused{animation-play-state:paused}.scrollbar-hide{-ms-overflow-style:none;scrollbar-width:none}.scrollbar-hide::-webkit-scrollbar{display:none}.animate-fade-in{animation:fadeIn .5s ease-in-out}.animate-slide-up{animation:slideUp .5s ease-out}.animate-slide-down{animation:slideDown .5s ease-out}.animate-pulse-subtle{animation:pulseShadow 2s infinite}.leaflet-container{height:100%;width:100%;z-index:1}[dir=rtl] .leaflet-control-container .leaflet-left{left:auto;right:0}[dir=rtl] .leaflet-control-container .leaflet-right{right:auto;left:0}[dir=rtl] .leaflet-popup-content{text-align:right}[dir=rtl] .leaflet-control-attribution{direction:ltr;text-align:left}html[dir=rtl] .rtl-flip{transform:scaleX(-1)}html[dir=rtl]{& .ml-auto{margin-left:0;margin-right:auto}& .mr-auto{margin-right:0;margin-left:auto}& .ml-1,& .ml-10,& .ml-2,& .ml-3,& .ml-4,& .ml-5,& .ml-6,& .ml-8{margin-left:0;margin-right:.25rem}& .mr-1,& .mr-10,& .mr-2,& .mr-3,& .mr-4,& .mr-5,& .mr-6,& .mr-8{margin-right:0;margin-left:.25rem}& .pl-1,& .pl-10,& .pl-2,& .pl-3,& .pl-4,& .pl-5,& .pl-6,& .pl-8{padding-left:0;padding-right:.25rem}& .pr-1,& .pr-10,& .pr-2,& .pr-3,& .pr-4,& .pr-5,& .pr-6,& .pr-8{padding-right:0;padding-left:.25rem}& .right-0{right:auto;left:0}& .left-0{left:auto;right:0}& .space-x-1>:not([hidden])~:not([hidden]),& .space-x-2>:not([hidden])~:not([hidden]),& .space-x-3>:not([hidden])~:not([hidden]),& .space-x-4>:not([hidden])~:not([hidden]),& .space-x-5>:not([hidden])~:not([hidden]),& .space-x-6>:not([hidden])~:not([hidden]){--tw-space-x-reverse:1}& [role=tablist]{flex-direction:row-reverse}& input,& select,& textarea{text-align:right}& input[dir=ltr],& span[dir=ltr],& textarea[dir=ltr]{text-align:left}& .ArrowLeft,& .ArrowRight{transform:scaleX(-1)}& .progress-bar-rtl{transform-origin:right;direction:ltr}& svg:not(.rtl-ignore){&.mr-1,&.mr-2,&.mr-3,&.mr-4{margin-right:0;margin-left:.25rem}&.ml-1,&.ml-2,&.ml-3,&.ml-4{margin-left:0;margin-right:.25rem}}& button:not(.rtl-ignore){& svg:first-child:not(:last-child){margin-right:0;margin-left:.5rem}& svg:last-child:not(:first-child){margin-left:0;margin-right:.5rem}}& [role=dialog],& [role=menu],& label,& li,& td,& th{text-align:right}& .rtl-flex-row-reverse{flex-direction:row-reverse}& .react-calendar{direction:rtl}}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes slideUp{0%{transform:translateY(20px);opacity:0}to{transform:translateY(0);opacity:1}}@keyframes slideDown{0%{transform:translateY(-20px);opacity:0}to{transform:translateY(0);opacity:1}}@keyframes slideInRight{0%{transform:translateX(20px);opacity:0}to{transform:translateX(0);opacity:1}}@keyframes slideInLeft{0%{transform:translateX(-20px);opacity:0}to{transform:translateX(0);opacity:1}}@keyframes pulseShadow{0%,to{box-shadow:0 0 0 rgba(0,0,0,.1)}50%{box-shadow:0 0 20px rgba(0,0,0,.2)}}@keyframes shimmer-fast{0%{transform:translateX(-100%)}to{transform:translateX(100%)}}@keyframes shimmer-fast-rtl{0%{transform:translateX(100%)}to{transform:translateX(-100%)}}@keyframes shimmer-modern{0%{background-position:-200% 0}to{background-position:200% 0}}@keyframes shimmer-modern-rtl{0%{background-position:200% 0}to{background-position:-200% 0}}@keyframes slide-up{0%{opacity:0;transform:translate(-50%,-40%) scale(.95)}to{opacity:1;transform:translate(-50%,-50%) scale(1)}}@keyframes slide-down{0%{opacity:0;transform:translateY(-20px) scale(.95)}to{opacity:1;transform:translateY(0) scale(1)}}@keyframes slide-down-rtl{0%{opacity:0;transform:translateX(20px) translateY(-20px) scale(.95)}to{opacity:1;transform:translateX(0) translateY(0) scale(1)}}@keyframes pulse-text{0%,to{opacity:1}50%{opacity:.6}}.animate-shimmer-fast{animation:shimmer-fast 1.5s ease-in-out infinite}.animate-shimmer-modern{animation:shimmer-modern 2s ease-in-out infinite}.animate-slide-up{animation:slide-up .4s ease-out forwards}.animate-slide-down{animation:slide-down .3s ease-out forwards}.animate-pulse-text{animation:pulse-text 2s ease-in-out infinite}[dir=rtl] .animate-shimmer-fast{animation:shimmer-fast-rtl 1.5s ease-in-out infinite}[dir=rtl] .animate-shimmer-modern{animation:shimmer-modern-rtl 2s ease-in-out infinite}[dir=rtl] .animate-slide-down{animation:slide-down-rtl .3s ease-out forwards}[dir=rtl] .loading-text{font-family:Segoe UI,Tahoma,Geneva,Verdana,sans-serif;text-align:center;direction:rtl;unicode-bidi:bidi-override}[dir=rtl] .loading-container{direction:rtl}[dir=rtl] .loading-container .flex{flex-direction:row-reverse}[dir=rtl] .animate-bounce{animation-direction:reverse}[dir=rtl] .loading-dots{flex-direction:row-reverse}@keyframes toast-slide-in-from-top{0%{transform:translateY(-100%) scale(.95);opacity:0}to{transform:translateY(0) scale(1);opacity:1}}@keyframes toast-slide-out-to-top{0%{transform:translateY(0) scale(1);opacity:1}to{transform:translateY(-100%) scale(.95);opacity:0}}@keyframes toast-zoom-in{0%{transform:scale(.9);opacity:0}to{transform:scale(1);opacity:1}}@keyframes toast-zoom-out{0%{transform:scale(1);opacity:1}to{transform:scale(.9);opacity:0}}@keyframes toast-progress-shrink{0%{width:100%}to{width:0}}@keyframes toast-slide-in-from-top-rtl{0%{transform:translateY(-100%) scale(.95);opacity:0}to{transform:translateY(0) scale(1);opacity:1}}@keyframes toast-progress-shrink-rtl{0%{width:100%}to{width:0}}@media (max-width:640px){.mobile-menu-full{position:fixed;inset:0;z-index:50;display:flex;flex-direction:column;background-color:hsl(var(--background));padding:1rem;--tw-backdrop-blur:blur(24px);-webkit-backdrop-filter:var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);backdrop-filter:var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia)}[dir=rtl] .loading-container .mobile-menu-full{flex-direction:row-reverse}.mobile-friendly-padding{padding:.75rem}.mobile-stack{flex-direction:column}.mobile-stack>:not([hidden])~:not([hidden]){--tw-space-y-reverse:0;margin-top:calc(.75rem * calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(.75rem * var(--tw-space-y-reverse))}button,input,select,textarea{font-size:1rem;line-height:1.5rem;font-size:16px!important}.touch-target{min-height:44px;min-width:44px}.container-mobile{width:100%;padding-left:1rem;padding-right:1rem}.card-mobile{border-radius:.75rem;padding:.75rem 1rem}table{display:block;width:100%;overflow-x:auto}.btn-mobile{width:100%;justify-content:center;padding-top:.75rem;padding-bottom:.75rem}.section-mobile>:not([hidden])~:not([hidden]){--tw-space-y-reverse:0;margin-top:calc(1rem * calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(1rem * var(--tw-space-y-reverse))}.section-mobile{padding-top:1rem;padding-bottom:1rem}h1{font-size:1.5rem;line-height:2rem}h2{font-size:1.25rem}h2,h3{line-height:1.75rem}h3{font-size:1.125rem}.toast-mobile{margin-left:1rem;margin-right:1rem;min-width:300px;max-width:90vw}}.file\:border-0::file-selector-button{border-width:0}.file\:bg-transparent::file-selector-button{background-color:transparent}.file\:text-sm::file-selector-button{font-size:.875rem;line-height:1.25rem}.file\:font-medium::file-selector-button{font-weight:500}.placeholder\:text-muted-foreground::-moz-placeholder{color:hsl(var(--muted-foreground))}.placeholder\:text-muted-foreground::placeholder{color:hsl(var(--muted-foreground))}.placeholder\:text-muted-foreground\/60::-moz-placeholder{color:hsl(var(--muted-foreground)/.6)}.placeholder\:text-muted-foreground\/60::placeholder{color:hsl(var(--muted-foreground)/.6)}.after\:absolute:after{content:var(--tw-content);position:absolute}.after\:-inset-2:after{content:var(--tw-content);inset:-.5rem}.after\:inset-y-0:after{content:var(--tw-content);top:0;bottom:0}.after\:left-1\/2:after{content:var(--tw-content);left:50%}.after\:w-1:after{content:var(--tw-content);width:.25rem}.after\:w-\[2px\]:after{content:var(--tw-content);width:2px}.after\:-translate-x-1\/2:after{content:var(--tw-content);--tw-translate-x:-50%;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))}.first\:ml-0:first-child{margin-left:0}.first\:rounded-l-md:first-child{border-top-left-radius:calc(var(--radius) - 2px);border-bottom-left-radius:calc(var(--radius) - 2px)}.first\:border-l:first-child{border-left-width:1px}.last\:rounded-r-md:last-child{border-top-right-radius:calc(var(--radius) - 2px);border-bottom-right-radius:calc(var(--radius) - 2px)}.last\:border-0:last-child{border-width:0}.last\:border-b-0:last-child{border-bottom-width:0}.last\:pb-0:last-child{padding-bottom:0}.focus-within\:relative:focus-within{position:relative}.focus-within\:z-20:focus-within{z-index:20}.hover\:z-50:hover{z-index:50}.hover\:-translate-y-1:hover{--tw-translate-y:-0.25rem}.hover\:-translate-y-1:hover,.hover\:translate-y-\[-1px\]: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-y-\[-1px\]:hover{--tw-translate-y:-1px}.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\:scale-\[1\.015\]:hover{--tw-scale-x:1.015;--tw-scale-y:1.015}.hover\:scale-\[1\.015\]:hover,.hover\:scale-\[1\.01\]: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-\[1\.01\]:hover{--tw-scale-x:1.01;--tw-scale-y:1.01}.hover\:scale-\[1\.02\]:hover{--tw-scale-x:1.02;--tw-scale-y:1.02;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\:border-\[\#166fe5\]:hover{--tw-border-opacity:1;border-color:rgb(22 111 229/var(--tw-border-opacity,1))}.hover\:border-accent:hover{border-color:hsl(var(--accent))}.hover\:border-accent\/20:hover{border-color:hsl(var(--accent)/.2)}.hover\:border-amber-300:hover{--tw-border-opacity:1;border-color:rgb(252 211 77/var(--tw-border-opacity,1))}.hover\:border-blue-300:hover{--tw-border-opacity:1;border-color:rgb(147 197 253/var(--tw-border-opacity,1))}.hover\:border-blue-500\/30:hover{border-color:rgb(59 130 246/.3)}.hover\:border-border\/30:hover{border-color:hsl(var(--border)/.3)}.hover\:border-border\/50:hover{border-color:hsl(var(--border)/.5)}.hover\:border-destructive\/40:hover{border-color:hsl(var(--destructive)/.4)}.hover\:border-emerald-300:hover{--tw-border-opacity:1;border-color:rgb(110 231 183/var(--tw-border-opacity,1))}.hover\:border-foreground\/20:hover{border-color:hsl(var(--foreground)/.2)}.hover\:border-gray-300:hover{--tw-border-opacity:1;border-color:rgb(209 213 219/var(--tw-border-opacity,1))}.hover\:border-gray-400:hover{--tw-border-opacity:1;border-color:rgb(156 163 175/var(--tw-border-opacity,1))}.hover\:border-green-300:hover{--tw-border-opacity:1;border-color:rgb(134 239 172/var(--tw-border-opacity,1))}.hover\:border-green-500\/30:hover{border-color:rgb(34 197 94/.3)}.hover\:border-green-500\/60:hover{border-color:rgb(34 197 94/.6)}.hover\:border-muted-foreground\/50:hover{border-color:hsl(var(--muted-foreground)/.5)}.hover\:border-orange-300:hover{--tw-border-opacity:1;border-color:rgb(253 186 116/var(--tw-border-opacity,1))}.hover\:border-primary\/30:hover{border-color:hsl(var(--primary)/.3)}.hover\:border-primary\/40:hover{border-color:hsl(var(--primary)/.4)}.hover\:border-primary\/50:hover{border-color:hsl(var(--primary)/.5)}.hover\:border-purple-500\/30:hover{border-color:rgb(168 85 247/.3)}.hover\:border-red-300:hover{--tw-border-opacity:1;border-color:rgb(252 165 165/var(--tw-border-opacity,1))}.hover\:border-white\/30:hover{border-color:rgb(255 255 255/.3)}.hover\:border-yellow-500\/30:hover{border-color:rgb(234 179 8/.3)}.hover\:bg-\[\#166fe5\]:hover{--tw-bg-opacity:1;background-color:rgb(22 111 229/var(--tw-bg-opacity,1))}.hover\:bg-accent:hover{background-color:hsl(var(--accent))}.hover\:bg-accent-purple:hover{background-color:hsl(var(--accent-purple))}.hover\:bg-accent-purple\/90:hover{background-color:hsl(var(--accent-purple)/.9)}.hover\:bg-accent\/10:hover{background-color:hsl(var(--accent)/.1)}.hover\:bg-accent\/50:hover{background-color:hsl(var(--accent)/.5)}.hover\:bg-amber-50:hover{--tw-bg-opacity:1;background-color:rgb(255 251 235/var(--tw-bg-opacity,1))}.hover\:bg-amber-500\/20:hover{background-color:rgb(245 158 11/.2)}.hover\:bg-amber-500\/5:hover{background-color:rgb(245 158 11/.05)}.hover\:bg-amber-600:hover{--tw-bg-opacity:1;background-color:rgb(217 119 6/var(--tw-bg-opacity,1))}.hover\:bg-background:hover{background-color:hsl(var(--background))}.hover\:bg-background\/50:hover{background-color:hsl(var(--background)/.5)}.hover\:bg-background\/60:hover{background-color:hsl(var(--background)/.6)}.hover\:bg-background\/80:hover{background-color:hsl(var(--background)/.8)}.hover\:bg-background\/90:hover{background-color:hsl(var(--background)/.9)}.hover\:bg-black\/50:hover{background-color:rgb(0 0 0/.5)}.hover\:bg-black\/70:hover{background-color:rgb(0 0 0/.7)}.hover\:bg-blue-100:hover{--tw-bg-opacity:1;background-color:rgb(219 234 254/var(--tw-bg-opacity,1))}.hover\:bg-blue-50:hover{--tw-bg-opacity:1;background-color:rgb(239 246 255/var(--tw-bg-opacity,1))}.hover\:bg-blue-500\/20:hover{background-color:rgb(59 130 246/.2)}.hover\:bg-blue-500\/5:hover{background-color:rgb(59 130 246/.05)}.hover\:bg-blue-600:hover{--tw-bg-opacity:1;background-color:rgb(37 99 235/var(--tw-bg-opacity,1))}.hover\:bg-blue-700:hover{--tw-bg-opacity:1;background-color:rgb(29 78 216/var(--tw-bg-opacity,1))}.hover\:bg-card\/80:hover{background-color:hsl(var(--card)/.8)}.hover\:bg-cyan-600:hover{--tw-bg-opacity:1;background-color:rgb(8 145 178/var(--tw-bg-opacity,1))}.hover\:bg-destructive\/10:hover{background-color:hsl(var(--destructive)/.1)}.hover\:bg-destructive\/80:hover{background-color:hsl(var(--destructive)/.8)}.hover\:bg-destructive\/90:hover{background-color:hsl(var(--destructive)/.9)}.hover\:bg-emerald-50:hover{--tw-bg-opacity:1;background-color:rgb(236 253 245/var(--tw-bg-opacity,1))}.hover\:bg-emerald-500\/20:hover{background-color:rgb(16 185 129/.2)}.hover\:bg-emerald-600:hover{--tw-bg-opacity:1;background-color:rgb(5 150 105/var(--tw-bg-opacity,1))}.hover\:bg-gray-100:hover{--tw-bg-opacity:1;background-color:rgb(243 244 246/var(--tw-bg-opacity,1))}.hover\:bg-gray-300:hover{--tw-bg-opacity:1;background-color:rgb(209 213 219/var(--tw-bg-opacity,1))}.hover\:bg-gray-50:hover{--tw-bg-opacity:1;background-color:rgb(249 250 251/var(--tw-bg-opacity,1))}.hover\:bg-gray-600:hover{--tw-bg-opacity:1;background-color:rgb(75 85 99/var(--tw-bg-opacity,1))}.hover\:bg-gray-800:hover{--tw-bg-opacity:1;background-color:rgb(31 41 55/var(--tw-bg-opacity,1))}.hover\:bg-gray-900:hover{--tw-bg-opacity:1;background-color:rgb(17 24 39/var(--tw-bg-opacity,1))}.hover\:bg-green-100:hover{--tw-bg-opacity:1;background-color:rgb(220 252 231/var(--tw-bg-opacity,1))}.hover\:bg-green-50:hover{--tw-bg-opacity:1;background-color:rgb(240 253 244/var(--tw-bg-opacity,1))}.hover\:bg-green-500\/10:hover{background-color:rgb(34 197 94/.1)}.hover\:bg-green-500\/80:hover{background-color:rgb(34 197 94/.8)}.hover\:bg-green-600:hover{--tw-bg-opacity:1;background-color:rgb(22 163 74/var(--tw-bg-opacity,1))}.hover\:bg-green-600\/20:hover{background-color:rgb(22 163 74/.2)}.hover\:bg-green-700:hover{--tw-bg-opacity:1;background-color:rgb(21 128 61/var(--tw-bg-opacity,1))}.hover\:bg-muted:hover{background-color:hsl(var(--muted))}.hover\:bg-muted\/20:hover{background-color:hsl(var(--muted)/.2)}.hover\:bg-muted\/30:hover{background-color:hsl(var(--muted)/.3)}.hover\:bg-muted\/40:hover{background-color:hsl(var(--muted)/.4)}.hover\:bg-muted\/5:hover{background-color:hsl(var(--muted)/.05)}.hover\:bg-muted\/50:hover{background-color:hsl(var(--muted)/.5)}.hover\:bg-muted\/60:hover{background-color:hsl(var(--muted)/.6)}.hover\:bg-muted\/70:hover{background-color:hsl(var(--muted)/.7)}.hover\:bg-muted\/80:hover{background-color:hsl(var(--muted)/.8)}.hover\:bg-orange-50:hover{--tw-bg-opacity:1;background-color:rgb(255 247 237/var(--tw-bg-opacity,1))}.hover\:bg-orange-500\/20:hover{background-color:rgb(249 115 22/.2)}.hover\:bg-orange-600:hover{--tw-bg-opacity:1;background-color:rgb(234 88 12/var(--tw-bg-opacity,1))}.hover\:bg-primary:hover{background-color:hsl(var(--primary))}.hover\:bg-primary-foreground\/30:hover{background-color:hsl(var(--primary-foreground)/.3)}.hover\:bg-primary\/10:hover{background-color:hsl(var(--primary)/.1)}.hover\:bg-primary\/20:hover{background-color:hsl(var(--primary)/.2)}.hover\:bg-primary\/5:hover{background-color:hsl(var(--primary)/.05)}.hover\:bg-primary\/80:hover{background-color:hsl(var(--primary)/.8)}.hover\:bg-primary\/90:hover{background-color:hsl(var(--primary)/.9)}.hover\:bg-purple-600:hover{--tw-bg-opacity:1;background-color:rgb(147 51 234/var(--tw-bg-opacity,1))}.hover\:bg-red-100:hover{--tw-bg-opacity:1;background-color:rgb(254 226 226/var(--tw-bg-opacity,1))}.hover\:bg-red-50:hover{--tw-bg-opacity:1;background-color:rgb(254 242 242/var(--tw-bg-opacity,1))}.hover\:bg-red-500:hover{--tw-bg-opacity:1;background-color:rgb(239 68 68/var(--tw-bg-opacity,1))}.hover\:bg-red-500\/20:hover{background-color:rgb(239 68 68/.2)}.hover\:bg-red-500\/30:hover{background-color:rgb(239 68 68/.3)}.hover\:bg-red-600:hover{--tw-bg-opacity:1;background-color:rgb(220 38 38/var(--tw-bg-opacity,1))}.hover\:bg-red-600\/20:hover{background-color:rgb(220 38 38/.2)}.hover\:bg-red-700:hover{--tw-bg-opacity:1;background-color:rgb(185 28 28/var(--tw-bg-opacity,1))}.hover\:bg-secondary:hover{background-color:hsl(var(--secondary))}.hover\:bg-secondary\/80:hover{background-color:hsl(var(--secondary)/.8)}.hover\:bg-secondary\/90:hover{background-color:hsl(var(--secondary)/.9)}.hover\:bg-transparent:hover{background-color:transparent}.hover\:bg-white:hover{--tw-bg-opacity:1;background-color:rgb(255 255 255/var(--tw-bg-opacity,1))}.hover\:bg-white\/10:hover{background-color:rgb(255 255 255/.1)}.hover\:bg-white\/20:hover{background-color:rgb(255 255 255/.2)}.hover\:bg-yellow-100:hover{--tw-bg-opacity:1;background-color:rgb(254 249 195/var(--tw-bg-opacity,1))}.hover\:bg-yellow-500\/80:hover{background-color:rgb(234 179 8/.8)}.hover\:bg-yellow-600:hover{--tw-bg-opacity:1;background-color:rgb(202 138 4/var(--tw-bg-opacity,1))}.hover\:bg-gradient-to-br:hover{background-image:linear-gradient(to bottom right,var(--tw-gradient-stops))}.hover\:bg-gradient-to-r:hover{background-image:linear-gradient(to right,var(--tw-gradient-stops))}.hover\:from-accent:hover{--tw-gradient-from:hsl(var(--accent)) var(--tw-gradient-from-position);--tw-gradient-to:hsl(var(--accent)/0) 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:rgb(217 119 6/0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to)}.hover\:from-blue-500\/15:hover{--tw-gradient-from:rgb(59 130 246/0.15) var(--tw-gradient-from-position);--tw-gradient-to:rgb(59 130 246/0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to)}.hover\:from-blue-600:hover{--tw-gradient-from:#2563eb var(--tw-gradient-from-position);--tw-gradient-to:rgb(37 99 235/0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to)}.hover\:from-blue-700:hover{--tw-gradient-from:#1d4ed8 var(--tw-gradient-from-position);--tw-gradient-to:rgb(29 78 216/0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to)}.hover\:from-destructive\/10:hover{--tw-gradient-from:hsl(var(--destructive)/0.1) var(--tw-gradient-from-position);--tw-gradient-to:hsl(var(--destructive)/0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to)}.hover\:from-green-500\/15:hover{--tw-gradient-from:rgb(34 197 94/0.15) var(--tw-gradient-from-position);--tw-gradient-to:rgb(34 197 94/0) 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:rgb(22 163 74/0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to)}.hover\:from-muted\/30:hover{--tw-gradient-from:hsl(var(--muted)/0.3) var(--tw-gradient-from-position);--tw-gradient-to:hsl(var(--muted)/0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to)}.hover\:from-primary\/90:hover{--tw-gradient-from:hsl(var(--primary)/0.9) var(--tw-gradient-from-position);--tw-gradient-to:hsl(var(--primary)/0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to)}.hover\:from-purple-500\/15:hover{--tw-gradient-from:rgb(168 85 247/0.15) var(--tw-gradient-from-position);--tw-gradient-to:rgb(168 85 247/0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to)}.hover\:from-purple-700:hover{--tw-gradient-from:#7e22ce var(--tw-gradient-from-position);--tw-gradient-to:rgb(126 34 206/0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to)}.hover\:from-red-600:hover{--tw-gradient-from:#dc2626 var(--tw-gradient-from-position);--tw-gradient-to:rgb(220 38 38/0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to)}.hover\:from-slate-800:hover{--tw-gradient-from:#1e293b var(--tw-gradient-from-position);--tw-gradient-to:rgb(30 41 59/0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to)}.hover\:from-yellow-500\/15:hover{--tw-gradient-from:rgb(234 179 8/0.15) var(--tw-gradient-from-position);--tw-gradient-to:rgb(234 179 8/0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to)}.hover\:via-accent-purple\/90:hover{--tw-gradient-to:hsl(var(--accent-purple)/0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from),hsl(var(--accent-purple)/0.9) var(--tw-gradient-via-position),var(--tw-gradient-to)}.hover\:via-slate-700:hover{--tw-gradient-to:rgb(51 65 85/0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from),#334155 var(--tw-gradient-via-position),var(--tw-gradient-to)}.hover\:to-accent-purple\/90:hover{--tw-gradient-to:hsl(var(--accent-purple)/0.9) var(--tw-gradient-to-position)}.hover\:to-accent-teal\/90:hover{--tw-gradient-to:hsl(var(--accent-teal)/0.9) var(--tw-gradient-to-position)}.hover\:to-accent\/50:hover{--tw-gradient-to:hsl(var(--accent)/0.5) var(--tw-gradient-to-position)}.hover\:to-blue-500\/90:hover{--tw-gradient-to:rgb(59 130 246/0.9) var(--tw-gradient-to-position)}.hover\:to-blue-600:hover{--tw-gradient-to:#2563eb var(--tw-gradient-to-position)}.hover\:to-blue-700:hover{--tw-gradient-to:#1d4ed8 var(--tw-gradient-to-position)}.hover\:to-destructive\/5:hover{--tw-gradient-to:hsl(var(--destructive)/0.05) var(--tw-gradient-to-position)}.hover\:to-indigo-700:hover{--tw-gradient-to:#4338ca var(--tw-gradient-to-position)}.hover\:to-muted\/10:hover{--tw-gradient-to:hsl(var(--muted)/0.1) var(--tw-gradient-to-position)}.hover\:to-orange-600:hover{--tw-gradient-to:#ea580c var(--tw-gradient-to-position)}.hover\:to-pink-600:hover{--tw-gradient-to:#db2777 var(--tw-gradient-to-position)}.hover\:to-purple-600:hover{--tw-gradient-to:#9333ea var(--tw-gradient-to-position)}.hover\:to-purple-700:hover{--tw-gradient-to:#7e22ce var(--tw-gradient-to-position)}.hover\:to-red-700:hover{--tw-gradient-to:#b91c1c var(--tw-gradient-to-position)}.hover\:to-slate-800:hover{--tw-gradient-to:#1e293b var(--tw-gradient-to-position)}.hover\:text-accent-foreground:hover{color:hsl(var(--accent-foreground))}.hover\:text-amber-700:hover{--tw-text-opacity:1;color:rgb(180 83 9/var(--tw-text-opacity,1))}.hover\:text-blue-700:hover{--tw-text-opacity:1;color:rgb(29 78 216/var(--tw-text-opacity,1))}.hover\:text-destructive:hover{color:hsl(var(--destructive))}.hover\:text-destructive\/80:hover{color:hsl(var(--destructive)/.8)}.hover\:text-destructive\/90:hover{color:hsl(var(--destructive)/.9)}.hover\:text-foreground:hover{color:hsl(var(--foreground))}.hover\:text-gray-900:hover{--tw-text-opacity:1;color:rgb(17 24 39/var(--tw-text-opacity,1))}.hover\:text-green-700:hover{--tw-text-opacity:1;color:rgb(21 128 61/var(--tw-text-opacity,1))}.hover\:text-muted-foreground:hover{color:hsl(var(--muted-foreground))}.hover\:text-primary:hover{color:hsl(var(--primary))}.hover\:text-primary-foreground:hover{color:hsl(var(--primary-foreground))}.hover\:text-primary\/80:hover{color:hsl(var(--primary)/.8)}.hover\:text-red-700:hover{--tw-text-opacity:1;color:rgb(185 28 28/var(--tw-text-opacity,1))}.hover\:text-red-800:hover{--tw-text-opacity:1;color:rgb(153 27 27/var(--tw-text-opacity,1))}.hover\:text-white:hover{--tw-text-opacity:1;color:rgb(255 255 255/var(--tw-text-opacity,1))}.hover\:underline:hover{text-decoration-line:underline}.hover\:opacity-100:hover{opacity:1}.hover\:opacity-80:hover{opacity:.8}.hover\:opacity-90:hover{opacity:.9}.hover\:shadow-2xl:hover{--tw-shadow:0 25px 50px -12px rgb(0 0 0/0.25);--tw-shadow-colored:0 25px 50px -12px var(--tw-shadow-color)}.hover\:shadow-2xl:hover,.hover\:shadow-\[0_0_0_1px_hsl\(var\(--sidebar-accent\)\)\]:hover{box-shadow:var(--tw-ring-offset-shadow,0 0 #0000),var(--tw-ring-shadow,0 0 #0000),var(--tw-shadow)}.hover\:shadow-\[0_0_0_1px_hsl\(var\(--sidebar-accent\)\)\]:hover{--tw-shadow:0 0 0 1px hsl(var(--sidebar-accent));--tw-shadow-colored:0 0 0 1px var(--tw-shadow-color)}.hover\:shadow-lg:hover{--tw-shadow:0 10px 15px -3px rgb(0 0 0/0.1),0 4px 6px -4px rgb(0 0 0/0.1);--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:var(--tw-ring-offset-shadow,0 0 #0000),var(--tw-ring-shadow,0 0 #0000),var(--tw-shadow)}.hover\:shadow-md:hover{--tw-shadow:0 4px 6px -1px rgb(0 0 0/0.1),0 2px 4px -2px rgb(0 0 0/0.1);--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 rgb(0 0 0/0.05);--tw-shadow-colored:0 1px 2px 0 var(--tw-shadow-color)}.hover\:shadow-sm:hover,.hover\:shadow-xl:hover{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 rgb(0 0 0/0.1),0 8px 10px -6px rgb(0 0 0/0.1);--tw-shadow-colored:0 20px 25px -5px var(--tw-shadow-color),0 8px 10px -6px var(--tw-shadow-color)}.hover\:shadow-emerald-500\/40:hover{--tw-shadow-color:rgb(16 185 129/0.4);--tw-shadow:var(--tw-shadow-colored)}.hover\:shadow-primary\/30:hover{--tw-shadow-color:hsl(var(--primary)/0.3);--tw-shadow:var(--tw-shadow-colored)}.hover\:ring-2:hover{--tw-ring-offset-shadow:var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);--tw-ring-shadow:var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);box-shadow:var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow,0 0 #0000)}.hover\:ring-primary\/10:hover{--tw-ring-color:hsl(var(--primary)/0.1)}.focus\:border-destructive:focus{border-color:hsl(var(--destructive))}.focus\:border-green-500:focus{--tw-border-opacity:1;border-color:rgb(34 197 94/var(--tw-border-opacity,1))}.focus\:border-orange-500:focus{--tw-border-opacity:1;border-color:rgb(249 115 22/var(--tw-border-opacity,1))}.focus\:border-primary:focus{border-color:hsl(var(--primary))}.focus\:border-primary\/50:focus{border-color:hsl(var(--primary)/.5)}.focus\:bg-accent:focus{background-color:hsl(var(--accent))}.focus\:bg-amber-50:focus{--tw-bg-opacity:1;background-color:rgb(255 251 235/var(--tw-bg-opacity,1))}.focus\:bg-background\/80:focus{background-color:hsl(var(--background)/.8)}.focus\:bg-blue-50:focus{--tw-bg-opacity:1;background-color:rgb(239 246 255/var(--tw-bg-opacity,1))}.focus\:bg-emerald-50:focus{--tw-bg-opacity:1;background-color:rgb(236 253 245/var(--tw-bg-opacity,1))}.focus\:bg-muted\/50:focus{background-color:hsl(var(--muted)/.5)}.focus\:bg-orange-50:focus{--tw-bg-opacity:1;background-color:rgb(255 247 237/var(--tw-bg-opacity,1))}.focus\:bg-primary:focus{background-color:hsl(var(--primary))}.focus\:bg-primary\/10:focus{background-color:hsl(var(--primary)/.1)}.focus\:bg-red-50:focus{--tw-bg-opacity:1;background-color:rgb(254 242 242/var(--tw-bg-opacity,1))}.focus\:text-accent-foreground:focus{color:hsl(var(--accent-foreground))}.focus\:text-destructive:focus{color:hsl(var(--destructive))}.focus\:text-green-700:focus{--tw-text-opacity:1;color:rgb(21 128 61/var(--tw-text-opacity,1))}.focus\:text-primary-foreground:focus{color:hsl(var(--primary-foreground))}.focus\:text-red-600:focus{--tw-text-opacity:1;color:rgb(220 38 38/var(--tw-text-opacity,1))}.focus\:opacity-100:focus{opacity:1}.focus\:outline-none:focus{outline:2px solid transparent;outline-offset:2px}.focus\:ring-0: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(0px + var(--tw-ring-offset-width)) var(--tw-ring-color)}.focus\:ring-0:focus,.focus\:ring-1:focus{box-shadow:var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow,0 0 #0000)}.focus\:ring-1: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(1px + var(--tw-ring-offset-width)) var(--tw-ring-color)}.focus\:ring-2:focus{--tw-ring-offset-shadow:var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);--tw-ring-shadow:var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);box-shadow:var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow,0 0 #0000)}.focus\:ring-destructive\/50:focus{--tw-ring-color:hsl(var(--destructive)/0.5)}.focus\:ring-green-500:focus{--tw-ring-opacity:1;--tw-ring-color:rgb(34 197 94/var(--tw-ring-opacity,1))}.focus\:ring-primary:focus{--tw-ring-color:hsl(var(--primary))}.focus\:ring-primary\/20:focus{--tw-ring-color:hsl(var(--primary)/0.2)}.focus\:ring-primary\/40:focus{--tw-ring-color:hsl(var(--primary)/0.4)}.focus\:ring-primary\/50:focus{--tw-ring-color:hsl(var(--primary)/0.5)}.focus\:ring-ring:focus{--tw-ring-color:hsl(var(--ring))}.focus\:ring-offset-0:focus{--tw-ring-offset-width:0px}.focus\:ring-offset-2:focus{--tw-ring-offset-width:2px}.focus-visible\:shadow-md:focus-visible{--tw-shadow:0 4px 6px -1px rgb(0 0 0/0.1),0 2px 4px -2px rgb(0 0 0/0.1);--tw-shadow-colored:0 4px 6px -1px var(--tw-shadow-color),0 2px 4px -2px var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow,0 0 #0000),var(--tw-ring-shadow,0 0 #0000),var(--tw-shadow)}.focus-visible\:outline-none:focus-visible{outline:2px solid transparent;outline-offset:2px}.focus-visible\:ring-0:focus-visible{--tw-ring-offset-shadow:var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);--tw-ring-shadow:var(--tw-ring-inset) 0 0 0 calc(0px + var(--tw-ring-offset-width)) var(--tw-ring-color);box-shadow:var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow,0 0 #0000)}.focus-visible\:ring-1:focus-visible{--tw-ring-offset-shadow:var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);--tw-ring-shadow:var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color);box-shadow:var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow,0 0 #0000)}.focus-visible\:ring-2:focus-visible{--tw-ring-offset-shadow:var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);--tw-ring-shadow:var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);box-shadow:var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow,0 0 #0000)}.focus-visible\:ring-primary\/50:focus-visible{--tw-ring-color:hsl(var(--primary)/0.5)}.focus-visible\:ring-ring:focus-visible{--tw-ring-color:hsl(var(--ring))}.focus-visible\:ring-offset-0:focus-visible{--tw-ring-offset-width:0px}.focus-visible\:ring-offset-1:focus-visible{--tw-ring-offset-width:1px}.focus-visible\:ring-offset-2:focus-visible{--tw-ring-offset-width:2px}.focus-visible\:ring-offset-background:focus-visible{--tw-ring-offset-color:hsl(var(--background))}.active\:scale-95:active{--tw-scale-x:.95;--tw-scale-y:.95;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.disabled\:pointer-events-none:disabled{pointer-events:none}.disabled\:transform-none:disabled{transform:none}.disabled\:cursor-not-allowed:disabled{cursor:not-allowed}.disabled\:opacity-50:disabled{opacity:.5}.disabled\:opacity-60:disabled{opacity:.6}.disabled\:opacity-70:disabled{opacity:.7}.disabled\:shadow-none:disabled{--tw-shadow:0 0 #0000;--tw-shadow-colored:0 0 #0000;box-shadow:var(--tw-ring-offset-shadow,0 0 #0000),var(--tw-ring-shadow,0 0 #0000),var(--tw-shadow)}.group\/menu-item:focus-within .group-focus-within\/menu-item\:opacity-100{opacity:1}.group:focus-within .group-focus-within\:opacity-100{opacity:1}.group:hover .group-hover\:-translate-x-1{--tw-translate-x:-0.25rem}.group:hover .group-hover\:-translate-x-1,.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\:translate-x-1{--tw-translate-x:0.25rem}.group:hover .group-hover\:translate-x-full{--tw-translate-x:100%}.group:hover .group-hover\:translate-x-full,.group:hover .group-hover\:translate-y-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))}.group:hover .group-hover\:translate-y-0{--tw-translate-y:0px}.group:hover .group-hover\:scale-105{--tw-scale-x:1.05;--tw-scale-y:1.05}.group:hover .group-hover\:scale-105,.group:hover .group-hover\:scale-110{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-110{--tw-scale-x:1.1;--tw-scale-y:1.1}.group:hover .group-hover\:scale-x-100{--tw-scale-x:1;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.group:hover .group-hover\:border-primary\/20{border-color:hsl(var(--primary)/.2)}.group:hover .group-hover\:border-primary\/30{border-color:hsl(var(--primary)/.3)}.group:hover .group-hover\:border-primary\/70{border-color:hsl(var(--primary)/.7)}.group:hover .group-hover\:bg-blue-500\/25{background-color:rgb(59 130 246/.25)}.group:hover .group-hover\:bg-gray-500\/20{background-color:rgb(107 114 128/.2)}.group:hover .group-hover\:bg-green-500\/25{background-color:rgb(34 197 94/.25)}.group:hover .group-hover\:bg-muted{background-color:hsl(var(--muted))}.group:hover .group-hover\:bg-muted\/30{background-color:hsl(var(--muted)/.3)}.group:hover .group-hover\:bg-muted\/5{background-color:hsl(var(--muted)/.05)}.group:hover .group-hover\:bg-primary\/10{background-color:hsl(var(--primary)/.1)}.group:hover .group-hover\:bg-primary\/20{background-color:hsl(var(--primary)/.2)}.group:hover .group-hover\:bg-primary\/30{background-color:hsl(var(--primary)/.3)}.group:hover .group-hover\:bg-purple-500\/25{background-color:rgb(168 85 247/.25)}.group:hover .group-hover\:bg-yellow-500\/25{background-color:rgb(234 179 8/.25)}.group:hover .group-hover\:text-blue-600{--tw-text-opacity:1;color:rgb(37 99 235/var(--tw-text-opacity,1))}.group:hover .group-hover\:text-foreground{color:hsl(var(--foreground))}.group:hover .group-hover\:text-green-600{--tw-text-opacity:1;color:rgb(22 163 74/var(--tw-text-opacity,1))}.group:hover .group-hover\:text-primary{color:hsl(var(--primary))}.group:hover .group-hover\:text-purple-600{--tw-text-opacity:1;color:rgb(147 51 234/var(--tw-text-opacity,1))}.group:hover .group-hover\:text-yellow-600{--tw-text-opacity:1;color:rgb(202 138 4/var(--tw-text-opacity,1))}.group\/menu-item:hover .group-hover\/menu-item\:opacity-100{opacity:1}.group:hover .group-hover\:opacity-10{opacity:.1}.group:hover .group-hover\:opacity-100{opacity:1}.group:hover .group-hover\:shadow-md{--tw-shadow:0 4px 6px -1px rgb(0 0 0/0.1),0 2px 4px -2px rgb(0 0 0/0.1);--tw-shadow-colored:0 4px 6px -1px var(--tw-shadow-color),0 2px 4px -2px var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow,0 0 #0000),var(--tw-ring-shadow,0 0 #0000),var(--tw-shadow)}.group:hover .group-hover\:ring-primary\/20{--tw-ring-color:hsl(var(--primary)/0.2)}.group.destructive .group-\[\.destructive\]\:border-red-300{--tw-border-opacity:1;border-color:rgb(252 165 165/var(--tw-border-opacity,1))}.group.info .group-\[\.info\]\:border-blue-300{--tw-border-opacity:1;border-color:rgb(147 197 253/var(--tw-border-opacity,1))}.group.success .group-\[\.success\]\:border-green-300{--tw-border-opacity:1;border-color:rgb(134 239 172/var(--tw-border-opacity,1))}.group.toaster .group-\[\.toaster\]\:border-border{border-color:hsl(var(--border))}.group.warning .group-\[\.warning\]\:border-yellow-300{--tw-border-opacity:1;border-color:rgb(253 224 71/var(--tw-border-opacity,1))}.group.toast .group-\[\.toast\]\:bg-muted{background-color:hsl(var(--muted))}.group.toast .group-\[\.toast\]\:bg-primary{background-color:hsl(var(--primary))}.group.toaster .group-\[\.toaster\]\:bg-background{background-color:hsl(var(--background))}.group.destructive .group-\[\.destructive\]\:text-red-400{--tw-text-opacity:1;color:rgb(248 113 113/var(--tw-text-opacity,1))}.group.info .group-\[\.info\]\:text-blue-400{--tw-text-opacity:1;color:rgb(96 165 250/var(--tw-text-opacity,1))}.group.success .group-\[\.success\]\:text-green-400{--tw-text-opacity:1;color:rgb(74 222 128/var(--tw-text-opacity,1))}.group.toast .group-\[\.toast\]\:text-muted-foreground{color:hsl(var(--muted-foreground))}.group.toast .group-\[\.toast\]\:text-primary-foreground{color:hsl(var(--primary-foreground))}.group.toaster .group-\[\.toaster\]\:text-foreground{color:hsl(var(--foreground))}.group.warning .group-\[\.warning\]\:text-yellow-400{--tw-text-opacity:1;color:rgb(250 204 21/var(--tw-text-opacity,1))}.group.toaster .group-\[\.toaster\]\:shadow-lg{--tw-shadow:0 10px 15px -3px rgb(0 0 0/0.1),0 4px 6px -4px rgb(0 0 0/0.1);--tw-shadow-colored:0 10px 15px -3px var(--tw-shadow-color),0 4px 6px -4px var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow,0 0 #0000),var(--tw-ring-shadow,0 0 #0000),var(--tw-shadow)}.group.destructive .group-\[\.destructive\]\:hover\:border-red-400:hover{--tw-border-opacity:1;border-color:rgb(248 113 113/var(--tw-border-opacity,1))}.group.info .group-\[\.info\]\:hover\:border-blue-400:hover{--tw-border-opacity:1;border-color:rgb(96 165 250/var(--tw-border-opacity,1))}.group.success .group-\[\.success\]\:hover\:border-green-400:hover{--tw-border-opacity:1;border-color:rgb(74 222 128/var(--tw-border-opacity,1))}.group.warning .group-\[\.warning\]\:hover\:border-yellow-400:hover{--tw-border-opacity:1;border-color:rgb(250 204 21/var(--tw-border-opacity,1))}.group.destructive .group-\[\.destructive\]\:hover\:bg-red-100:hover{--tw-bg-opacity:1;background-color:rgb(254 226 226/var(--tw-bg-opacity,1))}.group.info .group-\[\.info\]\:hover\:bg-blue-100:hover{--tw-bg-opacity:1;background-color:rgb(219 234 254/var(--tw-bg-opacity,1))}.group.success .group-\[\.success\]\:hover\:bg-green-100:hover{--tw-bg-opacity:1;background-color:rgb(220 252 231/var(--tw-bg-opacity,1))}.group.warning .group-\[\.warning\]\:hover\:bg-yellow-100:hover{--tw-bg-opacity:1;background-color:rgb(254 249 195/var(--tw-bg-opacity,1))}.group.destructive .group-\[\.destructive\]\:hover\:text-red-600:hover{--tw-text-opacity:1;color:rgb(220 38 38/var(--tw-text-opacity,1))}.group.destructive .group-\[\.destructive\]\:hover\:text-red-800:hover{--tw-text-opacity:1;color:rgb(153 27 27/var(--tw-text-opacity,1))}.group.info .group-\[\.info\]\:hover\:text-blue-600:hover{--tw-text-opacity:1;color:rgb(37 99 235/var(--tw-text-opacity,1))}.group.info .group-\[\.info\]\:hover\:text-blue-800:hover{--tw-text-opacity:1;color:rgb(30 64 175/var(--tw-text-opacity,1))}.group.success .group-\[\.success\]\:hover\:text-green-600:hover{--tw-text-opacity:1;color:rgb(22 163 74/var(--tw-text-opacity,1))}.group.success .group-\[\.success\]\:hover\:text-green-800:hover{--tw-text-opacity:1;color:rgb(22 101 52/var(--tw-text-opacity,1))}.group.warning .group-\[\.warning\]\:hover\:text-yellow-600:hover{--tw-text-opacity:1;color:rgb(202 138 4/var(--tw-text-opacity,1))}.group.warning .group-\[\.warning\]\:hover\:text-yellow-800:hover{--tw-text-opacity:1;color:rgb(133 77 14/var(--tw-text-opacity,1))}.group.destructive .group-\[\.destructive\]\:focus\:ring-red-500:focus{--tw-ring-opacity:1;--tw-ring-color:rgb(239 68 68/var(--tw-ring-opacity,1))}.group.info .group-\[\.info\]\:focus\:ring-blue-500:focus{--tw-ring-opacity:1;--tw-ring-color:rgb(59 130 246/var(--tw-ring-opacity,1))}.group.success .group-\[\.success\]\:focus\:ring-green-500:focus{--tw-ring-opacity:1;--tw-ring-color:rgb(34 197 94/var(--tw-ring-opacity,1))}.group.warning .group-\[\.warning\]\:focus\:ring-yellow-500:focus{--tw-ring-opacity:1;--tw-ring-color:rgb(234 179 8/var(--tw-ring-opacity,1))}.peer:disabled~.peer-disabled\:cursor-not-allowed{cursor:not-allowed}.peer:disabled~.peer-disabled\:opacity-70{opacity:.7}.has-\[\:focus\]\:ring-2:has(:focus){--tw-ring-offset-shadow:var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);--tw-ring-shadow:var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);box-shadow:var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow,0 0 #0000)}.has-\[\:focus\]\:ring-ring:has(:focus){--tw-ring-color:hsl(var(--ring))}.has-\[\:focus\]\:ring-offset-2:has(:focus){--tw-ring-offset-width:2px}.aria-disabled\:pointer-events-none[aria-disabled=true]{pointer-events:none}.aria-disabled\:opacity-50[aria-disabled=true]{opacity:.5}.aria-selected\:bg-accent[aria-selected=true]{background-color:hsl(var(--accent))}.aria-selected\:bg-accent\/50[aria-selected=true]{background-color:hsl(var(--accent)/.5)}.aria-selected\:text-accent-foreground[aria-selected=true]{color:hsl(var(--accent-foreground))}.aria-selected\:text-muted-foreground[aria-selected=true]{color:hsl(var(--muted-foreground))}.aria-selected\:opacity-100[aria-selected=true]{opacity:1}.aria-selected\:opacity-30[aria-selected=true]{opacity:.3}.data-\[disabled\=true\]\:pointer-events-none[data-disabled=true],.data-\[disabled\]\:pointer-events-none[data-disabled]{pointer-events:none}.data-\[active\=true\]\:z-10[data-active=true]{z-index:10}.data-\[state\=inactive\]\:hidden[data-state=inactive]{display:none}.data-\[panel-group-direction\=vertical\]\:h-px[data-panel-group-direction=vertical]{height:1px}.data-\[panel-group-direction\=vertical\]\:w-full[data-panel-group-direction=vertical]{width:100%}.data-\[side\=bottom\]\:translate-y-1[data-side=bottom]{--tw-translate-y:0.25rem}.data-\[side\=bottom\]\:translate-y-1[data-side=bottom],.data-\[side\=left\]\:-translate-x-1[data-side=left]{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))}.data-\[side\=left\]\:-translate-x-1[data-side=left]{--tw-translate-x:-0.25rem}.data-\[side\=right\]\:translate-x-1[data-side=right]{--tw-translate-x:0.25rem}.data-\[side\=right\]\:translate-x-1[data-side=right],.data-\[side\=top\]\:-translate-y-1[data-side=top]{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))}.data-\[side\=top\]\:-translate-y-1[data-side=top]{--tw-translate-y:-0.25rem}.data-\[state\=checked\]\:translate-x-0[data-state=checked]{--tw-translate-x:0px}.data-\[state\=checked\]\:translate-x-0[data-state=checked],.data-\[state\=checked\]\:translate-x-4[data-state=checked]{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))}.data-\[state\=checked\]\:translate-x-4[data-state=checked]{--tw-translate-x:1rem}.data-\[state\=unchecked\]\:translate-x-0[data-state=unchecked]{--tw-translate-x:0px}.data-\[state\=unchecked\]\:translate-x-0[data-state=unchecked],.data-\[state\=unchecked\]\:translate-x-\[-1rem\][data-state=unchecked]{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))}.data-\[state\=unchecked\]\:translate-x-\[-1rem\][data-state=unchecked]{--tw-translate-x:-1rem}.data-\[swipe\=cancel\]\:translate-x-0[data-swipe=cancel]{--tw-translate-x:0px}.data-\[swipe\=cancel\]\:translate-x-0[data-swipe=cancel],.data-\[swipe\=end\]\:translate-x-\[var\(--radix-toast-swipe-end-x\)\][data-swipe=end]{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))}.data-\[swipe\=end\]\:translate-x-\[var\(--radix-toast-swipe-end-x\)\][data-swipe=end]{--tw-translate-x:var(--radix-toast-swipe-end-x)}.data-\[swipe\=move\]\:translate-x-\[var\(--radix-toast-swipe-move-x\)\][data-swipe=move]{--tw-translate-x:var(--radix-toast-swipe-move-x);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))}@keyframes accordion-up{0%{height:var(--radix-accordion-content-height)}to{height:0}}.data-\[state\=closed\]\:animate-accordion-up[data-state=closed]{animation:accordion-up .2s ease-out}@keyframes accordion-down{0%{height:0}to{height:var(--radix-accordion-content-height)}}.data-\[state\=open\]\:animate-accordion-down[data-state=open]{animation:accordion-down .2s ease-out}.data-\[panel-group-direction\=vertical\]\:flex-col[data-panel-group-direction=vertical]{flex-direction:column}.data-\[active\=true\]\:border-ring[data-active=true]{border-color:hsl(var(--ring))}.data-\[state\=checked\]\:border-primary[data-state=checked]{border-color:hsl(var(--primary))}.data-\[active\]\:bg-accent\/50[data-active]{background-color:hsl(var(--accent)/.5)}.data-\[selected\=true\]\:bg-accent[data-selected=true]{background-color:hsl(var(--accent))}.data-\[state\=active\]\:bg-background[data-state=active]{background-color:hsl(var(--background))}.data-\[state\=active\]\:bg-primary\/10[data-state=active]{background-color:hsl(var(--primary)/.1)}.data-\[state\=active\]\:bg-white[data-state=active]{--tw-bg-opacity:1;background-color:rgb(255 255 255/var(--tw-bg-opacity,1))}.data-\[state\=checked\]\:bg-green-500[data-state=checked]{--tw-bg-opacity:1;background-color:rgb(34 197 94/var(--tw-bg-opacity,1))}.data-\[state\=checked\]\:bg-primary[data-state=checked]{background-color:hsl(var(--primary))}.data-\[state\=checked\]\:bg-primary\/60[data-state=checked]{background-color:hsl(var(--primary)/.6)}.data-\[state\=on\]\:bg-accent[data-state=on],.data-\[state\=open\]\:bg-accent[data-state=open]{background-color:hsl(var(--accent))}.data-\[state\=open\]\:bg-accent\/50[data-state=open]{background-color:hsl(var(--accent)/.5)}.data-\[state\=open\]\:bg-primary\/10[data-state=open]{background-color:hsl(var(--primary)/.1)}.data-\[state\=open\]\:bg-secondary[data-state=open]{background-color:hsl(var(--secondary))}.data-\[state\=selected\]\:bg-muted[data-state=selected]{background-color:hsl(var(--muted))}.data-\[state\=unchecked\]\:bg-input[data-state=unchecked]{background-color:hsl(var(--input))}.data-\[active\=true\]\:font-medium[data-active=true]{font-weight:500}.data-\[selected\=true\]\:text-accent-foreground[data-selected=true]{color:hsl(var(--accent-foreground))}.data-\[state\=active\]\:text-foreground[data-state=active]{color:hsl(var(--foreground))}.data-\[state\=active\]\:text-primary[data-state=active]{color:hsl(var(--primary))}.data-\[state\=checked\]\:text-primary-foreground[data-state=checked]{color:hsl(var(--primary-foreground))}.data-\[state\=on\]\:text-accent-foreground[data-state=on],.data-\[state\=open\]\:text-accent-foreground[data-state=open]{color:hsl(var(--accent-foreground))}.data-\[state\=open\]\:text-muted-foreground[data-state=open]{color:hsl(var(--muted-foreground))}.data-\[disabled\=true\]\:opacity-50[data-disabled=true],.data-\[disabled\]\:opacity-50[data-disabled]{opacity:.5}.data-\[state\=open\]\:opacity-100[data-state=open]{opacity:1}.data-\[state\=active\]\:shadow[data-state=active]{--tw-shadow:0 1px 3px 0 rgb(0 0 0/0.1),0 1px 2px -1px rgb(0 0 0/0.1);--tw-shadow-colored:0 1px 3px 0 var(--tw-shadow-color),0 1px 2px -1px var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow,0 0 #0000),var(--tw-ring-shadow,0 0 #0000),var(--tw-shadow)}.data-\[state\=active\]\:shadow-sm[data-state=active]{--tw-shadow:0 1px 2px 0 rgb(0 0 0/0.05);--tw-shadow-colored:0 1px 2px 0 var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow,0 0 #0000),var(--tw-ring-shadow,0 0 #0000),var(--tw-shadow)}.data-\[active\=true\]\:ring-\[3px\][data-active=true]{--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(3px + var(--tw-ring-offset-width)) var(--tw-ring-color);box-shadow:var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow,0 0 #0000)}.data-\[active\=true\]\:ring-ring\/50[data-active=true]{--tw-ring-color:hsl(var(--ring)/0.5)}.data-\[swipe\=move\]\:transition-none[data-swipe=move]{transition-property:none}.data-\[state\=closed\]\:duration-300[data-state=closed]{transition-duration:.3s}.data-\[state\=open\]\:duration-500[data-state=open]{transition-duration:.5s}.data-\[motion\^\=from-\]\:animate-in[data-motion^=from-],.data-\[state\=open\]\:animate-in[data-state=open],.data-\[state\=visible\]\:animate-in[data-state=visible]{animation-name:enter;animation-duration:.15s;--tw-enter-opacity:initial;--tw-enter-scale:initial;--tw-enter-rotate:initial;--tw-enter-translate-x:initial;--tw-enter-translate-y:initial}.data-\[motion\^\=to-\]\:animate-out[data-motion^=to-],.data-\[state\=closed\]\:animate-out[data-state=closed],.data-\[state\=hidden\]\:animate-out[data-state=hidden],.data-\[swipe\=end\]\:animate-out[data-swipe=end]{animation-name:exit;animation-duration:.15s;--tw-exit-opacity:initial;--tw-exit-scale:initial;--tw-exit-rotate:initial;--tw-exit-translate-x:initial;--tw-exit-translate-y:initial}.data-\[motion\^\=from-\]\:fade-in[data-motion^=from-]{--tw-enter-opacity:0}.data-\[motion\^\=to-\]\:fade-out[data-motion^=to-],.data-\[state\=closed\]\:fade-out-0[data-state=closed]{--tw-exit-opacity:0}.data-\[state\=closed\]\:fade-out-80[data-state=closed]{--tw-exit-opacity:0.8}.data-\[state\=hidden\]\:fade-out[data-state=hidden]{--tw-exit-opacity:0}.data-\[state\=open\]\:fade-in-0[data-state=open],.data-\[state\=visible\]\:fade-in[data-state=visible]{--tw-enter-opacity:0}.data-\[state\=closed\]\:zoom-out-95[data-state=closed]{--tw-exit-scale:.95}.data-\[state\=open\]\:zoom-in-90[data-state=open]{--tw-enter-scale:.9}.data-\[state\=open\]\:zoom-in-95[data-state=open]{--tw-enter-scale:.95}.data-\[motion\=from-end\]\:slide-in-from-right-52[data-motion=from-end]{--tw-enter-translate-x:13rem}.data-\[motion\=from-start\]\:slide-in-from-left-52[data-motion=from-start]{--tw-enter-translate-x:-13rem}.data-\[motion\=to-end\]\:slide-out-to-right-52[data-motion=to-end]{--tw-exit-translate-x:13rem}.data-\[motion\=to-start\]\:slide-out-to-left-52[data-motion=to-start]{--tw-exit-translate-x:-13rem}.data-\[side\=bottom\]\:slide-in-from-top-2[data-side=bottom]{--tw-enter-translate-y:-0.5rem}.data-\[side\=left\]\:slide-in-from-right-2[data-side=left]{--tw-enter-translate-x:0.5rem}.data-\[side\=right\]\:slide-in-from-left-2[data-side=right]{--tw-enter-translate-x:-0.5rem}.data-\[side\=top\]\:slide-in-from-bottom-2[data-side=top]{--tw-enter-translate-y:0.5rem}.data-\[state\=closed\]\:slide-out-to-bottom[data-state=closed]{--tw-exit-translate-y:100%}.data-\[state\=closed\]\:slide-out-to-left[data-state=closed]{--tw-exit-translate-x:-100%}.data-\[state\=closed\]\:slide-out-to-left-1\/2[data-state=closed]{--tw-exit-translate-x:-50%}.data-\[state\=closed\]\:slide-out-to-right-full[data-state=closed],.data-\[state\=closed\]\:slide-out-to-right[data-state=closed]{--tw-exit-translate-x:100%}.data-\[state\=closed\]\:slide-out-to-top[data-state=closed]{--tw-exit-translate-y:-100%}.data-\[state\=closed\]\:slide-out-to-top-4[data-state=closed]{--tw-exit-translate-y:-1rem}.data-\[state\=closed\]\:slide-out-to-top-\[48\%\][data-state=closed]{--tw-exit-translate-y:-48%}.data-\[state\=open\]\:slide-in-from-bottom[data-state=open]{--tw-enter-translate-y:100%}.data-\[state\=open\]\:slide-in-from-left[data-state=open]{--tw-enter-translate-x:-100%}.data-\[state\=open\]\:slide-in-from-left-1\/2[data-state=open]{--tw-enter-translate-x:-50%}.data-\[state\=open\]\:slide-in-from-right[data-state=open]{--tw-enter-translate-x:100%}.data-\[state\=open\]\:slide-in-from-top[data-state=open]{--tw-enter-translate-y:-100%}.data-\[state\=open\]\:slide-in-from-top-\[48\%\][data-state=open]{--tw-enter-translate-y:-48%}.data-\[state\=open\]\:slide-in-from-top-full[data-state=open]{--tw-enter-translate-y:-100%}.data-\[state\=closed\]\:duration-300[data-state=closed]{animation-duration:.3s}.data-\[state\=open\]\:duration-500[data-state=open]{animation-duration:.5s}.data-\[panel-group-direction\=vertical\]\:after\:left-0[data-panel-group-direction=vertical]:after{content:var(--tw-content);left:0}.data-\[panel-group-direction\=vertical\]\:after\:h-1[data-panel-group-direction=vertical]:after{content:var(--tw-content);height:.25rem}.data-\[panel-group-direction\=vertical\]\:after\:w-full[data-panel-group-direction=vertical]:after{content:var(--tw-content);width:100%}.data-\[panel-group-direction\=vertical\]\:after\:-translate-y-1\/2[data-panel-group-direction=vertical]:after{content:var(--tw-content);--tw-translate-y:-50%;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))}.data-\[panel-group-direction\=vertical\]\:after\:translate-x-0[data-panel-group-direction=vertical]:after{content:var(--tw-content);--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))}.group[data-collapsible=offcanvas] .group-data-\[collapsible\=offcanvas\]\:left-\[calc\(var\(--sidebar-width\)\*-1\)\]{left:calc(var(--sidebar-width) * -1)}.group[data-collapsible=offcanvas] .group-data-\[collapsible\=offcanvas\]\:right-\[calc\(var\(--sidebar-width\)\*-1\)\]{right:calc(var(--sidebar-width) * -1)}.group[data-side=left] .group-data-\[side\=left\]\:-right-4{right:-1rem}.group[data-side=right] .group-data-\[side\=right\]\:left-0{left:0}.group[data-collapsible=icon] .group-data-\[collapsible\=icon\]\:-mt-8{margin-top:-2rem}.group[data-collapsible=icon] .group-data-\[collapsible\=icon\]\:hidden{display:none}.group[data-collapsible=icon] .group-data-\[collapsible\=icon\]\:w-\[calc\(var\(--sidebar-width-icon\)\+\(--spacing\(4\)\)\)\]{width:calc(var(--sidebar-width-icon) + (--spacing(4)))}.group[data-collapsible=icon] .group-data-\[collapsible\=icon\]\:w-\[calc\(var\(--sidebar-width-icon\)\+\(--spacing\(4\)\)\+2px\)\]{width:calc(var(--sidebar-width-icon) + (--spacing(4)) + 2px)}.group[data-collapsible=offcanvas] .group-data-\[collapsible\=offcanvas\]\:w-0{width:0}.group[data-collapsible=offcanvas] .group-data-\[collapsible\=offcanvas\]\:translate-x-0{--tw-translate-x:0px;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.group[data-side=right] .group-data-\[side\=right\]\:rotate-180,.group[data-state=open] .group-data-\[state\=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[data-collapsible=icon] .group-data-\[collapsible\=icon\]\:overflow-hidden{overflow:hidden}.group[data-variant=floating] .group-data-\[variant\=floating\]\:rounded-lg{border-radius:var(--radius)}.group[data-variant=floating] .group-data-\[variant\=floating\]\:border{border-width:1px}.group[data-side=left] .group-data-\[side\=left\]\:border-r{border-right-width:1px}.group[data-side=right] .group-data-\[side\=right\]\:border-l{border-left-width:1px}.group[data-collapsible=icon] .group-data-\[collapsible\=icon\]\:opacity-0{opacity:0}.group[data-variant=floating] .group-data-\[variant\=floating\]\:shadow-sm{--tw-shadow:0 1px 2px 0 rgb(0 0 0/0.05);--tw-shadow-colored:0 1px 2px 0 var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow,0 0 #0000),var(--tw-ring-shadow,0 0 #0000),var(--tw-shadow)}.group[data-collapsible=offcanvas] .group-data-\[collapsible\=offcanvas\]\:after\:left-full:after{content:var(--tw-content);left:100%}.peer\/menu-button[data-size=default]~.peer-data-\[size\=default\]\/menu-button\:top-1\.5{top:.375rem}.peer\/menu-button[data-size=lg]~.peer-data-\[size\=lg\]\/menu-button\:top-2\.5{top:.625rem}.peer\/menu-button[data-size=sm]~.peer-data-\[size\=sm\]\/menu-button\:top-1{top:.25rem}@supports ((-webkit-backdrop-filter:var(--tw )) or (backdrop-filter:var(--tw ))){.supports-\[backdrop-filter\]\:bg-background\/60{background-color:hsl(var(--background)/.6)}}.dark\:-rotate-90:is(.dark *){--tw-rotate:-90deg;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))}.dark\:rotate-0:is(.dark *){--tw-rotate:0deg;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))}.dark\:scale-0:is(.dark *){--tw-scale-x:0;--tw-scale-y: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))}.dark\:scale-100:is(.dark *){--tw-scale-x:1;--tw-scale-y: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))}.dark\:border-amber-500\/30:is(.dark *){border-color:rgb(245 158 11/.3)}.dark\:border-amber-600:is(.dark *){--tw-border-opacity:1;border-color:rgb(217 119 6/var(--tw-border-opacity,1))}.dark\:border-amber-800:is(.dark *){--tw-border-opacity:1;border-color:rgb(146 64 14/var(--tw-border-opacity,1))}.dark\:border-amber-900\/30:is(.dark *){border-color:rgb(120 53 15/.3)}.dark\:border-blue-500:is(.dark *){--tw-border-opacity:1;border-color:rgb(59 130 246/var(--tw-border-opacity,1))}.dark\:border-blue-500\/30:is(.dark *){border-color:rgb(59 130 246/.3)}.dark\:border-blue-700:is(.dark *){--tw-border-opacity:1;border-color:rgb(29 78 216/var(--tw-border-opacity,1))}.dark\:border-blue-700\/50:is(.dark *){border-color:rgb(29 78 216/.5)}.dark\:border-blue-800:is(.dark *){--tw-border-opacity:1;border-color:rgb(30 64 175/var(--tw-border-opacity,1))}.dark\:border-blue-800\/30:is(.dark *){border-color:rgb(30 64 175/.3)}.dark\:border-blue-800\/40:is(.dark *){border-color:rgb(30 64 175/.4)}.dark\:border-blue-800\/60:is(.dark *){border-color:rgb(30 64 175/.6)}.dark\:border-blue-900:is(.dark *){--tw-border-opacity:1;border-color:rgb(30 58 138/var(--tw-border-opacity,1))}.dark\:border-blue-900\/30:is(.dark *){border-color:rgb(30 58 138/.3)}.dark\:border-border\/30:is(.dark *){border-color:hsl(var(--border)/.3)}.dark\:border-destructive:is(.dark *){border-color:hsl(var(--destructive))}.dark\:border-emerald-500\/30:is(.dark *){border-color:rgb(16 185 129/.3)}.dark\:border-emerald-800:is(.dark *){--tw-border-opacity:1;border-color:rgb(6 95 70/var(--tw-border-opacity,1))}.dark\:border-gray-700:is(.dark *){--tw-border-opacity:1;border-color:rgb(55 65 81/var(--tw-border-opacity,1))}.dark\:border-gray-700\/60:is(.dark *){border-color:rgb(55 65 81/.6)}.dark\:border-gray-800:is(.dark *){--tw-border-opacity:1;border-color:rgb(31 41 55/var(--tw-border-opacity,1))}.dark\:border-green-500\/30:is(.dark *){border-color:rgb(34 197 94/.3)}.dark\:border-green-700:is(.dark *){--tw-border-opacity:1;border-color:rgb(21 128 61/var(--tw-border-opacity,1))}.dark\:border-green-800:is(.dark *){--tw-border-opacity:1;border-color:rgb(22 101 52/var(--tw-border-opacity,1))}.dark\:border-green-800\/40:is(.dark *){border-color:rgb(22 101 52/.4)}.dark\:border-green-800\/60:is(.dark *){border-color:rgb(22 101 52/.6)}.dark\:border-green-900\/30:is(.dark *){border-color:rgb(20 83 45/.3)}.dark\:border-green-900\/50:is(.dark *){border-color:rgb(20 83 45/.5)}.dark\:border-indigo-800:is(.dark *){--tw-border-opacity:1;border-color:rgb(55 48 163/var(--tw-border-opacity,1))}.dark\:border-neutral-800:is(.dark *){--tw-border-opacity:1;border-color:rgb(38 38 38/var(--tw-border-opacity,1))}.dark\:border-orange-500\/30:is(.dark *){border-color:rgb(249 115 22/.3)}.dark\:border-orange-600:is(.dark *){--tw-border-opacity:1;border-color:rgb(234 88 12/var(--tw-border-opacity,1))}.dark\:border-orange-700:is(.dark *){--tw-border-opacity:1;border-color:rgb(194 65 12/var(--tw-border-opacity,1))}.dark\:border-orange-800:is(.dark *){--tw-border-opacity:1;border-color:rgb(154 52 18/var(--tw-border-opacity,1))}.dark\:border-orange-900\/30:is(.dark *){border-color:rgb(124 45 18/.3)}.dark\:border-purple-800:is(.dark *){--tw-border-opacity:1;border-color:rgb(107 33 168/var(--tw-border-opacity,1))}.dark\:border-purple-900:is(.dark *){--tw-border-opacity:1;border-color:rgb(88 28 135/var(--tw-border-opacity,1))}.dark\:border-red-500\/30:is(.dark *){border-color:rgb(239 68 68/.3)}.dark\:border-red-800:is(.dark *){--tw-border-opacity:1;border-color:rgb(153 27 27/var(--tw-border-opacity,1))}.dark\:border-red-800\/40:is(.dark *){border-color:rgb(153 27 27/.4)}.dark\:border-red-800\/60:is(.dark *){border-color:rgb(153 27 27/.6)}.dark\:border-white:is(.dark *){--tw-border-opacity:1;border-color:rgb(255 255 255/var(--tw-border-opacity,1))}.dark\:border-yellow-800:is(.dark *){--tw-border-opacity:1;border-color:rgb(133 77 14/var(--tw-border-opacity,1))}.dark\:border-yellow-800\/40:is(.dark *){border-color:rgb(133 77 14/.4)}.dark\:border-yellow-800\/50:is(.dark *){border-color:rgb(133 77 14/.5)}.dark\:border-yellow-900\/30:is(.dark *){border-color:rgb(113 63 18/.3)}.dark\:bg-amber-500:is(.dark *){--tw-bg-opacity:1;background-color:rgb(245 158 11/var(--tw-bg-opacity,1))}.dark\:bg-amber-900\/10:is(.dark *){background-color:rgb(120 53 15/.1)}.dark\:bg-amber-900\/20:is(.dark *){background-color:rgb(120 53 15/.2)}.dark\:bg-amber-900\/30:is(.dark *){background-color:rgb(120 53 15/.3)}.dark\:bg-amber-900\/5:is(.dark *){background-color:rgb(120 53 15/.05)}.dark\:bg-amber-900\/50:is(.dark *){background-color:rgb(120 53 15/.5)}.dark\:bg-amber-950:is(.dark *){--tw-bg-opacity:1;background-color:rgb(69 26 3/var(--tw-bg-opacity,1))}.dark\:bg-amber-950\/20:is(.dark *){background-color:rgb(69 26 3/.2)}.dark\:bg-amber-950\/30:is(.dark *){background-color:rgb(69 26 3/.3)}.dark\:bg-amber-950\/50:is(.dark *){background-color:rgb(69 26 3/.5)}.dark\:bg-amber-950\/90:is(.dark *){background-color:rgb(69 26 3/.9)}.dark\:bg-background\/10:is(.dark *){background-color:hsl(var(--background)/.1)}.dark\:bg-background\/30:is(.dark *){background-color:hsl(var(--background)/.3)}.dark\:bg-background\/90:is(.dark *){background-color:hsl(var(--background)/.9)}.dark\:bg-background\/95:is(.dark *){background-color:hsl(var(--background)/.95)}.dark\:bg-black\/20:is(.dark *){background-color:rgb(0 0 0/.2)}.dark\:bg-blue-400:is(.dark *){--tw-bg-opacity:1;background-color:rgb(96 165 250/var(--tw-bg-opacity,1))}.dark\:bg-blue-400\/20:is(.dark *){background-color:rgb(96 165 250/.2)}.dark\:bg-blue-500:is(.dark *){--tw-bg-opacity:1;background-color:rgb(59 130 246/var(--tw-bg-opacity,1))}.dark\:bg-blue-800\/60:is(.dark *){background-color:rgb(30 64 175/.6)}.dark\:bg-blue-900:is(.dark *){--tw-bg-opacity:1;background-color:rgb(30 58 138/var(--tw-bg-opacity,1))}.dark\:bg-blue-900\/20:is(.dark *){background-color:rgb(30 58 138/.2)}.dark\:bg-blue-900\/30:is(.dark *){background-color:rgb(30 58 138/.3)}.dark\:bg-blue-900\/50:is(.dark *){background-color:rgb(30 58 138/.5)}.dark\:bg-blue-950:is(.dark *){--tw-bg-opacity:1;background-color:rgb(23 37 84/var(--tw-bg-opacity,1))}.dark\:bg-blue-950\/20:is(.dark *){background-color:rgb(23 37 84/.2)}.dark\:bg-blue-950\/30:is(.dark *){background-color:rgb(23 37 84/.3)}.dark\:bg-blue-950\/50:is(.dark *){background-color:rgb(23 37 84/.5)}.dark\:bg-blue-950\/80:is(.dark *){background-color:rgb(23 37 84/.8)}.dark\:bg-blue-950\/90:is(.dark *){background-color:rgb(23 37 84/.9)}.dark\:bg-card\/90:is(.dark *){background-color:hsl(var(--card)/.9)}.dark\:bg-destructive\/20:is(.dark *){background-color:hsl(var(--destructive)/.2)}.dark\:bg-emerald-900\/30:is(.dark *){background-color:rgb(6 78 59/.3)}.dark\:bg-emerald-900\/50:is(.dark *){background-color:rgb(6 78 59/.5)}.dark\:bg-emerald-950:is(.dark *){--tw-bg-opacity:1;background-color:rgb(2 44 34/var(--tw-bg-opacity,1))}.dark\:bg-emerald-950\/30:is(.dark *){background-color:rgb(2 44 34/.3)}.dark\:bg-gray-700:is(.dark *){--tw-bg-opacity:1;background-color:rgb(55 65 81/var(--tw-bg-opacity,1))}.dark\:bg-gray-800:is(.dark *){--tw-bg-opacity:1;background-color:rgb(31 41 55/var(--tw-bg-opacity,1))}.dark\:bg-gray-800\/20:is(.dark *){background-color:rgb(31 41 55/.2)}.dark\:bg-gray-800\/30:is(.dark *){background-color:rgb(31 41 55/.3)}.dark\:bg-gray-800\/40:is(.dark *){background-color:rgb(31 41 55/.4)}.dark\:bg-gray-800\/50:is(.dark *){background-color:rgb(31 41 55/.5)}.dark\:bg-gray-800\/80:is(.dark *){background-color:rgb(31 41 55/.8)}.dark\:bg-gray-800\/90:is(.dark *){background-color:rgb(31 41 55/.9)}.dark\:bg-gray-900:is(.dark *){--tw-bg-opacity:1;background-color:rgb(17 24 39/var(--tw-bg-opacity,1))}.dark\:bg-gray-900\/50:is(.dark *){background-color:rgb(17 24 39/.5)}.dark\:bg-green-500\/15:is(.dark *){background-color:rgb(34 197 94/.15)}.dark\:bg-green-600:is(.dark *){--tw-bg-opacity:1;background-color:rgb(22 163 74/var(--tw-bg-opacity,1))}.dark\:bg-green-700:is(.dark *){--tw-bg-opacity:1;background-color:rgb(21 128 61/var(--tw-bg-opacity,1))}.dark\:bg-green-800:is(.dark *){--tw-bg-opacity:1;background-color:rgb(22 101 52/var(--tw-bg-opacity,1))}.dark\:bg-green-900:is(.dark *){--tw-bg-opacity:1;background-color:rgb(20 83 45/var(--tw-bg-opacity,1))}.dark\:bg-green-900\/10:is(.dark *){background-color:rgb(20 83 45/.1)}.dark\:bg-green-900\/20:is(.dark *){background-color:rgb(20 83 45/.2)}.dark\:bg-green-900\/30:is(.dark *){background-color:rgb(20 83 45/.3)}.dark\:bg-green-900\/5:is(.dark *){background-color:rgb(20 83 45/.05)}.dark\:bg-green-900\/50:is(.dark *){background-color:rgb(20 83 45/.5)}.dark\:bg-green-950:is(.dark *){--tw-bg-opacity:1;background-color:rgb(5 46 22/var(--tw-bg-opacity,1))}.dark\:bg-green-950\/20:is(.dark *){background-color:rgb(5 46 22/.2)}.dark\:bg-green-950\/30:is(.dark *){background-color:rgb(5 46 22/.3)}.dark\:bg-green-950\/50:is(.dark *){background-color:rgb(5 46 22/.5)}.dark\:bg-green-950\/80:is(.dark *){background-color:rgb(5 46 22/.8)}.dark\:bg-indigo-950\/20:is(.dark *){background-color:rgb(30 27 75/.2)}.dark\:bg-input\/30:is(.dark *){background-color:hsl(var(--input)/.3)}.dark\:bg-muted\/10:is(.dark *){background-color:hsl(var(--muted)/.1)}.dark\:bg-muted\/20:is(.dark *){background-color:hsl(var(--muted)/.2)}.dark\:bg-muted\/30:is(.dark *){background-color:hsl(var(--muted)/.3)}.dark\:bg-muted\/40:is(.dark *){background-color:hsl(var(--muted)/.4)}.dark\:bg-neutral-900:is(.dark *){--tw-bg-opacity:1;background-color:rgb(23 23 23/var(--tw-bg-opacity,1))}.dark\:bg-neutral-900\/30:is(.dark *){background-color:rgb(23 23 23/.3)}.dark\:bg-neutral-900\/50:is(.dark *){background-color:rgb(23 23 23/.5)}.dark\:bg-orange-900:is(.dark *){--tw-bg-opacity:1;background-color:rgb(124 45 18/var(--tw-bg-opacity,1))}.dark\:bg-orange-900\/20:is(.dark *){background-color:rgb(124 45 18/.2)}.dark\:bg-orange-900\/30:is(.dark *){background-color:rgb(124 45 18/.3)}.dark\:bg-orange-950\/20:is(.dark *){background-color:rgb(67 20 7/.2)}.dark\:bg-orange-950\/30:is(.dark *){background-color:rgb(67 20 7/.3)}.dark\:bg-pink-900\/30:is(.dark *){background-color:rgb(131 24 67/.3)}.dark\:bg-primary\/15:is(.dark *){background-color:hsl(var(--primary)/.15)}.dark\:bg-primary\/30:is(.dark *){background-color:hsl(var(--primary)/.3)}.dark\:bg-purple-900\/20:is(.dark *){background-color:rgb(88 28 135/.2)}.dark\:bg-purple-900\/30:is(.dark *){background-color:rgb(88 28 135/.3)}.dark\:bg-purple-900\/50:is(.dark *){background-color:rgb(88 28 135/.5)}.dark\:bg-purple-950\/20:is(.dark *){background-color:rgb(59 7 100/.2)}.dark\:bg-purple-950\/30:is(.dark *){background-color:rgb(59 7 100/.3)}.dark\:bg-purple-950\/50:is(.dark *){background-color:rgb(59 7 100/.5)}.dark\:bg-red-900:is(.dark *){--tw-bg-opacity:1;background-color:rgb(127 29 29/var(--tw-bg-opacity,1))}.dark\:bg-red-900\/20:is(.dark *){background-color:rgb(127 29 29/.2)}.dark\:bg-red-900\/30:is(.dark *){background-color:rgb(127 29 29/.3)}.dark\:bg-red-950:is(.dark *){--tw-bg-opacity:1;background-color:rgb(69 10 10/var(--tw-bg-opacity,1))}.dark\:bg-red-950\/20:is(.dark *){background-color:rgb(69 10 10/.2)}.dark\:bg-red-950\/30:is(.dark *){background-color:rgb(69 10 10/.3)}.dark\:bg-red-950\/80:is(.dark *){background-color:rgb(69 10 10/.8)}.dark\:bg-slate-700:is(.dark *){--tw-bg-opacity:1;background-color:rgb(51 65 85/var(--tw-bg-opacity,1))}.dark\:bg-slate-800:is(.dark *){--tw-bg-opacity:1;background-color:rgb(30 41 59/var(--tw-bg-opacity,1))}.dark\:bg-slate-900:is(.dark *){--tw-bg-opacity:1;background-color:rgb(15 23 42/var(--tw-bg-opacity,1))}.dark\:bg-white:is(.dark *){--tw-bg-opacity:1;background-color:rgb(255 255 255/var(--tw-bg-opacity,1))}.dark\:bg-white\/5:is(.dark *){background-color:rgb(255 255 255/.05)}.dark\:bg-yellow-900\/20:is(.dark *){background-color:rgb(113 63 18/.2)}.dark\:bg-yellow-900\/30:is(.dark *){background-color:rgb(113 63 18/.3)}.dark\:bg-yellow-950:is(.dark *){--tw-bg-opacity:1;background-color:rgb(66 32 6/var(--tw-bg-opacity,1))}.dark\:bg-yellow-950\/80:is(.dark *){background-color:rgb(66 32 6/.8)}.dark\:from-amber-950\/20:is(.dark *){--tw-gradient-from:rgb(69 26 3/0.2) var(--tw-gradient-from-position);--tw-gradient-to:rgb(69 26 3/0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to)}.dark\:from-background:is(.dark *){--tw-gradient-from:hsl(var(--background)) var(--tw-gradient-from-position);--tw-gradient-to:hsl(var(--background)/0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to)}.dark\:from-blue-400:is(.dark *){--tw-gradient-from:#60a5fa var(--tw-gradient-from-position);--tw-gradient-to:rgb(96 165 250/0) 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:rgb(30 58 138/0.2) var(--tw-gradient-from-position);--tw-gradient-to:rgb(30 58 138/0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to)}.dark\:from-blue-900\/30:is(.dark *){--tw-gradient-from:rgb(30 58 138/0.3) var(--tw-gradient-from-position);--tw-gradient-to:rgb(30 58 138/0) 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:rgb(23 37 84/0.2) var(--tw-gradient-from-position);--tw-gradient-to:rgb(23 37 84/0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to)}.dark\:from-blue-950\/40:is(.dark *){--tw-gradient-from:rgb(23 37 84/0.4) var(--tw-gradient-from-position);--tw-gradient-to:rgb(23 37 84/0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to)}.dark\:from-blue-950\/50:is(.dark *){--tw-gradient-from:rgb(23 37 84/0.5) var(--tw-gradient-from-position);--tw-gradient-to:rgb(23 37 84/0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to)}.dark\:from-destructive\/10:is(.dark *){--tw-gradient-from:hsl(var(--destructive)/0.1) var(--tw-gradient-from-position);--tw-gradient-to:hsl(var(--destructive)/0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to)}.dark\:from-emerald-900\/50:is(.dark *){--tw-gradient-from:rgb(6 78 59/0.5) var(--tw-gradient-from-position);--tw-gradient-to:rgb(6 78 59/0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to)}.dark\:from-emerald-950\/40:is(.dark *){--tw-gradient-from:rgb(2 44 34/0.4) var(--tw-gradient-from-position);--tw-gradient-to:rgb(2 44 34/0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to)}.dark\:from-gray-800\/50:is(.dark *){--tw-gradient-from:rgb(31 41 55/0.5) var(--tw-gradient-from-position);--tw-gradient-to:rgb(31 41 55/0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to)}.dark\:from-gray-900:is(.dark *){--tw-gradient-from:#111827 var(--tw-gradient-from-position);--tw-gradient-to:rgb(17 24 39/0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to)}.dark\:from-gray-900\/50:is(.dark *){--tw-gradient-from:rgb(17 24 39/0.5) var(--tw-gradient-from-position);--tw-gradient-to:rgb(17 24 39/0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to)}.dark\:from-green-400:is(.dark *){--tw-gradient-from:#4ade80 var(--tw-gradient-from-position);--tw-gradient-to:rgb(74 222 128/0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to)}.dark\:from-green-900\/30:is(.dark *){--tw-gradient-from:rgb(20 83 45/0.3) var(--tw-gradient-from-position);--tw-gradient-to:rgb(20 83 45/0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to)}.dark\:from-primary:is(.dark *){--tw-gradient-from:hsl(var(--primary)) var(--tw-gradient-from-position);--tw-gradient-to:hsl(var(--primary)/0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to)}.dark\:from-primary\/10:is(.dark *){--tw-gradient-from:hsl(var(--primary)/0.1) var(--tw-gradient-from-position);--tw-gradient-to:hsl(var(--primary)/0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to)}.dark\:from-purple-950\/50:is(.dark *){--tw-gradient-from:rgb(59 7 100/0.5) var(--tw-gradient-from-position);--tw-gradient-to:rgb(59 7 100/0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to)}.dark\:from-red-950\/20:is(.dark *){--tw-gradient-from:rgb(69 10 10/0.2) var(--tw-gradient-from-position);--tw-gradient-to:rgb(69 10 10/0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to)}.dark\:from-yellow-900\/20:is(.dark *){--tw-gradient-from:rgb(113 63 18/0.2) var(--tw-gradient-from-position);--tw-gradient-to:rgb(113 63 18/0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to)}.dark\:via-background\/95:is(.dark *){--tw-gradient-to:hsl(var(--background)/0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from),hsl(var(--background)/0.95) var(--tw-gradient-via-position),var(--tw-gradient-to)}.dark\:via-blue-900:is(.dark *){--tw-gradient-to:rgb(30 58 138/0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from),#1e3a8a var(--tw-gradient-via-position),var(--tw-gradient-to)}.dark\:via-gray-800:is(.dark *){--tw-gradient-to:rgb(31 41 55/0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from),#1f2937 var(--tw-gradient-via-position),var(--tw-gradient-to)}.dark\:via-indigo-950\/40:is(.dark *){--tw-gradient-to:rgb(30 27 75/0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from),rgb(30 27 75/0.4) var(--tw-gradient-via-position),var(--tw-gradient-to)}.dark\:to-accent-teal:is(.dark *){--tw-gradient-to:hsl(var(--accent-teal)) var(--tw-gradient-to-position)}.dark\:to-amber-950:is(.dark *){--tw-gradient-to:#451a03 var(--tw-gradient-to-position)}.dark\:to-background\/90:is(.dark *){--tw-gradient-to:hsl(var(--background)/0.9) var(--tw-gradient-to-position)}.dark\:to-blue-300:is(.dark *){--tw-gradient-to:#93c5fd var(--tw-gradient-to-position)}.dark\:to-blue-400:is(.dark *){--tw-gradient-to:#60a5fa var(--tw-gradient-to-position)}.dark\:to-blue-800\/30:is(.dark *){--tw-gradient-to:rgb(30 64 175/0.3) var(--tw-gradient-to-position)}.dark\:to-blue-900\/10:is(.dark *){--tw-gradient-to:rgb(30 58 138/0.1) var(--tw-gradient-to-position)}.dark\:to-blue-900\/30:is(.dark *){--tw-gradient-to:rgb(30 58 138/0.3) var(--tw-gradient-to-position)}.dark\:to-destructive\/5:is(.dark *){--tw-gradient-to:hsl(var(--destructive)/0.05) var(--tw-gradient-to-position)}.dark\:to-gray-700\/50:is(.dark *){--tw-gradient-to:rgb(55 65 81/0.5) var(--tw-gradient-to-position)}.dark\:to-gray-950:is(.dark *){--tw-gradient-to:#030712 var(--tw-gradient-to-position)}.dark\:to-green-900\/50:is(.dark *){--tw-gradient-to:rgb(20 83 45/0.5) var(--tw-gradient-to-position)}.dark\:to-green-950:is(.dark *){--tw-gradient-to:#052e16 var(--tw-gradient-to-position)}.dark\:to-green-950\/40:is(.dark *){--tw-gradient-to:rgb(5 46 22/0.4) var(--tw-gradient-to-position)}.dark\:to-green-950\/50:is(.dark *){--tw-gradient-to:rgb(5 46 22/0.5) var(--tw-gradient-to-position)}.dark\:to-orange-900\/20:is(.dark *){--tw-gradient-to:rgb(124 45 18/0.2) var(--tw-gradient-to-position)}.dark\:to-orange-950\/20:is(.dark *){--tw-gradient-to:rgb(67 20 7/0.2) var(--tw-gradient-to-position)}.dark\:to-pink-950\/20:is(.dark *){--tw-gradient-to:rgb(80 7 36/0.2) var(--tw-gradient-to-position)}.dark\:to-pink-950\/50:is(.dark *){--tw-gradient-to:rgb(80 7 36/0.5) var(--tw-gradient-to-position)}.dark\:to-primary\/20:is(.dark *){--tw-gradient-to:hsl(var(--primary)/0.2) var(--tw-gradient-to-position)}.dark\:to-purple-400:is(.dark *){--tw-gradient-to:#c084fc var(--tw-gradient-to-position)}.dark\:to-purple-900:is(.dark *){--tw-gradient-to:#581c87 var(--tw-gradient-to-position)}.dark\:to-purple-900\/20:is(.dark *){--tw-gradient-to:rgb(88 28 135/0.2) var(--tw-gradient-to-position)}.dark\:to-purple-950:is(.dark *){--tw-gradient-to:#3b0764 var(--tw-gradient-to-position)}.dark\:to-purple-950\/20:is(.dark *){--tw-gradient-to:rgb(59 7 100/0.2) var(--tw-gradient-to-position)}.dark\:to-purple-950\/40:is(.dark *){--tw-gradient-to:rgb(59 7 100/0.4) var(--tw-gradient-to-position)}.dark\:to-red-950:is(.dark *){--tw-gradient-to:#450a0a var(--tw-gradient-to-position)}.dark\:fill-background:is(.dark *){fill:hsl(var(--background))}.dark\:text-amber-200:is(.dark *){--tw-text-opacity:1;color:rgb(253 230 138/var(--tw-text-opacity,1))}.dark\:text-amber-300:is(.dark *){--tw-text-opacity:1;color:rgb(252 211 77/var(--tw-text-opacity,1))}.dark\:text-amber-400:is(.dark *){--tw-text-opacity:1;color:rgb(251 191 36/var(--tw-text-opacity,1))}.dark\:text-amber-500:is(.dark *){--tw-text-opacity:1;color:rgb(245 158 11/var(--tw-text-opacity,1))}.dark\:text-black:is(.dark *){--tw-text-opacity:1;color:rgb(0 0 0/var(--tw-text-opacity,1))}.dark\:text-blue-100:is(.dark *){--tw-text-opacity:1;color:rgb(219 234 254/var(--tw-text-opacity,1))}.dark\:text-blue-200:is(.dark *){--tw-text-opacity:1;color:rgb(191 219 254/var(--tw-text-opacity,1))}.dark\:text-blue-300:is(.dark *){--tw-text-opacity:1;color:rgb(147 197 253/var(--tw-text-opacity,1))}.dark\:text-blue-300\/80:is(.dark *){color:rgb(147 197 253/.8)}.dark\:text-blue-400:is(.dark *){--tw-text-opacity:1;color:rgb(96 165 250/var(--tw-text-opacity,1))}.dark\:text-emerald-200:is(.dark *){--tw-text-opacity:1;color:rgb(167 243 208/var(--tw-text-opacity,1))}.dark\:text-emerald-300:is(.dark *){--tw-text-opacity:1;color:rgb(110 231 183/var(--tw-text-opacity,1))}.dark\:text-emerald-400:is(.dark *){--tw-text-opacity:1;color:rgb(52 211 153/var(--tw-text-opacity,1))}.dark\:text-foreground\/80:is(.dark *){color:hsl(var(--foreground)/.8)}.dark\:text-gray-200:is(.dark *){--tw-text-opacity:1;color:rgb(229 231 235/var(--tw-text-opacity,1))}.dark\:text-gray-300:is(.dark *){--tw-text-opacity:1;color:rgb(209 213 219/var(--tw-text-opacity,1))}.dark\:text-gray-400:is(.dark *){--tw-text-opacity:1;color:rgb(156 163 175/var(--tw-text-opacity,1))}.dark\:text-gray-500:is(.dark *){--tw-text-opacity:1;color:rgb(107 114 128/var(--tw-text-opacity,1))}.dark\:text-gray-700:is(.dark *){--tw-text-opacity:1;color:rgb(55 65 81/var(--tw-text-opacity,1))}.dark\:text-green-100:is(.dark *){--tw-text-opacity:1;color:rgb(220 252 231/var(--tw-text-opacity,1))}.dark\:text-green-200:is(.dark *){--tw-text-opacity:1;color:rgb(187 247 208/var(--tw-text-opacity,1))}.dark\:text-green-300:is(.dark *){--tw-text-opacity:1;color:rgb(134 239 172/var(--tw-text-opacity,1))}.dark\:text-green-400:is(.dark *){--tw-text-opacity:1;color:rgb(74 222 128/var(--tw-text-opacity,1))}.dark\:text-green-500:is(.dark *){--tw-text-opacity:1;color:rgb(34 197 94/var(--tw-text-opacity,1))}.dark\:text-indigo-300:is(.dark *){--tw-text-opacity:1;color:rgb(165 180 252/var(--tw-text-opacity,1))}.dark\:text-neutral-200:is(.dark *){--tw-text-opacity:1;color:rgb(229 229 229/var(--tw-text-opacity,1))}.dark\:text-neutral-300:is(.dark *){--tw-text-opacity:1;color:rgb(212 212 212/var(--tw-text-opacity,1))}.dark\:text-neutral-400:is(.dark *){--tw-text-opacity:1;color:rgb(163 163 163/var(--tw-text-opacity,1))}.dark\:text-orange-100:is(.dark *){--tw-text-opacity:1;color:rgb(255 237 213/var(--tw-text-opacity,1))}.dark\:text-orange-300:is(.dark *){--tw-text-opacity:1;color:rgb(253 186 116/var(--tw-text-opacity,1))}.dark\:text-orange-400:is(.dark *){--tw-text-opacity:1;color:rgb(251 146 60/var(--tw-text-opacity,1))}.dark\:text-pink-400:is(.dark *){--tw-text-opacity:1;color:rgb(244 114 182/var(--tw-text-opacity,1))}.dark\:text-primary\/60:is(.dark *){color:hsl(var(--primary)/.6)}.dark\:text-primary\/80:is(.dark *){color:hsl(var(--primary)/.8)}.dark\:text-primary\/90:is(.dark *){color:hsl(var(--primary)/.9)}.dark\:text-purple-300:is(.dark *){--tw-text-opacity:1;color:rgb(216 180 254/var(--tw-text-opacity,1))}.dark\:text-purple-400:is(.dark *){--tw-text-opacity:1;color:rgb(192 132 252/var(--tw-text-opacity,1))}.dark\:text-red-100:is(.dark *){--tw-text-opacity:1;color:rgb(254 226 226/var(--tw-text-opacity,1))}.dark\:text-red-300:is(.dark *){--tw-text-opacity:1;color:rgb(252 165 165/var(--tw-text-opacity,1))}.dark\:text-red-400:is(.dark *){--tw-text-opacity:1;color:rgb(248 113 113/var(--tw-text-opacity,1))}.dark\:text-red-400\/80:is(.dark *){color:rgb(248 113 113/.8)}.dark\:text-sky-200:is(.dark *){--tw-text-opacity:1;color:rgb(186 230 253/var(--tw-text-opacity,1))}.dark\:text-sky-300:is(.dark *){--tw-text-opacity:1;color:rgb(125 211 252/var(--tw-text-opacity,1))}.dark\:text-sky-400:is(.dark *){--tw-text-opacity:1;color:rgb(56 189 248/var(--tw-text-opacity,1))}.dark\:text-slate-400:is(.dark *){--tw-text-opacity:1;color:rgb(148 163 184/var(--tw-text-opacity,1))}.dark\:text-violet-200:is(.dark *){--tw-text-opacity:1;color:rgb(221 214 254/var(--tw-text-opacity,1))}.dark\:text-violet-300:is(.dark *){--tw-text-opacity:1;color:rgb(196 181 253/var(--tw-text-opacity,1))}.dark\:text-violet-400:is(.dark *){--tw-text-opacity:1;color:rgb(167 139 250/var(--tw-text-opacity,1))}.dark\:text-white:is(.dark *){--tw-text-opacity:1;color:rgb(255 255 255/var(--tw-text-opacity,1))}.dark\:text-yellow-300:is(.dark *){--tw-text-opacity:1;color:rgb(253 224 71/var(--tw-text-opacity,1))}.dark\:text-yellow-400:is(.dark *){--tw-text-opacity:1;color:rgb(250 204 21/var(--tw-text-opacity,1))}.dark\:opacity-\[0\.05\]:is(.dark *){opacity:.05}.dark\:shadow-2xl:is(.dark *){--tw-shadow:0 25px 50px -12px rgb(0 0 0/0.25);--tw-shadow-colored:0 25px 50px -12px var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow,0 0 #0000),var(--tw-ring-shadow,0 0 #0000),var(--tw-shadow)}.dark\:shadow-blue-900\/20:is(.dark *){--tw-shadow-color:rgb(30 58 138/0.2);--tw-shadow:var(--tw-shadow-colored)}.dark\:shadow-green-900\/20:is(.dark *){--tw-shadow-color:rgb(20 83 45/0.2);--tw-shadow:var(--tw-shadow-colored)}.dark\:shadow-red-900\/20:is(.dark *){--tw-shadow-color:rgb(127 29 29/0.2);--tw-shadow:var(--tw-shadow-colored)}.dark\:shadow-yellow-900\/20:is(.dark *){--tw-shadow-color:rgb(113 63 18/0.2);--tw-shadow:var(--tw-shadow-colored)}.dark\:ring-white\/10:is(.dark *){--tw-ring-color:rgb(255 255 255/0.1)}.dark\:ring-offset-background:is(.dark *){--tw-ring-offset-color:hsl(var(--background))}.dark\:hover\:border-amber-700:hover:is(.dark *){--tw-border-opacity:1;border-color:rgb(180 83 9/var(--tw-border-opacity,1))}.dark\:hover\:border-blue-700:hover:is(.dark *){--tw-border-opacity:1;border-color:rgb(29 78 216/var(--tw-border-opacity,1))}.dark\:hover\:border-gray-600:hover:is(.dark *){--tw-border-opacity:1;border-color:rgb(75 85 99/var(--tw-border-opacity,1))}.dark\:hover\:border-green-700:hover:is(.dark *){--tw-border-opacity:1;border-color:rgb(21 128 61/var(--tw-border-opacity,1))}.dark\:hover\:bg-amber-500\/10:hover:is(.dark *){background-color:rgb(245 158 11/.1)}.dark\:hover\:bg-amber-600:hover:is(.dark *){--tw-bg-opacity:1;background-color:rgb(217 119 6/var(--tw-bg-opacity,1))}.dark\:hover\:bg-amber-900\/20:hover:is(.dark *){background-color:rgb(120 53 15/.2)}.dark\:hover\:bg-amber-900\/70:hover:is(.dark *){background-color:rgb(120 53 15/.7)}.dark\:hover\:bg-amber-950:hover:is(.dark *){--tw-bg-opacity:1;background-color:rgb(69 26 3/var(--tw-bg-opacity,1))}.dark\:hover\:bg-amber-950\/30:hover:is(.dark *){background-color:rgb(69 26 3/.3)}.dark\:hover\:bg-background\/95:hover:is(.dark *){background-color:hsl(var(--background)/.95)}.dark\:hover\:bg-blue-500\/10:hover:is(.dark *){background-color:rgb(59 130 246/.1)}.dark\:hover\:bg-blue-900\/20:hover:is(.dark *){background-color:rgb(30 58 138/.2)}.dark\:hover\:bg-blue-950:hover:is(.dark *){--tw-bg-opacity:1;background-color:rgb(23 37 84/var(--tw-bg-opacity,1))}.dark\:hover\:bg-blue-950\/30:hover:is(.dark *){background-color:rgb(23 37 84/.3)}.dark\:hover\:bg-emerald-950:hover:is(.dark *){--tw-bg-opacity:1;background-color:rgb(2 44 34/var(--tw-bg-opacity,1))}.dark\:hover\:bg-emerald-950\/30:hover:is(.dark *){background-color:rgb(2 44 34/.3)}.dark\:hover\:bg-gray-100:hover:is(.dark *){--tw-bg-opacity:1;background-color:rgb(243 244 246/var(--tw-bg-opacity,1))}.dark\:hover\:bg-gray-800:hover:is(.dark *){--tw-bg-opacity:1;background-color:rgb(31 41 55/var(--tw-bg-opacity,1))}.dark\:hover\:bg-green-500\/10:hover:is(.dark *){background-color:rgb(34 197 94/.1)}.dark\:hover\:bg-green-700:hover:is(.dark *){--tw-bg-opacity:1;background-color:rgb(21 128 61/var(--tw-bg-opacity,1))}.dark\:hover\:bg-green-800:hover:is(.dark *){--tw-bg-opacity:1;background-color:rgb(22 101 52/var(--tw-bg-opacity,1))}.dark\:hover\:bg-green-900\/20:hover:is(.dark *){background-color:rgb(20 83 45/.2)}.dark\:hover\:bg-muted\/20:hover:is(.dark *){background-color:hsl(var(--muted)/.2)}.dark\:hover\:bg-muted\/40:hover:is(.dark *){background-color:hsl(var(--muted)/.4)}.dark\:hover\:bg-muted\/50:hover:is(.dark *){background-color:hsl(var(--muted)/.5)}.dark\:hover\:bg-orange-950:hover:is(.dark *){--tw-bg-opacity:1;background-color:rgb(67 20 7/var(--tw-bg-opacity,1))}.dark\:hover\:bg-orange-950\/30:hover:is(.dark *){background-color:rgb(67 20 7/.3)}.dark\:hover\:bg-red-900\/20:hover:is(.dark *){background-color:rgb(127 29 29/.2)}.dark\:hover\:bg-red-950:hover:is(.dark *){--tw-bg-opacity:1;background-color:rgb(69 10 10/var(--tw-bg-opacity,1))}.dark\:hover\:bg-red-950\/30:hover:is(.dark *){background-color:rgb(69 10 10/.3)}.dark\:hover\:bg-red-950\/50:hover:is(.dark *){background-color:rgb(69 10 10/.5)}.dark\:hover\:text-blue-300:hover:is(.dark *){--tw-text-opacity:1;color:rgb(147 197 253/var(--tw-text-opacity,1))}.dark\:hover\:text-white:hover:is(.dark *){--tw-text-opacity:1;color:rgb(255 255 255/var(--tw-text-opacity,1))}.dark\:focus\:bg-amber-950\/30:focus:is(.dark *){background-color:rgb(69 26 3/.3)}.dark\:focus\:bg-blue-950\/30:focus:is(.dark *){background-color:rgb(23 37 84/.3)}.dark\:focus\:bg-emerald-950\/30:focus:is(.dark *){background-color:rgb(2 44 34/.3)}.dark\:focus\:bg-orange-950\/30:focus:is(.dark *){background-color:rgb(67 20 7/.3)}.dark\:focus\:bg-red-950\/30:focus:is(.dark *){background-color:rgb(69 10 10/.3)}.dark\:focus-visible\:ring-offset-background:focus-visible:is(.dark *){--tw-ring-offset-color:hsl(var(--background))}.group:hover .dark\:group-hover\:border-primary\/50:is(.dark *){border-color:hsl(var(--primary)/.5)}.dark\:data-\[state\=active\]\:bg-slate-800[data-state=active]:is(.dark *){--tw-bg-opacity:1;background-color:rgb(30 41 59/var(--tw-bg-opacity,1))}@media (min-width:640px){.sm\:absolute{position:absolute}.sm\:-bottom-12{bottom:-3rem}.sm\:bottom-0{bottom:0}.sm\:left-1\/2{left:50%}.sm\:right-0{right:0}.sm\:top-auto{top:auto}.sm\:order-1{order:1}.sm\:order-2{order:2}.sm\:order-3{order:3}.sm\:order-none{order:0}.sm\:col-span-1{grid-column:span 1/span 1}.sm\:col-span-2{grid-column:span 2/span 2}.sm\:my-4{margin-top:1rem;margin-bottom:1rem}.sm\:mb-0{margin-bottom:0}.sm\:mb-16{margin-bottom:4rem}.sm\:mb-3{margin-bottom:.75rem}.sm\:mb-4{margin-bottom:1rem}.sm\:mb-6{margin-bottom:1.5rem}.sm\:mb-8{margin-bottom:2rem}.sm\:ml-0{margin-left:0}.sm\:mr-2{margin-right:.5rem}.sm\:mr-auto{margin-right:auto}.sm\:mt-0{margin-top:0}.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-11{height:2.75rem}.sm\:h-12{height:3rem}.sm\:h-16{height:4rem}.sm\:h-24{height:6rem}.sm\:h-4{height:1rem}.sm\:h-40{height:10rem}.sm\:h-44{height:11rem}.sm\:h-5{height:1.25rem}.sm\:h-6{height:1.5rem}.sm\:h-8{height:2rem}.sm\:h-9{height:2.25rem}.sm\:h-\[420px\]{height:420px}.sm\:min-h-\[90vh\]{min-height:90vh}.sm\:w-10{width:2.5rem}.sm\:w-12{width:3rem}.sm\:w-16{width:4rem}.sm\:w-24{width:6rem}.sm\:w-4{width:1rem}.sm\:w-5{width:1.25rem}.sm\:w-6{width:1.5rem}.sm\:w-8{width:2rem}.sm\:w-\[150px\]{width:150px}.sm\:w-\[160px\]{width:160px}.sm\:w-\[200px\]{width:200px}.sm\:w-\[210px\]{width:210px}.sm\:w-\[300px\]{width:300px}.sm\:w-auto{width:auto}.sm\:max-w-2xl{max-width:42rem}.sm\:max-w-3xl{max-width:48rem}.sm\:max-w-\[400px\]{max-width:400px}.sm\:max-w-\[500px\]{max-width:500px}.sm\:max-w-\[550px\]{max-width:550px}.sm\:max-w-\[600px\]{max-width:600px}.sm\:max-w-\[650px\]{max-width:650px}.sm\:max-w-lg{max-width:32rem}.sm\:max-w-md{max-width:28rem}.sm\:max-w-sm{max-width:24rem}.sm\:max-w-xl{max-width:36rem}.sm\:flex-1{flex:1 1 0%}.sm\:flex-initial{flex:0 1 auto}.sm\:flex-none{flex:none}.sm\:-translate-x-1\/2{--tw-translate-x:-50%}.sm\:-translate-x-1\/2,.sm\: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))}.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\:grid-cols-5{grid-template-columns:repeat(5,minmax(0,1fr))}.sm\:grid-cols-6{grid-template-columns:repeat(6,minmax(0,1fr))}.sm\:flex-row{flex-direction:row}.sm\:flex-row-reverse{flex-direction:row-reverse}.sm\:flex-col{flex-direction:column}.sm\:items-center{align-items:center}.sm\:justify-start{justify-content:flex-start}.sm\:justify-end{justify-content:flex-end}.sm\:justify-between{justify-content:space-between}.sm\:gap-0{gap:0}.sm\:gap-2{gap:.5rem}.sm\:gap-2\.5{gap:.625rem}.sm\:gap-3{gap:.75rem}.sm\:gap-4{gap:1rem}.sm\:gap-6{gap:1.5rem}.sm\:gap-8{gap:2rem}.sm\:gap-x-2{-moz-column-gap:.5rem;column-gap:.5rem}.sm\:gap-x-4{-moz-column-gap:1rem;column-gap:1rem}.sm\:space-x-2>:not([hidden])~:not([hidden]){--tw-space-x-reverse:0;margin-right:calc(.5rem * var(--tw-space-x-reverse));margin-left:calc(.5rem * calc(1 - var(--tw-space-x-reverse)))}.sm\:space-x-4>:not([hidden])~:not([hidden]){--tw-space-x-reverse:0;margin-right:calc(1rem * var(--tw-space-x-reverse));margin-left:calc(1rem * calc(1 - var(--tw-space-x-reverse)))}.sm\:space-y-0>:not([hidden])~:not([hidden]){--tw-space-y-reverse:0;margin-top:calc(0px * calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(0px * var(--tw-space-y-reverse))}.sm\:space-y-4>:not([hidden])~:not([hidden]){--tw-space-y-reverse:0;margin-top:calc(1rem * calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(1rem * var(--tw-space-y-reverse))}.sm\:space-y-6>:not([hidden])~:not([hidden]){--tw-space-y-reverse:0;margin-top:calc(1.5rem * calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(1.5rem * var(--tw-space-y-reverse))}.sm\:rounded-3xl{border-radius:1.5rem}.sm\:rounded-\[32px\]{border-radius:32px}.sm\:rounded-lg{border-radius:var(--radius)}.sm\:rounded-xl{border-radius:.75rem}.sm\:border-\[10px\]{border-width:10px}.sm\:p-3\.5{padding:.875rem}.sm\:p-4{padding:1rem}.sm\:p-5{padding:1.25rem}.sm\:p-6{padding:1.5rem}.sm\:p-8{padding:2rem}.sm\:px-0{padding-left:0;padding-right:0}.sm\:px-3{padding-left:.75rem;padding-right:.75rem}.sm\:px-4{padding-left:1rem;padding-right:1rem}.sm\:px-5{padding-left:1.25rem;padding-right:1.25rem}.sm\:px-6{padding-left:1.5rem;padding-right:1.5rem}.sm\:px-8{padding-left:2rem;padding-right:2rem}.sm\:py-1\.5{padding-top:.375rem;padding-bottom:.375rem}.sm\:py-24{padding-top:6rem;padding-bottom:6rem}.sm\:py-3\.5{padding-top:.875rem;padding-bottom:.875rem}.sm\:py-4{padding-top:1rem;padding-bottom:1rem}.sm\:py-6{padding-top:1.5rem;padding-bottom:1.5rem}.sm\:py-8{padding-top:2rem;padding-bottom:2rem}.sm\:pb-0{padding-bottom:0}.sm\:pb-3{padding-bottom:.75rem}.sm\:pb-4{padding-bottom:1rem}.sm\:pt-12{padding-top:3rem}.sm\:pt-4{padding-top:1rem}.sm\:pt-6{padding-top:1.5rem}.sm\:text-left{text-align:left}.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-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}.sm\:text-xs{font-size:.75rem;line-height:1rem}.data-\[state\=open\]\:sm\:slide-in-from-bottom-full[data-state=open]{--tw-enter-translate-y:100%}}@media (min-width:768px){.md\:absolute{position:absolute}.md\:-bottom-16{bottom:-4rem}.md\:col-span-1{grid-column:span 1/span 1}.md\:col-span-2{grid-column:span 2/span 2}.md\:col-span-4{grid-column:span 4/span 4}.md\:mt-0{margin-top:0}.md\:block{display:block}.md\:flex{display:flex}.md\:hidden{display:none}.md\:aspect-\[2\/1\]{aspect-ratio:2/1}.md\:h-32{height:8rem}.md\:h-64{height:16rem}.md\:h-80{height:20rem}.md\:h-\[300px\]{height:300px}.md\:w-1\/3{width:33.333333%}.md\:w-16{width:4rem}.md\:w-32{width:8rem}.md\:w-40{width:10rem}.md\:w-64{width:16rem}.md\:w-72{width:18rem}.md\:w-\[300px\]{width:300px}.md\:w-\[440px\]{width:440px}.md\:w-\[var\(--radix-navigation-menu-viewport-width\)\]{width:var(--radix-navigation-menu-viewport-width)}.md\:w-auto{width:auto}.md\:max-w-\[420px\]{max-width:420px}.md\:max-w-\[450px\]{max-width:450px}.md\:max-w-xs{max-width:20rem}.md\:flex-none{flex:none}.md\:cursor-default{cursor:default}.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\:grid-cols-6{grid-template-columns:repeat(6,minmax(0,1fr))}.md\:flex-row{flex-direction:row}.md\:flex-row-reverse{flex-direction:row-reverse}.md\:flex-col{flex-direction:column}.md\:items-center{align-items:center}.md\:justify-between{justify-content:space-between}.md\:border{border-width:1px}.md\:border-b-0{border-bottom-width:0}.md\:border-r{border-right-width:1px}.md\:bg-neutral-800{--tw-bg-opacity:1;background-color:rgb(38 38 38/var(--tw-bg-opacity,1))}.md\:p-12{padding:3rem}.md\:p-4{padding:1rem}.md\:p-6{padding:1.5rem}.md\:p-8{padding:2rem}.md\:px-4{padding-left:1rem;padding-right:1rem}.md\:px-6{padding-left:1.5rem;padding-right:1.5rem}.md\:px-8{padding-left:2rem;padding-right:2rem}.md\:pb-0{padding-bottom:0}.md\:pt-20{padding-top:5rem}.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-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\:opacity-0{opacity:0}.md\:after\:hidden:after{content:var(--tw-content);display:none}.peer[data-variant=inset]~.md\:peer-data-\[variant\=inset\]\:m-2{margin:.5rem}.peer[data-variant=inset]~.md\:peer-data-\[variant\=inset\]\:ml-0{margin-left:0}.peer[data-variant=inset][data-state=collapsed]~.md\:peer-data-\[variant\=inset\]\:peer-data-\[state\=collapsed\]\:ml-2{margin-left:.5rem}.peer[data-variant=inset]~.md\:peer-data-\[variant\=inset\]\:rounded-xl{border-radius:.75rem}.peer[data-variant=inset]~.md\:peer-data-\[variant\=inset\]\:shadow-sm{--tw-shadow:0 1px 2px 0 rgb(0 0 0/0.05);--tw-shadow-colored:0 1px 2px 0 var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow,0 0 #0000),var(--tw-ring-shadow,0 0 #0000),var(--tw-shadow)}}@media (min-width:1024px){.lg\:col-span-1{grid-column:span 1/span 1}.lg\:col-span-12{grid-column:span 12/span 12}.lg\:col-span-2{grid-column:span 2/span 2}.lg\:col-span-3{grid-column:span 3/span 3}.lg\:mx-0{margin-left:0;margin-right:0}.lg\:mb-0{margin-bottom:0}.lg\:mb-10{margin-bottom:2.5rem}.lg\:mb-12{margin-bottom:3rem}.lg\:mb-16{margin-bottom:4rem}.lg\:mb-3{margin-bottom:.75rem}.lg\:mb-4{margin-bottom:1rem}.lg\:mb-6{margin-bottom:1.5rem}.lg\:mb-8{margin-bottom:2rem}.lg\:mt-12{margin-top:3rem}.lg\:mt-16{margin-top:4rem}.lg\:mt-6{margin-top:1.5rem}.lg\:block{display:block}.lg\:flex{display:flex}.lg\:grid{display:grid}.lg\:hidden{display:none}.lg\:h-10{height:2.5rem}.lg\:h-11{height:2.75rem}.lg\:h-12{height:3rem}.lg\:h-14{height:3.5rem}.lg\:h-16{height:4rem}.lg\:h-20{height:5rem}.lg\:h-28{height:7rem}.lg\:h-4{height:1rem}.lg\:h-40{height:10rem}.lg\:h-48{height:12rem}.lg\:h-5{height:1.25rem}.lg\:h-56{height:14rem}.lg\:h-6{height:1.5rem}.lg\:h-72{height:18rem}.lg\:h-8{height:2rem}.lg\:w-1\/3{width:33.333333%}.lg\:w-11{width:2.75rem}.lg\:w-12{width:3rem}.lg\:w-14{width:3.5rem}.lg\:w-2\/3{width:66.666667%}.lg\:w-20{width:5rem}.lg\:w-28{width:7rem}.lg\:w-4{width:1rem}.lg\:w-40{width:10rem}.lg\:w-5{width:1.25rem}.lg\:w-6{width:1.5rem}.lg\:w-80{width:20rem}.lg\:w-\[160px\]{width:160px}.lg\:w-\[180px\]{width:180px}.lg\:w-\[350px\]{width:350px}.lg\:w-auto{width:auto}.lg\:scale-90{--tw-scale-x:.9;--tw-scale-y:.9;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-12{grid-template-columns:repeat(12,minmax(0,1fr))}.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\:items-center{align-items:center}.lg\:justify-start{justify-content:flex-start}.lg\:justify-end{justify-content:flex-end}.lg\:gap-12{gap:3rem}.lg\:gap-2{gap:.5rem}.lg\:gap-3{gap:.75rem}.lg\:gap-4{gap:1rem}.lg\:gap-6{gap:1.5rem}.lg\:gap-8{gap:2rem}.lg\:space-y-6>:not([hidden])~:not([hidden]){--tw-space-y-reverse:0;margin-top:calc(1.5rem * calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(1.5rem * var(--tw-space-y-reverse))}.lg\:rounded-3xl{border-radius:1.5rem}.lg\:p-0{padding:0}.lg\:p-2{padding:.5rem}.lg\:p-4{padding:1rem}.lg\:p-6{padding:1.5rem}.lg\:p-8{padding:2rem}.lg\:px-0{padding-left:0;padding-right:0}.lg\:px-5{padding-left:1.25rem;padding-right:1.25rem}.lg\:px-6{padding-left:1.5rem;padding-right:1.5rem}.lg\:px-8{padding-left:2rem;padding-right:2rem}.lg\:py-12{padding-top:3rem;padding-bottom:3rem}.lg\:py-16{padding-top:4rem;padding-bottom:4rem}.lg\:py-24{padding-top:6rem;padding-bottom:6rem}.lg\:py-8{padding-top:2rem;padding-bottom:2rem}.lg\:pb-0{padding-bottom:0}.lg\:pb-12{padding-bottom:3rem}.lg\:pb-16{padding-bottom:4rem}.lg\:pb-4{padding-bottom:1rem}.lg\:pb-5{padding-bottom:1.25rem}.lg\:pl-12{padding-left:3rem}.lg\:pt-12{padding-top:3rem}.lg\:pt-14{padding-top:3.5rem}.lg\:pt-8{padding-top:2rem}.lg\:text-right{text-align:right}.lg\:text-2xl{font-size:1.5rem;line-height:2rem}.lg\:text-3xl{font-size:1.875rem;line-height:2.25rem}.lg\:text-4xl{font-size:2.25rem;line-height:2.5rem}.lg\:text-5xl{font-size:3rem;line-height:1}.lg\:text-6xl{font-size:3.75rem;line-height:1}.lg\:text-base{font-size:1rem;line-height:1.5rem}.lg\:text-lg{font-size:1.125rem;line-height:1.75rem}.lg\:text-sm{font-size:.875rem;line-height:1.25rem}.lg\:text-xl{font-size:1.25rem;line-height:1.75rem}}@media (min-width:1280px){.xl\:col-span-2{grid-column:span 2/span 2}.xl\:h-24{height:6rem}.xl\:w-24{width:6rem}.xl\:grid-cols-2{grid-template-columns:repeat(2,minmax(0,1fr))}.xl\:grid-cols-3{grid-template-columns:repeat(3,minmax(0,1fr))}.xl\:grid-cols-4{grid-template-columns:repeat(4,minmax(0,1fr))}.xl\:grid-cols-8{grid-template-columns:repeat(8,minmax(0,1fr))}.xl\:flex-row{flex-direction:row}.xl\:gap-4{gap:1rem}.xl\:gap-8{gap:2rem}.xl\:rounded-3xl{border-radius:1.5rem}.xl\:p-6{padding:1.5rem}.xl\:text-2xl{font-size:1.5rem;line-height:2rem}.xl\:text-6xl{font-size:3.75rem;line-height:1}}@media (min-width:1536px){.\32xl\:grid-cols-4{grid-template-columns:repeat(4,minmax(0,1fr))}}.ltr\:ml-6:where([dir=ltr],[dir=ltr] *){margin-left:1.5rem}.ltr\:mr-2:where([dir=ltr],[dir=ltr] *){margin-right:.5rem}.ltr\:mr-3:where([dir=ltr],[dir=ltr] *){margin-right:.75rem}.rtl\:left-3:where([dir=rtl],[dir=rtl] *){left:.75rem}.rtl\:left-4:where([dir=rtl],[dir=rtl] *){left:1rem}.rtl\:left-auto:where([dir=rtl],[dir=rtl] *){left:auto}.rtl\:right-0:where([dir=rtl],[dir=rtl] *){right:0}.rtl\:right-4:where([dir=rtl],[dir=rtl] *){right:1rem}.rtl\:right-auto:where([dir=rtl],[dir=rtl] *){right:auto}.rtl\:ml-0:where([dir=rtl],[dir=rtl] *){margin-left:0}.rtl\:ml-1:where([dir=rtl],[dir=rtl] *){margin-left:.25rem}.rtl\:ml-2:where([dir=rtl],[dir=rtl] *){margin-left:.5rem}.rtl\:ml-3:where([dir=rtl],[dir=rtl] *){margin-left:.75rem}.rtl\:mr-0:where([dir=rtl],[dir=rtl] *){margin-right:0}.rtl\:mr-1:where([dir=rtl],[dir=rtl] *){margin-right:.25rem}.rtl\:mr-2:where([dir=rtl],[dir=rtl] *){margin-right:.5rem}.rtl\:mr-6:where([dir=rtl],[dir=rtl] *){margin-right:1.5rem}.rtl\:flex:where([dir=rtl],[dir=rtl] *){display:flex}.rtl\:rotate-180:where([dir=rtl],[dir=rtl] *){--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))}.rtl\:transform:where([dir=rtl],[dir=rtl] *){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))}.rtl\:flex-row-reverse:where([dir=rtl],[dir=rtl] *){flex-direction:row-reverse}.rtl\:justify-start:where([dir=rtl],[dir=rtl] *){justify-content:flex-start}.rtl\:justify-end:where([dir=rtl],[dir=rtl] *){justify-content:flex-end}.rtl\:space-x-reverse:where([dir=rtl],[dir=rtl] *)>:not([hidden])~:not([hidden]){--tw-space-x-reverse:1}.rtl\:pl-0:where([dir=rtl],[dir=rtl] *){padding-left:0}.rtl\:pl-12:where([dir=rtl],[dir=rtl] *){padding-left:3rem}.rtl\:pr-5:where([dir=rtl],[dir=rtl] *){padding-right:1.25rem}.rtl\:pr-6:where([dir=rtl],[dir=rtl] *){padding-right:1.5rem}.rtl\:text-right:where([dir=rtl],[dir=rtl] *){text-align:right}@media (min-width:640px){.rtl\:sm\:left-0:where([dir=rtl],[dir=rtl] *){left:0}.rtl\:sm\:right-auto:where([dir=rtl],[dir=rtl] *){right:auto}.rtl\:sm\:text-right:where([dir=rtl],[dir=rtl] *){text-align:right}}.\[\&\+div\]\:text-xs+div{font-size:.75rem;line-height:1rem}.\[\&\:has\(\>\.day-range-end\)\]\:rounded-r-md:has(>.day-range-end){border-top-right-radius:calc(var(--radius) - 2px);border-bottom-right-radius:calc(var(--radius) - 2px)}.\[\&\:has\(\>\.day-range-start\)\]\:rounded-l-md:has(>.day-range-start){border-top-left-radius:calc(var(--radius) - 2px);border-bottom-left-radius:calc(var(--radius) - 2px)}.\[\&\:has\(\[aria-selected\]\)\]\:rounded-md:has([aria-selected]){border-radius:calc(var(--radius) - 2px)}.\[\&\:has\(\[aria-selected\]\)\]\:bg-accent:has([aria-selected]){background-color:hsl(var(--accent))}.first\:\[\&\:has\(\[aria-selected\]\)\]\:rounded-l-md:has([aria-selected]):first-child{border-top-left-radius:calc(var(--radius) - 2px);border-bottom-left-radius:calc(var(--radius) - 2px)}.last\:\[\&\:has\(\[aria-selected\]\)\]\:rounded-r-md:has([aria-selected]):last-child{border-top-right-radius:calc(var(--radius) - 2px);border-bottom-right-radius:calc(var(--radius) - 2px)}.\[\&\:has\(\[aria-selected\]\.day-outside\)\]\:bg-accent\/50:has([aria-selected].day-outside){background-color:hsl(var(--accent)/.5)}.\[\&\:has\(\[aria-selected\]\.day-range-end\)\]\:rounded-r-md:has([aria-selected].day-range-end){border-top-right-radius:calc(var(--radius) - 2px);border-bottom-right-radius:calc(var(--radius) - 2px)}.\[\&\:has\(\[role\=checkbox\]\)\]\:pr-0:has([role=checkbox]){padding-right:0}.\[\&\>\*\]\:text-right>*{text-align:right}.\[\&\>\[role\=checkbox\]\]\:translate-y-\[2px\]>[role=checkbox]{--tw-translate-y:2px;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))}.\[\&\>button\]\:hidden>button{display:none}.\[\&\>span\:last-child\]\:truncate>span:last-child{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.\[\&\>span\]\:line-clamp-1>span{overflow:hidden;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:1}.\[\&\>span\]\:text-right>span{text-align:right}.\[\&\>svg\+div\]\:translate-y-\[-3px\]>svg+div{--tw-translate-y:-3px;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))}.\[\&\>svg\]\:absolute>svg{position:absolute}.\[\&\>svg\]\:left-4>svg{left:1rem}.\[\&\>svg\]\:top-4>svg{top:1rem}.\[\&\>svg\]\:size-3\.5>svg{width:.875rem;height:.875rem}.\[\&\>svg\]\:size-4>svg{width:1rem;height:1rem}.\[\&\>svg\]\:h-2\.5>svg{height:.625rem}.\[\&\>svg\]\:h-3>svg{height:.75rem}.\[\&\>svg\]\:w-2\.5>svg{width:.625rem}.\[\&\>svg\]\:w-3>svg{width:.75rem}.\[\&\>svg\]\:shrink-0>svg{flex-shrink:0}.\[\&\>svg\]\:text-destructive>svg{color:hsl(var(--destructive))}.\[\&\>svg\]\:text-foreground>svg{color:hsl(var(--foreground))}.\[\&\>svg\]\:text-muted-foreground>svg{color:hsl(var(--muted-foreground))}.\[\&\>svg\]\:text-orange-800>svg{--tw-text-opacity:1;color:rgb(154 52 18/var(--tw-text-opacity,1))}.dark\:\[\&\>svg\]\:text-orange-400>svg:is(.dark *){--tw-text-opacity:1;color:rgb(251 146 60/var(--tw-text-opacity,1))}.\[\&\>svg\~\*\]\:pl-7>svg~*{padding-left:1.75rem}.\[\&\>tr\]\:last\:border-b-0:last-child>tr{border-bottom-width:0}.\[\&\[data-panel-group-direction\=vertical\]\>div\]\:rotate-90[data-panel-group-direction=vertical]>div{--tw-rotate:90deg}.\[\&\[data-panel-group-direction\=vertical\]\>div\]\:rotate-90[data-panel-group-direction=vertical]>div,.\[\&\[data-state\=open\]\>svg\]\:rotate-180[data-state=open]>svg{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))}.\[\&\[data-state\=open\]\>svg\]\:rotate-180[data-state=open]>svg{--tw-rotate:180deg}.\[\&_\*\]\:text-right *{text-align:right}.\[\&_\.recharts-cartesian-axis-tick_text\]\:fill-muted-foreground .recharts-cartesian-axis-tick text{fill:hsl(var(--muted-foreground))}.\[\&_\.recharts-cartesian-grid_line\[stroke\=\'\#ccc\'\]\]\:stroke-border\/50 .recharts-cartesian-grid line[stroke="#ccc"]{stroke:hsl(var(--border)/.5)}.\[\&_\.recharts-curve\.recharts-tooltip-cursor\]\:stroke-border .recharts-curve.recharts-tooltip-cursor{stroke:hsl(var(--border))}.\[\&_\.recharts-dot\[stroke\=\'\#fff\'\]\]\:stroke-transparent .recharts-dot[stroke="#fff"]{stroke:transparent}.\[\&_\.recharts-polar-grid_\[stroke\=\'\#ccc\'\]\]\:stroke-border .recharts-polar-grid [stroke="#ccc"]{stroke:hsl(var(--border))}.\[\&_\.recharts-radial-bar-background-sector\]\:fill-muted .recharts-radial-bar-background-sector,.\[\&_\.recharts-rectangle\.recharts-tooltip-cursor\]\:fill-muted .recharts-rectangle.recharts-tooltip-cursor{fill:hsl(var(--muted))}.\[\&_\.recharts-reference-line_\[stroke\=\'\#ccc\'\]\]\:stroke-border .recharts-reference-line [stroke="#ccc"]{stroke:hsl(var(--border))}.\[\&_\.recharts-sector\[stroke\=\'\#fff\'\]\]\:stroke-transparent .recharts-sector[stroke="#fff"]{stroke:transparent}.\[\&_\[cmdk-group-heading\]\]\:px-2 [cmdk-group-heading]{padding-left:.5rem;padding-right:.5rem}.\[\&_\[cmdk-group-heading\]\]\:py-1\.5 [cmdk-group-heading]{padding-top:.375rem;padding-bottom:.375rem}.\[\&_\[cmdk-group-heading\]\]\:text-xs [cmdk-group-heading]{font-size:.75rem;line-height:1rem}.\[\&_\[cmdk-group-heading\]\]\:font-medium [cmdk-group-heading]{font-weight:500}.\[\&_\[cmdk-group-heading\]\]\:text-muted-foreground [cmdk-group-heading]{color:hsl(var(--muted-foreground))}.\[\&_\[cmdk-group\]\:not\(\[hidden\]\)_\~\[cmdk-group\]\]\:pt-0 [cmdk-group]:not([hidden])~[cmdk-group]{padding-top:0}.\[\&_\[cmdk-group\]\]\:px-2 [cmdk-group]{padding-left:.5rem;padding-right:.5rem}.\[\&_\[cmdk-input-wrapper\]_svg\]\:h-5 [cmdk-input-wrapper] svg{height:1.25rem}.\[\&_\[cmdk-input-wrapper\]_svg\]\:w-5 [cmdk-input-wrapper] svg{width:1.25rem}.\[\&_\[cmdk-input\]\]\:h-12 [cmdk-input]{height:3rem}.\[\&_\[cmdk-item\]\]\:px-2 [cmdk-item]{padding-left:.5rem;padding-right:.5rem}.\[\&_\[cmdk-item\]\]\:py-3 [cmdk-item]{padding-top:.75rem;padding-bottom:.75rem}.\[\&_\[cmdk-item\]_svg\]\:h-5 [cmdk-item] svg{height:1.25rem}.\[\&_\[cmdk-item\]_svg\]\:w-5 [cmdk-item] svg{width:1.25rem}.\[\&_p\]\:leading-relaxed p{line-height:1.625}.\[\&_tr\:last-child\]\:border-0 tr:last-child{border-width:0}.\[\&_tr\]\:border-b tr{border-bottom-width:1px}[data-side=left][data-collapsible=offcanvas] .\[\[data-side\=left\]\[data-collapsible\=offcanvas\]_\&\]\:-right-2{right:-.5rem}[data-side=left][data-state=collapsed] .\[\[data-side\=left\]\[data-state\=collapsed\]_\&\]\:cursor-e-resize{cursor:e-resize}[data-side=right][data-collapsible=offcanvas] .\[\[data-side\=right\]\[data-collapsible\=offcanvas\]_\&\]\:-left-2{left:-.5rem}[data-side=right][data-state=collapsed] .\[\[data-side\=right\]\[data-state\=collapsed\]_\&\]\:cursor-w-resize{cursor:w-resize}@media (max-width:768px){.fc .fc-toolbar{flex-direction:column;gap:.5rem}.fc .fc-toolbar-title{font-size:1.2rem;margin:.5rem 0}.fc .fc-toolbar-chunk{display:flex;justify-content:center;width:100%;margin-bottom:.5rem}.fc .fc-button{padding:.3rem .5rem;font-size:.8rem}.fc-event{padding:2px 4px!important;min-height:24px!important;font-size:12px!important}.fc-timegrid-slot{height:2.5rem!important}.fc-timegrid-axis{width:45px!important}.fc-timegrid-slot-label{font-size:.7rem!important}.time-indicator{z-index:100}.fc-event-dragging{opacity:.7!important}.fc-daygrid-day-number{font-size:.8rem!important}.fc-daygrid-day-events{min-height:1.5rem!important}.fc-scroller{-webkit-overflow-scrolling:touch!important}.absolute.rounded.px-1.overflow-hidden.cursor-pointer.shadow-sm{min-height:24px;font-size:11px;line-height:1.2}}@media (hover:none){.fc-event,.fc-timegrid-event-harness{cursor:pointer!important}.fc-event{touch-action:manipulation}}