*{box-sizing:border-box}#app{width:100vw;min-height:100vh;margin:0 auto;font-weight:400;background:#fff;position:relative}a,.green{text-decoration:none;color:#00bd7e;transition:.4s;padding:3px}@media (hover: hover){a:hover{background-color:hsla(160，108%,37%,.2);transform:translateY(-1px)}}@media (max-width: 768px){#app{padding:0}}@media (min-width: 769px) and (max-width: 1024px){#app{padding:1rem}}.btn{padding:12px 24px;border:none;border-radius:8px;font-weight:600;cursor:pointer;transition:all .3s ease;display:inline-flex;align-items:center;justify-content:center;gap:8px}@keyframes spin{to{transform:rotate(360deg)}}.fade-in{animation:fadeIn .6s ease-out}@keyframes fadeIn{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.slide-in{animation:slideIn .5s ease-out}@keyframes slideIn{0%{opacity:0;transform:translate(-20px)}to{opacity:1;transform:translate(0)}}.pos-items{margin-bottom:12px;border-radius:12px;overflow:hidden;transition:all .3s ease}.pos-items:hover{transform:translateY(-2px);box-shadow:0 8px 25px #0000001a}.pos-box{background:#ffffffe6;padding:16px;cursor:pointer;transition:all .3s ease;border-left:4px solid #667eea}.pos-box:hover{background:#fff;border-left-color:#764ba2}.items-tag{background:linear-gradient(135deg,#667eea1a,#764ba21a);border:1px solid rgba(102,126,234,.2);border-radius:20px;padding:6px 12px;margin:4px;font-size:14px;color:#4f46e5;transition:all .3s ease}.items-tag:hover{background:linear-gradient(135deg,#667eea26,#764ba226);border-color:#667eea4d;transform:translateY(-1px)}.close-icon{width:15px;height:15px;cursor:pointer;opacity:.6;transition:opacity .2s ease}.close-icon:hover{opacity:1}.button-group{display:flex;gap:8px;align-items:center;margin-top:12px}.delete-btn{background:none;border:none;padding:8px;border-radius:6px;cursor:pointer;transition:all .2s ease}.delete-btn:hover{background:#ef44441a}.delete-icon{width:20px;height:20px;opacity:.6}.delete-btn:hover .delete-icon{opacity:1}.trajectory-details{background:#f8fafccc;padding:16px;border-radius:8px;margin-top:8px;animation:slideDown .3s ease-out}@keyframes slideDown{0%{opacity:0;transform:translateY(-10px);max-height:0}to{opacity:1;transform:translateY(0);max-height:500px}}.status-indicator{display:inline-block;width:8px;height:8px;border-radius:50%;margin-right:8px}.status-indicator.success{background:#10b981}.status-indicator.warning{background:#f59e0b}.status-indicator.error{background:#ef4444}.status-indicator.info{background:#3b82f6}.pulse{animation:pulse 2s infinite}@keyframes pulse{0%{box-shadow:0 0 #667eeab3}70%{box-shadow:0 0 0 10px #667eea00}to{box-shadow:0 0 #667eea00}}*{margin:0;padding:0;box-sizing:border-box}body{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;background:#f5f5f5}#app{width:100vw;height:100vh;overflow:hidden}.main-layout[data-v-07a77fce]{width:100vw;height:100vh;display:flex;flex-direction:column;background:#fff}.route-track-map[data-v-e8dfe06e]{width:100%;height:100vh}#map[data-v-e8dfe06e]{height:95%;margin:20px 0}[data-v-eecb72f7]{padding:0;margin:0}.d-flex[data-v-eecb72f7]{display:flex}.d-block[data-v-eecb72f7]{display:block}.d-inline-block[data-v-eecb72f7]{display:inline-block}.flex-1[data-v-eecb72f7]{flex:1}.flex-column[data-v-eecb72f7]{flex-direction:column}.flex-row[data-v-eecb72f7]{flex-direction:row}.j-start[data-v-eecb72f7]{justify-content:flex-start}.j-center[data-v-eecb72f7]{justify-content:center}.j-end[data-v-eecb72f7]{justify-content:flex-end}.j-sb[data-v-eecb72f7]{justify-content:space-between}.a-center[data-v-eecb72f7]{align-items:center}.a-start[data-v-eecb72f7]{align-items:flex-start}.a-end[data-v-eecb72f7]{align-items:flex-end}.font-white[data-v-eecb72f7]{color:#fff}.font-sm[data-v-eecb72f7]{font-size:14px!important}.m-b-sm[data-v-eecb72f7]{margin-bottom:15px!important}.m-r-md[data-v-eecb72f7]{margin-right:12px!important}.m-l-sm[data-v-eecb72f7]{margin-left:10px!important}.p-l-lg[data-v-eecb72f7]{padding-left:30px!important}.h-100[data-v-eecb72f7]{height:100%}.footer-box[data-v-eecb72f7]{position:fixed;width:100%;bottom:0;height:80px;background:#009b4c}.footer-box a[data-v-eecb72f7]{color:#00f}.content-box[data-v-eecb72f7]{width:90%;margin:0 auto;display:flex;gap:0;height:calc(100vh - 160px);overflow:hidden}.track-container[data-v-eecb72f7]{width:40%;min-width:280px;max-width:70%;overflow:auto;box-sizing:border-box;padding-right:10px;margin-top:20px}.splitter[data-v-eecb72f7]{width:6px;height:95%;background-color:#e5e7eb;cursor:col-resize;transition:background-color .2s ease;align-self:stretch;margin:20px 0 0}.splitter[data-v-eecb72f7]:hover,.splitter.dragging[data-v-eecb72f7]{background-color:#009b4c}.map-wrapper[data-v-eecb72f7]{flex:1;min-width:300px;box-sizing:border-box;margin-left:20px}.map-wrapper iframe[data-v-eecb72f7]{width:100%;height:100%;margin-top:20px;overflow:hidden}.map-placeholder[data-v-eecb72f7]{width:100%;height:100%;margin-top:20px;display:flex;align-items:center;justify-content:center;background:#f8f9fa;border:2px dashed #dee2e6;border-radius:8px}.placeholder-content[data-v-eecb72f7]{text-align:center;color:#6c757d}.placeholder-icon[data-v-eecb72f7]{width:80px;height:80px;margin-bottom:16px;opacity:.5}.placeholder-text[data-v-eecb72f7]{font-size:16px;margin:0}.search-box[data-v-eecb72f7]{border:1px solid #e0e0e0;border-radius:12px;margin-bottom:16px;display:flex;justify-content:space-between;box-shadow:0 2px 4px #0000001a;transition:border-color .2s ease,box-shadow .2s ease}.search-box-items[data-v-eecb72f7]{flex:1;padding:12px;display:flex;flex-direction:column;min-height:0}.items-tag-box[data-v-eecb72f7]{display:flex;flex-wrap:wrap;margin-bottom:8px}.search-btn[data-v-eecb72f7]{background:linear-gradient(135deg,#009b4c,#00c460);width:88px;height:100%;border-top-right-radius:12px;border-bottom-right-radius:12px;cursor:pointer;transition:all .2s ease;font-weight:500;min-height:100px}.delete-icon[data-v-eecb72f7]{width:20px;height:22px;margin-right:12px;cursor:pointer}.search-box-items textarea[data-v-eecb72f7]{border:0;outline:0;resize:vertical;min-height:60px;max-height:120px;font-family:inherit}.items-tag[data-v-eecb72f7]{padding:4px 8px;border:1px solid rgba(121,121,121,1);background-color:#f5f5f5;border-radius:6px;font-size:14px;margin-right:6px;margin-bottom:6px;display:flex;flex-direction:row;align-items:center;flex-wrap:nowrap;width:auto;white-space:nowrap}.items-tag .close-icon[data-v-eecb72f7]{width:15px;height:15px;cursor:pointer;margin-left:6px;flex-shrink:0}.items-input[data-v-eecb72f7]{font-size:14px;width:100%;box-sizing:border-box;line-height:1.4}.pos-items .pos-box[data-v-eecb72f7]{border:1px solid #ebeef5;padding:8px;cursor:pointer}.pos-items .pos-box .pos-title[data-v-eecb72f7]{width:30px;height:30px;background-color:#2196f3;border-radius:6px;flex-shrink:0;justify-content:center}.pos-items .pos-box .pos-content[data-v-eecb72f7]{font-size:14px;margin-left:6px}.pos-items .pos-box .pos-title img[data-v-eecb72f7]{width:16px;height:16px}.pos-items .pos-box .pos-down img[data-v-eecb72f7]{width:18px;height:10px;transition:transform .3s ease}.pos-items .pos-box .pos-down img.rotated[data-v-eecb72f7]{transform:rotate(180deg)}.pos-r[data-v-eecb72f7]{border:1px solid #ebeef5;transition:max-height .3s ease-out;padding:12px 12px 12px 35px}.pos-r.show[data-v-eecb72f7]{max-height:1000px;opacity:1;transition:max-height .3s ease-in,opacity .3s ease-in}.step-icon[data-v-eecb72f7]{width:10px;height:10px;background:#056f34}@media (max-width: 768px){.content-box[data-v-eecb72f7]{flex-direction:column;height:auto}.track-container[data-v-eecb72f7],.map-wrapper[data-v-eecb72f7]{width:100%!important;min-width:auto;max-width:none}.splitter[data-v-eecb72f7]{width:100%;height:6px;cursor:row-resize;margin:10px 0}.map-wrapper iframe[data-v-eecb72f7]{height:300px}}.loading-text[data-v-eecb72f7]{font-size:12px;margin-left:4px}[data-v-5d89ab80]{padding:0;margin:0}.d-flex[data-v-5d89ab80]{display:flex}.d-block[data-v-5d89ab80]{display:block}.d-inline-block[data-v-5d89ab80]{display:inline-block}.flex-1[data-v-5d89ab80]{flex:1}.flex-column[data-v-5d89ab80]{flex-direction:column}.flex-row[data-v-5d89ab80]{flex-direction:row}.j-start[data-v-5d89ab80]{justify-content:flex-start}.j-center[data-v-5d89ab80]{justify-content:center}.j-end[data-v-5d89ab80]{justify-content:flex-end}.j-sb[data-v-5d89ab80]{justify-content:space-between}.a-center[data-v-5d89ab80]{align-items:center}.a-start[data-v-5d89ab80]{align-items:flex-start}.a-end[data-v-5d89ab80]{align-items:flex-end}.font-white[data-v-5d89ab80]{color:#fff}.font-sm[data-v-5d89ab80]{font-size:14px!important}.m-b-sm[data-v-5d89ab80]{margin-bottom:15px!important}.m-r-md[data-v-5d89ab80]{margin-right:12px!important}.m-l-sm[data-v-5d89ab80]{margin-left:10px!important}.p-l-lg[data-v-5d89ab80]{padding-left:30px!important}.h-100[data-v-5d89ab80]{height:100%}.footer-box[data-v-5d89ab80]{position:fixed;width:100%;bottom:0;height:80px;background:#009b4c}.footer-box a[data-v-5d89ab80]{color:#00f}.content-box[data-v-5d89ab80]{width:90%;margin:0 auto;display:flex;gap:0;height:calc(100vh - 160px);overflow:hidden}.track-container[data-v-5d89ab80]{width:40%;min-width:280px;max-width:70%;overflow:auto;box-sizing:border-box;padding-right:10px;margin-top:20px}.splitter[data-v-5d89ab80]{width:6px;height:95%;background-color:#e5e7eb;cursor:col-resize;transition:background-color .2s ease;align-self:stretch;margin:20px 0 0}.splitter[data-v-5d89ab80]:hover,.splitter.dragging[data-v-5d89ab80]{background-color:#009b4c}.map-wrapper[data-v-5d89ab80]{flex:1;min-width:300px;box-sizing:border-box;margin-left:20px}.map-wrapper iframe[data-v-5d89ab80]{width:100%;height:100%;margin-top:20px;overflow:hidden}.map-placeholder[data-v-5d89ab80]{width:100%;height:100%;margin-top:20px;display:flex;align-items:center;justify-content:center;background:#f8f9fa;border:2px dashed #dee2e6;border-radius:8px}.placeholder-content[data-v-5d89ab80]{text-align:center;color:#6c757d}.placeholder-icon[data-v-5d89ab80]{width:80px;height:80px;margin-bottom:16px;opacity:.5}.placeholder-text[data-v-5d89ab80]{font-size:16px;margin:0}.search-box[data-v-5d89ab80]{border:1px solid #e0e0e0;border-radius:12px;margin-bottom:16px;display:flex;justify-content:space-between;box-shadow:0 2px 4px #0000001a;transition:border-color .2s ease,box-shadow .2s ease}.search-box-items[data-v-5d89ab80]{flex:1;padding:12px;display:flex;flex-direction:column;min-height:0}.items-tag-box[data-v-5d89ab80]{display:flex;flex-wrap:wrap;margin-bottom:8px}.search-btn[data-v-5d89ab80]{background:linear-gradient(135deg,#009b4c,#00c460);width:88px;height:100%;border-top-right-radius:12px;border-bottom-right-radius:12px;cursor:pointer;transition:all .2s ease;font-weight:500;min-height:100px}.delete-icon[data-v-5d89ab80]{width:20px;height:22px;margin-right:12px;cursor:pointer}.search-box-items textarea[data-v-5d89ab80]{border:0;outline:0;resize:vertical;min-height:60px;max-height:120px;font-family:inherit}.items-tag[data-v-5d89ab80]{padding:4px 8px;border:1px solid rgba(121,121,121,1);background-color:#f5f5f5;border-radius:6px;font-size:14px;margin-right:6px;margin-bottom:6px;display:flex;flex-direction:row;align-items:center;flex-wrap:nowrap;width:auto;white-space:nowrap}.items-tag .close-icon[data-v-5d89ab80]{width:15px;height:15px;cursor:pointer;margin-left:6px;flex-shrink:0}.items-input[data-v-5d89ab80]{font-size:14px;width:100%;box-sizing:border-box;line-height:1.4}.pos-items .pos-box[data-v-5d89ab80]{border:1px solid #ebeef5;padding:8px;cursor:pointer}.pos-items .pos-box .pos-title[data-v-5d89ab80]{width:30px;height:30px;background-color:#2196f3;border-radius:6px;flex-shrink:0;justify-content:center}.pos-items .pos-box .pos-content[data-v-5d89ab80]{font-size:14px;margin-left:6px}.pos-items .pos-box .pos-title img[data-v-5d89ab80]{width:16px;height:16px}.pos-items .pos-box .pos-down img[data-v-5d89ab80]{width:18px;height:10px;transition:transform .3s ease}.pos-items .pos-box .pos-down img.rotated[data-v-5d89ab80]{transform:rotate(180deg)}.pos-r[data-v-5d89ab80]{border:1px solid #ebeef5;transition:max-height .3s ease-out;padding:12px 12px 12px 35px}.pos-r.show[data-v-5d89ab80]{max-height:1000px;opacity:1;transition:max-height .3s ease-in,opacity .3s ease-in}.step-icon[data-v-5d89ab80]{width:10px;height:10px;background:#056f34}@media (max-width: 768px){.content-box[data-v-5d89ab80]{flex-direction:column;height:auto}.track-container[data-v-5d89ab80],.map-wrapper[data-v-5d89ab80]{width:100%!important;min-width:auto;max-width:none}.splitter[data-v-5d89ab80]{width:100%;height:6px;cursor:row-resize;margin:10px 0}.map-wrapper iframe[data-v-5d89ab80]{height:300px}}.loading-text[data-v-5d89ab80]{font-size:12px;margin-left:4px}
