*{box-sizing:border-box}body{margin:0;font-family:Inter,-apple-system,BlinkMacSystemFont,SF Pro Text,Segoe UI,Helvetica Neue,sans-serif;color:#0b1220;background:#f2f4f8;letter-spacing:.1px}.app{display:flex;height:100vh;position:relative}.sidebar{width:400px;background:#fff;border-right:1px solid rgba(15,23,42,.08);display:flex;flex-direction:column;box-shadow:8px 0 24px #0f172a0d;position:relative;transition:transform .25s ease,width .25s ease}.app--collapsed .sidebar{transform:translate(-100%);width:0;border-right:none;box-shadow:none;overflow:hidden}.app--collapsed .sidebar>*{opacity:0;pointer-events:none}.sidebar__header{padding:22px 22px 16px;border-bottom:1px solid rgba(148,163,184,.2);position:relative}.logo-title{display:flex;align-items:center;gap:12px}.logo-icon{width:40px;height:40px}.title-group{display:flex;flex-direction:column}.sidebar__header h1{margin:0;font-size:20px;font-weight:600;color:#0f172a;letter-spacing:2px}.sidebar__header p{margin:2px 0 0;font-size:12px;color:#64748b}.sidebar-toggle{position:absolute;top:33%;right:-14px;width:28px;height:44px;border-radius:12px;border:1px solid rgba(148,163,184,.35);background:#f8fafc;display:inline-flex;align-items:center;justify-content:center;gap:2px;cursor:pointer;transition:background .2s ease,border .2s ease;z-index:5}.sidebar-toggle span{display:block;width:0;height:0;border-top:6px solid transparent;border-bottom:6px solid transparent;border-left:6px solid #334155}.sidebar-toggle:hover{background:#eef2f6;border-color:#94a3b899}.sidebar-toggle--floating{position:absolute;top:84px;left:12px;z-index:1000;display:none}.app--collapsed .sidebar-toggle--floating{display:inline-flex;width:34px;height:44px;border-radius:12px;border:1px solid rgba(148,163,184,.35);background:#fff;box-shadow:0 6px 16px #0f172a1f}.app--collapsed .sidebar-toggle--floating span{border-left:0;border-right:6px solid #334155}.search{padding:16px 22px 18px;border-bottom:1px solid rgba(148,163,184,.2)}.search-tabs{display:flex;gap:6px;margin-bottom:12px}.search-tab{flex:1;padding:10px 6px;border:1px solid rgba(148,163,184,.3);background:#f1f5f9;border-radius:8px;font-size:13px;font-weight:500;color:#64748b;cursor:pointer;transition:all .2s ease;white-space:nowrap;text-align:center}.search-tab:hover{background:#e2e8f0}.search-tab--active{background:#2563eb;color:#fff;border-color:#2563eb}.search-panel--hidden{display:none}.search input{width:100%;padding:12px 14px;border:1px solid rgba(148,163,184,.4);border-radius:12px;font-size:14px;background:#f8fafc;transition:border .2s ease,box-shadow .2s ease}.search input::placeholder{font-size:12px;color:#b0b8c4;font-weight:400}.search input:focus{outline:none;border-color:#2563eb99;box-shadow:0 0 0 3px #2563eb1f}.autocomplete-dropdown{position:absolute;top:100%;left:0;right:0;background:#fff;border:1px solid rgba(148,163,184,.3);border-radius:12px;box-shadow:0 8px 24px #0f172a1f;margin-top:4px;max-height:280px;overflow-y:auto;z-index:10000}.autocomplete-item{padding:12px 14px;font-size:14px;color:#334155;cursor:pointer;border-bottom:1px solid rgba(226,232,240,.6);transition:background .15s ease;display:flex;align-items:flex-start;gap:8px}.autocomplete-item:last-child{border-bottom:none}.autocomplete-item:hover{background:#f1f5f9}.autocomplete-item--selected{background:#eff6ff}.autocomplete-item--empty{color:#94a3b8;cursor:default;justify-content:center}.autocomplete-item--empty:hover{background:transparent}.autocomplete-item__icon{flex-shrink:0;font-size:14px;display:flex;align-items:center;justify-content:center;width:18px;height:18px}.autocomplete-item__icon svg{display:block}.autocomplete-item__text{flex:1;line-height:1.4}#addressSearch{position:relative}.address-result{margin-top:12px;padding:12px 8px 12px 12px;background:#f8fafc;border-radius:10px;font-size:13px;color:#334155;display:none}.address-result--visible{display:block}.address-result__title{font-weight:600;color:#0f172a;margin-bottom:6px}.address-result__coords{font-size:12px;color:#64748b;margin-bottom:8px}.address-result__remote-list{margin-top:10px;display:flex;flex-direction:column;gap:6px}.remote-item{display:flex;align-items:center;justify-content:space-between;padding:8px 12px;border-radius:8px;font-size:13px}.remote-item--ok{background:#f0fdf4;border:1px solid #bbf7d0}.remote-item--warning{background:#fef3c7;border:1px solid #fde68a}.remote-carrier{font-weight:600;color:#334155;min-width:55px}.remote-status{font-weight:500}.remote-item--ok .remote-status{color:#15803d}.remote-item--warning .remote-status{color:#b45309}.address-result__nearby{margin-top:10px;padding-top:10px;border-top:1px solid rgba(148,163,184,.3)}.address-result__nearby-title{font-size:12px;color:#64748b;margin-bottom:6px}.address-result__nearby-item{padding:10px 8px;font-size:14px;cursor:pointer;transition:all .2s;display:flex;align-items:center;gap:6px;border-radius:6px;margin:4px 0}.address-result__nearby-item:hover{background:#eff6ff;color:#2563eb}.nearby-icon{font-size:16px;flex-shrink:0}.nearby-code{font-weight:600;color:#1e40af;min-width:50px}.nearby-name{flex:1;color:#334155;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.nearby-name-zh{color:#1e293b;font-weight:500}.nearby-name-divider{color:#94a3b8;margin:0 4px;font-size:11px}.nearby-name-en{color:#64748b;font-size:12px}.nearby-type{font-size:11px;padding:2px 6px;border-radius:4px;background:#dbeafe;color:#1e40af;flex-shrink:0}.nearby-panel{margin-top:20px;padding-top:16px;border-top:1px solid #e2e8f0}.nearby-panel__header{font-size:14px;font-weight:600;color:#1e293b;margin-bottom:14px}.nearby-section{margin-bottom:14px}.nearby-section:last-child{margin-bottom:0}.nearby-section__title{font-size:13px;font-weight:600;color:#475569;margin-bottom:8px}.nearby-list{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:6px}.nearby-item{display:flex;align-items:stretch;gap:12px;padding:10px 12px;background:#fafbfc;border-radius:8px;cursor:pointer;transition:all .2s ease}.nearby-item:hover{background:#f1f5f9}.nearby-item__left{display:flex;flex-direction:column;justify-content:center;width:50px;flex-shrink:0}.nearby-item__code{font-size:15px;font-weight:700;color:#1e40af;line-height:1.3}.nearby-item__code--port{color:#0369a1}.nearby-item__city{font-size:11px;color:#94a3b8;line-height:1.3;margin-top:2px}.nearby-item__center{display:flex;flex-direction:column;justify-content:center;flex:1;min-width:0;overflow:hidden}.nearby-item__name-zh{font-size:14px;color:#0f172a;font-weight:500;line-height:1.3;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.nearby-item__name-en{font-size:11px;color:#94a3b8;line-height:1.3;margin-top:2px}.nearby-item__country{display:inline-block;font-size:10px;font-weight:500;color:#64748b;background:#f1f5f9;padding:1px 5px;border-radius:3px;margin-left:4px}.nearby-item__right{display:flex;flex-direction:column;align-items:flex-end;justify-content:center;flex-shrink:0}.nearby-item__dist{font-size:13px;color:#3b82f6;font-weight:600;line-height:1.3}.nearby-tag{font-size:10px;padding:1px 6px;border-radius:3px;margin-top:2px;white-space:nowrap}.nearby-tag--intl{background:#dcfce7;color:#16a34a}.nearby-tag--domestic{background:#f1f5f9;color:#64748b}.hub-tabs{display:flex;padding:3px;margin-top:12px;background:#f1f5f9;border-radius:10px}.hub-tab{flex:1;display:flex;align-items:center;justify-content:center;gap:6px;padding:8px 10px;border:none;background:transparent;border-radius:8px;font-size:13px;color:#64748b;cursor:pointer;transition:all .2s ease}.hub-tab:hover{color:#334155}.hub-tab--active{background:#fff;color:#0f172a;box-shadow:0 1px 3px #0000001a}.hub-tab--active:hover{background:#fff}.hub-tab__text{font-weight:500}.hub-tab__count{font-size:11px;font-weight:600;color:#94a3b8}.hub-tab--active .hub-tab__count{color:#3b82f6}.search-suggestions{position:absolute;top:100%;left:0;right:0;background:#fff;border:1px solid rgba(148,163,184,.3);border-radius:12px;box-shadow:0 8px 24px #0f172a1f;margin-top:4px;max-height:320px;overflow-y:auto;z-index:1000;display:none}.search-suggestions--visible{display:block}.suggestion-categories{display:flex;gap:8px;padding:10px 14px;border-bottom:1px solid rgba(226,232,240,.8);background:#f8fafc}.suggestion-category{display:flex;align-items:center;gap:4px;padding:6px 12px;background:#fff;border:1px solid #e2e8f0;border-radius:20px;font-size:13px;font-weight:500;color:#334155;cursor:pointer;transition:all .15s ease}.suggestion-category:hover{background:#f1f5f9;border-color:#cbd5e1}.suggestion-category__count{font-size:11px;font-weight:600;color:#64748b;background:#e2e8f0;padding:1px 6px;border-radius:10px}.suggestion-item{padding:10px 14px;cursor:pointer;border-bottom:1px solid rgba(226,232,240,.6);transition:background .15s ease}.suggestion-item:last-child{border-bottom:none}.suggestion-item:hover,.suggestion-item--selected{background:#f1f5f9}.suggestion-item__title{font-size:14px;font-weight:500;color:#0f172a}.suggestion-item__title .highlight{color:#2563eb;font-weight:600}.suggestion-item__meta{font-size:12px;color:#64748b;margin-top:2px}.suggestion-item__tag{display:inline-block;font-size:10px;padding:2px 6px;border-radius:4px;margin-left:6px;font-weight:500}.suggestion-item__tag--airport{background:#dbeafe;color:#1e40af}.suggestion-item__tag--port{background:#d1fae5;color:#059669}.suggestion-item__tag--warehouse{background:#d1fae5;color:#047857}.suggestion-item--airport.result-item--airport-new{border:none;border-radius:0;background:transparent}.suggestion-item--airport.result-item--airport-new .airport-type-tag{margin-left:0}.suggestion-item--warehouse .result-item__title,.suggestion-item--warehouse .warehouse-code-group{display:flex;align-items:center;gap:6px}.suggestion-item--warehouse .warehouse-code-group .highlight{color:#2563eb;font-weight:600}.suggestion-item--warehouse .warehouse-state{margin-left:auto;font-size:12px;color:#64748b}.suggestion-item--warehouse .result-item__address{font-size:12px;color:#64748b;margin-top:4px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}#hubSearch{position:relative}.view-modes{margin-top:14px;display:flex;align-items:center;gap:10px}.view-modes__title{font-size:12px;color:#94a3b8;text-transform:uppercase;letter-spacing:.12em}.segmented{display:inline-flex;padding:3px;background:#f1f5f9;border-radius:999px;border:1px solid rgba(148,163,184,.35);gap:4px}.segmented__option{position:relative;font-size:12.5px;color:#64748b;display:inline-flex;align-items:center}.segmented__option input{position:absolute;opacity:0;pointer-events:none}.segmented__option span{padding:6px 12px;border-radius:999px;cursor:pointer;transition:background .2s ease,color .2s ease,box-shadow .2s ease}.segmented__option input:checked+span{background:#fff;color:#0f172a;box-shadow:0 4px 10px #0f172a1f}.results{flex:1;overflow:hidden;display:flex;flex-direction:column}.results__list{list-style:none;margin:0;padding:8px 0 16px;overflow-y:auto;flex:1}.result-item{padding:12px 22px;border-bottom:1px solid rgba(226,232,240,.7);cursor:pointer;transition:background .2s ease,transform .2s ease}.result-item:hover{background:#f8fafc;transform:translate(2px)}.result-item--search.result-item--airport-new{padding:10px 16px;margin:6px 12px;border-bottom:none;background:#fafbfc;border-radius:8px;border:1px solid rgba(226,232,240,.6)}.result-item--search.result-item--airport-new:hover{background:#f1f5f9;transform:none;border-color:#3b82f64d}.result-item__title{font-weight:600;font-size:14px;color:#0f172a}.result-name-zh{color:#1e293b;font-weight:600}.result-name-divider{color:#94a3b8;margin:0 2px;font-size:12px}.result-name-en{color:#64748b;font-weight:400;font-size:13px}.result-item__meta{font-size:12px;color:#64748b;margin-top:4px}.tree-item{list-style:none}.tree-item__header{display:flex;align-items:center;padding:10px 16px;cursor:pointer;transition:background .15s ease;border-bottom:1px solid rgba(226,232,240,.5)}.tree-item__header:hover{background:#f1f5f9}.tree-icon{width:16px;font-size:10px;color:#94a3b8;flex-shrink:0;transition:transform .2s ease}.tree-name{flex:1;font-weight:500;color:#1e293b}.tree-count{font-size:12px;color:#64748b;background:#f1f5f9;padding:2px 8px;border-radius:10px;margin-left:8px}.tree-item__header--continent{background:linear-gradient(135deg,#f8fafc,#f1f5f9);padding:12px 16px}.tree-item__header--continent .tree-name{font-size:15px;font-weight:600;color:#3b82f6}.tree-item__header--continent .tree-count{background:#dbeafe;color:#2563eb}.tree-item__header--region{padding-left:28px;background:#fafbfc}.tree-item__header--region .tree-name{font-size:14px;color:#475569}.tree-item__header--region .tree-count{background:#e2e8f0;color:#475569}.tree-item__header--country{padding-left:44px}.tree-item__header--country .tree-name{font-size:13px;color:#334155}.tree-item__header--country .tree-count{font-size:11px;background:#f1f5f9;color:#64748b}.tree-item--subregion{margin-left:20px}.tree-item__header--subregion{padding-left:44px;background:#fefefe}.tree-item__header--subregion .tree-name{font-size:13px;color:#475569}.tree-item__header--subregion .tree-count{font-size:11px;background:#f1f5f9;color:#64748b}.tree-children{margin:0;padding:0;list-style:none}.tree-children--airports{background:#fafbfc;padding:6px 8px;display:flex;flex-direction:column;gap:6px}.tree-children--airports .result-item{border-bottom:none}.result-item--airport:hover{background:#f1f5f9}.result-item--airport-new{display:flex;align-items:stretch;gap:12px;padding:10px 12px;background:#fff;border-radius:8px;cursor:pointer;transition:all .2s ease;border:1px solid rgba(226,232,240,.6)}.result-item--airport-new:hover{background:#f8fafc;border-color:#3b82f64d}.result-item--airport-new .airport-left{display:flex;flex-direction:column;justify-content:center;width:55px;flex-shrink:0}.result-item--airport-new .airport-code{font-family:Inter,SF Mono,Menlo,monospace;font-weight:700;font-size:15px;color:#1e40af;line-height:1.3;letter-spacing:.5px}.result-item--airport-new .airport-city{font-size:11px;color:#94a3b8;line-height:1.3;margin-top:2px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.result-item--airport-new .airport-center{display:flex;flex-direction:column;justify-content:center;flex:1;min-width:0;overflow:hidden}.result-item--airport-new .airport-name-zh{font-size:14px;color:#0f172a;font-weight:500;line-height:1.3;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.original-name-tooltip{position:fixed;background:#000000d1;color:#fff;padding:5px 10px;border-radius:6px;font-size:11px;font-weight:400;white-space:nowrap;z-index:99999;pointer-events:none;line-height:1.4;letter-spacing:.02em;box-shadow:0 2px 8px #00000026;opacity:0;transition:opacity .15s ease}.original-name-tooltip--visible{opacity:1}.original-name-tooltip:after{content:"";position:absolute;top:100%;left:12px;border:4px solid transparent;border-top-color:#000000d1}.result-item--airport-new .airport-name-en{font-size:10px;color:#94a3b8;line-height:1.3;margin-top:2px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.result-item--airport-new .airport-right{display:flex;flex-direction:column;align-items:flex-end;justify-content:center;flex-shrink:0}.airport-type-tag-wrapper{display:flex;flex-direction:column;align-items:flex-end;gap:2px}.airport-country-tag{font-size:10px;color:#94a3b8;white-space:nowrap}.result-item--airport-new .airport-type-tag{font-size:11px;font-weight:500;white-space:nowrap}.result-item--airport-new .airport-type-tag--intl{color:#16a34a}.result-item--airport-new .airport-type-tag--domestic{color:#94a3b8}.result-item--port-new .airport-code.port-code{color:#0369a1}.result-item--port-new .airport-type-tag--intl.port-type-tag{color:#16a34a}.result-item--port-new .airport-type-tag--domestic.port-type-tag{color:#94a3b8}.map-wrapper{flex:1;position:relative;background:#aad3df}#map{height:100%;width:100%;background:#aad3df}.marker{width:28px;height:28px;border-radius:50%;display:flex;align-items:center;justify-content:center;color:#fff;font-size:12px;font-weight:700;border:2px solid #ffffff;box-shadow:0 4px 10px #0f172a2e}.marker-airport{background:linear-gradient(135deg,#2563eb,#1d4ed8)}.marker-port{background:linear-gradient(135deg,#34d399,#10b981)}.marker-address{width:32px;height:32px;background:transparent;border:none;box-shadow:none;font-size:24px;display:flex;align-items:center;justify-content:center}.marker-google-style{background:transparent!important;border:none!important;box-shadow:none!important}.marker-google-style svg{display:block}.marker-type{background:transparent;border:none;box-shadow:none;display:flex;align-items:center;justify-content:center;transition:none}.marker-type.marker-zoom-large{font-size:22px}.marker-type.marker-zoom-medium{font-size:18px}.marker-type.marker-zoom-small{font-size:14px}.leaflet-marker-shadow{display:none!important}.marker-type:after,.marker-type:before{display:none!important}.marker-airport-icon,.marker-port-icon,.marker-warehouse-icon,.marker-warehouse-amazon,.marker-warehouse-walmart{background:transparent;border:none;box-shadow:none}.distance-point{position:relative;width:16px;height:16px}.distance-point:before{content:"";position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:12px;height:12px;border-radius:50%;border:2px solid #ffffff;box-shadow:0 2px 6px #0000004d}.distance-point:after{content:"";position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:24px;height:24px;border-radius:50%;opacity:.3;animation:pulse 2s ease-out infinite}.distance-point-label{position:absolute;left:20px;top:50%;transform:translateY(-50%);background:#fffffff2;padding:6px 10px;border-radius:6px;font-size:13px;font-weight:600;font-family:Inter,-apple-system,BlinkMacSystemFont,SF Pro Text,sans-serif;white-space:nowrap;max-width:200px;overflow:hidden;text-overflow:ellipsis;box-shadow:0 2px 8px #00000026;backdrop-filter:blur(8px);-webkit-backdrop-filter:blur(8px)}.distance-point span{display:none}.distance-point-a:before{background:#2563eb}.distance-point-a:after{background:#2563eb}.distance-point-a .distance-point-label{color:#1e40af;border-left:3px solid #2563eb}.distance-point-b:before{background:#dc2626}.distance-point-b:after{background:#dc2626}.distance-point-b .distance-point-label{color:#b91c1c;border-left:3px solid #dc2626}@keyframes pulse{0%{transform:translate(-50%,-50%) scale(1);opacity:.4}to{transform:translate(-50%,-50%) scale(2.5);opacity:0}}.distance-label{background:#fffffff2;color:#1a1a1a;padding:6px 12px;border-radius:20px;font-size:13px;font-weight:600;font-family:Inter,-apple-system,BlinkMacSystemFont,SF Pro Text,sans-serif;white-space:nowrap;box-shadow:0 2px 12px #00000026;text-align:center;backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px);letter-spacing:.3px}.distance-label--flight{background:linear-gradient(135deg,#2563eb,#1d4ed8);color:#fff;padding:8px 16px;font-size:14px}.leaflet-control-zoom{border:none!important;border-radius:8px!important;box-shadow:0 2px 12px #00000026!important;overflow:hidden}.leaflet-control-zoom a{width:36px!important;height:36px!important;line-height:36px!important;font-size:18px!important;color:#333!important;background:#fff!important;border:none!important}.leaflet-control-zoom a:hover{background:#f5f5f5!important}.leaflet-control-zoom-in{border-radius:8px 8px 0 0!important}.leaflet-control-zoom-out{border-radius:0 0 8px 8px!important}.leaflet-bottom.leaflet-right{right:16px;bottom:33vh}.leaflet-control-attribution{position:fixed!important;bottom:4px!important;right:4px!important;background:#fff9!important;padding:2px 6px!important;font-size:9px!important;color:#888!important;border-radius:4px!important;backdrop-filter:blur(4px);-webkit-backdrop-filter:blur(4px)}.leaflet-control-attribution a{color:#666!important}@media (max-width: 768px){.app{flex-direction:column}.sidebar{position:fixed;top:0;left:0;right:0;bottom:0;width:100%;z-index:1000;transform:translate(-100%);transition:transform .3s ease}.app.app--sidebar-open .sidebar{transform:translate(0)}.sidebar__header h1{font-size:18px}.sidebar-toggle{top:16px;right:16px;width:44px;height:44px;border-radius:50%;background:#f1f5f9;box-shadow:0 2px 8px #0000001a}.sidebar-toggle--floating{top:16px;left:12px;width:32px;height:44px;border-radius:10px;display:inline-flex!important;background:#fff;border:1px solid rgba(148,163,184,.35);box-shadow:0 4px 12px #0f172a1f}.sidebar-toggle--floating span{border-left:0!important;border-right:6px solid #334155!important;border-top:6px solid transparent!important;border-bottom:6px solid transparent!important}.sidebar-toggle--floating:before{display:none}.app.app--sidebar-open .sidebar-toggle--floating{display:none!important}.search input{padding:14px 16px;font-size:16px}.result-item{padding:14px 22px}.result-item__title{font-size:15px}.map-wrapper{position:fixed;top:0;left:0;right:0;bottom:0}}@media (max-width: 480px){.sidebar__header{padding:18px 18px 14px}.search{padding:14px 18px 16px}.result-item{padding:12px 18px}.filters-row{flex-wrap:wrap;gap:8px}.filters{gap:14px}.filter{font-size:13px}}.address-input-group{display:flex;flex-direction:column;gap:8px}.address-input-row{display:flex;align-items:center;gap:0;position:relative}.address-input-row input{flex:1;width:100%;padding-right:32px}.distance-add-btn{position:absolute;right:8px;top:50%;transform:translateY(-50%);width:24px;height:24px;border-radius:4px;border:none;background:transparent;color:#94a3b8;cursor:pointer;transition:all .2s ease;display:flex;align-items:center;justify-content:center}.distance-add-btn:hover{background:#e2e8f0;color:#64748b}.distance-add-btn--hidden{display:none}.distance-close-btn{position:absolute;right:10px;top:50%;transform:translateY(-50%);width:24px;height:24px;border-radius:5px;border:none;background:transparent;color:#94a3b8;cursor:pointer;transition:all .15s ease;display:flex;align-items:center;justify-content:center}.distance-close-btn:hover{background:#fee2e2;color:#ef4444}.distance-close-btn svg{width:14px;height:14px}.address-input-row--hidden{display:none}.distance-result{display:none;padding:10px 12px;background:linear-gradient(135deg,#eff6ff,#f0fdf4);border-radius:10px;font-size:14px;color:#0f172a;border:1px solid rgba(37,99,235,.15)}.distance-result--visible{display:flex;flex-direction:column;gap:6px}.distance-row{display:flex;align-items:center;gap:8px}.distance-row--loading .distance-result__value{color:#94a3b8}.distance-row--unavailable .distance-result__value{color:#94a3b8;font-style:italic}.distance-result__icon{font-size:14px;width:20px;text-align:center}.distance-result__text{font-size:13px;color:#64748b;width:40px}.distance-result__value{font-weight:600;color:#2563eb;margin-left:auto}.custom-popup--apple .leaflet-popup-content-wrapper{background:#fffffff2;backdrop-filter:blur(20px);-webkit-backdrop-filter:blur(20px);border-radius:14px;box-shadow:0 4px 24px #0000001f,0 0 0 .5px #0000000d;padding:0}.custom-popup--apple .leaflet-popup-content{margin:0;padding:16px 18px;min-width:280px;max-width:380px}.custom-popup--apple .leaflet-popup-tip{background:#fffffff2;box-shadow:0 2px 8px #00000014}.map-popup--apple{font-family:Inter,-apple-system,BlinkMacSystemFont,SF Pro Text,sans-serif}.map-popup__icon{font-size:16px;line-height:1}.map-popup__top{display:grid;grid-template-columns:minmax(0,1fr) auto;align-items:start;gap:18px;margin-bottom:10px}.map-popup__primary{display:flex;flex-direction:column;gap:5px;min-width:0}.map-popup__code-row{display:flex;align-items:center;gap:10px}.map-popup__code{font-size:20px;font-weight:700;color:#1d1d1f;letter-spacing:-.4px;line-height:1}.map-popup__detail-link{font-size:11px;font-weight:500;color:#007aff;text-decoration:none;white-space:nowrap;line-height:1}.map-popup__detail-link:hover{text-decoration:underline}.map-popup__meta{display:flex;flex-direction:column;align-items:flex-end;gap:5px;flex-shrink:0;padding-top:1px}.map-popup__tag{font-size:11px;font-weight:600;padding:3px 9px;border-radius:10px;letter-spacing:.02em}.map-popup__tag--intl{background:#007aff1f;color:#007aff}.map-popup__tag--domestic{background:#f5f5f7;color:#86868b}.map-popup__name-zh{font-size:15px;font-weight:500;color:#1d1d1f;line-height:1.25;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.map-popup__name-en{font-size:12px;font-weight:400;color:#8e8e93;line-height:1.35}.map-popup__country{font-size:11px;font-weight:400;color:#8e8e93;letter-spacing:.01em;white-space:normal;text-align:right;line-height:1.3;overflow-wrap:anywhere}.map-popup--warehouse .map-popup__header{margin-bottom:6px}.map-popup--warehouse .map-popup__icon{font-size:16px;margin-right:4px}.map-popup__address{font-size:12px;font-weight:400;color:#424245;line-height:1.5;word-wrap:break-word;max-width:300px}.result-item--warehouse{padding:10px 12px}.result-item--warehouse .result-item__title{display:flex;align-items:center;gap:8px}.warehouse-type-tag{font-size:10px;font-weight:600;padding:2px 6px;border-radius:4px;background:#f1f5f9;color:#64748b;text-transform:uppercase}.result-item--warehouse .result-item__title{display:flex;justify-content:space-between;align-items:center;gap:8px}.warehouse-code-group{display:flex;align-items:center;gap:6px;flex-shrink:0}.warehouse-state{font-size:12px;font-weight:400;color:#64748b;text-align:right;flex-shrink:0}.result-item__address{font-size:11px;color:#64748b;margin-top:4px;line-height:1.4;word-wrap:break-word}
