:root{--stores-header-h:76px}body:has(.stores-map-page){overflow:auto hidden}.stores-map-page{flex:0 0 calc(100dvh - var(--stores-header-h));height:calc(100dvh - var(--stores-header-h));max-height:calc(100dvh - var(--stores-header-h));flex-direction:column;min-height:0;padding:0;display:flex;overflow:hidden}.stores-map-shell{grid-template-columns:minmax(0, 1fr) var(--jdsc-results-w);background:var(--color-surface-muted);flex:1;grid-template-rows:minmax(0,1fr);height:100%;min-height:0;max-height:100%;display:grid;position:relative;overflow:hidden}.stores-map-shell>*{min-width:0;min-height:0}.stores-map-shell.detail-open{grid-template-columns:minmax(0, 1fr) var(--jdsc-results-w)}@media (max-width:1279px){.stores-map-shell,.stores-map-shell.detail-open{grid-template-columns:minmax(0, 1fr) var(--jdsc-results-w-md)}}@media (max-width:1023px){.stores-map-shell,.stores-map-shell.detail-open{grid-template-columns:1fr}}.stores-integrated-head{gap:var(--jdsc-space-2);padding:var(--jdsc-space-2) var(--jdsc-space-2) 0;flex-shrink:0;display:grid}.stores-integrated-body{flex-direction:column;flex:auto;min-height:0;display:flex}.stores-chip-wrap{padding:10px var(--jdsc-space-5) 12px;border-bottom:1px solid var(--color-border);flex-shrink:0;position:relative}.stores-chip-wrap:after{content:"";top:0;right:var(--jdsc-space-5);background:linear-gradient(90deg, transparent, var(--color-surface));pointer-events:none;width:32px;position:absolute;bottom:0}.stores-chip-row{align-items:center;gap:6px;padding-bottom:1px;display:flex}.stores-chip-row>*{flex-shrink:0}.stores-chip-scroll{scrollbar-width:none;flex:auto;gap:6px;min-width:0;display:flex;overflow:auto hidden}.stores-chip-scroll::-webkit-scrollbar{display:none}.stores-chip-scroll>*{flex-shrink:0}.stores-chip{border:1px solid var(--color-border);border-radius:var(--radius-pill);height:36px;padding:0 var(--jdsc-space-3);color:var(--color-text-subtle);background:var(--color-surface);font:inherit;font-size:var(--jdsc-fs-sm);font-weight:var(--jdsc-fw-bold);white-space:nowrap;cursor:pointer;transition:border-color .15s var(--jdsc-ease), background .15s var(--jdsc-ease), color .15s var(--jdsc-ease), transform var(--jdsc-dur-hover) var(--jdsc-ease);align-items:center;gap:5px;display:inline-flex}.stores-chip:hover:not(:disabled):not([aria-pressed=true]){border-color:var(--color-border-strong);background:var(--color-surface-muted)}.stores-chip[aria-pressed=true]{border-color:var(--color-action-dark);color:var(--color-text-inverse);background:var(--color-action-dark)}.stores-chip strong{font-family:var(--jdsc-font-mono);font-variant-numeric:tabular-nums;font-size:11px;font-weight:var(--jdsc-fw-bold);color:var(--jdsc-ink-500)}.stores-chip[aria-pressed=true] strong{color:var(--color-text-inverse);opacity:.55}.stores-chip:disabled{color:var(--color-text-disabled);cursor:not-allowed;border-style:dashed}.stores-chip:focus-visible{box-shadow:var(--jdsc-shadow-focus);outline:0}.stores-results-panel.is-mobile-sheet .stores-integrated-tabs{z-index:var(--jdsc-z-raised);position:sticky;top:0}.stores-panel__resulthead{padding:14px var(--jdsc-space-5) var(--jdsc-space-2);background:var(--color-surface);border-bottom:0;flex-shrink:0;gap:8px;display:grid}.stores-resulthead-top{justify-content:space-between;align-items:center;gap:var(--jdsc-space-3);display:flex}.stores-resulthead-count{min-width:0;color:var(--jdsc-ink-500);font-size:13px;font-weight:var(--jdsc-fw-bold);align-items:baseline;gap:5px;margin:0;display:flex}.stores-resulthead-count strong{color:var(--color-text-strong);font-size:22px;font-weight:var(--jdsc-fw-extra);font-variant-numeric:tabular-nums;line-height:1.1}.stores-count-skeleton{border-radius:var(--jdsc-radius-xs);background:var(--color-surface-muted);vertical-align:middle;width:28px;height:12px;margin-left:4px;display:inline-block}.stores-sort-tabs{border-radius:var(--radius-pill);background:var(--color-surface-muted);flex:none;gap:2px;padding:3px;display:inline-flex}.stores-sort-tabs button{border-radius:var(--radius-pill);width:60px;height:30px;color:var(--color-text-muted);font:inherit;font-size:12px;font-weight:var(--jdsc-fw-bold);cursor:pointer;background:0 0;border:0;padding:0}.stores-sort-tabs button[aria-selected=true]{color:var(--color-text-strong);background:var(--color-surface);box-shadow:var(--jdsc-shadow-1)}.stores-sort-tabs button:focus-visible{box-shadow:var(--jdsc-shadow-focus);outline:0}.stores-resulthead-meta{justify-content:flex-start;align-items:center;gap:var(--jdsc-space-3);color:var(--jdsc-ink-500);font-size:12px;font-weight:var(--jdsc-fw-medium);display:flex}.stores-location-link{border-radius:var(--radius-pill);height:28px;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-black);white-space:nowrap;cursor:pointer;border:0;flex:none;align-items:center;gap:4px;display:inline-flex}.stores-location-link[disabled]{opacity:.68;cursor:wait}.stores-location-link:focus-visible{box-shadow:var(--jdsc-shadow-focus);outline:0}.stores-location-hint{align-items:center;gap:var(--jdsc-space-2);margin:var(--jdsc-space-2) var(--jdsc-space-5) 0;color:var(--color-text-muted);font-size:var(--jdsc-fs-xs);font-weight:var(--jdsc-fw-bold);line-height:var(--jdsc-lh-sm);display:flex}.stores-location-link-standalone{flex:none;align-self:flex-start}.stores-map-stage{min-width:0;height:100%;min-height:100%;position:relative}.stores-map-basis-chip{top:var(--jdsc-space-4);left:var(--jdsc-space-4);z-index:var(--jdsc-z-map-controls);border:1px solid var(--color-border);border-radius:var(--radius-pill);max-width:62%;color:var(--color-text-subtle);background:var(--color-surface);box-shadow:var(--jdsc-shadow-chip);white-space:nowrap;text-overflow:ellipsis;pointer-events:none;padding:5px 10px;font-size:11px;font-weight:700;line-height:1.3;position:absolute;overflow:hidden}.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(--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{width:var(--jdsc-touch-target-min);height:var(--jdsc-touch-target-min);border:0;border-bottom:1px solid var(--color-border);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-favorite-control.active,.stores-map-favorite-control.active:hover,.stores-map-favorite-control.active:disabled{color:var(--color-text-inverse);background:var(--color-text-strong)}.stores-map-control-button:hover{color:var(--color-text-strong);background:var(--color-surface)}.stores-map-control-button:focus-visible{z-index:1;outline:3px solid var(--color-brand);outline-offset:-3px;position:relative}.stores-map-control-separator{border-bottom:1px solid var(--color-border);background:var(--color-panel);height:6px}.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-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-research{top:var(--jdsc-space-4);z-index:var(--jdsc-z-map-controls);align-items:center;gap:var(--jdsc-space-2);border:1px solid var(--color-border);border-radius:var(--radius-pill);width:max-content;max-width:80%;height:40px;padding:0 var(--jdsc-space-4);color:var(--color-text-strong);background:var(--color-surface);box-shadow:var(--jdsc-shadow-3);font:inherit;font-size:var(--jdsc-fs-sm);font-weight:var(--jdsc-fw-bold);white-space:nowrap;cursor:pointer;animation:jdscDrop .2s var(--jdsc-ease-out);margin-inline:auto;display:flex;position:absolute;left:0;right:0}.stores-map-research:hover{border-color:var(--color-border-strong);background:var(--color-surface-muted)}.stores-map-research:disabled{cursor:default}.stores-map-research.is-loading svg{animation:.8s linear infinite jdscSpin}.stores-panel.is-researching .store-list,.stores-panel.is-researching .stores-integrated-body{opacity:.55;pointer-events:none}.stores-integrated-product-copy .stores-store-chip{z-index:1;justify-self:start;position:relative}.stores-integrated-product-side{text-align:right;justify-items:end;gap:4px;display:grid}.stores-integrated-product-side strong{color:var(--color-text-strong);font-size:14px;font-weight:var(--jdsc-fw-extra);font-variant-numeric:tabular-nums;white-space:nowrap}.stores-integrated-product-stock{border-radius:var(--jdsc-radius-sm);color:var(--jdsc-success-ink);background:var(--jdsc-success-tint);font-size:11px;font-weight:var(--jdsc-fw-bold);white-space:nowrap;padding:2px 6px}.stores-integrated-tabs button[data-zero]{color:var(--jdsc-ink-500)}.stores-integrated-post-list{gap:2px;display:grid}.stores-integrated-post-row{color:inherit;border-radius:12px;grid-template-columns:minmax(0,1fr);align-items:center;padding:14px 8px;text-decoration:none;display:grid}.stores-integrated-post-row:hover{background:var(--color-surface-muted)}.stores-integrated-post-copy{gap:3px;min-width:0;display:grid}.stores-integrated-post-top{align-items:center;gap:var(--jdsc-space-2);min-width:0;display:flex}.stores-integrated-post-board{border-radius:var(--jdsc-radius-xs);height:22px;padding:0 var(--jdsc-space-1);color:var(--color-text-subtle);background:var(--color-surface-muted);font-size:10px;font-weight:var(--jdsc-fw-bold);flex:none;align-items:center;line-height:1;display:inline-flex}.stores-integrated-post-top strong{min-width:0;color:var(--color-text-strong);font-size:14px;font-weight:var(--jdsc-fw-bold);text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.stores-integrated-post-copy small{color:var(--jdsc-ink-500);font-family:var(--jdsc-font-mono);font-size:10.5px;font-weight:var(--jdsc-fw-bold)}
