@import"https://fonts.googleapis.com/css2?family=Oswald:wght@400;600;700&family=Source+Code+Pro:wght@400;600&display=swap";:root{--bg: #0d0d0f;--surface: #141418;--surface2: #1c1c22;--border: #2a2a35;--accent: #e8c432;--red: #d63838;--green: #3dba6e;--blue: #3a8fd4;--purple: #9b59b6;--orange: #e67e22;--text: #d4d0c8;--muted: #6b6878;--fh: "Oswald", sans-serif;--fm: "Source Code Pro", monospace}*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}html,body,#root{height:100%}body{background:var(--bg);color:var(--text);font-family:var(--fm);font-size:13px;min-height:100vh;-webkit-font-smoothing:antialiased}a{color:var(--accent);text-decoration:none}a:hover{text-decoration:underline}::-webkit-scrollbar{width:4px}::-webkit-scrollbar-track{background:var(--surface)}::-webkit-scrollbar-thumb{background:var(--border)}button{cursor:pointer}@keyframes pulse{0%,to{opacity:1}50%{opacity:.6}}@keyframes fadeIn{0%{opacity:0;transform:translateY(4px)}to{opacity:1;transform:translateY(0)}}
