*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}:root{--bg: #070810;--surface: #0d0f1c;--surface2: #131628;--border: #1e2236;--border2: #252a42;--yellow: #e8ff47;--blue: #47c8ff;--green: #3dffb0;--red: #ff4f6e;--purple: #a78bfa;--orange: #ff9f47;--text: #e8eaf5;--muted: #5a6080;--muted2: #8892b0;font-family:DM Sans,system-ui,sans-serif;color-scheme:dark}body{background:var(--bg);color:var(--text);-webkit-font-smoothing:antialiased;min-height:100vh}::-webkit-scrollbar{width:4px;height:4px}::-webkit-scrollbar-track{background:transparent}::-webkit-scrollbar-thumb{background:var(--border2);border-radius:2px}button{font-family:inherit;cursor:pointer}input,select,textarea{font-family:inherit}a{color:inherit;text-decoration:none}@keyframes fadeUp{0%{opacity:0;transform:translateY(8px)}to{opacity:1;transform:translateY(0)}}.fade-up{animation:fadeUp .25s ease both}
