@tailwind base;@tailwind components;@tailwind utilities;::-webkit-scrollbar{width:8px;height:8px}::-webkit-scrollbar-track{@apply bg-slate-100 dark:bg-slate-900;}::-webkit-scrollbar-thumb{@apply bg-slate-300 dark:bg-slate-700;border-radius:4px}::-webkit-scrollbar-thumb:hover{@apply bg-slate-400 dark:bg-slate-600;}@keyframes flowAnimation{0%{stroke-dashoffset:20}to{stroke-dashoffset:0}}.connection-line{animation:flowAnimation 1s linear infinite}
