*{box-sizing:border-box}body{margin:0;font-family:Arial,sans-serif;color:#1f2937;background:#f8fafc;overflow:hidden}header{height:88px;padding:16px 22px;display:flex;justify-content:space-between;align-items:center;background:#fff;border-bottom:1px solid #e5e7eb}h1{margin:0 0 4px;font-size:24px}header p{margin:0;color:#6b7280}.stats{display:flex;gap:10px}.stats div{min-width:100px;padding:10px;text-align:center;background:#ecfdf3;border:1px solid #d1fadf;border-radius:12px}.stats b{display:block;font-size:22px;color:#0f5132}.stats span{font-size:12px;color:#6b7280}main{display:grid;grid-template-columns:370px 1fr;height:calc(100vh - 88px)}aside{background:#fff;border-right:1px solid #e5e7eb;overflow:auto}.filter{position:sticky;top:0;z-index:3;padding:18px;background:#fff;border-bottom:1px solid #e5e7eb}label{display:block;margin-bottom:6px;font-size:12px;font-weight:700}input,select,button{width:100%;height:42px;padding:9px 11px;border:1px solid #d0d5dd;border-radius:8px;background:#fff}.grid{display:grid;grid-template-columns:1fr 1fr;gap:10px;margin-top:14px}.buttons button{cursor:pointer;font-weight:700;background:#f3f4f6;border:0}.buttons .primary{background:#146c43;color:#fff}.list-section{padding:14px}.list-head{display:flex;justify-content:space-between;align-items:center}.list-head h2{font-size:16px}.list-head span{font-size:12px;color:#6b7280}.store{padding:13px;margin-bottom:10px;border:1px solid #e5e7eb;border-radius:10px;cursor:pointer}.store:hover{border-color:#146c43;box-shadow:0 8px 24px rgba(15,23,42,.08)}.store h3{margin:0 0 7px;font-size:14px}.store p{margin:4px 0;color:#6b7280;font-size:12px}.badges{display:flex;gap:6px;flex-wrap:wrap;margin-top:8px}.badge{padding:4px 7px;border-radius:999px;background:#f2f4f7;font-size:11px}.map-wrap{position:relative}.map-wrap,#map{width:100%;height:100%}.loading{position:absolute;inset:0;display:flex;align-items:center;justify-content:center;background:rgba(255,255,255,.9);z-index:5}.error{position:absolute;left:50%;top:18px;transform:translateX(-50%);z-index:8;background:#fff1f0;color:#b42318;border:1px solid #fecdca;padding:12px;border-radius:10px}.hidden{display:none}.empty{text-align:center;padding:24px;color:#6b7280}.popup h3{margin:0 0 8px}.popup p{margin:5px 0;font-size:13px}.popup a{display:inline-block;margin-top:8px;padding:8px 11px;background:#146c43;color:#fff;text-decoration:none;border-radius:7px;font-size:12px;font-weight:700}@media(max-width:850px){body{overflow:auto}header{height:auto;align-items:flex-start}.stats{flex-direction:column}main{grid-template-columns:1fr;height:auto}aside{max-height:440px}.map-wrap{height:62vh}}