*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}body{background:#1e1e2e;font-family:Inter,system-ui,sans-serif;color:#cdd6f4;height:100vh;overflow:hidden}#root{height:100vh}::-webkit-scrollbar{width:6px;height:6px}::-webkit-scrollbar-track{background:transparent}::-webkit-scrollbar-thumb{background:#45475a;border-radius:3px}::-webkit-scrollbar-thumb:hover{background:#585b70}@keyframes pulse{0%,to{opacity:1}50%{opacity:.4}}@keyframes fadeIn{0%{opacity:0;transform:translateY(-4px)}to{opacity:1;transform:translateY(0)}}
