@import url("https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700;800&display=swap");:root{--text-color:#10223a;--bg-color:#edf3ff;--link-color:#0071e3;--muted-color:#4f647e;--strong-text-color:#09111f;--surface-color:hsla(0,0%,100%,.56);--surface-muted-color:hsla(0,0%,100%,.4);--surface-hover-color:hsla(0,0%,100%,.7);--border-color:hsla(0,0%,100%,.52);--surface-hover-border-color:hsla(0,0%,100%,.75);--badge-bg:rgba(0,113,227,.12);--badge-text:#005ab5;--shadow-color:rgba(8,35,72,.16)}html[data-theme=dark]{--text-color:#dbe7ff;--bg-color:#050b18;--link-color:#6fb7ff;--muted-color:#a9bfd9;--strong-text-color:#f5f8ff;--surface-color:rgba(18,27,45,.58);--surface-muted-color:rgba(16,24,40,.44);--surface-hover-color:rgba(29,42,66,.72);--border-color:rgba(164,193,229,.24);--surface-hover-border-color:rgba(164,193,229,.42);--badge-bg:rgba(111,183,255,.16);--badge-text:#b9dcff;--shadow-color:rgba(0,0,0,.5)}body,html{padding:0;margin:0;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;line-height:1.6;font-size:17px;color:var(--text-color);background:radial-gradient(circle at 10% 10%,rgba(0,113,227,.16),transparent 46%),radial-gradient(circle at 86% 0,rgba(95,205,255,.25),transparent 42%),radial-gradient(circle at 50% 100%,hsla(0,0%,100%,.6),transparent 40%),var(--bg-color);background-attachment:fixed}*{box-sizing:border-box}a{color:var(--link-color);text-decoration:none}a:hover{text-decoration:underline}img{max-width:100%;display:block}