*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}html,body,#root{height:100%}body{background:#030d0a;color:#c8ddd7;font-family:Inter,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}::-webkit-scrollbar{width:4px;height:4px}::-webkit-scrollbar-track{background:transparent}::-webkit-scrollbar-thumb{background:#4b907b40;border-radius:2px}::-webkit-scrollbar-thumb:hover{background:#4b907b73}select{-webkit-appearance:none;-moz-appearance:none;appearance:none}button,select,input{font-family:inherit}input::placeholder{color:#6b9e8f80}input:focus{outline:none}@keyframes pulse{0%,to{opacity:1}50%{opacity:.3}}@keyframes fadeIn{0%{opacity:0;transform:translateY(6px)}to{opacity:1;transform:translateY(0)}}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}@keyframes shimmer{0%{background-position:-400px 0}to{background-position:400px 0}}.fade-in{animation:fadeIn .25s ease forwards}.pulse{animation:pulse 2.4s ease-in-out infinite}.spin{animation:spin .9s linear infinite}
