*{box-sizing:border-box}
:root{--brand:#0bb3a4;--brand-dark:#078f84;--brand-soft:#edfbf9;--text:#17212b;--muted:#7b858e;--border:#e9edef;--bg:#f5f7f8;--white:#fff;--success:#15a66a}
button,a{-webkit-tap-highlight-color:transparent}
.shop-page{width:100%;max-width:600px;margin:0 auto;padding:16px}
.shop-page-header{display:flex;justify-content:space-between;align-items:center;gap:12px;margin-bottom:18px}
.shop-page-header h2{margin:0;font-size:21px;font-weight:700}
.shop-page-header p{margin:5px 0 0;font-size:12px;color:#828b94}
.shop-count{flex-shrink:0;background:#e8faf7;color:#079b8e;padding:7px 12px;border-radius:30px;font-size:11px;font-weight:700}
.shop-list{display:flex;flex-direction:column;gap:14px}
.shop-card{background:var(--white);border:1px solid var(--border);border-radius:20px;padding:14px;box-shadow:0 8px 25px rgba(31,41,55,.05);transition:.25s ease}
.shop-card:hover{transform:translateY(-2px);box-shadow:0 12px 32px rgba(31,41,55,.09)}
.shop-top{display:flex;align-items:center;gap:13px}
.shop-logo{width:72px;height:72px;border-radius:17px;background:#f5f7f8;border:1px solid #edf0f2;overflow:hidden;flex-shrink:0}
.shop-logo img{width:100%;height:100%;object-fit:cover}
.shop-info{flex:1;min-width:0}
.shop-title-row{display:flex;align-items:center;gap:6px}
.shop-title-row h3{margin:0;font-size:15px;line-height:1.35;font-weight:700}
.verified-badge{width:18px;height:18px;border-radius:50%;background:var(--brand);color:#fff;font-size:11px;display:flex;align-items:center;justify-content:center;flex-shrink:0}
.shop-category{color:#0aa698;font-size:11px;font-weight:600;margin:5px 0}
.shop-location{display:flex;align-items:center;gap:4px;font-size:11px;color:var(--muted)}
.shop-location svg{width:14px;height:14px;fill:none;stroke:var(--muted);stroke-width:1.8}
.shop-details{margin-top:14px;background:#f8fafb;border-radius:13px;display:grid;grid-template-columns:repeat(3,1fr);overflow:hidden}
.shop-detail-item{padding:10px 8px;text-align:center}
.shop-detail-item+.shop-detail-item{border-left:1px solid #e8ecee}
.shop-detail-item span{display:block;color:#899198;font-size:9px;margin-bottom:4px}
.shop-detail-item strong{font-size:12px}
.open-status{color:var(--success)}
.shop-actions{display:grid;grid-template-columns:1fr 120px;gap:9px;margin-top:12px}
.go-shop-btn,.share-shop-btn{height:43px;border-radius:13px;display:flex;align-items:center;justify-content:center;gap:7px;font-size:12px;font-weight:700;cursor:pointer}
.go-shop-btn{background:linear-gradient(135deg,#0bb7a7,#07998e);color:#fff;text-decoration:none;box-shadow:0 7px 16px rgba(11,183,167,.18)}
.go-shop-btn svg,.share-shop-btn svg{width:16px;height:16px;fill:none;stroke:currentColor;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}
.share-shop-btn{background:var(--brand-soft);border:1px solid #ccefeb;color:var(--brand-dark)}
.go-shop-btn:hover{filter:brightness(.97)}
.share-shop-btn:hover{background:#e4f8f5}
@media(max-width:380px){.shop-page{padding:11px}.shop-logo{width:63px;height:63px}.shop-title-row h3{font-size:13px}.shop-actions{grid-template-columns:1fr 105px}.go-shop-btn,.share-shop-btn{font-size:11px}}
