/* Site 14 (pl-seller). Its own CSS vocabulary: .rynek / .pas / .znak / .kafel / .kafelki /
   .zestaw / .wejscie / .wyliczenie / .stopka. No other site in the network uses these names and
   none of them is a translation of another site's vocabulary - a shared class vocabulary
   survives translation and is therefore a fingerprint (PLAYBOOK section 7).
   Layout is a single column under a horizontal top bar: this is the transactional site, the
   reader arrives from a platform query and needs the platform list in one glance. */
:root{--tlo:#ffffff;--przydymione:#f2f0ec;--tekst:#1b1a18;--cien:#615d56;--linia:#ddd8d0;
  --akcent:#b03a2e;--akcent-ciemny:#7d2a20}
*{box-sizing:border-box}
body.rynek{margin:0;background:var(--tlo);color:var(--tekst);
  font:16.5px/1.62 "Helvetica Neue",Helvetica,Arial,sans-serif}
.pas{border-bottom:2px solid var(--tekst);padding:.9rem 1.25rem;display:flex;flex-wrap:wrap;
  align-items:baseline;gap:1.25rem;max-width:56rem;margin:0 auto}
.znak{font-weight:700;letter-spacing:-.015em;color:var(--tekst);text-decoration:none;
  font-size:1.05rem}
.pas-menu ul{list-style:none;display:flex;flex-wrap:wrap;gap:1rem;margin:0;padding:0}
.pas-menu a{color:var(--cien);text-decoration:none;font-size:.9rem}
.pas-menu a:hover,.pas-menu a[aria-current]{color:var(--akcent)}
main{max-width:56rem;margin:0 auto;padding:2.5rem 1.25rem 1rem}
h1{font-size:2rem;line-height:1.18;margin:0 0 .85rem;letter-spacing:-.018em}
h2{font-size:1.28rem;margin:2.2rem 0 .55rem}
h3{font-size:1.03rem;margin:1.5rem 0 .3rem}
p{margin:0 0 .95rem;max-width:40rem}
p.wejscie{font-size:1.12rem;color:var(--cien);margin-bottom:1.9rem;max-width:40rem}
p.wejscie-uwaga{color:var(--cien);font-style:italic}
.zestaw{background:var(--przydymione);border-top:3px solid var(--akcent);padding:1.05rem 1.25rem;
  margin:0 0 2rem;max-width:40rem}
.zestaw h2{margin:0 0 .45rem;font-size:.76rem;letter-spacing:.11em;text-transform:uppercase;
  color:var(--akcent-ciemny)}
.zestaw ul{margin:0;padding-left:1.1rem}
.zestaw li{margin:.42rem 0}
.kafel{margin:0 0 1rem}
.wyliczenie{padding-left:1.2rem;max-width:40rem}
.wyliczenie li{margin:.32rem 0}
.kafelki{list-style:none;margin:1.6rem 0 0;padding:0;display:grid;gap:.6rem;
  grid-template-columns:repeat(auto-fill,minmax(15rem,1fr))}
.kafelki li{border:1px solid var(--linia);padding:.8rem .95rem}
.kafelki a{color:var(--akcent);text-decoration:none;font-weight:600}
.stopka{max-width:56rem;margin:0 auto;padding:2rem 1.25rem 3rem;border-top:1px solid var(--linia);
  color:var(--cien);font-size:.9rem}
.stopka a{color:var(--akcent)}
@media (max-width:640px){
  .pas{flex-direction:column;gap:.6rem}
  main{padding-top:1.6rem}
  h1{font-size:1.58rem}
}
