﻿:root {
  --ce-blue:       #1e5ae0;
  --ce-blue-dark:  #1848b8;
  --ce-blue-light: #3b72e8;
  --ce-blue-faint: #e8eefd;
  --paper:         #ffffff;
  --paper-soft:    #f5f6fb;
  --ink:           #0c1b3a;
  --ink-body:      #1f2d4a;
  --ink-muted:     #5a6585;
  --ink-faint:     #8a93ac;
  --rule:          #dde1ed;
  --rule-soft:     #e8ebf3;
  --rule-dashed:   #c8cfe0;
  --green:         #1a9e6e;
  --green-faint:   #e6f7f1;
  --sans:  'Inter', -apple-system, sans-serif;
  --mono:  'Inter', -apple-system, sans-serif;
}

.de-page {
  --content: 1000px;
  --wide:    1390px;
  --orange:        #c0521a;
  --orange-faint:  #fef3ee;
}

.de-page *, .de-page *::before, .de-page *::after { box-sizing: border-box; }
.de-page { background: var(--paper); color: var(--ink-body); font-family: var(--sans); font-weight: 400; font-size: 17px; line-height: 1.7; -webkit-font-smoothing: antialiased; overflow-x: clip; }
.de-page a { color: var(--ce-blue); text-decoration: none; }

/* BREADCRUMBS */
.de-page .crumbs-bar { border-bottom: 1px solid var(--rule-soft); padding: 12px 0; }
.de-page .crumbs { max-width: var(--wide); margin: 0 auto; padding: 0 32px; font-family: var(--mono); font-size: 11px; letter-spacing: 0.05em; text-transform: uppercase; color: var(--ink-faint); display: flex; align-items: center; flex-wrap: wrap; }
.de-page .crumbs a { color: var(--ink-muted); border-bottom: 1px solid transparent; transition: border-color 0.2s; }
.de-page .crumbs a:hover { border-bottom-color: var(--ink-muted); }
.de-page .crumbs .sep { margin: 0 10px; color: var(--ink-faint); }
.de-page .crumbs .current { color: var(--ink); }

/* MASTHEAD */
.de-page .masthead { max-width: var(--content); margin: 0 auto; padding: 64px 32px 48px; }
.de-page .kicker { font-family: var(--mono); font-size: 11px; letter-spacing: 0.22em; text-transform: uppercase; color: var(--ce-blue); margin-bottom: 24px; display: flex; align-items: center; gap: 14px; font-weight: 500; }
.de-page .kicker::before { content: ''; width: 28px; height: 1px; background: var(--ce-blue); }
.de-page h1.title { font-weight: 800; font-size: clamp(34px, 5.5vw, 56px); line-height: 1.04; letter-spacing: -0.03em; color: var(--ink); margin-bottom: 24px; }
.de-page h1.title em { font-style: italic; font-weight: 500; color: var(--ce-blue); }
.de-page .deck { font-size: 19px;
    line-height: 170%;
    color: var(--ink-muted);
    max-width: 926px; margin-bottom: 32px; font-style: italic; font-weight: 400; }
.de-page .byline { display: flex; align-items: center; flex-wrap: wrap; gap: 8px 16px; padding-top: 20px; border-top: 1px solid var(--rule); font-family: var(--mono); font-size: 11.5px; letter-spacing: 0.04em; color: var(--ink-muted); }
.de-page .byline .author { color: var(--ink); font-weight: 500; }
.de-page .byline .author-link { text-decoration: underline; text-underline-offset: 3px; text-decoration-thickness: 1px; transition: color 0.15s; }
.de-page .byline .author-link:hover { color: var(--ce-blue); }
.de-page .byline-item { display: inline-flex; align-items: center; gap: 7px; }
.de-page .byline-icon { width: 16px; height: 16px; color: var(--ce-blue); flex-shrink: 0; }
.de-page .byline-badge { display: inline-flex; align-items: center; gap: 6px; background: var(--ce-blue-faint); color: var(--ce-blue); font-family: var(--mono); font-size: 10px; font-weight: 500; letter-spacing: 0.1em; text-transform: uppercase; padding: 4px 10px; border-radius: 4px; }

/* QUICK PICKS */
.de-page .quick-picks { background: var(--paper-soft); border-top: 1px solid var(--rule); border-bottom: 1px solid var(--rule); padding: 24px 32px; }
.de-page .quick-picks-inner { max-width: var(--wide); margin: 0 auto; }
.de-page .quick-picks-label { font-family: var(--mono); font-size: 10px; font-weight: 500; letter-spacing: 0.2em; text-transform: uppercase; color: var(--ce-blue); margin-bottom: 14px; }
.de-page .quick-picks-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 12px; }
.de-page .quick-pick-card { background: var(--paper); border: 1px solid var(--rule); border-radius: 8px; padding: 14px 16px; text-decoration: none; display: block; transition: border-color 0.18s, transform 0.18s, box-shadow 0.18s; color: inherit; }
.de-page .quick-pick-card:hover { border-color: var(--ce-blue); transform: translateY(-2px); box-shadow: 0 6px 20px rgba(30,90,224,0.10); color: inherit; }
.de-page .quick-pick-card .qp-label { font-family: var(--mono); font-size: 11px; font-weight: 500; color: var(--ce-blue); letter-spacing: 0.06em; margin-bottom: 10px; display: flex; align-items: center; gap: 6px; }
.de-page .quick-pick-card .qp-label::after { content: '\2192'; font-size: 11px; opacity: 0; transform: translateX(-4px); transition: opacity 0.15s, transform 0.15s; margin-left: auto; }
.de-page .quick-pick-card:hover .qp-label::after { opacity: 1; transform: translateX(0); }
.de-page .quick-pick-card ol { list-style: none; counter-reset: pick-counter; margin: 0; padding: 0; }
.de-page .quick-pick-card ol li { counter-increment: pick-counter; display: flex; align-items: baseline; gap: 8px; font-size: 13px; color: var(--ink-muted); line-height: 1.5; padding: 4px 0; border-bottom: 1px solid var(--rule-soft); }
.de-page .quick-pick-card ol li:last-child { border-bottom: none; }
.de-page .quick-pick-card ol li::before { content: counter(pick-counter, decimal-leading-zero); font-family: var(--mono); font-size: 10px; font-weight: 500; color: var(--ce-blue); opacity: 0.7; flex-shrink: 0; width: 18px; }
.de-page .quick-pick-card ol li a { color: var(--ink-muted); text-decoration: none; }
.de-page .quick-pick-card ol li a:hover { text-decoration: underline; }

