:root{--hpds-font:ui-sans-serif,system-ui,-apple-system,Segoe UI,Roboto,Helvetica,Arial,"Apple Color Emoji","Segoe UI Emoji";--hpds-bg:#ffffff;--hpds-fg:#111827;--hpds-muted:#6b7280;--hpds-border:#e5e7eb;--hpds-danger:#b91c1c;--hpds-primary:#007233;--hpds-primary-fg:#e9fbc7;--asset-core:#007233;--asset-core-line:#22c55e;--asset-address:#3b82f6;--asset-generic:#dc2626;--asset-reposition:#f59e0b}.hpds-root{font-family:var(--hpds-font);color:var(--hpds-fg)}.hpds-card{background:var(--hpds-bg);border:1px solid var(--hpds-border);border-radius:12px;padding:12px;width:100%;max-width:var(--hpds-card-max-width,560px)}.hpds-error{color:var(--hpds-danger)}.hpds-row{margin-bottom:12px}.hpds-grid{display:grid;grid-template-columns:1fr;gap:12px}@media (min-width:720px){.hpds-grid{grid-template-columns:1fr 1fr}}.hpds-label{display:flex;flex-direction:column;gap:6px}.hpds-label-text{font-size:13px;color:var(--hpds-muted)}.hpds-inline-row{display:grid;grid-template-columns:1fr auto;gap:8px}.hpds-input{border:1px solid var(--hpds-border);border-radius:10px;padding:10px 12px;font-size:14px;outline:none}.hpds-input:focus{border-color:color-mix(in srgb,var(--hpds-primary),var(--hpds-border) 60%);box-shadow:0 0 0 3px color-mix(in srgb,var(--hpds-primary),transparent 85%)}.hpds-list{margin-top:8px;display:grid;gap:6px}.hpds-list-item{border:1px solid var(--hpds-border);border-radius:10px;padding:8px 10px;text-align:left;font-size:13px;background:#fff;cursor:pointer}.hpds-list-item:hover{border-color:color-mix(in srgb,var(--hpds-primary),var(--hpds-border) 60%)}.hpds-map-wrap{border:1px solid var(--hpds-border);border-radius:12px;padding:8px;position:relative}.hpds-map{position:relative;min-height:280px;height:280px;border:2px solid var(--asset-core-line);border-radius:10px;background:#f6f5ec;overflow:hidden;cursor:crosshair;touch-action:none}.hpds-map[data-mapbox=true]{cursor:default;touch-action:auto}.hpds-geolocate-control,.hpds-nav-control,.hpds-refresh-control,.hpds-scale-control{position:absolute;z-index:10}.hpds-nav-control-top-right{top:10px;right:10px}.hpds-geolocate-control-top-right{top:90px;right:10px}.hpds-refresh-control-top-right{top:130px;right:10px}.hpds-scale-control-bottom-right{bottom:10px;right:10px}.hpds-nav-control{background:#fff;border:1px solid #ddd;border-radius:4px;box-shadow:0 0 10px rgba(0,0,0,.1);display:flex;flex-direction:column}.hpds-nav-compass,.hpds-nav-zoom-in,.hpds-nav-zoom-out{width:30px;height:30px;border:none;background:#fff;cursor:pointer;display:flex;align-items:center;justify-content:center;font-size:18px;font-weight:700;color:#333;transition:background-color .2s}.hpds-nav-zoom-in,.hpds-nav-zoom-out{border-bottom:1px solid #ddd}.hpds-nav-compass:hover:not(:disabled),.hpds-nav-zoom-in:hover:not(:disabled),.hpds-nav-zoom-out:hover:not(:disabled){background:#f0f0f0}.hpds-nav-compass:disabled,.hpds-nav-zoom-in:disabled,.hpds-nav-zoom-out:disabled{opacity:.5;cursor:not-allowed}.hpds-geolocate-control,.hpds-refresh-control{background:#fff;border:1px solid #ddd;border-radius:4px;box-shadow:0 0 10px rgba(0,0,0,.1)}.hpds-geolocate-button,.hpds-refresh-button{width:30px;height:30px;border:none;background:#fff;cursor:pointer;display:flex;align-items:center;justify-content:center;font-size:16px;color:#333;transition:background-color .2s}.hpds-geolocate-button:hover:not(:disabled),.hpds-refresh-button:hover:not(:disabled){background:#f0f0f0}.hpds-geolocate-button:disabled,.hpds-refresh-button:disabled{opacity:.5;cursor:not-allowed}.hpds-scale-control{background:#fff;border:1px solid #ddd;border-radius:4px;box-shadow:0 0 10px rgba(0,0,0,.1);padding:2px 8px}.hpds-scale-bar{display:flex;align-items:center;min-height:24px}.hpds-scale-text{font-size:12px;color:#333;white-space:nowrap}.hpds-tile{position:absolute;image-rendering:auto;user-select:none;pointer-events:none}.hpds-map-help{margin-top:8px;font-size:12px;color:var(--hpds-muted)}.hpds-marker,.hpds-pending-marker{position:absolute;width:20px;height:20px;border-radius:9999px;transform:translate(-50%,-50%);display:flex;align-items:center;justify-content:center;color:#ffffff}.hpds-marker{width:32px;height:32px;border:none;background:transparent;cursor:pointer;box-shadow:none;padding:0;appearance:none}.hpds-marker-active{transform:translate(-50%,-50%) scale(1.08);filter:drop-shadow(0 0 0 2px #fff) drop-shadow(0 2px 8px rgba(0,0,0,.2))}.hpds-pending-marker{width:32px;height:32px;border:none;background:transparent;box-shadow:none}.hpds-marker-icon{width:32px;height:32px;display:block}.hpds-mbx-door-marker,.hpds-mbx-pending-marker{display:flex;align-items:center;justify-content:center;border-radius:9999px;box-sizing:border-box;width:32px;height:32px;border:none;background:transparent;box-shadow:none;padding:0;cursor:pointer;appearance:none}.hpds-mbx-marker-icon{width:32px;height:32px;display:block}.hpds-actions{display:flex;justify-content:flex-end;gap:10px}.hpds-button{border-radius:10px;border:1px solid var(--hpds-border);padding:10px 12px;font-size:14px;cursor:pointer}.hpds-button:disabled{opacity:.6;cursor:not-allowed}.hpds-button-primary{background:var(--hpds-primary);color:var(--hpds-primary-fg);border-color:color-mix(in srgb,var(--hpds-primary),#000 15%)}.hpds-button-secondary{background:transparent;color:var(--hpds-fg)}.hpds-spinner{width:14px;height:14px;border-radius:9999px;border:2px solid color-mix(in srgb,currentColor,transparent 70%);border-top-color:currentcolor;display:inline-block;vertical-align:middle;margin-right:8px;animation:hpds-spin .8s linear infinite}.hpds-spinner-inline{width:12px;height:12px;margin-right:6px;margin-left:4px}@keyframes hpds-spin{to{transform:rotate(1turn)}}.hpds-meta{margin-top:12px;font-size:13px;display:grid;gap:6px}.hpds-meta,.hpds-meta-label{color:var(--hpds-muted)}.hpds-error-text{margin-top:8px;color:var(--hpds-danger);font-size:12px}.hpds-ok{color:#166534}.hpds-warn{color:#92400e}.hpds-summary{font-family:var(--hpds-font);border:1px solid var(--hpds-border);border-radius:12px;padding:12px;width:100%;max-width:var(--hpds-card-max-width,560px)}.hpds-summary-section{margin-bottom:16px}.hpds-summary-section:last-child{margin-bottom:0}.hpds-summary-title{font-size:14px;font-weight:600;color:var(--hpds-fg);margin:0 0 8px;border-bottom:1px solid var(--hpds-border);padding-bottom:4px}.hpds-summary-line{margin:4px 0;font-size:13px;color:var(--hpds-fg)}.hpds-summary-label{font-weight:500;color:var(--hpds-muted);margin-right:6px}.hpds-summary-sub{margin-left:12px;font-size:12px;color:var(--hpds-muted)}.hpds-summary-address,.hpds-summary-tenant{border:1px solid var(--hpds-border);border-radius:8px;padding:8px;margin-bottom:8px;background:var(--hpds-bg)}.hpds-summary-address:last-child,.hpds-summary-tenant:last-child{margin-bottom:0}.hpds-summary-loading{display:inline-flex;align-items:center;gap:8px;font-size:13px;color:var(--hpds-muted);font-style:italic}.hpds-summary-error{font-size:13px;color:var(--hpds-danger)}