.route-editor-v2-toolbar{display:flex;flex-direction:column;gap:12px;padding:14px;border-bottom:1px solid var(--border);background:rgba(7,17,30,.97);position:relative;z-index:4;container-type:inline-size}.route-editor-v2-search{position:relative;width:100%;min-width:0}.route-editor-v2-search-row{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:10px}.route-editor-v2-control-row{display:flex;align-items:stretch;gap:10px;flex-wrap:wrap}.route-editor-v2-mode{flex:1 1 220px;min-width:190px}.route-editor-v2-actions{display:flex;align-items:stretch;gap:8px;flex:0 1 auto;min-width:0}.route-editor-v2-actions .button{display:inline-flex;align-items:center;justify-content:center;min-width:max-content}.route-editor-v2-primary-actions{flex:1 1 320px}.route-editor-v2-primary-actions .button{flex:1 1 150px}.route-editor-v2-edit-actions{flex:0 1 auto}.route-editor-v2-search-row .button,.route-editor-v2-toolbar .select,.route-editor-v2-toolbar .input,.route-editor-v2-actions .button{min-height:46px}.route-editor-v2-suggestions{position:absolute;z-index:30;top:calc(100% + 6px);left:0;right:0;display:none;max-height:280px;overflow:auto;padding:6px;border:1px solid var(--border);border-radius:14px;background:#0d1d30;box-shadow:0 18px 50px rgba(0,0,0,.45)}.route-editor-v2-suggestions.open{display:grid}.route-editor-v2-suggestion{display:grid;gap:3px;padding:10px 12px;border:0;border-radius:10px;color:var(--text);background:transparent;text-align:left;cursor:pointer}.route-editor-v2-suggestion:hover,.route-editor-v2-suggestion:focus-visible{background:rgba(140,255,122,.1);outline:none}.route-editor-v2-suggestion small{color:var(--muted)}.route-editor-v2-import{position:relative;overflow:hidden}.route-editor-v2-import input{position:absolute;inset:0;opacity:0;cursor:pointer}.route-editor-v2-map{height:580px;min-height:420px}.route-editor-v2-status{display:flex;flex-wrap:wrap;gap:8px 18px;padding:11px 14px;border-bottom:1px solid var(--border);background:rgba(7,17,30,.96);color:var(--muted);font-size:.88rem}.route-editor-v2-status span{white-space:nowrap}.route-editor-v2-status strong{color:var(--text)}.route-editor-v2-vertex{display:grid;place-items:center;width:30px;height:30px;padding:0;border:3px solid #07101c;border-radius:50%;color:#07101c;background:#fff;font-size:11px;font-weight:900;cursor:grab;box-shadow:0 5px 18px rgba(0,0,0,.35)}.route-editor-v2-vertex.start{background:#8cff7a}.route-editor-v2-vertex.finish{background:#35d7ff}.route-editor-v2-vertex:active{cursor:grabbing}.route-editor-v2-note{padding:10px 14px;border-top:1px solid var(--border);background:rgba(53,215,255,.07);color:var(--muted);font-size:.85rem}.route-editor-v2-busy{opacity:.72}.route-editor-v2-elevation{min-height:110px;padding:14px 16px;border-top:1px solid var(--border);background:rgba(7,17,30,.94);color:var(--muted)}.route-card-created{outline:2px solid rgba(140,255,122,.45);outline-offset:2px}@container(max-width:720px){.route-editor-v2-control-row{flex-direction:column}.route-editor-v2-mode,.route-editor-v2-primary-actions,.route-editor-v2-edit-actions{width:100%;flex-basis:auto}.route-editor-v2-actions .button{flex:1}}@media(max-width:720px){.route-editor-v2-search-row{grid-template-columns:1fr}.route-editor-v2-control-row{flex-direction:column}.route-editor-v2-mode,.route-editor-v2-actions{width:100%}.route-editor-v2-actions .button{flex:1}.route-editor-v2-map{height:480px}}@media(max-width:480px){.route-editor-v2-actions{display:grid;grid-template-columns:1fr}.route-editor-v2-map{height:420px}.route-editor-v2-status{display:grid;grid-template-columns:1fr 1fr}}