.trip-planner{margin-top:20px;background:#fff;border:1px solid var(--line);border-radius:14px;overflow:hidden}.trip-heading{display:flex;justify-content:space-between;align-items:center;gap:20px;padding:25px 28px;border-bottom:1px solid var(--line)}.trip-heading .eyebrow{margin-bottom:9px;color:var(--blue);font-size:12px}.trip-heading h2{font-size:36px;line-height:1.1;margin:0 0 9px;letter-spacing:-.7px}.trip-heading p:not(.eyebrow){margin:0;color:var(--muted);font-size:14px;line-height:1.6}.trip-heading>button{flex-shrink:0}.trip-body{padding:0 28px}.trip-empty{display:flex;align-items:center;gap:20px;padding:30px 0}.trip-empty>svg{width:42px;height:42px;color:var(--blue);padding:8px;background:#edf3ff;border-radius:10px}.trip-empty strong{font-size:16px;font-weight:550}.trip-empty p{margin:6px 0 0;font-size:14px;color:var(--muted);line-height:1.6}.trip-stops{list-style:none;padding:0;margin:0;max-height:420px;overflow:auto}.trip-stop{position:relative;display:flex;align-items:center;gap:16px;padding:17px 0}.trip-stop+.trip-stop{border-top:1px solid #edf0f5}.stop-number{position:relative;z-index:1;display:flex;align-items:center;justify-content:center;flex-shrink:0;width:32px;height:32px;border-radius:50%;border:1px solid #c6d5ed;background:#f0f5ff;color:var(--blue);font-size:14px;font-variant-numeric:tabular-nums}.stop-detail{display:flex;flex-direction:column;gap:5px;min-width:0;flex:1}.stop-detail strong{font-size:16px;font-weight:550;overflow-wrap:anywhere}.stop-detail time{font-size:14px;color:var(--muted)}.stop-endpoint{font-size:12px;color:#4566a3;border-radius:4px;background:#edf3ff;padding:5px 8px;white-space:nowrap}.stop-endpoint:empty{display:none}.stop-controls{display:flex;gap:4px}.stop-action{min-width:36px;min-height:40px;background:transparent;border:1px solid transparent;border-radius:6px;font-size:17px;padding:7px;color:#5a6d88}.stop-action:hover:not(:disabled){background:#f0f4fb;border-color:#d8e2f1}.stop-edit{font-size:14px;padding-inline:10px}.stop-action:disabled{opacity:.25}.trip-stop.is-current{background:#f0f5ff}.trip-bottom{display:flex;justify-content:space-between;align-items:center;gap:20px;background:#f8faff;border-top:1px solid var(--line);padding:20px 28px}.trip-bottom>div:first-child{min-width:0}#trip-summary{font-size:14px;font-weight:600;color:var(--navy)}#trip-hint,#trip-save-status{font-size:13px;color:var(--muted);line-height:1.6;margin:5px 0 0}#trip-save-status:empty{display:none}.trip-actions{display:flex;align-items:center;gap:16px;flex-shrink:0}.trip-speed{display:flex;align-items:center;gap:8px;font-size:14px;color:var(--muted)}select{font:inherit;color:inherit;background:#fff;border:1px solid #d3ddea;border-radius:6px;padding:9px;min-width:0}select:focus-visible{outline:3px solid #dd982e;outline-offset:3px}.trip-actions button{white-space:nowrap}.country-add-stop{width:100%;flex-shrink:0;justify-content:flex-start;margin-top:10px;padding:11px 12px;border:1px dashed #b7c9e6;border-radius:7px;background:#fff;color:var(--blue);font-size:14px}.country-add-stop span{margin-left:auto;font-size:12px;color:var(--muted)}.country-panel{overflow-y:auto}.country-panel>*{flex-shrink:0}.country-panel textarea{flex-shrink:1;min-height:110px}.country-panel .note-heading{margin-top:18px}.country-panel .panel-footnote{margin-top:12px}.stop-field{display:flex;flex-direction:column;gap:8px;font-size:14px;margin:20px 0;color:var(--navy)}.stop-field select,.stop-field input{width:100%;min-height:46px;background:#fcfdff;border:1px solid #cbd6e6;border-radius:7px;padding:10px 12px;font-size:16px;color:#344359}.stop-date-fields{display:grid;grid-template-columns:1fr 1fr;gap:16px}.stop-date-fields .stop-field{margin-top:0}.stop-form-hint{font-size:14px;color:var(--muted);line-height:1.7;margin:0 0 24px}#stop-error{font-size:14px;color:#9d3b32;line-height:1.6}#stop-error:empty{display:none}#stop-close{font-size:26px;min-width:40px;min-height:40px}#trip-route{pointer-events:none}.flight-route-base,.flight-route-traveled{fill:none;stroke-linecap:round;vector-effect:non-scaling-stroke}.flight-route-base{stroke:#73869e;stroke-width:1.2;stroke-dasharray:3 7;opacity:.32}.flight-route-traveled{stroke:#c07516;stroke-width:2.2}.flight-plane{transition:opacity .16s ease}.flight-plane path{fill:#203755;stroke:#fff;stroke-width:2;stroke-linejoin:round;vector-effect:non-scaling-stroke;filter:drop-shadow(0 2px 3px #20375555)}.trip-preview .country{transition:fill .55s ease,opacity .55s ease,stroke .3s ease,filter .45s ease}.trip-preview .country.route-stop{fill:#dbe3eb;opacity:.48;stroke:#a9bacb}.trip-preview .country.route-stop.route-revealed{fill:#5b7fc9;opacity:1;stroke:#f4f7fc}.trip-preview .country.route-stop.flight-departure{fill:#d08a25;stroke:#fff3da;filter:drop-shadow(0 0 7px #d08a2588)}.trip-preview .country.route-stop.flight-arrival{fill:#203755;stroke:#fff;filter:drop-shadow(0 0 9px #345cba99);animation:country-arrival .7s ease-out}.trip-preview .micro-country.route-stop{stroke-width:1.2}.trip-preview .micro-country.route-stop.flight-departure,.trip-preview .micro-country.route-stop.flight-arrival{r:4px}@keyframes country-arrival{0%{opacity:.18;filter:drop-shadow(0 0 0 #345cba00)}55%{opacity:1;filter:drop-shadow(0 0 12px #345cbacc)}to{filter:drop-shadow(0 0 9px #345cba99)}}.flight-player{position:absolute;bottom:22px;left:50%;transform:translate(-50%);width:min(620px,calc(100% - 130px));display:flex;align-items:center;justify-content:space-between;gap:18px;background:#fff;border:1px solid #d4deec;border-radius:12px;padding:17px 20px 22px;box-shadow:0 5px 25px #20375520;z-index:5;overflow:hidden}.flight-player>div:first-child{display:flex;flex-direction:column;gap:5px;min-width:0}.flight-label{font-size:10px;letter-spacing:1.5px;color:var(--blue);font-weight:600}#flight-status{font-size:16px;font-weight:550;overflow-wrap:anywhere}#flight-date{font-size:13px;color:var(--muted)}.flight-buttons{display:flex;gap:8px;flex-shrink:0}.flight-buttons button{font-size:13px;padding:10px}.flight-player progress{position:absolute;bottom:0;left:0;width:100%;height:4px;border:0;appearance:none;background:#e7edf6}.flight-player progress::-webkit-progress-bar{background:#e7edf6}.flight-player progress::-webkit-progress-value{background:#c07516}.flight-player progress::-moz-progress-bar{background:#c07516}.trip-preview .journey-card,.trip-preview .map-invitation,.trip-preview .ocean-label{display:none}.atlas{scroll-margin-top:16px}@media(max-width:1000px){.trip-bottom{align-items:flex-start;flex-direction:column}.trip-actions{align-self:flex-end}.trip-heading{padding:22px}.trip-body{padding:0 22px}.flight-player{width:calc(100% - 105px);left:18px;transform:none;gap:10px;padding:14px 14px 20px}.flight-buttons{flex-direction:column}.flight-buttons button{min-height:36px;padding:7px 10px}}@media(max-width:760px){.trip-heading{align-items:flex-start;flex-wrap:wrap;padding:20px}.trip-heading h2{font-size:32px}.trip-heading .eyebrow{font-size:10px}.trip-heading>button{min-height:44px}.trip-body{padding:0 16px}.trip-stop{display:grid;grid-template-columns:32px minmax(0,1fr) auto;gap:10px;padding:16px 0}.stop-controls{grid-column:2 / -1;justify-content:flex-end}.stop-action{min-width:44px;min-height:44px;border-color:#e3e9f2}.stop-endpoint{font-size:11px;padding:5px}.trip-bottom{padding:20px}.trip-actions{width:100%;justify-content:space-between;gap:10px}.trip-actions button{min-height:46px}.trip-empty{align-items:flex-start}.country-panel{height:78%;min-height:380px}.country-add-stop{min-height:42px}.trip-preview #world-map{width:100%;margin:0;height:76%}.flight-player{left:12px;bottom:12px;width:calc(100% - 72px);padding:13px 12px 18px;flex-direction:column;align-items:stretch}.flight-buttons{flex-direction:row}.flight-buttons button{flex:1;min-height:40px}#flight-status{font-size:14px}.trip-preview .map-toolbar{top:12px}.trip-preview .zoom-controls{right:10px;bottom:12px}.trip-preview .zoom-controls button{width:38px}.trip-preview .flight-route-base{opacity:.22}.trip-speed{font-size:13px}.stop-date-fields{gap:12px}}@media(prefers-reduced-motion:reduce){.trip-preview .country{transition:none}.trip-preview .country.route-stop.flight-arrival{animation:none}.flight-plane{transition:none}}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}.chat-expanded #app{margin-right:340px}.chat-sidebar{position:fixed;inset:0 0 0 auto;width:340px;height:100dvh;z-index:10;background:#fff;border-left:1px solid var(--line);display:flex;flex-direction:column;box-shadow:-6px 0 30px #20375504}.chat-header{display:flex;justify-content:space-between;align-items:center;gap:8px;min-height:94px;padding:22px 22px 18px;border-bottom:1px solid var(--line)}.chat-header .eyebrow{font-size:9px;letter-spacing:1.5px;margin:0 0 9px}.chat-header h2{font-size:29px;letter-spacing:-.6px;line-height:1;margin:0;white-space:nowrap}.chat-header h2 span{color:var(--blue)}.chat-header .icon-button{flex-shrink:0;width:32px;height:32px}.chat-about{padding:23px 24px 12px}.chat-public-label{display:flex;align-items:center;gap:7px;font-size:10px;color:var(--blue);font-weight:600;letter-spacing:1.4px}.chat-public-label svg{width:15px;height:15px}.chat-about p{font-size:12px;color:var(--muted);margin:10px 0 0}.chat-connection{display:flex;align-items:center;justify-content:space-between;gap:8px;padding:0 24px 16px;color:#768477;font-size:11px}.chat-connection .text-button{font-size:11px;color:var(--blue)}.chat-messages{flex:1;min-height:80px;overflow-y:auto;overscroll-behavior:contain;padding:8px 22px 18px;scrollbar-width:thin;scrollbar-color:#dce3ed transparent}.chat-empty{height:100%;display:flex;flex-direction:column;justify-content:center;text-align:center;padding:20px 13px;color:#8a95a3}.chat-empty strong{font:27px/1.2 "Instrument Serif",Georgia,serif;color:#52647c;font-weight:400}.chat-empty p{font-size:12px;line-height:1.8}.chat-message{margin:0 0 18px}.chat-message-meta{display:flex;align-items:baseline;justify-content:space-between;gap:8px;margin:0 2px 7px}.chat-message-meta strong{font-size:11px;color:#586e8c;font-weight:600;overflow-wrap:anywhere}.chat-message-meta time{font-size:10px;color:#8d98a6;white-space:nowrap}.chat-message>p{margin:0;padding:12px 14px;background:#f2f5f9;border:1px solid #e9edf3;border-radius:2px 12px 12px;font-size:13px;line-height:1.65;white-space:pre-wrap;overflow-wrap:anywhere}.chat-message.is-own>p{background:#eef3ff;border-color:#dfe8fa;border-radius:12px 2px 12px 12px}.chat-message.is-own .chat-message-meta strong{color:var(--blue)}.chat-history-note{margin:0;padding:8px 22px 12px;font-size:10px;color:#8994a3;text-align:center}.chat-compose{padding:19px 22px max(18px,env(safe-area-inset-bottom));border-top:1px solid var(--line);background:#fcfdff}.chat-compose form{margin:0}.chat-share-nudge{margin:0 0 16px;padding:15px;border:1px solid #cfddf5;border-radius:12px;background:linear-gradient(135deg,#edf3ff,#f8faff);box-shadow:0 8px 22px #3159aa12}.chat-share-nudge>span{display:block;margin-bottom:7px;color:var(--blue);font-size:9px;font-weight:700;letter-spacing:1.2px}.chat-share-nudge>strong{display:block;color:#334b6a;font:21px/1.15 "Instrument Serif",Georgia,serif;font-weight:400}.chat-share-nudge>p{margin:8px 0 12px;color:#68788e;font-size:11px;line-height:1.55}.chat-share-nudge .primary-button{width:100%;min-height:40px;justify-content:space-between;padding:10px 13px}.chat-share-nudge .primary-button svg{width:15px;height:15px}#chat-welcome>strong{font:23px "Instrument Serif",Georgia,serif;color:#40536e;font-weight:400}#chat-welcome>p{font-size:12px;color:var(--muted);line-height:1.7;margin:9px 0 16px}#chat-join{width:100%;justify-content:space-between;padding:12px 15px}.chat-identity{font-size:9px;letter-spacing:1px;color:#8b96a5;margin:0 0 12px}.chat-identity strong{display:block;font-size:12px;letter-spacing:0;color:var(--blue);margin-top:5px;font-weight:550}#chat-message{display:block;min-height:88px;height:88px;max-height:150px;padding:12px;font-size:13px;line-height:1.6;background:#fff;border-radius:8px;resize:vertical}#chat-message::placeholder{font:13px/1.6 DM Sans,sans-serif;color:#929ead}.chat-send-row{display:flex;align-items:center;justify-content:space-between;margin-top:10px;gap:12px}.chat-send-row>span{font-size:10px;color:#8b96a5}.chat-send-row .primary-button{min-height:36px;padding:8px 13px;font-size:12px}.chat-send-row svg{width:15px;height:15px}.chat-feedback{font-size:12px;line-height:1.6;color:#486698;margin:10px 0 0}.chat-feedback:empty{display:none}.chat-privacy{font-size:10px;line-height:1.7;color:#8490a1;margin:13px 0 0}.chat-launcher{position:fixed;right:24px;bottom:24px;z-index:9;background:var(--navy);color:#fff;border:1px solid #ffffff20;border-radius:28px;padding:14px 19px;box-shadow:0 5px 24px #20375526;font-size:13px}.chat-launcher svg{width:18px;height:18px}.chat-launcher.has-share-nudge{box-shadow:0 0 0 5px #f5bd5360,0 8px 28px #20375535}.chat-launcher.has-share-nudge:after{content:"";position:absolute;right:4px;top:2px;width:12px;height:12px;border:2px solid white;border-radius:50%;background:#e89b2c}.chat-backdrop{position:fixed;inset:0;background:#162b4655;-webkit-backdrop-filter:blur(3px);backdrop-filter:blur(3px);z-index:9}.chat-modal-open{overflow:hidden}@media(min-width:1200px)and (max-width:1550px){.chat-expanded .local-indicator,.chat-expanded .intro-aside,.chat-expanded .map-footer>p{display:none}.chat-expanded .map-invitation{display:none}.chat-expanded .country-panel{width:320px}.chat-expanded .panel-open .zoom-controls{right:350px}.chat-expanded nav{gap:20px}}@media(max-width:1199px){.chat-sidebar{width:min(380px,100%);box-shadow:-10px 0 50px #20375526}.chat-header{min-height:80px}.chat-launcher{bottom:18px;right:18px}.chat-header .icon-button{width:40px;height:40px}}@media(max-width:760px){#chat-message{font-size:16px}.chat-compose{padding:15px 22px max(15px,env(safe-area-inset-bottom))}.chat-about{padding-top:16px}.chat-privacy{font-size:11px}.chat-message>p{font-size:14px}.chat-message-meta strong{font-size:12px}.chat-send-row .primary-button,.chat-share-nudge .primary-button{min-height:44px}.chat-messages{min-height:60px}}@media(max-height:650px){.chat-about,.chat-history-note{display:none}.chat-header{min-height:65px;padding:12px 22px}.chat-connection{padding-top:10px;padding-bottom:8px}.chat-compose{padding-top:12px}.chat-privacy{margin-top:8px}.chat-identity{margin-bottom:8px}#chat-message{min-height:60px;height:60px}}.traveler-avatar{display:inline-flex;align-items:center;justify-content:center;flex:none;border-radius:50%;background:#e8edf5;color:#30445f;font-weight:750;line-height:1;letter-spacing:-.03em;box-shadow:inset 0 0 0 1px #ffffff80}.traveler-avatar-small{width:28px;height:28px;font-size:12px}.traveler-avatar-small:not([data-avatar=initials]){font-size:15px}.traveler-avatar-large{width:74px;height:74px;font-size:24px;background:#fff;color:#28405e;box-shadow:0 12px 30px #20375520,inset 0 0 0 1px #dce4ef}.traveler-avatar-large:not([data-avatar=initials]){font-size:34px}.chat-traveler{min-width:0;justify-content:flex-start;gap:8px;padding:2px;border:0;background:transparent;border-radius:18px;text-align:left}.chat-traveler:hover:not(:disabled){filter:none;background:#edf2f8}.chat-message-meta .chat-traveler strong{max-width:170px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.chat-profile-button{display:flex;justify-content:flex-start;gap:9px;margin-top:5px;padding:3px 8px 3px 3px;border:0;border-radius:18px;background:#edf3ff;color:var(--blue)}.chat-profile-button:hover:not(:disabled){filter:none;background:#e1eafd}.chat-identity .chat-profile-button strong{margin:0;font-size:12px}.traveler-dialog{width:min(610px,calc(100vw - 28px));padding:28px;overflow:visible}.traveler-dialog .dialog-header{margin-bottom:22px}.traveler-hero{display:flex;align-items:center;gap:20px;padding:24px;border-radius:16px;background:linear-gradient(135deg,#edf3fb,#f8fafc);border:1px solid #dce5f0}.traveler-hero>div{min-width:0}.traveler-hero h2{margin:3px 0 5px;font:400 clamp(30px,5vw,43px)/1 "Instrument Serif",Georgia,serif;overflow-wrap:anywhere}.traveler-hero p{margin:0}.traveler-hero #traveler-kicker{color:#6f7d90;font-size:10px;letter-spacing:1.5px;font-weight:650}.traveler-hero #traveler-map-status{font-size:12px;color:#68788e}.traveler-stats{display:grid;grid-template-columns:1fr 1fr;margin:18px 0;border:1px solid #e0e6ee;border-radius:12px;background:#fff}.traveler-stats>div{padding:17px 20px;display:flex;align-items:baseline;gap:8px}.traveler-stats>div+div{border-left:1px solid #e0e6ee}.traveler-stats strong{font:400 34px/1 "Instrument Serif",Georgia,serif;color:#263f5e}.traveler-stats span{font-size:12px;color:#7b8797}.traveler-timeline{display:grid;grid-template-columns:1fr 44px 1fr;align-items:center;padding:5px 2px 19px}.traveler-timeline article{display:flex;flex-direction:column;gap:5px}.traveler-timeline article:last-child{text-align:right}.traveler-timeline article>span{font-size:9px;letter-spacing:1.3px;color:#8793a2;font-weight:650}.traveler-timeline strong{font:400 23px/1.1 "Instrument Serif",Georgia,serif;color:#344b68}.traveler-timeline time{font-size:12px;color:#7f8b9a}.traveler-timeline i{height:1px;background:#ccd6e3;position:relative}.traveler-timeline i:before,.traveler-timeline i:after{content:"";position:absolute;top:-3px;width:7px;height:7px;border-radius:50%;background:#5578bc}.traveler-timeline i:before{left:0}.traveler-timeline i:after{right:0}.traveler-private{padding:17px 18px;border-radius:10px;background:#f5f7fa;color:#748195;font-size:13px;line-height:1.65}.traveler-own-controls{border-top:1px solid #e1e6ed;padding-top:18px}.traveler-own-controls h3{margin:0 0 4px;font-size:14px}.traveler-own-controls>div>p,.traveler-own-controls>p{margin:0;color:#7b8797;font-size:12px;line-height:1.55}.traveler-name-form{margin:0 0 19px;padding:0 0 19px;border-bottom:1px solid #e1e6ed}.traveler-name-form label{display:block;margin-bottom:9px}.traveler-name-form label strong,.traveler-name-form label span{display:block}.traveler-name-form label strong{font-size:14px}.traveler-name-form label span{margin-top:4px;color:#7b8797;font-size:12px;line-height:1.55}.traveler-name-form>div{display:flex;gap:9px}.traveler-name-form input{min-width:0;flex:1}.traveler-name-form button{flex:none}.traveler-avatar-options{display:flex;gap:8px;margin:14px 0}.traveler-avatar-options button{width:45px;height:45px;border:1px solid #dce3ed;border-radius:50%;background:#f7f9fc;font-size:21px}.traveler-avatar-options button[aria-pressed=true]{border-color:var(--blue);box-shadow:0 0 0 3px #dce7fb;background:#fff}.traveler-own-controls>.primary-button{width:100%;margin:4px 0 10px}.traveler-actions{display:flex;justify-content:flex-end}.traveler-actions button{margin-top:3px}.traveler-dialog #traveler-feedback{margin:12px 0 0}.traveler-map-chip{position:absolute;left:50%;transform:translate(-50%);top:0;border:1px solid color-mix(in srgb,var(--traveler-color,#d66b45) 38%,white);background:#fffffff2;border-radius:24px;padding:5px 9px 5px 6px;gap:8px;box-shadow:0 5px 18px #25395018;max-width:290px}.traveler-map-chip:hover:not(:disabled){filter:none;background:#fff}.traveler-map-chip>span:nth-child(2){display:flex;flex-direction:column;align-items:flex-start;min-width:0}.traveler-map-chip small{font-size:8px;letter-spacing:1.1px;color:var(--traveler-color-strong,#a74428);font-weight:700}.traveler-map-chip strong{font-size:12px;max-width:180px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.traveler-map-chip>svg{width:14px;height:14px;color:#8793a1}.country.traveler-visited{fill:var(--traveler-color,#d66b45);stroke:#fff4ed}.country.traveler-memory{fill:var(--traveler-color-strong,#a74428)}.country.visited.traveler-visited,.country.visited.traveler-memory{fill:url(#traveler-overlap)}.country.traveler-visited:hover{fill:var(--traveler-color-strong,#a74428)}.country.visited.traveler-visited:hover{fill:url(#traveler-overlap)}.country.selected.traveler-visited{fill:var(--traveler-color,#d66b45);stroke:#fff;stroke-width:2}.country.selected.visited.traveler-visited{fill:url(#traveler-overlap)}.traveler-country-story{margin:14px 0 0;padding:13px 14px;border-radius:10px;background:color-mix(in srgb,var(--traveler-color,#d66b45) 10%,white);border:1px solid color-mix(in srgb,var(--traveler-color,#d66b45) 24%,white)}.traveler-country-story header{display:flex;align-items:center;gap:9px}.traveler-country-story header>div{display:flex;flex-direction:column;min-width:0}.traveler-country-story small{font-size:8px;letter-spacing:1.2px;font-weight:700;color:var(--traveler-color-strong,#a74428)}.traveler-country-story strong{font-size:11px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.traveler-country-story>p{margin:10px 0 0;font:italic 17px/1.45 "Instrument Serif",Georgia,serif;color:#46556a;white-space:pre-wrap;max-height:105px;overflow:auto}.country-panel:has(.traveler-country-story:not([hidden])) .note-heading{margin-top:16px}@media(max-width:760px){.traveler-map-chip{top:53px;left:13px;transform:none;max-width:calc(100% - 76px)}.traveler-map-chip .traveler-avatar{display:none}.traveler-map-chip strong{max-width:150px}.traveler-dialog{padding:20px;overflow:auto}.traveler-hero{padding:18px;gap:14px}.traveler-avatar-large{width:58px;height:58px;font-size:20px}.traveler-avatar-large:not([data-avatar=initials]){font-size:28px}.traveler-stats>div{padding:14px}.traveler-timeline{grid-template-columns:1fr 28px 1fr}.traveler-avatar-options{justify-content:space-between}.traveler-avatar-options button{width:44px;height:44px}.traveler-country-story{margin-top:9px;padding:10px 12px}.traveler-country-story>p{font-size:15px;max-height:72px}.country-panel:has(.traveler-country-story:not([hidden])) textarea{min-height:60px}.panel-open .traveler-map-chip{display:none}}
