.pharmacies-module__JlZUoG__page{min-height:calc(100vh - var(--nav-height))}.pharmacies-module__JlZUoG__header{padding:var(--space-8) var(--space-6) var(--space-6);background:var(--bg-primary);border-bottom:1px solid var(--border)}.pharmacies-module__JlZUoG__headerInner{max-width:var(--container-max);justify-content:space-between;align-items:center;gap:var(--space-4);flex-wrap:wrap;margin:0 auto;display:flex}.pharmacies-module__JlZUoG__headerText h1{color:var(--text-primary);margin-bottom:var(--space-1);font-size:1.5rem;font-weight:800}.pharmacies-module__JlZUoG__headerText p{color:var(--text-secondary);font-size:.9rem}.pharmacies-module__JlZUoG__radiusSelect{align-items:center;gap:var(--space-2);color:var(--text-secondary);font-size:.8125rem;display:flex}.pharmacies-module__JlZUoG__radiusSelect select{padding:var(--space-2) var(--space-3);border:1px solid var(--border);border-radius:var(--radius-sm);font-family:var(--font-body);background:var(--bg-primary);color:var(--text-primary);cursor:pointer;outline:none;font-size:.8125rem}.pharmacies-module__JlZUoG__radiusSelect select:focus{border-color:var(--primary)}.pharmacies-module__JlZUoG__mapSection{position:relative}.pharmacies-module__JlZUoG__mapContainer{background:var(--bg-tertiary);width:100%;height:450px}.pharmacies-module__JlZUoG__permissionOverlay{background:linear-gradient(135deg, var(--bg-secondary) 0%, var(--bg-primary) 100%);text-align:center;height:450px;padding:var(--space-8);flex-direction:column;justify-content:center;align-items:center;display:flex}.pharmacies-module__JlZUoG__permissionIcon{border-radius:var(--radius-full);background:var(--primary-50);width:72px;height:72px;color:var(--primary);margin-bottom:var(--space-5);justify-content:center;align-items:center;animation:2s ease-in-out infinite pharmacies-module__JlZUoG__pulse;display:flex}@keyframes pharmacies-module__JlZUoG__pulse{0%,to{transform:scale(1)}50%{transform:scale(1.06)}}.pharmacies-module__JlZUoG__permissionTitle{color:var(--text-primary);margin-bottom:var(--space-2);font-size:1.125rem;font-weight:700}.pharmacies-module__JlZUoG__permissionText{color:var(--text-secondary);max-width:380px;margin-bottom:var(--space-6);font-size:.875rem;line-height:1.6}.pharmacies-module__JlZUoG__permissionBtn{align-items:center;gap:var(--space-2);padding:var(--space-3) var(--space-6);background:var(--primary);color:var(--text-inverted);border-radius:var(--radius-md);font-family:var(--font-body);cursor:pointer;transition:all var(--duration-fast) var(--ease-default);border:none;font-size:.9375rem;font-weight:600;display:inline-flex}.pharmacies-module__JlZUoG__permissionBtn:hover{background:var(--primary-dark);transform:translateY(-1px)}.pharmacies-module__JlZUoG__permissionBtn:active{transform:scale(.97)}.pharmacies-module__JlZUoG__permissionError{color:var(--danger);margin-top:var(--space-3);font-size:.8125rem;font-weight:500}.pharmacies-module__JlZUoG__loadingOverlay{background:var(--bg-secondary);justify-content:center;align-items:center;gap:var(--space-4);flex-direction:column;height:450px;display:flex}.pharmacies-module__JlZUoG__loadingSpinner{border:3px solid var(--border);border-top-color:var(--primary);border-radius:50%;width:32px;height:32px;animation:.7s linear infinite pharmacies-module__JlZUoG__spin}@keyframes pharmacies-module__JlZUoG__spin{to{transform:rotate(360deg)}}.pharmacies-module__JlZUoG__loadingText{color:var(--text-muted);font-size:.875rem;font-weight:500}.pharmacies-module__JlZUoG__listSection{max-width:var(--container-max);padding:var(--space-8) var(--space-6);margin:0 auto}.pharmacies-module__JlZUoG__listHeader{margin-bottom:var(--space-5);justify-content:space-between;align-items:center;display:flex}.pharmacies-module__JlZUoG__listTitle{color:var(--text-primary);font-size:1.125rem;font-weight:700}.pharmacies-module__JlZUoG__listCount{color:var(--text-muted);font-size:.8125rem;font-weight:500}.pharmacies-module__JlZUoG__pharmacyGrid{gap:var(--space-5);grid-template-columns:repeat(auto-fill,minmax(320px,1fr));display:grid}.pharmacies-module__JlZUoG__pharmacyCard{background:var(--bg-primary);border:1px solid var(--border);border-radius:var(--radius-md);padding:var(--space-5);transition:all var(--duration-normal) var(--ease-default);cursor:pointer;animation:pharmacies-module__JlZUoG__fadeInUp var(--duration-slow) var(--ease-out) both}.pharmacies-module__JlZUoG__pharmacyCard:hover{box-shadow:var(--shadow-md);border-color:var(--primary-100);transform:translateY(-2px)}.pharmacies-module__JlZUoG__pharmacyCard.pharmacies-module__JlZUoG__active{border-color:var(--primary);box-shadow:0 0 0 3px var(--primary-50)}.pharmacies-module__JlZUoG__pharmacyName{color:var(--text-primary);margin-bottom:var(--space-2);align-items:center;gap:var(--space-2);font-size:.9375rem;font-weight:700;display:flex}.pharmacies-module__JlZUoG__pharmacyAddress{color:var(--text-secondary);margin-bottom:var(--space-3);font-size:.8125rem;line-height:1.5}.pharmacies-module__JlZUoG__pharmacyMeta{align-items:center;gap:var(--space-4);flex-wrap:wrap;display:flex}.pharmacies-module__JlZUoG__pharmacyMetaItem{align-items:center;gap:var(--space-1);font-size:.75rem;font-weight:500;display:flex}.pharmacies-module__JlZUoG__openBadge{color:var(--accent-dark);background:var(--accent-light);border-radius:var(--radius-full);padding:1px 8px}.pharmacies-module__JlZUoG__closedBadge{color:var(--danger);background:var(--danger-light);border-radius:var(--radius-full);padding:1px 8px}.pharmacies-module__JlZUoG__ratingBadge{color:var(--amber)}.pharmacies-module__JlZUoG__pharmacyActions{align-items:center;gap:var(--space-2);margin-top:var(--space-4);padding-top:var(--space-3);border-top:1px solid var(--border);display:flex}.pharmacies-module__JlZUoG__actionLink{align-items:center;gap:var(--space-1);color:var(--primary);padding:var(--space-1) var(--space-2);border-radius:var(--radius-sm);transition:background var(--duration-fast) var(--ease-default);font-size:.75rem;font-weight:600;text-decoration:none;display:inline-flex}.pharmacies-module__JlZUoG__actionLink:hover{background:var(--primary-50)}.pharmacies-module__JlZUoG__emptyList{text-align:center;padding:var(--space-10);color:var(--text-muted)}.pharmacies-module__JlZUoG__emptyList p{max-width:320px;margin:0 auto;font-size:.875rem;line-height:1.6}@media (max-width:768px){.pharmacies-module__JlZUoG__mapContainer,.pharmacies-module__JlZUoG__permissionOverlay,.pharmacies-module__JlZUoG__loadingOverlay{height:350px}.pharmacies-module__JlZUoG__pharmacyGrid{grid-template-columns:1fr}.pharmacies-module__JlZUoG__headerInner{flex-direction:column;align-items:flex-start}}
