:root{--primary:#09090b;--primary-hover:#27272a;--blue:#6366f1;--blue-light:#818cf8;--white:#fff;--gray-50:#fafafa;--gray-100:#f5f5f5;--gray-200:#e4e4e7;--gray-300:#d4d4d8;--gray-400:#a1a1aa;--gray-500:#71717a;--gray-600:#52525b;--gray-700:#3f3f46;--gray-800:#262626;--gray-900:#18181b}.Auth-module__KiWZkW__container{background:var(--white);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;flex-direction:column;width:100%;min-height:100vh;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Inter,sans-serif;display:flex}.Auth-module__KiWZkW__authMain{flex:1;justify-content:center;align-items:flex-start;width:100%;padding:110px 16px 40px;display:flex}@media (max-width:768px){.Auth-module__KiWZkW__authMain{padding-top:90px}}.Auth-module__KiWZkW__authCard{background:var(--white);border:1px solid var(--gray-200);border-radius:16px;width:100%;max-width:420px;padding:24px;position:relative;box-shadow:0 1px 3px #0000001a,0 1px 2px #0000000f}@media (max-width:640px){.Auth-module__KiWZkW__authCard{border-radius:12px;max-width:100%;padding:20px 16px}}.Auth-module__KiWZkW__logo{text-align:center;margin-bottom:12px}.Auth-module__KiWZkW__logoLink{color:var(--gray-900);letter-spacing:-.03em;font-size:2rem;font-weight:800;text-decoration:none;transition:transform .2s;display:inline-block}.Auth-module__KiWZkW__logoLink:hover{transform:scale(1.05)}.Auth-module__KiWZkW__logoQ{color:var(--blue)}.Auth-module__KiWZkW__title{color:var(--gray-900);text-align:center;letter-spacing:-.02em;margin-bottom:6px;font-size:1.5rem;font-weight:700;line-height:1.2}.Auth-module__KiWZkW__subtitle{color:var(--gray-600);text-align:center;margin-bottom:12px;font-size:.875rem;line-height:1.5}.Auth-module__KiWZkW__socialButtons{flex-direction:column;gap:8px;margin-bottom:12px;display:flex}.Auth-module__KiWZkW__btnSocial{background:var(--white);width:100%;color:var(--gray-900);border:1.5px solid var(--gray-200);cursor:pointer;border-radius:10px;justify-content:center;align-items:center;gap:10px;padding:12px 16px;font-size:.9rem;font-weight:600;transition:all .2s cubic-bezier(.4,0,.2,1);display:flex;position:relative;overflow:hidden}.Auth-module__KiWZkW__btnSocial:before{content:"";background:linear-gradient(90deg,#0000,#fff6,#0000);width:100%;height:100%;transition:left .5s;position:absolute;top:0;left:-100%}.Auth-module__KiWZkW__btnSocial:hover:before{left:100%}.Auth-module__KiWZkW__btnSocial:hover{background:var(--gray-50);border-color:var(--gray-300);transform:translateY(-1px);box-shadow:0 4px 12px #00000014}.Auth-module__KiWZkW__btnGoogle{border-color:#dadce0}.Auth-module__KiWZkW__btnGoogle:hover{background:#f8f9fa;border-color:#dadce0;box-shadow:0 2px 8px #4285f41a}.Auth-module__KiWZkW__btnGoogle svg{flex-shrink:0;display:block}.Auth-module__KiWZkW__btnApple{color:#fff;background:#000;border-color:#000}.Auth-module__KiWZkW__btnApple:hover{background:#1a1a1a;border-color:#1a1a1a;box-shadow:0 4px 12px #0003}.Auth-module__KiWZkW__btnApple svg{color:#fff;flex-shrink:0;width:20px;height:20px;display:block}.Auth-module__KiWZkW__divider{text-align:center;margin:12px 0;position:relative}.Auth-module__KiWZkW__dividerLine{background:var(--gray-200);width:100%;height:1px;position:absolute;top:50%;left:0}.Auth-module__KiWZkW__dividerText{background:var(--white);color:var(--gray-500);padding:0 12px;font-size:.8rem;font-weight:500;position:relative}.Auth-module__KiWZkW__form{margin-top:16px}.Auth-module__KiWZkW__formGroup{margin-bottom:12px}.Auth-module__KiWZkW__label{color:var(--gray-900);margin-bottom:4px;font-size:.813rem;font-weight:600;display:block}.Auth-module__KiWZkW__labelRow{justify-content:space-between;align-items:center;margin-bottom:6px;display:flex}.Auth-module__KiWZkW__inputWrapper{position:relative}.Auth-module__KiWZkW__input{border:1.5px solid var(--gray-200);background:var(--white);width:100%;color:var(--gray-900);border-radius:10px;outline:none;padding:10px 14px 10px 44px;font-size:.9rem;transition:all .2s cubic-bezier(.4,0,.2,1)}.Auth-module__KiWZkW__input:hover{border-color:var(--gray-300);background:var(--gray-50)}.Auth-module__KiWZkW__input:focus{border-color:var(--blue);background:var(--white);box-shadow:0 0 0 4px #6366f11a}.Auth-module__KiWZkW__input::placeholder{color:var(--gray-400)}.Auth-module__KiWZkW__inputIcon{color:var(--gray-500);pointer-events:none;z-index:1;position:absolute;top:50%;left:14px;transform:translateY(-50%)}.Auth-module__KiWZkW__inputWrapper button.Auth-module__KiWZkW__inputIcon{pointer-events:auto;cursor:pointer;background:0 0;border:none;padding:0;left:auto;right:14px}.Auth-module__KiWZkW__inputWrapper button.Auth-module__KiWZkW__inputIcon:hover,.Auth-module__KiWZkW__input:focus+.Auth-module__KiWZkW__inputIcon,.Auth-module__KiWZkW__inputWrapper:focus-within .Auth-module__KiWZkW__inputIcon{color:var(--blue)}.Auth-module__KiWZkW__btnPrimary{background:var(--primary);width:100%;color:var(--white);cursor:pointer;border:none;border-radius:10px;justify-content:center;align-items:center;gap:8px;margin-top:4px;padding:12px;font-size:.95rem;font-weight:600;transition:all .3s cubic-bezier(.4,0,.2,1);display:flex;box-shadow:0 2px 8px #0000001a}.Auth-module__KiWZkW__btnPrimary:hover:not(:disabled){background:var(--primary-hover);transform:translateY(-2px);box-shadow:0 6px 20px #0003}.Auth-module__KiWZkW__btnPrimary:disabled{opacity:.7;cursor:not-allowed;transform:none}.Auth-module__KiWZkW__errorBox{color:#dc2626;background:#fef2f2;border:1.5px solid #fecaca;border-radius:10px;justify-content:center;align-items:center;gap:8px;margin-bottom:16px;padding:12px 14px;font-size:.85rem;animation:.4s ease-in-out Auth-module__KiWZkW__shake;display:flex}@keyframes Auth-module__KiWZkW__shake{0%,to{transform:translate(0)}25%{transform:translate(-4px)}75%{transform:translate(4px)}}.Auth-module__KiWZkW__link{color:var(--blue);font-size:.875rem;font-weight:600;text-decoration:none;transition:color .15s}.Auth-module__KiWZkW__link:hover{color:#4f46e5;text-decoration:underline}.Auth-module__KiWZkW__footerText{text-align:center;color:var(--gray-600);margin-top:12px;font-size:.85rem}.Auth-module__KiWZkW__packageGrid{grid-template-columns:repeat(3,1fr);gap:10px;margin-bottom:16px;display:grid}@media (max-width:640px){.Auth-module__KiWZkW__packageGrid{grid-template-columns:1fr}}.Auth-module__KiWZkW__packageCard{border:1.5px solid var(--gray-200);cursor:pointer;text-align:center;background:var(--white);border-radius:10px;flex-direction:column;justify-content:center;align-items:center;gap:4px;padding:12px 8px;transition:all .2s cubic-bezier(.4,0,.2,1);display:flex;position:relative}.Auth-module__KiWZkW__packageCard:hover{border-color:var(--gray-300);background:var(--gray-50);transform:translateY(-2px);box-shadow:0 4px 12px #00000014}.Auth-module__KiWZkW__packageCardActive{border-color:var(--blue);box-shadow:0 0 0 1px var(--blue),0 4px 12px #6366f126;background:linear-gradient(135deg,#eef2ff 0%,#e0e7ff 100%)}.Auth-module__KiWZkW__packageCardActive:hover{box-shadow:0 0 0 1px var(--blue),0 6px 16px #6366f133;transform:translateY(-2px)}.Auth-module__KiWZkW__packageName{color:var(--gray-900);font-size:.9rem;font-weight:600}.Auth-module__KiWZkW__packagePrice{color:var(--gray-600);font-size:.85rem;font-weight:500}.Auth-module__KiWZkW__packageCardActive .Auth-module__KiWZkW__packageName{color:var(--blue);font-weight:700}.Auth-module__KiWZkW__packageCardActive .Auth-module__KiWZkW__packagePrice{color:var(--blue);font-weight:600}.Auth-module__KiWZkW__activeBadge{background:linear-gradient(135deg,var(--blue)0%,var(--blue-light)100%);color:#fff;border-radius:50%;justify-content:center;align-items:center;width:20px;height:20px;display:flex;position:absolute;top:8px;right:8px;box-shadow:0 2px 8px #6366f166}.Auth-module__KiWZkW__passwordGrid{grid-template-columns:1fr 1fr;gap:12px;display:grid}@media (max-width:640px){.Auth-module__KiWZkW__passwordGrid{grid-template-columns:1fr}}
:root{--primary:#09090b;--primary-hover:#27272a;--blue:#6366f1;--blue-light:#6366f1;--white:#fff;--gray-50:#fafafa;--gray-100:#f5f5f5;--gray-200:#e4e4e7;--gray-300:#d4d4d8;--gray-400:#a1a1aa;--gray-500:#71717a;--gray-600:#52525b;--gray-700:#3f3f46;--gray-800:#262626;--gray-900:#18181b}.LandingPage-module__CEBI7a__container{box-sizing:border-box;background:var(--white);width:100%;min-height:100vh;color:var(--gray-900);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Inter,sans-serif;line-height:1.6}.LandingPage-module__CEBI7a__container *,.LandingPage-module__CEBI7a__container :before,.LandingPage-module__CEBI7a__container :after{box-sizing:border-box}.LandingPage-module__CEBI7a__header{-webkit-backdrop-filter:blur(20px);z-index:1000;background:#fffffffa;border-bottom:1px solid #0000000f;position:fixed;top:0;left:0;right:0;box-shadow:0 1px 3px #0000000a}.LandingPage-module__CEBI7a__headerTop{border-bottom:1px dashed #e4e4e7;width:100%;padding:4px 0}.LandingPage-module__CEBI7a__headerTopWrapper{grid-template-columns:1fr 2fr 1fr;align-items:center;gap:32px;width:100%;max-width:1200px;margin:0 auto;padding:0 24px;display:grid}.LandingPage-module__CEBI7a__headerLogo{letter-spacing:-.03em;color:var(--gray-900);white-space:nowrap;justify-self:start;align-items:baseline;font-size:22px;font-weight:800;text-decoration:none;transition:all .2s;display:inline-flex}.LandingPage-module__CEBI7a__headerLogo:hover{transform:translateY(-1px)}.LandingPage-module__CEBI7a__headerSearch{justify-self:center;width:100%;max-width:450px;position:relative}.LandingPage-module__CEBI7a__headerActions{white-space:nowrap;justify-self:end;align-items:center;gap:20px;display:flex}@media (max-width:768px){.LandingPage-module__CEBI7a__headerTopWrapper{grid-template-columns:auto 1fr auto;gap:8px;padding:12px 16px}.LandingPage-module__CEBI7a__headerLogo{grid-column:1;margin-right:auto}.LandingPage-module__CEBI7a__headerSearch,.LandingPage-module__CEBI7a__headerActions{display:none!important}.LandingPage-module__CEBI7a__mobileHeaderActions{grid-column:3;justify-self:end;align-items:center;gap:16px;display:flex!important}.LandingPage-module__CEBI7a__mobileIconBtn{color:var(--gray-700);cursor:pointer;background:0 0;border:none;justify-content:center;align-items:center;padding:4px;display:flex}.LandingPage-module__CEBI7a__mobileIconBtn:active{opacity:.7}.LandingPage-module__CEBI7a__headerBottom{display:none}}.LandingPage-module__CEBI7a__mobileMenuOverlay{z-index:2000;background:#fff;flex-direction:column;animation:.3s cubic-bezier(.16,1,.3,1) LandingPage-module__CEBI7a__slideIn;display:flex;position:fixed;top:0;bottom:0;left:0;right:0}@keyframes LandingPage-module__CEBI7a__slideIn{0%{transform:translate(100%)}to{transform:translate(0)}}.LandingPage-module__CEBI7a__mobileMenuHeader{background:#fff;border-bottom:1px solid #e4e4e7;justify-content:space-between;align-items:center;padding:16px 20px;display:flex}.LandingPage-module__CEBI7a__mobileMenuTitle{color:#09090b;font-size:18px;font-weight:700}.LandingPage-module__CEBI7a__mobileMenuCloseBtn{color:#71717a;cursor:pointer;background:0 0;border:none;padding:4px;font-size:24px}.LandingPage-module__CEBI7a__mobileMenuList{flex:1;padding:8px 0;overflow-y:auto}.LandingPage-module__CEBI7a__mobileMenuItem{cursor:pointer;background:#fff;border-bottom:1px solid #f4f4f5;justify-content:space-between;align-items:center;padding:16px 20px;text-decoration:none;transition:background .2s;display:flex}.LandingPage-module__CEBI7a__mobileMenuItem:active{background:#fafafa}.LandingPage-module__CEBI7a__mobileMenuItemContent{align-items:center;gap:12px;display:flex}.LandingPage-module__CEBI7a__mobileMenuIcon{color:#71717a}.LandingPage-module__CEBI7a__mobileMenuText{color:#09090b;font-size:15px;font-weight:500}.LandingPage-module__CEBI7a__mobileMenuBadge{color:#71717a;text-transform:uppercase;background:#f4f4f5;border-radius:4px;padding:2px 6px;font-size:10px;font-weight:600}.LandingPage-module__CEBI7a__mobileMenuChevron{color:#d4d4d8;font-size:20px;font-weight:400;display:inline-block}.LandingPage-module__CEBI7a__mobileSubMenu{background:#fafafa;border-bottom:1px solid #f4f4f5;padding:8px 0;animation:.2s ease-out LandingPage-module__CEBI7a__expandSubMenu}@keyframes LandingPage-module__CEBI7a__expandSubMenu{0%{opacity:0;transform:translateY(-5px)}to{opacity:1;transform:translateY(0)}}.LandingPage-module__CEBI7a__mobileSubMenuItem{color:#52525b;padding:12px 20px 12px 52px;font-size:14px;text-decoration:none;transition:color .15s;display:block}.LandingPage-module__CEBI7a__mobileSubMenuItem:hover{color:#09090b;background:#f4f4f5}.LandingPage-module__CEBI7a__mobileMenuDivider{background:#fafafa;border-top:1px solid #e4e4e7;border-bottom:1px solid #e4e4e7;height:8px;margin:8px 0}.LandingPage-module__CEBI7a__mobileHeaderActions{display:none}.LandingPage-module__CEBI7a__headerBottom{background:#fff;border-bottom:1px solid #e4e4e7;width:100%;padding:0}.LandingPage-module__CEBI7a__navWrapper{max-width:1200px;margin:0 auto;padding:0 24px}.LandingPage-module__CEBI7a__categoryMenu{align-items:center;gap:24px;height:48px;display:flex}.LandingPage-module__CEBI7a__navItem{align-items:center;height:100%;display:flex;position:relative}.LandingPage-module__CEBI7a__navLink{color:var(--gray-600);cursor:pointer;white-space:nowrap;background:0 0;border:none;align-items:center;gap:6px;height:100%;padding:0 4px;font-size:13px;font-weight:500;transition:color .2s;display:flex}.LandingPage-module__CEBI7a__navItem:hover .LandingPage-module__CEBI7a__navLink{color:var(--blue)}.LandingPage-module__CEBI7a__navBadge{color:#71717a;letter-spacing:.02em;background:#f4f4f5;border-radius:4px;padding:2px 6px;font-size:10px;font-weight:600}.LandingPage-module__CEBI7a__dropdownMenu{opacity:0;visibility:hidden;z-index:100;background:#fff;border:1px solid #e4e4e7;border-radius:0 0 8px 8px;width:240px;padding:8px 0;transition:all .2s cubic-bezier(.4,0,.2,1);position:absolute;top:100%;left:0;transform:translateY(10px);box-shadow:0 10px 15px -3px #0000001a}.LandingPage-module__CEBI7a__navItem:hover .LandingPage-module__CEBI7a__dropdownMenu{opacity:1;visibility:visible;transform:translateY(0)}.LandingPage-module__CEBI7a__dropdownItem{color:var(--gray-600);padding:10px 16px;font-size:13px;text-decoration:none;transition:all .15s;display:block}.LandingPage-module__CEBI7a__dropdownItem:hover{background:var(--gray-50);color:var(--blue);padding-left:20px}@media (max-width:1024px){.LandingPage-module__CEBI7a__headerBottom{display:none}}.LandingPage-module__CEBI7a__logo{letter-spacing:-.03em;color:var(--gray-900);white-space:nowrap;align-items:baseline;font-size:26px;font-weight:800;text-decoration:none;transition:all .2s;display:inline-flex}.LandingPage-module__CEBI7a__logo:hover{transform:translateY(-1px)}.LandingPage-module__CEBI7a__logoQ{color:#6366f1;font-weight:800}.LandingPage-module__CEBI7a__nav{flex:1;justify-content:center;align-items:center;gap:40px;display:none}@media (min-width:1024px){.LandingPage-module__CEBI7a__nav{display:flex}}.LandingPage-module__CEBI7a__nav a{color:var(--gray-700);padding:8px 0;font-size:15px;font-weight:500;text-decoration:none;transition:all .2s;position:relative}.LandingPage-module__CEBI7a__nav a:after{content:"";background:var(--blue);width:0;height:2px;transition:width .3s cubic-bezier(.4,0,.2,1);position:absolute;bottom:0;left:0}.LandingPage-module__CEBI7a__nav a:hover{color:var(--gray-900)}.LandingPage-module__CEBI7a__nav a:hover:after{width:100%}.LandingPage-module__CEBI7a__navActions{align-items:center;gap:16px;display:none}@media (min-width:768px){.LandingPage-module__CEBI7a__navActions{display:flex}}.LandingPage-module__CEBI7a__btnText{color:var(--gray-700);cursor:pointer;background:0 0;border:none;border-radius:8px;padding:10px 20px;font-size:15px;font-weight:500;transition:all .2s}.LandingPage-module__CEBI7a__btnText:hover{color:var(--gray-900);background:var(--gray-50)}.LandingPage-module__CEBI7a__btnPrimary{background:var(--primary);color:var(--white);cursor:pointer;border:none;border-radius:10px;align-items:center;gap:6px;padding:12px 24px;font-size:15px;font-weight:600;transition:all .2s cubic-bezier(.4,0,.2,1);display:inline-flex;box-shadow:0 2px 8px #0000001a}.LandingPage-module__CEBI7a__btnPrimary:hover{background:var(--primary-hover);transform:translateY(-2px);box-shadow:0 4px 16px #00000026}.LandingPage-module__CEBI7a__mobileMenuBtn{cursor:pointer;color:var(--gray-900);background:0 0;border:none;justify-content:center;align-items:center;padding:8px;display:flex}@media (min-width:1024px){.LandingPage-module__CEBI7a__mobileMenuBtn{display:none}}.LandingPage-module__CEBI7a__mobileMenu{background:var(--white);border-bottom:1px solid var(--gray-200);z-index:999;flex-direction:column;gap:16px;padding:24px;display:flex;position:fixed;top:72px;left:0;right:0}.LandingPage-module__CEBI7a__mobileMenu a{color:var(--gray-900);border-bottom:1px solid var(--gray-100);padding:12px 0;font-size:16px;font-weight:500;text-decoration:none}.LandingPage-module__CEBI7a__mobileMenu a:hover{color:var(--blue)}.LandingPage-module__CEBI7a__mobileActions{border-top:1px solid var(--gray-200);flex-direction:column;gap:12px;margin-top:8px;padding-top:16px;display:flex}.LandingPage-module__CEBI7a__hero{background:#111;justify-content:center;align-items:center;width:100%;height:600px;margin-bottom:0;padding:0;display:flex;position:relative;overflow:hidden}.LandingPage-module__CEBI7a__heroTextContainer{z-index:20;text-align:center;-webkit-backdrop-filter:blur(12px);background:#ffffffbf;border:1px solid #fff6;border-radius:32px;width:90%;max-width:800px;margin-top:120px;padding:40px;position:relative;box-shadow:0 10px 40px #0000001a}.LandingPage-module__CEBI7a__heroTitle{letter-spacing:-.02em;color:#111;margin-bottom:24px;font-size:56px;font-weight:800;line-height:1.1}.LandingPage-module__CEBI7a__heroTitle .LandingPage-module__CEBI7a__highlightText{color:#6366f1}.LandingPage-module__CEBI7a__heroSubtitle{color:#444;max-width:600px;margin:0 auto;font-size:20px;line-height:1.6}@media (max-width:768px){.LandingPage-module__CEBI7a__hero{flex-direction:column;justify-content:flex-start;align-items:center;gap:16px;height:auto;min-height:auto;padding-top:100px;padding-bottom:0}.LandingPage-module__CEBI7a__heroTextContainer{flex:none;width:90%;margin-bottom:0;position:relative;top:auto;left:auto;transform:none}.LandingPage-module__CEBI7a__heroTitle{font-size:32px}.LandingPage-module__CEBI7a__heroSubtitle{font-size:15px}}@media (max-width:480px){.LandingPage-module__CEBI7a__heroTop{padding-top:120px}.LandingPage-module__CEBI7a__heroTitle{font-size:28px}}.LandingPage-module__CEBI7a__hillWrapper{z-index:1;justify-content:center;align-items:flex-end;width:100%;height:100%;display:flex;position:absolute;top:0;bottom:0;left:0;right:0;overflow:hidden}.LandingPage-module__CEBI7a__hillContainer{grid-template-columns:repeat(6,1fr);width:100%;height:100%;display:grid;position:absolute;top:0;bottom:0;left:0;right:0}.LandingPage-module__CEBI7a__hillCard{opacity:1;z-index:1;border-right:1px solid #ffffff1a;width:100%;height:100%;position:relative}.LandingPage-module__CEBI7a__hillCard:last-child{border-right:none}.LandingPage-module__CEBI7a__imageOverlay{display:none}.LandingPage-module__CEBI7a__hillImage{object-fit:cover;object-position:center;width:100%;height:100%}.LandingPage-module__CEBI7a__hillHeightCenter,.LandingPage-module__CEBI7a__hillHeightMid,.LandingPage-module__CEBI7a__hillHeightLow,.LandingPage-module__CEBI7a__hillHeightEdge{height:auto}@media (max-width:768px){.LandingPage-module__CEBI7a__hero{flex-direction:column;justify-content:center;height:auto;min-height:600px}.LandingPage-module__CEBI7a__hillContainer{grid-template-rows:repeat(2,1fr);grid-template-columns:repeat(2,1fr);top:60px}.LandingPage-module__CEBI7a__hillCard:nth-child(n+5){display:none}.LandingPage-module__CEBI7a__heroTextContainer{margin:40px 0 10px;padding-top:40px;padding-bottom:30px}}.LandingPage-module__CEBI7a__carouselContainer{scroll-snap-type:x mandatory;-webkit-overflow-scrolling:touch;scrollbar-width:none;gap:24px;width:100%;padding:40px 20px;display:flex;overflow:auto hidden}.LandingPage-module__CEBI7a__carouselContainer::-webkit-scrollbar{display:none}.LandingPage-module__CEBI7a__carouselItem{scroll-snap-align:center;background:#fff;border-radius:24px;flex:none;width:280px;height:200px;position:relative;overflow:hidden;box-shadow:0 10px 30px #00000014}@media (min-width:640px){.LandingPage-module__CEBI7a__carouselItem{width:320px;height:240px}}@media (min-width:1024px){.LandingPage-module__CEBI7a__carouselItem{width:380px;height:280px}}.LandingPage-module__CEBI7a__carouselImage{object-fit:cover;width:100%;height:100%;transition:transform .5s}.LandingPage-module__CEBI7a__carouselItem:hover .LandingPage-module__CEBI7a__carouselImage{transform:scale(1.05)}.LandingPage-module__CEBI7a__heroTextSection{text-align:center;z-index:20;max-width:900px;margin:0 auto 40px;position:relative}@media (min-width:1024px){.LandingPage-module__CEBI7a__heroTextSection{margin-bottom:20px}}.LandingPage-module__CEBI7a__heroImageGallery{width:100%;overflow:hidden}.LandingPage-module__CEBI7a__heroImageScroll{scrollbar-width:none;-webkit-overflow-scrolling:touch;justify-content:space-between;gap:12px;width:100%;min-width:100%;margin:0;padding:0;display:flex;overflow:auto hidden}@media (min-width:1024px){.LandingPage-module__CEBI7a__heroImageScroll{justify-content:center;gap:15px;width:100%;padding:0}}.LandingPage-module__CEBI7a__heroGalleryCard{cursor:pointer;flex:none;width:200px;transition:all .3s;position:relative}@media (min-width:1024px){.LandingPage-module__CEBI7a__heroGalleryCard{flex:1;width:auto;min-width:0}}.LandingPage-module__CEBI7a__heroGalleryImageWrapper{aspect-ratio:3/4;border:1px solid #0000000d;width:100%;transition:all .3s;position:relative;overflow:hidden;box-shadow:0 20px 50px #0003}.LandingPage-module__CEBI7a__heroGalleryCard:hover .LandingPage-module__CEBI7a__heroGalleryImageWrapper{transform:translateY(-5px);box-shadow:0 15px 40px #6366f133}.LandingPage-module__CEBI7a__heroGalleryOverlay{opacity:0;background:linear-gradient(#0000,#000c);padding:16px;transition:opacity .3s;position:absolute;bottom:0;left:0;right:0}.LandingPage-module__CEBI7a__heroGalleryCard:hover .LandingPage-module__CEBI7a__heroGalleryOverlay{opacity:1}.LandingPage-module__CEBI7a__heroGalleryTitle{color:#fff;text-shadow:0 2px 4px #00000080;font-size:16px;font-weight:600}.LandingPage-module__CEBI7a__heroContainer{z-index:10;width:100%;max-width:1400px;margin:0 auto;padding:0 24px;position:relative}@media (min-width:640px){.LandingPage-module__CEBI7a__heroContainer{padding:0 40px}}@media (min-width:1024px){.LandingPage-module__CEBI7a__heroContainer{padding:0 60px}}.LandingPage-module__CEBI7a__heroBadge{color:#6366f1;background:#eef2ff;border:1px solid #c7d2fe;border-radius:9999px;align-items:center;gap:6px;margin-bottom:24px;padding:6px 14px;font-size:13px;font-weight:500;display:inline-flex}.LandingPage-module__CEBI7a__badgeDot{background:#6366f1;border-radius:50%;width:6px;height:6px;display:inline-block}.LandingPage-module__CEBI7a__heroTitle{color:#09090b;text-align:center;margin:0 0 20px;font-size:28px;font-weight:700;line-height:1.1}@media (min-width:640px){.LandingPage-module__CEBI7a__heroTitle{font-size:36px}}@media (min-width:768px){.LandingPage-module__CEBI7a__heroTitle{font-size:42px}}@media (min-width:1024px){.LandingPage-module__CEBI7a__heroTitle{text-align:center;letter-spacing:-.04em;font-size:56px}}.LandingPage-module__CEBI7a__heroTitleLine{margin-bottom:12px;display:block}.LandingPage-module__CEBI7a__heroTitleRotatingWrapper{flex-direction:column;justify-content:center;align-items:center;gap:8px;display:flex}@media (min-width:640px){.LandingPage-module__CEBI7a__heroTitleRotatingWrapper{flex-direction:row;gap:12px}}@media (min-width:1024px){.LandingPage-module__CEBI7a__heroTitleRotatingWrapper{justify-content:center}}.LandingPage-module__CEBI7a__heroTitleStatic{color:#09090b;white-space:nowrap}.LandingPage-module__CEBI7a__rotatingTextBox{text-align:center;color:var(--white);white-space:nowrap;width:auto;min-width:250px;max-width:none;font-weight:700;font-size:inherit;box-sizing:border-box;background:#6366f1;border-radius:12px;justify-content:center;align-items:center;height:auto;min-height:1.2em;padding:6px 30px;display:inline-flex;position:relative;overflow:hidden;box-shadow:0 10px 15px -3px #0000001a,0 4px 6px -2px #0000000d}@media (max-width:640px){.LandingPage-module__CEBI7a__rotatingTextBox{min-width:160px;padding:6px 20px;font-size:.9em}}@media (min-width:640px){.LandingPage-module__CEBI7a__rotatingTextBox{min-width:300px;padding:7px 32px}}@media (min-width:768px){.LandingPage-module__CEBI7a__rotatingTextBox{min-width:350px;padding:8px 40px}}@media (max-width:1024px){.LandingPage-module__CEBI7a__hero{padding-top:70px}.LandingPage-module__CEBI7a__heroContent{text-align:center}.LandingPage-module__CEBI7a__heroBadge{margin:0 auto 32px}.LandingPage-module__CEBI7a__rotatingTextBox{min-width:250px;max-width:none}}@media (max-width:768px){.LandingPage-module__CEBI7a__heroTitle{font-size:36px}.LandingPage-module__CEBI7a__heroDesc{font-size:18px}.LandingPage-module__CEBI7a__heroBadge{padding:6px 14px;font-size:13px}.LandingPage-module__CEBI7a__rotatingTextBox{min-width:200px;max-width:90vw;min-height:48px;padding:8px 24px}.LandingPage-module__CEBI7a__heroCTAs{flex-direction:column;width:100%}.LandingPage-module__CEBI7a__btnPrimaryLarge,.LandingPage-module__CEBI7a__btnSecondaryLarge{justify-content:center;width:100%}.LandingPage-module__CEBI7a__dashboardMockup,.LandingPage-module__CEBI7a__dashboardMockup:hover{transform:none}}.LandingPage-module__CEBI7a__heroDesc{color:#52525b;text-align:center;max-width:100%;margin:0 auto 28px;font-size:16px;font-weight:400;line-height:1.6}@media (min-width:640px){.LandingPage-module__CEBI7a__heroDesc{font-size:17px}}@media (min-width:768px){.LandingPage-module__CEBI7a__heroDesc{font-size:18px}}@media (min-width:1024px){.LandingPage-module__CEBI7a__heroDesc{text-align:center;max-width:600px;margin-left:auto;margin-right:auto}}.LandingPage-module__CEBI7a__highlightText{color:#6366f1;font-weight:600}.LandingPage-module__CEBI7a__heroCTAs{flex-wrap:wrap;justify-content:center;gap:16px;display:flex}@media (min-width:1024px){.LandingPage-module__CEBI7a__heroCTAs{justify-content:center}}.LandingPage-module__CEBI7a__btnPrimaryLarge{background:var(--primary);color:var(--white);cursor:pointer;border:none;border-radius:12px;align-items:center;gap:10px;padding:16px 32px;font-size:16px;font-weight:600;transition:all .3s cubic-bezier(.4,0,.2,1);display:inline-flex;box-shadow:0 4px 12px #0000001a}.LandingPage-module__CEBI7a__btnPrimaryLarge:hover{background:var(--primary-hover);transform:translateY(-2px);box-shadow:0 6px 20px #00000026}.LandingPage-module__CEBI7a__btnSecondaryLarge{background:var(--white);color:var(--gray-900);border:1.5px solid var(--gray-300);cursor:pointer;border-radius:12px;align-items:center;gap:10px;padding:16px 32px;font-size:16px;font-weight:600;transition:all .3s cubic-bezier(.4,0,.2,1);display:inline-flex}.LandingPage-module__CEBI7a__btnSecondaryLarge:hover{background:var(--gray-50);border-color:var(--gray-400);transform:translateY(-2px);box-shadow:0 4px 12px #00000014}.LandingPage-module__CEBI7a__heroVisual{justify-content:center;align-items:center;display:none;position:relative}@media (min-width:1024px){.LandingPage-module__CEBI7a__heroVisual{display:flex}}.LandingPage-module__CEBI7a__dashboardMockup{background:var(--white);border:1px solid var(--gray-200);border-radius:16px;width:100%;max-width:500px;transition:transform .5s;overflow:hidden;transform:perspective(1000px)rotateY(-5deg)rotateX(2deg);box-shadow:0 20px 60px #0000001f}.LandingPage-module__CEBI7a__dashboardMockup:hover{transform:perspective(1000px)rotateY(0)rotateX(0)translateY(-5px);box-shadow:0 25px 70px #00000026}.LandingPage-module__CEBI7a__mockupHeader{background:var(--gray-50);border-bottom:1px solid var(--gray-200);align-items:center;gap:12px;padding:12px 16px;display:flex}.LandingPage-module__CEBI7a__mockupTitle{color:var(--gray-600);margin-left:auto;font-size:12px;font-weight:600}.LandingPage-module__CEBI7a__mockupContent{flex-direction:column;gap:20px;padding:20px;display:flex}.LandingPage-module__CEBI7a__mockupCalendar{background:var(--gray-50);border-radius:12px;padding:16px}.LandingPage-module__CEBI7a__calendarHeader{margin-bottom:12px}.LandingPage-module__CEBI7a__calendarMonth{color:var(--gray-900);font-size:14px;font-weight:600}.LandingPage-module__CEBI7a__calendarGrid{grid-template-columns:repeat(7,1fr);gap:6px;display:grid}.LandingPage-module__CEBI7a__calendarDayHeader{color:var(--gray-500);text-align:center;padding:4px 0;font-size:11px;font-weight:600}.LandingPage-module__CEBI7a__calendarDay{aspect-ratio:1;color:var(--gray-700);background:var(--white);border:1px solid var(--gray-200);cursor:pointer;border-radius:6px;justify-content:center;align-items:center;font-size:12px;transition:all .2s;display:flex}.LandingPage-module__CEBI7a__calendarDay:hover{background:var(--gray-100);border-color:var(--blue)}.LandingPage-module__CEBI7a__calendarDayActive{background:var(--blue);color:var(--white);border-color:var(--blue);font-weight:600}.LandingPage-module__CEBI7a__mockupAppointments{flex-direction:column;gap:12px;display:flex}.LandingPage-module__CEBI7a__appointmentCard{background:var(--white);border:1px solid var(--gray-200);border-radius:10px;gap:12px;padding:12px;transition:all .2s;display:flex}.LandingPage-module__CEBI7a__appointmentCard:hover{border-color:var(--blue);box-shadow:0 2px 8px #6366f11a}.LandingPage-module__CEBI7a__appointmentTime{color:var(--blue);min-width:50px;font-size:13px;font-weight:600}.LandingPage-module__CEBI7a__appointmentInfo{flex:1}.LandingPage-module__CEBI7a__appointmentName{color:var(--gray-900);margin-bottom:4px;font-size:13px;font-weight:600}.LandingPage-module__CEBI7a__appointmentService{color:var(--gray-600);font-size:12px}.LandingPage-module__CEBI7a__mockupHeader{background:var(--gray-50);border-bottom:1px solid var(--gray-200);align-items:center;padding:12px 16px;display:flex}.LandingPage-module__CEBI7a__mockupDots{gap:8px;display:flex}.LandingPage-module__CEBI7a__mockupDots span{background:var(--gray-300);border-radius:50%;width:10px;height:10px}.LandingPage-module__CEBI7a__mockupDots span:first-child{background:#ef4444}.LandingPage-module__CEBI7a__mockupDots span:nth-child(2){background:#f59e0b}.LandingPage-module__CEBI7a__mockupDots span:nth-child(3){background:#10b981}.LandingPage-module__CEBI7a__mockupContent{grid-template-columns:repeat(3,1fr);gap:12px;padding:16px;display:grid}.LandingPage-module__CEBI7a__mockupCard{background:linear-gradient(135deg,var(--gray-100)0%,var(--gray-50)100%);border:1px solid var(--gray-200);border-radius:8px;height:100px}.LandingPage-module__CEBI7a__features{background:var(--white);padding:0 24px 20px}.LandingPage-module__CEBI7a__sectionContainer{max-width:1200px;margin:0 auto}.LandingPage-module__CEBI7a__sectionHeader{text-align:center;margin-bottom:32px;padding-top:0}.LandingPage-module__CEBI7a__sectionTitle{letter-spacing:-.02em;color:var(--gray-900);margin:0 0 12px;font-size:max(32px,min(4vw,42px));font-weight:800;line-height:1.2}.LandingPage-module__CEBI7a__sectionTitleQ{color:#6366f1}.LandingPage-module__CEBI7a__sectionSubtitle{color:var(--gray-600);margin:0;font-size:18px}.LandingPage-module__CEBI7a__featuresGrid{grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:24px;display:grid}.LandingPage-module__CEBI7a__featureCard{background:var(--white);border:1px solid var(--gray-200);cursor:default;border-radius:12px;padding:32px;transition:all .3s}.LandingPage-module__CEBI7a__featureCard:hover{border-color:var(--blue);transform:translateY(-4px);box-shadow:0 8px 24px #6366f11a}.LandingPage-module__CEBI7a__featureIcon{width:48px;height:48px;color:var(--blue);background:#6366f11a;border-radius:10px;justify-content:center;align-items:center;margin-bottom:20px;transition:all .3s;display:flex}.LandingPage-module__CEBI7a__featureCard:hover .LandingPage-module__CEBI7a__featureIcon{background:var(--blue);color:var(--white);transform:scale(1.1)}.LandingPage-module__CEBI7a__featureTitle{color:var(--gray-900);margin:0 0 8px;font-size:20px;font-weight:700}.LandingPage-module__CEBI7a__featureDesc{color:var(--gray-600);margin:0;font-size:15px;line-height:1.6}.LandingPage-module__CEBI7a__pricing{background:var(--gray-50);padding:10px 24px}.LandingPage-module__CEBI7a__pricingGrid{grid-template-columns:repeat(auto-fit,minmax(320px,1fr));gap:24px;display:grid}.LandingPage-module__CEBI7a__pricingCard{background:#fff;border:1px solid #e0e7ff;border-radius:16px;flex-direction:column;padding:28px 24px;transition:all .25s cubic-bezier(.4,0,.2,1);display:flex;position:relative;overflow:hidden;box-shadow:0 1px 3px #0000000d}.LandingPage-module__CEBI7a__pricingCard:hover{border-color:#a5b4fc;transform:translateY(-4px);box-shadow:0 8px 20px #6366f11a,0 2px 6px #0000000d}.LandingPage-module__CEBI7a__pricingCardPopular{background:#fff;border-width:1px;border-color:#818cf8;box-shadow:0 4px 12px #6366f11a,0 2px 6px #0000000a}.LandingPage-module__CEBI7a__popularBadge{color:#fff;text-transform:uppercase;letter-spacing:.5px;word-wrap:break-word;white-space:normal;z-index:10;background:linear-gradient(135deg,#6366f1 0%,#4f46e5 100%);border-radius:0 0 8px 8px;align-items:center;gap:4px;max-width:calc(100% - 40px);padding:6px 12px;font-size:9px;font-weight:700;line-height:1.2;display:inline-flex;position:absolute;top:-1px;right:20px;box-shadow:0 2px 8px #6366f140}.LandingPage-module__CEBI7a__pricingHeader{margin-bottom:20px;padding-top:4px}.LandingPage-module__CEBI7a__planName{color:#09090b;letter-spacing:-.02em;margin:0 0 8px;font-size:22px;font-weight:800;line-height:1.2}.LandingPage-module__CEBI7a__planDesc{color:#71717a;word-wrap:break-word;overflow-wrap:break-word;-webkit-hyphens:auto;hyphens:auto;margin:0;font-size:13px;font-weight:400;line-height:1.5}.LandingPage-module__CEBI7a__pricingAmount{border-bottom:1px solid #f4f4f5;margin-bottom:24px;padding-bottom:20px}.LandingPage-module__CEBI7a__price{color:var(--blue);letter-spacing:-.03em;font-size:40px;font-weight:900;line-height:1}.LandingPage-module__CEBI7a__pricingCardPopular .LandingPage-module__CEBI7a__price{color:var(--blue)}.LandingPage-module__CEBI7a__pricePeriod{color:var(--gray-600);margin-left:4px;font-size:16px;font-weight:500}.LandingPage-module__CEBI7a__pricingFeatures{flex-direction:column;flex:1;gap:12px;margin:0 0 24px;padding:0;list-style:none;display:flex}.LandingPage-module__CEBI7a__pricingFeatures li{color:#3f3f46;align-items:flex-start;gap:10px;font-size:14px;line-height:1.4;display:flex}.LandingPage-module__CEBI7a__pricingFeatures li svg{color:#6366f1;flex-shrink:0;margin-top:1px}.LandingPage-module__CEBI7a__pricingButton{width:100%;text-decoration:none}.LandingPage-module__CEBI7a__btnCard{border:2px solid var(--primary);background:var(--primary);width:100%;color:var(--white);cursor:pointer;border-radius:10px;justify-content:center;align-items:center;gap:8px;padding:14px 24px;font-size:15px;font-weight:600;transition:all .2s;display:flex}.LandingPage-module__CEBI7a__btnCard:hover{background:var(--primary-hover);transform:translateY(-2px);box-shadow:0 4px 12px #0003}.LandingPage-module__CEBI7a__btnCardPopular{background:var(--blue);border-color:var(--blue);box-shadow:0 4px 12px #6366f14d}.LandingPage-module__CEBI7a__btnCardPopular:hover{background:#1d4ed8;border-color:#1d4ed8}.LandingPage-module__CEBI7a__contact{background:var(--white);padding:100px 24px}.LandingPage-module__CEBI7a__footer{background:var(--gray-800);color:var(--gray-400);padding:64px 24px 32px}.LandingPage-module__CEBI7a__footerContainer{max-width:1200px;margin:0 auto}.LandingPage-module__CEBI7a__footerMain{grid-template-columns:2fr 3fr;gap:64px;margin-bottom:48px;display:grid}@media (max-width:768px){.LandingPage-module__CEBI7a__footerMain{grid-template-columns:1fr;gap:48px}}.LandingPage-module__CEBI7a__footerBrand{max-width:400px}.LandingPage-module__CEBI7a__footerLogoLink{text-decoration:none;transition:opacity .2s;display:inline-block}.LandingPage-module__CEBI7a__footerLogoLink:hover{opacity:.8}.LandingPage-module__CEBI7a__footerLogo{color:var(--white);letter-spacing:-.03em;white-space:nowrap;cursor:pointer;align-items:baseline;margin:0 0 16px;font-size:24px;font-weight:800;display:inline-flex}.LandingPage-module__CEBI7a__footerLogo .LandingPage-module__CEBI7a__logoQ{color:#6366f1;font-weight:800}.LandingPage-module__CEBI7a__footerDesc{color:var(--gray-400);margin:0;font-size:14px;line-height:1.6}.LandingPage-module__CEBI7a__footerLinks{grid-template-columns:repeat(3,1fr);gap:32px;display:grid}@media (max-width:768px){.LandingPage-module__CEBI7a__footerLinks{grid-template-columns:1fr;gap:32px}}.LandingPage-module__CEBI7a__footerCol h4{color:var(--white);text-transform:uppercase;letter-spacing:.5px;margin:0 0 16px;font-size:14px;font-weight:700}.LandingPage-module__CEBI7a__footerCol ul{flex-direction:column;gap:12px;margin:0;padding:0;list-style:none;display:flex}.LandingPage-module__CEBI7a__footerCol a{color:var(--gray-400);font-size:14px;text-decoration:none;transition:color .2s}.LandingPage-module__CEBI7a__footerCol a:hover{color:var(--white)}.LandingPage-module__CEBI7a__footerBottom{text-align:center;border-top:1px solid #ffffff1a;padding-top:32px}.LandingPage-module__CEBI7a__footerBottom p{color:var(--gray-500);margin:0;font-size:13px}@media (max-width:768px){.LandingPage-module__CEBI7a__hero{padding:120px 20px 60px}.LandingPage-module__CEBI7a__features,.LandingPage-module__CEBI7a__pricing,.LandingPage-module__CEBI7a__contact{padding:80px 20px}.LandingPage-module__CEBI7a__heroCTAs{flex-direction:column}.LandingPage-module__CEBI7a__btnPrimaryLarge,.LandingPage-module__CEBI7a__btnSecondaryLarge{justify-content:center;width:100%}.LandingPage-module__CEBI7a__pricingGrid{grid-template-columns:1fr}}@media (max-width:480px){.LandingPage-module__CEBI7a__heroTitle{font-size:32px}.LandingPage-module__CEBI7a__sectionTitle{font-size:28px}.LandingPage-module__CEBI7a__featuresGrid{grid-template-columns:1fr}}.LandingPage-module__CEBI7a__splitSearchContainer{background-color:#fff;border:1px solid #e4e4e7;border-radius:50px;flex-direction:row;align-items:center;gap:0;width:100%;padding:8px;display:flex;position:relative;box-shadow:0 4px 20px #00000014}.LandingPage-module__CEBI7a__splitSearchItem{flex:1;align-items:center;height:100%;padding-left:20px;display:flex;position:relative}.LandingPage-module__CEBI7a__splitSearchItemWithBorder{border-right:1px solid #f4f4f5}.LandingPage-module__CEBI7a__splitSearchInputGroup{flex-direction:column;width:100%;display:flex}.LandingPage-module__CEBI7a__splitSearchLabel{color:#09090b;text-transform:uppercase;letter-spacing:.05em;margin-bottom:2px;font-size:11px;font-weight:700}.LandingPage-module__CEBI7a__splitSearchInput{color:#09090b;background-color:#0000;border:none;outline:none;width:100%;padding:2px 0;font-size:15px}.LandingPage-module__CEBI7a__locationButton{white-space:nowrap;color:#6366f1;cursor:pointer;background:0 0;border:none;border-radius:6px;margin-right:8px;padding:4px 8px;font-size:13px;font-weight:600;transition:background .2s}.LandingPage-module__CEBI7a__locationButton:hover{background:#f5f3ff}.LandingPage-module__CEBI7a__searchMainButton{color:#fff;cursor:pointer;white-space:nowrap;text-transform:uppercase;letter-spacing:.02em;background-color:#6366f1;border:none;border-radius:40px;justify-content:center;align-items:center;min-width:140px;height:100%;padding:16px 32px;font-size:15px;font-weight:700;transition:all .2s;display:flex;box-shadow:0 4px 12px #6366f140}.LandingPage-module__CEBI7a__searchMainButton:hover{background-color:#4f46e5;transform:translateY(-1px);box-shadow:0 6px 16px #6366f159}.LandingPage-module__CEBI7a__categoryDropdown{z-index:50;background:#fff;border:1px solid #e4e4e7;border-radius:16px;grid-template-columns:repeat(2,1fr);gap:4px;width:300px;padding:8px;display:grid;position:absolute;top:120%;left:0;box-shadow:0 10px 30px #0000001f}.LandingPage-module__CEBI7a__categoryDropdownItem{cursor:pointer;border-radius:8px;align-items:center;gap:8px;padding:10px 12px;transition:all .15s;display:flex}.LandingPage-module__CEBI7a__categoryDropdownItem:hover{background:#f4f4f5}.LandingPage-module__CEBI7a__categoryDropdownIcon{font-size:16px}.LandingPage-module__CEBI7a__categoryDropdownText{color:#09090b;font-size:13px;font-weight:500}@media (max-width:768px){.LandingPage-module__CEBI7a__splitSearchContainer{border-radius:20px;flex-direction:column;align-items:stretch;gap:0;padding:8px;box-shadow:0 4px 12px #0000000f}.LandingPage-module__CEBI7a__splitSearchItem{border-bottom:1px solid #f4f4f5;border-right:none;width:100%;height:auto;padding:12px 16px}.LandingPage-module__CEBI7a__splitSearchItem:nth-child(2){border-bottom:none;margin-bottom:8px}.LandingPage-module__CEBI7a__searchMainButton{border-radius:12px;width:100%;height:50px;margin-top:4px;padding:14px}.LandingPage-module__CEBI7a__categoryDropdown{border-radius:12px;grid-template-columns:1fr;width:calc(100% + 16px);margin-top:4px;top:100%;left:-8px;box-shadow:0 8px 30px #00000026}.LandingPage-module__CEBI7a__locationButton{background:#f5f3ff;padding:6px 10px}}
.Modal-module__7LRQSW__overlay{z-index:1000;-webkit-backdrop-filter:blur(6px);box-sizing:border-box;width:100%;height:100%;min-height:100%;padding:1rem;padding-top:env(safe-area-inset-top);padding-bottom:env(safe-area-inset-bottom);padding-left:env(safe-area-inset-left);padding-right:env(safe-area-inset-right);background-color:#000000a6;justify-content:center;align-items:center;margin:0;animation:.25s ease-out Modal-module__7LRQSW__fadeIn;display:flex;position:fixed;top:0;bottom:0;left:0;right:0;overflow:hidden auto}.Modal-module__7LRQSW__overlay::-webkit-scrollbar{background:0 0;width:0}@keyframes Modal-module__7LRQSW__fadeIn{0%{opacity:0}to{opacity:1}}.Modal-module__7LRQSW__modal{background-color:var(--background);box-sizing:border-box;border:1px solid #ffffff14;border-radius:20px;flex-direction:column;flex-shrink:0;place-self:center;width:100%;max-width:540px;min-height:0;max-height:calc(100vh - 2rem);margin:auto;animation:.3s cubic-bezier(.16,1,.3,1) Modal-module__7LRQSW__slideIn;display:flex;position:relative;overflow:hidden;box-shadow:0 30px 60px -12px #0000004d,0 0 0 1px #ffffff0d}@media (max-width:640px){.Modal-module__7LRQSW__overlay{padding:0;padding-top:env(safe-area-inset-top);padding-bottom:env(safe-area-inset-bottom);padding-left:env(safe-area-inset-left);padding-right:env(safe-area-inset-right);justify-content:center;align-items:flex-end}.Modal-module__7LRQSW__modal{width:100%;max-width:100%;max-height:calc(100vh - env(safe-area-inset-top) - env(safe-area-inset-bottom));box-sizing:border-box;border-radius:20px 20px 0 0;height:auto;min-height:auto;margin:auto 0 0}}@media (max-width:480px){.Modal-module__7LRQSW__overlay{padding:0;padding-top:env(safe-area-inset-top);padding-bottom:env(safe-area-inset-bottom);padding-left:env(safe-area-inset-left);padding-right:env(safe-area-inset-right);justify-content:center;align-items:flex-end}.Modal-module__7LRQSW__modal{width:100%;max-width:100%;max-height:calc(100vh - env(safe-area-inset-top) - env(safe-area-inset-bottom));box-sizing:border-box;border-radius:20px 20px 0 0;height:auto;min-height:auto;margin:auto 0 0}}.Modal-module__7LRQSW__header{border-bottom:1px solid var(--border);background:var(--background);flex-shrink:0;justify-content:space-between;align-items:center;padding:1.5rem 1.75rem;display:flex}.Modal-module__7LRQSW__title{color:var(--foreground);letter-spacing:-.02em;margin:0;font-size:1.375rem;font-weight:700}.Modal-module__7LRQSW__closeBtn{color:var(--muted-foreground);cursor:pointer;background:0 0;border:none;border-radius:8px;flex-shrink:0;justify-content:center;align-items:center;width:36px;height:36px;padding:.5rem;line-height:1;transition:all .2s;display:flex}.Modal-module__7LRQSW__closeBtn svg{width:18px;height:18px}.Modal-module__7LRQSW__closeBtn:hover{background-color:var(--secondary);color:var(--foreground);transform:rotate(90deg)}.Modal-module__7LRQSW__closeBtn:active{transform:rotate(90deg)scale(.95)}.Modal-module__7LRQSW__content{-webkit-overflow-scrolling:touch;overscroll-behavior:contain;flex:1;min-height:0;max-height:calc(100vh - 8rem);padding:1.75rem;overflow:hidden auto}@media (max-width:640px){.Modal-module__7LRQSW__header{z-index:10;background:var(--background);flex-shrink:0;padding:1.25rem 1.5rem;position:sticky;top:0}.Modal-module__7LRQSW__title{text-overflow:ellipsis;white-space:nowrap;flex:1;margin-right:.5rem;font-size:1.25rem;overflow:hidden}.Modal-module__7LRQSW__content{max-height:calc(100vh - env(safe-area-inset-top) - env(safe-area-inset-bottom) - 5rem);-webkit-overflow-scrolling:touch;padding:1.5rem;overflow-y:auto}}@media (max-width:480px){.Modal-module__7LRQSW__header{z-index:10;background:var(--background);flex-shrink:0;padding:1rem 1.25rem;position:sticky;top:0}.Modal-module__7LRQSW__title{text-overflow:ellipsis;white-space:nowrap;flex:1;margin-right:.5rem;font-size:1.125rem;overflow:hidden}.Modal-module__7LRQSW__content{max-height:calc(100vh - env(safe-area-inset-top) - env(safe-area-inset-bottom) - 4.5rem);-webkit-overflow-scrolling:touch;padding:1.25rem;overflow-y:auto}}@keyframes Modal-module__7LRQSW__slideIn{0%{opacity:0;transform:translateY(30px)scale(.95)}to{opacity:1;transform:translateY(0)scale(1)}}
.Button-module__8RiFmG__button{border-radius:var(--radius);cursor:pointer;letter-spacing:-.01em;white-space:nowrap;border:1px solid #0000;outline:none;justify-content:center;align-items:center;font-size:.875rem;font-weight:500;transition:all .2s;display:inline-flex}.Button-module__8RiFmG__button:disabled{opacity:.5;cursor:not-allowed}.Button-module__8RiFmG__button:focus-visible{box-shadow:0 0 0 2px var(--background),0 0 0 4px var(--primary)}.Button-module__8RiFmG__primary{background-color:var(--primary);color:var(--primary-foreground)}.Button-module__8RiFmG__primary:hover{background-color:var(--primary-hover)}.Button-module__8RiFmG__secondary{background-color:var(--background-muted);color:var(--foreground)}.Button-module__8RiFmG__secondary:hover{background-color:#e4e4e7}.Button-module__8RiFmG__outline{border-color:var(--secondary-border);color:var(--foreground);background-color:#0000}.Button-module__8RiFmG__outline:hover{background-color:var(--background-subtle);border-color:var(--border-strong)}.Button-module__8RiFmG__ghost{color:var(--foreground-muted);background-color:#0000}.Button-module__8RiFmG__ghost:hover{background-color:var(--background-muted);color:var(--foreground)}.Button-module__8RiFmG__danger{color:var(--danger);background-color:#fff;border-color:#fee2e2}.Button-module__8RiFmG__danger:hover{background-color:var(--danger-bg);border-color:#fecaca}.Button-module__8RiFmG__sm{height:2rem;padding:0 .75rem;font-size:.8125rem}.Button-module__8RiFmG__md{height:2.5rem;padding:0 1rem}.Button-module__8RiFmG__lg{height:3rem;padding:0 1.5rem;font-size:1rem}.Button-module__8RiFmG__fullWidth{width:100%}
.AppointmentTooltip-module__o9gEqa__tooltip{z-index:10000;box-sizing:border-box;background:#fff;border:1px solid #00000014;border-radius:20px;flex-direction:column;width:90%;min-width:320px;max-width:400px;max-height:calc(100vh - 2rem);padding:0;animation:.3s cubic-bezier(.16,1,.3,1) AppointmentTooltip-module__o9gEqa__fadeIn;display:flex;position:fixed;top:50%;left:50%;overflow:hidden;transform:translate(-50%,-50%);box-shadow:0 20px 60px -12px #00000040,0 0 0 1px #0000000d}@media (max-width:768px){.AppointmentTooltip-module__o9gEqa__tooltip{width:100%;max-width:100%;max-height:calc(100vh - env(safe-area-inset-top) - env(safe-area-inset-bottom));height:auto;min-height:auto;margin:0;margin-bottom:env(safe-area-inset-bottom);border-radius:20px 20px 0 0;animation:.3s cubic-bezier(.16,1,.3,1) AppointmentTooltip-module__o9gEqa__slideUp;top:auto;bottom:0;left:0;transform:none}}@keyframes AppointmentTooltip-module__o9gEqa__fadeIn{0%{opacity:0;transform:translate(-50%,-50%)scale(.92)}to{opacity:1;transform:translate(-50%,-50%)scale(1)}}@keyframes AppointmentTooltip-module__o9gEqa__slideUp{0%{opacity:0;transform:translateY(100%)}to{opacity:1;transform:translateY(0)}}.AppointmentTooltip-module__o9gEqa__closeButton{color:#71717a;cursor:pointer;z-index:10;background:#0000000a;border:none;border-radius:50%;justify-content:center;align-items:center;width:32px;height:32px;transition:all .2s;display:flex;position:absolute;top:1.75rem;right:1rem;transform:translateY(-50%)}@media (max-width:768px){.AppointmentTooltip-module__o9gEqa__closeButton{top:1.25rem;right:1rem;transform:translateY(0)}}.AppointmentTooltip-module__o9gEqa__closeButton:hover{color:#18181b;background:#00000014}.AppointmentTooltip-module__o9gEqa__closeButton:active{transform:translateY(-50%)scale(.95)}.AppointmentTooltip-module__o9gEqa__header{background:linear-gradient(135deg,#f8f9fa 0%,#fff 100%);border-bottom:1px solid #0000000f;flex-shrink:0;padding:1.75rem 3.5rem 1.25rem 1.75rem;position:relative}@media (max-width:768px){.AppointmentTooltip-module__o9gEqa__header{z-index:10;background:linear-gradient(135deg,#f8f9fa 0%,#fff 100%);padding:1.25rem 3rem 1rem 1.25rem;position:sticky;top:0}}.AppointmentTooltip-module__o9gEqa__headerContent{justify-content:space-between;align-items:center;gap:1rem;width:100%;display:flex}.AppointmentTooltip-module__o9gEqa__title{color:#18181b;letter-spacing:-.02em;text-overflow:ellipsis;white-space:nowrap;flex:1;min-width:0;margin:0;font-size:1.5rem;font-weight:700;line-height:1.3;overflow:hidden}@media (max-width:768px){.AppointmentTooltip-module__o9gEqa__title{font-size:1.25rem}}.AppointmentTooltip-module__o9gEqa__content{-webkit-overflow-scrolling:touch;overscroll-behavior:contain;flex-direction:column;flex:1;gap:.75rem;min-height:0;padding:1.25rem 1.75rem 1.75rem;display:flex;overflow:hidden auto}@media (max-width:768px){.AppointmentTooltip-module__o9gEqa__content{max-height:calc(100vh - env(safe-area-inset-top) - env(safe-area-inset-bottom) - 5rem);padding:1rem 1.25rem 1.5rem}}.AppointmentTooltip-module__o9gEqa__infoCard{background:#f8f9fa;border:1px solid #0000000a;border-radius:12px;padding:1rem;transition:all .2s}.AppointmentTooltip-module__o9gEqa__infoCard:hover{background:#f1f3f5;border-color:#00000014}.AppointmentTooltip-module__o9gEqa__infoRow{align-items:flex-start;gap:1rem;display:flex}.AppointmentTooltip-module__o9gEqa__iconWrapper{color:#6366f1;background:#fff;border-radius:10px;flex-shrink:0;justify-content:center;align-items:center;width:40px;height:40px;display:flex;box-shadow:0 2px 4px #0000000a}.AppointmentTooltip-module__o9gEqa__iconWrapper.AppointmentTooltip-module__o9gEqa__phoneIcon{color:#fff;background:linear-gradient(135deg,#6366f1 0%,#8b5cf6 100%)}.AppointmentTooltip-module__o9gEqa__infoContent{flex-direction:column;flex:1;gap:.25rem;min-width:0;display:flex}.AppointmentTooltip-module__o9gEqa__infoLabel{color:#71717a;text-transform:uppercase;letter-spacing:.05em;font-size:.75rem;font-weight:600}.AppointmentTooltip-module__o9gEqa__infoValue{color:#18181b;font-size:.9375rem;font-weight:600;line-height:1.4}.AppointmentTooltip-module__o9gEqa__phoneLink{color:inherit;border-radius:12px;margin:-1rem;padding:1rem;text-decoration:none;transition:all .2s;display:block}.AppointmentTooltip-module__o9gEqa__phoneLink:hover{background:#6366f114}.AppointmentTooltip-module__o9gEqa__phoneLink:active{background:#6366f11f}.AppointmentTooltip-module__o9gEqa__phoneValue{color:#6366f1;font-size:1rem;font-weight:700;line-height:1.4}.AppointmentTooltip-module__o9gEqa__serviceInfo{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:.5rem;display:flex}.AppointmentTooltip-module__o9gEqa__price{color:#6366f1;white-space:nowrap;background:linear-gradient(135deg,#eef2ff 0%,#e0e7ff 100%);border-radius:8px;padding:.25rem .75rem;font-size:1rem;font-weight:700}.AppointmentTooltip-module__o9gEqa__statusBadge{white-space:nowrap;border-radius:8px;flex-shrink:0;align-items:center;padding:.375rem .875rem;font-size:.8125rem;font-weight:600;display:inline-flex}.AppointmentTooltip-module__o9gEqa__statusBadge.AppointmentTooltip-module__o9gEqa__confirmed{color:#065f46;background:linear-gradient(135deg,#d1fae5 0%,#a7f3d0 100%)}.AppointmentTooltip-module__o9gEqa__statusBadge.AppointmentTooltip-module__o9gEqa__pending{color:#92400e;background:linear-gradient(135deg,#fef3c7 0%,#fde68a 100%)}.AppointmentTooltip-module__o9gEqa__statusBadge.AppointmentTooltip-module__o9gEqa__cancelled{color:#991b1b;background:linear-gradient(135deg,#fee2e2 0%,#fecaca 100%)}.AppointmentTooltip-module__o9gEqa__statusBadge.AppointmentTooltip-module__o9gEqa__completed{color:#1e40af;background:linear-gradient(135deg,#dbeafe 0%,#bfdbfe 100%)}@media (max-width:480px){.AppointmentTooltip-module__o9gEqa__tooltip{border-radius:20px 20px 0 0;width:100%;max-width:100%}.AppointmentTooltip-module__o9gEqa__header{padding:1rem 2.5rem .875rem 1rem}.AppointmentTooltip-module__o9gEqa__title{font-size:1.125rem}.AppointmentTooltip-module__o9gEqa__content{max-height:calc(100vh - env(safe-area-inset-top) - env(safe-area-inset-bottom) - 4.5rem);padding:.875rem 1rem 1.25rem}.AppointmentTooltip-module__o9gEqa__infoCard{padding:.875rem}.AppointmentTooltip-module__o9gEqa__iconWrapper{width:36px;height:36px}.AppointmentTooltip-module__o9gEqa__iconWrapper svg{width:16px;height:16px}.AppointmentTooltip-module__o9gEqa__closeButton{width:28px;height:28px;top:1rem;right:.75rem;transform:translateY(0)}.AppointmentTooltip-module__o9gEqa__closeButton svg{width:16px;height:16px}}.AppointmentTooltip-module__o9gEqa__actions{border-top:1px solid #e4e4e7;gap:.5rem;margin-top:1rem;padding-top:1rem;display:flex}.AppointmentTooltip-module__o9gEqa__actionBtn{cursor:pointer;border:none;border-radius:8px;flex:1;justify-content:center;align-items:center;gap:.375rem;padding:.625rem 1rem;font-size:.875rem;font-weight:600;transition:all .2s;display:flex}.AppointmentTooltip-module__o9gEqa__actionBtn:disabled{opacity:.6;cursor:not-allowed}.AppointmentTooltip-module__o9gEqa__confirmBtn{color:#fff;background:linear-gradient(135deg,#22c55e 0%,#16a34a 100%)}.AppointmentTooltip-module__o9gEqa__confirmBtn:hover:not(:disabled){background:linear-gradient(135deg,#16a34a 0%,#15803d 100%);transform:translateY(-1px)}.AppointmentTooltip-module__o9gEqa__cancelBtn{color:#fff;background:linear-gradient(135deg,#ef4444 0%,#dc2626 100%)}.AppointmentTooltip-module__o9gEqa__cancelBtn:hover:not(:disabled){background:linear-gradient(135deg,#dc2626 0%,#b91c1c 100%);transform:translateY(-1px)}.AppointmentTooltip-module__o9gEqa__completeBtn{color:#fff;background:linear-gradient(135deg,#6366f1 0%,#4f46e5 100%)}.AppointmentTooltip-module__o9gEqa__completeBtn:hover:not(:disabled){background:linear-gradient(135deg,#4f46e5 0%,#4338ca 100%);transform:translateY(-1px)}
.DashboardShell-module__FLJA4W__shell{background:linear-gradient(135deg,#fafafa 0%,#fff 100%);min-height:100vh;display:flex}.DashboardShell-module__FLJA4W__sidebar{width:var(--sidebar-width);color:#fafafa;z-index:100;background:linear-gradient(#09090b 0%,#18181b 100%);border-right:1px solid #ffffff14;flex-direction:column;transition:transform .3s cubic-bezier(.4,0,.2,1);display:flex;position:fixed;top:0;bottom:0;left:0;box-shadow:2px 0 24px #0000001a}.DashboardShell-module__FLJA4W__logoArea{height:var(--header-height);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#09090bcc;border-bottom:1px solid #ffffff14;justify-content:space-between;align-items:center;padding:0 1.5rem;display:flex}.DashboardShell-module__FLJA4W__logo{letter-spacing:-.03em;color:#fff;align-items:baseline;font-size:1.5rem;font-weight:800;text-decoration:none;transition:all .2s;display:inline-flex}.DashboardShell-module__FLJA4W__logo:hover{transform:translateY(-1px)}.DashboardShell-module__FLJA4W__logoQ{color:#6366f1;font-weight:800}.DashboardShell-module__FLJA4W__logoText{letter-spacing:-.025em;color:#fff;font-size:1.125rem;font-weight:700}.DashboardShell-module__FLJA4W__nav{flex-direction:column;flex:1;gap:.25rem;padding:1.5rem 1rem;display:flex}.DashboardShell-module__FLJA4W__navLink{color:#a1a1aa;border-radius:10px;align-items:center;gap:.75rem;padding:.75rem 1rem;font-size:.875rem;font-weight:500;transition:all .2s cubic-bezier(.4,0,.2,1);display:flex;position:relative;overflow:hidden}.DashboardShell-module__FLJA4W__navLink:before{content:"";background:#6366f1;width:3px;transition:transform .2s;position:absolute;top:0;bottom:0;left:0;transform:scaleY(0)}.DashboardShell-module__FLJA4W__navLink:hover{color:#fff;background:#ffffff0d;transform:translate(4px)}.DashboardShell-module__FLJA4W__navLink:hover:before{transform:scaleY(1)}.DashboardShell-module__FLJA4W__active{color:#fff;background:linear-gradient(90deg,#6366f126 0%,#6366f10d 100%);border-left:3px solid #6366f1;font-weight:600}.DashboardShell-module__FLJA4W__active:before{transform:scaleY(1)}.DashboardShell-module__FLJA4W__active:hover{background:linear-gradient(90deg,#6366f133 0%,#6366f11a 100%);transform:translate(0)}.DashboardShell-module__FLJA4W__userProfile{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);cursor:pointer;background:#09090b80;border-top:1px solid #ffffff14;align-items:center;gap:.75rem;padding:1.25rem 1.5rem;transition:all .2s;display:flex}.DashboardShell-module__FLJA4W__userProfile:hover{background:#09090bb3}.DashboardShell-module__FLJA4W__avatar{color:#fff;background:linear-gradient(135deg,#6366f1 0%,#8b5cf6 100%);border:2px solid #ffffff1a;border-radius:50%;justify-content:center;align-items:center;width:40px;height:40px;font-size:.875rem;font-weight:700;transition:all .2s;display:flex;box-shadow:0 2px 8px #6366f14d}.DashboardShell-module__FLJA4W__userProfile:hover .DashboardShell-module__FLJA4W__avatar{transform:scale(1.05);box-shadow:0 4px 12px #6366f166}.DashboardShell-module__FLJA4W__userInfo{flex-direction:column;display:flex}.DashboardShell-module__FLJA4W__userName{color:#fff;font-size:.875rem;font-weight:500}.DashboardShell-module__FLJA4W__userRole{color:#a1a1aa;font-size:.75rem}.DashboardShell-module__FLJA4W__logoutBtn{color:#a1a1aa;cursor:pointer;text-align:left;background:0 0;border:none;margin:0;padding:0;font-family:inherit;font-size:.75rem;transition:color .2s}.DashboardShell-module__FLJA4W__logoutBtn:hover{color:#fff}.DashboardShell-module__FLJA4W__main{padding-left:var(--sidebar-width);z-index:1;flex-direction:column;flex:1;min-height:100vh;display:flex;position:relative}.DashboardShell-module__FLJA4W__header{height:var(--header-height);-webkit-backdrop-filter:blur(20px);z-index:40;background:#fffffff2;border-bottom:1px solid #0000000f;justify-content:space-between;align-items:center;gap:1rem;padding:0 2rem;display:flex;position:sticky;top:0;box-shadow:0 1px 3px #0000000a}.DashboardShell-module__FLJA4W__titleContainer{align-items:center;gap:.75rem;margin-left:auto;display:flex}.DashboardShell-module__FLJA4W__infoButton{cursor:pointer;color:#6366f1;background:#f0f0ff;border:1px solid #e0e0ff;border-radius:8px;justify-content:center;align-items:center;width:32px;height:32px;padding:0;transition:all .2s;display:flex}.DashboardShell-module__FLJA4W__infoButton:hover{background:#e0e0ff;border-color:#c0c0ff;transform:scale(1.05)}.DashboardShell-module__FLJA4W__infoButton:active{transform:scale(.95)}.DashboardShell-module__FLJA4W__pageTitle{color:var(--brand-black);letter-spacing:-.02em;margin:0;font-size:1.25rem;font-weight:700}.DashboardShell-module__FLJA4W__content{width:100%;max-width:1400px;margin:0 auto;padding:2rem;animation:.3s ease-out DashboardShell-module__FLJA4W__fadeIn}@keyframes DashboardShell-module__FLJA4W__fadeIn{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}.DashboardShell-module__FLJA4W__fullWidth{width:100%!important;max-width:none!important;margin:0!important;padding:0!important}.DashboardShell-module__FLJA4W__mobileMenuBtn,.DashboardShell-module__FLJA4W__mobileCloseBtn,.DashboardShell-module__FLJA4W__overlay,.DashboardShell-module__FLJA4W__mobileInfoIcon{display:none!important}.DashboardShell-module__FLJA4W__desktopInfoIcon{display:inline-flex!important}@media (max-width:768px){.DashboardShell-module__FLJA4W__sidebar{transform:translate(-100%)}.DashboardShell-module__FLJA4W__mobileOpen{transform:translate(0)}.DashboardShell-module__FLJA4W__main{padding-left:0}.DashboardShell-module__FLJA4W__mobileMenuBtn{cursor:pointer;background:0 0;border:none;flex-shrink:0;order:0;font-size:1.25rem;display:block!important}.DashboardShell-module__FLJA4W__mobileCloseBtn{color:#fff;cursor:pointer;background:0 0;border:none;font-size:1.5rem;display:block;position:absolute;top:1rem;right:1rem}.DashboardShell-module__FLJA4W__overlay{z-index:98;-webkit-backdrop-filter:blur(2px);background:#00000080;position:fixed;top:0;bottom:0;left:0;right:0;display:block!important}.DashboardShell-module__FLJA4W__header{justify-content:space-between;padding:0 1rem}.DashboardShell-module__FLJA4W__titleWithInfo{flex:none;order:1;justify-content:flex-end;gap:.375rem;margin-left:auto}.DashboardShell-module__FLJA4W__pageTitle{font-size:1rem}.DashboardShell-module__FLJA4W__desktopInfoIcon{display:none!important}.DashboardShell-module__FLJA4W__mobileInfoIcon{order:2;display:inline-flex!important}.DashboardShell-module__FLJA4W__content{padding:1rem}.DashboardShell-module__FLJA4W__noPadding{padding:0!important}}.DashboardShell-module__FLJA4W__dashboardFooter{bottom:0;left:var(--sidebar-width);-webkit-backdrop-filter:blur(20px);z-index:50;background:#fffffffa;border-top:1px solid #e4e4e7;justify-content:center;align-items:center;padding:.75rem 2rem;display:flex;position:fixed;right:0;box-shadow:0 -2px 12px #0000000a}.DashboardShell-module__FLJA4W__footerContent{color:#71717a;text-align:center;white-space:nowrap;text-overflow:ellipsis;flex-wrap:nowrap;justify-content:center;align-items:center;gap:.25rem;font-size:.75rem;line-height:1.5;display:flex;overflow:hidden}.DashboardShell-module__FLJA4W__footerLink{color:inherit;cursor:pointer;flex-shrink:0;align-items:center;gap:0;text-decoration:none;transition:opacity .2s;display:flex}.DashboardShell-module__FLJA4W__footerLink:hover{opacity:.8}@media (max-width:768px){.DashboardShell-module__FLJA4W__dashboardFooter{visibility:hidden!important;opacity:0!important;height:0!important;margin:0!important;padding:0!important;display:none!important;overflow:hidden!important}.DashboardShell-module__FLJA4W__footerContent{gap:.2rem;font-size:.6875rem;line-height:1.3}}
.Card-module__b6YjYG__card{background-color:var(--background);border:1px solid var(--border);border-radius:var(--radius);flex-direction:column;display:flex;overflow:hidden}.Card-module__b6YjYG__hoverable{cursor:pointer;transition:transform .2s,border-color .2s}.Card-module__b6YjYG__hoverable:hover{border-color:var(--foreground-muted);transform:translateY(-2px)}.Card-module__b6YjYG__header{border-bottom:1px solid var(--border);padding:1.5rem}.Card-module__b6YjYG__title{color:var(--brand-black);font-size:1rem;font-weight:600;line-height:1.4}.Card-module__b6YjYG__content{flex:1;padding:1.5rem}.Card-module__b6YjYG__footer{background-color:var(--background-subtle);border-top:1px solid var(--border);align-items:center;padding:1rem 1.5rem;display:flex}
.Input-module__5jsJuW__container,.Input-module__5jsJuW__wrapper{flex-direction:column;gap:.375rem;width:100%;display:flex}.Input-module__5jsJuW__label{color:var(--brand-black);margin-bottom:.25rem;font-size:.8125rem;font-weight:600}.Input-module__5jsJuW__input{border:1.5px solid var(--border);background-color:var(--background);height:2.75rem;color:var(--foreground);box-sizing:border-box;border-radius:12px;outline:none;width:100%;padding:0 .875rem;font-family:inherit;font-size:.9375rem;transition:all .2s cubic-bezier(.4,0,.2,1)}.Input-module__5jsJuW__input:focus{border-color:var(--primary);box-shadow:0 0 0 3px #09090b1a}.Input-module__5jsJuW__input::placeholder{color:var(--foreground-muted)}.Input-module__5jsJuW__hasError{border-color:var(--danger)}.Input-module__5jsJuW__hasError:focus{box-shadow:0 0 0 3px #e11d481a}.Input-module__5jsJuW__error{color:var(--danger);margin-top:-.25rem;font-size:.75rem}
.Calendar-module__jIgQeq__container{box-sizing:border-box;background:#fafafa;flex-direction:column;gap:.75rem;max-width:100%;height:calc(100vh - 80px);padding:1rem;display:flex;overflow:hidden}.Calendar-module__jIgQeq__header{flex-direction:column;flex-shrink:0;gap:.375rem;padding:0;display:flex}.Calendar-module__jIgQeq__headerLeft{box-sizing:border-box;flex-wrap:wrap;align-items:center;gap:.75rem;width:100%;max-width:100%;display:flex;overflow-x:hidden}.Calendar-module__jIgQeq__dateControls{background:#fff;border:1.5px solid #e4e4e7;border-radius:10px;align-items:center;gap:.25rem;padding:.2rem;display:flex}.Calendar-module__jIgQeq__navButton{justify-content:center;align-items:center;width:32px;min-width:auto;height:32px;padding:.375rem;display:flex}.Calendar-module__jIgQeq__dateButton{text-align:center;cursor:pointer;color:#18181b;background:0 0;border:none;border-radius:6px;min-width:180px;padding:.375rem .75rem;font-size:.8125rem;font-weight:600;transition:all .2s}.Calendar-module__jIgQeq__dateButton:hover{color:#6366f1;background:#f5f5f5}.Calendar-module__jIgQeq__viewControls{align-items:center;gap:.375rem;display:flex}.Calendar-module__jIgQeq__viewButton{align-items:center;gap:.375rem;padding:.375rem .75rem;font-size:.8125rem;display:flex}.Calendar-module__jIgQeq__addButton{color:#fff;white-space:nowrap;background:#09090b;border:none;border-radius:8px;align-items:center;gap:.25rem;padding:.3rem .6rem;font-size:.75rem;font-weight:600;display:flex}.Calendar-module__jIgQeq__addButton:hover{background:#27272a;transform:translateY(-1px);box-shadow:0 4px 12px #00000026}.Calendar-module__jIgQeq__desktopFilters{flex-shrink:0;align-items:center;gap:.375rem;display:flex}.Calendar-module__jIgQeq__searchFilter{box-sizing:border-box;flex-wrap:wrap;gap:.375rem;width:100%;max-width:100%;margin-bottom:.375rem;display:none}.Calendar-module__jIgQeq__searchWrapper{flex:none;min-width:220px;max-width:280px;position:relative}.Calendar-module__jIgQeq__searchIcon{color:#71717a;pointer-events:none;position:absolute;top:50%;left:8px;transform:translateY(-50%)}.Calendar-module__jIgQeq__searchInput{width:100%;height:auto;padding-top:.3rem!important;padding-bottom:.3rem!important;padding-left:28px!important;font-size:.75rem!important}.Calendar-module__jIgQeq__filterGroup{flex-shrink:0;gap:.375rem;display:flex}.Calendar-module__jIgQeq__filterSelect{cursor:pointer;color:#18181b;background-color:#fff;border:1px solid #e4e4e7;border-radius:6px;flex-shrink:0;min-width:140px;max-width:160px;padding:.3rem .6rem;font-size:.75rem}.Calendar-module__jIgQeq__calendarCard{background:#fff;border:1px solid #e4e4e7;border-radius:12px;flex-direction:column;flex:1;min-height:0;display:flex;overflow:hidden;box-shadow:0 1px 3px #0000001a,0 1px 2px #0000000f}@media (max-width:768px){.Calendar-module__jIgQeq__container{box-sizing:border-box;flex-direction:column;gap:.25rem;width:100%;max-width:100%;height:calc(100vh - 64px);max-height:calc(100vh - 64px);padding:.4rem;display:flex;overflow:hidden}.Calendar-module__jIgQeq__header{z-index:10;flex-direction:column;flex-shrink:0;align-items:stretch;gap:.25rem;margin-bottom:0;padding:0;position:relative}.Calendar-module__jIgQeq__headerLeft{flex-flow:row;align-items:center;gap:.2rem;width:100%;margin-bottom:0;overflow:hidden}.Calendar-module__jIgQeq__dateControls{flex:auto;justify-content:space-between;min-width:0;max-width:100%;padding:.15rem}.Calendar-module__jIgQeq__dateButton{white-space:nowrap;text-overflow:ellipsis;flex:1;min-width:0;padding:.2rem .25rem;font-size:.625rem;overflow:hidden}.Calendar-module__jIgQeq__navButton{width:26px;height:26px;padding:.2rem}.Calendar-module__jIgQeq__viewControls{flex-shrink:0;gap:.15rem;min-width:-moz-fit-content;min-width:fit-content;display:flex}.Calendar-module__jIgQeq__viewButton{flex-shrink:0;min-width:30px;max-width:34px;padding:.15rem .25rem;font-size:.625rem}.Calendar-module__jIgQeq__viewButton span{display:none}.Calendar-module__jIgQeq__addButton{flex-shrink:0;justify-content:center;gap:.1rem;min-width:auto;max-width:38px;padding:.15rem .3rem;font-size:.625rem}.Calendar-module__jIgQeq__addButton span,.Calendar-module__jIgQeq__desktopFilters{display:none}.Calendar-module__jIgQeq__searchFilter{flex-wrap:wrap;flex-shrink:0;align-items:center;gap:.15rem;width:100%;margin-bottom:.15rem;display:flex;overflow-x:hidden}.Calendar-module__jIgQeq__searchWrapper{flex:none;min-width:100px;max-width:140px}.Calendar-module__jIgQeq__searchInput{height:26px!important;padding-top:.15rem!important;padding-bottom:.15rem!important;padding-left:22px!important;font-size:.625rem!important;line-height:1.2!important}.Calendar-module__jIgQeq__searchIcon{width:11px;height:11px;left:5px}.Calendar-module__jIgQeq__filterGroup{flex-shrink:0;gap:.15rem;display:flex}.Calendar-module__jIgQeq__filterSelect{flex-shrink:0;min-width:65px;max-width:95px;height:26px;padding:.15rem .25rem;font-size:.625rem}.Calendar-module__jIgQeq__calendarCard{flex-direction:column;flex:1;min-height:0;max-height:100%;display:flex;overflow:hidden}}
.Merchant-module__KoJMNa__container{flex-direction:column;gap:.75rem;width:100%;max-width:100%;padding:1rem;animation:.4s ease-in Merchant-module__KoJMNa__fadeIn;display:flex;overflow-x:hidden}@keyframes Merchant-module__KoJMNa__fadeIn{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}.Merchant-module__KoJMNa__header{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:1rem;margin-bottom:0;display:flex}.Merchant-module__KoJMNa__title{color:#09090b;letter-spacing:-.02em;margin:0;font-size:2rem;font-weight:700}.Merchant-module__KoJMNa__statsGrid{grid-template-columns:repeat(auto-fit,minmax(240px,1fr));gap:1.5rem;width:100%;display:grid}.Merchant-module__KoJMNa__tableContainer{width:100%;overflow-x:hidden}.Merchant-module__KoJMNa__table{border-collapse:collapse;table-layout:fixed;width:100%;font-size:.875rem}.Merchant-module__KoJMNa__table thead{background:#fafafa;border-bottom:1px solid #e4e4e7}.Merchant-module__KoJMNa__table th{text-align:left;color:#71717a;text-transform:uppercase;letter-spacing:.05em;padding:1rem;font-size:.875rem;font-weight:600}.Merchant-module__KoJMNa__table tbody tr{border-bottom:1px solid #f5f5f5;transition:background .2s}.Merchant-module__KoJMNa__table tbody tr:hover{background:#fafafa}.Merchant-module__KoJMNa__table tbody tr:last-child{border-bottom:none}.Merchant-module__KoJMNa__th,.Merchant-module__KoJMNa__td{text-align:left;color:#09090b;padding:1rem}@media (max-width:768px){.Merchant-module__KoJMNa__container{padding:1rem}.Merchant-module__KoJMNa__header{flex-direction:column;align-items:flex-start;gap:.75rem}.Merchant-module__KoJMNa__title{font-size:1.5rem}.Merchant-module__KoJMNa__statsGrid{grid-template-columns:1fr;gap:1rem}}@media (max-width:640px){.Merchant-module__KoJMNa__title{font-size:1.25rem}.Merchant-module__KoJMNa__table thead{display:none}.Merchant-module__KoJMNa__table,.Merchant-module__KoJMNa__table tbody,.Merchant-module__KoJMNa__table tr,.Merchant-module__KoJMNa__table td{width:100%;display:block}.Merchant-module__KoJMNa__table tr:not(.Merchant-module__KoJMNa__emptyRow){background-color:var(--background);border:1px solid var(--border);border-radius:var(--radius);margin-bottom:1rem;padding:1rem;box-shadow:0 1px 2px #0000000d}.Merchant-module__KoJMNa__table td{border-bottom:1px solid var(--background-muted);text-align:right;justify-content:space-between;align-items:center;padding:.75rem 0;display:flex}.Merchant-module__KoJMNa__table td:last-child{border-bottom:none;padding-bottom:0}.Merchant-module__KoJMNa__table td:first-child{padding-top:0}.Merchant-module__KoJMNa__table td:before{content:attr(data-label);text-transform:uppercase;letter-spacing:.05em;color:var(--muted-foreground);text-align:left;font-size:.8rem;font-weight:500}.Merchant-module__KoJMNa__emptyRow{box-shadow:none!important;background:0 0!important;border:none!important;padding:0!important}.Merchant-module__KoJMNa__emptyCell{border-radius:var(--radius);background-color:var(--background-subtle);color:var(--muted-foreground);text-align:center!important;border:1px dashed var(--border)!important;justify-content:center!important;align-items:center!important;padding:3rem 1rem!important;display:flex!important}.Merchant-module__KoJMNa__emptyCell:before{display:none!important}}
.staff-module__KG2VPa__container{background:#fafafa;flex-direction:column;gap:.75rem;height:calc(100vh - 80px);padding:1rem;display:flex;overflow:hidden}.staff-module__KG2VPa__headerInfo{background:#fff;border-radius:10px;flex-shrink:0;align-items:center;gap:.75rem;padding:.75rem;display:flex;box-shadow:0 2px 8px #0000000d}.staff-module__KG2VPa__avatar{color:#fff;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:64px;height:64px;font-size:1.5rem;font-weight:700;display:flex;box-shadow:0 2px 8px #00000026}.staff-module__KG2VPa__staffInfo{flex:1;min-width:0}.staff-module__KG2VPa__staffName{color:#18181b;word-break:break-word;margin:0 0 .25rem;font-size:1.25rem;font-weight:700}.staff-module__KG2VPa__staffTitle{color:#71717a;margin:0;font-size:.875rem}.staff-module__KG2VPa__header{flex-wrap:wrap;flex-shrink:0;justify-content:space-between;align-items:center;gap:.75rem;padding:0;display:flex}.staff-module__KG2VPa__headerLeft{flex-wrap:wrap;align-items:center;gap:.75rem;width:100%;display:flex}.staff-module__KG2VPa__dateControls{background:#fff;border:1.5px solid #e4e4e7;border-radius:10px;align-items:center;gap:.25rem;padding:.2rem;display:flex}.staff-module__KG2VPa__navButton{justify-content:center;align-items:center;width:32px;min-width:auto;height:32px;padding:.375rem;display:flex}.staff-module__KG2VPa__dateButton{text-align:center;cursor:pointer;color:#18181b;background:0 0;border:none;border-radius:6px;min-width:180px;padding:.375rem .75rem;font-size:.8125rem;font-weight:600;transition:all .2s}.staff-module__KG2VPa__dateButton:hover{color:#6366f1;background:#f5f5f5}.staff-module__KG2VPa__viewControls{align-items:center;gap:.375rem;display:flex}.staff-module__KG2VPa__viewButton{align-items:center;gap:.375rem;padding:.375rem .75rem;font-size:.8125rem;display:flex}.staff-module__KG2VPa__searchBar{flex-wrap:wrap;flex-shrink:0;gap:.375rem;margin-bottom:.375rem;display:flex}.staff-module__KG2VPa__searchInput{flex:1;min-width:180px;max-width:280px;position:relative}.staff-module__KG2VPa__searchIcon{color:#71717a;pointer-events:none;width:14px;height:14px;position:absolute;top:50%;left:8px;transform:translateY(-50%)}.staff-module__KG2VPa__input{width:100%;padding-top:.3rem!important;padding-bottom:.3rem!important;padding-left:28px!important;font-size:.75rem!important}.staff-module__KG2VPa__filterSelect{cursor:pointer;color:#18181b;background-color:#fff;border:1px solid #e4e4e7;border-radius:6px;min-width:120px;padding:.3rem .6rem;font-size:.75rem}.staff-module__KG2VPa__calendarCard{background:#fff;border:1px solid #e4e4e7;border-radius:12px;flex-direction:column;flex:1;min-height:0;display:flex;overflow:hidden;box-shadow:0 1px 3px #0000001a,0 1px 2px #0000000f}@media (max-width:768px){.staff-module__KG2VPa__container{box-sizing:border-box;flex-direction:column;gap:.25rem;width:100%;max-width:100%;height:calc(100vh - 64px);max-height:calc(100vh - 64px);padding:.4rem;display:flex;overflow:hidden}.staff-module__KG2VPa__headerInfo{flex-shrink:0;gap:.4rem;padding:.4rem}.staff-module__KG2VPa__avatar{width:36px;height:36px;font-size:.875rem}.staff-module__KG2VPa__staffName{font-size:.8125rem}.staff-module__KG2VPa__staffTitle{font-size:.6875rem}.staff-module__KG2VPa__header{z-index:10;flex-direction:column;flex-shrink:0;align-items:stretch;gap:.25rem;margin-bottom:0;padding:0;position:relative}.staff-module__KG2VPa__headerLeft{flex-flow:row;align-items:center;gap:.2rem;width:100%;margin-bottom:0;overflow:hidden}.staff-module__KG2VPa__dateControls{flex:auto;justify-content:space-between;min-width:0;max-width:100%;padding:.15rem}.staff-module__KG2VPa__dateButton{white-space:nowrap;text-overflow:ellipsis;flex:1;min-width:0;padding:.2rem .25rem;font-size:.625rem;overflow:hidden}.staff-module__KG2VPa__navButton{width:26px;height:26px;padding:.2rem}.staff-module__KG2VPa__viewControls{flex-shrink:0;gap:.15rem;min-width:-moz-fit-content;min-width:fit-content;display:flex}.staff-module__KG2VPa__viewButton{flex-shrink:0;min-width:30px;max-width:34px;padding:.15rem .25rem;font-size:.625rem}.staff-module__KG2VPa__viewButton span{display:none}.staff-module__KG2VPa__searchBar{flex-flow:row;flex-shrink:0;align-items:center;gap:.15rem;margin-bottom:.15rem;display:flex}.staff-module__KG2VPa__searchInput{flex:auto;width:100%;min-width:0;max-width:none}.staff-module__KG2VPa__searchIcon{width:11px;height:11px;left:5px}.staff-module__KG2VPa__input{height:26px!important;padding-top:.15rem!important;padding-bottom:.15rem!important;padding-left:22px!important;font-size:.625rem!important;line-height:1.2!important}.staff-module__KG2VPa__filterSelect{flex-shrink:0;width:auto;min-width:85px;max-width:100px;height:26px;padding:.15rem .3rem;font-size:.625rem}.staff-module__KG2VPa__calendarCard{flex-direction:column;flex:1;min-height:0;max-height:100%;display:flex;overflow:hidden}}
.AppointmentModal-module__cVT2ia__formGrid{grid-template-columns:1fr 1fr;gap:1rem;display:grid}@media (max-width:640px){.AppointmentModal-module__cVT2ia__formGrid{grid-template-columns:1fr}}.AppointmentModal-module__cVT2ia__buttonGroup{border-top:1px solid var(--border);justify-content:flex-end;gap:.75rem;margin-top:.5rem;padding-top:1rem;display:flex}@media (max-width:640px){.AppointmentModal-module__cVT2ia__buttonGroup{flex-direction:column-reverse;width:100%}.AppointmentModal-module__cVT2ia__buttonGroup button{width:100%}}.AppointmentModal-module__cVT2ia__select{border:1.5px solid var(--border);background:var(--background);color:var(--foreground);cursor:pointer;border-radius:8px;width:100%;padding:.75rem;font-size:.9375rem;font-weight:500;transition:all .2s}.AppointmentModal-module__cVT2ia__select:focus{border-color:var(--primary);outline:none;box-shadow:0 0 0 3px #6366f11a}.AppointmentModal-module__cVT2ia__selectLabel{color:var(--foreground);margin-bottom:.5rem;font-size:.875rem;font-weight:600;display:block}
.SettingsPage-module__moDCPa__container{max-width:900px;margin:0 auto;padding:2rem;animation:.4s ease-in SettingsPage-module__moDCPa__fadeIn}@keyframes SettingsPage-module__moDCPa__fadeIn{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}.SettingsPage-module__moDCPa__title{color:#09090b;letter-spacing:-.02em;margin:0 0 2rem;font-size:2rem;font-weight:700}.SettingsPage-module__moDCPa__card{background:#fff;border:1px solid #e4e4e7;border-radius:12px;margin-bottom:2rem;padding:1.5rem;box-shadow:0 1px 3px #0000000a}.SettingsPage-module__moDCPa__cardTitle{color:#09090b;margin-bottom:1.5rem;font-size:1.125rem;font-weight:600}.SettingsPage-module__moDCPa__formGrid{grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:1.5rem;margin-bottom:1.5rem;display:grid}.SettingsPage-module__moDCPa__formRow{flex-direction:column;gap:.5rem;display:flex}.SettingsPage-module__moDCPa__label{color:#09090b;font-size:.875rem;font-weight:500}.SettingsPage-module__moDCPa__checkboxRow{border-bottom:1px solid #f5f5f5;align-items:center;gap:.75rem;padding:1rem 0;display:flex}.SettingsPage-module__moDCPa__checkboxRow:last-child{border-bottom:none}.SettingsPage-module__moDCPa__checkboxRow input[type=checkbox]{cursor:pointer;accent-color:#6366f1;width:1.25rem;height:1.25rem}.SettingsPage-module__moDCPa__checkboxRow label{color:#09090b;cursor:pointer;font-size:.875rem}.SettingsPage-module__moDCPa__footer{border-top:1px solid #f5f5f5;justify-content:flex-end;margin-top:1.5rem;padding-top:1.5rem;display:flex}@media (max-width:768px){.SettingsPage-module__moDCPa__container{padding:1rem}.SettingsPage-module__moDCPa__title{font-size:1.5rem}.SettingsPage-module__moDCPa__formGrid{grid-template-columns:1fr}}
.ShopsPage-module__6Zh8CG__container{max-width:1400px;margin:0 auto;padding:2rem;animation:.4s ease-in ShopsPage-module__6Zh8CG__fadeIn}@keyframes ShopsPage-module__6Zh8CG__fadeIn{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}.ShopsPage-module__6Zh8CG__header{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:1rem;margin-bottom:2rem;display:flex}.ShopsPage-module__6Zh8CG__title{color:#09090b;letter-spacing:-.02em;margin:0;font-size:2rem;font-weight:700}.ShopsPage-module__6Zh8CG__subtitle{color:#71717a;margin-top:.5rem;margin-bottom:0;font-size:1rem}.ShopsPage-module__6Zh8CG__tableCard{background:#fff;border:1px solid #e4e4e7;border-radius:12px;overflow:hidden;box-shadow:0 1px 3px #0000000a}.ShopsPage-module__6Zh8CG__table{border-collapse:collapse;width:100%}.ShopsPage-module__6Zh8CG__table thead{background:#fafafa;border-bottom:1px solid #e4e4e7}.ShopsPage-module__6Zh8CG__table th{text-align:left;color:#71717a;text-transform:uppercase;letter-spacing:.05em;padding:1rem;font-size:.875rem;font-weight:600}.ShopsPage-module__6Zh8CG__table tbody tr{border-bottom:1px solid #f5f5f5;transition:background .2s}.ShopsPage-module__6Zh8CG__table tbody tr:hover{background:#fafafa}.ShopsPage-module__6Zh8CG__table tbody tr:last-child{border-bottom:none}.ShopsPage-module__6Zh8CG__table td{color:#09090b;padding:1rem}.ShopsPage-module__6Zh8CG__table td:first-child{font-weight:500}.ShopsPage-module__6Zh8CG__emptyState{text-align:center;color:#71717a;padding:3rem}.ShopsPage-module__6Zh8CG__statusBadge{border-radius:9999px;align-items:center;padding:.25rem .75rem;font-size:.75rem;font-weight:500;display:inline-flex}.ShopsPage-module__6Zh8CG__statusActive{color:#22c55e;background:#22c55e1a}.ShopsPage-module__6Zh8CG__statusInactive{color:#ef4444;background:#ef44441a}.ShopsPage-module__6Zh8CG__statsGrid{grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:1rem;margin-bottom:2rem;display:grid}.ShopsPage-module__6Zh8CG__statCard{background:#fff;border:1px solid #e4e4e7;border-radius:12px;align-items:center;gap:1rem;padding:1.25rem;transition:all .2s;display:flex;box-shadow:0 1px 3px #0000000a}.ShopsPage-module__6Zh8CG__statCard:hover{transform:translateY(-2px);box-shadow:0 4px 12px #00000014}.ShopsPage-module__6Zh8CG__statIcon{border-radius:10px;flex-shrink:0;justify-content:center;align-items:center;width:48px;height:48px;display:flex}.ShopsPage-module__6Zh8CG__statValue{color:#09090b;font-size:1.5rem;font-weight:700;line-height:1.2}.ShopsPage-module__6Zh8CG__statLabel{color:#71717a;margin-top:.25rem;font-size:.875rem}.ShopsPage-module__6Zh8CG__searchBar{align-items:center;gap:1rem;margin-bottom:1.5rem;display:flex}.ShopsPage-module__6Zh8CG__searchInputWrapper{flex:1;position:relative}.ShopsPage-module__6Zh8CG__searchInput{background:#fff;border:1px solid #e4e4e7;border-radius:10px;width:100%;padding:.75rem 2.5rem .75rem 2.75rem;font-size:.9375rem;transition:all .2s}.ShopsPage-module__6Zh8CG__searchInput:focus{border-color:#6366f1;outline:none;box-shadow:0 0 0 3px #6366f11a}.ShopsPage-module__6Zh8CG__clearButton{cursor:pointer;color:#71717a;background:0 0;border:none;border-radius:4px;justify-content:center;align-items:center;padding:4px;transition:all .2s;display:flex;position:absolute;top:50%;right:12px;transform:translateY(-50%)}.ShopsPage-module__6Zh8CG__clearButton:hover{color:#09090b;background:#f5f5f5}.ShopsPage-module__6Zh8CG__filterBadge{color:#fff;background:#ef4444;border:2px solid #fff;border-radius:50%;justify-content:center;align-items:center;width:18px;height:18px;font-size:.625rem;font-weight:600;display:flex;position:absolute;top:-6px;right:-6px}.ShopsPage-module__6Zh8CG__tableHeader{background:#fafafa;border-bottom:1px solid #e4e4e7;padding:1rem 1.5rem}.ShopsPage-module__6Zh8CG__tableTitle{color:#09090b;font-size:.9375rem;font-weight:600}@media (max-width:768px){.ShopsPage-module__6Zh8CG__container{padding:1rem}.ShopsPage-module__6Zh8CG__title{font-size:1.5rem}.ShopsPage-module__6Zh8CG__statsGrid{grid-template-columns:repeat(2,1fr);gap:.75rem}.ShopsPage-module__6Zh8CG__statCard{padding:1rem}.ShopsPage-module__6Zh8CG__statIcon{width:40px;height:40px}.ShopsPage-module__6Zh8CG__statValue{font-size:1.25rem}.ShopsPage-module__6Zh8CG__searchBar{flex-direction:column}.ShopsPage-module__6Zh8CG__searchInputWrapper{width:100%}.ShopsPage-module__6Zh8CG__table{font-size:.875rem}.ShopsPage-module__6Zh8CG__table th,.ShopsPage-module__6Zh8CG__table td{padding:.75rem .5rem}.ShopsPage-module__6Zh8CG__tableHeader{padding:.75rem 1rem}}
.SubscriptionsPage-module__h2EGZG__container{max-width:1400px;margin:0 auto;padding:2rem;animation:.4s ease-in SubscriptionsPage-module__h2EGZG__fadeIn}@keyframes SubscriptionsPage-module__h2EGZG__fadeIn{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}.SubscriptionsPage-module__h2EGZG__header{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:1rem;margin-bottom:2rem;display:flex}.SubscriptionsPage-module__h2EGZG__title{color:#09090b;letter-spacing:-.02em;margin:0;font-size:2rem;font-weight:700}.SubscriptionsPage-module__h2EGZG__subtitle{color:#71717a;margin-top:.5rem;margin-bottom:0;font-size:1rem}.SubscriptionsPage-module__h2EGZG__actions{gap:1rem;display:flex}.SubscriptionsPage-module__h2EGZG__statsGrid{grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:1.5rem;margin-bottom:2rem;display:grid}.SubscriptionsPage-module__h2EGZG__statCard{background:#fff;border:1px solid #e4e4e7;border-radius:12px;padding:1.5rem;transition:all .2s}.SubscriptionsPage-module__h2EGZG__statCard:hover{border-color:#6366f1;transform:translateY(-2px);box-shadow:0 4px 12px #6366f11a}.SubscriptionsPage-module__h2EGZG__statLabel{color:#71717a;text-transform:uppercase;letter-spacing:.05em;margin-bottom:.5rem;font-size:.875rem;font-weight:500}.SubscriptionsPage-module__h2EGZG__statValue{color:#09090b;letter-spacing:-.02em;font-size:2rem;font-weight:700}.SubscriptionsPage-module__h2EGZG__tableCard{background:#fff;border:1px solid #e4e4e7;border-radius:12px;overflow:hidden;box-shadow:0 1px 3px #0000000a}.SubscriptionsPage-module__h2EGZG__table{border-collapse:collapse;width:100%}.SubscriptionsPage-module__h2EGZG__table thead{background:#fafafa;border-bottom:1px solid #e4e4e7}.SubscriptionsPage-module__h2EGZG__table th{text-align:left;color:#71717a;text-transform:uppercase;letter-spacing:.05em;padding:1rem;font-size:.875rem;font-weight:600}.SubscriptionsPage-module__h2EGZG__table tbody tr{border-bottom:1px solid #f5f5f5;transition:background .2s}.SubscriptionsPage-module__h2EGZG__table tbody tr:hover{background:#fafafa}.SubscriptionsPage-module__h2EGZG__table tbody tr:last-child{border-bottom:none}.SubscriptionsPage-module__h2EGZG__table td{color:#09090b;padding:1rem}.SubscriptionsPage-module__h2EGZG__table td:first-child{font-weight:500}.SubscriptionsPage-module__h2EGZG__emptyState{text-align:center;color:#71717a;padding:3rem}.SubscriptionsPage-module__h2EGZG__statusBadge{border-radius:9999px;align-items:center;padding:.25rem .75rem;font-size:.75rem;font-weight:500;display:inline-flex}.SubscriptionsPage-module__h2EGZG__statusActive{color:#22c55e;background:#22c55e1a}.SubscriptionsPage-module__h2EGZG__statusInactive{color:#ef4444;background:#ef44441a}@media (max-width:768px){.SubscriptionsPage-module__h2EGZG__container{padding:1rem}.SubscriptionsPage-module__h2EGZG__title{font-size:1.5rem}.SubscriptionsPage-module__h2EGZG__header{flex-direction:column;align-items:flex-start}.SubscriptionsPage-module__h2EGZG__actions{flex-direction:column;width:100%}.SubscriptionsPage-module__h2EGZG__statsGrid{grid-template-columns:repeat(2,1fr);gap:1rem}.SubscriptionsPage-module__h2EGZG__statCard{padding:1rem}.SubscriptionsPage-module__h2EGZG__statValue{font-size:1.5rem}.SubscriptionsPage-module__h2EGZG__table{font-size:.875rem}.SubscriptionsPage-module__h2EGZG__table th,.SubscriptionsPage-module__h2EGZG__table td{padding:.75rem .5rem}}
.SettingsPage-module__Q-Kjaa__container{max-width:1200px;font-family:var(--font-sans,system-ui,sans-serif);box-sizing:border-box;width:100%;margin:0 auto;padding:1rem 1rem 4rem;overflow-x:hidden}.SettingsPage-module__Q-Kjaa__header{margin-bottom:0}.SettingsPage-module__Q-Kjaa__title{color:#09090b;letter-spacing:-.03em;margin:0 0 .75rem;font-size:2.25rem;font-weight:800;line-height:1.2}.SettingsPage-module__Q-Kjaa__subtitle{color:#71717a;margin:0;font-size:1.125rem;line-height:1.6}.SettingsPage-module__Q-Kjaa__card{box-sizing:border-box;background:#fff;border:1px solid #0000000f;border-radius:20px;width:100%;max-width:100%;transition:all .3s;overflow:hidden;box-shadow:0 4px 24px #0000000f}.SettingsPage-module__Q-Kjaa__card:hover{box-shadow:0 8px 32px #00000014}.SettingsPage-module__Q-Kjaa__sectionTitle{color:#09090b;letter-spacing:-.02em;margin-bottom:1.5rem;font-size:1.25rem;font-weight:700}.SettingsPage-module__Q-Kjaa__statusHeader{background:linear-gradient(135deg,#fafafa 0%,#fff 100%);border-bottom:1px solid #0000000f;justify-content:space-between;align-items:center;padding:1.75rem;display:flex}@media (max-width:768px){.SettingsPage-module__Q-Kjaa__statusHeader{padding:1.25rem}}.SettingsPage-module__Q-Kjaa__statusInfo{align-items:center;gap:.75rem;display:flex}.SettingsPage-module__Q-Kjaa__statusDot{border-radius:50%;width:10px;height:10px}.SettingsPage-module__Q-Kjaa__statusDot.SettingsPage-module__Q-Kjaa__active{background-color:#10b981;box-shadow:0 0 0 4px #10b9811a}.SettingsPage-module__Q-Kjaa__statusDot.SettingsPage-module__Q-Kjaa__inactive{background-color:#ef4444;box-shadow:0 0 0 4px #ef44441a}.SettingsPage-module__Q-Kjaa__statusTitle{color:#111;margin:0;font-weight:600}.SettingsPage-module__Q-Kjaa__statusDesc{color:#666;margin:.25rem 0 0;font-size:.85rem}.SettingsPage-module__Q-Kjaa__toggleButton{cursor:pointer;border:2px solid #0000;border-radius:12px;align-items:center;gap:.5rem;padding:.75rem 1.5rem;font-size:.875rem;font-weight:700;transition:all .3s cubic-bezier(.4,0,.2,1);display:inline-flex}.SettingsPage-module__Q-Kjaa__toggleButton.SettingsPage-module__Q-Kjaa__stop{color:#dc2626;background:linear-gradient(135deg,#fff 0%,#fafafa 100%);border-color:#fee2e2;box-shadow:0 2px 8px #dc26261a}.SettingsPage-module__Q-Kjaa__toggleButton.SettingsPage-module__Q-Kjaa__stop:hover{background:linear-gradient(135deg,#fef2f2 0%,#fee2e2 100%);transform:translateY(-2px);box-shadow:0 4px 12px #dc262626}.SettingsPage-module__Q-Kjaa__toggleButton.SettingsPage-module__Q-Kjaa__start{color:#fff;background:linear-gradient(135deg,#10b981 0%,#059669 100%);box-shadow:0 4px 12px #10b9814d}.SettingsPage-module__Q-Kjaa__toggleButton.SettingsPage-module__Q-Kjaa__start:hover{background:linear-gradient(135deg,#059669 0%,#047857 100%);transform:translateY(-2px);box-shadow:0 6px 16px #10b98166}.SettingsPage-module__Q-Kjaa__form{box-sizing:border-box;background:#fff;flex-direction:column;gap:2rem;width:100%;max-width:100%;padding:2rem;display:flex;overflow-x:hidden}@media (max-width:768px){.SettingsPage-module__Q-Kjaa__form{gap:1.75rem;padding:1.25rem}}.SettingsPage-module__Q-Kjaa__row{grid-template-columns:1fr 1fr;gap:1.5rem;display:grid}@media (max-width:768px){.SettingsPage-module__Q-Kjaa__container{width:100%;max-width:100%;padding:0 .75rem 2rem;overflow-x:hidden}.SettingsPage-module__Q-Kjaa__header{box-sizing:border-box;width:100%;max-width:100%;margin-bottom:0}.SettingsPage-module__Q-Kjaa__title{word-wrap:break-word;overflow-wrap:break-word;font-size:1.5rem}.SettingsPage-module__Q-Kjaa__subtitle{word-wrap:break-word;overflow-wrap:break-word;font-size:.9375rem}.SettingsPage-module__Q-Kjaa__row{grid-template-columns:1fr;gap:1.5rem;width:100%;max-width:100%}.SettingsPage-module__Q-Kjaa__form{gap:1.75rem;width:100%;max-width:100%;padding:1.25rem;overflow-x:hidden}.SettingsPage-module__Q-Kjaa__statusHeader{box-sizing:border-box;flex-direction:column;align-items:flex-start;gap:1rem;width:100%;max-width:100%;padding:1.25rem}.SettingsPage-module__Q-Kjaa__toggleButton,.SettingsPage-module__Q-Kjaa__saveButton{justify-content:center;width:100%}.SettingsPage-module__Q-Kjaa__card{border-radius:16px;width:100%;max-width:100%}.SettingsPage-module__Q-Kjaa__sectionTitle{font-size:1.125rem}.SettingsPage-module__Q-Kjaa__toggleRow{flex-wrap:wrap;gap:.75rem}.SettingsPage-module__Q-Kjaa__toggleInfo{flex:1;min-width:0}.SettingsPage-module__Q-Kjaa__toggleLabel,.SettingsPage-module__Q-Kjaa__toggleDesc{word-wrap:break-word;overflow-wrap:break-word}}.SettingsPage-module__Q-Kjaa__field{flex-direction:column;gap:.5rem;display:flex}.SettingsPage-module__Q-Kjaa__label{color:#09090b;letter-spacing:-.01em;margin-bottom:.5rem;font-size:.875rem;font-weight:600}.SettingsPage-module__Q-Kjaa__input,.SettingsPage-module__Q-Kjaa__textarea{color:#09090b;box-sizing:border-box;background-color:#fff;border:1.5px solid #e4e4e7;border-radius:10px;width:100%;max-width:100%;padding:.875rem 1.25rem;font-family:inherit;font-size:.9375rem;transition:all .2s cubic-bezier(.4,0,.2,1)}.SettingsPage-module__Q-Kjaa__input:focus,.SettingsPage-module__Q-Kjaa__textarea:focus{border-color:#6366f1;outline:none;transform:translateY(-1px);box-shadow:0 0 0 3px #6366f11a}.SettingsPage-module__Q-Kjaa__textarea{resize:vertical;min-height:100px}.SettingsPage-module__Q-Kjaa__actions{border-top:1px solid #f0f0f0;justify-content:flex-end;align-items:center;gap:1rem;margin-top:1rem;padding-top:1.5rem;display:flex}.SettingsPage-module__Q-Kjaa__saveButton{color:#fff;cursor:pointer;background:linear-gradient(135deg,#09090b 0%,#27272a 100%);border:none;border-radius:12px;align-items:center;gap:.5rem;padding:1rem 2.5rem;font-size:1rem;font-weight:700;transition:all .3s cubic-bezier(.4,0,.2,1);display:inline-flex;box-shadow:0 4px 12px #00000026}.SettingsPage-module__Q-Kjaa__saveButton:disabled{opacity:.6;cursor:not-allowed;transform:none}.SettingsPage-module__Q-Kjaa__saveButton:hover:not(:disabled){background:linear-gradient(135deg,#27272a 0%,#09090b 100%);transform:translateY(-2px);box-shadow:0 6px 20px #0003}.SettingsPage-module__Q-Kjaa__message{color:#166534;background-color:#f0fdf4;border-radius:6px;padding:.5rem 1rem;font-size:.9rem;font-weight:500}.SettingsPage-module__Q-Kjaa__message.SettingsPage-module__Q-Kjaa__error{color:#991b1b;background-color:#fef2f2}.SettingsPage-module__Q-Kjaa__toggleRow{border-bottom:1px solid #f0f0f0;justify-content:space-between;align-items:center;padding:1rem 0;display:flex}.SettingsPage-module__Q-Kjaa__toggleRow:last-child{border-bottom:none}.SettingsPage-module__Q-Kjaa__toggleInfo{flex-direction:column;gap:.25rem;display:flex}.SettingsPage-module__Q-Kjaa__toggleLabel{color:#09090b;font-size:.9375rem;font-weight:600}.SettingsPage-module__Q-Kjaa__toggleDesc{color:#71717a;font-size:.8125rem}.SettingsPage-module__Q-Kjaa__toggle{cursor:pointer;background:#e4e4e7;border:none;border-radius:999px;flex-shrink:0;width:52px;height:28px;transition:all .3s;position:relative}.SettingsPage-module__Q-Kjaa__toggle.SettingsPage-module__Q-Kjaa__toggleOn{background:linear-gradient(135deg,#22c55e 0%,#16a34a 100%)}.SettingsPage-module__Q-Kjaa__toggleThumb{background:#fff;border-radius:50%;width:22px;height:22px;transition:all .3s cubic-bezier(.4,0,.2,1);position:absolute;top:3px;left:3px;box-shadow:0 2px 4px #0000001a}.SettingsPage-module__Q-Kjaa__toggle.SettingsPage-module__Q-Kjaa__toggleOn .SettingsPage-module__Q-Kjaa__toggleThumb{transform:translate(24px)}
.BookingWizard-module__hRBk-q__container{max-width:600px;font-family:var(--font-sans);box-sizing:border-box;flex-direction:column;flex:1;justify-content:flex-start;width:100%;min-height:auto;margin:0 auto;padding:.25rem 1rem;display:flex;position:relative;overflow:hidden auto}@media (min-width:1024px){.BookingWizard-module__hRBk-q__container{justify-content:flex-start;padding:1rem;overflow-y:visible}}.BookingWizard-module__hRBk-q__progress{justify-content:center;gap:.5rem;margin-bottom:2rem;padding:0 1rem;display:flex}.BookingWizard-module__hRBk-q__step{background-color:var(--border);border-radius:99px;width:2rem;height:4px;transition:all .4s cubic-bezier(.4,0,.2,1)}.BookingWizard-module__hRBk-q__activeStep{background-color:var(--brand-black,#000);width:3.5rem}.BookingWizard-module__hRBk-q__stepTitle{text-align:center;color:#0f172a;letter-spacing:-.02em;margin-top:-.125rem;margin-bottom:.5rem;padding:0 .25rem;font-size:1.125rem;font-weight:800}@media (min-width:1024px){.BookingWizard-module__hRBk-q__stepTitle{margin-top:-.25rem;margin-bottom:.75rem;padding:0 .5rem;font-size:1.25rem}}.BookingWizard-module__hRBk-q__grid{box-sizing:border-box;flex-direction:column;gap:.5rem;width:100%;margin-top:-.25rem;margin-bottom:.25rem;padding:0 .25rem;display:flex}@media (min-width:1024px){.BookingWizard-module__hRBk-q__grid{gap:.75rem;margin-top:-.5rem;margin-bottom:1.5rem;padding:0 .5rem}}.BookingWizard-module__hRBk-q__cardItem{cursor:pointer;box-sizing:border-box;background:#fff;border:2px solid #e2e8f0;border-radius:12px;align-items:center;gap:.75rem;width:100%;min-height:4rem;padding:.75rem;transition:all .25s cubic-bezier(.4,0,.2,1);display:flex;position:relative;overflow:hidden;box-shadow:0 2px 4px #0000000a}@media (min-width:1024px){.BookingWizard-module__hRBk-q__cardItem{border-radius:14px;gap:.875rem;min-height:4.5rem;padding:1rem}}.BookingWizard-module__hRBk-q__cardItem:hover{background:#fafafa;border-color:#000;transform:translateY(-2px);box-shadow:0 6px 20px #00000014}.BookingWizard-module__hRBk-q__cardItem:active{background:#f5f5f5;transform:scale(.97)translateY(0);box-shadow:0 2px 8px #0000000f}.BookingWizard-module__hRBk-q__itemInfo{text-align:left;flex-direction:column;flex:1;justify-content:center;align-items:flex-start;gap:.25rem;display:flex}.BookingWizard-module__hRBk-q__itemName{color:#0f172a;text-transform:capitalize;letter-spacing:-.01em;margin-bottom:.125rem;font-size:1rem;font-weight:700;line-height:1.2}.BookingWizard-module__hRBk-q__itemDetail{color:#64748b;text-transform:capitalize;font-size:.875rem;font-weight:500;line-height:1.3}.BookingWizard-module__hRBk-q__priceBadge{color:#0f172a;white-space:nowrap;letter-spacing:-.02em;margin-left:auto;font-size:1.125rem;font-weight:800}.BookingWizard-module__hRBk-q__chevronIcon{color:#cbd5e1;flex-shrink:0;width:22px;height:22px;transition:all .25s cubic-bezier(.4,0,.2,1)}.BookingWizard-module__hRBk-q__cardItem:hover .BookingWizard-module__hRBk-q__chevronIcon{color:#0f172a;transform:translate(6px)}.BookingWizard-module__hRBk-q__dateScroll{scrollbar-width:none;-ms-overflow-style:none;box-sizing:border-box;-webkit-overflow-scrolling:touch;z-index:10;background:#fafafa;align-items:flex-start;gap:.5rem;width:100%;min-height:4.5rem;margin-top:-1rem;margin-bottom:.5rem;padding:.5rem 1rem;display:flex;position:sticky;top:0;overflow-x:auto;overflow-y:visible!important}.BookingWizard-module__hRBk-q__dateScroll::-webkit-scrollbar{display:none}.BookingWizard-module__hRBk-q__dateBtn{cursor:pointer;color:#475569;background:#fff;border:1.5px solid #e2e8f0;border-radius:12px;margin:0;font-family:inherit;transition:all .2s cubic-bezier(.4,0,.2,1);box-shadow:0 1px 2px #0000000a;box-sizing:border-box!important;flex-direction:column!important;flex:none!important;justify-content:space-between!important;align-items:center!important;width:4.25rem!important;min-width:4.25rem!important;height:5.5rem!important;min-height:5.5rem!important;padding:.75rem .5rem!important;display:flex!important;overflow:visible!important}.BookingWizard-module__hRBk-q__dateWeekday{text-transform:uppercase;letter-spacing:.02em;color:#475569!important;opacity:1!important;visibility:visible!important;z-index:1!important;font-size:.75rem!important;font-weight:600!important;line-height:1.2!important;display:block!important;position:relative!important}.BookingWizard-module__hRBk-q__dateDay{color:#475569!important;visibility:visible!important;z-index:1!important;margin-top:.125rem!important;font-size:1.125rem!important;font-weight:700!important;line-height:1.2!important;display:block!important;position:relative!important}.BookingWizard-module__hRBk-q__dateBtn:hover:not(.BookingWizard-module__hRBk-q__activeDate){color:#1e293b;border-color:#000;transform:translateY(-2px)}.BookingWizard-module__hRBk-q__dateBtn:hover:not(.BookingWizard-module__hRBk-q__activeDate) .BookingWizard-module__hRBk-q__dateWeekday,.BookingWizard-module__hRBk-q__dateBtn:hover:not(.BookingWizard-module__hRBk-q__activeDate) .BookingWizard-module__hRBk-q__dateDay{opacity:1;color:#1e293b}.BookingWizard-module__hRBk-q__activeDate{color:#fff;background:#000;border-color:#000;transform:scale(1.08);box-shadow:0 4px 16px #00000040}.BookingWizard-module__hRBk-q__activeDate .BookingWizard-module__hRBk-q__dateWeekday,.BookingWizard-module__hRBk-q__activeDate .BookingWizard-module__hRBk-q__dateDay{color:#fff!important;opacity:1!important}.BookingWizard-module__hRBk-q__activeDate:hover{color:#fff}.BookingWizard-module__hRBk-q__activeDate:hover .BookingWizard-module__hRBk-q__dateWeekday,.BookingWizard-module__hRBk-q__activeDate:hover .BookingWizard-module__hRBk-q__dateDay{color:#fff!important;opacity:1!important}.BookingWizard-module__hRBk-q__slotsContainer{box-sizing:border-box;grid-template-columns:repeat(3,1fr);gap:.5rem;width:100%;margin-bottom:0;padding:0 1rem;display:grid}.BookingWizard-module__hRBk-q__slotBtn{cursor:pointer;color:#111;box-sizing:border-box;background:#fff;border:1.5px solid #e2e8f0;border-radius:10px;justify-content:center;align-items:center;width:100%;height:2.5rem;padding:0;font-size:.8125rem;font-weight:600;transition:all .2s cubic-bezier(.4,0,.2,1);display:flex;box-shadow:0 1px 3px #0000000f}.BookingWizard-module__hRBk-q__slotBtn:hover:not(:disabled){border-color:#000;transform:translateY(-2px);box-shadow:0 4px 12px #0000001f}.BookingWizard-module__hRBk-q__slotBtn.BookingWizard-module__hRBk-q__active{color:#fff;background:#111;border-color:#000;transform:translateY(-1px);box-shadow:0 4px 16px #0000004d}.BookingWizard-module__hRBk-q__slotBtn:active{transform:scale(.98)}.BookingWizard-module__hRBk-q__disabledSlot{opacity:.45;color:#94a3b8;box-shadow:none;cursor:not-allowed;pointer-events:none;background-color:#f8f9fa;border:1.5px dashed #e2e8f0}.BookingWizard-module__hRBk-q__fullSlot{position:relative;color:#dc2626!important;cursor:not-allowed!important;opacity:1!important;background-color:#fee2e2!important;border-color:#fca5a5!important}.BookingWizard-module__hRBk-q__fullSlot:hover{background-color:#fecaca!important;border-color:#f87171!important;transform:none!important;box-shadow:0 2px 8px #dc262633!important}.BookingWizard-module__hRBk-q__fullSlot:before{content:"";pointer-events:none;background:repeating-linear-gradient(45deg,#0000,#0000 4px,#dc26261a 4px 8px);border-radius:10px;position:absolute;top:0;bottom:0;left:0;right:0}.BookingWizard-module__hRBk-q__pastSlot{color:#94a3b8!important;cursor:not-allowed!important;background-color:#f1f5f9!important;border-color:#cbd5e1!important}.BookingWizard-module__hRBk-q__summaryReceipt{background:#fff;border:2px solid #e2e8f0;border-radius:20px;margin-top:-.5rem;margin-bottom:2rem;padding:0;overflow:hidden;box-shadow:0 4px 16px #0000000f}.BookingWizard-module__hRBk-q__receiptHeader{text-align:center;background:linear-gradient(#f9fafb,#fff);border-bottom:2px solid #e2e8f0;padding:1.75rem 1.5rem}.BookingWizard-module__hRBk-q__receiptHeader h3{color:#0f172a;letter-spacing:-.02em;font-size:1.375rem;font-weight:700}.BookingWizard-module__hRBk-q__receiptBody{flex-direction:column;gap:1.25rem;padding:1.75rem 1.5rem;display:flex}.BookingWizard-module__hRBk-q__summaryRow{color:#64748b;justify-content:space-between;align-items:center;font-size:1rem;font-weight:500;display:flex}.BookingWizard-module__hRBk-q__summaryRow strong{color:#0f172a;text-align:right;font-size:1.0625rem;font-weight:700}.BookingWizard-module__hRBk-q__totalRow{color:#0f172a;letter-spacing:-.02em;border-top:2px solid #e2e8f0;justify-content:space-between;align-items:center;margin-top:1.25rem;padding-top:1.25rem;font-size:1.5rem;font-weight:800;display:flex}.BookingWizard-module__hRBk-q__actionBar{-webkit-backdrop-filter:blur(20px);z-index:50;background:#fffffffa;border-top:1px solid #e4e4e7;justify-content:flex-start;align-items:center;max-width:600px;margin:0 auto;padding:.875rem 1rem;display:flex;position:fixed;bottom:0;left:0;right:0;box-shadow:0 -2px 12px #0000000a}.BookingWizard-module__hRBk-q__backBtn{color:#64748b;cursor:pointer;background:0 0;border:none;border-radius:8px;align-items:center;gap:.375rem;padding:.375rem .75rem;font-size:.8125rem;font-weight:600;transition:all .2s;display:flex}.BookingWizard-module__hRBk-q__backBtn:hover{color:#0f172a;background:#f8fafc}@media (min-width:600px){.BookingWizard-module__hRBk-q__container{padding:1.5rem 1.5rem 2rem}.BookingWizard-module__hRBk-q__slotsContainer{grid-template-columns:repeat(3,1fr)!important;gap:.5rem!important;padding:0 1rem!important;display:grid!important}.BookingWizard-module__hRBk-q__slotBtn{flex:none!important;width:100%!important;max-width:none!important;height:2.5rem!important;font-size:.8125rem!important}.BookingWizard-module__hRBk-q__actionBar{box-shadow:none;-webkit-backdrop-filter:none;backdrop-filter:none;background:0 0;border:none;max-width:100%;padding:1rem 0;position:sticky;bottom:0}.BookingWizard-module__hRBk-q__grid{margin-bottom:1.5rem}.BookingWizard-module__hRBk-q__dateScroll{padding:.75rem 1.5rem 1.25rem}.BookingWizard-module__hRBk-q__dateBtn{width:3.75rem;height:4.25rem}}
.WelcomeTour-module__fVOocG__container{z-index:9999;background-color:#fff;width:100vw;height:100vh;font-family:inherit;display:flex;position:fixed;top:0;left:0;overflow:hidden}.WelcomeTour-module__fVOocG__leftPanel{color:#fff;background-color:#111827;flex-direction:column;justify-content:space-between;width:40%;height:100%;padding:3rem;display:flex;position:relative;overflow:hidden}.WelcomeTour-module__fVOocG__leftPanel:before{content:"";filter:blur(60px);z-index:0;background:radial-gradient(circle,#6366f166 0%,#11182700 70%);width:80%;height:80%;position:absolute;top:-20%;right:-20%}.WelcomeTour-module__fVOocG__leftPanel:after{content:"";filter:blur(60px);z-index:0;background:radial-gradient(circle,#ec489933 0%,#11182700 70%);width:60%;height:60%;position:absolute;bottom:-10%;left:-10%}.WelcomeTour-module__fVOocG__brandLogo{z-index:10;letter-spacing:-.025em;align-items:center;gap:.5rem;font-size:1.5rem;font-weight:800;display:flex;position:relative}.WelcomeTour-module__fVOocG__quoteContainer{z-index:10;margin-top:auto;margin-bottom:auto;position:relative}.WelcomeTour-module__fVOocG__quote{color:#f3f4f6;margin-bottom:1.5rem;font-size:2rem;font-weight:600;line-height:1.25}.WelcomeTour-module__fVOocG__quoteAuthor{color:#9ca3af;font-size:1rem;font-weight:500}.WelcomeTour-module__fVOocG__versionText{z-index:10;color:#4b5563;font-family:monospace;font-size:.75rem;position:relative}.WelcomeTour-module__fVOocG__rightPanel{background-color:#fff;flex-direction:column;justify-content:center;align-items:center;width:60%;height:100%;padding:4rem;display:flex;position:relative}.WelcomeTour-module__fVOocG__contentBox{flex-direction:column;gap:2rem;width:100%;max-width:32rem;display:flex}.WelcomeTour-module__fVOocG__progressContainer{gap:.5rem;margin-bottom:2rem;display:flex}.WelcomeTour-module__fVOocG__progressDot{border-radius:9999px;height:.5rem;transition:all .4s cubic-bezier(.4,0,.2,1)}.WelcomeTour-module__fVOocG__progressDotActive{width:2.5rem}.WelcomeTour-module__fVOocG__progressDotInactive{background-color:#e5e7eb;width:.5rem}.WelcomeTour-module__fVOocG__stepTitle{color:#111827;letter-spacing:-.03em;font-size:2.25rem;font-weight:800;line-height:1.1}.WelcomeTour-module__fVOocG__stepDescription{color:#6b7280;margin-top:1rem;font-size:1.125rem;line-height:1.6}.WelcomeTour-module__fVOocG__iconContainer{background-color:#f3f4f6;border-radius:1rem;justify-content:center;align-items:center;width:4rem;height:4rem;margin-bottom:1rem;display:flex}.WelcomeTour-module__fVOocG__buttonGroup{align-items:center;gap:1rem;margin-top:2rem;display:flex}.WelcomeTour-module__fVOocG__mainButton{color:#fff;border-radius:.75rem;align-items:center;gap:.5rem;padding:1rem 2rem;font-size:1rem;font-weight:600;transition:all .2s;display:flex;box-shadow:0 4px 6px -1px #0000001a}.WelcomeTour-module__fVOocG__mainButton:hover{transform:translateY(-1px);box-shadow:0 10px 15px -3px #0000001a}.WelcomeTour-module__fVOocG__mainButton:active{transform:translateY(0)}.WelcomeTour-module__fVOocG__backButton{color:#6b7280;cursor:pointer;background:0 0;border:none;padding:1rem;font-size:1rem;font-weight:500;transition:color .2s}.WelcomeTour-module__fVOocG__backButton:hover{color:#111827}.WelcomeTour-module__fVOocG__formGroup{margin-bottom:1.5rem}.WelcomeTour-module__fVOocG__label{color:#374151;margin-bottom:.5rem;font-size:.875rem;font-weight:600;display:block}.WelcomeTour-module__fVOocG__input{border:1px solid #d1d5db;border-radius:.75rem;outline:none;width:100%;padding:1rem;font-size:1.125rem;transition:all .2s}.WelcomeTour-module__fVOocG__input:focus{border-color:#4f46e5;box-shadow:0 0 0 4px #4f46e51a}@media (max-width:1024px){.WelcomeTour-module__fVOocG__leftPanel{display:none}.WelcomeTour-module__fVOocG__rightPanel{width:100%;padding:2rem}.WelcomeTour-module__fVOocG__stepTitle{font-size:1.875rem}}
