:root{--vt-c-white: #ffffff;--vt-c-white-soft: #f8f8f8;--vt-c-white-mute: #f2f2f2;--vt-c-black: #181818;--vt-c-black-soft: #222222;--vt-c-black-mute: #282828;--vt-c-indigo: #2c3e50;--vt-c-divider-light-1: rgba(60, 60, 60, .29);--vt-c-divider-light-2: rgba(60, 60, 60, .12);--vt-c-divider-dark-1: rgba(84, 84, 84, .65);--vt-c-divider-dark-2: rgba(84, 84, 84, .48);--vt-c-text-light-1: var(--vt-c-indigo);--vt-c-text-light-2: rgba(60, 60, 60, .66);--vt-c-text-dark-1: var(--vt-c-white);--vt-c-text-dark-2: rgba(235, 235, 235, .64)}:root{--color-background: var(--vt-c-white);--color-background-soft: var(--vt-c-white-soft);--color-background-mute: var(--vt-c-white-mute);--color-border: var(--vt-c-divider-light-2);--color-border-hover: var(--vt-c-divider-light-1);--color-heading: var(--vt-c-text-light-1);--color-text: var(--vt-c-text-light-1);--section-gap: 160px}@media (prefers-color-scheme: dark){:root{--color-background: var(--vt-c-black);--color-background-soft: var(--vt-c-black-soft);--color-background-mute: var(--vt-c-black-mute);--color-border: var(--vt-c-divider-dark-2);--color-border-hover: var(--vt-c-divider-dark-1);--color-heading: var(--vt-c-text-dark-1);--color-text: var(--vt-c-text-dark-2)}}*,*:before,*:after{box-sizing:border-box;margin:0;font-weight:400}body{min-height:100vh;color:var(--color-text);background:var(--color-background);transition:color .5s,background-color .5s;line-height:1.6;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;font-size:15px;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}:root{--primary-color: #4caf50;--secondary-color: #2196f3;--background-color: #f5f5f5;--text-color: #333}body{margin:0;padding:0;font-family:Arial,sans-serif;background-color:var(--background-color);color:var(--text-color);min-height:100vh}#app{width:100%;min-height:100vh;margin:0;padding:0;display:flex;flex-direction:column}a,.green{text-decoration:none;color:var(--primary-color);transition:.4s;padding:3px}@media (hover: hover){a:hover{background-color:#4caf5033}}@media (min-width: 1024px){body{display:flex;place-items:center}#app{display:flex;flex-direction:column;width:100%}}.login-container[data-v-d0a30db0]{min-height:100vh;display:flex;justify-content:center;align-items:center;background:linear-gradient(135deg,#f5f7fa,#c3cfe2);padding:20px}.login-box[data-v-d0a30db0]{background:#fff;padding:2rem;border-radius:12px;box-shadow:0 4px 20px #0000001a;width:100%;max-width:400px;text-align:center}.login-logo[data-v-d0a30db0]{max-width:200px;margin-bottom:1.5rem}h1[data-v-d0a30db0]{color:#2c3e50;margin-bottom:2rem;font-size:1.8rem}.login-form[data-v-d0a30db0]{display:flex;flex-direction:column;gap:1.5rem}.form-group[data-v-d0a30db0]{display:flex;flex-direction:column;gap:.5rem;text-align:left}label[data-v-d0a30db0]{color:#2c3e50;font-weight:500}input[data-v-d0a30db0]{padding:.8rem;border:1px solid #ddd;border-radius:6px;font-size:1rem;transition:border-color .3s ease}input[data-v-d0a30db0]:focus{outline:none;border-color:#2c3e50}.error-message[data-v-d0a30db0]{display:flex;align-items:center;gap:8px;color:#dc3545;font-size:.95rem;margin:.5rem 0;padding:12px;background-color:#dc35451a;border:1px solid rgba(220,53,69,.2);border-radius:6px;text-align:left;animation:fadeIn-d0a30db0 .3s ease-in-out}.error-icon[data-v-d0a30db0]{width:20px;height:20px;stroke-width:2;flex-shrink:0}@keyframes fadeIn-d0a30db0{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}.login-button[data-v-d0a30db0]{background-color:#2c3e50;color:#fff;border:none;padding:1rem;border-radius:6px;font-size:1rem;cursor:pointer;transition:all .3s ease;margin-top:1rem}.login-button[data-v-d0a30db0]:hover{background-color:#34495e;transform:translateY(-2px)}.login-button[data-v-d0a30db0]:disabled{background-color:#95a5a6;cursor:not-allowed;transform:none}@media (max-width: 480px){.login-box[data-v-d0a30db0]{padding:1.5rem}.login-logo[data-v-d0a30db0]{max-width:150px}h1[data-v-d0a30db0]{font-size:1.5rem}}.dialog-overlay[data-v-547266d6]{position:fixed;top:0;left:0;right:0;bottom:0;background:#00000080;display:flex;align-items:center;justify-content:flex-end;z-index:10000;animation:fadeIn-547266d6 .3s ease-out}.dialog-container[data-v-547266d6]{width:30%;min-width:400px;height:100vh;margin:0;animation:slideIn-547266d6 .3s ease-out}.dialog-card[data-v-547266d6]{background:#fff;height:100%;display:flex;flex-direction:column;box-shadow:-2px 0 8px #00000026}.dialog-header[data-v-547266d6]{padding:16px;display:flex;align-items:flex-start;justify-content:center;border-bottom:1px solid #e0e0e0;background:#f5f5f5;position:relative}.header-content[data-v-547266d6]{display:flex;flex-direction:column;align-items:center;text-align:center;flex:1}.dialog-header h2[data-v-547266d6]{margin:0;font-size:1.25rem;font-weight:600}.dialog-content[data-v-547266d6]{padding:16px;flex:1;overflow-y:auto}.marker-form[data-v-547266d6]{display:flex;flex-direction:column;gap:16px}.form-field[data-v-547266d6]{display:flex;flex-direction:column;gap:4px}.form-field label[data-v-547266d6]{font-size:14px;font-weight:500;color:#333}.form-input[data-v-547266d6]{padding:8px 12px;border:1px solid #e0e0e0;border-radius:4px;font-size:14px}.form-textarea[data-v-547266d6]{padding:8px 12px;border:1px solid #e0e0e0;border-radius:4px;font-size:14px;resize:vertical}.form-textarea-rich[data-v-547266d6]{padding:8px 12px;border:1px solid #e0e0e0;border-radius:4px;font-size:14px;min-height:60px;white-space:pre-wrap}.observacoes-preview[data-v-547266d6]{margin-top:8px;padding:8px 12px;background:#fafafa;border:1px dashed #e0e0e0;border-radius:4px;font-size:13px}.observacoes-link[data-v-547266d6]{color:#1a73e8;text-decoration:underline}.observacoes-preview-title[data-v-547266d6]{font-weight:600;margin-bottom:6px}.observacoes-links-list a[data-v-547266d6]{display:inline-block;margin-bottom:6px}.observacoes-links-empty[data-v-547266d6]{color:#777;font-size:13px}.form-row[data-v-547266d6]{display:flex;gap:16px}.form-row .form-field[data-v-547266d6]{flex:1}.dialog-actions[data-v-547266d6]{padding:16px;display:flex;justify-content:space-between;gap:8px;border-top:1px solid #e0e0e0}.cancel-button[data-v-547266d6]{padding:8px 16px;background:#6c757d;color:#fff;border:none;border-radius:4px;cursor:pointer;font-size:14px;font-weight:500;transition:background .2s}.cancel-button[data-v-547266d6]:hover{background:#5a6268}.save-button[data-v-547266d6]{padding:8px 24px;background:#28a745;color:#fff;border:none;border-radius:4px;cursor:pointer;font-size:14px;font-weight:600;transition:background .2s,opacity .2s}.save-button[data-v-547266d6]:hover:not(:disabled){background:#218838}.save-button[data-v-547266d6]:disabled{background:#6c757d;cursor:not-allowed;opacity:.6}.delete-button[data-v-547266d6]{padding:8px 16px;background:#dc3545;color:#fff;border:none;border-radius:4px;cursor:pointer;font-size:14px;font-weight:500}.delete-button[data-v-547266d6]:hover{background:#c82333}.close-button[data-v-547266d6]{position:absolute;right:16px;top:16px;padding:0;background:#6c757d;color:#fff;border:none;border-radius:4px;cursor:pointer;font-size:20px;font-weight:500;display:flex;align-items:center;justify-content:center;width:36px;height:36px}.close-button[data-v-547266d6]:hover{background:#5a6268}.input-wrapper[data-v-547266d6]{display:flex;align-items:center;width:100%}.form-input[data-v-547266d6],.form-textarea[data-v-547266d6]{flex:1}.edit-buttons[data-v-547266d6]{display:flex;gap:4px;margin-left:8px}.edit-buttons button[data-v-547266d6]{padding:4px 8px;font-size:12px;border:none;border-radius:4px;cursor:pointer}.edit-buttons button[data-v-547266d6]:first-child{background-color:#28a745;color:#fff}.edit-buttons button[data-v-547266d6]:last-child{background-color:#dc3545;color:#fff}@keyframes slideIn-547266d6{0%{transform:translate(100%)}to{transform:translate(0)}}@keyframes fadeIn-547266d6{0%{opacity:0}to{opacity:1}}.dialog-overlay[data-v-78f1a101]{position:fixed;top:0;left:0;right:0;bottom:0;background:#00000080;display:flex;align-items:center;justify-content:flex-end;z-index:9999;animation:fadeIn-78f1a101 .3s ease-out}.dialog-container[data-v-78f1a101]{width:30%;min-width:400px;height:100vh;margin:0;animation:slideIn-78f1a101 .3s ease-out}.dialog-card[data-v-78f1a101]{background:#fff;height:100%;display:flex;flex-direction:column;box-shadow:-2px 0 8px #00000026}.dialog-header[data-v-78f1a101]{padding:16px;display:flex;align-items:flex-start;justify-content:center;border-bottom:1px solid #e0e0e0;background:#f5f5f5;position:relative}.header-content[data-v-78f1a101]{display:flex;flex-direction:column;align-items:center;text-align:center;flex:1}.dialog-header h2[data-v-78f1a101]{margin:0;font-size:1.25rem;font-weight:600}.dialog-content[data-v-78f1a101]{padding:16px;flex:1;overflow-y:auto}.polyline-form[data-v-78f1a101]{display:flex;flex-direction:column;gap:16px}.form-field[data-v-78f1a101]{display:flex;flex-direction:column;gap:4px}.form-field label[data-v-78f1a101]{font-size:14px;font-weight:500;color:#333}.form-input[data-v-78f1a101]{padding:8px 12px;border:1px solid #e0e0e0;border-radius:4px;font-size:14px}.form-input[readonly][data-v-78f1a101]{background-color:#f5f5f5;cursor:not-allowed}.form-textarea[data-v-78f1a101]{padding:8px 12px;border:1px solid #e0e0e0;border-radius:4px;font-size:14px;resize:vertical}.form-textarea-rich[data-v-78f1a101]{padding:8px 12px;border:1px solid #e0e0e0;border-radius:4px;font-size:14px;min-height:60px;white-space:pre-wrap}.observacoes-preview[data-v-78f1a101]{margin-top:8px;padding:8px 12px;background:#fafafa;border:1px dashed #e0e0e0;border-radius:4px;font-size:13px}.observacoes-link[data-v-78f1a101]{color:#1a73e8;text-decoration:underline}.observacoes-preview-title[data-v-78f1a101]{font-weight:600;margin-bottom:6px}.observacoes-links-list a[data-v-78f1a101]{display:inline-block;margin-bottom:6px}.observacoes-links-empty[data-v-78f1a101]{color:#777;font-size:13px}.form-row[data-v-78f1a101]{display:flex;gap:16px}.form-row .form-field[data-v-78f1a101]{flex:1}.section-divider[data-v-78f1a101]{display:flex;align-items:center;justify-content:center;padding:8px 0;border-top:1px solid #e0e0e0;border-bottom:1px solid #e0e0e0;margin:8px 0}.invert-button[data-v-78f1a101]{padding:8px 16px;background:#2196f3;color:#fff;border:none;border-radius:4px;cursor:pointer;font-size:12px;font-weight:500;display:flex;align-items:center;gap:8px}.invert-button[data-v-78f1a101]:hover{background:#1976d2}.points-section[data-v-78f1a101]{display:flex;flex-direction:column;gap:16px}.point-container[data-v-78f1a101]{background:#f8f9fa;padding:12px;border-radius:4px;border:1px solid #e0e0e0}.point-container h3[data-v-78f1a101]{margin:0 0 12px;font-size:14px;font-weight:600;color:#333}.dialog-actions[data-v-78f1a101]{padding:16px;display:flex;justify-content:center;align-items:center;gap:12px;border-top:1px solid #e0e0e0}.cancel-button[data-v-78f1a101]{padding:10px 20px;background:#6c757d;color:#fff;border:none;border-radius:4px;cursor:pointer;font-size:14px;font-weight:500;transition:all .2s ease}.cancel-button[data-v-78f1a101]:hover{background:#5a6268;transform:translateY(-1px);box-shadow:0 2px 4px #0003}.save-button[data-v-78f1a101]{padding:10px 20px;background:#28a745;color:#fff;border:none;border-radius:4px;cursor:pointer;font-size:14px;font-weight:500;transition:all .2s ease}.save-button[data-v-78f1a101]:hover{background:#218838;transform:translateY(-1px);box-shadow:0 2px 4px #0003}.save-button[data-v-78f1a101]:disabled,.save-button.disabled[data-v-78f1a101]{background:#94d3a2;cursor:not-allowed;opacity:.6}.save-button[data-v-78f1a101]:disabled:hover,.save-button.disabled[data-v-78f1a101]:hover{transform:none;box-shadow:none}.delete-button[data-v-78f1a101]{padding:10px 20px;background:#dc3545;color:#fff;border:none;border-radius:4px;cursor:pointer;font-size:14px;font-weight:500;transition:all .2s ease}.delete-button[data-v-78f1a101]:hover{background:#c82333;transform:translateY(-1px);box-shadow:0 2px 4px #0003}.close-button[data-v-78f1a101]{position:absolute;right:16px;top:16px;padding:0;background:#6c757d;color:#fff;border:none;border-radius:4px;cursor:pointer;font-size:20px;font-weight:500;display:flex;align-items:center;justify-content:center;width:36px;height:36px}.close-button[data-v-78f1a101]:hover{background:#5a6268}.input-wrapper[data-v-78f1a101]{display:flex;align-items:center;width:100%}.input-wrapper-diametro[data-v-78f1a101]{display:flex;flex-direction:column;width:100%}.form-input[data-v-78f1a101],.form-textarea[data-v-78f1a101]{flex:1}.edit-buttons[data-v-78f1a101]{display:flex;gap:4px;margin-left:8px}.edit-buttons button[data-v-78f1a101]{padding:4px 8px;font-size:12px;border:none;border-radius:4px;cursor:pointer}.edit-buttons button[data-v-78f1a101]:first-child{background-color:#28a745;color:#fff}.edit-buttons button[data-v-78f1a101]:last-child{background-color:#dc3545;color:#fff}@keyframes slideIn-78f1a101{0%{transform:translate(100%)}to{transform:translate(0)}}@keyframes fadeIn-78f1a101{0%{opacity:0}to{opacity:1}}.mobile-suggestions-panel[data-v-ee1127d6]{position:fixed;left:0;right:0;bottom:112px;background:#fff;box-shadow:0 4px 16px #0000001f;border-radius:8px 8px 0 0;z-index:30000;max-height:220px;overflow-y:auto;padding:8px 0}.mobile-suggestions-panel ul[data-v-ee1127d6]{list-style:none;margin:0;padding:0}.mobile-suggestions-panel li[data-v-ee1127d6]{padding:12px 18px;cursor:pointer;border-bottom:1px solid #f1f1f1;font-size:15px;color:#222}.mobile-suggestions-panel li[data-v-ee1127d6]:hover{background:#f5f5f5}.fade-enter-active[data-v-ee1127d6],.fade-leave-active[data-v-ee1127d6]{transition:opacity .2s}.fade-enter[data-v-ee1127d6],.fade-leave-to[data-v-ee1127d6]{opacity:0}.mobile-search-bar-nav[data-v-ee1127d6]{position:fixed;bottom:64px;left:0;right:0;height:48px;background:#fffffffa;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);border-top:1px solid rgba(0,0,0,.08);box-shadow:0 -2px 12px #00000014;display:flex;align-items:center;padding:0 16px;gap:12px;z-index:0}.mobile-search-input-nav[data-v-ee1127d6]{flex:1;border:none;background:transparent;font-size:15px;color:#222;outline:none;padding:8px 0}.mobile-search-bar-nav .search-icon[data-v-ee1127d6]{width:24px;height:24px;flex-shrink:0;display:flex;align-items:center;justify-content:center}.mobile-search-bar-nav .search-icon svg[data-v-ee1127d6]{width:20px;height:20px;fill:#64748b}.mobile-nav[data-v-ee1127d6]{position:fixed;bottom:0;left:0;right:0;height:64px;background:#fff;display:flex;justify-content:space-around;align-items:center;box-shadow:0 -2px 12px #0000001a;z-index:1001;padding:0 8px;padding-bottom:env(safe-area-inset-bottom)}.nav-item[data-v-ee1127d6]{flex:1;display:flex;flex-direction:column;align-items:center;justify-content:center;border:none;background:transparent;color:#64748b;font-size:11px;gap:4px;padding:8px 4px;cursor:pointer;transition:all .2s;border-radius:8px;position:relative}.nav-item svg[data-v-ee1127d6]{width:24px;height:24px;transition:all .2s}.nav-item.active[data-v-ee1127d6]{color:#2563eb;background:#eff6ff}.nav-item.active svg[data-v-ee1127d6]{transform:scale(1.1)}.nav-item[data-v-ee1127d6]:active:not(:disabled){transform:scale(.95)}.nav-item.fab[data-v-ee1127d6]{width:56px;height:56px;border-radius:50%;background:linear-gradient(145deg,#2563eb,#1d4ed8);color:#fff;box-shadow:0 4px 12px #2563eb66;position:relative;bottom:8px;flex:0 0 56px;margin:0 4px;z-index:20002}.nav-item.fab svg[data-v-ee1127d6]{width:28px;height:28px}.nav-item.fab[data-v-ee1127d6]:disabled{background:#cbd5e1;box-shadow:none;cursor:not-allowed}.nav-item.fab[data-v-ee1127d6]:active:not(:disabled){transform:scale(.9);box-shadow:0 2px 8px #2563eb4d}.nav-item span[data-v-ee1127d6]{font-weight:500;letter-spacing:.2px}.nav-item[disabled][data-v-ee1127d6],.nav-item[aria-disabled=true][data-v-ee1127d6]{opacity:.45;pointer-events:none}@media (min-width: 769px){.mobile-nav[data-v-ee1127d6]{display:none}}.nav-item[data-v-ee1127d6]:before{content:"";position:absolute;top:50%;left:50%;width:0;height:0;border-radius:50%;background:#2563eb33;transform:translate(-50%,-50%);transition:width .4s,height .4s}.nav-item[data-v-ee1127d6]:active:before{width:100%;height:100%}.not-impl-modal-overlay[data-v-ee1127d6]{position:fixed;top:0;right:0;bottom:0;left:0;background:#00000073;display:flex;align-items:center;justify-content:center;z-index:40000;padding:16px}.not-impl-modal[data-v-ee1127d6]{background:#fff;border-radius:12px;max-width:520px;width:100%;box-shadow:0 10px 30px #0003;padding:18px;color:#111827}.not-impl-modal h3[data-v-ee1127d6]{margin:0 0 8px;font-size:18px}.not-impl-modal p[data-v-ee1127d6]{margin:0 0 12px;color:#4b5563;font-size:14px}.not-impl-modal ul[data-v-ee1127d6]{margin:0 0 12px 16px;padding:0}.modal-actions[data-v-ee1127d6]{display:flex;justify-content:flex-end}.btn[data-v-ee1127d6]{border:none;padding:8px 12px;border-radius:8px;cursor:pointer}.btn-secondary[data-v-ee1127d6]{background:#f3f4f6;color:#111827}.mobile-menu-actions[data-v-ee1127d6]{position:fixed;top:0;right:0;bottom:0;left:0;background:#00000059;display:flex;align-items:flex-end;justify-content:center;z-index:40000;padding:16px}.menu-sheet[data-v-ee1127d6]{width:100%;max-width:520px;background:#fff;border-radius:12px 12px 8px 8px;padding:12px;box-shadow:0 -6px 24px #0000002e;display:flex;flex-direction:column;gap:8px}.sheet-action[data-v-ee1127d6]{border:none;background:linear-gradient(180deg,#2b6ef6,#1e56d6);color:#fff;padding:14px 16px;border-radius:10px;font-weight:700;cursor:pointer;box-shadow:0 6px 18px #1e56d62e;transition:transform .12s ease,box-shadow .12s ease,opacity .12s ease;width:100%;text-align:center}.sheet-action[data-v-ee1127d6]:hover{transform:translateY(-2px);box-shadow:0 10px 24px #1e56d638}.sheet-action[data-v-ee1127d6]:active{transform:translateY(0);opacity:.95}.sheet-close[data-v-ee1127d6]{border:none;background:#eaebec;padding:12px 14px;border-radius:10px;color:#1e56d6;cursor:pointer;box-shadow:0 6px 18px #1e56d62e;transition:transform .12s ease,box-shadow .12s ease,opacity .12s ease;font-weight:600;text-align:center}.sheet-close[data-v-ee1127d6]:hover{text-decoration:underline}.offline-banner[data-v-3069484e]{position:fixed;top:0;left:0;right:0;background:linear-gradient(135deg,#ef4444,#dc2626);color:#fff;padding:12px 16px;z-index:3000;box-shadow:0 2px 8px #00000026}.offline-banner.online[data-v-3069484e]{background:linear-gradient(135deg,#10b981,#059669)}.banner-content[data-v-3069484e]{display:flex;align-items:center;gap:12px;max-width:1200px;margin:0 auto}.offline-banner svg[data-v-3069484e]{width:24px;height:24px;flex-shrink:0}.banner-text[data-v-3069484e]{flex:1;font-size:14px;font-weight:500}.sync-button[data-v-3069484e]{display:flex;align-items:center;gap:6px;padding:6px 12px;background:#fff3;border:1px solid rgba(255,255,255,.3);border-radius:6px;color:#fff;font-size:13px;font-weight:500;cursor:pointer;transition:all .2s;white-space:nowrap}.sync-button[data-v-3069484e]:hover:not(:disabled){background:#ffffff4d}.sync-button[data-v-3069484e]:disabled{opacity:.6;cursor:not-allowed}.sync-button svg[data-v-3069484e]{width:18px;height:18px}.spinner[data-v-3069484e]{animation:spin-3069484e 1s linear infinite}@keyframes spin-3069484e{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.slide-down-enter-active[data-v-3069484e],.slide-down-leave-active[data-v-3069484e]{transition:all .3s ease}.slide-down-enter-from[data-v-3069484e],.slide-down-leave-to[data-v-3069484e]{transform:translateY(-100%);opacity:0}@media (max-width: 768px){.banner-text[data-v-3069484e]{font-size:12px}.sync-button[data-v-3069484e]{padding:4px 8px;font-size:11px}.sync-button svg[data-v-3069484e]{width:16px;height:16px}}.vue-slider-disabled{opacity:.5;cursor:not-allowed}.vue-slider-rail{background-color:#ccc;border-radius:15px}.vue-slider-process{background-color:#3498db;border-radius:15px}.vue-slider-mark{z-index:4}.vue-slider-mark:first-child .vue-slider-mark-step,.vue-slider-mark:last-child .vue-slider-mark-step{display:none}.vue-slider-mark-step{width:100%;height:100%;border-radius:50%;background-color:#00000029}.vue-slider-mark-label{font-size:14px;white-space:nowrap}.vue-slider-dot-handle{cursor:pointer;width:100%;height:100%;border-radius:50%;background-color:#fff;box-sizing:border-box;box-shadow:.5px .5px 2px 1px #00000052}.vue-slider-dot-handle-focus{box-shadow:0 0 1px 2px #3498db5c}.vue-slider-dot-handle-disabled{cursor:not-allowed;background-color:#ccc}.vue-slider-dot-tooltip-inner{font-size:14px;white-space:nowrap;padding:2px 5px;min-width:20px;text-align:center;color:#fff;border-radius:5px;border-color:#3498db;background-color:#3498db;box-sizing:content-box}.vue-slider-dot-tooltip-inner:after{content:"";position:absolute}.vue-slider-dot-tooltip-inner-top:after{top:100%;left:50%;transform:translate(-50%);height:0;width:0;border-color:transparent;border-style:solid;border-width:5px;border-top-color:inherit}.vue-slider-dot-tooltip-inner-bottom:after{bottom:100%;left:50%;transform:translate(-50%);height:0;width:0;border-color:transparent;border-style:solid;border-width:5px;border-bottom-color:inherit}.vue-slider-dot-tooltip-inner-left:after{left:100%;top:50%;transform:translateY(-50%);height:0;width:0;border-color:transparent;border-style:solid;border-width:5px;border-left-color:inherit}.vue-slider-dot-tooltip-inner-right:after{right:100%;top:50%;transform:translateY(-50%);height:0;width:0;border-color:transparent;border-style:solid;border-width:5px;border-right-color:inherit}.vue-slider-dot-tooltip-wrapper{opacity:0;transition:all .3s}.vue-slider-dot-tooltip-wrapper-show{opacity:1}.ping-status[data-v-84fb40b3]{background:linear-gradient(145deg,#f8fafc,#e2e8f0);border-radius:8px;border:1px solid #e2e8f0;box-shadow:0 2px 8px #00000014;padding:6px 16px;font-size:13px;color:#333;display:inline-flex;align-items:center;gap:8px;min-width:120px;max-width:220px;white-space:nowrap;overflow:hidden}.online[data-v-84fb40b3]{color:green}.offline[data-v-84fb40b3]{color:red}.ping-status .minimal[data-v-84fb40b3]{display:none;align-items:center;gap:6px}.ping-status .status-dot[data-v-84fb40b3]{width:10px;height:10px;border-radius:50%;display:inline-block;box-shadow:0 0 0 4px #00000008 inset}.ping-status .status-dot.online[data-v-84fb40b3]{background:#10b981}.ping-status .status-dot.offline[data-v-84fb40b3]{background:#ef4444}.ping-status .status-label[data-v-84fb40b3]{font-size:13px;font-weight:600;color:#0f172a}.ping-status .latency[data-v-84fb40b3]{font-size:12px;color:#64748b}@media (min-width: 721px){.ping-status[data-v-84fb40b3]{padding:6px 10px;min-width:80px;max-width:200px}.ping-status .full[data-v-84fb40b3]{display:none}.ping-status .minimal[data-v-84fb40b3]{display:inline-flex}}@media (max-width: 720px){.ping-status .full[data-v-84fb40b3]{display:inline-flex;align-items:center;gap:8px}.ping-status .minimal[data-v-84fb40b3]{display:none}}.slider-values[data-v-534d98d5]{margin-top:8px;font-size:14px;color:#333}.mobile-only[data-v-534d98d5]{display:none!important}@media (max-width: 768px){.mobile-only[data-v-534d98d5]{display:block!important}.top-bar[data-v-534d98d5]{display:none!important}}@media (max-width: 768px){.mobile-logo[data-v-534d98d5]{position:fixed;top:12px;left:12px;width:60px;height:60px;flex-shrink:0;background:linear-gradient(145deg,#f8fafc,#e2e8f0);border-radius:12px;padding:8px;box-shadow:0 4px 12px #0000001f;z-index:1002}.mobile-logo img[data-v-534d98d5]{width:100%;height:100%;object-fit:contain}.mobile-ping[data-v-534d98d5]{position:fixed;top:12px;right:12px;width:auto;min-width:120px;max-width:160px;height:44px;flex-shrink:0;z-index:1002}.mobile-ping[data-v-534d98d5] .ping-status{width:100%;height:100%;background:linear-gradient(145deg,#f8fafc,#e2e8f0);border-radius:8px;padding:0 14px;margin:0;box-shadow:0 4px 12px #0000001f;display:flex;align-items:center;justify-content:center;font-size:12px;font-weight:600;gap:8px;overflow:visible;position:relative;white-space:nowrap}.mobile-ping[data-v-534d98d5] .ping-status strong{display:none}.mobile-ping[data-v-534d98d5] .ping-status>span{display:inline-flex;align-items:center;gap:7px}.mobile-ping[data-v-534d98d5] .ping-status>div{display:none}.mobile-ping[data-v-534d98d5] .ping-status .online:before,.mobile-ping[data-v-534d98d5] .ping-status .offline:before{content:"";width:9px;height:9px;border-radius:50%;flex-shrink:0;display:inline-block}.mobile-ping[data-v-534d98d5] .online:before{background:#10b981;box-shadow:0 0 8px #10b981b3}.mobile-ping[data-v-534d98d5] .offline:before{background:#ef4444;box-shadow:0 0 8px #ef4444b3}.mobile-ping[data-v-534d98d5] .ping-status .online{font-size:12px;font-weight:600;color:#10b981}.mobile-ping[data-v-534d98d5] .ping-status .offline{font-size:12px;font-weight:600;color:#ef4444}.mobile-contract-compact[data-v-534d98d5]{position:fixed;top:60px;right:12px;width:auto;max-width:185px;min-height:auto;background:linear-gradient(145deg,#fffffff2,#f0f2f5f2);border-radius:8px;box-shadow:0 4px 20px #0000001a;padding:8px 10px;display:flex;flex-direction:column;gap:2px;z-index:1000;border:1px solid rgba(0,0,0,.1);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);transition:all .2s ease}.mobile-contract-compact[data-v-534d98d5]:before{content:"";position:absolute;top:0;left:0;right:0;bottom:0;background:transparent;border-radius:8px;pointer-events:none}.spread-compact[data-v-534d98d5]{top:124px;right:12px;z-index:1000}.mobile-contract-info[data-v-534d98d5]{flex:1;min-width:0}.mobile-contract-info h3[data-v-534d98d5]{margin:0 0 2px;color:#0f172a;font-size:11px;font-weight:700;line-height:1.2;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;padding-right:26px}.spread-banner .spread-count[data-v-534d98d5],.mobile-contract-compact.spread-compact .spread-count[data-v-534d98d5]{color:#1e56d6;font-weight:800}.mobile-contract-info p[data-v-534d98d5]{margin:0;color:#64748b;font-size:9px;font-weight:500;line-height:1.2;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;padding-right:26px}.mobile-contract-info .contract-key[data-v-534d98d5]{font-size:8.5px}.contract-close[data-v-534d98d5]{position:absolute;top:4px;right:4px;width:20px;height:20px;padding:0;background:#f1f5f9;border:1px solid #e2e8f0;border-radius:4px;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:all .2s ease;box-shadow:none;z-index:2}.contract-close[data-v-534d98d5]:hover{background:#e2e8f0}.contract-close svg[data-v-534d98d5]{width:11px;height:11px;fill:#64748b;filter:drop-shadow(0 1px 1px rgba(0,0,0,.3))}.contract-close[data-v-534d98d5]:active{transform:scale(.95);background:linear-gradient(135deg,#dc2626,#b91c1c);box-shadow:0 1px 3px #ef44444d,inset 0 1px #ffffff1a}.mobile-gps-fab[data-v-534d98d5]{position:fixed;bottom:132px;right:16px;width:56px;height:56px;background:linear-gradient(145deg,#2563eb,#1d4ed8);border:none;border-radius:50%;box-shadow:0 4px 16px #2563eb66;display:flex;align-items:center;justify-content:center;cursor:pointer;z-index:1000;transition:all .3s ease}.mobile-gps-fab svg[data-v-534d98d5]{width:28px;height:28px;fill:#fff}.mobile-gps-fab[data-v-534d98d5]:active{transform:scale(.95);box-shadow:0 2px 8px #2563eb4d}.mobile-search-bar[data-v-534d98d5]{position:fixed;bottom:64px;left:0;right:0;height:56px;background:#fffffffa;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);border-top:1px solid rgba(0,0,0,.08);box-shadow:0 -2px 12px #00000014;display:flex;align-items:center;padding:0 16px;gap:12px;z-index:0}.mobile-search-bar .search-icon[data-v-534d98d5]{width:24px;height:24px;flex-shrink:0;display:flex;align-items:center;justify-content:center}.mobile-search-bar .search-icon svg[data-v-534d98d5]{width:20px;height:20px;fill:#64748b}.mobile-search-input[data-v-534d98d5]{flex:1;border:none;background:transparent;font-size:14px;color:#1e293b;outline:none;padding:0}.mobile-search-input[data-v-534d98d5]::placeholder{color:#94a3b8}.map[data-v-534d98d5]{padding-top:0!important;padding-bottom:120px!important}}.add-toast[data-v-534d98d5]{position:fixed;left:12px;right:12px;bottom:132px;z-index:20050;display:flex;justify-content:center;pointer-events:auto}.add-toast-content[data-v-534d98d5]{background:#111827f2;color:#fff;padding:10px 14px;border-radius:10px;box-shadow:0 6px 20px #0000004d;display:flex;align-items:center;gap:12px;max-width:900px}.add-toast-icon[data-v-534d98d5]{font-size:18px}.add-toast-text[data-v-534d98d5]{font-size:14px}.add-toast-close[data-v-534d98d5]{margin-left:8px;background:transparent;border:none;color:#fff;font-size:16px;cursor:pointer}@media (max-width: 480px){.mobile-logo[data-v-534d98d5]{width:56px;height:56px;top:10px;left:10px}.mobile-ping[data-v-534d98d5]{top:10px;right:10px;min-width:115px;max-width:150px;height:42px}.mobile-ping[data-v-534d98d5] .ping-status{height:42px;font-size:11px;padding:0 12px}.mobile-ping[data-v-534d98d5] .ping-status .online{font-size:11px;color:#10b981}.mobile-ping[data-v-534d98d5] .ping-status .offline{font-size:11px;color:#ef4444}.mobile-ping[data-v-534d98d5] .ping-status{width:36px;height:36px}.mobile-ping[data-v-534d98d5] .ping-status div:before{width:7px;height:7px}.mobile-contract-compact[data-v-534d98d5]{top:56px;right:10px;max-width:160px;min-height:52px;padding:6px 8px}.contract-client[data-v-534d98d5]{font-size:10px}.contract-details[data-v-534d98d5]{font-size:8px}.contract-close[data-v-534d98d5]{width:18px;height:18px}.contract-close svg[data-v-534d98d5]{width:11px;height:11px}.mobile-gps-fab[data-v-534d98d5]{width:52px;height:52px;bottom:128px}.mobile-gps-fab svg[data-v-534d98d5]{width:26px;height:26px}.mobile-search-bar[data-v-534d98d5]{height:52px}.mobile-search-input[data-v-534d98d5]{font-size:13px}.map[data-v-534d98d5]{padding-top:52px!important;padding-bottom:116px!important}}.map-wrapper{position:fixed;top:0;left:0;right:0;bottom:0;width:100vw;height:100vh;display:flex;flex-direction:column;overflow:hidden;background:linear-gradient(to bottom,#e2e8f0,#cbd5e1)}.map-controls{position:fixed;top:12px;left:50%;transform:translate(-50%);z-index:1100;display:flex;align-items:center;gap:12px;flex-wrap:nowrap;overflow-x:auto;-webkit-overflow-scrolling:touch;white-space:nowrap;max-width:calc(100% - 48px);padding:10px 14px;background:linear-gradient(145deg,#fffffff2,#f0f2f5f2);border-radius:8px;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);box-shadow:0 6px 24px #0000001f;border:1px solid rgba(255,255,255,.35)}.search-box{background:linear-gradient(145deg,#fff,#f5f7fa);border-radius:6px;box-shadow:0 2px 8px #00000014,inset 0 1px 1px #ffffff80;display:flex;align-items:center;padding:0 15px;flex:1;min-width:300px;height:45px;border:1px solid rgba(0,0,0,.1)}.search-icon{display:flex;align-items:center;padding-right:8px}.search-icon svg{width:20px;height:20px;color:#64748b}.search-input{width:100%;height:45px;border:none;font-size:14px;outline:none;background:transparent;color:#1e293b;font-family:Roboto,Arial,sans-serif}.search-input::placeholder{color:#94a3b8}.map{position:absolute;top:0;left:0;right:0;bottom:0;width:100%;height:100%}.custom-info-window{background:linear-gradient(145deg,#fff,#f5f7fa);color:#1e293b;padding:15px;border-radius:6px;font-family:Roboto,Arial,sans-serif;border:1px solid rgba(0,0,0,.1);box-shadow:0 4px 20px #0000001a;min-width:250px}.custom-info-window h3{color:#1e293b;border-bottom:1px solid rgba(0,0,0,.1);padding-bottom:10px;margin:0 0 10px;font-size:14px;font-weight:500;letter-spacing:.5px;text-transform:uppercase}.custom-info-window p{color:#475569;margin:8px 0;font-size:13px;line-height:1.5}.custom-info-window .address{margin-bottom:12px}.custom-info-window .coordinates{font-size:12px;color:#64748b;border-top:1px solid rgba(0,0,0,.1);padding-top:10px;line-height:1.8}.custom-info-window .accuracy-value{display:inline-block;padding:2px 6px;border-radius:4px;background:#dc26261a;margin-left:4px}body{margin:0;padding:0;overflow:hidden}#app{width:100vw;height:100vh;overflow:hidden}.pac-container{border-radius:4px;left:0!important;right:0!important;position:fixed!important;z-index:99999!important;box-shadow:0 4px 16px #0000001f;font-family:Arial,sans-serif;border:none;max-height:220px!important;overflow-y:auto!important}@media (max-width: 768px){.pac-container{bottom:64px!important;top:auto!important;left:0!important;right:0!important;width:100vw!important;margin:0!important;pointer-events:auto!important}}.pac-item{padding:8px 15px;cursor:pointer;transition:background-color .2s ease;border:none}.pac-item:hover{background-color:#f5f5f5}.pac-item-query{font-size:14px;color:#333}.pac-matched{font-weight:700;color:#2c3e50}.legend-container{position:absolute;top:20px;right:20px;background:#fffffff2;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);border-radius:8px;padding:10px;box-shadow:0 2px 6px #0000001a;z-index:1000}.legend-content{display:flex;flex-direction:column;gap:6px}.legend-item{display:flex;align-items:center;gap:1px}.legend-color{width:40px;height:16px;border-radius:3px;border:1px solid #7e7e7e}.legend-value{font-size:12px;font-weight:700;color:#333}.legend-content::-webkit-scrollbar{width:6px}.legend-content::-webkit-scrollbar-track{background:#f1f1f1;border-radius:3px}.legend-content::-webkit-scrollbar-thumb{background:#888;border-radius:3px}.legend-content::-webkit-scrollbar-thumb:hover{background:#555}:deep(.gmnoprint.gm-style-mtc){margin:0!important}:deep(.gmnoprint.gm-style-mtc div){height:45px!important;background:linear-gradient(145deg,#e2e8f0,#cbd5e1)!important;border-radius:6px!important;box-shadow:0 2px 8px #00000014,inset 0 1px 1px #ffffff80!important;border:1px solid rgba(0,0,0,.1)!important;color:#1e293b!important;font-family:Roboto,Arial,sans-serif!important;font-size:14px!important;font-weight:500!important;letter-spacing:.5px!important}:deep(.gmnoprint.gm-style-mtc div:hover){background:linear-gradient(145deg,#f1f5f9,#e2e8f0)!important;box-shadow:0 4px 12px #0000001f,inset 0 1px 1px #ffffffb3!important}:deep(.gmnoprint.gm-style-mtc button){height:45px!important;font-family:Arial,sans-serif!important;font-size:14px!important;color:#333!important;font-weight:500!important}@media (max-width: 480px){.map-controls{padding:10px;gap:10px;top:10px}.search-box,.contract-button,:deep(.gmnoprint.gm-style-mtc div){height:38px!important}.legend-container{width:180px;top:auto;bottom:20px;right:10px}.gps-button{height:38px;padding:0 10px;font-size:11px}.gps-button svg{width:16px;height:16px}}@media (max-width: 360px){.map-controls{flex-wrap:nowrap;justify-content:center;gap:5px;overflow-x:auto;white-space:nowrap}.search-box{order:1;min-width:calc(100% - 140px)}.gps-button{order:2;height:36px;padding:0 8px;font-size:10px}.contract-button{order:3}:deep(.gmnoprint.gm-style-mtc){order:4;width:100%;display:flex;justify-content:center;margin-top:5px!important}.legend-container{width:140px}}.contract-button{height:45px;padding:0 20px;background:linear-gradient(145deg,#e2e8f0,#cbd5e1);color:#1e293b;border:1px solid rgba(0,0,0,.1);border-radius:6px;font-family:Roboto,Arial,sans-serif;font-size:14px;font-weight:500;cursor:pointer;display:flex;align-items:center;justify-content:center;white-space:nowrap;box-shadow:0 2px 8px #00000014,inset 0 1px 1px #ffffff80;transition:all .3s ease;letter-spacing:.5px;text-transform:uppercase}.contract-button:hover{background:linear-gradient(145deg,#f1f5f9,#e2e8f0);box-shadow:0 4px 12px #0000001f,inset 0 1px 1px #ffffffb3;transform:translateY(-1px)}.contract-button:active{transform:translateY(1px);box-shadow:0 2px 6px #0000001a}.gps-button{height:45px;padding:0 16px;background:linear-gradient(145deg,#e2e8f0,#cbd5e1);border-radius:6px;display:flex;align-items:center;justify-content:center;gap:8px;cursor:pointer;box-shadow:0 2px 8px #00000014,inset 0 1px 1px #ffffff80;border:1px solid rgba(0,0,0,.1);transition:all .3s ease;color:#1e293b;font-family:Roboto,Arial,sans-serif;font-size:13px;font-weight:500;letter-spacing:.5px;white-space:nowrap}.gps-button svg{width:20px;height:20px;color:#1e293b;transition:color .3s ease;flex-shrink:0}.gps-button:hover{background:linear-gradient(145deg,#f1f5f9,#e2e8f0);box-shadow:0 4px 12px #0000001f,inset 0 1px 1px #ffffffb3;transform:translateY(-1px)}.gps-button:active{transform:translateY(1px);box-shadow:0 2px 6px #0000001a}.modal-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background:#0f172a99;display:flex;align-items:center;justify-content:center;z-index:1100;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px)}.modal-container{background:#fff;border-radius:12px;box-shadow:0 20px 25px -5px #0000001a,0 10px 10px -5px #0000000a;width:90%;max-width:600px;max-height:85vh;overflow:hidden;display:flex;flex-direction:column;border:1px solid rgba(226,232,240,.8)}.modal-header{padding:20px 24px;background:#f8fafc;border-bottom:1px solid #e2e8f0;display:flex;justify-content:space-between;align-items:center}.continuation-modal .modal-header h2{margin:0;color:#0f172a;font-size:1.5rem;font-weight:600;letter-spacing:-.025em;display:flex;align-items:center;gap:8px}.continuation-modal .header-icon{font-size:25px;filter:drop-shadow(0 2px 4px rgba(0,0,0,.1))}.close-button{background:transparent;border:none;cursor:pointer;padding:8px;border-radius:6px;transition:all .2s}.close-button:hover{background:#f1f5f9}.close-button svg{width:20px;height:20px;color:#64748b}.modal-content{padding:24px;overflow-y:auto}.selection-options{display:flex;gap:12px;margin-bottom:24px}.option-button{flex:1;padding:16px;background:#f8fafc;border:1px solid #e2e8f0;border-radius:8px;display:flex;align-items:center;gap:12px;cursor:pointer;transition:all .2s;color:#64748b;font-weight:500}.option-button svg{width:20px;height:20px}.option-button.active{background:#1e40af;border-color:#1e40af;color:#fff}.option-button:hover:not(.active){background:#f1f5f9;border-color:#cbd5e1}.selection-step{margin-bottom:20px}.selection-step label{display:block;margin-bottom:8px;color:#0f172a;font-weight:500;font-size:.875rem}.selection-step select{width:100%;padding:10px 14px;border:1px solid #e2e8f0;border-radius:6px;background:#fff;color:#0f172a;font-size:.875rem;transition:all .2s;cursor:pointer}.selection-step select:hover{border-color:#cbd5e1}.selection-step select:focus{outline:none;border-color:#2563eb;box-shadow:0 0 0 3px #2563eb1a}.contracts-list{max-height:400px;overflow-y:auto;margin:-8px;padding:8px}.contract-item{padding:16px;border:1px solid #e2e8f0;border-radius:8px;margin-bottom:8px;cursor:pointer;transition:all .2s;background:#fff}.contract-item:hover{border-color:#2563eb;box-shadow:0 4px 12px #2563eb14}.contract-item.selected{background:linear-gradient(145deg,#f0f9ff,#e0f2fe);border:2px solid #2563eb;box-shadow:0 4px 12px #2563eb1f}.contract-item.selected .contract-info h3,.contract-item.selected .contract-info p{color:#2563eb}.contract-info h3{margin:0 0 4px;color:#0f172a;font-size:.875rem;font-weight:600}.contract-info p{margin:0;color:#64748b;font-size:.875rem}.contract-key{margin-top:8px;font-weight:500;color:#2563eb!important;font-size:.875rem!important}.loading-spinner{text-align:center;padding:24px;color:#64748b}.no-contracts{text-align:center;padding:24px;color:#64748b;font-style:italic}.modal-footer{padding:20px 24px;background:#f8fafc;border-top:1px solid #e2e8f0;display:flex;justify-content:flex-end;gap:12px}.cancel-button,.confirm-button{padding:10px 20px;border-radius:6px;font-size:.875rem;font-weight:500;cursor:pointer;transition:all .2s}.cancel-button{background:#fff;border:1px solid #e2e8f0;color:#64748b}.cancel-button:hover{background:#f8fafc;border-color:#cbd5e1}.confirm-button{background:#2563eb;border:none;color:#fff}.confirm-button:hover:not(:disabled){background:#1d4ed8}.confirm-button:disabled{background:#94a3b8;cursor:not-allowed}.contracts-list::-webkit-scrollbar,.modal-content::-webkit-scrollbar{width:8px}.contracts-list::-webkit-scrollbar-track,.modal-content::-webkit-scrollbar-track{background:#f1f5f9;border-radius:4px}.contracts-list::-webkit-scrollbar-thumb,.modal-content::-webkit-scrollbar-thumb{background:#cbd5e1;border-radius:4px}.contracts-list::-webkit-scrollbar-thumb:hover,.modal-content::-webkit-scrollbar-thumb:hover{background:#94a3b8}.marker-style{position:relative;width:30px;height:30px}.label-marker-style{width:30px;height:20px;background:#4285f4;border:2px solid white;border-radius:4px;box-shadow:0 2px 4px #0000004d}.pin-style{width:2px;height:10px;background:#4285f4;position:absolute;bottom:0;left:15px;box-shadow:0 2px 4px #0000004d}.search-location{margin-bottom:20px;display:flex;justify-content:center}.search-button{display:flex;align-items:center;gap:8px;padding:12px 20px;background:linear-gradient(145deg,#2563eb,#1d4ed8);color:#fff;border:none;border-radius:6px;font-size:14px;font-weight:500;cursor:pointer;transition:all .3s ease;box-shadow:0 2px 8px #0000001a}.search-button svg{width:20px;height:20px}.search-button:hover{background:linear-gradient(145deg,#1d4ed8,#1e40af);transform:translateY(-1px);box-shadow:0 4px 12px #00000026}.search-button:active{transform:translateY(1px);box-shadow:0 2px 6px #0000001a}.contract-banner{background:linear-gradient(145deg,#fffffff2,#f0f2f5f2);border-radius:8px;box-shadow:0 4px 20px #0000001a;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);width:auto;height:87px;border:1px solid rgba(0,0,0,.1);pointer-events:auto}.banner-content{padding:16px;display:flex;justify-content:space-between;align-items:center;gap:16px}.contract-info{flex:1}.contract-info h3{margin:0 0 4px;color:#0f172a;font-size:14px;font-weight:600}.contract-info p{margin:0;color:#64748b;font-size:12px}.exit-button{display:flex;align-items:center;gap:8px;padding:8px 12px;background:#f1f5f9;border:1px solid #e2e8f0;border-radius:6px;color:#64748b;font-size:12px;font-weight:500;cursor:pointer;transition:all .2s}.exit-button:hover{background:#e2e8f0;border-color:#cbd5e1}.exit-button svg{width:16px;height:16px}.info-modal{max-width:400px}.selected-contract-info{padding:16px;background:#f8fafc;border-radius:8px;border:1px solid #e2e8f0}.selected-contract-info h3{margin:0 0 12px;color:#0f172a;font-size:16px;font-weight:600}.selected-contract-info p{margin:8px 0;color:#475569;font-size:14px}.selected-contract-info p strong{color:#0f172a;font-weight:500}.continuation-modal{max-width:480px;animation:modalSlideIn .3s ease-out}.continuation-info{text-align:center;position:relative}.contract-details{padding:24px;background:linear-gradient(135deg,#f8fafc,#f1f5f9);border-radius:12px;border:1px solid #e2e8f0;margin-bottom:24px;position:relative;overflow:hidden}.contract-details:before{content:"";position:absolute;top:0;left:0;right:0;height:4px;background:linear-gradient(90deg,#2563eb,#1d4ed8,#1e40af)}.contract-details h3{margin:0 0 16px;color:#0f172a;font-size:30px;font-weight:700;letter-spacing:-.025em;display:flex;align-items:center;justify-content:center;gap:8px}.contract-details h3:before{content:"📋";font-size:20px;line-height:1}.contract-details p{margin:14px 0;color:#475569;font-size:20px;line-height:1.6}.contract-details p strong{color:#0f172a;font-weight:600;display:inline-block;min-width:100px}.continuation-question{margin-bottom:8px;padding:20px;background:linear-gradient(135deg,#fef3c7,#fde68a);border-radius:12px;border:1px solid #f59e0b;position:relative}.continuation-question:before{content:"💡";position:absolute;top:-10px;left:20px;background:#fff;border-radius:50%;width:24px;height:24px;display:flex;align-items:center;justify-content:center;border:2px solid #f59e0b;font-size:12px}.continuation-question p{margin:0;color:#92400e;font-size:16px;font-weight:600;line-height:1.4}.continuation-modal .modal-footer{padding:24px;background:#f8fafc;border-top:1px solid #e2e8f0;display:flex;justify-content:center;gap:16px}.continuation-modal .cancel-button,.continuation-modal .confirm-button{padding:12px 24px;border-radius:8px;font-size:14px;font-weight:600;cursor:pointer;transition:all .2s ease;display:flex;align-items:center;gap:8px;min-width:140px;justify-content:center;border:none;position:relative;overflow:hidden}.continuation-modal .cancel-button{background:linear-gradient(135deg,#fcfcfc,#f3e9e9);color:#dc2626;border:1px solid #fca5a5}.continuation-modal .cancel-button:hover{background:linear-gradient(135deg,#fecaca,#fca5a5);transform:translateY(-1px);box-shadow:0 4px 12px #dc26264d}.continuation-modal .cancel-button:before{content:"🚪";font-size:16px}.continuation-modal .confirm-button{background:linear-gradient(135deg,#fff,#e1edfc);color:#2563eb;border:1px solid #93c5fd}.continuation-modal .confirm-button:hover{background:linear-gradient(135deg,#bfdbfe,#93c5fd);transform:translateY(-1px);box-shadow:0 4px 12px #2563eb4d}.continuation-modal .confirm-button:before{content:"▶️";font-size:16px}@keyframes modalSlideIn{0%{opacity:0;transform:translateY(-20px) scale(.95)}to{opacity:1;transform:translateY(0) scale(1)}}.filter-panel{position:relative;top:12%;left:1%;background:linear-gradient(145deg,#fffffff2,#f0f2f5f2);border-radius:8px;box-shadow:0 4px 20px #0000001a;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);z-index:1000;width:300px;border:1px solid rgba(0,0,0,.1);transition:all .3s cubic-bezier(.4,0,.2,1)}.filter-handle{display:none}.filter-panel.expanded{width:350px}.filter-header{padding:12px 16px;display:flex;justify-content:space-between;align-items:center;cursor:pointer;border-bottom:1px solid rgba(0,0,0,.1)}.filter-title{display:flex;align-items:center;gap:8px;color:#0f172a;font-weight:500}.filter-title svg{width:20px;height:20px;color:#2563eb}.expand-icon{width:20px;height:20px;color:#64748b;transition:transform .3s ease}.expand-icon.rotated{transform:rotate(180deg)}.filter-content{padding:16px;max-height:0;overflow:hidden;transition:max-height .3s ease,padding .3s ease}.filter-panel.expanded .filter-content{max-height:calc(100vh - 250px);padding:16px;overflow-y:auto;overflow-x:hidden;transition:max-height .3s ease,padding .3s ease}.filter-content::-webkit-scrollbar{width:6px}.filter-content::-webkit-scrollbar-track{background:transparent}.filter-content::-webkit-scrollbar-thumb{background:#cbd5e1;border-radius:3px}.filter-content::-webkit-scrollbar-thumb:hover{background:#94a3b8}.filter-section{margin-bottom:20px}.filter-section h4{margin:0 0 12px;color:#0f172a;font-size:14px;font-weight:600}.filter-options{display:flex;flex-direction:column;gap:8px}.filter-option{display:flex;align-items:center;gap:8px;cursor:pointer;color:#475569;font-size:13px}.filter-option input[type=checkbox]{width:16px;height:16px;border-radius:4px;border:1px solid #cbd5e1;cursor:pointer}.date-range{display:flex;gap:12px}.date-input{flex:1}.date-input label{display:block;margin-bottom:4px;color:#475569;font-size:13px}.date-input input{width:100%;padding:8px;border:1px solid #e2e8f0;border-radius:6px;font-size:13px;color:#0f172a}.filter-actions{display:flex;gap:8px;margin-top:20px}.apply-button,.clear-button,.export-button{flex:1;padding:8px;border-radius:6px;font-size:13px;font-weight:500;cursor:pointer;transition:all .2s}.apply-button{background:#2563eb;border:none;color:#fff}.apply-button:hover{background:#1d4ed8}.clear-button{background:#f1f5f9;border:1px solid #e2e8f0;color:#64748b}.clear-button:hover{background:#e2e8f0;border-color:#cbd5e1}.export-button{background:#059669;border:none;color:#fff}.export-button:hover{background:#047857}@media (max-width: 768px){.filter-panel{position:fixed;left:0;right:0;width:100%!important;min-height:100dvh;height:auto;max-height:none;border-radius:18px 18px 0 0;background:linear-gradient(145deg,#fff 90%,#f3f6fa);box-shadow:0 -8px 32px #0000002e;z-index:1000;transform:translateY(0);bottom:64px;min-height:calc(100dvh - 64px);padding-bottom:env(safe-area-inset-bottom)}.filter-handle{display:block;width:40px;height:4px;background:#cbd5e1;border-radius:2px;margin:12px auto 8px;cursor:grab}.filter-handle:active{cursor:grabbing}.filter-content{max-height:calc(100dvh - 120px)!important;background:#fffffff2;overflow-y:auto!important;-webkit-overflow-scrolling:touch;box-sizing:border-box;padding-bottom:calc(136px + env(safe-area-inset-bottom))}.map{padding-bottom:64px}.apply-button,.clear-button,.export-button{font-size:12px;padding:10px 8px}.top-bar{flex-wrap:wrap;gap:8px;padding:8px 8px 4px}.map-controls{position:fixed;top:8px;left:50%;transform:translate(-50%);width:auto;max-width:calc(100% - 16px);flex-wrap:nowrap;gap:8px;padding:8px;border-radius:8px;overflow-x:auto;white-space:nowrap}.map-controls :deep(.ping-status){font-size:11px;width:100%;order:-1;padding:4px 0;border-bottom:1px solid rgba(0,0,0,.05);margin:0;display:flex;gap:8px;justify-content:center}.map-controls :deep(.ping-status) div{display:inline}.search-box{position:fixed!important;bottom:64px!important;left:0!important;right:0!important;width:100%!important;min-width:100%!important;flex:none!important;height:52px!important;padding:0 16px!important;margin:0!important;background:#fffffffa!important;border-radius:0!important;border-top:1px solid rgba(0,0,0,.08)!important;box-shadow:0 -2px 8px #0000000f!important;-webkit-backdrop-filter:blur(8px)!important;backdrop-filter:blur(8px)!important;z-index:1001!important}.search-input{font-size:14px;height:52px!important}.gps-button span{display:none}.gps-button{position:fixed;bottom:80px;right:16px;width:56px;height:56px;min-width:56px;padding:0!important;border-radius:50%;flex-shrink:0;z-index:1000;box-shadow:0 4px 12px #00000026}.gps-button svg{width:24px;height:24px}.contract-button{display:none!important}.segment-options-menu{width:100%;gap:6px}.segment-options-menu button{font-size:11px;padding:8px 10px;height:auto;min-height:40px;white-space:normal;line-height:1.3}.modal-overlay{padding:0;align-items:flex-end}.modal-container{width:100vw!important;max-width:100vw!important;max-height:90vh!important;border-radius:20px 20px 0 0!important;margin:0}.modal-header{padding:16px;position:sticky;top:0;z-index:10;background:#f8fafc}.modal-header h2{font-size:1.125rem!important;margin:0}.modal-content{padding:16px;max-height:calc(90vh - 140px);overflow-y:auto;-webkit-overflow-scrolling:touch}.modal-footer{padding:12px 16px;gap:8px;position:sticky;bottom:0;background:#fff;border-top:1px solid #e2e8f0;z-index:10}.modal-footer button{padding:12px 16px;font-size:14px;flex:1}.selection-options{flex-direction:column;gap:8px;margin-bottom:16px}.option-button{padding:12px;font-size:13px}.option-button svg{width:18px;height:18px}.selection-step{margin-bottom:16px}.selection-step label{font-size:13px}.selection-step select{padding:10px 12px;font-size:14px}.contracts-list{max-height:300px}.contract-item{padding:10px}.contract-item h3{font-size:13px}.contract-item p{font-size:11px}.info-modal .modal-container{max-height:60vh!important}.selected-contract-info h3{font-size:16px}.selected-contract-info p{font-size:13px}.continuation-modal .contract-details h3{font-size:15px}.continuation-modal .contract-details p{font-size:12px}.continuation-question p{font-size:14px}.satellite-modal .modal-container{max-height:85vh!important}.satellite-view{height:calc(85vh - 120px)!important}.apolo-logo-banner{position:absolute;left:12px;top:64px;z-index:1300;pointer-events:none;background:transparent;padding:2px 4px;border-radius:4px;display:flex;align-items:center;justify-content:center}.apolo-logo-banner img{height:36px;width:auto;display:block;object-fit:contain;pointer-events:none}@media (max-width: 720px){.apolo-logo-banner{position:fixed;top:8px;left:8px;padding:4px;background:#fffffff2;z-index:1400;pointer-events:none}.apolo-logo-banner img{width:40px;height:40px}}.map-controls :deep(.ping-status){position:fixed;top:8px;left:60px;right:8px;background:#fffffff2;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);box-shadow:0 2px 8px #00000026;border-radius:12px;padding:12px;margin:0;z-index:1002;display:flex;gap:12px;align-items:center;font-size:11px}.map-controls :deep(.ping-status) strong{color:#64748b}.map-controls :deep(.ping-status) .online{color:#059669;font-weight:600}.map-controls :deep(.ping-status) .offline{color:#dc2626;font-weight:600}.map-controls :deep(.ping-status) div{display:flex;align-items:center;gap:4px}.gps-button{position:fixed!important;bottom:124px;right:8px;left:auto!important;width:56px!important;height:56px!important;min-width:56px!important;padding:0!important;border-radius:50%!important;z-index:1001;box-shadow:0 4px 12px #0003;background:linear-gradient(145deg,#2563eb,#1d4ed8)!important;border:none;order:998}.gps-button svg{width:28px!important;height:28px!important;color:#fff!important}.gps-button span{display:none!important}.gps-button:hover{background:linear-gradient(145deg,#1d4ed8,#1e40af)!important;transform:scale(1.05)}.map-controls{position:fixed!important;top:12px!important;left:50%!important;transform:translate(-50%)!important;background:transparent;padding:0 6px!important;gap:6px!important;flex-wrap:nowrap!important;overflow-x:auto!important;white-space:nowrap!important;z-index:1100!important}.contract-button,.segment-options-menu{display:none!important}.contract-banner{position:fixed;top:76px;left:8px;right:8px;width:auto;padding:10px;margin:0;border-radius:12px;background:linear-gradient(135deg,#2563eb,#1d4ed8);-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);z-index:1001;box-shadow:0 2px 12px #2563eb4d}.banner-content{flex-direction:row;gap:10px;align-items:center}.contract-info{text-align:left;flex:1;min-width:0}.contract-banner h3{font-size:13px;margin:0 0 3px;color:#fff;font-weight:600;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.contract-banner p{font-size:11px;margin:0;color:#fffffff2;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.contract-banner .contract-key{font-size:9px;padding:3px 8px;display:inline-block;background:#ffffff40;border-radius:6px;margin-top:4px;color:#fff;font-weight:500}.exit-button{font-size:10px;padding:8px 12px;width:auto;min-width:auto;justify-content:center;background:#ef4444f2;flex-shrink:0;border-radius:8px;font-weight:500}.exit-button svg{width:14px;height:14px;margin-right:4px}.bottom-controls{left:8px;bottom:72px}.satellite-button{padding:10px 12px;font-size:12px;gap:6px}.satellite-button svg{width:18px;height:18px}.tutorial-button{right:8px;bottom:72px;padding:10px 12px;font-size:12px;gap:6px}.tutorial-button svg{width:18px;height:18px}}@media (max-width: 480px){.filter-panel{width:260px;top:70px}.filter-panel.expanded{width:280px}.filter-panel{max-height:60vh}.map-controls{padding:6px;gap:6px}.search-box{width:100%;height:36px;padding:0 10px;order:1}.search-input{font-size:13px;height:36px}.search-icon svg{width:18px;height:18px}.gps-button{order:2;width:44px;height:44px;min-width:44px}.gps-button svg{width:22px;height:22px}.contract-button{order:3;flex:1;font-size:11px;height:36px;min-width:100px}.segment-options-menu button{font-size:10px;padding:6px 8px;min-height:36px}.apolo-logo-banner{top:6px;left:6px;padding:5px;border-radius:10px}.apolo-logo-banner img{width:36px;height:36px}.map-controls :deep(.ping-status){top:6px;left:54px;right:6px;padding:10px;font-size:10px}.search-box{bottom:64px;left:0;right:0;height:48px!important;padding:0 14px}.search-input{font-size:13px;height:48px}.gps-button{bottom:120px!important;right:6px!important;width:52px!important;height:52px!important;min-width:52px!important}.gps-button svg{width:26px!important;height:26px!important}.contract-banner{top:62px;left:6px;right:6px;padding:8px}.contract-banner h3{font-size:11px}.contract-banner p{font-size:9px}.contract-banner .contract-key{font-size:8px;padding:2px 4px}.exit-button{font-size:9px;padding:5px 8px}.exit-button svg{width:12px;height:12px}.modal-header{padding:12px}.modal-header h2{font-size:1rem!important}.modal-content{padding:12px}.modal-footer{padding:10px 12px}.modal-footer button{padding:10px 12px;font-size:13px}.satellite-button,.tutorial-button{padding:8px 10px;font-size:11px}.satellite-button svg,.tutorial-button svg{width:16px;height:16px}.satellite-button span,.tutorial-button span{display:none}.satellite-button,.tutorial-button{width:44px;height:44px;padding:0;border-radius:50%;justify-content:center}}@media (max-width: 768px) and (orientation: landscape){.filter-panel{max-height:85vh}.modal-container{padding:8px}}.tutorial-button{position:absolute;right:60px;bottom:20px;display:flex;align-items:center;gap:8px;padding:10px 16px;background:linear-gradient(145deg,#2563eb,#1d4ed8);color:#fff;border:none;border-radius:6px;font-size:14px;font-weight:500;cursor:pointer;transition:all .3s ease;box-shadow:0 2px 8px #0000001a;z-index:1000}.tutorial-button svg{width:20px;height:20px}.tutorial-button:hover{background:linear-gradient(145deg,#1d4ed8,#1e40af);transform:translateY(-1px);box-shadow:0 4px 12px #00000026}.tutorial-button:active{transform:translateY(1px);box-shadow:0 2px 6px #0000001a}.tutorial-banner{position:fixed;bottom:20px;right:20px;background:linear-gradient(145deg,#fffffff2,#f0f2f5f2);border-radius:8px;box-shadow:0 4px 20px #0000001a;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);z-index:1000;width:300px;border:1px solid rgba(0,0,0,.1);animation:slideIn .3s ease-out}.tutorial-content{padding:16px;position:relative}.tutorial-content h3{margin:0 0 12px;color:#0f172a;font-size:16px;font-weight:600}.tutorial-section{margin-bottom:20px;padding:12px;background:#f1f5f980;border-radius:6px;border:1px solid rgba(226,232,240,.5)}.tutorial-section h4{margin:0 0 12px;color:#1e40af;font-size:14px;font-weight:600;text-transform:uppercase;letter-spacing:.5px}.tutorial-section:last-child{margin-bottom:0}.tutorial-commands{display:flex;flex-direction:column;gap:12px}.command-item{display:flex;flex-direction:column;gap:4px}.command-key{color:#2563eb;font-weight:500;font-size:14px}.command-description{color:#475569;font-size:13px;line-height:1.4}.close-tutorial{position:absolute;top:8px;right:8px;background:transparent;border:none;cursor:pointer;padding:4px;border-radius:4px;transition:all .2s}.close-tutorial:hover{background:#f1f5f9}.close-tutorial svg{width:20px;height:20px;color:#64748b}@keyframes slideIn{0%{transform:translate(100%);opacity:0}to{transform:translate(0);opacity:1}}@media (max-width: 768px){.tutorial-button{right:50px}}@media (max-width: 480px){.tutorial-button{right:40px}}.pulsating-marker{position:relative;width:50px;height:50px}.pulse{position:absolute;width:50px;height:50px;background-color:#f00c;border-radius:50%;animation:pulse 1s infinite;top:0;left:0;box-shadow:0 0 #ff0000e6}.operator-icon{position:absolute;width:30px;height:30px;top:10px;left:10px;display:flex;align-items:center;justify-content:center}.operator-icon svg{width:100%;height:100%;filter:drop-shadow(0 2px 4px rgba(0,0,0,.2))}.operator-icon:before{content:"";position:absolute;width:20px;height:12px;background-color:gold;border-radius:10px 10px 6px 6px;top:2px;left:5px;box-shadow:0 2px 4px #0003;transform:perspective(10px) rotateX(5deg)}.operator-icon:after{content:"";position:absolute;width:6px;height:3px;background-color:gold;border-radius:3px;top:6px;left:12px;box-shadow:0 1px 2px #0003}@keyframes pulse{0%{transform:scale(1);opacity:.9;box-shadow:0 0 #ff0000e6}70%{transform:scale(2.5);opacity:.4;box-shadow:0 0 0 30px #f000}to{transform:scale(1);opacity:.9;box-shadow:0 0 #ff0000e6}}.map-loupe{position:absolute;width:150px;height:150px;border-radius:50%;overflow:hidden;border:3px solid #2563eb;pointer-events:none;z-index:2000;box-shadow:0 4px 16px #0003;background:#fff}.map-loupe:after{content:"";position:absolute;top:0;left:0;right:0;bottom:0;border-radius:50%;box-shadow:inset 0 0 10px #0003;pointer-events:none}@media (max-width: 768px){.map-loupe{width:120px;height:120px}}@media (max-width: 480px){.map-loupe{width:100px;height:100px}}.satellite-modal{max-width:90vw;max-height:90vh;width:1200px;height:800px;display:flex;flex-direction:column}.satellite-modal .modal-content{flex:1;padding:0;position:relative;min-height:0}.satellite-view{position:absolute;top:0;left:0;right:0;bottom:0;width:100%;height:100%}.map-loupe{display:none}.map-loupe,.map-loupe:after{display:none!important}@media (max-width: 768px){.map-controls{padding:12px;gap:12px}.search-box,.contract-button,:deep(.gmnoprint.gm-style-mtc div){height:40px!important}.legend-container{width:200px;top:80px}.gps-button{height:40px;padding:0 12px;font-size:12px}.gps-button svg{width:18px;height:18px}}.bottom-controls{position:fixed;left:20px;bottom:20px;z-index:900;pointer-events:none}.satellite-button{pointer-events:auto;display:flex;align-items:center;gap:8px;padding:10px 16px;background:linear-gradient(145deg,#2563eb,#1d4ed8);color:#fff;border:none;border-radius:6px;font-size:14px;font-weight:500;cursor:pointer;transition:all .3s ease;box-shadow:0 2px 8px #0000001a}.satellite-button svg{width:20px;height:20px}.satellite-button:hover{background:linear-gradient(145deg,#1d4ed8,#1e40af);transform:translateY(-1px);box-shadow:0 4px 12px #00000026}.satellite-button:active{transform:translateY(1px);box-shadow:0 2px 6px #0000001a}.contract-button.active{background-color:#f44}.contract-button.active:hover{background-color:#c00}.custom-marker{position:relative;width:120px;height:60px;display:flex;flex-direction:column;align-items:center}.marker-label{background-color:#fff;padding:8px 12px;border-radius:4px;box-shadow:0 2px 4px #0003;border:1px solid #e2e8f0;font-size:14px;font-weight:500;color:#1e293b;text-align:center;min-width:100px;z-index:1}.marker-pin{width:2px;height:20px;background-color:#fff;position:absolute;bottom:0;box-shadow:0 2px 4px #0003}.marker-tooltip{position:absolute;bottom:100%;left:50%;transform:translate(-50%);background-color:#fff;padding:6px 10px;border-radius:4px;box-shadow:0 2px 4px #0003;border:1px solid #e2e8f0;font-size:12px;color:#1e293b;opacity:0;transition:opacity .3s ease;pointer-events:none;white-space:nowrap;margin-bottom:8px}.custom-marker:hover .marker-tooltip{opacity:1}.satellite-loupe{position:fixed;width:200px;height:200px;border-radius:50%;overflow:hidden;pointer-events:none;z-index:1000;border:3px solid #2563eb;box-shadow:0 4px 16px #0003}.loupe-map{width:100%;height:100%}.loupe-crosshair{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:20px;height:20px;pointer-events:none}.loupe-crosshair:before,.loupe-crosshair:after{content:"";position:absolute;background-color:red}.loupe-crosshair:before{width:2px;height:20px;left:50%;transform:translate(-50%)}.loupe-crosshair:after{width:20px;height:2px;top:50%;transform:translateY(-50%)}.marker-info-window{background:linear-gradient(145deg,#fff,#f8fafc);border-radius:8px;box-shadow:0 4px 20px #0000001a;border:1px solid rgba(0,0,0,.1);overflow:hidden;width:280px}.info-window-header{background:linear-gradient(145deg,#2563eb,#1d4ed8);padding:12px 16px;display:flex;align-items:center;justify-content:space-between}.info-window-header h3{margin:0;color:#fff;font-size:14px;font-weight:600;letter-spacing:.5px}.info-window-icon svg{width:20px;height:20px;color:#fff}.info-window-content{padding:16px}.info-row{display:flex;justify-content:space-between;align-items:center;margin-bottom:12px}.info-row:last-child{margin-bottom:0}.info-label{color:#64748b;font-size:13px;font-weight:500}.info-value{color:#1e293b;font-size:13px;font-weight:600;font-family:monospace}.info-window-footer{padding:12px 16px;background:#f8fafc;border-top:1px solid #e2e8f0}.open-dialog-button{display:flex;align-items:center;gap:8px;width:100%;padding:10px 16px;background:linear-gradient(145deg,#2563eb,#1d4ed8);color:#fff;border:none;border-radius:6px;font-size:13px;font-weight:500;cursor:pointer;transition:all .2s ease}.open-dialog-button svg{width:18px;height:18px}.open-dialog-button:hover{background:linear-gradient(145deg,#1d4ed8,#1e40af);transform:translateY(-1px)}.open-dialog-button:active{transform:translateY(1px)}.polyline-info-window{padding:0;background:#fff;border-radius:8px;box-shadow:0 4px 6px #0000001a;overflow:hidden;min-width:250px}.polyline-header{display:flex;align-items:center;gap:8px;padding:12px 16px;background:linear-gradient(145deg,#2563eb,#1d4ed8);color:#fff}.polyline-header svg{width:20px;height:20px}.polyline-header h3{margin:0;font-size:14px;font-weight:600;letter-spacing:.5px}.polyline-content{padding:12px 16px}.info-row{display:flex;align-items:center;gap:12px;padding:8px 0;border-bottom:1px solid #e2e8f0}.info-row:last-child{border-bottom:none}.info-icon{display:flex;align-items:center;justify-content:center;width:24px;height:24px;color:#64748b}.info-icon svg{width:16px;height:16px}.info-details{display:flex;flex-direction:column;gap:2px}.info-label{color:#64748b;font-size:12px;font-weight:500}.info-value{color:#1e293b;font-size:14px;font-weight:600;font-family:Roboto Mono,monospace}.compass-icon{display:flex;align-items:center;justify-content:center;width:24px;height:24px;background:#f1f5f9;border-radius:50%;color:#2563eb}.compass-arrow{font-size:16px;font-weight:700}.direction-details{display:flex;align-items:center;gap:8px}.cardinal-direction{color:#64748b;font-size:12px;font-weight:500;text-transform:uppercase;letter-spacing:.5px}.info-actions{margin-top:12px;padding-top:12px;border-top:1px solid #e0e0e0}.details-button{width:100%;padding:8px 16px;background:linear-gradient(145deg,#2563eb,#1d4ed8);color:#fff;border:none;border-radius:4px;cursor:pointer;font-size:13px;font-weight:500;display:flex;align-items:center;justify-content:center;transition:all .2s ease}.details-button:hover{background:linear-gradient(145deg,#1d4ed8,#1e40af);transform:translateY(-1px)}.segment-options-container{position:relative;display:inline-block}.segment-options-menu{position:absolute;top:100%;right:0;background:#fff;border:1px solid #e2e8f0;box-shadow:0 4px 12px #0000001a;border-radius:8px;padding:10px;z-index:1000;display:flex;flex-direction:column;gap:10px}.segment-options-menu button{padding:8px 12px;background:#2563eb;color:#fff;border:none;border-radius:4px;cursor:pointer;text-transform:uppercase;font-size:12px;font-weight:600}.segment-options-menu button:hover{background:#1d4ed8}.distance-dialog{position:absolute;transform:translate(-50%);background:#fff;border:1px solid #ccc;padding:8px 12px;border-radius:4px;box-shadow:0 2px 8px #0003;z-index:2000}button:active,.open-dialog-button:active{transform:translateY(2px);box-shadow:0 1px 4px #00000026}button,.open-dialog-button{transition:transform .1s ease-out,box-shadow .1s ease-out}.button-default{background-color:#2563eb;color:#fff}.button-active{background-color:#ff0;color:#000}button{transition:background-color .3s ease}.custom-select{appearance:none;-webkit-appearance:none;-moz-appearance:none;background-color:#fff;border:1px solid #e2e8f0;border-radius:6px;padding:8px 40px 8px 12px;font-family:Roboto,Arial,sans-serif;font-size:14px;color:#0f172a;transition:border-color .2s ease;width:100%;background-image:url("data:image/svg+xml;charset=US-ASCII,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%204%205'%3E%3Cpath%20fill='%2364738b'%20d='M2%205L0%200h4z'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right 10px center;background-size:10px 12px}.custom-select:focus{outline:none;border-color:#2563eb;box-shadow:0 0 0 3px #2563eb1a}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}#overlay{position:absolute;top:0;left:0;width:100%;height:100%;background-color:#4e4e4e00;pointer-events:none;transition:background-color .5s ease}.loading-overlay{display:none;flex-direction:column;position:fixed;top:0;left:0;width:100%;height:100%;background:#00000080;z-index:99999;justify-content:center;align-items:center}.loading-overlay .spinner{width:60px;height:60px;border:5px solid #f3f3f3;border-top:5px solid #3498db;border-radius:50%;animation:spin 1s linear infinite}.overlay-text{margin-top:1rem;font-size:1.2rem;color:#fff;text-align:center}.top-bar{position:fixed;top:0;left:0;right:0;width:100vw;display:flex;align-items:center;justify-content:space-between;padding:8px 16px;z-index:1000;gap:14px}.apolo-logo img{height:48px;display:block}.apolo-logo-banner{position:absolute;left:12px;top:64px;z-index:1090;pointer-events:auto}.map-controls{position:fixed;top:12px;left:50%;transform:translate(-50%);z-index:1100;display:flex;align-items:center;gap:8px;flex-wrap:nowrap;overflow-x:auto;white-space:nowrap;max-width:calc(100% - 240px);pointer-events:auto}.contract-banner{position:absolute;top:86px;right:12px;z-index:1200;width:auto;height:87px;border-radius:8px}.spread-banner{position:absolute;top:172px;right:12px;z-index:1200;background:linear-gradient(90deg,#fff7ed,#fff4e6);border:1px solid #ffd29b;padding:8px 12px;border-radius:6px;display:flex;align-items:center;justify-content:space-between;margin-top:8px}.floating-menu{position:fixed;transform:translate(-50%);z-index:1300;background:#fff;border-radius:8px;box-shadow:0 8px 24px #1018281f;padding:8px;display:flex;flex-direction:column;gap:8px;min-width:220px}.floating-menu .menu-action{background:linear-gradient(145deg,#2563eb,#1d4ed8);color:#fff;border:none;padding:8px 10px;border-radius:6px;cursor:pointer;text-align:left}.floating-menu .menu-action:hover{transform:translateY(-1px)}@media (max-width: 720px){.map-controls{left:8px;top:8px;max-width:calc(100% - 16px);gap:6px}.contract-button,.gps-button,.contract-button span{font-size:12px;padding:0 10px}.contract-banner{right:8px;top:76px;width:calc(100% - 16px);left:8px}.spread-banner{right:8px;top:172px;left:8px;width:calc(100% - 16px)}}.map-controls button,.map-controls .contract-button,.map-controls .gps-button,.floating-menu,.floating-menu .menu-action,.floating-menu .menu-action span,.floating-menu.marker-menu,.floating-menu.segment-menu,.marker-menu,.segment-menu{font-size:12px!important}.floating-menu .menu-action{padding:6px 10px!important;font-weight:500}.connectivity-indicator{position:fixed;top:20px;right:20px;z-index:10000;min-width:300px;max-width:400px;border-radius:8px;box-shadow:0 4px 20px #00000026;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);animation:slideInRight .3s ease-out}.connectivity-indicator.offline{background:linear-gradient(145deg,#fef2f2,#fee2e2);border:1px solid #fca5a5}.connectivity-indicator.online{background:linear-gradient(145deg,#f0fdf4,#dcfce7);border:1px solid #86efac}.indicator-content{display:flex;align-items:center;gap:12px;padding:16px}.indicator-icon{flex-shrink:0;width:24px;height:24px}.connectivity-indicator.offline .indicator-icon{color:#dc2626}.connectivity-indicator.online .indicator-icon{color:#16a34a}.indicator-text strong{display:block;font-size:14px;font-weight:600;margin-bottom:4px}.indicator-text p{font-size:12px;margin:0;opacity:.8}@keyframes slideInRight{0%{transform:translate(100%);opacity:0}to{transform:translate(0);opacity:1}}.top-bar>.apolo-logo-banner,.apolo-logo-banner{position:fixed!important;top:16px!important;left:12px!important;z-index:9999!important;background:#ffffffeb!important;padding:4px 8px!important;margin:0!important;border-radius:8px!important;box-shadow:0 2px 8px #0000001f!important;pointer-events:none!important}.top-bar>.apolo-logo-banner img,.apolo-logo-banner img{height:45px!important;width:auto!important;display:block!important;object-fit:contain!important;pointer-events:none!important}html,body,#app{margin:0;padding:0;width:100%;height:100%;overflow:hidden}#app{position:relative}
