@import"https://fonts.googleapis.com/css2?family=Montserrat:wght@100..900&display=swap";@import"https://api.fontshare.com/v2/css?f[]=clash-display@200,300,400,500,600,700&display=swap";@import"https://fonts.googleapis.com/css2?family=Montserrat:wght@400;500;600;700&family=Outfit:wght@600;700;800&display=swap";@import"https://api.fontshare.com/v2/css?f[]=clash-display@400,500,600,700&display=swap";*,*:before,*:after{margin:0;padding:0;box-sizing:border-box}h1,h2,h3,h4,h5,h6{font-family:Clash Display,sans-serif;font-weight:600}:root{--font-family: "Montserrat", sans-serif;--blue-start: #a0d4f7;--blue-mid: #b8e0fb;--blue-end: #e8f4fd;--white: #ffffff;--dark: #1a1a2e;--gray-600: #4a4a5a;--gray-400: #9a9aaa;--yellow: #e8e435;--green: #4cd964;--red: #ff3b30;--shadow-sm: 0 2px 8px rgba(0, 0, 0, .08);--shadow-md: 0 8px 30px rgba(0, 0, 0, .12);--shadow-lg: 0 20px 60px rgba(0, 0, 0, .15);--radius-sm: 8px;--radius-md: 14px;--radius-lg: 24px;--radius-xl: 40px}html{font-size:16px;scroll-behavior:smooth}body{font-family:var(--font-family);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;color:var(--dark);background:var(--white);overflow-x:hidden}a{text-decoration:none;color:inherit}button{cursor:pointer;border:none;outline:none;font-family:var(--font-family)}img{max-width:100%;display:block}.navbar{position:fixed;top:0;left:0;width:100%;z-index:1000;padding:16px 0;background:transparent;transition:background .3s ease,padding .3s ease,box-shadow .3s ease}.navbar.scrolled{background:#ffffffe6;padding:8px 0;box-shadow:0 4px 20px #0000000d;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.navbar-container{max-width:1200px;margin:0 auto;padding:0 40px;display:flex;align-items:center;justify-content:space-between}.logo-img{height:60px;width:auto;object-fit:contain;transition:filter .3s ease,height .3s ease}.nav-links{display:flex;align-items:center}.nav-links-wrapper{display:flex;gap:32px;margin:0 40px;align-items:center}.nav-dropdown{position:relative}.dropdown-trigger{display:flex;align-items:center;gap:6px;background:none;border:none;cursor:pointer}.dropdown-icon{transition:transform .3s ease}.dropdown-icon.open{transform:rotate(180deg)}.dropdown-menu{position:absolute;top:100%;left:50%;transform:translate(-50%);margin-top:12px;background:#fff;border-radius:12px;box-shadow:0 10px 40px #0000001a;padding:8px;min-width:180px;opacity:0;visibility:hidden;transition:all .3s ease;z-index:100}.dropdown-menu.open{opacity:1;visibility:visible;margin-top:16px}.dropdown-item{display:block;padding:10px 16px;color:#0f172a;font-size:.9rem;font-weight:500;border-radius:8px;transition:all .2s ease}.dropdown-item:hover{background:#f1f5f9;color:#004d43}.mobile-menu-header,.mobile-menu-footer{display:none}.nav-link{color:#fff;font-weight:500;font-size:.95rem;transition:color .3s ease}.nav-link:hover{color:#4cd964}.navbar.scrolled .logo-img{filter:invert(1) brightness(0);height:48px}.navbar.scrolled .nav-link{color:var(--dark)}.navbar.scrolled .nav-link:hover{color:#004d43}.navbar-cta{background:var(--white);color:var(--dark);padding:10px 24px;border-radius:var(--radius-xl);font-size:.8rem;font-weight:600;letter-spacing:1px;border:1px solid rgba(0,0,0,.08);transition:all .3s ease;box-shadow:var(--shadow-sm)}.navbar-cta:hover{transform:translateY(-1px);box-shadow:var(--shadow-md);background:var(--dark);color:var(--white)}.navbar.scrolled .navbar-cta{background:#004d43;color:#fff;border:none}.navbar.scrolled .navbar-cta:hover{background:#006356;transform:translateY(-1px)}.mobile-toggle{display:none;background:none;border:none;color:#fff;cursor:pointer;z-index:1001;padding:8px;transition:color .3s ease}.navbar.scrolled .mobile-toggle{color:#0f172a}.desktop-cta{display:block}.mobile-cta{display:none}@media(max-width:768px){.navbar-container{padding:0 20px}.logo-img{height:48px}.navbar.scrolled .logo-img{height:40px}.navbar-cta{padding:8px 16px;font-size:.75rem}.desktop-cta{display:none}.mobile-toggle{display:flex;align-items:center;justify-content:center}.nav-links{position:fixed;top:0;right:-100%;width:100%;height:100vh;background:#004d43;backdrop-filter:blur(20px);-webkit-backdrop-filter:blur(20px);flex-direction:column;justify-content:space-between;align-items:center;margin:0;padding:40px 20px;transition:right .6s cubic-bezier(.85,0,.15,1);z-index:1000;gap:0}.nav-links.active{right:0}.mobile-menu-header,.mobile-menu-footer{display:flex}.nav-links-wrapper{display:flex;flex-direction:column;align-items:center;gap:24px;margin:40px 0}.nav-dropdown{width:100%;text-align:center}.dropdown-menu{position:static;transform:none;margin-top:12px;background:#ffffff1a;box-shadow:none;max-height:0;overflow:hidden;padding:0}.dropdown-menu.open{max-height:300px;padding:8px}.dropdown-item{color:#fff;font-size:1rem}.dropdown-item:hover{background:#ffffff1a;color:#e8ee26}.nav-link{font-family:Montserrat,sans-serif;font-size:1.3rem;font-weight:600;color:#fff!important;text-transform:uppercase;letter-spacing:1px;opacity:0;transform:translateY(20px);transition:all .4s ease;transition-delay:calc(var(--i) * .1s + .3s)}.nav-links.active .nav-link{opacity:1;transform:translateY(0)}.nav-link:hover{color:#e8ee26!important;transform:scale(1.1)}.mobile-menu-footer{width:100%;flex-direction:column;align-items:center;gap:30px;padding-top:30px;border-top:1px solid rgba(255,255,255,.1);opacity:0;transform:translateY(20px);transition:all .5s ease;transition-delay:.6s}.nav-links.active .mobile-menu-footer{opacity:1;transform:translateY(0)}.mobile-cta{display:block;width:100%;max-width:280px;padding:16px;font-size:1.1rem;background:#e8ee26;color:#000;border:none}.mobile-socials{display:flex;gap:25px}.social-icon{color:#fff;transition:color .3s ease}.social-icon:hover{color:#e8ee26}.mobile-copy{font-size:.8rem;color:#fff6;margin:0;padding-bottom:30px}}.navbar-actions{display:flex;align-items:center;gap:16px}.user-profile{display:flex;align-items:center;gap:12px;background:#ffffff1a;padding:6px 12px;border-radius:50px;border:1px solid rgba(255,255,255,.2);transition:all .3s ease}.navbar.scrolled .user-profile{background:#004d430d;border-color:#004d431a}.user-avatar{display:flex;align-items:center;gap:8px;color:#fff}.navbar.scrolled .user-avatar{color:#004d43}.user-name-short{font-size:.9rem;font-weight:700;max-width:100px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.logout-icon-btn{background:none;border:none;color:#e8ee26;cursor:pointer;display:flex;align-items:center;padding:4px;transition:transform .2s ease}.navbar.scrolled .logout-icon-btn{color:#004d43}.logout-icon-btn:hover{transform:scale(1.1);color:#ff4d4d}@media(max-width:768px){.navbar-actions{display:none}}.hero{position:relative;min-height:80vh;background:url(/image/Whisk_d46323c90133a6db64e49b2ab1bf60f9dr.jpeg) no-repeat center center/cover;display:flex;align-items:flex-start;justify-content:center;padding-top:90px;overflow:hidden}.hero:after{content:"";position:absolute;bottom:0;left:0;width:100%;height:200px;background:linear-gradient(to bottom,#fff0,#fff);z-index:1;pointer-events:none}.hero-container{position:relative;z-index:2;max-width:1000px;width:100%;padding:0 24px;display:flex;flex-direction:column;align-items:center;text-align:center}.hero-badges{display:flex;flex-direction:column;align-items:center;gap:8px;margin-top:40px;margin-bottom:28px;animation:fadeInDown .7s ease-out}.badge{display:inline-flex;align-items:center;padding:5px 14px;border-radius:6px;font-size:.65rem;font-weight:500;letter-spacing:1.2px;text-transform:uppercase}.badge-yellow{background:#e8e435;color:#1a1a2e}.badge-version{display:inline-flex;align-items:center;justify-content:center;background:#9b59b6;color:#fff;font-size:.5rem;padding:1px 5px;border-radius:4px;margin-left:6px;font-weight:500;letter-spacing:.5px}.badge-dark{background:#fff3;color:#fff;font-size:.85rem;padding:10px 24px;border-radius:10px;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);animation:blinkLight 1.5s infinite ease-in-out;border:1px solid rgba(255,255,255,.3);text-decoration:none;cursor:pointer;transition:all .3s ease}.badge-dark:hover{background:#ffffff4d;transform:translateY(-2px);box-shadow:0 4px 12px #ffffff4d}@keyframes blinkLight{0%,to{opacity:1;box-shadow:0 0 5px #fff3;background:#fff3}50%{opacity:.8;box-shadow:0 0 20px #fff9;background:#fff6}}.hero-title{font-size:3.5rem;font-weight:700;font-family:Clash Display,sans-serif;line-height:1.12;color:#fff;letter-spacing:1px;margin-bottom:18px;animation:fadeInUp .7s ease-out .12s both}.hero-subtitle{font-size:.95rem;color:#fff;line-height:1.7;margin-bottom:32px;animation:fadeInUp .7s ease-out .24s both}.hero-cta-group{display:flex;gap:12px;margin-bottom:50px;animation:fadeInUp .7s ease-out .36s both}.waitlist-cta-button{display:inline-flex;align-items:center;justify-content:center;padding:16px 48px;background:#e8ee26;color:#004d43;font-size:1.1rem;font-weight:700;text-decoration:none;border-radius:12px;transition:all .3s ease;box-shadow:0 8px 24px #e8ee264d;letter-spacing:.5px;font-family:Montserrat,sans-serif}.waitlist-cta-button:hover{background:#f5fb3d;transform:translateY(-3px);box-shadow:0 12px 32px #e8ee2666}.waitlist-cta-button:active{transform:translateY(-1px)}.store-badge{display:inline-block;transition:transform .3s ease,opacity .3s ease}.store-badge img{height:108px;width:auto;display:block}.store-badge:hover{transform:translateY(-2px);opacity:.9}.hero-phone-wrapper{position:relative;width:100%;display:flex;justify-content:center;padding-bottom:40px;animation:fadeInUp .9s ease-out .5s both}.phone-img{width:600px;height:auto;border-radius:42px;z-index:5;position:relative}.floating-img{position:absolute;z-index:4;width:auto;height:auto;max-width:180px;opacity:.9;animation:floatCard 6s ease-in-out infinite;pointer-events:none}.float-left{right:550px;bottom:40px;transform:rotate(-10deg);animation-delay:.5s;width:280px;max-width:none;z-index:10}.float-right{left:550px;top:60px;transform:rotate(5deg);animation-delay:1.5s;width:280px;max-width:none;z-index:10}.goals-card{position:absolute;top:20px;right:calc(50% - 310px);width:240px;background:#fff;border-radius:14px;padding:16px;box-shadow:0 8px 30px #0000001a;z-index:6;animation:floatCard 5s ease-in-out infinite}.goals-header{display:flex;align-items:center;gap:10px;margin-bottom:14px}.goals-avatar{width:36px;height:36px;background:#f0f0f5;border-radius:50%;display:flex;align-items:center;justify-content:center;overflow:hidden}.goals-text{display:flex;flex-direction:column}.goals-label{font-size:.62rem;color:#9a9aaa;font-weight:500}.goals-name{font-size:.85rem;font-weight:700;color:#1a1a2e}.goals-stats{display:flex;align-items:center;justify-content:space-between;padding-top:12px;border-top:1px solid #f0f0f4}.goals-stat{text-align:center;flex:1}.stat-title{display:block;font-size:.58rem;color:#9a9aaa;font-weight:500;margin-bottom:2px}.stat-number{font-size:1.1rem;font-weight:800;color:#1a1a2e}.stat-sub{font-size:.55rem;font-weight:500;color:#9a9aaa}.goals-divider{width:1px;height:28px;background:#f0f0f4}.bg-card{position:absolute;background:#fff;border-radius:12px;padding:14px;box-shadow:0 4px 16px #0000000f;z-index:2}.bg-card-1{width:90px;bottom:100px;right:calc(50% - 260px);animation:floatCard 6s ease-in-out infinite 1s}.bg-card-2{width:80px;top:80px;left:calc(50% - 280px);animation:floatCard 5.5s ease-in-out infinite .5s}.bg-card-line{height:5px;background:#ececf0;border-radius:3px;margin-bottom:5px}.bg-card-line.short{width:55%}.bg-card-date{font-size:.6rem;color:#b0b0b8;font-weight:500}@keyframes fadeInDown{0%{opacity:0;transform:translateY(-18px)}to{opacity:1;transform:translateY(0)}}@keyframes fadeInUp{0%{opacity:0;transform:translateY(28px)}to{opacity:1;transform:translateY(0)}}@keyframes floatCard{0%,to{transform:translateY(0)}50%{transform:translateY(-10px)}}@media(max-width:900px){.goals-card{right:5%;width:210px}.bg-card,.floating-img{display:none}}@media(max-width:768px){.hero{min-height:60vh;padding-top:80px}.hero-title{font-size:2.5rem}.hero-cta-group{flex-direction:column;align-items:center;gap:10px}.phone-img{width:250px;border-radius:36px}.goals-card{width:180px;right:2%;top:10px;padding:10px}.goals-stats{flex-direction:column;gap:4px}.goals-divider{display:none}}@media(max-width:480px){.hero-title{font-size:1.8rem}.hero-subtitle br,.goals-card{display:none}.phone-img{width:230px}}.features{position:relative;z-index:10;padding:100px 24px;background:var(--white);font-family:var(--font-family);margin-top:0}.features-container{max-width:1200px;margin:0 auto}.features-header{text-align:center;margin-bottom:60px}.features-title{font-size:clamp(2.5rem,5vw,3.5rem);font-weight:600;font-family:Clash Display,sans-serif;color:#1f1f1f;line-height:1.2}.highlight-text{color:#004d43;font-weight:500}.features-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:32px;padding-bottom:40px}.feature-card{border-radius:32px;padding:40px;position:relative;overflow:hidden;display:flex;transition:transform .3s ease;min-height:380px;font-family:var(--font-family)}.feature-card:hover{transform:translateY(-5px)}.feature-number{position:absolute;top:24px;right:24px;font-size:.9rem;font-weight:800;padding:6px 14px;border-radius:20px;z-index:5;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);letter-spacing:.5px}.mofin-blue .feature-number,.mofin-gray-wide .feature-number,.mofin-gray-tall .feature-number,.mofin-yellow .feature-number,.mofin-purple .feature-number{color:#1f1f1f99;background:#ffffff4d;border:1px solid rgba(0,0,0,.05)}.mofin-green .feature-number{color:#fffc;background:#ffffff1a;border:1px solid rgba(255,255,255,.1)}.mofin-title{font-size:1.4rem;font-weight:600;font-family:Clash Display,sans-serif;color:#fff;margin-bottom:12px}.mofin-desc{font-size:.95rem;color:#fff;line-height:1.5;max-width:280px}.mofin-blue{background:#cdec6a;grid-column:1 / 2;flex-direction:column;align-items:flex-start;justify-content:center}.mofin-content{position:relative;z-index:2}.mofin-title-large{font-size:4rem;font-weight:600;font-family:Clash Display,sans-serif;color:#fff6;line-height:.9;margin-bottom:24px;letter-spacing:-2px;mix-blend-mode:overlay}.mofin-bg-text{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);font-size:9rem;font-weight:900;color:#ffffff1a;z-index:1;pointer-events:none;white-space:nowrap}.mofin-btn-dark{background:#1f1f1f;color:#fff;padding:16px 32px;border-radius:40px;font-size:.95rem;font-weight:600;margin-top:10px;cursor:pointer;border:none}.mofin-gray-wide{background:#fff;box-shadow:0 10px 40px #00000014;grid-column:2 / 3;display:flex;justify-content:space-between}.mofin-gray-wide .mofin-title,.mofin-gray-wide .mofin-desc{color:#1f1f1f}.mofin-text-col{flex:1;z-index:2;padding-top:20px}.mofin-visual-right{flex:1;position:relative;display:flex;justify-content:flex-end;align-items:center}.mofin-phone-mockup{width:220px;height:380px;background:#fff;border-radius:36px;border:8px solid #1f1f1f;box-shadow:0 20px 50px #0000001f;overflow:hidden;position:absolute;right:-30px;bottom:-60px}.mp-screen{padding:18px}.mp-header{display:flex;justify-content:space-between;font-weight:700;margin-bottom:24px;font-size:.8rem;opacity:.6}.mp-content{display:flex;flex-direction:column;gap:12px}.mp-card{background:#f8f9fa;padding:16px;border-radius:16px;display:flex;gap:12px;align-items:center}.mp-avatar{width:36px;height:36px;background:#e0e0e0;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:1.2rem}.mp-lines{display:flex;flex-direction:column;gap:6px}.mpl{height:8px;background:#e0e0e0;border-radius:4px}.mpl-1{width:80px}.mpl-2{width:50px}.mp-stat-row{text-align:center;margin-top:10px}.mp-stat{display:inline-block;background:#fff;color:#1f1f1f;padding:8px 16px;border-radius:20px;font-size:.8rem;font-weight:800;box-shadow:0 4px 10px #0000000d}.mofin-gray-tall{background:#fff;box-shadow:0 10px 40px #00000014;grid-column:1 / 2;flex-direction:column}.mofin-gray-tall .mofin-title,.mofin-gray-tall .mofin-desc{color:#1f1f1f}.mofin-text-top{margin-bottom:40px}.mofin-visual-bottom{flex:1;position:relative;display:flex;align-items:flex-end}.mofin-float-card{background:#fff;border-radius:24px;padding:28px;width:100%;box-shadow:0 20px 40px #0000000f;position:relative;bottom:-20px;left:20px}.mfc-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:20px}.mfc-icon{font-size:2rem;background:#fef3c7;width:48px;height:48px;display:flex;align-items:center;justify-content:center;border-radius:12px}.mfc-info{flex:1;margin-left:16px}.mfc-title{font-weight:700;font-size:1rem;color:#1f1f1f;margin-bottom:4px}.mfc-sub{font-size:.8rem;color:#888;font-weight:600}.mfc-price{font-weight:800;font-size:1.1rem}.mfc-body{display:flex;gap:8px}.mfc-tag{background:#f3f4f6;padding:6px 12px;border-radius:8px;font-size:.75rem;color:#555;font-weight:600}.mofin-green{background:#004d43;grid-column:2 / 3;flex-direction:column}.mofin-visual-center{flex:1;position:relative;display:flex;justify-content:center;align-items:center;min-height:200px}.mofin-dark-card{background:#1f1f1f;border-radius:24px;padding:24px;width:260px;height:160px;color:#fff;box-shadow:0 20px 50px #0003;z-index:2;display:flex;flex-direction:column;justify-content:space-between}.mdc-header{display:flex;justify-content:space-between;font-size:.75rem;letter-spacing:1px;opacity:.6;font-weight:600}.mdc-content{text-align:left}.mdc-loc{font-size:1.4rem;font-weight:700;margin-bottom:4px}.mofin-node{position:absolute;width:44px;height:44px;background:#fff;border-radius:50%;display:flex;align-items:center;justify-content:center;box-shadow:0 8px 20px #00000014;font-size:1.2rem;z-index:1}.node-1{top:0;left:10%}.node-2{bottom:20px;right:10%}.node-3{top:40%;right:-20px;opacity:.8}.mofin-yellow{background:#cdec6a}.mofin-purple{background:#fff;box-shadow:0 10px 40px #00000014}.mofin-purple .mofin-title,.mofin-purple .mofin-desc{color:#1f1f1f}.mofin-visual-right-small{display:flex;align-items:center;justify-content:center;font-size:4rem;position:absolute;right:40px;bottom:40px}.mofin-coin,.mofin-bell{filter:drop-shadow(0 10px 20px rgba(0,0,0,.1))}.mofin-challenge-image{width:140%;height:140%;display:flex;justify-content:center;align-items:center;position:absolute;right:-15%;bottom:-5%}.mofin-challenge-image img{width:100%;height:100%;object-fit:contain}.mofin-map-image{width:80%;height:auto;object-fit:contain}.refer-earn-visual{right:-5px;bottom:-130px}.mofin-refer-image{width:400px;height:400px;object-fit:contain}.alerts-visual{right:90px;bottom:-20px}.mofin-alerts-image{width:320px;height:auto;object-fit:contain}@media(max-width:900px){.features-grid{grid-template-columns:1fr}.mofin-blue,.mofin-gray-wide,.mofin-gray-tall,.mofin-green{grid-column:auto}.mofin-gray-wide,.mofin-yellow,.mofin-purple{flex-direction:column}.mofin-phone-mockup{right:0;bottom:-20px;transform:rotate(0);position:relative;margin:0 auto}.mofin-visual-right{justify-content:center;margin-top:40px;min-height:250px}.mofin-challenge-image{width:100%;height:100%;position:relative;right:0;bottom:0}.mofin-visual-right-small{position:relative;right:0;bottom:0;margin-top:30px;width:100%}.mofin-visual-right-small img{width:250px;height:250px}.alerts-visual{right:0;bottom:0;margin-top:20px;justify-content:center}.refer-earn-visual{right:0;bottom:0}}@media(max-width:600px){.features{padding:60px 16px}.features-title{font-size:2rem}.feature-card{padding:30px 24px;min-height:auto}.mofin-title-large{font-size:3rem}.mofin-bg-text{font-size:5rem}.mofin-visual-right-small img{width:180px;height:auto}.mofin-map-image{width:100%}.mofin-alerts-image{width:100%;max-width:400px;height:auto}.mofin-refer-image{width:100%;max-width:500px;height:auto}.mfc-header{flex-direction:column;align-items:flex-start;gap:12px}.mfc-price{align-self:flex-start}}.steps{padding:120px 24px 80px;background:#f6ffd8;position:relative}.steps-container{max-width:1100px;margin:0 auto;display:grid;grid-template-columns:320px 1fr;gap:60px;align-items:start}.steps-heading{position:sticky;top:120px}.steps-title{font-size:clamp(2rem,4vw,2.8rem);font-weight:600;font-family:Clash Display,sans-serif;color:#1a1a2e;line-height:1.15;margin-bottom:18px}.steps-subtitle{font-size:.9rem;color:#888;line-height:1.6}.steps-cards{display:flex;flex-direction:column;gap:30px;position:relative}.step-card{position:relative;padding-left:50px}.step-number{position:absolute;left:0;top:0;width:36px;height:36px;background:#004d43;color:#cdec6a;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:.85rem;font-weight:600;z-index:5}.step-card:before{content:"";position:absolute;left:17px;top:36px;bottom:-30px;width:2px;background:#ddd}.step-card:last-child:before{display:none}.step-card-inner{background:#fff;border-radius:20px;padding:30px;box-shadow:0 4px 20px #0000000a;text-align:center;transition:transform .3s ease,box-shadow .3s ease}.step-card-inner:hover{box-shadow:0 8px 30px #00000014}.step-card-title{font-size:1.15rem;font-weight:600;font-family:Clash Display,sans-serif;color:#1a1a2e;margin-bottom:8px}.step-card-desc{font-size:.85rem;color:#888;line-height:1.5}.step-visual{display:flex;align-items:center;justify-content:center;min-height:220px;margin-bottom:20px;position:relative}.step1-phone{width:150px;height:200px;background:#1a1a2e;border-radius:24px;padding:6px;position:relative;border:2px solid #000}.step1-phone-screen{background:#fff;width:100%;height:100%;border-radius:18px;padding:12px;text-align:left}.step1-greeting{font-size:.6rem;font-weight:600;margin-bottom:10px;color:#1a1a2e}.step1-stats-row{display:flex;gap:6px}.step1-stat-box{flex:1;height:28px;background:#f0f0f5;border-radius:6px}.step1-badge{position:absolute;padding:8px 16px;border-radius:20px;font-size:.7rem;font-weight:600;white-space:nowrap;box-shadow:0 4px 15px #0000001a}.step1-badge.app-store{top:10px;right:-20px;background:#1a1a2e;color:#fff}.step1-badge.play-store{bottom:30px;left:-20px;background:#fff;color:#1a1a2e;border:1px solid #eee}.step2-profile-card{background:#fff;border-radius:16px;padding:24px;box-shadow:0 6px 25px #0000000f;width:260px;text-align:left}.step2-user{display:flex;align-items:center;gap:12px;margin-bottom:20px}.step2-avatar{width:44px;height:44px;background:linear-gradient(135deg,silver,#888);border-radius:50%}.step2-name{font-size:.9rem;font-weight:600;color:#1a1a2e}.step2-email{font-size:.7rem;color:#999}.step2-option{display:flex;align-items:center;gap:10px;padding:12px 14px;background:#f8f8fa;border-radius:10px;margin-bottom:8px;font-size:.82rem;font-weight:500;color:#1a1a2e;cursor:pointer;transition:background .2s}.step2-option:hover{background:#f0f0f5}.step2-icon{font-size:1rem}.step3-task-card{background:#fff;border-radius:16px;padding:24px;box-shadow:0 6px 25px #0000000f;width:260px;text-align:left}.step3-label{font-size:.55rem;font-weight:600;letter-spacing:1.5px;color:#aaa;text-transform:uppercase;margin-bottom:14px}.step3-task{display:flex;align-items:center;gap:10px;padding:10px 0;font-size:.85rem;font-weight:500;color:#1a1a2e;border-bottom:1px solid #f2f2f5}.step3-task:last-child{border-bottom:none}.step3-check{width:18px;height:18px;border-radius:50%;border:2px solid #ccc;flex-shrink:0;display:flex;align-items:center;justify-content:center}.step3-check.done{background:#34c759;border-color:#34c759}.step3-check.done:after{content:"✓";color:#fff;font-size:10px}@media(max-width:900px){.steps-container{grid-template-columns:1fr;gap:40px}.steps-heading{position:static;text-align:center}}@media(max-width:500px){.step-card{padding-left:40px}.step-card-inner{padding:20px}.step1-badge.app-store{right:0}.step1-badge.play-store{left:0}}.app-gallery-section{padding:100px 0;background-color:#fff;overflow-x:hidden;font-family:var(--font-family)}.app-gallery-header{text-align:center;margin-bottom:20px;padding:0 24px}.display{font-size:clamp(2rem,4vw,3rem);font-weight:600;color:#0f172a;margin-bottom:12px;font-family:Clash Display,sans-serif}.secondary-color{color:#004d43;font-family:Clash Display,sans-serif;font-weight:600}.app-gallery-desc{font-size:1.1rem;color:#64748b;max-width:600px;margin:0 auto;font-weight:600;font-family:var(--font-family)}.app-gallery-slider-container{width:100%;overflow:hidden;padding:20px 0;position:relative;mask-image:linear-gradient(to right,transparent,black 10%,black 90%,transparent);-webkit-mask-image:linear-gradient(to right,transparent,black 10%,black 90%,transparent)}.app-gallery-track{display:flex;width:max-content;animation:scroll 40s linear infinite}.app-gallery-track:hover{animation-play-state:paused}@keyframes scroll{0%{transform:translate(0)}to{transform:translate(-50%)}}.ag-card{flex:0 0 320px;width:320px;height:600px;position:relative;margin-right:30px}.ag-phone-img{width:250px;height:auto;margin:0 auto;display:block;position:relative;z-index:5}.ag-decor{position:absolute;font-size:3rem;filter:drop-shadow(0 10px 20px rgba(0,0,0,.3));z-index:1;opacity:.8}.ag-ball-1{left:-20px;top:120px}.ag-ball-2{right:-20px;bottom:100px;font-size:4rem}.ag-ball-3{left:10px;bottom:40px}@media(max-width:1024px){.ag-card{flex:0 0 320px}}@media(max-width:768px){.app-gallery-section{padding:60px 0}.ag-card{flex:0 0 300px;width:300px;height:560px;margin-right:20px}.ag-phone-img{width:100%;max-width:270px}.display{font-size:2.2rem}}@media(max-width:480px){.ag-card{flex:0 0 280px;width:280px;height:520px;margin-right:15px}.ag-phone-img{max-width:250px}}.vendor-section{padding:80px 5%;background-color:#f4f7fb;font-family:var(--font-family);display:flex;justify-content:center;position:relative;overflow:hidden}.vendor-container{max-width:1200px;width:100%;display:flex;align-items:center;justify-content:space-between;gap:60px}.vendor-text-content{flex:1;max-width:550px}.vendor-title{font-size:clamp(2rem,5vw,2.8rem);font-weight:600;line-height:1.2;margin-bottom:20px;color:#0f172a;font-family:Clash Display,sans-serif}.vendor-highlight{color:#004d43}.vendor-description{font-size:1rem;line-height:1.6;color:#475569;margin-bottom:30px;font-weight:500}.book-demo-button{display:inline-flex;align-items:center;justify-content:center;padding:16px 40px;background:#004d43;color:#e8ee26;font-size:1.05rem;font-weight:700;text-decoration:none;border-radius:12px;transition:all .3s ease;box-shadow:0 8px 24px #004d434d;letter-spacing:.5px;font-family:Montserrat,sans-serif;margin-bottom:40px}.book-demo-button:hover{background:#003830;transform:translateY(-3px);box-shadow:0 12px 32px #004d4366}.book-demo-button:active{transform:translateY(-1px)}.vendor-features{display:flex;flex-direction:column;gap:25px}.vendor-feature-item{display:flex;align-items:flex-start;gap:16px}.feature-icon-wrapper{margin-top:2px;flex-shrink:0}.feature-text{flex:1}.feature-title{font-size:1.15rem;font-weight:700;color:#1e293b;margin-bottom:6px;font-family:Clash Display,sans-serif}.feature-desc{font-size:.95rem;line-height:1.5;color:#64748b;font-weight:500}.vendor-image-content{flex:1;position:relative;display:flex;justify-content:center;align-items:center;min-height:500px}.vendor-image-circle{position:absolute;width:600px;height:600px;background-color:#0d1b2a;border-radius:50%;z-index:1;right:-50px}.vendor-laptop-img{position:relative;z-index:2;width:120%;max-width:650px;height:auto;filter:drop-shadow(0 20px 40px rgba(0,0,0,.25));transition:transform .4s ease}.vendor-image-content:hover .vendor-laptop-img{transform:translateY(-10px)}@media(max-width:1024px){.vendor-image-circle{width:450px;height:450px}}@media(max-width:900px){.vendor-container{flex-direction:column;text-align:center;gap:50px}.vendor-text-content{max-width:100%;display:flex;flex-direction:column;align-items:center}.vendor-feature-item{text-align:left;align-items:flex-start}.vendor-image-circle{width:100vw;height:100vw;max-width:500px;max-height:500px;right:auto}.vendor-laptop-img{width:100%;margin-left:0}}@media(max-width:480px){.vendor-section{padding:60px 20px}.vendor-title{font-size:clamp(1.8rem,6vw,2.2rem)}}.demo-modal-overlay{position:fixed;inset:0;background:#000000bf;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);display:flex;align-items:center;justify-content:center;z-index:9999;padding:20px;animation:fadeIn .3s ease}.demo-modal-content{background:#fff;border-radius:24px;padding:48px 40px;max-width:600px;width:100%;max-height:90vh;overflow-y:auto;position:relative;box-shadow:0 20px 60px #0000004d;animation:slideUp .4s ease}.demo-modal-close{position:absolute;top:20px;right:20px;background:transparent;border:none;cursor:pointer;color:#6b7280;padding:8px;border-radius:50%;transition:all .2s ease;display:flex;align-items:center;justify-content:center}.demo-modal-close:hover{background:#f3f4f6;color:#0a0a0a}.demo-modal-header{text-align:center;margin-bottom:32px}.demo-modal-title{font-family:Clash Display,sans-serif;font-size:32px;font-weight:700;color:#0a0a0a;margin-bottom:12px}.demo-modal-subtitle{font-family:Montserrat,sans-serif;font-size:16px;color:#6b7280;line-height:1.5}.demo-form{display:flex;flex-direction:column;gap:20px}.demo-form-row{display:grid;grid-template-columns:1fr 1fr;gap:16px}.demo-form-group{display:flex;flex-direction:column;gap:8px}.demo-form-group label{font-family:Montserrat,sans-serif;font-size:14px;font-weight:600;color:#1f2937}.demo-form-group input,.demo-form-group textarea{font-family:Montserrat,sans-serif;padding:14px 16px;border:2px solid #e5e7eb;border-radius:12px;font-size:15px;color:#0a0a0a;transition:all .2s ease;outline:none}.demo-form-group input:focus,.demo-form-group textarea:focus{border-color:#004d43;box-shadow:0 0 0 3px #004d431a}.demo-form-group textarea{resize:vertical;min-height:100px}.demo-submit-button{font-family:Montserrat,sans-serif;width:100%;padding:18px 32px;background:#004d43;color:#e8ee26;border:none;border-radius:12px;font-size:17px;font-weight:700;cursor:pointer;transition:all .3s ease;box-shadow:0 4px 20px #004d434d;margin-top:8px}.demo-submit-button:hover:not(:disabled){background:#003830;transform:translateY(-2px);box-shadow:0 6px 25px #004d4366}.demo-submit-button:disabled{opacity:.6;cursor:not-allowed}.demo-success-message{text-align:center;padding:20px}.demo-success-icon{margin-bottom:24px;animation:scaleIn .5s ease}.demo-success-title{font-family:Clash Display,sans-serif;font-size:28px;font-weight:700;color:#0a0a0a;margin-bottom:16px}.demo-success-text{font-family:Montserrat,sans-serif;font-size:16px;color:#6b7280;line-height:1.6}@media(max-width:640px){.demo-modal-content{padding:36px 24px}.demo-modal-title{font-size:26px}.demo-form-row{grid-template-columns:1fr}.demo-submit-button{padding:16px 28px;font-size:16px}}.download-app-section{background-color:#004d43;padding:80px 5%;margin:60px 20px;border-radius:24px;display:flex;justify-content:center;position:relative;overflow:hidden;font-family:var(--font-family);box-shadow:0 20px 50px #004d4366}.download-app-container{max-width:1200px;width:100%;display:flex;align-items:center;justify-content:space-between;gap:60px;position:relative;z-index:2}.download-text-content{flex:1;max-width:550px;color:#fff}.download-title{font-size:clamp(2rem,5vw,3rem);font-weight:600;line-height:1.1;margin-bottom:24px;font-family:Clash Display,sans-serif;color:#fff}.download-description{font-size:.7rem;line-height:1.6;margin-bottom:40px;color:#fff;font-weight:600}.download-buttons-group{display:flex;gap:20px;margin-bottom:30px;flex-wrap:wrap}.waitlist-download-button{display:inline-flex;align-items:center;justify-content:center;padding:18px 48px;background:#e8ee26;color:#004d43;font-size:1.1rem;font-weight:700;text-decoration:none;border-radius:12px;transition:all .3s ease;box-shadow:0 8px 24px #e8ee264d;letter-spacing:.5px;font-family:Montserrat,sans-serif}.waitlist-download-button:hover{background:#f5fb3d;transform:translateY(-3px);box-shadow:0 12px 32px #e8ee2680}.waitlist-download-button:active{transform:translateY(-1px)}.dl-btn{display:flex;align-items:center;background-color:#fff;padding:12px 24px;border-radius:12px;border:none;cursor:pointer;gap:12px;transition:transform .3s ease,box-shadow .3s ease;text-align:left;min-width:200px}.dl-btn:hover{transform:translateY(-5px);box-shadow:0 10px 20px #0003}.dl-btn-icon{display:flex;align-items:center;justify-content:center}.dl-btn-text{display:flex;flex-direction:column}.dl-small-text{font-size:.7rem;font-weight:600;color:#64748b;text-transform:uppercase;letter-spacing:.5px}.dl-large-text{font-size:1.3rem;font-weight:700;color:#0f172a;font-family:Clash Display,sans-serif}.dl-store-badge{display:inline-block;transition:transform .3s ease,box-shadow .3s ease;border-radius:8px}.dl-store-badge img{height:80px;width:auto;display:block;border-radius:8px}.dl-store-badge:hover{transform:translateY(-5px);box-shadow:0 10px 20px #0003}.download-qrs-wrapper{display:flex;gap:20px}.dl-qr-code{width:100px;height:100px;border-radius:12px;background:#fff;padding:6px;box-shadow:0 5px 15px #0000001a}.download-image-content{flex:1;display:flex;justify-content:flex-end;align-items:center;position:relative}.dl-image-wrapper{position:relative;max-width:550px}.dl-phone-mockup{width:100%;height:auto;filter:drop-shadow(0 30px 40px rgba(0,0,0,.5));transform:rotate(5deg);transition:transform .5s ease}.dl-image-wrapper:hover .dl-phone-mockup{transform:rotate(0) scale(1.05)}@media(max-width:968px){.download-app-section{padding:60px 24px;margin:40px 10px;border-radius:20px}.download-app-container{flex-direction:column-reverse;text-align:center;gap:40px}.download-text-content{max-width:100%;display:flex;flex-direction:column;align-items:center}.download-buttons-group,.download-qrs-wrapper,.download-image-content{justify-content:center}.dl-phone-mockup{width:80%;max-width:350px;transform:rotate(0)}}.footer{background:#004d43;color:#fff;padding:80px 24px 30px;font-size:.9rem}.footer-container{max-width:1100px;margin:0 auto}.footer-grid{display:grid;grid-template-columns:2fr 1fr 1fr 1fr;gap:40px;margin-bottom:60px}.footer-col{display:flex;flex-direction:column}.brand-col{padding-right:40px}.footer-logo{margin-bottom:20px}.footer-logo-img{height:80px;width:auto;object-fit:contain}.footer-desc{color:#a0c4bf;line-height:1.7;margin-bottom:24px;max-width:300px}.footer-heading{font-size:1rem;font-weight:600;font-family:Clash Display,sans-serif;margin-bottom:20px;color:#fff}.footer-links{list-style:none;padding:0;margin:0}.footer-links li{margin-bottom:12px}.footer-links a{color:#a0c4bf;text-decoration:none;transition:color .2s ease,padding-left .2s ease}.footer-links a:hover{color:#fff;padding-left:4px}.footer-contact-list{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:14px}.footer-contact-list li{display:flex;align-items:center;gap:10px;color:#a0c4bf}.footer-contact-list li svg{flex-shrink:0;color:#e8ee26}.footer-contact-list a{color:#a0c4bf;text-decoration:none;transition:color .2s ease}.footer-contact-list a:hover{color:#fff}.footer-download-btn{display:inline-block;margin-top:20px;transition:transform .2s ease,opacity .2s ease}.footer-download-btn:hover{transform:translateY(-2px);opacity:.9}.footer-playstore-img{height:82px;width:auto;object-fit:contain;border-radius:8px}.footer-socials{display:flex;gap:16px}.social-link{width:36px;height:36px;background:#ffffff1a;border-radius:50%;display:flex;align-items:center;justify-content:center;color:#e8ee26;text-decoration:none;font-size:1rem;transition:background .2s ease,transform .2s ease}.social-link:hover{background:#e8ee26;color:#004d43;transform:translateY(-2px)}.footer-bottom{border-top:1px solid rgba(255,255,255,.1);padding-top:30px;text-align:center}.copyright{color:#a0c4bf;font-size:.8rem}@media(max-width:900px){.footer-grid{grid-template-columns:1fr 1fr;gap:40px}.brand-col{grid-column:1 / -1;padding-right:0;margin-bottom:20px}}@media(max-width:500px){.footer-grid{grid-template-columns:1fr;gap:30px}.footer{padding:60px 24px 30px}}.how-it-works-page{background-color:#fff;min-height:100vh}.visually-hidden{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border-width:0}.hiw-hero{position:relative;padding:140px 5% 100px;background:url(/image/Whisk_d46323c90133a6db64e49b2ab1bf60f9dr.jpeg);background-size:cover;background-position:center;background-repeat:no-repeat;text-align:center;color:#0f172a;overflow:hidden}.hiw-container{max-width:1200px;margin:0 auto;position:relative;z-index:2}.hiw-badge{font-size:.75rem;font-weight:600;letter-spacing:2px;color:#fff;text-transform:uppercase;margin-bottom:24px;display:inline-block}.hiw-title{font-size:3.5rem;font-weight:700;color:#fff;line-height:1.1;margin-bottom:24px}.hiw-title span{background:#fff;-webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:transparent}.hiw-subtitle{font-size:1.15rem;color:#fff;max-width:600px;margin:0 auto 40px;line-height:1.6}.hiw-cta{background:#004d43;color:#fff;padding:14px 32px;border-radius:50px;font-weight:600;font-size:1rem;transition:transform .3s ease,background .3s ease;border:1px solid rgba(255,255,255,.1)}.hiw-cta:hover{transform:translateY(-3px);background:#005d53}.hiw-floating-cards{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:100%;height:100%;pointer-events:none;z-index:-1}.hiw-card{position:absolute;background:#fffc;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border:1px solid rgba(0,0,0,.05);border-radius:16px;padding:16px;width:180px;box-shadow:0 20px 40px #0000000d;animation:hiw-float 6s ease-in-out infinite;color:#0f172a}.hiw-card-left{left:-100px;top:100px}.hiw-card-right{right:-100px;bottom:50px;animation-delay:1s}.hiw-card-label{display:block;font-size:.65rem;color:gray;margin-bottom:4px}.hiw-card-value{font-size:1.2rem;font-weight:700}.hiw-card-graph{height:40px;background:linear-gradient(90deg,transparent,rgba(76,217,100,.2));margin-top:12px;border-radius:4px}.hiw-card-graph.secondary{background:linear-gradient(90deg,transparent,rgba(160,212,247,.2))}@keyframes hiw-float{0%,to{transform:translateY(0)}50%{transform:translateY(-20px)}}.hiw-grid{max-width:1200px;margin:80px auto 0;display:grid;grid-template-columns:repeat(3,1fr);gap:30px}.hiw-feature-card{background:#ffffff73;backdrop-filter:blur(20px) saturate(180%);-webkit-backdrop-filter:blur(20px) saturate(180%);padding:50px 40px;border-radius:32px;transition:all .4s cubic-bezier(.165,.84,.44,1);text-align:left;box-shadow:0 10px 30px #0000000a,inset 0 0 0 1px #ffffff4d;position:relative;overflow:hidden}.hiw-feature-card:before{content:"";position:absolute;top:0;left:0;width:100%;height:4px;background:linear-gradient(90deg,#4cd964,#a0d4f7);opacity:0;transition:opacity .3s ease}.hiw-feature-card:hover{transform:translateY(-12px);background:#ffffffa6;border-color:#ffffffe6;box-shadow:0 30px 60px #0000001f}.hiw-feature-card:hover:before{opacity:1}.hiw-icon{font-size:3rem;margin-bottom:28px;display:inline-block;background:#ffffff80;padding:12px;border-radius:16px;box-shadow:0 4px 12px #0000000d}.hiw-feature-card h3{color:#0f172a;font-size:1.6rem;font-weight:700;margin-bottom:18px;letter-spacing:-.02em}.hiw-feature-card p{color:#000;line-height:1.7;margin-bottom:32px;font-size:1rem}.hiw-learn-more{color:#004d43;font-weight:700;font-size:.95rem;display:flex;align-items:center;gap:8px;transition:gap .3s ease}.hiw-learn-more:hover{gap:12px;color:#e8ee26}.hiw-process-section{padding:120px 5%;background:#000;position:relative;overflow:hidden}.hiw-process-section:after{content:"";position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:600px;height:600px;background:radial-gradient(circle,rgba(76,217,100,.08) 0%,transparent 70%);pointer-events:none;z-index:1}.hiw-process-header{text-align:center;margin-bottom:80px;position:relative;z-index:2}.hiw-process-badge{color:#e8ee26;font-weight:700;font-size:.85rem;letter-spacing:2px;text-transform:uppercase;display:block;margin-bottom:20px}.hiw-process-title{font-size:clamp(2.5rem,5vw,3.5rem);color:#fff;font-weight:800;margin-bottom:24px}.hiw-process-title span{color:#e8ee26;position:relative}.hiw-process-title span:after{content:"";position:absolute;bottom:-5px;left:0;width:100%;height:8px;background:#e8ee2633;border-radius:4px}.hiw-process-subtitle{color:#fff9;max-width:600px;margin:0 auto;font-size:1.1rem;line-height:1.6}.hiw-process-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:40px;position:relative;z-index:2}.hiw-step-card{background:#ffffff0d;backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px);border:1px solid rgba(255,255,255,.1);border-radius:32px;padding:50px 40px;position:relative;transition:all .4s ease;overflow:hidden}.hiw-step-card:before{content:"";position:absolute;top:0;left:0;width:100%;height:100%;background:linear-gradient(135deg,rgba(76,217,100,.1) 0%,transparent 100%);opacity:0;transition:opacity .4s ease}.hiw-step-card:hover{transform:translateY(-10px);border-color:#4cd96466;background:#ffffff14}.hiw-step-card:hover:before{opacity:1}.hiw-step-number{position:absolute;top:30px;right:40px;font-size:3rem;font-weight:900;color:#e8ee2659;line-height:1;transition:color .3s ease}.hiw-step-card:hover .hiw-step-number{color:#e8ee261a}.hiw-step-icon{width:64px;height:64px;background:#e8ee261a;border-radius:20px;display:flex;align-items:center;justify-content:center;color:#e8ee26;margin-bottom:30px;transition:transform .3s ease}.hiw-step-card:hover .hiw-step-icon{transform:scale(1.1) rotate(5deg);background:#e8ee26;color:#000}.hiw-step-card h3{color:#fff;font-size:1.5rem;font-weight:700;margin-bottom:16px}.hiw-step-card p{color:#ffffff80;line-height:1.7;margin-bottom:0}@media(max-width:1024px){.hiw-grid{grid-template-columns:repeat(2,1fr);gap:20px}.hiw-process-grid{grid-template-columns:repeat(2,1fr);gap:30px}.hiw-container{padding:0 4%}}@media(max-width:900px){.hiw-hero{padding-top:120px;padding-bottom:80px}.hiw-card{display:none}}@media(max-width:768px){.hiw-grid,.hiw-process-grid{grid-template-columns:1fr}.hiw-hero{padding:100px 5% 60px}.hiw-process-section{padding:80px 5%}.hiw-feature-card,.hiw-step-card{padding:35px 25px;border-radius:24px}.hiw-feature-card h3,.hiw-step-card h3{font-size:1.4rem}.hiw-process-header{margin-bottom:50px}.hiw-title{font-size:2.5rem}.hiw-process-title{font-size:2.2rem}}@media(max-width:480px){.hiw-hero{padding-top:80px}.hiw-title{margin-bottom:16px;font-size:1.8rem}.hiw-subtitle{font-size:1rem;margin-bottom:30px}.hiw-feature-card,.hiw-step-card{padding:30px 20px}.hiw-step-number{font-size:2.2rem;top:20px;right:25px}.hiw-process-title{font-size:1.8rem}}.venues-page{background:#f8fafc;min-height:100vh}.venues-hero{background:url(/image/Whisk_d46323c90133a6db64e49b2ab1bf60f9dr.jpeg);background-size:cover;background-position:center;padding:180px 5% 140px;text-align:center;color:#fff;clip-path:polygon(0 0,100% 0,100% 85%,0 100%)}.venues-h1{font-size:3.5rem;font-weight:700;margin-bottom:20px;font-family:Clash Display,sans-serif}.venues-h1 .highlight{color:#e8ee26}.venues-p{font-size:1.2rem;opacity:.9;max-width:600px;margin:0 auto 40px;color:#fff}.search-wrapper{background:#ffffff73;border:1px solid rgba(255,255,255,.3);border-radius:50px;display:flex;align-items:center;padding:8px 24px;transition:all .3s ease;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.search-wrapper:focus-within{background:#ffffffc7;transform:translateY(-2px);box-shadow:0 10px 30px #0003}.search-wrapper input::placeholder{color:#004d43}.venues-container{max-width:1200px;margin:-60px auto 100px;padding:0 24px;display:flex;flex-direction:column;gap:40px}.venues-grid-header{display:flex;justify-content:space-between;align-items:center}.venues-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(350px,1fr));gap:32px}@media(max-width:900px){.venues-grid{grid-template-columns:repeat(auto-fill,minmax(300px,1fr))}}@media(max-width:768px){.venues-hero{padding:140px 5% 100px}.venues-h1{font-size:2.5rem}}@media(max-width:480px){.venues-hero{padding:80px 20px 100px}.venues-h1{margin-top:40px;font-size:1.8rem}.venues-container{margin-top:-40px}.filters-section{position:fixed;top:0;left:-100%;width:100%;height:100vh;border-radius:0;transition:left .4s ease;padding:40px 20px}.filters-section.open{left:0}.mobile-close-filter{display:block;background:none;border:none;position:absolute;top:20px;right:20px}.mobile-filter-btn{display:flex;align-items:center;gap:8px;background:#fff;border:1px solid #e2e8f0;padding:8px 16px;border-radius:12px;font-weight:600}}.blog-hero{background:url(/image/Whisk_d46323c90133a6db64e49b2ab1bf60f9dr.jpeg);background-size:cover;background-position:center;background-repeat:no-repeat;padding:140px 24px 80px;text-align:center}.blog-hero-content{max-width:700px;margin:0 auto}.blog-badge{display:inline-block;background:#004d43;color:#e8ee26;padding:8px 20px;border-radius:50px;font-size:.85rem;font-weight:500;margin-bottom:20px;letter-spacing:.5px}.blog-hero h1{font-size:3rem;font-weight:700;color:#fff;margin-bottom:16px;font-family:Clash Display,Montserrat,sans-serif}.blog-hero h1 .highlight{color:#004d43}.blog-hero p{color:#000;font-size:1.1rem;line-height:1.6;margin-bottom:30px}.blog-search-container{max-width:480px;margin:0 auto}.blog-search-wrapper{position:relative;display:flex;align-items:center}.blog-search-icon{position:absolute;left:16px;color:#999;pointer-events:none}.blog-search-wrapper input{width:100%;padding:14px 20px 14px 48px;border-radius:12px;border:2px solid #e0e0e0;background:#fff;color:#333;font-size:.95rem;outline:none;transition:border-color .2s ease,box-shadow .2s ease}.blog-search-wrapper input::placeholder{color:#999}.blog-search-wrapper input:focus{border-color:#004d43;box-shadow:0 0 0 3px #004d431a}.blog-container{max-width:1100px;margin:0 auto;padding:50px 24px 80px}.blog-filters{display:flex;flex-wrap:wrap;gap:10px;margin-bottom:40px;justify-content:center}.blog-filter-pill{padding:10px 22px;border-radius:50px;border:2px solid #e0e0e0;background:#fff;color:#555;font-size:.9rem;font-weight:500;cursor:pointer;transition:all .2s ease}.blog-filter-pill:hover{border-color:#004d43;color:#004d43}.blog-filter-pill.active{background:#004d43;border-color:#004d43;color:#fff}.blog-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:30px}.blog-card{background:#fff;border-radius:16px;overflow:hidden;text-decoration:none;color:inherit;box-shadow:0 2px 16px #0000000f;transition:transform .3s ease,box-shadow .3s ease;display:flex;flex-direction:column}.blog-card:hover{transform:translateY(-6px);box-shadow:0 12px 32px #004d431f}.blog-card-image{position:relative;height:200px;overflow:hidden}.blog-card-image img{width:100%;height:100%;object-fit:cover;transition:transform .4s ease}.blog-card:hover .blog-card-image img{transform:scale(1.05)}.blog-card-placeholder{width:100%;height:100%;background:linear-gradient(135deg,#004d43,#007a6a);display:flex;align-items:center;justify-content:center;color:#ffffff4d;font-size:1.5rem;font-weight:700}.blog-card-category{position:absolute;top:14px;left:14px;background:#004d43;color:#fff;padding:5px 14px;border-radius:50px;font-size:.75rem;font-weight:600;text-transform:uppercase;letter-spacing:.5px}.blog-card-body{padding:22px;display:flex;flex-direction:column;flex:1}.blog-card-title{font-size:1.15rem;font-weight:600;color:#1a1a2e;margin-bottom:10px;line-height:1.4;display:-webkit-box;-webkit-line-clamp:2;line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.blog-card-excerpt{color:#666;font-size:.9rem;line-height:1.6;margin-bottom:16px;display:-webkit-box;-webkit-line-clamp:3;line-clamp:3;-webkit-box-orient:vertical;overflow:hidden;flex:1}.blog-card-meta{display:flex;gap:16px;margin-bottom:14px}.meta-item{display:flex;align-items:center;gap:6px;color:#999;font-size:.8rem}.blog-card-link{display:flex;align-items:center;gap:6px;color:#004d43;font-weight:600;font-size:.9rem;transition:gap .2s ease}.blog-card:hover .blog-card-link{gap:10px}.blog-loading{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:80px 24px;color:#999;gap:16px}.blog-spinner{animation:spin 1s linear infinite;color:#004d43}@keyframes spin{to{transform:rotate(360deg)}}.blog-empty{text-align:center;padding:80px 24px}.blog-empty h3{font-size:1.5rem;color:#1a1a2e;margin-bottom:10px}.blog-empty p{color:#888;margin-bottom:20px}.blog-reset-btn{padding:12px 28px;background:#004d43;color:#fff;border:none;border-radius:10px;font-size:.9rem;font-weight:600;cursor:pointer;transition:background .2s ease}.blog-reset-btn:hover{background:#003d35}@media(max-width:900px){.blog-grid{grid-template-columns:repeat(2,1fr);gap:24px}.blog-hero h1{font-size:2.2rem}}@media(max-width:600px){.blog-grid{grid-template-columns:1fr;gap:20px}.blog-hero{padding:120px 20px 60px}.blog-hero h1{font-size:1.8rem}.blog-container{padding:30px 16px 60px}.blog-filters{gap:8px}.blog-filter-pill{padding:8px 16px;font-size:.82rem}}.blogpost-hero{position:relative;min-height:420px;display:flex;align-items:flex-end;padding:140px 24px 60px;background:#004d43;overflow:hidden}.blogpost-hero-bg{position:absolute;inset:0}.blogpost-hero-bg img{width:100%;height:100%;object-fit:cover}.blogpost-hero-overlay{position:absolute;inset:0;background:linear-gradient(to top,#001411eb,#004d4399)}.blogpost-hero-content{position:relative;z-index:2;max-width:800px;margin:0 auto;width:100%}.blogpost-category{display:inline-flex;align-items:center;gap:6px;background:#7ddfcf33;color:#7ddfcf;padding:6px 16px;border-radius:50px;font-size:.8rem;font-weight:600;text-transform:uppercase;letter-spacing:.5px;margin-bottom:16px}.blogpost-hero h1{font-size:2.6rem;font-weight:700;color:#fff;line-height:1.3;margin-bottom:20px;font-family:Clash Display,Montserrat,sans-serif}.blogpost-meta{display:flex;gap:20px;flex-wrap:wrap}.blogpost-meta-item{display:flex;align-items:center;gap:8px;color:#a0c4bf;font-size:.9rem}.blogpost-article{max-width:780px;margin:0 auto;padding:60px 24px 80px}.blogpost-content{font-size:1.05rem;line-height:1.85;color:#333}.blogpost-content h2{font-size:1.6rem;font-weight:700;color:#1a1a2e;margin:40px 0 16px;font-family:Clash Display,Montserrat,sans-serif}.blogpost-content h3{font-size:1.3rem;font-weight:600;color:#1a1a2e;margin:32px 0 12px}.blogpost-content p{margin-bottom:20px;color:#444}.blogpost-content a{color:#004d43;text-decoration:underline;font-weight:500}.blogpost-content a:hover{color:#007a6a}.blogpost-content ul,.blogpost-content ol{margin:16px 0 24px 24px;color:#444}.blogpost-content li{margin-bottom:8px}.blogpost-content blockquote{border-left:4px solid #004d43;margin:24px 0;padding:16px 24px;background:#f0faf8;border-radius:0 8px 8px 0;color:#333;font-style:italic}.blogpost-content strong{font-weight:600;color:#1a1a2e}.post-image{margin:32px 0;border-radius:12px;overflow:hidden}.post-image img{width:100%;height:auto;display:block}.post-image figcaption{text-align:center;font-size:.85rem;color:#888;padding:10px 0 0}.blogpost-footer-nav{margin-top:50px;padding-top:30px;border-top:1px solid #e8e8e8}.blogpost-back-btn{display:inline-flex;align-items:center;gap:8px;color:#004d43;text-decoration:none;font-weight:600;font-size:.95rem;padding:12px 24px;background:#f0faf8;border-radius:10px;transition:background .2s ease,gap .2s ease}.blogpost-back-btn:hover{background:#e0f5f0;gap:12px}.blogpost-loading,.blogpost-not-found{display:flex;flex-direction:column;align-items:center;justify-content:center;min-height:50vh;gap:16px;padding:120px 24px 80px;text-align:center}.blogpost-spinner{animation:spin 1s linear infinite;color:#004d43}.blogpost-not-found h2{font-size:1.8rem;color:#1a1a2e}.blogpost-not-found p{color:#888;margin-bottom:10px}@media(max-width:768px){.blogpost-hero{min-height:320px;padding:120px 20px 40px}.blogpost-hero h1{font-size:1.8rem}.blogpost-article{padding:40px 20px 60px}.blogpost-content{font-size:1rem}.blogpost-content h2{font-size:1.3rem}.blogpost-content h3{font-size:1.1rem}}.contact-page{min-height:100vh;background-color:#f8fafc;padding-bottom:80px}.contact-hero{height:50vh;min-height:400px;background:url(/image/Whisk_d46323c90133a6db64e49b2ab1bf60f9dr.jpeg);background-size:cover;background-position:center;background-attachment:fixed;display:flex;align-items:center;justify-content:center;text-align:center;color:#fff;padding-top:80px}.contact-hero-content h1{font-size:3.5rem;font-family:Clash Display,sans-serif;font-weight:700;margin-bottom:20px}.contact-hero-content h1 .highlight{color:#e8ee26}.contact-hero-content p{font-size:1.2rem;opacity:.9;max-width:600px;margin:0 auto}.contact-container{max-width:1100px;margin:-80px auto 0;padding:0 20px;position:relative;z-index:2}.contact-card{background:#fff;border-radius:40px;display:flex;overflow:hidden;box-shadow:0 20px 50px #0000000d}.contact-form-section{flex:1.4;padding:60px}.contact-form-section h2{font-size:1.8rem;color:#0f172a;margin-bottom:12px}.form-subtitle{color:#475569;font-size:.95rem;line-height:1.6;margin-bottom:40px;max-width:90%}.contact-form{display:flex;flex-direction:column;gap:25px}.form-row{display:flex;gap:30px}.form-group{flex:1;display:flex;flex-direction:column;gap:10px}.form-group label{font-size:.9rem;font-weight:700;color:#0f172a}.form-group input,.form-group textarea{padding:15px 20px;border-radius:12px;border:1px solid #e2e8f0;font-family:inherit;font-size:.95rem;transition:all .3s ease}.form-group input:focus,.form-group textarea:focus{border-color:#004d43;outline:none;box-shadow:0 0 0 3px #004d431a}.phone-input-wrapper{display:flex;gap:12px}.country-prefix{display:flex;align-items:center;gap:8px;padding:0 15px;background:#f8fafc;border:1px solid #e2e8f0;border-radius:12px;font-weight:600;color:#0f172a}.phone-input-wrapper input{flex:1}.form-actions{margin-top:15px;display:flex;justify-content:flex-end}.send-btn{background:#004d43;color:#e8ee26;padding:16px 40px;border-radius:50px;font-weight:600;font-size:1rem;transition:all .3s ease}.send-btn:hover:not(:disabled){background:#004d43;transform:translateY(-2px);box-shadow:0 10px 20px #004d4333}.send-btn:disabled{opacity:.7;cursor:not-allowed}.send-btn.loading{position:relative;padding-left:50px}.send-btn.loading:after{content:"";position:absolute;left:20px;top:50%;transform:translateY(-50%);width:20px;height:20px;border:3px solid rgba(255,255,255,.3);border-top-color:#fff;border-radius:50%;animation:spin 1s linear infinite}@keyframes spin{to{transform:translateY(-50%) rotate(360deg)}}.submission-success{text-align:center;padding:40px 0;animation:fadeIn .5s ease-out}.success-icon{width:80px;height:80px;background:#e8ee26;color:#004d43;font-size:2.5rem;display:flex;align-items:center;justify-content:center;border-radius:50%;margin:0 auto 24px}.submission-success h2{color:#0f172a;margin-bottom:12px}.submission-success p{color:#475569;margin-bottom:30px}.error-message{color:#ef4444;font-size:.9rem;font-weight:600;margin-top:10px}@keyframes fadeIn{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}.contact-info-section{flex:1;background:#004d43;padding:60px 100px 60px 40px;color:#fff;display:flex;align-items:center}.info-content{width:100%;padding-right:40px}.info-content h3{font-size:1.4rem;line-height:1.4;margin-bottom:40px}.info-blocks{display:flex;flex-direction:column;gap:20px;margin-bottom:60px;margin-left:-27apx}.info-block{background:#ffffff14;padding:24px;border-radius:20px;display:flex;align-items:center;gap:15px}.info-icon{width:50px;height:50px;background:#e8ee26;border-radius:12px;display:flex;align-items:center;justify-content:center;color:#004d43}.info-text{display:flex;flex-direction:column;gap:4px}.info-label{font-size:.85rem;color:#fff9}.info-value{font-size:1rem;font-weight:600}.info-footer{padding-top:30px;border-top:1px solid rgba(255,255,255,.1)}.connect-label{display:block;font-size:.85rem;margin-bottom:20px;color:#fff9}.contact-socials{display:flex;gap:20px}.contact-socials a{color:#fff;opacity:.8;transition:all .3s ease}.contact-socials a:hover{opacity:1;transform:scale(1.1);color:#004d43}@media(max-width:768px){.contact-hero-content h1{font-size:2.5rem}}@media(max-width:480px){.contact-hero-content h1{font-size:1.8rem}.contact-hero-content p{font-size:1rem}.contact-form-section h2{font-size:1.5rem}.send-btn{width:100%}}.waitlist-page{min-height:100vh;display:flex;align-items:center;justify-content:center;background:url(/image/4e8d358e596ffd66ced20694d68a1696.jpg);background-size:cover;background-position:center;background-attachment:fixed;padding:120px 20px 80px;position:relative;overflow:hidden}.waitlist-page:before{content:"";position:absolute;inset:0;background:radial-gradient(circle at 20% 50%,rgba(96,239,255,.3) 0%,transparent 50%),radial-gradient(circle at 80% 80%,rgba(0,255,135,.3) 0%,transparent 50%),radial-gradient(circle at 40% 20%,rgba(255,255,255,.1) 0%,transparent 50%);animation:gradientShift 15s ease infinite}@keyframes gradientShift{0%,to{opacity:1}50%{opacity:.8}}.waitlist-container{max-width:700px;width:100%;text-align:center;position:relative;z-index:1}.waitlist-badges{display:flex;gap:12px;justify-content:center;margin-bottom:40px}.badge{font-family:Montserrat,sans-serif;background:#e8ee26;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);padding:10px 24px;border-radius:25px;font-size:13px;font-weight:600;color:#004d43;box-shadow:0 4px 15px #0003;border:1px solid rgba(0,255,135,.3)}.waitlist-title{font-family:Clash Display,sans-serif;font-size:54px;font-weight:600;color:#fff;margin-bottom:24px;line-height:1.1;letter-spacing:-.02em}.waitlist-description{font-family:Montserrat,sans-serif;font-size:15px;color:#fff;margin-bottom:40px;max-width:600px;margin-left:auto;margin-right:auto;line-height:1.7;font-weight:500}.countdown-container{margin-bottom:32px}.countdown-label{font-family:Montserrat,sans-serif;font-size:14px;color:#fff;font-weight:600;text-transform:uppercase;letter-spacing:1.5px;margin-bottom:16px}.countdown-timer{display:flex;align-items:center;justify-content:center;gap:12px;margin-bottom:8px}.countdown-item{background:#fffffff2;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);border-radius:16px;padding:20px 16px;min-width:90px;display:flex;flex-direction:column;align-items:center;box-shadow:0 8px 24px #00000026;border:2px solid rgba(255,255,255,.8)}.countdown-value{font-family:Clash Display,sans-serif;font-size:36px;font-weight:700;color:#004d43;line-height:1;margin-bottom:8px}.countdown-unit{font-family:Montserrat,sans-serif;font-size:12px;color:#6b7280;font-weight:600;text-transform:uppercase;letter-spacing:.5px}.countdown-separator{font-family:Clash Display,sans-serif;font-size:32px;font-weight:700;color:#fff;margin:0 4px}.offer-badge{background:#fffffff2;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);border-radius:16px;padding:16px 28px;margin:0 auto 40px;max-width:500px;display:flex;align-items:center;justify-content:center;gap:12px;box-shadow:0 8px 32px #00000026;border:2px solid rgba(232,238,38,.5);animation:pulse 2s ease-in-out infinite}@keyframes pulse{0%,to{transform:scale(1);box-shadow:0 8px 32px #00000026}50%{transform:scale(1.02);box-shadow:0 12px 40px #e8ee264d}}.offer-icon{font-size:24px;animation:bounce 2s ease-in-out infinite}@keyframes bounce{0%,to{transform:translateY(0)}50%{transform:translateY(-5px)}}.offer-text{font-family:Montserrat,sans-serif;font-size:16px;color:#0a0a0a;font-weight:600;line-height:1.4}.offer-text strong{color:#004d43;font-weight:800;font-size:17px}.form-heading{font-family:Clash Display,sans-serif;font-size:32px;font-weight:600;color:#fff;margin-bottom:24px;letter-spacing:-.01em}.waitlist-form{max-width:500px;margin:0 auto 40px}.input-wrapper{background:#fffffff2;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);border-radius:10px;padding:20px 28px;box-shadow:0 8px 32px #0000001f;margin-bottom:20px;border:2px solid rgba(255,255,255,.8);display:flex;align-items:center;gap:16px}.email-icon{color:#9ca3af;flex-shrink:0;width:28px;height:28px}.email-input{font-family:Montserrat,sans-serif;width:100%;padding:0;border:none;background:transparent;font-size:15px;color:#0a0a0a;outline:none;font-weight:500}.email-input::placeholder{color:#9ca3af;font-weight:400}.join-button{font-family:Montserrat,sans-serif;width:100%;padding:24px 32px;background:#e8ee26;color:#004d43;border:none;border-radius:10px;font-size:15px;font-weight:600;cursor:pointer;transition:all .3s ease;box-shadow:0 10px 40px #0000004d;letter-spacing:.02em}.join-button:hover{background:#fff;transform:translateY(-3px);box-shadow:0 14px 50px #0006}.join-button:active{transform:translateY(-1px)}.success-message{font-family:Montserrat,sans-serif;color:#0a0a0a;background:#00ff8733;padding:12px 24px;border-radius:12px;font-weight:600;margin-bottom:20px;animation:fadeIn .5s ease;border:2px solid rgba(0,255,135,.4)}@keyframes fadeIn{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}.social-proof{display:flex;flex-direction:column;align-items:center;gap:16px}.avatars{display:flex;gap:-8px}.avatar{width:52px;height:52px;border-radius:50%;background:linear-gradient(135deg,#00ff87,#60efff);display:flex;align-items:center;justify-content:center;font-size:24px;border:4px solid rgba(255,255,255,.95);margin-left:-12px;box-shadow:0 4px 12px #00000026;overflow:hidden}.avatar img{width:100%;height:100%;object-fit:cover}.avatar:first-child{margin-left:0}.members-text{font-family:Montserrat,sans-serif;font-size:16px;color:#fff;font-weight:500}.members-text strong{color:#e8ee26;font-weight:700}@media(max-width:768px){.waitlist-page{padding:100px 20px 60px}.waitlist-title{font-size:44px}.waitlist-description{font-size:16px}.badge{font-size:12px;padding:8px 18px}.countdown-item{min-width:70px;padding:16px 12px}.countdown-value{font-size:28px}.countdown-unit{font-size:10px}.countdown-separator{font-size:24px;margin:0 2px}.offer-badge{padding:14px 24px;max-width:100%}.offer-text{font-size:15px}.offer-text strong{font-size:16px}.avatar{width:44px;height:44px;font-size:20px}}@media(max-width:480px){.waitlist-page{padding:90px 15px 50px}.waitlist-title{font-size:36px}.waitlist-badges{flex-wrap:wrap}.countdown-timer{gap:8px}.countdown-item{min-width:60px;padding:12px 8px}.countdown-value{font-size:24px}.countdown-unit{font-size:9px}.countdown-separator{font-size:20px;margin:0}.input-wrapper{padding:18px 24px}.email-icon{width:24px;height:24px}.email-input{font-size:16px}.join-button{padding:20px 28px;font-size:17px}}.modal-overlay{position:fixed;inset:0;background:#000000bf;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);display:flex;align-items:center;justify-content:center;z-index:9999;padding:20px;animation:fadeIn .3s ease}.modal-content{background:#fff;border-radius:24px;padding:48px 40px;max-width:500px;width:100%;position:relative;box-shadow:0 20px 60px #0000004d;animation:slideUp .4s ease;text-align:center}@keyframes slideUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}.modal-close{position:absolute;top:20px;right:20px;background:transparent;border:none;cursor:pointer;color:#6b7280;padding:8px;border-radius:50%;transition:all .2s ease;display:flex;align-items:center;justify-content:center}.modal-close:hover{background:#f3f4f6;color:#0a0a0a}.modal-icon{margin-bottom:24px;animation:scaleIn .5s ease .2s both}@keyframes scaleIn{0%{opacity:0;transform:scale(.5)}to{opacity:1;transform:scale(1)}}.modal-title{font-family:Clash Display,sans-serif;font-size:32px;font-weight:700;color:#0a0a0a;margin-bottom:16px;letter-spacing:-.01em}.modal-description{font-family:Montserrat,sans-serif;font-size:16px;color:#6b7280;line-height:1.6;margin-bottom:32px}.modal-benefits{background:#f9fafb;border-radius:16px;padding:24px;margin-bottom:24px;text-align:left}.benefit-item{display:flex;align-items:center;gap:12px;margin-bottom:16px}.benefit-item:last-child{margin-bottom:0}.benefit-icon{width:24px;height:24px;background:#e8ee26;border-radius:50%;display:flex;align-items:center;justify-content:center;color:#004d43;font-weight:700;font-size:14px;flex-shrink:0}.benefit-text{font-family:Montserrat,sans-serif;font-size:15px;color:#1f2937;font-weight:600}.modal-footer{font-family:Montserrat,sans-serif;font-size:14px;color:#9ca3af;margin-bottom:24px;line-height:1.5}.modal-button{font-family:Montserrat,sans-serif;width:100%;padding:18px 32px;background:#004d43;color:#e8ee26;border:none;border-radius:16px;font-size:17px;font-weight:700;cursor:pointer;transition:all .3s ease;box-shadow:0 4px 20px #004d434d}.modal-button:hover{background:#003830;transform:translateY(-2px);box-shadow:0 6px 25px #004d4366}.modal-button:active{transform:translateY(0)}@media(max-width:480px){.modal-content{padding:36px 24px}.modal-title{font-size:26px}.modal-description{font-size:15px}.benefit-text{font-size:14px}.modal-button{padding:16px 28px;font-size:16px}}.booking-page{min-height:100vh;background-color:#fcfcfc;color:#1a1a1a;font-family:Montserrat,sans-serif;padding-bottom:100px}.booking-hero{height:480px;background-size:cover;background-position:center;position:relative;display:flex;align-items:flex-end;padding:80px 0}.hero-content{max-width:1200px;margin:0 auto;width:100%;padding:0 24px 20px;position:relative;z-index:2}.back-btn-hero{display:inline-flex;align-items:center;gap:8px;background:#fff3;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border:1px solid rgba(255,255,255,.3);color:#fff;padding:10px 20px;border-radius:50px;cursor:pointer;font-weight:600;margin-bottom:32px;transition:all .3s ease}.back-btn-hero:hover{background:#ffffff4d;transform:translate(-5px)}.hero-content h1{font-family:Clash Display,sans-serif;font-size:4.5rem;font-weight:600;color:#fff;margin-bottom:12px;text-shadow:0 4px 12px rgba(0,0,0,.3)}.hero-location{display:flex;align-items:center;gap:12px;color:#e8ee26;font-size:1.3rem;font-weight:600;text-shadow:0 2px 4px rgba(0,0,0,.3);padding-bottom:40px}.booking-container{max-width:1200px;margin:-60px auto 0;padding:0 24px 80px;position:relative;z-index:10}.booking-grid{display:grid;grid-template-columns:1fr 420px;gap:48px;align-items:flex-start}.glass-card{background:#ffffffd9;backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px);border:1px solid rgba(0,0,0,.05);border-radius:28px;padding:32px;box-shadow:0 10px 40px #00000014}.selection-section{background:#fff;padding:32px;border-radius:28px;border:1px solid #eeeeee;margin-bottom:32px;box-shadow:0 4px 20px #00000005}.section-title{display:flex;align-items:center;gap:16px;font-family:Clash Display,sans-serif;font-size:1.6rem;font-weight:600;margin-bottom:32px;color:#1a1a1a}.section-number{display:flex;align-items:center;justify-content:center;width:36px;height:36px;background:#004d43;color:#e8ee26;border-radius:10px;font-size:.8rem;font-weight:600;font-family:Montserrat,sans-serif}.date-picker{width:100%;max-width:320px;background:#f8f9fa;border:2px solid #eeeeee;color:#1a1a1a;padding:16px 24px;border-radius:18px;font-size:1.1rem;font-weight:600;font-family:Montserrat,sans-serif;outline:none;transition:all .3s ease;cursor:pointer}.date-picker:focus{border-color:#004d43;background:#fff;box-shadow:0 0 0 4px #004d430d}.available-dates{margin-bottom:20px}.available-dates-label{font-size:.85rem;font-weight:600;color:#888;margin-bottom:10px;text-transform:uppercase;letter-spacing:.5px;font-family:Montserrat,sans-serif}.date-chips{display:flex;flex-wrap:wrap;gap:10px}.date-chip{padding:10px 18px;border-radius:14px;border:2px solid #e9ecef;background:#f8f9fa;color:#333;font-family:Montserrat,sans-serif;font-size:.9rem;font-weight:600;cursor:pointer;transition:all .3s ease}.date-chip:hover{border-color:#004d43;background:#fff;transform:translateY(-2px);box-shadow:0 4px 12px #004d431a}.date-chip.active{background:#004d43;color:#e8ee26;border-color:#004d43;box-shadow:0 6px 16px #004d4333}.slots-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(160px,1fr));gap:16px}.slot-pill{background:#f8f9fa;border:1px solid #eeeeee;padding:24px 16px;border-radius:24px;color:#1a1a1a;cursor:pointer;display:flex;flex-direction:column;align-items:center;gap:8px;transition:all .3s cubic-bezier(.4,0,.2,1)}.slot-pill:hover:not(:disabled){background:#fff;border-color:#004d43;transform:translateY(-5px);box-shadow:0 10px 25px #004d4314}.slot-pill.active{background:#004d43;color:#fff;border-color:#004d43;box-shadow:0 10px 25px #004d4333}.slot-pill.active .slot-price{color:#e8ee26;opacity:1}.slot-pill.booked{background:#f1f3f5;border-color:#e9ecef;color:#adb5bd;cursor:not-allowed;opacity:.7}.slot-time{font-family:Clash Display,sans-serif;font-weight:600;font-size:1.25rem}.slot-price{font-size:.95rem;font-weight:600;color:#666;font-family:Montserrat,sans-serif}.booked-badge{font-size:.75rem;font-weight:700;text-transform:uppercase;background:#ffe3e3;color:#fa5252;padding:4px 12px;border-radius:8px;margin-top:4px;font-family:Montserrat,sans-serif}.booking-form-card{position:sticky;top:40px;border:1px solid rgba(0,0,0,.05)}.form-group label{display:flex;align-items:center;gap:12px;margin-bottom:12px;font-weight:700;color:#343a40;font-family:Montserrat,sans-serif;font-size:1rem}.form-group label svg{color:#343a40;opacity:.7}.form-group input{width:100%;padding:18px 24px;background:#f8f9fa;border:2px solid #f1f3f5;border-radius:20px;color:#1a1a1a;font-size:1.05rem;font-family:Montserrat,sans-serif;transition:all .3s ease}.form-group input:focus{background:#fff;border-color:#004d43;outline:none;box-shadow:0 0 0 4px #004d430d}.booking-summary{margin:32px 0;padding:24px;background:#f8f9fa;border-radius:20px}.summary-row{display:flex;justify-content:space-between;margin-bottom:12px;color:#666;font-weight:500;font-family:Montserrat,sans-serif}.summary-row.total{margin-top:20px;padding-top:20px;border-top:2px solid #e9ecef;font-family:Clash Display,sans-serif;font-weight:600;font-size:1.75rem;color:#1a1a1a}.confirm-btn{width:100%;padding:22px;background:#004d43;color:#e8ee26;border:none;border-radius:20px;font-family:Clash Display,sans-serif;font-size:1.15rem;font-weight:600;text-transform:uppercase;display:flex;align-items:center;justify-content:center;gap:12px;cursor:pointer;transition:all .3s cubic-bezier(.175,.885,.32,1.275);box-shadow:0 10px 25px #004d4326}.confirm-btn:hover:not(:disabled){background:#003a32;transform:translateY(-3px);box-shadow:0 15px 35px #004d4340}.confirm-btn:disabled{background:#e9ecef;color:#adb5bd;cursor:not-allowed;box-shadow:none}.loading-screen,.success-screen{background:#f9fafb;min-height:100vh;display:flex;flex-direction:column}.loading-screen p{color:#004d43;font-weight:700;font-family:Montserrat,sans-serif}.success-card{background:#fff;padding:60px 40px;border-radius:24px;box-shadow:0 20px 60px #0000001a;border:1px solid #e5e7eb;max-width:600px;margin:80px auto;text-align:center;animation:scaleIn .5s cubic-bezier(.34,1.56,.64,1)}.success-card svg{margin-bottom:24px}.success-card h2{color:#004d43;font-family:Clash Display,sans-serif;font-weight:700;font-size:32px;margin-bottom:16px}.success-card p{font-family:Montserrat,sans-serif;font-size:16px;color:#6b7280;line-height:1.6;margin-bottom:12px}.success-card p:last-of-type{margin-bottom:32px}.success-card strong{color:#1f2937;font-weight:700}.primary-btn{background:#004d43;color:#e8ee26;border:none;border-radius:12px;padding:16px 40px;font-family:Montserrat,sans-serif;font-weight:700;font-size:16px;cursor:pointer;transition:all .3s ease;box-shadow:0 4px 12px #004d4333}.primary-btn:hover{background:#003830;transform:translateY(-2px);box-shadow:0 6px 20px #004d434d}@keyframes scaleIn{0%{transform:scale(.9);opacity:0}to{transform:scale(1);opacity:1}}.auth-guard-overlay{background:#ffffff0d;border-radius:20px;padding:40px 20px;text-align:center;border:1px dashed #ced4da;margin:20px 0;position:relative;z-index:10}.guard-content{display:flex;flex-direction:column;align-items:center;gap:16px;position:relative;z-index:11}.guard-icon{color:#004d43;opacity:.8}.guard-content h4{font-family:Clash Display,sans-serif;font-size:1.5rem;font-weight:600;margin:0;color:#1a1a1a}.guard-content p{color:#666;font-size:.95rem;line-height:1.5;max-width:250px}.login-redirect-btn{background:#004d43;color:#e8ee26;border:none;padding:14px 28px;border-radius:12px;font-weight:700;cursor:pointer;transition:all .3s ease;margin-top:8px;position:relative;z-index:12;pointer-events:auto}.login-redirect-btn:hover{background:#003a32;transform:translateY(-2px);box-shadow:0 8px 20px #004d4333}.signup-hint{font-size:.85rem!important;margin-top:8px!important}.signup-hint a{color:#004d43;font-weight:700;text-decoration:none}@media(max-width:992px){.booking-hero{height:350px}.hero-content h1{font-size:3rem}.booking-grid{grid-template-columns:1fr}.booking-container{margin-top:-40px}}@media(max-width:768px){.success-card{margin:40px 20px;padding:40px 24px}.success-card h2{font-size:26px}.success-card p{font-size:15px}.primary-btn{width:100%;padding:14px 32px}}@media(max-width:480px){.success-card{margin:20px 16px;padding:32px 20px}.success-card svg{width:60px;height:60px}.success-card h2{font-size:24px}}.error-screen{background:#f9fafb;min-height:100vh;display:flex;flex-direction:column}.error-content{background:#fff;padding:60px 40px;border-radius:24px;box-shadow:0 20px 60px #0000001a;border:1px solid #e5e7eb;max-width:500px;margin:80px auto;text-align:center}.error-content h1{font-family:Clash Display,sans-serif;font-size:28px;font-weight:700;color:#1f2937;margin-bottom:24px}.error-content button{background:#004d43;color:#e8ee26;border:none;border-radius:12px;padding:14px 32px;font-family:Montserrat,sans-serif;font-weight:700;font-size:16px;cursor:pointer;transition:all .3s ease}.error-content button:hover{background:#003830;transform:translateY(-2px)}.auth-page{min-height:100vh;background-color:#fcfcfc;display:flex;flex-direction:column;font-family:Montserrat,sans-serif}.auth-container{flex:1;display:flex;align-items:center;justify-content:center;padding:120px 24px 80px}.auth-card{width:100%;max-width:500px;padding:48px!important;position:relative;background:#fff;box-shadow:0 20px 50px #0000000d}.back-btn-simple{display:flex;align-items:center;gap:6px;background:none;border:none;color:#666;font-weight:600;cursor:pointer;margin-bottom:32px;padding:0;transition:all .2s ease}.back-btn-simple:hover{color:#004d43;transform:translate(-5px)}.auth-header{text-align:center;margin-bottom:40px}.auth-header h1{font-family:Clash Display,sans-serif;font-size:2.5rem;font-weight:600;color:#1a1a1a;margin-bottom:12px}.auth-header p{color:#666;font-size:1.1rem}.auth-error{background:#fff5f5;border:1px solid #ffe3e3;color:#fa5252;padding:16px;border-radius:12px;margin-bottom:32px;display:flex;align-items:center;gap:12px;font-weight:600;font-size:.95rem}.auth-form .form-group{margin-bottom:24px}.auth-form label{display:flex;align-items:center;gap:10px;font-weight:700;color:#343a40;margin-bottom:10px}.auth-form input{width:100%;padding:16px 20px;background:#f8f9fa;border:2px solid #f1f3f5;border-radius:16px;font-size:1rem;color:#1a1a1a;transition:all .3s ease;font-family:Montserrat,sans-serif}.auth-form input:focus{background:#fff;border-color:#004d43;outline:none;box-shadow:0 0 0 4px #004d430d}.auth-submit-btn{width:100%;padding:20px;background:#004d43;color:#e8ee26;border:none;border-radius:16px;font-family:Clash Display,sans-serif;font-size:1.1rem;font-weight:600;text-transform:uppercase;cursor:pointer;transition:all .3s ease;display:flex;align-items:center;justify-content:center;margin-top:16px;box-shadow:0 10px 20px #004d4326}.auth-submit-btn:hover:not(:disabled){background:#003a32;transform:translateY(-2px);box-shadow:0 15px 30px #004d4333}.auth-submit-btn:disabled{background:#e9ecef;color:#adb5bd;cursor:not-allowed;box-shadow:none}.auth-footer{margin-top:32px;text-align:center;color:#666}.auth-footer a{color:#004d43;font-weight:700;text-decoration:none}.auth-footer a:hover{text-decoration:underline}.auth-divider{display:flex;align-items:center;gap:16px;margin:32px 0;color:#adb5bd;font-size:.9rem;font-weight:500}.auth-divider:before,.auth-divider:after{content:"";flex:1;height:1px;background-color:#f1f3f5}.google-auth-btn{width:100%;padding:16px;background:#fff;color:#1a1a1a;border:2px solid #f1f3f5;border-radius:16px;font-family:Montserrat,sans-serif;font-size:1rem;font-weight:600;cursor:pointer;transition:all .3s ease;display:flex;align-items:center;justify-content:center;gap:12px}.google-auth-btn:hover{background:#f8f9fa;border-color:#e9ecef;transform:translateY(-2px);box-shadow:0 5px 15px #0000000d}.google-auth-btn img{width:20px;height:20px}@media(max-width:600px){.auth-card{padding:32px!important}.auth-header h1{font-size:2rem}}.profile-page{min-height:100vh;background-color:#fcfcfc;padding-bottom:100px;font-family:Montserrat,sans-serif}.profile-container{max-width:1200px;margin:0 auto;padding:0 40px}.profile-hero{background:#004d43;padding:140px 0 60px;position:relative;overflow:hidden}.profile-hero:before{content:"";position:absolute;top:-50%;right:-10%;width:600px;height:600px;background:radial-gradient(circle,rgba(232,238,38,.15) 0%,transparent 70%);z-index:1}.profile-header-content{position:relative;z-index:2;display:flex;align-items:center;gap:32px}.profile-avatar-large{width:100px;height:100px;background:#e8ee26;color:#004d43;border-radius:35px;display:flex;align-items:center;justify-content:center;font-size:2.5rem;font-family:Clash Display,sans-serif;font-weight:600;box-shadow:0 15px 35px #e8ee2633}.profile-info-main h1{font-family:Clash Display,sans-serif;font-size:2.8rem;font-weight:600;color:#fff;margin-bottom:8px}.profile-email{display:flex;align-items:center;gap:8px;color:#ffffffb3;font-size:1.1rem}.profile-logout-btn{margin-left:auto;background:#ffffff1a;border:1px solid rgba(255,255,255,.2);color:#fff;padding:12px 24px;border-radius:12px;font-weight:600;cursor:pointer;display:flex;align-items:center;gap:10px;transition:all .3s ease}.profile-logout-btn:hover{background:#fa5252;border-color:#fa5252;transform:translateY(-2px)}.profile-tabs{display:flex;gap:24px;margin:-30px 0 48px;position:relative;z-index:5}.tab-btn{background:#fff;border:1px solid rgba(0,0,0,.05);padding:20px 32px;border-radius:20px;font-family:Montserrat,sans-serif;font-size:1rem;font-weight:700;color:#666;cursor:pointer;display:flex;align-items:center;gap:12px;box-shadow:0 10px 30px #0000000d;transition:all .3s ease}.tab-btn.active{background:#fff;color:#004d43;border-color:#004d43;transform:translateY(-5px);box-shadow:0 15px 40px #004d431a}.count-badge{background:#f1f3f5;color:#495057;padding:4px 10px;border-radius:8px;font-size:.85rem}.tab-btn.active .count-badge{background:#004d43;color:#e8ee26}.bookings-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(360px,1fr));gap:32px}.booking-card{background:#fff;border:1px solid rgba(0,0,0,.05);padding:32px!important;display:flex;flex-direction:column;gap:24px;transition:all .3s ease}.booking-card:hover{transform:translateY(-10px);box-shadow:0 20px 50px #00000014;border-color:#004d43}.booking-card-header{display:flex;justify-content:space-between;align-items:flex-start}.booking-card-header h3{font-family:Clash Display,sans-serif;font-size:1.4rem;font-weight:600;color:#1a1a1a}.status-badge{padding:6px 14px;border-radius:50px;font-size:.8rem;font-weight:700;text-transform:uppercase;letter-spacing:.5px}.status-badge.pending{background:#fff9db;color:#f08c00}.status-badge.confirmed{background:#ebfbee;color:#37b24d}.booking-card-body{display:flex;flex-direction:column;gap:12px}.info-row{display:flex;align-items:center;gap:12px;color:#495057;font-weight:500}.info-row svg{color:#004d43;opacity:.7}.booking-card-footer{display:flex;justify-content:space-between;align-items:center;padding-top:24px;border-top:1px solid #f1f3f5}.booking-price span{display:block;font-size:.8rem;color:#868e96;margin-bottom:2px}.booking-price strong{font-family:Clash Display,sans-serif;font-size:1.2rem;font-weight:600;color:#004d43}.view-details-btn{background:none;border:none;color:#004d43;font-weight:700;display:flex;align-items:center;gap:6px;cursor:pointer;transition:gap .2s ease}.view-details-btn:hover{gap:10px}.empty-state{text-align:center;padding:80px 0;background:#fff;border-radius:30px;border:2px dashed #e9ecef}.empty-icon{width:100px;height:100px;background:#f8f9fa;border-radius:50%;display:flex;align-items:center;justify-content:center;margin:0 auto 24px;color:#004d43}.empty-state h3{font-family:Clash Display,sans-serif;font-size:1.8rem;font-weight:600;margin-bottom:8px}.empty-state p{color:#666;margin-bottom:32px}.book-now-btn{background:#004d43;color:#e8ee26;border:none;padding:16px 40px;border-radius:12px;font-family:Clash Display,sans-serif;font-weight:600;font-size:1.1rem;cursor:pointer;transition:all .3s ease}.book-now-btn:hover{background:#003a32;transform:translateY(-3px);box-shadow:0 10px 25px #004d4333}.profile-loading{min-height:100vh;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:16px}.profile-loading p{font-family:Clash Display,sans-serif;font-weight:600;color:#004d43}@media(max-width:768px){.profile-container{padding:0 20px}.profile-header-content{flex-direction:column;text-align:center}.profile-logout-btn{margin:20px auto 0}.profile-info-main h1{font-size:2.2rem}.profile-tabs{flex-direction:column;gap:12px}.bookings-grid{grid-template-columns:1fr}}.not-found-page{min-height:100vh;display:flex;flex-direction:column}.not-found-section{flex:1;display:flex;align-items:center;justify-content:center;position:relative;overflow:hidden;background:#f4f7f6;padding:120px 24px 80px;min-height:70vh}.not-found-bg-text{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);font-family:Clash Display,Montserrat,sans-serif;font-size:clamp(200px,30vw,450px);font-weight:700;color:#004d43;opacity:.06;line-height:1;letter-spacing:-10px;-webkit-user-select:none;user-select:none;pointer-events:none;white-space:nowrap}.not-found-content{position:relative;z-index:2;text-align:center;max-width:480px}.not-found-title{font-family:Clash Display,sans-serif;font-size:clamp(28px,5vw,42px);font-weight:600;color:#1a1a2e;margin-bottom:16px;line-height:1.2}.not-found-desc{font-family:Montserrat,sans-serif;font-size:15px;color:#5a6a65;line-height:1.7;margin-bottom:36px;max-width:400px;margin-left:auto;margin-right:auto}.not-found-btn{display:inline-flex;align-items:center;gap:10px;padding:14px 32px;background:#004d43;color:#fff;font-family:Montserrat,sans-serif;font-size:14px;font-weight:600;border-radius:50px;text-decoration:none;transition:all .3s ease;box-shadow:0 4px 20px #004d434d;letter-spacing:.3px}.not-found-btn:hover{background:#003d35;transform:translateY(-2px);box-shadow:0 8px 30px #004d4366}.not-found-btn:active{transform:translateY(0)}.not-found-btn svg{transition:transform .3s ease}.not-found-btn:hover svg{transform:translate(4px)}@media(max-width:768px){.not-found-section{padding:100px 20px 60px;min-height:60vh}.not-found-desc{font-size:14px}.not-found-btn{padding:12px 28px;font-size:13px}}.area-page{background:#f8fafc;min-height:100vh}.area-hero{background:url(/image/Whisk_d46323c90133a6db64e49b2ab1bf60f9dr.jpeg);background-size:cover;background-position:center;padding:180px 5% 140px;text-align:center;color:#fff;clip-path:polygon(0 0,100% 0,100% 85%,0 100%)}.area-hero-content h1{font-size:3.5rem;font-weight:700;margin-bottom:20px;font-family:Clash Display,sans-serif;color:#fff}.area-hero-content h1 .highlight{color:#e8ee26}.area-hero-content p{font-size:1.2rem;opacity:.9;max-width:600px;margin:0 auto 40px;color:#fff}.search-container{max-width:700px;margin:0 auto}.search-wrapper{background:#fff;border-radius:50px;display:flex;align-items:center;padding:8px 24px;transition:all .3s ease}.search-wrapper:focus-within{transform:translateY(-2px);box-shadow:0 10px 30px #0003}.search-icon{color:#004d43;margin-right:15px}.search-wrapper input{background:transparent;border:none;color:#004d43;width:100%;padding:12px 0;font-size:1.1rem;outline:none}.search-wrapper input::placeholder{color:#999}.area-container{max-width:1200px;margin:-60px auto 100px;padding:0 24px;display:flex;flex-direction:column;gap:40px}.filters-section{background:#ffffffb3;backdrop-filter:blur(20px);-webkit-backdrop-filter:blur(20px);padding:30px 40px;border-radius:30px;box-shadow:0 10px 40px #0000000d;z-index:10;border:1px solid rgba(255,255,255,.8);display:flex;flex-direction:column;align-items:center;gap:20px}.filters-header{width:100%;display:flex;justify-content:center}.filters-header h2{font-size:1.1rem;font-weight:700;text-transform:uppercase;letter-spacing:1px;color:#475569;margin:0}.sports-pills{display:flex;justify-content:center;flex-wrap:wrap;gap:16px}.pill{display:flex;align-items:center;gap:10px;padding:12px 28px;border-radius:50px;border:1px solid rgba(0,77,67,.1);background:#fff;color:#475569;font-weight:600;cursor:pointer;transition:all .4s cubic-bezier(.4,0,.2,1);box-shadow:0 4px 6px #00000005}.pill-icon{display:flex;align-items:center;color:#004d43;transition:transform .3s ease}.pill:hover{transform:translateY(-4px);border-color:#004d43;color:#004d43;box-shadow:0 8px 15px #004d431a}.pill:hover .pill-icon{transform:rotate(12deg) scale(1.1)}.pill.active{background:#004d43;color:#fff;border-color:#004d43;box-shadow:0 10px 20px #004d434d;transform:translateY(-2px)}.pill.active .pill-icon{color:#e8ee26}.mobile-close-filter,.mobile-filter-btn{display:none}.area-grid-header{display:flex;justify-content:space-between;align-items:center}.results-count{color:#64748b;font-weight:500}.area-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(350px,1fr));gap:32px}.venue-card{background:#ffffffb3;backdrop-filter:blur(15px);-webkit-backdrop-filter:blur(15px);border-radius:24px;overflow:hidden;box-shadow:0 4px 20px #00000008;transition:all .3s ease;border:1px solid rgba(255,255,255,.5)}.venue-card:hover{transform:translateY(-8px);box-shadow:0 20px 40px #00000014}.venue-image{position:relative;height:220px;overflow:hidden}.venue-image-slider{position:relative;width:100%;height:100%;overflow:hidden}.slider-container{display:flex;width:100%;height:100%;transition:transform .5s cubic-bezier(.4,0,.2,1)}.slider-image{min-width:100%;width:100%;height:100%;object-fit:cover}.slider-nav{position:absolute;top:50%;transform:translateY(-50%);background:#fff3;backdrop-filter:blur(8px);-webkit-backdrop-filter:blur(8px);border:1px solid rgba(255,255,255,.3);color:#fff;width:36px;height:36px;border-radius:50%;display:flex;align-items:center;justify-content:center;cursor:pointer;z-index:10;transition:all .3s ease;opacity:0}.venue-card:hover .slider-nav{opacity:1}.slider-nav:hover{background:#fff6;transform:translateY(-50%) scale(1.1)}.slider-nav.prev{left:12px}.slider-nav.next{right:12px}.slider-indicators{position:absolute;bottom:12px;left:50%;transform:translate(-50%);display:flex;gap:6px;z-index:10}.indicator{width:6px;height:6px;border-radius:50%;background:#fff6;cursor:pointer;transition:all .3s ease}.indicator.active{background:#e8ee26;width:18px;border-radius:10px}.venue-sport-tag{position:absolute;top:16px;right:16px;background:#e8ee26;color:#0f172a;padding:6px 16px;border-radius:20px;font-size:.8rem;font-weight:800;text-transform:uppercase}.venue-info{padding:24px}.venue-header{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:8px}.venue-header h3{font-size:1.25rem;color:#0f172a;font-weight:700}.venue-rating{display:flex;align-items:center;gap:4px;font-weight:700;color:#0f172a}.venue-loc{display:flex;align-items:center;gap:6px;color:#64748b;font-size:.9rem;margin-bottom:20px}.venue-tags{display:flex;gap:8px;margin-bottom:24px}.tag{background:#f1f5f9;color:#475569;padding:4px 12px;border-radius:6px;font-size:.75rem;font-weight:600}.venue-footer{display:flex;justify-content:space-between;align-items:center;padding-top:20px;border-top:1px solid #f1f5f9}.loading-container{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:100px 20px;gap:20px;color:#004d43}.animate-spin{animation:spin 1s linear infinite}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.venue-price{font-size:1.1rem;font-weight:700;color:#004d43}.book-btn{background:#0f172a;color:#fff;padding:10px 20px;border-radius:12px;border:none;font-weight:600;cursor:pointer;transition:all .3s ease}.book-btn:hover{background:#004d43;transform:scale(1.05)}.no-results{text-align:center;padding:80px 20px}.no-results h3{font-size:1.5rem;margin-bottom:10px}.reset-btn{margin-top:20px;background:#004d43;color:#fff;border:none;padding:12px 30px;border-radius:30px;cursor:pointer}@media(max-width:900px){.area-grid{grid-template-columns:repeat(auto-fill,minmax(300px,1fr))}}@media(max-width:768px){.area-hero{padding:140px 5% 100px}.area-hero-content h1{font-size:2.5rem}}@media(max-width:480px){.area-hero{padding:120px 20px 100px}.area-hero-content h1{font-size:1.8rem}.area-container{margin-top:-40px}.filters-section{position:fixed;top:0;left:-100%;width:100%;height:100vh;border-radius:0;transition:left .4s ease;padding:40px 20px}.filters-section.open{left:0}.mobile-close-filter{display:block;background:none;border:none;position:absolute;top:20px;right:20px}.mobile-filter-btn{display:flex;align-items:center;gap:8px;background:#fff;border:1px solid #e2e8f0;padding:8px 16px;border-radius:12px;font-weight:600}}
