/* THE AI ACE — Resource strip / estadísticas */
.resource-strip{max-width:1400px;margin:0 auto 60px;border:1px solid #15446a;border-radius:15px;display:grid;grid-template-columns:repeat(4,1fr);background:linear-gradient(180deg,#071523,#04101a)}.resource-strip div{padding:22px;text-align:center;border-right:1px solid #14344c}.resource-strip div:last-child{border-right:0}.resource-strip strong{display:block;color:var(--cyan);font-size:25px}.resource-strip span{color:var(--muted)}body.light-mode .resource-strip{background:#fff;color:#10202d;border-color:#c6d7e3}
@media(max-width:760px){.resource-strip{margin:0 20px 40px;grid-template-columns:1fr 1fr}.resource-strip div:nth-child(2){border-right:0}}
