html,body{width:100%;min-height:100dvh;margin:0;padding:0}*,:before,:after{box-sizing:border-box;-webkit-tap-highlight-color:color-mix(in oklab, var(--color-pine) 10%, transparent)}:root{background:var(--color-base);color:var(--color-text);color-scheme:light dark;--color-base:#faf4ed;--color-surface:#fffaf3;--color-overlay:#f2e9e1;--color-muted:#9893a5;--color-subtle:#797593;--color-text:#464261;--color-love:#b4637a;--color-gold:#ea9d34;--color-rose:#d7827e;--color-pine:#286983;--color-foam:#56949f;--color-iris:#907aa9;--color-highlight-low:#f4ede8;--color-highlight-med:#dfdad9;--color-highlight-high:#cecacd;font-family:monospace;font-size:1rem;line-height:1.75}body{flex-direction:column;justify-content:center;padding:1rem;display:flex}header{justify-content:center;padding:8px;display:flex}header .hero-image{max-width:100%}header a{max-width:900px}.hero-image{max-width:100%;height:auto}main{width:100%;max-width:960px;margin-inline:auto}a{color:var(--color-rose);text-decoration:underline dotted}code{background-color:light-dark(#fff,#000);border-radius:2px;padding:4px}.lowercase{text-transform:lowercase}.center{text-align:center}.links-nextprev{justify-content:space-between;margin:0;padding:0;list-style:none;display:flex}@media (prefers-color-scheme:dark){:root{--color-base:#191724;--color-surface:#1f1d2e;--color-overlay:#26233a;--color-muted:#6e6a86;--color-subtle:#908caa;--color-text:#e0def4;--color-love:#eb6f92;--color-gold:#f6c177;--color-rose:#ebbcba;--color-pine:#31748f;--color-foam:#9ccfd8;--color-iris:#c4a7e7;--color-highlight-low:#21202e;--color-highlight-med:#403d52;--color-highlight-high:#524f67}}