:root{--color-bg-primary: 255 255 255;--color-bg-secondary: 243 244 246;--color-bg-tertiary: 229 231 235;--color-text-primary: 17 24 39;--color-text-secondary: 55 65 81;--color-border: 209 213 219;--color-accent: 37 99 235;--color-accent-hover: 29 78 216;--color-danger: 220 38 38}.no-scrollbar::-webkit-scrollbar{display:none}.no-scrollbar{-ms-overflow-style:none;scrollbar-width:none}.toast{visibility:hidden;min-width:250px;margin-left:-125px;text-align:center;border-radius:.5rem;padding:1rem;position:fixed;z-index:100;left:50%;bottom:30px;opacity:0;transform:translateY(20px);transition:opacity .3s,transform .3s,visibility .3s}.toast.show{visibility:visible;opacity:1;transform:translateY(0)}input[type=color]::-webkit-color-swatch-wrapper{padding:0}input[type=color]::-webkit-color-swatch{border:none;border-radius:.25rem}input[type=color]::-moz-color-swatch{border:none;border-radius:.25rem}.card-header-icon>svg{width:100%;height:100%}@keyframes sub-app-enter{0%{opacity:0;transform:translateY(20px) scale(.98)}to{opacity:1;transform:translateY(0) scale(1)}}.animate-sub-app-enter{animation:sub-app-enter .2s ease-out forwards}@keyframes sidebarProgress{0%{width:0%}to{width:100%}}.animate-sidebar-progress{animation:sidebarProgress 1.5s linear forwards}@keyframes loadProgress{0%{width:0%}10%{width:5%}40%{width:60%}to{width:100%}}.animate-progress-fill{animation:loadProgress 1.5s ease-in-out forwards}
