body:has(.stores-map-page){overflow:hidden}.stores-map-page{flex-direction:column;flex:0 0 calc(100dvh - 76px);height:calc(100dvh - 76px);min-height:0;max-height:calc(100dvh - 76px);padding:0;display:flex;overflow:hidden}.stores-map-shell{background:var(--color-surface-muted);flex:1;grid-template-columns:minmax(0,1fr) 390px;height:100%;min-height:0;max-height:100%;display:grid;position:relative;overflow:hidden}.stores-map-shell.detail-open{grid-template-columns:minmax(0,1fr) 390px}.stores-map-stage{min-width:0;height:100%;min-height:100%;position:relative}.stores-mobile-controls,.stores-mobile-list-header{display:none}.stores-map-canvas{background:linear-gradient(90deg, color-mix(in srgb, var(--color-surface) 45%, transparent) 1px, transparent 1px), linear-gradient(color-mix(in srgb, var(--color-surface) 45%, transparent) 1px, transparent 1px), var(--color-map-surface);background-size:42px 42px;min-width:0;height:100%;min-height:100%;position:relative}.stores-map-controls{z-index:3;border:1px solid var(--color-border);border-radius:var(--jdsc-radius-sm);background:var(--color-surface);box-shadow:var(--jdsc-shadow-3);display:grid;position:absolute;bottom:18px;right:18px;overflow:hidden}.stores-map-control-button{border:0;border-bottom:1px solid var(--color-border);width:40px;height:40px;color:var(--color-text-strong);background:var(--color-surface);font:inherit;font-size:calc(var(--jdsc-fs-h2) - 2px);font-weight:var(--jdsc-fw-black);cursor:pointer;border-radius:0;place-items:center;padding:0;line-height:1;display:grid}.stores-map-control-button:last-child{border-bottom:0}.stores-map-control-button.active{color:var(--color-text-strong);background:var(--color-panel)}.stores-map-control-button:hover{color:var(--color-text-strong);background:var(--color-surface)}.stores-map-control-button:disabled{color:var(--color-border-strong);background:var(--color-panel);cursor:default}.stores-map-control-button[aria-busy=true]{color:var(--color-brand)}.stores-map-fallback{z-index:1;gap:var(--jdsc-space-1);border:1px solid var(--color-border);border-radius:var(--jdsc-radius-sm);width:min(100% - 48px,360px);height:fit-content;padding:var(--jdsc-space-4);background:color-mix(in srgb, var(--color-surface) 92%, transparent);box-shadow:var(--jdsc-shadow-3);display:grid;position:absolute;inset:24px}.stores-map-fallback strong{color:var(--color-text-strong);font-size:var(--jdsc-fs-body)}.stores-map-fallback span{color:var(--color-text-muted);font-size:var(--jdsc-fs-xs);line-height:var(--jdsc-lh-sm)}.stores-map-fallback-action{justify-content:center;align-items:center;gap:var(--jdsc-space-2);width:fit-content;min-height:34px;margin-top:var(--jdsc-space-2);border-radius:var(--radius-pill);padding:0 var(--jdsc-space-3);color:var(--color-text-inverse);background:var(--color-text-strong);font:inherit;font-size:var(--jdsc-fs-xs);font-weight:var(--jdsc-fw-extra);border:0;display:inline-flex}.stores-map-fallback-action:hover{background:var(--color-brand)}.stores-map-fallback-action:focus-visible{outline:2px solid var(--color-brand);outline-offset:2px}.stores-map-marker-label{border:1px solid color-mix(in srgb, var(--color-text-strong) 12%, transparent);border-radius:var(--radius-md);min-width:108px;color:var(--color-text-strong);background:var(--color-surface);box-shadow:var(--jdsc-shadow-2);text-align:left;gap:2px;padding:8px 10px;display:grid}.stores-map-marker-label-title{text-overflow:ellipsis;white-space:nowrap;max-width:150px;font-size:12px;font-weight:900;overflow:hidden}.stores-map-marker-label-secondary{color:var(--color-brand);font-size:11px;font-weight:900}.stores-user-pin{border-radius:var(--radius-pill);background:color-mix(in srgb, var(--color-info) 18%, transparent);width:34px;height:34px;box-shadow:0 0 0 8px var(--color-map-info-glow);pointer-events:none;place-items:center;display:grid;transform:translate(-50%,-50%)}.stores-user-pin span{border:3px solid var(--color-surface);border-radius:var(--radius-pill);background:var(--color-map-user-pin);width:14px;height:14px;box-shadow:0 4px 12px color-mix(in srgb, var(--color-info) 34%, transparent);display:block}
.stores-map-marker-label{--stores-marker-icon-size:13px;--stores-marker-size:32px;width:var(--stores-marker-size);height:var(--stores-marker-size);box-sizing:border-box;color:var(--color-brand);box-shadow:none;font:inherit;pointer-events:auto;text-align:center;background:0 0;border:0;place-items:center;padding:0;display:grid;position:relative;overflow:visible}.stores-map-marker-label.active{--stores-marker-icon-size:16px;--stores-marker-size:40px}.stores-map-marker-pin{width:var(--stores-marker-size);height:var(--stores-marker-size);border:3px solid var(--color-surface);color:var(--color-text-inverse);background:var(--color-brand);box-shadow:var(--shadow-marker);border-radius:50% 50% 50% 8px;place-items:center;display:grid;transform:rotate(-45deg)}.stores-map-marker-pin svg{width:var(--stores-marker-icon-size);height:var(--stores-marker-icon-size);transform:rotate(45deg)}.stores-map-marker-caption{top:calc(var(--stores-marker-size) + 6px);border:1px solid var(--color-border-overlay);border-radius:var(--radius-pill);width:max-content;min-width:0;max-width:220px;color:var(--color-text-strong);background:var(--color-surface);box-shadow:var(--color-shadow-soft);gap:2px;padding:5px 9px;display:none;position:absolute;left:50%;transform:translate(-50%)}.stores-map-marker-label.is-labeled .stores-map-marker-caption{display:grid}.stores-map-marker-label.active .stores-map-marker-pin{box-shadow:var(--shadow-marker-active)}.stores-map-marker-label.active .stores-map-marker-caption{color:var(--color-text-inverse);border-color:var(--color-brand);background:var(--color-brand)}.stores-map-marker-label-title,.stores-map-marker-label-secondary{text-overflow:ellipsis;white-space:nowrap;min-width:0;max-width:200px;display:block;overflow:hidden}.stores-map-marker-label-title{color:inherit;font-size:11px;font-style:normal;font-weight:900;line-height:1.2}.stores-map-marker-label-secondary{color:currentColor;opacity:.82;font-size:10px;font-weight:900;line-height:1.2}