/* ARTICLE LAYOUT */
.de-page .article-layout { max-width: var(--wide); margin: 0 auto; padding: 0 32px; display: grid; grid-template-columns: 220px 1fr; gap: 48px; align-items: start; }
@media (min-width: 1200px) { .de-page .article-layout { grid-template-columns: 220px 1fr 280px; } .de-page .article-main { grid-column: 2 / 3; } }
@media (max-width: 999px) { .de-page .article-layout { grid-template-columns: 1fr; max-width: var(--content); padding: 0 24px; gap: 0; } }

/* TOC SIDEBAR */
.de-page .toc-sidebar { position: sticky; top: 76px; max-height: calc(100vh - 96px); overflow-y: auto; padding-top: 32px; scrollbar-width: thin; scrollbar-color: var(--rule) transparent; }
.de-page .toc-sidebar::-webkit-scrollbar { width: 3px; }
.de-page .toc-sidebar::-webkit-scrollbar-thumb { background: var(--rule); border-radius: 2px; }
.de-page .toc-head { font-family: var(--mono); font-size: 10px; letter-spacing: 0.2em; text-transform: uppercase; color: var(--ce-blue); font-weight: 500; margin-bottom: 14px; padding-bottom: 10px; border-bottom: 2px solid var(--ce-blue); }
.de-page .toc-list { list-style: none; padding: 0; margin: 0; }
.de-page .toc-list li { border-bottom: 1px solid var(--rule-soft); }
.de-page .toc-list li:last-child { border-bottom: none; }
.de-page .toc-list a { display: block; padding: 7px 0 7px 10px; font-size: 12px; font-weight: 400; color: var(--ink-muted); line-height: 1.4; border-left: 2px solid transparent; transition: color 0.15s, border-color 0.15s, background 0.15s; text-decoration: none; }
.de-page .toc-list a:hover { color: var(--ce-blue); border-left-color: var(--ce-blue-faint); }
.de-page .toc-list a.is-active { color: var(--ce-blue); font-weight: 600; border-left-color: var(--ce-blue); background: var(--ce-blue-faint); border-radius: 0 4px 4px 0; }
.de-page .toc-count { font-family: var(--mono); font-size: 10px; color: var(--ink-faint); margin-top: 16px; padding-top: 12px; border-top: 1px solid var(--rule-soft); letter-spacing: 0.04em; }
.de-page .toc-count strong { color: var(--ce-blue); }
@media (max-width: 999px) { .de-page .toc-sidebar { display: none; } }

/* MOBILE TOC STICKY BAR */
.de-page .toc-sticky-bar { display: none; position: sticky; top: 60px; z-index: 90; background: var(--paper); border-bottom: 1px solid var(--rule); box-shadow: 0 2px 12px rgba(12,27,58,0.07); }
.de-page .toc-sticky-toggle { width: 100%; display: flex; align-items: center; gap: 10px; padding: 13px 20px; background: none; border: none; cursor: pointer; font-family: var(--sans); text-align: left; }
.de-page .toc-sticky-label { font-family: var(--mono); font-size: 10px; font-weight: 600; letter-spacing: 0.2em; text-transform: uppercase; color: var(--ce-blue); flex-shrink: 0; }
.de-page .toc-sticky-section { font-size: 13px; font-weight: 500; color: var(--ink); flex: 1; min-width: 0; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; text-align: left; }
.de-page .toc-sticky-chevron { color: var(--ink-muted); flex-shrink: 0; transition: transform 0.22s ease; }
.de-page .toc-sticky-bar.is-open .toc-sticky-chevron { transform: rotate(180deg); }
.de-page .toc-sticky-dropdown { max-height: 0; overflow: hidden; transition: max-height 0.3s ease; }
.de-page .toc-sticky-bar.is-open .toc-sticky-dropdown { max-height: 70vh; overflow-y: auto; border-top: 1px solid var(--rule-soft); }
.de-page .toc-sticky-dropdown ol { list-style: none; padding: 8px 0 12px; counter-reset: toc-s-counter; margin: 0; }
.de-page .toc-sticky-dropdown li { counter-increment: toc-s-counter; }
.de-page .toc-sticky-dropdown a { display: flex; align-items: center; gap: 12px; padding: 10px 20px; font-size: 14px; color: var(--ink-muted); text-decoration: none; transition: color 0.15s, background 0.15s; border-left: 2px solid transparent; }
.de-page .toc-sticky-dropdown a::before { content: counter(toc-s-counter, decimal-leading-zero); font-family: var(--mono); font-size: 10px; color: var(--ink-faint); flex-shrink: 0; width: 22px; }
.de-page .toc-sticky-dropdown a:hover { color: var(--ce-blue); background: var(--paper-soft); }
.de-page .toc-sticky-dropdown a.is-active { color: var(--ce-blue); font-weight: 600; border-left-color: var(--ce-blue); background: var(--ce-blue-faint); }
@media (max-width: 999px) { .de-page .toc-sticky-bar { display: none; } }
@media (max-width: 480px) { .de-page .toc-sticky-toggle { padding: 12px 16px; } .de-page .toc-sticky-dropdown a { padding: 10px 16px; font-size: 13.5px; } }

