/* THE WANG REPORT */
@import url('https://fonts.googleapis.com/css2?family=Playfair+Display:wght@700;900&family=Spectral:ital,wght@0,400;0,600;0,700;1,400&display=swap');

:root {
    --wr-page: min(1280px, 98vw);

    /* Stamp & Ink — codified 2026-07-18 (Maverick/architecture/site-roadmap-2026-07-18.md).
       The whole site draws from these six; desk accents below are the only additions. */
    --wr-bone:  #F9F8F6;   /* page ground, never pure white */
    --wr-ink:   #0B1F3A;   /* text, rules, nameplate */
    --wr-seal:  #B0241E;   /* the one accent: section tags, hot stories, the chop */
    --wr-rule:  #C8C0B0;   /* hairlines, borders, dividers */
    --wr-panel: #F0EFED;   /* quiet boxes, pulled quotes */
    --wr-slate: #5A6470;   /* bylines, dates, captions; floor for gray text */

    /* Desk tones — one muted accent + faint page wash per desk (hub pages set
       body class desk-<key>; HK Local keeps the seal itself). */
    --desk-cyber:        #1D5F5A; --desk-cyber-wash:        #F7F9F8;
    --desk-geopolitical: #6B2430; --desk-geopolitical-wash: #FAF7F6;
    --desk-finance:      #1E5C46; --desk-finance-wash:      #F7F9F7;
    --desk-ai:           #3E356B; --desk-ai-wash:           #F8F7FA;
    --desk-hk-local:     #B0241E; --desk-hk-local-wash:     #F9F8F6;
    --desk-sports:       #A05A1F; --desk-sports-wash:       #FAF8F5;
    --desk-life:         #8A6D1F; --desk-life-wash:         #FAF9F5;
    --desk-science:      #2F5570; --desk-science-wash:      #F7F8FA;
}

/* Hub pages: body.desk-<key> picks up its tone via these two hooks. */
body[class*="desk-"] { --desk-accent: var(--wr-ink); --desk-wash: var(--wr-bone); background: var(--desk-wash); }
body.desk-cyber        { --desk-accent: var(--desk-cyber);        --desk-wash: var(--desk-cyber-wash); }
body.desk-geopolitical { --desk-accent: var(--desk-geopolitical); --desk-wash: var(--desk-geopolitical-wash); }
body.desk-finance      { --desk-accent: var(--desk-finance);      --desk-wash: var(--desk-finance-wash); }
body.desk-ai           { --desk-accent: var(--desk-ai);           --desk-wash: var(--desk-ai-wash); }
body.desk-hk-local     { --desk-accent: var(--desk-hk-local);     --desk-wash: var(--desk-hk-local-wash); }
body.desk-sports       { --desk-accent: var(--desk-sports);       --desk-wash: var(--desk-sports-wash); }
body.desk-life         { --desk-accent: var(--desk-life);         --desk-wash: var(--desk-life-wash); }
body.desk-science      { --desk-accent: var(--desk-science);      --desk-wash: var(--desk-science-wash); }

*, *::before, *::after { box-sizing: border-box; }

body {
    background: #F9F8F6;
    margin: 0;
    padding: 10px;
    font-family: Spectral, Georgia, 'Times New Roman', serif;
}

/* Masthead */
.masthead {
    text-align: center;
    font-family: 'Playfair Display', Georgia, 'Times New Roman', serif;
    font-size: 36px;
    font-weight: 900;
    padding: 5px 0;
    border-bottom: 1px solid #0B1F3A;
    letter-spacing: 2px;
    color: #0B1F3A;
    max-width: var(--wr-page);
    margin: 0 auto;
}

/* Subhead links row */
.subhead {
    text-align: center;
    font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
    font-size: 11px;
    padding: 4px 0;
    border-bottom: 1px solid #C8C0B0;
    max-width: var(--wr-page);
    margin: 0 auto;
}
.subhead a {
    color: #0B1F3A;
    text-decoration: none;
    margin: 0 8px;
}
.subhead a:hover { text-decoration: underline; }

/* Timestamp bar */
.timestamp-bar {
    text-align: center;
    font-size: 11px;
    color: #333;
    padding: 5px;
    font-family: Arial, sans-serif;
    max-width: var(--wr-page);
    margin: 0 auto;
}
.refresh-info {
    font-size: 10px;
    color: #777;
    margin-top: 3px;
    font-style: italic;
}
.story-thumb {
    display: block;
    max-width: 180px;
    width: 100%;
    height: auto;
    margin: 6px auto 4px auto;
    border: 1px solid #999;
}
.top-links {
    padding: 4px 10px 2px 10px;
    font-family: Arial, sans-serif;
    font-size: 11px;
    text-align: left;
}
.top-links a {
    color: #B0241E;
    text-decoration: none;
    font-weight: bold;
    letter-spacing: 0.5px;
}
.top-links a:hover { text-decoration: underline; }
.bottom-section {
    margin: 20px 10px 10px 10px;
    padding-top: 10px;
    border-top: 2px solid #0B1F3A;
}
.story-take {
    font-family: Spectral, Georgia, serif;
    font-size: 11px;
    font-style: italic;
    color: #444;
    line-height: 1.5;
    margin: 3px 0 6px 0;
    padding: 5px 8px;
    background: #F0EFED;
    border-left: 2px solid #B0241E;
}
/* Tension Dashboard */
.tension-dashboard {
    background: #1a1f2e;
    max-width: 98%;
    margin: 12px auto;
    border: 1px solid #2a3142;
    border-top: 3px solid #B0241E;
    padding: 0;
    box-shadow: 0 2px 8px rgba(0,0,0,0.15);
}

