@keyframes sidebarSlide{0%{width:260px}to{width:80px}}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes slideDown{0%{opacity:0;max-height:0;margin-top:0}to{opacity:1;max-height:500px;margin-top:.5rem}}@keyframes slideUp{0%{opacity:1;max-height:500px;margin-top:.5rem}to{opacity:0;max-height:0;margin-top:0}}@keyframes chevronRotate{0%{transform:rotate(0)}to{transform:rotate(180deg)}}@keyframes itemHover{0%{transform:scale(1)}to{transform:scale(1.02)}}@keyframes tooltipEnter{0%{opacity:0;transform:translate(-8px)}to{opacity:1;transform:translate(0)}}@keyframes activePulse{0%{box-shadow:0 0 #4f46e566}70%{box-shadow:0 0 0 6px #4f46e500}to{box-shadow:0 0 #4f46e500}}.sidebar-smooth{transition:all .2s ease}.sidebar-items{transition:background-color .15s ease,color .15s ease,border-left-color .15s ease}.sidebar-chevron{transition:transform .2s ease}.sidebar-section-header{transition:background-color .15s ease,color .15s ease}:root{--sidebar-bg: #f1f5f9;--sidebar-border: #e2e8f0;--sidebar-hover: #f8fafc;--sidebar-active-bg: #eef2ff;--sidebar-active-border: #4f46e5;--text-primary: #1e293b;--text-secondary: #64748b;--text-tertiary: #94a3b8;--text-light: #cbd5e1;--interactive-primary: #4f46e5;--interactive-hover: #4338ca;--interactive-light: #eef2ff;--icon-default: #64748b;--icon-active: #4f46e5;--icon-hover: #1e293b;--bg-light: #f8fafc;--bg-lighter: #f1f5f9;--border-light: #e2e8f0;--shadow-sm: 0 1px 2px rgba(0, 0, 0, .05);--shadow-md: 0 4px 6px rgba(0, 0, 0, .1)}.fade-in{animation:fadeIn .3s ease-out}.slide-down{animation:slideDown .2s ease-out}.slide-up{animation:slideUp .2s ease-out}.chevron-rotate{animation:chevronRotate .2s ease-out}.item-hover{animation:itemHover .15s ease-out}.tooltip-enter{animation:tooltipEnter .15s ease-out}.active-pulse{animation:activePulse 1.5s ease-out}@media(max-width:768px){:root{--sidebar-width-expanded: 240px;--sidebar-width-collapsed: 70px}}::-webkit-scrollbar{width:8px;height:8px}::-webkit-scrollbar-track{background:transparent}::-webkit-scrollbar-thumb{background:#cbd5e1;border-radius:4px;transition:background .2s ease}::-webkit-scrollbar-thumb:hover{background:#94a3b8}*{scrollbar-width:thin;scrollbar-color:#cbd5e1 transparent}*:hover{scrollbar-color:#94a3b8 transparent}@media print{.sidebar-smooth,.sidebar-items,.sidebar-chevron,.sidebar-section-header{transition:none!important;animation:none!important}}*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}body{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,sans-serif;background:#f8fafc;color:#111827;-webkit-font-smoothing:antialiased}a{color:inherit;text-decoration:none}button{font-family:inherit}
