:root{color-scheme:light;--bg: #ffffff;--surface: #ffffff;--surface-muted: #fafafa;--text: #111111;--muted: #6b6b6b;--border: #e6e6e6;--border-strong: #d6d6d6;--max-width: 1080px;--content-width: 720px;--radius: 22px;--shadow: 0 1px 2px rgba(0, 0, 0, .04)}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;min-width:320px;min-height:100vh;display:flex;flex-direction:column;font-family:Geist,Inter,SF Pro Display,Segoe UI,sans-serif;color:var(--text);background:var(--bg);line-height:1.58;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased}a{color:inherit;text-decoration:none}img{display:block;max-width:100%}::selection{color:#fff;background:#111}.shell{width:min(calc(100% - 2.5rem),var(--max-width));margin:0 auto}.site-header{position:sticky;top:0;z-index:20;border-bottom:1px solid rgba(230,230,230,.88);background:#ffffffeb;backdrop-filter:blur(14px)}.site-header__inner{display:flex;align-items:center;justify-content:space-between;gap:1rem;min-height:64px}.brand{display:inline-flex;align-items:center;gap:.62rem}.brand__mark{display:inline-flex;align-items:center;justify-content:center;width:2rem;height:2rem;border-radius:.55rem;overflow:hidden;flex-shrink:0}.brand__icon{width:100%;height:100%;object-fit:cover}.brand__copy{display:flex;flex-direction:column;justify-content:center;gap:.12rem}.brand__title{font-size:.96rem;font-weight:650;letter-spacing:-.01em;line-height:1.14}.brand__meta,.section-label,.footer-note,.empty,.home-summary,.topic-page-summary,.post-meta,.feature-meta,.card__meta{color:var(--muted)}.brand__meta{font-size:.74rem;line-height:1.22}.nav{display:flex;flex-wrap:wrap;gap:.5rem}.nav a{padding:.42rem .68rem;border-radius:999px;font-size:.89rem;transition:background-color .18s ease,color .18s ease}.nav a:hover,.nav a:focus-visible{background:#f4f4f4}main{flex:1 0 auto;padding:1.25rem 0 4.25rem}.eyebrow{margin:0;color:var(--muted);font-size:.82rem;font-weight:600;letter-spacing:.08em;text-transform:uppercase}.home-intro{display:grid;grid-template-columns:minmax(0,1fr) 208px;align-items:start;gap:1.35rem;padding:1.7rem 0 .12rem}.topic-page-header{padding:1.7rem 0 1rem}.home-copy{max-width:36rem}.home-title,.page-title,.post-title{margin:0;letter-spacing:-.045em;line-height:1.04}.home-title{max-width:11ch;font-size:clamp(2.55rem,6vw,4.45rem);margin-top:.28rem}.home-summary,.topic-page-summary{max-width:31rem;font-size:.95rem;line-height:1.62}.home-summary,.topic-page-summary{margin:.65rem 0 0}.home-visual{display:flex;justify-content:flex-end;align-items:center;padding-top:0}.porthole{position:relative;width:min(100%,196px);aspect-ratio:1}.porthole:before{content:"";position:absolute;inset:8%;background:radial-gradient(circle,rgba(0,0,0,.12),transparent 70%);filter:blur(16px);opacity:.26;pointer-events:none}.porthole__svg{width:100%;height:auto;overflow:visible;animation:planetFloat 8s ease-in-out infinite}.porthole__group{transform-origin:180px 180px;transform:rotate(-8deg)}.porthole-star{fill:#ffffffeb}.porthole-star--soft{fill:#ffffffa6}.earth-atmosphere,.earth-contour{fill:none;stroke-linecap:round}.earth-atmosphere{stroke:#ffffffb8;stroke-width:1.8}.earth-atmosphere--outer{stroke:#ffffff38;stroke-width:3.2}.earth-contour{stroke:#ffffff29;stroke-width:1.3}.porthole-bolts circle{fill:#f0f0ef;stroke:#11111124;stroke-width:1.2}.topic-nav{display:flex;gap:.55rem;overflow-x:auto;padding:0 0 1.05rem;border-bottom:1px solid var(--border);scrollbar-width:none}.topic-nav::-webkit-scrollbar{display:none}.topic-chip,.tag{display:inline-flex;align-items:center;justify-content:center;white-space:nowrap;border:1px solid var(--border);border-radius:999px;background:var(--surface)}.topic-chip{padding:.5rem .8rem;font-size:.84rem}.topic-chip:hover,.topic-chip:focus-visible,.tag:hover,.tag:focus-visible{border-color:var(--border-strong);background:var(--surface-muted)}.topic-chip--active{color:#fff;border-color:#111;background:#111}.section{margin-top:1.8rem}.section-head{display:flex;align-items:center;justify-content:space-between;gap:1rem;margin-bottom:1.15rem}.section-title{margin:0;font-size:.96rem;font-weight:650;letter-spacing:-.02em}.feature-grid{display:grid;grid-template-columns:minmax(0,1.14fr) minmax(320px,.86fr);border:1px solid var(--border);border-radius:calc(var(--radius) + 4px);overflow:hidden;background:var(--surface)}.feature-main{padding:1.7rem 1.8rem 1.8rem;background:radial-gradient(circle at top right,rgba(17,17,17,.05),transparent 28%),linear-gradient(180deg,#fff,#fcfcfc)}.feature-main h3{margin:.55rem 0 0;max-width:11ch;font-size:clamp(1.9rem,3.5vw,2.9rem);line-height:1.05;letter-spacing:-.04em}.feature-main p:last-child,.feature-main>p:not(.eyebrow){margin:.9rem 0 0;max-width:34rem;font-size:.98rem;line-height:1.7}.feature-stack{display:grid;align-content:start;background:var(--surface-muted);border-left:1px solid var(--border)}.post-list{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:1.1rem}.card{border:1px solid var(--border);border-radius:var(--radius);background:var(--surface);padding:1.35rem;box-shadow:var(--shadow);transition:transform .2s ease,border-color .2s ease,box-shadow .2s ease}.card:hover,.card:focus-within{transform:translateY(-2px);border-color:var(--border-strong);box-shadow:0 10px 22px #0000000e}.card--compact{border:0;border-radius:0;box-shadow:none;padding:1.2rem 1.35rem;background:transparent;transform:none}.card--compact:hover,.card--compact:focus-within{box-shadow:none;transform:none;background:#f6f6f6}.card--compact+.card--compact{border-top:1px solid var(--border)}.card__meta,.feature-meta,.post-meta{font-size:.88rem}.card__title{margin:.45rem 0 0;font-size:1.18rem;line-height:1.2;letter-spacing:-.03em}.card p{margin:.68rem 0 0;color:#505050;font-size:.94rem;line-height:1.66}.card--compact .card__title{font-size:1.08rem}.card--compact p{font-size:.92rem}.tag-list,.card__tags,.post-tags{display:flex;flex-wrap:wrap;gap:.4rem;margin-top:.9rem}.tag{padding:.18rem .56rem;color:var(--muted);font-size:.76rem}.page-title{font-size:clamp(2.1rem,5vw,3.75rem)}.post{max-width:780px;margin:0 auto;padding:1.65rem 0 0}.post-breadcrumb{display:flex;flex-wrap:wrap;align-items:center;gap:.3rem;color:var(--muted);font-size:.82rem;margin-bottom:.75rem}.post-breadcrumb a{color:inherit;text-decoration:none}.post-breadcrumb a:hover,.post-breadcrumb a:focus-visible{text-decoration:underline;text-underline-offset:.16em}.post-breadcrumb__current{display:inline-flex;align-items:center;gap:.3rem;min-width:0}.post-breadcrumb span[aria-current=page]{min-width:0;max-width:min(100%,28rem);overflow:hidden;text-overflow:ellipsis;white-space:nowrap;color:#444}.post-header-top{display:flex;align-items:center;justify-content:flex-start;flex-wrap:wrap;gap:.42rem .72rem;margin-bottom:.72rem}.post-title{max-width:100%;font-size:clamp(1.72rem,3.6vw,2.45rem);line-height:1.08;text-wrap:pretty;margin:0}.post-header{max-width:43rem;margin-inline:auto;padding-bottom:1.15rem;border-bottom:1px solid var(--border)}.post-dek{max-width:39rem;margin:.8rem 0 0;color:#4a4a4a;font-size:.98rem;line-height:1.7}.post-meta{display:flex;flex-wrap:wrap;justify-content:flex-start;gap:.16rem .44rem;align-items:center;margin-top:0;padding-top:0;border-top:0;color:var(--muted);font-size:.84rem;line-height:1.4}.post-tags{justify-content:flex-start;align-items:flex-start;margin-top:0;gap:.34rem}.post-content{margin-top:1.55rem}.content-body{max-width:42rem;margin:0 auto;font-size:.99rem;line-height:1.78}.content-body>p:first-of-type{margin-top:0;color:#202020;font-size:1.08rem;line-height:1.84;letter-spacing:-.012em}.content-body :where(h2,h3,h4){margin-top:2.15rem;margin-bottom:.7rem;letter-spacing:-.03em;line-height:1.14}.content-body h2{font-size:1.52rem}.content-body h3{font-size:1.2rem}.content-body p,.content-body ul,.content-body ol,.content-body pre,.content-body blockquote,.content-body table,.content-body hr{margin:.95rem 0}.content-body p{color:#242424}.content-body ul,.content-body ol{padding-left:1.15rem}.content-body li{padding-left:.15rem}.content-body li+li{margin-top:.45rem}.content-body li::marker{color:#8a8a8a}.content-body a{text-decoration:underline;text-decoration-color:#b9b9b9;text-underline-offset:.18em}.content-body strong{font-weight:620;color:#121212}.content-body :not(pre)>code{padding:.12rem .38rem;border:1px solid #e7e7e7;border-radius:6px;background:#f7f7f7}.content-body code{font-family:SFMono-Regular,JetBrains Mono,Menlo,monospace;font-size:.9em}.content-body pre{overflow-x:auto;padding:.9rem .95rem;border:1px solid var(--border);border-radius:16px;background:#fbfbfb;box-shadow:inset 0 1px #fffc;font-size:.93rem}.content-body pre code{display:block;line-height:1.7}.content-body blockquote{padding:.35rem 0 .35rem 1rem;color:#444;border-left:2px solid #d8d8d8;background:linear-gradient(90deg,#f5f5f5f2,#f5f5f500 88%)}.content-body blockquote>:first-child{margin-top:0}.content-body blockquote>:last-child{margin-bottom:0}.content-body hr{margin:2rem 0;border:0;border-top:1px solid var(--border)}.content-body table{display:block;width:100%;overflow-x:auto;border-collapse:collapse;font-size:.95rem}.content-body th,.content-body td{padding:.8rem .9rem;text-align:left;vertical-align:top;border-bottom:1px solid var(--border)}.content-body th{font-weight:600;color:#111}.post-footer-nav{max-width:42rem;margin-left:auto;margin-right:auto;margin-top:2rem;padding-top:1rem;border-top:1px solid var(--border)}.post-footer-nav a{color:var(--muted);font-size:.92rem;text-decoration:none}.post-footer-nav a:hover,.post-footer-nav a:focus-visible{color:#111}.site-footer{margin-top:auto;padding:0 0 2.5rem}.site-footer__inner{display:flex;align-items:center;justify-content:space-between;gap:1rem;padding-top:1.25rem;border-top:1px solid var(--border)}.footer-note{margin:0;font-size:.86rem}@media(max-width:900px){.home-intro,.feature-grid,.post-list{grid-template-columns:1fr}.home-visual{justify-content:flex-start;padding-top:0}.porthole{width:min(100%,220px)}.feature-stack{border-top:1px solid var(--border);border-left:0}}@media(max-width:720px){main{padding-top:.32rem;padding-bottom:3.1rem}.site-footer__inner{flex-direction:column;align-items:flex-start}.site-header__inner{flex-direction:row;align-items:center;justify-content:space-between;gap:.8rem;min-height:unset;padding:.58rem 0 .5rem}.brand{gap:.68rem}.brand__copy{gap:0}.brand__mark{width:1.85rem;height:1.85rem}.brand__title{font-size:.92rem}.brand__meta{display:none}.nav{flex-wrap:nowrap;gap:.45rem}.nav a{padding:0;border-radius:0;font-size:.88rem}.home-intro{gap:.85rem;padding-top:.82rem;padding-bottom:.72rem}.topic-page-header,.post{padding-top:.98rem}.content-body{max-width:100%;font-size:1rem;line-height:1.84}.post-header-top{flex-direction:row;flex-wrap:wrap;align-items:center;justify-content:flex-start;gap:.38rem .62rem;margin-bottom:.62rem}.post-breadcrumb{margin-bottom:.58rem}.post-breadcrumb__current{display:none}.post-header{padding-bottom:1rem}.post-meta,.post-tags{justify-content:flex-start}.post-meta{flex-wrap:nowrap;font-size:.8rem;gap:.16rem .4rem}.post-tags{gap:.32rem}.post-dek{margin-top:.82rem;max-width:100%}.feature-main,.card{padding:1.25rem}.card--compact{padding:1.1rem 1.25rem}.section{margin-top:1.12rem}.section-head{margin-bottom:.64rem}.topic-nav{gap:.5rem;padding-bottom:.54rem}.home-title{font-size:clamp(2.2rem,11.2vw,3.15rem);line-height:.98}.post-title{max-width:100%;font-size:clamp(1.58rem,7vw,2.08rem);line-height:1.04}.home-summary,.topic-page-summary,.post-dek{font-size:.98rem;line-height:1.7}.feature-main h3,.card__title{line-height:1.12}.feature-main h3{max-width:12ch;font-size:clamp(1.72rem,8vw,2.2rem)}.card__title{font-size:1.1rem;margin-top:.5rem}.card p,.feature-main>p:not(.eyebrow){font-size:.96rem;line-height:1.72}.tag{padding:.16rem .48rem;font-size:.71rem}.home-visual{display:none}}@keyframes planetFloat{0%,to{transform:translateZ(0)}50%{transform:translate3d(0,-4px,0)}}@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}.card,.nav a,.topic-chip,.tag,.porthole__svg{transition:none;animation:none}.card:hover,.card:focus-within{transform:none}}