/* INTRO */
.de-page .intro { padding: 40px 0 32px; }
.de-page .intro p { font-size: 19px; line-height: 1.7; color: var(--ink-body); margin-bottom: 20px; }
.de-page .intro p:first-child::first-letter { font-weight: 800; font-size: 68px; line-height: 0.85; float: left; margin: 10px 14px 0 -2px; color: var(--ce-blue); }
.de-page .intro a { color: var(--ce-blue); border-bottom: 1px solid var(--rule); transition: border-color 0.2s; }
.de-page .intro a:hover { border-bottom-color: var(--ce-blue); }

/* ORNAMENT */
.de-page .rule-ornament { display: flex; align-items: center; justify-content: center; gap: 16px; margin: 8px 0; }
.de-page .rule-ornament::before, .de-page .rule-ornament::after { content: ''; flex: 1; height: 1px; background: var(--rule); }
.de-page .rule-ornament .mark { color: var(--ce-blue); font-size: 12px; letter-spacing: 0.5em; padding-left: 0.5em; font-weight: 600; }

/* SECTIONS */
.de-page .section { padding: 60px 0 16px; scroll-margin-top: 70px; }
.de-page .section-label { font-family: var(--mono); font-size: 11px; letter-spacing: 0.22em; text-transform: uppercase; color: var(--ink-faint); margin-bottom: 14px; font-weight: 500; }
.de-page h2.section-title { font-weight: 700; font-size: clamp(26px, 3.8vw, 40px); line-height: 1.1; letter-spacing: -0.025em; color: var(--ink); margin-bottom: 16px; }
.de-page h2.section-title em { font-style: italic; font-weight: 500; color: var(--ce-blue); }
.de-page .section-lede { font-style: italic; font-size: 17px; line-height: 1.6; color: var(--ink-muted); max-width: 600px; margin-bottom: 24px; }
.de-page .section-lede a { color: var(--ce-blue); border-bottom: 1px solid var(--rule); transition: border-color 0.2s; }

/* PROSE */
.de-page .prose p { font-size: 17.5px; line-height: 1.75; color: var(--ink-body); margin-bottom: 20px; }
.de-page .prose p strong { font-weight: 600; color: var(--ink); }
.de-page .prose a { color: var(--ce-blue); border-bottom: 1px solid var(--rule); transition: border-color 0.2s; }

/* ROUTING GUIDE */
.de-page .routing-guide { background: var(--paper-soft); border: 1px solid var(--rule); border-radius: 8px; padding: 20px 24px 16px; margin: 24px 0 32px; }
.de-page .routing-guide-label { font-family: var(--mono); font-size: 10px; font-weight: 500; letter-spacing: 0.2em; text-transform: uppercase; color: var(--ce-blue); margin-bottom: 16px; }
.de-page .routing-guide ul { list-style: none; padding: 0; margin: 0; display: flex; flex-direction: column; }
.de-page .routing-guide li { font-size: 15.5px; color: var(--ink-body); padding: 8px 0 8px 24px; position: relative; border-bottom: 1px solid var(--rule-soft); line-height: 1.55; }
.de-page .routing-guide li:last-child { border-bottom: none; }
.de-page .routing-guide li::before { content: '\2192'; position: absolute; left: 0; top: 9px; font-family: var(--mono); font-size: 11px; color: var(--ce-blue); }
.de-page .routing-guide li strong { color: var(--ink); font-weight: 600; }
.de-page .routing-guide li a { color: var(--ce-blue); border-bottom: 1px solid var(--rule); transition: border-color 0.2s; }

/* SUBSECTION */
.de-page .subsec { padding: 44px 0 8px; scroll-margin-top: 70px; }
.de-page .subsec h3 { font-size: clamp(20px, 2.8vw, 28px); font-weight: 700; color: var(--ink); letter-spacing: -0.02em; margin-bottom: 12px; }
.de-page .subsec h3 em { font-style: italic; font-weight: 500; color: var(--ce-blue); }
.de-page .subsec-lede { font-size: 16px; color: var(--ink-muted); font-style: italic; line-height: 1.6; margin-bottom: 20px; }

/* DEBATE COMPONENTS */
.de-page .debate-example { margin: 28px 0 0; }
.de-page .debate-example-title { font-size: 16px; font-weight: 700; color: var(--ink); margin-bottom: 16px; letter-spacing: -0.01em; display: flex; align-items: center; gap: 10px; flex-wrap: wrap; }
.de-page .example-num { font-family: var(--mono); font-size: 11px; font-weight: 500; color: var(--ce-blue); background: var(--ce-blue-faint); padding: 3px 9px; border-radius: 4px; letter-spacing: 0.08em; flex-shrink: 0; }
.de-page .speech-block { border: 1px solid var(--rule); border-radius: 8px; margin: 10px 0; overflow: hidden; }
.de-page .speech-speaker { padding: 10px 20px; background: var(--paper-soft); border-bottom: 1px solid var(--rule); display: flex; align-items: center; gap: 10px; }
.de-page .speaker-badge { font-family: var(--mono); font-size: 10px; font-weight: 600; letter-spacing: 0.15em; text-transform: uppercase; padding: 3px 9px; border-radius: 4px; }
.de-page .speaker-badge.for { background: var(--green-faint); color: var(--green); }
.de-page .speaker-badge.against { background: var(--orange-faint); color: var(--orange); }
.de-page .speaker-badge.neutral { background: var(--ce-blue-faint); color: var(--ce-blue); }
.de-page .speaker-badge.gov { background: var(--ce-blue-faint); color: var(--ce-blue); }
.de-page .speaker-badge.opp { background: var(--orange-faint); color: var(--orange); }
.de-page .speech-text { padding: 20px 24px; font-size: 15px; line-height: 1.8; color: var(--ink-body); }
.de-page .speech-text p { margin-bottom: 14px; }
.de-page .speech-text p:last-child { margin-bottom: 0; }
.de-page .speech-text strong { font-weight: 600; color: var(--ink); }

