*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}html,body,#root{height:100%;scroll-behavior:smooth}body{background:#07070f;color:#eeeef8;font-family:ui-monospace,SF Mono,Cascadia Code,Fira Code,Consolas,monospace}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}@keyframes fadeUp{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}@keyframes pulse{0%,to{opacity:1}50%{opacity:.45}}@keyframes shimmer{0%{background-position:-200% 0}to{background-position:200% 0}}@keyframes blink{0%,to{opacity:1}50%{opacity:.3}}textarea::placeholder,input::placeholder{color:#2e2e4a}::-webkit-scrollbar{width:5px;height:5px}::-webkit-scrollbar-track{background:#0c0c18}::-webkit-scrollbar-thumb{background:#252540;border-radius:3px}::-webkit-scrollbar-thumb:hover{background:#32324e}.fade-up{animation:fadeUp .3s ease both}.spin{animation:spin 1s linear infinite}.pulse{animation:pulse 1.4s ease infinite}.blink{animation:blink 1s step-end infinite}.skeleton{background:linear-gradient(90deg,#111120 25%,#16162a,#111120 75%);background-size:200% 100%;animation:shimmer 1.6s infinite;border-radius:6px}audio{width:100%;filter:invert(1) hue-rotate(185deg) brightness(.85);border-radius:6px}
