/* Home page tool sections. The catalogue is 127 tools; the home page shows the shape
   of it rather than every name, so a visitor can tell the groups apart at a glance. */
.rs-tool-cat-intro{max-width:62ch;margin:-6px 0 26px;color:var(--rs-muted,#5b6480)}
.rs-tool-cat-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(288px,1fr));gap:16px}
.rs-tool-cat{border:1px solid var(--rs-border,rgba(30,35,60,.14));border-radius:16px;padding:20px 22px;background:#fff;display:flex;flex-direction:column;gap:9px}
.rs-tool-cat-head{display:flex;align-items:baseline;justify-content:space-between;gap:12px;text-decoration:none;color:inherit}
.rs-tool-cat-head h3{margin:0;font-size:18px;letter-spacing:-.3px}
.rs-tool-cat-head span{font-size:12px;font-weight:600;color:#6755e8;white-space:nowrap}
.rs-tool-cat:hover{border-color:#6755e8}
.rs-tool-cat p{margin:0;font-size:14px;line-height:1.55;color:var(--rs-muted,#5b6480)}
.rs-tool-cat-links{display:flex;flex-wrap:wrap;gap:7px;margin-top:2px}
.rs-tool-cat-links a{font-size:13px;font-weight:600;text-decoration:none;color:#2b3350;border:1px solid rgba(30,35,60,.16);border-radius:999px;padding:6px 12px}
.rs-tool-cat-links a:hover{border-color:#6755e8;color:#6755e8}
@media (max-width:640px){.rs-tool-cat{padding:17px 18px}}
