html,body,#root{margin:0;padding:0;width:100%;height:100%}*{box-sizing:border-box}body{background:#0b0f14;color:#e5e7eb;font-family:Inter,system-ui,-apple-system,Segoe UI,Roboto,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}@keyframes fade-in-up{0%{opacity:0;transform:translateY(8px)}to{opacity:1;transform:translateY(0)}}@keyframes cursor-blink{0%,49%{opacity:1}50%,to{opacity:0}}@keyframes sway-45{0%,to{transform:rotate(-8deg)}50%{transform:rotate(8deg)}}.animate-fade-in-up{animation:fade-in-up .45s ease-out both}.animate-cursor-blink{animation:cursor-blink 1s steps(1) infinite}.animate-sway-45{animation:sway-45 3.5s ease-in-out infinite}.custom-scrollbar::-webkit-scrollbar{width:8px}.custom-scrollbar::-webkit-scrollbar-thumb{background:#2c3440;border-radius:8px}.custom-scrollbar::-webkit-scrollbar-track{background:#111827}
