.info-hub{margin:0 0 18px;padding:16px;border:1px solid var(--border);border-radius:12px;background:linear-gradient(145deg,rgba(23,32,48,.72),rgba(12,16,24,.55))}
.info-hub-head{display:flex;align-items:baseline;gap:10px;margin-bottom:12px;flex-wrap:wrap}
.info-hub-head h2{margin:0;font-size:15px;letter-spacing:-.02em}.info-hub-head p{margin:0;color:var(--muted);font-size:12px}
.info-hub-grid{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));gap:8px}
.info-hub-card{min-width:0;display:flex;flex-direction:column;align-items:flex-start;gap:5px;padding:12px;border:1px solid rgba(148,163,184,.18);border-radius:9px;background:rgba(8,12,19,.42);color:var(--text);text-decoration:none;transition:transform .16s ease,border-color .16s ease,background .16s ease}
.info-hub-card:hover{transform:translateY(-2px);border-color:rgba(96,165,250,.55);background:rgba(19,28,43,.7)}
.info-hub-card .ih-icon{display:grid;place-items:center;width:25px;height:25px;border-radius:7px;background:rgba(59,130,246,.12);color:#93c5fd;font-size:13px;font-weight:800}
.info-hub-card strong{font-size:13px;line-height:1.3}.info-hub-card>span:not(.ih-icon){min-height:34px;color:var(--muted);font-size:11px;line-height:1.5}.info-hub-card small{margin-top:auto;color:#9fb9df;font-size:10.5px;font-weight:700}
@media(max-width:1080px){.info-hub-grid{grid-template-columns:repeat(3,minmax(0,1fr))}}
@media(max-width:640px){.info-hub{padding:13px;margin-bottom:14px}.info-hub-head{display:block}.info-hub-head h2{font-size:14px}.info-hub-head p{margin-top:5px;line-height:1.5}.info-hub-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:7px}.info-hub-card{padding:10px}.info-hub-card>span:not(.ih-icon){min-height:48px}}
@media(max-width:380px){.info-hub-grid{grid-template-columns:1fr}.info-hub-card>span:not(.ih-icon){min-height:0}}