/* INFO NOTE */
.de-page .info-note { background: var(--paper-soft); border: 1px solid var(--rule); border-left: 3px solid var(--ce-blue); border-radius: 0 8px 8px 0; padding: 16px 20px; margin: 24px 0; font-size: 15px; color: var(--ink-muted); line-height: 1.65; }
.de-page .info-note strong { color: var(--ink); font-weight: 600; }
.de-page .info-note a { color: var(--ce-blue); border-bottom: 1px solid var(--rule); transition: border-color 0.2s; }
.de-page .info-note a:hover { border-bottom-color: var(--ce-blue); }

/* LINES GRID */
.de-page .lines-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; margin: 24px 0; }
.de-page .line-card { background: var(--paper-soft); border: 1px solid var(--rule); border-radius: 8px; padding: 18px 20px; font-size: 14.5px; line-height: 1.7; color: var(--ink-body); font-style: italic; position: relative; }
.de-page .line-card::before { content: '\201C'; position: absolute; top: 10px; left: 14px; font-size: 28px; color: var(--ce-blue); opacity: 0.18; font-style: normal; font-weight: 800; line-height: 1; }
.de-page .line-card strong { display: block; font-style: normal; font-size: 11px; font-family: var(--mono); font-weight: 500; letter-spacing: 0.15em; text-transform: uppercase; color: var(--ce-blue); margin-bottom: 8px; }

/* INLINE CTA */
.de-page .inline-cta { margin: 36px 0 0; padding: 24px 0 0; border-top: 1px solid var(--rule); }
.de-page .inline-cta p { font-size: 17px; line-height: 1.7; color: var(--ink-body); font-style: italic; }
.de-page .inline-cta p a { color: var(--ce-blue); font-weight: 500; font-style: normal; border-bottom: 2px solid var(--ce-blue); padding-bottom: 1px; transition: color 0.15s, border-color 0.15s; }
.de-page .inline-cta p a:hover { color: var(--ce-blue-dark); border-color: var(--ce-blue-dark); }

/* TRUST BRIDGE */
.de-page .bridge { margin: 0; padding: 40px 0 24px; border-top: 1px solid var(--rule); }
.de-page .bridge p { font-size: 20px; line-height: 1.65; color: var(--ink); font-weight: 400; }
.de-page .bridge p a { color: var(--ce-blue); font-weight: 500; border-bottom: 2px solid var(--ce-blue); padding-bottom: 1px; transition: color 0.15s, border-color 0.15s; }
.de-page .bridge p a:hover { color: var(--ce-blue-dark); border-color: var(--ce-blue-dark); }

/* CLOSER */
.de-page .closer { margin: 24px 0 0; padding: 32px 0 40px; }
.de-page .closer-label { font-family: var(--mono); font-size: 11px; letter-spacing: 0.22em; text-transform: uppercase; color: var(--ce-blue); margin-bottom: 16px; font-weight: 500; }
.de-page .closer p { font-size: 20px; line-height: 1.65; color: var(--ink); margin-bottom: 16px; }
.de-page .closer p:last-child { margin-bottom: 0; }
.de-page .closer p a { color: var(--ce-blue); font-weight: 500; border-bottom: 2px solid var(--ce-blue); padding-bottom: 1px; transition: color 0.15s, border-color 0.15s; }
.de-page .closer p a:hover { color: var(--ce-blue-dark); border-color: var(--ce-blue-dark); }

/* FAQ */
.de-page .faq-item { border-bottom: 1px solid var(--rule-soft); }
.de-page .faq-q { width: 100%; background: none; border: none; text-align: left; padding: 20px 0; cursor: pointer; display: flex; align-items: flex-start; justify-content: space-between; gap: 20px; font-family: var(--sans); }
.de-page .faq-q .q-text { font-size: 16px; font-weight: 600; color: var(--ink); line-height: 1.4; }
.de-page .faq-icon { font-family: var(--mono); font-size: 20px; color: var(--ce-blue); line-height: 1; flex-shrink: 0; margin-top: 1px; transition: transform 0.2s; font-weight: 400; }
.de-page .faq-item.open .faq-icon { transform: rotate(45deg); }
.de-page .faq-a { font-size: 15.5px; color: var(--ink-muted); line-height: 1.75; max-height: 0; overflow: hidden; transition: max-height 0.3s ease, padding-bottom 0.2s; padding-bottom: 0; }
.de-page .faq-item.open .faq-a { max-height: 400px; padding-bottom: 20px; }
.de-page .faq-a a { color: var(--ce-blue); border-bottom: 1px solid var(--rule); transition: border-color 0.2s; }
.de-page .faq-a a:hover { border-bottom-color: var(--ce-blue); }

