.numeros-cards-wrapper{display:grid;grid-auto-columns:1fr;grid-auto-rows:auto;grid-template-columns:repeat(3,1fr);grid-gap:20px}.numeros-cards-wrapper .numeros-card{background:#1f1b24;border-radius:16px;cursor:pointer;display:flex;flex-direction:column;gap:24px;justify-content:space-between;padding:24px}.bottom-row{align-items:stretch;display:flex;gap:12px;height:72px}.stat-box{background:#0e0816;border-radius:10px;display:flex;flex:1;flex-direction:column;justify-content:center;overflow:hidden;padding:12px 16px}.stat-number{color:#fff;font-size:22px;font-weight:800;line-height:1;transition:font-size .35s ease}.stat-label{color:#aaa;font-size:12px;margin-top:5px;overflow:hidden;text-overflow:ellipsis;transition:font-size .35s ease,color .35s ease;white-space:nowrap}.numeros-btn{align-items:center;background:linear-gradient(135deg,#6326e6,#6326e6);border-radius:10px;display:flex;flex-shrink:0;height:100%;justify-content:center;overflow:hidden;transition:width .4s cubic-bezier(.34,1.4,.64,1);width:0}.numeros-btn svg{fill:none;flex-shrink:0;height:26px;opacity:0;stroke:#fff;stroke-linecap:round;stroke-linejoin:round;stroke-width:2.5;transition:opacity .2s ease .15s;width:26px}.numeros-card:hover .stat-number{font-size:15px}.numeros-card:hover .stat-label{color:#777;font-size:11px}.numeros-card:hover .numeros-btn{width:72px}.numeros-card:hover .numeros-btn svg{opacity:1}@media (max-width:768px){.numeros-cards-wrapper{grid-template-columns:repeat(1,1fr)}.numeros-cards-wrapper .numeros-card{padding:14px}.stat-box{padding:12px}.numeros-card:hover .numeros-btn{width:25px}}