#modulestore .cards { display:grid; grid-template-columns:repeat(auto-fit,minmax(230px,1fr)); gap:14px; }
#modulestore code { color:#fff; background:rgba(255,255,255,.08); padding:2px 6px; border-radius:8px; }
#modulestore pre { white-space:pre-wrap; max-height:260px; overflow:auto; background:rgba(0,0,0,.25); border:1px solid rgba(255,255,255,.08); border-radius:14px; padding:12px; }
#modulestore .service { margin:12px 0; }
