:root{--text:#6b6375;--text-h:#08060d;--bg:#fff;--border:#e5e4e7;--code-bg:#f4f3ec;--accent:#aa3bff;--accent-bg:#aa3bff1a;--accent-border:#aa3bff80;--social-bg:#f4f3ec80;--shadow:#0000001a 0 10px 15px -3px, #0000000d 0 4px 6px -2px;--sans:system-ui, "Segoe UI", Roboto, sans-serif;--heading:system-ui, "Segoe UI", Roboto, sans-serif;--mono:ui-monospace, Consolas, monospace;font:18px/145% var(--sans);letter-spacing:.18px;--lightningcss-light:initial;--lightningcss-dark: ;color-scheme:light dark;color:var(--text);background:var(--bg);font-synthesis:none;text-rendering:optimizelegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}@media (prefers-color-scheme:dark){:root{--lightningcss-light: ;--lightningcss-dark:initial}}@media (width<=1024px){:root{font-size:16px}}@media (prefers-color-scheme:dark){:root{--text:#9ca3af;--text-h:#f3f4f6;--bg:#16171d;--border:#2e303a;--code-bg:#1f2028;--accent:#c084fc;--accent-bg:#c084fc26;--accent-border:#c084fc80;--social-bg:#2f303a80;--shadow:#0006 0 10px 15px -3px, #00000040 0 4px 6px -2px}#social .button-icon{filter:invert()brightness(2)}}body{margin:0}#root{text-align:center;border-inline:1px solid var(--border);box-sizing:border-box;flex-direction:column;width:1126px;max-width:100%;min-height:100svh;margin:0 auto;display:flex}h1,h2{font-family:var(--heading);color:var(--text-h);font-weight:500}h1{letter-spacing:-1.68px;margin:32px 0;font-size:56px}@media (width<=1024px){h1{margin:20px 0;font-size:36px}}h2{letter-spacing:-.24px;margin:0 0 8px;font-size:24px;line-height:118%}@media (width<=1024px){h2{font-size:20px}}p{margin:0}code,.counter{font-family:var(--mono);color:var(--text-h);border-radius:4px;display:inline-flex}code{background:var(--code-bg);padding:4px 8px;font-size:15px;line-height:135%}*{box-sizing:border-box}html{scroll-behavior:smooth}body{color:#1e293b;background:#f4f6f8;min-width:320px;margin:0;font-family:Inter,Arial,sans-serif}button,input{font:inherit}button{cursor:pointer}a{color:inherit}#home,#hotel,#concierge,#planner{scroll-margin-top:90px}.main-header{z-index:20;background:#fffffff5;justify-content:space-between;align-items:center;padding:18px 7%;display:flex;position:sticky;top:0;box-shadow:0 1px 12px #0f172a14}.brand-link{color:#111827;font-size:22px;font-weight:700;text-decoration:none}.main-header nav{gap:28px;display:flex}.main-header nav a{color:#1e293b;padding:8px 0;font-size:16px;text-decoration:none;position:relative}.main-header nav a:after{content:"";transform-origin:50%;background:#172b4d;height:2px;transition:transform .2s;position:absolute;bottom:0;left:0;right:0;transform:scaleX(0)}.main-header nav a:hover:after{transform:scaleX(1)}.hero-section{color:#fff;background:linear-gradient(#0f172a85,#0f172a85),url(https://images.unsplash.com/photo-1566073771259-6a8506099945) 50%/cover;align-items:center;min-height:520px;padding:7%;display:flex}.hero-section>div{max-width:780px}.hero-label,.small-label{letter-spacing:2px;margin:0 0 9px;font-size:12px;font-weight:700}.hero-section h1{color:#fff;max-width:740px;margin:0 0 16px;font-size:clamp(40px,6vw,68px);line-height:1.05}.hero-section p{max-width:660px;font-size:18px;line-height:1.6}.hero-button{color:#172b4d;background:#fff;border:1px solid #fff;border-radius:10px;margin-top:14px;padding:14px 20px;font-weight:700}.hero-button:hover{color:#fff;background:0 0}.page-section{width:min(1100px,100% - 32px);margin-left:auto;margin-right:auto}.hotel-section{z-index:4;position:relative}.hotel-search-panel,.selected-hotel-panel{background:#fff;border-radius:20px;width:100%;margin:-55px auto 80px;padding:28px;position:relative;box-shadow:0 18px 45px #0f172a26}.hotel-search-panel h2,.selected-hotel-panel h2{margin:0 0 8px}.hotel-search-form{gap:10px;margin-top:20px;display:flex}.hotel-search-form input{border:1px solid #cbd5e1;border-radius:11px;outline:none;flex:1;min-width:0;padding:14px}.hotel-search-form input:focus{border-color:#172b4d;box-shadow:0 0 0 3px #172b4d1a}.hotel-search-form button,.hotel-result-details button,.selected-hotel-panel button,.feature-section button{color:#fff;background:#172b4d;border:none;border-radius:10px;padding:12px 16px}.hotel-search-form button:hover,.hotel-result-details button:hover,.selected-hotel-panel button:hover,.feature-section button:hover{background:#25446f}.hotel-results{grid-template-columns:repeat(auto-fill,minmax(320px,420px));justify-content:center;gap:20px;margin-top:24px;display:grid}.hotel-result-card{background:#fff;border:1px solid #e2e8f0;border-radius:18px;width:100%;min-width:0;transition:transform .2s,box-shadow .2s;overflow:hidden;box-shadow:0 10px 28px #0f172a1a}.hotel-result-card:hover{transform:translateY(-4px);box-shadow:0 16px 38px #0f172a29}.hotel-result-image{aspect-ratio:16/10;background:linear-gradient(135deg,#e2e8f0,#f1f5f9);place-items:center;width:100%;display:grid;position:relative;overflow:hidden}.hotel-result-image img{object-fit:cover;object-position:center;width:100%;height:100%;transition:transform .35s;display:block}.hotel-result-card:hover .hotel-result-image img{transform:scale(1.04)}.hotel-placeholder{font-size:44px}.hotel-result-details{padding:20px}.hotel-result-details h3{color:#172b4d;margin:0 0 10px;font-size:19px;line-height:1.35}.hotel-result-details p{margin:8px 0;font-size:13px;line-height:1.5}.hotel-address{color:#64748b;min-height:42px;line-height:1.5}.hotel-rating{color:#1e293b;margin-top:12px;font-weight:700}.hotel-card-buttons{flex-wrap:wrap;gap:9px;margin-top:15px;display:flex}.hotel-card-buttons button{min-height:43px}.hotel-card-buttons a{color:#172b4d;border:1px solid #172b4d;border-radius:10px;justify-content:center;align-items:center;min-height:43px;padding:10px 14px;font-size:13px;text-decoration:none;display:inline-flex}.hotel-card-buttons a:hover{background:#eef2f7}.selected-hotel-panel{align-items:center;gap:22px;display:flex}.selected-hotel-panel>img,.selected-hotel-placeholder{border-radius:14px;flex-shrink:0;width:230px;height:160px}.selected-hotel-panel>img{object-fit:cover;object-position:center}.selected-hotel-placeholder{background:#e2e8f0;place-items:center;font-size:46px;display:grid}.selected-hotel-panel p{margin:7px 0}.selected-hotel-panel button{margin-top:12px}.feature-section{background:#fff;border-radius:22px;justify-content:space-between;align-items:center;gap:40px;min-height:300px;margin-bottom:55px;padding:45px;display:flex;box-shadow:0 16px 40px #0f172a17}.feature-section h2{margin:0 0 14px;font-size:clamp(28px,4vw,40px)}.feature-list{flex-wrap:wrap;gap:10px 20px;margin:22px 0;display:flex}.feature-list span{color:#172b4d;background:#eef2f7;border-radius:20px;padding:8px 12px;font-size:13px;font-weight:600}.feature-icon{background:#eef2f7;border-radius:50%;place-items:center;width:150px;min-width:150px;height:150px;font-size:64px;display:grid}.chat-button{z-index:30;color:#fff;background:#172b4d;border:none;border-radius:30px;padding:15px 20px;position:fixed;bottom:24px;right:24px;box-shadow:0 10px 28px #0f172a47}.chat-button:hover{background:#25446f}.assistant-backdrop{z-index:100;-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px);background:#0f172aa8;justify-content:center;align-items:center;padding:24px;display:flex;position:fixed;inset:0}.assistant-workspace{background:#fff;border-radius:22px;gap:0;width:min(1380px,100%);height:min(820px,100vh - 48px);display:grid;overflow:hidden;box-shadow:0 30px 80px #00000059}.assistant-workspace.with-results{grid-template-columns:minmax(0,1fr) 430px}.assistant-workspace.chat-only{grid-template-columns:1fr;width:430px}.results-panel{background:#f8fafc;border-right:1px solid #dfe6ee;flex-direction:column;min-width:0;display:flex;overflow:hidden}.results-header{background:#fff;border-bottom:1px solid #e2e8f0;justify-content:space-between;align-items:flex-start;gap:18px;min-height:92px;padding:20px 24px;display:flex}.results-header h2{margin:2px 0 4px;font-size:23px}.results-label,.result-eyebrow{color:#64748b;letter-spacing:1.7px;margin:0;font-size:10px;font-weight:800}.results-hotel-name{color:#64748b;margin:4px 0 0;font-size:12px}.panel-close-button{color:#172b4d;background:#eef2f7;border:none;border-radius:50%;width:38px;height:38px;font-size:24px;line-height:1}.panel-close-button:hover{background:#dfe6ee}.results-content{flex:1;padding:22px;overflow-y:auto}.empty-results{text-align:center;flex-direction:column;justify-content:center;align-items:center;min-height:100%;padding:40px;display:flex}.empty-results-icon{background:#e8edf3;border-radius:50%;place-items:center;width:90px;height:90px;margin-bottom:18px;font-size:38px;display:grid}.empty-results h3{margin:0 0 9px}.empty-results p{color:#64748b;max-width:430px;margin:0;line-height:1.6}.result-section-heading{justify-content:space-between;align-items:flex-end;gap:20px;margin-bottom:16px;display:flex}.result-section-heading h3{margin:4px 0 0;font-size:21px}.result-section-heading>span{color:#526173;background:#e8edf3;border-radius:20px;padding:7px 11px;font-size:12px;font-weight:600}.results-hotel-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:18px;margin-bottom:28px;display:grid}.results-hotel-grid .hotel-result-image{aspect-ratio:16/10}.results-place-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:14px;display:grid}.results-footer{background:#fff;border-top:1px solid #e2e8f0;justify-content:flex-end;padding:13px 22px;display:flex}.results-footer button{color:#526173;background:#fff;border:1px solid #cbd5e1;border-radius:9px;padding:9px 13px}.results-footer button:hover{background:#f1f5f9}.chat-window{background:#fff;flex-direction:column;min-width:0;height:100%;display:flex;overflow:hidden}.chat-header{color:#fff;background:#172b4d;justify-content:space-between;min-height:92px;padding:20px;display:flex}.chat-header h3,.chat-header p{margin:0}.chat-header p{text-overflow:ellipsis;white-space:nowrap;max-width:330px;margin-top:6px;font-size:12px;overflow:hidden}.close-button{color:#fff;background:0 0;border:none;width:38px;height:38px;font-size:28px}.chat-content{scroll-behavior:smooth;background:#f8fafc;flex:1;padding:16px;overflow-y:auto}.quick-prompts{flex-wrap:wrap;gap:7px;margin-bottom:16px;display:flex}.quick-prompts button{color:#334155;background:#fff;border:1px solid #cbd5e1;border-radius:18px;padding:7px 10px;font-size:12px}.quick-prompts button:hover{background:#eef2f7}.message-row{margin-bottom:11px;display:flex}.message-row.user{justify-content:flex-end}.message-row.assistant{justify-content:flex-start}.message-bubble{white-space:pre-line;border-radius:15px;max-width:86%;padding:11px 13px;font-size:14px;line-height:1.48}.message-bubble.user{color:#fff;background:#172b4d;border-bottom-right-radius:5px}.message-bubble.assistant{color:#1e293b;background:#e8edf3;border-bottom-left-radius:5px}.loading-message{align-items:center;gap:5px;display:flex}.loading-message>span:last-child{margin-left:5px}.loading-dot{background:#64748b;border-radius:50%;width:6px;height:6px;animation:1.2s ease-in-out infinite loadingBounce}.loading-dot:nth-child(2){animation-delay:.15s}.loading-dot:nth-child(3){animation-delay:.3s}@keyframes loadingBounce{0%,80%,to{opacity:.45;transform:translateY(0)}40%{opacity:1;transform:translateY(-5px)}}.place-card{background:#fff;border:1px solid #e2e8f0;border-radius:15px;min-width:0;padding:12px;box-shadow:0 5px 16px #0f172a12}.place-card-layout{gap:12px;display:flex}.place-photo-wrapper{background:#e2e8f0;border-radius:11px;width:125px;min-width:125px;height:155px;overflow:hidden}.place-photo,.place-photo-placeholder{width:100%;height:100%}.place-photo{object-fit:cover;object-position:center}.place-photo-placeholder{place-items:center;font-size:32px;display:grid}.place-details{flex:1;min-width:0}.place-title-row{gap:8px;display:flex}.rank-badge{color:#fff;background:#172b4d;border-radius:50%;place-items:center;width:27px;min-width:27px;height:27px;font-weight:700;display:grid}.place-card h4{overflow-wrap:anywhere;margin:1px 0 5px;font-size:15px}.place-card p{margin:6px 0;font-size:12px;line-height:1.4}.place-rating,.place-reason{color:#526173}.maps-button,.timeline-content a{color:#fff;background:#172b4d;border-radius:8px;margin-top:6px;padding:8px 10px;font-size:12px;text-decoration:none;display:inline-block}.itinerary-container{margin-top:4px}.itinerary-heading{color:#fff;background:#172b4d;border-radius:15px;margin-bottom:16px;padding:18px}.itinerary-heading .result-eyebrow{color:#b9c6d8}.itinerary-heading h3,.itinerary-heading p{margin:0}.itinerary-heading h3{margin:6px 0;font-size:24px}.itinerary-heading p:last-child{font-size:13px}.itinerary-day{background:#fff;border:1px solid #e2e8f0;border-radius:14px;margin-bottom:15px;padding:17px}.itinerary-day>h4{margin:0 0 15px;font-size:18px}.timeline{border-left:2px solid #cbd5e1;padding-left:16px}.timeline-item{margin-bottom:20px;position:relative}.timeline-item:last-child{margin-bottom:0}.timeline-item:before{content:"";background:#172b4d;border-radius:50%;width:10px;height:10px;position:absolute;top:4px;left:-22px}.timeline-time{color:#526173;margin-bottom:5px;font-size:11px;font-weight:700}.timeline-content h5{margin:0 0 5px;font-size:15px}.timeline-content p{color:#526173;margin:0;font-size:13px;line-height:1.5}.itinerary-photo{object-fit:cover;object-position:center;border-radius:10px;width:min(420px,100%);height:180px;margin-top:10px;display:block}.itinerary-notice{color:#6b5415;background:#fff7df;border-radius:10px;padding:13px;font-size:12px;line-height:1.5}.chat-form{background:#fff;border-top:1px solid #e2e8f0;gap:8px;padding:13px;display:flex}.chat-form input{border:1px solid #cbd5e1;border-radius:10px;outline:none;flex:1;min-width:0;padding:12px}.chat-form input:focus{border-color:#172b4d;box-shadow:0 0 0 3px #172b4d1a}.chat-form button{color:#fff;background:#172b4d;border:none;border-radius:10px;padding:0 16px}.chat-form button:hover{background:#25446f}button:disabled{opacity:.6;cursor:not-allowed}.error-message{color:#b91c1c}@media (width<=1150px){.assistant-workspace.with-results{grid-template-columns:minmax(0,1fr) 390px}.results-hotel-grid,.results-place-grid{grid-template-columns:1fr}}@media (width<=850px){.assistant-backdrop{padding:0}.assistant-workspace,.assistant-workspace.with-results,.assistant-workspace.chat-only{border-radius:0;flex-direction:column;width:100%;height:100%;display:flex}.results-panel{border-bottom:1px solid #dfe6ee;border-right:none;min-height:55%}.chat-window{min-height:45%}.results-header,.chat-header{min-height:76px;padding:15px 17px}.results-content{padding:16px}}@media (width<=750px){.main-header{padding:16px 20px}.main-header nav{gap:14px}.main-header nav a{font-size:13px}.hero-section{min-height:460px}.hotel-search-panel,.selected-hotel-panel{margin-top:-35px}.hotel-search-form{flex-direction:column}.hotel-results{grid-template-columns:1fr}.selected-hotel-panel{flex-direction:column;align-items:flex-start}.selected-hotel-panel>img,.selected-hotel-placeholder{width:100%;height:190px}.feature-section{flex-direction:column;align-items:flex-start;padding:28px}.feature-icon{width:100px;min-width:100px;height:100px;font-size:42px}.place-card-layout{flex-direction:column}.place-photo-wrapper{width:100%;height:190px}}@media (width<=520px){.brand-link{font-size:17px}.main-header nav{gap:9px}.main-header nav a{font-size:11px}.hero-section{padding:50px 24px}.feature-section{padding:22px}.results-header h2{font-size:18px}.results-hotel-grid,.results-place-grid{grid-template-columns:1fr}.hotel-card-buttons{flex-direction:column}.hotel-card-buttons button,.hotel-card-buttons a{text-align:center;justify-content:center;width:100%}.message-bubble{max-width:92%}}.main-header nav{flex-wrap:wrap;align-items:center}.header-data-button{color:#172b4d;background:#fff;border:1px solid #cbd5e1;border-radius:999px;padding:8px 13px;font-size:13px;font-weight:700;transition:background .2s,border-color .2s,transform .2s}.header-data-button:hover{background:#eef2f7;border-color:#172b4d;transform:translateY(-1px)}.secondary-button{color:#172b4d!important;background:#fff!important;border:1px solid #172b4d!important}.secondary-button:hover{background:#eef2f7!important}.selected-hotel-actions{flex-wrap:wrap;gap:10px;margin-top:12px;display:flex}.selected-hotel-actions button{margin-top:0}.place-card-actions{flex-wrap:wrap;align-items:center;gap:8px;margin-top:10px;display:flex}.save-place-button{color:#172b4d;background:#fff;border:1px solid #172b4d;border-radius:8px;min-height:36px;padding:8px 11px;font-size:12px;font-weight:700;transition:background .2s,color .2s}.save-place-button:hover{background:#eef2f7}.save-place-button.saved{color:#15803d;background:#ecfdf3;border-color:#15803d}.save-place-message{color:#15803d;margin-top:8px!important;font-size:11px!important}.place-card-actions .maps-button{margin-top:0}.database-loading{color:#64748b;place-items:center;min-height:220px;font-weight:700;display:grid}.database-section-toolbar{background:#fff;border:1px solid #e2e8f0;border-radius:12px;justify-content:space-between;align-items:center;gap:16px;margin-bottom:16px;padding:13px 15px;display:flex}.database-section-toolbar span{color:#64748b;font-size:13px;font-weight:700}.database-section-toolbar button{color:#b91c1c;background:#fff;border:1px solid #dc2626;border-radius:8px;padding:8px 11px;font-size:12px;font-weight:700}.database-section-toolbar button:hover{background:#fef2f2}.saved-place-list{grid-template-columns:repeat(2,minmax(0,1fr));gap:14px;display:grid}.saved-place-card{background:#fff;border:1px solid #e2e8f0;border-radius:14px;justify-content:space-between;align-items:flex-start;gap:14px;min-width:0;padding:17px;display:flex;box-shadow:0 5px 16px #0f172a0f}.saved-place-card>div{min-width:0}.saved-place-card h3,.saved-place-card h4{overflow-wrap:anywhere;color:#172b4d;margin:5px 0 8px}.saved-place-card p{color:#64748b;margin:5px 0;font-size:12px;line-height:1.5}.remove-saved-button{border-radius:8px;flex-shrink:0;padding:8px 10px;font-size:12px;font-weight:700;color:#b91c1c!important;background:#fff!important;border:1px solid #fecaca!important}.remove-saved-button:hover{background:#fef2f2!important}.search-history-list{flex-direction:column;gap:11px;display:flex}.search-history-item{background:#fff;border:1px solid #e2e8f0;border-radius:13px;justify-content:space-between;align-items:flex-start;gap:20px;padding:16px;display:flex}.search-history-item h4{color:#172b4d;margin:7px 0 5px;font-size:15px}.search-history-item p,.search-history-item time{color:#64748b;margin:0;font-size:12px;line-height:1.5}.search-history-item time{text-align:right;flex-shrink:0}.history-type-badge{color:#172b4d;letter-spacing:.7px;text-transform:uppercase;background:#e8edf3;border-radius:999px;padding:5px 9px;font-size:10px;font-weight:800;display:inline-flex}.my-itineraries-list{flex-direction:column;gap:13px;display:flex}.itinerary-history-card{background:#fff;border:1px solid #e2e8f0;border-radius:14px;justify-content:space-between;align-items:center;gap:20px;padding:18px;display:flex;box-shadow:0 5px 16px #0f172a0f}.itinerary-history-card h3{color:#172b4d;margin:5px 0 8px}.itinerary-history-card p{color:#64748b;margin:4px 0;font-size:12px}.itinerary-history-actions{flex-wrap:wrap;gap:8px;display:flex}.itinerary-history-actions button{color:#fff;background:#172b4d;border:none;border-radius:8px;padding:9px 12px;font-size:12px;font-weight:700}.hotel-details-backdrop{z-index:300;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);background:#0f172ab8;justify-content:center;align-items:center;padding:24px;display:flex;position:fixed;inset:0}.hotel-details-modal{background:#fff;border-radius:22px;width:min(920px,100%);max-height:calc(100vh - 48px);position:relative;overflow:hidden;box-shadow:0 30px 90px #0006}.hotel-details-close{z-index:4;color:#172b4d;background:#ffffffeb;border:none;border-radius:50%;place-items:center;width:42px;height:42px;font-size:27px;line-height:1;display:grid;position:absolute;top:14px;right:14px;box-shadow:0 5px 18px #0f172a2e}.hotel-details-content{max-height:calc(100vh - 48px);overflow-y:auto}.hotel-details-hero{background:linear-gradient(135deg,#dbe4ee,#f1f5f9);align-items:flex-end;min-height:310px;display:flex;position:relative;overflow:hidden}.hotel-details-hero:after{content:"";background:linear-gradient(#0f172a0d 35%,#0f172ad9);position:absolute;inset:0}.hotel-details-hero>img{object-fit:cover;object-position:center;width:100%;height:100%;position:absolute;inset:0}.hotel-details-placeholder{place-items:center;font-size:70px;display:grid;position:absolute;inset:0}.hotel-details-hero>div:last-child{z-index:2;color:#fff;width:100%;padding:30px;position:relative}.hotel-details-hero h2{max-width:760px;margin:0 0 8px;font-size:clamp(27px,4vw,42px);line-height:1.15}.hotel-details-rating{margin:0;font-weight:700}.hotel-details-info-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:13px;padding:24px 28px 8px;display:grid}.hotel-details-info-grid>div{background:#f8fafc;border:1px solid #e2e8f0;border-radius:12px;min-width:0;padding:15px}.hotel-details-info-grid strong{color:#172b4d;margin-bottom:5px;font-size:12px;display:block}.hotel-details-info-grid p,.hotel-details-info-grid span{overflow-wrap:anywhere;color:#526173;margin:0;font-size:13px;line-height:1.55}.hotel-details-links{flex-wrap:wrap;gap:9px;padding:15px 28px 8px;display:flex}.hotel-details-links a{color:#172b4d;border:1px solid #172b4d;border-radius:9px;justify-content:center;align-items:center;min-height:40px;padding:9px 13px;font-size:12px;font-weight:700;text-decoration:none;display:inline-flex}.hotel-details-links a:first-child{color:#fff;background:#172b4d}.hotel-review-section{padding:20px 28px 30px}.hotel-review-section h3{color:#172b4d;margin:0 0 14px;font-size:22px}.hotel-review-card{background:#f8fafc;border:1px solid #e2e8f0;border-radius:13px;margin-bottom:12px;padding:16px}.review-author-row{align-items:center;gap:11px;margin-bottom:10px;display:flex}.review-author-row img,.review-avatar-placeholder{border-radius:50%;flex-shrink:0;width:42px;height:42px}.review-author-row img{object-fit:cover}.review-avatar-placeholder{background:#dbe4ee;place-items:center;font-size:20px;display:grid}.review-author-row h4,.review-author-row p{margin:0}.review-author-row h4{color:#172b4d;margin-bottom:3px}.review-author-row p{color:#64748b;font-size:11px}.hotel-review-card>p{color:#475569;margin:0;font-size:13px;line-height:1.65}.hotel-review-card a{color:#172b4d;margin-top:10px;font-size:12px;font-weight:700;display:inline-block}.empty-review-message{color:#64748b;text-align:center;background:#f8fafc;border-radius:12px;padding:18px}.hotel-details-loading,.hotel-details-error{text-align:center;place-items:center;min-height:320px;padding:50px;display:grid}.hotel-details-error{color:#b91c1c}.database-status-message{color:#64748b;margin:10px 0 0;font-size:12px}@media (width<=1150px){.main-header{align-items:flex-start;gap:16px}.main-header nav{justify-content:flex-end;gap:12px}.saved-place-list{grid-template-columns:1fr}}@media (width<=850px){.hotel-details-backdrop{padding:0}.hotel-details-modal,.hotel-details-content{border-radius:0;width:100%;height:100%;max-height:100%}.hotel-details-hero{min-height:280px}.hotel-details-info-grid{grid-template-columns:1fr}.search-history-item,.itinerary-history-card{flex-direction:column;align-items:flex-start}.search-history-item time{text-align:left}}@media (width<=750px){.main-header{flex-direction:column;align-items:flex-start;position:static}.main-header nav{flex-wrap:nowrap;justify-content:flex-start;width:100%;padding-bottom:4px;overflow-x:auto}.main-header nav a,.header-data-button{flex-shrink:0}.place-card-actions,.selected-hotel-actions,.itinerary-history-actions{flex-direction:column;align-items:stretch}.place-card-actions>*,.selected-hotel-actions button,.itinerary-history-actions button{text-align:center;justify-content:center;width:100%}.saved-place-card{flex-direction:column}.remove-saved-button{width:100%}.hotel-details-hero>div:last-child{padding:24px 20px}.hotel-details-info-grid,.hotel-details-links,.hotel-review-section{padding-left:20px;padding-right:20px}}@media (width<=520px){.header-data-button{padding:7px 10px;font-size:11px}.hotel-details-hero{min-height:240px}.hotel-details-hero h2{font-size:26px}.hotel-details-info-grid{padding-top:18px}.database-section-toolbar{flex-direction:column;align-items:flex-start}.database-section-toolbar button{width:100%}}.dashboard-view{flex-direction:column;gap:18px;display:flex}.dashboard-summary-grid{grid-template-columns:repeat(4,minmax(0,1fr));gap:12px;display:grid}.dashboard-stat-card{background:#fff;border:1px solid #e2e8f0;border-radius:14px;align-items:center;gap:12px;min-width:0;padding:16px;display:flex;box-shadow:0 5px 16px #0f172a0f}.dashboard-stat-icon{background:#e8edf3;border-radius:12px;place-items:center;width:42px;min-width:42px;height:42px;font-size:20px;display:grid}.dashboard-stat-card p,.dashboard-stat-card strong{margin:0}.dashboard-stat-card p{color:#64748b;margin-bottom:4px;font-size:11px;font-weight:700}.dashboard-stat-card strong{color:#172b4d;font-size:25px}.dashboard-status-row{grid-template-columns:repeat(2,minmax(0,1fr));gap:12px;display:grid}.dashboard-status-card{border-radius:13px;justify-content:space-between;align-items:center;gap:16px;padding:15px 17px;font-size:13px;font-weight:700;display:flex}.dashboard-status-card.success{color:#166534;background:#ecfdf3;border:1px solid #bbf7d0}.dashboard-status-card.failed{color:#991b1b;background:#fef2f2;border:1px solid #fecaca}.dashboard-two-column{grid-template-columns:repeat(2,minmax(0,1fr));gap:14px;display:grid}.dashboard-block{background:#fff;border:1px solid #e2e8f0;border-radius:15px;min-width:0;padding:18px;box-shadow:0 5px 16px #0f172a0d}.dashboard-block-heading{justify-content:space-between;align-items:flex-start;gap:12px;margin-bottom:15px;display:flex}.dashboard-block-heading h3{color:#172b4d;margin:5px 0 0;font-size:18px}.dashboard-bar-list{flex-direction:column;gap:14px;display:flex}.dashboard-bar-item>div:first-child{justify-content:space-between;align-items:center;gap:12px;margin-bottom:6px;display:flex}.dashboard-bar-item span,.dashboard-bar-item strong{font-size:12px}.dashboard-bar-item>div:first-child span{overflow-wrap:anywhere;color:#475569;font-weight:700}.dashboard-bar-track{background:#e8edf3;border-radius:999px;height:8px;overflow:hidden}.dashboard-bar-track span{border-radius:inherit;background:#172b4d;min-width:4px;height:100%;display:block}.dashboard-bar-item small{color:#64748b;margin-top:5px;font-size:10px;display:block}.dashboard-ranked-list{flex-direction:column;gap:10px;display:flex}.dashboard-ranked-list article{background:#f8fafc;border-radius:11px;align-items:center;gap:11px;min-width:0;padding:11px;display:flex}.dashboard-ranked-list article>span{color:#fff;background:#172b4d;border-radius:50%;place-items:center;width:29px;min-width:29px;height:29px;font-size:11px;font-weight:800;display:grid}.dashboard-ranked-list article>div{min-width:0}.dashboard-ranked-list strong,.dashboard-ranked-list p{margin:0}.dashboard-ranked-list strong{overflow-wrap:anywhere;color:#172b4d;font-size:13px;display:block}.dashboard-ranked-list p{color:#64748b;margin-top:3px;font-size:11px}.dashboard-table-wrapper{width:100%;overflow-x:auto}.dashboard-table{border-collapse:collapse;width:100%;min-width:650px}.dashboard-table th,.dashboard-table td{text-align:left;border-bottom:1px solid #e2e8f0;padding:11px 12px;font-size:11px}.dashboard-table th{color:#475569;background:#f8fafc;font-weight:800}.dashboard-table td{color:#526173}.dashboard-table tbody tr:hover{background:#f8fafc}.dashboard-empty-text{color:#64748b;text-align:center;background:#f8fafc;border-radius:11px;margin:0;padding:18px;font-size:12px}@media (width<=1150px){.dashboard-summary-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (width<=850px){.dashboard-two-column{grid-template-columns:1fr}}@media (width<=520px){.dashboard-summary-grid,.dashboard-status-row{grid-template-columns:1fr}.dashboard-block{padding:14px}}.assistant-workspace.results-only{grid-template-columns:minmax(0,1fr);width:min(1480px,96vw);height:min(880px,100vh - 42px)}.assistant-workspace.results-only .results-panel{border-right:none}.assistant-workspace.results-only .results-header{background:linear-gradient(135deg,#fff 0%,#f7f9fc 100%);align-items:center;min-height:104px;padding:22px 30px}.assistant-workspace.results-only .results-header h2{color:#10213f;letter-spacing:-.4px;margin-top:5px;font-size:28px}.assistant-workspace.results-only .results-content{background:radial-gradient(circle at 100% 0,#3b82f614,#0000 32%),#f6f8fb;padding:26px 30px 34px}.dashboard-view{gap:20px}.dashboard-welcome{color:#fff;background:linear-gradient(135deg,#10213f 0%,#1b3764 58%,#24538c 100%);border-radius:20px;justify-content:space-between;align-items:center;gap:24px;padding:26px 28px;display:flex;position:relative;overflow:hidden;box-shadow:0 16px 35px #10213f2e}.dashboard-welcome:after{content:"";background:#ffffff14;border-radius:50%;width:240px;height:240px;position:absolute;top:-80px;right:-70px}.dashboard-welcome>div:first-child{z-index:1;max-width:760px;position:relative}.dashboard-welcome .result-eyebrow{color:#c8d8ef}.dashboard-welcome h3{letter-spacing:-.4px;margin:7px 0 8px;font-size:27px}.dashboard-welcome p:last-child{color:#dbe7f7;margin:0;font-size:14px;line-height:1.65}.dashboard-welcome-badge{z-index:1;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);background:#ffffff1f;border:1px solid #ffffff3d;border-radius:999px;flex-shrink:0;align-items:center;gap:8px;padding:10px 14px;font-size:12px;font-weight:700;display:inline-flex;position:relative}.dashboard-welcome-badge span{color:#86efac;font-size:12px}.dashboard-summary-grid{grid-template-columns:repeat(4,minmax(0,1fr));gap:14px}.dashboard-stat-card{background:linear-gradient(145deg,#fff,#fbfcfe);border:1px solid #e5eaf1;border-radius:18px;min-height:112px;padding:18px;transition:transform .2s,box-shadow .2s;position:relative;overflow:hidden;box-shadow:0 8px 24px #0f172a12}.dashboard-stat-card:after{content:"";background:#1e40af0d;border-radius:50%;width:95px;height:95px;position:absolute;bottom:-38px;right:-28px}.dashboard-stat-card:hover{transform:translateY(-3px);box-shadow:0 14px 30px #0f172a1c}.dashboard-stat-icon{z-index:1;background:#eaf0f8;border-radius:15px;width:48px;min-width:48px;height:48px;font-size:22px;position:relative}.dashboard-stat-card p,.dashboard-stat-card strong{z-index:1;position:relative}.dashboard-stat-card p{color:#61718a;font-size:12px}.dashboard-stat-card strong{color:#10213f;letter-spacing:-.5px;font-size:29px}.dashboard-stat-card.accent-1 .dashboard-stat-icon{background:#ede9fe}.dashboard-stat-card.accent-2 .dashboard-stat-icon{background:#dbeafe}.dashboard-stat-card.accent-3 .dashboard-stat-icon{background:#dcfce7}.dashboard-stat-card.accent-4 .dashboard-stat-icon{background:#fce7f3}.dashboard-stat-card.accent-5 .dashboard-stat-icon{background:#e0f2fe}.dashboard-stat-card.accent-6 .dashboard-stat-icon{background:#fef3c7}.dashboard-stat-card.accent-7 .dashboard-stat-icon{background:#e2e8f0}.dashboard-status-row{gap:14px}.dashboard-status-card{border-radius:16px;min-height:70px;padding:17px 20px;box-shadow:0 6px 18px #0f172a0d}.dashboard-status-card span{font-size:13px}.dashboard-status-card strong{font-size:26px}.dashboard-two-column{gap:16px}.dashboard-block{border-color:#e5eaf1;border-radius:18px;padding:21px;box-shadow:0 8px 24px #0f172a0f}.dashboard-block-heading{border-bottom:1px solid #eef2f7;margin-bottom:18px;padding-bottom:13px}.dashboard-block-heading h3{color:#10213f;font-size:20px}.dashboard-bar-list{gap:17px}.dashboard-bar-track{background:#e9eef5;height:9px}.dashboard-bar-track span{background:linear-gradient(90deg,#17345f,#3b82f6)}.dashboard-ranked-list{gap:11px}.dashboard-ranked-list article{background:#f7f9fc;border:1px solid #0000;border-radius:13px;transition:border-color .2s,transform .2s}.dashboard-ranked-list article:hover{border-color:#d7e1ee;transform:translate(3px)}.dashboard-ranked-list article>span{background:linear-gradient(135deg,#10213f,#315f9e)}.dashboard-table{min-width:720px}.dashboard-table th{color:#40516a;letter-spacing:.4px;text-transform:uppercase;background:#f2f5f9;padding-top:13px;padding-bottom:13px;font-size:11px}.dashboard-table td{color:#53647c;padding-top:13px;padding-bottom:13px}.dashboard-table tbody tr:last-child td{border-bottom:none}.panel-close-button{transition:transform .2s,background .2s}.panel-close-button:hover{transform:rotate(90deg)}@media (width<=1150px){.assistant-workspace.results-only{width:calc(100vw - 28px)}.dashboard-summary-grid{grid-template-columns:repeat(3,minmax(0,1fr))}}@media (width<=850px){.assistant-workspace.results-only{width:100%;height:100%}.assistant-workspace.results-only .results-header{padding:18px 20px}.assistant-workspace.results-only .results-content{padding:20px}.dashboard-welcome{flex-direction:column;align-items:flex-start}.dashboard-summary-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (width<=520px){.dashboard-summary-grid{grid-template-columns:1fr}.dashboard-welcome{padding:22px}.dashboard-welcome h3{font-size:23px}.assistant-workspace.results-only .results-header h2{font-size:22px}}html,body,#root{width:100%;min-width:320px;min-height:100%;margin:0;padding:0}#root{max-width:none}body{overflow-x:hidden}.hotel-page,.hotel-page>main{width:100%;max-width:none;margin:0;padding:0}.main-header{width:100%;max-width:none;margin:0;padding-left:clamp(24px,5vw,88px);padding-right:clamp(24px,5vw,88px)}.hero-section{text-align:center;justify-content:center;width:100%;max-width:none;min-height:610px;margin:0;padding:96px clamp(24px,7vw,120px) 120px}.hero-section>div{width:min(920px,100%);max-width:920px;margin:0 auto}.hero-section h1{max-width:900px;margin-left:auto;margin-right:auto}.hero-section p{max-width:760px;margin-left:auto;margin-right:auto}.page-section{width:100%;max-width:none;margin-left:0;margin-right:0;padding-left:clamp(24px,5vw,88px);padding-right:clamp(24px,5vw,88px)}.hotel-section{width:100%}.hotel-search-panel,.selected-hotel-panel{width:100%;max-width:1500px;margin-left:auto;margin-right:auto}.feature-section{width:calc(100% - 2*clamp(24px,5vw,88px));max-width:1500px;margin-left:auto;margin-right:auto}.hotel-results{grid-template-columns:repeat(auto-fit,minmax(320px,1fr));width:100%}.results-hotel-grid,.results-place-grid{width:100%}.assistant-workspace.results-only{width:min(1540px,100vw - 32px)}.hotel-details-modal{width:min(1080px,100vw - 32px)}@media (width<=850px){.main-header{padding-left:20px;padding-right:20px}.hero-section{min-height:520px;padding:72px 24px 92px}.page-section{padding-left:20px;padding-right:20px}.feature-section{width:calc(100% - 40px)}.assistant-workspace.results-only,.hotel-details-modal{width:100%}}@media (width<=520px){.main-header{padding-left:16px;padding-right:16px}.hero-section{min-height:470px;padding:58px 20px 78px}.hero-section h1{font-size:clamp(38px,12vw,54px)}.page-section{padding-left:16px;padding-right:16px}.hotel-search-panel,.selected-hotel-panel{border-radius:16px;padding:22px}.feature-section{border-radius:18px;width:calc(100% - 32px)}}.hotel-search-panel,.selected-hotel-panel{background:linear-gradient(145deg,#fff 0%,#fbfdff 100%);border:1px solid #cbd5e1cc;overflow:hidden}.hotel-search-panel:before,.selected-hotel-panel:before{content:"";background:linear-gradient(90deg,#172b4d,#3b82f6,#60a5fa);width:100%;height:5px;position:absolute;inset:0 auto auto 0}.hotel-search-panel>div:first-child{text-align:center;max-width:820px;margin:0 auto}.hotel-search-panel .small-label{color:#1d4ed8;justify-content:center;align-items:center;gap:8px;margin-bottom:12px;display:inline-flex}.hotel-search-panel .small-label:before,.hotel-search-panel .small-label:after{content:"";background:#bfdbfe;width:28px;height:1px}.hotel-search-panel h2{color:#10213f;letter-spacing:-.6px;margin-bottom:10px;font-size:clamp(30px,3vw,42px)}.hotel-search-panel>div:first-child>p:last-child{color:#64748b;margin:0;font-size:16px;line-height:1.6}.hotel-search-form{background:#f8fafc;border:1px solid #dbe4ee;border-radius:16px;max-width:1320px;margin:28px auto 0;padding:8px;box-shadow:inset 0 1px #ffffffe6}.hotel-search-form input{color:#172b4d;background:#fff;border:none;border-radius:12px;min-height:58px;padding-left:18px;padding-right:18px;font-size:16px;box-shadow:0 2px 8px #0f172a0a}.hotel-search-form input::placeholder{color:#94a3b8}.hotel-search-form input:focus{border:none;box-shadow:0 0 0 3px #3b82f626}.hotel-search-form button{background:linear-gradient(135deg,#10213f,#274c7f);border-radius:12px;min-width:170px;min-height:58px;padding-left:22px;padding-right:22px;font-weight:700;transition:transform .2s,box-shadow .2s,background .2s;box-shadow:0 10px 20px #172b4d2e}.hotel-search-form button:hover{background:linear-gradient(135deg,#17345f,#315f9e);transform:translateY(-2px);box-shadow:0 14px 26px #172b4d3d}.feature-section{background:linear-gradient(135deg,#fff 0%,#f8fbff 65%,#eef5ff 100%);border:1px solid #e2e8f0;min-height:390px;padding:64px 68px;position:relative;overflow:hidden}.feature-section:before{content:"";background:radial-gradient(circle,#3b82f61a,#0000 70%);border-radius:50%;width:310px;height:310px;position:absolute;bottom:-140px;left:-110px}.feature-section:after{content:"";background:radial-gradient(circle,#172b4d14,#0000 70%);border-radius:50%;width:250px;height:250px;position:absolute;top:-80px;right:-70px}.feature-content,.feature-icon{z-index:1;position:relative}.feature-content{max-width:760px}.feature-section .small-label{color:#1d4ed8;align-items:center;gap:10px;margin-bottom:16px;font-size:11px;display:inline-flex}.feature-section .small-label:before{content:"";background:linear-gradient(90deg,#1d4ed8,#60a5fa);border-radius:999px;width:34px;height:2px}.feature-section h2{color:#10213f;letter-spacing:-.8px;max-width:760px;margin-bottom:18px;font-size:clamp(34px,4vw,52px);line-height:1.12}.feature-section p{color:#5f6f85;max-width:720px;font-size:17px;line-height:1.75}.feature-list{gap:12px;margin:26px 0 30px}.feature-list span{color:#1e3a5f;background:#eff6ffe6;border:1px solid #dbeafe;padding:10px 14px;font-size:13px;box-shadow:0 4px 10px #3b82f60f}.feature-section button{background:linear-gradient(135deg,#10213f,#274c7f);border-radius:12px;min-height:50px;padding:14px 20px;font-weight:700;transition:transform .2s,box-shadow .2s;box-shadow:0 12px 24px #172b4d2e}.feature-section button:hover{background:linear-gradient(135deg,#17345f,#315f9e);transform:translateY(-2px);box-shadow:0 16px 28px #172b4d3d}.feature-icon{background:linear-gradient(145deg,#eff6ff,#dbeafe);border:1px solid #bfdbfee6;width:190px;min-width:190px;height:190px;font-size:74px;box-shadow:inset 0 1px #ffffffe6,0 18px 40px #3b82f61f}.feature-section:nth-of-type(2n){background:linear-gradient(135deg,#f8fbff 0%,#fff 60%,#f5f7fb 100%)}.hotel-section{padding-bottom:14px}.feature-section+.feature-section{margin-top:8px}.chat-button{background:linear-gradient(135deg,#10213f,#274c7f);border:1px solid #ffffff2e;min-height:56px;padding:16px 24px;font-weight:700;transition:transform .2s,box-shadow .2s;bottom:28px;right:28px;box-shadow:0 16px 34px #0f172a47}.chat-button:hover{background:linear-gradient(135deg,#17345f,#315f9e);transform:translateY(-3px);box-shadow:0 20px 40px #0f172a57}@media (width<=850px){.feature-section{min-height:auto;padding:42px 34px}.feature-icon{width:130px;min-width:130px;height:130px;font-size:52px}}@media (width<=750px){.hotel-search-panel,.selected-hotel-panel{padding:26px 20px}.hotel-search-form{padding:7px}.hotel-search-form button{width:100%;min-width:0}.feature-section{padding:34px 24px}.feature-section h2{font-size:clamp(30px,9vw,42px)}.feature-section p{font-size:15px}.feature-icon{width:110px;min-width:110px;height:110px;font-size:46px}.chat-button{min-height:50px;padding:14px 18px;bottom:18px;right:18px}}@media (width<=520px){.hotel-search-panel h2{font-size:30px}.hotel-search-panel>div:first-child>p:last-child{font-size:14px}.feature-section{padding:28px 20px}.feature-list{flex-direction:column;align-items:stretch}.feature-list span{width:100%}}.admin-login-backdrop{z-index:500;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);background:#020617c2;justify-content:center;align-items:center;padding:24px;display:flex;position:fixed;inset:0}.admin-login-modal{text-align:center;background:linear-gradient(145deg,#fff 0%,#f8fafc 100%);border:1px solid #ffffff1f;border-radius:24px;width:min(430px,100%);padding:36px;position:relative;box-shadow:0 32px 90px #0000006b}.admin-login-close{color:#172b4d;background:#eef2f7;border:none;border-radius:50%;place-items:center;width:38px;height:38px;font-size:24px;line-height:1;display:grid;position:absolute;top:14px;right:14px}.admin-login-close:hover{background:#dfe6ee}.admin-login-icon{background:linear-gradient(145deg,#dbeafe,#eff6ff);border-radius:22px;place-items:center;width:74px;height:74px;margin:0 auto 20px;font-size:34px;display:grid;box-shadow:0 14px 30px #3b82f624}.admin-login-modal h2{color:#10213f;margin:7px 0 10px;font-size:29px}.admin-login-description{color:#64748b;max-width:330px;margin:0 auto 24px;font-size:14px;line-height:1.6}.admin-login-form{text-align:left;flex-direction:column;gap:11px;display:flex}.admin-login-form label{color:#334155;font-size:12px;font-weight:800}.admin-login-form input{color:#172b4d;background:#fff;border:1px solid #cbd5e1;border-radius:12px;outline:none;width:100%;min-height:52px;padding:12px 14px}.admin-login-form input:focus{border-color:#3b82f6;box-shadow:0 0 0 4px #3b82f621}.admin-login-form button{color:#fff;background:linear-gradient(135deg,#10213f,#315f9e);border:none;border-radius:12px;min-height:52px;margin-top:5px;font-weight:800;box-shadow:0 12px 24px #172b4d33}.admin-login-form button:hover{background:linear-gradient(135deg,#17345f,#3b6ba8)}.admin-login-error{color:#b91c1c;background:#fef2f2;border:1px solid #fecaca;border-radius:10px;margin:0;padding:10px 12px;font-size:12px;line-height:1.45}.dashboard-logout-button{color:#fff;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);background:#ffffff1a;border:1px solid #ffffff47;border-radius:999px;min-height:38px;padding:9px 14px;font-size:12px;font-weight:800}.dashboard-logout-button:hover{color:#10213f;background:#fff}@media (width<=520px){.admin-login-backdrop{padding:16px}.admin-login-modal{border-radius:20px;padding:32px 22px 24px}.dashboard-admin-actions{flex-direction:column;align-items:stretch;width:100%}.dashboard-welcome-badge,.dashboard-logout-button{justify-content:center;width:100%}}.main-header{color:#fff!important;background:#000!important;box-shadow:0 2px 14px #00000059!important}.brand-link,.main-header nav a{color:#fff!important}.main-header nav a:after{background:#fff!important}.header-data-button{color:#fff!important;background:#ffffff0f!important;border:1px solid #ffffff8c!important}.header-data-button:hover{color:#000!important;background:#fff!important;border-color:#fff!important}.hotel-section{z-index:4;position:relative;padding-top:42px!important;padding-bottom:40px!important}.hotel-search-panel,.selected-hotel-panel{margin-top:0!important;margin-bottom:80px!important}@media (width<=850px){.hotel-section{padding-top:30px!important}.hotel-search-panel,.selected-hotel-panel{margin-top:0!important;margin-bottom:60px!important}}@media (width<=520px){.hotel-section{padding-top:22px!important}.hotel-search-panel,.selected-hotel-panel{margin-top:0!important;margin-bottom:48px!important}}.hotel-details-backdrop{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#040c1bc7;padding:clamp(14px,2.5vw,32px)}.hotel-details-modal{background:#fff;border:1px solid #ffffff24;border-radius:28px;flex-direction:column;width:min(1120px,100vw - 48px);max-height:calc(100vh - 48px);display:flex;overflow:hidden;box-shadow:0 35px 100px #00000075,0 0 0 1px #0f172a0d}.hotel-details-close{color:#10213f;background:#fffffff2;width:48px;height:48px;font-size:29px;transition:transform .2s,background .2s,color .2s;top:18px;right:18px;box-shadow:0 10px 28px #0f172a38}.hotel-details-close:hover{color:#fff;background:#10213f;transform:rotate(90deg)}.hotel-details-hero{background:linear-gradient(135deg,#dbe4ee,#f8fafc);flex:0 0 clamp(260px,38vh,390px);min-height:0}.hotel-details-hero:after{background:linear-gradient(#07122608 42%,#0712268c)}.hotel-details-hero>img{transition:transform .55s}.hotel-details-modal:hover .hotel-details-hero>img{transform:scale(1.015)}.hotel-details-content{scrollbar-width:thin;scrollbar-color:#b9c5d4 transparent;flex:1;max-height:none;padding:34px clamp(24px,4vw,46px) 42px;overflow-y:auto}.hotel-details-content::-webkit-scrollbar{width:8px}.hotel-details-content::-webkit-scrollbar-thumb{background:#c4cfdb;border-radius:999px}.hotel-details-content>.result-eyebrow{color:#2f65a7;letter-spacing:2px;font-size:11px}.hotel-details-content>h2{color:#10213f;letter-spacing:-.8px;max-width:840px;margin:8px 0 10px;font-size:clamp(29px,4vw,43px);line-height:1.12}.hotel-details-content>p{color:#5b6b80;font-size:15px;line-height:1.65}.hotel-details-rating{background:#fffaf0;border:1px solid #fde7a6;border-radius:999px;align-items:center;width:fit-content;padding:8px 13px;font-weight:800;display:inline-flex;color:#7a5710!important;margin:0 0 10px!important;font-size:13px!important}.hotel-details-info-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:14px;margin-top:24px;padding:0}.hotel-details-info-grid>div{background:linear-gradient(145deg,#fff 0%,#f7f9fc 100%);border:1px solid #e3e9f0;border-radius:16px;min-height:96px;padding:17px 18px;box-shadow:0 7px 20px #0f172a0d}.hotel-details-info-grid span{color:#8390a3;letter-spacing:1.2px;text-transform:uppercase;margin-bottom:7px;font-size:10px;font-weight:800;display:block}.hotel-details-info-grid strong{overflow-wrap:anywhere;color:#172b4d;margin:0;font-size:14px;line-height:1.45}.hotel-details-links{gap:11px;padding:24px 0 8px}.hotel-details-links button,.hotel-details-links a{border-radius:12px;justify-content:center;align-items:center;min-height:48px;padding:12px 18px;font-size:13px;font-weight:800;text-decoration:none;transition:transform .2s,box-shadow .2s,background .2s;display:inline-flex}.hotel-details-links button{color:#fff;background:linear-gradient(135deg,#10213f,#315f9e);border:none;box-shadow:0 10px 22px #172b4d2e}.hotel-details-links button:hover,.hotel-details-links a:hover{transform:translateY(-2px)}.hotel-details-links a{color:#172b4d;background:#fff;border:1px solid #b9c8da}.hotel-details-links a:hover{background:#f3f6fa;border-color:#172b4d;box-shadow:0 8px 18px #0f172a14}.hotel-review-section{border-top:1px solid #e7ecf2;margin-top:28px;padding:30px 0 0}.hotel-review-section .result-section-heading{align-items:center;margin-bottom:20px}.hotel-review-section .result-eyebrow{color:#2f65a7}.hotel-review-section h3{color:#10213f;letter-spacing:-.35px;margin:6px 0 0;font-size:26px}.hotel-review-card{background:linear-gradient(145deg,#fff 0%,#f8fafc 100%);border:1px solid #e1e7ef;border-radius:17px;margin-bottom:14px;padding:21px 22px 21px 25px;transition:transform .2s,border-color .2s,box-shadow .2s;position:relative;overflow:hidden;box-shadow:0 8px 24px #0f172a0e}.hotel-review-card:before{content:"";background:linear-gradient(#315f9e,#7db1e8);width:4px;position:absolute;inset:0 auto 0 0}.hotel-review-card:hover{border-color:#cdd9e7;transform:translateY(-2px);box-shadow:0 13px 30px #0f172a16}.review-author-row{gap:0;margin-bottom:13px}.review-author-row img,.review-avatar-placeholder{display:none!important}.review-author-row>div{min-width:0}.review-author-row strong{overflow-wrap:anywhere;color:#172b4d;margin:0 0 5px;font-size:15px;font-weight:800;display:block}.review-author-row p{color:#7a5710;background:#fff7df;border-radius:999px;align-items:center;margin:0;padding:5px 9px;font-size:11px;font-weight:700;display:inline-flex}.hotel-review-card>p{color:#526173;text-align:left;margin:0;font-size:14px;line-height:1.75}.empty-review-message{color:#64748b;background:#f8fafc;border:1px dashed #cbd5e1;border-radius:15px;margin:0;padding:26px;font-size:14px}@media (width<=850px){.hotel-details-backdrop{padding:0}.hotel-details-modal{border-radius:0;width:100%;height:100%;max-height:100%}.hotel-details-hero{flex-basis:280px}.hotel-details-content{padding:28px 22px 34px}.hotel-details-info-grid{grid-template-columns:1fr}}@media (width<=520px){.hotel-details-close{width:42px;height:42px;top:12px;right:12px}.hotel-details-hero{flex-basis:230px}.hotel-details-content{padding:24px 17px 30px}.hotel-details-content>h2{font-size:28px}.hotel-details-links{flex-direction:column}.hotel-details-links button,.hotel-details-links a{width:100%}.hotel-review-card{padding:18px 17px 18px 20px}.hotel-review-card>p{font-size:13px}}:root{--chatbot-primary:#172b4d}.brand-link{align-items:center;gap:9px;display:inline-flex}.brand-logo{font-size:23px;line-height:1}.chat-button,.message-bubble.user,.chat-form button{background:var(--chatbot-primary)}.chat-header{align-items:center;gap:14px}.chat-branding{align-items:center;gap:11px;min-width:0;display:flex}.chat-brand-logo{background:#ffffff24;border-radius:13px;place-items:center;width:42px;min-width:42px;height:42px;font-size:22px;display:grid}.chat-branding>div{min-width:0}.chat-header-actions{align-items:center;gap:7px;display:flex}.language-switch{color:#fff;background:#ffffff1f;border:1px solid #ffffff59;border-radius:9px;outline:none;min-height:36px;padding:6px 8px;font-size:11px;font-weight:700}.language-switch option{color:#172b4d;background:#fff}.chat-header-icon-button{color:#fff;background:#ffffff1a;border:1px solid #ffffff4d;border-radius:9px;place-items:center;width:36px;height:36px;font-size:17px;display:grid}.chat-header-icon-button:hover,.language-switch:hover{background:#fff3}.chat-toolbar{background:#fff;border-bottom:1px solid #e2e8f0;gap:7px;padding:10px 12px;display:flex;overflow-x:auto}.chat-toolbar button{color:#40516a;background:#f8fafc;border:1px solid #d7e0ea;border-radius:9px;flex-shrink:0;min-height:34px;padding:7px 10px;font-size:11px;font-weight:700}.chat-toolbar button:hover{border-color:var(--chatbot-primary);color:var(--chatbot-primary);background:#eef3f8}.chat-toolbar .planner-toolbar-button{border-color:var(--chatbot-primary);color:var(--chatbot-primary);margin-left:auto}.hotel-quick-actions{grid-template-columns:repeat(5,minmax(0,1fr));gap:7px;margin-bottom:16px;display:grid}.hotel-quick-actions button{color:#40516a;text-align:center;background:#fff;border:1px solid #dce4ed;border-radius:12px;flex-direction:column;justify-content:center;align-items:center;gap:5px;min-width:0;min-height:64px;padding:8px 5px;font-size:10px;font-weight:700;transition:transform .18s,border-color .18s,box-shadow .18s;display:flex}.hotel-quick-actions button span{font-size:20px}.hotel-quick-actions button:hover{border-color:var(--chatbot-primary);transform:translateY(-2px);box-shadow:0 7px 16px #0f172a14}.trip-planner-card{background:linear-gradient(145deg,#fff,#f5f8fc);border:1px solid #d8e2ed;border-radius:15px;margin-bottom:17px;padding:16px;box-shadow:0 8px 22px #0f172a12}.trip-planner-heading{justify-content:space-between;align-items:flex-start;gap:12px;margin-bottom:13px;display:flex}.trip-planner-heading h4{color:#172b4d;margin:4px 0 0;font-size:17px}.trip-planner-heading>button{color:#172b4d;background:#e8edf3;border:none;border-radius:50%;width:30px;height:30px;font-size:20px}.planner-warning{color:#92400e;background:#fffbeb;border:1px solid #fde68a;border-radius:10px;margin:0 0 12px;padding:10px;font-size:11px;line-height:1.5}.planner-row{grid-template-columns:repeat(3,minmax(0,1fr));gap:9px;display:grid}.planner-row label,.theme-settings-modal label{color:#526173;flex-direction:column;gap:6px;font-size:11px;font-weight:800;display:flex}.planner-row select{color:#172b4d;background:#fff;border:1px solid #cbd5e1;border-radius:9px;outline:none;width:100%;min-height:40px;padding:7px 9px}.planner-interests{flex-wrap:wrap;gap:7px;margin-top:13px;display:flex}.planner-interests>span{color:#526173;width:100%;font-size:11px;font-weight:800}.planner-interests button{color:#526173;background:#fff;border:1px solid #d8e1eb;border-radius:999px;padding:7px 10px;font-size:10px;font-weight:700}.planner-interests button.selected{border-color:var(--chatbot-primary);background:var(--chatbot-primary);color:#fff}.planner-actions{justify-content:flex-end;gap:8px;margin-top:15px;display:flex}.planner-actions button{background:var(--chatbot-primary);color:#fff;border:none;border-radius:9px;min-height:40px;padding:9px 13px;font-size:11px;font-weight:800}.theme-settings-backdrop{z-index:650;-webkit-backdrop-filter:blur(7px);backdrop-filter:blur(7px);background:#020617c2;justify-content:center;align-items:center;padding:20px;display:flex;position:fixed;inset:0}.theme-settings-modal{background:#fff;border-radius:21px;flex-direction:column;gap:14px;width:min(390px,100%);padding:30px;display:flex;position:relative;box-shadow:0 28px 80px #00000061}.theme-settings-modal h3{color:#10213f;margin:-4px 0 4px;font-size:24px}.theme-settings-close{color:#172b4d;background:#eef2f7;border:none;border-radius:50%;width:34px;height:34px;font-size:22px;position:absolute;top:12px;right:12px}.theme-settings-modal input:not([type=color]){border:1px solid #cbd5e1;border-radius:10px;outline:none;width:100%;min-height:46px;padding:10px 12px}.theme-settings-modal input:focus{border-color:var(--chatbot-primary);box-shadow:0 0 0 3px color-mix(in srgb, var(--chatbot-primary) 15%, transparent)}.theme-colour-input{align-items:center;gap:10px;display:flex}.theme-colour-input input{background:0 0;border:none;width:52px;height:42px;padding:0}.theme-colour-input code{color:#334155;background:#f1f5f9;border-radius:8px;flex:1;padding:10px}.theme-settings-actions{justify-content:flex-end;gap:8px;margin-top:4px;display:flex}.theme-settings-actions button{color:#fff;border:none;border-radius:10px;min-height:43px;padding:10px 14px;font-weight:800}@media (width<=520px){.chat-header{align-items:flex-start}.chat-brand-logo{width:36px;min-width:36px;height:36px}.chat-header-actions{gap:4px}.language-switch{width:82px;padding-left:4px;padding-right:4px}.hotel-quick-actions{grid-template-columns:repeat(3,minmax(0,1fr))}.planner-row{grid-template-columns:1fr}.chat-toolbar .planner-toolbar-button{margin-left:0}.theme-settings-modal{padding:26px 20px 22px}}.dashboard-export-button{color:#10213f;background:#fff;border:1px solid #ffffff73;border-radius:10px;padding:10px 14px;font-size:12px;font-weight:700}.dashboard-export-button:hover{background:#eef4fb}.dashboard-admin-actions{z-index:1;flex-wrap:wrap;justify-content:flex-end;align-items:center;gap:9px;display:flex;position:relative}@media (width<=750px){.dashboard-admin-actions{justify-content:flex-start;width:100%}}
