@import url("https://fonts.googleapis.com/css2?family=Inter:wght@400;600;700&display=swap");:root{--text-color:#10223a;--bg-color:#edf3ff;--link-color:#0071e3;--title-color:#09111f;--body-color:#666;--caption-color:#888;--muted-color:#666;--strong-text-color:var(--title-color);--surface-color:hsla(0,0%,100%,.56);--surface-muted-color:hsla(0,0%,100%,.4);--surface-hover-color:hsla(0,0%,100%,.7);--header-surface-color:hsla(0,0%,100%,.82);--overlay-surface-color:hsla(0,0%,100%,.96);--overlay-item-color:rgba(247,250,255,.98);--overlay-item-hover-color:#ecf4ff;--border-color:hsla(0,0%,100%,.52);--surface-hover-border-color:hsla(0,0%,100%,.75);--control-surface-color:hsla(0,0%,100%,.88);--control-border-color:rgba(125,154,192,.26);--badge-bg:rgba(0,113,227,.12);--badge-text:#005ab5;--shadow-color:rgba(8,35,72,.16);--font-sans:"Inter",-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;--font-weight-regular:400;--font-weight-semibold:600;--font-weight-bold:700;--type-12:0.75rem;--type-14:0.875rem;--type-16:1rem;--type-20:1.25rem;--type-24:1.5rem;--type-32:2rem;--line-height-heading:1.25;--line-height-body:1.55;--space-4:0.25rem;--space-8:0.5rem;--space-16:1rem;--space-24:1.5rem;--space-32:2rem}html[data-theme=dark]{--text-color:#dbe7ff;--bg-color:#08111f;--link-color:#6fb7ff;--title-color:#f5f8ff;--body-color:#b5c2d6;--caption-color:#91a2bb;--muted-color:var(--body-color);--strong-text-color:var(--title-color);--surface-color:rgba(18,27,45,.76);--surface-muted-color:rgba(22,33,53,.84);--surface-hover-color:rgba(31,46,71,.96);--header-surface-color:rgba(10,18,33,.88);--overlay-surface-color:rgba(12,20,35,.98);--overlay-item-color:rgba(20,31,51,.98);--overlay-item-hover-color:#1d2b45;--border-color:rgba(164,193,229,.22);--surface-hover-border-color:rgba(164,193,229,.4);--control-surface-color:rgba(22,33,53,.9);--control-border-color:rgba(164,193,229,.28);--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:var(--font-sans);line-height:var(--line-height-body);font-size:var(--type-16);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}html[data-theme=dark] body{background:radial-gradient(circle at 12% 12%,rgba(37,109,204,.24),transparent 40%),radial-gradient(circle at 88% 4%,rgba(31,95,182,.2),transparent 34%),radial-gradient(circle at 50% 100%,rgba(110,160,255,.08),transparent 34%),var(--bg-color)}*{box-sizing:border-box}a{color:var(--link-color);text-decoration:none}a:hover{text-decoration:underline}img{max-width:100%;display:block}@media (max-width:640px){:root{--type-20:1.125rem;--type-24:1.375rem;--type-32:1.75rem}}