*,*::before,*::after{box-sizing:border-box;margin:0;padding:0}
:root{
  --bg:#0C0C0C;--bg-card:#131313;--bg-raised:#181818;--bg-hover:#1F1F1F;
  --border:rgba(255,255,255,0.06);--border-hi:rgba(255,255,255,0.12);--border-gold:rgba(184,149,47,0.35);
  --text:#EDE9E2;--text-sec:#94A3B8;--text-dim:#475569;--text-muted:#334155;
  --gold:#B8952F;--gold-dim:rgba(184,149,47,0.12);--gold-glow:rgba(184,149,47,0.25);
  --pos:#34D399;--pos-dim:rgba(52,211,153,0.12);--neg:#F43F5E;--neg-dim:rgba(244,63,94,0.12);
  --amber:#F59E0B;--amber-dim:rgba(245,158,11,0.12);
}
html{scroll-behavior:smooth}
body{
  background:radial-gradient(ellipse 120% 80% at 50% 0%,#161616 0%,#0C0C0C 55%);
  background-attachment:fixed;color:var(--text);font-family:'DM Sans',sans-serif;
  font-size:15px;line-height:1.7;min-height:100vh;overflow-x:hidden;
}
body::before{
  content:'';position:fixed;inset:0;z-index:0;pointer-events:none;
  background-image:radial-gradient(circle,rgba(59,130,246,0.035) 1px,transparent 1px);
  background-size:30px 30px;
}
.orb-1{position:fixed;width:600px;height:600px;border-radius:50%;background:#1D4ED8;top:-200px;left:-150px;opacity:0.05;filter:blur(120px);pointer-events:none;z-index:0}
.orb-2{position:fixed;width:500px;height:500px;border-radius:50%;background:#2563EB;bottom:-180px;right:-120px;opacity:0.04;filter:blur(130px);pointer-events:none;z-index:0}
.hidden{display:none!important}
.mono{font-family:'DM Mono',monospace}
.section-label{font-family:'DM Mono',monospace;font-size:10px;font-weight:500;letter-spacing:0.18em;text-transform:uppercase;color:var(--text-dim);margin-bottom:16px}
h1,h2,h3{font-weight:800;letter-spacing:-0.03em;line-height:1.15}

/* ── NAVBAR (centered, Qualtrim-style) ── */
.navbar{position:sticky;top:0;z-index:50;background:rgba(12,12,12,0.94);backdrop-filter:blur(20px) saturate(1.4);-webkit-backdrop-filter:blur(20px) saturate(1.4);border-bottom:1px solid var(--border);height:64px;padding:0 24px;display:flex;align-items:center;justify-content:center}
.nav-inner{display:flex;align-items:center;justify-content:space-between;width:100%;max-width:760px}
/* The logo is a <div> on the homepage but an <a href="/"> on a Read page,
   and this stylesheet has no global anchor reset — so on Reads only, the UA
   default link styling applied: an underline drawn in the visited-link
   purple. Reset it here, and use a white underline on hover as the link
   affordance (on the wordmark only; underlining the bar graphic reads as a
   rendering fault). Inert on the homepage, where the element is not a link. */
.nav-logo{display:flex;align-items:center;gap:8px;cursor:pointer;user-select:none;text-decoration:none;color:inherit}
.nav-logo:hover .logo-wordmark{text-decoration:underline;text-decoration-color:#FFFFFF;text-decoration-thickness:1px;text-underline-offset:4px}
.logo-bars{display:flex;align-items:flex-end;gap:2px;height:28px}
.logo-bars div{width:4px;background:var(--gold);border-radius:2px}
.logo-wordmark{font-family:'DM Sans',sans-serif;font-weight:800;font-size:1.15rem;letter-spacing:-0.02em;color:var(--text);line-height:1}
.logo-wordmark .forge{color:var(--gold)}
.nav-right{display:flex;align-items:center;gap:6px}
.btn-primary{background:var(--gold);color:var(--bg);font-family:'DM Sans',sans-serif;font-weight:700;font-size:0.875rem;letter-spacing:0.02em;padding:10px 22px;border-radius:10px;border:none;cursor:pointer;transition:opacity 0.2s,transform 0.15s,box-shadow 0.2s}
.btn-primary:hover{opacity:0.92;transform:translateY(-1px);box-shadow:0 6px 24px rgba(184,149,47,0.40)}
.btn-secondary{background:transparent;color:var(--text-sec);font-family:'DM Sans',sans-serif;font-weight:600;font-size:0.875rem;padding:10px 20px;border-radius:10px;border:1px solid var(--border-hi);cursor:pointer;transition:all 0.2s}
.btn-secondary:hover{border-color:var(--border-gold);color:var(--gold)}
.hamburger{display:none;background:none;border:none;color:var(--text);font-size:1.5rem;cursor:pointer;padding:4px}
.mobile-menu{display:none;position:fixed;top:64px;left:0;right:0;background:rgba(12,12,12,0.97);backdrop-filter:blur(20px);border-bottom:1px solid var(--border);flex-direction:column;padding:16px 24px;gap:8px;z-index:49}
.mobile-menu.open{display:flex}
.mobile-menu button{width:100%;text-align:left;background:transparent;border:none;color:var(--text-sec);font-family:'DM Sans',sans-serif;font-size:1rem;font-weight:500;padding:12px 8px;cursor:pointer;border-radius:8px;transition:background 0.2s}
.mobile-menu button:hover{background:rgba(255,255,255,0.04)}
@media(max-width:640px){.nav-right{display:none!important}.hamburger{display:block}.nav-inner{justify-content:space-between;max-width:100%}}

/* ── ANIMATIONS ── */
@keyframes fadeUp{from{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}
.fu{animation:fadeUp 0.5s ease forwards}
.fu1{animation-delay:0.07s;opacity:0}.fu2{animation-delay:0.14s;opacity:0}.fu3{animation-delay:0.21s;opacity:0}
.fu4{animation-delay:0.28s;opacity:0}.fu5{animation-delay:0.35s;opacity:0}.fu6{animation-delay:0.42s;opacity:0}
@keyframes shimmer{0%{background-position:-400px 0}100%{background-position:400px 0}}
@keyframes nlHighlight{0%{box-shadow:0 0 0 0 rgba(184,149,47,0.5),0 0 24px rgba(184,149,47,0.3)}70%{box-shadow:0 0 0 8px rgba(184,149,47,0),0 0 0 rgba(184,149,47,0)}100%{box-shadow:none}}
.nl-highlight{animation:nlHighlight 1.5s ease-out forwards}
.shimmer{background:linear-gradient(90deg,var(--bg-card) 25%,var(--bg-raised) 50%,var(--bg-card) 75%);background-size:800px 100%;animation:shimmer 1.4s infinite;border-radius:6px;color:transparent!important;user-select:none}

.card{background:var(--bg-card);border:1px solid var(--border);border-radius:16px;transition:border-color 0.25s ease,transform 0.2s ease}
.card:hover{border-color:var(--border-hi)}
.content{position:relative;z-index:1}

/* ── HERO (tighter bottom) ── */
.hero{text-align:center;padding:80px 24px 28px;max-width:820px;margin:0 auto;background:radial-gradient(ellipse 80% 60% at 50% 0%,rgba(59,130,246,0.08) 0%,transparent 65%)}
.hero h1{font-size:clamp(2.2rem,6vw,3.8rem);font-weight:800;letter-spacing:-0.03em;line-height:1.08;margin-bottom:24px}
.hero h1 .accent{color:var(--gold)}
.hero .sub{font-size:clamp(0.95rem,1.8vw,1.1rem);color:var(--text-sec);max-width:640px;margin:0 auto 36px;line-height:1.7}
.hero-buttons{display:flex;gap:14px;justify-content:center;flex-wrap:wrap}

/* ── DEEP DIVES (tight top) ── */
.deep-dives{padding:28px 24px 80px;max-width:1100px;margin:0 auto}
.deep-dives h2{font-size:clamp(1.6rem,3vw,2.2rem);text-align:center;margin-bottom:8px}
.deep-dives .sub{text-align:center;color:var(--text-sec);max-width:560px;margin:0 auto 36px;font-size:0.95rem}
.search-wrap{position:relative;max-width:480px;margin:0 auto 40px}
.search-wrap input{width:100%;background:var(--bg-raised);border:1px solid var(--border-hi);border-radius:12px;padding:14px 16px 14px 44px;font-family:'DM Mono',monospace;font-size:0.95rem;letter-spacing:0.04em;color:var(--text);outline:none;text-transform:uppercase;transition:border-color 0.25s,box-shadow 0.25s}
.search-wrap input:focus{border-color:var(--border-gold);box-shadow:0 0 0 3px rgba(184,149,47,0.12)}
.search-wrap input::placeholder{text-transform:none;color:var(--text-dim);letter-spacing:0}
.search-icon-btn{position:absolute;left:14px;top:50%;transform:translateY(-50%);background:none;border:none;padding:0;margin:0;display:flex;cursor:pointer;color:var(--text-dim);line-height:0}
.search-icon-btn:hover{color:var(--gold)}
#search-dropdown{position:absolute;top:100%;left:0;right:0;margin-top:6px;background:var(--bg-card);border:1px solid var(--border-hi);border-radius:12px;overflow:hidden;z-index:60}
.search-not-found{padding:16px;text-align:center;font-size:0.85rem;color:var(--text-dim)}
.trending-label{font-family:'DM Mono',monospace;font-size:9px;font-weight:500;letter-spacing:0.18em;text-transform:uppercase;color:var(--text-dim);padding:14px 16px 8px;display:block}
.trending-pills{display:flex;flex-wrap:wrap;gap:8px;padding:4px 16px 16px}
.trending-pill{background:var(--bg-raised);border:1px solid var(--border);border-radius:10px;padding:10px 14px;cursor:pointer;transition:all 0.2s;display:flex;align-items:center;gap:10px}
.trending-pill:hover{border-color:var(--border-gold);transform:translateY(-2px);box-shadow:0 4px 16px rgba(184,149,47,0.12)}
.trending-pill .tp-ticker{font-family:'DM Mono',monospace;font-size:0.85rem;font-weight:600;color:var(--gold)}
.trending-pill .tp-name{font-size:0.72rem;color:var(--text-sec)}

/* ── TRENDING TICKERS ── */
#trending-dropdown{position:absolute;top:100%;left:0;right:0;margin-top:6px;background:var(--bg-card);border:1px solid var(--border-hi);border-radius:12px;z-index:60;padding:16px;display:none}
#trending-dropdown.visible{display:block}
.trending-label{font-family:'DM Mono',monospace;font-size:9px;font-weight:500;letter-spacing:0.18em;text-transform:uppercase;color:var(--text-dim);margin-bottom:12px}
.trending-pills{display:flex;flex-wrap:wrap;gap:8px}
.trending-pill{background:var(--bg-raised);border:1px solid var(--border);border-radius:10px;padding:10px 14px;cursor:pointer;transition:all 0.2s;display:flex;align-items:center;gap:10px}
.trending-pill:hover{border-color:var(--border-gold);transform:translateY(-2px);box-shadow:0 4px 16px rgba(184,149,47,0.12)}
.trending-pill-ticker{font-family:'DM Mono',monospace;font-size:0.9rem;font-weight:500;color:var(--gold)}
.trending-pill-name{font-size:0.75rem;color:var(--text-sec)}

/* ── COVERAGE GRID ── */
/* Shared tile template: ticker/tag/name/status/framing/footer rows are
   identical markup for every tile. Only tile-level state classes
   (is-live, is-teaser) change how the shared rows resolve their colour. */
.coverage-grid{display:grid;grid-template-columns:2fr 1fr;gap:16px}
@media(max-width:700px){.coverage-grid{grid-template-columns:1fr}}
.coverage-tile{--tile-text:var(--text);--tile-text-sec:var(--text-sec);--tile-dim:var(--text-dim);background:var(--bg-card);border:1px solid var(--border);border-radius:16px;padding:28px;position:relative;overflow:hidden;display:flex;flex-direction:column;text-decoration:none;color:var(--tile-text);cursor:pointer;transition:all 0.25s ease}
.coverage-tile:hover{transform:translateY(-3px);border-color:var(--border-hi);box-shadow:0 8px 24px rgba(0,0,0,0.3)}
.coverage-tile.is-live{border-left:2px solid var(--gold)}
.coverage-tile.is-live:hover{border-left-color:var(--gold)}
.coverage-tile.is-teaser{--tile-text:#C9CED8;--tile-text-sec:var(--text-sec);--tile-dim:var(--text-dim)}
.tile-content{position:relative;z-index:1;display:flex;flex-direction:column;flex:1}
.tile-top{display:flex;align-items:center;justify-content:space-between;margin-bottom:8px}
.tile-ticker{font-family:'DM Sans',sans-serif;font-size:1.8rem;font-weight:800;letter-spacing:-0.02em;color:var(--tile-text)}
.tile-tag{font-family:'DM Mono',monospace;font-size:10px;font-weight:500;letter-spacing:0.08em;text-transform:uppercase;padding:4px 10px;border-radius:20px;border:1px solid var(--border-gold);color:var(--gold);background:var(--gold-dim);white-space:nowrap}
.tile-name{font-size:0.85rem;color:var(--tile-text-sec);margin-bottom:14px}
.tile-status{font-family:'DM Mono',monospace;font-size:10px;font-weight:500;letter-spacing:0.1em;text-transform:uppercase;color:var(--tile-text);margin-bottom:10px}
.tile-status .accent{color:var(--gold);font-weight:700}
.status-pill{display:inline-flex;align-items:center;gap:7px;font-family:'DM Mono',monospace;font-size:10px;letter-spacing:0.08em;padding:4px 10px 4px 8px;border-radius:20px;border:1px solid var(--border-gold);background:var(--gold-dim);color:var(--gold);font-weight:700;white-space:nowrap}
.pulse-dot{position:relative;width:6px;height:6px;border-radius:50%;background:var(--gold);flex-shrink:0}
.pulse-dot::before{content:'';position:absolute;inset:-4px;border-radius:50%;border:1px solid var(--gold);opacity:0.6;animation:pulseRing 2.4s ease-out infinite}
@keyframes pulseRing{0%{transform:scale(0.6);opacity:0.55}70%{transform:scale(1.7);opacity:0}100%{transform:scale(1.7);opacity:0}}
.tile-framing-group{flex:1;margin-bottom:20px}
.tile-framing-group p{font-size:0.95rem;color:var(--tile-text-sec);line-height:1.6}
.tile-framing-group p+p{margin-top:10px;display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden}
.lead-tag{font-family:'DM Mono',monospace;font-size:0.75rem;font-weight:600;letter-spacing:0.02em;color:var(--gold);margin-right:4px}
.tile-footer{display:flex;align-items:center;justify-content:space-between;flex-wrap:wrap;gap:10px;margin-top:auto}
.tile-dates{font-family:'DM Mono',monospace;font-size:10px;color:var(--tile-dim)}
.tile-cta{font-size:0.85rem;font-weight:600;color:var(--gold)}

/* ── FOUNDER NOTE ── */
.founder-note{padding:60px 24px;max-width:760px;margin:0 auto}
.founder-note h2{font-size:clamp(1.4rem,3vw,1.8rem);text-align:center;margin-bottom:28px}
.founder-body p{font-size:0.95rem;color:var(--text-sec);line-height:1.8;margin-bottom:18px}
.founder-sig{font-family:'DM Mono',monospace;font-size:0.85rem;color:var(--text-dim);margin-top:24px}

/* ── WHAT'S COMING ── */
.whats-coming{padding:60px 24px;max-width:760px;margin:0 auto;border-top:1px solid var(--border);border-bottom:1px solid var(--border);text-align:center}
.whats-coming h2{font-size:clamp(1.4rem,3vw,1.8rem);margin-bottom:16px}
.wc-lead{font-size:0.95rem;color:var(--text-sec);line-height:1.7;max-width:600px;margin:0 auto 28px}
.wc-chips{display:flex;flex-wrap:wrap;justify-content:center;gap:10px;margin-bottom:28px}
.wc-chip{font-family:'DM Mono',monospace;font-size:0.85rem;font-weight:600;letter-spacing:0.02em;padding:8px 14px;border-radius:20px;display:inline-flex;align-items:center;gap:6px;text-decoration:none;white-space:nowrap}
.wc-chip-live{background:var(--gold);color:var(--bg);cursor:pointer}
.wc-live-dot{width:8px;height:8px;border-radius:50%;background:#3FA862;flex-shrink:0}
.wc-chip-research{background:transparent;border:1px solid var(--gold);color:var(--gold)}
.wc-tag{font-size:8px;font-weight:500;letter-spacing:0.06em;text-transform:uppercase;opacity:0.85}
.wc-chip-muted{background:transparent;border:1px solid var(--border-hi);color:var(--text-sec);font-weight:500}
.wc-chip-more{background:transparent;border:1px dashed var(--border-hi);color:var(--text-dim);font-weight:500}
.wc-closing{font-size:0.85rem;color:var(--text-dim);line-height:1.7;max-width:480px;margin:0 auto}

/* ── NEWSLETTER CTA ── */
.nl-section{padding:60px 24px 80px;max-width:780px;margin:0 auto}
.nl-card{background:linear-gradient(135deg,rgba(184,149,47,0.06) 0%,var(--bg-card) 60%);border:1px solid var(--border-gold);border-radius:16px;padding:40px;display:grid;grid-template-columns:1fr 1fr;gap:40px;align-items:center}
@media(max-width:700px){.nl-card{grid-template-columns:1fr;padding:28px}}
.nl-heading{font-size:1.4rem;font-weight:800;margin-bottom:10px;letter-spacing:-0.02em}
.nl-sub{font-size:0.9rem;color:var(--text-sec);margin-bottom:16px}
.nl-features{list-style:none;display:flex;flex-direction:column;gap:8px}
.nl-features li{font-size:0.85rem;color:var(--text-sec);display:flex;gap:8px;align-items:flex-start}
.nl-features li .check{color:var(--gold);font-weight:700;flex-shrink:0}
.nl-input{width:100%;background:var(--bg-raised);border:1px solid var(--border-hi);border-radius:10px;padding:13px 16px;font-family:'DM Sans',sans-serif;font-size:0.875rem;color:var(--text);outline:none;margin-bottom:12px;transition:border-color 0.2s,box-shadow 0.2s}
.nl-input:focus{border-color:var(--border-gold);box-shadow:0 0 0 3px rgba(184,149,47,0.12)}
.nl-disclaimer{font-size:11px;color:var(--text-dim);margin-top:8px;text-align:center}
.nl-success{text-align:center;padding:24px}
.nl-success .icon{font-size:2rem;margin-bottom:8px;color:var(--gold)}
.nl-success .title{font-weight:700;color:var(--gold);margin-bottom:4px}
.nl-success .desc{font-size:0.875rem;color:var(--text-sec)}

/* ── FOOTER ── */
.site-footer{border-top:1px solid var(--border);padding:40px 24px;max-width:1100px;margin:0 auto}
.footer-grid{display:flex;justify-content:space-between;align-items:flex-start;flex-wrap:wrap;gap:24px;margin-bottom:32px}
.footer-brand{display:flex;align-items:center;gap:8px;margin-bottom:8px}
.footer-copy{font-size:0.75rem;color:var(--text-dim)}
.footer-links{display:flex;gap:20px}
.footer-links a{color:var(--text-sec);text-decoration:none;font-size:0.85rem;transition:color 0.2s}
.footer-links a:hover{color:var(--gold)}
.footer-social{display:flex;gap:16px}
.footer-social a{color:var(--text-dim);transition:color 0.2s;display:flex;align-items:center}
.footer-social a:hover{color:var(--gold)}
.footer-legal{font-size:10px;color:var(--text-muted);max-width:700px;margin:0 auto;text-align:center;line-height:1.8}

/* ── REQUEST MODAL ── */
.modal-overlay{position:fixed;inset:0;z-index:90;background:rgba(3,7,17,0.85);backdrop-filter:blur(10px);display:flex;align-items:center;justify-content:center;padding:24px}
.modal-box{background:var(--bg-card);border:1px solid var(--border-hi);border-radius:16px;padding:40px;max-width:440px;width:100%;position:relative;animation:fadeUp 0.3s ease}
.modal-close{position:absolute;top:16px;right:16px;background:none;border:none;color:var(--text-dim);font-size:1.2rem;cursor:pointer;transition:color 0.2s}
.modal-close:hover{color:var(--text)}
.modal-label{font-family:'DM Mono',monospace;font-size:10px;letter-spacing:0.14em;text-transform:uppercase;color:var(--gold);margin-bottom:16px}
.modal-title{font-size:1.3rem;font-weight:800;margin-bottom:8px}
.modal-desc{font-size:0.9rem;color:var(--text-sec);margin-bottom:24px;line-height:1.6}
.modal-input{width:100%;background:var(--bg-raised);border:1px solid var(--border-hi);border-radius:10px;padding:12px 16px;font-family:'DM Sans',sans-serif;font-size:0.875rem;color:var(--text);outline:none;margin-bottom:12px;transition:border-color 0.2s}
.modal-input:focus{border-color:var(--border-gold)}
.modal-link{display:block;text-align:center;margin-top:16px;color:var(--text-dim);font-size:0.8rem;cursor:pointer;transition:color 0.2s}
.modal-link:hover{color:var(--text-sec)}

/* ══════════════════════════════════════════════════════════════════════
   READ PAGE — every selector below is scoped under .read so it can never
   change the homepage's rendering. Additions only: no edits to selectors
   above this line, no changes to :root variables, no new variables.
   ══════════════════════════════════════════════════════════════════════ */

/* ── CONTAINER — same prose measure as the hero (820px), not the
   prototype's 940px; that width exists nowhere else on the site. ── */
.read .wrap{max-width:820px;margin:0 auto;padding:0 24px}

/* ── 1. MASTHEAD — two-column report-header, values copied from
   reference/tesla_report.html's .masthead/.mast-brand/.mast-sub/
   .mast-tagline/.mast-right block. Bebas Neue (ticker/stat values) and
   the Georgia-serif italic tagline are deliberate, approved exceptions
   to the DM Sans/DM Mono + no-new-fonts rule, scoped to this block. ── */
.read .mast-bleed{width:100vw;position:relative;left:50%;transform:translateX(-50%)}
.read .mast{max-width:1000px;margin:0 auto;padding:32px 40px 28px;background:var(--bg-card);border:1px solid var(--border);border-radius:16px}
.read .mast-top{margin-bottom:10px}
.read .mast-eyebrow{font-family:'DM Mono',monospace;font-size:9px;color:var(--gold);letter-spacing:4px}
.read .mast-eyebrow::after{content:'';display:block;width:40px;height:1px;background:var(--gold);margin-top:6px}
.read .mast-body{display:flex;gap:40px;align-items:stretch;flex-wrap:wrap}
.read .mast-left{flex:1;min-width:240px;display:flex;flex-direction:column;justify-content:flex-end}
.read .mast-tick{font-family:'Bebas Neue','Impact','Arial Narrow',sans-serif;font-size:clamp(64px,12vw,120px);color:var(--text);letter-spacing:0.05em;line-height:0.9}
.read .mast-edition{font-family:'DM Mono',monospace;font-size:9px;color:var(--gold);letter-spacing:5px;margin-top:8px}
.read .mast-edition::after{content:'';display:block;width:44px;height:1px;background:var(--gold);margin-top:8px}
.read .mast-tagline{font-family:Georgia,'Times New Roman',serif;font-style:italic;font-size:14px;color:var(--text-sec);line-height:1.7;margin-top:12px;max-width:460px}
.read .mast-right{width:220px;flex-shrink:0;border-left:1px solid var(--border);padding-left:32px;display:flex;flex-direction:column;justify-content:center}
.read .mast-stat{padding:12px 0;border-bottom:1px solid var(--border)}
.read .mast-stat:last-child{border-bottom:none}
/* Label and verdict icon share one line. They used to be two sibling block
   <div>s (.ms-label + .ms-value), which forced a line break structurally —
   no CSS on those rules could ever have joined them, which is why earlier
   CSS-only attempts at this had no effect. The fix is the .ms-head row in
   templates/read.html; this rule only aligns it. */
.read .ms-head{display:flex;align-items:center;gap:8px;margin-bottom:6px}
.read .ms-head .ms-label{margin-bottom:0}
.read .ms-label{font-family:'DM Mono',monospace;font-size:10px;color:var(--text-dim);letter-spacing:0.2em;margin-bottom:6px}
.read .ms-value{font-family:'Bebas Neue','Impact','Arial Narrow',sans-serif;font-size:28px;letter-spacing:0.05em;color:var(--text);line-height:1}
.read .ms-icon{font-size:22px;line-height:1}
.read .ms-icon.good{color:var(--pos)}
.read .ms-icon.bad{color:var(--neg)}
.read .ms-zone{color:var(--gold)}
.read .ms-detail{font-size:11.5px;color:var(--text-sec);line-height:1.4;margin-top:6px}

@media(max-width:600px){
  .read .mast{padding:24px 20px 20px}
  .read .mast-body{flex-direction:column}
  .read .mast-right{width:100%;border-left:none;border-top:1px solid var(--border);padding:20px 0 0;margin-top:20px}
}

/* ── 2. VERDICT ── */
.read .verdict-h{font-weight:800;font-size:clamp(1.6rem,3vw,2.2rem);letter-spacing:-0.02em;line-height:1.2;margin-top:16px}
.read .stance{color:var(--text);line-height:1.7;margin-top:16px}

/* ── SECTION CHROME — shared by every .sec block (Q1 onward) ── */
.read .sec{padding-top:48px;border-top:1px solid var(--border)}
.read .sec:first-of-type{border-top:none}
.read .sec-h{display:flex;align-items:baseline;gap:10px;font-weight:800;font-size:1rem;letter-spacing:-0.01em}
.read .sec-h .kh{font-family:'DM Mono',monospace;font-size:10px;letter-spacing:2px;color:var(--text-dim);font-weight:400}

/* ── Q1: SCORECARD SUMMARY ── */
/* Instruction line, not a heading — no mono/caps/letter-spacing, so it
   doesn't read at the same visual weight as the eyebrow/label style. */
.read .sc-sub{font-family:'DM Sans',sans-serif;font-size:12px;font-weight:400;font-style:italic;letter-spacing:0;text-transform:none;color:var(--text-dim);margin:4px 0 16px}
.read .scorecard{display:flex;flex-direction:column}
.read .sc-row{display:flex;align-items:center;gap:16px;padding:14px 8px;margin:0 -8px;border-bottom:1px solid var(--border);border-radius:8px;text-decoration:none;color:inherit;white-space:nowrap;transition:background-color 0.15s ease}
.read .sc-row:last-child{border-bottom:none}
.read .sc-row:hover{background:var(--bg-hover)}
.read .sc-name{font-weight:700;font-size:0.95rem;color:var(--text);flex:0 0 130px}
.read .sc-take{color:var(--text-sec);font-size:0.85rem;flex:1;overflow:hidden;text-overflow:ellipsis}
.read .sc-arrow{color:var(--text-dim);font-family:'DM Mono',monospace;font-size:16px;flex-shrink:0;transition:color 0.15s ease}
.read .sc-row:hover .sc-arrow{color:var(--gold)}

/* Score dots — 0-5 axis rating. Deliberately gold: same accent as the
   rest of the site's "on" state. Red/green are reserved for the
   verdict pass/fail chip and must not bleed into score ratings. */
.read .dots{display:inline-flex;gap:5px;flex-shrink:0}
.read .dots i{width:7px;height:7px;border-radius:50%;background:rgba(255,255,255,0.32);display:inline-block}
.read .dots i.on{background:var(--gold)}

/* ── Q2: VALUATION NUMBER LINE — ported from reference/read-prototype.html
   (.vl/.vl-track/.vl-band/.vl-mark/.vl-lab/.vl-cap were never brought over;
   this block had no CSS at all until now), vars mapped onto this project's
   :root. buy_zone.low is optional (see build.py): when present the buy
   side renders as the original two-bound band (.vl-band.buy); when absent
   it renders as a threshold — a filled region from the left edge up to
   the marker (.vl-fill) plus a marker reusing the same dot-on-a-line
   primitive as the current-price mark (.vl-mark.buy), not an open-edge
   band.

   .vl and .vl-lab no longer hardcode height/top: build.py's
   render_valuation_line assigns each label a row (assign_label_rows) so
   labels that land close together on the axis stack instead of
   overprinting, and sets container height to match — both come through
   as inline styles per Read, since the row count depends on that Read's
   own numbers. ── */
.read .vl{position:relative;margin:24px 6px 6px}
.read .vl-track{position:absolute;top:34px;left:0;right:0;height:2px;background:var(--text-muted)}
.read .vl-band{position:absolute;top:26px;height:18px;border-radius:4px}
.read .vl-band.buy{background:var(--pos-dim);border:1px solid rgba(52,211,153,0.45)}
.read .vl-band.fair{background:var(--gold-dim);border:1px solid var(--border-gold)}
.read .vl-fill{position:absolute;top:26px;height:18px;border-radius:4px 0 0 4px;background:var(--pos-dim);border:1px solid rgba(52,211,153,0.45);border-right:none}
.read .vl-mark{position:absolute;top:16px;width:2px;height:38px;background:var(--neg)}
.read .vl-mark::after{content:'';position:absolute;top:-6px;left:-4px;width:10px;height:10px;border-radius:50%;background:var(--neg)}
.read .vl-mark.buy{background:var(--pos)}
.read .vl-mark.buy::after{background:var(--pos)}
.read .vl-lab{position:absolute;transform:translateX(-50%);font-family:'DM Mono',monospace;font-size:10px;color:var(--text-sec);white-space:nowrap;text-align:center}
.read .vl-lab b{display:block;color:var(--text);font-size:12px}
.read .vl-lab.cur b{color:var(--neg)}
.read .vl-lab.buyc b{color:var(--pos)}
.read .vl-cap{font-size:13.5px;color:var(--text-sec);margin-top:16px;line-height:1.68}
.read .vl-cap b{color:var(--text)}

@media(max-width:600px){
  .read .vl-lab{font-size:9px}
}

/* ── SIX DETAIL BLOCKS ── */
.read .axis{padding:32px 0;border-top:1px solid var(--border)}
.read .axis:first-of-type{border-top:none}
.read .axis-head{display:flex;align-items:center;gap:12px;margin-bottom:12px}
.read .axis-name{font-weight:800;font-size:1.1rem;letter-spacing:-0.01em}
.read .axis-analysis{color:var(--text);line-height:1.7}
.read .axis-stats{font-family:'DM Mono',monospace;font-size:12.5px;color:var(--text-dim);margin-top:8px}

/* ── CHARTS ── */
.read .chart{max-width:600px;margin-top:16px}
.read .chart svg{display:block;width:100%;height:auto}
.read .chart-title{font-family:'DM Mono',monospace;font-size:10px;letter-spacing:0.14em;text-transform:uppercase;color:var(--text-dim);margin-bottom:10px}
.read .g-grid{stroke:var(--border)}
.read .g-ref{stroke:var(--text-dim);stroke-dasharray:3 3}
/* Decision threshold (the buy line). Deliberately neither gold nor
   pos/neg: gold reads as score, red/green reads as verdict, and this is
   a level, not a judgement. Muted dashed hairline, longer dash than
   g-ref so the two are distinguishable if a chart ever carries both. */
.read .g-thr{stroke:var(--text-dim);stroke-width:1;stroke-dasharray:5 4;opacity:.55}
.read .g-thrlab{fill:var(--text-dim);opacity:.8;letter-spacing:.06em}
.read .g-bar{fill:var(--gold);opacity:.3}
.read .g-bar.cur{opacity:.85}
.read .g-line{fill:none;stroke:var(--gold);stroke-width:1.75}
/* Gradient area under the price line — gold, continuous with the stroke
   above it. Amendment (2026-07-26) to the gold-is-for-scores rule: that
   rule governs discrete rating UI (score dots, chips, the masthead tag)
   where colour is decoded as a rating. A sub-15%-alpha wash under a line
   is decorative continuity with that line, not a rating signal, so this
   is a deliberate carve-out rather than a violation. Kept faint enough
   that the gridlines and the dashed 300 line read straight through it;
   gold is more luminous than the --text grey this replaced, so the alpha
   drops from .14 to .12. Not pos/neg — this is shape, not verdict. */
.read .g-area{fill:url(#g-area-grad-price)}
.read .g-area-stop-0{stop-color:var(--gold);stop-opacity:.12}
.read .g-area-stop-1{stop-color:var(--gold);stop-opacity:0}
.read .g-dot{fill:var(--gold)}
.read .g-val{font-family:'DM Mono',monospace;font-size:9px;fill:var(--text)}
.read .g-qoq{font-family:'DM Mono',monospace;font-size:8px;fill:var(--text-dim)}
.read .g-ax-y,.read .g-ax-x,.read .g-reflab,.read .g-thrlab{font-family:'DM Mono',monospace;font-size:9px;fill:var(--text-dim)}
