@import url('https://fonts.googleapis.com/css2?family=DM+Sans:wght@400;500;600;700&family=Manrope:wght@400;500;600;700;800&display=swap');
:root{color-scheme:dark;--bg:#090b0d;--text:#eef2f4;--muted:#9da7ae;--line:#293036;--blue:#9bd7ff}*{box-sizing:border-box}html{scroll-behavior:smooth;scroll-padding-top:28px}body{margin:0;background:var(--bg);color:var(--text);font:16px/1.75 'DM Sans',sans-serif}a{color:inherit;text-decoration:none}a:hover{color:var(--blue)}a:focus-visible{outline:2px solid var(--blue);outline-offset:7px}.shell{max-width:1320px;margin:auto;padding:0 64px}header{display:flex;justify-content:space-between;align-items:center;gap:24px;padding:32px 0;border-bottom:1px solid var(--line)}.brand{font-size:17px;font-weight:800;letter-spacing:.03em}.brand>span:first-child{color:var(--blue)}.divider{margin:0 20px;color:#52616d}.journal-label{font-size:12px;letter-spacing:.15em;color:var(--muted)}nav{display:flex;gap:30px;font-size:14px}.hero{padding:60px 0 0}.hero-top{display:flex;justify-content:space-between;gap:24px}.eyebrow,.edition,.subtle{font-size:12px;letter-spacing:.13em;font-weight:600}.eyebrow{margin:0 0 20px;color:var(--blue)}.edition,.subtle{color:var(--muted)}h1,h2,h3,p{margin-top:0}h1,h2,h3{font-family:Manrope,sans-serif;font-weight:500;line-height:1.15}h1{font-size:clamp(48px,6.8vw,88px);letter-spacing:-.065em;margin:32px 0 34px}h1>span{color:var(--blue)}.hero-bottom{display:flex;align-items:center;justify-content:space-between;padding-bottom:44px}.hero-bottom p{color:#bbc4cb;font-size:19px;line-height:1.65;margin:0}.round-link{width:60px;height:60px;border:1px solid #465764;border-radius:50%;display:grid;place-items:center;font-size:25px}.project-state{display:flex;justify-content:space-between;gap:20px;border-top:1px solid var(--line);border-bottom:1px solid var(--line);padding:17px 0;color:var(--muted);font-size:14px}.project-state span:first-child{font-size:12px;letter-spacing:.1em;color:var(--blue)}.section{padding:84px 0;border-bottom:1px solid var(--line)}h2{font-size:clamp(28px,3vw,39px);letter-spacing:-.045em}.intro{display:grid;grid-template-columns:1fr 1fr;gap:70px}.prose p,.entry-body>p,.context>p{color:#b4bec5}.author{display:flex;align-items:center;gap:15px;margin-top:28px}.author img{border-radius:10px;object-fit:cover}.author strong,.author span{display:block}.author strong{font-size:14px;font-weight:500}.author span{font-size:12px;color:var(--muted)}.section-title{display:flex;justify-content:space-between;gap:20px;align-items:end;margin-bottom:36px}.section-title h2{margin:0}.entry{display:grid;grid-template-columns:190px 1fr;gap:44px;padding:48px 0;border-top:1px solid var(--line)}.entry:last-child{padding-bottom:0}.entry-meta{display:flex;flex-direction:column;align-items:start;gap:12px}.entry-no{font-family:Manrope,sans-serif;font-size:50px;line-height:1;color:#53616a;letter-spacing:-.07em;margin-bottom:8px}.featured .entry-no{color:var(--blue)}time{font-size:12px;color:var(--muted);letter-spacing:.08em}.tag{font-size:11px;letter-spacing:.08em;border:1px solid #34434f;padding:3px 9px;border-radius:4px;color:#b6c9d7}.entry-body{max-width:740px}.entry-body h3{font-size:30px;letter-spacing:-.035em;margin-bottom:18px}.entry-body .lead{font-size:19px;color:var(--text)}.entry-body strong{color:#e4eaf0;font-weight:500}.takeaway{border-left:2px solid var(--blue);padding:4px 0 4px 24px;margin-top:28px}.takeaway .eyebrow{margin-bottom:10px}.takeaway p{margin:0;color:#c9d9e3}.text-link{display:inline-block;color:var(--blue);font-size:14px;border-bottom:1px solid #455d70;margin-top:6px}blockquote{font-family:Manrope,sans-serif;margin:28px 0;font-size:24px;letter-spacing:-.02em;line-height:1.5;color:var(--blue);max-width:650px}.next{display:grid;grid-template-columns:1fr 1fr;gap:70px}.next>div>p:last-child{color:var(--muted)}ol{list-style:none;padding:0;margin:0}li{display:flex;gap:24px;padding:24px 0;border-bottom:1px solid var(--line)}li:first-child{padding-top:0}li:last-child{border:0;padding-bottom:0}li>span{color:var(--blue);font-size:12px}li h3{font-size:19px;margin-bottom:10px}li p{font-size:15px;color:var(--muted);margin:0}.context{max-width:100%}.context>p:last-child{max-width:710px;margin-bottom:0}footer{display:flex;gap:26px;align-items:center;padding:34px 0;color:var(--muted);font-size:13px}footer p{margin:0 auto 0 0}footer .brand{color:var(--text)}.skip{position:fixed;left:20px;top:-80px;background:var(--blue);color:#000;padding:10px 18px;z-index:10}.skip:focus{top:10px}@media(min-width:1500px){.shell{max-width:1380px}}@media(max-width:800px){.shell{padding:0 26px}header{padding:24px 0}.journal-label,.divider{display:none}nav{gap:20px}.hero{padding-top:40px}.hero-top .edition{display:none}.hero-bottom p{font-size:17px}.intro,.next{grid-template-columns:1fr;gap:25px}.section{padding:54px 0}.entry{grid-template-columns:100px 1fr;gap:24px}.section-title{display:block}.section-title .subtle{display:block;margin-top:18px}footer{flex-wrap:wrap}footer p{flex:1;min-width:200px}.desktop{display:none}}@media(max-width:520px){.shell{padding:0 22px}nav{font-size:12px;gap:16px}nav a:first-child{display:none}h1{font-size:48px}.hero-bottom{gap:25px}.round-link{flex-shrink:0;width:44px;height:44px}.project-state{display:block}.project-state span{display:block}.project-state span+span{margin-top:5px}.entry{grid-template-columns:1fr;gap:22px;padding:32px 0}.entry-meta{flex-direction:row;align-items:center;flex-wrap:wrap;gap:14px}.entry-no{font-size:27px;margin:0}time{font-size:11px}.tag{font-size:10px}.entry-body h3{font-size:27px}.entry-body .lead{font-size:18px}.eyebrow{font-size:11px}footer{gap:16px}footer p{min-width:0;font-size:12px}blockquote{font-size:22px}}@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}}
