.pst-pl{ --ink:#0C0D10; --sub:#6B7078; --panel:#F4F5F7; --border:#E2E4E8; --accent:#D5580C;
  max-width:1080px; margin:0 auto; padding:24px 20px 48px; font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Arial,sans-serif; color:var(--ink); }
.pst-pl *{ box-sizing:border-box; }

.pst-pl-head{ margin-bottom:28px; }
.pst-pl-head h1{ font-size:26px; font-weight:800; margin:0 0 6px; letter-spacing:-0.01em; }
.pst-pl-head p{ font-size:14px; color:var(--sub); margin:0; }

.pst-pl-grid{ display:grid; grid-template-columns:repeat(2,1fr); gap:16px; }
@media (min-width:640px){ .pst-pl-grid{ grid-template-columns:repeat(3,1fr); } }
@media (min-width:900px){ .pst-pl-grid{ grid-template-columns:repeat(4,1fr); } }

.pst-pl-card{ display:block; text-decoration:none; color:var(--ink); border:1px solid var(--border); border-radius:6px; overflow:hidden; }
.pst-pl-card:hover{ border-color:var(--accent); }
.pst-pl-imgwrap{ background:var(--panel); aspect-ratio:1; overflow:hidden; }
.pst-pl-imgwrap img{ width:100%; height:100%; object-fit:cover; display:block; }
.pst-pl-body{ display:flex; flex-direction:column; gap:2px; padding:10px 12px 12px; }
.pst-pl-name{ font-size:13px; font-weight:700; line-height:1.3; }
.pst-pl-price{ font-size:12.5px; color:var(--sub); font-variant-numeric:tabular-nums; }
