*,:before,:after{box-sizing:border-box;margin:0;padding:0}body{margin:0;font-family:Segoe UI,system-ui,sans-serif}#root{flex-direction:column;width:100%;min-height:100svh;display:flex}.g2{grid-template-columns:1fr 1fr;display:grid}.g3{grid-template-columns:1fr 1fr 1fr;display:grid}.g4{grid-template-columns:repeat(4,1fr);display:grid}.g5{grid-template-columns:repeat(5,1fr);display:grid}.g6{grid-template-columns:repeat(6,1fr);display:grid}.g7{grid-template-columns:repeat(7,1fr);display:grid}@media (width<=900px){.g3,.g4,.g5{grid-template-columns:1fr 1fr}.g6{grid-template-columns:1fr 1fr 1fr}.g7{grid-template-columns:repeat(4,1fr)}}@media (width<=640px){.g2,.g3,.g4,.g5,.g6,.g7{grid-template-columns:1fr}table{font-size:12px}table th,table td{padding:7px 8px!important}}html{overflow-x:hidden}body{max-width:100vw}[style*=overflowX]{-webkit-overflow-scrolling:touch}::-webkit-scrollbar{width:5px;height:5px}::-webkit-scrollbar-track{background:#f3f4f6}::-webkit-scrollbar-thumb{background:#a00;border-radius:4px}
