*{box-sizing:border-box;margin:0;padding:0}body{flex-direction:column;height:100vh;font-family:system-ui,sans-serif;display:flex;overflow:hidden}#panel{color:#e2e8f0;z-index:500;background:#1e293b;border-bottom:1px solid #334155;flex-shrink:0;padding:12px 16px}.panel-row{flex-wrap:wrap;align-items:center;gap:8px;display:flex}.settings-panel{border-top:1px solid #1e3a5f;gap:16px;margin-top:8px;padding-top:8px}.panel-row--info{align-items:baseline;gap:0;margin-top:6px}.panel-row--info>#route-info{flex-shrink:0;margin-top:0;margin-right:10px}.panel-row--info>#status{flex:1;min-width:0;margin-top:0}label{color:#94a3b8;align-items:center;gap:6px;font-size:13px;display:flex}input{color:#f1f5f9;background:#0f172a;border:1px solid #334155;border-radius:4px;outline:none;padding:6px 10px;font-size:14px}input:focus{border-color:#3b82f6}#start-input,#dest-input{width:220px}.panel-row--settings input[type=number]{text-align:right;width:64px;padding:4px 6px;font-size:13px}.unit{color:#64748b;font-size:12px}button{color:#fff;cursor:pointer;background:#3b82f6;border:none;border-radius:4px;padding:7px 14px;font-size:14px;font-weight:500}button:hover{background:#2563eb}button:disabled{cursor:not-allowed;background:#475569}#settings-btn,#current-loc-btn{background:#0f172a;border:1px solid #334155;padding:7px 10px;font-size:16px}#settings-btn:hover,#current-loc-btn:hover{background:#1e293b;border-color:#3b82f6}#settings-btn.active{color:#60a5fa;background:#1e3a5f;border-color:#3b82f6}#search-pois-btn{margin-left:auto}.checkbox-label{cursor:pointer;align-items:center;gap:6px;display:flex}.checkbox-label input[type=checkbox]{cursor:pointer;width:14px;height:14px}#route-info{color:#4ade80;min-height:18px;font-size:13px}#status{color:#94a3b8;white-space:nowrap;text-overflow:ellipsis;font-size:12px;overflow:hidden}#status.error{color:#f87171}#diag{color:#f87171;white-space:pre-wrap;word-break:break-all;min-height:0;margin-top:4px;font-family:monospace;font-size:11px}@keyframes spin{to{transform:rotate(360deg)}}.spinner{vertical-align:middle;font-size:14px;line-height:1;animation:.7s linear infinite spin;display:none}.spinner.active{display:inline-block}#map{flex:1;width:100%;position:relative}#poi-panel{z-index:800;background:#1e293b;border-right:1px solid #334155;flex-direction:column;width:0;height:100vh;transition:width .25s;display:flex;position:fixed;top:0;left:0;overflow:hidden}#poi-panel.open{width:300px}#poi-toggle-btn{color:#94a3b8;cursor:pointer;z-index:801;background:#1e293b;border:1px solid #334155;border-left:none;border-radius:0 6px 6px 0;justify-content:center;align-items:center;width:28px;height:48px;padding:0;font-size:16px;transition:left .25s,background .15s;display:flex;position:fixed;bottom:16px;left:0;transform:translateY(-50%)}#poi-toggle-btn:hover{color:#e2e8f0;background:#334155}#poi-panel.open~#map #poi-toggle-btn,#poi-panel.open~#map-container #poi-toggle-btn{bottom:16px;left:300px}#poi-list-header{color:#e2e8f0;border-bottom:1px solid #334155;flex-shrink:0;justify-content:space-between;align-items:center;padding:12px 16px;font-size:14px;font-weight:600;display:flex}#poi-count{color:#94a3b8;background:#334155;border-radius:10px;padding:1px 8px;font-size:12px;font-weight:500}#poi-list{flex:1;padding:8px 0;overflow-y:auto}#poi-list::-webkit-scrollbar{width:4px}#poi-list::-webkit-scrollbar-track{background:0 0}#poi-list::-webkit-scrollbar-thumb{background:#334155;border-radius:2px}.poi-item{cursor:default;cursor:pointer;border-bottom:1px solid #0f172a;flex-direction:column;gap:6px;padding:10px 16px;display:flex}.poi-item:hover{background:#2d3a4f}.poi-item-top{align-items:flex-start;gap:10px;display:flex}.poi-dot{border-radius:50%;flex-shrink:0;width:12px;height:12px;margin-top:4px}.poi-dot--mcd{background:#fbbf24}.poi-dot--orlen{background:#ef4444}.poi-dot--other{background:#3b82f6}.poi-name{color:#f8fafc;font-size:14px;font-weight:500;line-height:1.35}.poi-meta{color:#94a3b8;margin-top:2px;font-size:12px}.poi-actions{gap:6px;padding-left:22px;display:flex}.poi-action-btn{color:#94a3b8;cursor:pointer;background:#0f172a;border:1px solid #334155;border-radius:4px;align-items:center;gap:4px;padding:3px 8px;font-size:11px;text-decoration:none;display:inline-flex}.poi-action-btn:hover{color:#e2e8f0;background:#1e3a5f;border-color:#3b82f6}.poi-tags{padding:8px 0 4px 22px}.poi-tags pre{color:#64748b;white-space:pre-wrap;word-break:break-all;margin:0;font-size:11px;line-height:1.6}.tag-k{color:#94a3b8}.leaflet-popup-content .popup-amenity{color:#94a3b8;margin-bottom:2px;font-size:12px;display:block}.leaflet-popup-content .popup-tags .tag-k{color:#94a3b8}.leaflet-popup-content-wrapper{background:#1e293b;border-radius:8px;box-shadow:0 4px 20px #00000080}.leaflet-popup-content{color:#e2e8f0;margin:14px 16px}.leaflet-popup-tip{background:#1e293b}.leaflet-popup-close-button{color:#94a3b8!important}.leaflet-popup-content .poi-name{color:#f8fafc;font-size:14px;font-weight:600;line-height:1.35}.leaflet-popup-content .poi-meta{color:#94a3b8;margin-top:2px;margin-bottom:8px;font-size:12px}.leaflet-popup-content .poi-actions{flex-wrap:wrap;gap:4px}.leaflet-popup-content .popup-tags{color:#94a3b8;border-top:1px solid #334155;margin-top:8px;padding-top:8px;font-size:11px;line-height:1.7}.poi-color-green{background:#22c55e26!important}.poi-color-green:hover{background:#22c55e38!important}.poi-color-yellow{background:#eab30826!important}.poi-color-yellow:hover{background:#eab30838!important}.poi-color-red{background:#ef44441f!important}.poi-color-red:hover{background:#ef444433!important}.poi-color-grey{opacity:.45}.poi-detour-row{color:#94a3b8;margin-bottom:6px;font-size:12px}.detour-arrive{color:#e2e8f0;font-weight:500}.detour-sep{color:#475569}.detour-cost{color:#94a3b8}.detour-unreachable{color:#ef4444;font-style:italic}.detour-loading{color:#64748b;font-style:italic}#live-progress{color:#60a5fa;min-height:18px;font-size:13px}#live-gps-freshness{color:#64748b;min-height:14px;font-size:11px}
/*# sourceMappingURL=child-route-planner.1ebff134.css.map */
