@import url("https://fonts.googleapis.com/css2?family=DM+Sans:ital,opsz,wght@0,9..40,300;0,9..40,400;0,9..40,500;0,9..40,600;1,9..40,300&family=DM+Mono:wght@400;500&display=swap");*,:after,:before{box-sizing:border-box;margin:0;padding:0}:root{--ink:#0d1117;--ink-2:#24292f;--ink-3:#57606a;--ink-4:#8c959f;--line:#d0d7de;--surface:#f6f8fa;--white:#fff;--green:#1a7f37;--green-bg:#dafbe1;--amber:#9a6700;--amber-bg:#fff8c5;--red:#cf222e;--red-bg:#ffebe9;--blue:#0969da;--blue-bg:#ddf4ff;--accent:#1a56db;--accent-2:#1e429f;--accent-bg:#ebf5ff;--radius:10px;--radius-sm:6px;--shadow:0 1px 3px rgba(0,0,0,.08),0 1px 2px rgba(0,0,0,.06);--shadow-md:0 4px 12px rgba(0,0,0,.1),0 2px 4px rgba(0,0,0,.06);font-family:DM Sans,sans-serif}html{font-size:15px}body{background:var(--surface);color:var(--ink);line-height:1.6;min-height:100vh}a{color:var(--accent);text-decoration:none}button{cursor:pointer}button,input,select,textarea{font-family:inherit}::-webkit-scrollbar{width:6px;height:6px}::-webkit-scrollbar-track{background:transparent}::-webkit-scrollbar-thumb{background:var(--line);border-radius:99px}@keyframes fadeIn{0%{opacity:0;transform:translateY(8px)}to{opacity:1;transform:translateY(0)}}@keyframes spin{to{transform:rotate(1turn)}}.fade-in{animation:fadeIn .3s ease both}.fade-in-1{animation:fadeIn .3s ease .05s both}.fade-in-2{animation:fadeIn .3s ease .1s both}.fade-in-3{animation:fadeIn .3s ease .15s both}.fade-in-4{animation:fadeIn .3s ease .2s both}.fade-in-5{animation:fadeIn .3s ease .25s both}