*,:before,:after{box-sizing:border-box;margin:0;padding:0}:root{--bg:#0a0a0a;--surface:#111;--surface2:#1a1a1a;--border:#222;--text:#e5e5e5;--text2:#888;--text3:#444;--blue:#2563eb;--blue-dim:#2563eb1f;--green:#22c55e;--green-dim:#22c55e1a;--red:#ef4444;--red-dim:#ef44441a;--yellow:#f59e0b;--yellow-dim:#f59e0b1a;--purple:#a855f7;--purple-dim:#a855f71a;--radius:10px}body{background:var(--bg);color:var(--text);-webkit-font-smoothing:antialiased;font-family:-apple-system,BlinkMacSystemFont,Inter,Segoe UI,sans-serif;font-size:14px;line-height:1.5}#root{flex-direction:column;min-height:100vh;display:flex}a{color:inherit;text-decoration:none}button{cursor:pointer;font-family:inherit}.ud-stat-grid{grid-template-columns:repeat(4,1fr);gap:14px;margin-bottom:20px;display:grid}.ud-two-col{grid-template-columns:1fr 1fr;gap:20px;margin-bottom:20px;display:grid}.ud-table-wrap{-webkit-overflow-scrolling:touch;overflow-x:auto}.ud-header{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:12px;display:flex}@media (width<=900px){.ud-stat-grid{grid-template-columns:repeat(2,1fr)}}@media (width<=600px){.ud-stat-grid{grid-template-columns:1fr 1fr;gap:10px}.ud-two-col{grid-template-columns:1fr;gap:14px}}
