.SearchBar-module__R3_pZW__searchContainer{background:var(--glass-bg);-webkit-backdrop-filter:blur(12px);border:1px solid var(--glass-border);border-radius:var(--radius-pill);align-items:center;gap:.75rem;width:100%;max-width:500px;height:48px;padding:0 1.25rem;transition:all .3s;display:flex;position:relative}.SearchBar-module__R3_pZW__searchContainer.SearchBar-module__R3_pZW__focused{background:var(--card-bg);border-color:var(--primary-purple);box-shadow:var(--shadow-md), 0 0 0 3px #2e036b14}.SearchBar-module__R3_pZW__icon{color:var(--text-secondary);flex-shrink:0;transition:color .3s}.SearchBar-module__R3_pZW__searchContainer.SearchBar-module__R3_pZW__focused .SearchBar-module__R3_pZW__icon{color:var(--primary-purple)}.SearchBar-module__R3_pZW__input{color:var(--text-primary);font-family:var(--font-body);background:0 0;border:none;outline:none;flex:1;width:100%;font-size:.95rem;font-weight:500}.SearchBar-module__R3_pZW__input::placeholder{color:var(--text-secondary);transition:opacity .3s}.SearchBar-module__R3_pZW__resultsDropdown{border-radius:var(--radius-md);box-shadow:var(--shadow-lg);z-index:1002;background:#fff;border:1px solid #2e036b14;flex-direction:column;gap:2px;max-height:380px;padding:6px;animation:.2s cubic-bezier(.16,1,.3,1) forwards SearchBar-module__R3_pZW__dropdownFadeIn;display:flex;position:absolute;top:calc(100% + 8px);left:0;right:0;overflow-y:auto}@keyframes SearchBar-module__R3_pZW__dropdownFadeIn{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}.SearchBar-module__R3_pZW__section{flex-direction:column;gap:2px;display:flex}.SearchBar-module__R3_pZW__sectionHeader{font-family:var(--font-body);color:#655e7a;text-transform:uppercase;letter-spacing:.5px;border-bottom:1px solid #2e036b14;margin-bottom:4px;padding:6px 12px 2px;font-size:.7rem;font-weight:700}.SearchBar-module__R3_pZW__resultItem{border-radius:var(--radius-sm);cursor:pointer;flex-direction:column;padding:10px 12px;text-decoration:none;transition:background .2s,color .2s,transform .25s cubic-bezier(.16,1,.3,1);display:flex}.SearchBar-module__R3_pZW__resultItem:hover{background:#f8f6fc;transform:translate(4px)}.SearchBar-module__R3_pZW__itemRow{align-items:center;gap:10px;display:flex}.SearchBar-module__R3_pZW__itemIcon{color:var(--primary-purple);opacity:.5;flex-shrink:0;transition:all .25s}.SearchBar-module__R3_pZW__resultItem:hover .SearchBar-module__R3_pZW__itemIcon{opacity:1;color:var(--accent-pink);transform:scale(1.15)}.SearchBar-module__R3_pZW__itemDetails{flex-direction:column;min-width:0;display:flex}.SearchBar-module__R3_pZW__itemTitle{font-family:var(--font-body);color:var(--text-primary);font-size:.9rem;font-weight:700;line-height:1.2;transition:color .2s}.SearchBar-module__R3_pZW__resultItem:hover .SearchBar-module__R3_pZW__itemTitle{color:var(--primary-purple)}.SearchBar-module__R3_pZW__itemSubtitle{font-family:var(--font-body);color:#655e7a;margin-top:1px;font-size:.75rem}.SearchBar-module__R3_pZW__noResults{text-align:center;font-family:var(--font-body);color:#655e7a;padding:16px 12px;font-size:.9rem;font-weight:500}
.Header-module__hBw1pG__header{z-index:999;background:0 0;height:96px;transition:all .3s cubic-bezier(.16,1,.3,1);position:fixed;top:0;left:0;right:0}.Header-module__hBw1pG__header.Header-module__hBw1pG__scrolled{-webkit-backdrop-filter:blur(16px);border-bottom:1px solid var(--border-color);box-shadow:var(--shadow-sm);background:#fffffff2;height:76px}.Header-module__hBw1pG__container{justify-content:space-between;align-items:center;max-width:1200px;height:100%;margin:0 auto;padding:0 1.25rem;display:flex}.Header-module__hBw1pG__left{align-items:center;gap:1.5rem;display:flex}.Header-module__hBw1pG__logo{align-items:center;text-decoration:none;display:flex}.Header-module__hBw1pG__logoImg{object-fit:contain;width:auto;height:48px;transition:height .3s;display:block}.Header-module__hBw1pG__scrolled .Header-module__hBw1pG__logoImg{height:38px}.Header-module__hBw1pG__accent{color:var(--primary-yellow)}.Header-module__hBw1pG__citySelector{font-family:var(--font-body);color:var(--text-primary);cursor:pointer;border-radius:var(--radius-sm);background:0 0;border:none;align-items:center;gap:.35rem;padding:.5rem .75rem;font-size:.875rem;font-weight:700;transition:background .2s,color .2s;display:flex}.Header-module__hBw1pG__header.Header-module__hBw1pG__scrolled .Header-module__hBw1pG__citySelector{color:var(--text-primary)}.Header-module__hBw1pG__citySelector:hover,.Header-module__hBw1pG__header.Header-module__hBw1pG__scrolled .Header-module__hBw1pG__citySelector:hover{background:#2e036b0d}.Header-module__hBw1pG__caret,.Header-module__hBw1pG__pinIcon{color:var(--primary-purple);flex-shrink:0}.Header-module__hBw1pG__centerDesktop{flex:1;max-width:500px;margin:0 2rem;display:none}.Header-module__hBw1pG__right{align-items:center;gap:1rem;display:flex}.Header-module__hBw1pG__iconBtn{color:var(--white);cursor:pointer;background:0 0;border:none;border-radius:50%;justify-content:center;align-items:center;width:40px;height:40px;transition:background .2s,color .2s;display:flex;position:relative}.Header-module__hBw1pG__header.Header-module__hBw1pG__scrolled .Header-module__hBw1pG__iconBtn{color:var(--text-primary)}.Header-module__hBw1pG__iconBtn:hover{background:#ffffff1a}.Header-module__hBw1pG__header.Header-module__hBw1pG__scrolled .Header-module__hBw1pG__iconBtn:hover{background:#2e036b0d}.Header-module__hBw1pG__badge{background-color:var(--accent-pink);border:2px solid var(--surface);border-radius:50%;width:8px;height:8px;position:absolute;top:8px;right:10px}.Header-module__hBw1pG__avatarDesktop{display:none}.Header-module__hBw1pG__avatar{object-fit:cover;border:2px solid var(--primary-yellow);cursor:pointer;border-radius:50%;width:36px;height:36px}@media (min-width:768px){.Header-module__hBw1pG__centerDesktop,.Header-module__hBw1pG__avatarDesktop{display:block}}.Header-module__hBw1pG__citySelectorWrapper{position:relative}.Header-module__hBw1pG__cityText{white-space:nowrap;text-overflow:ellipsis;max-width:130px;display:inline-block;overflow:hidden}.Header-module__hBw1pG__dropdown{background:var(--card-bg);border:1px solid var(--border-color);border-radius:var(--radius-md);width:230px;box-shadow:var(--shadow-lg);z-index:1001;flex-direction:column;gap:2px;margin-top:8px;padding:6px;animation:.2s cubic-bezier(.16,1,.3,1) forwards Header-module__hBw1pG__dropdownFadeIn;display:flex;position:absolute;top:100%;left:0}@keyframes Header-module__hBw1pG__dropdownFadeIn{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}.Header-module__hBw1pG__dropdownTitle{font-family:var(--font-body);color:var(--text-secondary);text-transform:uppercase;letter-spacing:.5px;padding:6px 12px 2px;font-size:.7rem;font-weight:700}.Header-module__hBw1pG__dropdownItem{text-align:left;width:100%;font-family:var(--font-body);color:var(--text-primary);border-radius:var(--radius-sm);cursor:pointer;background:0 0;border:none;align-items:center;gap:8px;padding:10px 12px;font-size:.9rem;font-weight:600;transition:background .2s,color .2s;display:flex}.Header-module__hBw1pG__dropdownItem:hover{background:var(--surface)}.Header-module__hBw1pG__activeCity{background:#2e036b0d;color:var(--primary-purple)!important}.Header-module__hBw1pG__detectIcon{color:var(--primary-purple)}.Header-module__hBw1pG__dropdownDivider{background:var(--border-color);height:1px;margin:4px 0}.Header-module__hBw1pG__desktopMenu{display:none}@media (min-width:1024px){.Header-module__hBw1pG__desktopMenu{align-items:center;gap:1.5rem;margin-right:.5rem;display:flex}.Header-module__hBw1pG__iconBtn,.Header-module__hBw1pG__avatarDesktop{display:none!important}}.Header-module__hBw1pG__menuLink{font-family:var(--font-body);color:var(--text-primary);white-space:nowrap;font-size:.9rem;font-weight:700;text-decoration:none;transition:color .25s}.Header-module__hBw1pG__header.Header-module__hBw1pG__scrolled .Header-module__hBw1pG__menuLink{color:var(--text-primary)}.Header-module__hBw1pG__menuLink:hover,.Header-module__hBw1pG__header.Header-module__hBw1pG__scrolled .Header-module__hBw1pG__menuLink:hover{color:var(--primary-purple)!important}.Header-module__hBw1pG__followUsBtn{font-family:var(--font-body);color:#fff;border-radius:var(--radius-pill);white-space:nowrap;isolation:isolate;background:#130230d9;align-items:center;gap:6px;padding:7px 18px;font-size:.85rem;font-weight:700;text-decoration:none;transition:transform .25s,box-shadow .25s;display:inline-flex;position:relative;overflow:hidden}.Header-module__hBw1pG__followUsBtn:before{content:"";border-radius:var(--radius-pill);-webkit-mask-composite:xor;z-index:-1;background:linear-gradient(135deg,#f09433 0%,#e6683c 25%,#dc2743 50%,#cc2366 75%,#bc1888 100%) 0 0/300% 300%;padding:2px;animation:4s infinite Header-module__hBw1pG__gradientShift;position:absolute;inset:0;-webkit-mask-image:linear-gradient(#fff 0 0),linear-gradient(#fff 0 0);-webkit-mask-position:0 0,0 0;-webkit-mask-size:auto,auto;-webkit-mask-repeat:repeat,repeat;-webkit-mask-clip:content-box,border-box;-webkit-mask-origin:content-box,border-box;-webkit-mask-composite:xor;mask-composite:exclude;-webkit-mask-source-type:auto,auto;mask-mode:match-source,match-source}@keyframes Header-module__hBw1pG__gradientShift{0%{background-position:0%}50%{background-position:100%}to{background-position:0%}}.Header-module__hBw1pG__igIcon{color:#fccc63;transition:transform .25s}.Header-module__hBw1pG__followUsBtn:hover{transform:translateY(-2px)scale(1.03);box-shadow:0 6px 20px #dc274366}.Header-module__hBw1pG__followUsBtn:hover .Header-module__hBw1pG__igIcon{transform:rotate(-10deg)scale(1.15)}.Header-module__hBw1pG__header.Header-module__hBw1pG__scrolled .Header-module__hBw1pG__followUsBtn{color:#fff;background:#130230}.Header-module__hBw1pG__mobileFollowUsBtn{gap:4px;padding:5px 12px;font-size:.78rem;display:inline-flex}@media (min-width:1024px){.Header-module__hBw1pG__mobileFollowUsBtn{display:none!important}}.Header-module__hBw1pG__signInBtn{font-family:var(--font-body);color:var(--white);background-color:var(--primary-purple);border-radius:var(--radius-pill);cursor:pointer;white-space:nowrap;border:none;justify-content:center;align-items:center;padding:8px 20px;font-size:.85rem;font-weight:700;text-decoration:none;transition:all .3s cubic-bezier(.16,1,.3,1);display:inline-flex;box-shadow:0 4px 14px #2e036b33}.Header-module__hBw1pG__header.Header-module__hBw1pG__scrolled .Header-module__hBw1pG__signInBtn{background-color:var(--primary-purple);color:var(--white)}.Header-module__hBw1pG__signInBtn:hover{transform:translateY(-1px);box-shadow:0 6px 18px #2e036b4d}.Header-module__hBw1pG__header.Header-module__hBw1pG__scrolled .Header-module__hBw1pG__signInBtn:hover{box-shadow:0 4px 12px #2e036b40}.Header-module__hBw1pG__userProfilePill{border-radius:var(--radius-pill);background:#2e036b0f;border:1px solid #2e036b1f;align-items:center;gap:8px;padding:4px 14px 4px 5px;text-decoration:none;transition:all .25s;display:inline-flex}.Header-module__hBw1pG__header:not(.Header-module__hBw1pG__scrolled) .Header-module__hBw1pG__userProfilePill{background:#ffffff1a;border-color:#fff3}.Header-module__hBw1pG__userProfilePill:hover{background:#2e036b1f;transform:translateY(-1px)}.Header-module__hBw1pG__userAvatarHeader{object-fit:cover;border-radius:50%;width:28px;height:28px}.Header-module__hBw1pG__userAvatarFallback,.Header-module__hBw1pG__avatarFallback{background:var(--primary-purple);width:28px;height:28px;color:var(--white);font-family:var(--font-heading);border-radius:50%;justify-content:center;align-items:center;font-size:.85rem;font-weight:800;display:flex}.Header-module__hBw1pG__userGreeting{font-family:var(--font-body);color:var(--text-primary);font-size:.85rem;font-weight:700}.Header-module__hBw1pG__header:not(.Header-module__hBw1pG__scrolled) .Header-module__hBw1pG__userGreeting{color:var(--text-primary)}@media (max-width:768px){.Header-module__hBw1pG__header{border-bottom:1px solid var(--border-color);height:64px;box-shadow:0 2px 10px #0000000d;background:var(--bg-primary,#fff)!important}.Header-module__hBw1pG__header.Header-module__hBw1pG__scrolled{height:64px}.Header-module__hBw1pG__logoImg,.Header-module__hBw1pG__scrolled .Header-module__hBw1pG__logoImg{height:34px}.Header-module__hBw1pG__citySelector{padding:.25rem .5rem;font-size:.85rem;color:var(--text-primary)!important}.Header-module__hBw1pG__iconBtn{color:var(--text-primary)!important}}.Header-module__hBw1pG__mobileSearchBtn{display:flex!important}@media (min-width:768px){.Header-module__hBw1pG__mobileSearchBtn{display:none!important}}.Header-module__hBw1pG__activeSearchBtn{color:var(--primary-purple)!important;background:#2e036b1a!important}.Header-module__hBw1pG__mobileSearchOverlay{background:var(--bg-primary,#fff);border-bottom:1px solid var(--border-color);z-index:998;padding:.75rem 1.25rem;animation:.25s cubic-bezier(.16,1,.3,1) forwards Header-module__hBw1pG__slideDown;position:absolute;top:100%;left:0;right:0;box-shadow:0 4px 20px #0000001a}.Header-module__hBw1pG__mobileSearchOverlay div[class*=searchContainer]{width:100%;max-width:100%}@keyframes Header-module__hBw1pG__slideDown{0%{opacity:0;transform:translateY(-8px)}to{opacity:1;transform:translateY(0)}}
.Navbar-module__cJzEcG__navbar{z-index:1000;background:#130230;border:1px solid #ffffff1f;border-radius:30px;max-width:460px;height:62px;margin:0 auto;transition:all .4s cubic-bezier(.16,1,.3,1);position:fixed;bottom:20px;left:20px;right:20px;overflow:hidden;box-shadow:0 12px 32px #0006}.Navbar-module__cJzEcG__navbar.Navbar-module__cJzEcG__minimized{background:#130230;border-radius:24px;max-width:280px;height:48px;bottom:15px;box-shadow:0 8px 24px #00000073}.Navbar-module__cJzEcG__navContainer{justify-content:space-around;align-items:center;height:100%;padding:0 .75rem;transition:all .4s cubic-bezier(.16,1,.3,1);display:flex}.Navbar-module__cJzEcG__navItem{color:#ffffff80;flex-direction:column;flex:1;justify-content:center;align-items:center;gap:.1rem;height:100%;text-decoration:none;transition:all .4s cubic-bezier(.16,1,.3,1);display:flex;position:relative}.Navbar-module__cJzEcG__iconWrapper{justify-content:center;align-items:center;width:28px;height:28px;transition:all .4s cubic-bezier(.16,1,.3,1);display:flex;position:relative}.Navbar-module__cJzEcG__iconWrapper svg{width:20px;height:20px;transition:all .4s cubic-bezier(.16,1,.3,1)}.Navbar-module__cJzEcG__navbar.Navbar-module__cJzEcG__minimized .Navbar-module__cJzEcG__iconWrapper{width:24px;height:24px}.Navbar-module__cJzEcG__navbar.Navbar-module__cJzEcG__minimized .Navbar-module__cJzEcG__iconWrapper svg{width:18px;height:18px}.Navbar-module__cJzEcG__navItem:hover{color:#ffffffe6}.Navbar-module__cJzEcG__navItem.Navbar-module__cJzEcG__active{color:var(--primary-yellow,#fd0)}.Navbar-module__cJzEcG__navItem.Navbar-module__cJzEcG__active svg{transform:translateY(-1px)}.Navbar-module__cJzEcG__navbar.Navbar-module__cJzEcG__minimized .Navbar-module__cJzEcG__navItem.Navbar-module__cJzEcG__active svg{transform:scale(1.1)}.Navbar-module__cJzEcG__label{font-family:var(--font-body);letter-spacing:.2px;opacity:1;white-space:nowrap;font-size:.6rem;font-weight:700;transition:all .3s cubic-bezier(.16,1,.3,1);transform:translateY(0)}.Navbar-module__cJzEcG__navbar.Navbar-module__cJzEcG__minimized .Navbar-module__cJzEcG__label{opacity:0;pointer-events:none;height:0;margin-top:-4px;overflow:hidden;transform:translateY(12px)}.Navbar-module__cJzEcG__indicator{background-color:var(--primary-yellow,#fd0);width:3px;height:3px;box-shadow:0 0 6px var(--primary-yellow,#fd0);border-radius:50%;position:absolute;bottom:-4px;left:50%;transform:translate(-50%)}.Navbar-module__cJzEcG__navbar.Navbar-module__cJzEcG__minimized .Navbar-module__cJzEcG__indicator{bottom:-2px}@media (min-width:768px){.Navbar-module__cJzEcG__navbar{display:none}}
.Footer-module__S6Hkya__footer{background-color:#130230;border-top:1px solid #ffffff14;margin-top:0;padding:4rem 0 calc(2rem + 64px)}.Footer-module__S6Hkya__container{max-width:1200px;margin:0 auto;padding:0 1.25rem}.Footer-module__S6Hkya__topSection{flex-direction:column;gap:3rem;margin-bottom:3rem;display:flex}@media (min-width:768px){.Footer-module__S6Hkya__topSection{flex-direction:row;justify-content:space-between}.Footer-module__S6Hkya__footer{padding-bottom:2rem}}.Footer-module__S6Hkya__brandInfo{max-width:320px}.Footer-module__S6Hkya__logo{align-items:center;margin-bottom:1.25rem;text-decoration:none;display:inline-flex}.Footer-module__S6Hkya__logoImg{object-fit:contain;width:auto;height:42px;display:block}.Footer-module__S6Hkya__accent{color:var(--primary-yellow)}.Footer-module__S6Hkya__tagline{font-family:var(--font-body);color:#ffffffa6;margin:0;font-size:1rem;line-height:1.6}.Footer-module__S6Hkya__linksGrid{grid-template-columns:repeat(2,1fr);gap:2rem;display:grid}@media (min-width:640px){.Footer-module__S6Hkya__linksGrid{grid-template-columns:repeat(3,1fr);gap:3rem}}.Footer-module__S6Hkya__linkGroup{flex-direction:column;gap:1rem;display:flex}.Footer-module__S6Hkya__groupTitle{font-family:var(--font-heading);color:var(--white);letter-spacing:.05em;margin:0 0 .5rem;font-size:1.25rem}.Footer-module__S6Hkya__linkGroup a{font-family:var(--font-body);color:#ffffffa6;font-size:.875rem;text-decoration:none;transition:color .2s}.Footer-module__S6Hkya__linkGroup a:hover{color:var(--primary-yellow)}.Footer-module__S6Hkya__bottomSection{border-top:1px solid #ffffff0d;flex-direction:column;align-items:center;gap:1.5rem;padding-top:2rem;display:flex}@media (min-width:768px){.Footer-module__S6Hkya__bottomSection{flex-direction:row;justify-content:space-between}}.Footer-module__S6Hkya__copyright{font-family:var(--font-body);color:#ffffff8c;margin:0;font-size:.875rem}.Footer-module__S6Hkya__socialContainer{flex-wrap:wrap;align-items:center;gap:.875rem;display:flex}.Footer-module__S6Hkya__followUsText{font-family:var(--font-body);color:#ffffffd9;letter-spacing:.02em;font-size:.875rem;font-weight:600}.Footer-module__S6Hkya__socials{flex-wrap:wrap;align-items:center;gap:.625rem;display:flex}.Footer-module__S6Hkya__socialIcon{color:#ffffffb3;background:#ffffff0d;border-radius:50%;justify-content:center;align-items:center;width:38px;height:38px;transition:color .2s,transform .2s,background .2s;display:flex}.Footer-module__S6Hkya__socialIcon:hover{color:var(--primary-yellow);background:#ffffff1f;transform:translateY(-2px)}
