:root{color-scheme:light;font-family:system-ui,-apple-system,Segoe UI,Roboto,sans-serif}body{margin:0;background:#f8fafc;color:#0f172a}*{box-sizing:border-box}.header{background:#0067fd;color:#fff;padding:14px 16px}.header .inner{max-width:960px;margin:0 auto;display:flex;align-items:center;justify-content:space-between;gap:10px}.brand{font-weight:800;font-size:1.15rem;display:flex;align-items:center;gap:10px}.brand-logo{width:34px;height:34px;border-radius:50%;background:#fff;object-fit:cover}.container{max-width:960px;margin:0 auto;padding:16px}.grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(220px,1fr));gap:14px}.card{background:#fff;border:1px solid #e2e8f0;border-radius:12px;padding:14px;box-shadow:0 1px 2px #0f172a0d;text-decoration:none;color:inherit;display:block}.card:hover{border-color:#0067fd}.avatar{width:44px;height:44px;border-radius:10px;background:#dbeafe;color:#0067fd;font-weight:800;display:flex;align-items:center;justify-content:center;font-size:1.1rem;margin-bottom:8px}.name{font-weight:700}.muted{color:#64748b;font-size:.8rem}.photo{width:100%;height:160px;object-fit:cover;border-radius:10px;background:#f1f5f9}.placeholder{width:100%;height:160px;border-radius:10px;background:#f1f5f9;display:flex;align-items:center;justify-content:center;color:#94a3b8}.price{font-weight:800;color:#0067fd}button,.btn{border:0;border-radius:8px;padding:9px 13px;font-size:.85rem;font-weight:600;background:#0067fd;color:#fff;cursor:pointer;text-decoration:none;display:inline-block}input,select{padding:9px 10px;border:1px solid #cbd5e1;border-radius:8px;font-size:.9rem}.back{display:inline-block;margin-bottom:12px;color:#0067fd;font-weight:600;text-decoration:none}.store-head{display:flex;align-items:center;gap:12px;margin-bottom:14px}
