:root{--bg: #0f172a;--bg-lift: rgba(30, 41, 59, .55);--border: rgba(148, 163, 184, .1);--text: #94a3b8;--bright: #e2e8f0;--faint: #64748b;--dim: #334155;--accent: #5eead4;--accent-bg: rgba(45, 212, 191, .1);--sans: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;--mono: ui-monospace, "SF Mono", "SFMono-Regular", Menlo, Consolas, monospace;--max: 1100px}*,*:before,*:after{box-sizing:border-box}html{-webkit-text-size-adjust:100%;scroll-behavior:smooth}body{margin:0;background:var(--bg);color:var(--text);font-family:var(--sans);font-size:1rem;line-height:1.65;-webkit-font-smoothing:antialiased;font-feature-settings:"kern","liga"}::selection{background:var(--accent);color:#042f2e}a{color:var(--accent);text-decoration:none}:focus-visible{outline:2px solid var(--accent);outline-offset:3px;border-radius:2px}.layout{margin-inline:auto;max-width:var(--max);padding:3rem 1.5rem 4rem}@media (min-width: 1024px){.layout{display:flex;justify-content:space-between;gap:3.5rem;min-height:100vh;padding:0 3rem}}.intro{padding-block:1rem}@media (min-width: 1024px){.intro{position:sticky;top:0;display:flex;max-height:100vh;width:46%;flex-direction:column;justify-content:space-between;padding-block:6rem}}.intro-name{margin:0;font-size:2.6rem;line-height:1.05;font-weight:700;letter-spacing:-.02em;color:var(--bright)}.intro-name a{color:inherit}.intro-name a:hover{color:var(--accent)}.intro-title{margin:.9rem 0 0;font-size:1.15rem;font-weight:500;letter-spacing:-.01em;color:var(--bright)}.intro-tagline{margin:1.1rem 0 0;max-width:22rem;color:var(--text)}.nav{display:none}@media (min-width: 1024px){.nav{display:block;margin-top:3.5rem}}.nav ul{list-style:none;margin:0;padding:0}.nav-link{display:flex;align-items:center;padding:.7rem 0}.nav-line{height:1px;width:2rem;margin-right:1rem;background:var(--dim);transition:width .18s ease,background-color .18s ease}.nav-text{font-size:.72rem;font-weight:700;letter-spacing:.16em;text-transform:uppercase;color:var(--faint);transition:color .18s ease}.nav-link:hover .nav-line,.nav-link:focus-visible .nav-line,.nav-link.active .nav-line{width:4rem;background:var(--bright)}.nav-link:hover .nav-text,.nav-link:focus-visible .nav-text,.nav-link.active .nav-text{color:var(--bright)}.intro-foot{margin-top:2.5rem;font-size:.82rem;color:var(--faint)}@media (min-width: 1024px){.intro-foot{margin-top:0}}.intro-foot a{color:var(--text)}.intro-foot a:hover{color:var(--accent)}.content{padding-block:1rem}@media (min-width: 1024px){.content{width:52%;padding-block:6rem}}.section{margin-bottom:3.5rem;scroll-margin-top:5rem}.section:last-of-type{margin-bottom:2.5rem}.section-label{position:sticky;top:0;z-index:20;margin:0 -1.5rem 1.25rem;padding:1rem 1.5rem;background:#0f172acc;backdrop-filter:blur(8px);font-size:.72rem;font-weight:700;letter-spacing:.16em;text-transform:uppercase;color:var(--bright)}@media (min-width: 1024px){.section-label{position:absolute;width:1px;height:1px;margin:-1px;padding:0;overflow:hidden;clip:rect(0 0 0 0);white-space:nowrap;border:0}}.prose p{margin:0 0 1.1rem}.prose p:last-child{margin-bottom:0}.prose a{color:var(--bright);text-decoration:underline;text-decoration-color:var(--accent);text-underline-offset:3px;text-decoration-thickness:1px}.prose a:hover{color:var(--accent)}.notes{list-style:none;margin:0;padding:0}.note-item{position:relative}.note-item:before{content:"";position:absolute;inset:0;z-index:0;border-radius:.5rem;transition:background-color .18s ease,box-shadow .18s ease}@media (min-width: 1024px){.note-item:hover:before{inset:-.75rem -1.25rem;background:var(--bg-lift);box-shadow:0 0 0 1px #94a3b80f}}.note-link{position:relative;z-index:1;display:grid;gap:.4rem;padding:1.5rem 0}@media (min-width: 768px){.note-link{grid-template-columns:1fr 3fr;gap:1.5rem}}.note-date{padding-top:.2rem;font-size:.7rem;font-weight:600;letter-spacing:.08em;text-transform:uppercase;color:var(--faint);line-height:1.5}.note-read{display:block;color:var(--dim)}.note-title{display:inline-flex;align-items:center;gap:.35rem;font-size:1.05rem;font-weight:600;line-height:1.3;color:var(--bright);transition:color .18s ease}.note-item:hover .note-title,.note-link:focus-visible .note-title{color:var(--accent)}.note-arrow{transition:transform .18s ease}.note-item:hover .note-arrow{transform:translate(3px,-3px)}.note-desc{margin:.5rem 0 0;font-size:.92rem;color:var(--text)}.note-tags{display:flex;flex-wrap:wrap;gap:.5rem;margin:.85rem 0 0;padding:0;list-style:none}.tag{font-size:.7rem;font-weight:500;line-height:1.4;color:var(--accent);background:var(--accent-bg);border-radius:999px;padding:.25rem .75rem}.eyebrow{font-size:.72rem;font-weight:700;letter-spacing:.16em;text-transform:uppercase;color:var(--accent)}.article-head{margin-bottom:2.5rem}.article-title{margin:.7rem 0 .9rem;font-size:2.1rem;line-height:1.12;font-weight:700;letter-spacing:-.02em;color:var(--bright)}.article-meta{display:flex;align-items:center;gap:.6rem;flex-wrap:wrap;font-size:.78rem;letter-spacing:.04em;text-transform:uppercase;color:var(--faint)}.article-meta a{color:var(--accent)}.article-meta .dot:before{content:"·";margin-right:.6rem;color:var(--dim)}.article-body>:first-child{margin-top:0}.article-body p{margin:0 0 1.25rem}.article-body h2{margin:2.4rem 0 .8rem;font-size:1.4rem;line-height:1.25;font-weight:600;letter-spacing:-.01em;color:var(--bright)}.article-body h3{margin:1.9rem 0 .6rem;font-size:1.12rem;font-weight:600;color:var(--bright)}.article-body a{color:var(--bright);text-decoration:underline;text-decoration-color:var(--accent);text-underline-offset:3px;text-decoration-thickness:1px}.article-body a:hover{color:var(--accent)}.article-body ul,.article-body ol{margin:0 0 1.35rem;padding-left:1.3rem}.article-body li{margin-bottom:.55rem}.article-body li::marker{color:var(--faint)}.article-body strong{color:var(--bright);font-weight:600}.article-body blockquote{margin:1.8rem 0;padding:.2rem 0 .2rem 1.4rem;border-left:2px solid var(--accent);color:var(--bright)}.article-body blockquote p{margin-bottom:.8rem}.article-body blockquote p:last-child{margin-bottom:0}.article-body hr{border:none;border-top:1px solid var(--border);margin:2.5rem 0}.article-body code{font-family:var(--mono);font-size:.88em;color:var(--accent);background:#2dd4bf14;padding:.1rem .4rem;border-radius:4px}.article-body .note{font-size:.82rem;color:var(--faint)}.article-foot{margin-top:3rem;padding-top:1.5rem;border-top:1px solid var(--border);font-size:.88rem;color:var(--text)}.article-foot .source{margin:0 0 1rem}.article-foot .source a{color:var(--accent)}.credit{margin-top:3rem;font-size:.8rem;color:var(--faint)}.credit a{color:var(--text)}.credit a:hover{color:var(--accent)}@media (max-width: 640px){.intro-name{font-size:2.1rem}.article-title{font-size:1.8rem}}@media (prefers-reduced-motion: reduce){html{scroll-behavior:auto}*,*:before,*:after{transition-duration:.001ms!important;animation-duration:.001ms!important}}
