.st-hero{border:1px dashed var(--st-b);border-radius:var(--st-r);padding:12px;margin:0 0 12px}
.st-tiles{display:grid;grid-template-columns:repeat(3,1fr);gap:10px}
@media (max-width:860px){.st-tiles{grid-template-columns:repeat(2,1fr)}}
@media (max-width:520px){.st-tiles{grid-template-columns:1fr}}
.st-tile{border:1px solid var(--st-b);border-radius:var(--st-r);padding:10px;text-decoration:none;color:var(--st-fg);background:rgba(255,255,255,.02);display:grid;gap:6px}
.st-article{border:1px solid var(--st-b);border-radius:var(--st-r);padding:12px;background:rgba(255,255,255,.02)}
.st-article__bd :is(h2,h3){scroll-margin-top:74px}
.st-next{display:flex;gap:10px;justify-content:space-between;margin:12px 0 0}
.st-next__a{border:1px solid var(--st-b);border-radius:12px;padding:8px 10px;text-decoration:none;color:var(--st-fg);flex:1}
.st-foot{border-top:1px solid var(--st-b);padding:16px;margin:18px 0 0}
.st-ads{height:1px}
