:root{color-scheme:light;--bg: #ffffff;--fg: #000000;--muted: #555555;--rule: #cccccc;--surface: rgba(0, 0, 0, 0.1);--matrix-dot: rgba(0, 0, 0, 0.1)}*{box-sizing:border-box}@media (prefers-color-scheme: dark){:root{color-scheme:dark;--bg: #000000;--fg: #ffffff;--muted: #bbbbbb;--rule: #444444;--surface: rgba(255, 255, 255, 0.2);--matrix-dot: rgba(255, 255, 255, 0.2)}}:root[data-theme="light"]{color-scheme:light;--bg: #ffffff;--fg: #000000;--muted: #555555;--rule: #cccccc;--surface: rgba(0, 0, 0, 0.1);--matrix-dot: rgba(0, 0, 0, 0.1)}:root[data-theme="dark"]{color-scheme:dark;--bg: #000000;--fg: #ffffff;--muted: #bbbbbb;--rule: #444444;--surface: rgba(255, 255, 255, 0.2);--matrix-dot: rgba(255, 255, 255, 0.2)}body{margin:0;position:relative;background:var(--bg);color:var(--fg);font-family:"Inter", sans-serif;line-height:1.5}body.page-has-matrix{min-height:100vh;min-height:100dvh;overflow:hidden}a{color:inherit}main,.site-header-inner,.post-bar-inner{width:min(100%, 72rem);margin:0 auto;padding-left:1.25rem;padding-right:1.25rem}.site-header{position:sticky;top:0;z-index:100;background:var(--bg)}.site-matrix{position:fixed;inset:0;z-index:0;pointer-events:auto}.site-matrix-canvas{display:block;width:100%;height:100%;touch-action:none}.page-has-matrix .site-header,.page-has-matrix main{position:relative;z-index:1}.page-has-matrix .site-header{background:transparent}.page-has-matrix main{min-height:calc(100vh - 4rem);min-height:calc(100dvh - 4rem);pointer-events:none}.site-header-inner{display:grid;grid-template-columns:minmax(0, 1fr) auto minmax(0, 1fr);align-items:center;min-height:4rem;gap:1rem}.site-nav{display:flex;gap:1rem;font-size:0.95rem;flex-wrap:wrap;font-family:"Inter", sans-serif;justify-self:start;align-items:center}.site-nav a{text-decoration:none;border-bottom:1px solid transparent}.site-nav a:hover,.site-nav a:focus-visible{border-bottom-color:currentColor}.site-title-link{justify-self:center;text-decoration:none;font-family:"Inter", sans-serif;font-size:0.95rem;font-weight:400;line-height:1.5;white-space:nowrap;border-bottom:1px solid transparent}.site-title-link:hover,.site-title-link:focus-visible{border-bottom-color:currentColor}.theme-toggle{display:inline-flex;align-items:center;justify-self:end;gap:0.75rem;font-size:0.9rem;color:var(--muted);font-family:"Inter", sans-serif}.theme-toggle-control{position:relative;display:inline-flex;align-items:center}.theme-toggle input{position:absolute;opacity:0;pointer-events:none}.theme-toggle-slider{width:2.75rem;height:1.5rem;border-radius:999px;background:var(--surface);border:1px solid var(--rule);transition:background 120ms ease, border-color 120ms ease}.theme-toggle-slider::after{content:"";position:absolute;top:50%;left:0.1875rem;width:1rem;height:1rem;border-radius:50%;background:var(--fg);transform:translateY(-50%);transition:transform 120ms ease}.theme-toggle input:checked+.theme-toggle-slider::after{transform:translate(1.25rem, -50%)}.theme-toggle input:focus-visible+.theme-toggle-slider{outline:2px solid var(--fg);outline-offset:2px}.post-bar{position:sticky;top:4rem;z-index:90;background:var(--bg);opacity:0;pointer-events:none;transition:opacity 120ms ease}.post-bar.is-visible{opacity:1;pointer-events:auto}.post-bar-inner{display:flex;align-items:center;justify-content:center;min-height:3rem}.post-bar-title{min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;text-decoration:none;font-family:"Inter", sans-serif;font-size:0.95rem;font-weight:400;line-height:1.5;border-bottom:1px solid transparent}.post-bar-title:hover,.post-bar-title:focus-visible{border-bottom-color:currentColor}.home{min-height:calc(100vh - 4rem);min-height:calc(100dvh - 4rem);position:relative;isolation:isolate;display:grid;align-items:center;justify-content:center;overflow:hidden}.home-copy{position:relative;z-index:1}.home h1{margin:0;font-size:clamp(4rem, 14vw, 9rem);line-height:0.98;font-family:"Inter Tight", "Inter", sans-serif;font-weight:700;text-align:center}.home-matrix{display:none}.writing,.post{padding-bottom:4rem}.writing{padding-top:4rem}.post{padding-top:1rem}.writing h1{margin-top:0;margin-bottom:1rem;font-size:clamp(2rem, 6vw, 3.5rem);line-height:1;font-family:"Inter", sans-serif;font-weight:400}.post-list{list-style:none;padding:0;margin:2rem 0 0;border-top:1px solid var(--rule)}.post-list li{padding:1rem 0;border-bottom:1px solid var(--rule)}.post-list a{text-decoration:none}.post-date,.post-list time,.writing p{color:var(--muted)}.post-date{margin:0}.post-header h1{margin:0;font-size:clamp(2.75rem, 8vw, 5rem);font-family:"Inter Tight", "Inter", sans-serif;font-weight:700;line-height:0.98}.post-header{margin-bottom:2.5rem}.post>h1{margin-top:2.5rem;margin-bottom:1rem;font-size:clamp(1.6rem, 4.2vw, 2.15rem);line-height:1.1;font-family:"Inter", sans-serif;font-weight:700}.post>h2{margin-top:2.5rem;margin-bottom:1rem;font-size:clamp(1.35rem, 3.2vw, 1.9rem);line-height:1.1;font-family:"Inter", sans-serif;font-weight:700}.post>h3{margin-top:2rem;margin-bottom:0.75rem;font-size:clamp(1.1rem, 2.4vw, 1.35rem);line-height:1.2;font-family:"Inter", sans-serif;font-weight:700}blockquote{margin:1.5rem 0;padding-left:1rem;border-left:2px solid var(--rule);color:var(--muted);font-style:italic}blockquote p{margin:0.75rem 0}.feed-link{margin-top:2rem}@media (max-width: 40rem){.site-header-inner{grid-template-columns:1fr auto;grid-template-areas:"title toggle" "nav nav";align-items:start;min-height:auto;padding-top:0.875rem;padding-bottom:0.875rem;row-gap:0.75rem}.site-title-link{grid-area:title;justify-self:start}.theme-toggle{grid-area:toggle}.site-nav{grid-area:nav;gap:0.875rem}}
