*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}:root{--bg: #0a0a0c;--bg-alt: #0f1014;--surface: #16171c;--surface-hover: #1c1d24;--border: #2a2b33;--text: #e8e6e3;--text-muted: #8a8a95;--accent: #c5a254;--accent-dim: #8b7139;--red: #c45454;--red-dim: rgba(196, 84, 84, .12);--green: #54a86b;--green-dim: rgba(84, 168, 107, .12);--blue: #5479b5;--font-display: "Playfair Display", Georgia, serif;--font-body: "Inter", system-ui, sans-serif;--font-mono: "JetBrains Mono", monospace}html{scroll-behavior:smooth;scroll-padding-top:80px}body{font-family:var(--font-body);background:var(--bg);color:var(--text);line-height:1.65;-webkit-font-smoothing:antialiased;overflow-x:hidden}img{max-width:100%;display:block}.container{max-width:1100px;margin:0 auto;padding:0 2rem}#nav{position:fixed;top:0;left:0;right:0;z-index:100;background:#0a0a0cd9;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);border-bottom:1px solid transparent;transition:border-color .3s,background .3s}#nav.scrolled{border-bottom-color:var(--border);background:#0a0a0cf2}.nav-inner{max-width:1100px;margin:0 auto;padding:0 2rem;display:flex;align-items:center;justify-content:space-between;height:64px}.nav-logo{font-family:var(--font-mono);font-size:.8rem;font-weight:500;letter-spacing:.15em;color:var(--accent);text-decoration:none}.nav-links{display:flex;gap:2rem}.nav-links a{font-size:.82rem;font-weight:500;color:var(--text-muted);text-decoration:none;letter-spacing:.03em;transition:color .2s}.nav-links a:hover{color:var(--text)}.nav-toggle{display:none;background:none;border:none;cursor:pointer;padding:4px}.nav-toggle span{display:block;width:20px;height:2px;background:var(--text-muted);margin:4px 0;transition:.3s}.mobile-menu{display:none;position:fixed;top:64px;left:0;right:0;background:#0a0a0cf7;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);z-index:99;padding:1rem 2rem 1.5rem;border-bottom:1px solid var(--border)}.mobile-menu a{display:block;padding:.75rem 0;color:var(--text-muted);text-decoration:none;font-size:.95rem;border-bottom:1px solid var(--border)}.mobile-menu a:last-child{border-bottom:none}.mobile-menu.open{display:block}@media(max-width:768px){.nav-links{display:none}.nav-toggle{display:block}}.hero{position:relative;min-height:100vh;display:flex;align-items:center;justify-content:center;text-align:center;overflow:hidden}.hero-bg{position:absolute;inset:0;background:radial-gradient(ellipse at 50% 30%,rgba(197,162,84,.06) 0%,transparent 60%),radial-gradient(ellipse at 80% 80%,rgba(84,121,181,.04) 0%,transparent 50%)}.hero-content{position:relative;z-index:1;padding:2rem;max-width:800px}.hero-eyebrow{font-family:var(--font-mono);font-size:.75rem;letter-spacing:.2em;text-transform:uppercase;color:var(--accent);margin-bottom:1.5rem}.hero-title{font-family:var(--font-display);font-size:clamp(3rem,8vw,6rem);font-weight:900;line-height:1.05;margin-bottom:1.5rem;color:var(--text)}.hero-accent{color:var(--accent);font-style:italic}.hero-subtitle{font-size:1.1rem;color:var(--text-muted);max-width:600px;margin:0 auto 2.5rem;line-height:1.7}.hero-stats-label{font-family:var(--font-mono);font-size:.7rem;letter-spacing:.15em;text-transform:uppercase;margin-bottom:1rem}.hero-stats-label--dream{color:var(--green)}.hero-stats-label--reality{color:var(--red)}.hero-stats{display:flex;justify-content:center;gap:2rem;flex-wrap:wrap;margin-bottom:2rem}.hero-stats--dream{padding-bottom:1.5rem;margin-bottom:1.5rem;border-bottom:1px solid var(--border)}.hero-stats--reality{margin-bottom:2.5rem}.hero-stat{text-align:center}.hero-stat-number{font-family:var(--font-mono);font-size:2rem;font-weight:700;color:var(--text)}.hero-stat-number--green{color:var(--green)}.hero-stat-number--red{color:var(--red)}.hero-stat-unit{font-family:var(--font-mono);font-size:1.2rem;color:var(--accent)}.hero-stat-label{display:block;font-size:.72rem;letter-spacing:.1em;text-transform:uppercase;color:var(--text-muted);margin-top:.25rem}.hero-stat-divider{width:1px;background:var(--border);align-self:stretch}.hero-cta{display:inline-block;padding:.85rem 2rem;background:var(--accent);color:var(--bg);font-weight:600;font-size:.9rem;text-decoration:none;letter-spacing:.04em;transition:background .2s,transform .2s}.hero-cta:hover{background:#d4b060;transform:translateY(-1px)}.scroll-indicator{position:absolute;bottom:2rem;left:50%;transform:translate(-50%);color:var(--text-muted);animation:bob 2s ease-in-out infinite}@keyframes bob{0%,to{transform:translate(-50%) translateY(0)}50%{transform:translate(-50%) translateY(8px)}}@media(max-width:600px){.hero{min-height:auto;padding:5rem 0 2rem}.hero-content{padding:1rem}.hero-eyebrow,.hero-title{margin-bottom:1rem}.hero-subtitle{margin-bottom:1.5rem;font-size:1rem}.hero-stats-label{font-size:.6rem;margin-bottom:.75rem}.hero-stats{display:grid;grid-template-columns:1fr 1fr;gap:.75rem 1.5rem}.hero-stats--dream{padding-bottom:1rem;margin-bottom:1rem}.hero-stats--reality{margin-bottom:1.5rem}.hero-stat-number{font-size:1.5rem}.hero-stat-divider{display:none}}.quote-section{padding:6rem 0;background:var(--bg);border-top:1px solid var(--border);border-bottom:1px solid var(--border)}.big-quote{text-align:center;max-width:700px;margin:0 auto}.big-quote p{font-family:var(--font-display);font-size:clamp(1.3rem,3vw,1.8rem);font-style:italic;line-height:1.6;color:var(--text)}.big-quote cite{display:block;margin-top:1.5rem;font-size:.85rem;font-style:normal;color:var(--accent-dim);letter-spacing:.02em}.section{padding:7rem 0}.section-alt{background:var(--bg-alt)}.section-header{text-align:center;margin-bottom:4rem}.section-number{font-family:var(--font-mono);font-size:.75rem;letter-spacing:.2em;color:var(--accent);display:block;margin-bottom:1rem}.section-title{font-family:var(--font-display);font-size:clamp(2rem,5vw,3rem);font-weight:900;margin-bottom:1rem}.section-intro{font-size:1.05rem;color:var(--text-muted);max-width:650px;margin:0 auto;line-height:1.7}.subsection-title{font-family:var(--font-display);font-size:1.5rem;font-weight:700;margin:3.5rem 0 1.5rem}.subsection-intro{color:var(--text-muted);margin-bottom:1.5rem}.predictions-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(320px,1fr));gap:1.5rem}.prediction-card{background:var(--surface);border:1px solid var(--border);padding:2rem;position:relative;overflow:hidden;transition:border-color .3s,transform .3s}.prediction-card:hover{border-color:var(--accent-dim);transform:translateY(-2px)}.prediction-year{font-family:var(--font-mono);font-size:.7rem;letter-spacing:.15em;color:var(--accent);margin-bottom:.75rem}.prediction-card h3{font-family:var(--font-display);font-size:1.25rem;margin-bottom:1rem}.prediction-quote{font-style:italic;color:var(--text-muted);font-size:.9rem;line-height:1.7;margin-bottom:.75rem;border-left:2px solid var(--accent-dim);padding-left:1rem}.prediction-source{font-size:.75rem;color:var(--text-muted);margin-bottom:1rem;opacity:.7}.prediction-result{font-size:.85rem;padding:.75rem 1rem;background:var(--red-dim);border-left:3px solid var(--red)}.result-label{font-weight:700;color:var(--red)}.timeline{position:relative;max-width:700px;margin:0 auto;padding-left:4.5rem}.timeline-line{position:absolute;left:.6rem;top:0;bottom:0;width:2px;background:var(--border)}.timeline-item{position:relative;margin-bottom:2.5rem}.timeline-marker{position:absolute;left:-4.5rem;top:0;width:5.2rem;font-family:var(--font-mono);font-size:.7rem;color:var(--accent);letter-spacing:.05em;text-align:right;padding-right:1.5rem}.timeline-marker:after{content:"";position:absolute;right:.55rem;top:.35rem;width:8px;height:8px;background:var(--accent);border-radius:50%}.timeline-content{padding-left:1.25rem}.timeline-content h3{font-family:var(--font-display);font-size:1.15rem;margin-bottom:.5rem}.timeline-content p{font-size:.9rem;color:var(--text-muted);line-height:1.7}.timeline-item-danger .timeline-marker:after{background:var(--red);box-shadow:0 0 10px #c4545466}.timeline-item-danger .timeline-content h3{color:var(--red)}.stats-row{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:1.5rem;margin-top:4rem}.stat-block{background:var(--surface);border:1px solid var(--border);padding:2rem;text-align:center}.stat-number{font-family:var(--font-mono);font-size:2.5rem;font-weight:700;color:var(--accent)}.stat-label{font-weight:600;font-size:.95rem;margin:.5rem 0 .25rem}.stat-detail{font-size:.8rem;color:var(--text-muted)}.cost-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:1rem}.cost-card{background:var(--surface);border:1px solid var(--border);padding:1.75rem;transition:border-color .3s}.cost-card:hover{border-color:var(--red)}.cost-amount{font-family:var(--font-mono);font-size:1.8rem;font-weight:700;color:var(--red);margin-bottom:.25rem}.cost-label{font-weight:600;font-size:.95rem;margin-bottom:.5rem}.cost-detail{font-size:.8rem;color:var(--text-muted);line-height:1.6}.cost-card-total{grid-column:1 / -1;background:var(--red-dim);border-color:var(--red)}.cost-card-total .cost-amount{font-size:2.5rem}.scorecard{border:1px solid var(--border);overflow-x:auto;margin-bottom:2rem}.scorecard-header,.scorecard-row{display:grid;grid-template-columns:1.5fr 1fr 1fr 1fr}.scorecard-header{background:var(--surface);font-weight:600;font-size:.8rem;letter-spacing:.05em;text-transform:uppercase;color:var(--text-muted)}.sc-col{padding:.85rem 1rem;border-bottom:1px solid var(--border);font-size:.85rem}.sc-intervention{font-weight:600}.sc-no{color:var(--red)}.scorecard-row:last-child .sc-col{border-bottom:none}@media(max-width:600px){.scorecard-header,.scorecard-row{grid-template-columns:1fr}.sc-col{border-bottom:1px solid var(--border)}.sc-col:before{content:attr(data-label);display:block;font-size:.7rem;color:var(--text-muted);text-transform:uppercase;letter-spacing:.1em;margin-bottom:.25rem}}.blowback-chain{display:flex;flex-direction:column;gap:.75rem;margin-bottom:2rem}.blowback-link{display:flex;align-items:center;gap:1rem;padding:1rem 1.25rem;background:var(--surface);border:1px solid var(--border);font-size:.9rem}.blowback-cause{color:var(--text-muted);flex:1}.blowback-arrow{color:var(--red);font-size:1.2rem;flex-shrink:0}.blowback-effect{font-weight:700;color:var(--red);flex:0 0 auto}@media(max-width:500px){.blowback-link{flex-direction:column;gap:.25rem;text-align:center}}.inline-quote{border:none;margin:3rem 0;padding:0;text-align:center}.inline-quote p{font-family:var(--font-display);font-size:1.2rem;font-style:italic;line-height:1.65;color:var(--text-muted);max-width:650px;margin:0 auto}.inline-quote cite{display:block;margin-top:.75rem;font-size:.8rem;font-style:normal;color:var(--accent-dim)}.fed-visual{margin-bottom:1rem}.fed-bar-group{display:flex;align-items:center;gap:1rem;margin-bottom:.6rem}.fed-bar-label{font-size:.75rem;color:var(--text-muted);width:120px;text-align:right;flex-shrink:0}.fed-bar-track{flex:1;height:32px;background:#ffffff08;border-radius:2px;overflow:hidden}.fed-bar{height:100%;width:var(--bar-width);background:linear-gradient(90deg,var(--accent-dim),var(--accent));display:flex;align-items:center;justify-content:flex-end;padding-right:.75rem;transition:width 1s ease-out;border-radius:2px}.fed-bar-value{font-family:var(--font-mono);font-size:.72rem;font-weight:600;color:var(--bg);white-space:nowrap}.fed-bar-peak{background:linear-gradient(90deg,var(--red),#e06060)}.fed-bar-peak .fed-bar-value{color:#fff}.fed-caption{font-size:.85rem;color:var(--text-muted);margin-bottom:2rem}@media(max-width:500px){.fed-bar-label{width:80px;font-size:.65rem}}.price-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:1.25rem;margin-bottom:2rem}.price-card{background:var(--surface);border:1px solid var(--border);padding:1.75rem}.price-label{font-weight:600;font-size:.95rem;margin-bottom:1rem}.price-compare{display:flex;align-items:center;gap:.75rem;margin-bottom:.75rem}.price-then,.price-now{font-family:var(--font-mono);font-size:1.1rem}.price-then{color:var(--text-muted)}.price-then small,.price-now small{display:block;font-size:.65rem;color:var(--text-muted);font-family:var(--font-body)}.price-arrow{color:var(--red)}.price-now{font-weight:700}.price-change-badge{display:inline-block;font-family:var(--font-mono);font-size:.8rem;font-weight:600;padding:.25rem .6rem;background:var(--red-dim);color:var(--red);margin-bottom:.75rem}.price-change-badge.decline{background:var(--red-dim);color:var(--red)}.price-detail{font-size:.8rem;color:var(--text-muted);line-height:1.6}.callout{background:var(--surface);border:1px solid var(--border);border-left:3px solid var(--accent);padding:1.75rem 2rem;margin:2rem 0}.callout h4{font-family:var(--font-display);font-size:1.1rem;margin-bottom:.75rem;color:var(--accent)}.callout p{font-size:.9rem;color:var(--text-muted);line-height:1.7}.callout-honest{border-left-color:var(--text-muted)}.callout-honest h4{color:var(--text-muted)}.callout-honest ul{list-style:none;padding:0}.callout-honest li{font-size:.88rem;color:var(--text-muted);line-height:1.7;padding:.4rem 0;border-bottom:1px solid var(--border)}.callout-honest li:last-child{border-bottom:none}.crisis-stats{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:1.25rem;margin-bottom:3rem}.crisis-stat{background:var(--surface);border:1px solid var(--border);padding:1.5rem;text-align:center}.crisis-number{font-family:var(--font-mono);font-size:2rem;font-weight:700;color:var(--red)}.crisis-label{font-size:.8rem;color:var(--text-muted);margin-top:.25rem}.approach-table{border:1px solid var(--border);margin-bottom:2rem;overflow-x:auto}.approach-header,.approach-row{display:grid;grid-template-columns:1.2fr 1.5fr 1.5fr}.approach-header{background:var(--surface);font-weight:600;font-size:.8rem;letter-spacing:.05em;text-transform:uppercase;color:var(--text-muted)}.approach-col{padding:.85rem 1rem;border-bottom:1px solid var(--border);font-size:.85rem}.approach-issue{font-weight:600}.approach-paul{color:var(--accent)}.approach-row:last-child .approach-col{border-bottom:none}.powers-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:1.25rem;margin-bottom:2rem}.power-card{padding:2rem;border:1px solid var(--border)}.power-card ul{list-style:none;padding:0}.power-card li{font-size:.85rem;padding:.4rem 0;border-bottom:1px solid var(--border);color:var(--text-muted)}.power-card li:last-child{border-bottom:none}.power-level{font-family:var(--font-mono);font-size:.75rem;letter-spacing:.1em;text-transform:uppercase;margin-bottom:1rem;padding-bottom:.75rem;border-bottom:2px solid}.power-high{background:#54a86b0d}.power-high .power-level{color:var(--green);border-color:var(--green)}.power-moderate{background:#c5a2540d}.power-moderate .power-level{color:var(--accent);border-color:var(--accent)}.power-low{background:#c454540d}.power-low .power-level{color:var(--red);border-color:var(--red)}.verdict-table{margin-bottom:3rem}.verdict-row{display:grid;grid-template-columns:1.5fr 1.5fr auto;gap:1rem;align-items:center;padding:1rem 1.25rem;border-bottom:1px solid var(--border)}.verdict-catastrophe{font-weight:600;font-size:.9rem}.verdict-tool{font-size:.85rem;color:var(--text-muted)}.verdict-rating{font-family:var(--font-mono);font-size:.7rem;font-weight:700;letter-spacing:.1em;padding:.3rem .75rem;text-align:center;white-space:nowrap}.verdict-high{background:var(--green-dim);color:var(--green)}.verdict-med{background:#c5a2541f;color:var(--accent)}.verdict-absolute{background:var(--green-dim);color:var(--green);border:1px solid var(--green)}@media(max-width:600px){.verdict-row{grid-template-columns:1fr;gap:.25rem}.verdict-rating{justify-self:start}}.comparison{display:grid;grid-template-columns:1fr 1fr;gap:1.5rem;margin-bottom:2rem}.comparison-col{padding:2rem;border:1px solid var(--border)}.comparison-col h4{font-family:var(--font-display);font-size:1.15rem;margin-bottom:1.25rem;padding-bottom:.75rem;border-bottom:2px solid}.comparison-actual{background:var(--red-dim)}.comparison-actual h4{border-color:var(--red);color:var(--red)}.comparison-paul{background:var(--green-dim)}.comparison-paul h4{border-color:var(--green);color:var(--green)}.comparison-col ul{list-style:none;padding:0}.comparison-col li{font-size:.85rem;padding:.4rem 0;border-bottom:1px solid rgba(255,255,255,.06);color:var(--text-muted);line-height:1.6}.comparison-col li:last-child{border-bottom:none}.comparison-col li strong{color:var(--text)}@media(max-width:700px){.comparison{grid-template-columns:1fr}}.section-final{padding:8rem 0;text-align:center;background:var(--bg);border-top:1px solid var(--border)}.final-content{max-width:650px;margin:0 auto}.final-lead{font-family:var(--font-display);font-size:1.4rem;line-height:1.6;margin-bottom:1.5rem}.final-body{font-size:1rem;color:var(--text-muted);line-height:1.8;margin-bottom:1rem}.final-divider{width:60px;height:2px;background:var(--accent);margin:2.5rem auto}.final-cta{font-family:var(--font-display);font-size:1.3rem;color:var(--text);line-height:1.6;margin:1.5rem 0 0}.final-cta em{color:var(--accent);font-style:normal;font-weight:700}.final-quote{margin-top:3rem;border:none;padding:0}.final-quote p{font-family:var(--font-display);font-size:1.5rem;font-style:italic;line-height:1.5;color:var(--accent)}.final-quote cite{display:block;margin-top:1rem;font-size:.85rem;font-style:normal;color:var(--accent-dim)}footer{padding:2rem 0;border-top:1px solid var(--border);text-align:center}footer p{font-size:.75rem;color:var(--text-muted);opacity:.6}.reveal{opacity:0;transform:translateY(20px);transition:opacity .6s ease,transform .6s ease}.reveal.visible{opacity:1;transform:translateY(0)}.predictions-grid .reveal:nth-child(2){transition-delay:.1s}.predictions-grid .reveal:nth-child(3){transition-delay:.2s}.predictions-grid .reveal:nth-child(4){transition-delay:.3s}.predictions-grid .reveal:nth-child(5){transition-delay:.4s}.predictions-grid .reveal:nth-child(6){transition-delay:.5s}@media(max-width:600px){.container{padding:0 1.25rem}.cost-card-total .cost-amount{font-size:1.8rem}.scorecard-header,.scorecard-row{grid-template-columns:1.2fr 1fr 1fr 1fr}.scorecard-header{font-size:.6rem}.sc-col{padding:.6rem .5rem;font-size:.7rem}.approach-header,.approach-row{grid-template-columns:.9fr 1fr 1fr}.approach-col{padding:.7rem .5rem;font-size:.75rem}.approach-header{font-size:.65rem}.fed-bar-group{gap:.5rem}.fed-bar-label{width:70px;font-size:.6rem;line-height:1.3}.fed-bar-track{height:28px}.fed-bar-value{font-size:.6rem;padding-right:.4rem}.fed-bar[style*="--bar-width: 10%"]{overflow:visible}.fed-bar[style*="--bar-width: 10%"] .fed-bar-value{position:relative;left:.5rem;color:var(--text-muted)}.price-grid{grid-template-columns:1fr}.price-compare{gap:.5rem}.price-then,.price-now{font-size:1rem}.crisis-stats{grid-template-columns:1fr 1fr}.crisis-number{font-size:1.5rem}.verdict-row{grid-template-columns:1fr auto auto;gap:.5rem;padding:.75rem}.verdict-catastrophe{font-size:.8rem}.verdict-tool{font-size:.7rem;display:none}.verdict-rating{font-size:.6rem;padding:.2rem .5rem}.powers-grid{grid-template-columns:1fr}.section{padding:4.5rem 0}.section-header{margin-bottom:2.5rem}.subsection-title{margin-top:2.5rem}.timeline{padding-left:5.5rem}.timeline-marker{left:-5.5rem;width:6rem;font-size:.6rem;padding-right:1.5rem}.timeline-content{padding-left:1rem}.stats-row{grid-template-columns:1fr}.stat-number{font-size:2rem}.callout,.comparison-col{padding:1.25rem}.big-quote p{font-size:1.1rem}.quote-section{padding:4rem 0}.section-final{padding:5rem 0}.final-lead{font-size:1.15rem}.final-quote p{font-size:1.2rem}}@media(max-width:768px)and (min-width:601px){.cost-card-total .cost-amount{font-size:2rem}.scorecard-header,.scorecard-row{grid-template-columns:1.3fr 1fr 1fr 1fr}.sc-col{padding:.7rem .6rem;font-size:.78rem}.approach-header,.approach-row{grid-template-columns:1fr 1.2fr 1.2fr}}
