.boundary-editor-canvas{--boundary-dot-size:6px;--boundary-position-size:7px;--boundary-accent:var(--guconnect-yellow,#f4b400);--boundary-ink:var(--guconnect-ink,#22272b);--boundary-surface:var(--guconnect-surface,#fff);--boundary-position:#047857;--boundary-measurement-ink:#fff;--boundary-measurement-halo:#22272b}.boundary-editor-canvas .boundary-position,.boundary-editor-canvas .boundary-vertex{appearance:none;display:grid;place-items:center;width:44px;height:44px;min-width:44px;min-height:44px;padding:0;margin:0;border:0;border-radius:50%;background:transparent;box-shadow:none;cursor:grab;touch-action:none}.boundary-editor-canvas .boundary-vertex:active{cursor:grabbing}.boundary-editor-canvas .boundary-vertex-dot{display:block;box-sizing:border-box;width:var(--boundary-dot-size);height:var(--boundary-dot-size);border:1px solid var(--boundary-surface);border-radius:50%;background:var(--boundary-accent);box-shadow:0 0 0 1px var(--boundary-ink);pointer-events:none}.boundary-editor-canvas .boundary-position .boundary-vertex-dot{width:var(--boundary-position-size);height:var(--boundary-position-size);background:var(--boundary-position)}.boundary-editor-canvas .boundary-position-branded{align-items:end}.boundary-editor-canvas .boundary-position-branded img{width:32px;height:38px;object-fit:contain;padding:0;border:0;background:transparent;pointer-events:none}.boundary-editor-canvas .boundary-vertex:focus-visible{outline:2px solid var(--boundary-accent);outline-offset:-8px}.boundary-editor-canvas .boundary-vertex-index{display:none;position:absolute;bottom:34px;padding:1px 4px;color:var(--boundary-ink);background:var(--boundary-surface);border-radius:3px;font:600 13px/1.4 DM Sans,sans-serif;pointer-events:none}.boundary-editor-canvas .boundary-vertex:is(:hover,:focus-visible) .boundary-vertex-index{display:block}.boundary-editor-canvas .boundary-edge-label{padding:0;background:transparent;border:0;pointer-events:none}.boundary-editor-canvas .boundary-measurement-text{color:var(--boundary-measurement-ink);font:700 13px/1.25 DM Sans,sans-serif;white-space:nowrap;text-shadow:-1px -1px 0 var(--boundary-measurement-halo),1px -1px 0 var(--boundary-measurement-halo),-1px 1px 0 var(--boundary-measurement-halo),1px 1px 0 var(--boundary-measurement-halo),0 1px 2px var(--boundary-measurement-halo);pointer-events:none}.boundary-editor-canvas .boundary-area-label{font-size:14px}.boundary-basemap-switch{position:absolute;left:8px;top:8px;z-index:2;display:flex;gap:2px;padding:2px;border:1px solid var(--border,#d1d5db);border-radius:8px;background:var(--background,#fff);color:var(--foreground,#22272b);box-shadow:0 2px 6px #0002}.boundary-basemap-switch button{display:inline-flex;align-items:center;gap:4px;min-height:44px;padding:4px 8px;border:0;border-radius:5px;font:600 13px/1.3 DM Sans,sans-serif;background:transparent;color:inherit}.boundary-basemap-switch button[aria-pressed=true]{background:#047857;color:#fff}.boundary-basemap-switch button:disabled{opacity:.55;cursor:not-allowed}.boundary-basemap-switch button:focus-visible{outline:2px solid #047857;outline-offset:2px}.boundary-coordinate-details summary{min-height:44px;display:flex;align-items:center;cursor:pointer}.boundary-coordinate-details summary::-webkit-details-marker{display:none}