@import url("https://fonts.googleapis.com/css2?family=DM+Mono:wght@400;500&family=Syne:wght@400;500;600;700;800&display=swap");*,:after,:before{box-sizing:border-box;margin:0;padding:0}:root{--bg:#0D0F12;--surface:#13161B;--surface-2:#1A1E25;--border:#252930;--border-light:#2E3440;--text:#E8EBF0;--text-2:#8B93A0;--text-3:#555E6B;--primary:#2F6FD4;--primary-dim:#2F6FD420;--orange:#F5A033;--orange-dim:#F5A03320;--slate:#5B6880;--green:#34D399;--green-dim:#34D39915;--yellow:#F5A033;--yellow-dim:#F5A03315;--red:#F87171;--red-dim:#F8717115;--font-display:"Syne",sans-serif;--font-mono:"DM Mono",monospace;--radius:10px;--radius-lg:16px}body,html{height:100%;background:var(--bg);color:var(--text);font-family:var(--font-display)}a{color:inherit;text-decoration:none}button{cursor:pointer;border:none;background:none}button,input{font-family:inherit}::-webkit-scrollbar{width:4px;height:4px}::-webkit-scrollbar-track{background:transparent}::-webkit-scrollbar-thumb{background:var(--border-light);border-radius:2px}.sr-only{position:absolute;width:1px;height:1px;overflow:hidden;clip:rect(0,0,0,0)}