*,:before,:after{box-sizing:border-box;margin:0;padding:0}html,body{-webkit-font-smoothing:antialiased;width:100%;height:100%;font-family:Quicksand,Segoe UI,sans-serif;overflow:hidden}#root{width:100%;height:100%;display:flex;overflow:hidden}.crm-app{background:#f7f4eb;width:100%;height:100%;display:flex;overflow:hidden}.crm-sidebar{z-index:100;background:#003254;flex-direction:column;width:220px;height:100%;display:flex;position:fixed;top:0;bottom:0;left:0;box-shadow:3px 0 16px #00325433}.crm-main{flex-direction:column;width:calc(100% - 220px);height:100%;margin-left:220px;display:flex}.crm-topbar{background:#fff;border-bottom:2px solid #9acec6;flex-shrink:0;justify-content:space-between;align-items:center;height:60px;padding:0 24px;display:flex}.crm-content{flex:1;overflow:hidden auto}::-webkit-scrollbar{width:6px;height:6px}::-webkit-scrollbar-track{background:#f7f4eb}::-webkit-scrollbar-thumb{background:#9acec6;border-radius:3px}.fgrid-4{grid-template-columns:repeat(4,1fr);gap:12px;display:grid}.fgrid-3{grid-template-columns:repeat(3,1fr);gap:12px;display:grid}@media (width<=900px){.fgrid-4,.fgrid-3{grid-template-columns:repeat(2,1fr)}}.tbl-outer{background:#fff;border:1px solid #9acec64d;border-radius:12px;width:100%;overflow-x:auto}table{border-collapse:collapse;width:100%}@keyframes fadeIn{0%{opacity:0;transform:translateY(5px)}to{opacity:1;transform:translateY(0)}}
