:root{--bg: #0d0d0d;--surface: #161616;--surface2: #1e1e1e;--border: #2a2a2a;--accent: #ff4d4d;--accent2: #ff8c00;--text: #e8e8e8;--muted: #888;--green: #00ff88;--blue: #4da6ff;--bg-deep: #060606;--nav-bg: rgba(13,13,13,.95);--text-body: #c0c0c0;--border-hover: #3a3a3a}:root[data-theme=light]{--bg: #f5f0e8;--surface: #ebe5d9;--surface2: #e0d9cc;--border: #c8bfad;--accent: #9a7430;--accent2: #8b6914;--text: #1a1a17;--muted: #6b6558;--green: #1d6e3a;--blue: #2c6faa;--bg-deep: #e8e2d5;--nav-bg: rgba(245,240,232,.95);--text-body: #3a3832;--border-hover: #a89e8c}*{box-sizing:border-box;margin:0;padding:0}.skip-link{position:absolute;top:-100%;left:1rem;z-index:200;background:var(--accent);color:#fff;padding:.5rem 1rem;border-radius:0 0 .5rem .5rem;font-size:.85rem;font-weight:700;text-decoration:none;transition:top .2s}.skip-link:focus{top:0}*:focus-visible{outline:2px solid var(--accent);outline-offset:2px}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}body{background:var(--bg);color:var(--text);font-family:Segoe UI,system-ui,sans-serif;line-height:1.7}.site-nav{position:sticky;top:0;z-index:100;background:var(--nav-bg);backdrop-filter:blur(8px);border-bottom:1px solid var(--border);padding:.85rem 2rem;display:flex;align-items:center;justify-content:center}.nav-logo{font-size:1rem;font-weight:800;color:var(--text);text-decoration:none;letter-spacing:-.01em}.nav-logo span{color:var(--accent)}.nav-link{position:absolute;right:2rem;font-size:.78rem;color:var(--muted);text-decoration:none;letter-spacing:.08em;text-transform:uppercase;transition:color .2s}.nav-link:hover{color:var(--text)}.story-hero{position:relative;overflow:hidden;padding:5rem 2rem 4rem;background:radial-gradient(ellipse at top,var(--story-dark) 0%,var(--bg) 70%);border-bottom:1px solid var(--border)}.story-hero-inner{max-width:900px;margin:0 auto;position:relative}.story-hero-img{width:120px;height:120px;object-fit:cover;border-radius:.75rem;margin-bottom:1.25rem}.story-chapter{font-size:.72rem;letter-spacing:.2em;text-transform:uppercase;color:var(--story);margin-bottom:1.5rem;display:flex;align-items:center;gap:1rem}.story-chapter:after{content:"";flex:0 0 60px;height:1px;background:currentColor;opacity:.3}.story-title{font-size:clamp(2rem,5vw,3.5rem);font-weight:800;letter-spacing:-.02em;line-height:1.1;margin-bottom:1.25rem}.story-title span{color:var(--story)}.story-deck{font-size:1.15rem;color:var(--muted);max-width:650px;margin-bottom:2rem;line-height:1.6}.story-byline{display:flex;align-items:center;gap:1.25rem;flex-wrap:wrap;font-size:.78rem;color:var(--muted);border-top:1px solid var(--border);padding-top:1.25rem}.byline-divider{color:var(--border)}.tag{background:var(--surface2);border:1px solid var(--border);border-radius:.4rem;padding:.25rem .65rem;font-size:.75rem;color:var(--muted)}.story-verify{display:flex;align-items:center;gap:.6rem;margin-top:1rem;padding-top:1rem;border-top:1px solid var(--border);font-size:.75rem;color:var(--muted);flex-wrap:wrap}.verify-badge{display:inline-flex;align-items:center;gap:.3rem;background:color-mix(in srgb,var(--green) 8%,transparent);border:1px solid color-mix(in srgb,var(--green) 25%,transparent);border-radius:2rem;padding:.15rem .6rem;font-size:.68rem;font-weight:700;color:var(--green);letter-spacing:.05em;white-space:nowrap}.container{max-width:900px;margin:0 auto;padding:0 2rem}.section{padding:4rem 0}.section+.section{border-top:1px solid var(--border)}h2{font-size:1.75rem;font-weight:700;margin-bottom:1.25rem}h2 .num{color:var(--story);font-size:.72rem;display:block;letter-spacing:.15em;text-transform:uppercase;margin-bottom:.5rem}p{color:var(--text-body);margin-bottom:1rem}strong{color:var(--text)}.reading-progress{position:fixed;top:44px;left:0;width:100%;height:2px;z-index:99;background:transparent}.reading-progress-bar{height:100%;width:0%;background:var(--story);transition:width .05s linear}.listen-bar{max-width:900px;margin:0 auto;padding:.75rem 2rem;border-bottom:1px solid var(--border)}.listen-player{display:flex;align-items:center;gap:1rem;background:color-mix(in srgb,var(--story) 6%,var(--surface));border:1px solid color-mix(in srgb,var(--story) 20%,var(--border));border-radius:.75rem;padding:.85rem 1.25rem}.listen-btn{display:flex;align-items:center;justify-content:center;width:44px;height:44px;flex-shrink:0;font-size:1rem;font-family:inherit;color:var(--story);background:color-mix(in srgb,var(--story) 12%,var(--bg));border:2px solid color-mix(in srgb,var(--story) 40%,transparent);border-radius:50%;cursor:pointer;transition:all .2s}.listen-btn:hover{background:color-mix(in srgb,var(--story) 20%,var(--bg));border-color:var(--story);transform:scale(1.05)}.listen-btn.listening{color:var(--story);border-color:var(--story);animation:listen-pulse 2s ease-in-out infinite}@keyframes listen-pulse{0%,to{box-shadow:0 0 color-mix(in srgb,var(--story) 30%,transparent)}50%{box-shadow:0 0 0 6px color-mix(in srgb,var(--story) 0%,transparent)}}@media(prefers-reduced-motion:reduce){.listen-btn.listening{animation:none}}.listen-icon{line-height:1}.listen-info{flex-shrink:0}.listen-label{font-size:.85rem;font-weight:700;color:var(--text);display:block}.listen-sub{font-size:.68rem;color:var(--story);display:block;font-weight:600}.listen-progress-wrap{flex:1;display:flex;align-items:center;gap:.5rem;min-width:0}.listen-progress-bar{flex:1;height:4px;background:var(--border);border-radius:2px;cursor:pointer;position:relative;overflow:hidden}.listen-progress-fill{height:100%;width:0%;background:var(--story);border-radius:2px;transition:width .1s linear}.listen-time{font-size:.65rem;color:var(--muted);white-space:nowrap;font-variant-numeric:tabular-nums}@media(max-width:600px){.listen-player{flex-wrap:wrap}.listen-progress-wrap{width:100%;flex-basis:100%}}.share-bar{max-width:900px;margin:0 auto;padding:.75rem 2rem;display:flex;align-items:center;gap:.5rem;border-bottom:1px solid var(--border)}.share-bar-bottom{border-bottom:none;border-top:1px solid var(--border);justify-content:center;padding:1rem 2rem}.share-label{font-size:.68rem;letter-spacing:.15em;text-transform:uppercase;color:var(--muted);margin-right:.25rem;font-weight:700}.share-btn{font-size:.72rem;color:var(--muted);background:var(--surface);border:1px solid var(--border);border-radius:.3rem;padding:.25rem .6rem;text-decoration:none;cursor:pointer;transition:color .2s,border-color .2s;font-family:inherit}.share-btn:hover{color:var(--text);border-color:var(--text)}.story-subscribe{max-width:900px;margin:0 auto;padding:2rem 2rem 0}.story-subscribe-inner{display:flex;align-items:center;gap:2rem;background:var(--surface);border:1px solid var(--border);border-radius:.75rem;padding:1.5rem 2rem}.story-subscribe-eyebrow{font-size:.62rem;letter-spacing:.2em;text-transform:uppercase;color:var(--accent);font-weight:700;margin-bottom:.25rem}.story-subscribe-title{font-size:.95rem;font-weight:700;color:var(--text)}.story-subscribe-form{flex:1;min-width:0}.story-subscribe-form iframe{width:100%}@media(max-width:700px){.story-subscribe-inner{flex-direction:column;gap:1rem;padding:1.25rem}}.sources-block{max-width:900px;margin:0 auto;border-top:1px solid var(--border);padding:3rem 2rem 2rem}.sources-block h3{font-size:.7rem;letter-spacing:.2em;text-transform:uppercase;color:var(--muted);margin-bottom:1rem;font-weight:700}.sources-list{display:flex;flex-wrap:wrap;gap:.5rem;list-style:none}.sources-list li:before{display:none}.sources-list a{display:inline-block;background:var(--surface);border:1px solid var(--border);border-radius:2rem;padding:.3rem .9rem;font-size:.75rem;color:var(--muted);text-decoration:none;transition:color .15s,border-color .15s}.sources-list a:hover{color:var(--text);border-color:var(--muted)}.more-stories{padding:4rem 0;border-top:1px solid var(--border)}.more-stories h3{font-size:.72rem;letter-spacing:.2em;text-transform:uppercase;color:var(--muted);margin-bottom:2rem}.more-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:1.25rem}.more-card{background:var(--surface);border:1px solid var(--border);border-radius:.75rem;padding:1.5rem;text-decoration:none;display:block;transition:border-color .2s,transform .2s}.more-card:hover{border-color:var(--border-hover);transform:translateY(-2px)}.mc-top{display:flex;align-items:center;gap:.5rem;margin-bottom:.5rem}.mc-icon-img{width:28px;height:28px;object-fit:cover;border-radius:.35rem}.mc-ch{font-size:.65rem;letter-spacing:.15em;text-transform:uppercase;color:var(--muted)}.mc-title{font-size:1rem;font-weight:700;color:var(--text);margin-bottom:.5rem}.mc-deck{font-size:.82rem;color:var(--muted);line-height:1.45}.mc-meta{font-size:.7rem;color:var(--muted);margin-top:.75rem;letter-spacing:.05em}.story-video-block{padding:3rem 2rem;background:var(--bg-deep);border-top:1px solid var(--border)}.story-video-inner{max-width:760px;margin:0 auto;text-align:center}.story-video-label{font-size:.68rem;letter-spacing:.2em;text-transform:uppercase;color:var(--story);font-weight:700;margin-bottom:.5rem}.story-video-title{font-size:1.1rem;font-weight:700;color:var(--text);margin-bottom:1.5rem}.story-video-wrap{border-radius:.75rem;overflow:hidden;border:1px solid color-mix(in srgb,var(--story) 20%,var(--border));background:#000;line-height:0}.story-video{width:100%;display:block;border-radius:.75rem}.story-video-credit{font-size:.65rem;color:var(--muted);margin-top:.75rem;letter-spacing:.08em}.what-if-block{padding:4rem 2rem;background:var(--bg-deep);border-top:1px solid var(--border);border-bottom:1px solid var(--border)}.wi-divider{text-align:center;margin-bottom:2rem;font-size:1.5rem;color:var(--story);opacity:.6;letter-spacing:.5em}.wi-divider span{display:inline-block;animation:wi-pulse 4s ease-in-out infinite}@keyframes wi-pulse{0%,to{opacity:.4;transform:scale(1)}50%{opacity:.8;transform:scale(1.1)}}@media(prefers-reduced-motion:reduce){.wi-divider span{animation:none;opacity:.6}}.wi-inner{max-width:680px;margin:0 auto;padding-left:1.5rem;border-left:3px solid var(--story)}.wi-label{font-size:.72rem;letter-spacing:.25em;text-transform:uppercase;color:var(--story);font-weight:800;margin-bottom:1.25rem}.wi-text{font-size:1.2rem;line-height:1.8;color:var(--text-body);font-style:italic;font-weight:400}.wi-text strong{color:var(--text);font-style:normal}@media(max-width:640px){.wi-text{font-size:1rem}.wi-inner{padding-left:1rem}}.chapter-nav{max-width:900px;margin:0 auto;padding:2rem 2rem 1rem;display:grid;grid-template-columns:1fr 1fr;gap:1rem;border-top:1px solid var(--border)}.chapter-nav-link{display:flex;flex-direction:column;gap:.25rem;padding:1.25rem;background:var(--surface);border:1px solid var(--border);border-radius:.75rem;text-decoration:none;transition:border-color .2s,transform .2s}.chapter-nav-link:hover{border-color:var(--story);transform:translateY(-2px)}.chapter-nav-next{text-align:right}.chapter-nav-dir{font-size:.68rem;letter-spacing:.15em;text-transform:uppercase;color:var(--story);font-weight:700}.chapter-nav-ch{font-size:.65rem;letter-spacing:.1em;text-transform:uppercase;color:var(--muted)}.chapter-nav-title{font-size:.95rem;font-weight:700;color:var(--text)}.chapter-nav-time{font-size:.72rem;color:var(--muted)}footer{text-align:center;padding:3rem 2rem;border-top:1px solid var(--border);color:var(--muted);font-size:.82rem}footer a{color:var(--blue);text-decoration:none}footer .footer-sub{margin-top:.5rem;font-size:.75rem;color:var(--muted)}.stat-cards{display:grid;grid-template-columns:repeat(auto-fit,minmax(160px,1fr));gap:1rem;margin-top:2rem}.stat-card{background:var(--surface);border:1px solid var(--border);border-radius:.75rem;padding:1.5rem;text-align:center}.stat-num{font-size:2rem;font-weight:900;color:var(--story);line-height:1;margin-bottom:.4rem}.stat-label{font-size:.8rem;color:var(--muted)}.pull-quote{border-left:3px solid var(--story);padding:1.5rem 2rem;margin:2rem 0;background:var(--surface);border-radius:0 .5rem .5rem 0;font-size:1.1rem;font-style:italic;color:var(--text);line-height:1.5}.pull-quote cite{display:block;margin-top:.75rem;font-size:.8rem;font-style:normal;color:var(--muted)}.timeline{margin:2rem 0;display:flex;flex-direction:column;gap:0}.tl-item{display:grid;grid-template-columns:100px 20px 1fr;gap:.75rem;position:relative}.tl-item:before{content:"";position:absolute;left:109px;top:28px;bottom:-1px;width:1px;background:var(--border)}.tl-item:last-child:before{display:none}.tl-date{font-size:.72rem;color:var(--story);font-weight:700;padding-top:.85rem;text-align:right}.tl-dot{width:10px;height:10px;border-radius:50%;background:var(--story);margin-top:1rem}.tl-content{padding:.75rem 0 2rem}.tl-title{font-weight:700;color:var(--text);margin-bottom:.25rem;font-size:.95rem}.tl-text{font-size:.85rem;color:var(--muted)}.cards{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:1.25rem;margin-top:2rem}.card{background:var(--surface);border:1px solid var(--border);border-radius:.75rem;padding:1.5rem}.card-icon{font-size:2rem;margin-bottom:.75rem}.card h3{font-size:1rem;font-weight:700;margin-bottom:.5rem;color:var(--text)}.card p{font-size:.88rem;color:var(--muted);margin:0}.chat-log{background:var(--surface);border:1px solid var(--border);border-radius:.75rem;overflow:hidden;margin:2rem 0}.chat-header{background:var(--surface2);border-bottom:1px solid var(--border);padding:.85rem 1.25rem;font-size:.8rem;color:var(--muted);display:flex;align-items:center;gap:.75rem}.chat-dot{width:8px;height:8px;border-radius:50%;display:inline-block}.chat-body{padding:1.5rem;display:flex;flex-direction:column;gap:1rem}.msg{max-width:75%;padding:.85rem 1.1rem;border-radius:1rem;font-size:.9rem;line-height:1.55}.msg.user{background:color-mix(in srgb,var(--muted) 25%,transparent);border:1px solid var(--border-hover);align-self:flex-end;border-bottom-right-radius:.25rem}.msg-label{font-size:.68rem;color:var(--muted);margin-bottom:.3rem}.fail-list{background:var(--surface);border:1px solid var(--border);border-radius:.75rem;padding:1.75rem 2rem;margin:2rem 0}.fail-list-title{font-size:.72rem;letter-spacing:.15em;text-transform:uppercase;color:var(--story);margin-bottom:1.25rem;font-weight:700}.fail-list ul{list-style:none;padding:0;display:flex;flex-direction:column;gap:.65rem}.fail-list ul li{font-size:.9rem;color:var(--text-body);padding-left:1.5rem;position:relative}.fail-list ul li:before{content:"";position:absolute;left:0;top:.35em;width:10px;height:10px;border-radius:50%;background:var(--story);opacity:.7}@media(max-width:600px){.more-grid{grid-template-columns:1fr}.stat-cards{grid-template-columns:repeat(2,1fr)}.site-nav{padding:.85rem 1rem}.msg{max-width:90%}.chapter-nav{grid-template-columns:1fr}.chapter-nav-next{text-align:left}h2{font-size:1.4rem}.story-title{font-size:2rem}}.reactions-block{max-width:900px;margin:0 auto;border-top:1px solid var(--border);padding:3rem 2rem 2.5rem}.reactions-label{font-size:.7rem;letter-spacing:.2em;text-transform:uppercase;color:var(--muted);margin-bottom:1.25rem;font-weight:700;text-align:center}.reactions-row{display:flex;flex-wrap:wrap;gap:.75rem;justify-content:center}.reaction-btn{display:flex;flex-direction:column;align-items:center;gap:.3rem;background:var(--surface);border:1px solid var(--border);border-radius:.75rem;padding:1rem 1.5rem;cursor:pointer;transition:border-color .15s,background .15s;font-family:inherit;color:var(--text);min-width:96px}.reaction-btn:hover:not(:disabled){border-color:var(--story);background:var(--surface2)}.reaction-btn.voted{border-color:var(--story);background:var(--surface2)}.reaction-btn.voted .reaction-count{color:var(--story)}.reaction-btn:disabled{cursor:default;opacity:.85}.reaction-emoji{font-size:1.5rem;line-height:1}.reaction-count{font-size:1.1rem;font-weight:800;line-height:1;font-variant-numeric:tabular-nums}.reaction-name{font-size:.68rem;color:var(--muted);letter-spacing:.04em}@media(max-width:600px){.reactions-row{gap:.5rem}.reaction-btn{min-width:80px;padding:.85rem 1rem}}.reactions-followup{max-height:0;overflow:hidden;transition:max-height .35s ease,opacity .25s ease;opacity:0}.reactions-followup.open{max-height:160px;opacity:1}.followup-label{font-size:.72rem;letter-spacing:.15em;text-transform:uppercase;color:var(--muted);font-weight:700;margin-top:1.5rem;margin-bottom:.75rem;text-align:center}.followup-options{display:flex;flex-wrap:wrap;gap:.5rem;justify-content:center}.followup-btn{background:var(--surface);border:1px solid var(--border);border-radius:2rem;padding:.4rem 1rem;font-family:inherit;font-size:.8rem;color:var(--muted);cursor:pointer;transition:border-color .15s,color .15s}.followup-btn:hover{border-color:var(--story);color:var(--text)}.canvas-note{font-size:.72rem;color:var(--muted);text-align:center;padding:.55rem 1.5rem 0;font-style:italic;letter-spacing:.025em;line-height:1.6;max-width:600px;margin:0 auto}.canvas-note strong{font-style:normal;color:color-mix(in srgb,var(--text) 60%,transparent);font-weight:600;letter-spacing:.04em}
