@import url("https://fonts.googleapis.com/css2?family=Roboto+Mono:wght@400;500;600;700&display=swap");*{box-sizing:border-box;padding:0;margin:0}body,html{max-width:100vw;overflow-x:hidden;font-family:Roboto Mono,monospace;background:#fff;color:#0a0f1f;font-size:16px;line-height:1.5;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}a{color:inherit;text-decoration:none}button{font-family:inherit}.Layout_layout__oM4MU{display:flex;min-height:100vh;background:#f8f9fb}.Layout_sidebar__saart{width:240px;background:#3a38f9;color:#fff;display:flex;flex-direction:column;position:fixed;height:100vh;left:0;top:0;z-index:100;border-right:none}.Layout_sidebarHeader__yeRXA{padding:1.5rem 1.25rem;border-bottom:1px solid hsla(0,0%,100%,.1)}.Layout_logo__Yfd0y{display:flex;align-items:center;gap:8px}.Layout_logoIcon__hi4vd{width:36px;height:36px;border-radius:8px;display:flex;align-items:center;justify-content:center;flex-shrink:0}.Layout_logoIcon__hi4vd img{width:100%;height:100%;object-fit:contain}.Layout_logoText__k7sgH{font-size:24px;font-weight:800}.Layout_nav__qOLUE{flex:1 1;padding:1rem 0;overflow-y:auto}.Layout_navItem__dRAc_{display:flex;align-items:center;gap:.75rem;padding:.625rem 1.25rem;color:hsla(0,0%,100%,.7);text-decoration:none;transition:all .2s;font-size:.9375rem;border-left:3px solid transparent}.Layout_navItem__dRAc_:hover{background:hsla(0,0%,100%,.05);color:#fff}.Layout_navItemActive__qGqMp{background:rgba(255,230,0,.15);color:#ffe600;border-left-color:#ffe600}.Layout_navIcon__g1cHI{font-size:1.125rem;width:20px;height:20px;display:flex;align-items:center;justify-content:center;flex-shrink:0}.Layout_navIcon__g1cHI svg{stroke-width:2}.Layout_navLabel__pRE9b{flex:1 1}.Layout_navSection__shHxh{margin-top:1.5rem}.Layout_navSectionTitle___AXky{padding:.5rem 1.25rem;font-size:.75rem;font-weight:600;text-transform:uppercase;letter-spacing:.05em;color:hsla(0,0%,100%,.5)}.Layout_sidebarFooter__QOc3J{padding:1rem 1.25rem;border-top:1px solid hsla(0,0%,100%,.1);display:flex;align-items:center;gap:.75rem}.Layout_adminInfo__HLnsv{display:flex;align-items:center;gap:.75rem;flex:1 1}.Layout_adminAvatar__SoWUb{width:36px;height:36px;border-radius:50%;background:#5a59fa;display:flex;align-items:center;justify-content:center;font-weight:600;font-size:.875rem;flex-shrink:0}.Layout_adminDetails__3_hOt{flex:1 1;min-width:0}.Layout_adminName__cvx47{font-size:.875rem;font-weight:500;color:#fff;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.Layout_adminRole__dYACd{font-size:.75rem;color:hsla(0,0%,100%,.6)}.Layout_logoutButton__AteYb{width:36px;height:36px;border-radius:8px;border:none;background:hsla(0,0%,100%,.1);color:hsla(0,0%,100%,.7);display:flex;align-items:center;justify-content:center;cursor:pointer;transition:all .2s;flex-shrink:0}.Layout_logoutButton__AteYb:hover{background:hsla(0,0%,100%,.15);color:#fff}.Layout_logoutButton__AteYb svg{stroke-width:2}.Layout_main__BqQ1G{flex:1 1;margin-left:240px;padding:2rem;min-height:100vh;background:#fff}@media (max-width:768px){.Layout_sidebar__saart{transform:translateX(-100%)}.Layout_main__BqQ1G{margin-left:0}}