@import "https://fonts.googleapis.com/css2?family=DM+Sans:wght@300;400;500;600&family=JetBrains+Mono:wght@400;500&family=DM+Serif+Display&display=swap";:root{--bg:#080a0f;--bg1:#0d1117;--bg2:#131820;--bg3:#1a2030;--bg4:#212840;--border:#ffffff12;--border2:#ffffff1f;--text:#e8eaf0;--text2:#8892a4;--text3:#4a5568;--accent:#4f8ef7;--accent2:#7c6af7;--green:#34d399;--red:#f87171;--amber:#fbbf24;--cyan:#22d3ee;--pink:#f472b6;--mono:"JetBrains Mono", monospace;--sans:"DM Sans", sans-serif;--serif:"DM Serif Display", serif;--sidebar:224px;--r:10px}*,:before,:after{box-sizing:border-box;margin:0;padding:0}html,body,#root{height:100%}body{font-family:var(--sans);background:var(--bg);color:var(--text);-webkit-font-smoothing:antialiased;font-size:14px}::-webkit-scrollbar{width:5px;height:5px}::-webkit-scrollbar-thumb{background:var(--bg4);border-radius:3px}button{cursor:pointer;font-family:inherit}input,select{font-family:inherit}.card{background:var(--bg1);border:1px solid var(--border);border-radius:var(--r);padding:18px}.mono{font-family:var(--mono)}@keyframes rise{0%{opacity:0;transform:translateY(8px)}to{opacity:1;transform:none}}.rise{animation:.35s both rise}
