*,:before,:after{box-sizing:border-box;margin:0;padding:0}body{-webkit-font-smoothing:antialiased;background:#0f172a;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif}input,select,textarea,button{font-family:inherit}a{color:inherit}::-webkit-scrollbar{width:6px}::-webkit-scrollbar-track{background:#0f172a}::-webkit-scrollbar-thumb{background:#334155;border-radius:3px}.grid-4{grid-template-columns:repeat(4,1fr);gap:16px;display:grid}.grid-2{grid-template-columns:repeat(2,1fr);gap:24px;display:grid}.grid-3{grid-template-columns:repeat(3,1fr);gap:16px;display:grid}.form-grid{grid-template-columns:1fr 1fr;gap:16px;display:grid}.table-wrap{overflow-x:auto}@media (width<=768px){.grid-4{grid-template-columns:repeat(2,1fr)}.grid-2,.grid-3,.form-grid{grid-template-columns:1fr}.hide-mobile{display:none!important}.page-pad{padding:16px!important}}@media (width<=480px){.grid-4{grid-template-columns:1fr 1fr}}
