.route-import .modal-container{width:92%;max-width:760px;max-height:88vh;display:flex;flex-direction:column}.route-import .modal-title{display:flex;align-items:center;gap:.5rem}.route-import-title-icon{color:var(--primary-color)}.route-import-body{flex:1;overflow-y:auto;padding:1.5rem}.route-import-rail{display:flex;list-style:none;margin:0 0 1.75rem;padding:0}.route-import-rail-step{flex:1;position:relative;display:flex;flex-direction:column;align-items:center;gap:.4rem;min-width:0}.route-import-rail-step:before{content:"";position:absolute;top:15px;right:50%;left:-50%;height:2px;background:var(--border-color);z-index:0}.route-import-rail-step:first-child:before{display:none}.route-import-rail-step.is-done:before,.route-import-rail-step.is-active:before{background:var(--primary-color)}.route-import-rail-dot{position:relative;z-index:1;width:30px;height:30px;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:.85rem;font-weight:700;background:var(--bg-tertiary);color:var(--text-tertiary);border:2px solid var(--border-color);transition:background .2s ease,color .2s ease,border-color .2s ease,box-shadow .2s ease}.route-import-rail-step.is-done .route-import-rail-dot,.route-import-rail-step.is-active .route-import-rail-dot{background:var(--primary-color);color:#fff;border-color:var(--primary-color)}.route-import-rail-step.is-active .route-import-rail-dot{box-shadow:0 0 0 4px #e3061326}.route-import-rail-label{font-size:.75rem;color:var(--text-tertiary);text-align:center}.route-import-rail-step.is-active .route-import-rail-label{color:var(--text-primary);font-weight:600}.route-import-dropzone{border:2px dashed var(--border-color);border-radius:var(--radius-lg);padding:2.75rem 1.5rem;text-align:center;cursor:pointer;background:var(--bg-secondary);transition:border-color .2s ease,background .2s ease}.route-import-dropzone:hover,.route-import-dropzone:focus-visible,.route-import-dropzone.is-dragover{border-color:var(--primary-color);background:#e306130a;outline:none}.route-import-dropzone.is-busy{opacity:.55;pointer-events:none}.route-import-dropzone-icon{font-size:48px;color:var(--primary-color)}.route-import-dropzone-title{font-size:1.05rem;font-weight:600;color:var(--text-primary);margin:.75rem 0 .25rem}.route-import-dropzone-hint{margin:0;color:var(--text-secondary)}.route-import-dropzone-browse{color:var(--primary-color);font-weight:600;text-decoration:underline}.route-import-dropzone-sub{margin:.6rem 0 0;font-size:.8rem;color:var(--text-tertiary)}.route-import-privacy{display:flex;align-items:center;justify-content:center;gap:.4rem;margin:1.1rem 0 0;font-size:.8rem;color:var(--text-tertiary)}.route-import-privacy .material-symbols-outlined{font-size:16px;color:#22c55e}.route-import-manifest-head{display:flex;align-items:baseline;gap:.75rem;margin-bottom:1.1rem}.route-import-manifest-title{font-size:1.2rem;font-weight:700;color:var(--text-primary);line-height:1.25;min-width:0}.route-import-manifest-file{margin-left:auto;font-size:.78rem;color:var(--text-tertiary);overflow:hidden;text-overflow:ellipsis;white-space:nowrap;max-width:45%;flex-shrink:0}.route-import-manifest-source{display:flex;align-items:center;gap:.4rem;margin:1rem 0 0;font-size:.85rem;color:var(--text-secondary)}.route-import-manifest-source .material-symbols-outlined{font-size:18px;color:var(--text-tertiary)}.route-import-stats{display:flex;gap:.75rem;margin-bottom:1.25rem}.route-import-stat{flex:1;display:flex;flex-direction:column;align-items:center;gap:.15rem;padding:.85rem .5rem;background:var(--bg-secondary);border-radius:var(--radius-md)}.route-import-stat .material-symbols-outlined{font-size:20px;color:var(--accent-color)}.route-import-stat-value{font-size:1.25rem;font-weight:700;color:var(--text-primary)}.route-import-stat-label{font-size:.7rem;color:var(--text-tertiary);text-transform:uppercase;letter-spacing:.03em}.route-import-choose-hint{font-size:.9rem;color:var(--text-secondary);margin:0 0 .6rem}.route-import-candidates{display:flex;flex-direction:column;gap:.5rem}.route-import-candidate{display:flex;align-items:center;gap:.75rem;padding:.75rem 1rem;border:1px solid var(--border-color);border-radius:var(--radius-md);cursor:pointer;transition:border-color .15s ease,background .15s ease}.route-import-candidate:hover{border-color:var(--primary-color)}.route-import-candidate:has(input:checked){border-color:var(--primary-color);background:#e306130a}.route-import-candidate.is-single{cursor:default}.route-import-candidate.is-single:hover{border-color:var(--primary-color)}.route-import-candidate-icon{color:var(--accent-color);flex-shrink:0}.route-import-candidate-body{flex:1;min-width:0;display:flex;flex-direction:column;gap:.15rem}.route-import-candidate-name{font-weight:600;color:var(--text-primary);overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.route-import-candidate-meta{display:flex;flex-wrap:wrap;gap:.5rem;font-size:.78rem;color:var(--text-secondary)}.route-import-candidate-check{color:var(--primary-color);opacity:0;flex-shrink:0}.route-import-candidate:has(input:checked) .route-import-candidate-check{opacity:1}.route-import-warnings{display:flex;align-items:center;gap:.5rem;margin-top:1.1rem;padding:.6rem .85rem;border-radius:var(--radius-md);background:#f59e0b1a;color:var(--text-secondary);font-size:.82rem}.route-import-warnings .material-symbols-outlined{font-size:18px;color:#f59e0b}.route-import-placeholder{display:flex;flex-direction:column;align-items:center;gap:.75rem;padding:3rem 1rem;text-align:center;color:var(--text-tertiary)}.route-import-placeholder .material-symbols-outlined{font-size:40px;opacity:.5}.route-import-actions{display:flex;justify-content:flex-end;gap:.75rem}.route-import-actions[hidden],.route-import-actions [hidden]{display:none}.route-import-actions #importCancelBtn{margin-right:auto}.route-import-step-intro{margin:0 0 1rem;color:var(--text-secondary);font-size:.9rem}.route-import-options{display:flex;flex-direction:column;gap:1.25rem}.route-import-optsection-title{font-weight:600;font-size:.72rem;color:var(--text-tertiary);text-transform:uppercase;letter-spacing:.03em;margin:0 0 .5rem}.route-import-optlist{border:1px solid var(--border-color);border-radius:var(--radius-md);overflow:hidden}.route-import-optrow{display:flex;align-items:center;justify-content:space-between;gap:1rem;padding:.55rem 1rem;cursor:pointer;border-top:1px solid var(--border-color)}.route-import-optrow:first-child{border-top:none}.route-import-optrow:hover{background:var(--bg-secondary)}.route-import-optrow-main{display:inline-flex;align-items:center;gap:.6rem;min-width:0}.route-import-optrow-icon{display:inline-flex;align-items:center;justify-content:center;width:22px;color:var(--text-secondary);flex-shrink:0}.route-import-optrow-icon .material-symbols-outlined{font-size:20px}.route-import-curvy-icon{width:22px;height:22px}.route-import-optrow-label{font-size:.9rem;color:var(--text-primary)}.route-import-map-legend{display:flex;align-items:center;gap:1rem;margin-bottom:.6rem;font-size:.8rem;color:var(--text-secondary);flex-wrap:wrap}.route-import-legend-item{display:inline-flex;align-items:center;gap:.4rem}.route-import-legend-swatch{width:22px;height:5px;border-radius:2px;display:inline-block}.route-import-legend-swatch.is-ghost{background:#38bdf8}.route-import-legend-swatch.is-route{background:var(--primary-color)}.route-import-map-stat{margin-left:auto;display:inline-flex;align-items:center;gap:.4rem;font-weight:600;color:var(--text-primary)}.route-import-mini-spinner{width:13px;height:13px;border:2px solid var(--border-color);border-top-color:var(--primary-color);border-radius:50%;display:inline-block;animation:route-import-spin .7s linear infinite}.route-import-btn-spinner{width:15px;height:15px;border:2px solid rgba(255,255,255,.45);border-top-color:#fff;border-radius:50%;display:inline-block;vertical-align:middle;animation:route-import-spin .7s linear infinite}.route-import-map-wrap{position:relative}.route-import-map-overlay{position:absolute;top:0;right:0;bottom:0;left:0;z-index:1100;display:flex;align-items:center;justify-content:center;background:var(--bg-primary);border-radius:var(--radius-md)}.route-import-map-overlay[hidden]{display:none}.route-import-map-overlay-inner{display:flex;flex-direction:column;align-items:center;gap:.75rem;color:var(--text-secondary);font-size:.9rem}.route-import-spinner{width:40px;height:40px;border:4px solid var(--border-color);border-top-color:var(--primary-color);border-radius:50%;animation:route-import-spin .8s linear infinite}@keyframes route-import-spin{to{transform:rotate(360deg)}}.route-import-map{width:100%;height:380px;border-radius:var(--radius-md);overflow:hidden;border:1px solid var(--border-color)}.route-import-map-hint{margin:.6rem 0 0;font-size:.8rem;color:var(--text-tertiary)}.route-import-assistant{margin-top:.75rem}.route-import-assist-ok{display:flex;align-items:center;gap:.5rem;padding:.7rem 1rem;border-radius:var(--radius-md);background:#22c55e1a;color:var(--text-secondary);font-size:.9rem}.route-import-assist-ok .material-symbols-outlined{color:#22c55e}.route-import-assist-head{display:flex;align-items:center;gap:.75rem;flex-wrap:wrap;margin-bottom:.6rem}.route-import-assist-badge{display:inline-flex;align-items:center;gap:.35rem;font-weight:600;color:var(--text-primary)}.route-import-assist-badge .material-symbols-outlined{color:#f59e0b;font-size:20px}.route-import-assist-max{font-size:.85rem;color:var(--text-secondary)}.route-import-assist-nav{margin-left:auto;display:inline-flex;gap:.25rem}.route-import-assist-nav button{width:36px;height:36px;border:1px solid var(--primary-color);border-radius:6px;background:var(--primary-color);color:#fff;cursor:pointer;display:inline-flex;align-items:center;justify-content:center}.route-import-assist-nav button:hover:not(:disabled){filter:brightness(.92)}.route-import-assist-nav button:disabled{background:var(--bg-tertiary);border-color:var(--border-color);color:var(--text-tertiary);cursor:default}.route-import-assist-nav .material-symbols-outlined{font-size:20px}.route-import-assist-fixed{display:flex;align-items:center;gap:.5rem;margin-bottom:.6rem;padding:.5rem .75rem;border-radius:var(--radius-md);background:#22c55e1f;color:var(--text-secondary);font-size:.85rem}.route-import-assist-fixed .material-symbols-outlined{color:#22c55e;font-size:18px}.route-import-assist-actions{display:flex;gap:.6rem;margin-bottom:.5rem}.route-import-assist-actions .btn-primary,.route-import-assist-actions .btn-secondary{padding:.45rem .9rem;font-size:.88rem}.route-import-assist-hint{margin:0;font-size:.8rem;color:var(--text-tertiary)}.route-import-save{display:flex;flex-direction:column;gap:1rem}.route-import-field{display:flex;flex-direction:column;gap:.35rem}.route-import-field-label{font-size:.85rem;font-weight:600;color:var(--text-secondary)}.route-import-input{padding:.6rem .75rem;border:1px solid var(--border-color);border-radius:var(--radius-md);font-size:.95rem;background:var(--bg-primary);color:var(--text-primary)}.route-import-input:focus{outline:none;border-color:var(--primary-color)}.route-import-save-summary{display:flex;flex-wrap:wrap;gap:1rem;font-size:.9rem;color:var(--text-secondary)}.route-import-save-summary span{display:inline-flex;align-items:center;gap:.35rem}.route-import-save-summary .material-symbols-outlined{font-size:18px;color:var(--accent-color)}.route-import-save-note{margin:0;font-size:.82rem;color:var(--text-tertiary)}@media(max-width:560px){.route-import-map{height:300px}.route-import-body{padding:1rem}.route-import-rail-label{font-size:.66rem}.route-import-stats{flex-wrap:wrap}.route-import-source-file{max-width:100%;margin-left:0}}.route-creator-too-narrow{display:none;text-align:center;padding:2.5rem 1.5rem;color:var(--text-primary)}.route-creator-too-narrow>.material-symbols-outlined{font-size:3.5rem;color:var(--accent-color);display:block;margin-bottom:1rem}.route-creator-too-narrow h3{font-size:1.4rem;font-weight:600;margin:0 0 1rem;color:var(--text-primary)}.route-creator-too-narrow p{font-size:1rem;line-height:1.55;margin:0 0 .75rem;color:var(--text-secondary)}.route-creator-too-narrow-hint{font-size:.9rem!important;color:var(--text-tertiary)!important}@media(max-width:1023px){#createRouteModal .route-creator-container,#createRouteModal .modal-actions{display:none!important}#createRouteModal .route-creator-too-narrow{display:block}}.route-creator-waypoint{background:none!important;border:none!important}.route-creator-waypoint svg{filter:drop-shadow(0 2px 4px rgba(0,0,0,.3))}#createRouteModal .modal-container{width:95%;max-width:none;height:90vh;height:90dvh;display:flex;flex-direction:column}#createRouteModal .modal-header{flex-shrink:0}#createRouteModal .modal-body{display:flex;flex-direction:column;flex:1;overflow:hidden;padding:0}#createRouteModal .modal-actions{flex-shrink:0}.route-creator-container{flex:1;display:flex;min-height:300px}.route-creator-map-container{flex:1;height:100%;position:relative;border-radius:0;overflow:hidden}.route-creator-loading-overlay{position:absolute;top:0;right:0;bottom:0;left:0;z-index:2000;display:flex;align-items:center;justify-content:center;background:var(--bg-primary);opacity:0;transition:opacity .4s ease}.route-creator-loading-overlay[hidden]{display:none}.route-creator-loading-overlay.is-visible{opacity:1}.route-creator-loading-overlay.is-hiding{opacity:0}.route-creator-loading-inner{display:flex;flex-direction:column;align-items:center;gap:1rem}.route-creator-loading-spinner{width:48px;height:48px;border:4px solid var(--border-color);border-top-color:var(--primary-color);border-radius:50%;animation:route-creator-loading-spin .8s linear infinite}@keyframes route-creator-loading-spin{to{transform:rotate(360deg)}}.route-creator-loading-text{margin:0;font-size:.95rem;font-weight:600;color:var(--text-secondary)}#routeCreatorMap .leaflet-popup-pane{z-index:1200}#routeCreatorMap .leaflet-tooltip-pane{z-index:1150}.route-creator-floating-top-left{position:absolute;top:10px;left:10px;z-index:1000;display:flex;flex-direction:column;gap:8px;max-width:calc(100% - 320px)}.route-creator-toolbar{display:flex;flex-wrap:wrap;gap:.75rem;align-items:center;background:var(--bg-primary);border-radius:8px;padding:.5rem .75rem;box-shadow:var(--shadow-sm);opacity:.85;transition:opacity .3s ease,box-shadow .3s ease}.route-creator-toolbar:hover{opacity:1;box-shadow:var(--shadow-md)}.route-creator-toolbar-group{display:flex;align-items:center;gap:.5rem}.route-creator-toolbar-group.search-group{flex:1 1 220px;position:relative}.route-creator-toolbar-group.title-group{flex:1 1 220px}.route-creator-toolbar-label{font-size:.9rem;color:var(--text-secondary);white-space:nowrap}.route-creator-toolbar-divider{width:1px;height:24px;background:var(--border-color);margin:0 .5rem}.route-creator-map{height:100%}.route-creator-profile-select{padding:.5rem .75rem;border:1px solid var(--border-color);border-radius:6px;background:var(--bg-primary);color:var(--text-primary);font-size:.9rem;cursor:pointer;height:38px;box-sizing:border-box}.route-creator-profile-select:focus{outline:none;border-color:var(--primary-color)}.route-creator-search-wrapper{position:relative;display:flex;align-items:center;flex:1;background:var(--bg-primary);border:1px solid var(--border-color);border-radius:6px;padding-left:.5rem;transition:border-color .2s ease;height:38px;box-sizing:border-box}.route-creator-search-wrapper:focus-within{border-color:var(--primary-color)}.route-creator-search-wrapper>.material-symbols-outlined{color:var(--text-tertiary);font-size:1.25rem}.route-creator-search-input{flex:1;border:none;background:transparent;padding:.5rem;color:var(--text-primary);font-size:.9rem;min-width:0}.route-creator-search-input:focus{outline:none}.route-creator-search-input::placeholder{color:var(--text-tertiary)}.route-creator-search-btn{display:flex;align-items:center;justify-content:center;padding:.5rem;background:transparent;border:none;color:var(--primary-color);cursor:pointer;border-radius:0 5px 5px 0;transition:background-color .2s ease}.route-creator-search-btn:hover{background:#e306131a}.route-creator-search-btn:disabled{color:var(--text-tertiary);cursor:not-allowed}.route-creator-search-btn:disabled:hover{background:transparent}.route-creator-search-results{position:absolute;top:calc(100% + 2px);left:0;right:0;background:var(--bg-primary);border:1px solid var(--border-color);border-radius:6px;max-height:250px;overflow-y:auto;z-index:1100;display:none;box-shadow:0 4px 12px #00000026}.route-creator-search-results.active{display:block}.route-creator-search-result{padding:.75rem 1rem;cursor:pointer;border-bottom:1px solid var(--border-color);display:flex;align-items:flex-start;gap:.5rem;transition:background-color .15s ease}.route-creator-search-result:last-child{border-bottom:none}.route-creator-search-result:hover,.route-creator-search-result.selected{background:var(--bg-secondary)}.route-creator-search-result .material-symbols-outlined{color:var(--primary-color);font-size:1.25rem;flex-shrink:0;margin-top:.1rem}.route-creator-search-result-text{flex:1;min-width:0}.route-creator-search-result-name{font-weight:500;color:var(--text-primary);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.route-creator-search-result-address{font-size:.85rem;color:var(--text-secondary);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.route-creator-search-loading,.route-creator-search-empty{padding:1rem;text-align:center;color:var(--text-secondary);font-size:.9rem}.route-creator-map-container{flex:1;min-height:300px;border-radius:0;overflow:hidden;position:relative}.route-creator-map{width:100%;height:100%}.route-creator-waypoints-panel{position:absolute;top:10px;right:10px;z-index:1000;width:280px;max-height:calc(100% - 70px);display:flex;flex-direction:column;background:var(--bg-primary);border-radius:8px;box-shadow:var(--shadow-sm);overflow:visible;opacity:.85;transition:opacity .3s ease,box-shadow .3s ease}.route-creator-waypoints-panel:hover{box-shadow:var(--shadow-md);opacity:1}.route-creator-waypoints-header{display:flex;align-items:center;gap:.5rem;padding:.75rem 1rem;background:var(--bg-secondary);font-weight:600;color:var(--text-primary);border-bottom:1px solid var(--border-color);border-radius:8px 8px 0 0}.route-creator-waypoints-header .material-symbols-outlined{font-size:1.25rem;color:var(--primary-color)}.route-creator-routing-bar{display:flex;flex-direction:column;gap:.25rem;padding:.5rem .75rem;background:var(--bg-primary);border-radius:8px;box-shadow:var(--shadow-sm);opacity:.85;transition:opacity .3s ease,box-shadow .3s ease}.route-creator-routing-bar:hover{box-shadow:var(--shadow-md);opacity:1}.route-creator-routing-row{display:flex;align-items:center;gap:.5rem;flex-wrap:wrap;row-gap:.25rem}.route-creator-routing-group{display:flex;gap:.25rem;flex-wrap:wrap}.route-creator-routing-divider{width:1px;height:28px;background:var(--border-color);margin:0 .25rem;align-self:center}@media(max-width:900px){.route-creator-routing-divider{display:none}}.route-creator-routing-avoid{display:none}@media(min-width:1201px){.route-creator-routing-bar{flex-direction:row;align-items:center}.route-creator-routing-avoid{display:flex}.route-creator-routing-avoid:before{content:"";width:1px;height:28px;background:var(--border-color);margin:0 .5rem;align-self:center}}@media(max-width:1200px){.route-creator-routing-avoid{display:flex}}.route-creator-routing-item{display:flex;align-items:center;justify-content:center;width:36px;height:36px;padding:0;background:var(--bg-secondary);border:1px solid var(--border-color);border-radius:6px;cursor:pointer;transition:all .15s ease;color:var(--text-tertiary)}.route-creator-routing-item:hover{background:var(--bg-tertiary);border-color:var(--primary-color)}.route-creator-routing-item.active{background:var(--accent-color);border-color:var(--accent-color);color:var(--text-on-accent, #fff)}.route-creator-routing-item .material-symbols-outlined{font-size:1.25rem}.route-creator-routing-item .route-creator-curvy-icon{width:20px;height:20px}.route-creator-routing-tooltip{position:fixed;background:var(--bg-primary);border:1px solid var(--border-color);border-radius:8px;padding:.5rem .75rem;font-size:.8rem;line-height:1.5;color:var(--text-secondary);white-space:nowrap;box-shadow:0 4px 12px #00000026;opacity:0;visibility:hidden;transition:opacity .15s ease,visibility .15s ease;pointer-events:none;z-index:1001;display:flex;align-items:flex-start;gap:.5rem}.route-creator-routing-tooltip.visible{opacity:1;visibility:visible}.route-creator-routing-tooltip:before{content:"info";font-family:Material Symbols Outlined;font-size:1.1rem;color:#3b82f6;flex-shrink:0;line-height:1.3}.route-creator-routing-tooltip-content{text-align:left}.route-creator-routing-tooltip strong{display:block;color:var(--text-primary);margin-bottom:.125rem}.route-creator-waypoints-list{flex:1;overflow-y:auto;padding:.5rem;min-height:0}.route-creator-waypoints-stats{display:flex;flex-direction:column;gap:.25rem;padding:.5rem .75rem;border-top:1px solid var(--border-color);background:var(--bg-secondary);flex-shrink:0;border-radius:0 0 8px 8px;position:relative}.route-creator-stats-row{display:flex;justify-content:space-between;align-items:center}.route-creator-quota-row{margin-top:0}.route-creator-waypoints-stat{display:flex;align-items:center;gap:.25rem;font-size:.75rem;color:var(--text-primary);font-weight:600}.route-creator-waypoints-stat .material-symbols-outlined{font-size:1rem;color:var(--primary-color)}.route-creator-quota-stat{cursor:help;position:relative}.route-creator-quota-stat>span:nth-child(2){color:#22c55e;font-weight:600}.route-creator-quota-stat>.material-symbols-outlined{color:#22c55e}.route-creator-quota-stat.quota-low>span:nth-child(2){color:#f59e0b}.route-creator-quota-stat.quota-low>.material-symbols-outlined{color:#f59e0b}.route-creator-quota-stat.quota-critical>span:nth-child(2){color:#ef4444}.route-creator-quota-stat.quota-critical>.material-symbols-outlined{color:#ef4444}.route-creator-quota-tooltip{position:absolute;top:calc(100% + 8px);left:50%;transform:translate(-50%);background:var(--bg-primary);border:1px solid var(--border-color);border-radius:8px;padding:.75rem 1rem;font-size:.8rem;line-height:1.5;color:var(--text-secondary);box-shadow:0 4px 12px #00000026;width:280px;z-index:1000;opacity:0;visibility:hidden;transition:opacity .2s ease,visibility .2s ease;pointer-events:none}.route-creator-quota-tooltip:after{content:"";position:absolute;bottom:100%;left:50%;transform:translate(-50%);border:8px solid transparent;border-bottom-color:var(--border-color)}.route-creator-quota-tooltip:before{content:"";position:absolute;bottom:100%;left:50%;transform:translate(-50%);border:7px solid transparent;border-bottom-color:var(--bg-primary);z-index:1}.route-creator-quota-stat:hover .route-creator-quota-tooltip{opacity:1;visibility:visible}.route-creator-quota-tooltip strong{color:var(--text-primary)}#routeQuotaStatTomtom .route-creator-quota-tooltip{left:auto;right:0;transform:none}#routeQuotaStatTomtom .route-creator-quota-tooltip:after,#routeQuotaStatTomtom .route-creator-quota-tooltip:before{left:auto;right:20px;transform:none}.route-creator-quota-stat.quota-tooltip-up .route-creator-quota-tooltip{top:auto;bottom:calc(100% + 8px)}.route-creator-quota-stat.quota-tooltip-up .route-creator-quota-tooltip:after{bottom:auto;top:100%;border-bottom-color:transparent;border-top-color:var(--border-color)}.route-creator-quota-stat.quota-tooltip-up .route-creator-quota-tooltip:before{bottom:auto;top:100%;border-bottom-color:transparent;border-top-color:var(--bg-primary)}.route-creator-waypoints-empty{padding:2rem 1rem;text-align:center;color:var(--text-tertiary);font-size:.9rem}.route-creator-waypoint-item{display:flex;align-items:center;gap:.5rem;padding:.5rem .75rem;background:var(--bg-primary);border-radius:6px;margin-bottom:.5rem;cursor:grab;transition:background-color .15s ease,box-shadow .15s ease;border:1px solid var(--border-color)}.route-creator-waypoint-item:hover{background:var(--bg-tertiary)}.route-creator-waypoint-item.dragging{opacity:.5;box-shadow:var(--shadow-md)}.route-creator-waypoint-item.drag-over{border-color:var(--primary-color);background:#e306130d}.route-creator-waypoint-drag{color:var(--text-tertiary);cursor:grab}.route-creator-waypoint-drag:active{cursor:grabbing}.route-creator-waypoint-number{width:24px;height:24px;display:flex;align-items:center;justify-content:center;border-radius:50%;font-size:.8rem;font-weight:600;flex-shrink:0}.route-creator-waypoint-number.start{background:#22c55e;color:#fff}.route-creator-waypoint-number.end{background:var(--accent-color);color:#fff}.route-creator-waypoint-number.via{background:#3b82f6;color:#fff}.route-creator-waypoint-info{flex:1;min-width:0;overflow:hidden}.route-creator-waypoint-label{font-size:.85rem;font-weight:500;color:var(--text-primary);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.route-creator-waypoint-coords{font-size:.7rem;color:var(--text-tertiary);white-space:nowrap;overflow:hidden;text-overflow:ellipsis;max-width:180px}.route-creator-waypoint-actions{display:flex;flex-direction:column;align-items:center;gap:1px;flex-shrink:0}.route-creator-waypoint-delete{padding:.15rem;background:transparent;border:none;color:var(--text-tertiary);cursor:pointer;border-radius:4px;display:flex;align-items:center;justify-content:center;transition:color .15s ease,background-color .15s ease}.route-creator-waypoint-delete:hover{color:#ef4444;background:#ef44441a}.route-creator-waypoint-delete .material-symbols-outlined{font-size:1.05rem}.route-creator-waypoint-edit{padding:.15rem;background:transparent;border:none;color:var(--text-tertiary);cursor:pointer;border-radius:4px;display:flex;align-items:center;justify-content:center;flex-shrink:0;transition:color .15s ease,background-color .15s ease}.route-creator-waypoint-edit:hover{color:var(--primary-color);background:#e3061314}.route-creator-waypoint-edit .material-symbols-outlined{font-size:1.05rem}.route-creator-waypoint-title-input{width:100%;box-sizing:border-box;font-size:.85rem;font-weight:500;color:var(--text-primary);background:var(--bg-primary);border:1px solid var(--primary-color);border-radius:4px;padding:1px 4px;outline:none}.route-creator-segment{display:flex;align-items:center;flex-wrap:wrap;gap:0 .5rem;margin:-.35rem .25rem .3rem 1.6rem;padding:.1rem .35rem .1rem .5rem;font-size:.66rem;line-height:1.3;color:var(--text-secondary);border-left:2px solid var(--border-color)}.route-creator-segment-leg{font-weight:600;color:var(--text-secondary);white-space:nowrap}.route-creator-segment-cumulative{color:var(--text-tertiary);white-space:nowrap;text-align:right;margin-left:auto}.route-creator-segment-sigma{font-weight:700;opacity:.85}.route-creator-segment-cumulative.is-total{color:var(--text-primary);font-weight:700}.route-creator-segment-cumulative.is-total .route-creator-segment-sigma{color:var(--primary-color);opacity:1}.route-creator-stats{display:flex;flex-wrap:wrap;gap:1.5rem;background:var(--bg-secondary);border-radius:8px}.route-creator-stat{display:flex;align-items:center;gap:.5rem;font-size:.95rem;color:var(--text-secondary)}.route-creator-stat .material-symbols-outlined{font-size:1.25rem;color:var(--primary-color)}.route-creator-stat-value{font-weight:600;color:var(--text-primary)}.route-creator-hint{display:flex;align-items:center;gap:.5rem;padding:.75rem 1rem;background:#3b82f61a;border-left:3px solid #3b82f6;border-radius:0 8px 8px 0;color:var(--text-secondary);font-size:.9rem}.route-creator-hint .material-symbols-outlined{color:#3b82f6}.route-creator-title-input{flex:1;padding:.5rem .75rem;border:1px solid var(--border-color);border-radius:6px;background:var(--bg-primary);color:var(--text-primary);font-size:.9rem;height:38px;box-sizing:border-box}.route-creator-title-input:focus{outline:none;border-color:var(--primary-color)}.route-creator-error{display:none;position:absolute;top:10px;left:50%;transform:translate(-50%);z-index:1100;align-items:center;gap:.5rem;padding:.75rem 1rem;background:var(--bg-primary);border:1px solid #ef4444;border-radius:8px;color:#ef4444;font-size:.9rem;box-shadow:var(--shadow-md);max-width:calc(100% - 320px)}.route-creator-error.visible{display:flex}.route-creator-error .material-symbols-outlined{font-size:1.25rem;flex-shrink:0}.route-creator-error #routeCreatorErrorText{flex:1}.route-creator-error-close{display:flex;align-items:center;justify-content:center;background:none;border:none;color:#ef4444;cursor:pointer;padding:.25rem;margin-left:auto;border-radius:4px;transition:background-color .15s ease}.route-creator-error-close:hover{background:#ef444426}.route-creator-error-close .material-symbols-outlined{font-size:1.1rem}.route-creator-type-tooltip{position:absolute;z-index:1001;background:var(--bg-primary);border:1px solid var(--border-color);border-radius:8px;box-shadow:0 4px 16px #0003;padding:.5rem;display:flex;flex-direction:column;font-family:var(--font-family);min-width:160px;transform:translate(-50%,-100%);margin-top:-12px;animation:tooltipFadeIn .15s ease}@keyframes tooltipFadeIn{0%{opacity:0;transform:translate(-50%,-100%) scale(.95)}to{opacity:1;transform:translate(-50%,-100%) scale(1)}}.route-creator-type-tooltip:after{content:"";position:absolute;top:100%;left:50%;transform:translate(-50%);border:8px solid transparent;border-top-color:var(--border-color)}.route-creator-type-tooltip:before{content:"";position:absolute;top:100%;left:50%;transform:translate(-50%);border:7px solid transparent;border-top-color:var(--bg-primary);z-index:1}.route-creator-type-tooltip-title{font-size:.75rem;color:var(--text-primary);text-transform:uppercase;letter-spacing:.5px;padding:.25rem .5rem;border-bottom:1px solid var(--border-color);margin-bottom:.25rem}.route-creator-type-btn{display:flex;align-items:center;gap:.5rem;padding:.5rem;border:none;font-family:var(--font-family);background:transparent;border-radius:6px;cursor:pointer;transition:background-color .15s ease;font-size:.9rem;color:var(--text-primary);text-align:left;width:100%}.route-creator-type-btn:hover{background:var(--bg-secondary)}.route-creator-type-btn .material-symbols-outlined{font-size:1.25rem}.route-creator-type-btn.type-start .material-symbols-outlined{color:#22c55e}.route-creator-type-btn.type-via .material-symbols-outlined{color:#3b82f6}.route-creator-type-btn.type-end .material-symbols-outlined{color:var(--accent-color)}.route-creator-type-btn.type-start:hover{background:#22c55e1a}.route-creator-type-btn.type-via:hover{background:#3b82f61a}.route-creator-type-btn.type-end:hover{background:#e306131a}.route-creator-type-tooltip.tooltip-below:after{top:auto;bottom:100%;border-top-color:transparent;border-bottom-color:var(--border-color)}.route-creator-type-tooltip.tooltip-below:before{top:auto;bottom:100%;border-top-color:transparent;border-bottom-color:var(--bg-primary)}.route-creator-poi-bar{position:absolute;bottom:10px;left:60px;right:60px;z-index:1000;display:flex;align-items:center;justify-content:center;gap:.5rem;padding:.5rem .75rem;background:var(--bg-primary);border-radius:8px;box-shadow:var(--shadow-sm);min-height:36px;width:fit-content;margin:0 auto;opacity:.9;transition:opacity .3s ease,box-shadow .3s ease}.route-creator-poi-bar:hover{box-shadow:var(--shadow-md);opacity:1}.route-creator-poi-items{display:flex;align-items:center;gap:.25rem;flex-wrap:wrap;justify-content:center}.route-creator-poi-item{display:flex;align-items:center;gap:.35rem;padding:.4rem .6rem;font-family:inherit;font-size:.8rem;font-weight:400;color:var(--text-secondary);background:transparent;border:none;border-radius:6px;cursor:pointer;white-space:nowrap;transition:background .2s ease,color .2s ease}.route-creator-poi-item:hover{background:var(--bg-primary);color:var(--text-primary)}.route-creator-poi-item.active{background:var(--accent-color);color:var(--text-on-accent, #fff)}.route-creator-poi-item .material-symbols-outlined{font-size:18px}.route-creator-poi-bar.loading .route-creator-poi-items,.route-creator-poi-bar.zoom-too-low .route-creator-poi-items{display:none}.route-creator-poi-loading,.route-creator-poi-zoom-hint{display:none;align-items:center;gap:.5rem;font-size:.85rem;color:var(--text-secondary)}.route-creator-poi-bar.loading .route-creator-poi-loading{display:flex}.route-creator-poi-bar.zoom-too-low .route-creator-poi-zoom-hint{display:block}.route-creator-poi-spinner{width:18px;height:18px;border:2px solid var(--border-color);border-top-color:var(--primary-color);border-radius:50%;animation:poiSpinner .8s linear infinite}@keyframes poiSpinner{to{transform:rotate(360deg)}}@media(max-width:768px){.route-creator-poi-item{padding:.35rem .5rem;font-size:.75rem}.route-creator-poi-item .material-symbols-outlined{font-size:16px}}@media(max-width:480px){.route-creator-poi-item span:not(.material-symbols-outlined){display:none}.route-creator-poi-item{padding:.4rem}}.route-creator-marker-tooltip{background:var(--bg-primary);border:1px solid var(--border-color);border-radius:4px;padding:.25rem .5rem;font-family:var(--font-family);font-size:.75rem;font-weight:600;color:var(--text-primary);box-shadow:0 2px 6px #00000026;white-space:nowrap}.route-creator-distance-dot span{display:block;width:14px;height:14px;border-radius:50%;background:#15803d;border:2px solid #fff;box-sizing:border-box;box-shadow:0 0 2px #00000080;cursor:help}.route-creator-dist-tooltip{background:var(--bg-primary);color:var(--text-primary);border:1px solid var(--border-color);border-radius:4px;padding:2px 8px;font-family:var(--font-family);font-size:.72rem;font-weight:600;white-space:nowrap;box-shadow:0 2px 6px #0003}.route-creator-dist-tooltip.leaflet-tooltip-bottom:before{border-bottom-color:var(--bg-primary)}.route-creator-marker-tooltip:before{border-top-color:var(--border-color)}.route-creator-marker-tooltip:after{content:"";position:absolute;top:100%;left:50%;transform:translate(-50%);border:6px solid transparent;border-top-color:var(--bg-primary);margin-top:-1px}.route-creator-waypoint-popup-container .leaflet-popup-content-wrapper{background:var(--bg-primary);border:1px solid var(--border-color);border-radius:8px;box-shadow:0 4px 12px #00000026}.route-creator-waypoint-popup-container .leaflet-popup-tip{background:var(--bg-primary);border:1px solid var(--border-color);border-top:none;border-left:none}.route-creator-waypoint-popup-container .leaflet-popup-content{margin:0;font-family:var(--font-family)}.route-creator-waypoint-popup{display:flex;flex-direction:column;gap:.5rem;padding:.75rem;min-width:220px}.route-creator-waypoint-popup-header{font-weight:600;font-size:.95rem;color:var(--text-primary)}.route-creator-waypoint-popup-address{font-size:.85rem;color:var(--text-secondary);line-height:1.4}.route-creator-waypoint-popup-delete{display:flex;align-items:center;justify-content:center;width:32px;height:32px;padding:0;margin-top:.25rem;background:transparent;border:1px solid var(--border-color);border-radius:6px;color:var(--text-secondary);cursor:pointer;transition:all .15s ease}.route-creator-waypoint-popup-delete:hover{background:#ef44441a;border-color:#ef4444;color:#ef4444}.route-creator-waypoint-popup-delete .material-symbols-outlined{font-size:1.25rem}.route-creator-poi-marker{background:none!important;border:none!important}.route-creator-poi-marker-inner{width:32px;height:32px;border-radius:50%;display:flex;align-items:center;justify-content:center;box-shadow:0 2px 6px #0000004d;border:2px solid white;transition:transform .15s ease}.route-creator-poi-marker-inner:hover{transform:scale(1.1)}.route-creator-poi-marker-inner .material-symbols-outlined{font-size:18px;color:#fff}.route-creator-route-poi-marker{background:none!important;border:none!important}.route-creator-route-poi-inner{width:34px;height:34px;border-radius:50%;display:flex;align-items:center;justify-content:center;border:3px solid var(--accent-color);box-shadow:0 2px 8px #00000073;transition:transform .15s ease}.route-creator-route-poi-inner:hover{transform:scale(1.1)}.route-creator-route-poi-inner .material-symbols-outlined{font-size:19px;color:#fff}.route-creator-poi-popup-routepoi-section{margin-top:.4rem}.route-creator-routepois-section{border-top:1px solid var(--border-color);margin-top:.5rem;padding-top:.5rem}.route-creator-routepois-list{display:flex;flex-direction:column;gap:.25rem;max-height:22vh;overflow-y:auto}.route-creator-routepoi-item{display:flex;align-items:center;gap:.5rem;padding:.25rem .35rem;border-radius:var(--radius-sm)}.route-creator-routepoi-item:hover{background:var(--bg-secondary)}.route-creator-routepoi-icon{flex-shrink:0;width:26px;height:26px;border-radius:50%;display:flex;align-items:center;justify-content:center;border:2px solid var(--accent-color)}.route-creator-routepoi-icon .material-symbols-outlined{font-size:15px;color:#fff}.route-creator-routepoi-info{flex:1;min-width:0}.route-creator-routepoi-name{font-weight:600;font-size:.85rem;color:var(--text-primary);overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.route-creator-routepoi-sub{font-size:.75rem;color:var(--text-secondary);overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.route-creator-routepoi-remove{flex-shrink:0;background:none;border:none;cursor:pointer;color:var(--text-secondary);display:flex;align-items:center;padding:2px;border-radius:var(--radius-sm)}.route-creator-routepoi-remove:hover{color:var(--accent-color);background:var(--bg-tertiary)}.route-creator-routepoi-remove .material-symbols-outlined{font-size:18px}.route-creator-speedcam-marker{background:none!important;border:none!important;display:flex;align-items:center;justify-content:center}.route-creator-speedcam-marker .material-symbols-outlined{font-size:22px;color:var(--accent-color);background:var(--bg-primary);border-radius:50%;padding:1px;box-shadow:0 1px 4px #0006}.route-creator-poi-cluster{background:none!important;border:none!important}.route-creator-poi-cluster-inner{width:100%;height:100%;border-radius:50%;display:flex;flex-direction:column;align-items:center;justify-content:center;box-shadow:0 3px 8px #0006;border:3px solid white;cursor:pointer;transition:transform .15s ease;position:relative}.route-creator-poi-cluster-inner:hover{transform:scale(1.1)}.route-creator-poi-cluster-inner .material-symbols-outlined{font-size:16px;color:#fff;line-height:1}.route-creator-poi-cluster-count{font-size:10px;font-weight:700;color:#fff;line-height:1;margin-top:1px}.route-creator-poi-cluster.small .route-creator-poi-cluster-inner .material-symbols-outlined{font-size:14px}.route-creator-poi-cluster.small .route-creator-poi-cluster-count{font-size:9px}.route-creator-poi-cluster.medium .route-creator-poi-cluster-inner .material-symbols-outlined{font-size:18px}.route-creator-poi-cluster.medium .route-creator-poi-cluster-count{font-size:11px}.route-creator-poi-cluster.large .route-creator-poi-cluster-inner .material-symbols-outlined{font-size:20px}.route-creator-poi-cluster.large .route-creator-poi-cluster-count{font-size:12px}.marker-cluster-small,.marker-cluster-medium,.marker-cluster-large,.marker-cluster-small div,.marker-cluster-medium div,.marker-cluster-large div{background:transparent!important}.route-creator-poi-popup .leaflet-popup-content-wrapper{border-radius:8px;padding:0}.route-creator-poi-popup .leaflet-popup-content{margin:0;min-width:200px;font-family:var(--font-family)}.route-creator-poi-popup-content{padding:.75rem}.route-creator-poi-popup-header{display:flex;align-items:center;gap:.5rem;margin-bottom:.5rem;padding-bottom:.5rem;border-bottom:1px solid var(--border-color)}.route-creator-poi-popup-header .material-symbols-outlined{font-size:1.25rem}.route-creator-poi-popup-header strong{font-size:.95rem;color:var(--text-primary)}.route-creator-poi-popup-details{display:flex;flex-direction:column;gap:.35rem}.route-creator-poi-popup-detail{display:flex;align-items:center;gap:.35rem;font-size:.8rem;color:var(--text-secondary)}.route-creator-poi-popup-detail .material-symbols-outlined{font-size:1rem;color:var(--text-tertiary);flex-shrink:0}.route-creator-poi-popup-detail a{color:var(--primary-color);text-decoration:none}.route-creator-poi-popup-detail a:hover{text-decoration:underline}.route-creator-poi-popup-no-details{font-style:italic;font-size:.8rem;color:var(--text-tertiary)}.route-creator-poi-popup-actions{display:flex;flex-direction:column;margin-top:.75rem;padding-top:.75rem;border-top:1px solid var(--border-color)}.leaflet-container{font-family:var(--font-family)}.leaflet-routing-container{display:none!important}.leaflet-popup-content{font-family:inherit}.leaflet-interactive.route-creator-line{stroke:var(--primary-color);stroke-width:5;stroke-opacity:.8}.route-creator-type-tooltip-divider{height:1px;background:var(--border-color);margin:.5rem 0}.route-creator-type-btn.type-isochrone{justify-content:flex-start}.route-creator-type-btn.type-isochrone .material-symbols-outlined:first-child{color:#3b82f6}.route-creator-type-btn.type-isochrone:hover{background:#3b82f61a}.route-creator-type-btn.type-isochrone.disabled{opacity:.5;cursor:not-allowed}.route-creator-type-btn.type-isochrone.disabled:hover{background:transparent}.route-creator-type-btn-arrow{margin-left:auto;font-size:1rem!important;color:var(--text-tertiary);transition:transform .2s ease}.route-creator-type-btn.type-isochrone.expanded .route-creator-type-btn-arrow{transform:rotate(90deg)}.route-creator-isochrone-submenu{background:var(--bg-primary);border:1px solid var(--border-color);border-radius:8px;box-shadow:0 4px 16px #0003;padding:.5rem;min-width:200px;z-index:1002}.route-creator-isochrone-submenu-title{font-size:.75rem;color:var(--text-tertiary);text-transform:uppercase;letter-spacing:.5px;padding:.25rem .5rem;margin-bottom:.5rem}.route-creator-isochrone-time-options{display:grid;grid-template-columns:repeat(4,1fr);gap:.25rem}.route-creator-isochrone-time-btn{padding:.5rem .75rem;background:var(--bg-secondary);border:1px solid var(--border-color);border-radius:6px;color:var(--text-primary);font-size:.85rem;font-weight:500;cursor:pointer;transition:all .15s ease;font-family:inherit}.route-creator-isochrone-time-btn:hover{background:var(--accent-color);border-color:var(--accent-color);color:var(--text-on-accent, #fff)}.route-creator-isochrone-time-selector{display:grid;grid-template-columns:repeat(4,1fr);gap:.25rem;margin-top:.5rem;padding-top:.5rem;border-top:1px solid var(--border-color)}.route-creator-poi-popup-isochrone{margin-top:.5rem;padding-top:.5rem;border-top:1px solid var(--border-color)}.route-creator-poi-popup-isochrone .route-creator-isochrone-time-selector{margin-top:.5rem;padding-top:0;border-top:none}.route-creator-poi-popup-delete-section{margin-top:.75rem;padding-top:.75rem;border-top:1px solid var(--border-color)}.route-creator-favorite-delete-btn{display:flex;align-items:center;justify-content:center;gap:.35rem;width:100%;padding:.5rem;background:transparent;border:1px solid var(--border-color);border-radius:6px;color:var(--text-secondary);font-family:var(--font-family);font-size:.8rem;cursor:pointer;transition:all .2s ease}.route-creator-favorite-delete-btn:hover{background:#ef44441a;border-color:#ef4444;color:#ef4444}.route-creator-favorite-delete-btn .material-symbols-outlined{font-size:1rem}.route-creator-poi-popup-favorite-section{margin-top:.5rem;padding-top:.5rem;border-top:1px solid var(--border-color)}.route-creator-type-btn.type-favorite .material-symbols-outlined:first-child{color:#eab308}.route-creator-type-btn.type-favorite:hover{background:#eab3081a}.route-creator-type-btn.type-routepoi .material-symbols-outlined:first-child{color:#14b8a6}.route-creator-type-btn.type-routepoi:hover{background:#14b8a61a}.route-creator-waypoint-popup-actions-vertical{display:flex;flex-direction:column;margin-top:.75rem;padding-top:.75rem;border-top:1px solid var(--border-color)}.route-creator-waypoint-popup-actions-vertical .route-creator-poi-popup-isochrone{margin-top:0;padding-top:0;border-top:none}.route-creator-waypoint-popup-favorite-info{display:flex;align-items:center;gap:.5rem;padding:.5rem;background:#eab3081a;border-radius:6px;font-size:.85rem;color:var(--text-primary);margin-top:.25rem}.route-creator-waypoint-popup-favorite-info .material-symbols-outlined{font-size:1.25rem}.route-creator-waypoint-popup-divider{height:1px;background:var(--border-color);margin:.5rem 0}.route-creator-type-btn.type-delete .material-symbols-outlined:first-child{color:#ef4444}.route-creator-type-btn.type-delete:hover{background:#ef44441a}.route-creator-favorite-dialog{position:fixed;top:0;left:0;right:0;bottom:0;z-index:10000;display:flex;align-items:center;justify-content:center;animation:fadeIn .2s ease}.route-creator-favorite-dialog.closing{animation:fadeOut .2s ease forwards}.route-creator-favorite-dialog-overlay{position:absolute;top:0;left:0;right:0;bottom:0;background:#00000080}.route-creator-favorite-dialog-content{position:relative;background:var(--bg-primary);border-radius:12px;box-shadow:0 8px 32px #0000004d;width:90%;max-width:400px;animation:slideUp .2s ease;font-family:var(--font-family)}.route-creator-favorite-dialog.closing .route-creator-favorite-dialog-content{animation:slideDown .2s ease forwards}.route-creator-favorite-dialog-header{display:flex;align-items:center;gap:.5rem;padding:1rem 1.25rem;border-bottom:1px solid var(--border-color)}.route-creator-favorite-dialog-header h3{margin:0;font-size:1.1rem;font-weight:600}.route-creator-favorite-dialog-body{padding:1.25rem}.route-creator-favorite-dialog-field{display:flex;flex-direction:column;gap:.5rem}.route-creator-favorite-dialog-field label{font-size:.875rem;font-weight:500;color:var(--text-secondary)}.route-creator-favorite-dialog-field input{padding:.75rem;border:1px solid var(--border-color);border-radius:8px;font-family:var(--font-family);font-size:1rem;background:var(--bg-secondary);color:var(--text-primary);transition:border-color .15s ease}.route-creator-favorite-dialog-field input:focus{outline:none;border-color:var(--accent-color)}.route-creator-favorite-dialog-field input.error{border-color:#ef4444;animation:shake .3s ease}.route-creator-favorite-dialog-visibility{display:flex;flex-direction:column;gap:.5rem}.route-creator-favorite-dialog-radio{display:flex;align-items:center;gap:.75rem;padding:.75rem;border:1px solid var(--border-color);border-radius:8px;cursor:pointer;transition:all .15s ease}.route-creator-favorite-dialog-radio:hover{background:var(--bg-secondary)}.route-creator-favorite-dialog-radio.is-checked,.route-creator-favorite-dialog-radio:has(input:checked){border-color:var(--accent-color);background:var(--bg-secondary)}.route-creator-favorite-dialog-radio input[type=radio]{display:none}.route-creator-favorite-dialog-radio-icon{display:flex;align-items:center;justify-content:center;width:36px;height:36px;border-radius:8px;flex-shrink:0}.route-creator-favorite-dialog-radio-icon.personal{background:#eab30826;color:#eab308}.route-creator-favorite-dialog-radio-icon.club{background:#dc281426;color:#ef4444}.route-creator-favorite-dialog-radio-icon .material-symbols-outlined{font-size:1.25rem}.route-creator-favorite-dialog-radio-label{display:flex;flex-direction:column;gap:.125rem}.route-creator-favorite-dialog-radio-label strong{font-size:.9rem;font-weight:500;color:var(--text-primary)}.route-creator-favorite-dialog-radio-label small{font-size:.8rem;color:var(--text-tertiary)}.route-creator-favorite-dialog-address{display:flex;align-items:flex-start;gap:.5rem;margin-top:1rem;padding:.75rem;background:var(--bg-tertiary);border-radius:8px;font-size:.875rem;color:var(--text-secondary)}.route-creator-favorite-dialog-address .material-symbols-outlined{font-size:1.1rem;color:var(--text-tertiary);flex-shrink:0;margin-top:.1rem}.route-creator-favorite-dialog-address-content{display:flex;flex-direction:column;gap:.25rem}.route-creator-favorite-dialog-address-content small{font-size:.75rem;color:var(--text-tertiary);font-family:monospace}.route-creator-favorite-dialog-actions{display:flex;justify-content:flex-end;gap:.75rem;padding:1rem 1.25rem;border-top:1px solid var(--border-color)}.route-creator-favorite-dialog-actions button{display:flex;align-items:center;gap:.4rem;padding:.6rem 1rem;border-radius:8px;font-family:var(--font-family);font-size:.9rem;font-weight:500;cursor:pointer;transition:all .15s ease}.route-creator-favorite-dialog-cancel{background:var(--bg-tertiary);border:1px solid var(--border-color);color:var(--text-primary)}.route-creator-favorite-dialog-cancel:hover{background:var(--bg-tertiary)}.route-creator-favorite-dialog-save.btn-primary{background:var(--accent-color);border:none;color:#fff}.route-creator-favorite-dialog-save.btn-primary:hover{background:var(--accent-hover)}.route-creator-favorite-dialog-save:disabled{opacity:.6;cursor:not-allowed}.route-creator-favorite-dialog-save .material-symbols-outlined{font-size:1.1rem}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes fadeOut{0%{opacity:1}to{opacity:0}}@keyframes shake{0%,to{transform:translate(0)}25%{transform:translate(-5px)}75%{transform:translate(5px)}}@keyframes slideUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}@keyframes slideDown{0%{opacity:1;transform:translateY(0)}to{opacity:0;transform:translateY(20px)}}.rotating{animation:rotate 1s linear infinite}@keyframes rotate{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.route-creator-waypoint-favorite-star{vertical-align:middle}.route-creator-waypoint-label{display:flex;align-items:center}.route-creator-isochrone{pointer-events:auto}.route-creator-isochrone:focus,.route-creator-isochrone:active{outline:none!important}.leaflet-interactive.route-creator-isochrone:focus{outline:none!important}path.route-creator-isochrone:focus{outline:none!important;stroke-dasharray:none!important}.route-creator-isochrone-tooltip{background:var(--bg-primary);border:1px solid var(--border-color);border-radius:4px;padding:.25rem .5rem;font-size:.8rem;font-weight:600;color:var(--text-primary);box-shadow:0 2px 6px #00000026;white-space:nowrap}.route-creator-isochrone-origin{background:none!important;border:none!important}.route-creator-isochrone-origin-inner{width:36px;height:36px;border-radius:50%;background:#3b82f6;display:flex;align-items:center;justify-content:center;box-shadow:0 2px 8px #3b82f666;border:3px solid white}.route-creator-isochrone-origin-inner .material-symbols-outlined{font-size:20px;color:#fff}.route-creator-isochrone-clear-bar{position:absolute;bottom:68px;left:50%;transform:translate(-50%);z-index:1001;display:flex;align-items:center;justify-content:center;gap:.5rem;padding:.5rem 1rem;background:var(--bg-primary);border-radius:8px;box-shadow:0 2px 8px #00000026;min-height:36px;box-sizing:border-box}.route-creator-isochrone-clear-bar-loading{display:none;align-items:center;gap:.5rem;font-size:.85rem;color:var(--text-secondary)}.route-creator-isochrone-clear-bar.loading .route-creator-isochrone-clear-bar-loading{display:flex}.route-creator-isochrone-clear-bar.loading .route-creator-isochrone-clear-bar-content{display:none}.route-creator-isochrone-spinner{width:18px;height:18px;border:2px solid var(--border-color);border-top-color:#3b82f6;border-radius:50%;animation:isochroneSpinner .8s linear infinite}@keyframes isochroneSpinner{to{transform:rotate(360deg)}}.route-creator-isochrone-clear-bar-content{display:flex;align-items:center;gap:.5rem}.route-creator-isochrone-clear-bar-info{display:flex;align-items:center;gap:.35rem;font-size:.85rem;color:var(--text-secondary)}.route-creator-isochrone-clear-bar-info .material-symbols-outlined{font-size:1.1rem;color:#3b82f6}.route-creator-isochrone-clear-btn{display:flex;align-items:center;gap:.35rem;padding:.4rem .75rem;background:#ef44441a;border:1px solid #ef4444;border-radius:6px;color:#ef4444;font-size:.8rem;font-weight:500;cursor:pointer;transition:all .15s ease;font-family:inherit}.route-creator-isochrone-clear-btn:hover{background:#ef4444;color:#fff}.route-creator-isochrone-clear-btn .material-symbols-outlined{font-size:1rem}@media(max-width:768px){.route-creator-toolbar{flex-direction:column;align-items:stretch}.route-creator-toolbar-group{justify-content:center;max-width:none!important}.route-creator-toolbar-divider{display:none}.route-creator-search-wrapper{width:100%}.route-creator-stats{flex-direction:column;gap:.75rem}.route-creator-waypoints-panel{width:200px;max-height:180px}.modal-actions-split{flex-direction:column;gap:.75rem}.modal-actions-left,.modal-actions-right{width:100%;justify-content:center}}
