:root{--color-background: #fff9ee;--color-background-highlight: #fff9ee;--color-accent: #222222;--color-text: #2d2d2d;--color-text-shadow: #ffffff;--color-action: #007aff;--color-faded: #696969;--color-code: #fdf6e3;--color-code-border: var(--color-code);--color-code-text: #c40909}@media (prefers-color-scheme: dark){:root{--color-background: #090a0f;--color-background-highlight: #1b2735;--color-accent: #ffc717;--color-text: #dddddd;--color-text-shadow: transparent;--color-action: #3594fc;--color-faded: #d3d3d3;--color-code: #000000;--color-code-border: #d3d3d3;--color-code-text: #ffc500}}html{background-color:var(--color-background);font-size:62.5%;overflow:auto}a{text-decoration:none;color:var(--color-action)}a:hover{text-decoration:underline}body,h1,h2,p,menu{margin:0}menu{padding:0}code{font-family:Menlo,Monaco,Lucida Console,Liberation Mono,DejaVu Sans Mono,Bitstream Vera Sans Mono,Courier New,monospace}body{height:100vh;width:100vw;display:grid;place-items:center;overflow:auto;color:var(--color-text);text-shadow:0px 1px 0 var(--color-text-shadow);font-size:2rem;font-family:ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,sans-serif}.container:where(.astro-Z6ZMY625){width:100vw;display:grid;place-items:center;background:radial-gradient(ellipse at center,var(--color-background-highlight) 0%,var(--color-background) 80%)}article:where(.astro-Z6ZMY625){box-sizing:border-box;max-width:min(60rem,100vw);padding:3rem;margin:calc(30vh - 3rem) 3rem;scale:1.1;opacity:.3;animation:article-fade-in .2s ease-out forwards}@keyframes article-fade-in{0%{scale:1.1;opacity:.3}to{opacity:1;scale:1}}@media (max-width: 400px){article:where(.astro-Z6ZMY625){padding:10vh 1rem}}h1:where(.astro-Z6ZMY625){font-size:2em;color:var(--color-text)}article:where(.astro-Z6ZMY625)>h1:where(.astro-Z6ZMY625){margin-bottom:2em}article:where(.astro-Z6ZMY625)>*:not(:first-child){margin-top:1em}article:where(.astro-Z6ZMY625) :not(pre)>code{background:var(--color-code);color:var(--color-code-text);border-radius:.4rem;font-size:.9em;text-shadow:none}.footer:where(.astro-Z6ZMY625){text-align:center;height:0;translate:0 -8rem}
