@import"https://fonts.googleapis.com/css2?family=DM+Sans:wght@300;400;500;600&family=DM+Mono:wght@400;500&display=swap";*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}:root{--bg: #121312;--bg2: #1c1c1b;--bg3: #242423;--border: #2a2a28;--border2: #363634;--green: #12ff80;--green-dim: #0d2b1a;--text: #f0f0ee;--text2: #8c8c89;--text3: #4a4a47;--red: #ff4d4d;--font: "DM Sans", sans-serif;--mono: "DM Mono", monospace}html,body{background:var(--bg);color:var(--text);font-family:var(--font);font-size:15px;line-height:1.6;min-height:100vh;-webkit-font-smoothing:antialiased}a{color:inherit;text-decoration:none}button{font-family:var(--font);cursor:pointer}code{font-family:var(--mono)}::-webkit-scrollbar{width:4px}::-webkit-scrollbar-track{background:var(--bg)}::-webkit-scrollbar-thumb{background:var(--border2);border-radius:2px}@keyframes spin{to{transform:rotate(360deg)}}