/* WRTI Hero Section */
.td-wrti-hero {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 18px 12px 14px;
    border-bottom: 1px solid #2a3142;
    background: linear-gradient(180deg, #232a3d 0%, #1a1f2e 100%);
}
.td-wrti-hero .td-label {
    font-family: Arial, sans-serif;
    font-size: 9px;
    font-weight: bold;
    letter-spacing: 0.25em;
    color: #9aa3b8;
    text-transform: uppercase;
    margin-bottom: 4px;
}
.td-wrti-score {
    font-family: 'Courier New', monospace;
    font-size: 42px !important;
    font-weight: bold;
    line-height: 1;
}
.td-wrti-hero .td-sub {
    font-family: Arial, sans-serif;
    font-size: 10px;
    font-weight: bold;
    letter-spacing: 0.2em;
    color: #8893a8;
    margin-top: 4px;
    text-transform: uppercase;
}

/* Sub-indicators row */
.td-sub-row {
    display: flex;
    align-items: stretch;
    border-bottom: 1px solid #2a3142;
}
.td-gauge {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 10px 4px;
    flex: 1;
    min-width: 0;
    border-right: 1px solid #2a3142;
}
.td-gauge:last-child { border-right: none; }
a.td-link { text-decoration: none; color: inherit; display: flex; flex-direction: column; align-items: center; justify-content: center; flex: 1; min-width: 0; padding: 10px 4px; border-right: 1px solid #2a3142; }
a.td-link:last-child { border-right: none; }
a.td-link:hover { background: #232a3d; }
.td-label {
    font-family: Arial, sans-serif;
    font-size: 9px;
    font-weight: bold;
    letter-spacing: 0.08em;
    color: #8893a8;
    text-transform: uppercase;
    margin-bottom: 4px;
    white-space: nowrap;
}
.td-value {
    font-family: 'Courier New', monospace;
    font-size: 17px;
    font-weight: bold;
    color: #ffffff;
    line-height: 1.2;
}
.td-sub {
    font-family: Arial, sans-serif;
    font-size: 9px;
    color: #8893a8;
    margin-top: 3px;
    white-space: nowrap;
}
.td-divider { display: none; }
.td-arc { margin-bottom: 2px; }

/* Blurb section */
.td-blurb {
    font-family: Spectral, Georgia, serif;
    font-size: 13px;
    color: #b8c0d4;
    line-height: 1.55;
    padding: 12px 18px 14px;
    text-align: center;
    font-style: italic;
    border-top: none;
}
.td-blurb:empty { display: none; }

/* Color codes */
.td-color-green { color: #00cc66 !important; }
.td-color-amber { color: #ffaa00 !important; }
.td-color-red { color: #ff3333 !important; }
.td-color-darkred { color: #B0241E !important; }
.td-color-blue { color: #4488ff !important; }

/* Tension dashboard mobile — replaced by comprehensive responsive rules at end of file */

/* GitHub Trending section */
.gh-trending {
    max-width: 98%;
    margin: 12px auto;
    border: 1px solid #ccc;
    padding: 0;
}
.gh-trending-header {
    font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
    font-size: 11px;
    font-weight: bold;
    letter-spacing: 2px;
    color: #0B1F3A;
    text-transform: uppercase;
    text-align: center;
    padding: 6px 0;
    border-bottom: 1px solid #C8C0B0;
    background: #F0EFED;
}
.gh-trending-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 0;
}
.gh-repo {
    padding: 8px 12px;
    border-bottom: 1px solid #eee;
    border-right: 1px solid #eee;
}
.gh-repo:nth-child(2n) { border-right: none; }
.gh-repo-name {
    font-family: "Courier New", Courier, monospace;
    font-size: 13px;
    font-weight: bold;
}
.gh-repo-name a { color: #0B1F3A; text-decoration: none; }
.gh-repo-name a:hover { text-decoration: underline; }
.gh-repo-desc {
    font-family: Arial, sans-serif;
    font-size: 11px;
    color: #555;
    line-height: 1.4;
    margin: 2px 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.gh-repo-meta {
    font-family: Arial, sans-serif;
    font-size: 10px;
    color: #888;
}
.gh-lang { margin-right: 8px; }
.gh-stars { margin-right: 8px; color: #333; font-weight: bold; }
.gh-daily { color: #006600; font-weight: bold; }

/* Geopolitical narrative threads */
.geo-threads {
    max-width: 820px;
    margin: 16px auto 24px auto;
    padding: 0 16px;
}
.geo-thread {
    margin-bottom: 24px;
    padding-bottom: 20px;
    border-bottom: 1px solid #ccc;
}
.geo-thread:last-child { border-bottom: none; }
.thread-title {
    font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
    font-size: 14px;
    font-weight: bold;
    letter-spacing: 1.5px;
    color: #0B1F3A;
    margin-bottom: 10px;
    padding-bottom: 4px;
    border-bottom: 2px solid #B0241E;
    text-transform: uppercase;
}
.thread-para {
    font-family: Spectral, Georgia, serif;
    font-size: 14px;
    line-height: 1.75;
    color: #1a1a1a;
    margin: 0 0 10px 0;
}
.thread-sources {
    font-family: Arial, sans-serif;
    font-size: 10px;
    color: #888;
    margin-top: 8px;
}
.thread-source {
    color: #B0241E;
    text-decoration: none;
}
.thread-source:hover { text-decoration: underline; }
.grid-divider {
    text-align: center;
    font-family: Arial, sans-serif;
    font-size: 11px;
    font-weight: bold;
    letter-spacing: 3px;
    color: #999;
    margin: 10px 0;
    padding: 8px 0;
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
}

/* Hero headline — THE top story */
.hero-headline {
    text-align: center;
    font-family: 'Playfair Display', Georgia, 'Times New Roman', serif;
    font-size: 60px;
    font-weight: 900;
    text-transform: uppercase;
    line-height: 1.1;
    padding: 15px 10px;
    color: #0B1F3A;
    max-width: var(--wr-page);
    margin-left: auto;
    margin-right: auto;
}
.hero-headline a { color: #0B1F3A; text-decoration: none; }
.hero-headline a:hover { text-decoration: underline; }

/* Hero subheadline */
.hero-sub {
    text-align: center;
    font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
    font-size: 18px;
    font-weight: bold;
    padding: 0 10px 10px;
    color: #0B1F3A;
    max-width: var(--wr-page);
    margin-left: auto;
    margin-right: auto;
}
.hero-sub a { color: #0B1F3A; text-decoration: none; }
.hero-sub a:hover { text-decoration: underline; }

/* Hero image — desk-page lead photo (cyber.html, sports.html, hk-local.html, etc).
   Box is page-width aligned; the inner <img> is forced to fill the box with
   object-fit:cover so source images with mismatched natural aspect ratios
   (300x300 client-hero, 3800x2137 sports-hero, 1024x576 hero, etc.) all render
   at a uniform 16:9 frame instead of stretching tall/short.
   Source image natural ratios are NOT modified — flag for Harry if any source
   image needs to be re-cropped at the source. */
.hero-image {
    max-width: var(--wr-page);
    margin: 10px auto;
    padding: 0;
    text-align: center;
}
.hero-image img {
    display: block;
    width: 100%;
    max-width: 960px;
    aspect-ratio: 16 / 9;
    height: auto;
    object-fit: cover;
    margin: 0 auto;
    border: 1px solid #ccc;
}

/* Siren for breaking news */
.siren { display: inline; width: 30px; vertical-align: middle; }

/* Leaderboard ad slot — above the fold */
.ad-leaderboard {
    width: 728px;
    height: 90px;
    min-height: 90px;
    max-width: 100%;
    margin: 8px auto;
    background: #F0EFED;
    border: 1px solid #C8C0B0;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #9AA3B8;
    font-family: system-ui, -apple-system, sans-serif;
    font-size: 10px;
    letter-spacing: 1.5px;
    text-transform: uppercase;
}
.ad-leaderboard:empty::after { content: 'Advertisement'; }

/* Page body — content + right rail */
.page-body {
    display: flex;
    align-items: flex-start;
    gap: 20px;
    max-width: var(--wr-page);
    margin: 0 auto;
}

/* Right rail */
.right-rail {
    width: 300px;
    flex-shrink: 0;
    display: flex;
    flex-direction: column;
    gap: 20px;
}
.ad-slot {
    background: #F0EFED;
    border: 1px solid #C8C0B0;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #9AA3B8;
    font-family: system-ui, -apple-system, sans-serif;
    font-size: 10px;
    letter-spacing: 1.5px;
    text-transform: uppercase;
}
.ad-slot:empty::after { content: 'Advertisement'; }
.ad-300x250 {
    width: 300px;
    height: 250px;
    min-height: 250px;
}

/* Three-column layout — wide like Drudge */
.columns {
    display: flex;
    justify-content: center;
    flex: 1;
    min-width: 0;
}
.column {
    flex: 1;
    padding: 0 15px;
    border-right: 1px solid #ccc;
}
.column:last-child { border-right: none; }

/* Column headers */
.column-header {
    text-align: center;
    font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
    font-size: 14px;
    font-weight: bold;
    text-transform: uppercase;
    border-bottom: 1px solid #0B1F3A;
    padding-bottom: 4px;
    margin-bottom: 8px;
    color: #0B1F3A;
}

/* Story links */
.story a {
    color: #0B1F3A;
    text-decoration: none;
    font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
    font-weight: 600;
    font-size: 14px;
    line-height: 1.4;
}
.story a:hover { text-decoration: underline; }

/* Red stories */
.story.red a { color: #B0241E; }

/* CAPS stories */
.story.caps a { text-transform: uppercase; }

/* Red + CAPS combo */
.story.red.caps a { color: #B0241E; text-transform: uppercase; }

/* Source attribution */
.story .source {
    font-size: 10px;
    color: #666;
    font-weight: normal;
}
.story-age {
    font-size: 10px;
    color: #999;
    font-weight: normal;
}
.section-updated {
    font-size: 10px;
    color: #999;
    font-weight: normal;
    text-transform: none;
    letter-spacing: 0;
}

/* Dense packing — minimal spacing */
.story { margin-bottom: 6px; }

/* Section dividers in columns */
.section-divider {
    border-top: 1px solid #ccc;
    margin: 10px 0 8px;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 11px;
    font-weight: bold;
    color: #333;
    text-transform: uppercase;
    padding-top: 4px;
}

/* Markets bar */
.markets-bar {
    text-align: center;
    font-family: "Courier New", Courier, monospace;
    font-size: 12px;
    font-weight: bold;
    padding: 6px 0;
    border-top: 1px solid #0B1F3A;
    border-bottom: 1px solid #0B1F3A;
    margin: 8px auto;
    max-width: var(--wr-page);
    color: #0B1F3A;
}
.markets-bar span { margin: 0 10px; }
.market-up { color: #006600; }
.market-down { color: #B0241E; }

/* ============================================================
   .ticker-style  —  the canonical "text ticker" pattern
   ------------------------------------------------------------
   Generalised version of .markets-bar. Replaces boxy widgets
   (e.g. .tension-dashboard) with a single-line, page-width
   bordered strip in the house Courier/12px voice.

   USAGE (Wave-3 generators output this HTML shape):

     <div class="ticker-style ticker-style--threat">
       <span class="ticker-style__label">THREAT INDEX 38 &#9650; +2</span>
       <span>Mainland 42</span> | <span>HK 35</span> | <span>Taiwan 51</span>
     </div>

   The first <span> may use .ticker-style__label for a leading
   pill (label + score + delta arrow). All subsequent <span>
   children render as ticker items separated by literal "|"
   pipes in the markup (preserve the pipes — they read as
   bloomberg-style separators).

   VARIANTS (modifier class on root):
     .ticker-style--threat   red top border    (Threat Index)
     .ticker-style--ai       blue top border   (AI Pulse)
     .ticker-style--markets  navy top border   (default, same
                                                as .markets-bar)
     .ticker-style--climate  green top border  (Climate signals)

   WHERE TO USE INSTEAD OF BOXY WIDGETS:
     - .tension-dashboard (geopolitical.html)   -> ticker-style--threat
     - any "AI Pulse" / "AI signals" box        -> ticker-style--ai
     - climate signal panels                    -> ticker-style--climate
     - homepage daily-data strip                -> ticker-style--markets
   ============================================================ */
.ticker-style {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: baseline;
    row-gap: 4px;
    text-align: center;
    font-family: "Courier New", Courier, monospace;
    font-size: 12px;
    font-weight: bold;
    padding: 6px 10px;
    border-top: 1px solid #0B1F3A;
    border-bottom: 1px solid #0B1F3A;
    margin: 8px auto;
    max-width: var(--wr-page);
    color: #0B1F3A;
    line-height: 1.6;
}
/* Flex-wrap on the container (above) lets the strip break onto new rows once
   it runs out of width instead of overflowing the page horizontally — a
   real risk once a strip holds many items (e.g. the Stocks portfolio tape
   with 15+ tickers). Nowrap stays scoped to each ticker cell so a single
   "TICKER ▲ price %" chip never breaks mid-token; the separator dots and
   label are short and safe to wrap. */
.ticker-style span { margin: 0 10px; }
.ticker-style [data-ticker] { white-space: nowrap; }
.ticker-style__label {
    color: #B0241E;
    letter-spacing: 0.5px;
    margin-right: 14px !important;
}

/* Variant top-border colours; bottom stays navy for vault rhythm. */
.ticker-style--threat   { border-top-color: #B0241E; border-top-width: 2px; }
.ticker-style--ai       { border-top-color: #4488ff; border-top-width: 2px; }
.ticker-style--markets  { border-top-color: #0B1F3A; }
.ticker-style--climate  { border-top-color: #006600; border-top-width: 2px; }

.ticker-style--threat .ticker-style__label   { color: #B0241E; }
.ticker-style--ai     .ticker-style__label   { color: #4488ff; }
.ticker-style--climate .ticker-style__label  { color: #006600; }

@media (max-width: 600px) {
    .ticker-style { font-size: 11px; }
    .ticker-style span { margin: 0 4px; }
    .ticker-style__label { margin-right: 6px !important; }
}

/* Footer */
.footer {
    text-align: center;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 10px;
    color: #666;
    padding: 15px 0;
    border-top: 1px solid #ccc;
    margin-top: 15px;
    max-width: var(--wr-page);
    margin-left: auto;
    margin-right: auto;
}
.footer a { color: #333; text-decoration: none; }
.footer a:hover { text-decoration: underline; }

/* Refresh button */
.refresh-btn {
    font-family: Arial, sans-serif;
    font-size: 10px;
    color: #666;
    background: none;
    border: 1px solid #ccc;
    cursor: pointer;
    padding: 2px 6px;
}
.refresh-btn:hover { background: #f0f0f0; }

/* Editorial direction bar */
.editorial-bar {
    text-align: center;
    padding: 8px 0;
    max-width: var(--wr-page);
    margin: 10px auto 0;
    border-top: 1px solid #ccc;
}
.editorial-bar form { display: inline; }
.editorial-bar input[type="text"] {
    font-family: "Courier New", Courier, monospace;
    font-size: 12px;
    border: 1px solid #ccc;
    padding: 3px 6px;
    color: #333;
}
.editorial-bar button {
    font-family: Arial, sans-serif;
    font-size: 10px;
    color: #666;
    background: none;
    border: 1px solid #ccc;
    cursor: pointer;
    padding: 3px 8px;
    margin-left: 4px;
}
.editorial-bar button:hover { background: #f0f0f0; }

/* Navigation bar */
.nav-bar {
    text-align: center;
    font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
    font-size: 13px;
    font-weight: bold;
    padding: 6px 0;
    border-bottom: 2px solid #0B1F3A;
    background: #F0EFED;
    letter-spacing: 1px;
}
.nav-bar a {
    color: #0B1F3A;
    text-decoration: none;
    padding: 2px 12px;
}
.nav-bar a:hover { text-decoration: underline; }
.nav-bar .nav-active {
    color: #B0241E;
    border-bottom: 2px solid #B0241E;
}

/* Desk strip — tier 2 of the top nav, exposes all 9 desks under the primary nav.
   Horizontal scroll on narrow viewports, no JS. Hides scrollbar visually but
   keeps swipe behaviour. Bone background + navy text matches house palette;
   slightly muted vs the primary nav to read as secondary. */
.nav-desks {
    background: #EAEAE6;
    border-bottom: 1px solid #C8C0B0;
    overflow-x: auto;
    overflow-y: hidden;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
}
.nav-desks::-webkit-scrollbar { display: none; }
.nav-desks-inner {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 0;
    padding: 4px 8px;
    white-space: nowrap;
    min-width: max-content;
    margin: 0 auto;
    font-family: Georgia, 'Times New Roman', serif;
    font-size: 12px;
    letter-spacing: 0.3px;
}
.nav-desks .nav-desk-link {
    color: #4a4030;
    text-decoration: none;
    padding: 4px 10px;
    border-right: 1px solid #C8C0B0;
}
.nav-desks .nav-desk-link:last-child { border-right: none; }
.nav-desks .nav-desk-link:hover { color: #0B1F3A; text-decoration: underline; }
/* Tier 3 (features): quieter sibling of the desks row (2026-07-19). */
.nav-feats { background: #F0EFED; }
.nav-feats .nav-desks-inner { font-size: 11px; padding: 3px 8px; }
.nav-feats .nav-desk-link { color: #5A6470; }
.nav-desks .nav-desk-active {
    color: #B0241E;
    font-weight: bold;
}

/* Client Watch styles */
.col-teaser {
  border-top: 2px solid #0B1F3A;
  border-bottom: 1px solid #C8C0B0;
  background: #F0EFED;
  padding: 10px 14px;
  margin: 0 0 14px;
  font-family: Arial, Helvetica, sans-serif;
}
.col-teaser-inner {
  display: flex;
  align-items: baseline;
  flex-wrap: wrap;
  gap: 6px;
}
.col-teaser-label {
  font-size: 10px;
  font-weight: bold;
  letter-spacing: 2px;
  color: #B0241E;
  white-space: nowrap;
  flex-shrink: 0;
}
.col-teaser-date {
  font-size: 10px;
  color: #888;
  flex-shrink: 0;
}
.col-teaser-title {
  font-family: Spectral, Georgia, serif;
  font-size: 15px;
  font-weight: bold;
  color: #111;
  text-decoration: none;
  flex-shrink: 0;
}
.col-teaser-title:hover { color: #B0241E; }
.col-teaser-byline {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 10px;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: #777;
  flex-shrink: 0;
}
.col-teaser-deck {
  font-family: Spectral, Georgia, serif;
  font-size: 13px;
  font-style: italic;
  color: #444;
  display: block;
  width: 100%;
  margin-top: 3px;
  line-height: 1.4;
}

/* Front-page weekly column strip */
.front-col-teaser {
  max-width: var(--wr-page);
  margin: 18px auto;
  border-top: 4px solid #B0241E;
  border-bottom: 1px solid #C8C0B0;
  background: #F0EFED;
  padding: 16px 20px 14px;
  font-family: Arial, Helvetica, sans-serif;
  position: relative;
}
.front-col-eyebrow {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 10px;
  padding-bottom: 8px;
  border-bottom: 1px dashed #ddd;
}
.front-col-stamp {
  font-family: "Courier New", Courier, monospace;
  font-size: 10px;
  font-weight: bold;
  letter-spacing: 2.5px;
  color: #B0241E;
  text-transform: uppercase;
}
.front-col-stamp-sep { color: #ccc; font-weight: normal; }
.front-col-desk {
  font-family: "Courier New", Courier, monospace;
  font-size: 10px;
  font-weight: bold;
  letter-spacing: 2px;
  color: #444;
  text-transform: uppercase;
}
.front-col-body {
  display: flex;
  align-items: flex-start;
  gap: 18px;
}
.front-col-avatar {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  flex-shrink: 0;
  background: #e0e0e0;
  color: #fff;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 22px;
  font-weight: bold;
  display: flex;
  align-items: center;
  justify-content: center;
  letter-spacing: 1px;
  overflow: hidden;
  border: 2px solid #fff;
  box-shadow: 0 0 0 1px #ddd;
}
.front-col-avatar img { width: 100%; height: 100%; border-radius: 50%; object-fit: cover; display: block; }
.front-col-text { flex: 1; min-width: 0; }
.front-col-title {
  font-family: Spectral, Georgia, serif;
  font-size: 24px;
  font-weight: bold;
  color: #111;
  text-decoration: none;
  display: block;
  line-height: 1.2;
  margin-bottom: 8px;
}
.front-col-title:hover { color: #B0241E; }
.front-col-deck {
  font-family: Spectral, Georgia, serif;
  font-size: 14px;
  font-style: italic;
  color: #444;
  line-height: 1.5;
  margin-bottom: 10px;
}
.front-col-byline {
  font-size: 11px;
  color: #555;
  letter-spacing: 0.3px;
}
.front-col-byline strong { color: #111; }
.front-col-role {
  color: #888;
  font-size: 10px;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin: 0 8px 0 6px;
}
.front-col-date { color: #999; }
.front-col-actions {
  display: flex;
  gap: 16px;
  align-items: center;
  margin-top: 12px;
  padding-top: 10px;
  border-top: 1px solid #eee;
}
.front-col-cta {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 11px;
  font-weight: bold;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  color: #fff;
  background: #B0241E;
  padding: 7px 14px;
  text-decoration: none;
  border: 1px solid #B0241E;
}
.front-col-cta:hover { background: #000; border-color: #000; }
.front-col-more {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 10px;
  font-weight: bold;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  color: #555;
  text-decoration: none;
}
.front-col-more:hover { color: #B0241E; }
@media (max-width: 680px) {
  .front-col-title { font-size: 19px; }
  .front-col-avatar { width: 60px; height: 60px; font-size: 18px; }
  .front-col-avatar img { width: 100%; height: 100%; }
  .front-col-body { gap: 12px; }
  .front-col-actions { flex-wrap: wrap; }
}

/* Desk lead's DAILY TAKE (briefingBlockHtml) — same container family as the
   column teaser so they align and stack cleanly; navy accent distinguishes the
   daily take from the oxblood weekly column. Added 2026-05-31. */
.briefing-take {
  max-width: var(--wr-page);
  margin: 18px auto;
  border-top: 4px solid #0B1F3A;
  border-bottom: 1px solid #C8C0B0;
  background: #F0EFED;
  padding: 16px 20px 14px;
  font-family: Arial, Helvetica, sans-serif;
}
.briefing-take + .briefing-take { margin-top: -10px; }
.briefing-take-eyebrow {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 12px;
  padding-bottom: 8px;
  border-bottom: 1px dashed #ddd;
}
.briefing-take-stamp {
  font-family: "Courier New", Courier, monospace;
  font-size: 10px;
  font-weight: bold;
  letter-spacing: 2.5px;
  color: #0B1F3A;
  text-transform: uppercase;
}
.briefing-take-sep { color: #ccc; }
.briefing-take-label {
  font-family: "Courier New", Courier, monospace;
  font-size: 10px;
  font-weight: bold;
  letter-spacing: 2px;
  color: #444;
  text-transform: uppercase;
}
.briefing-take-head {
  display: flex;
  align-items: center;
  gap: 14px;
  margin-bottom: 12px;
}
.briefing-take-avatar {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  flex-shrink: 0;
  background: #0B1F3A;
  color: #fff;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 15px;
  font-weight: bold;
  display: flex;
  align-items: center;
  justify-content: center;
  letter-spacing: 1px;
  border: 2px solid #fff;
  box-shadow: 0 0 0 1px #ddd;
  overflow: hidden;
}
.briefing-take-avatar.has-photo { background: none; }
.briefing-take-avatar img { width: 100%; height: 100%; border-radius: 50%; object-fit: cover; display: block; }
.briefing-take-byline { font-size: 11px; color: #555; letter-spacing: 0.3px; }
.briefing-take-byline strong { color: #111; font-size: 13px; }
.briefing-take-role {
  color: #888;
  font-size: 10px;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin: 0 8px 0 6px;
}
.briefing-take-date { color: #999; }
.briefing-take-body {
  font-family: Spectral, Georgia, serif;
  font-size: 15px;
  line-height: 1.6;
  color: #222;
}
.briefing-take-body p { margin: 0 0 10px; }
.briefing-take-body p:last-child { margin-bottom: 0; }
.briefing-take-note {
  font-family: Spectral, Georgia, serif;
  font-style: italic;
  font-size: 13px;
  color: #555;
  border-left: 3px solid #B0241E;
  padding-left: 12px;
  margin-top: 12px;
}
.briefing-take-note-by { font-style: normal; font-weight: bold; color: #B0241E; letter-spacing: 1px; }
.briefing-take-perma {
  display: inline-block;
  margin-top: 12px;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 10px;
  font-weight: bold;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  color: #555;
  text-decoration: none;
}
.briefing-take-perma:hover { color: #B0241E; }
@media (max-width: 680px) {
  .briefing-take-body { font-size: 14px; }
  .briefing-take-avatar { width: 40px; height: 40px; font-size: 13px; }
}

.client-roster {
    text-align: center;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 11px;
    padding: 8px 0;
    max-width: var(--wr-page);
    margin: 0 auto;
}
.client-tag {
    display: inline-block;
    border: 1px solid #ccc;
    padding: 1px 6px;
    margin: 2px 3px;
    font-size: 10px;
    font-weight: bold;
    color: #333;
}
.client-add-bar {
    text-align: center;
    padding: 6px 0;
    max-width: var(--wr-page);
    margin: 0 auto;
    border-bottom: 1px solid #ccc;
}
.client-add-bar input[type="text"] {
    font-family: "Courier New", Courier, monospace;
    font-size: 11px;
    border: 1px solid #ccc;
    padding: 2px 5px;
    color: #333;
}
.client-add-bar button {
    font-family: Arial, sans-serif;
    font-size: 10px;
    color: #666;
    background: none;
    border: 1px solid #ccc;
    cursor: pointer;
    padding: 2px 6px;
    margin-left: 4px;
}
.clients-grid {
    max-width: 98%;
    margin: 10px auto;
    display: flex;
    flex-wrap: wrap;
    gap: 0;
}
.client-block {
    flex: 1 1 48%;
    min-width: 300px;
    padding: 8px 12px;
    border-bottom: 1px solid #ccc;
    border-right: 1px solid #ccc;
}
.client-block:nth-child(2n) { border-right: none; }
.client-header {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 18px;
    font-weight: bold;
    text-transform: uppercase;
    border-bottom: 2px solid #000;
    padding-bottom: 3px;
    margin-bottom: 6px;
    letter-spacing: 1px;
}
.client-image {
    text-align: center;
    padding: 6px 0;
}
.client-image img {
    max-width: 100%;
    max-height: 200px;
    border: 1px solid #ccc;
}

/* Cyber Intel hero */
.cyber-hero a { color: #B0241E !important; }
.cyber-masthead { color: #B0241E; }

/* Health & Fitness — meal idea card */
.meal-idea {
    background: #f8f8f0;
    border: 2px solid #228B22;
    border-bottom: 1px solid #ccc;
    padding: 12px 16px;
    margin: 10px auto 0;
    max-width: 98%;
    text-align: center;
    font-family: "Courier New", Courier, monospace;
}
.meal-header {
    font-weight: bold;
    font-size: 14px;
    color: #228B22;
    letter-spacing: 2px;
    margin-bottom: 6px;
}
.meal-name {
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 4px;
}
.meal-desc {
    font-size: 13px;
    color: #333;
    margin-bottom: 4px;
    line-height: 1.4;
}
.meal-macros {
    font-size: 11px;
    color: #666;
    font-style: italic;
}

/* ========== IMAGE-LEFT LAYOUT (all viewports) ========== */

.story.has-thumb {
    display: flex;
    align-items: flex-start;
    gap: 8px;
}
.story.has-thumb .story-thumb {
    max-width: 100px;
    min-width: 80px;
    margin: 0;
    flex-shrink: 0;
}

/* ========== RESPONSIVE: TABLET (≤900px) ========== */

@media (max-width: 900px) {
    .page-body { flex-direction: column; }
    .right-rail { width: 100%; flex-direction: row; flex-wrap: wrap; justify-content: center; }
    .ad-300x250 { width: 300px; }
    .ad-leaderboard { width: 100%; max-width: 468px; height: 60px; min-height: 60px; }
    .columns { flex-wrap: wrap; }
    .column {
        flex: 1 1 48%;
        border-right: none;
        border-bottom: 1px solid #C8C0B0;
        padding-bottom: 10px;
        margin-bottom: 10px;
    }
    .column:last-child { border-bottom: none; }
    .hero-headline { font-size: 36px; }
    .hero-image img { max-width: 100%; aspect-ratio: 16 / 9; }
    .markets-bar { font-size: 11px; display: flex; flex-wrap: wrap; justify-content: center; }
}

/* ========== RESPONSIVE: PHONE (≤600px) ========== */

@media (max-width: 600px) {
    body { padding: 6px; }

    /* Layout: stack to single column */
    .page-body { gap: 12px; }
    .right-rail { flex-direction: column; align-items: center; }
    .ad-leaderboard { max-width: 320px; height: 50px; min-height: 50px; }
    .columns { flex-direction: column; }
    .column {
        flex: 1 1 100%;
        padding: 0 6px;
        border-right: none;
    }

    /* Masthead + hero */
    .masthead { font-size: 22px; letter-spacing: 1px; }
    .hero-headline { font-size: 28px; padding: 10px 6px; }
    .hero-sub { font-size: 15px; }
    .hero-image img { max-width: 100%; aspect-ratio: 16 / 9; }

    /* Story text — larger for readability */
    .story a { font-size: 16px; line-height: 1.5; }
    .story .source { font-size: 11px; }
    .story-take { font-size: 13px; }
    .story-thumb { max-width: 90px; min-width: 70px; }

    /* Nav bar — compact for small screens */
    .nav-bar { font-size: 11px; letter-spacing: 0; }
    .nav-bar a { padding: 2px 6px; }

    /* Desk strip — switch to scroll-from-left so all 9 desks remain
       reachable via swipe at 393px width. Centring breaks horizontal
       scroll when content exceeds viewport. */
    .nav-desks-inner {
        justify-content: flex-start;
        font-size: 11px;
        padding: 4px 6px;
    }
    .nav-desks .nav-desk-link { padding: 3px 8px; }
    .subhead { font-size: 10px; }
    .subhead a { margin: 0 4px; }

    /* Markets bar — wrap gracefully */
    .markets-bar span { margin: 0 4px; }

    /* Geopolitical narrative threads */
    .thread-para { font-size: 15px; }
    .geo-threads { padding: 0 8px; }

    /* Tension dashboard — mobile */
    .tension-dashboard { margin: 14px auto; }
    .td-wrti-hero { padding: 16px 10px 12px; }
    .td-wrti-score { font-size: 44px !important; letter-spacing: -1px; }
    .td-wrti-hero .td-label { font-size: 10px; letter-spacing: 0.2em; }
    .td-wrti-hero .td-sub { font-size: 11px; letter-spacing: 0.18em; }
    /* 2-per-row tile grid: 5 tiles = 2+2+1, 6 tiles = 3 clean rows of 2 */
    .td-sub-row { flex-wrap: wrap; }
    a.td-link, .td-gauge { flex: 0 0 50%; padding: 12px 6px; border-right: 1px solid #2a3142; border-bottom: 1px solid #2a3142; }
    a.td-link:nth-child(2n), .td-gauge:nth-child(2n) { border-right: none; }
    a.td-link:last-child, .td-gauge:last-child { border-bottom: none; }
    a.td-link:nth-last-child(2):nth-child(odd), .td-gauge:nth-last-child(2):nth-child(odd) { border-bottom: none; }
    .td-label { font-size: 10px; letter-spacing: 0.1em; margin-bottom: 5px; }
    .td-value { font-size: 18px; }
    .td-sub { font-size: 10px; margin-top: 4px; }
    .td-blurb { font-size: 13px; padding: 12px 14px 14px; line-height: 1.55; }

    /* GitHub Trending mobile */
    .gh-trending-grid { grid-template-columns: 1fr; }
    .gh-repo { border-right: none; }
    .gh-repo-desc { white-space: normal; }

    /* Companies page specifics */
    .client-tag { font-size: 10px; }
    .client-add-bar input { max-width: 120px; }
}

/* ─── EDITIONS — News Anchor daily framing block ───────────────────────────
   Charmaine Lo & Maarten Bakker — Morning + Evening editions on MAIN.
   See pages/main.js buildEditionBlockHtml() and data/editions-latest.json. */
.edition-block { border-top: 2px solid #B0241E; border-bottom: 1px solid #ddd; padding: 14px 0 18px; margin-bottom: 18px; background: #fafafa; }
.edition-eyebrow { font-family: Arial, sans-serif; font-size: 10px; font-weight: bold; letter-spacing: 2px; color: #B0241E; text-transform: uppercase; margin-bottom: 4px; padding: 0 14px; }
.edition-date { font-family: Arial, sans-serif; font-size: 10px; color: #888; margin-bottom: 12px; padding: 0 14px; }
.edition-pair { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; padding: 0 14px; }
@media (max-width: 640px) { .edition-pair { grid-template-columns: 1fr; } }
.edition-anchor-para { font-family: Georgia, serif; font-size: 14px; line-height: 1.65; color: #222; }
.edition-byline { display: block; font-family: Arial, sans-serif; font-size: 10px; font-weight: bold; letter-spacing: 1.5px; color: #888; text-transform: uppercase; margin-bottom: 6px; }
.edition-sig { font-style: italic; color: #888; font-size: 12px; margin-left: 4px; }
.edition-empty { color: #aaa; font-style: italic; }
.edition-anchors { display: flex; align-items: center; gap: 8px; margin-top: 14px; padding: 10px 14px 0; border-top: 1px solid #eee; }
.edition-avatar { width: 32px; height: 32px; border-radius: 50%; object-fit: cover; border: 1px solid #ddd; }
.edition-anchor-label { font-family: Arial, sans-serif; font-size: 10px; color: #888; letter-spacing: 1px; }

/* TL;DR framing line — authored by today's anchor (CC or MB) above the feed. */
.tldr-framing { font-family: Georgia, serif; font-size: 14px; font-style: italic; color: #444; padding: 12px 16px; background: #f9f9f9; border-left: 3px solid #B0241E; margin: 0 auto 18px; max-width: 700px; }
.tldr-framing-anchor { font-family: Arial, sans-serif; font-size: 9px; font-weight: bold; letter-spacing: 2px; color: #B0241E; text-transform: uppercase; margin-right: 8px; }
.tldr-framing-text { color: #444; }

/* ─── Email capture (The Wang Review weekly signup) ───────────────────────────
   Site-wide band rendered above the footer by build-page.emailCaptureHtml().
   Navy band, bone text, oxblood button — house palette. */
.email-capture { max-width: 760px; margin: 40px auto 0; padding: 22px 24px; background: #0B1F3A; color: #F4F1E8; display: flex; flex-wrap: wrap; align-items: center; justify-content: space-between; gap: 16px; border-radius: 2px; }
.email-capture-copy { flex: 1 1 280px; }
.email-capture-heading { font-family: Georgia, serif; font-size: 18px; font-weight: bold; color: #F4F1E8; margin-bottom: 3px; }
.email-capture-sub { font-family: Georgia, serif; font-size: 13px; font-style: italic; color: #C8C0B0; line-height: 1.4; }
.email-capture-form { flex: 0 1 360px; display: flex; gap: 8px; min-width: 260px; }
.email-capture-form input { flex: 1; padding: 10px 12px; font-family: Arial, Helvetica, sans-serif; font-size: 14px; border: 1px solid #C8C0B0; background: #F4F1E8; color: #111; border-radius: 2px; }
.email-capture-form input:focus { outline: 2px solid #B0241E; outline-offset: -1px; }
.email-capture-form button { padding: 10px 18px; font-family: Arial, Helvetica, sans-serif; font-size: 13px; font-weight: bold; letter-spacing: 0.5px; color: #F4F1E8; background: #B0241E; border: none; border-radius: 2px; cursor: pointer; white-space: nowrap; }
.email-capture-form button:hover { background: #8A1C17; }
@media (max-width: 680px) {
  .email-capture { flex-direction: column; align-items: stretch; text-align: left; }
  .email-capture-form { flex-basis: auto; }
}
.ai-colophon { max-width: 760px; margin: 28px auto 0; padding: 0 16px; text-align: center; font-size: 12px; line-height: 1.5; color: #6b6b6b; }
.ai-colophon a { color: #6b6b6b; text-decoration: underline; }

/* ── World Cup 2026 panel (sports desk, pages/worldcup.js) ──────────────── */
.wc-panel { border: 2px solid #0B1F3A; margin: 14px auto; max-width: var(--wr-page); background: #fff; }
.wc-panel-head { background: #0B1F3A; color: #F4F1E8; font-family: 'Playfair Display', serif; font-size: 19px; padding: 7px 14px; display: flex; justify-content: space-between; align-items: baseline; }
.wc-panel-head .wc-updated { font-family: 'Spectral', serif; font-size: 11px; opacity: 0.8; }
.wc-cols { display: grid; grid-template-columns: 1fr 1fr 1.5fr; }
.wc-block { padding: 10px 14px; border-right: 1px solid #C8C0B0; min-width: 0; }
.wc-block:last-child { border-right: none; }
.wc-block h4 { margin: 0 0 7px; font-size: 12px; letter-spacing: 0.5px; color: #B0241E; text-transform: none; border-bottom: 1px solid #C8C0B0; padding-bottom: 4px; }
.wc-block h4 .wc-tz { color: #6b6b6b; font-weight: normal; }
.wc-row { display: flex; justify-content: space-between; gap: 8px; font-size: 13px; padding: 2px 0; line-height: 1.4; }
.wc-row--live .wc-when { color: #B0241E; font-weight: bold; }
.wc-teams { min-width: 0; }
.wc-when { color: #6b6b6b; font-size: 11px; white-space: nowrap; }
.wc-groups { display: grid; grid-template-columns: repeat(3, 1fr); gap: 8px 14px; }
.wc-group { border-collapse: collapse; font-size: 11px; width: 100%; }
.wc-group caption { text-align: left; font-weight: bold; font-size: 11px; color: #0B1F3A; padding-bottom: 2px; }
.wc-group th { text-align: right; color: #6b6b6b; font-weight: normal; border-bottom: 1px solid #F0EFED; padding: 0 0 1px 6px; }
.wc-group td { text-align: right; padding: 1px 0 1px 6px; border-bottom: 1px solid #F0EFED; }
.wc-group .wc-t { text-align: left; padding-left: 0; max-width: 90px; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
@media (max-width: 900px) {
  .wc-cols { grid-template-columns: 1fr; }
  .wc-block { border-right: none; border-bottom: 1px solid #C8C0B0; }
  .wc-block:last-child { border-bottom: none; }
  .wc-groups { grid-template-columns: repeat(2, 1fr); }
}

/* ─── Desk hub pages (R1 redesign, 2026-07-19) ────────────────────────────────
   One template (pages/desk-hub.js) renders every desk hub. The tone flows from
   body.desk-<key> via --desk-accent / --desk-wash (declared at the top of this
   file); .hub-* classes must never hardcode a desk color. Light everywhere: no
   dark panels, no chips/pills. Derived tints below use color-mix (baseline
   supported since 2023). */
body[class*="desk-"] {
  --desk-rule:  color-mix(in srgb, var(--desk-accent) 16%, var(--desk-wash));
  --desk-panel: color-mix(in srgb, var(--desk-accent) 5%,  var(--desk-wash));
  --desk-faint: color-mix(in srgb, var(--desk-accent) 45%, var(--desk-wash));
}

/* Light Courier score strip (replaces the old dark navy ribbon). */
.hub-pulse { text-align: center; font-family: 'Courier New', Courier, monospace; font-size: 11px;
  letter-spacing: .04em; color: #444; padding: 6px 8px;
  border-top: 2px solid var(--desk-accent); border-bottom: 1px solid var(--wr-rule);
  max-width: var(--wr-page); margin: 0 auto; }
.hub-pulse a { color: var(--wr-ink); text-decoration: none; }
.hub-pulse a:hover { color: var(--desk-accent); text-decoration: underline; }
.hub-pv { font-weight: bold; color: var(--desk-accent); }
.hub-pv--alert { color: var(--wr-seal); }
.hub-pv--ink { color: var(--wr-ink); }
.hub-pv--muted { color: var(--wr-slate); }
.hub-pulse-sep { color: var(--desk-faint); }
.hub-pulse-note { color: var(--desk-faint); font-size: 9px; }
@media (max-width: 600px) { .hub-pulse-note { display: none; } }

.hub-rulebar { max-width: 732px; margin: 0 auto; padding: 0 16px; }
.hub-rule { border: none; border-top: 3px solid #000; margin: 12px 0 0; }
.hub-rule-thin { border: none; border-top: 1px solid #ccc; margin: 3px 0 0; }

.hub { max-width: 732px; margin: 0 auto; padding: 0 16px 70px; }
.hub a { color: inherit; }

/* Section heads: the site's section-tag pattern carried in the desk tone. */
.hub-head { display: flex; align-items: baseline; justify-content: space-between; gap: 10px;
  border-bottom: 1px solid var(--desk-rule); padding-bottom: 6px; margin: 36px 0 4px; }
.hub-tag { font-family: 'Courier New', Courier, monospace; font-size: 10px; font-weight: bold;
  letter-spacing: 2.5px; color: var(--desk-accent); text-transform: uppercase; }
.hub-head-link { font-family: Arial, Helvetica, sans-serif; font-size: 10px; font-weight: bold;
  letter-spacing: 1.5px; text-transform: uppercase; color: #667; text-decoration: none; white-space: nowrap; }
.hub-head-link:hover { color: var(--desk-accent); }

/* Daily take in lead position: house .briefing-take family, desk accent
   instead of navy. Column card keeps the sitewide oxblood convention. */
.hub .briefing-take { margin: 22px auto 0; max-width: none;
  border-top-color: var(--desk-accent); background: var(--desk-panel); }
.hub .briefing-take-stamp { color: var(--desk-accent); }
.hub .briefing-take-avatar { background: var(--desk-accent); }
.hub .briefing-take-avatar.has-photo { background: none; }
.hub .briefing-take-perma:hover { color: var(--desk-accent); }
.hub .front-col-teaser { margin: 14px auto 0; max-width: none; }

/* Watch-list: accent left rail, homepage w-item list rhythm. */
.hub-wlist { border-left: 2px solid var(--desk-accent); }
.hub-w-item { display: flex; align-items: center; gap: 12px; padding: 9px 12px 9px 14px;
  text-decoration: none; border-bottom: 1px solid var(--desk-rule); }
.hub-w-item:last-child { border-bottom: none; }
.hub-w-item:hover .hub-w-title { color: var(--desk-accent); }
.hub-w-title { flex: 1; min-width: 0; font-size: 14.5px; line-height: 1.45; color: #222; }
.hub-w-meta { flex-shrink: 0; display: flex; flex-direction: column; align-items: flex-end; gap: 3px; }
.hub-w-src { font-family: Arial, sans-serif; font-size: 10px; letter-spacing: 1px; color: #999; text-transform: uppercase; }
.hub-w-date { font-family: Arial, sans-serif; font-size: 9px; letter-spacing: .5px; color: var(--desk-faint); }

/* Module data rows: light, Courier data voice, plain-text markers (no badges). */
.hub-row { display: flex; align-items: flex-start; gap: 12px; padding: 9px 0;
  border-bottom: 1px solid var(--desk-rule); }
.hub-row:last-child { border-bottom: none; }
.hub-row-key { font-family: 'Courier New', Courier, monospace; font-size: 10px; font-weight: bold;
  color: var(--desk-accent); min-width: 84px; padding-top: 2px; }
.hub-row-key--alert { color: var(--wr-seal); }
.hub-row-key--muted { color: #667; }
.hub-row-main { flex: 1; min-width: 0; }
.hub-row-title { font-size: 14.5px; line-height: 1.4; color: #222; text-decoration: none; display: block; }
a.hub-row-title:hover { color: var(--desk-accent); }
.hub-row-meta { font-family: 'Courier New', Courier, monospace; font-size: 10px; color: var(--desk-faint); margin-top: 2px; }
.hub-row-meta b { color: var(--desk-accent); font-weight: bold; }
.hub-foot { font-family: 'Courier New', Courier, monospace; font-size: 9px; color: var(--desk-faint);
  margin-top: 10px; line-height: 1.5; }

/* One-line key/value teaser rows (e.g. Vendor Watch). */
.hub-kv-row { display: flex; align-items: baseline; gap: 12px; padding: 8px 0;
  border-bottom: 1px solid var(--desk-rule); text-decoration: none; }
.hub-kv-row:last-child { border-bottom: none; }
.hub-kv-key { font-family: 'Courier New', Courier, monospace; font-size: 11px; font-weight: bold;
  letter-spacing: .5px; color: var(--desk-accent); min-width: 122px; flex-shrink: 0; }
.hub-kv-line { flex: 1; min-width: 0; font-size: 14px; line-height: 1.45; color: #222; }
.hub-kv-row:hover .hub-kv-line { color: var(--desk-accent); }
.hub-kv-date { font-family: Arial, sans-serif; font-size: 9px; letter-spacing: .5px; color: var(--desk-faint); flex-shrink: 0; }

/* Desk index strip: the hub's outbound surface, Courier voice. */
.hub-index { text-align: center; font-family: 'Courier New', Courier, monospace; font-size: 11px;
  font-weight: bold; letter-spacing: .04em; color: #444; padding: 8px 10px; margin-top: 40px;
  border-top: 1px solid var(--desk-accent); border-bottom: 1px solid var(--desk-accent); }
.hub-index a { color: var(--wr-ink); text-decoration: none; margin: 0 10px; white-space: nowrap; }
.hub-index a:hover { color: var(--desk-accent); text-decoration: underline; }

@media (max-width: 700px) {
  .hub { padding: 0 12px 60px; }
  .hub-kv-row { flex-wrap: wrap; gap: 4px 12px; }
  .hub-kv-key { min-width: 0; }
  .hub-kv-date { display: none; }
  .hub-row-key { min-width: 70px; }
}

/* ─── Sports hub: World Cup panel adaptation (R1, 2026-07-19) ─────────────────
   worldcup.js emits .wc-panel with its own dark navy head; inside the light
   desk hub the module heading (.hub-head) carries the title and a .hub-foot
   carries the update stamp, so the panel renders frameless and light, toned
   from the desk vars. The panel self-retires after 2026-07-26 (worldcup.js);
   this block can be deleted with it. */
.hub .wc-panel { border: none; margin: 0; background: transparent; }
.hub .wc-panel-head { display: none; }
.hub .wc-block { border-color: var(--desk-rule); }
.hub .wc-block:first-child { padding-left: 0; }
.hub .wc-block h4 { color: var(--desk-accent); border-bottom-color: var(--desk-rule); }
.hub .wc-group caption { color: var(--wr-ink); }
