.map-viewer{width:100%;padding:1rem;background:#fff;border-radius:.75rem;box-shadow:0 10px 40px #0f172a1f;display:flex;flex-direction:column;gap:1rem}.map-viewer .map-stage{position:relative;flex:1;min-height:0}.map-viewer .map-canvas{width:100%;height:100%;border-radius:.75rem;background:#fff;border:1px solid #e4e7ec;overflow:hidden;cursor:grab;user-select:none;-webkit-user-select:none;-webkit-tap-highlight-color:transparent}.map-viewer .map-canvas *{user-select:none;-webkit-user-select:none;-webkit-tap-highlight-color:transparent}.map-viewer .map-canvas.is-dragging{cursor:grabbing}.map-viewer .map-canvas svg{width:100%;height:100%;display:block}.map-viewer .map-edge{fill:none;stroke:#a0a0a0;stroke-width:.25;stroke-linecap:round;stroke-linejoin:round}.map-viewer .map-location{fill:#f97316;stroke:#9a3412;stroke-width:.2;opacity:.85;cursor:pointer;transition:transform .15s ease,opacity .15s ease}.map-viewer .map-location:hover{opacity:1}.map-viewer .map-location:focus{outline:none}.map-viewer .map-location:focus-visible{outline:2px solid #1d4ed8;outline-offset:1px}.map-viewer .map-location.is-pending{opacity:.55}.map-viewer .map-location.is-disabled{cursor:not-allowed;opacity:.4}.map-viewer .map-location.is-selected{stroke:#1d4ed8;stroke-width:.35;opacity:1}.map-viewer .robot-indicator{fill:#facc15;stroke:#a16207;stroke-width:.2;pointer-events:none}.map-viewer .robot-heading{stroke:#1d4ed8;stroke-width:.35;stroke-linecap:round;pointer-events:none}.map-viewer .order-path{fill:none;stroke:#fff;stroke-width:.35;stroke-linecap:round;stroke-linejoin:round;pointer-events:none;stroke-dasharray:.7 1.4}.map-viewer .map-grid line{stroke:#000;stroke-width:.05}.map-viewer .map-grid line.is-major{stroke-width:.1}.map-viewer .map-grid line.is-axis{stroke:#2563eb;stroke-width:.24;opacity:.35}.map-viewer .order-actions{display:flex;justify-content:flex-start}.map-viewer .order-field{margin:0}.map-viewer .field-value{margin:0;color:#111827;font-weight:600}
