.stores-page{min-height:100vh;padding-bottom:5rem}.stores-header{text-align:center;padding:5rem 0}.stores-header-inner{max-width:700px;margin:0 auto}.stores-icon{color:var(--primary);margin-bottom:1.5rem}.stores-header h1{margin-bottom:1rem;font-size:3rem;font-weight:800}.stores-header p{color:var(--text-muted);font-size:1.1rem;line-height:1.6}.map-wrapper{border-radius:var(--radius-lg);border:1px solid var(--border);flex-direction:column;height:600px;display:flex;overflow:hidden}@media (min-width:900px){.map-wrapper{flex-direction:row}}.map-sidebar{background:var(--surface-alt);border-bottom:1px solid var(--border);flex-direction:column;width:100%;display:flex}@media (min-width:900px){.map-sidebar{border-bottom:none;border-right:1px solid var(--border);width:350px}}.map-sidebar h3{border-bottom:1px solid var(--border);background:var(--surface);margin:0;padding:1.5rem;font-size:1.2rem;font-weight:700}.stores-list{flex-grow:1;padding:1rem;overflow-y:auto}.store-item{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius-md);cursor:pointer;margin-bottom:1rem;padding:1.25rem;transition:border-color .3s,transform .3s}.store-item:hover{border-color:var(--primary);box-shadow:var(--shadow-sm);transform:translateY(-2px)}.store-item h4{color:var(--primary);margin:0 0 .25rem;font-size:1.05rem}.store-item p{color:var(--text-muted);margin:0;font-size:.9rem;line-height:1.5}.map-container{z-index:10;flex-grow:1;height:100%;position:relative}.map-loading-placeholder{background:var(--surface-alt);width:100%;height:100%;color:var(--text-muted);justify-content:center;align-items:center;font-weight:600;display:flex}
