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