@tailwind base;@tailwind components;@tailwind utilities;body{font-family:Inter,Noto Sans JP,sans-serif;overflow:hidden;@apply bg-slate-50 text-slate-900;}.node-transition{transition:all .3s cubic-bezier(.4,0,.2,1)}@keyframes pulse-ring{0%{transform:scale(.33);opacity:1}80%,to{opacity:0}}.loading-pulse{position:absolute;width:60px;height:60px;background:#3b82f633;border-radius:50%;animation:pulse-ring 1.5s cubic-bezier(.215,.61,.355,1) infinite}::-webkit-scrollbar{width:6px;height:6px}::-webkit-scrollbar-track{@apply bg-transparent;}::-webkit-scrollbar-thumb{@apply bg-slate-200 rounded-full hover:bg-slate-300 transition-colors;}