/* AUTHOR CARD */
.de-page .author-card { position: relative; margin: 48px 0 96px; padding: 32px 36px; border-radius: 18px; background: linear-gradient(135deg, #0c1b3a 0%, #142654 55%, #1a3478 100%); color: #e8eefd; overflow: hidden; isolation: isolate; box-shadow: 0 24px 60px -28px rgba(12,27,58,0.55), 0 1px 0 rgba(255,255,255,0.04) inset; }
.de-page .author-card::before { content: ''; position: absolute; inset: 0; background-image: linear-gradient(rgba(255,255,255,0.045) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,0.045) 1px, transparent 1px); background-size: 28px 28px; mask-image: radial-gradient(ellipse 80% 70% at 100% 0%, #000 0%, transparent 75%); -webkit-mask-image: radial-gradient(ellipse 80% 70% at 100% 0%, #000 0%, transparent 75%); pointer-events: none; z-index: 0; }
.de-page .author-card::after { content: ''; position: absolute; inset: 0; background: radial-gradient(circle at 12% 110%, rgba(59,114,232,0.35), transparent 55%); pointer-events: none; z-index: 0; }
.de-page .author-glow { position: absolute; top: -30%; right: -10%; width: 360px; height: 360px; border-radius: 50%; background: radial-gradient(circle, rgba(59,114,232,0.45) 0%, rgba(59,114,232,0) 70%); filter: blur(20px); pointer-events: none; z-index: 0; }
.de-page .author-grid { position: relative; z-index: 1; display: grid; grid-template-columns: 96px 1fr; gap: 26px; align-items: start; }
.de-page .author-avatar { position: relative; width: 96px; height: 96px; }
.de-page .author-ring { position: absolute; inset: -6px; border-radius: 50%; background: conic-gradient(from 220deg, #3b72e8, #7aa3ff, #1e5ae0, #3b72e8); animation: de-author-spin 8s linear infinite; opacity: 0.85; }
.de-page .author-ring::after { content: ''; position: absolute; inset: 4px; border-radius: 50%; background: #0c1b3a; }
@keyframes de-author-spin { to { transform: rotate(360deg); } }
.de-page .author-avatar img { position: relative; z-index: 2; width: 96px; height: 96px; border-radius: 50%; object-fit: cover; display: block; border: 2px solid rgba(255,255,255,0.08); }
.de-page .author-initials { display: none; position: relative; z-index: 2; width: 96px; height: 96px; border-radius: 50%; background: linear-gradient(135deg, #3b72e8 0%, #1e5ae0 100%); color: #fff; font-size: 32px; font-weight: 700; align-items: center; justify-content: center; letter-spacing: -0.02em; border: 2px solid rgba(255,255,255,0.08); }
.de-page .author-tag { display: inline-flex; align-items: center; gap: 8px; font-family: var(--mono); font-size: 10.5px; font-weight: 500; letter-spacing: 0.22em; text-transform: uppercase; color: #7aa3ff; margin-bottom: 10px; }
.de-page .author-pulse { width: 7px; height: 7px; border-radius: 50%; background: #7aa3ff; box-shadow: 0 0 0 0 rgba(122,163,255,0.6); animation: de-author-pulse 1.8s ease-out infinite; }
@keyframes de-author-pulse { 0% { box-shadow: 0 0 0 0 rgba(122,163,255,0.55); } 70% { box-shadow: 0 0 0 8px rgba(122,163,255,0); } 100% { box-shadow: 0 0 0 0 rgba(122,163,255,0); } }
.de-page .author-name { font-size: 24px; font-weight: 700; letter-spacing: -0.01em; color: #fff; margin: 0 0 12px; display: flex; flex-wrap: wrap; align-items: baseline; gap: 12px; line-height: 1.2; }
.de-page .author-spec { font-family: var(--mono); font-size: 11px; font-weight: 500; letter-spacing: 0.12em; text-transform: uppercase; color: #7aa3ff; padding: 4px 10px; border: 1px solid rgba(122,163,255,0.35); border-radius: 999px; background: rgba(59,114,232,0.08); }
.de-page .author-bio { font-size: 15px; line-height: 1.65; color: #c8d3ee; margin: 0 0 18px; max-width: 640px; }
.de-page .author-meta { display: flex; flex-wrap: wrap; align-items: center; gap: 10px 12px; }
.de-page .author-chip { display: inline-flex; align-items: center; gap: 7px; padding: 7px 12px; border-radius: 999px; background: rgba(255,255,255,0.04); border: 1px solid rgba(255,255,255,0.08); font-size: 12.5px; font-weight: 500; color: #c8d3ee; }
.de-page .author-link-btn { display: inline-flex; align-items: center; gap: 8px; padding: 8px 16px; border-radius: 999px; background: linear-gradient(135deg, #3b72e8, #1e5ae0); color: #fff !important; font-size: 13px; font-weight: 600; letter-spacing: 0.01em; text-decoration: none !important; transition: transform 0.2s, box-shadow 0.2s; box-shadow: 0 6px 18px -6px rgba(59,114,232,0.55); border: 0; }
.de-page .author-link-btn:hover { transform: translateY(-1px); box-shadow: 0 10px 22px -6px rgba(59,114,232,0.75); }
@media (max-width: 640px) { .de-page .author-card { padding: 28px 22px; margin-bottom: 64px; } .de-page .author-grid { grid-template-columns: 1fr; gap: 20px; } }

/* KEEP READING */
.de-page .keep-reading { max-width: var(--wide); margin: 0 auto; padding: 56px 32px 96px; border-top: 1px solid var(--rule); }
.de-page .keep-reading-label { font-size: 28px; font-weight: 700; color: var(--ink); margin-bottom: 28px; letter-spacing: -0.01em; }
.de-page .keep-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 20px; }
.de-page .keep-card { background: #B8DFFF; border-radius: 14px; padding: 22px; text-decoration: none; color: inherit; display: flex; flex-direction: column; transition: transform 0.25s, box-shadow 0.25s; overflow: hidden; }
.de-page .keep-card:hover { transform: translateY(-4px); box-shadow: 0 12px 28px rgba(30,90,224,0.18); color: inherit; }
.de-page .keep-card .keep-meta { font-size: 13px; color: var(--ink-body); margin: 0 0 12px; font-weight: 400; }
.de-page .keep-card h4 { font-weight: 700; font-size: 18px; line-height: 1.35; color: var(--ink); margin: 0 0 18px; letter-spacing: -0.01em; display: -webkit-box; -webkit-line-clamp: 3; -webkit-box-orient: vertical; overflow: hidden; }
.de-page .keep-card .keep-img { margin-top: auto; border-radius: 10px; overflow: hidden; background: #fff; }
.de-page .keep-card .keep-img img { width: 100%; height: 160px; object-fit: contain; object-position: center; display: block; }

/* PATTERN A MODAL */
.de-page .pa-modal-scrim { position: fixed; inset: 0; background: rgba(12,27,58,0.55); backdrop-filter: blur(2px); z-index: 200; display: none; align-items: center; justify-content: center; padding: 24px; }
.de-page .pa-modal-scrim.is-open { display: flex; animation: de-scrim-in 0.22s ease-out; }
@keyframes de-scrim-in { from { opacity: 0; } to { opacity: 1; } }
.de-page .pa-modal { background: var(--paper); border-radius: 14px; max-width: 460px; width: 100%; padding: 36px 32px 32px; position: relative; box-shadow: 0 24px 64px rgba(12,27,58,0.28); animation: de-modal-in 0.28s cubic-bezier(0.16,1,0.3,1); }
@keyframes de-modal-in { from { opacity: 0; transform: translateY(16px) scale(0.98); } to { opacity: 1; transform: none; } }
.de-page .pa-close { position: absolute; top: 14px; right: 14px; width: 32px; height: 32px; border: none; background: transparent; cursor: pointer; border-radius: 6px; color: var(--ink-muted); font-size: 18px; line-height: 1; transition: background 0.15s, color 0.15s; }
.de-page .pa-close:hover { background: var(--paper-soft); color: var(--ink); }
.de-page .pa-kicker { font-family: var(--mono); font-size: 11px; letter-spacing: 0.22em; text-transform: uppercase; color: var(--ce-blue); font-weight: 500; margin-bottom: 12px; }
.de-page .pa-modal h3 { font-size: 23px; font-weight: 700; line-height: 1.2; letter-spacing: -0.018em; color: var(--ink); margin-bottom: 12px; }
.de-page .pa-modal h3 em { font-style: italic; font-weight: 500; color: var(--ce-blue); }
.de-page .pa-body { font-size: 15px; line-height: 1.6; color: var(--ink-muted); margin-bottom: 22px; }
.de-page .pa-form { display: flex; gap: 8px; margin-bottom: 12px; }
.de-page .pa-form input[type="email"] { flex: 1; padding: 12px 14px; border: 1px solid var(--rule); border-radius: 7px; font-family: inherit; font-size: 14.5px; color: var(--ink); background: var(--paper); transition: border-color 0.15s, box-shadow 0.15s; min-width: 0; }
.de-page .pa-form input[type="email"]:focus { outline: none; border-color: var(--ce-blue); box-shadow: 0 0 0 3px var(--ce-blue-faint); }
.de-page .pa-form button { background: var(--ce-blue); color: white; border: none; padding: 12px 20px; border-radius: 7px; font-family: inherit; font-weight: 600; font-size: 14px; cursor: pointer; transition: background 0.15s; white-space: nowrap; }
.de-page .pa-form button:hover { background: var(--ce-blue-dark); }
.de-page .pa-fineprint { font-size: 12px; color: var(--ink-faint); line-height: 1.5; }
.de-page .pa-success { display: none; text-align: center; padding: 24px 0; color: var(--ce-blue); font-weight: 600; font-size: 16px; }
.de-page .pa-success.is-shown { display: block; }
.de-page .pa-form.is-hidden, .de-page .pa-fineprint.is-hidden { display: none; }
.de-page .pa-error { font-size: 13px; color: #c0392b; margin: 6px 0 0; line-height: 1.5; }
.de-page .pa-form button[disabled] { opacity: 0.7; cursor: wait; }

/* PATTERN B RAIL */
.de-page .pb-rail { display: none; position: sticky; top: 50%; transform: translateY(-50%); align-self: start; width: 100%; background: var(--paper); border: 1px solid var(--rule); border-radius: 12px; padding: 20px 20px 18px; box-shadow: 0 8px 24px rgba(12,27,58,0.08); opacity: 0; transition: opacity 0.4s; }
.de-page .pb-rail.is-visible { opacity: 1; }
.de-page .pb-kicker { font-family: var(--mono); font-size: 10px; letter-spacing: 0.2em; text-transform: uppercase; color: var(--ce-blue); font-weight: 500; margin-bottom: 10px; }
.de-page .pb-rail h4 { font-size: 15px; font-weight: 700; color: var(--ink); line-height: 1.25; letter-spacing: -0.01em; margin-bottom: 8px; }
.de-page .pb-rail p { font-size: 13px; color: var(--ink-muted); line-height: 1.5; margin-bottom: 14px; }
.de-page .pb-link { display: inline-flex; align-items: center; gap: 4px; font-size: 13px; font-weight: 600; color: var(--ce-blue); border-bottom: 1px solid var(--ce-blue); padding-bottom: 1px; transition: color 0.15s, border-color 0.15s; }
.de-page .pb-link:hover { color: var(--ce-blue-dark); border-color: var(--ce-blue-dark); }
.de-page .pb-link::after { content: '\2192'; font-weight: 400; }
@media (min-width: 1200px) { .de-page .pb-rail { display: block; } }

/* MOBILE TOC FAB */
.de-page .toc-fab { position: fixed; bottom: 24px; left: 24px; width: 52px; height: 52px; border-radius: 50%; background: var(--ce-blue); color: white; border: none; cursor: pointer; box-shadow: 0 6px 20px rgba(30,90,224,0.32); z-index: 80; display: flex; align-items: center; justify-content: center; transition: transform 0.2s, background 0.2s; padding: 0; }
.de-page .toc-fab:hover { background: var(--ce-blue-dark); transform: translateY(-2px); }
.de-page .toc-fab-icon { display: block; width: 18px; height: 12px; position: relative; }
.de-page .toc-fab-icon::before, .de-page .toc-fab-icon::after, .de-page .toc-fab-icon span { position: absolute; left: 0; right: 0; height: 2px; background: white; border-radius: 1px; }
.de-page .toc-fab-icon::before { content: ''; top: 0; }
.de-page .toc-fab-icon span { top: 5px; right: 4px; display: block; }
.de-page .toc-fab-icon::after { content: ''; top: 10px; right: 2px; }
.de-page .toc-fab.is-open { background: var(--ink); }
.de-page .toc-fab.is-open .toc-fab-icon::before { top: 5px; transform: rotate(45deg); right: 0; }
.de-page .toc-fab.is-open .toc-fab-icon::after { top: 5px; transform: rotate(-45deg); right: 0; }
.de-page .toc-fab.is-open .toc-fab-icon span { opacity: 0; }
.de-page .toc-backdrop { position: fixed; inset: 0; z-index: 70; background: rgba(12,27,58,0.3); backdrop-filter: blur(1px); opacity: 0; pointer-events: none; transition: opacity 0.2s; }
.de-page .toc-backdrop.is-open { opacity: 1; pointer-events: auto; }
.de-page .toc-panel { position: fixed; bottom: 88px; left: 24px; width: 300px; max-height: 70vh; overflow-y: auto; background: var(--paper); border: 1px solid var(--rule); border-radius: 12px; box-shadow: 0 12px 40px rgba(12,27,58,0.14); z-index: 80; opacity: 0; pointer-events: none; transform: translateY(8px) scale(0.98); transition: opacity 0.22s, transform 0.22s; }
.de-page .toc-panel.is-open { opacity: 1; pointer-events: auto; transform: none; }
.de-page .toc-panel-head { padding: 18px 20px 14px; border-bottom: 1px solid var(--rule-soft); position: sticky; top: 0; background: var(--paper); }
.de-page .toc-panel-kicker { font-family: var(--mono); font-size: 10px; letter-spacing: 0.2em; text-transform: uppercase; color: var(--ce-blue); font-weight: 500; margin-bottom: 4px; }
.de-page .toc-panel-title { font-size: 15px; font-weight: 700; color: var(--ink); letter-spacing: -0.01em; }
.de-page .toc-panel-list { list-style: none; padding: 8px 0; counter-reset: toc-counter; }
.de-page .toc-panel-list li { counter-increment: toc-counter; }
.de-page .toc-panel-list a { display: flex; align-items: center; gap: 12px; padding: 9px 20px; font-size: 13.5px; color: var(--ink-muted); transition: color 0.15s, background 0.15s; }
.de-page .toc-panel-list a::before { content: counter(toc-counter, decimal-leading-zero); font-family: var(--mono); font-size: 10px; color: var(--ink-faint); font-weight: 500; flex-shrink: 0; width: 22px; }
.de-page .toc-panel-list a:hover { color: var(--ce-blue); background: var(--paper-soft); }
.de-page .toc-panel-list a.is-active { color: var(--ce-blue); font-weight: 600; }
.de-page .toc-panel-footer { padding: 12px 20px 16px; font-family: var(--mono); font-size: 11px; color: var(--ink-faint); border-top: 1px solid var(--rule-soft); }
.de-page .toc-panel-footer strong { color: var(--ce-blue); }
@media (min-width: 1000px) { .de-page .toc-fab, .de-page .toc-backdrop, .de-page .toc-panel { display: none !important; } }

/* MOBILE CTA CARD */
.de-page .mobile-cta-wrap { display: none; max-width: var(--wide); margin: 0 auto; padding: 0 32px 48px; }
.de-page .mobile-cta-card { background: var(--paper); border: 1px solid var(--rule); border-radius: 12px; padding: 20px 20px 18px; box-shadow: 0 8px 24px rgba(12,27,58,0.08); }
.de-page .mobile-cta-card .pb-kicker { margin-bottom: 10px; }
.de-page .mobile-cta-card h4 { font-size: 15px; font-weight: 700; color: var(--ink); line-height: 1.25; letter-spacing: -0.01em; margin-bottom: 8px; }
.de-page .mobile-cta-card p { font-size: 13px; color: var(--ink-muted); line-height: 1.5; margin-bottom: 14px; }
@media (max-width: 1199px) { .de-page .mobile-cta-wrap { display: block; } }
@media (max-width: 768px)  { .de-page .mobile-cta-wrap { padding: 0 20px 36px; } }
@media (max-width: 480px)  { .de-page .mobile-cta-wrap { padding: 0 16px 28px; } }

/* RESPONSIVE — 768px */
@media (max-width: 768px) {
  .de-page .masthead { padding: 40px 20px 32px; }
  .de-page .crumbs { padding: 0 20px; }
  .de-page .quick-picks { padding: 18px 20px; }
  .de-page .quick-picks-grid { grid-template-columns: 1fr 1fr; }
  .de-page .keep-reading { padding: 40px 20px 56px; }
  .de-page .deck { font-size: 17px; }
  .de-page .intro p { font-size: 17px; }
  .de-page .intro p:first-child::first-letter { font-size: 56px; margin: 8px 12px 0 -2px; }
  .de-page .prose p { font-size: 16.5px; }
  .de-page .bridge p, .de-page .closer p { font-size: 17px; }
  .de-page .keep-reading-label { font-size: 22px; margin-bottom: 18px; }
  .de-page .section { padding: 44px 0 12px; }
  .de-page .subsec { padding: 28px 0 6px; }
  .de-page .byline { font-size: 10.5px; gap: 6px 12px; }
  .de-page .byline-icon { width: 14px; height: 14px; }
  .de-page .routing-guide { padding: 16px 18px 12px; }
  .de-page .routing-guide li { font-size: 14.5px; padding: 7px 0 7px 20px; }
  .de-page .info-note { padding: 14px 16px; font-size: 14px; }
  .de-page .speech-speaker { padding: 9px 16px; }
  .de-page .speaker-badge { font-size: 9.5px; letter-spacing: 0.1em; padding: 3px 8px; }
  .de-page .speech-text { padding: 16px 18px; font-size: 14.5px; line-height: 1.78; }
  .de-page .debate-example { margin: 22px 0 0; }
  .de-page .debate-example-title { font-size: 14.5px; gap: 8px; margin-bottom: 12px; }
  .de-page .example-num { font-size: 10px; padding: 2px 8px; }
  .de-page .lines-grid { grid-template-columns: 1fr; gap: 10px; }
  .de-page .line-card { padding: 16px 16px 14px; font-size: 14px; }
  .de-page .inline-cta p { font-size: 15.5px; }
  .de-page .bridge { padding: 32px 0 20px; }
  .de-page .closer { padding: 24px 0 32px; }
  .de-page .faq-q .q-text { font-size: 15px; }
  .de-page .faq-a { font-size: 14.5px; }
  .de-page .keep-grid { grid-template-columns: 1fr 1fr; gap: 14px; }
  .de-page .keep-card { padding: 18px; }
  .de-page .keep-card h4 { font-size: 16px; }
  .de-page .keep-card .keep-img img { height: 130px; }
  .de-page .pa-modal { max-width: 100%; }
}

/* PDF CARD */
.de-page .pdf-card { display: flex; align-items: center; gap: 16px; padding: 16px 20px; background: var(--paper); border: 1px solid var(--rule); border-radius: 8px; text-decoration: none; color: inherit; margin: 16px 0 0; transition: border-color 0.18s, box-shadow 0.18s, transform 0.18s; }
.de-page .pdf-card:hover { border-color: var(--ce-blue); box-shadow: 0 4px 16px rgba(30,90,224,0.10); transform: translateY(-1px); color: inherit; }
.de-page .pdf-badge { font-family: var(--mono); font-size: 11px; font-weight: 500; letter-spacing: 0.08em; background: #fdecea; color: #c0392b; padding: 7px 11px; border-radius: 4px; flex-shrink: 0; }
.de-page .pdf-info { flex: 1; min-width: 0; }
.de-page .pdf-title { display: block; font-size: 15px; font-weight: 600; color: var(--ink); margin-bottom: 3px; }
.de-page .pdf-meta { display: block; font-family: var(--mono); font-size: 11px; color: var(--ink-faint); letter-spacing: 0.04em; }
.de-page .pdf-arrow { font-size: 18px; color: var(--ce-blue); flex-shrink: 0; transition: transform 0.18s; }
.de-page .pdf-card:hover .pdf-arrow { transform: translateY(2px); }

/* RESPONSIVE — 480px */
@media (max-width: 480px) {
  .de-page .masthead { padding: 32px 16px 28px; }
  .de-page .crumbs { padding: 0 16px; }
  .de-page .quick-picks { padding: 14px 16px; }
  .de-page .quick-picks-grid { grid-template-columns: 1fr; }
  .de-page .keep-reading { padding: 32px 16px 48px; }
  .de-page .article-layout { padding: 0 16px; }
  .de-page h1.title { font-size: clamp(28px, 8vw, 42px); }
  .de-page .deck { font-size: 15.5px; }
  .de-page .intro p { font-size: 16px; }
  .de-page .intro p:first-child::first-letter { font-size: 48px; margin: 6px 10px 0 -2px; }
  .de-page .section-lede { font-size: 15px; }
  .de-page .section { padding: 36px 0 8px; }
  .de-page .subsec { padding: 22px 0 4px; }
  .de-page .subsec h3 { font-size: 19px; }
  .de-page .subsec-lede { font-size: 14.5px; }
  .de-page .quick-pick-card { padding: 12px 14px; }
  .de-page .quick-pick-card ol li { font-size: 12.5px; }
  .de-page .speech-speaker { padding: 8px 14px; }
  .de-page .speaker-badge { font-size: 9px; padding: 2px 7px; }
  .de-page .speech-text { padding: 14px 16px; font-size: 14px; }
  .de-page .debate-example-title { font-size: 14px; }
  .de-page .routing-guide li { font-size: 14px; }
  .de-page .info-note { font-size: 13.5px; padding: 12px 14px; }
  .de-page .line-card { padding: 14px 14px 12px; font-size: 13.5px; }
  .de-page .inline-cta p { font-size: 15px; }
  .de-page .bridge p, .de-page .closer p { font-size: 16px; }
  .de-page .keep-grid { grid-template-columns: 1fr; gap: 10px; }
  .de-page .keep-card .keep-img { display: none; }
  .de-page .keep-card { padding: 16px; }
  .de-page .keep-reading-label { font-size: 20px; }
  .de-page .toc-panel { left: 12px; right: 12px; width: auto; bottom: 80px; }
  .de-page .toc-fab { bottom: 16px; left: 16px; }
  .de-page .pa-form { flex-direction: column; }
  .de-page .pa-modal { padding: 28px 16px 20px; }
  .de-page .pa-modal h3 { font-size: 19px; }
  .de-page .author-card { padding: 24px 18px; }
  .de-page .author-name { font-size: 20px; }
}
