.drawer-paper{width:80px;box-sizing:border-box;background:linear-gradient(180deg,#135597,#0f4580)!important;color:white;font-family:Source Sans\ 3,sans-serif!important;transition:width .3s cubic-bezier(.4,0,.2,1)!important;overflow-x:hidden;border-right:none!important;box-shadow:4px 0 10px rgba(0,0,0,.1);display:flex;flex-direction:column}.drawer-paper.open{width:280px}.drawer-header{display:flex;align-items:center;min-height:70px!important;padding:0 12px!important;background:transparent!important;border-bottom:1px solid rgba(255,255,255,.1)!important;position:relative}.drawer-header:not(.open){justify-content:center;padding:0!important}.drawer-header.open{justify-content:space-between}.menu-toggle-button{margin:0!important;position:relative;left:0}.drawer-header:not(.open) .menu-toggle-button{margin:0 auto!important}.menu-item{justify-content:flex-start!important;width:auto!important}.drawer-paper:not(.open) .menu-item{justify-content:center!important;padding:10px 0!important}.drawer-paper:not(.open) .menu-item:hover{transform:none}.menu-icon{width:40px!important;flex-shrink:0}.drawer-paper:not(.open) .menu-item:hover .menu-icon .MuiSvgIcon-root{transform:none}.menu-text{white-space:nowrap}.drawer-paper:not(.open) .menu-text{display:none}.user-info{justify-content:flex-start!important}.drawer-paper:not(.open) .user-info{justify-content:center!important;padding:12px 0!important}.user-icon{width:40px!important;flex-shrink:0}.drawer-paper:not(.open) .user-details{display:none}.drawer-paper:not(.open) .menu-item{animation:none}.logo-container{flex:1;display:flex;justify-content:center;align-items:center;padding:8px}.logo{width:120px;height:auto;object-fit:contain;filter:brightness(1.1)}.menu-toggle-button{color:white!important;padding:8px!important;background-color:rgba(255,255,255,.05)!important;transition:all .2s ease!important}.menu-toggle-button:hover{background-color:rgba(255,255,255,.15)!important;transform:scale(1.05)}.menu-list{flex:1;padding:12px 0!important}.menu-item{display:flex!important;align-items:center!important;padding:10px 16px!important;margin:4px 8px!important;border-radius:8px!important;background:transparent!important;color:white!important;transition:all .2s ease!important;cursor:pointer;min-height:48px}.menu-item:hover{background:rgba(255,255,255,.1)!important;transform:translateX(4px)}.menu-item.active{background:rgba(255,255,255,.15)!important;box-shadow:0 2px 4px rgba(0,0,0,.1)}.menu-icon{min-width:40px!important;display:flex!important;justify-content:center!important;align-items:center!important;color:white!important}.menu-icon .MuiSvgIcon-root{font-size:24px!important;color:white!important;transition:transform .2s ease}.menu-item:hover .menu-icon .MuiSvgIcon-root{transform:scale(1.1)}.menu-text{margin-left:8px!important;flex:1}.menu-text-primary{font-size:14px!important;font-weight:500!important;color:white!important;font-family:Source Sans\ 3,sans-serif!important;letter-spacing:.3px}.submenu-arrow{font-size:18px!important;color:rgba(255,255,255,.7)!important;transition:transform .3s ease!important}.submenu-arrow.rotated{transform:rotate(90deg)}.submenu-list{background:rgba(0,0,0,.1)!important;border-radius:8px!important;margin:4px 16px 8px!important;overflow:hidden}.submenu-item{display:flex!important;align-items:center!important;padding:8px 16px 8px 52px!important;margin:2px 4px!important;border-radius:6px!important;color:white!important;transition:all .2s ease!important;min-height:40px}.submenu-item:hover{background:rgba(255,255,255,.1)!important;transform:translateX(4px)}.submenu-icon{min-width:24px!important;display:flex!important;justify-content:center!important;align-items:center!important}.submenu-bullet{width:6px;height:6px;border-radius:50%;background:rgba(255,255,255,.5);transition:all .2s ease}.submenu-item:hover .submenu-bullet{background:white;transform:scale(1.2)}.submenu-text-primary{font-size:13px!important;color:rgba(255,255,255,.9)!important;font-family:Source Sans\ 3,sans-serif!important}.drawer-footer{margin-top:auto;padding:16px 0}.footer-divider{background-color:rgba(255,255,255,.1)!important;margin:8px 16px!important}.user-info{display:flex!important;align-items:center!important;padding:12px 16px!important;margin:8px!important;border-radius:10px!important;background:rgba(255,255,255,.05)!important;transition:all .2s ease!important}.user-info:hover{background:rgba(255,255,255,.1)!important}.user-icon{min-width:40px!important;display:flex!important;justify-content:center!important;align-items:center!important;color:white!important}.user-icon .MuiSvgIcon-root{font-size:24px!important;color:white!important}.user-details{margin-left:8px}.user-name{font-size:14px!important;font-weight:600!important;color:white!important;line-height:1.2}.user-name,.user-role{font-family:Source Sans\ 3,sans-serif!important}.user-role{font-size:12px!important;color:rgba(255,255,255,.7)!important}.drawer-paper::-webkit-scrollbar{width:4px}.drawer-paper::-webkit-scrollbar-track{background:rgba(255,255,255,.05)}.drawer-paper::-webkit-scrollbar-thumb{background:rgba(255,255,255,.2);border-radius:4px}.drawer-paper::-webkit-scrollbar-thumb:hover{background:rgba(255,255,255,.3)}@media (max-width:600px){.drawer-paper.open{width:260px!important}.menu-text-primary{font-size:13px!important}.logo{width:100px}}@keyframes slideIn{0%{opacity:0;transform:translateX(-10px)}to{opacity:1;transform:translateX(0)}}.drawer-paper.open .menu-item{animation:slideIn .3s ease forwards}.drawer-paper.open .menu-item:first-child{animation-delay:.05s}.drawer-paper.open .menu-item:nth-child(2){animation-delay:.1s}.drawer-paper.open .menu-item:nth-child(3){animation-delay:.15s}