:root{--bg: #FBF8F3;--surface: #FFFFFF;--ink: #18181B;--body: #57534E;--muted: #8F8A82;--border: #ECE5DA;--accent: #FF5A2C;--accent-ink: #C7400F;--accent-soft: #FFEFE8;--live: #15803D;--live-bg: #E6F6EC;--building: #B45309;--building-bg: #FBF0DA;--validating: #1D4ED8;--validating-bg: #E7EDFD;--killed: #9F1239;--killed-bg: #FBE7EC;--radius: 16px;--shadow: 0 1px 2px rgba(24,24,27,.04), 0 8px 24px rgba(24,24,27,.05)}*{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth}body{font-family:Inter,system-ui,-apple-system,sans-serif;background:var(--bg);color:var(--body);line-height:1.55;-webkit-font-smoothing:antialiased}h1,h2,h3,.display{font-family:Space Grotesk,system-ui,sans-serif;color:var(--ink);letter-spacing:-.02em}a{color:inherit}.layout{display:flex;align-items:flex-start;gap:56px;max-width:1080px;margin:0 auto;padding:28px 24px 24px}.sidebar{width:312px;flex-shrink:0;position:sticky;top:40px}.content{flex:1;min-width:0}@media(max-width:880px){.layout{flex-direction:column;gap:40px;padding-top:36px}.sidebar{position:static;width:100%;max-width:460px}}.doodle{display:block;width:100%;max-width:220px;aspect-ratio:1 / 1;object-fit:contain;padding:18px;box-sizing:border-box;background:#f7be50;border-radius:28px;margin:0 0 6px}@media(max-width:880px){.doodle{max-width:200px}}.s-name{font-family:Space Grotesk,sans-serif;font-weight:700;font-size:30px;color:var(--ink);margin-top:14px;letter-spacing:-.03em}.s-name a{text-decoration:none}.s-meta{display:flex;align-items:center;gap:6px;font-size:14px;color:var(--muted);font-weight:500;margin-top:6px}.s-meta .pin{width:15px;height:15px;flex-shrink:0;color:var(--ink)}.s-bio{font-size:15px;color:var(--body);margin-top:16px;line-height:1.5}.s-bio .accent{color:var(--accent-ink);font-weight:600}.s-social{display:flex;gap:18px;margin-top:18px;padding-left:2px}.s-social a{color:var(--muted);display:inline-flex;transition:color .15s ease,transform .08s ease}.s-social a:hover{color:var(--accent-ink);transform:translateY(-1px)}.s-social svg{width:22px;height:22px;display:block}.cta-count{font-size:16px;font-weight:700;color:var(--ink);margin-top:20px;line-height:1.4}.cta-count a{color:var(--accent-ink);text-decoration:underline;text-underline-offset:2px}.cta-count a:hover{color:var(--accent)}.cta-desc{font-size:15px;color:var(--body);margin-top:8px;line-height:1.5}.subscribe{display:flex;align-items:stretch;margin-top:16px;max-width:420px;border:1px solid var(--border);border-radius:12px;background:var(--surface);overflow:hidden;transition:border-color .15s ease,box-shadow .15s ease}.subscribe:focus-within{border-color:var(--accent);box-shadow:0 0 0 3px var(--accent-soft)}.subscribe input{flex:1;min-width:0;border:0;background:transparent;outline:none;padding:13px 15px;font-size:14.5px;font-family:inherit;color:var(--ink)}.subscribe .btn{width:auto;border-radius:0;padding:13px 22px;flex-shrink:0}.subscribe-note{font-size:12.5px;color:var(--muted);margin-top:8px;max-width:420px}.subscribe-success{margin-top:16px;max-width:420px;padding:13px 16px;border-radius:12px;background:var(--live-bg);color:var(--live);font-size:14.5px;font-weight:500}.btn{font-family:Inter,sans-serif;font-weight:600;font-size:14.5px;border:0;border-radius:11px;padding:12px 18px;cursor:pointer;background:var(--accent);color:#fff;text-decoration:none;white-space:nowrap;transition:transform .08s ease,background .15s ease;width:100%}.btn:hover{background:var(--accent-ink)}.btn:active{transform:translateY(1px)}.btn[disabled]{opacity:.6;cursor:default}.board-title{font-family:Space Grotesk,sans-serif;font-weight:700;font-size:clamp(30px,4.5vw,44px);line-height:1.05;letter-spacing:-.03em;color:var(--ink);margin:2px 0 20px}.board-title .accent{color:var(--accent)}.scoreboard{display:flex;flex-wrap:wrap;gap:10px;margin:0 0 22px}.tally{font-size:13.5px;font-weight:600;padding:7px 14px;border-radius:999px;display:inline-flex;align-items:center;gap:8px}.tally:before{content:"";width:8px;height:8px;border-radius:50%;background:currentColor}.tally b{font-weight:800}.tally.flop{color:var(--killed);background:var(--killed-bg)}.tally.flap{color:var(--building);background:var(--building-bg)}.tally.fly{color:var(--live);background:var(--live-bg)}.pill{font-size:12.5px;font-weight:600;padding:5px 12px;border-radius:999px;display:inline-flex;align-items:center;gap:7px}.pill:before{content:"";width:7px;height:7px;border-radius:50%;background:currentColor}.pill.flying{color:var(--live);background:var(--live-bg)}.pill.flapping{color:var(--building);background:var(--building-bg)}.pill.flopped{color:var(--killed);background:var(--killed-bg)}.board{display:grid;grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:16px}.card{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius);padding:22px;box-shadow:var(--shadow);display:flex;flex-direction:column;gap:12px;transition:transform .1s ease,box-shadow .15s ease}a.card{text-decoration:none;color:inherit;cursor:pointer}a.card:hover{transform:translateY(-2px);box-shadow:0 2px 4px #18181b0d,0 14px 32px #18181b14;border-color:#dcd3c6}.card.dead{opacity:.82}.card-top{display:flex;align-items:center;justify-content:space-between;gap:10px;min-height:30px}.brand{display:flex;align-items:center;gap:10px;min-width:0}.brand .mark{height:26px;width:26px;object-fit:contain;object-position:left center;flex-shrink:0}.brand .wordmark{height:21px;width:auto;max-width:132px;object-fit:contain;object-position:left center}.brand .name{font-family:Space Grotesk,sans-serif;font-weight:700;font-size:17px;color:var(--ink);letter-spacing:-.02em}.brand .letter{width:28px;height:28px;border-radius:8px;flex-shrink:0;display:grid;place-items:center;line-height:1;font-family:Space Grotesk,sans-serif;font-weight:700;font-size:16px}.brand .name.startos{color:#4f58c9;font-weight:700}.brand .letter.black{background:var(--ink);color:#fff}.brand .letter.yellow{background:#f7be50;color:#fff}.card .desc{font-size:14.5px;color:var(--body)}.card .why{font-size:13.5px;color:var(--killed);background:var(--killed-bg);border-radius:10px;padding:9px 12px;line-height:1.45}.card .why b{font-weight:600}.card .meta{font-size:13px;color:var(--muted);font-weight:500;margin-top:auto}.card .meta a{color:var(--accent-ink);text-decoration:none;font-weight:600}.card .meta a:hover{text-decoration:underline}.manifesto{margin-top:28px;background:var(--ink);color:#f5f3ef;border-radius:18px;padding:clamp(24px,4vw,36px)}.manifesto h2{color:#fff;font-size:clamp(20px,3vw,26px);margin-bottom:14px}.manifesto p{font-size:15.5px;color:#cfc9bf}.manifesto p+p{margin-top:12px}.manifesto .accent{color:var(--accent);font-weight:600}footer{padding:24px;border-top:1px solid var(--border)}.foot-note{max-width:1080px;margin:0 auto;font-size:13px;color:var(--muted);text-align:center}.foot-note b{color:var(--body)}.foot-note a{color:var(--accent-ink);text-decoration:none}.foot-note a:hover{text-decoration:underline}.page{max-width:716px;margin:0 auto;padding:44px 24px 40px}@media(max-width:880px){.page{padding-top:30px}}.news-hero{text-align:center;display:flex;flex-direction:column;align-items:center;padding:8px 0 6px}.hero-headline{display:flex;align-items:center;justify-content:center;gap:14px}.hero-doodle-link{display:flex;flex-shrink:0;line-height:0;border-radius:12px;transition:transform .15s ease}.hero-doodle-link:hover{transform:scale(1.04)}.hero-doodle{width:116px;height:116px;object-fit:contain;flex-shrink:0}@media(max-width:520px){.hero-doodle{width:88px;height:88px}}.hero-eyebrow{font-size:13px;font-weight:600;letter-spacing:.05em;text-transform:uppercase;color:var(--accent-ink);margin-bottom:12px}.hero-title{font-family:Space Grotesk,sans-serif;font-weight:700;font-size:clamp(32px,5vw,46px);line-height:1.05;letter-spacing:-.03em;color:var(--ink);margin:0}.hero-title .accent{color:var(--accent)}.hero-sub{font-size:17px;color:var(--body);margin:16px auto 0;max-width:520px;line-height:1.5}.news-hero .subscribe{margin-left:auto;margin-right:auto}.news-hero .subscribe-note,.news-hero .subscribe-success{margin-left:auto;margin-right:auto;text-align:center}.news-hero .subscribe-wrap{width:100%;max-width:420px}.s-social.center{justify-content:center;margin-top:22px}.eyebrow{font-size:13px;font-weight:600;letter-spacing:.04em;text-transform:uppercase;color:var(--accent-ink)}.lede{font-size:16.5px;color:var(--body);margin:12px 0 28px}.section-head{display:flex;align-items:baseline;justify-content:space-between;gap:12px;margin:40px 0 16px;padding-bottom:12px;border-bottom:1px solid var(--border)}.section-head h2{font-size:17px}.section-head .count{font-size:13px;font-weight:600;color:var(--muted);white-space:nowrap}.post-list{display:flex;flex-direction:column;gap:14px}.post-row{display:flex;gap:20px;align-items:center;text-decoration:none;color:inherit;background:var(--surface);border:1px solid var(--border);border-radius:var(--radius);padding:18px 20px;box-shadow:var(--shadow);transition:transform .1s ease,box-shadow .15s ease,border-color .15s ease}.post-row:hover{transform:translateY(-2px);border-color:#dcd3c6;box-shadow:0 2px 4px #18181b0d,0 14px 32px #18181b14}.post-row .cover{width:208px;height:132px;flex-shrink:0;object-fit:cover;border-radius:12px;background:#fff}.post-body{flex:1;min-width:0}.post-row .date{display:inline-block;font-size:12px;font-weight:600;letter-spacing:.02em;color:var(--accent-ink);background:var(--accent-soft);padding:3px 10px;border-radius:999px}.post-row h3{font-size:20px;margin:10px 0 7px;line-height:1.25}.post-row .excerpt{font-size:14.5px;color:var(--body)}.post-row .read{display:inline-flex;align-items:center;gap:5px;margin-top:12px;font-size:13.5px;font-weight:600;color:var(--accent-ink);transition:gap .15s ease}.post-row:hover .read{gap:9px}@media(max-width:620px){.post-row{flex-direction:column;align-items:stretch;gap:14px}.post-row .cover{width:100%;height:auto;aspect-ratio:16 / 9}.post-row h3{margin-top:0}}.empty-note{font-size:14.5px;color:var(--muted);background:var(--surface);border:1px dashed var(--border);border-radius:var(--radius);padding:22px}.back-link{display:inline-flex;align-items:center;gap:6px;font-size:14px;font-weight:600;color:var(--accent-ink);text-decoration:none;margin-bottom:22px}.back-link:hover{color:var(--accent)}.article-head{margin-bottom:26px}.article-head .date{font-size:13px;font-weight:600;color:var(--muted)}.article-head h1{font-size:clamp(28px,4vw,40px);line-height:1.1;margin-top:8px}.article-cover{display:block;width:100%;height:auto;border-radius:16px;background:#fff;margin:0 0 30px}.prose{font-size:16.5px;color:var(--body);line-height:1.7;max-width:720px}.prose>*+*{margin-top:18px}.prose h1,.prose h2,.prose h3,.prose h4{color:var(--ink);line-height:1.25;margin-top:34px}.prose h2{font-size:24px}.prose h3{font-size:20px;border-left:4px solid var(--accent);padding-left:14px}.prose h4{font-size:16px;color:var(--accent-ink)}.prose a{color:var(--accent-ink);text-decoration:underline;text-underline-offset:2px}.prose strong{color:var(--ink);font-weight:600}.prose ul,.prose ol{padding-left:24px}.prose li+li{margin-top:6px}.prose blockquote{border-left:3px solid var(--accent);padding-left:16px;color:var(--body);font-style:italic}.prose code{font-family:ui-monospace,SFMono-Regular,Menlo,monospace;font-size:.9em;background:#f1ece4;padding:2px 6px;border-radius:6px}.prose pre{background:var(--ink);color:#f5f3ef;padding:16px 18px;border-radius:12px;overflow-x:auto}.prose pre code{background:none;padding:0;color:inherit}.prose hr{border:0;border-top:1px solid var(--border);margin:28px 0}.prose img{max-width:100%;border-radius:12px}.prose .callout{border-radius:14px;padding:16px 18px;margin:24px 0;font-size:15.5px;line-height:1.6}.prose .callout>:first-child{margin-top:0}.prose .callout>:last-child{margin-bottom:0}.prose .callout p+p{margin-top:10px}.prose .callout-intro{background:#fff7ef;border:1px solid #F4E7D8;color:var(--body);border-radius:14px}.prose .callout-intro p{color:var(--body)}.prose .callout-question{background:var(--validating-bg);border-left:4px solid var(--validating)}.prose .callout-question strong{color:var(--validating);font-size:16.5px}.prose .callout-tip{background:var(--accent-soft);border:1px solid #FAD9C9;position:relative;padding-left:48px}.prose .callout-tip:before{content:"💡";position:absolute;left:16px;top:14px;font-size:18px;line-height:1}.prose .callout-tip strong{color:var(--accent-ink)}.prose .callout-spec{background:var(--surface);border:1px solid var(--border);box-shadow:var(--shadow);padding:6px 18px}.prose .callout-spec p{margin:0;padding:11px 0;border-bottom:1px dashed var(--border);font-size:15px}.prose .callout-spec p:last-child{border-bottom:0}.prose .callout-spec strong{color:var(--ink)}.article-cta{margin-top:40px;background:var(--surface);border:1px solid var(--border);border-radius:18px;padding:clamp(22px,4vw,32px);box-shadow:var(--shadow)}.article-cta h3{font-size:21px;margin-bottom:6px}.article-cta p{font-size:15px;color:var(--body);margin-bottom:4px}
