.cards{display:grid;grid-template-columns:repeat(4,1fr);gap:16px;margin-bottom:20px}.card{background:var(--panel2);border:1px solid var(--border);border-radius:18px;padding:20px}.card h3{font-size:14px;color:#cbd5e1;margin:0 0 12px}.card .value{font-size:34px;color:var(--gold);font-weight:900}.card p{color:var(--muted);margin:6px 0 0;font-size:13px}@media(max-width:1200px){.cards{grid-template-columns:repeat(2,1fr)}}@media(max-width:700px){.cards{grid-template-columns:1fr}}
