@charset "UTF-8";:root{--orange: #00F5D4;--orange-dark: #00c9ad;--orange-deep: #009e89;--orange-light: rgba(0,245,212,.12);--orange-tint: rgba(0,245,212,.07);--orange-mid: #4ffce6;--red: #FF6B6B;--red-dark: #e04f4f;--red-light: rgba(255,107,107,.15);--bg: #0B0F19;--surface: #162238;--surface-2: #1c2d47;--border: #223354;--border-light: #1a2b44;--title: #E2E8F0;--text: #E2E8F0;--text-2: #94A3B8;--text-3: #64748b;--text-muted: rgba(226,232,240,.7);--radius-sm: 8px;--radius: 14px;--radius-lg: 20px;--shadow-sm: 0 1px 3px rgba(0,0,0,.5), 0 0 0 1px #223354;--shadow: 0 4px 16px rgba(0,0,0,.55), 0 0 0 1px #223354;--shadow-lg: 0 12px 40px rgba(0,0,0,.65), 0 0 0 1px #223354;--shadow-card: 0 2px 12px rgba(0,0,0,.5), 0 0 0 1px #223354;--shadow-orange: 0 4px 18px rgba(0,0,0,.45);--shadow-blue: 0 4px 18px rgba(0,0,0,.4)}@keyframes fadeUp{0%{opacity:0;transform:translateY(24px)}to{opacity:1;transform:translateY(0)}}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes pulse{0%,to{opacity:1}50%{opacity:.5}}@keyframes spin{to{transform:rotate(360deg)}}@keyframes bounceIcon{0%,to{transform:translateY(0)}40%{transform:translateY(-6px)}60%{transform:translateY(-3px)}}*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}html,body{margin:0;padding:0}html{scroll-behavior:smooth;scrollbar-width:thin;scrollbar-color:var(--orange) var(--border-light)}::-webkit-scrollbar{width:6px}::-webkit-scrollbar-track{background:var(--border-light)}::-webkit-scrollbar-thumb{background:var(--orange);border-radius:99px}.section-title,.about-hero h1,.legal-hero h1,.faq-hero h1,.contact-hero h1,.map-header h1,.blog-page>h1,.bookmarks-page>h1,.compare-page>h1,.trip-planner-page>h1,.browse-header h2,.section-header h2,.collections-section h2{font-weight:900;color:#fff;letter-spacing:-.03em;line-height:1.15;display:inline-block;position:relative;margin-bottom:.25rem}.section-title em,.about-hero h1 em,.legal-hero h1 em,.faq-hero h1 em,.contact-hero h1 em,.map-header h1 em,.blog-page>h1 em,.bookmarks-page>h1 em,.compare-page>h1 em,.trip-planner-page>h1 em,.browse-header h2 em,.section-header h2 em,.collections-section h2 em,.section-title .title-teal,.about-hero h1 .title-teal,.legal-hero h1 .title-teal,.faq-hero h1 .title-teal,.contact-hero h1 .title-teal,.map-header h1 .title-teal,.blog-page>h1 .title-teal,.bookmarks-page>h1 .title-teal,.compare-page>h1 .title-teal,.trip-planner-page>h1 .title-teal,.browse-header h2 .title-teal,.section-header h2 .title-teal,.collections-section h2 .title-teal{font-style:normal;color:#00f5d4;display:inline}.section-title:after,.about-hero h1:after,.legal-hero h1:after,.faq-hero h1:after,.contact-hero h1:after,.map-header h1:after,.blog-page>h1:after,.bookmarks-page>h1:after,.compare-page>h1:after,.trip-planner-page>h1:after,.browse-header h2:after,.section-header h2:after,.collections-section h2:after{content:"";display:block;width:100%;height:22px;margin-top:.2rem;background:url("data:image/svg+xml,%3Csvg viewBox='0 0 420 22' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cdefs%3E%3ClinearGradient id='g' x1='0' y1='0' x2='1' y2='0'%3E%3Cstop offset='0%25' stop-color='%2300F5D4' stop-opacity='0'/%3E%3Cstop offset='15%25' stop-color='%2300F5D4' stop-opacity='1'/%3E%3Cstop offset='85%25' stop-color='%2300F5D4' stop-opacity='1'/%3E%3Cstop offset='100%25' stop-color='%2300F5D4' stop-opacity='0'/%3E%3C/linearGradient%3E%3C/defs%3E%3Cpath d='M4 14 C 80 18%2C 160 8%2C 240 13 C 300 17%2C 360 11%2C 416 13' stroke='url(%23g)' stroke-width='3' stroke-linecap='round'/%3E%3C/svg%3E") no-repeat center center;background-size:100% 100%}em.title-teal,span.title-teal{font-style:normal;color:#00f5d4}body{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;color:var(--text);background:var(--bg);line-height:1.6;-webkit-font-smoothing:antialiased;overflow-x:hidden}#travel-app{margin:0;padding:0}a{color:inherit;text-decoration:none}img{max-width:100%;display:block}.see-all{display:inline-flex;align-items:center;gap:.4rem;color:var(--orange);font-weight:700;font-size:.82rem;text-transform:uppercase;letter-spacing:.05em;padding:.4rem .9rem;border:1.5px solid rgba(0,245,212,.35);border-radius:999px;background:var(--orange-light);transition:background .15s,border-color .15s,gap .15s;white-space:nowrap}.see-all svg{width:14px;height:14px;transition:transform .15s}.see-all:hover{background:#00f5d440;border-color:var(--orange);gap:.6rem}.see-all:hover svg{transform:translate(3px)}.main-content{min-height:80vh;position:relative;z-index:1;padding-top:62px}.section{max-width:1200px;margin:0 auto;padding:3.5rem 1.5rem;animation:fadeUp .5s ease both}.section h2{font-size:1.65rem;font-weight:800;color:var(--title);margin-bottom:1.75rem;letter-spacing:-.02em}.section .section-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:1.75rem}.section .section-header h2{margin:0}.section .section-header a{display:inline-flex;align-items:center;gap:.4rem;color:var(--orange);font-weight:700;font-size:.82rem;text-transform:uppercase;letter-spacing:.05em;padding:.4rem .9rem;border:1.5px solid rgba(0,245,212,.35);border-radius:999px;background:var(--orange-light);transition:background .15s,border-color .15s,gap .15s}.section .section-header a:hover{background:#00f5d440;border-color:var(--orange);gap:.6rem}.navbar{display:flex;align-items:center;gap:1.25rem;padding:.4rem 2.5rem;background:var(--surface);border-bottom:1px solid var(--border);box-shadow:0 1px #0000000a,0 2px 8px #0000000a;position:fixed;top:0;left:0;right:0;z-index:100}.navbar .nav-logo{display:flex;align-items:center;flex-shrink:0;text-decoration:none;margin-right:auto}.navbar .nav-logo-img{height:72px;max-height:72px;width:auto;max-width:260px;display:block;object-fit:contain}.navbar .nav-links{display:flex;align-items:center;gap:.25rem;position:absolute;left:50%;transform:translate(-50%)}.navbar .nav-links a{display:flex;flex-direction:row;align-items:center;gap:.4rem;padding:.5rem .9rem;font-size:.85rem;font-weight:600;color:var(--text-muted);text-decoration:none;border-radius:var(--radius-sm);transition:color .15s,background .15s;position:relative;white-space:nowrap}.navbar .nav-links a svg{flex-shrink:0;color:var(--text-muted);transition:color .15s}.navbar .nav-links a:after{content:"";position:absolute;bottom:2px;left:50%;width:0;height:2px;background:var(--orange);border-radius:99px;transform:translate(-50%);transition:width .2s ease}.navbar .nav-links a:hover,.navbar .nav-links a.router-link-active{color:var(--orange);background:var(--orange-light)}.navbar .nav-links a:hover svg,.navbar .nav-links a.router-link-active svg{color:var(--orange)}.navbar .nav-links a:hover:after,.navbar .nav-links a.router-link-active:after{width:calc(100% - 1.5rem)}.navbar .nav-search{display:flex;align-items:center;gap:.5rem;background:var(--bg);border:1.5px solid var(--border);border-radius:999px;padding:.4rem 1rem;transition:border-color .2s,box-shadow .2s}.navbar .nav-search:focus-within{border-color:var(--orange);box-shadow:0 0 0 3px #00f5d41a}.navbar .nav-search .search-icon{color:var(--orange);flex-shrink:0}.navbar .nav-search input{background:transparent;border:none;outline:none;font-size:.88rem;width:190px;color:var(--text)}.navbar .nav-search input::placeholder{color:var(--text-muted)}.navbar .bookmark-count{background:var(--orange);color:#fff;border-radius:999px;font-size:.65rem;font-weight:700;padding:.1rem .45rem;margin-left:.25rem}@keyframes orbFloat{0%,to{transform:translateY(0) scale(1)}50%{transform:translateY(-24px) scale(1.06)}}.hero{background:#0b0f1926;color:#fff;position:relative;overflow:visible}.hero:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background-image:radial-gradient(circle,rgba(0,245,212,.05) 1px,transparent 1px);background-size:30px 30px;pointer-events:none}.hero--split{display:flex;align-items:center;min-height:90vh;padding:5.5rem 0 3rem 5rem;gap:0}@media (max-width: 1280px){.hero--split{padding:5.5rem 0 3rem 3rem}}@media (max-width: 1024px){.hero--split{padding:5rem 0 2.5rem 2rem}}@media (max-width: 768px){.hero--split{flex-direction:column;min-height:auto;padding:5rem 1.25rem 2rem;text-align:center;gap:0;align-items:stretch}}.hero-left{flex:0 0 500px;min-width:0;position:relative;z-index:3;padding-right:1.5rem}.hero-left h1{font-size:clamp(2.4rem,3.8vw,3.6rem);font-weight:900;line-height:1.05;letter-spacing:-.025em;margin:.75rem 0 .9rem}.hero-left h1 em{font-style:normal;color:#00f5d4;display:block}.hero-left p{color:#fff9;font-size:.97rem;line-height:1.75;max-width:420px;margin-bottom:1.75rem}@media (max-width: 768px){.hero-left p{margin:0 auto 1.5rem}}@media (max-width: 1200px){.hero-left{flex:0 0 440px}}@media (max-width: 1024px){.hero-left{flex:0 0 360px}}@media (max-width: 768px){.hero-left{flex:1;padding-right:0}}.hero-features{display:grid;grid-template-columns:repeat(4,1fr);gap:.5rem;margin-bottom:1.75rem;align-items:start}@media (max-width: 640px){.hero-features{display:none}}.hero-feature{display:flex;flex-direction:column;align-items:center;text-align:center;gap:.6rem;background:transparent;border:none;padding:.5rem .4rem}.hero-feature>div{display:flex;flex-direction:column;gap:.25rem}.hero-feature strong{display:block;font-size:.8rem;color:#e2e8f0;font-weight:700;line-height:1.25}.hero-feature span{display:block;font-size:.68rem;color:#ffffff73;line-height:1.4}.hero-feature-icon{flex-shrink:0;width:48px;height:48px;min-width:48px;min-height:48px;background:#00f5d41a;border:1.5px solid rgba(0,245,212,.35);border-radius:50%;display:flex;align-items:center;justify-content:center;color:var(--teal);transition:border-color .2s,background .2s}.hero-feature-icon:hover{border-color:var(--teal);background:#00f5d42e}.hero-feature-icon svg{display:block;flex-shrink:0;margin:auto}.hero-stats{display:flex;align-items:center;gap:1rem 1.5rem;margin-top:1.75rem;flex-wrap:wrap}@media (max-width: 768px){.hero-stats{justify-content:center}}.hero-stat{display:flex;align-items:center;gap:.65rem}.hero-stat .hero-stat-icon{width:40px;height:40px;border-radius:10px;display:flex;align-items:center;justify-content:center;flex-shrink:0}.hero-stat strong{display:block;font-size:1.25rem;font-weight:800;color:#fff;line-height:1.1}.hero-stat span{display:block;font-size:.72rem;color:#ffffff80;margin-top:.1rem}.hero-stat:nth-child(1) .hero-stat-icon{background:#3b82f62e;color:#60a5fa}.hero-stat:nth-child(3) .hero-stat-icon{background:#00f5d426;color:var(--teal)}.hero-stat:nth-child(5) .hero-stat-icon{background:#fbbf2426;color:#fbbf24}.hero-stat:nth-child(7) .hero-stat-icon{background:#f472b626;color:#f472b6}.hero-stat-divider{width:1px;height:32px;background:#ffffff1f}.hero-right{flex:1;position:relative;height:440px;z-index:3;overflow:visible}.hero-right:before{content:"";position:absolute;top:-40px;right:-40px;bottom:-40px;left:-40px;background:radial-gradient(ellipse at center,rgba(0,245,212,.12) 0%,rgba(0,245,212,.05) 45%,transparent 70%);pointer-events:none;z-index:0}@media (max-width: 1200px){.hero-right{height:400px}}@media (max-width: 768px){.hero-right{display:none}}.hero-carousel{position:absolute;top:0;right:0;bottom:0;left:0;display:flex;align-items:center;justify-content:center;perspective:1400px;perspective-origin:50% 50%;cursor:grab;-webkit-user-select:none;user-select:none}.hero-carousel:active{cursor:grabbing}@media (max-width: 768px){.hero-carousel{perspective:800px}}.hero-card{position:absolute;width:210px;height:360px;border-radius:22px}@media (max-width: 768px){.hero-card{width:120px;height:190px;border-radius:14px}}.hero-card{overflow:hidden;text-decoration:none;display:block;cursor:pointer;transform-origin:center center;will-change:transform;backface-visibility:hidden;-webkit-backface-visibility:hidden;-webkit-transform-style:flat;transform-style:flat;isolation:isolate;box-shadow:0 20px 60px #000000b3,0 0 30px 6px #00f5d42e,0 0 60px 12px #00f5d417}.hero-card img{width:100%;height:100%;object-fit:cover;object-position:center 30%;display:block;filter:brightness(var(--card-brightness, .6));transition:filter .4s ease;transform:translateZ(0);border-radius:22px}.hero-card:hover img{filter:brightness(1)}.hero-card:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;border-radius:22px;border-color:transparent;pointer-events:none;z-index:4;transition:box-shadow .4s ease;box-shadow:0 0 0 1px #00f5d433,0 0 10px 2px #00f5d41f,0 0 24px 4px #00f5d412,inset 0 0 8px 2px #00f5d414}.hero-card--active:after{box-shadow:0 0 0 1.5px #00f5d4b3,0 0 16px 4px #00f5d499,0 0 40px 10px #00f5d459,0 0 80px 20px #00f5d433,0 0 120px 30px #00f5d41a,inset 0 0 20px 5px #00f5d438,inset 0 0 7px 1px #00f5d461}.hero-card:hover:after{box-shadow:0 0 0 1.5px #00f5d466,0 0 18px 4px #00f5d44d,0 0 36px 8px #00f5d426,inset 0 0 12px 3px #00f5d426}.hero-card__info{position:absolute;bottom:.35rem;left:.35rem;right:.35rem;padding:.5rem .7rem .55rem;background:#00000085;backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px);border:1px solid rgba(255,255,255,.07);border-radius:12px;display:flex;flex-direction:column;gap:.02rem;color:#fff;z-index:5}.hero-card__loc{display:flex;align-items:center;gap:.25rem;font-size:.72rem;color:#ffffff8c;margin-bottom:.05rem}.hero-card__loc svg{color:#00f5d4;flex-shrink:0}.hero-card__name{font-weight:700;font-size:.95rem;line-height:1.2;color:#fff}.hero-card__sub{font-size:.75rem;font-style:italic;color:#ffffff80;margin-top:.05rem;letter-spacing:.01em}.carousel-dots{position:absolute;bottom:1rem;left:50%;transform:translate(-50%);display:flex;gap:.5rem;z-index:20}.carousel-dot{width:8px;height:8px;border-radius:50%;border:none;background:#ffffff40;cursor:pointer;padding:0;transition:background .3s ease,transform .3s ease,width .3s ease}.carousel-dot.active{background:#00f5d4;width:24px;border-radius:4px;box-shadow:0 0 8px #00f5d499}.carousel-dot:hover:not(.active){background:#ffffff80;transform:scale(1.2)}.global-orb{position:fixed;display:block;width:700px;height:700px;overflow:hidden;pointer-events:none;z-index:0;animation:orb-drift 18s ease-in-out infinite alternate}.global-orb-1{background:radial-gradient(circle,#00F5D4,transparent 70%);filter:blur(110px);top:-100px;left:-80px;opacity:.18;animation-duration:20s}.global-orb-2{background:radial-gradient(circle,#FF6B6B,transparent 70%);filter:blur(130px);bottom:-100px;right:0;opacity:.14;animation-duration:25s;animation-delay:-8s}.global-orb-3{background:radial-gradient(circle,#A78BFA,transparent 70%);filter:blur(100px);top:35%;right:5%;opacity:.12;animation-duration:22s;animation-delay:-14s}@keyframes orb-drift{0%{transform:translate(0) scale(1)}33%{transform:translate(40px,30px) scale(1.05)}66%{transform:translate(-20px,50px) scale(.97)}to{transform:translate(30px,-20px) scale(1.03)}}.hero-bg-icons{position:absolute;top:0;right:0;bottom:0;left:0;pointer-events:none;overflow:hidden}.bg-icon{position:absolute;color:#00f5d42e;animation:bgIconFloat 6s ease-in-out infinite}@keyframes bgIconFloat{0%,to{transform:translateY(0) rotate(0)}50%{transform:translateY(-10px) rotate(4deg)}}.bg-icon-pin-1{width:52px;top:12%;left:6%;animation-duration:7s;color:#00f5d447}.bg-icon-compass{width:64px;top:8%;right:9%;animation-duration:9s;animation-delay:1s;color:#00f5d44d}.bg-icon-suitcase{width:56px;bottom:15%;left:8%;animation-duration:8s;animation-delay:2s;color:#00f5d438}.bg-icon-mountain{width:72px;bottom:10%;right:7%;animation-duration:10s;animation-delay:.5s;color:#00f5d438}.bg-icon-camera{width:44px;top:50%;left:3%;animation-duration:6.5s;animation-delay:3s;color:#ff6b6b38}.bg-icon-map{width:58px;top:55%;right:4%;animation-duration:8.5s;animation-delay:1.5s;color:#00f5d447}.bg-icon-sun{width:48px;top:20%;right:22%;animation-duration:11s;animation-delay:2s;color:#00f5d440}.bg-icon-pin-2{width:32px;top:5%;left:45%;animation-duration:7.5s;animation-delay:4s;color:#ff6b6b33}@keyframes globeSpin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}@keyframes planeFly{0%{transform:translate(-60px,60px) rotate(-20deg);opacity:0}10%{opacity:1}90%{opacity:1}to{transform:translate(calc(100vw + 60px),-120px) rotate(-20deg);opacity:0}}.hero-flightpath{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;pointer-events:none;z-index:1;overflow:hidden;opacity:.35}.hero-flightpath .flightpath-svg{width:100%;height:100%;filter:drop-shadow(0 0 4px rgba(0,245,212,.15))}.hero-flightmap{width:100%;height:100%}.hero-flightmap svg{width:100%;height:100%}.fm-land{fill:#ffffff12;stroke:#ffffff24;stroke-width:.6}.fm-route{fill:none;stroke-width:1.2;stroke-dasharray:6 5}.fm-c1{stroke:#00f5d473}.fm-c2{stroke:#ff6b4373}.fm-c3{stroke:#a78bfa73}.fm-c4{stroke:#ffd14673}.fm-c5{stroke:#f472b673}.fm-c6{stroke:#60a5fa73}.fm-city-dot{fill:#00f5d4;opacity:.55}.fm-city-ring{fill:none;stroke:#00f5d4;stroke-width:1;opacity:.3}.fm-city-pulse{fill:#00f5d4;opacity:0}.fm-plane{opacity:.65}.fm-p1{fill:#00f5d4}.fm-p2{fill:#ff6b43}.fm-p3{fill:#a78bfa}.fm-p4{fill:#ffd146}.fm-p5{fill:#f472b6}.fm-p6{fill:#60a5fa}.hero-globe{position:absolute;right:-80px;top:50%;transform:translateY(-50%);width:340px;height:340px;opacity:.18;pointer-events:none}.hero-globe .globe-svg{width:100%;height:100%;animation:globeSpin 18s linear infinite;transform-origin:center}@media (max-width: 768px){.hero-globe{display:none}}.hero-plane{position:absolute;bottom:28%;left:0;pointer-events:none;z-index:2;filter:drop-shadow(0 2px 6px rgba(0,0,0,.25));animation:planeFly 12s cubic-bezier(.4,0,.6,1) infinite}.hero-content{position:relative;z-index:3}.hero-eyebrow{display:inline-flex;align-items:center;gap:.4rem;background:#00f5d42e;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);border:1px solid rgba(0,245,212,.4);border-radius:999px;padding:.32rem .9rem;font-size:.7rem;font-weight:700;letter-spacing:.06em;text-transform:uppercase;margin-bottom:1.25rem;color:#4ffce6;animation:fadeUp .5s ease both}.hero-left h1{animation:fadeUp .6s ease both}.hero-left h1 em{color:#00f5d4!important;font-style:normal}.hero-em{display:block;position:relative}.hero-underline{display:block;width:100%;height:44px;margin-top:.1rem}.hero-left p{animation:fadeUp .6s ease both}.hero .search-bar{display:flex;align-items:center;max-width:100%;margin:0 0 1.25rem;background:#ffffff14;backdrop-filter:blur(18px);-webkit-backdrop-filter:blur(18px);border:1.5px solid rgba(255,255,255,.18);border-radius:999px;padding:.4rem .4rem .4rem 1.4rem;gap:.75rem;animation:fadeUp .6s ease both;transition:box-shadow .2s,border-color .2s}.hero .search-bar:focus-within{border-color:#00f5d473;box-shadow:0 0 0 4px #00f5d41a}.hero .search-bar .search-bar-icon{color:#ffffff80;flex-shrink:0}.hero .search-bar input{flex:1;background:transparent;border:none;font-size:.97rem;color:#fff;padding:.65rem 0}.hero .search-bar input::placeholder{color:#fff6}.hero .search-bar input:focus{outline:none}.hero .search-bar button{padding:.8rem 2rem;background:#fffffff2;color:#0b1628;border:none;border-radius:999px;font-size:.92rem;font-weight:700;cursor:pointer;white-space:nowrap;letter-spacing:.01em;box-shadow:0 2px 14px #0003;transition:background .15s,box-shadow .15s,transform .1s;color:var(--teal)}.hero .search-bar button:hover{background:#fff;box-shadow:0 4px 20px #00000040}.hero .search-bar button:active{transform:scale(.97)}.hero-tags{display:flex;align-items:center;justify-content:flex-start;flex-wrap:wrap;gap:.5rem;animation:fadeUp .6s ease both}@media (max-width: 768px){.hero-tags{justify-content:center}}.hero-tag{background:#00f5d41f;border:1px solid rgba(0,245,212,.3);border-radius:999px;padding:.3rem .9rem;font-size:.77rem;font-weight:600;color:#4ffce6;text-decoration:none;transition:background .15s,border-color .15s,color .15s}.hero-tag:hover{background:#00f5d440;border-color:#00f5d48c;color:#00f5d4}.category-dropdown{display:none;width:100%;padding:.85rem 2.5rem .85rem 1.1rem;background:var(--surface);border:1px solid var(--border-light);border-radius:var(--radius);color:var(--text);font-size:.95rem;font-weight:500;cursor:pointer;-webkit-appearance:none;-moz-appearance:none;appearance:none;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 24 24' fill='none' stroke='%2300c9a7' stroke-width='2'%3E%3Cpath d='M6 9l6 6 6-6'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right 1rem center}.category-dropdown option{background:var(--bg);color:var(--text)}.category-grid{display:flex;flex-wrap:wrap;gap:.75rem}.category-card{display:inline-flex;align-items:center;gap:.6rem;padding:.65rem 1.25rem;background:var(--surface);border:1px solid var(--border-light);border-radius:999px;text-decoration:none;cursor:pointer;transition:background .2s,border-color .2s,transform .15s;animation:fadeUp .4s ease both}.category-card:nth-child(1){animation-delay:0s}.category-card:nth-child(2){animation-delay:0s}.category-card:nth-child(3){animation-delay:0s}.category-card:nth-child(4){animation-delay:0s}.category-card:nth-child(5){animation-delay:0s}.category-card:nth-child(6){animation-delay:0s}.category-card:nth-child(7){animation-delay:0s}.category-card:nth-child(8){animation-delay:0s}.category-card:hover{background:var(--surface-2);border-color:var(--orange);transform:translateY(-2px)}.category-card:hover .cat-name{color:var(--orange)}.category-card .cat-icon-wrap{display:flex;align-items:center;justify-content:center;flex-shrink:0}.category-card .cat-icon-wrap svg{width:16px;height:16px;color:var(--orange)}.category-card .cat-name{font-weight:600;font-size:.88rem;color:var(--text);white-space:nowrap;transition:color .2s}.category-card .cat-count{font-size:.78rem;color:var(--text-3);font-weight:500}.category-card .cat-count:before{content:"·";margin-right:.3rem}.places-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1.5rem}@media (max-width: 768px){.places-grid{grid-template-columns:1fr;padding:0 .1rem}}.place-card{background:var(--surface);border-radius:var(--radius-lg);overflow:hidden;border:1px solid var(--border-light);box-shadow:var(--shadow-card);isolation:isolate;transition:transform .3s cubic-bezier(.34,1.2,.64,1),box-shadow .3s;position:relative;display:flex;flex-direction:column;animation:fadeUp .4s ease both}.place-card:nth-child(1){animation-delay:0s}.place-card:nth-child(2){animation-delay:0s}.place-card:nth-child(3){animation-delay:0s}.place-card:nth-child(4){animation-delay:0s}.place-card:nth-child(5){animation-delay:0s}.place-card:nth-child(6){animation-delay:0s}.place-card:hover{transform:translateY(-6px);box-shadow:var(--shadow-lg)}.place-card:hover .card-image img{transform:scale(1.06)}.place-card .card-link{display:flex;flex-direction:column;flex:1;text-decoration:none;color:inherit}.place-card .card-image{position:relative;height:215px;overflow:hidden;background:var(--surface, #162238)}.place-card .card-image img{width:100%;height:100%;object-fit:cover;transition:transform .5s cubic-bezier(.25,.46,.45,.94)}.place-card .card-image .card-img-placeholder{width:100%;height:100%;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:.75rem;background:#0d1b2e;isolation:isolate}.place-card .card-image .card-img-placeholder .placeholder-logo{width:80px;height:auto;opacity:.7}.place-card .card-image .card-img-placeholder span{font-size:.72rem;color:var(--text-muted, #6b7280);letter-spacing:.03em}.place-card .featured-badge{position:absolute;top:.75rem;left:.75rem;display:flex;align-items:center;gap:.3rem;background:#00000080;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);color:#fff;padding:.25rem .7rem;border-radius:999px;font-size:.72rem;font-weight:700;letter-spacing:.04em}.place-card .featured-badge svg{color:var(--orange-mid)}.place-card .budget-badge{position:absolute;top:.75rem;right:.75rem;padding:.25rem .75rem;border-radius:999px;font-size:.7rem;font-weight:700;letter-spacing:.05em;text-transform:uppercase;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px)}.place-card .budget-badge.budget{background:#10b981e6;color:#fff}.place-card .budget-badge.mid-range{background:#ff6b6be6;color:#fff}.place-card .budget-badge.luxury{background:#8b5cf6e6;color:#fff}.place-card .continent-badge{display:none}.place-card .img-attribution{position:absolute;bottom:.4rem;right:.5rem;font-size:.6rem;color:#fff9;background:#00000059;padding:.1rem .4rem;border-radius:3px;pointer-events:none;letter-spacing:.02em}.place-card .card-body{padding:1.1rem 1.3rem 1.3rem;display:flex;flex-direction:column;flex:1}.place-card .card-location{display:flex;align-items:center;gap:.3rem;font-size:.7rem;font-weight:700;color:var(--orange);text-transform:uppercase;letter-spacing:.1em;margin-bottom:.35rem}.place-card .card-location svg{color:var(--orange);flex-shrink:0}.place-card .card-name{font-size:1.12rem;font-weight:800;color:var(--title);margin:0 0 .5rem;line-height:1.3;letter-spacing:-.01em}.place-card .card-desc{font-size:.875rem;color:var(--text-3);line-height:1.65;margin-bottom:auto;padding-bottom:1rem}.place-card .card-footer{display:flex;gap:.5rem;font-size:.8rem;color:var(--text-3);padding-top:.9rem;padding-right:6.5rem;border-top:1px solid var(--border-light);flex-wrap:wrap;align-items:center}.place-card .card-footer span{display:flex;align-items:center;gap:.3rem}.place-card .card-footer span svg{color:var(--orange);flex-shrink:0}.place-card .compare-toggle{position:absolute;bottom:1rem;right:1rem;display:flex;align-items:center;gap:.3rem;background:var(--orange);border:1.5px solid var(--orange);border-radius:999px;padding:.3rem .75rem;font-size:.76rem;font-weight:600;color:#fff;cursor:pointer;transition:all .15s}.place-card .compare-toggle:hover{background:var(--orange-dark);border-color:var(--orange-dark)}.place-card .compare-toggle.active{background:var(--orange-dark);border-color:var(--orange-dark);color:#fff}.browse-page{max-width:1200px;margin:0 auto;padding:2.5rem 1.5rem}.browse-page .browse-header{margin-bottom:2rem;animation:fadeUp .4s ease both}.browse-page .browse-header h1{font-size:2rem;font-weight:800;letter-spacing:-.03em;color:var(--title)}.browse-page .browse-header p{color:var(--text-muted);margin-top:.25rem}.filters{display:flex;flex-wrap:wrap;gap:.75rem;margin-bottom:2rem;padding:1.25rem 1.5rem;background:var(--surface);border:1px solid var(--border);border-radius:var(--radius);box-shadow:var(--shadow-sm);animation:fadeUp .4s .05s ease both}.filters input,.filters select{padding:.6rem 1rem;border:1.5px solid var(--border);border-radius:var(--radius-sm);font-size:.9rem;background:var(--bg);color:var(--text);transition:border-color .15s,box-shadow .15s}.filters input:focus,.filters select:focus{outline:none;border-color:var(--orange);box-shadow:0 0 0 3px #00f5d41a}.filters select{min-width:150px;cursor:pointer}.clear-btn{padding:.6rem 1.1rem;border:1.5px solid var(--border);border-radius:var(--radius-sm);background:var(--surface);font-size:.88rem;font-weight:600;cursor:pointer;color:var(--text-3);transition:border-color .15s,color .15s}.clear-btn:hover{border-color:var(--orange);color:var(--orange)}.compare-bar{display:flex;align-items:center;gap:1rem;padding:.9rem 1.25rem;background:var(--orange-light);border:1.5px solid var(--orange-tint);border-radius:var(--radius);margin-bottom:1.5rem;flex-wrap:wrap;font-size:.9rem;font-weight:600;color:var(--orange-mid)}.compare-bar button{padding:.45rem 1.1rem;background:var(--orange);color:#fff;border:none;border-radius:var(--radius-sm);font-weight:600;font-size:.85rem;cursor:pointer;transition:background .15s}.compare-bar button:hover{background:var(--orange-dark)}.compare-bar button:disabled{opacity:.5;cursor:not-allowed}.place-hero{height:65vh;min-height:440px;background-size:cover;background-position:center;background-color:#0d1b2e;position:relative;isolation:isolate;animation:fadeIn .5s ease both}.place-hero .hero-attribution{position:absolute;bottom:.6rem;right:.75rem;font-size:.65rem;color:#ffffff8c;background:#00000059;padding:.15rem .5rem;border-radius:3px;z-index:2;pointer-events:none;letter-spacing:.02em}.place-hero .place-hero-logo{position:absolute;top:0;right:0;bottom:0;left:0;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:1rem;z-index:1}.place-hero .place-hero-logo img{width:180px;height:auto;opacity:.85}.place-hero .place-hero-logo span{font-size:.85rem;color:#fff6;letter-spacing:.04em}.place-hero .place-hero-overlay{height:100%;background:linear-gradient(to top,rgba(0,0,0,.8) 0%,rgba(0,0,0,.2) 50%,transparent 100%);display:flex;align-items:flex-end;justify-content:space-between;padding:2.5rem 3rem;color:#fff;gap:1.5rem}.place-hero .place-hero-text{flex:1;animation:fadeUp .5s .15s ease both}.place-hero h1{font-size:2.8rem;font-weight:900;line-height:1.1;letter-spacing:-.03em;margin:0 0 .5rem;text-shadow:0 2px 16px rgba(0,0,0,.3)}.place-hero .place-location{display:flex;align-items:center;gap:.35rem;opacity:.9;margin:.4rem 0;font-size:.95rem}.place-hero .place-category{display:inline-block;background:#00f5d4e6;padding:.25rem .9rem;border-radius:999px;font-size:.75rem;font-weight:700;letter-spacing:.06em;text-transform:uppercase;margin-bottom:.65rem}.place-hero .place-meta{display:flex;gap:.65rem;margin-top:.9rem;font-size:.85rem;flex-wrap:wrap;align-items:center}.place-hero .budget-badge{padding:.25rem .85rem;border-radius:999px;font-size:.75rem;font-weight:700;letter-spacing:.04em;text-transform:uppercase}.place-hero .budget-badge.budget{background:#10b981d9;color:#fff}.place-hero .budget-badge.mid-range{background:#ff6b6bd9;color:#fff}.place-hero .budget-badge.luxury{background:#8b5cf6d9;color:#fff}.place-hero .cost,.place-hero .continent-tag{background:#ffffff26;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);border:1px solid rgba(255,255,255,.25);border-radius:999px;padding:.2rem .8rem}.bookmark-btn{display:flex;align-items:center;gap:.45rem;background:#ffffff1f;border:1.5px solid rgba(255,255,255,.4);color:#fff;border-radius:999px;padding:.6rem 1.3rem;cursor:pointer;font-size:.875rem;font-weight:600;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);align-self:flex-end;white-space:nowrap;transition:background .2s,transform .15s;animation:fadeUp .5s .2s ease both}.bookmark-btn:hover{background:#ffffff38;transform:scale(1.03)}.bookmark-btn:active{transform:scale(.97)}.bookmark-btn.bookmarked{background:var(--orange);border-color:var(--orange)}.place-body{max-width:1200px;margin:2.5rem auto;padding:0 2rem;display:grid;grid-template-columns:1fr 300px;gap:2.5rem;align-items:start}@media (max-width: 900px){.place-body{grid-template-columns:1fr}}.detail-section{margin-bottom:2.75rem;padding-bottom:2.75rem;border-bottom:1px solid var(--border-light);animation:fadeUp .4s ease both}.detail-section:last-child{border-bottom:none}.detail-section h2{font-size:1.3rem;font-weight:800;color:var(--title);margin-bottom:1rem;letter-spacing:-.01em;display:flex;align-items:center;gap:.5rem}.detail-section .lead-text{font-size:1.05rem;color:var(--text-2);line-height:1.85;margin-bottom:.85rem}.detail-section .why-visit-inline{color:var(--text-3);line-height:1.75;font-size:.95rem;padding:1rem 1.25rem;background:var(--orange-light);border-left:3px solid var(--orange);border-radius:0 var(--radius-sm) var(--radius-sm) 0;margin-top:.5rem}.detail-section p{color:var(--text-3);line-height:1.8}.highlights-section h2{margin-bottom:1.5rem}.highlights-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:.85rem}@media (max-width: 500px){.highlights-grid{grid-template-columns:1fr}}.highlight-item{display:flex;align-items:center;gap:1rem;background:var(--surface);border:1px solid var(--border);border-radius:var(--radius-lg);padding:1.1rem 1.25rem;transition:box-shadow .2s,transform .2s,border-color .2s}.highlight-item:hover{border-color:#00f5d44d;box-shadow:0 4px 18px #00f5d417;transform:translateY(-2px)}.highlight-item .highlight-icon{width:44px;height:44px;border-radius:11px;background:var(--orange-light);display:flex;align-items:center;justify-content:center;flex-shrink:0;color:var(--orange)}.highlight-item .highlight-icon svg{width:21px;height:21px}.highlight-item .highlight-content{display:flex;flex-direction:column;gap:.15rem;min-width:0}.highlight-item .highlight-label{font-size:.63rem;font-weight:700;text-transform:uppercase;letter-spacing:.1em;color:var(--text-muted);margin:0;white-space:nowrap}.highlight-item .highlight-value{font-size:.95rem;font-weight:700;color:var(--text);margin:0;line-height:1.3}.tips-section{background:linear-gradient(135deg,var(--orange-light) 0%,var(--orange-tint) 100%);border-radius:var(--radius-lg);padding:1.5rem 1.75rem;border:1px solid var(--orange-tint)}.tips-section h2{color:var(--orange)}.tips-section h2 svg{color:var(--orange)}.tips-section p{color:var(--text-2)}.attraction-list{display:grid;grid-template-columns:1fr 1fr;gap:.75rem}@media (max-width: 768px){.attraction-list{grid-template-columns:1fr}}.attraction-item{display:flex;align-items:center;gap:1rem;padding:1.1rem 1.1rem 1.1rem 1rem;background:var(--surface);border:1px solid var(--border);border-radius:var(--radius-lg);cursor:default;transition:box-shadow .2s,transform .2s,border-color .2s}.attraction-item:hover{border-color:#00f5d44d;box-shadow:0 6px 20px #00f5d41a;transform:translateY(-2px)}.attraction-item:hover .attraction-arrow{opacity:1;transform:translate(2px);color:var(--orange)}.attraction-item .attraction-rank{width:34px;height:34px;border-radius:10px;background:linear-gradient(135deg,var(--orange),var(--orange-dark));color:#fff;display:flex;align-items:center;justify-content:center;font-weight:800;flex-shrink:0;font-size:.85rem;box-shadow:0 3px 10px #00f5d459;letter-spacing:-.01em}.attraction-item .attraction-body{flex:1;min-width:0}.attraction-item .attraction-body strong{display:block;font-size:.92rem;font-weight:700;color:var(--title);margin-bottom:.22rem;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.attraction-item .attraction-body p{font-size:.8rem;color:var(--text-muted);margin:0;line-height:1.45;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.attraction-item .attraction-arrow{width:16px;height:16px;flex-shrink:0;color:var(--border);opacity:.5;transition:opacity .2s,transform .2s,color .2s}.gallery{display:grid;grid-template-columns:repeat(auto-fill,minmax(140px,1fr));gap:.75rem}.gallery .gallery-thumb{height:130px;object-fit:cover;border-radius:var(--radius);cursor:pointer;transition:transform .3s cubic-bezier(.34,1.2,.64,1),opacity .2s}.gallery .gallery-thumb:hover{transform:scale(1.04);opacity:.92}.reviews-list{display:flex;flex-direction:column;gap:.75rem}.review-card{border:1px solid var(--border-light);border-radius:var(--radius);padding:1.25rem 1.5rem;background:var(--bg);transition:border-color .2s}.review-card:hover{border-color:var(--orange-tint)}.review-card .review-header{display:flex;gap:.9rem;align-items:center;margin-bottom:.75rem;flex-wrap:wrap}.review-card .reviewer-avatar{width:38px;height:38px;border-radius:50%;background:linear-gradient(135deg,var(--orange),var(--orange-dark));color:#fff;display:flex;align-items:center;justify-content:center;font-weight:800;font-size:.9rem;flex-shrink:0;box-shadow:0 2px 8px #00f5d44d}.review-card .star-display{display:flex;gap:2px;margin-top:.2rem}.review-card .star-display .star-filled{color:var(--orange-mid)}.review-card .star-display .star-empty{color:var(--border)}.review-card .review-date{font-size:.78rem;color:var(--text-muted);margin-left:auto}.review-card .review-title{font-weight:700;margin-bottom:.35rem;color:var(--text)}.review-card p{color:var(--text-3);font-size:.9rem;line-height:1.65}.no-reviews{color:var(--text-muted);font-style:italic;padding:1.25rem 0;font-size:.9rem}.review-form{margin-top:2rem;background:var(--surface);border:1px solid var(--border);border-radius:var(--radius-lg);padding:1.75rem;box-shadow:var(--shadow-sm)}.review-form h3{margin-bottom:1.25rem;font-size:1.1rem;font-weight:800;color:var(--title)}.review-form .form-row{display:grid;grid-template-columns:1fr 1fr;gap:.75rem;margin-bottom:.75rem}@media (max-width: 600px){.review-form .form-row{grid-template-columns:1fr}}.review-form input,.review-form textarea{width:100%;padding:.7rem 1rem;border:1.5px solid var(--border);border-radius:var(--radius-sm);font-size:.9rem;background:var(--bg);box-sizing:border-box;margin-bottom:.75rem;transition:border-color .15s,box-shadow .15s;color:var(--text)}.review-form input:focus,.review-form textarea:focus{outline:none;border-color:var(--orange);background:var(--surface);box-shadow:0 0 0 3px #00f5d41a}.review-form input::placeholder,.review-form textarea::placeholder{color:var(--text-muted)}.review-form textarea{min-height:110px;resize:vertical}.review-form .star-picker{display:flex;align-items:center;gap:.3rem;margin-bottom:.75rem}.review-form .star-picker span{font-size:.85rem;color:var(--text-3);margin-right:.25rem;font-weight:600}.review-form .star-picker svg{cursor:pointer;transition:transform .15s}.review-form .star-picker svg:hover{transform:scale(1.25)}.review-form .star-picker .star-filled{color:var(--orange-mid)}.review-form .star-picker .star-empty{color:var(--border)}.review-form .submit-btn{display:inline-flex;align-items:center;gap:.5rem;padding:.7rem 1.75rem;background:linear-gradient(135deg,var(--orange),var(--orange-dark));color:#fff;border:none;border-radius:var(--radius-sm);cursor:pointer;font-weight:700;font-size:.92rem;transition:opacity .15s,transform .15s;box-shadow:0 4px 12px #00f5d459}.review-form .submit-btn:hover{opacity:.92}.review-form .submit-btn:active{transform:scale(.98)}.review-form .submit-btn:disabled{opacity:.55;cursor:not-allowed;box-shadow:none}.review-form .review-message{margin-top:.75rem;color:#4ade80;font-weight:600;font-size:.875rem}.review-login-prompt{margin-top:2rem;display:flex;align-items:center;gap:1.25rem;background:var(--bg);border:2px dashed var(--border);border-radius:var(--radius-lg);padding:1.5rem 1.75rem;flex-wrap:wrap;transition:border-color .2s}.review-login-prompt:hover{border-color:var(--orange-tint)}.review-login-prompt .review-login-icon{width:52px;height:52px;border-radius:14px;background:var(--orange-light);display:flex;align-items:center;justify-content:center;flex-shrink:0;color:var(--orange)}.review-login-prompt .review-login-text{flex:1;min-width:180px}.review-login-prompt .review-login-text h4{font-size:1rem;font-weight:800;color:var(--text);margin:0 0 .3rem}.review-login-prompt .review-login-text p{font-size:.875rem;color:var(--text-3);margin:0}.review-login-prompt .review-login-btn{display:inline-flex;align-items:center;gap:.5rem;padding:.65rem 1.4rem;background:linear-gradient(135deg,var(--orange),var(--orange-dark));color:#fff;border-radius:var(--radius-sm);font-weight:700;font-size:.875rem;text-decoration:none;white-space:nowrap;box-shadow:0 4px 12px #00f5d459;transition:opacity .15s,transform .15s}.review-login-prompt .review-login-btn:hover{opacity:.9}.review-login-prompt .review-login-btn:active{transform:scale(.98)}.place-sidebar{position:sticky;top:90px;animation:fadeUp .4s .1s ease both}.place-sidebar .sidebar-card{background:var(--surface);border:1px solid var(--border-light);border-radius:var(--radius-lg);padding:1.4rem;margin-bottom:1.25rem;box-shadow:var(--shadow-sm);transition:box-shadow .2s}.place-sidebar .sidebar-card:hover{box-shadow:var(--shadow)}.place-sidebar .sidebar-card h3{font-size:.72rem;font-weight:800;text-transform:uppercase;letter-spacing:.1em;color:var(--text-muted);margin-bottom:1rem}.place-sidebar .facts-list{list-style:none;display:flex;flex-direction:column;gap:.5rem;margin:0;padding:0}.place-sidebar .facts-list li{display:grid;grid-template-columns:26px 1fr auto;align-items:center;gap:.6rem;background:var(--bg);border:1px solid var(--border-light);border-radius:var(--radius-sm);padding:.6rem .85rem;font-size:.875rem;transition:border-color .15s}.place-sidebar .facts-list li:hover{border-color:var(--orange-tint)}.place-sidebar .facts-list li svg{color:var(--orange);flex-shrink:0}.place-sidebar .facts-list li .fact-label{color:var(--text-muted);font-size:.72rem;font-weight:700;text-transform:uppercase;letter-spacing:.05em}.place-sidebar .facts-list li strong{color:var(--text);font-size:.85rem;text-align:right;font-weight:700}.place-sidebar .map-link{display:flex;align-items:center;gap:.5rem;color:var(--orange);font-weight:700;font-size:.9rem;text-decoration:none;padding:.5rem 0;transition:gap .2s}.place-sidebar .map-link:hover{gap:.75rem}.place-sidebar .related-item{margin-bottom:.65rem}.place-sidebar .related-item:last-child{margin-bottom:0}.place-sidebar .related-item a{display:flex;align-items:center;gap:.75rem;color:var(--text-2);text-decoration:none;padding:.4rem;border-radius:var(--radius-sm);transition:background .15s}.place-sidebar .related-item a:hover{background:var(--orange-light);color:var(--orange)}.place-sidebar .related-item img{width:54px;height:40px;border-radius:var(--radius-sm);object-fit:cover;flex-shrink:0}.place-sidebar .related-item .related-name{display:block;font-size:.875rem;font-weight:700}.place-sidebar .related-item .related-country{display:block;font-size:.76rem;color:var(--text-muted)}.compare-page{max-width:1200px;margin:0 auto;padding:2.5rem 1.5rem}.compare-page h1{font-size:2rem;font-weight:800;margin-bottom:2rem;letter-spacing:-.03em;color:var(--title)}.compare-table{display:grid;grid-template-columns:repeat(auto-fit,minmax(min(280px,100%),1fr));gap:1.5rem}.compare-col{background:var(--surface);border-radius:var(--radius-lg);overflow:hidden;border:1px solid var(--border-light);box-shadow:var(--shadow-card);animation:fadeUp .4s ease both}.compare-col img{width:100%;height:180px;object-fit:cover}.compare-col h2{font-size:1.15rem;font-weight:800;padding:1rem 1.25rem .25rem;letter-spacing:-.01em}.compare-col h2 a{color:var(--orange)}.compare-col h2 a:hover{text-decoration:underline}.compare-col .compare-country{display:flex;align-items:center;gap:.3rem;font-size:.8rem;color:var(--text-muted);padding:0 1.25rem .75rem;border-bottom:1px solid var(--border-light)}.compare-col .compare-row{display:flex;justify-content:space-between;align-items:center;padding:.65rem 1.25rem;font-size:.875rem;border-bottom:1px solid var(--border-light)}.compare-col .compare-row:last-of-type{border-bottom:none}.compare-col .compare-label{font-size:.72rem;font-weight:700;text-transform:uppercase;letter-spacing:.07em;color:var(--text-muted)}.compare-col .badge{padding:.2rem .65rem;border-radius:999px;font-size:.72rem;font-weight:700;text-transform:uppercase}.compare-col .badge.budget{background:#10b9812e;color:#4ade80}.compare-col .badge.mid-range{background:var(--orange-light);color:var(--orange-mid)}.compare-col .badge.luxury{background:#8b5cf62e;color:#c084fc}.compare-col .btn-view{display:block;margin:1rem 1.25rem;padding:.65rem;text-align:center;background:linear-gradient(135deg,var(--orange),var(--orange-dark));color:#fff;border-radius:var(--radius-sm);font-weight:700;font-size:.875rem;transition:opacity .15s,transform .15s;box-shadow:0 4px 12px #00f5d44d}.compare-col .btn-view:hover{opacity:.9}.compare-col .btn-view:active{transform:scale(.98)}.bookmarks-page{max-width:1200px;margin:0 auto;padding:2.5rem 1.5rem}.bookmarks-page h1{font-size:2rem;font-weight:800;margin-bottom:1.75rem;letter-spacing:-.03em;color:var(--title)}.bookmarks-page .empty-bookmarks{display:flex;flex-direction:column;align-items:center;gap:.85rem;padding:5rem 2rem;text-align:center;color:var(--text-muted);animation:fadeUp .5s ease both}.bookmarks-page .empty-bookmarks svg{color:var(--border)}.bookmarks-page .empty-bookmarks span{font-size:1rem;font-weight:600;color:var(--text-3)}.bookmarks-page .empty-bookmarks .empty-sub{font-size:.875rem}.bookmarks-page .empty-bookmarks .btn-primary{margin-top:.5rem}.btn-secondary{display:inline-flex;align-items:center;gap:.5rem;padding:.75rem 1.75rem;background:transparent;color:var(--text-2);border:1.5px solid var(--border);border-radius:var(--radius-sm);cursor:pointer;font-weight:600;font-size:.9rem;text-decoration:none;transition:border-color .15s,color .15s,background .15s}.btn-secondary:hover{border-color:var(--orange);color:var(--orange);background:var(--orange-light)}.btn-secondary:active{transform:scale(.98)}.btn-primary{display:inline-flex;align-items:center;gap:.5rem;padding:.75rem 1.75rem;background:linear-gradient(135deg,var(--orange),var(--orange-dark));color:#fff;border:none;border-radius:var(--radius-sm);cursor:pointer;font-weight:700;font-size:.9rem;box-shadow:0 4px 14px #0006;text-decoration:none;transition:opacity .15s,transform .15s}.btn-primary:hover{opacity:.9}.btn-primary:active{transform:scale(.98)}.loading{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:1rem;padding:5rem 2rem;color:var(--text-muted);font-size:.95rem}.empty,.not-found{text-align:center;padding:4rem 2rem;color:var(--text-muted);animation:fadeUp .4s ease both}.empty p,.not-found p{margin-bottom:1rem}.empty a,.not-found a{display:inline-flex;align-items:center;gap:.4rem;color:var(--orange);font-weight:600}.empty a:hover,.not-found a:hover{text-decoration:underline}.spin{animation:spin .8s linear infinite;color:var(--orange)}.pagination{display:flex;justify-content:center;align-items:center;gap:1rem;margin-top:2.5rem;animation:fadeUp .4s ease both}.pagination span{font-size:.875rem;color:var(--text-3);font-weight:600}.pagination button{display:inline-flex;align-items:center;gap:.4rem;padding:.55rem 1.25rem;border:1.5px solid var(--border);border-radius:var(--radius-sm);cursor:pointer;background:var(--surface);font-size:.875rem;font-weight:600;color:var(--text-2);transition:border-color .15s,color .15s,box-shadow .15s}.pagination button:disabled{opacity:.4;cursor:not-allowed}.pagination button:hover:not(:disabled){border-color:var(--orange);color:var(--orange);box-shadow:0 0 0 3px #00f5d41a}.lightbox{position:fixed;top:0;right:0;bottom:0;left:0;background:#000000eb;display:flex;align-items:center;justify-content:center;z-index:2000;cursor:zoom-out;animation:fadeIn .2s ease both}.lightbox img{max-width:90vw;max-height:90vh;border-radius:var(--radius);box-shadow:var(--shadow-lg)}.lightbox .lightbox-close{position:absolute;top:1.5rem;right:1.5rem;background:#ffffff1f;border:1px solid rgba(255,255,255,.2);border-radius:50%;width:44px;height:44px;display:flex;align-items:center;justify-content:center;cursor:pointer;color:#fff;transition:background .15s}.lightbox .lightbox-close:hover{background:#ffffff38}.site-footer{border-top:1px solid var(--border);padding:3rem 2rem 2rem;background:var(--surface);font-size:.875rem;color:var(--text-3);margin-top:0}.site-footer .footer-inner{max-width:1200px;margin:0 auto;display:flex;flex-wrap:wrap;align-items:flex-start;gap:2.5rem;justify-content:space-between}.site-footer .footer-brand{display:flex;flex-direction:column;gap:.85rem;max-width:300px}.site-footer .footer-brand p{margin:0;line-height:1.6;color:var(--text-3)}.site-footer .footer-logo{height:44px;max-height:44px;width:auto;max-width:180px;display:block;object-fit:contain}.site-footer .footer-links{display:flex;flex-direction:column;gap:.6rem}.site-footer .footer-links h4{font-size:.72rem;font-weight:800;text-transform:uppercase;letter-spacing:.1em;color:var(--text-muted);margin-bottom:.25rem}.site-footer .footer-links a{color:var(--text-3);text-decoration:none;font-weight:500;transition:color .15s}.site-footer .footer-links a:hover{color:var(--orange)}.site-footer .footer-copy{width:100%;text-align:center;margin:0;padding-top:2rem;border-top:1px solid var(--border-light);color:var(--text-muted);font-size:.8rem}.admin-page{max-width:1200px;margin:0 auto;padding:2rem 1.5rem}.admin-page h1{font-size:1.75rem;font-weight:800;margin-bottom:1.5rem}.admin-table{width:100%;border-collapse:collapse;background:var(--surface);border-radius:var(--radius);overflow:hidden;box-shadow:var(--shadow-sm);border:1px solid var(--border-light)}.admin-table th,.admin-table td{padding:.75rem 1rem;text-align:left;border-bottom:1px solid var(--border-light);font-size:.875rem}.admin-table th{background:var(--bg);font-weight:700;text-transform:uppercase;font-size:.72rem;letter-spacing:.06em;color:var(--text-muted)}.admin-table tr:last-child td{border-bottom:none}.admin-table tr:hover td{background:var(--bg)}.modal{background:var(--surface);border-radius:var(--radius-lg);padding:2rem;width:100%;max-width:700px;max-height:90vh;overflow-y:auto;animation:fadeUp .3s ease both;box-shadow:var(--shadow-lg)}.modal h2{margin-bottom:1.5rem;font-size:1.25rem;font-weight:800}.modal .form-grid{display:grid;grid-template-columns:1fr 1fr;gap:.75rem}.modal .form-grid label{display:flex;flex-direction:column;gap:.3rem;font-size:.82rem;font-weight:700;color:var(--text-2)}.modal .form-grid label.full{grid-column:1/-1}.modal .form-grid input,.modal .form-grid select,.modal .form-grid textarea{padding:.6rem .9rem;border:1.5px solid var(--border);border-radius:var(--radius-sm);font-size:.9rem;background:var(--bg);color:var(--text);transition:border-color .15s,box-shadow .15s}.modal .form-grid input:focus,.modal .form-grid select:focus,.modal .form-grid textarea:focus{outline:none;border-color:var(--orange);box-shadow:0 0 0 3px #00f5d41a}.modal .form-grid textarea{min-height:80px;resize:vertical}.modal .modal-actions{display:flex;gap:1rem;margin-top:1.5rem}.nav-mobile-right{display:none;align-items:center;gap:.5rem;margin-left:auto}.nav-mobile-bookmark{position:relative;display:flex;align-items:center;color:var(--text-muted);padding:.4rem}.nav-mobile-bookmark .bookmark-count{position:absolute;top:0;right:0;background:var(--orange);color:#fff;border-radius:999px;font-size:.55rem;font-weight:700;min-width:15px;height:15px;display:flex;align-items:center;justify-content:center;padding:0 .25rem}.burger{display:flex;flex-direction:column;justify-content:center;gap:5px;width:38px;height:38px;padding:.5rem;background:var(--bg);border:1.5px solid var(--border);border-radius:var(--radius-sm);cursor:pointer}.burger span{display:block;height:2px;background:var(--text-2);border-radius:2px;transition:transform .25s ease,opacity .2s ease,width .2s ease;transform-origin:center}.burger.open span:nth-child(1){transform:translateY(7px) rotate(45deg)}.burger.open span:nth-child(2){opacity:0;transform:scaleX(0)}.burger.open span:nth-child(3){transform:translateY(-7px) rotate(-45deg)}.mobile-menu{position:fixed;top:0;right:0;bottom:0;left:0;z-index:101;background:#00000059;-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px)}.mobile-menu-inner{position:absolute;top:0;left:0;right:0;background:var(--surface);border-bottom:1px solid var(--border);box-shadow:0 8px 32px #0000001f;padding:1rem 1.25rem 1.25rem;display:flex;flex-direction:column;gap:.35rem}.mobile-menu-close{align-self:flex-end;display:flex;align-items:center;justify-content:center;width:36px;height:36px;border:none;background:var(--bg);border-radius:50%;color:var(--text);cursor:pointer;margin-bottom:.25rem}.mobile-menu-close:hover{background:var(--border)}.mobile-search{display:flex;align-items:center;gap:.5rem;background:var(--bg);border:1.5px solid var(--border);border-radius:999px;padding:.5rem 1rem;margin-bottom:.5rem}.mobile-search:focus-within{border-color:var(--orange)}.mobile-search .search-icon{color:var(--orange);flex-shrink:0}.mobile-search input{flex:1;background:transparent;border:none;outline:none;font-size:.9rem;color:var(--text)}.mobile-search input::placeholder{color:var(--text-muted)}.mobile-link{display:flex;align-items:center;gap:.75rem;padding:.75rem 1rem;border-radius:var(--radius-sm);font-size:.95rem;font-weight:600;color:var(--text-2);text-decoration:none;transition:background .15s,color .15s}.mobile-link svg{color:var(--orange);flex-shrink:0}.mobile-link .bookmark-count{margin-left:auto;background:var(--orange);color:#fff;border-radius:999px;font-size:.65rem;font-weight:700;padding:.1rem .5rem}.mobile-link:hover,.mobile-link.router-link-active{background:var(--orange-light);color:var(--orange)}.slide-down-enter-active{animation:slideDown .22s ease}.slide-down-leave-active{animation:slideDown .18s ease reverse}@keyframes slideDown{0%{opacity:0;transform:translateY(-8px)}to{opacity:1;transform:translateY(0)}}@media (max-width: 768px){.hero-left h1{font-size:1.9rem}}@media (max-width: 768px) and (max-width: 380px){.hero-left h1{font-size:1.6rem}}@media (max-width: 768px){.hero-left p{font-size:1rem}.navbar{padding:0 1rem}.navbar .nav-links,.navbar .nav-search{display:none}.navbar .nav-logo{padding:.5rem 0}.navbar .nav-logo-img{height:48px;max-height:48px;max-width:160px}.navbar .nav-mobile-right{display:flex}.place-hero{height:50vh}.place-hero .place-hero-overlay{padding:1.5rem;flex-direction:column;align-items:flex-start;gap:1rem}.place-hero h1{font-size:1.75rem}.main-content{padding-left:1.25rem;padding-right:1.25rem;overflow-x:hidden}.hero,.editorial-mid,.newsletter-section,.site-footer,.place-hero,.dotw-section,.recently-viewed-section{margin-left:-1.25rem;margin-right:-1.25rem}.place-body{padding:0}.section{padding:2rem 1rem}.recently-viewed-section{padding:2rem 1.25rem}.country-body{padding-left:0;padding-right:0}.category-grid{display:none}.category-dropdown{display:block}.modal .form-grid{grid-template-columns:1fr}.modal .form-grid label.full{grid-column:1}.compare-table{grid-template-columns:1fr}}.recently-viewed-section{padding:4rem 2rem}.recently-viewed-section .section-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:0}.recently-viewed-section h2{margin:0}.recent-cards-row{display:flex;gap:1.25rem;overflow-x:auto;padding:.5rem .25rem 1rem;margin-top:1.5rem;scrollbar-width:thin;scrollbar-color:var(--orange) var(--border)}.recent-card{flex-shrink:0;width:210px;border-radius:var(--radius);overflow:hidden;background:var(--surface);border:1px solid var(--border);text-decoration:none;transition:transform .2s,box-shadow .2s}.recent-card:hover{transform:translateY(-4px);box-shadow:var(--shadow)}.recent-card img{width:100%;height:130px;object-fit:cover}.recent-card .recent-card-info{padding:.85rem 1rem}.recent-card .recent-card-name{display:block;font-size:.88rem;font-weight:700;color:var(--title);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.recent-card .recent-card-country{display:block;font-size:.78rem;color:var(--text-3);margin-top:.2rem}.share-btn{display:flex;align-items:center;gap:.4rem;padding:.55rem 1.1rem;background:#ffffff1f;border:1.5px solid rgba(255,255,255,.3);border-radius:999px;color:#fff;font-size:.85rem;font-weight:600;cursor:pointer;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);transition:background .15s}.share-btn:hover{background:#ffffff38}.dotw-section{padding:3rem 2rem 4rem;max-width:1200px;margin:0 auto}.dotw-nav{display:flex;align-items:center;gap:.5rem}.dotw-nav-btn{width:44px;height:44px;border-radius:50%;border:1.5px solid var(--border);background:var(--surface);color:var(--text);display:flex;align-items:center;justify-content:center;cursor:pointer;transition:border-color .15s,background .15s,color .15s}.dotw-nav-btn:hover{border-color:var(--orange);color:var(--orange);background:var(--orange-light)}.dotw-counter{font-size:.82rem;font-weight:600;color:var(--text-3);min-width:36px;text-align:center}.dotw-progress{position:absolute;bottom:0;left:0;height:3px;background:var(--orange);animation:dotwProgress 5s linear infinite;border-radius:0 2px 2px 0}@keyframes dotwProgress{0%{width:0}to{width:100%}}.dotw-dots{position:absolute;bottom:1rem;left:50%;transform:translate(-50%);display:flex;gap:.4rem}.dotw-dot{width:8px;height:8px;border-radius:50%;border:none;background:#fff6;cursor:pointer;padding:0;flex-shrink:0;transition:background .2s,transform .2s}.dotw-dot.active{background:#fff;transform:scale(1.3)}.dotw-card{display:flex;flex-direction:row;align-items:stretch;border-radius:var(--radius-lg);overflow:hidden;background:var(--surface);border:1px solid var(--border);box-shadow:var(--shadow-lg)}@media (max-width: 768px){.dotw-card{flex-direction:column}}.dotw-image-wrap{position:relative;width:520px;min-width:520px;flex-shrink:0;overflow:hidden;background:#0d1b2e;isolation:isolate}.dotw-image-wrap img{width:100%;height:100%;object-fit:cover;display:block;position:absolute;top:0;right:0;bottom:0;left:0}@media (max-width: 900px){.dotw-image-wrap{width:100%;min-width:unset;height:260px;position:relative}}.dotw-badge{position:absolute;top:1.25rem;left:1.25rem;background:var(--orange);color:#fff;font-size:.7rem;font-weight:700;text-transform:uppercase;letter-spacing:.06em;padding:.35rem 1rem;border-radius:999px}.dotw-content{padding:3rem 3.5rem}@media (max-width: 768px){.dotw-content{padding:1.5rem 1.25rem}}.dotw-content{display:flex;flex-direction:column;gap:.85rem;justify-content:center}.dotw-content .dotw-category{font-size:.75rem;font-weight:700;text-transform:uppercase;color:var(--orange);letter-spacing:.08em}.dotw-content h2{font-size:2.4rem;color:var(--title);margin:0;line-height:1.1}@media (max-width: 768px){.dotw-content h2{font-size:1.6rem}}.dotw-content .dotw-country{color:var(--text-3);font-size:.95rem;margin:0}.dotw-content .dotw-desc{color:var(--text-2);line-height:1.75;flex:1;margin-top:.25rem}.dotw-content .dotw-meta{display:flex;align-items:center;gap:.75rem;margin-top:.25rem}.dotw-content .dotw-cost{color:var(--text-2);font-size:.88rem}.dotw-content .dotw-btn{margin-top:1rem;align-self:flex-start}.dest-banner{overflow:hidden;width:100%;background:var(--bg);padding:2rem 0;border-top:1px solid var(--border);border-bottom:1px solid var(--border)}@keyframes bannerScroll{0%{transform:translate(0)}to{transform:translate(-50%)}}.dest-banner__track{display:flex;gap:1.25rem;width:max-content;animation:bannerScroll 30s linear infinite;will-change:transform}.dest-banner__tile{flex-shrink:0;width:260px;border-radius:var(--radius-lg);overflow:hidden;position:relative;display:block;text-decoration:none;box-shadow:var(--shadow-md);transition:transform .2s,box-shadow .2s}.dest-banner__tile:hover{transform:translateY(-4px);box-shadow:var(--shadow-lg)}.dest-banner__tile img{width:100%;height:170px;object-fit:cover;display:block}.dest-banner__info{position:absolute;bottom:0;left:0;right:0;padding:.75rem 1rem;background:linear-gradient(to top,rgba(0,0,0,.75) 0%,transparent 100%);display:flex;flex-direction:column}.dest-banner__name{color:#fff;font-weight:700;font-size:.95rem;line-height:1.2}.dest-banner__country{color:#ffffffb3;font-size:.78rem;margin-top:.15rem}.search-strip{padding:3rem 2rem;border-top:1px solid rgba(255,255,255,.06);border-bottom:1px solid rgba(255,255,255,.06);background:#ffffff08;display:flex;justify-content:center;position:relative;z-index:20}.search-strip__inner{width:100%;max-width:1100px;display:flex;flex-direction:column;align-items:center;gap:1.25rem}.search-bar--strip{width:100%;max-width:780px;margin:0;display:flex;align-items:center;background:#ffffff0f;border:1.5px solid rgba(255,255,255,.12);border-radius:999px;padding:.55rem .55rem .55rem 1.1rem;gap:.75rem;transition:border-color .2s;overflow:hidden}@media (max-width: 480px){.search-bar--strip{border-radius:14px;flex-wrap:wrap;padding:.6rem .75rem;gap:.5rem}.search-bar--strip input{min-width:0;width:100%;font-size:.9rem}.search-bar--strip button{width:100%;border-radius:8px;padding:.55rem 1rem}}.search-bar--strip:focus-within{border-color:var(--teal);background:#00f5d40d}.search-bar--strip .search-bar-icon{color:#ffffff80;flex-shrink:0}.search-bar--strip input{flex:1;background:none;border:none;outline:none;color:#fff;font-size:.97rem}.search-bar--strip input::placeholder{color:#fff6}.search-bar--strip button{background:#fff;color:#0b0f19;border:none;border-radius:999px;padding:.5rem 1.35rem;font-weight:700;font-size:.9rem;cursor:pointer;transition:background .2s;white-space:nowrap}.search-bar--strip button:hover{background:var(--teal);color:#0b0f19}.hero-tags--strip{justify-content:center;flex-wrap:wrap;gap:.6rem}.strip-stats{display:flex;align-items:center;justify-content:center;gap:1rem 1.5rem;flex-wrap:wrap;margin-top:.25rem}.strip-stat{display:flex;align-items:center;gap:.65rem}.strip-stat strong{display:block;font-size:1.25rem;font-weight:800;color:#fff;line-height:1.1}.strip-stat span{display:block;font-size:.72rem;color:#ffffff80;margin-top:.1rem}.strip-stat-icon{width:44px;height:44px;border-radius:12px;display:flex;align-items:center;justify-content:center;flex-shrink:0;line-height:0}.strip-stat-icon svg{display:block}.strip-stat-icon--blue,.strip-stat-icon--teal,.strip-stat-icon--yellow,.strip-stat-icon--pink{background:#00f5d41f;color:#00f5d4}.strip-stat-divider{width:1px;height:32px;background:#ffffff1f}.newsletter-section{background:var(--surface);border-top:1px solid var(--border);padding:2rem;margin-bottom:0}.newsletter-inner{max-width:960px;margin:0 auto;display:flex;align-items:center;gap:3rem;flex-wrap:wrap}@media (max-width: 768px){.newsletter-inner{flex-direction:column;text-align:center;gap:1.75rem}}.newsletter-icon{width:64px;height:64px;border-radius:var(--radius);background:var(--orange-light);border:1px solid rgba(0,245,212,.3);display:flex;align-items:center;justify-content:center;flex-shrink:0;color:var(--orange)}.newsletter-content{flex:1}.newsletter-content h2{font-size:1.3rem;color:var(--title);margin:0 0 .3rem}.newsletter-content p{color:var(--text-2);margin:0;font-size:.9rem}.newsletter-form{display:flex;gap:.5rem}@media (max-width: 480px){.newsletter-form{flex-direction:column;width:100%}}.newsletter-input{padding:.65rem 1rem;border:1.5px solid var(--border);border-radius:var(--radius-sm);background:var(--bg);color:var(--text);font-size:.9rem;min-width:0}.newsletter-input:focus{outline:none;border-color:var(--orange)}.newsletter-input::placeholder{color:var(--text-3)}.newsletter-btn{padding:.75rem 2.5rem;background:var(--orange);color:#fff;border:none;border-radius:var(--radius-sm);font-size:.9rem;font-weight:700;cursor:pointer;white-space:nowrap;transition:background .15s}.newsletter-btn:hover{background:var(--orange-dark)}.newsletter-success{display:flex;align-items:center;gap:.5rem;color:#4ade80;font-weight:600}.packing-section .section-sub{color:var(--text-3);font-size:.88rem;margin:-.25rem 0 1.25rem}.packing-grid{display:grid;grid-template-columns:1fr 1fr;gap:.5rem}@media (max-width: 480px){.packing-grid{grid-template-columns:1fr}}.packing-item{display:flex;align-items:center;gap:.6rem;padding:.55rem .75rem;border-radius:var(--radius-sm);border:1px solid var(--border);background:var(--surface);cursor:pointer;transition:background .15s,border-color .15s;font-size:.85rem;color:var(--text)}.packing-item input[type=checkbox]{accent-color:var(--orange);cursor:pointer}.packing-item.checked{background:var(--orange-light);border-color:#00f5d44d}.packing-item.checked span{text-decoration:line-through;color:var(--text-3)}.packing-item:hover{border-color:var(--orange)}.visa-card .visa-list{list-style:none;padding:0;margin:0 0 1rem;display:flex;flex-direction:column;gap:.5rem}.visa-card .visa-list li{padding-left:1.4rem;position:relative;font-size:.83rem;color:var(--text-2)}.visa-card .visa-list li:before{content:"";position:absolute;left:0;top:.45em;width:8px;height:8px;border-radius:50%;background:var(--orange);opacity:.7}.visa-card .visa-link{font-size:.82rem;color:var(--blue);font-weight:600;text-decoration:none}.visa-card .visa-link:hover{text-decoration:underline}.trip-planner-page{max-width:1100px;margin:0 auto;padding:3rem 2rem}.trip-planner-page h1{color:var(--title);margin-bottom:.5rem}.trip-planner-page .planner-sub{color:var(--text-2);margin-bottom:2rem}.planner-form{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius-lg);padding:2rem;display:flex;flex-direction:column;gap:1.25rem}.planner-form label{display:flex;flex-direction:column;gap:.4rem;font-size:.88rem;font-weight:600;color:var(--text-2)}.planner-form input,.planner-form select{padding:.65rem 1rem;border:1.5px solid var(--border);border-radius:var(--radius-sm);background:var(--bg);color:var(--text);font-size:.9rem}.planner-form input:focus,.planner-form select:focus{outline:none;border-color:var(--orange)}.planner-form .interests-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(150px,1fr));gap:.75rem;margin-top:.5rem}.planner-form .interest-card{position:relative;display:flex;flex-direction:column;align-items:center;gap:.5rem;padding:1.1rem .75rem;border:1.5px solid var(--border);border-radius:var(--radius);background:var(--bg);cursor:pointer;transition:border-color .15s,background .15s,transform .15s;text-align:center}.planner-form .interest-card:hover{border-color:var(--orange);background:var(--surface-2);transform:translateY(-2px)}.planner-form .interest-card.active{border-color:var(--orange);background:var(--orange-light)}.planner-form .interest-card .interest-icon{font-size:1.75rem;line-height:1;color:#fff}.planner-form .interest-card .interest-icon svg{display:block}.planner-form .interest-card .interest-label{font-size:.82rem;font-weight:600;color:var(--text);line-height:1.3}.planner-form .interest-card.active .interest-label{color:var(--orange-mid)}.planner-form .interest-card .interest-check{position:absolute;top:.5rem;right:.5rem;width:18px;height:18px;border-radius:50%;background:var(--orange);color:#fff;font-size:.65rem;font-weight:800;display:flex;align-items:center;justify-content:center}.planner-form .btn-plan{padding:.8rem 2rem;background:var(--orange);color:#0b0f19;border:none;border-radius:var(--radius-sm);font-size:1rem;font-weight:700;cursor:pointer;align-self:flex-start;transition:background .15s;box-shadow:none}.planner-form .btn-plan:hover{background:var(--orange-dark);box-shadow:none}.planner-form .btn-plan:disabled{opacity:.5;cursor:not-allowed}.itinerary{margin-top:2.5rem}.itinerary h2{color:var(--title);margin-bottom:1.5rem}.itinerary-day{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius);padding:1.25rem 1.5rem;margin-bottom:1rem}.itinerary-day .day-header{display:flex;align-items:center;gap:.75rem;margin-bottom:.75rem}.itinerary-day .day-header .day-num{width:32px;height:32px;border-radius:50%;background:var(--orange);color:#fff;display:flex;align-items:center;justify-content:center;font-weight:700;font-size:.85rem;flex-shrink:0}.itinerary-day .day-header h3{color:var(--title);margin:0;font-size:1rem}.itinerary-day ul{padding-left:1.25rem;margin:0}.itinerary-day ul li{color:var(--text-2);font-size:.88rem;margin-bottom:.3rem}.blog-page{max-width:1200px;margin:0 auto;padding:3rem 2rem}.blog-page h1{color:var(--title);margin-bottom:.5rem}.blog-page .blog-sub{color:var(--text-2);margin-bottom:2.5rem}.blog-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(340px,1fr));gap:1.5rem}.blog-card{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius-lg);overflow:hidden;transition:transform .2s,box-shadow .2s;cursor:pointer}.blog-card:hover{transform:translateY(-4px);box-shadow:var(--shadow-lg)}.blog-card img{width:100%;height:200px;object-fit:cover}.blog-card .blog-card-body{padding:1.25rem}.blog-card .blog-tag{font-size:.72rem;font-weight:700;text-transform:uppercase;color:var(--orange);letter-spacing:.06em}.blog-card h3{color:var(--title);font-size:1.05rem;margin:.4rem 0 .5rem;line-height:1.35}.blog-card p{color:var(--text-2);font-size:.85rem;line-height:1.55;margin:0 0 .75rem}.blog-card .blog-meta{font-size:.78rem;color:var(--text-3)}.map-page{max-width:1200px;margin:0 auto;padding:3rem 2rem}.map-page h1{color:var(--title);margin-bottom:.5rem}.map-page .map-sub{color:var(--text-2);margin-bottom:.75rem}.map-page .map-intro{color:var(--text-3);font-size:.95rem;line-height:1.7;max-width:680px;margin:0 auto 2rem}.continent-filters{display:flex;flex-wrap:wrap;gap:.5rem;margin-bottom:2rem}.continent-filters button{padding:.45rem 1.1rem;border:1.5px solid var(--border);border-radius:999px;background:var(--surface);color:var(--text-2);font-size:.85rem;font-weight:600;cursor:pointer;transition:all .15s}.continent-filters button:hover{border-color:var(--orange);color:var(--orange)}.continent-filters button.active{background:var(--orange);border-color:var(--orange);color:#fff}.filter-select{padding:.55rem 1rem;border:1.5px solid var(--border);border-radius:var(--radius-sm);background:var(--surface);color:var(--text);font-size:.88rem;cursor:pointer}.filter-select:focus{outline:none;border-color:var(--orange)}.blog-post-page{min-height:80vh}.blog-post-hero{position:relative;height:420px;overflow:hidden}.blog-post-hero img{width:100%;height:100%;object-fit:cover}.blog-post-hero-overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(to top,rgba(0,0,0,.75) 0%,rgba(0,0,0,.2) 60%,transparent 100%);display:flex;align-items:flex-end}.blog-post-hero-content{padding:2.5rem}.blog-post-hero-content .blog-tag{font-size:.72rem;font-weight:700;text-transform:uppercase;color:var(--orange-mid);letter-spacing:.06em}.blog-post-hero-content h1{color:#fff;font-size:2.2rem;font-weight:800;margin:.5rem 0 .4rem;line-height:1.2;letter-spacing:-.02em;max-width:800px}.blog-post-hero-content .blog-post-meta{color:#ffffffa6;font-size:.85rem;margin:0}.blog-post-body{max-width:760px;margin:0 auto;padding:2.5rem 2rem 4rem}.blog-back{display:inline-flex;align-items:center;gap:.35rem;color:var(--orange);font-size:.85rem;font-weight:600;margin-bottom:2rem;text-decoration:none}.blog-back:hover{gap:.55rem}.blog-back{transition:gap .15s}.blog-post-excerpt{font-size:1.1rem;color:var(--text-2);line-height:1.7;border-left:3px solid var(--orange);padding-left:1.25rem;margin-bottom:2rem;font-style:italic}.blog-post-content p{color:var(--text);line-height:1.85;font-size:.97rem;margin-bottom:1.35rem}.blog-post-content p strong{color:var(--title);font-weight:700}.blog-post-footer{margin-top:3rem;padding-top:2rem;border-top:1px solid var(--border)}.weather-card .weather-body{display:flex;flex-direction:column;gap:.6rem;margin-bottom:.75rem}.weather-card .weather-season{display:flex;align-items:center;gap:.75rem;padding:.5rem .6rem;background:var(--bg);border-radius:var(--radius-sm);border:1px solid var(--border)}.weather-card .weather-season .ws-icon{font-size:1.3rem;flex-shrink:0}.weather-card .weather-season .ws-info{flex:1;display:flex;flex-direction:column;gap:.1rem}.weather-card .weather-season .ws-season{font-size:.78rem;font-weight:700;color:var(--title)}.weather-card .weather-season .ws-temp{font-size:.75rem;color:var(--orange);font-weight:600}.weather-card .weather-season .ws-desc{font-size:.74rem;color:var(--text-3);white-space:nowrap}.weather-card .weather-note{font-size:.74rem;color:var(--text-3);line-height:1.4}.currency-card .currency-converter{margin:1rem 0;display:flex;flex-direction:column;gap:.5rem}.currency-card .currency-row{display:flex;align-items:center;background:var(--bg);border:1.5px solid var(--border);border-radius:var(--radius-sm);overflow:hidden;transition:border-color .2s}.currency-card .currency-row:focus-within{border-color:var(--orange)}.currency-card .currency-row .currency-flag{padding:0 .75rem;font-size:1.15rem;flex-shrink:0;border-right:1px solid var(--border);line-height:1;display:flex;align-items:center;height:100%}.currency-card .currency-row .currency-input{flex:1;padding:.65rem .75rem;border:none;background:transparent;color:var(--title);font-size:.95rem;font-weight:600;min-width:0}.currency-card .currency-row .currency-input:focus{outline:none}.currency-card .currency-row .currency-code{padding:0 .85rem;font-size:.78rem;font-weight:700;color:var(--text-3);border-left:1px solid var(--border);white-space:nowrap}.currency-card .currency-divider{display:flex;justify-content:center;padding:.35rem 0;color:var(--orange)}.currency-card .currency-rate{font-size:.78rem;color:var(--text-2);margin-top:.5rem}.currency-card .currency-note{font-size:.72rem;color:var(--text-3);margin-top:.2rem;line-height:1.5}.profile-page{max-width:800px;margin:0 auto;padding:2.5rem 2rem 4rem;display:flex;flex-direction:column;gap:1.5rem}.profile-header{display:flex;align-items:center;gap:1.5rem;background:var(--surface);border:1px solid var(--border);border-radius:var(--radius-lg);padding:2rem}.profile-avatar-wrap{position:relative;flex-shrink:0}.profile-avatar{width:72px;height:72px;border-radius:50%;background:linear-gradient(135deg,#00f5d4,#ff6b6b);color:#fff;font-size:1.5rem;font-weight:800;display:flex;align-items:center;justify-content:center}.avatar-edit-btn{position:absolute;bottom:0;right:0;width:24px;height:24px;border-radius:50%;background:var(--orange);border:2px solid var(--surface);color:#fff;display:flex;align-items:center;justify-content:center;cursor:pointer}.profile-header-info{flex:1}.profile-header-info h1{font-size:1.5rem;color:var(--title);margin-bottom:.15rem}.profile-header-info .profile-email{color:var(--text-3);font-size:.88rem;margin-bottom:.75rem}.profile-stats{display:flex;gap:1.5rem}.profile-stats .stat{display:flex;flex-direction:column}.profile-stats .stat-num{font-size:1.3rem;font-weight:800;color:var(--orange);line-height:1}.profile-stats .stat-label{font-size:.75rem;color:var(--text-3);margin-top:.1rem}.profile-card{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius-lg);padding:1.75rem}.profile-card h2{font-size:1.1rem;font-weight:700;color:var(--title);margin-bottom:1.25rem}.profile-form{display:flex;flex-direction:column;gap:1rem}.profile-form label{display:flex;flex-direction:column;gap:.35rem;font-size:.85rem;font-weight:600;color:var(--text-2)}.profile-form input{padding:.6rem .9rem;border:1.5px solid var(--border);border-radius:var(--radius-sm);background:var(--bg);color:var(--text);font-size:.9rem}.profile-form input:focus{outline:none;border-color:var(--orange)}.style-grid{display:flex;flex-wrap:wrap;gap:.4rem;margin-top:.25rem}.style-btn{padding:.35rem .85rem;border:1.5px solid var(--border);border-radius:999px;background:var(--bg);color:var(--text-2);font-size:.8rem;font-weight:600;cursor:pointer;transition:all .15s}.style-btn:hover{border-color:var(--orange);color:var(--orange)}.style-btn.active{background:var(--orange);border-color:var(--orange);color:#fff}.profile-form-actions{display:flex;gap:.75rem;margin-top:.5rem}.save-success{color:#4ade80;font-size:.85rem;font-weight:600;margin-top:.25rem}.pref-grid{display:flex;flex-direction:column;gap:.75rem}.pref-item{display:flex;align-items:flex-start;justify-content:space-between;gap:1rem;padding:.6rem 0;border-bottom:1px solid var(--border-light)}.pref-item:last-child{border-bottom:none}.pref-item .pref-label{font-size:.85rem;color:var(--text-3);flex-shrink:0}.pref-item .pref-value{font-size:.88rem;color:var(--title);font-weight:600;text-align:right}.pref-item .pref-empty{color:var(--text-muted);font-style:italic;font-weight:400}.style-tags{display:flex;flex-wrap:wrap;gap:.3rem;justify-content:flex-end}.style-tag{background:var(--orange-light);border:1px solid rgba(0,245,212,.3);color:var(--orange-mid);font-size:.75rem;padding:.2rem .6rem;border-radius:999px;font-weight:600}.profile-bookmarks{display:grid;grid-template-columns:repeat(auto-fill,minmax(200px,1fr));gap:.75rem}.profile-bookmark-item{display:flex;align-items:center;gap:.75rem;padding:.6rem;background:var(--bg);border:1px solid var(--border);border-radius:var(--radius-sm);text-decoration:none;transition:border-color .15s}.profile-bookmark-item:hover{border-color:var(--orange)}.profile-bookmark-item img{width:44px;height:44px;border-radius:8px;object-fit:cover;flex-shrink:0}.profile-bookmark-item .pb-name{display:block;font-size:.83rem;font-weight:700;color:var(--title);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.profile-bookmark-item .pb-country{display:block;font-size:.75rem;color:var(--text-3)}.country-page{min-height:80vh}.country-hero{position:relative;height:380px;overflow:hidden;background:var(--surface)}.country-hero .country-hero-bg{position:absolute;top:0;right:0;bottom:0;left:0;background-size:cover;background-position:center;filter:brightness(.55)}.country-hero .country-hero-overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(to top,rgba(0,0,0,.7) 0%,transparent 60%);display:flex;align-items:flex-end}.country-hero .country-hero-content{padding:2.5rem}.country-hero .country-hero-content .country-hero-eyebrow{font-size:.75rem;font-weight:700;text-transform:uppercase;color:var(--orange-mid);letter-spacing:.07em;margin-bottom:.35rem}.country-hero .country-hero-content h1{font-size:2.8rem;font-weight:900;color:#fff;margin:0 0 .35rem;letter-spacing:-.03em}.country-hero .country-hero-content .country-hero-sub{color:#ffffffb3;font-size:.95rem;margin:0}.country-body{max-width:1200px;margin:0 auto;padding:2.5rem 2rem 4rem}.country-stats{display:flex;gap:1.5rem;margin-bottom:2.5rem;flex-wrap:wrap}.country-stats .cstat{display:flex;align-items:center;gap:.5rem;background:var(--surface);border:1px solid var(--border);border-radius:var(--radius-sm);padding:.6rem 1rem;font-size:.88rem;color:var(--text-2)}.country-stats .cstat svg{color:var(--orange);flex-shrink:0}.country-stats .cstat strong{color:var(--title)}.country-section-title{font-size:1.4rem;font-weight:800;color:var(--title);margin-bottom:1.5rem;letter-spacing:-.02em}.legal-page{min-height:80vh}.legal-hero{background:linear-gradient(135deg,#00f5d412,#00f5d405);border-bottom:1px solid rgba(0,245,212,.12);padding:4rem 2rem 3rem;text-align:center}.legal-hero h1{font-size:2.6rem;font-weight:900;color:#fff;margin-bottom:.6rem;letter-spacing:-.03em}.legal-hero p{color:var(--text-3);font-size:.95rem}.legal-section h2{border-left:3px solid rgba(0,245,212,.5);padding-left:.75rem}.legal-body{max-width:780px;margin:0 auto;padding:3.5rem 2rem 5rem;display:flex;flex-direction:column;gap:2.5rem}.legal-section h2{font-size:1.2rem;font-weight:800;color:var(--title);margin-bottom:.9rem}.legal-section h3{font-size:1rem;font-weight:700;color:var(--title);margin-bottom:.4rem}.legal-section p{color:var(--text-2);line-height:1.8;margin-bottom:.75rem}.legal-section p:last-child{margin-bottom:0}.legal-section ul{color:var(--text-2);line-height:1.8;padding-left:1.4rem;display:flex;flex-direction:column;gap:.35rem}.legal-section a{color:var(--orange)}.legal-section a:hover{text-decoration:underline}.legal-section code{background:var(--surface-2);border:1px solid var(--border);border-radius:4px;padding:.1rem .4rem;font-size:.82rem;color:var(--orange-mid)}.legal-section strong{color:var(--title)}.cookie-table{border:1px solid var(--border);border-radius:var(--radius-sm);overflow:hidden;margin-top:.75rem}.cookie-table .cookie-row{display:grid;grid-template-columns:1fr 2fr 1fr;gap:1rem;padding:.75rem 1rem;border-bottom:1px solid var(--border-light);font-size:.85rem;color:var(--text-2)}.cookie-table .cookie-row:last-child{border-bottom:none}.cookie-table .cookie-row.header{background:var(--surface-2);font-weight:700;color:var(--text);font-size:.8rem;text-transform:uppercase;letter-spacing:.04em}@media (max-width: 600px){.cookie-table .cookie-row{grid-template-columns:1fr;gap:.25rem}}.ai-feature-card{display:flex;gap:1.25rem;background:var(--surface);border:1px solid var(--border);border-radius:var(--radius);padding:1.5rem;margin-bottom:1rem}.ai-feature-card:last-child{margin-bottom:0}.ai-feature-card .ai-feature-icon{width:44px;height:44px;border-radius:10px;background:var(--orange-light);border:1px solid rgba(0,245,212,.2);display:flex;align-items:center;justify-content:center;flex-shrink:0;color:var(--orange)}.footer-legal{padding-top:.5rem;border-top:1px solid var(--border-light);margin-top:.25rem}.footer-legal a{font-size:.82rem!important;color:var(--text-3)!important}.footer-legal a:hover{color:var(--orange)!important}.cookie-banner{position:fixed;bottom:1.5rem;left:50%;transform:translate(-50%);z-index:9999;width:calc(100% - 3rem);max-width:780px}.cookie-banner-inner{display:flex;align-items:center;gap:1rem;background:var(--surface-2);border:1px solid var(--border);border-radius:var(--radius-lg);padding:1rem 1.25rem;box-shadow:0 8px 32px #00000080,0 0 0 1px var(--border);flex-wrap:wrap}@media (max-width: 600px){.cookie-banner-inner{flex-direction:column;align-items:flex-start}}.cookie-banner-icon{width:38px;height:38px;border-radius:10px;background:var(--orange-light);border:1px solid rgba(0,245,212,.2);display:flex;align-items:center;justify-content:center;flex-shrink:0;color:var(--orange)}.cookie-banner-text{flex:1}.cookie-banner-text p{font-size:.86rem;color:var(--text-2);margin:0;line-height:1.6}.cookie-banner-text a{color:var(--orange)}.cookie-banner-text a:hover{text-decoration:underline}.cookie-banner-actions{display:flex;gap:.6rem;flex-shrink:0}.cookie-btn{padding:.5rem 1.1rem;border-radius:var(--radius-sm);font-size:.85rem;font-weight:700;cursor:pointer;transition:all .15s;border:1.5px solid var(--border)}.cookie-btn.cookie-decline{background:transparent;color:var(--text-3)}.cookie-btn.cookie-decline:hover{border-color:var(--text-3);color:var(--text)}.cookie-btn.cookie-accept{background:var(--orange);color:#0b0f19;border-color:var(--orange)}.cookie-btn.cookie-accept:hover{opacity:.9}.cookie-slide-enter-active{transition:all .4s cubic-bezier(.34,1.56,.64,1)}.cookie-slide-leave-active{transition:all .25s ease}.cookie-slide-enter-from{opacity:0;transform:translate(-50%) translateY(20px)}.cookie-slide-leave-to{opacity:0;transform:translate(-50%) translateY(10px)}@keyframes shimmer{0%{background-position:-400px 0}to{background-position:400px 0}}.skeleton-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1.5rem}@media (max-width: 768px){.skeleton-grid{grid-template-columns:1fr}}.skeleton-card{border-radius:var(--radius);overflow:hidden;background:var(--surface);border:1px solid var(--border)}.skeleton-img{height:200px;background:linear-gradient(90deg,var(--surface) 25%,var(--surface-2) 50%,var(--surface) 75%);background-size:800px 100%;animation:shimmer 1.4s infinite linear}.skeleton-body{padding:1rem}.skeleton-line{border-radius:6px;background:linear-gradient(90deg,var(--surface) 25%,var(--surface-2) 50%,var(--surface) 75%);background-size:800px 100%;animation:shimmer 1.4s infinite linear;margin-bottom:.6rem}.skeleton-line.skeleton-title{height:18px;width:70%}.skeleton-line.skeleton-sub{height:14px;width:50%}.skeleton-line.skeleton-short{height:12px;width:35%}.collections-dropdown{display:none;width:100%;padding:.85rem 1rem;border-radius:var(--radius);border:1px solid var(--border);background:var(--surface);color:var(--text);font-size:1rem;cursor:pointer}@media (max-width: 768px){.collections-dropdown{display:block}}.collections-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:1rem}@media (max-width: 900px){.collections-grid{grid-template-columns:repeat(2,1fr)}}@media (max-width: 768px){.collections-grid{display:none}}.collection-card{display:flex;align-items:center;gap:.85rem;padding:1rem 1.1rem;background:var(--surface);border:1px solid var(--border);border-radius:var(--radius);text-decoration:none;transition:all .2s}.collection-card:hover{border-color:var(--orange);background:var(--surface-2);transform:translateY(-2px);box-shadow:var(--shadow)}.collection-emoji{font-size:1.6rem;flex-shrink:0;line-height:1}.collection-info{flex:1;min-width:0;display:flex;flex-direction:column;gap:.15rem}.collection-label{font-size:.9rem;font-weight:700;color:var(--title);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.collection-desc{font-size:.75rem;color:var(--text-2)}.collection-arrow{color:var(--text-3);flex-shrink:0;transition:transform .2s}.collection-card:hover .collection-arrow{transform:translate(3px);color:var(--orange)}.recently-viewed-detail{max-width:1200px;margin:2.5rem auto 0;padding:0 1.5rem 2.5rem}.rv-header{margin-bottom:1rem}.rv-header h3{font-size:1.15rem;color:var(--title)}.rv-row{display:flex;gap:1rem;overflow-x:auto;padding-bottom:.5rem;scrollbar-width:thin;scrollbar-color:var(--border) transparent}.rv-card{flex-shrink:0;width:150px;border-radius:var(--radius-sm);overflow:hidden;background:var(--surface);border:1px solid var(--border);text-decoration:none;transition:all .2s}.rv-card:hover{border-color:var(--orange);transform:translateY(-2px)}.rv-card img{width:100%;height:90px;object-fit:cover;display:block}.rv-info{padding:.5rem .6rem}.rv-name{display:block;font-size:.8rem;font-weight:600;color:var(--title)}.rv-country{display:block;font-size:.72rem;color:var(--text-2);margin-top:.1rem}.map-page{padding-bottom:0}.map-header{max-width:1200px;margin:0 auto;padding:2rem 1.5rem 1rem}.map-header h1{font-size:2rem}.map-loading{display:flex;align-items:center;gap:.75rem;justify-content:center;padding:2rem;color:var(--text-2)}#leaflet-map{width:100%;height:65vh;min-height:300px}@media (max-width: 768px){#leaflet-map{height:45vh;min-height:280px}}#leaflet-map{z-index:1;margin-top:1rem}.custom-marker svg{filter:drop-shadow(0 2px 4px rgba(0,0,0,.6))}.map-popup-panel{position:fixed;bottom:1.5rem;right:1.5rem;width:300px;background:var(--surface);border:1px solid var(--border);border-radius:var(--radius-lg);overflow:hidden;box-shadow:var(--shadow-lg);z-index:1000}@media (max-width: 600px){.map-popup-panel{width:calc(100vw - 3rem);left:1.5rem;right:1.5rem}}.popup-close{position:absolute;top:.6rem;right:.6rem;background:#0b0f19b3;border:none;color:var(--text-2);border-radius:50%;width:44px;height:44px;display:flex;align-items:center;justify-content:center;cursor:pointer;z-index:2;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px)}.popup-close:hover{color:var(--title)}.popup-img{width:100%;height:160px;object-fit:cover;display:block}.popup-body{padding:1rem}.popup-category{font-size:.73rem;text-transform:uppercase;letter-spacing:.06em;color:var(--orange);font-weight:700;display:block;margin-bottom:.35rem}.popup-body h3{font-size:1.1rem;color:var(--title);margin-bottom:.25rem}.popup-country{font-size:.82rem;color:var(--text-2);margin-bottom:.5rem}.popup-desc{font-size:.82rem;color:var(--text-2);line-height:1.5;margin-bottom:.75rem}.popup-meta{display:flex;align-items:center;gap:.5rem;margin-bottom:.85rem}.popup-cost{font-size:.82rem;color:var(--text-2)}.popup-btn{display:block;text-align:center;width:100%;padding:.6rem;border-radius:var(--radius-sm);font-size:.85rem;font-weight:700}.slide-up-enter-active{transition:all .3s cubic-bezier(.34,1.56,.64,1)}.slide-up-leave-active{transition:all .2s ease}.slide-up-enter-from{opacity:0;transform:translateY(20px)}.slide-up-leave-to{opacity:0;transform:translateY(10px)}
