@import "https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700&display=swap";
:root{--foreground-rgb:10,10,10;--background-start-rgb:250,250,250;--background-end-rgb:255,255,255;--primary-color:#1e88e5;--secondary-color:#0d47a1;--max-width:800px}@media (prefers-color-scheme:dark){:root{--foreground-rgb:245,245,245;--background-start-rgb:10,10,10;--background-end-rgb:0,0,0}}*{box-sizing:border-box;margin:0;padding:0}html,body{max-width:100vw;overflow-x:hidden}body{color:rgb(var(--foreground-rgb));background:linear-gradient(to bottom,transparent,rgb(var(--background-end-rgb)))rgb(var(--background-start-rgb));font-family:Inter,system-ui,-apple-system,sans-serif;line-height:1.6}.container{max-width:var(--max-width);margin:0 auto;padding:4rem 2rem}h1{background:linear-gradient(to right,var(--primary-color),var(--secondary-color));-webkit-text-fill-color:transparent;letter-spacing:-.02em;-webkit-background-clip:text;margin-bottom:2rem;font-size:2.5rem;font-weight:700}h2{color:var(--primary-color);margin:2.5rem 0 1rem;font-size:1.5rem;font-weight:600}p{color:rgba(var(--foreground-rgb),.8);margin-bottom:1.2rem}ul{margin-bottom:1.5rem;padding-left:1.5rem}li{color:rgba(var(--foreground-rgb),.8);margin-bottom:.5rem}.last-updated{color:rgba(var(--foreground-rgb),.5);margin-bottom:3rem;font-size:.875rem}a{color:var(--primary-color);text-decoration:none;transition:opacity .2s}a:hover{opacity:.8;text-decoration:underline}footer{border-top:1px solid rgba(var(--foreground-rgb),.1);text-align:center;color:rgba(var(--foreground-rgb),.5);margin-top:4rem;padding-top:2rem;font-size:.875rem}
