html,body,#root{height:100%;margin:0}html,body{font-family:DM Sans,system-ui,-apple-system,Segoe UI,sans-serif;font-size:14px;font-weight:400}button,input,select,textarea,optgroup{font-family:inherit;font-size:inherit;font-weight:inherit}.ma-app{height:100vh;display:flex;flex-direction:column;overflow:hidden}.ma-header{flex-shrink:0}.ma-shell{display:grid;grid-template-columns:var(--ma-sidebar-w, 260px) 1fr;flex:1;min-height:0;transition:grid-template-columns .2s ease}.ma-sidebar{overflow-y:auto;overflow-x:hidden}.ma-main{padding:28px 32px;overflow-y:auto;overflow-x:hidden;min-width:0}.ma-content{width:100%}.ma-2col{display:grid;grid-template-columns:1fr 1fr;gap:16px}.ma-md{display:grid;grid-template-columns:300px 1fr;gap:20px}.ma-scroll{overflow-x:auto}.ma-filterlane{overflow-x:auto;scrollbar-width:none;-ms-overflow-style:none;padding:8px 0;margin:-8px 0}.ma-filterlane::-webkit-scrollbar{display:none}.ma-tabbar{overflow-x:auto;overflow-y:hidden;scrollbar-width:thin;scrollbar-color:#C7D0DE transparent;padding-bottom:4px}.ma-tabbar::-webkit-scrollbar{height:6px}.ma-tabbar::-webkit-scrollbar-track{background:transparent}.ma-tabbar::-webkit-scrollbar-thumb{background:#c7d0de;border-radius:999px}.ma-tabbar::-webkit-scrollbar-thumb:hover{background:#9faec4}.ma-hamburger{display:none;align-items:center;justify-content:center;width:38px;height:38px;border-radius:9px;border:1px solid #E4E8EF;background:#fff;cursor:pointer;color:#0a2540}.ma-overlay{display:none}@media (max-width: 860px){.ma-shell,.ma-2col,.ma-md{grid-template-columns:1fr}.ma-main{padding:20px 16px}.ma-hamburger{display:inline-flex}.ma-sidebar{position:fixed;top:60px;left:0;bottom:0;width:260px;transform:translate(-100%);transition:transform .25s ease;z-index:50;box-shadow:0 10px 40px #0a142326}.ma-sidebar.open{transform:translate(0)}.ma-overlay.show{display:block;position:fixed;top:60px;right:0;bottom:0;left:0;background:#0a142359;z-index:40}.ma-user-text{display:none}}
