:root{--page-max-width:1400px;--base-bg:#f2ede2;--ink:#192130;--soft-ink:#516076;--panel:#ffffffd1;--line:#1921301f;--accent:#c85c2c;--accent-2:#177c70;--accent-3:#2f5f9e;--danger:#c83838;--shadow:0 20px 45px #1015221a}*{box-sizing:border-box}html,body{max-width:100%;margin:0;padding:0;overflow-x:clip}body{width:100%;min-height:100vh;color:var(--ink);background:radial-gradient(circle at 0% 0%, #c85c2c29, transparent 36%), radial-gradient(circle at 100% 100%, #177c7024, transparent 40%), linear-gradient(120deg, #2f5f9e0f, transparent 45%), var(--base-bg);font-family:Avenir Next,Manrope,Trebuchet MS,sans-serif}a{color:inherit;text-decoration:none}code{font-family:SFMono-Regular,Menlo,Consolas,monospace;font-size:.9em}.app-shell{width:min(var(--page-max-width), 100%);max-width:var(--page-max-width);gap:16px;margin:0 auto;padding:30px 18px 56px;display:grid;overflow-x:hidden}.app-shell>*,.hero-card>*,.panel>*,.grid-2>*,.grid-3>*,.home-link-clusters>*,.landing-destination-grid>*,.landing-use-case-layout>*{min-width:0}.hero-card,.panel{background:var(--panel);border:1px solid var(--line);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);box-shadow:var(--shadow);border-radius:22px;padding:22px 22px 20px}.hero-card h1,.panel h1,.panel h2,.list-item h3{letter-spacing:-.025em;overflow-wrap:anywhere;word-break:break-word;margin:0}.hero-card p,.panel p,label{color:var(--soft-ink)}.panel :is(h1,h2,h3)+:is(.muted,.guide-list,.pill-row,.hero-actions,.entry-snapshot-tabs,.destination-signal-stack,.destination-visit-rhythm,.destination-entry-more,.stack,.grid-2,.grid-3,ul,ol),.panel :is(h2,h3)+.passport-section-search{margin-top:12px}.panel .muted+.muted{margin-top:6px}.legal-panel{max-width:860px}.legal-panel h1{margin:0 0 10px}.legal-panel h2{margin-bottom:10px}.legal-panel h3{margin:14px 0 4px;font-size:1rem}.legal-table-panel{max-width:1040px}.legal-table-wrap{border:1px solid var(--line);border-radius:16px;margin:14px 0;overflow-x:auto}.legal-table{border-collapse:collapse;width:100%;min-width:720px;color:var(--soft-ink)}.legal-table th,.legal-table td{border-bottom:1px solid var(--line);text-align:left;vertical-align:top;padding:13px 14px}.legal-table th{color:var(--ink);background:#4b5b790d}.legal-table tbody tr:last-child td{border-bottom:0}.developer-page{gap:20px}.developer-hero{gap:12px;display:grid}.developer-hero>p{max-width:880px;margin:0;line-height:1.55}.developer-endpoint-list{gap:8px;margin:16px 0 22px;display:grid}.developer-endpoint-list>div{border:1px solid var(--line);border-radius:12px;grid-template-columns:72px minmax(0,1fr);gap:12px;padding:12px;display:grid}.developer-endpoint-list strong{color:var(--accent-2)}.developer-code{color:#eef5ff;background:#182131;border-radius:14px;max-width:100%;padding:16px;line-height:1.5;overflow-x:auto}.developer-console-stack{gap:14px;display:grid}.developer-console-card{border:1px solid var(--line);box-shadow:var(--shadow);background:#ffffffd9;border-radius:20px;padding:22px}.developer-console-card :is(h2,h3,h4,p){margin-top:0}.developer-console-toolbar,.developer-console-heading{justify-content:space-between;align-items:center;gap:14px;display:flex}.developer-inline-form{flex-wrap:wrap;align-items:end;gap:12px;display:flex}.developer-inline-form label{gap:6px;min-width:min(280px,100%);font-weight:750;display:grid}.developer-inline-form input,.developer-inline-form :is(select,textarea){border:1px solid var(--line);min-height:46px;font:inherit;background:#fff;border-radius:12px;padding:10px 12px}.developer-inline-form textarea{resize:vertical;min-height:92px}.developer-inline-form .developer-checkbox{align-items:center;min-width:min(360px,100%);display:flex}.developer-inline-form .developer-checkbox input{width:20px;min-height:20px}.developer-application{border:1px solid var(--line);border-radius:15px;margin-top:16px;padding:16px}.developer-key-list{gap:7px;margin-top:12px;display:grid}.developer-key-list>div{flex-wrap:wrap;align-items:center;gap:10px;display:flex}.developer-key-list button{color:var(--danger);cursor:pointer;background:0 0;border:0;text-decoration:underline}.developer-usage-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:10px;margin-top:16px;display:grid}.developer-usage-grid>div{border:1px solid var(--line);border-radius:14px;gap:4px;padding:14px;display:grid}.developer-usage-grid strong{font-size:1.45rem}.developer-usage-grid span{color:var(--soft-ink);font-size:.85rem}.developer-secret{box-shadow:var(--shadow);background:#fff5e9;border:2px solid #e77632;border-radius:16px;gap:8px;padding:18px;display:grid;position:sticky;bottom:18px}.developer-secret code{overflow-wrap:anywhere;font-weight:800}.developer-secret p,.developer-notice{margin:0}.developer-example-grid,.developer-management-grid{grid-template-columns:repeat(auto-fit,minmax(min(100%,320px),1fr));gap:14px;display:grid}.developer-example-grid .developer-code{white-space:pre-wrap;height:calc(100% - 48px);font-size:.78rem}.developer-management-grid{margin-top:16px}.developer-management-card{border:1px solid var(--line);background:#f6f8fcb8;border-radius:15px;padding:16px}.developer-member-list{gap:6px;margin-bottom:14px;display:grid}.developer-member-list p{justify-content:space-between;gap:10px;margin:0;display:flex}.developer-request-status{background:#e776321a;border-radius:12px;padding:12px}@media (max-width:700px){.developer-console-toolbar,.developer-console-heading{flex-direction:column;align-items:stretch}.developer-usage-grid{grid-template-columns:1fr}.developer-inline-form>*{width:100%}}.consent-banner{z-index:10000;-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px);background:#fffffff7;border:1px solid #1a233429;border-radius:20px;grid-template-columns:minmax(0,1fr) auto;align-items:center;gap:18px;max-width:1120px;margin:0 auto;padding:18px;display:grid;position:fixed;bottom:18px;left:18px;right:18px;box-shadow:0 22px 70px #0d121e3d}.consent-banner h2,.consent-modal h2{color:var(--ink);letter-spacing:-.025em;margin:0}.consent-banner p,.consent-modal p{color:var(--soft-ink);margin:6px 0 0;line-height:1.5}.consent-banner a,.consent-modal a{text-underline-offset:3px;text-decoration:underline}.consent-banner-actions{flex-wrap:wrap;justify-content:flex-end;gap:8px;display:flex}.consent-button{min-height:44px;font:inherit;cursor:pointer;border-radius:12px;padding:10px 15px;font-weight:750}.consent-button--secondary{border:1px solid var(--line);color:var(--ink);background:#fff}.consent-button--primary{color:#fff;background:#d76526;border:1px solid #d76526}.consent-modal-backdrop{z-index:10001;background:#0d121e94;place-items:center;padding:18px;display:grid;position:fixed;inset:0}.consent-modal{background:#fff;border-radius:22px;width:min(680px,100%);max-height:min(760px,100vh - 36px);padding:22px;overflow-y:auto;box-shadow:0 28px 90px #0d121e5c}.consent-modal-heading{justify-content:space-between;align-items:flex-start;gap:18px;display:flex}.consent-modal-close{border:1px solid var(--line);width:42px;height:42px;color:var(--ink);cursor:pointer;background:#fff;border-radius:50%;font-size:1.7rem;line-height:1}.consent-category-list{gap:10px;margin:18px 0;display:grid}.consent-category-row{border:1px solid var(--line);color:var(--ink);background:#4b5b7909;border-radius:14px;grid-template-columns:minmax(0,1fr) auto;align-items:center;gap:16px;padding:14px;display:grid}.consent-category-row p{font-size:.88rem}.consent-category-row input{accent-color:#d76526;width:22px;height:22px}.consent-modal-links{flex-wrap:wrap;gap:10px 16px;margin:6px 0 18px;display:flex}.consent-modal-actions{justify-content:space-between}.visa-detail-hero{gap:16px}.visa-decision-row{flex-wrap:wrap;align-items:center;gap:8px;display:flex}.visa-decision-badge,.visa-document-badge{border:1px solid #1a23341a;border-radius:999px;align-items:center;min-height:34px;padding:7px 12px;font-size:.82rem;font-weight:850;display:inline-flex}.visa-decision-badge--positive{color:#08733a;background:#cdfadee6;border-color:#10914a47}.visa-decision-badge--attention{color:#8a4f00;background:#ffefc7e6;border-color:#cd7e124d}.visa-decision-badge--negative{color:#a12424;background:#ffe2e2e6;border-color:#be393947}.visa-decision-badge--neutral,.visa-document-badge{color:var(--soft-ink);background:#f8f9fce6}.visa-decision-summary{max-width:880px;color:var(--soft-ink);margin:0;font-size:1rem;line-height:1.5}.visa-detail-hero .rule-metadata-grid{margin-top:0}.visa-detail-disclosure{padding:0;overflow:hidden}.visa-detail-disclosure>summary{color:var(--ink);cursor:pointer;padding:18px 20px;font-size:1rem;font-weight:850;list-style-position:inside}.visa-detail-disclosure[open]>summary{border-bottom:1px solid #1a233414}.visa-detail-disclosure>:not(summary){margin-left:20px;margin-right:20px}.visa-detail-disclosure>:last-child{margin-bottom:20px}.travel-route-limit-note{margin-top:12px}.legal-stack{gap:10px;display:grid}.policy-platform-nav{flex-wrap:wrap;gap:8px;margin-top:18px;display:flex}.policy-platform-nav a,.policy-platform-action{color:#0f5f56;background:#177c7012;border:1px solid #177c7038;border-radius:999px;align-items:center;min-height:38px;padding:8px 12px;font-weight:800;text-decoration:none;display:inline-flex}.policy-platform-nav a[aria-current=page]{color:#fff;background:#0f5f56}.policy-platform-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:14px;max-width:860px;display:grid}.policy-platform-card{color:var(--ink);align-content:start;gap:12px;text-decoration:none;display:grid}.policy-platform-card h2,.policy-platform-card p{margin:0}.policy-platform-action{width:fit-content;margin-top:auto}@media (max-width:760px){.policy-platform-grid{grid-template-columns:minmax(0,1fr)}}.hero-card{gap:14px;display:grid}.hero-map-preview{width:100%;margin:2px 0 4px}.hero-map-preview .destination-map-shell{min-height:220px}.route-hero-map{width:100%;margin:2px 0 4px}.route-hero-map .travel-route-mapkit-shell,.route-hero-map .travel-route-svg-shell{border-radius:14px;min-height:300px}.route-hero-map .travel-route-mapkit-canvas{height:300px}.route-hero-map .travel-route-preview-map svg{min-height:300px}.route-detail-hero{gap:22px;overflow:hidden}.route-detail-heading{gap:8px;display:grid}.route-detail-heading h1{letter-spacing:-.045em;flex-wrap:wrap;align-items:center;gap:10px;margin:0;font-size:clamp(2rem,4vw,3.35rem);line-height:1.05;display:flex}.route-detail-arrow{color:var(--accent);font-weight:500}.route-detail-subtitle{max-width:720px;color:var(--muted);margin:0;font-size:1rem}.route-detail-entry-strip{flex-wrap:wrap;align-items:center;gap:8px;margin-top:4px;display:flex}.route-entry-badge,.route-entry-document-badge{border:1px solid #1a23341a;border-radius:999px;align-items:center;min-height:32px;padding:6px 11px;font-size:.8rem;font-weight:800;line-height:1.15;text-decoration:none;display:inline-flex}.route-entry-badge--positive{color:#08733a;background:#cdfadee6;border-color:#10914a47}.route-entry-badge--attention{color:#8a4f00;background:#ffefc7e6;border-color:#cd7e124d}.route-entry-badge--negative{color:#a12424;background:#ffe2e2e6;border-color:#be393947}.route-entry-badge--neutral,.route-entry-document-badge{color:var(--soft-ink);background:#f8f9fce6}.route-detail-hero-grid{grid-template-columns:minmax(0,1.65fr) minmax(260px,.65fr);align-items:start;gap:16px;display:grid}.route-detail-hero .route-hero-map{height:280px;margin:0;position:relative}.route-detail-hero .route-hero-map .travel-route-mapkit-shell,.route-detail-hero .route-hero-map .travel-route-svg-shell{height:280px;min-height:280px}.route-detail-hero .route-hero-map .travel-route-mapkit-canvas{height:280px}.route-detail-hero .route-hero-map .travel-route-preview-map svg{min-height:280px;max-height:280px}.route-detail-map-legend{z-index:3;pointer-events:none;flex-wrap:wrap;justify-content:space-between;gap:8px;display:flex;position:absolute;bottom:12px;left:12px;right:12px}.route-detail-map-legend span{color:#fff;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#040c14c7;border:1px solid #ffffff29;border-radius:999px;align-items:center;gap:7px;min-height:30px;padding:5px 9px;font-size:.74rem;font-weight:750;display:inline-flex;box-shadow:0 8px 24px #0003}.route-detail-map-legend i{border-radius:50%;width:8px;height:8px}.route-detail-map-legend i.departure{background:#ff922f}.route-detail-map-legend i.destination{background:#24d35f}.route-detail-hero .travel-route-svg-bg{fill:#07131d;stroke:#ffffff14}.route-detail-hero .travel-route-svg-line{stroke-dasharray:10 7;opacity:.95;stroke:#28d568!important;stroke-width:5px!important}.route-detail-hero .travel-route-svg-label{fill:#fff}.route-detail-hero .travel-route-svg-origin{fill:#ff922f}.route-detail-hero .travel-route-svg-destination{fill:#24d35f}.route-detail-summary{background:#f8f9fcc7;border:1px solid #1a233417;border-radius:16px;align-content:start;gap:0;padding:6px 18px;display:grid}.route-detail-summary-item{border-bottom:1px solid #1a233414;gap:3px;padding:10px 0;display:grid}.route-detail-summary-item span{color:var(--muted);font-size:.76rem;font-weight:650}.route-detail-summary-item strong{color:var(--ink);font-size:.95rem}.route-detail-summary>p{color:var(--muted);margin:12px 0;font-size:.75rem;line-height:1.45}.route-detail-actions{margin-top:-2px}.route-detail-actions .button:first-child{min-width:148px}.route-detail-section{gap:18px;display:grid}.route-detail-related .pill-row{gap:8px}.travel-route-mapkit-ssr-fallback,.travel-route-mapkit-ssr-fallback .travel-route-svg-shell{width:100%;height:100%;position:absolute;inset:0}.route-entry-matrix{grid-template-columns:repeat(2,minmax(0,1fr));gap:14px;display:grid}.route-entry-passport-card{background:#f8f9fcc7;border:1px solid #1a23341a;border-radius:16px;align-content:start;gap:14px;padding:16px;display:grid}.route-entry-passport-card.is-selected{border-color:#cf6f3d85;box-shadow:0 0 0 3px #cf6f3d1a}.route-entry-passport-card>header,.route-entry-rule-heading,.route-entry-sources{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:8px;display:flex}.route-entry-passport-card>header p,.route-entry-passport-card>header strong,.route-entry-passport-card>header span{margin:0}.route-entry-passport-card>header p{color:var(--ink);font-weight:850}.route-entry-passport-card>header span,.route-entry-passport-card>header strong,.route-entry-rule-heading>span:last-child{color:var(--muted);font-size:.76rem}.route-entry-rule-list{gap:12px;display:grid}.route-entry-rule{border-top:1px solid #1a233417;gap:9px;padding-top:12px;display:grid}.route-entry-rule p,.route-entry-empty,.route-entry-disclaimer{color:var(--muted);margin:0;font-size:.84rem;line-height:1.55}.route-entry-sources{justify-content:flex-start}.route-entry-sources a{color:var(--accent);font-size:.8rem;font-weight:750}.route-flight-pair-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:10px;display:grid}.route-flight-pair-card,.route-faq-list article{background:#f8f9fcc7;border:1px solid #1a233417;border-radius:14px;gap:6px;padding:14px;display:grid}.route-flight-pair-card span,.route-faq-list p{color:var(--muted);margin:0;font-size:.82rem;line-height:1.45}.route-faq-list{gap:10px;display:grid}.route-faq-list h3{margin:0;font-size:1rem}.route-alternative-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:10px;display:grid}.route-alternative-card{min-width:0;color:var(--ink);background:#f8f9fcc7;border:1px solid #1a233417;border-radius:14px;gap:6px;padding:14px;text-decoration:none;transition:transform .14s,border-color .14s,box-shadow .14s;display:grid}.route-alternative-card:hover,.route-alternative-card:focus-visible{border-color:#cf6f3d57;transform:translateY(-2px);box-shadow:0 12px 28px #1a233414}.route-alternative-card strong{font-size:.98rem;line-height:1.25}.route-alternative-card>span:last-child{color:var(--muted);font-size:.76rem;line-height:1.35}.route-alternative-flags{color:var(--accent);font-size:.82rem;font-weight:800}@media (max-width:820px){.route-detail-hero-grid{grid-template-columns:1fr}.route-detail-summary{grid-template-columns:repeat(2,minmax(0,1fr));column-gap:18px}.route-detail-summary>p{grid-column:1/-1}.route-alternative-grid,.route-flight-pair-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (max-width:560px){.route-detail-heading h1{gap:6px;font-size:clamp(1.75rem,9vw,2.4rem)}.route-detail-summary{grid-template-columns:1fr}.route-detail-summary>p{grid-column:auto}.route-detail-actions{grid-template-columns:1fr;display:grid}.route-detail-actions .button{width:100%}.route-alternative-grid,.route-entry-matrix,.route-flight-pair-grid{grid-template-columns:1fr}}.city-guide-hero-body,.city-guide-hero-copy{gap:14px;min-width:0;display:grid}.hero-grid{gap:14px}.hero-main{gap:12px;display:grid}.hero-side{border:1px solid var(--line);background:#ffffffbd;border-radius:16px;align-content:start;gap:10px;padding:14px;display:grid}.hero-side h3{letter-spacing:-.015em;margin:0}.muted{color:var(--soft-ink);margin:0}.pill-row{flex-wrap:wrap;gap:8px;display:flex}.landing-passport-profiles{min-width:0;overflow:hidden}.landing-visa-free-routes{border-top:1px solid var(--line);gap:12px;min-width:0;margin-top:18px;padding-top:18px;display:grid}.landing-visa-free-routes h3{margin:0 0 4px}.landing-profile-heading-row{justify-content:space-between;align-items:end;gap:16px;display:flex}.landing-profile-controls{flex:none;gap:8px;display:flex}.landing-profile-controls button{color:#26456f;width:38px;height:38px;font:inherit;cursor:pointer;background:#2f5f9e14;border:1px solid #2f5f9e42;border-radius:999px;font-weight:800}.landing-profile-controls button:hover,.landing-profile-controls button:focus-visible{background:#2f5f9e26}.landing-profile-rail{scroll-behavior:smooth;scroll-snap-type:inline proximity;overscroll-behavior-inline:contain;scrollbar-width:thin;-webkit-overflow-scrolling:touch;grid-auto-columns:minmax(230px,280px);grid-auto-flow:column;gap:10px;min-width:0;padding:2px 2px 12px;display:grid;overflow:auto hidden}.landing-profile-card{min-height:116px;color:var(--ink);scroll-snap-align:start;background:linear-gradient(145deg,#fffffff5,#2f5f9e0f);border:1px solid #2f5f9e38;border-radius:18px;align-content:start;gap:5px;padding:16px;text-decoration:none;display:grid}.landing-profile-card:hover,.landing-profile-card:focus-visible{border-color:#2f5f9e7a;transform:translateY(-1px)}.landing-profile-card-title{font-weight:800}.landing-profile-card strong{color:#0f766e}.landing-profile-card>span:last-child{color:var(--soft-ink);font-size:.8rem}.passport-destination-section{gap:12px;display:grid}.passport-category-preview{grid-template-columns:minmax(0,1fr) auto;gap:12px;min-width:0;display:grid;position:relative;overflow:hidden}.passport-category-heading{align-items:center;min-width:0;display:flex}.passport-category-heading h2{margin:0}.passport-view-all{white-space:nowrap;flex:none;min-height:38px;padding:8px 14px}.passport-preview-controls{justify-content:flex-end;align-items:center;gap:8px;display:flex}.passport-preview-controls button{color:#26456f;width:36px;height:36px;font:inherit;cursor:pointer;background:#2f5f9e14;border:1px solid #2f5f9e42;border-radius:999px;font-weight:800}.passport-preview-controls button:hover,.passport-preview-controls button:focus-visible{background:#2f5f9e26}.passport-preview-rail{scroll-behavior:smooth;scroll-snap-type:inline proximity;overscroll-behavior-inline:contain;scrollbar-width:thin;-webkit-overflow-scrolling:touch;grid-column:1/-1;grid-auto-columns:minmax(220px,270px);grid-auto-flow:column;gap:10px;min-width:0;padding:2px 2px 12px;display:grid;overflow:auto hidden}.passport-preview-card{min-height:112px}.passport-category-preview>.muted{grid-column:1/-1;margin:0}.passport-category-hero{gap:12px;display:grid}.passport-section-search{gap:8px;max-width:520px;display:grid}.passport-section-search label{color:var(--soft-ink);gap:6px;font-size:.84rem;font-weight:700;display:grid}.passport-section-search input{width:100%}.passport-region-groups{gap:18px;display:grid}.passport-region-group{border-top:1px solid var(--line);gap:10px;padding-top:16px;display:grid}.passport-region-group:first-child{border-top:0;padding-top:0}.passport-region-heading{justify-content:space-between;align-items:center;gap:12px;display:flex}.passport-region-heading h3{margin:0;font-size:1rem}.passport-region-count{justify-content:center;min-width:34px;font-weight:750}@media (max-width:640px){.passport-category-preview{gap:10px 8px}.panel .passport-category-heading h2{font-size:1.35rem;line-height:1.1}.passport-view-all{min-height:34px;padding:6px 10px;font-size:.78rem}.passport-preview-controls{gap:5px}.passport-preview-controls button{width:34px;height:34px}.passport-preview-rail{grid-auto-columns:minmax(210px,82vw)}}.status-pill{color:#26456f;white-space:normal;overflow-wrap:anywhere;background:#2f5f9e14;border:1px solid #2f5f9e42;border-radius:999px;align-items:center;max-width:100%;padding:6px 10px;font-size:.8rem;display:inline-flex}.status-pill--connected{color:#0f5f56;background:#0f5f561a;border-color:#0f5f564d}.city-theme-pill{gap:6px}.city-theme-pill-icon{flex:none}.entry-pill{font-weight:600}.entry-pill--positive{color:#0f5f56;background:#177c701f;border-color:#177c7059}.entry-pill--warning{color:#8a4a1f;background:#c85c2c1f;border-color:#c85c2c59}.entry-pill--critical{color:#8f1f34;background:#a82d401a;border-color:#a82d405c}.entry-pill--info{color:#26456f;background:#2f5f9e14;border-color:#2f5f9e42}.destination-guide-card .entry-pill{border-width:1px;padding:7px 11px;font-size:.84rem;font-weight:750;box-shadow:0 4px 12px #1118270f}.destination-guide-card .entry-pill--positive{color:#065f46;background:linear-gradient(#d1fae5d1,#a7f3d094);border-color:#15803d57}.destination-guide-card .entry-pill--warning{color:#8a4a04;background:linear-gradient(#fef3c7d6,#fde68a94);border-color:#d9770657}.destination-guide-card .entry-pill--critical{color:#991b1b;background:linear-gradient(#fee2e2db,#fecaca9e);border-color:#dc26265c}.destination-guide-card .entry-pill--info{color:#1d4ed8;background:linear-gradient(#dbeafedb,#bfdbfe8f);border-color:#2563eb47}.destination-guide-card .entry-stay-pill{color:#41516a;background:#f8fafceb;border-color:#2f5f9e38;font-weight:700}.eyebrow{text-transform:uppercase;letter-spacing:.14em;color:var(--accent);margin:0;font-size:.75rem;font-weight:700}.city-guide-kicker{justify-content:flex-start;align-items:center;gap:10px;display:flex}.city-guide-back-icon{width:32px;height:32px;color:var(--ink);background:#ffffffd1;border:1px solid #1a233424;border-radius:999px;justify-content:center;align-items:center;text-decoration:none;display:inline-flex}.city-guide-back-icon:hover,.city-guide-back-icon:focus-visible{background:#e8f6f3eb;border-color:#0f5f5647;outline:none}.breadcrumb{color:var(--soft-ink);flex-wrap:wrap;align-items:center;gap:8px;font-size:.9rem;display:flex}.breadcrumb a{color:#265f9f;white-space:normal;overflow-wrap:anywhere}.breadcrumb strong{color:var(--ink);white-space:normal;overflow-wrap:anywhere}.destinations-header{z-index:50;isolation:isolate;border-bottom:1px solid var(--line);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#f2ede2e0;max-width:100vw;position:sticky;top:0}.destinations-header-inner{width:100%;max-width:var(--page-max-width);grid-template-columns:auto minmax(260px,1fr) minmax(0,auto);align-items:center;gap:14px;margin:0 auto;padding:10px 18px;display:grid}.destinations-header-inner>*{min-width:0}.destinations-header-left{align-items:center;gap:8px;display:flex}.destinations-brand{letter-spacing:-.01em;color:var(--ink);flex:none;align-items:center;gap:8px;min-width:0;font-weight:700;display:inline-flex}.destinations-brand:hover{color:var(--ink)}.destinations-brand-mark{border-radius:8px;flex:none;justify-content:center;align-items:center;width:28px;height:28px;display:inline-flex;overflow:hidden;box-shadow:0 4px 12px #0a0e1a14}.destinations-brand-mark img{display:block}.destinations-shortcut{border:1px solid var(--line);color:var(--soft-ink);background:#ffffffa8;border-radius:999px;padding:2px 8px;font-size:.76rem}.destinations-search-shell{position:relative}.destinations-search-input{border:1px solid var(--line);width:100%;min-height:38px;color:var(--ink);background:#ffffffe6;border-radius:11px;padding:10px 12px;font-family:inherit;font-size:.92rem}.destinations-search-input:focus{outline-offset:2px;outline:2px solid #177c7052}.destinations-search-panel{border:1px solid var(--line);z-index:60;background:#fffffffa;border-radius:12px;gap:4px;max-height:280px;padding:6px;display:grid;position:absolute;inset:calc(100% + 6px) 0 auto;overflow:auto;box-shadow:0 14px 32px #0a0e1a3d}.destinations-search-note{color:var(--soft-ink);margin:0;padding:8px 10px;font-size:.85rem}.destinations-search-option{text-align:left;cursor:pointer;color:var(--ink);background:0 0;border:0;border-radius:10px;gap:2px;padding:8px 10px;display:grid}.destinations-search-option:hover{background:#2f5f9e1a}.destinations-search-option.active{background:#2f5f9e29}.destinations-search-option:disabled{opacity:.5;cursor:not-allowed}.destinations-search-option strong{font-size:.9rem}.destinations-search-option span{color:var(--soft-ink);font-size:.8rem}.destinations-header-right{justify-content:flex-end;align-items:center;gap:6px;min-width:0;display:flex}.destinations-nav-link{border:1px solid var(--line);white-space:nowrap;min-height:38px;color:var(--soft-ink);background:#ffffffad;border-radius:10px;flex:none;justify-content:center;align-items:center;padding:7px 9px;font-size:.84rem;line-height:1.1;display:inline-flex}.destinations-nav-link.active{color:#0f5f56;background:#177c701f;border-color:#177c7059}.destinations-locale-select{border:1px solid var(--line);width:auto;min-width:104px;max-width:116px;min-height:38px;color:var(--soft-ink);font:inherit;background:#ffffffd1;border-radius:10px;flex:none;padding:6px 28px 6px 10px;font-size:.84rem}.destinations-locale-select:focus-visible{outline-offset:2px;border-color:#177c7080;outline:2px solid #177c7052}@media (max-width:1180px) and (min-width:681px){.destinations-header-inner{grid-template-columns:auto minmax(220px,1fr) minmax(0,auto);gap:9px}.destinations-shortcut,.destinations-nav-link-app{display:none}.destinations-header-right{gap:5px}.destinations-nav-link{padding-inline:8px;font-size:.8rem}.destinations-locale-select{min-width:96px;max-width:104px;font-size:.8rem}}.app-footer{border-top:1px solid var(--line);background:#ffffff94;margin-top:20px}.app-footer-inner{max-width:var(--page-max-width);color:var(--soft-ink);grid-template-columns:minmax(110px,.72fr) minmax(145px,.9fr) minmax(170px,1fr) minmax(170px,1fr) minmax(220px,1.18fr);align-items:flex-start;gap:20px;margin:0 auto;padding:16px 18px 22px;font-size:.88rem;display:grid}.app-footer-inner p{margin:0}.app-footer-brand,.app-footer-column{align-content:start;justify-items:flex-start;gap:10px;display:grid}.app-footer-brand{gap:2px}.app-footer-brand-link{color:var(--ink);align-items:center;gap:10px;display:inline-flex}.app-footer-brand-link:hover{color:var(--ink)}.app-footer-brand-mark{border-radius:10px;justify-content:center;align-items:center;width:36px;height:36px;display:inline-flex;overflow:hidden;box-shadow:0 4px 14px #0a0e1a14}.app-footer-brand-text{letter-spacing:-.02em;font-size:1.15rem;font-weight:700}.app-footer-version{color:#4b5b79c7;font-size:.78rem}.app-footer-social{flex-wrap:wrap;gap:8px 12px;padding-top:6px;display:flex}.app-footer-nav{justify-items:flex-start;gap:8px;display:grid}.app-footer-section-title{letter-spacing:.04em;text-transform:uppercase;color:var(--soft-ink);margin:0;font-size:.8rem;font-weight:700}.store-links{justify-items:flex-start;gap:8px;display:grid}.app-footer-link{color:var(--soft-ink);background:0 0;border:0;align-items:center;padding:0;font-weight:500;display:inline-flex}.app-footer-link:hover{color:var(--ink)}.app-footer-link--plain{color:var(--soft-ink);font:inherit;cursor:pointer}.store-link{border-radius:10px;align-items:center;gap:8px;padding:6px 10px;font-weight:600;display:inline-flex}.app-store-link{color:#0f5f56;background:#177c701f;border:1px solid #177c7047}.play-store-link{color:#26456f;background:#2f5f9e14;border:1px solid #2f5f9e42}.store-icon{justify-content:center;align-items:center;width:18px;height:18px;display:inline-flex}.store-icon svg{fill:currentColor;width:100%;height:100%}.store-coming-soon{background:#ffffffa6;border:1px solid #2f5f9e47;border-radius:999px;padding:2px 8px;font-size:.72rem;font-weight:600}.hero-actions{flex-wrap:wrap;gap:10px;display:flex}.hero-actions>.city-guide-plan-error{flex-basis:100%}.hero-actions.column{flex-direction:column}.button{border:1px solid var(--line);cursor:pointer;text-align:center;white-space:normal;overflow-wrap:anywhere;border-radius:13px;justify-content:center;align-items:center;min-width:0;max-width:100%;padding:10px 15px;font-family:inherit;font-size:.93rem;font-weight:600;transition:transform .12s,box-shadow .12s;display:inline-flex}.button:hover{transform:translateY(-1px)}.button.primary{background:linear-gradient(120deg, var(--accent), #db7a34);color:#fff;border-color:#c85c2c4d}.button.secondary{color:#0f5f56;background:#177c701f;border-color:#177c7052}.button.ghost{border-color:var(--line);background:#ffffffb3}.button.danger{color:var(--danger);background:#c838381f;border-color:#c8383857}.split{gap:14px;display:grid}.city-guide-overview article>h2{margin-bottom:12px}.city-guide-overview-layout,.city-guide-facts-list,.city-guide-visit-panel{gap:12px;min-width:0;display:grid}.city-guide-visit-panel{align-content:start}.city-guide-visit-panel .destination-visit-rhythm{margin-top:0}.stack{gap:12px;display:grid}.grid-2,.grid-3{gap:10px;display:grid}label{align-content:start;gap:6px;font-size:.92rem;display:grid}input{border:1px solid var(--line);width:100%;color:var(--ink);background:#ffffffe0;border-radius:11px;padding:10px;font-size:.95rem}input[type=checkbox],input[type=radio]{accent-color:#0f5f56;background:0 0;border:0;width:auto;padding:0}textarea{border:1px solid var(--line);width:100%;color:var(--ink);resize:vertical;background:#ffffffe0;border-radius:11px;padding:10px;font-size:.95rem}select{border:1px solid var(--line);width:100%;color:var(--ink);background:#ffffffe0;border-radius:11px;padding:10px;font-size:.95rem}input:focus,select:focus,textarea:focus{border-color:#c95f2d99;outline:2px solid #c95f2d33}.panel-title-row{justify-content:space-between;align-items:center;gap:12px;display:flex}.profile-grid{gap:10px;display:grid}.profile-hero{gap:18px;display:grid}.profile-hero-actions{flex-wrap:wrap;align-items:flex-start;gap:10px;display:flex}.profile-status-line{color:var(--soft-ink);flex-wrap:wrap;align-items:center;gap:8px;font-size:.88rem;display:flex}.account-overview{grid-template-columns:auto minmax(0,1fr);align-items:start;gap:18px;display:grid}.account-overview--loading{min-height:148px}.account-avatar{color:#0f5f56;letter-spacing:.02em;background:linear-gradient(145deg,#ff913029,#0f5f561f);border:1px solid #0f5f563d;border-radius:18px;place-items:center;width:58px;height:58px;font-size:1.15rem;font-weight:800;display:grid}.account-overview-content{gap:16px;min-width:0;display:grid}.account-overview-heading{justify-content:space-between;align-items:flex-start;gap:18px;display:flex}.account-overview-heading h2{margin:2px 0 4px}.account-email{color:var(--soft-ink);overflow-wrap:anywhere;margin:0}.account-facts{grid-template-columns:repeat(3,minmax(0,1fr));gap:10px;margin:0;display:grid}.account-facts>div{border:1px solid var(--line);background:#ffffffb8;border-radius:12px;min-width:0;padding:12px}.account-facts dt{color:var(--soft-ink);letter-spacing:.06em;text-transform:uppercase;font-size:.72rem;font-weight:800}.account-facts dd{overflow-wrap:anywhere;margin:5px 0 0;font-weight:700}.account-sync-note{color:var(--soft-ink);background:#0f5f560e;border-left:3px solid #0f5f5673;border-radius:0 10px 10px 0;margin:0;padding:12px 14px}.account-actions{flex-wrap:wrap;gap:10px;display:flex}.profile-hub-panel{gap:18px;display:grid}.profile-section-grid{gap:12px;display:grid}.profile-section-card{border:1px solid var(--line);min-width:0;color:inherit;background:#ffffffc7;border-radius:14px;gap:8px;padding:16px;text-decoration:none;display:grid}.profile-section-card strong{font-size:1.08rem}.profile-section-summary{overflow-wrap:anywhere;font-weight:700}.profile-section-edit{color:#0f5f56;justify-self:flex-start;margin-top:4px;font-weight:700}.document-status{color:var(--soft-ink);overflow-wrap:anywhere;background:#ffffffc7;border:1px solid #52607a33;border-radius:999px;justify-self:flex-start;margin:2px 0 0;padding:6px 10px;font-size:.82rem;font-weight:700}.document-status--valid{color:#0f5f56;background:#e0f2efb8;border-color:#0f5f563d}.document-status--warning{color:#8a4d12;background:#fff7ede6;border-color:#d9770647}.document-status--expired{color:#b42318;background:#fee2e2d1;border-color:#b4231838}.profile-secondary-panel{gap:12px;display:grid}.profile-detail-panel{gap:14px;display:grid}.profile-detail-form{max-width:760px}.profile-document-field{align-content:start;gap:8px;display:grid}.profile-document-note{color:var(--soft-ink);margin:0;font-size:.9rem}.profile-checkbox-row{align-items:center;gap:8px;font-size:.92rem;display:inline-flex}.profile-date-grid{gap:10px;display:grid}.profile-country-combobox{min-width:0;position:relative}.profile-country-combobox input{width:100%}.profile-country-combobox-panel{z-index:25;border:1px solid var(--line);background:#fffffffa;border-radius:14px;gap:4px;max-height:280px;padding:8px;display:grid;position:absolute;top:calc(100% + 6px);left:0;right:0;overflow-y:auto;box-shadow:0 18px 35px #0f172a1f}.profile-country-combobox-option{width:100%;min-width:0;color:inherit;text-align:left;cursor:pointer;background:0 0;border:0;border-radius:10px;justify-content:space-between;align-items:center;gap:10px;padding:10px 12px;display:flex}.profile-country-combobox-option:hover,.profile-country-combobox-option:focus-visible{background:#e0f2efcc}.profile-country-combobox-option strong,.profile-country-combobox-option span{overflow-wrap:anywhere}.profile-country-combobox-option span{color:var(--soft-ink);flex:none;font-size:.82rem;font-weight:800}.profile-country-combobox-empty{color:var(--soft-ink);padding:10px 12px;font-size:.9rem}.profile-visa-list{gap:10px;display:grid}.profile-visa-card{border:1px solid var(--line);background:#ffffffc2;border-radius:14px;gap:10px;min-width:0;padding:14px;display:grid}.profile-visa-card-header{justify-content:space-between;align-items:center;gap:10px;min-width:0;display:flex}.profile-visa-card-header strong{overflow-wrap:anywhere;min-width:0}.profile-remove-button{color:#b42318;flex:none}.field-label{color:var(--soft-ink);margin:0 0 7px;font-size:.9rem}.chip-row{flex-wrap:wrap;gap:8px;display:flex}.chip{border:1px solid var(--line);color:var(--ink);cursor:pointer;white-space:normal;overflow-wrap:anywhere;background:#fffc;border-radius:999px;max-width:100%;padding:8px 12px;font-size:.85rem;font-weight:600}.chip.active{color:#0f5f56;background:#177c7029;border-color:#177c7073}.success-line{color:#0f6a5f;margin:0;font-weight:600}.button:disabled{opacity:.68;cursor:not-allowed;transform:none}.stats-grid{gap:10px;display:grid}.stat-tile{border:1px solid var(--line);background:#ffffffb8;border-radius:13px;gap:6px;padding:12px;display:grid;position:relative;overflow:hidden}.stat-tile span{color:var(--soft-ink);font-size:.85rem}.stat-tile strong{font-size:1.2rem}.stat-tile:before{content:"";background:linear-gradient(90deg, var(--accent), transparent);width:100%;height:3px;position:absolute;inset:0 auto auto 0}.stat-tile:nth-child(2):before{background:linear-gradient(90deg, var(--accent-2), transparent)}.stat-tile:nth-child(3):before{background:linear-gradient(90deg, var(--accent-3), transparent)}.workflow-grid{gap:10px;display:grid}.step-card{border:1px solid var(--line);background:#ffffffb8;border-radius:14px;gap:6px;padding:12px;display:grid}.step-card span{color:#8e451f;background:#c85c2c21;border-radius:9px;justify-content:center;align-items:center;width:34px;height:34px;font-size:.83rem;font-weight:700;display:inline-flex}.step-card h3{letter-spacing:-.015em;margin:0}.step-card p{margin:0}.dashboard-highlight-card{border:1px solid var(--line);background:#ffffffbd;border-radius:16px;gap:10px;padding:16px;display:grid}.dashboard-highlight-card strong{letter-spacing:-.02em;font-size:1.25rem}.dashboard-highlight-card p{margin:0}.landing-hero{z-index:1;gap:18px;padding:28px 28px 24px;position:relative}.landing-hero:focus-within{z-index:30}.landing-hero-copy{gap:12px;max-width:1120px;display:grid}.landing-lede{margin:0;font-size:1.08rem;line-height:1.7}.landing-search{gap:10px;display:grid;position:relative}.landing-search-shell{grid-template-columns:minmax(0,1fr) auto;gap:10px;display:grid}.landing-search-shell>*{min-width:0}.landing-search-input{background:#fffffff2;border-radius:16px;min-height:56px;padding:15px 16px;font-size:1rem}.landing-search-button{min-width:112px}.landing-search-panel{border:1px solid var(--line);z-index:20;background:#fffffffa;border-radius:16px;gap:4px;max-height:320px;padding:8px;display:grid;position:absolute;inset:calc(100% - 2px) 0 auto;overflow:auto;box-shadow:0 18px 36px #0a0e1a29}.landing-search-note{color:var(--soft-ink);margin:0;font-size:.9rem}.landing-route-planner{border:1px solid var(--line);background:#ffffff9e;border-radius:18px;gap:12px;margin-top:4px;padding:16px;display:grid}.landing-route-planner-grid{grid-template-columns:minmax(220px,1fr) minmax(220px,1fr) auto;align-items:end;gap:10px;display:grid}.landing-route-field{min-width:0;color:var(--soft-ink);gap:6px;font-size:.88rem;font-weight:700;display:grid;position:relative}.landing-route-field select{appearance:none}.landing-route-combobox-panel{z-index:25;border:1px solid var(--line);background:#fffffffa;border-radius:14px;gap:4px;max-height:320px;padding:8px;display:grid;position:absolute;top:calc(100% + 6px);left:0;right:0;overflow:auto;box-shadow:0 18px 36px #0a0e1a29}.landing-route-combobox-option{color:var(--ink);cursor:pointer;text-align:left;background:0 0;border:0;border-radius:10px;gap:3px;padding:10px;display:grid}.landing-route-combobox-option:hover,.landing-route-combobox-option:focus-visible,.landing-route-combobox-option.active{background:#14b8a61c}.landing-route-combobox-option strong,.landing-route-combobox-option span{overflow-wrap:anywhere}.landing-route-combobox-option span{color:var(--soft-ink);font-size:.84rem}.landing-route-location-button,.landing-route-submit-button{white-space:nowrap;min-height:56px}.landing-route-error{color:#a33b2b}.landing-route-recommendations{gap:8px;display:grid}.landing-route-recommendation-copy{color:var(--soft-ink);gap:2px;font-size:.88rem;display:grid}.landing-route-recommendation-copy strong{color:var(--ink);font-size:.92rem}.landing-route-suggestions{grid-template-columns:repeat(3,minmax(0,1fr));gap:10px;display:grid}.landing-route-suggestion{border:1px solid var(--line);color:var(--ink);text-align:left;cursor:pointer;background:#ffffffd1;border-radius:14px;gap:4px;padding:12px;display:grid}.landing-route-suggestion:hover,.landing-route-suggestion:focus-visible{border-color:#04785757;box-shadow:0 10px 22px #0f172a14}.landing-route-suggestion strong,.landing-route-suggestion span{overflow-wrap:anywhere}.landing-route-suggestion span{color:var(--soft-ink);font-size:.88rem}.home-link-clusters{gap:12px;display:grid}.home-link-card{border:1px solid var(--line);background:#ffffffbd;border-radius:16px;gap:12px;padding:16px;display:grid}.home-link-card h3,.home-link-card p{margin:0}.landing-chip-row{flex-wrap:wrap;gap:10px;display:flex}.landing-section-heading{gap:8px;margin-bottom:16px;display:grid}.landing-section-heading h2{max-width:680px}.section-heading-with-count{align-items:flex-start;gap:6px;display:inline-flex}.section-count{color:var(--soft-ink);font-size:.72em;line-height:1}.landing-feature-card,.landing-destination-card{border:1px solid var(--line);background:#ffffffb3;border-radius:16px;gap:12px;padding:16px;display:grid}.landing-feature-card h3,.landing-destination-card h3{letter-spacing:-.02em;margin:0}.landing-feature-card p,.landing-destination-card p{margin:0}.landing-use-case{background:linear-gradient(135deg, #c85c2c14, transparent 45%), linear-gradient(315deg, #177c7014, transparent 45%), var(--panel)}.landing-use-case-layout{gap:16px;display:grid}.landing-use-case-summary{letter-spacing:-.03em;color:var(--ink);margin:0;font-size:1.5rem;font-weight:700;line-height:1.25}.landing-route-corridors{background:linear-gradient(135deg, #177c7014, transparent 48%), var(--panel)}.landing-route-grid{gap:10px;display:grid}.landing-route-card{border:1px solid var(--line);color:var(--ink);background:#ffffffbd;border-radius:14px;grid-template-columns:auto minmax(0,1fr) auto;align-items:center;gap:12px;padding:14px;transition:transform .12s,box-shadow .12s,border-color .12s;display:grid}.landing-route-card:hover{border-color:#177c7042;transform:translateY(-2px);box-shadow:0 18px 34px #10152214}.landing-route-rank{color:#0f5f56;background:#177c701a;border:1px solid #177c703d;border-radius:999px;place-items:center;width:38px;height:38px;font-weight:800;display:grid}.landing-route-copy{gap:4px;min-width:0;display:grid}.landing-route-label{overflow-wrap:anywhere;font-weight:800}.landing-route-copy p{color:var(--soft-ink);margin:0;font-size:.9rem}.landing-route-action{color:#0f5f56;white-space:nowrap;background:#177c7014;border:1px solid #177c703d;border-radius:999px;flex:none;padding:7px 10px;font-size:.84rem;font-weight:800}.landing-destination-grid{gap:12px;display:grid}.landing-destination-card{transition:transform .12s,box-shadow .12s,border-color .12s}.landing-destination-card:hover{border-color:#2f5f9e33;transform:translateY(-2px);box-shadow:0 18px 34px #10152214}.landing-destination-meta{color:var(--soft-ink);justify-content:space-between;align-items:center;gap:12px;font-size:.84rem;display:flex}.landing-destination-rank{color:var(--accent);font-weight:700}.landing-destination-country{font-weight:600}.landing-cta{text-align:center;justify-items:center}.list{gap:10px;margin-top:12px;display:grid}.list-item{border:1px solid var(--line);background:#ffffffbf;border-radius:12px;justify-content:space-between;align-items:center;gap:10px;padding:12px;display:flex}.list-item>*{min-width:0}.list-item p{margin:6px 0 0;font-size:.9rem}.list-item-actions{flex:none;align-items:center;gap:8px;display:flex}.empty-note{background:#ffffff9e;border:1px dashed #19213033;border-radius:14px;padding:14px}.empty-note h3{margin:0 0 6px}.empty-note p{margin:0}.error-line{color:var(--danger);font-weight:600}.discovery-grid{gap:12px;margin-top:12px;display:grid}.discovery-shelf{border:1px solid var(--line);background:#ffffffb8;border-radius:14px;gap:10px;padding:14px;display:grid}.discovery-shelf header h3{letter-spacing:-.015em;margin:0}.discovery-shelf header p{margin:5px 0 0}.discovery-items{gap:8px;display:grid}.discovery-item{border:1px solid var(--line);background:#ffffffd6;border-radius:11px;padding:10px}.discovery-item-layout{grid-template-columns:138px minmax(0,1fr);align-items:stretch;gap:10px;display:grid}.discovery-item-content{gap:8px;min-width:0;display:grid}.discovery-item-content strong{overflow-wrap:anywhere;line-height:1.2;display:block}.discovery-item p{margin:4px 0 0;font-size:.88rem}.discovery-item-meta{flex-wrap:wrap;align-items:center;gap:8px;display:flex}.discovery-item-preview{border:1px solid var(--line);background:linear-gradient(145deg,#263e6014,#c85c2c14);border-radius:12px;width:138px;min-height:138px;position:relative;overflow:hidden}.discovery-item-preview-map{width:138px;height:138px}.discovery-item-preview-map>*{width:100%!important;height:100%!important}.discovery-item-preview-overlay{text-align:center;color:var(--soft-ink);background:#f8f9fcc2;justify-content:center;align-items:center;margin:0;padding:8px;font-size:.78rem;display:flex;position:absolute;inset:0}.discovery-map-link{white-space:normal}.destination-guide-grid{gap:10px;margin-top:12px;display:grid}.destination-desktop-layout,.destination-results-column{min-width:0}.destination-desktop-layout{margin-top:14px}.destination-filter-sidebar-heading{display:none}.destination-seo-directory{margin-top:24px}.destination-seo-link-grid{grid-template-columns:repeat(auto-fit,minmax(180px,1fr));gap:10px;margin-top:18px;display:grid}.destination-seo-link-grid a{border:1px solid var(--line);color:inherit;background:#ffffffb8;border-radius:14px;flex-direction:column;gap:2px;padding:14px;text-decoration:none;display:flex}.destination-seo-link-grid a:hover{border-color:var(--accent)}.destination-seo-link-grid span{color:var(--muted);font-size:.88rem}.search-market-page{gap:24px;display:grid}.search-market-hero{background:radial-gradient(circle at 92% 10%,#ff8f2f33,#0000 34%),linear-gradient(145deg,#fffffff5,#f2f7f5eb);overflow:hidden}.search-market-hero h1{max-width:900px;margin-bottom:12px}.search-market-introduction{max-width:820px;color:var(--soft-ink);font-size:1.05rem;line-height:1.7}.search-market-stats{flex-wrap:wrap;gap:10px;margin:20px 0;display:flex}.search-market-stats span{border:1px solid var(--line);background:#ffffffc7;border-radius:999px;align-items:baseline;gap:5px;padding:9px 12px;display:inline-flex}.search-market-quality-note,.search-market-warning{border-left:3px solid var(--accent);max-width:860px;color:var(--soft-ink);background:#ff8f2f17;border-radius:8px;padding:12px 14px}.search-market-explore-button{width:fit-content;margin-top:8px;display:inline-flex}.search-market-language-links{flex-wrap:wrap;gap:12px;margin-top:18px;font-size:.88rem;display:flex}.search-market-language-links a{color:var(--soft-ink)}.search-market-departure-filter{scrollbar-width:thin;gap:10px;margin-top:18px;padding:2px 2px 7px;display:flex;overflow-x:auto}.search-market-departure-filter button{border:1px solid var(--line);min-height:44px;color:var(--soft-ink);cursor:pointer;font:inherit;background:#fffc;border-radius:999px;flex:none;align-items:center;gap:9px;padding:9px 12px;font-size:.86rem;font-weight:750;display:inline-flex}.search-market-departure-filter button strong{min-width:26px;min-height:26px;color:var(--ink);background:#19213012;border-radius:999px;place-items:center;padding:2px 6px;font-size:.76rem;display:inline-grid}.search-market-departure-filter button.active{background:var(--accent);color:#fff;border-color:#c85c2c61}.search-market-departure-filter button.active strong{color:#fff;background:#fff3}.search-market-departure-filter button:focus-visible{outline-offset:2px;outline:3px solid #c85c2c33}.search-market-shelves{gap:30px;margin-top:24px;display:grid}.search-market-shelf{min-width:0}.search-market-shelf-heading{justify-content:space-between;align-items:center;gap:12px;display:flex}.search-market-shelf-heading h3{margin:0;font-size:1.3rem}.search-market-shelf-heading span{min-width:32px;min-height:32px;color:var(--accent);background:#c85c2c1a;border-radius:999px;place-items:center;font-size:.82rem;font-weight:800;display:inline-grid}.search-market-shelf-actions{align-items:center;gap:8px;display:flex}.search-market-shelf-actions button{border:1px solid var(--line);width:36px;height:36px;color:var(--ink);cursor:pointer;background:#ffffffd1;border-radius:50%;place-items:center;display:inline-grid}.search-market-shelf-actions button:hover{color:var(--accent);border-color:#c85c2c52}.search-market-shelf-actions button:focus-visible{outline-offset:2px;outline:3px solid #c85c2c33}.search-market-shelf-actions button svg{width:19px;height:19px}.search-market-empty{border:1px dashed var(--line);color:var(--soft-ink);border-radius:14px;margin:20px 0 0;padding:18px}.search-market-card-grid{overscroll-behavior-inline:contain;scroll-behavior:smooth;scroll-snap-type:inline mandatory;scrollbar-width:thin;grid-template-columns:none;grid-auto-columns:minmax(300px,calc(33.3333% - 9.33333px));grid-auto-flow:column;gap:14px;margin-top:20px;padding:0 2px 10px;scroll-padding-inline:2px;display:grid;overflow-x:auto}.search-market-card{border:1px solid var(--line);scroll-snap-align:start;background:#ffffffd1;border-radius:18px;min-width:0;overflow:hidden}.search-market-card-map{background:#eef0f4e6;width:100%;min-height:180px}.search-market-card-copy{gap:8px;padding:16px;display:grid}.search-market-card-copy h4,.search-market-card-copy p{margin:0}.search-market-card-copy h4{font-size:1.08rem}.search-market-card-copy h4 a{color:inherit;text-decoration:none}.search-market-card-copy h4 a:hover{color:var(--accent)}.search-market-card-origin{min-width:0;color:var(--soft-ink);align-items:center;gap:6px;font-size:.79rem;display:flex}.search-market-card-origin svg{width:16px;height:16px;color:var(--accent);flex:none}.search-market-card-origin strong{min-width:0;color:var(--ink);text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.search-market-card-origin em{color:var(--accent);border:1px solid #c85c2c33;border-radius:999px;flex:none;padding:3px 7px;font-style:normal;font-weight:800}.search-market-card-copy small{color:var(--muted)}.search-market-faq details{border-bottom:1px solid var(--line);padding:14px 0}.search-market-faq summary{cursor:pointer;font-weight:700}.search-market-faq details p{max-width:820px;color:var(--soft-ink);line-height:1.65}.destination-guide-card{border:1px solid var(--line);background:#fffc;border-radius:14px;gap:10px;padding:14px;display:grid}.destination-guide-card h3{margin:0}.destination-city-link{color:inherit;text-decoration:none}.destination-city-link:hover,.destination-city-link:focus-visible{text-decoration:underline}.destination-guide-card-feed{padding:10px}.destination-guide-card-clickable{cursor:pointer;transition:transform .12s,box-shadow .12s,border-color .12s}.destination-guide-card-clickable:hover{border-color:#177c7052;transform:translateY(-1px)}.destination-guide-card-clickable:focus-visible{outline-offset:2px;outline:2px solid #177c7059}.destination-guide-card-layout{grid-template-columns:132px minmax(0,1fr);align-items:start;gap:10px;display:grid}.destination-guide-card-content{gap:8px;min-width:0;display:grid}.destination-card-primary-row{flex-wrap:wrap;align-items:center;gap:8px;display:flex}.destination-card-primary-row>.pill-row{flex:0 auto}.destination-card-origin-line{color:var(--muted);flex-wrap:wrap;align-items:center;gap:6px;margin:-3px 0 0;font-size:.88rem;line-height:1.35;display:flex}.destination-card-origin-line svg{width:15px;height:15px;color:var(--accent)}.destination-card-origin-prefix{color:var(--muted)}.destination-card-origin-primary{color:var(--soft-ink);white-space:nowrap;font-weight:600}.destination-card-origin-more{border:1px solid color-mix(in srgb, var(--accent) 24%, transparent);background:color-mix(in srgb, var(--accent) 7%, transparent);min-height:22px;color:var(--muted);white-space:nowrap;border-radius:999px;align-items:center;padding:1px 7px;font-size:.75rem;font-weight:600;line-height:1;display:inline-flex}.destination-card-service-area-line{color:var(--muted);margin:-4px 0 0;font-size:.78rem;line-height:1.3}.destination-card-actions{flex-wrap:wrap;align-items:center;gap:8px;display:flex}.destination-card-actions .button{min-height:36px}.destination-guide-preview{width:132px;min-height:132px}.destination-guide-preview-map{border-radius:12px}.destination-guide-preview-placeholder{border:1px solid var(--line);text-align:center;background:linear-gradient(145deg,#263e601f,#c85c2c1a);border-radius:12px;justify-content:center;align-items:center;width:132px;height:132px;padding:8px;display:flex}.destination-guide-preview-placeholder p{color:var(--soft-ink);margin:0;font-size:.84rem}.destination-custom-explorer{border:1px solid var(--line);background:#ffffffbd;border-radius:14px;gap:10px;padding:12px;display:grid}.destination-feed-controls{border:1px solid var(--line);background:#ffffffbd;border-radius:14px;gap:14px;padding:14px;display:grid}.destination-feed-intro{margin-top:10px}.destination-feed-intro+.destination-feed-controls{margin-top:14px}.destination-feed-controls-row{grid-template-columns:repeat(auto-fit,minmax(160px,1fr));gap:10px;display:grid}.destination-document-context,.destination-route-context{gap:10px;min-width:0;display:grid}.destination-document-mobile-trigger,.destination-document-sheet-header{display:none}.destination-document-sheet-backdrop{display:contents}.destination-document-sheet{gap:10px;min-width:0;display:grid}.destination-route-context{border-top:1px solid var(--line);padding-top:14px}.destination-scope-filter{border:1px solid var(--line);background:color-mix(in srgb, var(--ink) 7%, transparent);border-radius:999px;grid-template-columns:repeat(3,minmax(0,1fr));width:min(100%,430px);padding:3px;display:inline-grid}.destination-scope-filter button{min-width:0;min-height:36px;color:var(--soft-ink);cursor:pointer;font:inherit;background:0 0;border:0;border-radius:999px;padding:7px 14px;font-size:.84rem;font-weight:700}.destination-scope-filter button:hover{color:var(--ink)}.destination-scope-filter button.active{background:var(--surface);color:var(--ink);box-shadow:0 1px 4px color-mix(in srgb, var(--ink) 12%, transparent)}.destination-scope-filter button:disabled{cursor:not-allowed;opacity:.42}.destination-scope-filter button:focus-visible{outline:2px solid var(--accent);outline-offset:1px}.destination-context-heading{color:var(--ink);align-items:center;gap:9px;display:flex}.destination-context-heading>svg{width:20px;height:20px;color:var(--accent-2);flex:none}.destination-route-context-heading>svg{color:var(--accent)}.destination-context-heading div{gap:1px;display:grid}.destination-context-heading strong{font-size:.95rem}.destination-context-heading span{color:var(--soft-ink);font-size:.8rem}.destination-document-suggestion{border:1px solid color-mix(in srgb, var(--accent) 28%, var(--line));background:color-mix(in srgb, var(--accent) 7%, var(--surface));color:var(--muted);border-radius:.8rem;align-items:center;gap:.65rem;margin:0;padding:.65rem .8rem;font-size:.82rem;display:flex}.destination-document-suggestion strong{color:var(--text);white-space:nowrap}.destination-document-grid{gap:10px;display:grid}.destination-document-block{border-left:3px solid #0000;border-radius:8px;gap:10px;min-width:0;padding:12px;display:grid}.destination-document-block-id{background:#2f76a812;border-left-color:#2f76a8}.destination-document-block-passport{border-left-color:var(--accent);background:#c85c2c12}.destination-document-block-visa{background:#6f58b812;border-left-color:#6f58b8}.destination-document-icon-visa{color:#6049a5;background:#6f58b81f}.destination-visa-context-copy{color:var(--soft-ink);margin:0;font-size:.76rem;line-height:1.4}.destination-visa-manage-button{width:fit-content;min-height:36px}.destination-document-summary{align-items:center;gap:10px;min-width:0;display:flex}.destination-document-summary>div{gap:2px;min-width:0;display:grid}.destination-document-summary span:not(.destination-document-icon){color:var(--soft-ink);font-size:.78rem}.destination-document-summary strong{overflow-wrap:anywhere}.destination-passport-toggle{color:var(--accent);cursor:pointer;font:inherit;background:#ffffffb8;border:1px solid #c85c2c47;border-radius:999px;flex:none;margin-left:auto;padding:5px 9px;font-size:.72rem;font-weight:700;line-height:1.2}.destination-passport-toggle:hover,.destination-passport-toggle:focus-visible{background:#fff;border-color:#c85c2c8a;outline:none}.destination-passport-toggle:focus-visible{box-shadow:0 0 0 3px #c85c2c21}.destination-document-icon{border-radius:8px;flex:none;justify-content:center;align-items:center;width:34px;height:34px;display:inline-flex}.destination-document-icon svg{width:19px;height:19px}.destination-document-icon-id{color:#236b9c;background:#2f76a821}.destination-document-icon-passport{color:var(--accent);background:#c85c2c21}.destination-passport-fields{gap:10px;min-width:0;display:grid}.destination-route-controls-row{grid-template-columns:1fr}.destination-route-search-field{gap:6px;min-width:0;display:grid}.destination-field-label{align-items:center;gap:6px;display:inline-flex}.destination-field-label svg{width:15px;height:15px;color:var(--accent)}.searchable-select{gap:6px;min-width:0;display:grid;position:relative}.searchable-select-input{border:1px solid var(--line);width:100%;min-height:44px;color:var(--ink);font:inherit;background:#fff;border-radius:12px;padding:0 12px}.searchable-select-input:disabled{color:var(--muted);cursor:not-allowed;background:#ffffff9e}.searchable-select-input:focus{border-color:#d2632a8c;outline:none;box-shadow:0 0 0 3px #d2632a1f}.searchable-select-menu{z-index:30;border:1px solid var(--line);background:#fffffffa;border-radius:14px;gap:4px;max-height:280px;padding:6px;display:grid;position:absolute;top:calc(100% + 6px);left:0;right:0;overflow:auto;box-shadow:0 18px 42px #141e2d2b}.searchable-select-option{color:var(--ink);cursor:pointer;font:inherit;text-align:left;background:0 0;border:0;border-radius:10px;padding:10px}.searchable-select-option:hover,.searchable-select-option:focus-visible,.searchable-select-option.active{color:var(--teal);background:#177c701a;outline:none}.searchable-select-empty{color:var(--soft-ink);padding:10px}.destination-feed-controls-summary{flex-wrap:wrap;align-items:center;gap:8px;display:flex}.destination-feed-loading-pill{align-items:center;gap:6px;display:inline-flex}.destination-feed-loading-pill svg{width:15px;height:15px;animation:.9s linear infinite destination-feed-spin}.destination-feed-loading-state{background:radial-gradient(circle at 24% 30%,#ff8f2f1a,#0000 32%),linear-gradient(135deg,#177c7014,#ffffffd1);border:1px solid #177c7038;border-radius:18px;justify-content:center;align-items:center;gap:18px;min-height:150px;padding:28px;display:flex}.destination-feed-loading-state h2,.destination-feed-loading-state p{margin:0}.destination-feed-loading-state h2{font-size:1.12rem}.destination-feed-loading-visual{width:58px;height:58px;color:var(--teal);background:#ffffffeb;border-radius:50%;flex:none;place-items:center;display:inline-grid;position:relative;box-shadow:0 14px 34px #141e2d1f}.destination-feed-loading-orbit{width:48px;height:48px;color:var(--orange);animation:1.2s linear infinite destination-feed-spin;position:absolute;inset:5px}.destination-feed-loading-plane{width:23px;height:23px;animation:1.2s ease-in-out infinite destination-feed-plane-pulse}@keyframes destination-feed-spin{to{transform:rotate(360deg)}}@keyframes destination-feed-plane-pulse{0%,to{transform:translateY(1px)scale(.96)}50%{transform:translateY(-2px)scale(1.04)}}@media (prefers-reduced-motion:reduce){.destination-feed-loading-pill svg,.destination-feed-loading-orbit,.destination-feed-loading-plane{animation:none}}.destination-entry-cta{flex-wrap:wrap;align-items:center;gap:8px;display:inline-flex}.destination-entry-cta .muted,.destination-custom-explorer h3{margin:0}.destination-routes-panel{background:linear-gradient(135deg, #177c7012, transparent 48%), var(--panel)}.destination-route-columns{grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:14px;display:grid}.destination-route-column{align-content:start;gap:10px;display:grid}.destination-route-column h3{margin:0}.destination-route-list{gap:10px;display:grid}.destination-route-card{border:1px solid var(--line);color:var(--ink);background:#ffffffc2;border-radius:14px;grid-template-columns:auto minmax(0,1fr) auto;align-items:center;gap:12px;padding:12px;transition:transform .12s,box-shadow .12s,border-color .12s;display:grid}.destination-route-card:hover{border-color:#177c7042;transform:translateY(-2px);box-shadow:0 18px 34px #10152214}.destination-feed-sentinel{width:100%;height:2px}.destination-feed-end-message{margin-top:14px}.destination-day-grid{gap:10px;margin-top:10px;display:grid}.destination-day-card{border:1px solid var(--line);background:#fffc;border-radius:14px;gap:8px;padding:12px;display:grid}.destination-day-card h3{margin:0}.ferry-route-map-preview{gap:7px;display:grid;position:relative}.ferry-route-map-canvas,.ferry-route-map-fallback{border:1px solid var(--line);background:var(--surface-muted);border-radius:12px;width:100%;height:190px;overflow:hidden}.ferry-route-map-fallback{position:absolute;inset:0 0 auto}.ferry-route-map-legend{color:var(--muted);flex-wrap:wrap;gap:6px 12px;font-size:.74rem;display:flex}.ferry-route-map-legend span{align-items:center;gap:5px;display:inline-flex}.ferry-route-map-legend i{background:#ff922f;border-radius:999px;width:9px;height:9px}.ferry-route-map-legend i.destination{background:#ef3f74}.destination-entry-more{margin-top:8px}.destination-entry-more>summary{list-style:none;display:inline-flex}.destination-entry-more>summary::-webkit-details-marker{display:none}.destination-entry-more[open]>summary{margin-bottom:10px}.entry-snapshot-expanded{border:1px solid var(--line);background:#ffffffc2;border-radius:18px;gap:14px;padding:16px;display:grid}.entry-passport-controls{border:1px solid var(--line);background:#ffffffc7;border-radius:18px;gap:12px;margin-top:14px;padding:14px;display:grid}.entry-passport-controls-head{justify-content:space-between;align-items:flex-start;gap:12px;display:flex}.entry-passport-controls-head h3,.entry-selected-result h3{margin:0;font-size:1rem}.entry-location-button{flex:none}.entry-passport-select{color:var(--soft-ink);gap:6px;font-size:.84rem;font-weight:700;display:grid}.entry-passport-select select{border:1px solid var(--line);width:100%;min-height:42px;color:var(--ink);font:inherit;background:#ffffffeb;border-radius:12px;padding:0 12px}.entry-location-suggestion{color:var(--soft-ink);background:#2f5f9e12;border:1px solid #2f5f9e29;border-radius:14px;gap:10px;padding:12px;display:grid}.entry-location-suggestion p{margin:0}.entry-snapshot-tabs{flex-wrap:wrap;gap:8px;display:flex}.entry-snapshot-panel-body{gap:12px;display:grid}.entry-selected-result{background:#177c700f;border:1px solid #177c702e;border-radius:16px;gap:10px;padding:12px;display:grid}.entry-selected-result .entry-country-list{grid-template-columns:1fr}.entry-snapshot-tab{border:1px solid var(--line);color:var(--ink);cursor:pointer;background:#ffffffe0;border-radius:999px;padding:6px 10px;font-size:.86rem}.entry-snapshot-tab.active{background:#c85c2c24;border-color:#c85c2c6b}.entry-snapshot-toolbar{gap:10px;display:grid}.entry-snapshot-search{gap:6px;display:grid}.entry-snapshot-search-label{color:var(--soft-ink);font-size:.84rem;font-weight:700}.entry-country-list{gap:10px;display:grid}.entry-country-row{border:1px solid var(--line);color:var(--ink);background:#ffffffd1;border-radius:14px;gap:10px;padding:13px;display:grid}.entry-country-row:hover{background:#fffffff0;border-color:#2f5f9e47}.entry-country-main{align-items:center;gap:10px;min-width:0;display:inline-flex}.entry-country-flag{flex:none}.entry-country-name{overflow-wrap:anywhere;min-width:0}.entry-country-summary,.entry-country-documents,.entry-country-meta{flex-wrap:wrap;align-items:center;gap:8px;display:flex}.entry-country-documents{gap:6px}.entry-document-chip{min-width:0;color:var(--soft-ink);font:inherit;cursor:pointer;background:#ffffffc2;border:1px solid #1921301a;border-radius:999px;align-items:center;gap:6px;padding:4px 8px;font-size:.74rem;font-weight:800;display:inline-flex}.entry-document-chip:hover{background:#fffffff0;border-color:#2f5f9e42}.entry-document-chip:focus-visible,.entry-country-detail-link:focus-visible{outline-offset:2px;outline:3px solid #2f5f9e3d}.entry-document-chip.active{color:#0f5f56;background:#177c701f;border-color:#177c7052}.entry-document-chip-id{color:#244d85;background:#2f5f9e14;border-color:#2f5f9e33}.entry-document-chip-id.active{color:#244d85;background:#2f5f9e24;border-color:#2f5f9e52}.entry-document-icon{flex:none;width:16px;height:18px}.entry-country-actions{flex-wrap:wrap;gap:8px;display:flex}.entry-country-detail-link{border:1px solid var(--line);width:fit-content;color:var(--soft-ink);background:#ffffffb8;border-radius:999px;padding:4px 9px;font-size:.76rem;font-weight:800}.entry-country-detail-link:hover{background:#fffffff0;border-color:#2f5f9e42}.entry-country-badge{border:1px solid var(--line);max-width:100%;color:var(--soft-ink);overflow-wrap:anywhere;background:#ffffffc7;border-radius:999px;flex:0 auto;padding:4px 9px;font-size:.76rem;font-weight:700}.entry-country-badge-primary{color:#0f5f56;background:#177c701f;border-color:#177c704d}.entry-country-badge-e_visa,.entry-country-badge-visa_on_arrival,.entry-country-badge-port_of_entry{color:#244d85;background:#2f5f9e1a;border-color:#2f5f9e47}.entry-country-badge-visa_required{color:#9a451e;background:#c85c2c1f;border-color:#c85c2c4d}.entry-country-badge-unknown{color:var(--soft-ink);background:#1921300f;border-color:#1921301f}.entry-snapshot-sources{border-top:1px solid #19213014;gap:10px;padding-top:10px;display:grid}.entry-snapshot-sources-head{justify-content:space-between;align-items:center;gap:10px;display:flex}.entry-snapshot-sources-head .muted{margin:0}.entry-snapshot-source-count{border:1px solid var(--line);color:var(--soft-ink);background:#ffffffd1;border-radius:999px;padding:2px 8px;font-size:.76rem;font-weight:700}.entry-snapshot-source-preview{flex-wrap:wrap;gap:8px;display:flex}.entry-snapshot-source-toggle{justify-self:flex-start}.guide-list{color:var(--soft-ink);gap:6px;margin:0;padding-left:18px;display:grid}.guide-list a{overflow-wrap:anywhere;word-break:break-word}.rule-metadata-grid{gap:10px;margin-top:14px;display:grid}.rule-metadata-grid>div,.rule-difference-row{border:1px solid var(--line);background:#ffffffb8;border-radius:12px;gap:4px;padding:11px 12px;display:grid}.rule-metadata-grid span,.rule-difference-row span{color:var(--soft-ink);font-size:.82rem;font-weight:700}.rule-metadata-grid strong,.rule-difference-row strong{overflow-wrap:anywhere}.rule-difference-list{gap:10px;display:grid}.special-regime-city-list{flex-wrap:wrap;gap:8px;margin-top:10px;display:flex}.special-regime-city-chip{cursor:default;text-decoration:none}a.special-regime-city-chip{cursor:pointer}.destination-visit-rhythm{border:1px solid var(--line);background:#ffffffb8;border-radius:14px;gap:12px;margin-top:16px;padding:14px;display:grid}.destination-visit-rhythm+.muted{margin-top:12px}.destination-visit-rhythm-heading{gap:4px;display:grid}.destination-visit-rhythm-heading h3{letter-spacing:-.015em;margin:0}.destination-visit-rhythm-chart{grid-template-columns:repeat(12,minmax(0,1fr));align-items:end;gap:8px;display:grid}.destination-visit-rhythm-month{justify-items:center;gap:8px;display:grid}.destination-visit-rhythm-bar{background:#1921301f;border:1px solid #19213014;border-radius:999px;width:100%;min-height:16px;transition:background .12s,border-color .12s,transform .12s}.destination-visit-rhythm-month.active .destination-visit-rhythm-bar{background:linear-gradient(#177c70e6,#177c7085);border-color:#177c704d;min-height:44px;transform:translateY(-1px)}.destination-visit-rhythm-label{color:var(--soft-ink);font-size:.76rem;font-weight:600}.destination-visit-rhythm-month.active .destination-visit-rhythm-label{color:#0f5f56}.destination-signal-section-heading{gap:8px;display:grid}.destination-signal-stack{gap:14px;margin-top:14px;display:grid}.destination-signal-group{gap:10px;display:grid}.destination-signal-group-heading{gap:4px;display:grid}.destination-signal-group-title{align-items:center;gap:10px;display:flex}.destination-signal-group-heading h3,.destination-signal-card h4{letter-spacing:-.015em;margin:0}.destination-signal-icon,.destination-signal-type{align-items:center;gap:6px;display:inline-flex}.destination-signal-icon{border:1px solid var(--line);border-radius:10px;justify-content:center;width:32px;height:32px}.destination-signal-icon--event,.destination-signal-type--event,.destination-signal-card--event{--signal-ink:#9a5a00;--signal-line:#c4780f42;--signal-bg:#fac97e29}.destination-signal-icon--seasonal,.destination-signal-type--seasonal,.destination-signal-card--seasonal{--signal-ink:#20629a;--signal-line:#387bbf3d;--signal-bg:#84c5f324}.destination-signal-icon--experience,.destination-signal-type--experience,.destination-signal-card--experience{--signal-ink:#6a38a0;--signal-line:#8057c23d;--signal-bg:#bea4f324}.destination-signal-icon--practical,.destination-signal-type--practical,.destination-signal-card--practical{--signal-ink:#255a56;--signal-line:#35877f3d;--signal-bg:#78c3b01f}.destination-signal-icon{color:var(--signal-ink);border-color:var(--signal-line);background:var(--signal-bg)}.destination-signal-grid{gap:10px;display:grid}.destination-signal-card{border:1px solid var(--line);background:#fffc;border-radius:14px;gap:10px;padding:14px;display:grid;position:relative}.destination-signal-card:before{content:"";background:var(--signal-ink,transparent);border-radius:14px 0 0 14px;width:4px;position:absolute;inset:0 auto 0 0}.destination-signal-card p{margin:0}.destination-signal-card-head,.destination-signal-meta{flex-wrap:wrap;align-items:center;gap:8px;display:flex}.destination-signal-type{border:1px solid var(--signal-line);color:var(--signal-ink);background:var(--signal-bg);border-radius:999px;padding:6px 10px;font-size:.8rem;font-weight:700}.destination-map-shell{border:1px solid var(--line);background:linear-gradient(145deg,#263e6014,#c85c2c14);border-radius:14px;min-height:260px;position:relative;overflow:hidden}.destination-map-canvas{width:100%;height:260px}.destination-map-canvas>*{width:100%!important;height:100%!important}.destination-map-overlay{text-align:center;color:var(--soft-ink);background:#f8f9fcd1;align-content:center;justify-items:center;gap:10px;padding:12px;display:grid;position:absolute;inset:0}.destination-map-overlay p{margin:0}.trip-detail-head{justify-content:space-between;align-items:flex-start;gap:14px;display:flex}.trip-planner-actions{flex-wrap:wrap;justify-content:flex-end;gap:8px;display:flex}.trip-journal-planner{border-top:1px solid var(--line);gap:14px;margin-top:8px;padding-top:18px;display:grid}.trip-journal-kicker{align-items:center;gap:8px;display:flex}.trip-back-icon{width:30px;height:30px;color:var(--ink);background:#ffffffd1;border:1px solid #1a233424;border-radius:999px;justify-content:center;align-items:center;display:inline-flex}.trip-back-icon:hover,.trip-back-icon:focus-visible{background:#e8f6f3eb;border-color:#0f5f5647;outline:none}.trip-journal-actions{align-items:center}.trip-journal-actions .button.primary{min-width:160px}.trip-journal-menu .trip-event-menu-popover{min-width:180px}.trip-check-item{align-items:flex-start;gap:8px;font-size:.94rem;display:flex}.trip-check-item input{width:auto;margin-top:3px}.trip-day-tabs{scrollbar-width:thin;gap:8px;margin-top:14px;padding-bottom:6px;display:flex;overflow-x:auto}.trip-day-tab{border:1px solid var(--line);min-width:150px;color:var(--ink);text-align:left;cursor:pointer;background:#ffffffd6;border-radius:12px;gap:3px;padding:10px 12px;display:grid}.trip-day-tab strong,.trip-day-tab span,.trip-day-tab em{display:block}.trip-day-tab span{color:var(--soft-ink);font-size:.86rem}.trip-day-tab em{color:var(--muted-ink);font-size:.78rem;font-style:normal}.trip-day-tab.active{background:#137d7017;border-color:#137d706b;box-shadow:inset 0 3px #137d708c}.day-route-preview-card{background:#ffffffad;border:1px solid #1a23341a;border-radius:14px;gap:10px;min-width:0;padding:12px;display:grid}.day-route-preview-head{justify-content:space-between;align-items:flex-start;gap:10px;min-width:0;display:flex}.day-route-preview-head h3{margin:0;font-size:1rem}.day-route-preview-head p{margin:3px 0 0;font-size:.86rem}.day-route-preview-head>span{color:var(--soft-ink);background:#2f5f9e0f;border:1px solid #2f5f9e2e;border-radius:999px;flex:none;padding:5px 9px;font-size:.78rem;font-weight:700}.day-route-preview-grid{grid-template-columns:minmax(0,1.1fr) minmax(180px,.9fr);gap:10px;min-width:0;display:grid}.day-route-preview-map{background:linear-gradient(135deg,#e8f6f3f2,#f9f1e8f2);border:1px solid #0f5f561f;border-radius:14px;min-height:160px;position:relative;overflow:hidden}.day-route-preview-mapkit{opacity:0;transition:opacity .16s;position:absolute;inset:0}.day-route-preview-mapkit.ready{opacity:1}.day-route-preview-map svg{width:100%;height:100%;min-height:160px;display:block}.day-route-preview-map rect{fill:#ffffff3d}.day-route-preview-map path{fill:none;stroke:url(#dayRoutePreviewGradient);stroke-width:6px;stroke-linecap:round;stroke-linejoin:round}.day-route-preview-map circle{fill:#102033;stroke:#fff;stroke-width:4px}.day-route-preview-map text{fill:#fff;text-anchor:middle;font-family:Avenir Next,Manrope,sans-serif;font-size:12px;font-weight:800}.day-route-preview-fallback{min-height:160px;color:var(--soft-ink);text-align:center;place-items:center;padding:14px;font-size:.9rem;display:grid}.day-route-preview-stops{align-content:start;gap:8px;min-width:0;margin:0;padding:0;list-style:none;display:grid}.day-route-preview-stops li{grid-template-columns:auto minmax(0,1fr);align-items:start;gap:8px;min-width:0;display:grid}.day-route-preview-stops li>span{width:24px;height:24px;color:var(--accent-2);background:#0f5f561f;border-radius:999px;justify-content:center;align-items:center;font-size:.78rem;font-weight:800;display:inline-flex}.day-route-preview-stops strong,.day-route-preview-stops small,.day-route-preview-stops em{min-width:0;display:block}.day-route-preview-stops strong{overflow-wrap:anywhere;font-size:.88rem;line-height:1.2}.day-route-preview-stops em,.day-route-preview-stops small{color:var(--muted-ink);margin-top:2px;font-size:.75rem;font-style:normal}.trip-event-list{gap:10px;margin-top:10px;display:grid}.trip-event-item{z-index:0;border:1px solid var(--line);touch-action:manipulation;background:#ffffffd1;border-radius:12px;gap:8px;padding:12px;display:grid;position:relative}.trip-event-item:focus-within{z-index:100}.trip-event-item.dragging{opacity:.72;box-shadow:var(--shadow);z-index:40}.trip-event-head{align-items:center;gap:10px;display:flex}.trip-event-drag-handle{width:42px;min-width:42px;height:42px;color:var(--soft-ink);cursor:grab;touch-action:none;background:#ffffffd1;border:1px solid #1a233429;border-radius:12px;font-weight:800;line-height:1}.trip-event-drag-handle:active{cursor:grabbing}.trip-event-badges{flex-wrap:wrap;justify-content:flex-end;gap:6px;margin-left:auto;display:flex}.trip-event-meta{align-items:flex-start;gap:8px;margin-left:auto;display:flex;position:relative}.trip-event-menu{z-index:1;flex:none;position:relative}.trip-event-menu-button{width:36px;height:36px;color:var(--ink);cursor:pointer;font:inherit;background:#ffffffdb;border:1px solid #1a233424;border-radius:999px;font-size:1.35rem;font-weight:800;line-height:1}.trip-event-menu-button:hover,.trip-event-menu-button:focus-visible,.trip-event-menu-button[aria-expanded=true]{background:#e8f6f3eb;border-color:#0f5f5647;outline:none}.trip-event-menu-popover{z-index:120;border:1px solid var(--line);background:#fffffffa;border-radius:12px;gap:3px;min-width:190px;padding:6px;display:grid;position:absolute;top:calc(100% + 6px);right:0;box-shadow:0 16px 34px #10152229}.trip-event-menu-popover a,.trip-event-menu-popover button{width:100%;color:var(--ink);font:inherit;text-align:left;cursor:pointer;background:0 0;border:0;border-radius:9px;padding:9px 10px;font-size:.84rem;font-weight:600}.trip-event-menu-popover a:hover,.trip-event-menu-popover button:hover,.trip-event-menu-popover a:focus-visible,.trip-event-menu-popover button:focus-visible{background:#2f5f9e1a;outline:none}.trip-event-menu-popover button:disabled{color:var(--muted-ink);cursor:not-allowed;opacity:.55}.trip-event-menu-popover .danger{color:var(--danger)}.trip-event-menu-popover .danger:hover,.trip-event-menu-popover .danger:focus-visible{background:#c8383817}.trip-event-head h3{margin:0;font-size:1.05rem;line-height:1.18}.trip-event-head p,.trip-event-item>p{font-size:.9rem;line-height:1.35}.trip-event-actions{flex-wrap:wrap;gap:8px;display:flex}.trip-place-import{background:#137d700e;border:1px solid #137d702e;border-radius:12px;gap:6px;padding:10px;display:grid}.trip-place-import-row{grid-template-columns:minmax(0,1fr) auto;gap:8px;display:grid}.segmented-field{border:1px solid var(--line);border-radius:12px;flex-wrap:wrap;gap:8px;padding:10px;display:flex}.segmented-field legend{color:var(--soft-ink);padding:0 5px;font-size:.84rem;font-weight:750}.segmented-field label{background:#ffffffb3;border:1px solid #1a23341f;border-radius:999px;align-items:center;gap:6px;width:auto;padding:7px 10px;display:inline-flex}.segmented-field input{width:auto}.stay-summary,.day-route-panel{background:#137d700e;border:1px solid #137d702e;border-radius:12px;margin-top:12px;padding:12px}.stay-summary h3,.day-route-panel h3{margin-top:0}.stay-summary-list{flex-wrap:wrap;gap:8px;display:flex}.stay-summary-list span{border:1px solid var(--line);background:#ffffffc2;border-radius:999px;padding:6px 9px;font-size:.86rem;font-weight:750}.day-route-panel ol{margin:10px 0;padding-left:22px}.compact-modal-card{max-width:520px}.modal-backdrop{-webkit-backdrop-filter:blur(3px);backdrop-filter:blur(3px);z-index:60;background:#0a0c1280;justify-content:center;align-items:flex-end;padding:0;display:flex;position:fixed;inset:0}.modal-card{border:1px solid var(--line);background:#fffffff5;border-bottom:0;border-radius:24px 24px 0 0;grid-template-rows:auto auto minmax(0,1fr) auto;gap:12px;width:100%;min-height:0;max-height:min(92dvh,820px);padding:16px;display:grid;box-shadow:0 -18px 48px #0a0e1a38}.create-plan-modal-card{padding-bottom:calc(20px + env(safe-area-inset-bottom))}.create-plan-modal-card .modal-body{align-content:start;align-items:start}.create-plan-modal-card .modal-body>.stack{align-content:start;align-self:start}.modal-header{justify-content:space-between;align-items:flex-start;gap:10px;padding-right:42px;display:flex;position:relative}.modal-header>div{min-width:0}.modal-header h2{letter-spacing:-.02em;margin:2px 0 0;line-height:1.08}.modal-close-button{border:1px solid var(--line);width:34px;height:34px;color:var(--ink);cursor:pointer;background:#ffffffdb;border-radius:999px;justify-content:center;align-items:center;display:inline-flex;position:absolute;top:0;right:0}.modal-close-button:hover,.modal-close-button:focus-visible{background:#e8f6f3eb;border-color:#0f5f5647;outline:none}.modal-close-button:disabled{cursor:not-allowed;opacity:.55}.modal-steps{grid-template-columns:repeat(3,minmax(0,1fr));gap:8px;display:grid}.modal-step{border:1px solid var(--line);background:#fffc;border-radius:12px;align-items:center;gap:8px;padding:8px 10px;display:flex}.modal-step span{background:#19213014;border-radius:999px;justify-content:center;align-items:center;width:22px;height:22px;font-size:.8rem;font-weight:700;display:inline-flex}.modal-step p{color:var(--soft-ink);margin:0;font-size:.85rem}.modal-step.active{background:#c85c2c14;border-color:#c85c2c59}.modal-step.active span{color:#7d391a;background:#c85c2c38}.modal-body{gap:10px;min-height:0;display:grid;overflow:auto}.autocomplete-field{gap:6px;display:grid;position:relative}.autocomplete-panel{border:1px solid var(--line);z-index:30;background:#fffffffa;border-radius:12px;gap:4px;max-height:260px;padding:6px;display:grid;position:absolute;inset:calc(100% + 6px) 0 auto;overflow:auto;box-shadow:0 14px 32px #0a0e1a3d}.autocomplete-note{color:var(--soft-ink);margin:0;padding:8px 10px;font-size:.85rem}.autocomplete-option{text-align:left;cursor:pointer;color:var(--ink);background:0 0;border:0;border-radius:10px;gap:2px;padding:8px 10px;display:grid}.autocomplete-option:hover{background:#2f5f9e1a}.autocomplete-option.active{background:#2f5f9e29}.autocomplete-option strong{font-size:.92rem}.autocomplete-option span{color:var(--soft-ink);font-size:.82rem}.modal-footer{justify-content:space-between;align-items:center;display:flex}.map-preview-card,.review-card{border:1px solid var(--line);background:#fffc;border-radius:12px;gap:8px;padding:12px;display:grid}.map-preview-card-copy,.map-preview-card-map,.map-preview-card-actions{min-width:0}.map-preview-card-actions .button{width:100%}.share-modal-card{width:min(980px,100%)}.share-preview-layout{grid-template-columns:minmax(220px,360px) minmax(0,1fr);gap:16px;min-height:0;display:grid;overflow:auto}.story-canvas-frame{aspect-ratio:9/16;border:1px solid var(--line);background:#ffffffb3;border-radius:18px;width:100%;max-width:360px;overflow:hidden;box-shadow:0 14px 32px #0a0e1a24}.story-canvas-frame canvas{width:100%;height:100%;display:block}.share-stop-summary{align-content:start;gap:12px;min-width:0;display:grid}.share-stop-summary h3{margin:0}.share-stop-summary ol{gap:10px;margin:0;padding-left:20px;display:grid}.share-stop-summary li{min-width:0}.share-stop-summary li strong{overflow-wrap:anywhere}.map-preview-frame-wrap{border:1px solid var(--line);background:linear-gradient(145deg,#263e601a,#c85c2c14);border-radius:12px;min-height:188px;position:relative;overflow:hidden}.map-preview-frame{width:100%;height:188px;position:relative}.map-preview-frame>*{width:100%!important;height:100%!important}.map-preview-overlay{text-align:center;color:var(--soft-ink);background:#f8f9fcd1;justify-content:center;align-items:center;margin:0;padding:12px;font-size:.85rem;display:flex;position:absolute;inset:0}.review-card p{margin:0}.travel-route-preview-card{overflow:hidden}.travel-route-preview-heading-row{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:10px;display:flex}.travel-route-preview-heading-row h2{margin:0}.travel-route-preview-layout{gap:18px;display:grid}.travel-route-preview-layout--route-grid{gap:16px;grid-template-columns:minmax(0,1fr)!important}.travel-route-preview-layout--route-grid .travel-route-map-column{position:relative}.travel-route-preview-layout--route-grid .travel-route-mapkit-shell--compact,.travel-route-preview-layout--route-grid .travel-route-svg-shell--compact{height:300px;min-height:300px}.travel-route-preview-layout--route-grid .travel-route-mapkit-shell--compact .travel-route-mapkit-canvas{height:300px}.travel-route-preview-layout--route-grid .travel-route-svg-shell--compact svg{min-height:300px;max-height:300px}.travel-route-preview-layout--route-grid .travel-route-expand-button{z-index:3;color:#fff;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#040c14c7;border-color:#fff3;min-height:34px;position:absolute;bottom:12px;right:12px}.travel-route-preview-layout--route-grid .travel-route-preview-detail{gap:10px}.travel-route-preview-layout--route-grid .travel-route-list{grid-template-columns:repeat(auto-fit,minmax(270px,1fr));gap:12px}.travel-route-preview-layout--route-grid .travel-route-list>li{background:#f8f9fcd1;border-radius:14px;align-content:start;padding:0;overflow:hidden}.travel-route-preview-layout--route-grid .travel-route-list>li:hover,.travel-route-preview-layout--route-grid .travel-route-list>li:focus-within{border-color:#cf6f3d4d;box-shadow:0 12px 28px #1a233414}.travel-route-preview-layout--route-grid .route-mode-tabs{background:0 0;border:0;padding:0}.route-compact-link{min-height:112px;color:inherit;gap:9px;padding:14px;text-decoration:none;display:grid}.route-compact-card-head{grid-template-columns:auto minmax(0,1fr) auto;align-items:center;gap:9px;display:grid}.route-compact-card-head strong{overflow-wrap:anywhere;min-width:0;font-size:.94rem;line-height:1.25}.route-compact-arrow{color:var(--accent);font-size:1rem;transition:transform .14s}.route-compact-link:hover .route-compact-arrow,.route-compact-link:focus-visible .route-compact-arrow{transform:translate(3px)}.route-compact-meta{flex-wrap:wrap;gap:6px;display:flex}.route-compact-meta span{min-height:24px;color:var(--soft-ink);background:#1a23340e;border-radius:999px;align-items:center;padding:3px 7px;font-size:.72rem;font-weight:750;display:inline-flex}@media (max-width:640px){.travel-route-preview-layout--route-grid .travel-route-mapkit-shell--compact,.travel-route-preview-layout--route-grid .travel-route-svg-shell--compact,.travel-route-preview-layout--route-grid .travel-route-mapkit-shell--compact .travel-route-mapkit-canvas,.travel-route-preview-layout--route-grid .travel-route-svg-shell--compact svg{height:230px;min-height:230px}.travel-route-preview-layout--route-grid .travel-route-list{grid-template-columns:1fr}}.travel-route-map-column{gap:10px;min-width:0;display:grid}.travel-route-preview-map{background:linear-gradient(135deg,#177c7014,#cf6f3d14),#ffffffad;border:1px solid #1a23341a;border-radius:18px;min-width:0;position:relative;overflow:hidden}.travel-route-preview-map svg{width:100%;height:auto;min-height:280px;display:block}.travel-route-mapkit-shell{min-height:320px;position:relative}.travel-route-mapkit-canvas{width:100%;height:320px}.travel-route-mapkit-canvas>*{width:100%!important;height:100%!important}.travel-route-mapkit-overlay{text-align:center;color:var(--soft-ink);background:linear-gradient(135deg,#177c7014,#cf6f3d14),#fffc;place-items:center;padding:16px;display:grid;position:absolute;inset:0}.travel-route-mapkit-overlay p{margin:0}.travel-route-mapkit-shell--fullscreen,.travel-route-svg-shell--fullscreen{min-height:76vh}.travel-route-mapkit-shell--fullscreen .travel-route-mapkit-canvas{height:76vh}.travel-route-svg-shell--fullscreen svg{min-height:76vh}.travel-route-svg-bg{fill:#ffffffad;stroke:#1a233414}.travel-route-svg-line{fill:none;stroke-width:2.8px;stroke-linecap:round;opacity:.78;transition:opacity .12s,stroke-width .12s}.travel-route-svg-line.active{opacity:1}.travel-route-svg-line.muted{opacity:.34}.travel-route-svg-origin{fill:#177c70;stroke:#fff;stroke-width:3px}.travel-route-svg-destination{fill:#cf6f3d;stroke:#fff;stroke-width:3px}.travel-route-svg-label{fill:var(--ink);font-size:13px;font-weight:700}.travel-route-preview-detail{align-content:start;gap:16px;display:grid}.travel-route-list{gap:8px;margin:0;padding:0;list-style:none;display:grid}.travel-route-list li{min-width:0;color:var(--ink);background:#ffffffad;border:1px solid #1a23341a;border-radius:12px;gap:10px;padding:10px 12px;font-weight:700;transition:border-color .12s,background .12s,opacity .12s,box-shadow .12s;display:grid}.travel-route-list li.active{background:#f6fcfaf0;border-color:#0f5f5652;box-shadow:0 10px 24px #0f5f5614}.travel-route-list li.muted{opacity:.56}.travel-route-list-main{justify-content:space-between;align-items:center;gap:10px;min-width:0;display:flex}.travel-route-list-main>span{overflow-wrap:anywhere;min-width:0}.route-focus-button{min-width:0;color:inherit;font:inherit;text-align:left;cursor:pointer;background:0 0;border:0;flex:auto;align-items:center;gap:9px;padding:0;display:inline-flex}.route-focus-button:focus-visible{outline-offset:4px;border-radius:8px;outline:2px solid #177c7059}.route-focus-button>span:last-child{overflow-wrap:anywhere;min-width:0}.route-mode-chip-row{flex-wrap:wrap;flex:none;align-items:center;gap:5px;display:inline-flex}.route-mode-chip{min-height:24px;color:var(--soft-ink);background:#ffffffb8;border:1px solid #1a23341a;border-radius:999px;align-items:center;padding:3px 8px;font-size:.72rem;font-weight:800;display:inline-flex}.route-mode-chip--flight{color:#1d4ed8;border-color:#2563eb2e}.route-mode-chip--car{color:#0f5f56;border-color:#0f5f5633}.route-mode-card-grid{gap:10px;display:grid}.route-mode-card-grid--detail{grid-template-columns:repeat(auto-fit,minmax(240px,1fr))}.route-mode-card{background:#ffffffb8;border:1px solid #1a23341a;border-radius:12px;gap:9px;padding:11px;transition:border-color .12s,background .12s,box-shadow .12s;display:grid}.route-mode-card.active,.route-mode-card:focus-within,.route-mode-card:hover{background:#f6fcfaf0;border-color:#0f5f564d;box-shadow:0 10px 22px #0f5f5612}.route-mode-card-head{justify-content:space-between;align-items:center;gap:10px;display:flex}.route-mode-card-head strong{overflow-wrap:anywhere}.route-mode-card p{margin:0}.route-mode-tabs{background:#ffffff9e;border:1px solid #1a233414;border-radius:12px;gap:8px;min-width:0;max-width:100%;padding:8px;display:grid}.route-mode-tabs--detail{padding:10px}.route-mode-tab-list{flex-wrap:wrap;gap:6px;display:flex}.route-mode-tab{min-width:0;min-height:32px;color:var(--soft-ink);font:inherit;overflow-wrap:anywhere;cursor:pointer;background:#ffffffbd;border:1px solid #1a233417;border-radius:999px;align-items:center;padding:6px 10px;font-size:.8rem;font-weight:650;line-height:1.2;display:inline-flex}.route-mode-tab.active,.route-mode-tab[aria-selected=true]{color:var(--accent-strong);background:#e8f6f3eb;border-color:#0f5f5647}.route-mode-panel-grid{gap:10px;display:grid}.route-mode-panel{background:#ffffffb3;border:1px solid #1a233417;border-radius:11px;gap:9px;min-width:0;max-width:100%;padding:10px;transition:border-color .12s,background .12s,box-shadow .12s;display:grid}.route-mode-panel.active,.route-mode-panel:focus-within,.route-mode-panel:hover{background:#f6fcfaf0;border-color:#0f5f5647;box-shadow:0 10px 22px #0f5f5612}.route-mode-panel-head{justify-content:space-between;align-items:center;gap:10px;display:flex}.route-mode-panel-head strong{overflow-wrap:anywhere;min-width:0;font-size:.96rem;font-weight:700}.route-mode-panel p{margin:0}.route-mode-metrics{flex-wrap:wrap;gap:6px;display:flex}.route-mode-metrics span{max-width:100%;min-height:26px;color:var(--ink);overflow-wrap:anywhere;background:#ffffffb8;border:1px solid #1a233414;border-radius:999px;align-items:center;padding:4px 8px;font-size:.78rem;font-weight:800;display:inline-flex}.route-color-swatch{border:2px solid #fffffff2;border-radius:999px;flex:none;width:11px;height:11px;box-shadow:0 0 0 1px #1a23342e}.route-update-grid{grid-template-columns:repeat(auto-fit,minmax(260px,1fr));gap:12px;display:grid}.landing-section-heading-with-action{justify-content:space-between;align-items:flex-start;gap:14px;display:flex}.route-update-location-button{white-space:nowrap;flex:none}.route-update-card{background:#ffffffb8;border:1px solid #1a23341a;border-radius:12px;gap:10px;padding:14px;display:grid}.route-update-empty{color:var(--soft-ink);background:#ffffff8f;border:1px dashed #1a233429;border-radius:12px;padding:14px}.route-update-card h3,.route-update-card p{margin:0}.route-update-card h3{font-size:1.02rem;line-height:1.25}.route-update-card-head,.route-update-meta,.route-update-actions{flex-wrap:wrap;align-items:center;gap:8px;display:flex}.route-update-date,.route-update-meta span{color:var(--soft-ink);font-size:.8rem;font-weight:750}.route-update-meta{padding-top:2px}.route-update-actions{justify-content:space-between;padding-top:2px}.route-clear-selection-button{margin:0 0 8px;padding:6px 10px;font-size:.82rem}.airport-route-options{gap:6px;display:grid}.airport-route-option{background:#f6fcfad6;border:1px solid #0f5f5626;border-radius:10px;flex-wrap:wrap;justify-content:space-between;align-items:center;gap:8px;min-width:0;max-width:100%;padding:8px;display:flex}.airport-route-option-copy{gap:6px;min-width:0;font-size:.9rem;display:grid}.airport-route-option-copy>span{overflow-wrap:anywhere;font-size:.84rem;font-weight:750}.airport-route-carrier-row,.airport-route-actions{flex-wrap:wrap;align-items:center;gap:6px;display:flex}.route-carrier-link{padding:6px 9px;font-size:.78rem;line-height:1.1}.drive-route-summary{color:var(--ink);flex-wrap:wrap;align-items:center;gap:6px 10px;font-size:.84rem;font-weight:800;display:flex}.drive-route-note{margin:0;font-size:.78rem;font-weight:500}.route-plan-button{flex:none;padding:7px 10px;font-size:.82rem}.route-plan-success{margin:10px 0 0}.route-seed-line{margin-top:4px;font-size:.86rem}.inline-link{color:#0f5f56;font-weight:700}.travel-route-expand-button{justify-self:flex-start}.travel-route-disclaimer{border-top:1px solid #1a233414;padding-top:4px}.route-map-modal-card{width:min(1120px,100vw - 32px);max-height:calc(100vh - 32px)}.route-map-modal-backdrop{padding:16px}@media (min-width:860px){.travel-route-preview-layout{grid-template-columns:minmax(0,1.1fr) minmax(320px,.9fr);align-items:start}.travel-route-mapkit-shell--compact{min-height:460px}.travel-route-mapkit-shell--compact .travel-route-mapkit-canvas{height:460px}.travel-route-svg-shell--compact svg{min-height:460px}.hero-grid{grid-template-columns:1.5fr 1fr;align-items:stretch}.city-guide-hero-body{grid-template-columns:minmax(340px,.86fr) minmax(360px,1fr);align-items:start;gap:24px}.city-guide-hero-copy{align-content:start;padding-top:2px}.city-guide-hero-copy .hero-actions{margin-top:4px}.hero-map-preview{margin:0}.hero-map-preview .destination-map-shell{min-height:300px}.city-guide-overview-layout{grid-template-columns:minmax(300px,.76fr) minmax(420px,1fr);align-items:start;gap:28px}.split,.grid-2{grid-template-columns:1fr 1fr}.rule-metadata-grid,.rule-difference-list{grid-template-columns:repeat(2,minmax(0,1fr))}.grid-3{grid-template-columns:repeat(3,minmax(0,1fr))}.profile-grid{grid-template-columns:1fr 1fr}.profile-date-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.profile-hero,.profile-secondary-panel{grid-template-columns:minmax(0,1.4fr) minmax(240px,.6fr);align-items:start}.profile-section-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.stats-grid{grid-template-columns:1fr 1fr}.workflow-grid{grid-template-columns:repeat(3,minmax(0,1fr))}.landing-destination-grid,.landing-route-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.landing-use-case-layout{grid-template-columns:1.3fr .7fr;align-items:start}.destination-guide-grid,.destination-signal-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.destination-day-grid{grid-template-columns:repeat(3,minmax(0,1fr))}.destination-feed-controls-row{grid-template-columns:repeat(auto-fit,minmax(180px,1fr))}.destination-document-grid{grid-template-columns:repeat(3,minmax(0,1fr))}.destination-passport-fields{grid-template-columns:repeat(2,minmax(0,1fr))}.destination-route-controls-row{grid-template-columns:minmax(260px,1.35fr) minmax(230px,1.25fr) minmax(150px,.72fr)}.modal-backdrop{align-items:center;padding:24px}.modal-card{border:1px solid var(--line);border-radius:22px;width:min(860px,100vw - 48px);max-height:min(88dvh,820px);padding:20px;box-shadow:0 26px 80px #0a0e1a3d}.create-plan-modal-card{height:auto;padding-bottom:20px}.map-preview-card{grid-template-columns:minmax(0,1fr) minmax(220px,.5fr);grid-template-areas:"map copy""map actions";align-items:start;gap:12px}.map-preview-card-copy{grid-area:copy;align-content:start;gap:6px;display:grid}.map-preview-card-map{grid-area:map}.map-preview-card-actions{grid-area:actions;align-self:end}.map-preview-frame-wrap{min-height:220px}.map-preview-frame{height:220px}}@media (min-width:1100px){.destination-desktop-layout{grid-template-columns:minmax(286px,322px) minmax(0,1fr);align-items:start;gap:18px;margin-top:16px;display:grid}.destination-filter-sidebar{min-width:0;max-height:none;padding:2px 3px 8px 0;position:relative;overflow:visible}.destination-filter-sidebar-heading{color:var(--ink);align-items:center;gap:10px;padding:0 2px 10px;display:flex}.destination-filter-sidebar-heading>svg{width:20px;height:20px;color:var(--accent-3);flex:none}.destination-filter-sidebar-heading>div{gap:1px;display:grid}.destination-filter-sidebar-heading strong{font-size:1rem}.destination-filter-sidebar-heading span{color:var(--soft-ink);font-size:.78rem}.destination-filter-sidebar .destination-feed-controls{background:#ffffffdb;gap:12px;padding:12px}.destination-filter-sidebar .destination-document-grid,.destination-filter-sidebar .destination-passport-fields,.destination-filter-sidebar .destination-feed-controls-row,.destination-filter-sidebar .destination-route-controls-row{grid-template-columns:minmax(0,1fr)}.destination-filter-sidebar .destination-route-context{border-top:0;border-bottom:1px solid var(--line);order:1;padding:0 0 12px}.destination-filter-sidebar .destination-route-context-heading{display:none}.destination-filter-sidebar .destination-document-context{order:2}.destination-filter-sidebar .destination-feed-controls-summary{order:3}.destination-filter-sidebar .destination-document-block{padding:10px}.destination-filter-sidebar .destination-document-summary{flex-wrap:wrap;align-items:flex-start}.destination-filter-sidebar .destination-document-summary strong{font-size:.9rem}.destination-filter-sidebar .destination-passport-toggle{margin-left:44px}.destination-filter-sidebar .destination-scope-filter{width:100%}.destination-filter-sidebar .destination-scope-filter button{padding-inline:7px;font-size:.78rem}.destination-filter-sidebar .destination-feed-controls-summary{align-items:stretch}.destination-filter-sidebar .destination-feed-controls-summary .button{width:100%}.destination-results-column .destination-guide-grid{grid-template-columns:minmax(0,1fr);margin-top:0}}@media (min-width:1280px){.destination-results-column .destination-guide-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (max-width:680px){.consent-banner{grid-template-columns:1fr;padding:15px;bottom:10px;left:10px;right:10px}.consent-banner-actions,.consent-modal-actions{grid-template-columns:1fr;display:grid}.consent-button{width:100%}.consent-modal{padding:17px}.panel{-webkit-backdrop-filter:none;backdrop-filter:none}.account-overview{grid-template-columns:1fr}.account-overview-heading{flex-direction:column}.account-facts{grid-template-columns:1fr}.search-market-destinations{overflow:hidden}.search-market-departure-filter{margin-inline:-2px;padding-bottom:10px}.search-market-shelves{gap:26px}.search-market-card-grid{grid-auto-columns:minmax(278px,86vw);gap:12px}.search-market-card-map{min-height:160px}.destination-document-context{gap:0}.destination-document-mobile-trigger{border:1px solid color-mix(in srgb, var(--accent-2) 26%, var(--line));width:100%;min-width:0;min-height:64px;color:var(--ink);cursor:pointer;font:inherit;text-align:left;background:#177c700f;border-radius:14px;align-items:center;gap:11px;padding:10px 12px;display:flex}.destination-document-mobile-trigger:focus-visible{outline:3px solid color-mix(in srgb, var(--accent-2) 36%, transparent);outline-offset:2px}.destination-document-mobile-trigger-icon{width:40px;height:40px;color:var(--accent-2);background:#177c7024;border-radius:12px;flex:0 0 40px;place-items:center;display:inline-grid}.destination-document-mobile-trigger-icon svg{width:21px;height:21px}.destination-document-mobile-trigger-copy{flex:1;gap:2px;min-width:0;display:grid}.destination-document-mobile-trigger-copy strong{font-size:.94rem}.destination-document-mobile-trigger-copy span{color:var(--soft-ink);text-overflow:ellipsis;white-space:nowrap;font-size:.76rem;line-height:1.3;overflow:hidden}.destination-document-mobile-trigger>svg{width:19px;height:19px;color:var(--soft-ink);flex:none}.destination-document-sheet-backdrop{z-index:120;padding-top:max(32px, env(safe-area-inset-top));-webkit-backdrop-filter:blur(7px);backdrop-filter:blur(7px);background:#1217217a;justify-content:center;align-items:flex-end;display:none;position:fixed;inset:0}.destination-document-context.sheet-open .destination-document-sheet-backdrop{display:flex}.destination-document-sheet{overscroll-behavior:contain;width:min(100%,640px);max-height:min(88dvh,760px);padding:12px 16px calc(18px + env(safe-area-inset-bottom));border:1px solid var(--line);background:#fbfaf7;border-bottom:0;border-radius:24px 24px 0 0;overflow:hidden auto;box-shadow:0 -22px 70px #12172138}.destination-document-sheet:focus{outline:none}.destination-document-sheet-header{z-index:2;background:#fbfaf7;justify-content:space-between;align-items:center;gap:12px;margin:-2px -4px 2px;padding:3px 4px 12px;display:flex;position:sticky;top:-12px}.destination-document-sheet-header>div{gap:2px;min-width:0;display:grid}.destination-document-sheet-header strong{font-size:1.08rem}.destination-document-sheet-header div>span:last-child{color:var(--soft-ink);font-size:.78rem}.destination-document-sheet-header button{border:1px solid var(--line);width:40px;height:40px;color:var(--ink);cursor:pointer;background:#1921300f;border-radius:50%;flex:0 0 40px;place-items:center;display:inline-grid}.destination-document-sheet-header button svg{width:20px;height:20px}.destination-document-sheet-handle{background:color-mix(in srgb, var(--ink) 22%, transparent);border-radius:999px;width:42px;height:5px;margin:0 0 5px}.destination-document-desktop-heading{display:none}.destination-document-suggestion{gap:3px;display:grid}.destination-document-suggestion strong{white-space:normal}.destination-document-grid{grid-template-columns:1fr}.destinations-header-inner{grid-template-columns:minmax(0,1fr);gap:10px;width:100%;max-width:100vw;padding:10px 14px 12px}.destinations-header-left{justify-content:space-between;gap:7px;min-width:0}.destinations-brand{font-size:1.05rem}.destinations-shortcut{display:none}.destinations-search-input{text-overflow:ellipsis;min-height:46px;padding:10px 12px;font-size:1rem}.destinations-search-shell{max-width:100%}.destinations-search-panel{max-height:min(320px,58vh)}.destinations-header-right{scrollbar-width:none;scroll-snap-type:x proximity;flex-wrap:nowrap;justify-content:flex-start;gap:8px;width:100%;max-width:100%;margin-inline:0;padding:0 1px 4px;overflow-x:auto}.destinations-header-right::-webkit-scrollbar{display:none}.destinations-nav-link{white-space:nowrap;scroll-snap-align:start;flex:none;padding:9px 12px;font-size:.9rem}.destinations-nav-link-app{display:inline-flex}.destinations-locale-select{white-space:nowrap;scroll-snap-align:start;min-height:40px}.landing-section-heading-with-action{gap:10px;display:grid}.route-update-location-button{width:100%}.travel-route-mapkit-shell--compact{min-height:300px}.travel-route-mapkit-shell--compact .travel-route-mapkit-canvas{height:300px}.travel-route-svg-shell--compact svg{min-height:300px}.travel-route-list li{align-items:stretch}.travel-route-list-main,.airport-route-actions{flex-direction:column;align-items:stretch}.route-plan-button,.route-carrier-link,.travel-route-expand-button{width:100%}.trip-place-import-row{grid-template-columns:1fr}.trip-place-import-row .button{width:100%}.share-preview-layout{grid-template-columns:minmax(0,1fr)}.story-canvas-frame{max-width:min(72vw,300px);margin-inline:auto}.landing-route-card{grid-template-columns:minmax(0,1fr)}.landing-route-action{white-space:normal;text-align:center;grid-column:1;justify-content:center;width:100%;max-width:100%;display:inline-flex}.route-map-modal-card{width:calc(100vw - 20px);max-height:calc(100vh - 20px)}.travel-route-mapkit-shell--fullscreen,.travel-route-svg-shell--fullscreen{min-height:68vh}.travel-route-mapkit-shell--fullscreen .travel-route-mapkit-canvas,.travel-route-svg-shell--fullscreen svg{height:68vh;min-height:68vh}.app-shell{width:100%;max-width:100vw;overflow-x:hidden}.hero-card,.panel{max-width:100%;padding:20px 18px 18px}.hero-actions{flex-direction:column}.hero-actions .button{width:100%}.entry-passport-controls-head{display:grid}.entry-location-button,.entry-passport-select{width:100%}.trip-journal-actions{flex-direction:row;align-items:center;width:100%}.trip-journal-actions .button.primary{flex:auto;width:auto;min-width:0}.trip-journal-actions .trip-event-menu{flex:none}.day-route-preview-grid{grid-template-columns:minmax(0,1fr)}.day-route-preview-map,.day-route-preview-map svg,.day-route-preview-fallback{min-height:150px}.trip-detail-head,.panel-title-row,.trip-planner-actions{flex-direction:column;align-items:stretch}.trip-planner-actions .button,.trip-event-actions .button{width:100%}.trip-event-head{grid-template-columns:auto minmax(0,1fr) auto;align-items:flex-start;display:grid}.trip-event-drag-handle{width:48px;min-width:48px;height:48px}.trip-event-head h3{overflow-wrap:anywhere;word-break:break-word;font-size:1rem;line-height:1.15}.trip-event-head p,.trip-event-item>p{font-size:.84rem;line-height:1.3}.trip-event-badges{justify-content:flex-end;margin-left:0}.trip-event-meta{flex-direction:column-reverse;grid-column:3;justify-content:flex-start;align-items:flex-end;width:auto;margin-left:0}.trip-event-menu-popover{max-width:calc(100vw - 72px)}.trip-event-badges .status-pill,.trip-event-badges .route-mode-chip{white-space:normal;overflow-wrap:normal;word-break:normal;max-width:100%}.route-mode-panel,.airport-route-option,.route-update-card{overflow:hidden}.list-item{flex-direction:column;align-items:stretch}.list-item-actions{grid-template-columns:repeat(2,minmax(0,1fr));width:100%;display:grid}.list-item-actions .button{white-space:normal;width:100%;min-width:0}.route-mode-tab-list{scrollbar-width:none;flex-wrap:nowrap;padding-bottom:2px;overflow-x:auto}.route-mode-tab-list::-webkit-scrollbar{display:none}.route-mode-tab{flex:none;max-width:100%}.hero-card h1{overflow-wrap:anywhere;word-break:break-word;line-height:1.15}.panel h2{font-size:1.6rem;line-height:1.15}.breadcrumb a,.breadcrumb strong{overflow-wrap:anywhere;word-break:break-word}.landing-search-shell,.landing-route-planner-grid,.landing-route-suggestions{grid-template-columns:1fr}.landing-route-location-button,.landing-route-submit-button,.landing-search-button{width:100%}.app-footer-inner,.destination-guide-card-layout{grid-template-columns:1fr}.destination-guide-preview,.destination-guide-preview-placeholder{width:100%}.discovery-shelf{padding:12px}.discovery-shelf header h3{font-size:1.35rem;line-height:1.15}.discovery-shelf header p{font-size:1rem;line-height:1.45}.discovery-item{padding:12px}.discovery-item-layout{grid-template-columns:1fr;gap:12px}.discovery-item-preview{aspect-ratio:16/9;width:100%;min-height:0;max-height:220px}.discovery-item-preview-map{width:100%;height:100%;min-height:0}.discovery-item-content{gap:10px}.discovery-item-content strong{font-size:1.15rem}.discovery-item p{font-size:.96rem;line-height:1.45}.discovery-item-meta{grid-template-columns:repeat(2,minmax(0,1fr));align-items:stretch;display:grid}.discovery-item-meta>*{text-align:center;justify-content:center;width:100%}.discovery-map-link{grid-column:1/-1}}@media (min-width:681px){.home-link-clusters,.entry-country-list{grid-template-columns:repeat(2,minmax(0,1fr))}}.passport-index-hero{gap:18px}.passport-route-composer{border:1px solid var(--line);background:#ffffffbd;border-radius:18px;gap:12px;padding:16px;display:grid}.passport-route-composer-grid{gap:10px;display:grid}.passport-route-composer-grid>*{min-width:0}.passport-route-target-shell{position:relative}.passport-route-button{min-height:48px}.passport-index-search-shell{max-width:640px}.passport-index-grid{gap:14px;display:grid}.passport-index-card{color:inherit;background:#ffffffc2;border:1px solid #1a23341f;border-radius:22px;gap:12px;padding:18px;transition:transform .16s,border-color .16s,box-shadow .16s;display:grid}.passport-index-card--selected{border-color:#177c7057;box-shadow:0 20px 34px #0f5f561f}.passport-index-card:hover,.passport-index-card:focus-visible{border-color:#12756b47;transform:translateY(-1px);box-shadow:0 20px 34px #121e3014}.passport-index-card-head{justify-content:space-between;align-items:center;gap:12px;display:flex}.passport-index-stats{color:var(--soft-ink);flex-wrap:wrap;gap:10px;font-size:.92rem;display:flex}.passport-index-document-section{gap:7px;display:grid}.passport-index-document-label{color:var(--soft-ink);letter-spacing:.09em;text-transform:uppercase;font-size:.72rem;font-weight:750}.passport-index-type-list{grid-template-columns:repeat(auto-fit,minmax(min(100%,210px),1fr));gap:8px;display:grid}.passport-index-type-link{--passport-type-accent:#c9572a;--passport-type-soft:#c9572a1a;background:linear-gradient(115deg, var(--passport-type-soft), #ffffff8f 58%), #ffffffbd;min-width:0;color:var(--ink);border:1px solid #202d3d1c;border-radius:15px;grid-template-columns:auto minmax(0,1fr) auto;align-items:center;gap:10px;padding:10px 11px;text-decoration:none;transition:border-color .16s,box-shadow .16s,transform .16s;display:grid}.passport-index-type-link[data-passport-type=special]{--passport-type-accent:#6b5bb7;--passport-type-soft:#6b5bb71a}.passport-index-type-link[data-passport-type=service]{--passport-type-accent:#167d72;--passport-type-soft:#167d721a}.passport-index-type-link[data-passport-type=diplomatic]{--passport-type-accent:#8b6a22;--passport-type-soft:#8b6a221c}.passport-index-type-icon{border:1px solid color-mix(in srgb, var(--passport-type-accent) 22%, transparent);width:37px;height:37px;color:var(--passport-type-accent);background:#ffffffb8;border-radius:11px;place-items:center;display:grid;box-shadow:0 7px 16px #232c3a0f}.passport-index-type-copy{gap:2px;min-width:0;display:grid}.passport-index-type-copy strong{text-overflow:ellipsis;white-space:nowrap;font-size:.9rem;line-height:1.2;overflow:hidden}.passport-index-type-copy>span{color:var(--soft-ink);font-size:.78rem;line-height:1.2}.passport-index-type-arrow{color:color-mix(in srgb, var(--passport-type-accent) 72%, var(--soft-ink));transition:transform .16s}.passport-index-type-link:hover,.passport-index-type-link:focus-visible{border-color:color-mix(in srgb, var(--passport-type-accent) 34%, transparent);transform:translateY(-1px);box-shadow:0 12px 24px #1b263614}.passport-index-type-link:hover .passport-index-type-arrow,.passport-index-type-link:focus-visible .passport-index-type-arrow{transform:translate(2px)}.passport-index-card-actions{flex-wrap:wrap;gap:10px;display:flex}@media (min-width:860px){.passport-route-composer-grid{grid-template-columns:minmax(0,1fr) minmax(0,1.15fr) auto;align-items:end}.passport-index-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}.consent-toggle-row{color:var(--muted,#526078);align-items:flex-start;gap:.65rem;margin-top:1rem;font-size:.9rem;line-height:1.45;display:flex}.consent-toggle-row input{accent-color:#d96528;width:1.1rem;height:1.1rem;margin-top:.1rem}.login-card{gap:22px;display:grid}.login-main{gap:16px;min-width:0;display:grid}.login-main>h1,.login-main>p{margin:0}.login-provider-actions,.login-secondary-actions{flex-wrap:wrap;gap:10px;display:flex}.login-provider-actions .button{min-width:190px}.login-secondary-actions{align-items:center}.login-store-link{color:var(--soft-ink);text-underline-offset:3px;font-size:.9rem;font-weight:600}.login-privacy-note{border-left:3px solid #126f6347;align-self:start;padding:2px 0 2px 16px}.login-privacy-note h3,.login-privacy-note p{margin:0}.login-privacy-note p{margin-top:7px}@media (min-width:860px){.login-card{grid-template-columns:minmax(0,1.6fr) minmax(260px,.7fr);align-items:center}}@media (max-width:680px){.login-provider-actions,.login-secondary-actions{flex-direction:column}.login-provider-actions .button,.login-secondary-actions .button{width:100%}.login-store-link{text-align:center}}