.sidebar-root .MuiDrawer-paper{height:100vh;display:flex;flex-direction:column;background-color:inherit;color:inherit}.sidebar-toolbar{display:flex;justify-content:center;align-items:center;padding:15px}.sidebar-logo{width:140px;height:auto}.sidebar-divider{opacity:0}.sidebar-menu{flex:1}.sidebar-link{text-decoration:none;color:inherit;display:block}.sidebar-item{transition:all .3s ease;padding-top:12px;padding-bottom:12px;margin:6px 12px;border-radius:8px}.sidebar-item:hover,.sidebar-link.active .sidebar-item{background-color:#f7f7f7;color:#7b984c}.sidebar-item:hover .sidebar-icon,.sidebar-link.active .sidebar-icon{color:#7b984c}.cards-container{display:flex;justify-content:space-between;align-items:stretch;flex-wrap:nowrap;gap:6px;padding:6px 0;width:100%;box-sizing:border-box;overflow:hidden}.card-item{background:#fff;border-radius:12px;padding:14px 16px;display:flex;align-items:center;gap:12px;box-shadow:0 4px 12px #0000001a;transition:transform .2s ease,box-shadow .2s ease;position:relative;overflow:hidden;flex:1 0 180px;max-width:160px;height:80px}.card-item:hover{transform:translateY(-3px);box-shadow:0 8px 18px #00000026}.card-accent{position:absolute;left:0;top:0;bottom:0;width:5px}.card-icon{width:40px;height:40px;border-radius:50%;display:flex;align-items:center;justify-content:center;color:#fff;font-size:20px;flex-shrink:0}.card-title{font-size:13px;font-weight:600;color:#2f4f39;margin:0}.card-value{font-size:15px;font-weight:700;color:#003e2b;margin-top:3px}@media(min-width:1280px){.cards-container{flex-wrap:nowrap;justify-content:space-between}.card-item{flex:1 1 calc(16.66% - 8px);max-width:calc(16.66% - 8px)}}@media(max-width:1024px){.cards-container{flex-wrap:wrap;justify-content:space-between}.card-item{flex:1 1 calc(33.33% - 8px);max-width:calc(33.33% - 8px);height:85px;padding:12px}.card-icon{width:36px;height:36px;font-size:18px}.card-title{font-size:12px}.card-value{font-size:14px}}@media(max-width:768px){.cards-container{flex-wrap:wrap;justify-content:space-between}.card-item{flex:1 1 calc(50% - 8px);max-width:calc(50% - 8px);height:80px;margin-bottom:8px}.card-icon{width:32px;height:32px;font-size:17px}.card-title{font-size:12px}.card-value{font-size:13px}}@media(max-width:480px){.card-item{flex:1 1 100%;max-width:100%;height:75px}.card-icon{width:30px;height:30px;font-size:16px}.card-title{font-size:11px}.card-value{font-size:12px}}
