@import url(https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700;800&family=JetBrains+Mono:wght@400;500;600&display=swap);:root{--primary-bg:linear-gradient(135deg,#0ea5e9,#06b6d4);--primary-color:#0ea5e9;--secondary-color:#06b6d4;--accent-color:#0ea5e9;--text-primary:#1e293b;--text-secondary:#64748b;--bg-primary:#fff;--bg-secondary:#f8fafc;--border-color:#e2e8f0;--shadow-color:#0ea5e94d;--font-primary:"Inter",-apple-system,BlinkMacSystemFont,"Segoe UI",system-ui,sans-serif;--font-mono:"JetBrains Mono","SF Mono",Monaco,"Cascadia Code","Roboto Mono",Consolas,"Courier New",monospace;--font-xs:0.75rem;--font-sm:0.875rem;--font-base:1rem;--font-lg:1.125rem;--font-xl:1.25rem;--font-2xl:1.5rem;--font-3xl:1.875rem;--font-light:300;--font-normal:400;--font-medium:500;--font-semibold:600;--font-bold:700;--font-extrabold:800}.dark-theme{--primary-bg:linear-gradient(135deg,#1f2937,#374151);--primary-color:#60a5fa;--secondary-color:#93c5fd;--accent-color:#60a5fa;--text-primary:#f8fafc;--text-secondary:#cbd5e1;--bg-primary:#1f2937;--bg-secondary:#374151;--border-color:#4b5563;--shadow-color:#60a5fa4d}*{box-sizing:border-box;margin:0;padding:0}@media (max-width:767px){.app-card,.clickable,.holiday-tag,.meal-time-item,.sim-card,.stat-row,button{min-height:44px}.travel-info{-webkit-overflow-scrolling:touch;scroll-behavior:smooth}@media (prefers-reduced-motion:reduce){.travel-info>*{animation:none}*{animation:none!important;transition:none!important}}}body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background-color:#fff;color:#1e293b;color:var(--text-primary);font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,system-ui,sans-serif;font-family:var(--font-primary);font-size:1rem;font-size:var(--font-base);font-weight:400;font-weight:var(--font-normal);letter-spacing:-.01em;line-height:1.6;overflow-x:hidden;text-rendering:optimizeLegibility}.App{min-height:100vh}.container{margin:0 auto;max-width:1200px;padding:0 1rem}@media (min-width:768px){.container{padding:0 2rem}}.trip-header{border-radius:0 0 2rem 2rem;height:200px;margin-bottom:1.5rem;overflow:hidden;position:relative}@media (min-width:768px){.trip-header{height:250px}}.header-background{bottom:0;left:0;position:absolute;right:0;top:0}.header-image{height:100%;object-fit:cover;width:100%}.header-overlay{background:linear-gradient(135deg,#0ea5e9cc,#9333ea99);bottom:0;left:0;position:absolute;right:0;top:0}.header-content{color:#fff;height:100%;position:relative;z-index:2}.trip-title{align-items:center;display:flex;font-size:2rem;font-weight:700;gap:.75rem;margin-bottom:.5rem}@media (min-width:768px){.trip-title{font-size:3rem}}.destination-icon{height:2rem;width:2rem}@media (min-width:768px){.destination-icon{height:3rem;width:3rem}}.trip-subtitle{font-size:1.125rem;opacity:.9}@media (min-width:768px){.trip-subtitle{font-size:1.25rem}}.tab-navigation{background:#fff;border-bottom:1px solid #e2e8f0;box-shadow:0 1px 3px #0000001a;position:-webkit-sticky;position:sticky;top:0;z-index:10}.tab-navigation .container{align-items:center;display:flex;justify-content:space-between}.tab-list{-webkit-overflow-scrolling:touch;display:flex;flex:1 1;overflow-x:auto;width:100%}.tab-button{align-items:center;background:none;border:none;border-bottom:3px solid #0000;color:#64748b;cursor:pointer;display:flex;flex:1 1;font-weight:500;gap:.5rem;justify-content:center;min-width:0;padding:1rem 1.5rem;transition:all .2s;white-space:nowrap}.tab-button:hover{background-color:#0ea5e90d;color:#0ea5e9}.tab-button.active{border-bottom-color:#0ea5e9;color:#0ea5e9}.tab-icon{height:1.25rem;width:1.25rem}@media (max-width:768px){.tab-navigation .container{padding:0}.tab-list{gap:0;overflow-x:visible;padding:0}.tab-button{flex:1 1;font-size:.875rem;min-width:0;padding:.75rem .5rem;text-align:center}.tab-icon{height:1rem;width:1rem}.tab-list::-webkit-scrollbar{display:none}.tab-list{-ms-overflow-style:none;scrollbar-width:none}}@media (max-width:480px){.tab-button{flex:1 1;flex-direction:column;font-size:.8rem;gap:.25rem;justify-content:center;min-height:44px;padding:.75rem .25rem;text-align:center}.tab-button span{font-size:.75rem;line-height:1.1}.tab-icon{height:.9rem;width:.9rem}}.dark-theme .tab-navigation{background:#fff;background:var(--bg-primary);border-bottom-color:#e2e8f0;border-bottom-color:var(--border-color)}.dark-theme .tab-button{color:#64748b;color:var(--text-secondary)}.dark-theme .tab-button:hover{background-color:#f8fafc;background-color:var(--bg-secondary);color:#0ea5e9;color:var(--primary-color)}.dark-theme .tab-button.active{border-bottom-color:#0ea5e9;border-bottom-color:var(--primary-color);color:#0ea5e9;color:var(--primary-color)}.main-content{min-height:calc(100vh - 400px);padding:2rem 0}.trip-overview{background:#0000;display:flex;flex-direction:column;gap:2rem;gap:1rem;min-height:calc(100vh - 200px);overflow-x:hidden;padding:1rem;position:relative}.trip-overview>*{animation:slideInUp .4s ease-out forwards;opacity:0;transform:translateY(20px)}.trip-overview>:first-child{animation-delay:.1s}.trip-overview>:nth-child(2){animation-delay:.2s}.trip-overview>:nth-child(3){animation-delay:.3s}.trip-overview>:nth-child(4){animation-delay:.4s}.trip-overview>:nth-child(5){animation-delay:.5s}@media (min-width:640px){.trip-overview{gap:1.5rem;padding:1.5rem}}@media (min-width:768px){.trip-overview{gap:2rem;margin:0 auto;max-width:1200px;padding:2rem}}.stats-grid{grid-gap:1rem;display:grid;gap:1rem;grid-template-columns:1fr}@media (min-width:640px){.stats-grid{gap:1.5rem;grid-template-columns:repeat(2,1fr)}}@media (min-width:1024px){.stats-grid{gap:2rem;grid-template-columns:repeat(4,1fr)}}.stat-card{align-items:center;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#fffffff2;border:1px solid #fff3;border-radius:16px;box-shadow:0 4px 20px #00000014;display:flex;gap:1rem;overflow:hidden;padding:1.5rem;position:relative;transition:all .3s ease}.stat-card:before{background:linear-gradient(135deg,#0ea5e9,#06b6d4);border-radius:0 4px 4px 0;content:"";height:100%;left:0;position:absolute;top:0;width:4px}.stat-card:hover{box-shadow:0 8px 30px #0000001f;transform:translateY(-2px)}@media (min-width:640px){.stat-card{border-radius:20px;padding:2rem}}.stat-icon{align-items:center;background:linear-gradient(135deg,#0ea5e9,#06b6d4);border-radius:.75rem;color:#fff;display:flex;height:3rem;justify-content:center;width:3rem}.stat-icon svg{height:1.5rem;width:1.5rem}.stat-content{display:flex;flex:1 1;flex-direction:column;justify-content:center}.stat-content h3{color:#1e293b;color:var(--text-primary);font-size:1.25rem;font-size:var(--font-xl);font-weight:700;font-weight:var(--font-bold);letter-spacing:-.02em;line-height:1.3;margin:0 0 .25rem}.stat-content h3,.stat-content p{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,system-ui,sans-serif;font-family:var(--font-primary)}.stat-content p{color:#64748b;color:var(--text-secondary);font-size:.875rem;font-size:var(--font-sm);font-weight:400;font-weight:var(--font-normal);line-height:1.5;margin:0}@media (min-width:640px){.stat-content h3{font-size:1.5rem;font-size:var(--font-2xl);font-weight:800;font-weight:var(--font-extrabold)}.stat-content p{font-size:1rem;font-size:var(--font-base)}}.highlights-section{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#fffffff2;border:1px solid #fff3;border-radius:16px;box-shadow:0 4px 20px #00000014;margin:0;overflow:hidden;padding:1.5rem;position:relative;transition:all .3s ease}.highlights-section:before{background:linear-gradient(135deg,#0ea5e9,#06b6d4);border-radius:0 4px 4px 0;content:"";height:100%;left:0;position:absolute;top:0;width:4px}.highlights-section:hover{box-shadow:0 8px 30px #0000001f;transform:translateY(-2px)}@media (min-width:640px){.highlights-section{border-radius:20px;padding:2rem}}.section-title{align-items:center;color:#1e293b;color:var(--text-primary);display:flex;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,system-ui,sans-serif;font-family:var(--font-primary);font-size:1.25rem;font-size:var(--font-xl);font-weight:700;font-weight:var(--font-bold);gap:.75rem;letter-spacing:-.02em;line-height:1.3;margin-bottom:1.25rem;padding-left:.5rem;position:relative}@media (min-width:640px){.section-title{font-size:1.5rem;font-size:var(--font-2xl);margin-bottom:1.5rem;padding-left:0}}@media (min-width:768px){.section-title{font-size:1.5rem;font-size:var(--font-2xl);font-weight:800;font-weight:var(--font-extrabold)}}.section-icon{color:#0ea5e9;height:1.25rem;transition:all .3s ease;width:1.25rem}@media (min-width:640px){.section-icon{height:1.5rem;width:1.5rem}}.section-title:hover .section-icon{color:#06b6d4;transform:scale(1.1)}.highlights-grid{grid-gap:1rem;display:grid;gap:1rem}.highlight-card{align-items:flex-start;background:#fff;border-left:4px solid #0ea5e9;border-radius:.75rem;display:flex;gap:1rem;padding:1rem}.highlight-number{align-items:center;background:#1f2937;border-radius:50%;color:#fff;display:flex;flex-shrink:0;font-size:.875rem;font-weight:600;height:2rem;justify-content:center;width:2rem}.highlight-text{color:#0ea5e9;line-height:1.6}.daily-overview-section{background:#fff;border-left:4px solid #0ea5e9;border-radius:1rem;border-bottom-left-radius:1rem;border-top-left-radius:1rem;box-shadow:0 1px 3px #0000001a;padding:2rem}@media (min-width:768px){.daily-cards{grid-template-columns:repeat(2,1fr)}}.daily-overview-card{background:#fff;border-radius:.75rem;padding:1.5rem}.day-header{margin-bottom:1rem}.day-number{color:#1e293b}.activities-count{color:#0ea5e9;margin-bottom:.5rem}.activity-types{gap:.5rem;margin-bottom:1rem}.activity-type{border-radius:1rem;padding:.25rem .75rem}.activity-type.attraction{background:#dbeafe;color:#1e40af}.activity-type.dining{background:#fecaca;color:#b91c1c}.activity-type.cultural{background:#e9d5ff;color:#7c2d12}.activity-type.culinary{background:#fed7aa;color:#c2410c}.activity-type.nature{background:#dcfce7;color:#166534}.activity-type.spiritual{background:#e0f2fe;color:#0c4a6e}.activity-type.urban{background:#0ea5e914;color:#0ea5e9}.day-weather{margin-bottom:.5rem}.weather-temp{color:#1e293b}.weather-desc{font-size:.875rem}.day-cost{border-top:1px solid #e2e8f0}.cost-amount{color:#059669}.daily-itinerary{gap:2rem}.day-navigation{background:#fff;border-radius:1rem;box-shadow:0 1px 3px #0000001a;gap:2rem;justify-content:center}.nav-button{background:#fff;height:3rem;transition:all .2s;width:3rem}.nav-button:hover:not(:disabled){border-color:#0ea5e9}.nav-button:disabled{opacity:.5}.day-title{font-size:1.5rem;margin-bottom:.25rem}.day-icon{height:1.5rem;width:1.5rem}.day-indicator{background:#fff;font-weight:500;height:2.5rem;transition:all .2s;width:2.5rem}.day-indicator:hover{color:#0ea5e9}.weather-card{background:linear-gradient(135deg,#0ea5e9,#06b6d4);border-radius:1rem;box-shadow:0 4px 12px #0ea5e94d;color:#fff;padding:1.5rem}.weather-title{font-size:1.25rem}.weather-content{display:flex;flex-direction:column;gap:1rem}@media (min-width:768px){.weather-content{align-items:center;flex-direction:row;justify-content:space-between}}.weather-icon{font-size:3rem}.temperature-section{align-items:baseline;display:flex}.temperature{font-size:3rem}.temperature-unit{font-size:1.5rem;opacity:.8}.weather-details{display:flex;flex-direction:column;gap:.25rem}.weather-description{font-size:1.125rem}.feels-like{opacity:.8}.weather-metrics{flex:1 1}.metric-grid{grid-gap:1rem;gap:1rem;grid-template-columns:repeat(3,1fr)}@media (max-width:767px){.metric-grid{grid-template-columns:1fr}}.metric-icon{font-size:1.25rem}.metric-label{opacity:.8}.weather-footer{font-size:.75rem;margin-top:1rem;opacity:.8;text-align:center}.timeline{background:#fff;border-left:4px solid #0ea5e9;border-radius:1rem;border-bottom-left-radius:1rem;border-top-left-radius:1rem;box-shadow:0 1px 3px #0000001a;padding:2rem}.timeline-header{margin-bottom:2rem}.timeline-icon{height:1.5rem;width:1.5rem}.timeline-content{position:relative}.timeline-content:before{background:#e2e8f0;bottom:0;content:"";left:5rem;position:absolute;top:0;width:2px}@media (max-width:767px){.timeline-content:before{left:3rem}}.timeline-item{gap:2rem;margin-bottom:2rem}@media (max-width:767px){.timeline-item{gap:1rem}}.timeline-time{min-width:4rem;position:relative}@media (max-width:767px){.timeline-time{min-width:3rem}}.timeline-dot{border:3px solid #fff;box-shadow:0 0 0 3px #e2e8f0;height:1rem;position:relative;width:1rem;z-index:2}.activity-card{background:#fff;border-radius:.75rem;overflow:hidden;transition:all .2s}.activity-card:hover{box-shadow:0 4px 12px #0000001a}.activity-image{height:200px;overflow:hidden;position:relative}.activity-image img{height:100%;object-fit:cover;width:100%}.image-overlay{position:absolute;right:1rem;top:1rem}.activity-type-badge{border-radius:1rem;font-size:.75rem;font-weight:500;padding:.25rem .75rem;text-transform:capitalize}.activity-header{padding:1.5rem 1.5rem 1rem}.activity-title-section{margin-bottom:1rem}.activity-name{font-size:1.25rem;font-weight:700;margin-bottom:.5rem}.activity-rating{align-items:center;display:flex;gap:.5rem}.stars{display:flex;gap:.125rem}.star-icon{height:1rem;width:1rem}.star-icon.filled,.star-icon.half{color:#fbbf24}.star-icon.empty{color:#d1d5db}.rating-value{color:#0ea5e9;font-size:.875rem;font-weight:600}.rating-count{color:#64748b;font-size:.75rem}.activity-meta{display:flex;flex-wrap:wrap;gap:1rem}.meta-item{align-items:center;color:#64748b;display:flex;font-size:.875rem;gap:.25rem}.meta-icon{height:1rem;width:1rem}.activity-description{color:#0ea5e9;line-height:1.6;padding:0 1.5rem}.activity-quick-info{padding:1rem 1.5rem}.quick-info-item{align-items:flex-start;display:flex;gap:.5rem}.quick-info-icon{color:#64748b;flex-shrink:0;height:1rem;margin-top:.125rem;width:1rem}.address-text{color:#64748b;font-size:.875rem;line-height:1.4}.expand-button{align-items:center;background:none;border:none;border-top:1px solid #e2e8f0;color:#0ea5e9;cursor:pointer;display:flex;font-weight:500;gap:.5rem;justify-content:center;padding:1rem;transition:background-color .2s;width:100%}.expand-button:hover{background:#0ea5e90d}.expand-button svg{height:1rem;width:1rem}.activity-details{background:#fff;border-top:1px solid #e2e8f0;padding:1.5rem}.detail-section{margin-bottom:1.5rem}.detail-section:last-child{margin-bottom:0}.opening-hours{display:flex;flex-direction:column;gap:.25rem}.hours-item{color:#64748b;font-size:.875rem}.contact-info{display:flex;flex-direction:column;gap:.75rem}.contact-item{align-items:center;display:flex;gap:.5rem}.contact-icon{color:#64748b;height:1rem;width:1rem}.contact-link{color:#0ea5e9;font-size:.875rem;text-decoration:none}.contact-link:hover{text-decoration:underline}.booking-info{display:flex;flex-direction:column;gap:.5rem}.booking-item{color:#0ea5e9;font-size:.875rem}.notes{display:flex;flex-direction:column;gap:.5rem}.note-item{border-radius:.5rem;font-size:.875rem;font-weight:500;padding:.5rem .75rem}.weather-dependent{background:#fef3c7;color:#92400e}.booking-required{background:#dbeafe;color:#1e40af}.cuisine-tags{display:flex;flex-wrap:wrap;gap:.5rem}.cuisine-tag{background:#0ea5e914;border-radius:1rem;color:#0ea5e9;font-size:.75rem;font-weight:500;padding:.25rem .75rem;text-transform:capitalize}.transportation-card{background:#fff;border-radius:.75rem;margin:1rem 0;padding:1rem}@media (max-width:767px){.transportation-header{align-items:flex-start;flex-direction:column;gap:.75rem}}.transport-from,.transport-to{color:#0ea5e9}.transport-arrow{color:#64748b}.mode-icon{font-size:1.25rem}.mode-text{color:#0ea5e9}.transportation-summary{align-items:center;display:flex;justify-content:space-between}@media (max-width:767px){.transportation-summary{align-items:flex-start;flex-direction:column;gap:.75rem}}.transport-meta{display:flex;gap:1rem}@media (max-width:767px){.transport-meta{flex-wrap:wrap;gap:.5rem}}.details-toggle{align-items:center;background:none;border:none;color:#0ea5e9;cursor:pointer;display:flex;font-size:.875rem;font-weight:500;gap:.25rem}.details-toggle svg{height:1rem;width:1rem}.transportation-details{border-top:1px solid #e2e8f0;margin-top:1rem;padding-top:1rem}.route-step,.route-steps{margin-bottom:1rem}.route-step{align-items:flex-start;display:flex;gap:.75rem}.route-step:last-child{margin-bottom:0}.step-icon{font-size:1.25rem;margin-top:.125rem}.step-content{flex:1 1}.step-instruction{color:#0ea5e9;font-weight:500;margin-bottom:.25rem}.step-details{color:#64748b;font-size:.875rem}.route-addresses{border-top:1px solid #e2e8f0;padding-top:1rem}.address-item{color:#64748b;font-size:.875rem;margin-bottom:.5rem}.address-item:last-child{margin-bottom:0}.accommodation-section{background:#fff;border-left:4px solid #10b981;border-radius:1rem;border-bottom-left-radius:1rem;border-top-left-radius:1rem;box-shadow:0 1px 3px #0000001a;padding:2rem}.accommodation-card{background:#fff;border-radius:.75rem;padding:1.5rem}.accommodation-name{color:#1e293b;font-size:1.25rem;font-weight:700;margin-bottom:.25rem}.accommodation-type{color:#64748b;font-size:.875rem;margin-bottom:.5rem;text-transform:capitalize}.accommodation-address{color:#64748b;font-size:.875rem;margin-bottom:1rem}.accommodation-details{display:flex;flex-direction:column;gap:.5rem;margin-bottom:1rem}.detail-item{align-items:center;display:flex;justify-content:space-between}.detail-label{color:#64748b;font-size:.875rem}.rating{align-items:center;display:flex;gap:.25rem}.review-count{color:#64748b;font-size:.75rem}.amenities h5{color:#0ea5e9;font-size:.875rem;font-weight:600;margin-bottom:.5rem}.amenity-tags{display:flex;flex-wrap:wrap;gap:.5rem}.amenity-tag{background:#e0f2fe;border-radius:1rem;color:#0c4a6e;font-size:.75rem;font-weight:500;padding:.25rem .75rem;text-transform:capitalize}.day-notes{background:#fff;border-left:4px solid #f59e0b;border-radius:1rem;border-bottom-left-radius:1rem;border-top-left-radius:1rem;box-shadow:0 1px 3px #0000001a;padding:2rem}.notes-card{background:#fef3c7;border:1px solid #f59e0b;border-radius:.75rem;padding:1rem}.notes-card p{color:#92400e;line-height:1.6}.daily-cost-summary{display:flex;justify-content:center}.cost-card{background:linear-gradient(135deg,#059669,#10b981);border-radius:1rem;box-shadow:0 4px 12px #0596694d;color:#fff;padding:2rem;text-align:center}.cost-card h3{color:#fff;font-size:1.125rem;font-weight:600;margin-bottom:1rem}.cost-amount{align-items:baseline;display:flex;gap:.25rem;justify-content:center}.currency{color:#ffffffe6;font-size:1.5rem}.amount{color:#fff;font-size:3rem;font-weight:700}.budget-breakdown{display:flex;flex-direction:column;gap:2rem}.budget-overview{display:flex;justify-content:center}.budget-total-card{background:linear-gradient(135deg,#0ea5e9,#06b6d4);border-radius:1rem;box-shadow:0 4px 12px #0ea5e94d;color:#fff;min-width:300px}.budget-total-icon{background:#fff3}.budget-total-amount{font-size:2.5rem;font-weight:700;margin-bottom:.25rem}.budget-total-label{font-size:1.125rem;opacity:.9}.budget-chart-section{background:#fff;border-radius:1rem;box-shadow:0 1px 3px #0000001a;padding:2rem}.chart-title{color:#1e293b;font-size:1.25rem;font-weight:700;margin-bottom:1.5rem}.budget-progress-chart{margin-bottom:1rem}.progress-bar-container{background:#0ea5e914;border-radius:1rem;height:2rem;margin-bottom:.5rem}.progress-segment{height:100%;transition:all .3s}.progress-segment:hover{opacity:.8}.progress-labels{color:#0ea5e9;height:1.5rem}.category-breakdown{background:#fff;border-radius:1rem;box-shadow:0 1px 3px #0000001a;padding:2rem}.breakdown-title{color:#1e293b;font-size:1.25rem;font-weight:700;margin-bottom:1.5rem}.category-list{display:flex;flex-direction:column}.category-item{background:#fff;border-radius:.75rem;padding:1rem}.category-icon{border-radius:.75rem;height:3rem;width:3rem}.category-icon svg{height:1.5rem;width:1.5rem}.category-icon.bg-blue-500{background-color:#0ea5e9}.category-icon.bg-red-500{background-color:#ef4444}.category-icon.bg-green-500{background-color:#10b981}.category-icon.bg-yellow-500{background-color:#f59e0b}.category-icon.bg-pink-500{background-color:#ec4899}.category-icon.bg-purple-500{background-color:#06b6d4}.category-name{margin-bottom:.25rem}.category-amount{text-align:right}.amount-value{color:#059669;font-size:1.25rem}.budget-tips{background:#fff;border-radius:1rem;box-shadow:0 1px 3px #0000001a;padding:2rem}.tips-title{color:#1e293b;font-size:1.25rem;font-weight:700;margin-bottom:1.5rem}.tips-list{display:flex;flex-direction:column}.tip-item{background:#fff;border-left:4px solid #0ea5e9;border-radius:.75rem;padding:1rem}.tip-content strong{display:block;margin-bottom:.25rem}.tip-content p{line-height:1.6}.budget-summary{background:#fff;border-radius:1rem;box-shadow:0 1px 3px #0000001a;padding:2rem}.summary-card h3{margin-bottom:1.5rem}.summary-stats{display:flex;flex-direction:column}@media (min-width:768px){.summary-stats{flex-direction:row;justify-content:space-between}}.stat-item{flex-direction:column;gap:.25rem}@media (min-width:768px){.stat-item{text-align:center}}.stat-label{color:#64748b;font-size:.875rem}.stat-value{font-size:1.125rem;font-weight:700}@media (max-width:640px){.container{padding:0 1rem}.trip-header{height:180px;margin-bottom:1rem}.trip-title{font-size:1.5rem}.destination-icon{height:1.5rem;width:1.5rem}.main-content{padding:1rem 0}.stats-grid{gap:.75rem}.stat-card{flex-direction:column;gap:.75rem;padding:1rem;text-align:center}.stat-icon{height:2.5rem;width:2.5rem}.accommodation-section,.budget-chart-section,.budget-summary,.budget-tips,.category-breakdown,.daily-overview-section,.day-notes,.highlights-section,.timeline{padding:1.5rem}.day-navigation{gap:1rem;padding:1rem}.day-title{font-size:1.25rem}.weather-card{padding:1rem}.temperature{font-size:2.5rem}.budget-total-card{flex-direction:column;gap:1rem;min-width:auto;padding:1.5rem;text-align:center}.budget-total-amount{font-size:2rem}}.pathplanner-layout{background:linear-gradient(135deg,#0ea5e9,#06b6d4);background:var(--primary-bg);display:flex;flex-direction:column;height:100vh;overflow:hidden;transition:background .3s ease}.chat-header{-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);background:#fffffff2;border-bottom:1px solid #fff3;box-shadow:0 2px 20px #0000001a;padding:1rem 0;position:-webkit-sticky;position:sticky;top:0;z-index:100}.header-content{justify-content:space-between;margin:0;padding:0 2rem;width:100%}.brand-section,.header-content{align-items:center;display:flex}.brand-section{border-radius:1rem;cursor:pointer;flex:0 0 auto;gap:.75rem;padding:.5rem .75rem;transition:all .2s ease}.brand-section:hover{background:#ffffff1a;transform:translateY(-1px)}.brand-icon{align-items:center;background:linear-gradient(135deg,#1f2937,#0ea5e9);border-radius:.75rem;box-shadow:0 2px 10px #1f293766;color:#fff;display:flex;height:2.5rem;justify-content:center;padding:.125rem;width:2.5rem}.brand-icon svg{height:1.25rem;width:1.25rem}.brand-logo-image{background:#fff;border-radius:.3rem;height:80%;object-fit:contain;width:80%}.brand-name{-webkit-text-fill-color:#0000;background:linear-gradient(135deg,#1f2937,#0ea5e9);-webkit-background-clip:text;background-clip:text;font-size:1.5rem;font-weight:700;letter-spacing:-.025em;margin:0}.brand-tagline{align-items:center;color:#64748b;display:flex;font-size:.875rem;font-weight:500;gap:.5rem;margin:0}.home-icon{color:#0ea5e9;height:1rem;width:1rem}.location-toggle-section{align-items:center;display:flex}.location-toggle{position:relative}.location-checkbox{display:none}.location-label{align-items:center;background:#0000;border:none;border-radius:1rem;color:#fff;cursor:pointer;display:flex;gap:.75rem;padding:.5rem .25rem;position:relative;transition:background-color .2s ease;white-space:nowrap}.location-label:hover{background:#ffffff1a;border-radius:1rem}.checkbox-custom{align-items:center;display:flex;height:1.5rem;justify-content:center;transition:all .2s ease;width:1.5rem}.location-checkbox:checked+.location-label .checkbox-custom{background:#0ea5e933;border-radius:50%}.location-pin,.location-spinner{color:#9ca3af;height:1rem;transition:all .2s ease;width:1rem}.location-checkbox:checked+.location-label .location-pin{color:#0ea5e9}.location-spinner{animation:spin 1s linear infinite}.location-text{display:flex;flex-direction:column;gap:.125rem;min-width:120px;text-align:left}.location-main-text{color:#9ca3af;font-size:.875rem;font-weight:500}.location-checkbox:checked+.location-label .location-main-text{color:#0ea5e9}.location-city-text{color:#0ea5e9;font-size:.75rem;font-weight:600}.status-indicator{align-items:center;color:#10b981;display:flex;font-size:.875rem;font-weight:500;gap:.5rem}.status-dot{animation:pulse 2s infinite;background:#10b981;border-radius:50%;height:.5rem;width:.5rem}.main-content-area{background:#0000;display:flex;flex:1 1;flex-direction:column;min-height:0;overflow-y:auto;padding:0}.trip-plan-main{animation:tripPlanSlideIn .5s ease-out;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);background:#fffffff2;border:1px solid #fff3;border-radius:1.5rem;box-shadow:0 4px 25px #0000001a;flex:1 1;margin:1rem 1rem 120px;max-height:calc(100vh - 200px);overflow-y:auto}.welcome-area{align-items:center;display:flex;flex:1 1;justify-content:center;overflow:hidden;padding:1rem 2rem}.welcome-content{-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);background:#ffffff26;border:1px solid #ffffff4d;border-radius:2rem;box-shadow:0 8px 32px #00000026;max-width:800px;padding:2rem;position:relative;text-align:center;width:100%;z-index:1}.header-controls{gap:1rem;margin-left:auto}.theme-toggle-button{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#ffffff26;border:1px solid #fff3;color:#0ea5e9;color:var(--accent-color);height:2.5rem;transition:all .2s ease;width:2.5rem}.theme-toggle-button:hover{background:#ffffff40}.navbar-location-toggle{align-items:center;display:flex;flex:0 0 auto}.welcome-icon{align-items:center;background:linear-gradient(135deg,#1f2937,#0ea5e9);border-radius:50%;box-shadow:0 4px 15px #1f293766;color:#fff;display:flex;height:3.5rem;justify-content:center;margin:0 auto 1rem;padding:.125rem;width:3.5rem}.welcome-icon svg{height:1.75rem;width:1.75rem}.welcome-logo-image{background:#fff;border-radius:50%;height:80%;object-fit:contain;width:80%}.welcome-title{color:#fff;font-size:1.75rem;font-weight:800;margin-bottom:.75rem}.welcome-description{color:#ffffffe6;font-size:1rem;line-height:1.5;margin-bottom:1.5rem}.welcome-prompts{margin-top:1rem}.welcome-prompts .prompts-title{color:#fff;font-size:1rem;font-weight:600;margin-bottom:.75rem}.welcome-prompts .prompts-grid{grid-gap:.75rem;display:grid;gap:.75rem;grid-template-columns:1fr}@media (min-width:768px){.welcome-prompts .prompts-grid{gap:.5rem;grid-template-columns:repeat(2,1fr)}}.sticky-chat-input{-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);background:#fffffff2;border-top:1px solid #fff3;bottom:0;box-shadow:0 -4px 20px #0000001a;left:0;padding:1rem 0;position:fixed;right:0;z-index:100}.typing-indicator-bottom{align-items:center;color:#64748b;display:flex;font-size:.875rem;gap:.5rem;padding:.5rem 1rem 0}.typing-indicator-bottom .typing-dots{display:flex;gap:.25rem}.typing-indicator-bottom .typing-dots span{animation:typingDot 1.4s ease-in-out infinite;background:#0ea5e9;border-radius:50%;height:.375rem;width:.375rem}.typing-indicator-bottom .typing-dots span:first-child{animation-delay:-.32s}.typing-indicator-bottom .typing-dots span:nth-child(2){animation-delay:-.16s}.bottom-chat-panel{-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);background:#fffffff2;border-top:1px solid #fff3;box-shadow:0 -4px 20px #0000001a;display:flex;flex-direction:column;max-height:50vh}.chat-messages-panel{border-bottom:1px solid #0000001a;max-height:200px;overflow-y:auto}.chat-messages-header{align-items:center;border-bottom:1px solid #0000000d;display:flex;justify-content:space-between;padding:1rem 1.5rem .5rem}.chat-messages-header h4{color:#0ea5e9;font-size:.875rem;font-weight:600;margin:0}.messages-count{background:#0ea5e914;border-radius:.5rem;color:#64748b;font-size:.75rem;padding:.25rem .5rem}.chat-messages-list{display:flex;flex-direction:column;gap:.75rem;padding:.5rem 1.5rem 1rem}.chat-message{align-items:flex-start;display:flex;gap:.75rem}.chat-message.user{flex-direction:row-reverse}.chat-message .message-avatar{align-items:center;border-radius:50%;display:flex;flex-shrink:0;font-size:.625rem;font-weight:600;height:1.75rem;justify-content:center;width:1.75rem}.chat-message.ai .message-avatar{background:linear-gradient(135deg,#0ea5e9,#06b6d4);color:#fff}.chat-message.ai .message-avatar svg{height:.875rem;width:.875rem}.chat-message.user .message-avatar{background:linear-gradient(135deg,#10b981,#059669);color:#fff}.message-text-content{flex:1 1;max-width:70%}.message-text-content p{color:#0ea5e9;font-size:.875rem;line-height:1.4;margin:0 0 .25rem}.message-timestamp{color:#9ca3af;font-size:.625rem}.typing-indicator-simple{align-items:center;color:#64748b;display:flex;font-size:.75rem;gap:.5rem}.typing-indicator-simple .typing-dots{display:flex;gap:.125rem}.typing-indicator-simple .typing-dots span{animation:typingDot 1.4s ease-in-out infinite;background:#0ea5e9;border-radius:50%;height:.25rem;width:.25rem}.typing-indicator-simple .typing-dots span:first-child{animation-delay:-.32s}.typing-indicator-simple .typing-dots span:nth-child(2){animation-delay:-.16s}.messages-container{background:#0000;flex:1 1;overflow-y:auto;padding:2rem 0}.messages-list{display:flex;flex-direction:column;gap:1.5rem;margin:0 auto;max-width:1200px;padding:0 1.5rem}.message-wrapper{align-items:flex-start;display:flex;gap:.75rem}.message-wrapper.user{flex-direction:row-reverse}.message-bubble{align-items:flex-start;animation:messageSlideIn .3s ease-out;display:flex;gap:.75rem;max-width:70%}.message-wrapper.user .message-bubble{flex-direction:row-reverse}@keyframes messageSlideIn{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}.ai-avatar{align-items:center;background:linear-gradient(135deg,#0ea5e9,#06b6d4);border-radius:50%;box-shadow:0 2px 10px #667eea4d;color:#fff;display:flex;flex-shrink:0;height:2.5rem;justify-content:center;width:2.5rem}.ai-avatar svg{height:1.25rem;width:1.25rem}.user-avatar{align-items:center;background:linear-gradient(135deg,#10b981,#059669);border-radius:50%;box-shadow:0 2px 10px #10b9814d;color:#fff;display:flex;flex-shrink:0;font-size:.75rem;font-weight:600;height:2.5rem;justify-content:center;width:2.5rem}.message-content{-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);background:#fffffff2;border:1px solid #fff3;border-radius:1.5rem;box-shadow:0 2px 15px #0000001a;padding:1rem 1.25rem}.message-wrapper.user .message-content{background:linear-gradient(135deg,#0ea5e9,#06b6d4);color:#fff}.message-text{color:#0ea5e9;line-height:1.6;margin:0 0 .5rem}.message-wrapper.user .message-text{color:#fff}.message-time{color:#9ca3af;font-size:.75rem;font-weight:500}.message-wrapper.user .message-time{color:#ffffffb3}.message-bubble.typing{max-width:none}.typing-indicator{align-items:center;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);background:#fffffff2;border:1px solid #fff3;border-radius:1.5rem;box-shadow:0 2px 15px #0000001a;display:flex;gap:.75rem;padding:1rem 1.25rem}.typing-dots{display:flex;gap:.25rem}.typing-dots span{animation:typingDot 1.4s ease-in-out infinite;background:#0ea5e9;border-radius:50%;height:.5rem;width:.5rem}.typing-dots span:first-child{animation-delay:-.32s}.typing-dots span:nth-child(2){animation-delay:-.16s}@keyframes typingDot{0%,80%,to{opacity:.5;transform:scale(0)}40%{opacity:1;transform:scale(1)}}.typing-text{color:#64748b;font-size:.875rem;font-weight:500}.trip-plan-container{animation:tripPlanSlideIn .5s ease-out;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);background:#fffffff2;border:1px solid #fff3;border-radius:1.5rem;box-shadow:0 4px 25px #0000001a;margin-top:1rem;overflow:hidden;width:100%}@keyframes tripPlanSlideIn{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.quick-prompts{animation:fadeInUp .6s ease-out .3s both;margin-top:2rem}@keyframes fadeInUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.prompts-title{color:#fff;font-size:1.125rem;font-weight:600;margin-bottom:1rem;text-align:center}.prompts-grid{grid-gap:.75rem;display:grid;gap:.75rem;grid-template-columns:1fr}@media (min-width:768px){.prompts-grid{grid-template-columns:repeat(2,1fr)}}.prompt-button{align-items:center;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);border:1px solid #fff3;border-radius:1rem;box-shadow:0 2px 10px #0000001a;cursor:pointer;display:flex;font-size:.875rem;font-weight:500;gap:.5rem;padding:.75rem 1rem;text-align:left;transition:all .2s ease}.prompt-button:hover{box-shadow:0 4px 20px #00000026;transform:translateY(-2px)}.prompt-icon{flex-shrink:0;height:1.25rem;width:1.25rem}.chat-input-section{-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);background:#fffffff2;border-top:1px solid #fff3;bottom:0;box-shadow:0 -2px 20px #0000001a;padding:1.5rem 0;position:-webkit-sticky;position:sticky;z-index:50}.input-container{margin:0 auto;max-width:1200px;padding:0 1.5rem}.input-wrapper{align-items:flex-end;background:#fff;border:1px solid #e5e7eb;border-radius:1.5rem;box-shadow:0 2px 15px #0000001a;display:flex;gap:.75rem;padding:.75rem;transition:all .2s ease}.input-wrapper:focus-within{border-color:#0ea5e9;box-shadow:0 4px 25px #667eea33}.chat-input{background:#0000;border:none;color:#0ea5e9;flex:1 1;font-size:1rem;line-height:1.5;max-height:8rem;min-height:2.5rem;outline:none;padding:.5rem .75rem;resize:none}.chat-input::placeholder{color:#9ca3af}.chat-input:disabled{cursor:not-allowed;opacity:.6}.send-button{align-items:center;background:linear-gradient(135deg,#0ea5e9,#06b6d4);border:none;border-radius:50%;color:#fff;cursor:pointer;display:flex;flex-shrink:0;height:2.5rem;justify-content:center;transition:all .2s ease;width:2.5rem}.send-button:hover:not(:disabled){box-shadow:0 4px 15px #667eea66;transform:scale(1.05)}.send-button:disabled{cursor:not-allowed;opacity:.5;transform:none}.send-button svg{height:1.25rem;width:1.25rem}.input-footer{margin-top:.75rem;text-align:center}.input-hint{color:#64748b;font-size:.75rem;font-weight:500;margin:0}@media (max-width:768px){.header-content{align-items:center;display:flex;justify-content:space-between;padding:0 1rem}.brand-name{font-size:1.25rem}.brand-icon{height:2rem;width:2rem}.brand-icon svg{height:1rem;width:1rem}.status-indicator{display:none}.navbar-location-toggle .location-label{gap:.5rem;padding:.375rem .5rem}.navbar-location-toggle .checkbox-custom{height:1.25rem;width:1.25rem}.navbar-location-toggle .location-pin,.navbar-location-toggle .location-spinner{height:.875rem;width:.875rem}.navbar-location-toggle .location-main-text{font-size:.75rem}.header-controls{gap:.5rem;margin-left:-1rem}.navbar-location-toggle{margin-left:-.5rem}.theme-toggle-button{height:2rem;width:2rem}.theme-icon{height:1rem;width:1rem}}.dark-theme .chat-header{background:#1f2937f2;border-bottom:1px solid #e2e8f0;border-bottom:1px solid var(--border-color)}.dark-theme .trip-plan-main,.dark-theme .welcome-content{background:#1f293726;border:1px solid #e2e8f0;border:1px solid var(--border-color)}.dark-theme .accommodation-section,.dark-theme .budget-chart-section,.dark-theme .budget-summary,.dark-theme .budget-tips,.dark-theme .category-breakdown,.dark-theme .country-info-section,.dark-theme .daily-overview-section,.dark-theme .day-notes,.dark-theme .health-safety-section,.dark-theme .highlights-section,.dark-theme .legal-section,.dark-theme .local-services-section,.dark-theme .metadata-section,.dark-theme .specialized-tours-section,.dark-theme .stat-card,.dark-theme .tech-section,.dark-theme .timeline{background:#fff;background:var(--bg-primary);border:1px solid #e2e8f0;border:1px solid var(--border-color);color:#1e293b;color:var(--text-primary)}.dark-theme .budget-total-amount,.dark-theme .category-name,.dark-theme .explore-title,.dark-theme .section-title,.dark-theme .stat-content h3,.dark-theme .welcome-title{color:#1e293b;color:var(--text-primary)}.dark-theme .category-percentage,.dark-theme .highlight-text,.dark-theme .metadata-label,.dark-theme .practical-label,.dark-theme .stat-content p{color:#64748b;color:var(--text-secondary)}.dark-theme .explore-modal{background:#fff;background:var(--bg-primary);border:1px solid #e2e8f0;border:1px solid var(--border-color)}.dark-theme .explore-header{background:linear-gradient(135deg,#0ea5e9,#06b6d4);background:var(--primary-bg)}.dark-theme .budget-card,.dark-theme .continent-card,.dark-theme .country-card,.dark-theme .destination-card,.dark-theme .tour-type-card{background:#fff;background:var(--bg-primary);border:1px solid #e2e8f0;border:1px solid var(--border-color);color:#1e293b;color:var(--text-primary)}.dark-theme .activity-card{background:#f8fafc;background:var(--bg-secondary);border:1px solid #e2e8f0;border:1px solid var(--border-color)}.dark-theme .weather-card{background:linear-gradient(135deg,#0ea5e9,#06b6d4);background:var(--primary-bg)}.dark-theme .budget-name,.dark-theme .continent-name,.dark-theme .country-name,.dark-theme .destination-name,.dark-theme .tour-type-name{color:#1e293b;color:var(--text-primary)}.dark-theme .budget-description,.dark-theme .continent-countries,.dark-theme .destination-highlight,.dark-theme .destination-photographer,.dark-theme .explore-tab,.dark-theme .tour-type-description{color:#64748b;color:var(--text-secondary)}.dark-theme .explore-tab:hover{background:#ffffff0d;color:#0ea5e9;color:var(--accent-color)}.dark-theme .explore-tab.active{background:#fff;background:var(--bg-primary);border-bottom-color:#0ea5e9;border-bottom-color:var(--accent-color)}.dark-theme .back-button,.dark-theme .explore-tab.active{color:#0ea5e9;color:var(--accent-color)}.dark-theme .back-button:hover{background:#ffffff0d}.dark-theme .breakdown-title,.dark-theme .budget-total-label,.dark-theme .chart-title,.dark-theme .selected-continent-info h3,.dark-theme .selected-tour-info h3,.dark-theme .summary-card h3,.dark-theme .tips-title{color:#1e293b;color:var(--text-primary)}.dark-theme .category-details,.dark-theme .stat-label,.dark-theme .stat-value,.dark-theme .tip-content p{color:#64748b;color:var(--text-secondary)}.dark-theme .tip-content strong{color:#1e293b;color:var(--text-primary)}.dark-theme .amount-value{color:#0ea5e9;color:var(--accent-color)}.dark-theme .budget-tips{background:#fff;background:var(--bg-primary);border:1px solid #e2e8f0;border:1px solid var(--border-color)}.dark-theme .tip-item{background:#f8fafc;background:var(--bg-secondary);border-left:4px solid #0ea5e9;border-left:4px solid var(--accent-color)}.dark-theme .summary-card{background:#fff;background:var(--bg-primary);border:1px solid #e2e8f0;border:1px solid var(--border-color)}.dark-theme .budget-total-card{background:linear-gradient(135deg,#0ea5e9,#06b6d4);background:var(--primary-bg)}@media (max-width:768px){.trip-plan-main{margin:.5rem .5rem 120px;max-height:calc(100vh - 180px)}.sticky-chat-input .input-container{padding:0 1rem}.welcome-area{flex:1 1;overflow:hidden;padding:.5rem 1rem}.welcome-content{margin-top:0;padding:1rem}.welcome-title{font-size:1.5rem;margin-bottom:.5rem}.welcome-icon{height:2.5rem;margin-bottom:.75rem;width:2.5rem}.welcome-icon svg{height:1.25rem;width:1.25rem}.welcome-description{font-size:.875rem;line-height:1.4;margin-bottom:1rem}.explore-section{margin:.75rem 0}.welcome-prompts{margin-top:.75rem}.welcome-prompts .prompts-title{font-size:.875rem;margin-bottom:.5rem}.chat-messages-header,.chat-messages-list{padding-left:1rem;padding-right:1rem}.input-container{padding:0 1rem}.chat-input{font-size:.875rem}.input-hint{font-size:.7rem}.prompt-button{font-size:.875rem;padding:.75rem 1rem}.welcome-prompts .prompts-grid{grid-template-columns:1fr}.messages-list{padding:0 1rem}.message-bubble{max-width:85%}.prompts-grid{grid-template-columns:1fr}}@media (max-width:480px){.ai-avatar,.user-avatar{height:2rem;width:2rem}.ai-avatar svg{height:1rem;width:1rem}.user-avatar{font-size:.625rem}.message-content{padding:.75rem 1rem}.message-bubble{max-width:90%}}.daily-route-map{background:#fff;border-radius:1rem;box-shadow:0 1px 3px #0000001a;margin-bottom:2rem;padding:2rem}.map-header{margin-bottom:1.5rem}.map-title{color:#1e293b;font-size:1.25rem;font-weight:700;margin-bottom:.25rem}.map-subtitle{color:#64748b;font-size:.875rem;margin:0}.map-container{border-radius:.75rem;box-shadow:0 4px 12px #0000001a;margin-bottom:1.5rem;overflow:hidden}.map-placeholder{align-items:center;background:#fff;border-radius:.75rem;color:#64748b;display:flex;font-style:italic;height:400px;justify-content:center}.map-popup{min-width:250px}.popup-header{align-items:flex-start;display:flex;gap:.5rem;justify-content:space-between;margin-bottom:.75rem}.popup-title{color:#1e293b;flex:1 1;font-size:1rem;font-weight:600;margin:0}.popup-type{border-radius:.5rem;font-size:.625rem;font-weight:500;letter-spacing:.05em;padding:.125rem .5rem;text-transform:uppercase}.popup-type.attraction{background:#dbeafe;color:#1e40af}.popup-type.dining{background:#fecaca;color:#b91c1c}.popup-type.cultural{background:#e9d5ff;color:#7c2d12}.popup-type.culinary{background:#fed7aa;color:#c2410c}.popup-type.nature{background:#dcfce7;color:#166534}.popup-type.spiritual{background:#e0f2fe;color:#0c4a6e}.popup-type.urban{background:#0ea5e914;color:#0ea5e9}.popup-content{display:flex;flex-wrap:wrap;gap:.75rem;margin-bottom:.75rem}.popup-cost,.popup-duration,.popup-time{color:#64748b;font-size:.75rem;margin:0}.popup-description{margin-bottom:.75rem}.popup-description p{color:#0ea5e9;font-size:.875rem;line-height:1.4;margin:0}.popup-rating{margin-bottom:.5rem}.popup-address,.popup-rating{color:#64748b;font-size:.75rem}.popup-address{font-style:italic}.map-legend{background:#fff;border-radius:.75rem;margin-bottom:1.5rem;padding:1rem}.legend-title{color:#0ea5e9;font-size:.875rem;font-weight:600;margin-bottom:.75rem}.legend-items{display:flex;flex-wrap:wrap;gap:1rem}.legend-item{align-items:center;display:flex;gap:.5rem}.legend-color{border:2px solid #fff;border-radius:50%;box-shadow:0 1px 3px #0003;height:1rem;width:1rem}.legend-label{color:#64748b;font-size:.75rem;text-transform:capitalize}.route-summary{background:linear-gradient(135deg,#0ea5e9,#06b6d4);border-radius:.75rem;color:#fff;padding:1.5rem;text-align:center}.route-summary .stat-label{color:#fff!important;font-weight:700!important;opacity:1!important}.summary-title{font-size:1rem;font-weight:600;margin-bottom:1rem}.summary-stats{grid-template-columns:repeat(3,1fr)}.summary-stat{align-items:center;display:flex;flex-direction:column}.stat-number{color:#fff;font-size:1.5rem;margin-bottom:.25rem}.stat-label{color:#fff;font-weight:600}.custom-marker{background:none!important;border:none!important}@media (max-width:768px){.daily-route-map{padding:1.5rem}.map-container{margin-bottom:1rem}.legend-items,.summary-stats{gap:.5rem}.stat-number{font-size:1.25rem}.popup-header{align-items:flex-start;flex-direction:column;gap:.25rem}}@media (max-width:480px){.daily-route-map{padding:1rem}.map-header{margin-bottom:1rem}.map-title{font-size:1.125rem}.summary-stats{gap:.75rem;grid-template-columns:1fr}.legend-items{justify-content:center}}.explore-section{margin:1rem 0}.explore-button{align-items:center;background:linear-gradient(135deg,#0ea5e9,#06b6d4);border:none;border-radius:1.5rem;box-shadow:0 8px 25px #0ea5e966;color:#fff;cursor:pointer;display:flex;flex-direction:column;flex-shrink:0;gap:.5rem;height:120px;margin:0 auto;padding:1rem 1.5rem;transition:all .3s ease;width:350px}.explore-button:hover{box-shadow:0 12px 35px #0ea5e980;transform:translateY(-3px)}.explore-button-icon{height:2.5rem;width:2.5rem}.explore-button span{font-size:1.25rem;font-weight:700}.explore-button-subtitle{font-size:.8rem;line-height:1.3;opacity:.9;text-align:center}.explore-modal-overlay{align-items:center;background:#00000080;bottom:0;display:flex;justify-content:center;left:0;padding:1rem;position:fixed;right:0;top:0;z-index:1000}.explore-modal{background:#fff;border-radius:1.5rem;box-shadow:0 20px 60px #0000004d;display:flex;flex-direction:column;height:80vh;max-height:95vh;max-width:95vw;overflow:hidden;width:1200px}.explore-header{align-items:center;background:linear-gradient(135deg,#0ea5e9,#06b6d4);border-bottom:1px solid #e2e8f0;color:#fff;display:flex;justify-content:space-between;padding:2rem}.explore-title-section{align-items:center;display:flex;flex:1 1;gap:1rem}.explore-title-icon{flex-shrink:0;height:2rem;width:2rem}.explore-title-text{display:flex;flex-direction:column;gap:.25rem;min-width:0}.explore-title{font-size:1.75rem;font-weight:700;line-height:1.2;margin:0}.explore-subtitle{font-size:.875rem;line-height:1.3;margin:0;opacity:.9}.close-button{align-items:center;aspect-ratio:1;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);background:#ffffff40;border:1px solid #ffffff4d;border-radius:50%;box-shadow:0 2px 8px #0000001a;color:#fff;cursor:pointer;display:flex;flex-shrink:0;height:2.5rem;justify-content:center;transition:all .2s;width:2.5rem}.close-button:hover{background:#fff6;transform:scale(1.05)}.close-button svg{height:1.5rem;width:1.5rem}.explore-tabs{-webkit-overflow-scrolling:touch;-ms-overflow-style:none;background:#fff;border-bottom:1px solid #e2e8f0;display:flex;overflow-x:auto;scrollbar-width:none}.explore-tabs::-webkit-scrollbar{display:none}.explore-tab{background:none;border:none;border-bottom:3px solid #0000;color:#64748b;cursor:pointer;flex:1 1;font-size:.875rem;font-weight:500;min-width:-webkit-fit-content;min-width:fit-content;padding:1rem 1.5rem;transition:all .2s;white-space:nowrap}.explore-tab:hover{background:#0ea5e90d;color:#0ea5e9}.explore-tab.active{background:#fff;border-bottom-color:#0ea5e9;color:#0ea5e9}.explore-content{flex:1 1;overflow-y:auto;padding:2rem}.tour-types-grid{grid-gap:1.5rem;display:grid;gap:1.5rem;grid-template-columns:repeat(auto-fit,minmax(300px,1fr))}.tour-type-card{background:#fff;border-radius:1rem;box-shadow:0 2px 8px #0000001a;cursor:pointer;display:flex;flex-direction:column;overflow:hidden;transition:all .2s}.tour-type-card:hover{border-color:#0ea5e9;box-shadow:0 8px 25px #00000026;transform:translateY(-2px)}.tour-type-image-container{height:160px;overflow:hidden;position:relative;width:100%}.tour-type-image{height:100%;object-fit:cover;transition:transform .3s ease;width:100%}.tour-type-card:hover .tour-type-image{transform:scale(1.05)}.tour-type-overlay{align-items:flex-end;background:linear-gradient(135deg,#0ea5e933,#06b6d433);bottom:0;display:flex;justify-content:flex-end;left:0;padding:1rem;position:absolute;right:0;top:0}.tour-type-icon-badge{align-items:center;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);background:#ffffffe6;border-radius:50%;box-shadow:0 2px 8px #0000001a;display:flex;height:2.5rem;justify-content:center;width:2.5rem}.tour-type-emoji{font-size:1.25rem}.tour-type-placeholder{align-items:center;background:linear-gradient(135deg,#f1f5f9,#e2e8f0);display:flex;height:100%;justify-content:center;width:100%}.placeholder-emoji{font-size:3rem;opacity:.6}.tour-type-content{display:flex;flex:1 1;flex-direction:column;gap:1rem;padding:1.5rem}.tour-type-header{align-items:flex-start;display:flex;justify-content:space-between;margin-bottom:.5rem}.tour-type-name{color:#1e293b;font-size:1.25rem;font-weight:700;line-height:1.3;margin:0}.tour-type-description{color:#64748b;font-size:.875rem;line-height:1.6;margin:0}.tour-type-badge span{border-radius:1rem;font-size:.75rem;font-weight:500;padding:.25rem .75rem}.tour-destinations-header{align-items:center;display:flex;gap:2rem;margin-bottom:2rem}.back-button{background:none;border:none;border-radius:.5rem;color:#0ea5e9;cursor:pointer;font-weight:500;padding:.5rem 1rem;transition:all .2s}.back-button:hover{background:#0ea5e90d}.selected-tour-info{align-items:center;display:flex;gap:.75rem}.selected-tour-icon{font-size:1.5rem}.selected-tour-info h3{color:#1e293b;font-size:1.25rem;font-weight:700;margin:0}.destinations-grid{grid-gap:1.5rem;display:grid;gap:1.5rem;grid-template-columns:repeat(auto-fit,minmax(300px,1fr))}.destination-card{background:#fff;border-radius:1rem;box-shadow:0 2px 8px #0000001a;cursor:pointer;overflow:hidden;transition:all .2s}.destination-card:hover{box-shadow:0 8px 25px #00000026;transform:translateY(-2px)}.destination-image{height:200px;overflow:hidden;position:relative}.destination-image img{height:100%;object-fit:cover;transition:all .3s;width:100%}.destination-card:hover .destination-image img{transform:scale(1.05)}.destination-overlay{align-items:center;background:#ffffffe6;border-radius:50%;display:flex;height:2.5rem;justify-content:center;opacity:0;position:absolute;right:1rem;top:1rem;transition:all .2s;width:2.5rem}.destination-card:hover .destination-overlay{opacity:1}.destination-arrow{color:#0ea5e9;height:1.25rem;width:1.25rem}.destination-info{padding:1.5rem}.destination-name{color:#1e293b;font-size:1.125rem;font-weight:700;margin:0 0 .5rem}.destination-highlight{color:#64748b;line-height:1.5;margin-bottom:.75rem}.destination-photographer{color:#9ca3af;font-size:.75rem;font-style:italic}.continents-grid{grid-gap:1.5rem;display:grid;gap:1.5rem;grid-template-columns:repeat(auto-fit,minmax(350px,1fr))}.continent-card{background:#fff;border-radius:1rem;box-shadow:0 2px 8px #0000001a;cursor:pointer;display:flex;flex-direction:column;overflow:hidden;transition:all .2s}.continent-card:hover{border-color:#0ea5e9;box-shadow:0 8px 25px #00000026;transform:translateY(-2px)}.continent-image-container{height:180px;overflow:hidden;position:relative;width:100%}.continent-image{height:100%;object-fit:cover;transition:transform .3s ease;width:100%}.continent-card:hover .continent-image{transform:scale(1.05)}.continent-overlay{align-items:flex-end;background:linear-gradient(135deg,#0ea5e94d,#06b6d44d);bottom:0;display:flex;justify-content:flex-end;left:0;padding:1rem;position:absolute;right:0;top:0}.continent-icon-badge{align-items:center;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);background:#ffffffe6;border-radius:50%;box-shadow:0 2px 12px #0003;display:flex;height:3rem;justify-content:center;width:3rem}.continent-emoji{font-size:1.5rem}.continent-content{display:flex;flex:1 1;flex-direction:column;gap:1rem;padding:1.5rem}.continent-header{align-items:flex-start;display:flex;justify-content:space-between;margin-bottom:.5rem}.continent-name{color:#1e293b;font-size:1.25rem;font-weight:700;line-height:1.3;margin:0}.continent-countries{background:#0ea5e90d;border-radius:1rem;color:#64748b;font-size:.875rem;font-weight:500;padding:.25rem .75rem}.continent-description{color:#64748b;font-size:.875rem;line-height:1.5;margin:0 0 1rem}.continent-preview{display:flex;flex-wrap:wrap;gap:.5rem}.preview-country{background:#0ea5e90d;color:#0ea5e9}.preview-country,.preview-more{border-radius:1rem;font-size:.75rem;font-weight:500;padding:.25rem .75rem}.preview-more{background:#0ea5e9;color:#fff}.continent-countries-header{align-items:center;display:flex;gap:2rem;margin-bottom:2rem}.selected-continent-info{align-items:center;display:flex;gap:.75rem}.selected-continent-icon{color:#0ea5e9;height:1.5rem;width:1.5rem}.countries-grid{grid-gap:1.5rem;display:grid;gap:1.5rem;grid-template-columns:repeat(auto-fit,minmax(300px,1fr))}.country-card{background:#fff;border-radius:1rem;box-shadow:0 2px 8px #0000001a;cursor:pointer;display:flex;flex-direction:column;overflow:hidden;transition:all .2s}.country-card:hover{border-color:#0ea5e9;box-shadow:0 8px 25px #00000026;transform:translateY(-2px)}.country-image-container{height:160px;overflow:hidden;position:relative;width:100%}.country-image{height:100%;object-fit:cover;transition:transform .3s ease;width:100%}.country-card:hover .country-image{transform:scale(1.05)}.country-flag{-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);background:#ffffffe6;border-radius:50%;box-shadow:0 2px 8px #0000001a;font-size:1.25rem;height:2.5rem;position:absolute;right:.75rem;top:.75rem;width:2.5rem}.country-flag,.country-placeholder{align-items:center;display:flex;justify-content:center}.country-placeholder{background:linear-gradient(135deg,#f1f5f9,#e2e8f0);height:100%;width:100%}.placeholder-icon{color:#94a3b8;height:3rem;width:3rem}.country-content{display:flex;flex:1 1;flex-direction:column;gap:1rem;padding:1.5rem}.country-header{align-items:flex-start;display:flex;justify-content:space-between;margin-bottom:1rem}.country-name{color:#1e293b;font-size:1.25rem;font-weight:700;margin:0}.country-specialty{background:#e0f2fe;border-radius:1rem;color:#0c4a6e;font-size:.75rem;font-weight:500;padding:.25rem .75rem}.country-cities strong{color:#0ea5e9;font-size:.875rem}.cities-list{display:flex;flex-wrap:wrap;gap:.5rem;margin-top:.5rem}.city-tag{background:#0ea5e90d;border-radius:1rem;color:#0ea5e9;font-size:.75rem;font-weight:500;padding:.25rem .75rem}.budget-ranges-grid{grid-gap:1.5rem;display:grid;gap:1.5rem;grid-template-columns:repeat(auto-fit,minmax(320px,1fr))}.budget-card{background:#fff;border-radius:1rem;box-shadow:0 2px 8px #0000001a;display:flex;flex-direction:column;overflow:hidden;transition:all .2s}.budget-card:hover{border-color:#0ea5e9;box-shadow:0 8px 25px #00000026;transform:translateY(-2px)}.budget-image-container{height:160px;overflow:hidden;position:relative;width:100%}.budget-image{height:100%;object-fit:cover;transition:transform .3s ease;width:100%}.budget-card:hover .budget-image{transform:scale(1.05)}.budget-overlay{align-items:flex-end;background:linear-gradient(135deg,#0ea5e933,#06b6d433);bottom:0;display:flex;justify-content:flex-end;left:0;padding:1rem;position:absolute;right:0;top:0}.budget-icon-badge{align-items:center;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);background:#ffffffe6;border-radius:50%;box-shadow:0 2px 8px #0000001a;display:flex;height:2.5rem;justify-content:center;width:2.5rem}.budget-emoji{font-size:1.25rem}.budget-content{flex:1 1;gap:1rem;padding:1.5rem}.budget-content,.budget-header{display:flex;flex-direction:column}.budget-header{align-items:center;gap:.5rem;margin-bottom:1rem}.budget-icon{font-size:2rem}.budget-name{color:#1e293b;font-size:1.25rem;font-weight:700;margin:0}.budget-range{color:#0ea5e9;font-size:1.125rem;font-weight:600;margin-bottom:.75rem}.budget-description{color:#64748b;line-height:1.5;margin-bottom:1.5rem}.budget-select-button{background:linear-gradient(135deg,#0ea5e9,#06b6d4);border:none;border-radius:.75rem;color:#fff;cursor:pointer;font-weight:500;padding:.75rem 1.5rem;transition:all .2s;width:100%}.budget-select-button:hover{box-shadow:0 4px 12px #667eea66;transform:translateY(-1px)}.budget-features{display:flex;flex-wrap:wrap;gap:.5rem;margin:.5rem 0}.budget-feature{background:#0ea5e90d;border-radius:1rem;color:#475569;font-size:.75rem;font-weight:500;padding:.25rem .75rem}@media (max-width:768px){.explore-modal{border-radius:1rem;height:90vh;margin:.5rem;width:calc(100vw - 1rem)}.explore-header{padding:1rem 1.5rem;position:relative}.explore-title-section{align-items:center;flex:1 1;flex-direction:row;gap:.75rem;margin-right:3rem}.explore-title-text{flex:1 1;min-width:0}.explore-title{font-size:1.25rem;line-height:1.3}.explore-subtitle{font-size:.8rem;line-height:1.2}.explore-title-icon{height:1.5rem;width:1.5rem}.close-button{aspect-ratio:1;background:#ffffff4d;border:1px solid #fff6;border-radius:50%;flex-shrink:0;height:2.5rem;position:absolute;right:1rem;top:1rem;width:2.5rem}.close-button svg{height:1.5rem;width:1.5rem}.explore-tabs{-webkit-overflow-scrolling:touch;overflow-x:auto}.explore-tab{flex-shrink:0;font-size:.875rem;min-width:-webkit-fit-content;min-width:fit-content;padding:.75rem 1rem;white-space:nowrap}.explore-content{padding:1rem}.budget-ranges-grid,.continents-grid,.countries-grid,.destinations-grid,.tour-types-grid{gap:1rem;grid-template-columns:1fr}.budget-image-container{height:140px}.budget-icon-badge{height:2rem;width:2rem}.budget-emoji{font-size:1rem}.budget-content{padding:1rem}.budget-features{gap:.25rem}.budget-feature{font-size:.7rem;padding:.2rem .5rem}.continent-image-container{height:160px}.continent-icon-badge{height:2.5rem;width:2.5rem}.continent-emoji{font-size:1.25rem}.continent-content{padding:1rem}.country-image-container{height:140px}.country-flag{font-size:1rem;height:2rem;width:2rem}.country-content{padding:1rem}.explore-button{height:100px;max-width:280px;padding:.75rem 1rem;width:100%}.explore-button span{font-size:1rem}.explore-button-icon{height:2rem;width:2rem}.explore-button-subtitle,.prompt-button{font-size:.75rem}.prompt-button{gap:.375rem;padding:.5rem .75rem}.prompt-icon{height:1rem;width:1rem}.continent-countries-header,.tour-destinations-header{align-items:flex-start;flex-direction:column;gap:1rem}}@media (max-width:480px){.explore-modal{border-radius:0;height:100vh;margin:0;width:100vw}.explore-header{padding:1rem}.explore-title{font-size:1.125rem}.explore-subtitle{font-size:.75rem}.explore-content{padding:.75rem}}@media (max-width:420px){.explore-modal{border-radius:0;height:100vh;margin:0;width:100vw}.explore-header{padding:.75rem;position:relative}.explore-title-section{margin-right:2.5rem}.explore-title{font-size:1rem}.explore-subtitle{font-size:.7rem}.explore-title-icon{height:1.25rem;width:1.25rem}.close-button{aspect-ratio:1;background:#fff6;border:1px solid #ffffff80;border-radius:50%;flex-shrink:0;height:2rem;position:absolute;right:.75rem;top:.75rem;width:2rem}.close-button svg{height:1.25rem;width:1.25rem}.explore-content{padding:.5rem}.explore-tab{font-size:.8rem;padding:.5rem .75rem}.tour-types-grid{gap:.5rem}.tour-type-image-container{height:120px}.tour-type-content{padding:.75rem}.tour-type-name{font-size:1rem}.tour-type-description{font-size:.75rem}.tour-type-icon-badge{height:1.75rem;width:1.75rem}.tour-type-emoji{font-size:.875rem}.continents-grid{gap:.5rem}.continent-image-container{height:120px}.continent-name{font-size:1rem}.continent-description{font-size:.75rem}.countries-grid{gap:.5rem}.country-image-container{height:120px}.country-content{padding:.75rem}.country-name{font-size:1rem}.country-specialty{font-size:.75rem}.budget-ranges-grid{gap:.5rem}.budget-image-container{height:120px}.budget-content{padding:.75rem}.budget-name{font-size:1rem}.budget-description{font-size:.75rem}.budget-feature{font-size:.65rem;padding:.15rem .4rem}.tour-types-grid{gap:.75rem}.tour-type-image-container{height:140px}.tour-type-icon-badge{height:2rem;width:2rem}.tour-type-emoji{font-size:1rem}.tour-type-content{padding:1rem}.tour-type-name{font-size:1.125rem}.tour-type-description{font-size:.8rem}.placeholder-emoji{font-size:2.5rem}.continents-grid{gap:.75rem}.continent-image-container{height:140px}.continent-content{padding:.75rem}.continent-name{font-size:1.125rem}.continent-description{font-size:.8rem}.continent-icon-badge{height:2.5rem;width:2.5rem}.continent-emoji{font-size:1.25rem}.explore-button{height:90px;padding:.5rem}.explore-button span{font-size:.9rem}.explore-button-subtitle{font-size:.7rem}}.health-safety-section,.metadata-section,.tech-section{background:#fff;border-left:4px solid #0ea5e9;border-radius:1rem;border-bottom-left-radius:1rem;border-top-left-radius:1rem;box-shadow:0 1px 3px #0000001a;margin-bottom:2rem;padding:2rem}.metadata-grid{grid-gap:1rem;display:grid;gap:1rem;grid-template-columns:repeat(auto-fit,minmax(200px,1fr))}.metadata-card{background:#fff;border-left:4px solid #0ea5e9;border-radius:.75rem;padding:1rem}.metadata-label{color:#64748b;display:block;font-size:.875rem;font-weight:600;margin-bottom:.25rem}.metadata-value{color:#1e293b;font-size:1rem;font-weight:500;text-transform:capitalize}.safety-content{grid-gap:1.5rem;display:grid;gap:1.5rem}@media (min-width:768px){.safety-content{grid-template-columns:1fr 1fr}}.emergency-contacts h3,.safety-guidelines h3{color:#0ea5e9;font-size:1rem;font-weight:600;margin-bottom:.75rem}.safety-guidelines ul{list-style:none;padding:0}.safety-guidelines li{border-bottom:1px solid #f1f5f9;color:#64748b;font-size:.875rem;padding:.5rem 0}.safety-guidelines li:last-child{border-bottom:none}.hospitals-list{display:flex;flex-direction:column;gap:.75rem}.hospital-card{background:#fef3c7;border-left:4px solid #f59e0b;border-radius:.75rem;padding:1rem}.hospital-card h4{color:#92400e;font-size:.875rem;font-weight:600;margin-bottom:.25rem}.hospital-card p{color:#78350f;font-size:.75rem;margin-bottom:.25rem}.hospital-distance{color:#a16207;font-size:.75rem;font-weight:500}.tech-content{display:flex;flex-direction:column;gap:1.5rem}.sim-cards h3{color:#0ea5e9;font-size:1rem;font-weight:600;margin-bottom:.75rem}.sim-grid{grid-gap:1rem;display:grid;gap:1rem;grid-template-columns:repeat(auto-fit,minmax(200px,1fr))}.sim-card{background:#e0f2fe;border-left:4px solid #0284c7}.sim-card h4{color:#0c4a6e;font-size:.875rem;font-weight:600;margin-bottom:.5rem}.sim-card p{color:#075985;font-size:.75rem;margin-bottom:.5rem}.sim-cost{color:#0284c7;font-size:.875rem;font-weight:700}@media (max-width:768px){.health-safety-section,.metadata-section,.tech-section{padding:1.5rem}.metadata-grid,.safety-content,.sim-grid{grid-template-columns:1fr}}.day-theme{color:#0ea5e9;font-size:.875rem;font-style:italic;margin:.25rem 0 0}.accessibility-info{display:flex;flex-direction:column;gap:.5rem}.accessibility-item{color:#059669;font-size:.875rem;padding:.25rem 0}.dietary-info{display:flex;flex-direction:column;gap:.5rem}.dietary-item{align-items:center;border-radius:.5rem;display:flex;font-size:.875rem;justify-content:space-between;padding:.5rem}.dietary-item.available{background:#dcfce7;color:#166534}.dietary-item.not-available{background:#fecaca;color:#b91c1c}.dietary-item.limited{background:#fef3c7;color:#92400e}.diet-name{font-weight:500;text-transform:capitalize}.allergy-info{display:flex;flex-direction:column;gap:.5rem}.allergy-item{align-items:center;border-radius:.5rem;display:flex;font-size:.875rem;justify-content:space-between;padding:.5rem}.allergy-item.high-risk{background:#fecaca;color:#b91c1c}.allergy-item.low-risk{background:#fef3c7;color:#92400e}.allergy-item.minimal-use{background:#dcfce7;color:#166534}.allergen-name{font-weight:500;text-transform:capitalize}.cultural-context{display:flex;flex-direction:column;gap:1rem}.etiquette-list{gap:.5rem}.etiquette-item{background:#fed7aa;color:#7c2d12}.dress-code,.etiquette-item{font-size:.875rem;padding:.5rem}.dress-code{background:#0ea5e914;border-radius:.5rem;color:#0ea5e9}.entry-fees{display:flex;flex-direction:column;gap:.5rem}.fee-item{align-items:center;background:#e0f2fe;border-radius:.5rem;color:#0c4a6e;display:flex;font-size:.875rem;justify-content:space-between;padding:.5rem}.fee-item span:last-child{font-weight:600}.travel-info{background:#0000;display:flex;flex-direction:column;gap:1rem;min-height:calc(100vh - 200px);overflow-x:hidden;padding:1rem;position:relative}.travel-info>*{animation:slideInUp .4s ease-out forwards;opacity:0;transform:translateY(20px)}.travel-info>:first-child{animation-delay:.1s}.travel-info>:nth-child(2){animation-delay:.2s}.travel-info>:nth-child(3){animation-delay:.3s}.travel-info>:nth-child(4){animation-delay:.4s}.travel-info>:nth-child(5){animation-delay:.5s}h1,h2,h3,h4,h5,h6{font-weight:700;font-weight:var(--font-bold);letter-spacing:-.02em;line-height:1.3}div,h1,h2,h3,h4,h5,h6,p,span{color:#1e293b;color:var(--text-primary);font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,system-ui,sans-serif;font-family:var(--font-primary)}div,p,span{line-height:1.6}.text-small{font-size:.875rem;font-size:var(--font-sm);font-weight:400;font-weight:var(--font-normal);line-height:1.5}.text-large{font-size:1.125rem;font-size:var(--font-lg);line-height:1.4}.text-large,button{font-weight:500;font-weight:var(--font-medium)}button{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,system-ui,sans-serif;font-family:var(--font-primary);letter-spacing:.01em}.currency-toggle-section{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#fffffff2;border:1px solid #fff3;border-radius:16px;box-shadow:0 4px 20px #00000014;margin:0;overflow:hidden;padding:1.5rem;position:relative;transition:all .3s ease}.currency-toggle-section:before{background:linear-gradient(135deg,#0ea5e9,#06b6d4);border-radius:0 4px 4px 0;content:"";height:100%;left:0;position:absolute;top:0;width:4px}.currency-toggle-section:hover{box-shadow:0 8px 30px #0000001f;transform:translateY(-2px)}@media (min-width:640px){.currency-toggle-section{border-radius:20px;padding:2rem}}.currency-toggle-header{align-items:center;display:flex;gap:.75rem;margin-bottom:1.25rem}.toggle-icon{color:#0ea5e9;color:var(--primary-color);height:1.25rem;transition:all .3s ease;width:1.25rem}.toggle-title{color:#1e293b;color:var(--text-primary);font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,system-ui,sans-serif;font-family:var(--font-primary);font-size:1.25rem;font-size:var(--font-xl);font-weight:700;font-weight:var(--font-bold);letter-spacing:-.02em;line-height:1.3;margin:0}.currency-toggle-header:hover .toggle-icon{color:#06b6d4;transform:scale(1.1)}@media (min-width:640px){.toggle-title{font-size:1.5rem;font-size:var(--font-2xl);font-weight:800;font-weight:var(--font-extrabold)}.toggle-icon{height:1.5rem;width:1.5rem}.currency-toggle-header{margin-bottom:1.5rem}}.currency-buttons{display:flex;gap:.375rem;width:100%}@media (min-width:640px){.currency-buttons{gap:.5rem}}.currency-button{align-items:center;-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px);background:#f8fafccc;border:1px solid #0ea5e91a;border-radius:8px;cursor:pointer;display:flex;flex:1 1;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,system-ui,sans-serif;font-family:var(--font-primary);gap:.5rem;justify-content:center;min-height:44px;overflow:hidden;padding:.75rem 1rem;position:relative;text-align:center;transition:all .3s ease}.currency-button:before{background:linear-gradient(135deg,#0ea5e90d,#06b6d40d);bottom:0;content:"";left:0;opacity:0;position:absolute;right:0;top:0;transition:opacity .2s ease}.currency-button:hover:before{opacity:1}@media (min-width:640px){.currency-button{border-radius:24px;gap:.5rem;min-height:32px;padding:.4375rem .75rem}}.currency-button:hover{background:#fffffff2;border-color:#0ea5e933;box-shadow:0 4px 20px #0000001a;transform:translateY(-1px)}.currency-button.active{background:#0ea5e91a;border-color:#0ea5e9;border-color:var(--primary-color);box-shadow:0 4px 20px #0ea5e933;position:relative}.currency-button.active:before{background:linear-gradient(135deg,#0ea5e9,#06b6d4);border-radius:0 3px 3px 0;content:"";height:100%;left:0;position:absolute;top:0;width:3px}.currency-symbol{color:#0ea5e9;color:var(--primary-color);flex-shrink:0;font-size:1.125rem;font-weight:700;font-weight:var(--font-bold);min-width:1.25rem}.currency-info,.currency-symbol{position:relative;text-align:center;z-index:1}.currency-info{align-items:center;display:flex;flex:1 1;flex-direction:column;min-width:0}.currency-code{color:#1e293b;color:var(--text-primary);font-size:.875rem;font-size:var(--font-sm);font-weight:600;font-weight:var(--font-semibold);line-height:1.2;margin-bottom:.125rem}.currency-name{color:#64748b;color:var(--text-secondary);font-size:.75rem;font-size:var(--font-xs);font-weight:400;font-weight:var(--font-normal);line-height:1.3;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}@media (min-width:640px){.currency-symbol{font-size:1.25rem;min-width:1.5rem}.currency-code{font-size:1rem;font-size:var(--font-base)}.currency-name{font-size:.875rem;font-size:var(--font-sm)}}.active-indicator{color:#0ea5e9;color:var(--primary-color);flex-shrink:0;font-size:.875rem;font-weight:700;font-weight:var(--font-bold);position:relative;z-index:1}@media (min-width:640px){.active-indicator{font-size:1rem}}.exchange-rate-info{background:#0ea5e90d;border-left:3px solid #0ea5e9;border-left:3px solid var(--primary-color);border-radius:8px;margin-top:1rem;padding:.875rem;text-align:center}.rate-text{color:#1e293b;color:var(--text-primary);font-size:.875rem;font-size:var(--font-sm);font-weight:500;font-weight:var(--font-medium);margin:0 0 .25rem}.rate-disclaimer,.rate-text{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,system-ui,sans-serif;font-family:var(--font-primary)}.rate-disclaimer{color:#64748b;color:var(--text-secondary);font-size:.75rem;font-size:var(--font-xs);font-style:italic;font-weight:400;font-weight:var(--font-normal);margin:0}.daily-overview-section{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#fffffff2;border:1px solid #fff3;border-radius:16px;box-shadow:0 4px 20px #00000014;margin:0;overflow:hidden;padding:1.5rem;position:relative;transition:all .3s ease}.daily-overview-section:before{background:linear-gradient(135deg,#0ea5e9,#06b6d4);border-radius:0 4px 4px 0;content:"";height:100%;left:0;position:absolute;top:0;width:4px}.daily-overview-section:hover{box-shadow:0 8px 30px #0000001f;transform:translateY(-2px)}@media (min-width:640px){.daily-overview-section{border-radius:20px;padding:2rem}}.daily-cards{grid-gap:1rem;display:grid;gap:1rem;grid-template-columns:1fr}@media (min-width:640px){.daily-cards{gap:1.5rem;grid-template-columns:repeat(auto-fit,minmax(280px,1fr))}}.daily-overview-card{-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px);background:#ffffffe6;border:1px solid #0ea5e933;border-radius:12px;box-shadow:0 2px 12px #0000000f;cursor:pointer;padding:1.25rem;position:relative;transition:all .3s ease}.daily-overview-card:before{background:linear-gradient(135deg,#0ea5e9,#06b6d4);border-radius:0 3px 3px 0;content:"";height:100%;left:0;position:absolute;top:0;width:3px}.daily-overview-card:hover{border-color:#0ea5e9;border-color:var(--primary-color);box-shadow:0 6px 25px #0000001f;transform:translateY(-2px)}.daily-overview-card:focus{outline:2px solid #0ea5e9;outline:2px solid var(--primary-color);outline-offset:2px}.daily-overview-card:active{box-shadow:0 2px 12px #00000014;transform:translateY(0)}.day-header{align-items:center;border-bottom:1px solid #0ea5e91a;display:flex;justify-content:space-between;margin-bottom:.875rem;padding-bottom:.5rem}.day-number{color:#0ea5e9;color:var(--primary-color);font-size:1rem;font-size:var(--font-base);font-weight:700;font-weight:var(--font-bold)}.day-date,.day-number{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,system-ui,sans-serif;font-family:var(--font-primary)}.day-date{color:#64748b;color:var(--text-secondary);font-size:.875rem;font-size:var(--font-sm);font-weight:500;font-weight:var(--font-medium)}.day-activities{margin-bottom:.875rem}.activities-count{color:#1e293b;color:var(--text-primary);font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,system-ui,sans-serif;font-family:var(--font-primary);font-size:.875rem;font-size:var(--font-sm);font-weight:600;font-weight:var(--font-semibold);margin:0 0 .5rem}.activity-types{display:flex;flex-wrap:wrap;gap:.375rem}.activity-type{background:#0ea5e91a;border:1px solid #0ea5e933;border-radius:4px;color:#0ea5e9;color:var(--primary-color);padding:.25rem .5rem}.activity-more,.activity-type{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,system-ui,sans-serif;font-family:var(--font-primary);font-size:.75rem;font-size:var(--font-xs);font-weight:500;font-weight:var(--font-medium)}.activity-more{color:#64748b;color:var(--text-secondary);font-style:italic}.day-weather{align-items:center;background:#0ea5e90d;border-radius:6px;display:flex;justify-content:space-between;margin-bottom:.875rem;padding:.5rem}.weather-temp{color:#0ea5e9;color:var(--primary-color);font-size:.875rem;font-size:var(--font-sm);font-weight:600;font-weight:var(--font-semibold)}.weather-desc,.weather-temp{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,system-ui,sans-serif;font-family:var(--font-primary)}.weather-desc{color:#64748b;color:var(--text-secondary);font-size:.75rem;font-size:var(--font-xs);font-weight:400;font-weight:var(--font-normal);text-transform:capitalize}.day-cost{align-items:center;border-top:1px solid #0ea5e91a;display:flex;justify-content:space-between;padding-top:.5rem}.cost-label{color:#64748b;color:var(--text-secondary);font-size:.875rem;font-size:var(--font-sm);font-weight:500;font-weight:var(--font-medium)}.cost-amount,.cost-label{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,system-ui,sans-serif;font-family:var(--font-primary)}.cost-amount{color:#10b981;font-size:1rem;font-size:var(--font-base);font-weight:700;font-weight:var(--font-bold)}.country-essentials-section,.emergency-contacts-section,.seasonal-context-section{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#fffffff2;border:1px solid #fff3;border-radius:16px;box-shadow:0 4px 20px #00000014;margin:0;overflow:hidden;padding:1.5rem;position:relative;transition:all .3s ease}.country-essentials-section:before,.emergency-contacts-section:before,.seasonal-context-section:before{background:linear-gradient(135deg,#0ea5e9,#06b6d4);border-radius:0 4px 4px 0;content:"";height:100%;left:0;position:absolute;top:0;width:4px}.country-essentials-section:hover,.emergency-contacts-section:hover,.seasonal-context-section:hover{box-shadow:0 8px 30px #0000001f;transform:translateY(-2px)}@media (min-width:640px){.country-essentials-section,.emergency-contacts-section,.seasonal-context-section{border-radius:20px;padding:2rem}}.essentials-grid{grid-gap:.75rem;display:grid;gap:.75rem;grid-template-columns:1fr}@media (min-width:640px){.essentials-grid{gap:1rem;grid-template-columns:repeat(2,1fr)}}@media (min-width:1024px){.essentials-grid{gap:1.25rem;grid-template-columns:repeat(3,1fr)}}.essential-card{align-items:center;-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px);background:#f8fafccc;border:1px solid #0ea5e91a;border-radius:8px;display:flex;justify-content:space-between;padding:.75rem 1rem;transition:all .3s ease}.essential-card:hover{background:#fffffff2;box-shadow:0 2px 8px #0ea5e926;transform:translateX(2px)}.essential-card.climate-card{border-left-color:#10b981;grid-column:1/-1}.essential-label{color:#0ea5e9;color:var(--primary-color);flex-shrink:0;font-weight:500;font-weight:var(--font-medium)}.essential-label,.essential-value{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,system-ui,sans-serif;font-family:var(--font-primary);font-size:.875rem;font-size:var(--font-sm)}.essential-value{color:#1e293b;color:var(--text-primary);flex:1 1;font-weight:600;font-weight:var(--font-semibold);margin-left:.5rem;text-align:right}.emergency-contacts-grid{grid-gap:.75rem;display:grid;gap:.75rem;grid-template-columns:1fr}@media (min-width:640px){.emergency-contacts-grid{gap:1rem;grid-template-columns:repeat(auto-fit,minmax(180px,1fr))}}.emergency-contact-card{background:#ef44440d;border:1px solid #ef44441a;border-radius:8px;display:flex;flex-direction:column;gap:.375rem;padding:1rem;transition:all .3s ease}.emergency-contact-card:hover{background:#ef444414;box-shadow:0 4px 12px #ef444426;transform:translateY(-1px)}.service-name{color:#dc2626;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,system-ui,sans-serif;font-family:var(--font-primary);font-size:.875rem;font-size:var(--font-sm);font-weight:600;font-weight:var(--font-semibold)}.contact-number{background:#ef44441a;border-radius:4px;color:#1e293b;color:var(--text-primary);font-family:JetBrains Mono,SF Mono,Monaco,Cascadia Code,Roboto Mono,Consolas,Courier New,monospace;font-family:var(--font-mono);font-size:1rem;font-size:var(--font-base);font-weight:700;font-weight:var(--font-bold);padding:.25rem .5rem;text-align:center}.seasonal-context-grid{grid-gap:.75rem;display:grid;gap:.75rem;grid-template-columns:1fr}@media (min-width:640px){.seasonal-context-grid{gap:1rem;grid-template-columns:repeat(2,1fr)}}.seasonal-context-card{background:#10b9810d;border:1px solid #10b9811a;border-radius:8px;display:flex;flex-direction:column;gap:.5rem;padding:1rem;transition:all .3s ease}.seasonal-context-card:hover{background:#10b98114;box-shadow:0 4px 12px #10b98126;transform:translateY(-1px)}.season-name{align-items:center;color:#059669;display:flex;font-size:1rem;font-size:var(--font-base);font-weight:700;font-weight:var(--font-bold);gap:.5rem}.season-description,.season-name{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,system-ui,sans-serif;font-family:var(--font-primary)}.season-description{color:var(--text-secondary);font-size:.875rem;font-size:var(--font-sm);font-weight:400;font-weight:var(--font-normal);line-height:1.5}.emergency-icon,.seasonal-icon{font-size:1.25rem;margin-right:.25rem}@media (min-width:640px){.emergency-icon,.seasonal-icon{font-size:1.5rem}}.click-hint{margin-top:.75rem;opacity:0;text-align:center;transition:opacity .3s ease}.daily-overview-card:hover .click-hint{opacity:1}.hint-text{background:#0ea5e91a;border:1px solid #0ea5e933;border-radius:4px;color:#0ea5e9;color:var(--primary-color);font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,system-ui,sans-serif;font-family:var(--font-primary);font-size:.75rem;font-size:var(--font-xs);font-weight:500;font-weight:var(--font-medium);padding:.25rem .5rem}.daily-itinerary{background:#0000;display:flex;flex-direction:column;gap:1rem;min-height:calc(100vh - 200px);overflow-x:hidden;padding:1rem;position:relative}.daily-itinerary>*{animation:slideInUp .4s ease-out forwards;opacity:0;transform:translateY(20px)}.daily-itinerary>:first-child{animation-delay:.1s}.daily-itinerary>:nth-child(2){animation-delay:.2s}.daily-itinerary>:nth-child(3){animation-delay:.3s}.daily-itinerary>:nth-child(4){animation-delay:.4s}.daily-itinerary>:nth-child(5){animation-delay:.5s}@media (min-width:640px){.daily-itinerary{gap:1.5rem;padding:1.5rem}}@media (min-width:768px){.daily-itinerary{gap:2rem;margin:0 auto;max-width:1200px;padding:2rem}}.day-navigation{align-items:center;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#fffffff2;border:1px solid #fff3;border-radius:16px;box-shadow:0 4px 20px #00000014;display:flex;justify-content:space-between;margin:0;overflow:hidden;padding:1.5rem;position:relative;transition:all .3s ease}.day-navigation:before{background:linear-gradient(135deg,#0ea5e9,#06b6d4);border-radius:0 4px 4px 0;content:"";height:100%;left:0;position:absolute;top:0;width:4px}.day-navigation:hover{box-shadow:0 8px 30px #0000001f;transform:translateY(-2px)}@media (min-width:640px){.day-navigation{border-radius:20px;padding:2rem}}.nav-button{align-items:center;background:#0ea5e91a;border:1px solid #0ea5e933;border-radius:50%;color:#0ea5e9;color:var(--primary-color);cursor:pointer;display:flex;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,system-ui,sans-serif;font-family:var(--font-primary);height:44px;justify-content:center;transition:all .3s ease;width:44px}.nav-button:hover:not(:disabled){background:#0ea5e9;background:var(--primary-color);box-shadow:0 4px 12px #0ea5e94d;color:#fff;transform:scale(1.05)}.nav-button:disabled{cursor:not-allowed;opacity:.3;transform:none}.nav-button svg{height:1.25rem;width:1.25rem}.day-selector{flex:1 1;margin:0 1rem;text-align:center}.day-title{align-items:center;color:#1e293b;color:var(--text-primary);display:flex;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,system-ui,sans-serif;font-family:var(--font-primary);font-size:1.25rem;font-size:var(--font-xl);font-weight:700;font-weight:var(--font-bold);gap:.5rem;justify-content:center;margin:0}.day-icon{color:#0ea5e9;color:var(--primary-color);height:1.25rem;width:1.25rem}.day-indicators{flex-wrap:wrap;gap:.5rem;margin:1.5rem 0}.day-indicator,.day-indicators{display:flex;justify-content:center}.day-indicator{align-items:center;background:#fffc;border:2px solid #0ea5e933;border-radius:50%;color:#0ea5e9;color:var(--primary-color);cursor:pointer;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,system-ui,sans-serif;font-family:var(--font-primary);font-size:.875rem;font-size:var(--font-sm);font-weight:600;font-weight:var(--font-semibold);height:36px;transition:all .3s ease;width:36px}.day-indicator:hover{background:#0ea5e91a;transform:scale(1.1)}.day-indicator.active,.day-indicator:hover{border-color:#0ea5e9;border-color:var(--primary-color)}.day-indicator.active{background:#0ea5e9;background:var(--primary-color);box-shadow:0 2px 8px #0ea5e94d;color:#fff}.accommodation-section,.daily-cost-summary,.specialized-tours-section,.timeline{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#fffffff2;border:1px solid #fff3;border-radius:16px;box-shadow:0 4px 20px #00000014;margin:0;overflow:hidden;padding:1.5rem;position:relative;transition:all .3s ease}.accommodation-section:before,.daily-cost-summary:before,.specialized-tours-section:before,.timeline:before{background:linear-gradient(135deg,#0ea5e9,#06b6d4);border-radius:0 4px 4px 0;content:"";height:100%;left:0;position:absolute;top:0;width:4px}.accommodation-section:hover,.daily-cost-summary:hover,.specialized-tours-section:hover,.timeline:hover{box-shadow:0 8px 30px #0000001f;transform:translateY(-2px)}@media (min-width:640px){.accommodation-section,.daily-cost-summary,.specialized-tours-section,.timeline{border-radius:20px;padding:2rem}}.timeline-header{align-items:center;display:flex;gap:.75rem;margin-bottom:1.5rem}.timeline-header h3{color:#1e293b;color:var(--text-primary);font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,system-ui,sans-serif;font-family:var(--font-primary);font-size:1.25rem;font-size:var(--font-xl);font-weight:700;font-weight:var(--font-bold);letter-spacing:-.02em;line-height:1.3;margin:0}.timeline-icon{color:#0ea5e9;color:var(--primary-color);height:1.25rem;transition:all .3s ease;width:1.25rem}@media (min-width:640px){.timeline-header h3{font-size:1.5rem;font-size:var(--font-2xl);font-weight:800;font-weight:var(--font-extrabold)}.timeline-icon{height:1.5rem;width:1.5rem}}.timeline-content{display:flex;flex-direction:column;gap:1.5rem}.timeline-item{display:flex;gap:1rem;position:relative}.timeline-time{align-items:center;display:flex;flex-direction:column;flex-shrink:0;gap:.5rem;min-width:80px}.time-label{background:#0ea5e91a;border:1px solid #0ea5e933;border-radius:6px;color:#0ea5e9;color:var(--primary-color);font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,system-ui,sans-serif;font-family:var(--font-primary);font-size:.875rem;font-size:var(--font-sm);font-weight:600;font-weight:var(--font-semibold);padding:.375rem .75rem;text-align:center}.timeline-dot{background:#0ea5e9;background:var(--primary-color);border:3px solid #ffffffe6;border-radius:50%;box-shadow:0 0 0 3px #0ea5e933;height:12px;width:12px}.timeline-content-item{display:flex;flex:1 1;flex-direction:column;gap:1rem}.activity-card{-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px);background:#ffffffe6;border:1px solid #0ea5e933;border-radius:12px;box-shadow:0 2px 12px #0000000f;padding:1.25rem;position:relative;transition:all .3s ease}.activity-card:before{background:linear-gradient(135deg,#0ea5e9,#06b6d4);border-radius:0 3px 3px 0;content:"";height:100%;left:0;position:absolute;top:0;width:3px}.activity-card:hover{box-shadow:0 4px 20px #0000001a;transform:translateY(-1px)}.accommodation-section h3{color:#1e293b;color:var(--text-primary);font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,system-ui,sans-serif;font-family:var(--font-primary);font-size:1.25rem;font-size:var(--font-xl);font-weight:700;font-weight:var(--font-bold);letter-spacing:-.02em;line-height:1.3;margin:0 0 1.5rem}@media (min-width:640px){.accommodation-section h3{font-size:1.5rem;font-size:var(--font-2xl);font-weight:800;font-weight:var(--font-extrabold)}}.daily-cost-summary .cost-card{background:#10b9810d;border:1px solid #10b98133;border-radius:12px;padding:1.5rem;text-align:center}.daily-cost-summary h3{color:#1e293b;color:var(--text-primary);font-size:1.125rem;font-size:var(--font-lg);font-weight:600;font-weight:var(--font-semibold);margin:0 0 1rem}.daily-cost-summary .amount,.daily-cost-summary h3{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,system-ui,sans-serif;font-family:var(--font-primary)}.daily-cost-summary .amount{color:#059669;font-size:1.5rem;font-size:var(--font-2xl);font-weight:800;font-weight:var(--font-extrabold);letter-spacing:-.02em}@media (min-width:640px){.daily-cost-summary .amount{font-size:1.875rem;font-size:var(--font-3xl)}}.weather-card{-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px);background:#ffffffe6;border:1px solid #0ea5e933;border-radius:12px;box-shadow:0 2px 12px #0000000f;padding:1.25rem;position:relative;transition:all .3s ease}.weather-card:before{background:linear-gradient(135deg,#0ea5e9,#06b6d4);border-radius:0 3px 3px 0;content:"";height:100%;left:0;position:absolute;top:0;width:3px}.weather-card:hover{box-shadow:0 4px 20px #0000001a;transform:translateY(-1px)}.weather-header{margin-bottom:1rem}.weather-title{color:#1e293b;color:var(--text-primary);font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,system-ui,sans-serif;font-family:var(--font-primary);font-size:1.125rem;font-size:var(--font-lg);font-weight:600;font-weight:var(--font-semibold);margin:0}.weather-main{align-items:center;display:flex;gap:1rem;margin-bottom:1rem}.weather-icon-section{align-items:center;display:flex;gap:.75rem}.weather-icon{font-size:2rem}.temperature{color:#1e293b;color:var(--text-primary);font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,system-ui,sans-serif;font-family:var(--font-primary);font-size:1.5rem;font-size:var(--font-2xl);font-weight:700;font-weight:var(--font-bold)}.temperature-unit{color:#64748b;color:var(--text-secondary);font-weight:400;font-weight:var(--font-normal)}.temperature-unit,.weather-description{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,system-ui,sans-serif;font-family:var(--font-primary);font-size:1rem;font-size:var(--font-base)}.weather-description{color:#1e293b;color:var(--text-primary);font-weight:500;font-weight:var(--font-medium)}.feels-like{color:#64748b;color:var(--text-secondary);font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,system-ui,sans-serif;font-family:var(--font-primary);font-size:.875rem;font-size:var(--font-sm);font-weight:400;font-weight:var(--font-normal)}.metric-grid{grid-gap:.75rem;display:grid;gap:.75rem;grid-template-columns:repeat(auto-fit,minmax(120px,1fr))}.metric-item{align-items:center;background:#f8fafccc;border:1px solid #0ea5e91a;border-radius:8px;display:flex;gap:.5rem;padding:.75rem}.metric-icon{font-size:1.125rem}.metric-content{display:flex;flex-direction:column;gap:.125rem}.metric-value{color:#1e293b;color:var(--text-primary);font-size:.875rem;font-size:var(--font-sm);font-weight:600;font-weight:var(--font-semibold)}.metric-label,.metric-value{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,system-ui,sans-serif;font-family:var(--font-primary)}.metric-label{color:#64748b;color:var(--text-secondary);font-size:.75rem;font-size:var(--font-xs);font-weight:400;font-weight:var(--font-normal)}.transportation-card{-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px);background:#ffffffe6;border:1px solid #0ea5e933;border-radius:12px;box-shadow:0 2px 12px #0000000f;margin:.75rem 0;padding:1.25rem;position:relative;transition:all .3s ease}.transportation-card:before{background:linear-gradient(135deg,#f59e0b,#d97706);border-radius:0 3px 3px 0;content:"";height:100%;left:0;position:absolute;top:0;width:3px}.transportation-card:hover{box-shadow:0 4px 20px #0000001a;transform:translateY(-1px)}.transportation-header{align-items:center;display:flex;justify-content:space-between;margin-bottom:1rem}.transport-route{align-items:center;display:flex;flex:1 1;gap:.75rem}.transport-from,.transport-to{color:#1e293b;color:var(--text-primary);font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,system-ui,sans-serif;font-family:var(--font-primary);font-size:.875rem;font-size:var(--font-sm);font-weight:500;font-weight:var(--font-medium)}.transport-arrow{color:#0ea5e9;color:var(--primary-color)}.transport-arrow svg{height:1rem;width:1rem}.transport-mode{align-items:center;display:flex;gap:.5rem}.mode-icon{font-size:1.125rem}.mode-text{color:#1e293b;color:var(--text-primary);font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,system-ui,sans-serif;font-family:var(--font-primary);font-size:.875rem;font-size:var(--font-sm);font-weight:500;font-weight:var(--font-medium);text-transform:capitalize}.budget-summary{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#fffffff2;border:1px solid #fff3;border-radius:16px;box-shadow:0 4px 20px #00000014;margin:1.5rem 0;overflow:hidden;padding:1.5rem;position:relative;transition:all .3s ease}.budget-summary:before{background:linear-gradient(135deg,#0ea5e9,#06b6d4);border-radius:0 4px 4px 0;content:"";height:100%;left:0;position:absolute;top:0;width:4px}.budget-summary:hover{box-shadow:0 8px 30px #0000001f;transform:translateY(-2px)}@media (min-width:640px){.budget-summary{border-radius:20px;padding:2rem}}.summary-card{background:#0000;border:none;margin:0;padding:0}.summary-card h3{align-items:center;color:#1e293b;color:var(--text-primary);display:flex;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,system-ui,sans-serif;font-family:var(--font-primary);font-size:1.25rem;font-size:var(--font-xl);font-weight:700;font-weight:var(--font-bold);gap:.5rem;letter-spacing:-.02em;line-height:1.3;margin:0 0 1.5rem}@media (min-width:640px){.summary-card h3{font-size:1.5rem;font-size:var(--font-2xl);font-weight:800;font-weight:var(--font-extrabold)}}.summary-stats{grid-gap:1rem;display:grid;gap:1rem;grid-template-columns:1fr}@media (min-width:640px){.summary-stats{gap:1.5rem;grid-template-columns:repeat(auto-fit,minmax(200px,1fr))}}.stat-item{align-items:center;-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px);background:#f8fafccc;border:1px solid #0ea5e91a;border-radius:8px;display:flex;justify-content:space-between;padding:1rem;transition:all .3s ease}.stat-item:hover{background:#fffffff2;box-shadow:0 2px 8px #0ea5e926;transform:translateX(2px)}.stat-item .stat-label{color:#0ea5e9;color:var(--primary-color);flex-shrink:0;font-size:.875rem;font-size:var(--font-sm);font-weight:500;font-weight:var(--font-medium)}.stat-item .stat-label,.stat-item .stat-value{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,system-ui,sans-serif;font-family:var(--font-primary)}.stat-item .stat-value{color:#1e293b;color:var(--text-primary);flex:1 1;font-size:1rem;font-size:var(--font-base);font-weight:600;font-weight:var(--font-semibold);margin-left:.5rem;text-align:right}@media (min-width:640px){.stat-item .stat-label{font-size:1rem;font-size:var(--font-base)}.stat-item .stat-value{font-size:1.125rem;font-size:var(--font-lg);font-weight:700;font-weight:var(--font-bold)}}.budget-tips{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#fffffff2;border:1px solid #fff3;border-radius:16px;box-shadow:0 4px 20px #00000014;margin:1.5rem 0;overflow:hidden;padding:1.5rem;position:relative;transition:all .3s ease}.budget-tips:before{background:linear-gradient(135deg,#0ea5e9,#06b6d4);border-radius:0 4px 4px 0;content:"";height:100%;left:0;position:absolute;top:0;width:4px}.budget-tips:hover{box-shadow:0 8px 30px #0000001f;transform:translateY(-2px)}@media (min-width:640px){.budget-tips{border-radius:20px;padding:2rem}}.tips-list{grid-gap:1rem;display:grid;gap:1rem;grid-template-columns:1fr}@media (min-width:640px){.tips-list{gap:1.5rem;grid-template-columns:repeat(auto-fit,minmax(300px,1fr))}}.tip-item{align-items:flex-start;-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px);background:#f8fafccc;border:1px solid #f59e0b1a;border-radius:12px;gap:1rem;padding:1.25rem;transition:all .3s ease}.tip-item:hover{background:#fffffff2;border-left-color:#d97706;box-shadow:0 4px 20px #f59e0b26;transform:translateY(-1px)}.tip-icon{align-items:center;background:#f59e0b1a;border-radius:50%;display:flex;flex-shrink:0;font-size:1.5rem;height:2rem;justify-content:center;margin-top:.125rem;width:2rem}.tip-content{display:flex;flex:1 1;flex-direction:column;gap:.5rem}.tip-content strong{color:#1e293b;color:var(--text-primary);font-size:1rem;font-size:var(--font-base);font-weight:600;font-weight:var(--font-semibold);line-height:1.4}.tip-content p,.tip-content strong{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,system-ui,sans-serif;font-family:var(--font-primary)}.tip-content p{color:#64748b;color:var(--text-secondary);font-size:.875rem;font-size:var(--font-sm);font-weight:400;font-weight:var(--font-normal);line-height:1.5;margin:0}@media (min-width:640px){.tip-content strong{font-size:1.125rem;font-size:var(--font-lg);font-weight:700;font-weight:var(--font-bold)}.tip-content p{font-size:1rem;font-size:var(--font-base)}}.budget-chart-section,.category-breakdown{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#fffffff2;border:1px solid #fff3;border-radius:16px;box-shadow:0 4px 20px #00000014;margin:1.5rem 0;overflow:hidden;padding:1.5rem;position:relative;transition:all .3s ease}.budget-chart-section:before,.category-breakdown:before{background:linear-gradient(135deg,#0ea5e9,#06b6d4);border-radius:0 4px 4px 0;content:"";height:100%;left:0;position:absolute;top:0;width:4px}.budget-chart-section:hover,.category-breakdown:hover{box-shadow:0 8px 30px #0000001f;transform:translateY(-2px)}@media (min-width:640px){.budget-chart-section,.category-breakdown{border-radius:20px;padding:2rem}}.budget-progress-chart{margin-bottom:1.5rem}.progress-bar-container{background:#f8fafccc;border-radius:6px;box-shadow:inset 0 1px 3px #0000001a;display:flex;height:12px;margin-bottom:.75rem;overflow:hidden}.progress-segment{transition:all .3s ease}.progress-segment:hover{filter:brightness(1.1)}.progress-labels{color:#64748b;color:var(--text-secondary);display:flex;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,system-ui,sans-serif;font-family:var(--font-primary);font-size:.75rem;font-size:var(--font-xs);font-weight:500;font-weight:var(--font-medium)}.progress-label{align-items:center;display:flex;justify-content:center;padding:.25rem}.category-list{grid-gap:1rem;display:grid;gap:1rem;grid-template-columns:1fr}@media (min-width:640px){.category-list{gap:1.25rem}}.category-item{align-items:center;-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px);background:#f8fafccc;border:1px solid #0ea5e91a;border-radius:12px;display:flex;justify-content:space-between;padding:1.25rem;transition:all .3s ease}.category-item:hover{background:#fffffff2;border-left-color:#0284c7;box-shadow:0 4px 20px #0000001a;transform:translateY(-1px)}.category-info{flex:1 1;gap:1rem}.category-icon,.category-info{align-items:center;display:flex}.category-icon{border-radius:8px;color:#fff;flex-shrink:0;height:2.5rem;justify-content:center;width:2.5rem}.category-icon svg{height:1.25rem;width:1.25rem}.category-details{flex:1 1}.category-name{color:#1e293b;color:var(--text-primary);font-size:1rem;font-size:var(--font-base);font-weight:600;font-weight:var(--font-semibold);line-height:1.3;margin:0 0 .25rem}.category-name,.category-percentage{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,system-ui,sans-serif;font-family:var(--font-primary)}.category-percentage{color:#64748b;color:var(--text-secondary);font-size:.875rem;font-size:var(--font-sm);font-weight:400;font-weight:var(--font-normal);line-height:1.4;margin:0}.category-amount{align-items:flex-end;display:flex;flex-direction:column;gap:.25rem}.amount-value{color:#1e293b;color:var(--text-primary);font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,system-ui,sans-serif;font-family:var(--font-primary);font-size:1.125rem;font-size:var(--font-lg);font-weight:700;font-weight:var(--font-bold);line-height:1.2}@media (min-width:640px){.category-name{font-size:1.125rem;font-size:var(--font-lg);font-weight:700;font-weight:var(--font-bold)}.category-percentage{font-size:1rem;font-size:var(--font-base)}.amount-value{font-size:1.25rem;font-size:var(--font-xl);font-weight:800;font-weight:var(--font-extrabold)}}.budget-alternatives-section{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#fffffff2;border:1px solid #fff3;border-radius:16px;box-shadow:0 4px 20px #00000014;margin:1.5rem 0;overflow:hidden;padding:1.5rem;position:relative;transition:all .3s ease}.budget-alternatives-section:before{background:linear-gradient(135deg,#0ea5e9,#06b6d4);border-radius:0 4px 4px 0;content:"";height:100%;left:0;position:absolute;top:0;width:4px}.budget-alternatives-section:hover{box-shadow:0 8px 30px #0000001f;transform:translateY(-2px)}@media (min-width:640px){.budget-alternatives-section{border-radius:20px;padding:2rem}}.alternatives-subtitle{color:#1e293b;color:var(--text-primary);font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,system-ui,sans-serif;font-family:var(--font-primary);font-size:1.125rem;font-size:var(--font-lg);font-weight:600;font-weight:var(--font-semibold);letter-spacing:-.01em;line-height:1.4;margin:2rem 0 1.5rem}.alternatives-subtitle:first-of-type{margin-top:0}.alternatives-grid{grid-gap:1rem;display:grid;gap:1rem;grid-template-columns:1fr;margin-bottom:2rem}@media (min-width:640px){.alternatives-grid{gap:1.5rem;grid-template-columns:repeat(auto-fit,minmax(300px,1fr))}}.alternative-card{-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px);background:#ffffffe6;border:1px solid #0ea5e933;border-radius:12px;box-shadow:0 2px 12px #0000000f;padding:1.25rem;position:relative;transition:all .3s ease}.alternative-card:hover{box-shadow:0 4px 20px #0000001a;transform:translateY(-1px)}.alternative-header{align-items:flex-start;display:flex;gap:1rem;justify-content:space-between;margin-bottom:.75rem}.alternative-name{color:#1e293b;color:var(--text-primary);flex:1 1;font-weight:600;font-weight:var(--font-semibold);line-height:1.4;margin:0}.alternative-cost,.alternative-name{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,system-ui,sans-serif;font-family:var(--font-primary);font-size:1rem;font-size:var(--font-base)}.alternative-cost{background:#10b9811a;border-radius:6px;color:#10b981;font-weight:700;font-weight:var(--font-bold);padding:.375rem .75rem;white-space:nowrap}.alternative-experience{color:#64748b;color:var(--text-secondary);font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,system-ui,sans-serif;font-family:var(--font-primary);font-size:.875rem;font-size:var(--font-sm);font-weight:400;font-weight:var(--font-normal);line-height:1.5;margin:0 0 1rem}.alternative-locations{align-items:flex-start;display:flex;gap:.5rem}.location-icon{color:#0ea5e9;color:var(--primary-color);flex-shrink:0;height:1rem;margin-top:.125rem;width:1rem}.locations-list{display:flex;flex-wrap:wrap;gap:.5rem}.location-tag{background:#0ea5e91a;border:1px solid #0ea5e933;border-radius:4px;color:#0ea5e9;color:var(--primary-color);font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,system-ui,sans-serif;font-family:var(--font-primary);font-size:var(--font-xs);font-weight:var(--font-medium)}.free-activities-grid{grid-gap:.75rem;display:grid;gap:.75rem;grid-template-columns:1fr;margin-bottom:2rem}@media (min-width:640px){.free-activities-grid{gap:1rem;grid-template-columns:repeat(auto-fit,minmax(250px,1fr))}}.free-activity-card{align-items:center;background:#10b9810d;border:1px solid #10b98133;border-radius:10px;display:flex;gap:.875rem;padding:1rem;transition:all .3s ease}.free-activity-card:hover{background:#10b9811a;transform:translateX(2px)}.activity-icon{color:#10b981;height:1.5rem;width:1.5rem}.activity-content{align-items:center;display:flex;flex:1 1;gap:1rem;justify-content:space-between}.activity-name{font-size:.875rem;font-size:var(--font-sm);line-height:1.4;margin:0}.activity-cost,.activity-name{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,system-ui,sans-serif;font-family:var(--font-primary)}.activity-cost{background:#10b98133;border-radius:4px;color:#10b981;font-size:.75rem;font-size:var(--font-xs);font-weight:700;font-weight:var(--font-bold);padding:.25rem .5rem;white-space:nowrap}.savings-summary{margin-top:2rem}.savings-card{background:#10b9810d;border:1px solid #10b98133;border-radius:12px;padding:1.5rem}.savings-card h3{font-size:1.125rem;font-size:var(--font-lg);font-weight:600;font-weight:var(--font-semibold);margin:0 0 1rem}.savings-card h3,.savings-description{color:#1e293b;color:var(--text-primary);font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,system-ui,sans-serif;font-family:var(--font-primary)}.savings-description{font-size:1rem;font-size:var(--font-base);font-weight:400;font-weight:var(--font-normal);line-height:1.6;margin:0 0 1.5rem}.savings-tips{display:flex;flex-direction:column;gap:.75rem}.tip-item{align-items:center;display:flex;gap:.75rem}.tip-emoji{flex-shrink:0;font-size:1.25rem;text-align:center;width:2rem}.tip-text{color:#64748b;color:var(--text-secondary);font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,system-ui,sans-serif;font-family:var(--font-primary);font-size:.875rem;font-size:var(--font-sm);font-weight:400;font-weight:var(--font-normal);line-height:1.5}.emergency-numbers{background:#ef44440d;border:1px solid #ef444433;border-radius:12px;margin-bottom:1.5rem;margin-top:2rem;padding:1.5rem}.emergency-numbers h4{align-items:center;color:#dc2626;display:flex;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,system-ui,sans-serif;font-family:var(--font-primary);font-size:1.125rem;font-size:var(--font-lg);font-weight:var(--font-semibold);gap:.5rem;margin:0 0 1rem}.emergency-grid{grid-gap:.75rem;display:grid;gap:.75rem;grid-template-columns:1fr}@media (min-width:640px){.emergency-grid{gap:1rem;grid-template-columns:repeat(auto-fit,minmax(200px,1fr))}}.emergency-item{background:#fffc;border:1px solid #ef44441a;border-radius:8px;padding:.875rem 1rem;transition:all .3s ease}.emergency-item:hover{background:#fffffff2;box-shadow:0 2px 8px #ef444426;transform:translateY(-1px)}.emergency-service{color:#dc2626;flex:1 1;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,system-ui,sans-serif;font-family:var(--font-primary);font-weight:var(--font-medium)}.emergency-number,.emergency-service{font-size:.875rem;font-size:var(--font-sm)}.emergency-number{background:#ef44441a;border-radius:4px;color:var(--text-primary);font-weight:600;font-weight:var(--font-semibold);letter-spacing:.02em;padding:.25rem .5rem}@media (min-width:640px){.travel-info{gap:1.5rem;padding:1.5rem}}@media (min-width:768px){.travel-info{gap:2rem;margin:0 auto;max-width:1200px;padding:2rem}}.country-info-section,.cultural-entertainment-section,.financial-planning-section,.legal-section,.technology-section{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#fffffff2;border:1px solid #fff3;border-radius:16px;box-shadow:0 4px 20px #00000014;margin:0;overflow:hidden;padding:1.5rem;position:relative;transition:all .3s ease}.country-info-section:before,.cultural-entertainment-section:before,.financial-planning-section:before,.legal-section:before,.technology-section:before{background:linear-gradient(135deg,#0ea5e9,#06b6d4);border-radius:0 4px 4px 0;content:"";height:100%;left:0;position:absolute;top:0;width:4px}.country-info-section:hover,.cultural-entertainment-section:hover,.financial-planning-section:hover,.legal-section:hover,.technology-section:hover{box-shadow:0 8px 30px #0000001f;transform:translateY(-2px)}@media (min-width:640px){.country-info-section,.cultural-entertainment-section,.financial-planning-section,.legal-section,.technology-section{border-radius:20px;padding:2rem}}.country-location-grid{grid-gap:1rem;display:grid;gap:1rem;grid-template-columns:1fr}@media (min-width:640px){.country-location-grid{gap:1.5rem}}@media (min-width:768px){.country-location-grid{gap:2rem}}@media (min-width:1024px){.country-location-grid{gap:2rem;grid-template-columns:1fr 1fr}}.country-overview,.destination-details{-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px);background:#ffffffe6;border:1px solid #0ea5e933;border-radius:12px;box-shadow:0 2px 12px #0000000f;padding:1.25rem;position:relative;transition:all .3s ease}.country-overview:before,.destination-details:before{background:linear-gradient(135deg,#0ea5e9,#06b6d4);border-radius:0 3px 3px 0;content:"";height:100%;left:0;position:absolute;top:0;width:3px}.country-overview:hover,.destination-details:hover{box-shadow:0 4px 20px #0000001a;transform:translateY(-1px)}@media (min-width:640px){.country-overview,.destination-details{border-radius:16px;padding:1.5rem}}.country-overview h3,.destination-details h3{align-items:center;color:#1e293b;color:var(--text-primary);display:flex;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,system-ui,sans-serif;font-family:var(--font-primary);font-size:1rem;font-size:var(--font-base);font-weight:600;font-weight:var(--font-semibold);gap:.5rem;letter-spacing:-.01em;line-height:1.4;margin-bottom:.875rem;padding-left:.5rem}@media (min-width:640px){.country-overview h3,.destination-details h3{font-size:1.125rem;font-size:var(--font-lg);font-weight:700;font-weight:var(--font-bold);margin-bottom:1rem;padding-left:0}}.country-stats,.destination-stats{display:flex;flex-direction:column;gap:.5rem;margin-bottom:1.25rem;padding-left:.5rem}@media (min-width:640px){.country-stats,.destination-stats{gap:.75rem;margin-bottom:1.5rem;padding-left:0}}.stat-row{align-items:center;-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px);background:#f8fafccc;border:1px solid #0ea5e91a;border-radius:8px;display:flex;justify-content:space-between;padding:.625rem .875rem;transition:all .2s ease}@media (min-width:640px){.stat-row{border-radius:.5rem;padding:.75rem 1rem}}.stat-row:hover{background:#0ea5e90d;transform:translateX(2px)}.stat-label{color:#0ea5e9;color:var(--primary-color);flex-shrink:0;font-size:.75rem;font-size:var(--font-xs);font-weight:var(--font-medium);letter-spacing:.01em;line-height:1.5;min-width:70px;text-transform:none}.stat-label,.stat-value{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,system-ui,sans-serif;font-family:var(--font-primary)}.stat-value{color:#1e293b;color:var(--text-primary);flex:1 1;font-size:.875rem;font-size:var(--font-sm);font-weight:600;font-weight:var(--font-semibold);letter-spacing:-.01em;line-height:1.4;margin-left:.5rem;text-align:right}@media (min-width:640px){.stat-label{font-size:.875rem;font-size:var(--font-sm);min-width:80px}.stat-value{font-size:1rem;font-size:var(--font-base);font-weight:600;font-weight:var(--font-semibold)}}.climate-overview,.cultural-overview,.geography-overview,.government-overview{margin-bottom:1.5rem}.climate-overview h4,.cultural-overview h4,.geography-overview h4,.government-overview h4{align-items:center;color:#0ea5e9;display:flex;font-size:1rem;font-weight:600;gap:.5rem;margin-bottom:.5rem}.climate-overview p,.cultural-overview p,.geography-overview p,.government-overview p{background:#fff;border-left:3px solid #0ea5e9;border-radius:.5rem;color:#64748b;font-size:.875rem;line-height:1.6;padding:1rem}.emergency-numbers h4{color:#0ea5e9;font-size:1rem;font-weight:600;margin-bottom:.75rem}.emergency-grid{display:flex;flex-direction:column;gap:.5rem}.emergency-item{align-items:center;background:#fef3c7;border-left:3px solid #f59e0b;border-radius:.5rem;display:flex;justify-content:space-between;padding:.75rem 1rem;transition:all .2s ease}.emergency-item:hover{background:#fde68a;transform:translateX(2px)}.emergency-service{color:#f59e0b;font-size:.8rem;font-weight:500;letter-spacing:.02em;min-width:80px;text-transform:none}.emergency-number{color:#1e293b;font-family:JetBrains Mono,SF Mono,Monaco,Cascadia Code,Roboto Mono,Consolas,Courier New,monospace;font-family:var(--font-mono);font-size:1rem;font-weight:500;text-align:right}.safety-guidelines{margin-top:1.5rem}.safety-guidelines h4{align-items:center;color:#0ea5e9;display:flex;font-size:1rem;font-weight:600;gap:.5rem;margin-bottom:1rem}.safety-list{display:flex;flex-direction:column;gap:.75rem}.safety-item{align-items:flex-start;background:#f0f9ff;border-left:3px solid #22c55e;border-radius:.5rem;display:flex;gap:.75rem;padding:1rem}.safety-icon{align-items:center;background:#22c55e;border-radius:50%;color:#fff;display:flex;flex-shrink:0;font-size:.75rem;font-weight:600;height:1.5rem;justify-content:center;margin-top:.125rem;width:1.5rem}.safety-text{color:#0c4a6e;font-size:.875rem;font-weight:500;line-height:1.5}.unesco-sites{margin-top:1.5rem}.unesco-sites h4{color:#0ea5e9;font-size:1rem;font-weight:600;margin-bottom:1rem}.unesco-list{display:flex;flex-direction:column;gap:.75rem}.unesco-item{align-items:center;background:#fff;border-left:3px solid #0ea5e9;border-radius:.5rem;display:flex;gap:.75rem;padding:.75rem}.unesco-badge{background:#0ea5e9;border-radius:.25rem;color:#fff;flex-shrink:0;font-size:.75rem;font-weight:600;padding:.25rem .5rem}.unesco-name{color:#1e293b;font-size:.875rem;font-weight:500}.major-attractions{margin-top:1.5rem}.major-attractions h4{color:#0ea5e9;font-size:1rem;font-weight:600;margin-bottom:1rem}.attractions-grid{grid-gap:.75rem;display:grid;gap:.75rem;grid-template-columns:repeat(auto-fit,minmax(200px,1fr))}.attraction-item{align-items:center;background:#fff;border-left:3px solid #10b981;border-radius:.5rem;display:flex;gap:.5rem;padding:.75rem}.attraction-icon{flex-shrink:0;font-size:1rem}.attraction-name{color:#1e293b;font-size:.875rem;font-weight:500}.seasonal-highlights{margin-top:2rem}.seasonal-highlights h4{color:#0ea5e9;font-size:1rem;font-weight:600;margin-bottom:.75rem}.seasonal-grid{display:flex;flex-direction:column;gap:.75rem}.seasonal-item{background:#dcfce7;border-left:3px solid #10b981;border-radius:.5rem;padding:.75rem}.season-name{color:#166534;display:block;margin-bottom:.25rem}.season-highlight{color:#064e3b;font-size:.875rem;line-height:1.4}.practical-info-section{-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px);background:#ffffffe6;border:1px solid #0ea5e933;border-radius:12px;box-shadow:0 2px 12px #0000000f;padding:1.25rem;position:relative;transition:all .3s ease}.practical-info-section:before{background:linear-gradient(135deg,#0ea5e9,#06b6d4);border-radius:0 3px 3px 0;content:"";height:100%;left:0;position:absolute;top:0;width:3px}.practical-info-section:hover{box-shadow:0 4px 20px #0000001a;transform:translateY(-1px)}@media (min-width:640px){.practical-info-section{border-radius:16px;padding:1.5rem}}.practical-info-section h3{color:#1e293b;font-size:1.125rem;font-weight:700;margin-bottom:1rem}.practical-grid{grid-gap:.5rem;display:grid;gap:.5rem;grid-template-columns:1fr;margin-bottom:1.25rem}@media (min-width:640px){.practical-grid{gap:.75rem;margin-bottom:1.5rem}}@media (min-width:768px){.practical-grid{gap:1rem;grid-template-columns:repeat(2,1fr)}}.practical-item{align-items:center;background:#fff;border-left:3px solid #0ea5e9;border-radius:.5rem;display:flex;justify-content:space-between;padding:.75rem 1rem;transition:all .2s ease}.practical-item:hover{background:#0ea5e90d;transform:translateX(2px)}.practical-label{color:#0ea5e9;font-size:.8rem;font-weight:500;letter-spacing:.02em;min-width:80px;text-transform:none}.practical-value{color:#1e293b;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,system-ui,sans-serif;font-family:var(--font-primary);font-size:1rem;font-weight:500;text-align:right}.meal-times h4{color:#0ea5e9;font-size:1rem;font-weight:600;margin-bottom:.75rem}.meal-times-grid{grid-gap:.5rem;display:grid;gap:.5rem;grid-template-columns:repeat(3,1fr);margin-bottom:1.5rem}@media (max-width:640px){.meal-times-grid{grid-template-columns:1fr}}.meal-time-item{align-items:center;-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px);background:#f8fafccc;border:1px solid #f59e0b1a;border-radius:8px;display:flex;justify-content:space-between;padding:.625rem .875rem;transition:all .2s ease}@media (min-width:640px){.meal-time-item{border-radius:.5rem;padding:.75rem 1rem}}.meal-time-item:hover{background:#0ea5e90d;transform:translateX(2px)}.meal-name{color:#f59e0b;font-size:.75rem;font-size:var(--font-xs);font-weight:500;font-weight:var(--font-medium);letter-spacing:.01em;line-height:1.5;min-width:80px;text-transform:none}.meal-name,.meal-time{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,system-ui,sans-serif;font-family:var(--font-primary)}.meal-time{color:#1e293b;color:var(--text-primary);font-size:.875rem;font-size:var(--font-sm);font-weight:600;font-weight:var(--font-semibold);letter-spacing:-.01em;line-height:1.4;text-align:right}@media (min-width:640px){.meal-name{font-size:.875rem;font-size:var(--font-sm)}.meal-time{font-size:1rem;font-size:var(--font-base)}}.shopping-areas{margin-top:1.5rem}.shopping-areas h4{color:#0ea5e9;font-size:1rem;font-weight:600;margin-bottom:1rem}.shopping-grid{grid-gap:1rem;display:grid;gap:1rem;grid-template-columns:repeat(auto-fit,minmax(280px,1fr))}.shopping-area-card{background:#fff;border-left:4px solid #ec4899;border-radius:.75rem;padding:1rem}.shopping-area-header{align-items:center;display:flex;justify-content:space-between;margin-bottom:.75rem}.shopping-area-header h5{color:#1e293b;font-size:1rem;font-weight:600;margin:0}.shopping-type{background:#ec4899;border-radius:.25rem;color:#fff;font-size:.75rem;font-weight:500;padding:.25rem .5rem;text-transform:capitalize}.shopping-highlights{display:flex;flex-wrap:wrap;gap:.5rem;margin-bottom:.75rem}.shopping-highlight{background:#fff;border:1px solid #e5e7eb;border-radius:.25rem;color:#374151;font-size:.75rem;padding:.25rem .5rem}.shopping-details{display:flex;flex-direction:column;gap:.5rem}.price-range{background:#10b981;border-radius:.25rem;color:#fff;font-size:.75rem;font-weight:500;padding:.25rem .5rem;text-transform:capitalize;width:-webkit-fit-content;width:fit-content}.best-for{display:flex;flex-direction:column;gap:.25rem}.best-for-label{color:#374151;font-size:.75rem;font-weight:600}.best-for-items{color:#6b7280;font-size:.75rem}.public-holidays h4{color:#0ea5e9;font-size:1rem;font-weight:600;margin-bottom:.75rem}.holidays-list{display:flex;flex-direction:column;gap:.75rem}.holiday-tag{align-items:center;-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px);background:#f8fafccc;border:1px solid #0ea5e91a;border-radius:8px;display:flex;font-size:.75rem;font-weight:500;justify-content:space-between;padding:.625rem .875rem;transition:all .2s ease}@media (min-width:640px){.holiday-tag{border-radius:.5rem;font-size:.8rem;padding:.75rem 1rem}}.holiday-tag:hover{background:#0ea5e90d;transform:translateX(2px)}.visa-info h3{color:#0ea5e9;font-size:1.125rem;font-weight:600;margin-bottom:1.5rem}.visa-requirements-section{background:#fff;border-left:4px solid #10b981;border-radius:.75rem;margin-bottom:2rem;padding:1.5rem}.visa-requirements-section h4{align-items:center;color:#1e293b;display:flex;font-size:1rem;font-weight:600;gap:.5rem;margin-bottom:1rem}.requirements-list{display:flex;flex-direction:column;gap:.75rem}.requirement-item{align-items:center;background:#fff;border:1px solid #e5e7eb;border-radius:.5rem;display:flex;gap:.75rem;padding:.75rem}.requirement-icon{align-items:center;background:#10b981;border-radius:50%;color:#fff;display:flex;flex-shrink:0;font-size:.75rem;font-weight:600;height:1.5rem;justify-content:center;width:1.5rem}.requirement-text{color:#374151;font-size:.875rem;font-weight:500}.legal-guidelines-grid{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:1fr 1fr;margin-top:2rem}@media (max-width:768px){.legal-guidelines-grid{gap:1.5rem;grid-template-columns:1fr}}.photography-rules{background:#fff;border-left:4px solid #10b981;border-radius:.75rem;padding:1.5rem}.photography-rules h3{align-items:center;display:flex;gap:.5rem;margin-bottom:1.5rem}.local-laws-section{background:#fff;border-left:4px solid #f59e0b;border-radius:.75rem;padding:1.5rem}.local-laws-section h3{align-items:center;color:#0ea5e9;display:flex;font-size:1rem;font-weight:600;gap:.5rem;margin-bottom:1.5rem}.laws-list{flex-direction:column}.law-item,.laws-list{display:flex;gap:.75rem}.law-item{align-items:flex-start;background:#fff;border:1px solid #e5e7eb;border-left:3px solid #f59e0b;border-radius:.5rem;padding:1rem}.law-icon{align-items:center;background:#f59e0b;border-radius:50%;color:#fff;display:flex;flex-shrink:0;font-size:.75rem;font-weight:600;height:1.5rem;justify-content:center;margin-top:.125rem;width:1.5rem}.law-text{color:#374151;font-size:.875rem;font-weight:500;line-height:1.5}.travel-restrictions-section{background:#fff;border-left:4px solid #ef4444;border-radius:.75rem;margin-top:2rem;padding:1.5rem}.travel-restrictions-section h3{align-items:center;color:#0ea5e9;display:flex;font-size:1rem;font-weight:600;gap:.5rem;margin-bottom:1.5rem}.restrictions-grid{grid-gap:1rem;display:grid;gap:1rem;grid-template-columns:repeat(auto-fit,minmax(280px,1fr))}.restriction-card{background:#fff;border-left:4px solid #ef4444;border-radius:.75rem;box-shadow:0 1px 3px #0000001a;padding:1rem}.restriction-header{align-items:center;display:flex;justify-content:space-between;margin-bottom:.75rem}.restriction-header h4{color:#1e293b;font-size:1rem;font-weight:600;margin:0}.status-badge{background:#22c55e;border-radius:.25rem;color:#fff;font-size:.75rem;font-weight:500;padding:.25rem .5rem}.restriction-text{color:#64748b;font-size:.875rem;line-height:1.5;margin:0}.visa-grid{grid-gap:1.5rem;display:grid;gap:1.5rem;grid-template-columns:1fr}@media (min-width:768px){.visa-grid{grid-template-columns:1fr 1fr}}.visa-card{border-left:4px solid;border-radius:.75rem;padding:1.5rem}.visa-card.visa-free{background:#dcfce7;border-color:#10b981}.visa-card.visa-required{background:#fef3c7;border-color:#f59e0b}.visa-card h4{font-size:1rem;font-weight:600;margin-bottom:.75rem}.visa-card.visa-free h4{color:#166534}.visa-card.visa-required h4{color:#92400e}.country-list{display:flex;flex-wrap:wrap;gap:.5rem;margin-bottom:.75rem}.country-tag{background:#ffffffb3;border-radius:1rem;color:#0ea5e9;font-size:.75rem;font-weight:500;padding:.25rem .75rem}.country-tag.required{background:#ef44441a;color:#b91c1c}.visa-duration{color:#64748b;font-size:.875rem;margin:0}.photography-rules h3{color:#0ea5e9;font-size:1.125rem;font-weight:600;margin-bottom:1rem}.photo-rules{display:flex;flex-direction:column;gap:.75rem}.rule-item{align-items:center;border-radius:.5rem;display:flex;font-size:.875rem;gap:.75rem;padding:.75rem}.rule-item.general{background:#e0f2fe;color:#0c4a6e}.rule-item.restriction{background:#fef3c7;color:#92400e}.rule-icon{flex-shrink:0;height:1rem;width:1rem}.restriction-icon{flex-shrink:0;font-size:1rem}.financial-planning-section h2{align-items:center;color:#1e293b;display:flex;font-size:1.25rem;font-weight:700;gap:.5rem;margin-bottom:1.5rem}.financial-planning-section h3{color:#0ea5e9;font-size:1rem;font-weight:600;margin-bottom:1rem;margin-top:2rem}.financial-planning-section h3:first-of-type{margin-top:0}.currency-grid{grid-gap:.75rem;display:grid;gap:.75rem;grid-template-columns:1fr;margin-bottom:1.25rem}@media (min-width:640px){.currency-grid{gap:1rem;margin-bottom:1.5rem}}@media (min-width:768px){.currency-grid{grid-template-columns:repeat(auto-fit,minmax(250px,1fr))}}.currency-item{align-items:center;background:#fff;border-left:3px solid #f59e0b;border-radius:.5rem;display:flex;justify-content:space-between;padding:.75rem 1rem;transition:all .2s ease}.currency-item:hover{background:#0ea5e90d;transform:translateX(2px)}.currency-label{color:#f59e0b;font-size:.8rem;font-weight:500;letter-spacing:.02em;min-width:80px;text-transform:none}.currency-value{color:#1e293b;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,system-ui,sans-serif;font-family:var(--font-primary);font-size:1rem;font-weight:500;text-align:right}.payment-grid{grid-gap:1rem;display:grid;gap:1rem;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));margin-bottom:1.5rem}.payment-card{background:#fff;border-left:4px solid #10b981;border-radius:.75rem;box-shadow:0 1px 3px #0000001a;padding:1rem}.payment-header{align-items:center;display:flex;justify-content:space-between;margin-bottom:.75rem}.payment-header h4{color:#1e293b;font-size:1rem;font-weight:600;margin:0}.acceptance-badge{background:#10b981;border-radius:.25rem;color:#fff;font-size:.75rem;font-weight:500;padding:.25rem .5rem}.payment-recommendation{color:#64748b;font-size:.875rem;line-height:1.5;margin:0}.atm-grid{grid-gap:1rem;display:grid;gap:1rem;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));margin-bottom:1.5rem}.atm-card{background:#fff;border-left:4px solid #3b82f6;border-radius:.75rem;box-shadow:0 1px 3px #0000001a;padding:1rem}.atm-header{align-items:center;display:flex;justify-content:space-between;margin-bottom:.75rem}.atm-header h4{color:#1e293b;font-size:1rem;font-weight:600;margin:0}.availability-badge{background:#3b82f6;border-radius:.25rem;color:#fff;font-size:.75rem;font-weight:500;padding:.25rem .5rem}.atm-details p{color:#64748b;font-size:.875rem;line-height:1.4;margin:.5rem 0}.exchange-grid{grid-gap:1rem;display:grid;gap:1rem;grid-template-columns:repeat(auto-fit,minmax(300px,1fr))}.exchange-card{background:#fff;border-left:4px solid #8b5cf6;border-radius:.75rem;box-shadow:0 1px 3px #0000001a;padding:1rem}.exchange-header{align-items:center;display:flex;justify-content:space-between;margin-bottom:.75rem}.exchange-header h4{color:#1e293b;font-size:1rem;font-weight:600;margin:0}.rates-badge{background:#8b5cf6;border-radius:.25rem;color:#fff;font-size:.75rem;font-weight:500;padding:.25rem .5rem;text-transform:capitalize}.exchange-details p{color:#64748b;font-size:.875rem;line-height:1.4;margin:.5rem 0}.technology-section h2{align-items:center;color:#1e293b;display:flex;font-size:1.25rem;font-weight:700;gap:.5rem;margin-bottom:1.5rem}.technology-section h3{color:#0ea5e9;font-size:1rem;font-weight:600;margin-bottom:1rem;margin-top:2rem}.technology-section h3:first-of-type{margin-top:0}.sim-cards-grid{grid-gap:.75rem;display:grid;gap:.75rem;grid-template-columns:1fr;margin-bottom:1.25rem}@media (min-width:640px){.sim-cards-grid{gap:1rem;margin-bottom:1.5rem}}@media (min-width:768px){.sim-cards-grid{grid-template-columns:repeat(auto-fit,minmax(280px,1fr))}}.sim-card{background:#fff;border-left:4px solid #ec4899;border-radius:.75rem;box-shadow:0 1px 3px #0000001a;padding:1rem}.sim-header{align-items:center;display:flex;justify-content:space-between;margin-bottom:1rem}.sim-header h4{color:#1e293b;font-size:1rem;font-weight:600;margin:0}.sim-type{background:#ec4899;border-radius:.25rem;color:#fff;font-size:.75rem;font-weight:500;padding:.25rem .5rem;text-transform:capitalize}.sim-details{display:flex;flex-direction:column;gap:.5rem;margin-bottom:1rem}.sim-detail{align-items:center;background:#fff;border-left:2px solid #ec4899;border-radius:.375rem;display:flex;justify-content:space-between;padding:.5rem .75rem}.detail-label{color:#ec4899;font-size:.8rem;font-weight:500;letter-spacing:.02em;text-transform:none}.detail-value{color:#1e293b;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,system-ui,sans-serif;font-family:var(--font-primary);font-size:1rem;font-weight:500;text-align:right}.purchase-locations{display:flex;flex-direction:column;gap:.5rem}.locations-label{color:#64748b;font-size:.875rem;font-weight:500}.locations-tags{display:flex;flex-wrap:wrap;gap:.5rem}.location-tag{background:#fef3c7;border-radius:.25rem;color:#92400e;font-size:.75rem;font-weight:500;padding:.25rem .5rem;text-transform:capitalize}.wifi-grid{grid-gap:1rem;display:grid;gap:1rem;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));margin-bottom:1.5rem}.wifi-card{background:#fff;border-left:4px solid #3b82f6;border-radius:.75rem;box-shadow:0 1px 3px #0000001a;padding:1rem}.wifi-header{align-items:center;display:flex;justify-content:space-between;margin-bottom:.75rem}.wifi-header h4{color:#1e293b;font-size:1rem;font-weight:600;margin:0}.wifi-speed{background:#3b82f6;border-radius:.25rem;color:#fff;font-size:.75rem;font-weight:500;padding:.25rem .5rem;text-transform:capitalize}.wifi-details p{color:#64748b;font-size:.875rem;line-height:1.4;margin:.5rem 0}.apps-grid{grid-gap:.75rem;display:grid;gap:.75rem;grid-template-columns:1fr;margin-bottom:1.25rem}@media (min-width:640px){.apps-grid{gap:1rem;margin-bottom:1.5rem}}@media (min-width:768px){.apps-grid{grid-template-columns:repeat(auto-fit,minmax(280px,1fr))}}.app-card{background:#fff;border-left:4px solid #10b981;border-radius:.75rem;box-shadow:0 1px 3px #0000001a;padding:1rem}.app-header h4{color:#1e293b;font-size:1rem;font-weight:600;margin:0 0 .5rem}.app-purpose{color:#64748b;font-size:.875rem;line-height:1.4;margin:0 0 1rem}.app-features{display:flex;flex-wrap:wrap;gap:.5rem}.feature-tag{background:#dcfce7;border-radius:.25rem;color:#166534;font-size:.75rem;font-weight:500;padding:.25rem .5rem;text-transform:capitalize}.radio-section{margin-top:2rem}.radio-section h3{color:#0ea5e9;font-size:1rem;font-weight:600;margin-bottom:1rem;margin-top:2rem}.radio-section h3:first-of-type{margin-top:0}.radio-grid{grid-gap:1rem;display:grid;gap:1rem;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));margin-bottom:1.5rem}.radio-card{background:#fff;border-left:4px solid #dc2626;border-radius:.75rem;box-shadow:0 1px 3px #0000001a;padding:1rem}.radio-header{align-items:center;display:flex;justify-content:space-between;margin-bottom:.75rem}.radio-header h4{color:#1e293b;font-size:1rem;font-weight:600;margin:0}.frequency-badge{background:#dc2626;border-radius:.25rem;color:#fff;font-family:JetBrains Mono,SF Mono,Monaco,Cascadia Code,Roboto Mono,Consolas,Courier New,monospace;font-family:var(--font-mono);font-size:.75rem;font-size:var(--font-xs);font-weight:600;font-weight:var(--font-semibold);letter-spacing:.02em;padding:.25rem .5rem}.radio-details p{color:#64748b;font-size:.875rem;line-height:1.4;margin:.5rem 0}.radio-details strong{color:#374151}.device-grid{grid-gap:1rem;display:grid;gap:1rem;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));margin-bottom:1.5rem}.device-item{align-items:center;background:#fff;border-left:3px solid #f59e0b;border-radius:.5rem;display:flex;justify-content:space-between;padding:.75rem 1rem;transition:all .2s ease}.device-item:hover{background:#0ea5e90d;transform:translateX(2px)}.device-label{color:#f59e0b;font-size:.8rem;font-weight:500;letter-spacing:.02em;min-width:80px;text-transform:none}.device-value{color:#1e293b;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,system-ui,sans-serif;font-family:var(--font-primary);font-size:1rem;font-weight:500;text-align:right}.tech-support{margin-top:1.5rem}.tech-support h4{color:#64748b;font-size:.875rem;font-weight:600;margin-bottom:1rem}.support-card{background:#fff;border-left:4px solid #8b5cf6;border-radius:.75rem;box-shadow:0 1px 3px #0000001a;padding:1rem}.support-header h5{color:#1e293b;font-size:1rem;font-weight:600;margin:0 0 .5rem}.support-address{color:#64748b;font-size:.875rem;line-height:1.4;margin:0 0 1rem}.support-services{display:flex;flex-wrap:wrap;gap:.5rem}.service-tag{background:#f3e8ff;border-radius:.25rem;color:#7c3aed;padding:.25rem .5rem}.cultural-entertainment-section h2{align-items:center;color:#1e293b;display:flex;font-size:1.25rem;font-weight:700;gap:.5rem;margin-bottom:1.5rem}.cultural-entertainment-section h3{color:#0ea5e9;font-size:1rem;font-weight:600;margin-bottom:1rem;margin-top:2rem}.cultural-entertainment-section h3:first-of-type{margin-top:0}.etiquette-section{margin-bottom:2rem}.etiquette-list{display:flex;flex-direction:column;gap:.75rem}.etiquette-item{align-items:flex-start;background:#fff;border-left:3px solid #d946ef;border-radius:.5rem;box-shadow:0 1px 3px #0000001a;display:flex;gap:.75rem;padding:1rem}.etiquette-icon{align-items:center;background:#d946ef;border-radius:50%;color:#fff;display:flex;flex-shrink:0;font-size:.75rem;font-weight:600;height:1.5rem;justify-content:center;margin-top:.125rem;width:1.5rem}.etiquette-text{color:#374151;font-size:.875rem;font-weight:500;line-height:1.5}.video-content-section{margin-bottom:2rem}.videos-grid{grid-gap:1rem;display:grid;gap:1rem;grid-template-columns:repeat(auto-fit,minmax(320px,1fr));margin-bottom:1.5rem}.video-card{background:#fff;border-left:4px solid #ef4444;border-radius:.75rem;box-shadow:0 1px 3px #0000001a;padding:1rem}.video-header{align-items:flex-start;display:flex;gap:1rem;justify-content:space-between;margin-bottom:.75rem}.video-header h4{color:#1e293b;font-size:1rem;font-weight:600;line-height:1.4;margin:0}.duration-badge{background:#ef4444;border-radius:.25rem;color:#fff;flex-shrink:0;font-size:.75rem;font-weight:500;padding:.25rem .5rem;white-space:nowrap}.video-description{color:#64748b;font-size:.875rem;line-height:1.5;margin:0 0 1rem}.video-actions{display:flex;justify-content:flex-start}.video-link{align-items:center;background:#ef4444;border-radius:.5rem;color:#fff;display:inline-flex;font-size:.875rem;font-weight:500;gap:.5rem;padding:.5rem 1rem;text-decoration:none;transition:all .2s ease}.video-link:hover{background:#dc2626;box-shadow:0 2px 4px #ef44444d;transform:translateY(-1px)}.play-icon{font-size:.75rem}.language-support-section h4{color:#64748b;font-size:.875rem;font-weight:600;margin-bottom:1rem;margin-top:1.5rem}.language-support-section h4:first-of-type{margin-top:0}.phrases-grid{grid-gap:1rem;display:grid;gap:1rem;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));margin-bottom:1.5rem}.phrase-card{background:#fff;border-left:4px solid #06b6d4;border-radius:.75rem;box-shadow:0 1px 3px #0000001a;padding:1rem}.phrase-english{color:#06b6d4;font-size:.875rem;font-weight:600;margin-bottom:.5rem;text-transform:capitalize}.phrase-japanese{color:#1e293b;font-size:1rem;font-weight:500;line-height:1.4}.apps-tags{display:flex;flex-wrap:wrap;gap:.5rem;margin-bottom:1.5rem}.app-tag{background:#22c55e;border-radius:.5rem;color:#fff;font-size:.875rem;font-weight:500;padding:.5rem 1rem}.proficiency-card{align-items:center;background:#fef3c7;border-left:3px solid #f59e0b;border-radius:.5rem;display:flex;gap:.75rem;padding:1rem}.proficiency-icon{align-items:center;background:#f59e0b;border-radius:50%;color:#fff;display:flex;flex-shrink:0;font-size:.75rem;font-weight:600;height:1.5rem;justify-content:center;width:1.5rem}.proficiency-text{color:#92400e;font-size:.875rem;font-weight:500;line-height:1.5}.services-grid{grid-gap:1.5rem;display:grid;gap:1.5rem}.service-category h3{color:#0ea5e9;font-size:1rem;font-weight:600;margin-bottom:1rem}.service-card{background:#fff;border-left:4px solid #0ea5e9;border-radius:.75rem;margin-bottom:.75rem;padding:1rem}.service-card h4{color:#1e293b;font-size:.875rem;font-weight:600;margin-bottom:.5rem}.service-card p{color:#64748b;font-size:.75rem;margin-bottom:.5rem}.service-cost{color:#059669;font-size:.875rem;font-weight:600}.tours-categories{grid-gap:2rem;display:grid;gap:2rem}@media (min-width:768px){.tours-categories{grid-template-columns:repeat(auto-fit,minmax(300px,1fr))}}.tour-category h3{color:#0ea5e9;font-size:1rem;font-weight:600;margin-bottom:1rem}.tour-card{background:#fff;border-left:4px solid #06b6d4;border-radius:.75rem;margin-bottom:1rem;padding:1.5rem}.tour-card h4{color:#1e293b;font-size:1rem;font-weight:600;margin-bottom:.5rem}.tour-card p{color:#64748b;font-size:.875rem;line-height:1.4;margin-bottom:.75rem}.tour-details{align-items:center;display:flex;font-size:.875rem;font-weight:600;justify-content:space-between}.tour-details span:first-child{color:#059669}.tour-details span:last-child{color:#0ea5e9}.seasonal-trends h3{color:#0ea5e9;font-size:1rem;font-weight:600;margin-bottom:1rem}.seasons-grid{grid-gap:1rem;display:grid;gap:1rem;grid-template-columns:repeat(auto-fit,minmax(200px,1fr))}.season-card{background:#fff;border-left:4px solid #0ea5e9;border-radius:.75rem;padding:1rem}.season-name{color:#1e293b;font-size:.875rem;font-weight:600;margin-bottom:.5rem;text-transform:capitalize}.season-description{color:#64748b;font-size:.75rem;line-height:1.4;margin:0}.detail-title{align-items:center;color:#0ea5e9;display:flex;font-size:.875rem;font-weight:600;gap:.5rem;margin-bottom:.75rem}.detail-icon{color:#0ea5e9;height:1rem;width:1rem}.historical-info{display:flex;flex-direction:column;gap:.75rem}.historical-item{background:#f0f9ff;border-left:3px solid #0284c7;border-radius:.5rem;color:#0c4a6e;font-size:.875rem;padding:.75rem}.historical-item strong{color:#075985}.cultural-significance,.historical-facts{background:#fef3c7;border-left:3px solid #f59e0b;border-radius:.5rem;padding:.75rem}.cultural-significance strong,.historical-facts strong{color:#92400e;display:block;margin-bottom:.5rem}.facts-list,.significance-list{color:#78350f;margin:0;padding-left:1rem}.facts-list li,.significance-list li{font-size:.875rem;line-height:1.4;margin-bottom:.25rem}.facts-list li:last-child,.significance-list li:last-child{margin-bottom:0}.historical-periods,.visitor-milestones{background:#f0f9ff;border-left:3px solid #0284c7;border-radius:.5rem;padding:.75rem}.historical-periods strong,.visitor-milestones strong{color:#075985;display:block;margin-bottom:.5rem}.milestones-grid,.periods-grid{display:flex;flex-direction:column;gap:.5rem}.milestone-item,.period-item{background:#ffffffb3;border-radius:.25rem;display:flex;flex-direction:column;gap:.25rem;padding:.5rem}.milestone-name,.period-name{color:#0c4a6e;font-size:.75rem;font-weight:600}.milestone-count,.period-desc{color:#075985;font-size:.75rem;line-height:1.3}.download-icon-container{align-items:center;display:flex;padding:.75rem}.download-container{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#fffffff2;display:flex;justify-content:center;padding:1rem 2rem}.download-button-container,.download-section{position:relative}.download-icon-button{align-items:center;background:linear-gradient(135deg,#0ea5e9,#06b6d4);border:none;border-radius:50%;box-shadow:0 4px 12px #0ea5e94d;color:#fff;cursor:pointer;display:flex;height:2.5rem;justify-content:center;transition:all .2s ease;width:2.5rem}.download-icon-button:hover:not(:disabled){box-shadow:0 6px 20px #0ea5e966;transform:translateY(-2px) scale(1.05)}.download-icon-button:disabled{cursor:not-allowed;opacity:.7;transform:none}.download-icon{height:1.25rem;width:1.25rem}@media (max-width:768px){.download-container{padding:.75rem 1rem}.download-icon-container{padding:.5rem}.download-icon-button{height:2rem;width:2rem}.download-icon{height:1rem;width:1rem}}.dark-theme{background-color:#fff!important;background-color:var(--bg-primary)!important;color:#1e293b!important;color:var(--text-primary)!important}.dark-theme .budget-breakdown,.dark-theme .daily-itinerary,.dark-theme .travel-info,.dark-theme .trip-overview{background:linear-gradient(135deg,#1f2937,#374151)!important}.dark-theme .budget-alternatives-section,.dark-theme .budget-chart-section,.dark-theme .budget-summary,.dark-theme .budget-tips,.dark-theme .category-breakdown,.dark-theme .country-essentials-section,.dark-theme .country-info-section,.dark-theme .cultural-entertainment-section,.dark-theme .currency-toggle-section,.dark-theme .daily-cost-summary,.dark-theme .daily-overview-section,.dark-theme .emergency-contacts-section,.dark-theme .emergency-numbers,.dark-theme .financial-planning-section,.dark-theme .highlights-section,.dark-theme .legal-section,.dark-theme .metadata-section,.dark-theme .seasonal-context-section,.dark-theme .specialized-tours-section,.dark-theme .technology-section{background:#1f2937f2!important;border-color:#4b55634d!important}.dark-theme .activity-card,.dark-theme .alternative-card,.dark-theme .app-card,.dark-theme .category-item,.dark-theme .cost-card,.dark-theme .country-overview,.dark-theme .daily-overview-card,.dark-theme .destination-details,.dark-theme .emergency-contact-card,.dark-theme .emergency-item,.dark-theme .essential-card,.dark-theme .highlight-card,.dark-theme .holiday-tag,.dark-theme .meal-time-item,.dark-theme .metadata-card,.dark-theme .practical-info-section,.dark-theme .seasonal-context-card,.dark-theme .sim-card,.dark-theme .stat-card,.dark-theme .stat-item,.dark-theme .stat-row,.dark-theme .tip-item,.dark-theme .tour-card{background:#374151cc!important;border-color:#4b55634d!important}.dark-theme .accommodation-info h4,.dark-theme .activities-count,.dark-theme .activity-name,.dark-theme .alternative-name,.dark-theme .alternatives-subtitle,.dark-theme .amount-value,.dark-theme .breakdown-title,.dark-theme .category-name,.dark-theme .chart-title,.dark-theme .day-number,.dark-theme .day-title,.dark-theme .emergency-service,.dark-theme .essential-label,.dark-theme .meal-name,.dark-theme .season-name,.dark-theme .section-title,.dark-theme .service-name,.dark-theme .stat-content h3,.dark-theme .timeline-header h3,.dark-theme .tip-content strong,.dark-theme .tips-title,.dark-theme .toggle-title,.dark-theme .tour-category h3,.dark-theme .trip-title,.dark-theme h1,.dark-theme h2,.dark-theme h3,.dark-theme h4,.dark-theme h5,.dark-theme h6{color:#1e293b!important;color:var(--text-primary)!important}.dark-theme .accommodation-details p,.dark-theme .activity-cost,.dark-theme .activity-description p,.dark-theme .alternative-experience,.dark-theme .category-percentage,.dark-theme .contact-number,.dark-theme .day-date,.dark-theme .emergency-number,.dark-theme .essential-value,.dark-theme .highlight-text,.dark-theme .hint-text,.dark-theme .meal-time,.dark-theme .metadata-value,.dark-theme .rate-disclaimer,.dark-theme .season-description,.dark-theme .stat-content p,.dark-theme .tip-content p,.dark-theme .tour-card p,.dark-theme .trip-subtitle,.dark-theme .weather-desc,.dark-theme .weather-temp,.dark-theme div,.dark-theme p,.dark-theme span{color:#64748b!important;color:var(--text-secondary)!important}.dark-theme .cost-label,.dark-theme .currency-code,.dark-theme .currency-symbol,.dark-theme .detail-label,.dark-theme .essential-label,.dark-theme .locations-label,.dark-theme .metadata-label,.dark-theme .rate-text,.dark-theme .stat-label{color:#0ea5e9!important;color:var(--primary-color)!important}.dark-theme .budget-total-amount,.dark-theme .contact-number,.dark-theme .cost-amount,.dark-theme .currency-button,.dark-theme .currency-name,.dark-theme .detail-value,.dark-theme .emergency-number,.dark-theme .essential-value,.dark-theme .stat-value{color:#1e293b!important;color:var(--text-primary)!important}.dark-theme .currency-button{background:#374151cc!important;border-color:#60a5fa4d!important}.dark-theme .currency-button.active{background:#60a5fa33!important;border-color:#0ea5e9!important;border-color:var(--primary-color)!important}.dark-theme .day-indicator,.dark-theme .nav-button{background:#374151cc!important;border-color:#60a5fa4d!important;color:#0ea5e9!important;color:var(--primary-color)!important}.dark-theme .day-indicator.active,.dark-theme .day-indicator:hover,.dark-theme .nav-button:hover:not(:disabled){background:#0ea5e9!important;background:var(--primary-color)!important;color:#1f2937!important}.dark-theme .activity-icon,.dark-theme .day-icon,.dark-theme .location-icon,.dark-theme .meta-icon,.dark-theme .section-icon,.dark-theme .theme-icon,.dark-theme .timeline-icon,.dark-theme .toggle-icon{color:#0ea5e9!important;color:var(--primary-color)!important}.dark-theme .emergency-contact-card,.dark-theme .emergency-item,.dark-theme .emergency-numbers{background:#7f1d1d66!important;border-color:#ef444466!important}.dark-theme .seasonal-context-card{background:#064e3b66!important;border-color:#10b98166!important}.dark-theme .progress-bar-container{background:#374151cc!important}.dark-theme .progress-labels,.dark-theme .tab-button{color:#64748b!important;color:var(--text-secondary)!important}.dark-theme .tab-button.active{color:#0ea5e9!important;color:var(--primary-color)!important}.dark-theme .activity-more,.dark-theme .activity-type,.dark-theme .category-badge,.dark-theme .highlight-tag,.dark-theme .location-tag,.dark-theme .theme-badge{background:#60a5fa1a!important;color:#0ea5e9!important;color:var(--primary-color)!important}.header-controls{align-items:center;display:flex;gap:.75rem}.theme-toggle-button{align-items:center;-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px);background:#ffffffe6;border:1px solid #0ea5e933;border-radius:50%;cursor:pointer;display:flex;height:44px;justify-content:center;transition:all .3s ease;width:44px}.theme-toggle-button:hover{background:#0ea5e9;background:var(--primary-color);box-shadow:0 4px 12px #0ea5e94d;color:#fff;transform:scale(1.05)}.theme-icon{color:#0ea5e9;color:var(--primary-color);height:1.25rem;transition:color .3s ease;width:1.25rem}.theme-toggle-button:hover .theme-icon{color:#fff}.dark-theme .theme-toggle-button{background:#374151e6!important;border-color:#60a5fa4d!important}.dark-theme .theme-toggle-button:hover{background:#0ea5e9!important;background:var(--primary-color)!important}.dark-theme .theme-icon{color:#0ea5e9!important;color:var(--primary-color)!important}.budget-overview{margin-bottom:2rem;padding-top:1rem}.budget-total-card{align-items:center;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#fffffff2;border:1px solid #fff3;border-radius:16px;box-shadow:0 4px 20px #00000014;display:flex;gap:1.5rem;margin-top:1rem;overflow:hidden;padding:2rem;position:relative;transition:all .3s ease}.budget-total-card:before{background:linear-gradient(135deg,#0ea5e9,#06b6d4);border-radius:0 4px 4px 0;content:"";height:100%;left:0;position:absolute;top:0;width:4px}.budget-total-card:hover{box-shadow:0 8px 30px #0000001f;transform:translateY(-2px)}.budget-total-icon{align-items:center;background:linear-gradient(135deg,#0ea5e9,#06b6d4);border-radius:1rem;color:#fff;display:flex;flex-shrink:0;height:4rem;justify-content:center;width:4rem}.budget-total-icon svg{height:2rem;width:2rem}.budget-total-content{flex:1 1}.budget-total-amount{color:#1e293b;color:var(--text-primary);font-size:1.875rem;font-size:var(--font-3xl);font-weight:800;font-weight:var(--font-extrabold);letter-spacing:-.02em;line-height:1.2;margin:0 0 .5rem}.budget-total-amount,.budget-total-label{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,system-ui,sans-serif;font-family:var(--font-primary)}.budget-total-label{color:#64748b;color:var(--text-secondary);font-size:1rem;font-size:var(--font-base);font-weight:500;font-weight:var(--font-medium);margin:0}@media (min-width:640px){.budget-total-card{border-radius:20px;padding:2.5rem}.budget-total-amount{font-size:2.5rem}.budget-total-label{font-size:1.125rem;font-size:var(--font-lg)}}.dark-theme .budget-overview{margin-top:1.5rem}.dark-theme .budget-total-card{background:#1f2937f2!important;border-color:#4b55634d!important}.dark-theme .budget-total-amount{color:#1e293b!important;color:var(--text-primary)!important}.dark-theme .budget-total-label{color:#64748b!important;color:var(--text-secondary)!important}.dark-theme .budget-total-icon{background:linear-gradient(135deg,#0ea5e9,#06b6d4)!important;background:linear-gradient(135deg,var(--primary-color),var(--secondary-color))!important}.dark-theme .accommodation-section,.dark-theme .daily-cost-summary,.dark-theme .day-navigation,.dark-theme .specialized-tours-section,.dark-theme .timeline{background:#1f2937f2!important;border-color:#4b55634d!important}.dark-theme .accommodation-section h3,.dark-theme .daily-cost-summary h3,.dark-theme .specialized-tours-section h2,.dark-theme .timeline-header h3{color:#1e293b!important;color:var(--text-primary)!important}.dark-theme .time-label{background:#60a5fa33!important;border-color:#60a5fa4d!important;color:#0ea5e9!important;color:var(--primary-color)!important}.dark-theme .timeline-dot{background:#0ea5e9!important;background:var(--primary-color)!important;border-color:#1f2937e6!important;box-shadow:0 0 0 3px #60a5fa4d!important}.dark-theme .activity-card{background:#374151cc!important;border-color:#4b55634d!important}.dark-theme .daily-cost-summary .cost-card{background:#064e3b4d!important;border-color:#10b98166!important}.dark-theme .daily-cost-summary .amount{color:#6ee7b7!important}.dark-theme .activity-header h3,.dark-theme .activity-meta span,.dark-theme .activity-title{color:#1e293b!important;color:var(--text-primary)!important}.dark-theme .accommodation-card,.dark-theme .accommodation-details p,.dark-theme .accommodation-info h4,.dark-theme .activity-description p,.dark-theme .activity-rating,.dark-theme .activity-type,.dark-theme .timeline-content-item{color:#64748b!important;color:var(--text-secondary)!important}.dark-theme .accommodation-info h4{color:#1e293b!important;color:var(--text-primary)!important}.dark-theme .weather-card{background:#374151cc!important;border-color:#4b55634d!important}.dark-theme .temperature,.dark-theme .weather-description,.dark-theme .weather-title{color:#1e293b!important;color:var(--text-primary)!important}.dark-theme .feels-like,.dark-theme .metric-label,.dark-theme .temperature-unit{color:#64748b!important;color:var(--text-secondary)!important}.dark-theme .metric-value{color:#1e293b!important;color:var(--text-primary)!important}.dark-theme .metric-item{background:#1f293799!important;border-color:#4b55634d!important}.dark-theme .transportation-card{background:#374151cc!important;border-color:#4b55634d!important}.dark-theme .mode-text,.dark-theme .transport-cost,.dark-theme .transport-duration,.dark-theme .transport-from,.dark-theme .transport-to{color:#1e293b!important;color:var(--text-primary)!important}.dark-theme .transport-arrow svg{color:#0ea5e9!important;color:var(--primary-color)!important}.dark-theme .transport-details{border-color:#4b55634d!important}.dark-theme .route-map-container,.dark-theme .route-summary{background:#374151cc!important;border-color:#4b55634d!important}.dark-theme .legend-title,.dark-theme .map-legend,.dark-theme .summary-title{color:#1e293b!important;color:var(--text-primary)!important}.dark-theme .legend-label,.dark-theme .stat-label{color:#64748b!important;color:var(--text-secondary)!important}.dark-theme .activity-header,.dark-theme .activity-location,.dark-theme .activity-rating-section,.dark-theme .stat-number{color:#1e293b!important;color:var(--text-primary)!important}.dark-theme .activity-meta-item,.dark-theme .meta-item{background:#1f293799!important;border-color:#4b55634d!important}.dark-theme .meta-icon{color:#0ea5e9!important;color:var(--primary-color)!important}.dark-theme .activity-details,.dark-theme .detail-section{background:#1f293799!important;border-color:#4b55634d!important}.dark-theme .contact-info h5,.dark-theme .detail-title,.dark-theme .opening-hours h5{color:#1e293b!important;color:var(--text-primary)!important}.dark-theme .contact-grid,.dark-theme .detail-content,.dark-theme .hours-grid{color:#64748b!important;color:var(--text-secondary)!important}.dark-theme .tour-card h4,.dark-theme .tour-category h3{color:#1e293b!important;color:var(--text-primary)!important}.dark-theme .tour-card{background:#374151cc!important;border-color:#4b55634d!important}.dark-theme .tour-card p,.dark-theme .tour-details span{color:#64748b!important;color:var(--text-secondary)!important}.dark-theme .accommodation-card{background:#374151cc!important;border-color:#4b55634d!important}.dark-theme .accommodation-name,.dark-theme .accommodation-rating{color:#1e293b!important;color:var(--text-primary)!important}.dark-theme .accommodation-address,.dark-theme .accommodation-amenities{color:#64748b!important;color:var(--text-secondary)!important}.dark-theme .day-notes{background:#1f2937f2!important;border-color:#4b55634d!important}.dark-theme .notes-card{background:#374151cc!important;border-color:#4b55634d!important}.dark-theme .day-notes h3{color:#1e293b!important;color:var(--text-primary)!important}.dark-theme .notes-card p{color:#64748b!important;color:var(--text-secondary)!important}.dark-theme .activity-location span,.dark-theme .activity-name,.dark-theme .activity-rating span,.dark-theme .activity-type-badge,.dark-theme .expand-button span{color:#1e293b!important;color:var(--text-primary)!important}.dark-theme .activity-description,.dark-theme .address-text,.dark-theme .contact-info span,.dark-theme .fee-item span,.dark-theme .opening-hours span,.dark-theme .quick-info-item span{color:#64748b!important;color:var(--text-secondary)!important}.dark-theme .expand-button{background:#1f293799!important;border-color:#4b55634d!important;color:#1e293b!important;color:var(--text-primary)!important}.dark-theme .transport-cost,.dark-theme .transport-details span,.dark-theme .transport-duration{color:#64748b!important;color:var(--text-secondary)!important}.dark-theme .transport-details{background:#1f293799!important}.dark-theme .route-map-container{background:#374151cc!important;border-color:#4b55634d!important}.dark-theme .legend-item,.dark-theme .map-legend-item{color:#64748b!important;color:var(--text-secondary)!important}.dark-theme .summary-stat .stat-number{color:#1e293b!important;color:var(--text-primary)!important}.dark-theme .summary-stat .stat-label{color:#64748b!important;color:var(--text-secondary)!important}.dark-theme .day-indicators{background:#0000!important}.dark-theme .activity-quick-info span,.dark-theme .amenity-tag,.dark-theme .cuisine-tag,.dark-theme .detail-section h5,.dark-theme .location-tag{color:#1e293b!important;color:var(--text-primary)!important}.dark-theme .detail-icon,.dark-theme .quick-info-icon{color:#0ea5e9!important;color:var(--primary-color)!important}.dark-theme button{color:#1e293b!important;color:var(--text-primary)!important}.dark-theme .expand-button:hover{background:#60a5fa33!important}.dark-theme .savings-card,.dark-theme .summary-card,.dark-theme .tips-card{background:#374151cc!important;border-color:#4b55634d!important}.dark-theme .activity-image{border-color:#4b55634d!important}.dark-theme .image-overlay{background:#0006!important}.dark-theme .activity-type-badge{background:#60a5fa33!important}.dark-theme .activity-header h3,.dark-theme .activity-title,.dark-theme .activity-type-badge{color:#1e293b!important;color:var(--text-primary)!important}.dark-theme .activity-location,.dark-theme .activity-rating{color:#64748b!important;color:var(--text-secondary)!important}.dark-theme .star-icon.filled{color:#fbbf24!important}.dark-theme .star-icon.empty,.dark-theme .star-icon.half{color:#fbbf244d!important}.dark-theme .activity-meta{background:#0000!important}.dark-theme .meta-item{background:#1f293799!important;border-color:#4b55634d!important}.dark-theme .meta-item span{color:#64748b!important;color:var(--text-secondary)!important}.dark-theme .activity-description{background:#1f293799!important;border-color:#4b55634d!important}.dark-theme .activity-description p{color:#64748b!important;color:var(--text-secondary)!important}.dark-theme .activity-quick-info{background:#1f293799!important}.dark-theme .quick-info-item{color:#64748b!important;color:var(--text-secondary)!important}.dark-theme .quick-info-icon{color:#0ea5e9!important;color:var(--primary-color)!important}.dark-theme .activity-details{background:#1f2937cc!important;border-color:#4b55634d!important}.dark-theme .detail-section{background:#37415199!important;border-color:#4b55634d!important}.dark-theme .detail-title{color:#1e293b!important;color:var(--text-primary)!important}.dark-theme .contact-info,.dark-theme .entry-fees,.dark-theme .opening-hours{background:#1f293766!important}.dark-theme .contact-item,.dark-theme .hours-item{background:#37415199!important;color:#64748b!important;color:var(--text-secondary)!important}.dark-theme .fee-item{background:#37415199!important}.dark-theme .fee-item span:last-child{font-weight:600!important;font-weight:var(--font-semibold)!important}.dark-theme .amenity-tags,.dark-theme .cuisine-tags{background:#0000!important}.dark-theme .amenity-tag,.dark-theme .cuisine-tag{background:#60a5fa33!important;border-color:#60a5fa4d!important;color:#0ea5e9!important;color:var(--primary-color)!important}.dark-theme .transportation-details{background:#1f293799!important}.dark-theme .transport-cost-details,.dark-theme .transport-duration-details,.dark-theme .transport-info{color:#64748b!important;color:var(--text-secondary)!important}.dark-theme .weather-content,.dark-theme .weather-metrics{background:#0000!important}.dark-theme .map-legend{background:#1f293799!important;border-color:#4b55634d!important}.dark-theme .legend-items{background:#0000!important}.dark-theme .legend-item,.dark-theme .legend-label{color:#64748b!important;color:var(--text-secondary)!important}.dark-theme .amenities-grid,.dark-theme .contact-grid,.dark-theme .hours-grid{background:#0000!important}.dark-theme .amenity-item,.dark-theme .contact-item,.dark-theme .hours-item{background:#37415199!important;border-color:#4b55634d!important;color:#64748b!important;color:var(--text-secondary)!important}.dark-theme .contact-item strong,.dark-theme .hours-item strong{color:#1e293b!important;color:var(--text-primary)!important}.dark-theme .activity-rating-section{background:#1f293799!important}.dark-theme .rating-count,.dark-theme .rating-summary{color:#64748b!important;color:var(--text-secondary)!important}.dark-theme .accessibility-info{background:#1f293799!important;border-color:#4b55634d!important}.dark-theme .special-notes{background:#7f1d1d4d!important;border-color:#ef444466!important}.dark-theme .price-level,.dark-theme .special-notes ul li{color:#64748b!important;color:var(--text-secondary)!important}.dark-theme .price-indicator{color:#10b981!important}.dark-theme .table-container,.dark-theme table{background:#374151cc!important;border-color:#4b55634d!important}.dark-theme .table-header,.dark-theme th{background:#1f2937cc!important;color:#1e293b!important;color:var(--text-primary)!important}.dark-theme .table-cell,.dark-theme td{border-color:#4b55634d!important}.dark-theme .table-cell,.dark-theme li,.dark-theme ol,.dark-theme td,.dark-theme ul{color:#64748b!important;color:var(--text-secondary)!important}.dark-theme a{color:#0ea5e9!important;color:var(--primary-color)!important}.dark-theme a:hover{color:#06b6d4!important;color:var(--secondary-color)!important}.dark-theme .activity-details{background:#1f2937e6!important;border-color:#4b556366!important}.dark-theme .activity-details,.dark-theme .activity-details *{color:#64748b!important;color:var(--text-secondary)!important}.dark-theme .activity-details .detail-title,.dark-theme .activity-details h5{color:#1e293b!important;color:var(--text-primary)!important;font-weight:600!important;font-weight:var(--font-semibold)!important}.dark-theme .opening-hours{background:#37415199!important;border-color:#4b556366!important}.dark-theme .opening-hours h5{color:#1e293b!important;color:var(--text-primary)!important}.dark-theme .hours-grid{background:#0000!important}.dark-theme .hours-item{background:#1f2937cc!important;border-color:#4b556366!important;color:#64748b!important;color:var(--text-secondary)!important}.dark-theme .hours-item strong{color:#1e293b!important;color:var(--text-primary)!important}.dark-theme .contact-info{background:#37415199!important;border-color:#4b556366!important}.dark-theme .contact-info h5{color:#1e293b!important;color:var(--text-primary)!important}.dark-theme .contact-grid{background:#0000!important}.dark-theme .contact-item{background:#1f2937cc!important;border-color:#4b556366!important;color:#64748b!important;color:var(--text-secondary)!important}.dark-theme .contact-item a{color:#0ea5e9!important;color:var(--primary-color)!important}.dark-theme .entry-fees{background:#37415199!important}.dark-theme .fee-item{background:#1f2937cc!important;border-color:#4b556366!important}.dark-theme .fee-item span:first-child{color:#64748b!important;color:var(--text-secondary)!important;font-weight:500!important;font-weight:var(--font-medium)!important}.dark-theme .fee-item span:last-child{color:#1e293b!important;color:var(--text-primary)!important;font-weight:700!important;font-weight:var(--font-bold)!important}.dark-theme .cuisine-tags{background:#0000!important}.dark-theme .cuisine-tag{background:#60a5fa33!important;border-color:#60a5fa66!important;color:#0ea5e9!important;color:var(--primary-color)!important;font-weight:500!important;font-weight:var(--font-medium)!important}.dark-theme .accessibility{background:#37415199!important;border-color:#4b556366!important}.dark-theme .accessibility h5{color:#1e293b!important;color:var(--text-primary)!important}.dark-theme .accessibility-features,.dark-theme .accessibility-item{color:#64748b!important;color:var(--text-secondary)!important}.dark-theme .accessibility-item{background:#1f2937cc!important}.dark-theme .special-notes{background:#7f1d1d66!important;border-color:#ef444480!important}.dark-theme .special-notes h5{color:#fca5a5!important}.dark-theme .special-notes li,.dark-theme .special-notes ul{color:#64748b!important;color:var(--text-secondary)!important}.dark-theme .price-level-section{background:#37415199!important}.dark-theme .price-level-section h5{color:#1e293b!important;color:var(--text-primary)!important}.dark-theme .price-indicators{color:#64748b!important;color:var(--text-secondary)!important}.dark-theme .reviews-section{background:#37415199!important;border-color:#4b556366!important}.dark-theme .review-item{background:#1f2937cc!important;color:#64748b!important;color:var(--text-secondary)!important}.dark-theme .review-author{color:#1e293b!important;color:var(--text-primary)!important}.dark-theme .review-text{color:#64748b!important;color:var(--text-secondary)!important}.dark-theme .additional-info{background:#37415199!important;border-color:#4b556366!important}.dark-theme .info-item{background:#1f2937cc!important;color:#64748b!important;color:var(--text-secondary)!important}.dark-theme .info-label{color:#0ea5e9!important;color:var(--primary-color)!important}.dark-theme .info-value{color:#1e293b!important;color:var(--text-primary)!important}.dark-theme .activity-details .detail-section *{color:#64748b!important;color:var(--text-secondary)!important}.dark-theme .activity-details .detail-section .detail-title,.dark-theme .activity-details .detail-section h5,.dark-theme .activity-details .detail-section strong{color:#1e293b!important;color:var(--text-primary)!important}.dark-theme .activity-details .detail-section .detail-value,.dark-theme .activity-details .detail-section .fee-value,.dark-theme .activity-details .detail-section .price-value{color:#1e293b!important;color:var(--text-primary)!important;font-weight:600!important;font-weight:var(--font-semibold)!important}.dark-theme .activity-details .text-content,.dark-theme .activity-details div,.dark-theme .activity-details li,.dark-theme .activity-details p,.dark-theme .activity-details span,.dark-theme .activity-details td{color:#64748b!important;color:var(--text-secondary)!important}.dark-theme .activity-details .header,.dark-theme .activity-details .label,.dark-theme .activity-details .title,.dark-theme .activity-details h1,.dark-theme .activity-details h2,.dark-theme .activity-details h3,.dark-theme .activity-details h4,.dark-theme .activity-details h5,.dark-theme .activity-details h6,.dark-theme .activity-details strong{color:#1e293b!important;color:var(--text-primary)!important}.dark-theme .address-full,.dark-theme .hours-today,.dark-theme .phone-number,.dark-theme .website-link{color:#64748b!important;color:var(--text-secondary)!important}.dark-theme .rating-stars,.dark-theme .rating-value,.dark-theme .total-ratings{color:#1e293b!important;color:var(--text-primary)!important}.dark-theme .amenity-list{background:#0000!important}.dark-theme .amenity-item{background:#60a5fa33!important;border-color:#60a5fa66!important;color:#0ea5e9!important;color:var(--primary-color)!important}.dark-theme .activity-card .button,.dark-theme .activity-card button{background:#374151cc!important;border-color:#4b556366!important;color:#1e293b!important;color:var(--text-primary)!important}.dark-theme .activity-card .button:hover,.dark-theme .activity-card button:hover{background:#60a5fa33!important;color:#0ea5e9!important;color:var(--primary-color)!important}.dark-theme .activity-card *{border-color:#4b55634d!important}.dark-theme .activity-card .description,.dark-theme .activity-card .details,.dark-theme .activity-card .text-element{color:#64748b!important;color:var(--text-secondary)!important}.dark-theme .activity-card .heading,.dark-theme .activity-card .name,.dark-theme .activity-card .title-element{color:#1e293b!important;color:var(--text-primary)!important}.dark-theme .travel-info{background:linear-gradient(135deg,#1f2937,#374151)!important}.dark-theme .country-info-section,.dark-theme .cultural-entertainment-section,.dark-theme .financial-planning-section,.dark-theme .legal-section,.dark-theme .technology-section{background:#1f2937f2!important;border-color:#4b55634d!important}.dark-theme .apps-section,.dark-theme .atm-section,.dark-theme .country-overview,.dark-theme .currency-section,.dark-theme .destination-details,.dark-theme .device-section,.dark-theme .etiquette-section,.dark-theme .exchange-section,.dark-theme .language-section,.dark-theme .local-laws-section,.dark-theme .payment-section,.dark-theme .photography-guidelines,.dark-theme .practical-info-section,.dark-theme .radio-section,.dark-theme .sim-cards-section,.dark-theme .travel-restrictions-section,.dark-theme .video-section,.dark-theme .visa-info,.dark-theme .wifi-section{background:#374151cc!important;border-color:#4b55634d!important}.dark-theme .country-overview h3,.dark-theme .cultural-entertainment-section h2,.dark-theme .cultural-entertainment-section h3,.dark-theme .destination-details h3,.dark-theme .financial-planning-section h2,.dark-theme .financial-planning-section h3,.dark-theme .photography-guidelines h4,.dark-theme .practical-info-section h3,.dark-theme .section-title,.dark-theme .technology-section h2,.dark-theme .technology-section h3,.dark-theme .travel-info h1,.dark-theme .travel-info h2,.dark-theme .travel-info h3,.dark-theme .travel-info h4,.dark-theme .travel-info h5,.dark-theme .travel-info h6,.dark-theme .visa-requirements-section h4{color:#1e293b!important;color:var(--text-primary)!important}.dark-theme .climate-overview p,.dark-theme .cultural-overview p,.dark-theme .geography-overview p,.dark-theme .government-overview p,.dark-theme .major-attractions p,.dark-theme .seasonal-highlights p,.dark-theme .travel-info div,.dark-theme .travel-info p,.dark-theme .travel-info span,.dark-theme .unesco-sites p{color:#64748b!important;color:var(--text-secondary)!important}.dark-theme .holiday-tag,.dark-theme .meal-time-item,.dark-theme .stat-row{background:#374151cc!important;border-color:#4b55634d!important}.dark-theme .meal-name,.dark-theme .stat-label{color:#0ea5e9!important;color:var(--primary-color)!important}.dark-theme .meal-time,.dark-theme .stat-value{color:#1e293b!important;color:var(--text-primary)!important}.dark-theme .visa-free-countries,.dark-theme .visa-required-countries,.dark-theme .visa-requirements-section{background:#37415199!important;border-color:#4b55634d!important}.dark-theme .countries-grid,.dark-theme .requirements-list{background:#0000!important}.dark-theme .country-item,.dark-theme .requirement-item{background:#1f2937cc!important;color:#64748b!important;color:var(--text-secondary)!important}.dark-theme .country-flag,.dark-theme .requirement-icon{color:#0ea5e9!important;color:var(--primary-color)!important}.dark-theme .country-name,.dark-theme .requirement-text{color:#64748b!important;color:var(--text-secondary)!important}.dark-theme .atm-item,.dark-theme .currency-item,.dark-theme .exchange-item,.dark-theme .payment-item{background:#374151cc!important;border-color:#4b55634d!important}.dark-theme .atm-network,.dark-theme .currency-name,.dark-theme .exchange-location,.dark-theme .payment-method{color:#1e293b!important;color:var(--text-primary)!important}.dark-theme .atm-details,.dark-theme .currency-details,.dark-theme .exchange-details,.dark-theme .payment-details{color:#64748b!important;color:var(--text-secondary)!important}.dark-theme .app-card,.dark-theme .radio-station,.dark-theme .sim-card{background:#374151cc!important;border-color:#4b55634d!important}.dark-theme .app-name,.dark-theme .radio-name,.dark-theme .sim-provider{color:#1e293b!important;color:var(--text-primary)!important}.dark-theme .app-description,.dark-theme .radio-details,.dark-theme .sim-details{color:#64748b!important;color:var(--text-secondary)!important}.dark-theme .detail-label{color:#0ea5e9!important;color:var(--primary-color)!important}.dark-theme .detail-value{color:#1e293b!important;color:var(--text-primary)!important}.dark-theme .etiquette-item,.dark-theme .language-item,.dark-theme .video-item{background:#374151cc!important;border-color:#4b55634d!important}.dark-theme .etiquette-title,.dark-theme .language-title,.dark-theme .video-title{color:#1e293b!important;color:var(--text-primary)!important}.dark-theme .etiquette-description,.dark-theme .language-description,.dark-theme .video-description{color:#64748b!important;color:var(--text-secondary)!important}.dark-theme .shopping-area{background:#374151cc!important;border-color:#4b55634d!important}.dark-theme .area-name{color:#1e293b!important;color:var(--text-primary)!important}.dark-theme .area-description,.dark-theme .price-range{color:#64748b!important;color:var(--text-secondary)!important}.dark-theme .best-for-label{color:#0ea5e9!important;color:var(--primary-color)!important}.dark-theme .legal-guidelines-grid{background:#0000!important}.dark-theme .local-laws-section,.dark-theme .photography-guidelines,.dark-theme .travel-restrictions-section{background:#374151cc!important;border-color:#4b55634d!important}.dark-theme .guideline-item,.dark-theme .law-item,.dark-theme .restriction-item{background:#1f2937cc!important;color:#64748b!important;color:var(--text-secondary)!important}.dark-theme .guideline-icon,.dark-theme .law-icon,.dark-theme .restriction-icon{color:#0ea5e9!important;color:var(--primary-color)!important}.dark-theme .travel-info .major-attractions h4,.dark-theme .travel-info .seasonal-highlights h4,.dark-theme .travel-info .unesco-sites h4{color:#1e293b!important;color:var(--text-primary)!important}.dark-theme .travel-info .attraction-item,.dark-theme .travel-info .seasonal-item,.dark-theme .travel-info .site-item{color:#64748b!important;color:var(--text-secondary)!important}.dark-theme .travel-info .attraction-name,.dark-theme .travel-info .season-name,.dark-theme .travel-info .site-name{color:#1e293b!important;color:var(--text-primary)!important;font-weight:600!important;font-weight:var(--font-semibold)!important}.dark-theme .travel-info .attraction-description,.dark-theme .travel-info .season-highlight,.dark-theme .travel-info .site-description{color:#64748b!important;color:var(--text-secondary)!important}.dark-theme .language-section{background:#1f2937f2!important;border-color:#4b55634d!important}.dark-theme .language-section h2,.dark-theme .language-section h3{color:#1e293b!important;color:var(--text-primary)!important}.dark-theme .language-grid{background:#0000!important}.dark-theme .language-item{background:#374151cc!important;border-color:#4b55634d #4b55634d #4b55634d #8b5cf6!important}.dark-theme .language-item:hover{background:#374151e6!important;border-left-color:#7c3aed!important}.dark-theme .language-name,.dark-theme .language-title{color:#1e293b!important;color:var(--text-primary)!important;font-weight:600!important;font-weight:var(--font-semibold)!important}.dark-theme .language-description,.dark-theme .language-details{color:#64748b!important;color:var(--text-secondary)!important}.dark-theme .language-availability,.dark-theme .language-level{background:#8b5cf61a!important;color:#a78bfa!important}.dark-theme .video-section{background:#1f2937f2!important;border-color:#4b55634d!important}.dark-theme .video-section h2,.dark-theme .video-section h3{color:#1e293b!important;color:var(--text-primary)!important}.dark-theme .video-grid{background:#0000!important}.dark-theme .video-item{background:#374151cc!important;border-color:#4b55634d #4b55634d #4b55634d #ec4899!important}.dark-theme .video-item:hover{background:#374151e6!important;border-left-color:#db2777!important}.dark-theme .video-name,.dark-theme .video-title{color:#1e293b!important;color:var(--text-primary)!important;font-weight:600!important;font-weight:var(--font-semibold)!important}.dark-theme .video-description,.dark-theme .video-details{color:#64748b!important;color:var(--text-secondary)!important}.dark-theme .video-category,.dark-theme .video-duration{background:#ec48991a!important;color:#f472b6!important}.dark-theme .technology-section{background:#1f2937f2!important;border-color:#4b55634d!important}.dark-theme .technology-section h2,.dark-theme .technology-section h3{color:#1e293b!important;color:var(--text-primary)!important}.dark-theme .sim-cards-grid{background:#0000!important}.dark-theme .sim-card{background:#374151cc!important;border-color:#4b55634d #4b55634d #4b55634d #06b6d4!important}.dark-theme .sim-card:hover{background:#374151e6!important;border-left-color:#0891b2!important}.dark-theme .sim-provider{color:#1e293b!important;color:var(--text-primary)!important;font-weight:700!important;font-weight:var(--font-bold)!important}.dark-theme .sim-details{background:#0000!important}.dark-theme .sim-detail{background:#1f2937cc!important;border-color:#4b55634d!important}.dark-theme .sim-detail .detail-label{color:#0ea5e9!important;color:var(--primary-color)!important}.dark-theme .sim-detail .detail-value{color:#1e293b!important;color:var(--text-primary)!important;font-weight:600!important;font-weight:var(--font-semibold)!important}.dark-theme .purchase-locations{background:#0000!important}.dark-theme .locations-label{color:#0ea5e9!important;color:var(--primary-color)!important}.dark-theme .locations-tags{background:#0000!important}.dark-theme .location-tag{background:#60a5fa33!important;border-color:#60a5fa4d!important;color:#0ea5e9!important;color:var(--primary-color)!important}.dark-theme .wifi-location{border-color:#4b55634d!important}.dark-theme .wifi-details{color:#64748b!important;color:var(--text-secondary)!important}.dark-theme .apps-section{background:#374151cc!important}.dark-theme .apps-grid{background:#0000!important}.dark-theme .app-card{background:#1f2937cc!important;border-color:#4b55634d #4b55634d #4b55634d #10b981!important}.dark-theme .app-card:hover{background:#1f2937e6!important;border-left-color:#059669!important}.dark-theme .app-name{color:#1e293b!important;color:var(--text-primary)!important;font-weight:700!important;font-weight:var(--font-bold)!important}.dark-theme .app-description{color:#64748b!important;color:var(--text-secondary)!important}.dark-theme .app-features{background:#0000!important}.dark-theme .app-feature{background:#10b9811a!important;color:#6ee7b7!important}.dark-theme .radio-name{color:#1e293b!important;color:var(--text-primary)!important;font-weight:700!important;font-weight:var(--font-bold)!important}.dark-theme .radio-details p{color:#64748b!important;color:var(--text-secondary)!important}.dark-theme .device-section{background:#374151cc!important}.dark-theme .device-grid{background:#0000!important}.dark-theme .device-item{background:#1f2937cc!important;border-color:#4b55634d!important}.dark-theme .device-name{color:#1e293b!important;color:var(--text-primary)!important}.dark-theme .device-details,.dark-theme .support-item{color:#64748b!important;color:var(--text-secondary)!important}.dark-theme .support-title{color:#1e293b!important;color:var(--text-primary)!important}.dark-theme .tech-support{background:#374151cc!important;border-color:#4b55634d!important}.dark-theme .tech-support h3{color:#1e293b!important;color:var(--text-primary)!important}.dark-theme .support-grid{background:#0000!important}.dark-theme .support-item{background:#1f2937cc!important;border-color:#4b55634d #4b55634d #4b55634d #8b5cf6!important}.dark-theme .support-item:hover{background:#1f2937e6!important;border-left-color:#7c3aed!important}.dark-theme .support-name,.dark-theme .support-title{color:#1e293b!important;color:var(--text-primary)!important;font-weight:600!important;font-weight:var(--font-semibold)!important}.dark-theme .support-description,.dark-theme .support-details{color:#64748b!important;color:var(--text-secondary)!important}.dark-theme .support-contact{color:#0ea5e9!important;color:var(--primary-color)!important}.dark-theme .radio-section{background:#374151cc!important;border-color:#4b55634d!important}.dark-theme .radio-section h3{color:#1e293b!important;color:var(--text-primary)!important}.dark-theme .radio-grid{background:#0000!important}.dark-theme .radio-station{background:#1f2937cc!important;border-color:#4b55634d #4b55634d #4b55634d #dc2626!important}.dark-theme .radio-station:hover{background:#1f2937e6!important;border-left-color:#b91c1c!important}.dark-theme .radio-name,.dark-theme .station-name{color:#1e293b!important;color:var(--text-primary)!important;font-weight:700!important;font-weight:var(--font-bold)!important}.dark-theme .frequency-badge{background:#dc2626!important;border:1px solid #b91c1c!important;color:#fff!important}.dark-theme .radio-details{background:#0000!important}.dark-theme .radio-description,.dark-theme .radio-details p{color:#64748b!important;color:var(--text-secondary)!important}.dark-theme .radio-frequency{color:#1e293b!important;color:var(--text-primary)!important;font-family:JetBrains Mono,SF Mono,Monaco,Cascadia Code,Roboto Mono,Consolas,Courier New,monospace!important;font-family:var(--font-mono)!important}.dark-theme .location-name,.dark-theme .wifi-name{color:#1e293b!important;color:var(--text-primary)!important;font-weight:600!important;font-weight:var(--font-semibold)!important}.dark-theme .wifi-description,.dark-theme .wifi-details{color:#64748b!important;color:var(--text-secondary)!important}.dark-theme .wifi-access,.dark-theme .wifi-speed{background:#0ea5e91a!important;color:#0ea5e9!important;color:var(--primary-color)!important}.dark-theme .exchange-section{background:#374151cc!important;border-color:#4b55634d!important}.dark-theme .exchange-section h3{color:#1e293b!important;color:var(--text-primary)!important}.dark-theme .exchange-grid{background:#0000!important}.dark-theme .exchange-item{background:#1f2937cc!important;border-color:#4b55634d #4b55634d #4b55634d #f59e0b!important}.dark-theme .exchange-item:hover{background:#1f2937e6!important;border-left-color:#d97706!important}.dark-theme .exchange-location,.dark-theme .exchange-name{color:#1e293b!important;color:var(--text-primary)!important;font-weight:600!important;font-weight:var(--font-semibold)!important}.dark-theme .exchange-details{background:#0000!important}.dark-theme .exchange-detail{background:#37415199!important;border-color:#4b55634d!important}.dark-theme .exchange-detail .detail-label{color:#0ea5e9!important;color:var(--primary-color)!important}.dark-theme .exchange-detail .detail-value{color:#1e293b!important;color:var(--text-primary)!important}.dark-theme .exchange-currencies,.dark-theme .exchange-hours,.dark-theme .exchange-rates{color:#64748b!important;color:var(--text-secondary)!important}.dark-theme .atm-section{background:#374151cc!important;border-color:#4b55634d!important}.dark-theme .atm-section h3{color:#1e293b!important;color:var(--text-primary)!important}.dark-theme .atm-grid{background:#0000!important}.dark-theme .atm-item{background:#1f2937cc!important;border-color:#4b55634d #4b55634d #4b55634d #10b981!important}.dark-theme .atm-item:hover{background:#1f2937e6!important;border-left-color:#059669!important}.dark-theme .atm-name,.dark-theme .atm-network{color:#1e293b!important;color:var(--text-primary)!important;font-weight:600!important;font-weight:var(--font-semibold)!important}.dark-theme .atm-details{background:#0000!important}.dark-theme .atm-detail{background:#37415199!important;border-color:#4b55634d!important}.dark-theme .atm-detail .detail-label{color:#0ea5e9!important;color:var(--primary-color)!important}.dark-theme .atm-detail .detail-value{color:#1e293b!important;color:var(--text-primary)!important}.dark-theme .atm-availability,.dark-theme .atm-fees,.dark-theme .atm-locations{color:#64748b!important;color:var(--text-secondary)!important}.dark-theme .atm-foreign-cards{background:#10b9811a!important;color:#6ee7b7!important}.dark-theme .detail-grid{background:#0000!important}.dark-theme .detail-item{background:#1f2937cc!important;border-color:#4b55634d!important}.dark-theme .detail-item .label{color:#0ea5e9!important;color:var(--primary-color)!important}.dark-theme .detail-item .value{color:#1e293b!important;color:var(--text-primary)!important}.dark-theme .detail-icon,.dark-theme .feature-icon,.dark-theme .section-icon{color:#0ea5e9!important;color:var(--primary-color)!important}.dark-theme .financial-planning-section p,.dark-theme .technology-section p{color:#64748b!important;color:var(--text-secondary)!important}.dark-theme .financial-planning-section strong,.dark-theme .technology-section strong{color:#1e293b!important;color:var(--text-primary)!important}.dark-theme .payment-section{background:#374151cc!important;border-color:#4b55634d!important}.dark-theme .payment-section h3{color:#1e293b!important;color:var(--text-primary)!important}.dark-theme .payment-grid{background:#0000!important}.dark-theme .payment-item{background:#1f2937cc!important;border-color:#4b55634d #4b55634d #4b55634d #8b5cf6!important}.dark-theme .payment-item:hover{background:#1f2937e6!important;border-left-color:#7c3aed!important}.dark-theme .payment-method,.dark-theme .payment-name{color:#1e293b!important;color:var(--text-primary)!important;font-weight:600!important;font-weight:var(--font-semibold)!important}.dark-theme .payment-details{background:#0000!important}.dark-theme .payment-detail{background:#37415199!important;border-color:#4b55634d!important}.dark-theme .payment-detail .detail-label{color:#0ea5e9!important;color:var(--primary-color)!important}.dark-theme .payment-detail .detail-value{color:#1e293b!important;color:var(--text-primary)!important}.dark-theme .payment-acceptance,.dark-theme .payment-fees,.dark-theme .payment-locations{color:#64748b!important;color:var(--text-secondary)!important}.dark-theme .payment-widely-accepted{background:#10b9811a!important;color:#6ee7b7!important}.dark-theme .payment-limited{background:#fbbf241a!important;color:#fbbf24!important}.dark-theme .payment-not-accepted{background:#f871711a!important;color:#f87171!important}.dark-theme .payment-card-info{background:#1f293799!important;border-color:#4b55634d!important}.dark-theme .payment-card-info h5{color:#1e293b!important;color:var(--text-primary)!important}.dark-theme .card-types{background:#0000!important}.dark-theme .card-type{background:#8b5cf61a!important;border-color:#8b5cf64d!important;color:#a78bfa!important}.dark-theme .cash-info{background:#1f293799!important;border-color:#4b55634d!important}.dark-theme .cash-recommendation{color:#64748b!important;color:var(--text-secondary)!important}.dark-theme .cash-amount{color:#1e293b!important;color:var(--text-primary)!important;font-weight:700!important;font-weight:var(--font-bold)!important}.dark-theme .travel-info .app-card *,.dark-theme .travel-info .atm-item *,.dark-theme .travel-info .exchange-item *,.dark-theme .travel-info .language-item *,.dark-theme .travel-info .payment-item *,.dark-theme .travel-info .radio-station *,.dark-theme .travel-info .sim-card *,.dark-theme .travel-info .support-item *,.dark-theme .travel-info .video-item *,.dark-theme .travel-info .wifi-location *{color:#64748b!important;color:var(--text-secondary)!important}.dark-theme .travel-info .app-card h4,.dark-theme .travel-info .app-card h5,.dark-theme .travel-info .atm-item h4,.dark-theme .travel-info .atm-item h5,.dark-theme .travel-info .exchange-item h4,.dark-theme .travel-info .exchange-item h5,.dark-theme .travel-info .language-item h4,.dark-theme .travel-info .language-item h5,.dark-theme .travel-info .payment-item h4,.dark-theme .travel-info .payment-item h5,.dark-theme .travel-info .radio-station h4,.dark-theme .travel-info .radio-station h5,.dark-theme .travel-info .sim-card h4,.dark-theme .travel-info .sim-card h5,.dark-theme .travel-info .support-item h4,.dark-theme .travel-info .support-item h5,.dark-theme .travel-info .video-item h4,.dark-theme .travel-info .video-item h5,.dark-theme .travel-info .wifi-location h4,.dark-theme .travel-info .wifi-location h5{color:#1e293b!important;color:var(--text-primary)!important;font-weight:700!important;font-weight:var(--font-bold)!important}.dark-theme .travel-info .app-detail .detail-label,.dark-theme .travel-info .atm-detail .detail-label,.dark-theme .travel-info .detail-label,.dark-theme .travel-info .exchange-detail .detail-label,.dark-theme .travel-info .payment-detail .detail-label,.dark-theme .travel-info .radio-detail .detail-label,.dark-theme .travel-info .sim-detail .detail-label,.dark-theme .travel-info .wifi-detail .detail-label{color:#0ea5e9!important;color:var(--primary-color)!important;font-weight:500!important;font-weight:var(--font-medium)!important}.dark-theme .travel-info .app-detail .detail-value,.dark-theme .travel-info .atm-detail .detail-value,.dark-theme .travel-info .detail-value,.dark-theme .travel-info .exchange-detail .detail-value,.dark-theme .travel-info .payment-detail .detail-value,.dark-theme .travel-info .radio-detail .detail-value,.dark-theme .travel-info .sim-detail .detail-value,.dark-theme .travel-info .wifi-detail .detail-value{color:#1e293b!important;color:var(--text-primary)!important;font-weight:600!important;font-weight:var(--font-semibold)!important}.dark-theme .app-card p,.dark-theme .atm-item p,.dark-theme .exchange-item p,.dark-theme .language-item p,.dark-theme .payment-item p,.dark-theme .radio-station p,.dark-theme .sim-card p,.dark-theme .support-item p,.dark-theme .video-item p,.dark-theme .wifi-location p{color:#64748b!important;color:var(--text-secondary)!important;line-height:1.5!important;margin:.5rem 0!important}.dark-theme .app-name,.dark-theme .atm-network,.dark-theme .exchange-location,.dark-theme .language-name,.dark-theme .payment-method,.dark-theme .radio-name,.dark-theme .sim-provider,.dark-theme .support-name,.dark-theme .video-title,.dark-theme .wifi-name{color:#1e293b!important;color:var(--text-primary)!important;font-size:1rem!important;font-size:var(--font-base)!important;font-weight:700!important;font-weight:var(--font-bold)!important}.dark-theme .app-description,.dark-theme .atm-description,.dark-theme .exchange-description,.dark-theme .language-description,.dark-theme .payment-description,.dark-theme .radio-description,.dark-theme .sim-description,.dark-theme .support-description,.dark-theme .video-description,.dark-theme .wifi-description{color:#64748b!important;color:var(--text-secondary)!important;font-size:.875rem!important;font-size:var(--font-sm)!important;line-height:1.5!important}.dark-theme .availability-tag,.dark-theme .card-type,.dark-theme .feature-tag,.dark-theme .frequency-badge,.dark-theme .location-tag{background:#60a5fa33!important;border:1px solid #60a5fa4d!important;border-radius:4px!important;color:#0ea5e9!important;color:var(--primary-color)!important;font-weight:500!important;font-weight:var(--font-medium)!important;padding:.25rem .5rem!important}.dark-theme .app-cost,.dark-theme .atm-fee,.dark-theme .exchange-rate,.dark-theme .service-cost,.dark-theme .sim-cost{background:#10b9811a!important;border-radius:4px!important;color:#1e293b!important;color:var(--text-primary)!important;font-weight:700!important;font-weight:var(--font-bold)!important;padding:.25rem .5rem!important}.dark-theme .wifi-section{background:#374151cc!important;border-color:#4b55634d!important}.dark-theme .wifi-section h3{color:#1e293b!important;color:var(--text-primary)!important;font-weight:700!important;font-weight:var(--font-bold)!important}.dark-theme .wifi-grid{background:#0000!important}.dark-theme .wifi-location{background:#1f2937cc!important;border-color:#4b55634d #4b55634d #4b55634d #0ea5e9!important}.dark-theme .wifi-location:hover{background:#1f2937e6!important;border-left-color:#0284c7!important}.dark-theme .wifi-name{color:#1e293b!important;color:var(--text-primary)!important;font-weight:700!important;font-weight:var(--font-bold)!important}.dark-theme .wifi-description{color:#64748b!important;color:var(--text-secondary)!important}.dark-theme .wifi-features{background:#0000!important}.dark-theme .wifi-feature{background:#0ea5e91a!important;color:#60a5fa!important}.dark-theme .travel-info .app-card,.dark-theme .travel-info .atm-item,.dark-theme .travel-info .country-item,.dark-theme .travel-info .currency-item,.dark-theme .travel-info .device-item,.dark-theme .travel-info .etiquette-item,.dark-theme .travel-info .exchange-item,.dark-theme .travel-info .guideline-item,.dark-theme .travel-info .language-item,.dark-theme .travel-info .law-item,.dark-theme .travel-info .payment-item,.dark-theme .travel-info .radio-station,.dark-theme .travel-info .requirement-item,.dark-theme .travel-info .restriction-item,.dark-theme .travel-info .shopping-area,.dark-theme .travel-info .sim-card,.dark-theme .travel-info .support-item,.dark-theme .travel-info .video-item,.dark-theme .travel-info .wifi-location{background:#1f2937cc!important;border-color:#4b55634d!important;border-radius:8px!important;margin-bottom:1rem!important;padding:1rem!important;transition:all .3s ease!important}.dark-theme .travel-info .app-card:hover,.dark-theme .travel-info .atm-item:hover,.dark-theme .travel-info .country-item:hover,.dark-theme .travel-info .currency-item:hover,.dark-theme .travel-info .device-item:hover,.dark-theme .travel-info .etiquette-item:hover,.dark-theme .travel-info .exchange-item:hover,.dark-theme .travel-info .guideline-item:hover,.dark-theme .travel-info .language-item:hover,.dark-theme .travel-info .law-item:hover,.dark-theme .travel-info .payment-item:hover,.dark-theme .travel-info .radio-station:hover,.dark-theme .travel-info .requirement-item:hover,.dark-theme .travel-info .restriction-item:hover,.dark-theme .travel-info .shopping-area:hover,.dark-theme .travel-info .sim-card:hover,.dark-theme .travel-info .support-item:hover,.dark-theme .travel-info .video-item:hover,.dark-theme .travel-info .wifi-location:hover{background:#1f2937e6!important;box-shadow:0 4px 20px #0003!important;transform:translateY(-1px)!important}.dark-theme .travel-info .app-name,.dark-theme .travel-info .area-name,.dark-theme .travel-info .atm-network,.dark-theme .travel-info .country-name,.dark-theme .travel-info .currency-name,.dark-theme .travel-info .device-name,.dark-theme .travel-info .etiquette-title,.dark-theme .travel-info .exchange-location,.dark-theme .travel-info .guideline-title,.dark-theme .travel-info .language-name,.dark-theme .travel-info .law-title,.dark-theme .travel-info .payment-method,.dark-theme .travel-info .radio-name,.dark-theme .travel-info .requirement-title,.dark-theme .travel-info .restriction-title,.dark-theme .travel-info .sim-provider,.dark-theme .travel-info .support-name,.dark-theme .travel-info .video-title,.dark-theme .travel-info .wifi-name{color:#1e293b!important;color:var(--text-primary)!important;font-size:1rem!important;font-size:var(--font-base)!important;font-weight:700!important;font-weight:var(--font-bold)!important;margin-bottom:.5rem!important}.dark-theme .travel-info .app-description,.dark-theme .travel-info .area-description,.dark-theme .travel-info .atm-description,.dark-theme .travel-info .currency-description,.dark-theme .travel-info .device-description,.dark-theme .travel-info .etiquette-description,.dark-theme .travel-info .exchange-description,.dark-theme .travel-info .guideline-description,.dark-theme .travel-info .language-description,.dark-theme .travel-info .law-description,.dark-theme .travel-info .payment-description,.dark-theme .travel-info .radio-description,.dark-theme .travel-info .requirement-description,.dark-theme .travel-info .restriction-description,.dark-theme .travel-info .sim-description,.dark-theme .travel-info .support-description,.dark-theme .travel-info .video-description,.dark-theme .travel-info .wifi-description{color:#64748b!important;color:var(--text-secondary)!important;font-size:.875rem!important;font-size:var(--font-sm)!important;line-height:1.5!important;margin:0!important}.dark-theme .travel-info .detail-label{color:#0ea5e9!important;color:var(--primary-color)!important;font-size:.875rem!important;font-size:var(--font-sm)!important;font-weight:500!important;font-weight:var(--font-medium)!important}.dark-theme .travel-info .detail-value{color:#1e293b!important;color:var(--text-primary)!important;font-size:.875rem!important;font-size:var(--font-sm)!important;font-weight:600!important;font-weight:var(--font-semibold)!important}.dark-theme .travel-info .app-card p,.dark-theme .travel-info .atm-item p,.dark-theme .travel-info .currency-item p,.dark-theme .travel-info .device-item p,.dark-theme .travel-info .etiquette-item p,.dark-theme .travel-info .exchange-item p,.dark-theme .travel-info .guideline-item p,.dark-theme .travel-info .language-item p,.dark-theme .travel-info .law-item p,.dark-theme .travel-info .payment-item p,.dark-theme .travel-info .radio-station p,.dark-theme .travel-info .requirement-item p,.dark-theme .travel-info .restriction-item p,.dark-theme .travel-info .shopping-area p,.dark-theme .travel-info .sim-card p,.dark-theme .travel-info .support-item p,.dark-theme .travel-info .video-item p,.dark-theme .travel-info .wifi-location p{color:#64748b!important;color:var(--text-secondary)!important;line-height:1.5!important;margin:.5rem 0!important}.dark-theme .travel-info .app-card *,.dark-theme .travel-info .atm-item *,.dark-theme .travel-info .currency-item *,.dark-theme .travel-info .device-item *,.dark-theme .travel-info .etiquette-item *,.dark-theme .travel-info .exchange-item *,.dark-theme .travel-info .guideline-item *,.dark-theme .travel-info .language-item *,.dark-theme .travel-info .law-item *,.dark-theme .travel-info .payment-item *,.dark-theme .travel-info .radio-station *,.dark-theme .travel-info .requirement-item *,.dark-theme .travel-info .restriction-item *,.dark-theme .travel-info .shopping-area *,.dark-theme .travel-info .sim-card *,.dark-theme .travel-info .support-item *,.dark-theme .travel-info .video-item *,.dark-theme .travel-info .wifi-location *{color:#64748b!important;color:var(--text-secondary)!important}.dark-theme .travel-info .app-card h4,.dark-theme .travel-info .app-card h5,.dark-theme .travel-info .app-card strong,.dark-theme .travel-info .atm-item h4,.dark-theme .travel-info .atm-item h5,.dark-theme .travel-info .atm-item strong,.dark-theme .travel-info .exchange-item h4,.dark-theme .travel-info .exchange-item h5,.dark-theme .travel-info .exchange-item strong,.dark-theme .travel-info .language-item h4,.dark-theme .travel-info .language-item h5,.dark-theme .travel-info .language-item strong,.dark-theme .travel-info .payment-item h4,.dark-theme .travel-info .payment-item h5,.dark-theme .travel-info .payment-item strong,.dark-theme .travel-info .radio-station h4,.dark-theme .travel-info .radio-station h5,.dark-theme .travel-info .radio-station strong,.dark-theme .travel-info .sim-card h4,.dark-theme .travel-info .sim-card h5,.dark-theme .travel-info .sim-card strong,.dark-theme .travel-info .support-item h4,.dark-theme .travel-info .support-item h5,.dark-theme .travel-info .support-item strong,.dark-theme .travel-info .video-item h4,.dark-theme .travel-info .video-item h5,.dark-theme .travel-info .video-item strong,.dark-theme .travel-info .wifi-location h4,.dark-theme .travel-info .wifi-location h5,.dark-theme .travel-info .wifi-location strong{color:#1e293b!important;color:var(--text-primary)!important;font-weight:700!important;font-weight:var(--font-bold)!important}.dark-theme .travel-info .app-label,.dark-theme .travel-info .atm-label,.dark-theme .travel-info .currency-label,.dark-theme .travel-info .detail-label,.dark-theme .travel-info .etiquette-label,.dark-theme .travel-info .exchange-label,.dark-theme .travel-info .language-label,.dark-theme .travel-info .payment-label,.dark-theme .travel-info .radio-label,.dark-theme .travel-info .sim-label,.dark-theme .travel-info .support-label,.dark-theme .travel-info .video-label,.dark-theme .travel-info .wifi-label{color:#60a5fa!important;font-size:.875rem!important;font-size:var(--font-sm)!important;font-weight:500!important;font-weight:var(--font-medium)!important;letter-spacing:.02em!important;min-width:80px!important;text-transform:none!important}.dark-theme .travel-info .app-value,.dark-theme .travel-info .atm-value,.dark-theme .travel-info .currency-value,.dark-theme .travel-info .detail-value,.dark-theme .travel-info .etiquette-value,.dark-theme .travel-info .exchange-value,.dark-theme .travel-info .language-value,.dark-theme .travel-info .payment-value,.dark-theme .travel-info .radio-value,.dark-theme .travel-info .sim-value,.dark-theme .travel-info .support-value,.dark-theme .travel-info .video-value,.dark-theme .travel-info .wifi-value{color:#1e293b!important;color:var(--text-primary)!important;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,system-ui,sans-serif!important;font-family:var(--font-primary)!important;font-size:1rem!important;font-size:var(--font-base)!important;font-weight:500!important;font-weight:var(--font-medium)!important;text-align:right!important}.dark-theme .travel-info .app-detail,.dark-theme .travel-info .atm-detail,.dark-theme .travel-info .currency-item,.dark-theme .travel-info .etiquette-detail,.dark-theme .travel-info .exchange-detail,.dark-theme .travel-info .language-detail,.dark-theme .travel-info .payment-detail,.dark-theme .travel-info .radio-detail,.dark-theme .travel-info .sim-detail,.dark-theme .travel-info .support-detail,.dark-theme .travel-info .video-detail,.dark-theme .travel-info .wifi-detail{align-items:center!important;background:#1f2937cc!important;border-left:3px solid #f59e0b!important;border-radius:6px!important;display:flex!important;justify-content:space-between!important;margin-bottom:.5rem!important;padding:.75rem 1rem!important;transition:all .2s ease!important}.dark-theme .travel-info .app-detail:hover,.dark-theme .travel-info .atm-detail:hover,.dark-theme .travel-info .currency-item:hover,.dark-theme .travel-info .etiquette-detail:hover,.dark-theme .travel-info .exchange-detail:hover,.dark-theme .travel-info .language-detail:hover,.dark-theme .travel-info .payment-detail:hover,.dark-theme .travel-info .radio-detail:hover,.dark-theme .travel-info .sim-detail:hover,.dark-theme .travel-info .support-detail:hover,.dark-theme .travel-info .video-detail:hover,.dark-theme .travel-info .wifi-detail:hover{background:#1f2937e6!important;transform:translateX(2px)!important}.unified-stats-section{margin:1.5rem 0}.unified-stats-section .section-title{align-items:center;color:#1e293b;color:var(--text-primary);display:flex;font-size:1.5rem;font-weight:600;font-weight:var(--font-semibold);gap:.5rem;justify-content:center;margin-bottom:1.5rem;text-align:center}.unified-stats-grid{grid-gap:1rem;display:grid;gap:1rem;grid-template-columns:repeat(auto-fit,minmax(140px,1fr));margin:0 auto;max-width:1200px}.unified-stat-card{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#fff;background:var(--bg-primary);border:1px solid #e2e8f0;border:1px solid var(--border-color);border-radius:16px;box-shadow:0 2px 8px #0000000a;overflow:hidden;padding:1.25rem 1rem;position:relative;text-align:center;transition:all .3s cubic-bezier(.4,0,.2,1)}.unified-stat-card.primary{background:linear-gradient(135deg,#0ea5e90d,#06b6d40d);border-color:#0ea5e933}.unified-stat-card.secondary{background:#f8fafccc;border-color:#e2e8f0cc}.unified-stat-card:after{background:linear-gradient(90deg,#0ea5e9,#06b6d4);background:linear-gradient(90deg,var(--primary-color),var(--secondary-color));content:"";height:3px;left:0;opacity:0;position:absolute;right:0;top:0;transition:opacity .3s ease}.unified-stat-card:hover{border-color:#0ea5e9;border-color:var(--primary-color);box-shadow:0 8px 25px #0000001a;transform:translateY(-3px)}.unified-stat-card:hover:after{opacity:1}.unified-stat-card .stat-icon{align-items:center;background:linear-gradient(135deg,#0ea5e9,#06b6d4);background:linear-gradient(135deg,var(--primary-color),var(--secondary-color));border-radius:12px;box-shadow:0 3px 8px #0ea5e940;display:flex;height:2.5rem;justify-content:center;margin:0 auto 1rem;transition:all .2s ease;width:2.5rem}.unified-stat-card:hover .stat-icon{box-shadow:0 4px 12px #0ea5e959;transform:scale(1.05)}.unified-stat-card .stat-icon svg{color:#fff;height:1.25rem;width:1.25rem}.unified-stat-card .stat-emoji{color:#fff;font-size:1.25rem}.unified-stat-card .stat-content h3{-webkit-text-fill-color:#0000;background:linear-gradient(135deg,#0ea5e9,#06b6d4);background:linear-gradient(135deg,var(--primary-color),var(--secondary-color));-webkit-background-clip:text;background-clip:text;color:#1e293b;color:var(--text-primary);font-size:1.75rem;font-weight:700;font-weight:var(--font-bold);line-height:1.1;margin:0 0 .25rem}.unified-stat-card .stat-content p{color:#1e293b;color:var(--text-primary);font-size:.875rem;font-size:var(--font-sm);font-weight:500;font-weight:var(--font-medium);letter-spacing:.03em;margin:0 0 .25rem;text-transform:uppercase}.unified-stat-card .stat-detail{color:#64748b;color:var(--text-secondary);font-size:10px;font-weight:400;font-weight:var(--font-normal);line-height:1.2;opacity:.8}.dark-theme .unified-stat-card{background:#fff;background:var(--bg-primary);border-color:#e2e8f0;border-color:var(--border-color)}.dark-theme .unified-stat-card.primary{background:linear-gradient(135deg,#60a5fa0d,#93c5fd0d)}.dark-theme .unified-stat-card.secondary{background:#f8fafc;background:var(--bg-secondary)}.dark-theme .unified-stat-card:hover{border-color:#0ea5e9;border-color:var(--primary-color);box-shadow:0 16px 40px #0000004d}@media (max-width:768px){.unified-stats-grid{gap:.75rem;grid-template-columns:repeat(4,1fr)}.unified-stat-card{border-radius:12px;padding:1rem .75rem}.unified-stat-card .stat-icon{border-radius:8px;height:2rem;margin-bottom:.75rem;width:2rem}.unified-stat-card .stat-icon svg{height:1rem;width:1rem}.unified-stat-card .stat-emoji{font-size:1rem}.unified-stat-card .stat-content h3{font-size:1.25rem}.unified-stat-card .stat-content p{font-size:11px}.unified-stat-card .stat-detail{font-size:9px}}@media (max-width:480px){.unified-stats-grid{gap:.75rem;grid-template-columns:repeat(2,1fr)}.unified-stats-section{margin:1rem 0}.unified-stats-section .section-title{font-size:1.25rem;margin-bottom:1rem}}.unified-stat-card.primary:before{background:linear-gradient(135deg,#ffffff1a,#ffffff0d);bottom:0;content:"";left:0;pointer-events:none;position:absolute;right:0;top:0}.unified-stat-card:active{transform:translateY(-1px) scale(.98)}.accessibility-alternatives-section,.weather-alternatives-section{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#fffffff2;border:1px solid #fff3;border-left:4px solid #f59e0b;border-radius:16px;box-shadow:0 4px 20px #00000014;margin:2rem 0;padding:1.5rem;position:relative;transition:all .3s ease}.accessibility-alternatives-section .section-title,.weather-alternatives-section .section-title{align-items:center;color:#1e293b;color:var(--text-primary);display:flex;font-size:1.5rem;font-weight:600;font-weight:var(--font-semibold);gap:.75rem;margin-bottom:1.5rem}.accessibility-icon,.weather-icon{font-size:1.75rem}.accessibility-grid,.alternatives-grid{grid-gap:1.5rem;display:grid;gap:1.5rem;grid-template-columns:repeat(auto-fit,minmax(300px,1fr))}.accessibility-alternative-card,.weather-alternative-card{background:#fff;background:var(--bg-primary);border:1px solid #e2e8f0;border:1px solid var(--border-color);border-radius:16px;box-shadow:0 2px 8px #0000000d;padding:1.5rem;transition:all .3s ease}.accessibility-alternative-card:hover,.weather-alternative-card:hover{border-color:#0ea5e9;border-color:var(--primary-color);box-shadow:0 12px 30px #0000001a;transform:translateY(-4px)}.alternative-header{margin-bottom:1rem}.condition-title{align-items:center;color:#1e293b;color:var(--text-primary);display:flex;font-size:1.125rem;font-size:var(--font-lg);font-weight:600;font-weight:var(--font-semibold);gap:.5rem;margin:0}.alternative-activities{display:flex;flex-direction:column;gap:.75rem}.alternative-activity{align-items:center;background:#f8fafc;background:var(--bg-secondary);border-radius:12px;display:flex;gap:.75rem;padding:.75rem;transition:all .2s ease}.alternative-activity:hover{background:#0ea5e91a;transform:translateX(4px)}.activity-icon{flex-shrink:0;font-size:1rem}.activity-name{color:#1e293b;color:var(--text-primary);font-size:1rem;font-size:var(--font-base);font-weight:500;font-weight:var(--font-medium)}.accessibility-alternatives-section{margin:2.5rem 0;padding:0 1rem}.accessibility-grid{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:repeat(auto-fit,minmax(350px,1fr))}.accessibility-alternative-card{background:#fff;background:var(--bg-primary);border:1px solid #e2e8f0;border:1px solid var(--border-color);border-radius:20px;box-shadow:0 4px 12px #0000000d;padding:2rem;transition:all .3s ease}.accessibility-alternative-card:hover{border-color:#0ea5e9;border-color:var(--primary-color);box-shadow:0 16px 40px #0000001f;transform:translateY(-6px)}.alternative-comparison{align-items:center;background:#f8fafc;background:var(--bg-secondary);border-radius:16px;display:flex;gap:1.5rem;margin-bottom:1.5rem;min-height:100px;padding:1.5rem}.alternative-option,.original-option{align-items:center;background:#ffffffb3;border:1px solid #0000000d;border-radius:12px;display:flex;flex:1 1;flex-direction:column;justify-content:center;padding:1rem;text-align:center;transition:all .2s ease}.alternative-option:hover,.original-option:hover{background:#ffffffe6;transform:scale(1.02)}.option-label{background:#0ea5e91a;border-radius:8px;color:#64748b;color:var(--text-secondary);display:block;font-size:.75rem;font-size:var(--font-xs);font-weight:700;font-weight:var(--font-bold);letter-spacing:.1em;line-height:1;margin-bottom:1rem;padding:.25rem .75rem;text-transform:uppercase}.option-text{color:#1e293b;color:var(--text-primary);display:block;font-size:1.125rem;font-size:var(--font-lg);font-weight:600;font-weight:var(--font-semibold);line-height:1.3;max-width:200px;text-align:center}.arrow-separator{align-items:center;background:#0ea5e91a;border-radius:50%;color:#0ea5e9;color:var(--primary-color);display:flex;flex-shrink:0;font-size:2rem;font-weight:700;height:50px;justify-content:center;min-width:50px;transition:all .3s ease}.arrow-separator:hover{background:#0ea5e933;transform:scale(1.1)}.alternative-reason{align-items:center;background:#22c55e1a;border:1px solid #22c55e33;border-radius:12px;display:flex;gap:.5rem;padding:.75rem}.reason-icon{flex-shrink:0;font-size:1rem}.reason-text{color:#1e293b;color:var(--text-primary);font-size:.875rem;font-size:var(--font-sm);font-style:italic;line-height:1.4}.dark-theme .accessibility-alternative-card,.dark-theme .weather-alternative-card{background:#fff;background:var(--bg-primary);border-color:#e2e8f0;border-color:var(--border-color)}.dark-theme .accessibility-alternative-card:hover,.dark-theme .weather-alternative-card:hover{border-color:#0ea5e9;border-color:var(--primary-color);box-shadow:0 12px 30px #0003}.dark-theme .alternative-activity{background:#f8fafc;background:var(--bg-secondary)}.dark-theme .alternative-activity:hover{background:#60a5fa1a}.dark-theme .alternative-comparison{background:#f8fafc;background:var(--bg-secondary)}.dark-theme .alternative-reason{background:#22c55e26;border-color:#22c55e4d}@media (max-width:768px){.accessibility-grid,.alternatives-grid{gap:1.5rem;grid-template-columns:1fr}.accessibility-alternatives-section{padding:0 .5rem}.alternative-comparison{align-items:center;flex-direction:column;gap:1.5rem;min-height:auto;padding:1.5rem 1rem}.alternative-option,.original-option{background:#fffc;border:1px solid #e2e8f0;border:1px solid var(--border-color);border-radius:12px;box-shadow:0 2px 8px #0000000d;max-width:280px;padding:1.25rem;width:100%}.option-label{font-size:11px;margin-bottom:.75rem;padding:.375rem 1rem}.option-text{font-size:1rem;font-size:var(--font-base);max-width:none}.arrow-separator{font-size:1.5rem;height:40px;margin:.75rem 0;min-width:40px;transform:rotate(90deg);width:40px}.accessibility-alternative-card,.weather-alternative-card{border-radius:16px;padding:1.5rem}.alternative-reason{margin-top:.5rem;padding:1rem}}.hospitals-section{margin-top:1.5rem}.hospitals-section h4{align-items:center;color:#1e293b;color:var(--text-primary);display:flex;font-size:1.125rem;font-size:var(--font-lg);font-weight:600;font-weight:var(--font-semibold);gap:.5rem;margin-bottom:1rem}.hospitals-grid{grid-gap:1rem;display:grid;gap:1rem;grid-template-columns:repeat(auto-fit,minmax(300px,1fr))}.hospital-card{background:#fff;background:var(--bg-primary);border:1px solid #e2e8f0;border:1px solid var(--border-color);border-radius:16px;box-shadow:0 2px 8px #0000000d;padding:1.5rem;transition:all .3s ease}.hospital-card:hover{border-color:#0ea5e9;border-color:var(--primary-color);box-shadow:0 8px 25px #0000001a;transform:translateY(-2px)}.hospital-header{align-items:flex-start;display:flex;gap:1rem;justify-content:space-between;margin-bottom:1rem}.hospital-name{color:#1e293b;color:var(--text-primary);font-size:1.125rem;font-size:var(--font-lg);line-height:1.3;margin:0}.english-badge,.hospital-name{font-weight:600;font-weight:var(--font-semibold)}.english-badge{background:linear-gradient(135deg,#22c55e,#16a34a);border-radius:12px;color:#fff;flex-shrink:0;font-size:.75rem;font-size:var(--font-xs);letter-spacing:.05em;padding:.25rem .75rem;text-transform:uppercase}.hospital-details{display:flex;flex-direction:column;gap:.75rem;margin-bottom:1rem}.hospital-address,.hospital-distance,.hospital-phone{align-items:flex-start;display:flex;gap:.5rem}.detail-icon{flex-shrink:0;font-size:1rem;margin-top:.125rem}.address-text,.distance-text{color:#64748b;color:var(--text-secondary);line-height:1.4}.address-text,.distance-text,.phone-link{font-size:.875rem;font-size:var(--font-sm)}.phone-link{color:#0ea5e9;color:var(--primary-color);font-weight:500;font-weight:var(--font-medium);text-decoration:none;transition:color .2s ease}.phone-link:hover{color:#06b6d4;color:var(--secondary-color);text-decoration:underline}.hospital-services{border-top:1px solid #e2e8f0;border-top:1px solid var(--border-color);padding-top:1rem}.services-label{color:#64748b;color:var(--text-secondary);display:block;font-size:.875rem;font-size:var(--font-sm);font-weight:500;font-weight:var(--font-medium);margin-bottom:.5rem}.services-tags{display:flex;flex-wrap:wrap;gap:.5rem}.service-tag{background:#f8fafc;background:var(--bg-secondary);border:1px solid #e2e8f0;border:1px solid var(--border-color);border-radius:8px;color:#64748b;color:var(--text-secondary);font-size:.75rem;font-size:var(--font-xs);font-weight:500;font-weight:var(--font-medium);padding:.25rem .75rem;text-transform:capitalize}.dark-theme .hospital-card{background:#fff;background:var(--bg-primary);border-color:#e2e8f0;border-color:var(--border-color)}.dark-theme .hospital-card:hover{border-color:#0ea5e9;border-color:var(--primary-color);box-shadow:0 8px 25px #0003}.dark-theme .english-badge{background:linear-gradient(135deg,#16a34a,#15803d)}.dark-theme .service-tag{background:#f8fafc;background:var(--bg-secondary);color:#64748b;color:var(--text-secondary)}.dark-theme .hospital-services,.dark-theme .service-tag{border-color:#e2e8f0;border-color:var(--border-color)}@media (max-width:768px){.hospitals-grid{grid-template-columns:1fr}.hospital-header{align-items:flex-start;flex-direction:column;gap:.75rem}.hospital-card{padding:1rem}}.floating-checklist-trigger{margin:0!important;padding:0!important;pointer-events:auto!important;transform:none!important}.container .floating-checklist-trigger,.floating-checklist-trigger,.main-content .floating-checklist-trigger,.pathplanner-layout .floating-checklist-trigger,.trip-planner .floating-checklist-trigger{bottom:6rem!important;position:fixed!important;right:2rem!important;z-index:999999!important}.checklist-fab{animation:fabPulse 3s ease-in-out infinite;background:linear-gradient(135deg,#667eea,#764ba2);border:none;border-radius:50%;box-shadow:0 8px 32px #667eea66,0 0 0 0 #667eeab3;cursor:pointer;height:80px;overflow:hidden;position:relative;transition:all .3s cubic-bezier(.4,0,.2,1);width:80px}@keyframes fabPulse{0%,to{box-shadow:0 8px 32px #667eea66,0 0 0 0 #667eeab3}50%{box-shadow:0 8px 32px #667eea66,0 0 0 20px #667eea00}}.checklist-fab:hover{animation:none;box-shadow:0 12px 40px #667eea99;transform:translateY(-4px) scale(1.05)}.checklist-fab:active{transform:translateY(-2px) scale(1.02)}.fab-content{align-items:center;color:#fff;display:flex;flex-direction:column;height:100%;justify-content:center;position:relative}.fab-icon{height:24px;margin-bottom:4px;width:24px}.fab-progress{align-items:center;border-radius:50%;display:flex;height:32px;justify-content:center;position:relative;width:32px}.fab-progress-ring{border-radius:50%;height:100%;-webkit-mask:radial-gradient(circle at center,#0000 60%,#000 0);mask:radial-gradient(circle at center,#0000 60%,#000 0);position:absolute;width:100%}.fab-percentage{color:#fff;font-size:10px;font-weight:700}.floating-checklist-overlay{align-items:center;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);background:#0006;bottom:0;display:flex;justify-content:center;left:0;overflow-y:auto;padding:1rem;position:fixed!important;right:0;top:0;z-index:10000}.floating-checklist{animation:slideInUp .4s cubic-bezier(.4,0,.2,1);-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);background:#fffffff2;border:1px solid #fff3;border-radius:24px;box-shadow:0 20px 60px #00000026,0 0 0 1px #ffffff1a;max-height:80vh;max-width:480px;overflow:hidden;width:100%}@keyframes slideInUp{0%{opacity:0;transform:translateY(30px) scale(.95)}to{opacity:1;transform:translateY(0) scale(1)}}.checklist-floating-header{align-items:center;background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;display:flex;justify-content:space-between;overflow:hidden;padding:1.5rem;position:relative}.checklist-floating-header:before{animation:shimmer 3s ease-in-out infinite;background:radial-gradient(circle,#ffffff1a 0,#0000 70%);content:"";height:200%;position:absolute;right:-50%;top:-50%;width:100%}@keyframes shimmer{0%,to{transform:translateX(-100%)}50%{transform:translateX(100%)}}.header-left{align-items:center;display:flex;gap:1rem;position:relative;z-index:2}.checklist-icon-wrapper{align-items:center;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#fff3;border-radius:12px;display:flex;height:40px;justify-content:center;width:40px}.header-icon{height:20px;width:20px}.floating-title{-webkit-text-fill-color:#0000;background:linear-gradient(45deg,#fff,#f0f9ff);-webkit-background-clip:text;background-clip:text;font-size:1.25rem;font-weight:700;margin:0}.floating-subtitle{font-size:.875rem;margin:0;opacity:.9}.header-actions{display:flex;gap:.5rem;position:relative;z-index:2}.close-btn,.minimize-btn{align-items:center;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#fff3;border:none;border-radius:8px;color:#fff;cursor:pointer;display:flex;height:32px;justify-content:center;transition:all .2s ease;width:32px}.close-btn:hover,.minimize-btn:hover{background:#ffffff4d;transform:scale(1.1)}.close-btn svg,.minimize-btn svg{height:16px;width:16px}.floating-progress-bar{background:#0000000d;height:8px;overflow:hidden;position:relative}.progress-fill-floating{background:linear-gradient(90deg,#22c55e,#16a34a);height:100%;position:relative;transition:width .5s cubic-bezier(.4,0,.2,1)}.progress-fill-floating:after{animation:progressShine 2s ease-in-out infinite;background:linear-gradient(90deg,#0000,#ffffff4d,#0000);bottom:0;content:"";left:0;position:absolute;right:0;top:0}@keyframes progressShine{0%{transform:translateX(-100%)}to{transform:translateX(100%)}}.progress-text-floating{color:#000000b3;font-size:10px;font-weight:600;left:50%;position:absolute;text-shadow:0 1px 2px #fffc;top:50%;transform:translate(-50%,-50%)}.floating-checklist-items{max-height:400px;overflow-y:auto;padding:1rem;scrollbar-color:#667eea4d #0000;scrollbar-width:thin}.floating-checklist-items::-webkit-scrollbar{width:6px}.floating-checklist-items::-webkit-scrollbar-track{background:#0000}.floating-checklist-items::-webkit-scrollbar-thumb{background:#667eea4d;border-radius:3px}.floating-item{align-items:center;background:#ffffff80;border:1px solid #ffffff4d;border-radius:12px;cursor:pointer;display:flex;gap:.75rem;margin-bottom:.5rem;padding:.75rem;transition:all .3s cubic-bezier(.4,0,.2,1)}.floating-item:hover{background:#fffc;box-shadow:0 4px 20px #0000001a;transform:translateX(4px)}.floating-item.checked{background:#22c55e1a;border-color:#22c55e4d;opacity:.8}.floating-item.checked .floating-item-title{color:#64748b;color:var(--text-secondary);text-decoration:line-through}.item-check{flex-shrink:0;height:20px;width:20px}.check-solid{animation:checkBounce .3s ease;color:#22c55e;height:20px;width:20px}@keyframes checkBounce{0%{transform:scale(0)}50%{transform:scale(1.2)}to{transform:scale(1)}}.check-empty{border:2px solid #0003;border-radius:6px;height:20px;transition:all .2s ease;width:20px}.floating-item:hover .check-empty{background:#667eea1a;border-color:#667eea}.floating-item-icon{color:#64748b;color:var(--text-secondary);flex-shrink:0;height:16px;width:16px}.floating-item-content{align-items:center;display:flex;flex:1 1;justify-content:space-between}.floating-item-title{color:#1e293b;color:var(--text-primary);font-size:.875rem;font-weight:500;line-height:1.3}.priority-dot{animation:pulse 2s infinite;border-radius:50%;flex-shrink:0;height:8px;width:8px}@keyframes pulse{0%,to{opacity:1}50%{opacity:.5}}.floating-stats{background:#00000005;border-top:1px solid #0000000d;display:flex;gap:.75rem;justify-content:center;padding:1rem}.stat-bubble{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#fffc;border:1px solid #ffffff4d;border-radius:20px;padding:.5rem 1rem;text-align:center;transition:all .3s ease}.stat-bubble:hover{box-shadow:0 4px 12px #0000001a;transform:translateY(-2px)}.stat-bubble.high{background:#fef2f2cc;border-color:#ef44444d}.stat-bubble.medium{background:#fffbebcc;border-color:#f59e0b4d}.celebration-bubble{animation:celebrationPulse 1.5s ease-in-out infinite;background:linear-gradient(135deg,#22c55e,#16a34a);border:none;color:#fff}@keyframes celebrationPulse{0%,to{transform:scale(1)}50%{transform:scale(1.05)}}.stat-number{display:block;font-size:1rem;font-weight:700;line-height:1}.stat-label{display:block;font-size:.625rem;font-weight:500;letter-spacing:.05em;opacity:.7;text-transform:uppercase}.celebration-emoji{display:block;font-size:1.25rem;line-height:1}.celebration-text{display:block;font-size:.75rem;font-weight:600;letter-spacing:.05em;text-transform:uppercase}.dark-theme .floating-checklist{background:#1f2937f2;border-color:#4b55634d}.dark-theme .floating-item{background:#37415180;border-color:#4b55634d}.dark-theme .floating-item:hover{background:#374151cc}.dark-theme .floating-item.checked{background:#22c55e26;border-color:#22c55e66}.dark-theme .check-empty{border-color:#9ca3af80}.dark-theme .floating-item:hover .check-empty{background:#60a5fa1a;border-color:#60a5fa}.dark-theme .stat-bubble{background:#374151cc;border-color:#4b55634d}.dark-theme .stat-bubble.high{background:#7f1d1d4d;border-color:#ef44444d}.dark-theme .stat-bubble.medium{background:#78350f4d;border-color:#f59e0b4d}.dark-theme .floating-stats{background:#0000001a;border-color:#4b55634d}.urgent-badge{align-items:center;animation:urgentPulse 1.5s ease-in-out infinite;background:linear-gradient(135deg,#ef4444,#dc2626);border:3px solid #fff;border-radius:50%;box-shadow:0 2px 8px #ef444466;color:#fff;display:flex;font-size:11px;font-weight:700;height:24px;justify-content:center;position:absolute;right:-4px;top:-4px;width:24px}@keyframes urgentPulse{0%,to{box-shadow:0 2px 8px #ef444466;transform:scale(1)}50%{box-shadow:0 4px 16px #ef444499;transform:scale(1.1)}}.checklist-fab.has-urgent{animation:fabUrgentShake 4s ease-in-out infinite}@keyframes fabUrgentShake{0%,to{transform:translateX(0)}10%,30%,50%,70%,90%{transform:translateX(-2px)}20%,40%,60%,80%{transform:translateX(2px)}}@keyframes badgeBounce{0%,to{transform:scale(1)}50%{transform:scale(1.1)}}* .floating-checklist-trigger,.floating-checklist-overlay,.floating-checklist-trigger{position:fixed!important;z-index:999999!important}* .floating-checklist-trigger{bottom:6rem!important;right:2rem!important;transform:none!important}.floating-checklist-trigger{isolation:isolate}body.checklist-open{overflow:hidden}@media (max-width:768px){.floating-checklist-trigger{bottom:7rem!important;right:1rem!important}.checklist-fab{box-shadow:0 6px 24px #667eea80,0 0 0 0 #667eeab3;height:64px;width:64px}.fab-icon{height:20px;width:20px}.floating-checklist{margin:.5rem;max-height:85vh;max-width:none}.checklist-floating-header{padding:1rem}.floating-title{font-size:1.125rem}.floating-stats{flex-wrap:wrap}.stat-bubble{padding:.375rem .75rem}@media (max-width:480px){.floating-checklist-trigger{bottom:8rem!important;right:1rem!important}.checklist-fab{height:60px;width:60px}.fab-percentage{font-size:8px}}}.toast-container{display:flex;flex-direction:column;gap:.75rem;pointer-events:none;position:fixed;right:1rem;top:1rem;z-index:9999}.toast{-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);background:#fffffff2;border:1px solid #fff3;border-radius:1rem;box-shadow:0 8px 32px #0000001f;max-width:400px;min-width:320px;overflow:hidden;pointer-events:auto;position:relative;transform:translateX(400px);transition:all .3s cubic-bezier(.4,0,.2,1)}.toast.visible{transform:translateX(0)}.toast-content{align-items:flex-start;display:flex;gap:.75rem;padding:1rem}.toast-icon-container{align-items:center;display:flex;flex-shrink:0;height:2rem;justify-content:center;width:2rem}.toast-icon{flex-shrink:0;height:1.5rem;width:1.5rem}.toast-icon.success{color:#10b981}.toast-icon.error{color:#ef4444}.toast-icon.warning{color:#f59e0b}.toast-icon.info,.toast-icon.loading{color:#0ea5e9}.loading-spinner{animation:spin 1s linear infinite;border:2px solid #e5e7eb;border-radius:50%;border-top-color:#0ea5e9;height:1.5rem;width:1.5rem}@keyframes spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.toast-text{flex:1 1;min-width:0}.toast-title{color:#1e293b;font-size:.875rem;font-weight:600;line-height:1.25;margin:0 0 .25rem}.toast-message{color:#64748b;font-size:.8125rem;line-height:1.4;margin:0}.toast-close{align-items:center;background:none;border:none;border-radius:.25rem;color:#64748b;cursor:pointer;display:flex;height:1.5rem;justify-content:center;position:absolute;right:.5rem;top:.5rem;transition:all .2s;width:1.5rem}.toast-close:hover{background:#0000000d;color:#1e293b}.toast-close svg{height:1rem;width:1rem}.toast-progress-bar{background:#0000000d;bottom:0;height:3px;left:0;position:absolute;right:0}.toast-progress-fill{background:linear-gradient(90deg,#0ea5e9,#06b6d4);height:100%;transition:width .1s linear}.toast.success .toast-progress-fill{background:linear-gradient(90deg,#10b981,#059669)}.toast.error .toast-progress-fill{background:linear-gradient(90deg,#ef4444,#dc2626)}.toast.warning .toast-progress-fill{background:linear-gradient(90deg,#f59e0b,#d97706)}.dark-theme .toast{background:#1e293bf2;border-color:#94a3b81a}.dark-theme .toast-title{color:#f1f5f9}.dark-theme .toast-close,.dark-theme .toast-message{color:#94a3b8}.dark-theme .toast-close:hover{background:#ffffff0d;color:#f1f5f9}.dark-theme .toast-progress-bar{background:#ffffff0d}@media (max-width:640px){.toast-container{left:.5rem;right:.5rem;top:.5rem}.toast{max-width:none;min-width:auto;transform:translateY(-100px)}.toast.visible{transform:translateY(0)}.toast-content{padding:.75rem}.toast-title{font-size:.8125rem}.toast-message{font-size:.75rem}}@media (max-width:768px){.daily-cards[style*=gridTemplateColumns]{gap:1rem!important;grid-template-columns:1fr!important}.highlight-card[style*=padding]{padding:1rem!important}.toast-title{font-size:.8125rem}.highlights-section{margin-bottom:1.5rem}.chat-input-section{padding:1rem 0}.input-container{padding:0 1rem}.tab-button{font-size:.8rem;padding:.75rem .5rem}.section-title{font-size:1.125rem;margin-bottom:1rem}.toggle-title{display:block;font-size:1rem}.currency-toggle-header{justify-content:flex-start;margin-bottom:1rem}.toggle-icon{color:#0ea5e9;height:1.5rem;width:1.5rem}.currency-code,.currency-name{display:none}.currency-symbol{font-size:1.25rem;font-weight:600}.currency-button{justify-content:center;min-width:3rem;padding:.75rem .5rem}.unified-stats-section .unified-stats-grid{align-items:center;display:flex;justify-content:center}.unified-stats-section .unified-stat-card.primary{margin:0 auto;max-width:280px;text-align:center;width:100%}.unified-stats-section .stat-content{text-align:center}.unified-stats-section .stat-icon{margin:0 auto}}.trip-breakdown-grid{grid-gap:1.5rem;display:grid;gap:1.5rem;grid-template-columns:repeat(2,1fr)}@media (max-width:768px){.trip-breakdown-grid{gap:1rem;grid-template-columns:1fr}}@media (max-width:480px){.highlight-card[style*=padding]{padding:.75rem!important}.section-title{font-size:1rem}.chat-input-section,.highlights-section{margin-bottom:1rem}}.leaflet-image-layer,.leaflet-layer,.leaflet-marker-icon,.leaflet-marker-shadow,.leaflet-pane,.leaflet-pane>canvas,.leaflet-pane>svg,.leaflet-tile,.leaflet-tile-container,.leaflet-zoom-box{left:0;position:absolute;top:0}.leaflet-container{overflow:hidden}.leaflet-marker-icon,.leaflet-marker-shadow,.leaflet-tile{-webkit-user-drag:none;-webkit-user-select:none;user-select:none}.leaflet-tile::selection{background:#0000}.leaflet-safari .leaflet-tile{image-rendering:-webkit-optimize-contrast}.leaflet-safari .leaflet-tile-container{height:1600px;-webkit-transform-origin:0 0;width:1600px}.leaflet-marker-icon,.leaflet-marker-shadow{display:block}.leaflet-container .leaflet-overlay-pane svg{max-height:none!important;max-width:none!important}.leaflet-container .leaflet-marker-pane img,.leaflet-container .leaflet-shadow-pane img,.leaflet-container .leaflet-tile,.leaflet-container .leaflet-tile-pane img,.leaflet-container img.leaflet-image-layer{max-height:none!important;max-width:none!important;padding:0;width:auto}.leaflet-container img.leaflet-tile{mix-blend-mode:plus-lighter}.leaflet-container.leaflet-touch-zoom{touch-action:pan-x pan-y}.leaflet-container.leaflet-touch-drag{touch-action:none;touch-action:pinch-zoom}.leaflet-container.leaflet-touch-drag.leaflet-touch-zoom{touch-action:none}.leaflet-container{-webkit-tap-highlight-color:transparent}.leaflet-container a{-webkit-tap-highlight-color:rgba(51,181,229,.4)}.leaflet-tile{filter:inherit;visibility:hidden}.leaflet-tile-loaded{visibility:inherit}.leaflet-zoom-box{box-sizing:border-box;height:0;width:0;z-index:800}.leaflet-overlay-pane svg{-moz-user-select:none}.leaflet-pane{z-index:400}.leaflet-tile-pane{z-index:200}.leaflet-overlay-pane{z-index:400}.leaflet-shadow-pane{z-index:500}.leaflet-marker-pane{z-index:600}.leaflet-tooltip-pane{z-index:650}.leaflet-popup-pane{z-index:700}.leaflet-map-pane canvas{z-index:100}.leaflet-map-pane svg{z-index:200}.leaflet-vml-shape{height:1px;width:1px}.lvml{behavior:url(#default#VML);display:inline-block;position:absolute}.leaflet-control{pointer-events:visiblePainted;pointer-events:auto;position:relative;z-index:800}.leaflet-bottom,.leaflet-top{pointer-events:none;position:absolute;z-index:1000}.leaflet-top{top:0}.leaflet-right{right:0}.leaflet-bottom{bottom:0}.leaflet-left{left:0}.leaflet-control{clear:both;float:left}.leaflet-right .leaflet-control{float:right}.leaflet-top .leaflet-control{margin-top:10px}.leaflet-bottom .leaflet-control{margin-bottom:10px}.leaflet-left .leaflet-control{margin-left:10px}.leaflet-right .leaflet-control{margin-right:10px}.leaflet-fade-anim .leaflet-popup{opacity:0;transition:opacity .2s linear}.leaflet-fade-anim .leaflet-map-pane .leaflet-popup{opacity:1}.leaflet-zoom-animated{transform-origin:0 0}svg.leaflet-zoom-animated{will-change:transform}.leaflet-zoom-anim .leaflet-zoom-animated{transition:transform .25s cubic-bezier(0,0,.25,1)}.leaflet-pan-anim .leaflet-tile,.leaflet-zoom-anim .leaflet-tile{transition:none}.leaflet-zoom-anim .leaflet-zoom-hide{visibility:hidden}.leaflet-interactive{cursor:pointer}.leaflet-grab{cursor:grab}.leaflet-crosshair,.leaflet-crosshair .leaflet-interactive{cursor:crosshair}.leaflet-control,.leaflet-popup-pane{cursor:auto}.leaflet-dragging .leaflet-grab,.leaflet-dragging .leaflet-grab .leaflet-interactive,.leaflet-dragging .leaflet-marker-draggable{cursor:move;cursor:grabbing}.leaflet-image-layer,.leaflet-marker-icon,.leaflet-marker-shadow,.leaflet-pane>svg path,.leaflet-tile-container{pointer-events:none}.leaflet-image-layer.leaflet-interactive,.leaflet-marker-icon.leaflet-interactive,.leaflet-pane>svg path.leaflet-interactive,svg.leaflet-image-layer.leaflet-interactive path{pointer-events:visiblePainted;pointer-events:auto}.leaflet-container{background:#ddd;outline-offset:1px}.leaflet-container a{color:#0078a8}.leaflet-zoom-box{background:#ffffff80;border:2px dotted #38f}.leaflet-container{font-family:Helvetica Neue,Arial,Helvetica,sans-serif;font-size:12px;font-size:.75rem;line-height:1.5}.leaflet-bar{border-radius:4px;box-shadow:0 1px 5px #000000a6}.leaflet-bar a{background-color:#fff;border-bottom:1px solid #ccc;color:#000;display:block;height:26px;line-height:26px;text-align:center;text-decoration:none;width:26px}.leaflet-bar a,.leaflet-control-layers-toggle{background-position:50% 50%;background-repeat:no-repeat;display:block}.leaflet-bar a:focus,.leaflet-bar a:hover{background-color:#f4f4f4}.leaflet-bar a:first-child{border-top-left-radius:4px;border-top-right-radius:4px}.leaflet-bar a:last-child{border-bottom:none;border-bottom-left-radius:4px;border-bottom-right-radius:4px}.leaflet-bar a.leaflet-disabled{background-color:#f4f4f4;color:#bbb;cursor:default}.leaflet-touch .leaflet-bar a{height:30px;line-height:30px;width:30px}.leaflet-touch .leaflet-bar a:first-child{border-top-left-radius:2px;border-top-right-radius:2px}.leaflet-touch .leaflet-bar a:last-child{border-bottom-left-radius:2px;border-bottom-right-radius:2px}.leaflet-control-zoom-in,.leaflet-control-zoom-out{font:700 18px Lucida Console,Monaco,monospace;text-indent:1px}.leaflet-touch .leaflet-control-zoom-in,.leaflet-touch .leaflet-control-zoom-out{font-size:22px}.leaflet-control-layers{background:#fff;border-radius:5px;box-shadow:0 1px 5px #0006}.leaflet-control-layers-toggle{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABoAAAAaCAQAAAADQ4RFAAACf0lEQVR4AY1UM3gkARTePdvdoTxXKc+qTl3aU5U6b2Kbkz3Gtq3Zw6ziLGNPzrYx7946Tr6/ee/XeCQ4D3ykPtL5tHno4n0d/h3+xfuWHGLX81cn7r0iTNzjr7LrlxCqPtkbTQEHeqOrTy4Yyt3VCi/IOB0v7rVC7q45Q3Gr5K6jt+3Gl5nCoDD4MtO+j96Wu8atmhGqcNGHObuf8OM/x3AMx38+4Z2sPqzCxRFK2aF2e5Jol56XTLyggAMTL56XOMoS1W4pOyjUcGGQdZxU6qRh7B9Zp+PfpOFlqt0zyDZckPi1ttmIp03jX8gyJ8a/PG2yutpS/Vol7peZIbZcKBAEEheEIAgFbDkz5H6Zrkm2hVWGiXKiF4Ycw0RWKdtC16Q7qe3X4iOMxruonzegJzWaXFrU9utOSsLUmrc0YjeWYjCW4PDMADElpJSSQ0vQvA1Tm6/JlKnqFs1EGyZiFCqnRZTEJJJiKRYzVYzJck2Rm6P4iH+cmSY0YzimYa8l0EtTODFWhcMIMVqdsI2uiTvKmTisIDHJ3od5GILVhBCarCfVRmo4uTjkhrhzkiBV7SsaqS+TzrzM1qpGGUFt28pIySQHR6h7F6KSwGWm97ay+Z+ZqMcEjEWebE7wxCSQwpkhJqoZA5ivCdZDjJepuJ9IQjGGUmuXJdBFUygxVqVsxFsLMbDe8ZbDYVCGKxs+W080max1hFCarCfV+C1KATwcnvE9gRRuMP2prdbWGowm1KB1y+zwMMENkM755cJ2yPDtqhTI6ED1M/82yIDtC/4j4BijjeObflpO9I9MwXTCsSX8jWAFeHr05WoLTJ5G8IQVS/7vwR6ohirYM7f6HzYpogfS3R2OAAAAAElFTkSuQmCC);height:36px;width:36px}.leaflet-retina .leaflet-control-layers-toggle{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADQAAAA0CAQAAABvcdNgAAAEsklEQVR4AWL4TydIhpZK1kpWOlg0w3ZXP6D2soBtG42jeI6ZmQTHzAxiTbSJsYLjO9HhP+WOmcuhciVnmHVQcJnp7DFvScowZorad/+V/fVzMdMT2g9Cv9guXGv/7pYOrXh2U+RRR3dSd9JRx6bIFc/ekqHI29JC6pJ5ZEh1yWkhkbcFeSjxgx3L2m1cb1C7bceyxA+CNjT/Ifff+/kDk2u/w/33/IeCMOSaWZ4glosqT3DNnNZQ7Cs58/3Ce5HL78iZH/vKVIaYlqzfdLu8Vi7dnvUbEza5Idt36tquZFldl6N5Z/POLof0XLK61mZCmJSWjVF9tEjUluu74IUXvgttuVIHE7YxSkaYhJZam7yiM9Pv82JYfl9nptxZaxMJE4YSPty+vF0+Y2up9d3wwijfjZbabqm/3bZ9ecKHsiGmRflnn1MW4pjHf9oLufyn2z3y1D6n8g8TZhxyzipLNPnAUpsOiuWimg52psrTZYnOWYNDTMuWBWa0tJb4rgq1UvmutpaYEbZlwU3CLJm/ayYjHW5/h7xWLn9Hh1vepDkyf7dE7MtT5LR4e7yYpHrkhOUpEfssBLq2pPhAqoSWKUkk7EDqkmK6RrCEzqDjhNDWNE+XSMvkJRDWlZTmCW0l0PHQGRZY5t1L83kT0Y3l2SItk5JAWHl2dCOBm+fPu3fo5/3v61RMCO9Jx2EEYYhb0rmNQMX/vm7gqOEJLcXTGw3CAuRNeyaPWwjR8PRqKQ1PDA/dpv+on9Shox52WFnx0KY8onHayrJzm87i5h9xGw/tfkev0jGsQizqezUKjk12hBMKJ4kbCqGPVNXudyyrShovGw5CgxsRICxF6aRmSjlBnHRzg7Gx8fKqEubI2rahQYdR1YgDIRQO7JvQyD52hoIQx0mxa0ODtW2Iozn1le2iIRdzwWewedyZzewidueOGqlsn1MvcnQpuVwLGG3/IR1hIKxCjelIDZ8ldqWz25jWAsnldEnK0Zxro19TGVb2ffIZEsIO89EIEDvKMPrzmBOQcKQ+rroye6NgRRxqR4U8EAkz0CL6uSGOm6KQCdWjvjRiSP1BPalCRS5iQYiEIvxuBMJEWgzSoHADcVMuN7IuqqTeyUPq22qFimFtxDyBBJEwNyt6TM88blFHao/6tWWhuuOM4SAK4EI4QmFHA+SEyWlp4EQoJ13cYGzMu7yszEIBOm2rVmHUNqwAIQabISNMRstmdhNWcFLsSm+0tjJH1MdRxO5Nx0WDMhCtgD6OKgZeljJqJKc9po8juskR9XN0Y1lZ3mWjLR9JCO1jRDMd0fpYC2VnvjBSEFg7wBENc0R9HFlb0xvF1+TBEpF68d+DHR6IOWVv2BECtxo46hOFUBd/APU57WIoEwJhIi2CdpyZX0m93BZicktMj1AS9dClteUFAUNUIEygRZCtik5zSxI9MubTBH1GOiHsiLJ3OCoSZkILa9PxiN0EbvhsAo8tdAf9Seepd36lGWHmtNANTv5Jd0z4QYyeo/UEJqxKRpg5LZx6btLPsOaEmdMyxYdlc8LMaJnikDlhclqmPiQnTEpLUIZEwkRagjYkEibQErwhkTAKCLQEbUgkzJQWc/0PstHHcfEdQ+UAAAAASUVORK5CYII=);background-size:26px 26px}.leaflet-touch .leaflet-control-layers-toggle{height:44px;width:44px}.leaflet-control-layers .leaflet-control-layers-list,.leaflet-control-layers-expanded .leaflet-control-layers-toggle{display:none}.leaflet-control-layers-expanded .leaflet-control-layers-list{display:block;position:relative}.leaflet-control-layers-expanded{background:#fff;color:#333;padding:6px 10px 6px 6px}.leaflet-control-layers-scrollbar{overflow-x:hidden;overflow-y:scroll;padding-right:5px}.leaflet-control-layers-selector{margin-top:2px;position:relative;top:1px}.leaflet-control-layers label{display:block;font-size:13px;font-size:1.08333em}.leaflet-control-layers-separator{border-top:1px solid #ddd;height:0;margin:5px -10px 5px -6px}.leaflet-default-icon-path{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABkAAAApCAYAAADAk4LOAAAFgUlEQVR4Aa1XA5BjWRTN2oW17d3YaZtr2962HUzbDNpjszW24mRt28p47v7zq/bXZtrp/lWnXr337j3nPCe85NcypgSFdugCpW5YoDAMRaIMqRi6aKq5E3YqDQO3qAwjVWrD8Ncq/RBpykd8oZUb/kaJutow8r1aP9II0WmLKLIsJyv1w/kqw9Ch2MYdB++12Onxee/QMwvf4/Dk/Lfp/i4nxTXtOoQ4pW5Aj7wpici1A9erdAN2OH64x8OSP9j3Ft3b7aWkTg/Fm91siTra0f9on5sQr9INejH6CUUUpavjFNq1B+Oadhxmnfa8RfEmN8VNAsQhPqF55xHkMzz3jSmChWU6f7/XZKNH+9+hBLOHYozuKQPxyMPUKkrX/K0uWnfFaJGS1QPRtZsOPtr3NsW0uyh6NNCOkU3Yz+bXbT3I8G3xE5EXLXtCXbbqwCO9zPQYPRTZ5vIDXD7U+w7rFDEoUUf7ibHIR4y6bLVPXrz8JVZEql13trxwue/uDivd3fkWRbS6/IA2bID4uk0UpF1N8qLlbBlXs4Ee7HLTfV1j54APvODnSfOWBqtKVvjgLKzF5YdEk5ewRkGlK0i33Eofffc7HT56jD7/6U+qH3Cx7SBLNntH5YIPvODnyfIXZYRVDPqgHtLs5ABHD3YzLuespb7t79FY34DjMwrVrcTuwlT55YMPvOBnRrJ4VXTdNnYug5ucHLBjEpt30701A3Ts+HEa73u6dT3FNWwflY86eMHPk+Yu+i6pzUpRrW7SNDg5JHR4KapmM5Wv2E8Tfcb1HoqqHMHU+uWDD7zg54mz5/2BSnizi9T1Dg4QQXLToGNCkb6tb1NU+QAlGr1++eADrzhn/u8Q2YZhQVlZ5+CAOtqfbhmaUCS1ezNFVm2imDbPmPng5wmz+gwh+oHDce0eUtQ6OGDIyR0uUhUsoO3vfDmmgOezH0mZN59x7MBi++WDL1g/eEiU3avlidO671bkLfwbw5XV2P8Pzo0ydy4t2/0eu33xYSOMOD8hTf4CrBtGMSoXfPLchX+J0ruSePw3LZeK0juPJbYzrhkH0io7B3k164hiGvawhOKMLkrQLyVpZg8rHFW7E2uHOL888IBPlNZ1FPzstSJM694fWr6RwpvcJK60+0HCILTBzZLFNdtAzJaohze60T8qBzyh5ZuOg5e7uwQppofEmf2++DYvmySqGBuKaicF1blQjhuHdvCIMvp8whTTfZzI7RldpwtSzL+F1+wkdZ2TBOW2gIF88PBTzD/gpeREAMEbxnJcaJHNHrpzji0gQCS6hdkEeYt9DF/2qPcEC8RM28Hwmr3sdNyht00byAut2k3gufWNtgtOEOFGUwcXWNDbdNbpgBGxEvKkOQsxivJx33iow0Vw5S6SVTrpVq11ysA2Rp7gTfPfktc6zhtXBBC+adRLshf6sG2RfHPZ5EAc4sVZ83yCN00Fk/4kggu40ZTvIEm5g24qtU4KjBrx/BTTH8ifVASAG7gKrnWxJDcU7x8X6Ecczhm3o6YicvsLXWfh3Ch1W0k8x0nXF+0fFxgt4phz8QvypiwCCFKMqXCnqXExjq10beH+UUA7+nG6mdG/Pu0f3LgFcGrl2s0kNNjpmoJ9o4B29CMO8dMT4Q5ox8uitF6fqsrJOr8qnwNbRzv6hSnG5wP+64C7h9lp30hKNtKdWjtdkbuPA19nJ7Tz3zR/ibgARbhb4AlhavcBebmTHcFl2fvYEnW0ox9xMxKBS8btJ+KiEbq9zA4RthQXDhPa0T9TEe69gWupwc6uBUphquXgf+/FrIjweHQS4/pduMe5ERUMHUd9xv8ZR98CxkS4F2n3EUrUZ10EYNw7BWm9x1GiPssi3GgiGRDKWRYZfXlON+dfNbM+GgIwYdwAAAAASUVORK5CYII=)}.leaflet-container .leaflet-control-attribution{background:#fff;background:#fffc;margin:0}.leaflet-control-attribution,.leaflet-control-scale-line{color:#333;line-height:1.4;padding:0 5px}.leaflet-control-attribution a{text-decoration:none}.leaflet-control-attribution a:focus,.leaflet-control-attribution a:hover{text-decoration:underline}.leaflet-attribution-flag{display:inline!important;height:.6669em;vertical-align:initial!important;width:1em}.leaflet-left .leaflet-control-scale{margin-left:5px}.leaflet-bottom .leaflet-control-scale{margin-bottom:5px}.leaflet-control-scale-line{background:#fffc;border:2px solid #777;border-top:none;box-sizing:border-box;line-height:1.1;padding:2px 5px 1px;text-shadow:1px 1px #fff;white-space:nowrap}.leaflet-control-scale-line:not(:first-child){border-bottom:none;border-top:2px solid #777;margin-top:-2px}.leaflet-control-scale-line:not(:first-child):not(:last-child){border-bottom:2px solid #777}.leaflet-touch .leaflet-bar,.leaflet-touch .leaflet-control-attribution,.leaflet-touch .leaflet-control-layers{box-shadow:none}.leaflet-touch .leaflet-bar,.leaflet-touch .leaflet-control-layers{background-clip:padding-box;border:2px solid #0003}.leaflet-popup{margin-bottom:20px;position:absolute;text-align:center}.leaflet-popup-content-wrapper{border-radius:12px;padding:1px;text-align:left}.leaflet-popup-content{font-size:13px;font-size:1.08333em;line-height:1.3;margin:13px 24px 13px 20px;min-height:1px}.leaflet-popup-content p{margin:1.3em 0}.leaflet-popup-tip-container{height:20px;left:50%;margin-left:-20px;margin-top:-1px;overflow:hidden;pointer-events:none;position:absolute;width:40px}.leaflet-popup-tip{height:17px;margin:-10px auto 0;padding:1px;pointer-events:auto;transform:rotate(45deg);width:17px}.leaflet-popup-content-wrapper,.leaflet-popup-tip{background:#fff;box-shadow:0 3px 14px #0006;color:#333}.leaflet-container a.leaflet-popup-close-button{background:#0000;border:none;color:#757575;font:16px/24px Tahoma,Verdana,sans-serif;height:24px;position:absolute;right:0;text-align:center;text-decoration:none;top:0;width:24px}.leaflet-container a.leaflet-popup-close-button:focus,.leaflet-container a.leaflet-popup-close-button:hover{color:#585858}.leaflet-popup-scrolled{overflow:auto}.leaflet-oldie .leaflet-popup-content-wrapper{-ms-zoom:1}.leaflet-oldie .leaflet-popup-tip{-ms-filter:"progid:DXImageTransform.Microsoft.Matrix(M11=0.70710678, M12=0.70710678, M21=-0.70710678, M22=0.70710678)";filter:progid:DXImageTransform.Microsoft.Matrix(M11=0.70710678,M12=0.70710678,M21=-0.70710678,M22=0.70710678);margin:0 auto;width:24px}.leaflet-oldie .leaflet-control-layers,.leaflet-oldie .leaflet-control-zoom,.leaflet-oldie .leaflet-popup-content-wrapper,.leaflet-oldie .leaflet-popup-tip{border:1px solid #999}.leaflet-div-icon{background:#fff;border:1px solid #666}.leaflet-tooltip{background-color:#fff;border:1px solid #fff;border-radius:3px;box-shadow:0 1px 3px #0006;color:#222;padding:6px;pointer-events:none;position:absolute;-webkit-user-select:none;user-select:none;white-space:nowrap}.leaflet-tooltip.leaflet-interactive{cursor:pointer;pointer-events:auto}.leaflet-tooltip-bottom:before,.leaflet-tooltip-left:before,.leaflet-tooltip-right:before,.leaflet-tooltip-top:before{background:#0000;border:6px solid #0000;content:"";pointer-events:none;position:absolute}.leaflet-tooltip-bottom{margin-top:6px}.leaflet-tooltip-top{margin-top:-6px}.leaflet-tooltip-bottom:before,.leaflet-tooltip-top:before{left:50%;margin-left:-6px}.leaflet-tooltip-top:before{border-top-color:#fff;bottom:0;margin-bottom:-12px}.leaflet-tooltip-bottom:before{border-bottom-color:#fff;margin-left:-6px;margin-top:-12px;top:0}.leaflet-tooltip-left{margin-left:-6px}.leaflet-tooltip-right{margin-left:6px}.leaflet-tooltip-left:before,.leaflet-tooltip-right:before{margin-top:-6px;top:50%}.leaflet-tooltip-left:before{border-left-color:#fff;margin-right:-12px;right:0}.leaflet-tooltip-right:before{border-right-color:#fff;left:0;margin-left:-12px}@media print{.leaflet-control{-webkit-print-color-adjust:exact;print-color-adjust:exact}}
/*# sourceMappingURL=main.24c2e8dd.css.map*/