*{margin:0;padding:0;box-sizing:border-box}:root{--bg:#fff;--text:#1d1d1d;--muted:#8f8f8f;--ease-out:cubic-bezier(0.16,1,0.3,1);--dur:420ms;--stagger:18ms}@media (prefers-color-scheme:dark){:root{--bg:#101010;--text:#ebebeb;--muted:#767676}}body{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Helvetica,Arial,sans-serif;font-size:14px;line-height:1.7;color:var(--text);background:var(--bg);max-width:34rem;margin:0 auto;padding:7rem 1.5rem 6rem;-webkit-font-smoothing:antialiased;animation:fade-in .4s var(--ease-out) both}@media (max-width:600px){body{font-size:16px;padding-top:3.5rem}}h1{font-size:inherit;font-weight:500}a{color:inherit;text-decoration:none}.muted{color:var(--muted)}.filters{margin-bottom:3rem;display:flex;gap:1.25rem}.filters a{color:var(--muted);transition:color .15s ease}.filters a.active,.filters a:hover{color:var(--text)}.entries{list-style:none}.entry{margin-bottom:1.25rem}.entry a:hover{text-decoration:underline}.entry-status{color:var(--muted);margin-left:.4rem}.entry-note{line-height:1.4;margin-top:-.25rem}.back,.entry-note{color:var(--muted)}.back{display:inline-block;margin-bottom:3rem;transition:color .15s ease}.back:hover{color:var(--text)}.content{margin-top:1.5rem}.content p{margin-bottom:1rem}.content a,.external-link a{text-decoration:underline;text-underline-offset:2px}.external-link{margin-top:1.5rem}.external-link a{color:var(--muted)}.external-link a:hover{color:var(--text)}@keyframes fade-in{0%{opacity:0}to{opacity:1}}@keyframes rise{0%{opacity:0;transform:translateY(6px)}to{opacity:1;transform:translateY(0)}}.entry{animation:rise var(--dur) var(--ease-out) both;animation-delay:calc(min(var(--i, 0), 12) * var(--stagger))}.content p{animation:rise var(--dur) var(--ease-out) both}.content p:nth-child(2){animation-delay:var(--stagger)}.content p:nth-child(3){animation-delay:calc(2 * var(--stagger))}@media (prefers-reduced-motion:reduce){.content p,.entry,body{animation:none}}