:root{--color-bg: #ffffff;--color-text: #111111;--color-muted: #555555;--color-link: #0033aa;--color-border: #d8dbe2;--color-surface: #f4f6f8;--font-sans: ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;--font-serif: ui-serif, Georgia, Cambria, "Times New Roman", Times, serif;--font-mono: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;--max-width: 68ch;--space-1: .5rem;--space-2: 1rem;--space-3: 1.5rem;--space-4: 2rem}@media(prefers-color-scheme:dark){:root{--color-bg: #111111;--color-text: #f4f4f4;--color-muted: #aaaaaa;--color-link: #99bbff;--color-border: #3a424e;--color-surface: #1b1f24}}*,*:before,*:after{box-sizing:border-box}html{-webkit-text-size-adjust:100%}body{margin:0;font-family:var(--font-sans);font-size:18px;line-height:1.6;color:var(--color-text);background:var(--color-bg)}@media(min-width:768px){body{font-size:20px}}main{max-width:var(--max-width);margin:0 auto;padding:var(--space-4) var(--space-2)}main.main--post{max-width:80rem}header,footer{max-width:var(--max-width);margin:0 auto;padding:var(--space-2)}footer{color:var(--color-muted);font-size:.85em;margin-top:var(--space-4)}a{color:var(--color-link);text-decoration-thickness:1px;text-underline-offset:2px}a:focus-visible,button:focus-visible{outline:2px solid currentColor;outline-offset:2px}img{max-width:100%;height:auto}code,pre{font-family:var(--font-mono)}.skip-link{position:absolute;left:-9999px;top:auto;width:1px;height:1px;overflow:hidden}.skip-link:focus{position:static;width:auto;height:auto;display:inline-block;padding:var(--space-1) var(--space-2);background:var(--color-text);color:var(--color-bg)}.post{display:grid;gap:clamp(2.5rem,5vw,4.5rem)}.post__header{display:grid;gap:var(--space-4);padding-block:var(--space-2) var(--space-1);border-top:1px solid var(--color-border)}.post__intro{display:grid;gap:var(--space-3)}.post__tags{display:flex;flex-wrap:wrap;gap:.65rem;margin:0;padding:0;list-style:none}.post__tags li{padding:.35rem .7rem;border:1px solid var(--color-border);border-radius:999px;color:var(--color-muted);font-size:.8rem;font-weight:600;letter-spacing:.08em;text-transform:uppercase}.post__title{margin:0;max-width:12ch;font-family:var(--font-serif);font-size:clamp(2.8rem,8vw,5.6rem);line-height:.95;letter-spacing:-.04em;text-wrap:balance}.post__summary{margin:0;max-width:34rem;color:var(--color-muted);font-size:clamp(1.125rem,2vw,1.35rem);line-height:1.5;text-wrap:pretty}.post__meta{display:grid;grid-template-columns:repeat(2,minmax(0,auto));gap:.3rem 1.25rem;align-content:start;margin:0;padding:var(--space-3);border:1px solid var(--color-border);background:var(--color-surface)}.post__meta-label,.post__meta-value{margin:0}.post__meta-label{color:var(--color-muted);font-size:.85rem;font-weight:600;letter-spacing:.08em;text-transform:uppercase}.post__meta-value{font-size:.95rem}.post__hero{margin:0;overflow:hidden;border:1px solid var(--color-border);border-radius:1.5rem;background:var(--color-surface)}.post__hero img{display:block;width:100%;aspect-ratio:16 / 9;object-fit:cover}.post__content{width:min(100%,var(--max-width));margin:0 auto;font-family:var(--font-serif);font-size:1.05em}.post__content>:first-child{margin-top:0}.post__content>:last-child{margin-bottom:0}.post__content p,.post__content ul,.post__content ol,.post__content blockquote,.post__content pre,.post__content figure{margin-block:1.25em}.post__content h2,.post__content h3,.post__content h4{margin:2.3em 0 .65em;font-family:var(--font-sans);font-weight:700;line-height:1.1;letter-spacing:-.03em;text-wrap:balance}.post__content h2{font-size:clamp(1.8rem,4vw,2.5rem)}.post__content h3{font-size:clamp(1.4rem,3vw,1.8rem)}.post__content h4{font-size:1.15rem}.post__content p{text-wrap:pretty}.post__content>p:first-of-type{font-size:1.2em;line-height:1.55}.post__content a{text-decoration-thickness:1.5px;text-underline-offset:.14em}.post__content strong{font-family:var(--font-sans);font-size:.95em}.post__content blockquote{margin-inline:0;padding:.25rem 0 .25rem 1.25rem;border-left:3px solid var(--color-border);color:var(--color-muted);font-size:1.1em}.post__content hr{margin-block:2.5rem;border:0;border-top:1px solid var(--color-border)}.post__content :not(pre)>code{padding:.15em .35em;border-radius:.35rem;background:var(--color-surface);font-size:.85em}.post__content pre{overflow-x:auto;padding:1rem 1.1rem;border:1px solid var(--color-border);border-radius:1rem;background:var(--color-surface);font-size:.85em;line-height:1.5}.post__content pre code{padding:0;background:none}.post__content ul,.post__content ol{padding-left:1.3em}.post__content li+li{margin-top:.45em}.post__content figcaption{margin-top:.75rem;color:var(--color-muted);font-family:var(--font-sans);font-size:.85rem}@media(min-width:900px){.post__header{grid-template-columns:minmax(0,1fr) minmax(14rem,18rem);align-items:end;column-gap:clamp(2rem,5vw,5rem)}}@media(max-width:899px){.post__meta{width:fit-content}}@media(prefers-reduced-motion:reduce){*,*:before,*:after{animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important;scroll-behavior:auto!important}}
