@import"https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600&display=swap";*{margin:0;padding:0;box-sizing:border-box}body{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;overflow:hidden;background:linear-gradient(135deg,#090909,#0d0b12,#090909);color:#d4a5ffd9;font-size:13px;line-height:1.5;font-weight:400;letter-spacing:-.011em}#root{width:100vw;height:100vh}@keyframes pulse{0%,to{opacity:.4}50%{opacity:1}}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.magenta-placeholder::-moz-placeholder{color:#d4a5ff99;opacity:.6}.magenta-placeholder::placeholder{color:#d4a5ff99;opacity:.6}::-webkit-scrollbar{width:10px;height:10px}::-webkit-scrollbar-track{background:#1e1e1e}::-webkit-scrollbar-thumb{background:#3e3e42;border-radius:5px}::-webkit-scrollbar-thumb:hover{background:#4e4e4e}
