.calendar-container{min-height:100vh;background:linear-gradient(135deg,#0f0f23,#1a1a3e,#0f0f23);position:relative;overflow:hidden;color:#fff}.calendar-background-elements{position:absolute;top:0;right:0;bottom:0;left:0;pointer-events:none;overflow:hidden}.calendar-floating-element{position:absolute;border-radius:50%;background:linear-gradient(45deg,#3b82f61a,#8b5cf61a);animation:float 20s infinite ease-in-out}.calendar-element-1{width:300px;height:300px;top:10%;left:80%;animation-delay:0s}.calendar-element-2{width:200px;height:200px;top:60%;left:-5%;animation-delay:10s}.calendar-element-3{width:150px;height:150px;top:80%;right:70%;animation-delay:15s}.calendar-header{position:relative;z-index:50;padding:2rem;text-align:center;margin-top:80px}.calendar-header-content{max-width:600px;margin:0 auto}.calendar-header-title{font-size:2rem;font-weight:800;background:linear-gradient(135deg,#fff,#cbd5e1);background-clip:text;-webkit-background-clip:text;-webkit-text-fill-color:transparent;line-height:1.1;letter-spacing:-1px;margin:0;margin-bottom:.5rem}.calendar-header-accent{background:linear-gradient(135deg,#3b82f6,#8b5cf6);background-clip:text;-webkit-background-clip:text;-webkit-text-fill-color:transparent}.calendar-header-subtitle{color:#ffffffb3;font-size:1.1rem;font-weight:400;margin:0}.calendar-main{padding:0rem 2rem 2rem;display:flex;flex-direction:column;gap:1rem;position:relative;z-index:10;max-width:800px;margin:0 auto}.calendar-progress-container{display:flex;justify-content:center;margin-bottom:2rem}.calendar-progress-steps{display:flex;align-items:center;gap:1rem;flex-wrap:nowrap}.calendar-progress-step{display:flex;align-items:center;flex-shrink:0}.calendar-progress-step-content{display:flex;flex-direction:column;align-items:center;min-width:80px}.calendar-progress-step-circle{width:40px;height:40px;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:14px;font-weight:600;margin-bottom:.5rem;transition:all .3s ease}.calendar-progress-step-circle.active{background-color:#3b82f6;color:#fff}.calendar-progress-step-circle.inactive{background-color:#ffffff1a;color:#fff}.calendar-check-icon{width:20px;height:20px}.calendar-progress-step-label{font-size:12px;color:#fffc;font-weight:500;text-align:center;white-space:nowrap}.calendar-progress-step-line{width:40px;height:2px;margin:0 .5rem;transition:all .3s ease}.calendar-progress-step-line.active{background-color:#3b82f6}.calendar-progress-step-line.inactive{background-color:#ffffff1a}@media (max-width: 768px){.calendar-progress-step-line{display:none}.calendar-main{padding:1rem}.calendar-card{padding:1.5rem}.calendar-header{padding:1rem}.calendar-header-title{font-size:1.5rem}.calendar-title{font-size:1.25rem}.calendar-navigation-icon{width:18px;height:18px}}.calendar-card{background:linear-gradient(135deg,#ffffff1a,#ffffff0d);-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);border:1px solid rgba(255,255,255,.2);border-radius:20px;padding:2rem;box-shadow:0 25px 50px #0000004d;transition:all .3s ease}.calendar-header-nav{display:flex;align-items:center;justify-content:space-between;margin-bottom:1.5rem}.calendar-navigation-button{padding:.75rem;border-radius:12px;background:#ffffff1a;border:1px solid rgba(255,255,255,.1);cursor:pointer;transition:all .3s ease;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);display:flex;align-items:center;justify-content:center}.calendar-navigation-button:hover{transform:scale(1.1);background-color:#fff3}.calendar-navigation-icon{width:20px;height:20px;color:#fff}.calendar-title{font-size:1.5rem;font-weight:700;color:#fff;margin:0}.calendar-days-header{display:grid;grid-template-columns:repeat(7,1fr);gap:.25rem;margin-bottom:1rem;width:100%}.calendar-day-header{text-align:center;font-size:14px;font-weight:600;color:#ffffffb3;padding:.5rem 0;height:40px;display:flex;align-items:center;justify-content:center}.calendar-grid{display:grid;grid-template-columns:repeat(7,1fr);gap:.25rem;width:100%}.calendar-day{aspect-ratio:1;height:40px;width:100%}.calendar-day-button{width:100%;height:100%;border-radius:12px;font-size:14px;font-weight:600;border:none;cursor:pointer;transition:all .3s ease;display:flex;align-items:center;justify-content:center;touch-action:manipulation}.calendar-day-button:hover{transform:scale(1.05)}.calendar-day-button.selected{background-color:#3b82f6;color:#fff}.calendar-day-button.current{background-color:#10b9814d;border:2px solid #10b981}.calendar-day-button.disabled{color:#ffffff4d;cursor:not-allowed}.calendar-proceed-container{margin-top:1.5rem;text-align:center}.calendar-proceed-button{width:100%;padding:.75rem 1rem;border-radius:12px;background:linear-gradient(135deg,#3b82f6,#8b5cf6);border:none;color:#fff;cursor:pointer;transition:all .3s ease;font-size:14px;font-weight:600;box-shadow:0 10px 25px #3b82f64d}.calendar-proceed-button:hover{transform:translateY(-2px);box-shadow:0 15px 35px #3b82f666}.calendar-proceed-button:disabled{background:#ffffff1a;border:1px solid rgba(255,255,255,.2);color:#fff6;cursor:not-allowed;box-shadow:none}.calendar-proceed-button:disabled:hover{transform:none;box-shadow:none}.calendar-time-slots-container{display:flex;flex-direction:column;gap:1.5rem}.calendar-back-button{display:flex;align-items:center;gap:.5rem;color:#ffffffb3;background:none;border:none;cursor:pointer;font-size:14px;font-weight:500;transition:all .3s ease;align-self:flex-start}.calendar-back-button:hover{transform:translate(-4px)}.calendar-back-icon{width:16px;height:16px}.calendar-time-slots-header{margin-bottom:1.5rem}.calendar-time-slots-title{font-size:1.5rem;font-weight:700;color:#fff;margin:0;margin-bottom:.5rem}.calendar-time-slots-subtitle{color:#ffffffb3;font-size:1rem;margin:0}.calendar-loading-container{text-align:center;padding:3rem 0}.calendar-loading-spinner{width:32px;height:32px;border:2px solid rgba(59,130,246,.3);border-top:2px solid #3b82f6;border-radius:50%;animation:spin 1s linear infinite;margin:0 auto 1rem}.calendar-loading-text{color:#ffffffb3;font-size:14px}.calendar-empty-container{text-align:center;padding:3rem 0}.calendar-empty-icon{width:48px;height:48px;color:#ffffff4d;margin:0 auto 1rem}.calendar-empty-text{color:#ffffff80;font-size:14px}.calendar-time-slots-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:1rem}.calendar-time-slot-button{padding:1rem;border-radius:12px;border:1px solid;text-align:left;transition:all .3s ease;background:#ffffff1a;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);cursor:pointer;position:relative}.calendar-time-slot-button:hover{background-color:#3b82f633;border-color:#3b82f6;transform:translateY(-2px)}.calendar-time-slot-button.selected{background:linear-gradient(135deg,#3b82f64d,#8b5cf64d);border-color:#3b82f6;box-shadow:0 8px 25px #3b82f64d}.calendar-time-slot-button.disabled{background-color:#ffffff0d;border-color:#ffffff1a;color:#fff6;cursor:not-allowed}.calendar-time-slot-time{font-size:16px;font-weight:600;margin-bottom:.25rem}.calendar-time-slot-capacity{font-size:14px;color:#ffffffb3}.calendar-time-slot-selected-indicator{position:absolute;top:.5rem;right:.5rem;width:24px;height:24px;border-radius:50%;background:linear-gradient(135deg,#3b82f6,#8b5cf6);display:flex;align-items:center;justify-content:center;animation:fadeIn .3s ease}.calendar-time-slot-check-icon{width:14px;height:14px;color:#fff}.calendar-confirmation-container{text-align:center;max-width:500px;margin:0 auto}.calendar-confirmation-icon{width:64px;height:64px;border-radius:50%;background:linear-gradient(135deg,#3b82f6,#8b5cf6);display:flex;align-items:center;justify-content:center;margin:0 auto 1.5rem}.calendar-confirmation-check-icon{width:32px;height:32px;color:#fff}.calendar-confirmation-title{font-size:1.5rem;font-weight:700;color:#fff;margin:0;margin-bottom:1.5rem}.calendar-confirmation-details{background:#ffffff1a;border-radius:12px;padding:1.5rem;margin-bottom:1.5rem;text-align:left}.calendar-confirmation-row{display:flex;justify-content:space-between;margin-bottom:.75rem}.calendar-confirmation-label{color:#ffffffb3;font-size:14px}.calendar-confirmation-value{color:#fff;font-size:14px;font-weight:600}.calendar-confirmation-buttons{display:flex;gap:1rem}.calendar-cancel-button{flex:1;padding:.75rem 1rem;border-radius:12px;background:#ffffff1a;border:1px solid rgba(255,255,255,.2);color:#fff;cursor:pointer;transition:all .3s ease;font-size:14px;font-weight:600}.calendar-cancel-button:hover{background-color:#fff3;transform:translateY(-2px)}.calendar-confirm-button{flex:1;height:48px;background:linear-gradient(135deg,#3b82f6,#8b5cf6);border:none;border-radius:12px;color:#fff;font-size:14px;font-weight:600;box-shadow:0 10px 25px #3b82f64d;transition:all .3s ease}.calendar-success-container{text-align:center;max-width:500px;margin:0 auto}.calendar-success-icon{width:64px;height:64px;border-radius:50%;background:linear-gradient(135deg,#10b981,#059669);display:flex;align-items:center;justify-content:center;margin:0 auto 1.5rem}.calendar-success-check-icon{width:32px;height:32px;color:#fff}.calendar-success-title{font-size:1.5rem;font-weight:700;color:#fff;margin:0;margin-bottom:1rem}.calendar-success-subtitle{color:#ffffffb3;font-size:1rem;margin:0;margin-bottom:1.5rem}.calendar-new-booking-button{width:100%;padding:.75rem 1rem;border-radius:12px;background:linear-gradient(135deg,#3b82f6,#8b5cf6);border:none;color:#fff;cursor:pointer;transition:all .3s ease;font-size:14px;font-weight:600;box-shadow:0 10px 25px #3b82f64d}.calendar-new-booking-button:hover{transform:translateY(-2px);box-shadow:0 15px 35px #3b82f666}@keyframes float{0%,to{transform:translateY(0) rotate(0)}33%{transform:translateY(-20px) rotate(120deg)}66%{transform:translateY(10px) rotate(240deg)}}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}@keyframes fadeIn{0%{opacity:0;transform:scale(.8)}to{opacity:1;transform:scale(1)}}@media (max-width: 768px){.calendar-main{padding:1rem}.calendar-card{padding:1.5rem}.calendar-header{padding:1rem}.calendar-header-title{font-size:1.5rem}.calendar-title{font-size:1.25rem}.calendar-navigation-icon{width:18px;height:18px}}@media (max-width: 480px){.calendar-main{padding:1.5rem}.calendar-card{padding:1rem}.calendar-header{padding:.5rem;margin-top:60px}.calendar-header-title{font-size:1.25rem}.calendar-title{font-size:1rem}.calendar-navigation-icon{width:16px;height:16px}.calendar-day-header{font-size:12px;height:32px;padding:.25rem 0}.calendar-day{height:32px}.calendar-day-button{font-size:12px;border-radius:8px}.calendar-time-slots-grid{grid-template-columns:1fr}}@media (max-width: 356px){.calendar-main{padding:1.5rem}.calendar-card{padding:.75rem}.calendar-header{padding:.5rem}.calendar-header-title{font-size:1rem}.calendar-title{font-size:.875rem}.calendar-navigation-icon{width:14px;height:14px}.calendar-day-header{font-size:11px;height:28px;padding:.2rem 0}.calendar-day{height:28px}.calendar-day-button{font-size:11px;border-radius:6px}}:root{--PhoneInput-color--focus: #03b2cb;--PhoneInputInternationalIconPhone-opacity: .8;--PhoneInputInternationalIconGlobe-opacity: .65;--PhoneInputCountrySelect-marginRight: .35em;--PhoneInputCountrySelectArrow-width: .3em;--PhoneInputCountrySelectArrow-marginLeft: var(--PhoneInputCountrySelect-marginRight);--PhoneInputCountrySelectArrow-borderWidth: 1px;--PhoneInputCountrySelectArrow-opacity: .45;--PhoneInputCountrySelectArrow-color: currentColor;--PhoneInputCountrySelectArrow-color--focus: var(--PhoneInput-color--focus);--PhoneInputCountrySelectArrow-transform: rotate(45deg);--PhoneInputCountryFlag-aspectRatio: 1.5;--PhoneInputCountryFlag-height: 1em;--PhoneInputCountryFlag-borderWidth: 1px;--PhoneInputCountryFlag-borderColor: rgba(0,0,0,.5);--PhoneInputCountryFlag-borderColor--focus: var(--PhoneInput-color--focus);--PhoneInputCountryFlag-backgroundColor--loading: rgba(0,0,0,.1)}.PhoneInput{display:flex;align-items:center}.PhoneInputInput{flex:1;min-width:0}.PhoneInputCountryIcon{width:calc(var(--PhoneInputCountryFlag-height) * var(--PhoneInputCountryFlag-aspectRatio));height:var(--PhoneInputCountryFlag-height)}.PhoneInputCountryIcon--square{width:var(--PhoneInputCountryFlag-height)}.PhoneInputCountryIcon--border{background-color:var(--PhoneInputCountryFlag-backgroundColor--loading);box-shadow:0 0 0 var(--PhoneInputCountryFlag-borderWidth) var(--PhoneInputCountryFlag-borderColor),inset 0 0 0 var(--PhoneInputCountryFlag-borderWidth) var(--PhoneInputCountryFlag-borderColor)}.PhoneInputCountryIconImg{display:block;width:100%;height:100%}.PhoneInputInternationalIconPhone{opacity:var(--PhoneInputInternationalIconPhone-opacity)}.PhoneInputInternationalIconGlobe{opacity:var(--PhoneInputInternationalIconGlobe-opacity)}.PhoneInputCountry{position:relative;align-self:stretch;display:flex;align-items:center;margin-right:var(--PhoneInputCountrySelect-marginRight)}.PhoneInputCountrySelect{position:absolute;top:0;left:0;height:100%;width:100%;z-index:1;border:0;opacity:0;cursor:pointer}.PhoneInputCountrySelect[disabled],.PhoneInputCountrySelect[readonly]{cursor:default}.PhoneInputCountrySelectArrow{display:block;content:"";width:var(--PhoneInputCountrySelectArrow-width);height:var(--PhoneInputCountrySelectArrow-width);margin-left:var(--PhoneInputCountrySelectArrow-marginLeft);border-style:solid;border-color:var(--PhoneInputCountrySelectArrow-color);border-top-width:0;border-bottom-width:var(--PhoneInputCountrySelectArrow-borderWidth);border-left-width:0;border-right-width:var(--PhoneInputCountrySelectArrow-borderWidth);transform:var(--PhoneInputCountrySelectArrow-transform);opacity:var(--PhoneInputCountrySelectArrow-opacity)}.PhoneInputCountrySelect:focus+.PhoneInputCountryIcon+.PhoneInputCountrySelectArrow{opacity:1;color:var(--PhoneInputCountrySelectArrow-color--focus)}.PhoneInputCountrySelect:focus+.PhoneInputCountryIcon--border{box-shadow:0 0 0 var(--PhoneInputCountryFlag-borderWidth) var(--PhoneInputCountryFlag-borderColor--focus),inset 0 0 0 var(--PhoneInputCountryFlag-borderWidth) var(--PhoneInputCountryFlag-borderColor--focus)}.PhoneInputCountrySelect:focus+.PhoneInputCountryIcon .PhoneInputInternationalIconGlobe{opacity:1;color:var(--PhoneInputCountrySelectArrow-color--focus)}@keyframes _float_2bdv5_30{0%,to{transform:translateY(0) rotate(0)}33%{transform:translateY(-10px) rotate(1deg)}66%{transform:translateY(5px) rotate(-1deg)}}._container_2bdv5_15{min-height:100vh;background:linear-gradient(135deg,#0f0f23,#1a1a3e,#0f0f23);position:relative;overflow:hidden;color:#fff}._backgroundElements_2bdv5_23{position:absolute;top:0;right:0;bottom:0;left:0;pointer-events:none;overflow:hidden}._floatingElement_2bdv5_30{position:absolute;border-radius:50%;background:linear-gradient(45deg,#3b82f61a,#8b5cf61a);animation:_float_2bdv5_30 20s infinite ease-in-out}._element1_2bdv5_41{width:300px;height:300px;top:10%;left:80%;animation-delay:0s}._element2_2bdv5_49{width:200px;height:200px;top:60%;left:-5%;animation-delay:10s}._element3_2bdv5_57{width:150px;height:150px;top:80%;right:70%;animation-delay:15s}._header_2bdv5_65{position:relative;z-index:50;display:flex;justify-content:center;align-items:center;padding-top:3rem;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);margin-top:30px}._logoContainer_2bdv5_76{display:flex;align-items:center;justify-content:center}._main_2bdv5_82{padding:1.5rem 1rem 2rem;display:flex;flex-direction:column;gap:2rem;position:relative;z-index:10}._welcomeSection_2bdv5_91{text-align:center;display:flex;flex-direction:column;gap:1.5rem}._welcomeContent_2bdv5_98{display:flex;flex-direction:column}._welcomeTitle_2bdv5_103{font-size:2rem;font-weight:800;background:linear-gradient(135deg,#fff,#cbd5e1);background-clip:text;-webkit-background-clip:text;-webkit-text-fill-color:transparent;line-height:1.1;letter-spacing:-1px;margin:0}._welcomeAccent_2bdv5_115{background:linear-gradient(135deg,#3b82f6,#8b5cf6);background-clip:text;-webkit-background-clip:text;-webkit-text-fill-color:transparent}._actionCards_2bdv5_122{display:flex;flex-direction:column;gap:1.5rem;width:100%;max-width:30rem;margin:0 auto;padding:0 1rem}._actionCard_2bdv5_122{width:100%;position:relative;overflow:hidden;border-radius:20px;padding:1rem;border:1px solid rgba(255,255,255,.1);cursor:pointer;transition:all .4s cubic-bezier(.4,0,.2,1);-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);box-shadow:0 10px 25px #0000001a;flex-shrink:0;min-height:80px;height:80px}._actionCard_2bdv5_122:hover{transform:scale(1.02)}._actionCard_2bdv5_122:disabled{cursor:not-allowed}._cardBlue_2bdv5_156{background:linear-gradient(135deg,#3b82f633,#2563eb1a)}._cardBlue_2bdv5_156:hover{box-shadow:0 25px 50px #3b82f64d}._cardEmerald_2bdv5_168{background:linear-gradient(135deg,#10b98133,#0596691a)}._cardEmerald_2bdv5_168:hover{box-shadow:0 25px 50px #10b9814d}._cardYellow_2bdv5_180{background:linear-gradient(135deg,#daf63b33,#ebe6251a)}._cardYellow_2bdv5_180:hover{box-shadow:0 25px 50px #83b9104d}._cardPurple_2bdv5_192{background:linear-gradient(135deg,#8b5cf633,#7c3aed1a)}._cardPurple_2bdv5_192:hover{box-shadow:0 25px 50px #8b5cf64d}._cardRed_2bdv5_204{background:linear-gradient(135deg,#ef444433,#dc26261a)}._cardRed_2bdv5_204:hover{box-shadow:0 25px 50px #ef44444d}._cardContent_2bdv5_216{position:relative;display:flex;align-items:center;justify-content:space-between;z-index:2;width:100%;min-width:0}._cardLeft_2bdv5_226{display:flex;align-items:center;gap:1.1rem;flex:1;min-width:0}._cardIcon_2bdv5_234{width:3.1rem;height:3.1rem;background:#ffffff26;border-radius:16px;display:flex;align-items:center;justify-content:center;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border:1px solid rgba(255,255,255,.1)}._cardTitle_2bdv5_246{font-size:1.2rem;font-weight:600;color:#fff;margin:0;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}._cardSubtitle_2bdv5_256{font-size:.8rem;margin:0;color:#ffffffb3;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}._modalOverlay_2bdv5_265{position:fixed;top:0;left:0;right:0;bottom:0;background:#000000b3;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);display:flex;align-items:center;justify-content:center;z-index:1000}._modalContent_2bdv5_279{background:linear-gradient(135deg,#0f0f23f2,#1a1a3ef2);-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);border:1px solid rgba(255,255,255,.2);border-radius:20px;box-shadow:0 25px 50px #00000080;max-width:400px;width:90%;padding:0}@media (max-width: 768px){._main_2bdv5_82{padding:1rem 1.5rem 1.5rem}._welcomeTitle_2bdv5_103{font-size:1.75rem}._cardIcon_2bdv5_234{width:2.5rem;height:2.5rem}._cardTitle_2bdv5_246{font-size:1rem}}@media (max-width: 480px){._main_2bdv5_82{padding:.75rem 1rem 1rem}._welcomeTitle_2bdv5_103{font-size:1.5rem}._cardIcon_2bdv5_234{width:2rem;height:2rem}._cardTitle_2bdv5_246{font-size:.9rem}}*,:before,:after{--tw-border-spacing-x: 0;--tw-border-spacing-y: 0;--tw-translate-x: 0;--tw-translate-y: 0;--tw-rotate: 0;--tw-skew-x: 0;--tw-skew-y: 0;--tw-scale-x: 1;--tw-scale-y: 1;--tw-pan-x: ;--tw-pan-y: ;--tw-pinch-zoom: ;--tw-scroll-snap-strictness: proximity;--tw-gradient-from-position: ;--tw-gradient-via-position: ;--tw-gradient-to-position: ;--tw-ordinal: ;--tw-slashed-zero: ;--tw-numeric-figure: ;--tw-numeric-spacing: ;--tw-numeric-fraction: ;--tw-ring-inset: ;--tw-ring-offset-width: 0px;--tw-ring-offset-color: #fff;--tw-ring-color: rgb(59 130 246 / .5);--tw-ring-offset-shadow: 0 0 #0000;--tw-ring-shadow: 0 0 #0000;--tw-shadow: 0 0 #0000;--tw-shadow-colored: 0 0 #0000;--tw-blur: ;--tw-brightness: ;--tw-contrast: ;--tw-grayscale: ;--tw-hue-rotate: ;--tw-invert: ;--tw-saturate: ;--tw-sepia: ;--tw-drop-shadow: ;--tw-backdrop-blur: ;--tw-backdrop-brightness: ;--tw-backdrop-contrast: ;--tw-backdrop-grayscale: ;--tw-backdrop-hue-rotate: ;--tw-backdrop-invert: ;--tw-backdrop-opacity: ;--tw-backdrop-saturate: ;--tw-backdrop-sepia: ;--tw-contain-size: ;--tw-contain-layout: ;--tw-contain-paint: ;--tw-contain-style: }::backdrop{--tw-border-spacing-x: 0;--tw-border-spacing-y: 0;--tw-translate-x: 0;--tw-translate-y: 0;--tw-rotate: 0;--tw-skew-x: 0;--tw-skew-y: 0;--tw-scale-x: 1;--tw-scale-y: 1;--tw-pan-x: ;--tw-pan-y: ;--tw-pinch-zoom: ;--tw-scroll-snap-strictness: proximity;--tw-gradient-from-position: ;--tw-gradient-via-position: ;--tw-gradient-to-position: ;--tw-ordinal: ;--tw-slashed-zero: ;--tw-numeric-figure: ;--tw-numeric-spacing: ;--tw-numeric-fraction: ;--tw-ring-inset: ;--tw-ring-offset-width: 0px;--tw-ring-offset-color: #fff;--tw-ring-color: rgb(59 130 246 / .5);--tw-ring-offset-shadow: 0 0 #0000;--tw-ring-shadow: 0 0 #0000;--tw-shadow: 0 0 #0000;--tw-shadow-colored: 0 0 #0000;--tw-blur: ;--tw-brightness: ;--tw-contrast: ;--tw-grayscale: ;--tw-hue-rotate: ;--tw-invert: ;--tw-saturate: ;--tw-sepia: ;--tw-drop-shadow: ;--tw-backdrop-blur: ;--tw-backdrop-brightness: ;--tw-backdrop-contrast: ;--tw-backdrop-grayscale: ;--tw-backdrop-hue-rotate: ;--tw-backdrop-invert: ;--tw-backdrop-opacity: ;--tw-backdrop-saturate: ;--tw-backdrop-sepia: ;--tw-contain-size: ;--tw-contain-layout: ;--tw-contain-paint: ;--tw-contain-style: }*,:before,:after{box-sizing:border-box;border-width:0;border-style:solid;border-color:#e5e7eb}:before,:after{--tw-content: ""}html,:host{line-height:1.5;-webkit-text-size-adjust:100%;-moz-tab-size:4;-o-tab-size:4;tab-size:4;font-family:IsidoraSans-Regular,sans-serif;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}code,kbd,samp,pre{font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,Liberation Mono,Courier New,monospace;font-feature-settings:normal;font-variation-settings:normal;font-size:1em}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}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,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}::-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}blockquote,dl,dd,h1,h2,h3,h4,h5,h6,hr,figure,p,pre{margin:0}fieldset{margin:0;padding:0}legend{padding:0}ol,ul,menu{list-style:none;margin:0;padding:0}dialog{padding:0}textarea{resize:vertical}input::-moz-placeholder,textarea::-moz-placeholder{opacity:1;color:#9ca3af}input::placeholder,textarea::placeholder{opacity:1;color:#9ca3af}button,[role=button]{cursor:pointer}:disabled{cursor:default}img,svg,video,canvas,audio,iframe,embed,object{display:block;vertical-align:middle}img,video{max-width:100%;height:auto}[hidden]:where(:not([hidden=until-found])){display:none}.container{width:100%}@media (min-width: 640px){.container{max-width:640px}}@media (min-width: 768px){.container{max-width:768px}}@media (min-width: 1024px){.container{max-width:1024px}}@media (min-width: 1280px){.container{max-width:1280px}}@media (min-width: 1536px){.container{max-width:1536px}}.pointer-events-none{pointer-events:none}.\!visible{visibility:visible!important}.visible{visibility:visible}.invisible{visibility:hidden}.static{position:static}.fixed{position:fixed}.absolute{position:absolute}.relative{position:relative}.inset-0{top:0;right:0;bottom:0;left:0}.bottom-0{bottom:0}.bottom-1\/4{bottom:25%}.left-0{left:0}.left-1\/3{left:33.333333%}.left-1\/4{left:25%}.right-0{right:0}.right-1\/4{right:25%}.top-0{top:0}.top-1\/4{top:25%}.top-3\/4{top:75%}.top-full{top:100%}.z-10{z-index:10}.z-20{z-index:20}.z-50{z-index:50}.m-0{margin:0}.mx-auto{margin-left:auto;margin-right:auto}.mb-0{margin-bottom:0}.mb-12{margin-bottom:3rem}.mb-2{margin-bottom:.5rem}.mb-3{margin-bottom:.75rem}.mb-4{margin-bottom:1rem}.mb-5{margin-bottom:1.25rem}.mb-6{margin-bottom:1.5rem}.mb-8{margin-bottom:2rem}.mr-1{margin-right:.25rem}.mr-2{margin-right:.5rem}.mt-16{margin-top:4rem}.mt-2{margin-top:.5rem}.mt-4{margin-top:1rem}.block{display:block}.inline-block{display:inline-block}.inline{display:inline}.flex{display:flex}.table{display:table}.grid{display:grid}.hidden{display:none}.h-24{height:6rem}.h-48{height:12rem}.h-56{height:14rem}.h-64{height:16rem}.h-8{height:2rem}.h-\[200px\]{height:200px}.h-full{height:100%}.max-h-0{max-height:0px}.max-h-48{max-height:12rem}.max-h-\[1200px\]{max-height:1200px}.min-h-screen{min-height:100vh}.w-24{width:6rem}.w-32{width:8rem}.w-40{width:10rem}.w-48{width:12rem}.w-56{width:14rem}.w-64{width:16rem}.w-8{width:2rem}.w-full{width:100%}.min-w-0{min-width:0px}.max-w-2xl{max-width:42rem}.max-w-4xl{max-width:56rem}.max-w-7xl{max-width:80rem}.flex-1{flex:1 1 0%}.rotate-0{--tw-rotate: 0deg;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.rotate-180{--tw-rotate: 180deg;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.transform{transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}@keyframes pulse{50%{opacity:.5}}.animate-pulse{animation:pulse 2s cubic-bezier(.4,0,.6,1) infinite}.cursor-pointer{cursor:pointer}.resize{resize:both}.list-disc{list-style-type:disc}.grid-cols-1{grid-template-columns:repeat(1,minmax(0,1fr))}.grid-cols-3{grid-template-columns:repeat(3,minmax(0,1fr))}.flex-row{flex-direction:row}.flex-col{flex-direction:column}.flex-wrap{flex-wrap:wrap}.items-start{align-items:flex-start}.items-center{align-items:center}.justify-center{justify-content:center}.justify-between{justify-content:space-between}.gap-2{gap:.5rem}.gap-3{gap:.75rem}.gap-4{gap:1rem}.gap-6{gap:1.5rem}.gap-8{gap:2rem}.space-y-1>:not([hidden])~:not([hidden]){--tw-space-y-reverse: 0;margin-top:calc(.25rem * calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(.25rem * var(--tw-space-y-reverse))}.space-y-2>:not([hidden])~:not([hidden]){--tw-space-y-reverse: 0;margin-top:calc(.5rem * calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(.5rem * var(--tw-space-y-reverse))}.space-y-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-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))}.overflow-hidden{overflow:hidden}.overflow-y-auto{overflow-y:auto}.break-all{word-break:break-all}.rounded-2xl{border-radius:1rem}.rounded-3xl{border-radius:1.5rem}.rounded-full{border-radius:9999px}.rounded-lg{border-radius:.5rem}.rounded-xl{border-radius:.75rem}.border{border-width:1px}.border-2{border-width:2px}.border-b{border-bottom-width:1px}.border-b-2{border-bottom-width:2px}.border-l-2{border-left-width:2px}.border-r-2{border-right-width:2px}.border-t{border-top-width:1px}.border-t-2{border-top-width:2px}.border-\[var\(--theme-primary-color\)\]{border-color:var(--theme-primary-color)}.border-blue-400\/30{border-color:#60a5fa4d}.border-blue-500{--tw-border-opacity: 1;border-color:rgb(59 130 246 / var(--tw-border-opacity, 1))}.border-emerald-400\/30{border-color:#34d3994d}.border-gray-200{--tw-border-opacity: 1;border-color:rgb(229 231 235 / var(--tw-border-opacity, 1))}.border-white\/10{border-color:#ffffff1a}.border-white\/20{border-color:#fff3}.border-white\/5{border-color:#ffffff0d}.border-yellow-200{--tw-border-opacity: 1;border-color:rgb(254 240 138 / var(--tw-border-opacity, 1))}.bg-\[var\(--theme-primary-color\)\]{background-color:var(--theme-primary-color)}.bg-black{--tw-bg-opacity: 1;background-color:rgb(0 0 0 / var(--tw-bg-opacity, 1))}.bg-blue-400\/10{background-color:#60a5fa1a}.bg-blue-500\/20{background-color:#3b82f633}.bg-blue-500\/30{background-color:#3b82f64d}.bg-blue-600\/80{background-color:#2563ebcc}.bg-emerald-400\/10{background-color:#34d3991a}.bg-emerald-500\/20{background-color:#10b98133}.bg-emerald-500\/30{background-color:#10b9814d}.bg-gray-50{--tw-bg-opacity: 1;background-color:rgb(249 250 251 / var(--tw-bg-opacity, 1))}.bg-purple-500\/30{background-color:#a855f74d}.bg-red-500\/20{background-color:#ef444433}.bg-white{--tw-bg-opacity: 1;background-color:rgb(255 255 255 / var(--tw-bg-opacity, 1))}.bg-yellow-50{--tw-bg-opacity: 1;background-color:rgb(254 252 232 / var(--tw-bg-opacity, 1))}.bg-gradient-to-br{background-image:linear-gradient(to bottom right,var(--tw-gradient-stops))}.bg-gradient-to-r{background-image:linear-gradient(to right,var(--tw-gradient-stops))}.bg-gradient-to-tr{background-image:linear-gradient(to top right,var(--tw-gradient-stops))}.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-500\/20{--tw-gradient-from: rgb(59 130 246 / .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-emerald-500\/20{--tw-gradient-from: rgb(16 185 129 / .2) 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-slate-200{--tw-gradient-from: #e2e8f0 var(--tw-gradient-from-position);--tw-gradient-to: rgb(226 232 240 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-slate-800\/60{--tw-gradient-from: rgb(30 41 59 / .6) 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)}.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-white{--tw-gradient-from: #FFFFFF var(--tw-gradient-from-position);--tw-gradient-to: rgb(255 255 255 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.via-blue-100{--tw-gradient-to: rgb(219 234 254 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), #dbeafe var(--tw-gradient-via-position), var(--tw-gradient-to)}.via-blue-900{--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)}.via-slate-200{--tw-gradient-to: rgb(226 232 240 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), #e2e8f0 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)}.to-blue-600\/10{--tw-gradient-to: rgb(37 99 235 / .1) var(--tw-gradient-to-position)}.to-emerald-600\/10{--tw-gradient-to: rgb(5 150 105 / .1) var(--tw-gradient-to-position)}.to-indigo-900{--tw-gradient-to: #312e81 var(--tw-gradient-to-position)}.to-purple-500{--tw-gradient-to: #a855f7 var(--tw-gradient-to-position)}.to-purple-500\/20{--tw-gradient-to: rgb(168 85 247 / .2) var(--tw-gradient-to-position)}.to-slate-100{--tw-gradient-to: #f1f5f9 var(--tw-gradient-to-position)}.to-slate-300{--tw-gradient-to: #cbd5e1 var(--tw-gradient-to-position)}.to-slate-800\/30{--tw-gradient-to: rgb(30 41 59 / .3) var(--tw-gradient-to-position)}.to-slate-900\/40{--tw-gradient-to: rgb(15 23 42 / .4) var(--tw-gradient-to-position)}.to-white{--tw-gradient-to: #FFFFFF var(--tw-gradient-to-position)}.bg-clip-text{-webkit-background-clip:text;background-clip:text}.object-contain{-o-object-fit:contain;object-fit:contain}.p-1\.5{padding:.375rem}.p-16{padding:4rem}.p-2{padding:.5rem}.p-3{padding:.75rem}.p-4{padding:1rem}.p-6{padding:1.5rem}.p-\[12px\]{padding:12px}.px-3{padding-left:.75rem;padding-right:.75rem}.px-4{padding-left:1rem;padding-right:1rem}.px-5{padding-left:1.25rem;padding-right:1.25rem}.px-6{padding-left:1.5rem;padding-right:1.5rem}.py-1\.5{padding-top:.375rem;padding-bottom:.375rem}.py-10{padding-top:2.5rem;padding-bottom:2.5rem}.py-12{padding-top:3rem;padding-bottom:3rem}.py-2{padding-top:.5rem;padding-bottom:.5rem}.py-3{padding-top:.75rem;padding-bottom:.75rem}.py-4{padding-top:1rem;padding-bottom:1rem}.py-8{padding-top:2rem;padding-bottom:2rem}.pl-5{padding-left:1.25rem}.pt-8{padding-top:2rem}.text-left{text-align:left}.text-center{text-align:center}.font-bold{font-family:IsidoraSans-Bold,sans-serif}.font-medium{font-family:IsidoraSans-Medium,sans-serif}.font-regular{font-family:IsidoraSans-Regular,sans-serif}.font-semibold{font-family:IsidoraSans-SemiBold,sans-serif}.text-2xl{font-size:32px}.text-4xl{font-size:2.25rem;line-height:2.5rem}.text-\[12px\]{font-size:12px}.text-\[13px\]{font-size:13px}.text-\[20px\]{font-size:20px}.text-lg{font-size:18px}.text-sm{font-size:14px}.text-xs{font-size:12px}.font-black{font-weight:900}.font-bold{font-weight:700}.font-medium{font-weight:500}.font-semibold{font-weight:600}.uppercase{text-transform:uppercase}.lowercase{text-transform:lowercase}.capitalize{text-transform:capitalize}.leading-relaxed{line-height:1.625}.text-\[var\(--theme-primary-color\)\]{color:var(--theme-primary-color)}.text-blue-200{--tw-text-opacity: 1;color:rgb(191 219 254 / var(--tw-text-opacity, 1))}.text-blue-300{--tw-text-opacity: 1;color:rgb(147 197 253 / var(--tw-text-opacity, 1))}.text-blue-400{--tw-text-opacity: 1;color:rgb(96 165 250 / var(--tw-text-opacity, 1))}.text-blue-500{--tw-text-opacity: 1;color:rgb(59 130 246 / var(--tw-text-opacity, 1))}.text-blue-600{--tw-text-opacity: 1;color:rgb(37 99 235 / var(--tw-text-opacity, 1))}.text-emerald-200{--tw-text-opacity: 1;color:rgb(167 243 208 / var(--tw-text-opacity, 1))}.text-emerald-300{--tw-text-opacity: 1;color:rgb(110 231 183 / var(--tw-text-opacity, 1))}.text-emerald-400{--tw-text-opacity: 1;color:rgb(52 211 153 / 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-green-500{--tw-text-opacity: 1;color:rgb(34 197 94 / var(--tw-text-opacity, 1))}.text-green-600{--tw-text-opacity: 1;color:rgb(22 163 74 / var(--tw-text-opacity, 1))}.text-purple-400{--tw-text-opacity: 1;color:rgb(192 132 252 / var(--tw-text-opacity, 1))}.text-red-400{--tw-text-opacity: 1;color:rgb(248 113 113 / var(--tw-text-opacity, 1))}.text-red-500{--tw-text-opacity: 1;color:rgb(239 68 68 / var(--tw-text-opacity, 1))}.text-slate-500{--tw-text-opacity: 1;color:rgb(100 116 139 / var(--tw-text-opacity, 1))}.text-slate-600{--tw-text-opacity: 1;color:rgb(71 85 105 / var(--tw-text-opacity, 1))}.text-transparent{color:transparent}.text-white{--tw-text-opacity: 1;color:rgb(255 255 255 / var(--tw-text-opacity, 1))}.text-white\/50{color:#ffffff80}.text-white\/60{color:#fff9}.text-white\/70{color:#ffffffb3}.text-yellow-500{--tw-text-opacity: 1;color:rgb(234 179 8 / var(--tw-text-opacity, 1))}.text-yellow-700{--tw-text-opacity: 1;color:rgb(161 98 7 / var(--tw-text-opacity, 1))}.underline{text-decoration-line:underline}.underline-offset-2{text-underline-offset:2px}.opacity-0{opacity:0}.opacity-100{opacity:1}.opacity-30{opacity:.3}.shadow-2xl{--tw-shadow: 0 25px 50px -12px rgb(0 0 0 / .25);--tw-shadow-colored: 0 25px 50px -12px var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000),var(--tw-ring-shadow, 0 0 #0000),var(--tw-shadow)}.shadow-lg{--tw-shadow: 0 10px 15px -3px rgb(0 0 0 / .1), 0 4px 6px -4px rgb(0 0 0 / .1);--tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color), 0 4px 6px -4px var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000),var(--tw-ring-shadow, 0 0 #0000),var(--tw-shadow)}.shadow-md{--tw-shadow: 0 4px 6px -1px rgb(0 0 0 / .1), 0 2px 4px -2px rgb(0 0 0 / .1);--tw-shadow-colored: 0 4px 6px -1px var(--tw-shadow-color), 0 2px 4px -2px var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000),var(--tw-ring-shadow, 0 0 #0000),var(--tw-shadow)}.shadow-sm{--tw-shadow: 0 1px 2px 0 rgb(0 0 0 / .05);--tw-shadow-colored: 0 1px 2px 0 var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000),var(--tw-ring-shadow, 0 0 #0000),var(--tw-shadow)}.outline{outline-style:solid}.blur{--tw-blur: blur(8px);filter:var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow)}.blur-3xl{--tw-blur: blur(64px);filter:var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow)}.drop-shadow{--tw-drop-shadow: drop-shadow(0 1px 2px rgb(0 0 0 / .1)) drop-shadow(0 1px 1px rgb(0 0 0 / .06));filter:var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow)}.filter{filter:var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow)}.backdrop-blur-md{--tw-backdrop-blur: blur(12px);-webkit-backdrop-filter:var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);backdrop-filter:var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia)}.backdrop-blur-xl{--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)}.transition{transition-property:color,background-color,border-color,text-decoration-color,fill,stroke,opacity,box-shadow,transform,filter,backdrop-filter;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}.transition-all{transition-property:all;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}.transition-colors{transition-property:color,background-color,border-color,text-decoration-color,fill,stroke;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}.transition-opacity{transition-property:opacity;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}.transition-transform{transition-property:transform;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}.duration-200{transition-duration:.2s}.duration-300{transition-duration:.3s}.duration-500{transition-duration:.5s}.duration-700{transition-duration:.7s}.ease-in-out{transition-timing-function:cubic-bezier(.4,0,.2,1)}:root{--theme-primary-color: #102257;--theme-background-color: #f5f5f5}@media (max-width: 575px){.book-appointment-btn{margin-bottom:16px!important}}.custom-sidebar-menu .ant-menu-item{color:#fff!important;background-color:transparent!important}.custom-sidebar-menu .ant-menu-item:hover{background-color:#ffffff1a!important;color:#fff!important}.custom-sidebar-menu .ant-menu-item-selected,.custom-sidebar-menu .ant-menu-item-selected:hover{background-color:#f5f5f5!important;color:#0f2257!important}.custom-sidebar-menu .ant-menu-submenu-title,.custom-sidebar-menu .ant-menu-submenu-title:hover{color:#fff!important}.custom-sidebar-menu .ant-menu-submenu-selected>.ant-menu-submenu-title{color:#fff!important}.custom-sidebar-menu .ant-menu-item .anticon{color:inherit!important}.custom-sidebar-menu .ant-menu-item-selected .anticon{color:#0f2257!important}.custom-sidebar-menu .ant-menu-submenu-title .anticon{color:#fff!important}.custom-sidebar-menu .ant-menu-submenu-selected>.ant-menu-submenu-title .anticon{color:#fff!important}.custom-sidebar-menu .ant-menu-item[data-menu-id$="/admin/reports/new-analytics"]{background:linear-gradient(135deg,#667eea,#764ba2)!important;border-radius:8px!important;margin:4px 8px!important;color:#fff!important;font-weight:600!important;position:relative!important}.custom-sidebar-menu .ant-menu-item[data-menu-id$="/admin/reports/new-analytics"]:hover{background:linear-gradient(135deg,#5a6fd8,#6a4190)!important;transform:translate(2px)!important;transition:all .2s ease!important}.custom-sidebar-menu .ant-menu-item[data-menu-id$="/admin/reports/new-analytics"]:after{content:"NEW"!important;position:absolute!important;right:8px!important;top:50%!important;transform:translateY(-50%)!important;background:#fff3!important;color:#fff!important;font-size:10px!important;padding:2px 6px!important;border-radius:10px!important;font-weight:700!important}.company_logo{width:210px;margin:0 auto 16px;display:flex;align-items:center;justify-content:center}.custom-dark-modal .ant-modal-content{background:linear-gradient(135deg,#0f0f23f2,#1a1a3ef2)!important;-webkit-backdrop-filter:blur(20px)!important;backdrop-filter:blur(20px)!important;border:1px solid rgba(255,255,255,.1)!important;border-radius:20px!important;color:#fff!important}.custom-dark-modal .ant-modal-header{background:transparent!important;border-bottom:1px solid rgba(255,255,255,.1)!important;padding:0!important}.custom-dark-modal .ant-modal-title{color:#fff!important}.custom-dark-modal .ant-modal-close{color:#fffc!important}.custom-dark-modal .ant-modal-close:hover{color:#fff!important;background-color:#ffffff1a!important}.custom-dark-modal .ant-modal-body{background:transparent!important;color:#fff!important;padding:0!important}.custom-dark-modal .ant-modal-footer{background:transparent!important;border-top:1px solid rgba(255,255,255,.1)!important}.custom-dark-modal .ant-typography,.custom-dark-modal .ant-typography h1,.custom-dark-modal .ant-typography h2,.custom-dark-modal .ant-typography h3,.custom-dark-modal .ant-typography h4,.custom-dark-modal .ant-typography h5,.custom-dark-modal .ant-typography h6{color:#fff!important}.custom-dark-modal .ant-typography p{color:#fffc!important}.custom-dark-modal .ant-divider{border-color:#ffffff1a!important}.ant-modal .ant-btn{background:#3b82f6e6!important;border-color:#3b82f64d!important;color:#fff!important}.ant-modal .ant-btn:hover{background:#3b82f6!important;border-color:#3b82f680!important}.last\:border-b-0:last-child{border-bottom-width:0px}.hover\:scale-105:hover{--tw-scale-x: 1.05;--tw-scale-y: 1.05;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.hover\:border-blue-400\/30:hover{border-color:#60a5fa4d}.hover\:border-blue-400\/50:hover{border-color:#60a5fa80}.hover\:border-emerald-400\/50:hover{border-color:#34d39980}.hover\:bg-blue-600:hover{--tw-bg-opacity: 1;background-color:rgb(37 99 235 / var(--tw-bg-opacity, 1))}.hover\:bg-blue-600\/20:hover{background-color:#2563eb33}.hover\:bg-slate-800\/80:hover{background-color:#1e293bcc}.hover\:from-blue-500\/30:hover{--tw-gradient-from: rgb(59 130 246 / .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)}.hover\:from-emerald-500\/30:hover{--tw-gradient-from: rgb(16 185 129 / .3) 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)}.hover\:to-blue-600\/20:hover{--tw-gradient-to: rgb(37 99 235 / .2) var(--tw-gradient-to-position)}.hover\:to-emerald-600\/20:hover{--tw-gradient-to: rgb(5 150 105 / .2) var(--tw-gradient-to-position)}.hover\:shadow-2xl:hover{--tw-shadow: 0 25px 50px -12px rgb(0 0 0 / .25);--tw-shadow-colored: 0 25px 50px -12px var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000),var(--tw-ring-shadow, 0 0 #0000),var(--tw-shadow)}.hover\:shadow-lg:hover{--tw-shadow: 0 10px 15px -3px rgb(0 0 0 / .1), 0 4px 6px -4px rgb(0 0 0 / .1);--tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color), 0 4px 6px -4px var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000),var(--tw-ring-shadow, 0 0 #0000),var(--tw-shadow)}.hover\:shadow-blue-500\/10:hover{--tw-shadow-color: rgb(59 130 246 / .1);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-blue-500\/20:hover{--tw-shadow-color: rgb(59 130 246 / .2);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-blue-500\/25:hover{--tw-shadow-color: rgb(59 130 246 / .25);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-emerald-500\/20:hover{--tw-shadow-color: rgb(16 185 129 / .2);--tw-shadow: var(--tw-shadow-colored)}.active\:scale-95:active{--tw-scale-x: .95;--tw-scale-y: .95;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.group:hover .group-hover\:scale-110{--tw-scale-x: 1.1;--tw-scale-y: 1.1;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.group:hover .group-hover\:border-blue-400\/40{border-color:#60a5fa66}.group:hover .group-hover\:text-blue-400{--tw-text-opacity: 1;color:rgb(96 165 250 / var(--tw-text-opacity, 1))}.group:hover .group-hover\:underline{text-decoration-line:underline}.group:hover .group-hover\:opacity-100{opacity:1}@media (min-width: 768px){.md\:text-6xl{font-size:3.75rem;line-height:1}}@media (min-width: 1024px){.lg\:grid-cols-2{grid-template-columns:repeat(2,minmax(0,1fr))}}html,body{width:100%;height:100%}input::-ms-clear,input::-ms-reveal{display:none}*,*:before,*:after{box-sizing:border-box}html{font-family:sans-serif;line-height:1.15;-webkit-text-size-adjust:100%;-ms-text-size-adjust:100%;-ms-overflow-style:scrollbar;-webkit-tap-highlight-color:rgba(0,0,0,0)}body{margin:0}[tabindex="-1"]:focus{outline:none}hr{box-sizing:content-box;height:0;overflow:visible}h1,h2,h3,h4,h5,h6{margin-top:0;margin-bottom:.5em;font-weight:500}p{margin-top:0;margin-bottom:1em}abbr[title],abbr[data-original-title]{-webkit-text-decoration:underline dotted;text-decoration:underline dotted;border-bottom:0;cursor:help}address{margin-bottom:1em;font-style:normal;line-height:inherit}input[type=text],input[type=password],input[type=number],textarea{-webkit-appearance:none}ol,ul,dl{margin-top:0;margin-bottom:1em}ol ol,ul ul,ol ul,ul ol{margin-bottom:0}dt{font-weight:500}dd{margin-bottom:.5em;margin-left:0}blockquote{margin:0 0 1em}dfn{font-style:italic}b,strong{font-weight:bolder}small{font-size:80%}sub,sup{position:relative;font-size:75%;line-height:0;vertical-align:baseline}sub{bottom:-.25em}sup{top:-.5em}pre,code,kbd,samp{font-size:1em;font-family:SFMono-Regular,Consolas,Liberation Mono,Menlo,Courier,monospace}pre{margin-top:0;margin-bottom:1em;overflow:auto}figure{margin:0 0 1em}img{vertical-align:middle;border-style:none}a,area,button,[role=button],input:not([type=range]),label,select,summary,textarea{touch-action:manipulation}table{border-collapse:collapse}caption{padding-top:.75em;padding-bottom:.3em;text-align:left;caption-side:bottom}input,button,select,optgroup,textarea{margin:0;color:inherit;font-size:inherit;font-family:inherit;line-height:inherit}button,input{overflow:visible}button,select{text-transform:none}button,html [type=button],[type=reset],[type=submit]{-webkit-appearance:button}button::-moz-focus-inner,[type=button]::-moz-focus-inner,[type=reset]::-moz-focus-inner,[type=submit]::-moz-focus-inner{padding:0;border-style:none}input[type=radio],input[type=checkbox]{box-sizing:border-box;padding:0}input[type=date],input[type=time],input[type=datetime-local],input[type=month]{-webkit-appearance:listbox}textarea{overflow:auto;resize:vertical}fieldset{min-width:0;margin:0;padding:0;border:0}legend{display:block;width:100%;max-width:100%;margin-bottom:.5em;padding:0;color:inherit;font-size:1.5em;line-height:inherit;white-space:normal}progress{vertical-align:baseline}[type=number]::-webkit-inner-spin-button,[type=number]::-webkit-outer-spin-button{height:auto}[type=search]{outline-offset:-2px;-webkit-appearance:none}[type=search]::-webkit-search-cancel-button,[type=search]::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{font:inherit;-webkit-appearance:button}output{display:inline-block}summary{display:list-item}template{display:none}[hidden]{display:none!important}mark{padding:.2em;background-color:#feffe6}
