@import"https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700;800&family=Outfit:wght@400;500;600;700;800&display=swap";:root{--bg-color: #f8fafc;--bg-gradient: radial-gradient(circle at top left, #fbfcfc 0%, #f1f5f9 100%);--text-primary: #0f172a;--text-secondary: #334155;--text-tertiary: #64748b;--accent-teal: #2e8b58;--accent-teal-hover: #1e603c;--accent-dark: #0f172a;--accent-dark-hover: #1e293b;--border-light: #cbd5e1;--bg-light-gray: #f1f5f9;--panel-shadow: 0 20px 50px -12px rgba(15, 23, 42, .08);--font-family: "Inter", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;--glass-bg: rgba(46, 139, 88, .08);--glass-border: rgba(46, 139, 88, .15);--overlay-bg: rgba(248, 250, 252, .98);--input-bg: rgba(0, 0, 0, .04);--header-bg: #2e8b58;--header-text: #ffffff;--header-border: rgba(255, 255, 255, .2);--header-link-bg: rgba(255, 255, 255, .1)}.dark{--bg-color: #022c22;--bg-gradient: radial-gradient(circle at top left, #064e3b 0%, #022c22 100%);--text-primary: #ffffff;--text-secondary: rgba(255, 255, 255, .9);--text-tertiary: rgba(255, 255, 255, .7);--accent-teal: #2e8b58;--accent-teal-hover: #1e603c;--accent-dark: #ffffff;--accent-dark-hover: #e2e8f0;--border-light: rgba(255, 255, 255, .15);--bg-light-gray: rgba(255, 255, 255, .05);--panel-shadow: 0 20px 50px -12px rgba(0, 0, 0, .6);--glass-bg: rgba(0, 0, 0, .4);--glass-border: rgba(255, 255, 255, .2);--overlay-bg: rgba(2, 44, 34, .95);--input-bg: rgba(0, 0, 0, .3);--header-bg: #2e8b58;--header-text: #ffffff;--header-border: rgba(255, 255, 255, .15);--header-link-bg: rgba(0, 0, 0, .2)}*{margin:0;padding:0;box-sizing:border-box}body{font-family:var(--font-family);background:linear-gradient(to bottom,#0ea5e926,#fff0 50%),var(--bg-gradient) url(/assets/scene-BFeffDMm.png) no-repeat center bottom fixed;background-size:cover;color:var(--text-primary);overflow-x:hidden;width:100vw;min-height:100vh;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.dark body{background:linear-gradient(to bottom,#0f172a66,#02061700 50%),var(--bg-gradient) url(/assets/scene_dark-B2q0ptNN.png) no-repeat center bottom fixed;background-size:cover}h1,h2,h3,h4,h5,h6{font-family:Outfit,sans-serif}#root{width:100%;min-height:100vh;display:flex;flex-direction:column}a{text-decoration:none;color:inherit;transition:all .2s cubic-bezier(.4,0,.2,1)}a:hover{color:var(--accent-teal)}button{font-family:var(--font-family);cursor:pointer;border:none;outline:none;transition:all .3s cubic-bezier(.4,0,.2,1)}.btn-primary-hover:hover{transform:translateY(-3px);filter:brightness(1.1);box-shadow:0 15px 30px -10px #2e8b5880}.btn-secondary-hover:hover{transform:translateY(-2px);background-color:#fff!important;border-color:var(--accent-teal)!important;color:var(--accent-teal)!important;box-shadow:0 10px 20px -5px #0000001a}.dark .btn-secondary-hover:hover{background-color:var(--bg-light-gray)!important;color:var(--text-primary)!important;border-color:var(--border-light)!important}.nav-link-hover:hover{color:var(--accent-teal)!important;transform:translateY(-2px);background-color:#fff!important;box-shadow:0 5px 15px #2e8b581a}.dark .nav-link-hover:hover{background-color:#fff!important;color:var(--accent-teal)!important;box-shadow:0 5px 15px #0003}.card-hover{transition:all .3s cubic-bezier(.4,0,.2,1)}.card-hover:hover{transform:translateY(-5px);box-shadow:0 30px 60px -15px #0f172a33,inset 0 0 0 1px #fffc,0 0 0 1px var(--accent-teal)!important}.glass-card{background:linear-gradient(135deg,#fffffff2,#fffc)!important;backdrop-filter:blur(24px)!important;-webkit-backdrop-filter:blur(24px)!important;border:1px solid rgba(15,23,42,.12)!important;box-shadow:0 25px 50px -12px var(--panel-shadow),inset 0 0 0 1px #fffc!important;position:relative}.dark .glass-card{background:linear-gradient(135deg,#1e293bcc,#0f172ab3)!important;border:1px solid rgba(255,255,255,.1)!important;box-shadow:0 25px 50px -12px var(--panel-shadow),inset 0 0 0 1px #ffffff0d!important}.glass-card:before{content:"";position:absolute;top:0;left:0;right:0;height:2px;background:linear-gradient(90deg,transparent,var(--accent-teal),transparent);opacity:.5;border-top-left-radius:inherit;border-top-right-radius:inherit;pointer-events:none}.news-card-dark{background:linear-gradient(135deg,#1b4332,#081c15)!important;border:1px solid rgba(255,255,255,.1)!important}.updates-main-layout{display:flex;flex-direction:row;gap:2.5rem;width:100%;align-items:stretch}@media (max-width: 1024px){.updates-main-layout{flex-direction:column!important;gap:3rem!important}}.updates-panel-left{background:#ffffff73!important;backdrop-filter:blur(20px)!important;-webkit-backdrop-filter:blur(20px)!important;border:1px solid rgba(255,255,255,.4)!important;box-shadow:0 20px 50px #0000000d!important}.dark .updates-panel-left{background:#022c2273!important;border:1px solid rgba(255,255,255,.08)!important;box-shadow:0 20px 50px #0000004d!important}.updates-panel-right{background:#f0fdfa73!important;backdrop-filter:blur(20px)!important;-webkit-backdrop-filter:blur(20px)!important;border:1px solid rgba(255,255,255,.4)!important;box-shadow:0 20px 50px #0000000d!important}.dark .updates-panel-right{background:#0478570d!important;border:1px solid rgba(255,255,255,.08)!important;box-shadow:0 20px 50px #0000004d!important}.destinations-panel{background:#ffffff73!important;backdrop-filter:blur(20px)!important;-webkit-backdrop-filter:blur(20px)!important;border:1px solid rgba(255,255,255,.4)!important;box-shadow:0 20px 50px #0000000d!important}.dark .destinations-panel{background:#022c2273!important;border:1px solid rgba(255,255,255,.08)!important;box-shadow:0 20px 50px #0000004d!important}.dropdown-item-hover{transition:all .2s ease}.dropdown-item-hover:hover{background-color:#05966914!important;color:var(--accent-teal)!important}.dark .dropdown-item-hover:hover{background-color:#10b98126!important;color:#34d399!important}.glass-input{background:var(--input-bg)!important;color:var(--text-primary)!important;-webkit-backdrop-filter:blur(10px)!important;backdrop-filter:blur(10px)!important;border:1px solid var(--border-light)!important;box-shadow:inset 0 2px 4px #0f172a05!important;transition:all .2s ease}.glass-input:focus{border-color:var(--accent-teal)!important;box-shadow:0 0 0 3px #2e8b581a,inset 0 2px 4px #0f172a05!important}.glass-header{background:var(--header-bg)!important;backdrop-filter:blur(20px)!important;-webkit-backdrop-filter:blur(20px)!important;border-bottom:1px solid var(--border-light)!important;box-shadow:0 4px 20px -5px #0f172a0d!important}@keyframes pulse{0%{transform:scale(1);opacity:1}50%{transform:scale(1.1);opacity:.8}to{transform:scale(1);opacity:1}}@keyframes fadeIn{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}@keyframes slideUpFadeIn{0%{opacity:0;transform:translateY(40px)}to{opacity:1;transform:translateY(0)}}@keyframes slideDownFadeIn{0%{opacity:0;transform:translateY(-30px)}to{opacity:1;transform:translateY(0)}}@keyframes scaleUpFadeIn{0%{opacity:0;transform:scale(.95)}to{opacity:1;transform:scale(1)}}@keyframes slideInFromRight{0%{opacity:0;transform:translate(40px)}to{opacity:1;transform:translate(0)}}@keyframes slideInFromLeft{0%{opacity:0;transform:translate(-40px)}to{opacity:1;transform:translate(0)}}.animate-slide-up{animation:slideUpFadeIn .8s cubic-bezier(.16,1,.3,1) forwards;opacity:0}.animate-slide-down{animation:slideDownFadeIn .8s cubic-bezier(.16,1,.3,1) forwards;opacity:0}.animate-scale-up{animation:scaleUpFadeIn .8s cubic-bezier(.16,1,.3,1) forwards;opacity:0}.animate-slide-right{animation:slideInFromRight .8s cubic-bezier(.16,1,.3,1) forwards;opacity:0}.animate-slide-left{animation:slideInFromLeft .8s cubic-bezier(.16,1,.3,1) forwards;opacity:0}.delay-100{animation-delay:.1s}.delay-200{animation-delay:.2s}.delay-300{animation-delay:.3s}.delay-400{animation-delay:.4s}.delay-500{animation-delay:.5s}.delay-600{animation-delay:.6s}.delay-700{animation-delay:.7s}.delay-800{animation-delay:.8s}.delay-900{animation-delay:.9s}.delay-1000{animation-delay:1s}.cloud-container{position:absolute;top:0;left:0;width:100%;height:60%;overflow:hidden;pointer-events:none;z-index:1}.cloud{position:absolute;background:#fff;border-radius:100px;opacity:.3;filter:blur(40px);animation:drift linear infinite}.cloud:before,.cloud:after{content:"";position:absolute;background:#fff;border-radius:50%}@keyframes drift{0%{transform:translate(-200px)}to{transform:translate(calc(100vw + 200px))}}@keyframes float{0%,to{transform:translateY(0)}50%{transform:translateY(-20px)}}.cloud-1{width:400px;height:120px;top:15%;animation-duration:60s;opacity:.2}.cloud-2{width:300px;height:100px;top:35%;animation-duration:45s;animation-delay:-15s;opacity:.15}.cloud-3{width:500px;height:150px;top:10%;animation-duration:80s;animation-delay:-40s;opacity:.1}.cloud-4{width:250px;height:80px;top:45%;animation-duration:35s;animation-delay:-5s;opacity:.25}.global-scene{position:fixed;bottom:0;left:0;width:100%;max-width:100vw;height:auto;display:block;z-index:-1;object-fit:cover;pointer-events:none;opacity:.9}.hero-section{scrollbar-width:thin;scrollbar-color:rgba(46,139,88,.2) transparent}.hero-section::-webkit-scrollbar{width:6px}.hero-section::-webkit-scrollbar-thumb{background-color:#2e8b5833;border-radius:10px}.app-main-content{padding-top:80px}@media (max-width: 1200px){.hero-section{zoom:.75!important}}@media (max-width: 1024px){.desktop-nav{display:none!important}.mobile-hamburger{display:flex!important}.glass-header{padding:1rem 1.5rem!important}}@media (max-width: 768px){.hero-section{zoom:1!important}.destination-grid{flex-wrap:wrap!important;gap:1rem!important}.app-main-content{padding-top:64px!important;padding-bottom:80px!important}}@media (max-height: 700px) and (min-width: 769px){.hero-section{zoom:.7!important}}@media (max-height: 600px) and (min-width: 769px){.hero-section{zoom:.65!important}}.m3-circular-progress{display:inline-block;position:relative;animation:m3-rotate 2s linear infinite}.m3-circular-progress circle{fill:none;stroke:var(--accent-teal);stroke-width:4px;stroke-linecap:round;stroke-dasharray:80,200;stroke-dashoffset:0;animation:m3-dash 1.5s ease-in-out infinite}@keyframes m3-rotate{to{transform:rotate(360deg)}}@keyframes m3-dash{0%{stroke-dasharray:1,200;stroke-dashoffset:0}50%{stroke-dasharray:89,200;stroke-dashoffset:-35px}to{stroke-dasharray:89,200;stroke-dashoffset:-124px}}.m3-linear-progress{position:relative;width:100%;height:4px;background-color:#2e8b581f;border-radius:2px;overflow:hidden}.m3-linear-bar{position:absolute;top:0;left:0;bottom:0;width:100%;transform-origin:left;animation:m3-linear-anim 2s cubic-bezier(.2,0,0,1) infinite}@keyframes m3-linear-anim{0%{transform:translate(-100%) scaleX(.5)}50%{transform:translate(0) scaleX(.2)}to{transform:translate(100%) scaleX(.5)}}.markdown-body{font-family:inherit;line-height:1.6;color:var(--text-primary)}.markdown-body .md-h1{font-size:1.6rem;font-weight:700;margin-top:1.25rem;margin-bottom:.75rem;color:#2e8b58}.markdown-body .md-h2{font-size:1.3rem;font-weight:700;margin-top:1rem;margin-bottom:.5rem;color:var(--text-primary)}.markdown-body .md-h3{font-size:1.1rem;font-weight:600;margin-top:.75rem;margin-bottom:.5rem;color:var(--text-primary)}.markdown-body .md-p{margin-bottom:.75rem;font-size:.95rem}.markdown-body .md-ul{margin-left:1.5rem;margin-bottom:.75rem;list-style-type:disc}.markdown-body .md-li{margin-bottom:.25rem;font-size:.95rem}.markdown-body .md-spacer{height:.5rem}.markdown-body .md-link{color:#2e8b58;text-decoration:underline;font-weight:500}.markdown-body .md-link:hover{opacity:.8}.markdown-body .md-hr{border:none;border-top:1px solid var(--border-light);margin:1rem 0}.news-grid-mixed{display:grid;grid-template-columns:repeat(2,1fr);gap:2.2rem;width:100%}.news-tile{background:linear-gradient(135deg,#1b4332,#081c15)!important;border:1px solid rgba(255,255,255,.1)!important;box-shadow:0 15px 35px #0003;border-radius:24px;cursor:pointer;overflow:hidden;transition:transform .3s cubic-bezier(.4,0,.2,1),box-shadow .3s cubic-bezier(.4,0,.2,1);display:flex}.news-tile-featured{grid-column:span 2;flex-direction:row;padding:2.2rem;gap:2.2rem}.news-tile-featured .news-tile-img-wrapper{width:45%;height:250px;flex-shrink:0;border-radius:16px;overflow:hidden}.news-tile-featured .news-tile-img{width:100%;height:100%;object-fit:cover}.news-tile-featured .news-tile-content{display:flex;flex-direction:column;justify-content:center;flex:1}.news-tile-vertical{grid-column:span 1;flex-direction:column;padding:1.5rem;gap:1.5rem}.news-tile-vertical .news-tile-img-wrapper{width:100%;height:200px;border-radius:16px;overflow:hidden}.news-tile-vertical .news-tile-img{width:100%;height:100%;object-fit:cover}.news-tile-vertical .news-tile-content{display:flex;flex-direction:column}.news-tile-horizontal{grid-column:span 1;flex-direction:row;padding:1.5rem;gap:1.5rem;align-items:center}.news-tile-horizontal .news-tile-img-wrapper{width:120px;height:120px;flex-shrink:0;border-radius:16px;overflow:hidden}.news-tile-horizontal .news-tile-img{width:100%;height:100%;object-fit:cover}.news-tile-horizontal .news-tile-content{display:flex;flex-direction:column;flex:1}.news-tile-icon-placeholder{width:100%;height:100%;background:#ffffff0d;display:flex;align-items:center;justify-content:center;font-size:2.5rem}.news-tile-horizontal .news-tile-icon-placeholder{font-size:2rem}.news-tile-title{font-size:1.25rem;font-weight:800;color:#fff;line-height:1.3;margin-bottom:.5rem}.news-tile-featured .news-tile-title{font-size:1.6rem;margin-bottom:.75rem}.news-tile-meta{display:flex;justify-content:space-between;align-items:center;margin-bottom:.75rem}.news-tile-time{font-size:.85rem;font-weight:700;color:var(--accent-teal)}.news-tile-desc{font-size:.95rem;color:#ffffffe6;line-height:1.5}.news-tile-desc .markdown-body,.news-tile-desc .markdown-body .md-p,.news-tile-desc .markdown-body .md-li,.news-tile-desc .markdown-body .md-h1,.news-tile-desc .markdown-body .md-h2,.news-tile-desc .markdown-body .md-h3,.news-card-dark .markdown-body,.news-card-dark .markdown-body .md-p,.news-card-dark .markdown-body .md-li,.news-card-dark .markdown-body .md-h1,.news-card-dark .markdown-body .md-h2,.news-card-dark .markdown-body .md-h3{color:#ffffffe6!important}.news-tile-desc .markdown-body .md-link,.news-card-dark .markdown-body .md-link{color:var(--accent-teal)!important}.news-tile-no-image{flex-direction:column!important;padding:2rem!important}.news-tile-no-image .news-tile-content{width:100%!important}@media (max-width: 800px){.news-grid-mixed{grid-template-columns:1fr;gap:1.5rem}.news-tile-featured{grid-column:span 1;flex-direction:column;padding:1.5rem;gap:1.5rem}.news-tile-featured .news-tile-img-wrapper{width:100%;height:180px}.news-tile-horizontal{flex-direction:column;align-items:flex-start;padding:1.5rem;gap:1.5rem}.news-tile-horizontal .news-tile-img-wrapper{width:100%;height:180px}}.home-news-grid-asymmetric{display:grid;grid-template-columns:repeat(3,1fr);gap:1.5rem;width:100%}.home-news-card-1{grid-column:span 2}.home-news-card-2,.home-news-card-3{grid-column:span 1}.home-news-card-4{grid-column:span 2}.home-news-card-1,.home-news-card-4{display:flex;flex-direction:row!important}.home-news-card-2,.home-news-card-3{display:flex;flex-direction:column!important}.home-news-card-2 img,.home-news-card-3 img{width:100%!important;height:150px!important;margin-bottom:1rem;margin-right:0!important}.news-card-no-image{flex-direction:column!important}.news-card-no-image img{display:none!important}@media (max-width: 1024px){.home-news-grid-asymmetric{grid-template-columns:1fr;gap:1.25rem}.home-news-card-1,.home-news-card-2,.home-news-card-3,.home-news-card-4{grid-column:span 1;flex-direction:row!important}.home-news-card-2 img,.home-news-card-3 img{width:100px!important;height:100px!important;margin-bottom:0!important;margin-right:1.25rem!important}}@media (max-width: 640px){.home-news-card-1,.home-news-card-2,.home-news-card-3,.home-news-card-4{flex-direction:column!important}.home-news-card-1 img,.home-news-card-2 img,.home-news-card-3 img,.home-news-card-4 img{width:100%!important;height:150px!important;margin-right:0!important;margin-bottom:1rem!important}}@media (min-width: 1025px){.home-news-card-1 img,.home-news-card-4 img{width:140px!important;height:110px!important;margin-right:.5rem}}.mobile-bottom-nav{display:none}@media (max-width: 768px){.mobile-bottom-nav{display:flex;position:fixed;bottom:0;left:0;right:0;height:64px;background:#ffffffeb;backdrop-filter:blur(24px);-webkit-backdrop-filter:blur(24px);border-top:1px solid rgba(0,0,0,.08);z-index:1000;justify-content:space-around;align-items:center;padding-bottom:env(safe-area-inset-bottom);box-shadow:0 -4px 20px #0000000f}.mobile-bottom-tab{display:flex;flex-direction:column;align-items:center;justify-content:center;color:var(--text-tertiary);text-decoration:none;flex:1;height:100%;padding:6px 0;transition:all .2s ease;gap:2px}.mobile-bottom-tab.active{color:var(--accent-teal)!important}.mobile-bottom-icon{display:flex;align-items:center;justify-content:center;transition:transform .2s ease}.mobile-bottom-tab.active .mobile-bottom-icon svg{stroke:var(--accent-teal)}.mobile-bottom-tab:active .mobile-bottom-icon{transform:scale(.85)}.mobile-bottom-label{font-size:.65rem;font-weight:700;text-transform:uppercase;letter-spacing:.04em}}@media (max-width: 768px){.desktop-nav,.mobile-hamburger{display:none!important}.glass-header{justify-content:center!important;padding:.75rem 1.25rem!important;height:64px!important}}.home-news-grid-few{grid-template-columns:repeat(auto-fit,minmax(280px,340px))!important;justify-content:center!important}.home-news-grid-few>div{grid-column:span 1!important;flex-direction:column!important;max-width:340px!important;margin:0 auto!important}.home-news-grid-few img{width:100%!important;height:160px!important;margin-right:0!important;margin-bottom:1rem!important}.home-news-card-2 .news-header,.home-news-card-3 .news-header,.home-news-grid-few .news-header{flex-direction:column!important;align-items:flex-start!important;gap:.25rem!important}.home-news-card-2 .news-time,.home-news-card-3 .news-time,.home-news-grid-few .news-time{margin-left:0!important}@media (max-width: 768px){.updates-content{padding:0 1rem!important}.updates-tab-track{width:auto!important;min-width:300px!important}.updates-status-row{flex-wrap:wrap;gap:.5rem}}@media (max-width: 768px){.planner-main-card{display:flex!important;flex-direction:column!important;padding:1.5rem!important;gap:1.5rem!important;margin-top:1rem!important}.planner-header-row{flex-direction:column!important;align-items:flex-start!important;gap:1rem!important;padding-bottom:1rem!important}.planner-left-side{border-right:none!important;padding-right:0!important;display:flex!important;flex-direction:column!important;gap:1.25rem!important}.planner-right-side{padding-left:0!important;border-top:1px solid var(--border-light)!important;padding-top:1.5rem!important;gap:1.25rem!important}.planner-form-row{grid-template-columns:1fr!important;gap:1.25rem!important}.planner-footer{margin-top:.5rem!important}.planner-footer button{width:100%!important;padding:1rem 2rem!important}}@media (max-width: 768px){.itinerary-container{padding:.75rem!important}.itinerary-title-text{font-size:1.6rem!important}.itinerary-subtitle-text{font-size:.85rem!important;line-height:1.4!important}.day-card-container{padding:1.25rem 1rem!important;margin-bottom:1rem!important;border-radius:16px!important}.day-card-content{padding-left:0!important;margin-top:1.25rem!important}.day-card-stay-grid{grid-template-columns:1fr!important;gap:.75rem!important}}@media (max-width: 768px){.itinerary-footer-compact-left{display:none!important}.mobile-only-footer-label{display:flex!important}.itinerary-footer-compact-bar{padding:.75rem 1.25rem!important;justify-content:space-between!important}.itinerary-footer-wrapper{padding:0!important}.itinerary-footer-container.compact{border-radius:16px 16px 0 0!important}.itinerary-footer-container.expanded{max-height:80vh!important;overflow-y:auto!important;margin-bottom:0!important;border-radius:24px 24px 0 0!important;border-bottom:none!important;border-left:none!important;border-right:none!important}.itinerary-footer-expanded-content{padding:1.5rem!important}.itinerary-footer-expanded-grid{grid-template-columns:repeat(2,1fr)!important;gap:.75rem!important;margin-bottom:1.5rem!important}.itinerary-footer-cost-card{padding:1rem!important}}.mobile-tabs-header{display:flex;background:#ffffff73;backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px);border:1px solid var(--border-light);padding:4px;border-radius:99px;margin:1rem auto 1.5rem;width:95%;max-width:450px;box-shadow:0 4px 15px #0000000d}.mobile-tab-btn{flex:1;background:transparent;border:none;padding:10px 12px;border-radius:99px;font-size:.85rem;font-weight:700;color:var(--text-secondary);cursor:pointer;transition:all .25s ease;display:flex;align-items:center;justify-content:center;gap:4px}.mobile-tab-btn.active{background:var(--accent-teal);color:#fff;box-shadow:0 4px 12px #05966933}.mobile-search-wrapper{position:relative;width:100%;margin-bottom:1.25rem}.mobile-search-input{width:100%;background:#fff9;border:1px solid var(--border-light);border-radius:16px;padding:12px 16px 12px 42px;font-size:.95rem;font-weight:600;outline:none;box-shadow:inset 0 2px 4px #00000003;transition:all .2s ease;box-sizing:border-box;color:var(--text-primary)}.mobile-search-input:focus{border-color:var(--accent-teal);background:#fff}.mobile-search-icon{position:absolute;left:14px;top:50%;transform:translateY(-50%);color:var(--text-tertiary);pointer-events:none}.mobile-search-clear{position:absolute;right:14px;top:50%;transform:translateY(-50%);background:none;border:none;font-size:1.1rem;color:var(--text-tertiary);cursor:pointer;padding:4px}.mobile-explore-screen{display:flex;flex-direction:column;width:100%;min-height:100%;padding:1rem 1rem 1.5rem;box-sizing:border-box;background:transparent}@media (min-width: 769px){.mobile-explore-screen{display:none}}.mobile-explore-header{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:1rem;padding:0 .25rem}.mobile-explore-title{font-size:1.6rem;font-weight:800;color:var(--text-primary);margin:0;letter-spacing:-.02em}.mobile-explore-subtitle{font-size:.85rem;color:var(--text-tertiary);margin:.25rem 0 0;font-weight:500}.mobile-destinations-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:.75rem;width:100%}.mobile-dest-card{position:relative;height:185px;border-radius:20px;overflow:hidden;cursor:pointer;background-size:cover;background-position:center;background-color:#1b4332;box-shadow:0 6px 20px #00000026;transition:transform .25s cubic-bezier(.4,0,.2,1),box-shadow .25s ease;-webkit-tap-highlight-color:transparent}.mobile-dest-card:active{transform:scale(.97);box-shadow:0 2px 8px #00000026}.mobile-dest-overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(to top,#000000e0,#00000059,#0000000d);z-index:1}.mobile-dest-region{position:absolute;top:8px;left:8px;background:#0000008c;backdrop-filter:blur(6px);-webkit-backdrop-filter:blur(6px);padding:3px 8px;border-radius:8px;font-size:.6rem;color:#ffffffe6;font-weight:700;letter-spacing:.02em;z-index:2;max-width:80px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.mobile-dest-rating{position:absolute;top:8px;right:8px;background:#0000008c;backdrop-filter:blur(6px);-webkit-backdrop-filter:blur(6px);padding:3px 7px;border-radius:8px;font-size:.65rem;color:#facc15;font-weight:700;z-index:2}.mobile-dest-info{position:absolute;bottom:0;left:0;right:0;padding:10px 10px 11px;z-index:2}.mobile-dest-name{font-size:.95rem;font-weight:800;color:#fff;margin:0;line-height:1.2;text-shadow:0 1px 4px rgba(0,0,0,.5)}.mobile-dest-tagline{font-size:.7rem;color:#ffffffd1;font-weight:600;margin-top:2px;display:block;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;text-shadow:0 1px 3px rgba(0,0,0,.4)}.mobile-no-results{text-align:center;padding:3rem 1rem;color:var(--text-tertiary);font-size:.95rem;font-weight:500}.mobile-all-loaded{text-align:center;padding:1.25rem 0 .5rem;color:var(--text-tertiary);font-size:.8rem;font-weight:600;letter-spacing:.03em}@media (max-width: 768px){.updates-modal-overlay{align-items:flex-end!important;padding:0!important}.updates-modal-content{border-radius:24px 24px 0 0!important;max-height:92vh!important;width:100%!important}.hero-section.updates-page{padding-top:1rem!important}.planner-main-card{margin-bottom:1.5rem!important}.updates-tab-track{width:100%!important}.dest-detail-top-nav{padding-top:.5rem!important}}@media (max-width: 768px){.dest-details-grid{grid-template-columns:1fr!important;gap:1.5rem!important}.dest-activity-card,.dest-stay-card{padding:1rem!important}.dest-summary-card{padding:1.25rem!important}}
