:root{--bg: #f3ebe0;--surface: rgba(255, 252, 247, .96);--surface-strong: #fffdf9;--text: #14110f;--muted: #655b51;--border: rgba(24, 17, 11, .08);--accent: #77513a;--accent-dark: #40271a;--shadow: 0 20px 56px rgba(22, 14, 9, .08)}html[data-theme=dark]{color-scheme:dark;--bg: #12100e;--surface: rgba(28, 22, 18, .9);--surface-strong: rgba(35, 27, 22, .98);--text: #f7efe6;--muted: #c4b2a0;--border: rgba(247, 239, 230, .12);--accent: #d2b08b;--accent-dark: #f0d7be;--shadow: 0 24px 70px rgba(0, 0, 0, .42)}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;display:flex;flex-direction:column;min-height:100vh;color:var(--text);background:radial-gradient(circle at top left,rgba(119,81,58,.14),transparent 24%),radial-gradient(circle at top right,rgba(31,24,20,.06),transparent 22%),linear-gradient(180deg,#f6efe5,#f0e5d8 52%,#eadbc9);font-family:Avenir Next,Segoe UI,Helvetica Neue,Arial,sans-serif}html[data-theme=dark] body{background:radial-gradient(circle at top left,rgba(210,176,139,.16),transparent 24%),radial-gradient(circle at top right,rgba(255,255,255,.05),transparent 20%),linear-gradient(180deg,#13110f,#0f0d0b 52%,#0b0908)}body>main{flex:1 0 auto}body>footer{margin-top:auto}h1,h2,h3,h4,h5,h6{margin:0;font-family:Iowan Old Style,Palatino Linotype,Palatino,Georgia,serif;letter-spacing:-.02em}a{color:inherit;text-underline-offset:.22em;transition:color .15s ease,transform .15s ease,background-color .15s ease,border-color .15s ease}p{margin:0}.shell{width:min(1160px,calc(100vw - 2rem));margin:0 auto}.page{padding:2.5rem 0 4.5rem}.panel{background:var(--surface);border:1px solid var(--border);border-radius:24px;box-shadow:var(--shadow)}html[data-theme=dark] .panel{box-shadow:0 22px 60px #00000047}.badge{display:inline-flex;align-items:center;border:1px solid var(--border);border-radius:999px;padding:.4rem .8rem;font-size:.72rem;letter-spacing:.14em;text-transform:uppercase;color:var(--muted);background:#ffffffbd}html[data-theme=dark] .badge{background:#ffffff0f}.button{display:inline-flex;align-items:center;justify-content:center;border-radius:999px;padding:.9rem 1.2rem;border:1px solid transparent;font-weight:600;text-decoration:none;transition:transform .15s ease,background-color .15s ease,border-color .15s ease}.button:hover{transform:translateY(-1px)}.button-primary{background:#241814;color:#fffaf4}html[data-theme=dark] .button-primary{background:#f0d7be;color:#1a120e}.button-secondary{background:#e6d5c2;color:#131313}html[data-theme=dark] .button-secondary{background:#ffffff14;color:var(--text)}.button-outline{background:transparent;border-color:var(--border);color:#131313}html[data-theme=dark] .button-outline{color:var(--text)}.grid{display:grid;gap:1.25rem}.site-header{position:sticky;top:0;z-index:20;border-bottom:1px solid var(--border);background:#f7f0e7f0}html[data-theme=dark] .site-header{background:#110e0ceb}.site-header__inner{display:flex;flex-wrap:nowrap;justify-content:space-between;gap:1rem;padding:1rem 0;align-items:center}.site-header__actions{display:flex;align-items:center;gap:.7rem;flex-wrap:nowrap;justify-content:flex-end;min-width:0}.site-branding{display:inline-flex;align-items:center;gap:.8rem;text-decoration:none}.site-branding__mark{display:inline-flex;align-items:center;justify-content:center;width:2.6rem;height:2.6rem;flex:none;border:1px solid rgba(64,39,26,.18);border-radius:.85rem;background:linear-gradient(180deg,#ffffffeb,#ebdfd0eb);box-shadow:inset 0 1px #ffffff80;overflow:hidden}.site-branding__logo{display:block;width:100%;height:100%;object-fit:cover}.site-branding__fallback{align-items:center;justify-content:center;width:100%;height:100%;color:var(--accent-dark);font-family:Iowan Old Style,Palatino Linotype,Palatino,Georgia,serif;font-size:1rem;font-weight:800;letter-spacing:.08em;line-height:1;text-transform:uppercase}html[data-theme=dark] .site-branding__mark{border-color:#f7efe624;background:linear-gradient(180deg,#231b16fa,#120f0cfa);box-shadow:inset 0 1px #ffffff0a}html[data-theme=dark] .site-branding__fallback{color:#f5e4d1}.site-branding__name{text-decoration:none;font-family:Iowan Old Style,Palatino Linotype,Palatino,Georgia,serif;font-size:1.02rem;letter-spacing:.12em;text-transform:uppercase;font-weight:700;color:var(--accent-dark)}.site-nav{display:flex;flex-wrap:nowrap;align-items:center;gap:.45rem}.site-nav--mobile{display:none}.site-nav__link{text-decoration:none;border-radius:999px;border:1px solid transparent;white-space:nowrap}.site-nav__link{padding:.55rem .8rem;color:var(--muted);font-size:.93rem}.site-nav__link:hover,.site-nav__link.is-active{color:var(--text);background:#ffffffc2;border-color:var(--border)}html[data-theme=dark] .site-nav__link:hover,html[data-theme=dark] .site-nav__link.is-active{background:#ffffff14}.site-menu{display:none}.site-menu__summary{display:inline-flex;align-items:center;justify-content:center;border-radius:999px;padding:.55rem .9rem;border:1px solid var(--border);background:#ffffffb8;color:var(--muted);font:inherit;font-size:.92rem;cursor:pointer;list-style:none}.site-menu__summary::-webkit-details-marker{display:none}.site-menu[open] .site-menu__summary{color:var(--text);background:#ffffffe6}html[data-theme=dark] .site-menu__summary{background:#ffffff0f}html[data-theme=dark] .site-menu[open] .site-menu__summary{background:#ffffff1a}.theme-toggle{display:inline-flex;align-items:center;justify-content:center;padding:0;border:0;background:transparent;color:inherit;font:inherit;cursor:pointer}.theme-toggle:hover{color:inherit}.theme-toggle__track{display:inline-flex;align-items:center;justify-content:space-between;gap:.55rem;min-width:8.9rem;padding:.18rem;border-radius:999px;border:1px solid var(--border);background:linear-gradient(180deg,#fffffff5,#e6dbcdfa);box-shadow:inset 0 1px #ffffffa6;transition:background-color .2s ease,border-color .2s ease,transform .2s ease}.theme-toggle__label{padding-inline:.68rem .45rem;color:var(--accent-dark);font-size:.68rem;font-weight:800;letter-spacing:.13em;text-transform:uppercase;white-space:nowrap}.theme-toggle__knob{display:inline-grid;place-items:center;width:2.25rem;height:2.25rem;border-radius:999px;border:1px solid rgba(24,17,15,.08);background:#fffdf8;color:#1d1714;box-shadow:0 8px 18px #19100b1f;flex:none}.theme-toggle__icon{width:.86rem;height:.86rem}.theme-toggle__icon--moon{display:none}.theme-toggle[data-theme=dark] .theme-toggle__track{flex-direction:row-reverse;background:linear-gradient(180deg,#0e0c0afa,#1c1612fa);box-shadow:inset 0 1px #ffffff0a}.theme-toggle[data-theme=dark] .theme-toggle__label{color:#f5eadf;padding-inline:.45rem .68rem}.theme-toggle[data-theme=dark] .theme-toggle__knob{background:#f6ecdf;color:#1f1914;box-shadow:0 10px 20px #00000057}.theme-toggle[data-theme=dark] .theme-toggle__icon--sun{display:none}.theme-toggle[data-theme=dark] .theme-toggle__icon--moon{display:block}.theme-toggle:focus-visible .theme-toggle__track,.site-menu__summary:focus-visible{outline:2px solid rgba(119,81,58,.38);outline-offset:2px}.site-footer{border-top:1px solid var(--border);background:#fffcf7c2}html[data-theme=dark] .site-footer{background:#110e0ce0}.site-footer__inner{display:flex;flex-wrap:wrap;justify-content:space-between;gap:1rem;padding:1.35rem 0;color:#14110fa8;font-size:.95rem}html[data-theme=dark] .site-footer__inner,html[data-theme=dark] .hero__lede,html[data-theme=dark] .launch-block__lede,html[data-theme=dark] .launch-step p,html[data-theme=dark] .section-card p,html[data-theme=dark] .content-card__summary,html[data-theme=dark] .article-hero p,html[data-theme=dark] .manifesto-note,html[data-theme=dark] .empty-state p,html[data-theme=dark] .hero__aside p,html[data-theme=dark] .stack-list,html[data-theme=dark] .content{color:#f7efe6c2}.site-footer a{font-weight:700;color:var(--text);text-decoration:none}.hero{display:grid;gap:2rem;align-items:start}.hero--home{grid-template-columns:minmax(0,1.35fr) minmax(300px,.9fr)}.hero--section{grid-template-columns:minmax(0,1.15fr) minmax(280px,.85fr)}.hero--home .hero__copy h1{margin-top:.9rem;font-size:clamp(2.15rem,4.2vw,3.8rem);line-height:1.02;max-width:15ch}.hero--section h1,.article-hero h1{margin-top:.9rem;font-size:clamp(2rem,3vw,3rem);line-height:1.05;max-width:14ch}.hero__lede{margin-top:1rem;max-width:44rem;font-size:1.08rem;line-height:1.8;color:#14110fbd}.hero__actions,.article-actions{display:flex;flex-wrap:wrap;gap:.75rem}.hero__aside{padding:1.5rem}.hero__aside h2{margin-top:1rem;font-size:1.45rem}.hero__aside p{margin-top:.85rem;line-height:1.75;color:#14110fb8}.hero__checklist{display:grid;gap:.75rem;margin-top:1.2rem}.hero__checklist-item{display:flex;gap:.75rem;align-items:flex-start;padding:.85rem .95rem;border-radius:18px;background:#ffffff80;border:1px solid var(--border);color:#131313c2;line-height:1.6}html[data-theme=dark] .hero__checklist-item,html[data-theme=dark] .hero-stats div,html[data-theme=dark] .article-meta div,html[data-theme=dark] .content-card__meta div,html[data-theme=dark] .section-card,html[data-theme=dark] .content-card,html[data-theme=dark] .launch-step,html[data-theme=dark] .article-body,html[data-theme=dark] .empty-state,html[data-theme=dark] .article-hero__media{background:#ffffff0a}html[data-theme=dark] .hero__checklist-item{color:#f7efe6cc}.hero__checklist-item strong{display:block;color:var(--text)}.chip-row{display:flex;flex-wrap:wrap;gap:.5rem;margin-top:1.25rem}.hero-stats,.article-meta,.content-card__meta{display:grid;grid-template-columns:repeat(auto-fit,minmax(120px,1fr));gap:.8rem;margin:1.25rem 0 0}.hero-stats div,.article-meta div,.content-card__meta div{padding:.85rem .95rem;border-radius:18px;background:#ffffff80;border:1px solid var(--border)}.hero-stats dt,.article-meta dt,.content-card__meta dt{color:var(--muted);font-size:.78rem;letter-spacing:.1em;text-transform:uppercase}html[data-theme=dark] .hero-stats dt,html[data-theme=dark] .article-meta dt,html[data-theme=dark] .content-card__meta dt{color:#f7efe685}.hero-stats dd,.article-meta dd,.content-card__meta dd{margin:.3rem 0 0;font-weight:700}.launch-block{margin-top:3rem}.launch-block__heading{display:flex;flex-wrap:wrap;justify-content:space-between;gap:1rem;align-items:end;max-width:62rem}.launch-block__heading h2{margin-top:.85rem;font-size:clamp(1.55rem,2.4vw,2.05rem)}.launch-block__lede{max-width:36rem;color:#14110fb3;line-height:1.75}.launch-steps,.section-grid{grid-template-columns:repeat(auto-fit,minmax(240px,1fr));margin-top:1.4rem}.launch-step,.section-card,.content-card,.article-body{padding:1.35rem}.launch-step__index{display:inline-flex;align-items:center;justify-content:center;width:2.4rem;height:2.4rem;border-radius:999px;background:#131313;color:#fff;font-weight:800}.launch-step h3,.section-card h3,.content-card__title{margin-top:.9rem;font-size:1.15rem;line-height:1.2}.launch-step p,.section-card p,.content-card__summary,.article-hero p{margin-top:.75rem;color:#14110fb8;line-height:1.75}.section-card__top,.content-card__top{display:flex;flex-wrap:wrap;justify-content:space-between;gap:.75rem;align-items:center}.section-card__count{color:var(--muted);font-size:.82rem}html[data-theme=dark] .section-card__count{color:#f7efe694}.content-card{display:grid;gap:.5rem}.content-card__thumb{overflow:hidden;border-radius:20px;aspect-ratio:16 / 10;background:#1313130a;border:1px solid var(--border)}.content-card__thumb img{display:block;width:100%;height:100%;object-fit:cover}.content-card__link{text-decoration:none}.content-card__link:hover{color:var(--accent-dark)}html[data-theme=dark] .content-card__link:hover{color:var(--accent)}.content-card__actions{margin-top:.5rem}.article-page{max-width:none}.article-hero{display:grid;gap:1.25rem;align-items:start}.article-hero--with-media{grid-template-columns:minmax(0,1.25fr) minmax(220px,.55fr)}.article-hero__media{overflow:hidden;margin:0;padding:0;border-radius:24px;background:#1313130a;border:1px solid var(--border)}.article-hero__media img{display:block;width:100%;height:100%;object-fit:cover}.article-hero h1{max-width:15ch}.article-body,.article-actions{margin-top:1.5rem}.manifesto-page .article-hero{max-width:62rem}.manifesto-note{max-width:50rem;color:#131313ad;font-size:.96rem;line-height:1.7}html[data-theme=dark] .manifesto-note{color:#f7efe6ad}.manifesto-page .article-body{margin-top:1.2rem}.stack-list{margin:1rem 0 0;padding-left:1.2rem;line-height:1.9;color:#131313c2}html[data-theme=dark] .stack-list{color:#f7efe6c2}.stack-list li+li{margin-top:.2rem}.content{line-height:1.75;color:#14110fd6}.content :where(h2){margin-top:2.2rem;margin-bottom:.75rem;font-size:1.7rem}.content :where(h3){margin-top:1.8rem;margin-bottom:.6rem;font-size:1.2rem}.content :where(p){margin-top:1rem}.content :where(ul,ol){margin:1rem 0;padding-left:1.4rem}.content :where(li){margin:.45rem 0}.content :where(blockquote){margin:1.4rem 0;padding:1rem 1.2rem;border-left:4px solid var(--accent);background:#f5ece0f5}html[data-theme=dark] .content :where(blockquote){background:#ffffff0d}.content :where(img){max-width:100%;height:auto;border-radius:20px;border:1px solid var(--border)}.content :where(a){color:var(--accent-dark)}.content :where(a:hover){color:#4f311d}.content :where(code){padding:.15rem .35rem;border-radius:6px;background:#13131314}html[data-theme=dark] .content :where(code){background:#ffffff14}.content :where(pre){overflow-x:auto;padding:1rem 1.1rem;border-radius:20px;background:#131313f5;color:#f7f1e6}html[data-theme=dark] .content :where(pre){background:#ffffff0f;color:var(--text)}.content :where(hr){margin:2rem 0;border:0;border-top:1px solid var(--border)}.empty-state{padding:2rem;text-align:left}.empty-state h2{margin-top:.9rem;font-size:1.5rem}.empty-state p{margin-top:.75rem;color:#14110fb8;line-height:1.75}.analytics-frame-shell{overflow:hidden;min-height:72vh;padding:0}.analytics-frame{display:block;width:100%;min-height:72vh;border:0;background:transparent}.analytics-gate{padding:1.75rem}.analytics-gate h2{margin-top:.9rem;font-size:1.5rem}.analytics-gate p{margin-top:.75rem;max-width:44rem;color:#14110fb8;line-height:1.75}.analytics-gate__form{margin-top:1.25rem}.analytics-gate__label{display:inline-block;margin-bottom:.45rem;font-size:.78rem;letter-spacing:.1em;text-transform:uppercase;color:var(--muted)}.analytics-gate__field{display:flex;flex-wrap:wrap;gap:.75rem}.analytics-gate__input{flex:1 1 16rem;min-width:0;border:1px solid var(--border);border-radius:999px;padding:.95rem 1rem;background:#ffffffc7;color:var(--text);font:inherit}html[data-theme=dark] .analytics-gate__input{background:#ffffff0f}.analytics-gate__input:focus{outline:2px solid rgba(119,81,58,.32);outline-offset:2px}.analytics-gate__button{flex:0 0 auto}.analytics-gate__error{margin-top:.65rem;color:#8d2f2f;font-size:.92rem}html[data-theme=dark] .analytics-gate__error{color:#ff9b9b}@media(max-width:900px){.hero--home,.hero--section,.article-hero--with-media{grid-template-columns:1fr}.hero__copy h1,.article-hero h1{max-width:none}}@media(max-width:1080px){.site-nav--desktop{display:none}.site-menu{display:block;position:relative}.site-menu[open]{z-index:30}.site-menu__summary{min-width:4.75rem}.site-menu__summary:after{content:"▾";margin-left:.45rem;font-size:.78rem;line-height:1}.site-menu[open] .site-menu__summary:after{content:"▴"}.site-nav--mobile{display:grid;gap:.4rem;position:absolute;top:calc(100% + .7rem);left:0;width:min(18rem,calc(100vw - 2rem));padding:.8rem;border:1px solid var(--border);border-radius:18px;background:var(--surface);box-shadow:var(--shadow);max-height:calc(100vh - 8rem);overflow:auto}.site-nav--mobile .site-nav__link{justify-content:flex-start;width:100%}.analytics-gate__field{flex-direction:column}.analytics-gate__button{width:100%}.theme-toggle__track{min-width:7.9rem}.theme-toggle__label{font-size:.61rem}.theme-toggle__knob{width:2rem;height:2rem}}@media(max-width:640px){.page{padding-top:1.6rem}.site-header__inner{display:grid;grid-template-columns:1fr;padding-block:.85rem;gap:.8rem}.site-header__actions{width:100%;justify-content:space-between}.site-nav{gap:.35rem}}
