:root{--primary:#00b4d8;--primary-dark:#0077b6;--secondary:#ff9e00;--accent:#ff5400;--bg-color:#f8f9fa;--surface:#fff;--text-main:#212529;--text-muted:#6c757d;--glass:#ffffffb3;--shadow:0 10px 30px #00000014;--header-height:70px}*{box-sizing:border-box;margin:0;padding:0}body{background-color:var(--bg-color);color:var(--text-main);font-family:Outfit,Inter,system-ui,-apple-system,sans-serif;line-height:1.6}.layout-container{flex-direction:column;min-height:100vh;display:flex}header{height:var(--header-height);background:var(--glass);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);z-index:1000;position:sticky;top:0;box-shadow:0 2px 10px #0000000d}.hero{color:#fff;text-align:center;background-position:50%;background-size:cover;justify-content:center;align-items:center;height:60vh;margin-bottom:40px;display:flex;position:relative}.hero-overlay{background:linear-gradient(#0003,#0009);position:absolute;inset:0}.hero-content{z-index:1;position:relative}.hero h1{text-shadow:0 4px 20px #0000004d;margin-bottom:16px;font-size:4rem;font-weight:800}.main-content{width:100%;max-width:1200px;margin:0 auto;padding:0 20px 60px}.section-title{text-align:center;margin-bottom:30px;font-size:2rem}.destination-grid{grid-template-columns:repeat(auto-fill,minmax(350px,1fr));gap:30px;display:grid}.glass-effect{background:var(--glass);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border:1px solid #fff3}::-webkit-scrollbar{width:10px}::-webkit-scrollbar-track{background:var(--bg-color)}::-webkit-scrollbar-thumb{background:#cbd5e0;border-radius:5px}::-webkit-scrollbar-thumb:hover{background:#a0aec0}@keyframes fadeIn{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.fade-in{animation:.8s forwards fadeIn}.navbar.svelte-11lpkcp{justify-content:space-between;align-items:center;max-width:1400px;height:100%;margin:0 auto;padding:0 40px;display:flex}.nav-left.svelte-11lpkcp .logo:where(.svelte-11lpkcp){color:var(--primary-dark);cursor:pointer;align-items:center;gap:10px;font-size:24px;font-weight:800;display:flex}.logo-icon.svelte-11lpkcp{font-size:32px}.nav-middle.svelte-11lpkcp{gap:30px;display:flex}.nav-link.svelte-11lpkcp{color:var(--text-main);font-size:16px;font-weight:600;text-decoration:none;transition:color .3s;position:relative}.nav-link.svelte-11lpkcp:hover{color:var(--primary)}.nav-link.active.svelte-11lpkcp:after{content:"";background:var(--primary);width:100%;height:2px;position:absolute;bottom:-5px;left:0}.nav-right.svelte-11lpkcp{align-items:center;gap:20px;display:flex}.search-bar.svelte-11lpkcp{background:#0000000d;border-radius:30px;align-items:center;gap:8px;padding:8px 16px;display:flex}.search-bar.svelte-11lpkcp input:where(.svelte-11lpkcp){background:0 0;border:none;outline:none;width:120px;font-size:14px}.btn-primary.svelte-11lpkcp{background:var(--primary);color:#fff;cursor:pointer;border:none;border-radius:30px;padding:10px 24px;font-weight:700;transition:transform .2s,background .2s}.btn-primary.svelte-11lpkcp:hover{background:var(--primary-dark);transform:translateY(-2px)}.dest-card.svelte-sq5nw9{background:var(--surface);box-shadow:var(--shadow);border-radius:24px;transition:transform .3s;overflow:hidden}.dest-card.svelte-sq5nw9:hover{transform:translateY(-10px)}.card-image.svelte-sq5nw9{background-position:50%;background-size:cover;height:240px;position:relative}.badge.svelte-sq5nw9{background:var(--glass);-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px);color:var(--primary-dark);border-radius:20px;padding:4px 12px;font-size:12px;font-weight:700;position:absolute;top:20px;left:20px}.overlay.svelte-sq5nw9{opacity:0;background:#0000004d;justify-content:center;align-items:center;transition:opacity .3s;display:flex;position:absolute;inset:0}.dest-card.svelte-sq5nw9:hover .overlay:where(.svelte-sq5nw9){opacity:1}.btn-explore.svelte-sq5nw9{color:var(--primary-dark);cursor:pointer;background:#fff;border:none;border-radius:30px;padding:12px 24px;font-weight:700}.card-content.svelte-sq5nw9{padding:24px}.header.svelte-sq5nw9{justify-content:space-between;align-items:center;margin-bottom:8px;display:flex}h3.svelte-sq5nw9{font-size:1.25rem;font-weight:700}.rating.svelte-sq5nw9{color:var(--secondary);font-weight:700}.location.svelte-sq5nw9{color:var(--text-muted);margin-bottom:20px;font-size:14px}.footer.svelte-sq5nw9{border-top:1px solid #eee;justify-content:space-between;align-items:center;padding-top:16px;display:flex}.price.svelte-sq5nw9{color:var(--text-muted);font-size:14px}.price.svelte-sq5nw9 span:where(.svelte-sq5nw9){color:var(--primary-dark);font-size:1.25rem;font-weight:800;display:block}.btn-book.svelte-sq5nw9{background:var(--bg-color);border:1.5px solid var(--primary);color:var(--primary);cursor:pointer;border-radius:30px;padding:8px 20px;font-weight:700;transition:all .2s}.btn-book.svelte-sq5nw9:hover{background:var(--primary);color:#fff}.destination-feed.svelte-1qrbuwn{padding:20px 0}.section-header.svelte-1qrbuwn{text-align:center;margin-bottom:40px}.subtitle.svelte-1qrbuwn{color:var(--text-muted);font-size:1.1rem}.detail-page.svelte-b1iei4{max-width:1200px;margin:0 auto;padding:20px 0}.btn-back.svelte-b1iei4{color:var(--primary-dark);cursor:pointer;background:0 0;border:none;align-items:center;gap:8px;margin-bottom:20px;font-size:16px;font-weight:700;transition:transform .2s;display:flex}.btn-back.svelte-b1iei4:hover{transform:translate(-5px)}.detail-container.svelte-b1iei4{background:var(--surface);box-shadow:var(--shadow);border-radius:30px;overflow:hidden}.detail-image.svelte-b1iei4{background-position:50%;background-size:cover;height:500px;position:relative}.detail-overlay.svelte-b1iei4{background:linear-gradient(#0000,#000c);align-items:flex-end;padding:60px;display:flex;position:absolute;inset:0}.detail-header-content.svelte-b1iei4{color:#fff}.location-badge.svelte-b1iei4{background:var(--primary);border-radius:20px;margin-bottom:16px;padding:4px 16px;font-size:14px;font-weight:700;display:inline-block}h1.svelte-b1iei4{margin-bottom:12px;font-size:3.5rem;font-weight:800}.meta-info.svelte-b1iei4{align-items:center;gap:15px;font-size:1.1rem;display:flex}.rating.svelte-b1iei4{color:var(--secondary);font-weight:700}.detail-content.svelte-b1iei4{grid-template-columns:1fr 380px;gap:60px;padding:60px;display:grid}.content-left.svelte-b1iei4 h2:where(.svelte-b1iei4){margin-bottom:24px;font-size:2rem}.content-left.svelte-b1iei4 p:where(.svelte-b1iei4){color:var(--text-muted);margin-bottom:20px;font-size:1.1rem}.highlights.svelte-b1iei4{grid-template-columns:1fr 1fr;gap:20px;margin-top:40px;display:grid}.highlight-item.svelte-b1iei4{background:var(--bg-color);border-radius:12px;align-items:center;gap:10px;padding:16px;font-weight:600;display:flex}.price-card.svelte-b1iei4{border:1px solid #0000000d;border-radius:24px;padding:40px;position:sticky;top:100px}.price-header.svelte-b1iei4{color:var(--text-muted);margin-bottom:4px;font-size:14px}.price-value.svelte-b1iei4{color:var(--primary-dark);font-size:2.5rem;font-weight:800}.price-value.svelte-b1iei4 span:where(.svelte-b1iei4){color:var(--text-muted);font-size:1rem;font-weight:500}.price-note.svelte-b1iei4{color:var(--text-muted);margin:10px 0 30px;font-size:13px}.btn-book-large.svelte-b1iei4{background:var(--primary);color:#fff;cursor:pointer;border:none;border-radius:15px;width:100%;margin-bottom:20px;padding:18px;font-size:1.1rem;font-weight:700;transition:all .2s}.btn-book-large.svelte-b1iei4:hover{background:var(--primary-dark);transform:translateY(-3px);box-shadow:0 10px 20px #00b4d833}.trust-icons.svelte-b1iei4{color:var(--text-muted);flex-direction:column;gap:10px;font-size:14px;display:flex}@media (width<=992px){.detail-content.svelte-b1iei4{grid-template-columns:1fr}.detail-overlay.svelte-b1iei4{padding:30px}h1.svelte-b1iei4{font-size:2.5rem}}.chat-box.svelte-1eerpw2{background:var(--fb-white);z-index:2000;border-radius:8px 8px 0 0;flex-direction:column;width:330px;height:455px;display:flex;position:fixed;bottom:0;right:80px;box-shadow:0 12px 28px #0003,0 2px 4px #0000001a}.chat-header.svelte-1eerpw2{background:var(--fb-white);border-bottom:1px solid var(--fb-divider);cursor:pointer;border-radius:8px 8px 0 0;align-items:center;padding:8px;display:flex}.chat-header.svelte-1eerpw2:hover{box-shadow:0 2px 4px #0000001a}.avatar.svelte-1eerpw2{background:var(--fb-light-gray);border-radius:50%;justify-content:center;align-items:center;width:32px;height:32px;margin-right:8px;display:flex}.chat-title.svelte-1eerpw2{flex:1;font-weight:600}.header-actions.svelte-1eerpw2{color:var(--fb-blue);cursor:pointer;gap:12px;font-size:18px;display:flex}.close.svelte-1eerpw2{font-weight:700}.message-area.svelte-1eerpw2{flex-direction:column;flex:1;gap:8px;padding:12px;display:flex;overflow-y:auto}.message.svelte-1eerpw2{width:100%;display:flex}.message.sent.svelte-1eerpw2{justify-content:flex-end}.bubble.svelte-1eerpw2{border-radius:18px;max-width:80%;padding:8px 12px;font-size:15px;line-height:1.4}.message.svelte-1eerpw2:not(.sent) .bubble:where(.svelte-1eerpw2){background-color:var(--fb-bg)}.message.sent.svelte-1eerpw2 .bubble:where(.svelte-1eerpw2){background-color:var(--fb-blue);color:#fff}.chat-input-area.svelte-1eerpw2{align-items:center;gap:8px;padding:8px;display:flex}.input-icons.svelte-1eerpw2{color:var(--fb-blue);gap:8px;font-size:14px;display:flex}.chat-input-area.svelte-1eerpw2 input:where(.svelte-1eerpw2){background:var(--fb-bg);border:none;border-radius:20px;outline:none;flex:1;padding:8px 12px}.send-icon.svelte-1eerpw2{cursor:pointer;color:var(--fb-blue);font-size:20px}.hero-content.svelte-1n46o8q p:where(.svelte-1n46o8q){opacity:.9;font-size:1.5rem;font-weight:500}.assistant-trigger.svelte-1n46o8q{background:var(--primary);color:#fff;cursor:pointer;z-index:1500;border:none;border-radius:50%;justify-content:center;align-items:center;width:60px;height:60px;font-size:24px;transition:transform .2s;display:flex;position:fixed;bottom:30px;right:30px;box-shadow:0 4px 15px #0003}.assistant-trigger.svelte-1n46o8q:hover{background:var(--primary-dark);transform:scale(1.1)}
