body{margin:0;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;background-color:#f1f5f9;color:#0f172a;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}#root{min-height:100vh}::-webkit-scrollbar{width:6px;height:6px}::-webkit-scrollbar-track{background:transparent}::-webkit-scrollbar-thumb{background:#CBD5E1;border-radius:3px}::-webkit-scrollbar-thumb:hover{background:#94A3B8}@keyframes fadeIn{0%{opacity:0;transform:translateY(8px)}to{opacity:1;transform:translateY(0)}}@keyframes slideInRight{0%{opacity:0;transform:translate(20px)}to{opacity:1;transform:translate(0)}}@keyframes scaleIn{0%{opacity:0;transform:scale(.96)}to{opacity:1;transform:scale(1)}}@keyframes pulse{0%,to{opacity:1}50%{opacity:.5}}.fade-in{animation:fadeIn .3s ease-out}.slide-in-right{animation:slideInRight .3s ease-out}.scale-in{animation:scaleIn .2s ease-out}.stagger-1{animation:fadeIn .3s ease-out .05s both}.stagger-2{animation:fadeIn .3s ease-out .1s both}.stagger-3{animation:fadeIn .3s ease-out .15s both}.stagger-4{animation:fadeIn .3s ease-out .2s both}.stagger-5{animation:fadeIn .3s ease-out .25s both}.stagger-6{animation:fadeIn .3s ease-out .3s both}.stagger-7{animation:fadeIn .3s ease-out .35s both}.stagger-8{animation:fadeIn .3s ease-out .4s both}
