:root {
        --bgz-navy: #060b19;
        --bgz-ink: #101522;
        --bgz-paper: #f4f4f5;
        --bgz-white: #ffffff;
        --bgz-line: #d4d4d8;
        --bgz-gold: #ffb703;
        --bgz-blue: #1d4ed8;
        --bgz-red: #dc2626;
        --bgz-green: #16a34a;
        --bgz-muted: #606a79;
        --bgz-shadow-navy: 8px 8px 0 var(--bgz-navy);
        --bgz-shadow-gold: 8px 8px 0 var(--bgz-gold);
        --bgz-max: 1540px;
    }
    body {
        background-color: var(--bgz-paper);
        background-image:
            linear-gradient(var(--bgz-line) 1px, transparent 1px),
            linear-gradient(90deg, var(--bgz-line) 1px, transparent 1px);
        background-size: 40px 40px;
        overflow-x: hidden;
    }
    .bgz * { box-sizing: border-box; min-width: 0; }
    .bgz {
        color: var(--bgz-navy);
        font-family: Inter, system-ui, sans-serif;
        padding-bottom: 90px;
    }
    .bgz h1,
    .bgz h2,
    .bgz h3,
    .bgz p,
    .bgz b,
    .bgz strong,
    .bgz a,
    .bgz button,
    .bgz span { overflow-wrap: anywhere; }
    .bgz h1,
    .bgz h2,
    .bgz h3,
    .bgz b,
    .bgz strong { font-weight: 900; }
    .bgz a { color: inherit; text-decoration: none; }
    .bgz button,
    .bgz input { font: inherit; }
    .bgz button { cursor: pointer; }
    .bgz-wrap { width: min(var(--bgz-max), calc(100% - 32px)); margin: 0 auto; }
    .bgz-mono { font-family: "Space Mono", monospace; }
    .bgz-b6 { border: 6px solid var(--bgz-navy); }
    .bgz-b4 { border: 4px solid var(--bgz-navy); }
    .bgz-shadow-navy { box-shadow: var(--bgz-shadow-navy); }
    .bgz-shadow-gold { box-shadow: var(--bgz-shadow-gold); }
    .bgz-scan { background-image: repeating-linear-gradient(180deg, transparent 0 5px, rgba(255,255,255,.06) 5px 6px); }
    .bgz-progress { position: fixed; inset: 0 auto auto 0; width: 0; height: 5px; background: var(--bgz-gold); box-shadow: 0 0 0 1px var(--bgz-navy); z-index: 1000; }
    .bgz-btn {
        display: inline-flex;
        align-items: center;
        justify-content: center;
        gap: 12px;
        min-height: 52px;
        padding: 13px 22px;
        border: 4px solid var(--bgz-navy);
        background: var(--bgz-gold);
        color: var(--bgz-navy);
        box-shadow: 6px 6px 0 var(--bgz-navy);
        font-weight: 900;
        text-transform: uppercase;
        text-align: center;
        letter-spacing: -.02em;
        transition: transform .16s ease, box-shadow .16s ease, background .16s ease, color .16s ease;
    }
    .bgz-btn:hover { transform: translate(-3px,-3px); box-shadow: 10px 10px 0 var(--bgz-navy); }
    .bgz-btn.dark { background: var(--bgz-navy); color: var(--bgz-white); box-shadow: 6px 6px 0 var(--bgz-gold); }
    .bgz-btn.dark:hover { color: var(--bgz-gold); box-shadow: 10px 10px 0 var(--bgz-gold); }
    .bgz-btn.white { background: var(--bgz-white); color: var(--bgz-navy); }
    .bgz-btn:focus-visible,
    .bgz-radar-tab:focus-visible,
    .bgz-topic-btn:focus-visible,
    .bgz-filter-btn:focus-visible,
    .bgz-navline a:focus-visible,
    .bgz-quick-jump a:focus-visible,
    .bgz-story:focus-visible,
    .bgz-dispatch:focus-visible,
    .bgz-path-card:focus-visible,
    .bgz-brief-link:focus-visible { outline: 4px solid var(--bgz-blue); outline-offset: 4px; }
    .bgz-label {
        display: inline-flex;
        align-items: center;
        gap: 9px;
        width: fit-content;
        padding: 9px 13px;
        border: 4px solid var(--bgz-navy);
        background: var(--bgz-gold);
        box-shadow: 5px 5px 0 var(--bgz-navy);
        color: var(--bgz-navy);
        font: 900 11px/1 "Space Mono", monospace;
        text-transform: uppercase;
        letter-spacing: .13em;
    }
    .bgz-dot { width: 9px; height: 9px; border-radius: 999px; background: var(--bgz-red); }
    .bgz-section-code { display: inline-flex; width: fit-content; background: var(--bgz-navy); color: var(--bgz-gold); padding: 10px 13px; font: 900 11px/1 "Space Mono", monospace; text-transform: uppercase; letter-spacing: .13em; white-space: nowrap; }
    .bgz-ticker { background: var(--bgz-navy); color: var(--bgz-gold); border-bottom: 5px solid var(--bgz-gold); padding: 9px 0; overflow: hidden; font: 700 12px/1 "Space Mono", monospace; text-transform: uppercase; letter-spacing: .18em; }
    .bgz-ticker-track { display: flex; width: max-content; gap: 34px; animation: bgzTicker 30s linear infinite; white-space: nowrap; }
    @keyframes bgzTicker { to { transform: translateX(-50%); } }
    .bgz-masthead { margin-top: 20px; background: var(--bgz-white); border: 6px solid var(--bgz-navy); box-shadow: var(--bgz-shadow-navy); position: relative; z-index: 5; }
    .bgz-masthead-grid { display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; border-bottom: 5px solid var(--bgz-navy); }
    .bgz-mast-meta,
    .bgz-mast-cta { padding: 14px 18px; }
    .bgz-mast-meta { color: var(--bgz-muted); font: 700 11px/1.45 "Space Mono", monospace; text-transform: uppercase; letter-spacing: .14em; }
    .bgz-brand { padding: 10px 24px; border-left: 5px solid var(--bgz-navy); border-right: 5px solid var(--bgz-navy); font-size: clamp(2rem, 5.8vw, 5.45rem); font-weight: 900; line-height: .82; letter-spacing: -.08em; text-transform: uppercase; text-align: center; white-space: nowrap; }
    .bgz-mast-cta { display: flex; justify-content: flex-end; }
    .bgz-navline { display: flex; flex-wrap: wrap; overflow: hidden; border-bottom: 5px solid var(--bgz-navy); }
    .bgz-navline a { flex: 1 1 auto; min-width: 128px; padding: 13px 18px; border-right: 4px solid var(--bgz-navy); border-bottom: 4px solid var(--bgz-navy); background: var(--bgz-white); font: 900 12px/1.1 "Space Mono", monospace; text-transform: uppercase; letter-spacing: .06em; text-align: center; white-space: normal; }
    .bgz-navline a:hover { background: var(--bgz-gold); }
    .bgz-issue { display: grid; grid-template-columns: auto 1fr auto; gap: 14px; align-items: center; padding: 13px 18px; font: 900 12px/1.35 "Space Mono", monospace; text-transform: uppercase; letter-spacing: .12em; }
    .bgz-issue strong { background: var(--bgz-navy); color: var(--bgz-gold); padding: 8px 12px; }
    .bgz-issue span { color: var(--bgz-muted); }
    .bgz-quick-jump { position: sticky; top: 10px; z-index: 20; margin-top: 18px; display: flex; flex-wrap: wrap; gap: 8px; overflow: hidden; padding: 8px; border: 4px solid var(--bgz-navy); background: rgba(244,244,245,.88); box-shadow: 6px 6px 0 rgba(6,11,25,.16); backdrop-filter: blur(12px); }
    .bgz-quick-jump a { flex: 1 1 126px; min-width: 0; padding: 10px 12px; border: 3px solid var(--bgz-navy); background: var(--bgz-white); font: 900 10px/1.15 "Space Mono", monospace; text-transform: uppercase; text-align: center; letter-spacing: .07em; white-space: normal; transition: background .16s ease, color .16s ease, transform .16s ease; }
    .bgz-quick-jump a:hover { background: var(--bgz-navy); color: var(--bgz-gold); transform: translateY(-2px); }
    .bgz-cover { margin-top: 42px; display: grid; grid-template-columns: minmax(0, 1.2fr) minmax(360px, .8fr); gap: 32px; align-items: stretch; }
    .bgz-cover-main { background: var(--bgz-white); padding: clamp(24px, 5vw, 62px); min-height: 650px; position: relative; overflow: hidden; display: flex; flex-direction: column; justify-content: space-between; }
    .bgz-cover-main:before { content: ""; position: absolute; inset: 18px; border: 2px solid rgba(6,11,25,.08); pointer-events: none; z-index: 0; }
    .bgz-cover-main:after { content: "GAZETTE"; position: absolute; right: -22px; bottom: -22px; color: rgba(6,11,25,.045); font-size: clamp(6rem, 13vw, 14rem); font-weight: 900; line-height: .8; letter-spacing: -.09em; pointer-events: none; }
    .bgz-cover-main > * { position: relative; z-index: 1; }
    .bgz-edition-stamp { position: absolute; top: 32px; right: 32px; width: 118px; height: 118px; display: grid; place-items: center; border: 5px solid var(--bgz-navy); border-radius: 50%; background: var(--bgz-red); color: var(--bgz-white); box-shadow: 7px 7px 0 var(--bgz-gold); font: 900 12px/.98 "Space Mono", monospace; text-align: center; text-transform: uppercase; letter-spacing: .08em; transform: rotate(7deg); z-index: 2; }
    .bgz-meta-row { margin-top: 20px; display: flex; flex-wrap: wrap; gap: 9px; font: 900 10px/1 "Space Mono", monospace; color: var(--bgz-muted); text-transform: uppercase; letter-spacing: .1em; }
    .bgz-meta-row span { border: 2px solid var(--bgz-navy); background: var(--bgz-paper); padding: 7px 9px; }
    .bgz-cover-title { margin: 28px 0 22px; max-width: 1050px; font-size: clamp(3.1rem, 7.55vw, 9.4rem); font-weight: 900; line-height: .82; letter-spacing: -.087em; text-transform: uppercase; }
    .bgz-cover-copy { max-width: 860px; border-left: 8px solid var(--bgz-gold); padding-left: 22px; color: var(--bgz-muted); font-size: clamp(1.04rem, 1.42vw, 1.45rem); font-weight: 800; line-height: 1.58; }
    .bgz-cover-copy mark { background: var(--bgz-gold); color: var(--bgz-navy); padding: 0 6px; font-weight: 900; }
    .bgz-editor-note { width: min(760px, 100%); margin-top: 18px; display: grid; grid-template-columns: 58px 1fr; align-items: stretch; border: 4px solid var(--bgz-navy); background: var(--bgz-paper); box-shadow: 5px 5px 0 rgba(6,11,25,.12); }
    .bgz-editor-note strong { display: grid; place-items: center; background: var(--bgz-navy); color: var(--bgz-gold); font: 900 1rem/1 "Space Mono", monospace; }
    .bgz-editor-note span { padding: 14px 16px; color: var(--bgz-ink); font-weight: 900; line-height: 1.35; }
    .bgz-cover-image { width: min(520px, 100%); margin-top: 22px; border: 5px solid var(--bgz-navy); background: var(--bgz-paper); box-shadow: 6px 6px 0 var(--bgz-gold); }
    .bgz-cover-image img { display: block; width: 100%; height: auto; }
    .bgz-scale-strip { position: relative; z-index: 1; margin-top: 28px; display: grid; grid-template-columns: repeat(5, 1fr); border: 5px solid var(--bgz-navy); background: var(--bgz-white); max-width: 740px; }
    .bgz-scale-strip div { min-height: 72px; border-right: 4px solid var(--bgz-navy); display: grid; place-items: center; font: 900 2.2rem/1 "Space Mono", monospace; position: relative; }
    .bgz-scale-strip div:last-child { border-right: 0; }
    .bgz-scale-strip span { position: absolute; left: 8px; top: 8px; color: var(--bgz-muted); font: 900 9px/1 "Space Mono", monospace; text-transform: uppercase; letter-spacing: .08em; }
    .bgz-scale-strip div:nth-child(3) { background: var(--bgz-gold); }
    .bgz-scale-caption { max-width: 740px; margin: 12px 0 0; color: var(--bgz-muted); font: 800 12px/1.55 "Space Mono", monospace; text-transform: uppercase; letter-spacing: .05em; }
    .bgz-cover-actions { position: relative; z-index: 1; margin-top: 36px; display: flex; flex-wrap: wrap; gap: 16px; }
    .bgz-cover-side { display: grid; gap: 22px; }
    .bgz-radar-card { background: var(--bgz-navy); color: var(--bgz-white); overflow: hidden; min-height: 386px; }
    .bgz-radar-head { padding: 24px; border-bottom: 5px solid var(--bgz-gold); }
    .bgz-radar-head small { display: block; margin-bottom: 10px; color: var(--bgz-gold); font: 900 11px/1 "Space Mono", monospace; text-transform: uppercase; letter-spacing: .16em; }
    .bgz-radar-head h2 { margin: 0; color: var(--bgz-gold); font-size: clamp(2.1rem, 4.6vw, 4.6rem); line-height: .84; letter-spacing: -.075em; text-transform: uppercase; }
    .bgz-radar-body { padding: 22px; }
    .bgz-risk-title { margin: 0 0 12px; font-size: 1.7rem; line-height: .95; letter-spacing: -.05em; text-transform: uppercase; }
    .bgz-risk-copy { display: block; margin: 0; color: rgba(255,255,255,.74); font-weight: 800; line-height: 1.55; }
    .bgz-risk-meter { margin: 18px 0; padding: 4px; height: 24px; border: 4px solid rgba(255,255,255,.23); background: rgba(255,255,255,.08); }
    .bgz-risk-fill { display: block; width: 82%; height: 100%; background: var(--bgz-red); transition: width .2s ease, background .2s ease; }
    .bgz-radar-tabs { display: grid; grid-template-columns: repeat(2, 1fr); gap: 9px; }
    .bgz-radar-tab { border: 3px solid var(--bgz-gold); background: transparent; color: var(--bgz-white); padding: 10px 8px; font: 900 10px/1.1 "Space Mono", monospace; text-transform: uppercase; letter-spacing: .09em; }
    .bgz-radar-tab.active,
    .bgz-radar-tab:hover { background: var(--bgz-gold); color: var(--bgz-navy); }
    .bgz-profile-scan { background: var(--bgz-white); padding: 22px; display: grid; gap: 16px; position: relative; overflow: hidden; }
    .bgz-profile-scan:after { content: "SCAN"; position: absolute; right: -12px; bottom: -8px; color: rgba(6,11,25,.055); font-size: 4.6rem; font-weight: 900; line-height: .8; letter-spacing: -.08em; pointer-events: none; }
    .bgz-profile-scan > * { position: relative; z-index: 1; }
    .bgz-scan-title { display: flex; justify-content: space-between; gap: 12px; align-items: center; font: 900 11px/1 "Space Mono", monospace; text-transform: uppercase; letter-spacing: .12em; color: var(--bgz-blue); border-bottom: 3px solid currentColor; padding-bottom: 12px; }
    .bgz-signal { display: grid; grid-template-columns: 110px 1fr 42px; gap: 12px; align-items: center; font-weight: 900; text-transform: uppercase; letter-spacing: -.035em; }
    .bgz-signal-bar { height: 16px; border: 3px solid var(--bgz-navy); padding: 2px; background: var(--bgz-paper); }
    .bgz-signal-bar i { display: block; height: 100%; background: var(--bgz-gold); }
    .bgz-signal:nth-child(3) .bgz-signal-bar i { background: var(--bgz-blue); }
    .bgz-signal:nth-child(4) .bgz-signal-bar i { background: var(--bgz-red); }
    .bgz-brief-link { background: var(--bgz-gold); padding: 22px; min-height: 160px; display: flex; flex-direction: column; justify-content: space-between; }
    .bgz-brief-link small { color: var(--bgz-blue); font: 900 11px/1 "Space Mono", monospace; text-transform: uppercase; letter-spacing: .14em; }
    .bgz-brief-link h3 { margin: 12px 0 0; font-size: clamp(1.6rem, 2.6vw, 2.55rem); line-height: .92; letter-spacing: -.06em; text-transform: uppercase; }
    .bgz-brief-link b { margin-top: 18px; font: 900 12px/1 "Space Mono", monospace; text-transform: uppercase; letter-spacing: .1em; }
    .bgz-section { margin-top: 74px; }
    .bgz-section-head { display: grid; grid-template-columns: auto 1fr auto; gap: 16px; align-items: center; margin-bottom: 22px; }
    .bgz-rule { height: 7px; background: var(--bgz-navy); }
    .bgz-section-head h2 { margin: 0; font-size: clamp(2rem, 4vw, 4.3rem); line-height: .9; letter-spacing: -.075em; text-transform: uppercase; text-align: right; }
    .bgz-section-intro { max-width: 860px; margin: -8px 0 24px; color: var(--bgz-muted); font-size: clamp(1rem, 1.35vw, 1.18rem); font-weight: 800; line-height: 1.58; }
    .bgz-command-center { display: grid; grid-template-columns: .95fr 1.05fr; gap: 22px; }
    .bgz-topic-feature { background: var(--bgz-navy); color: var(--bgz-white); padding: clamp(24px, 4vw, 46px); min-height: 360px; display: flex; flex-direction: column; justify-content: space-between; overflow: hidden; position: relative; }
    .bgz-topic-feature:after { content: attr(data-code); position: absolute; right: -18px; bottom: -12px; color: rgba(255,255,255,.055); font-size: clamp(6rem, 13vw, 12rem); font-weight: 900; letter-spacing: -.08em; pointer-events: none; }
    .bgz-topic-feature h3 { margin: 18px 0 0; font-size: clamp(2.7rem, 5.6vw, 6.4rem); line-height: .82; letter-spacing: -.085em; text-transform: uppercase; }
    .bgz-topic-feature p { max-width: 680px; margin: 18px 0 0; color: rgba(255,255,255,.76); font-weight: 800; line-height: 1.56; }
    .bgz-topic-meta-row { display: flex; flex-wrap: wrap; gap: 9px; margin-top: 20px; }
    .bgz-topic-meta-row span { padding: 8px 10px; border: 2px solid rgba(255,255,255,.28); color: var(--bgz-gold); font: 900 10px/1 "Space Mono", monospace; text-transform: uppercase; letter-spacing: .1em; }
    .bgz-topic-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 12px; }
    .bgz-topic-btn { min-height: 126px; border: 4px solid var(--bgz-navy); background: var(--bgz-white); box-shadow: 5px 5px 0 var(--bgz-navy); padding: 16px; color: var(--bgz-navy); text-align: left; transition: transform .16s ease, box-shadow .16s ease, background .16s ease, color .16s ease; }
    .bgz-topic-btn:hover,
    .bgz-topic-btn.active { transform: translate(-2px,-2px); box-shadow: 8px 8px 0 var(--bgz-gold); background: var(--bgz-navy); color: var(--bgz-white); }
    .bgz-topic-btn span { display: block; margin-bottom: 12px; color: var(--bgz-blue); font: 900 10px/1 "Space Mono", monospace; text-transform: uppercase; letter-spacing: .12em; }
    .bgz-topic-btn:hover span,
    .bgz-topic-btn.active span { color: var(--bgz-gold); }
    .bgz-topic-btn b { display: block; font-size: 1.32rem; line-height: .95; letter-spacing: -.05em; text-transform: uppercase; }
    .bgz-magazine { display: grid; grid-template-columns: minmax(0, 1fr) 360px; gap: 28px; align-items: start; }
    .bgz-filter-bar { display: flex; flex-wrap: wrap; gap: 10px; margin-bottom: 18px; }
    .bgz-filter-btn { border: 3px solid var(--bgz-navy); background: var(--bgz-white); padding: 10px 13px; font: 900 11px/1 "Space Mono", monospace; text-transform: uppercase; letter-spacing: .1em; }
    .bgz-filter-btn.active,
    .bgz-filter-btn:hover { background: var(--bgz-gold); }
    .bgz-story-grid { display: grid; grid-template-columns: repeat(6, 1fr); gap: 18px; }
    .bgz-story { min-height: 270px; padding: 20px; background: var(--bgz-white); display: flex; flex-direction: column; justify-content: space-between; transition: transform .16s ease, box-shadow .16s ease, background .16s ease, color .16s ease; }
    .bgz-story:hover { transform: translate(-3px,-3px); box-shadow: 10px 10px 0 var(--bgz-gold); }
    .bgz-story.hide { display: none; }
    .bgz-story.large { grid-column: span 4; min-height: 430px; }
    .bgz-story.tall { grid-column: span 2; min-height: 430px; background: var(--bgz-gold); }
    .bgz-story.small { grid-column: span 3; }
    .bgz-story.dark { background: var(--bgz-navy); color: var(--bgz-white); box-shadow: var(--bgz-shadow-gold); }
    .bgz-story-art { height: 92px; margin-bottom: 18px; border: 4px solid var(--bgz-navy); background: linear-gradient(135deg, var(--bgz-gold) 0 28%, transparent 28%), linear-gradient(45deg, rgba(29,78,216,.16) 0 50%, transparent 50%), var(--bgz-paper); position: relative; overflow: hidden; }
    .bgz-story-art:after { content: attr(data-code); position: absolute; right: 10px; bottom: -6px; color: rgba(6,11,25,.13); font-size: 4.8rem; font-weight: 900; line-height: .8; letter-spacing: -.08em; }
    .bgz-story.dark .bgz-story-art { border-color: var(--bgz-gold); background: linear-gradient(135deg, var(--bgz-blue) 0 34%, transparent 34%), var(--bgz-navy); }
    .bgz-story.dark .bgz-story-art:after { color: rgba(255,183,3,.18); }
    .bgz-story .meta { display: flex; justify-content: space-between; gap: 10px; flex-wrap: wrap; margin-bottom: 15px; padding-bottom: 11px; border-bottom: 3px solid currentColor; color: var(--bgz-blue); font: 900 10px/1.2 "Space Mono", monospace; text-transform: uppercase; letter-spacing: .1em; }
    .bgz-story.dark .meta { color: var(--bgz-gold); }
    .bgz-story h3 { margin: 0; font-size: clamp(1.6rem, 3vw, 3.65rem); line-height: .9; letter-spacing: -.065em; text-transform: uppercase; }
    .bgz-story.small h3 { font-size: clamp(1.45rem, 2.1vw, 2.25rem); }
    .bgz-story p { margin: 16px 0 0; color: var(--bgz-muted); font-weight: 800; line-height: 1.5; }
    .bgz-story.dark p { color: rgba(255,255,255,.72); }
    .bgz-read { margin-top: 20px; display: inline-block; font: 900 12px/1 "Space Mono", monospace; text-transform: uppercase; letter-spacing: .1em; }
    .bgz-rank-panel { position: sticky; top: 86px; background: var(--bgz-navy); color: var(--bgz-white); }
    .bgz-rank-panel h3 { margin: 0; padding: 19px; background: var(--bgz-gold); color: var(--bgz-navy); font-size: 1.55rem; line-height: .95; letter-spacing: -.05em; text-transform: uppercase; }
    .bgz-ranked { margin: 0; padding: 0; list-style: none; counter-reset: ranked; }
    .bgz-ranked li { counter-increment: ranked; display: grid; grid-template-columns: 52px 1fr; gap: 13px; padding: 18px; border-top: 4px solid rgba(255,255,255,.14); }
    .bgz-ranked li:before { content: counter(ranked, decimal-leading-zero); color: var(--bgz-gold); font: 900 1.25rem/1 "Space Mono", monospace; }
    .bgz-ranked b { display: block; font-size: 1rem; line-height: 1.08; letter-spacing: -.035em; text-transform: uppercase; }
    .bgz-ranked span { display: block; margin-top: 6px; color: rgba(255,255,255,.55); font: 700 10px/1 "Space Mono", monospace; text-transform: uppercase; }
    .bgz-dispatches { display: grid; grid-template-columns: repeat(2, 1fr); background: var(--bgz-white); }
    .bgz-dispatch { display: grid; grid-template-columns: 120px 1fr auto; gap: 18px; align-items: center; min-height: 114px; padding: 18px; border-right: 4px solid var(--bgz-navy); border-bottom: 4px solid var(--bgz-navy); transition: background .16s ease, transform .16s ease; }
    .bgz-dispatch:hover { background: var(--bgz-gold); transform: translate(-2px,-2px); }
    .bgz-dispatch:nth-child(even) { border-right: 0; }
    .bgz-dispatch time,
    .bgz-dispatch small { color: var(--bgz-blue); font: 900 10px/1.25 "Space Mono", monospace; text-transform: uppercase; letter-spacing: .1em; }
    .bgz-dispatch b { display: block; font-size: 1.3rem; line-height: 1; letter-spacing: -.05em; text-transform: uppercase; }
    .bgz-dispatch .arrow { font-size: 1.7rem; font-weight: 900; }
    .bgz-resource { display: grid; grid-template-columns: 380px 1fr; background: var(--bgz-white); position: relative; overflow: hidden; }
    .bgz-resource-visual { position: relative; overflow: hidden; display: grid; place-items: center; padding: 36px; border-right: 6px solid var(--bgz-navy); background: var(--bgz-navy); color: var(--bgz-white); }
    .bgz-resource-visual:before { content: "RESOURCE"; position: absolute; left: -34px; top: 42%; color: rgba(255,255,255,.055); font-size: 6rem; font-weight: 900; letter-spacing: -.08em; transform: rotate(-90deg); }
    .bgz-book { position: relative; z-index: 1; width: min(270px, 86%); aspect-ratio: 1 / 1.35; padding: 24px; display: flex; flex-direction: column; justify-content: space-between; border: 5px solid var(--bgz-navy); background: var(--bgz-paper); color: var(--bgz-navy); box-shadow: var(--bgz-shadow-gold); transform: rotate(-2deg); overflow: hidden; }
    .bgz-book img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
    .bgz-book small { width: fit-content; padding: 8px 10px; background: var(--bgz-red); color: var(--bgz-white); font: 900 10px/1 "Space Mono", monospace; text-transform: uppercase; letter-spacing: .12em; position: relative; z-index: 1; }
    .bgz-book h3 { margin: 0; font-size: 3rem; line-height: .85; letter-spacing: -.07em; text-transform: uppercase; position: relative; z-index: 1; }
    .bgz-book p { position: relative; z-index: 1; }
    .bgz-badge-round { position: absolute; right: 22px; bottom: 22px; width: 106px; height: 106px; border: 5px solid var(--bgz-navy); border-radius: 50%; background: var(--bgz-red); color: var(--bgz-white); box-shadow: 7px 7px 0 var(--bgz-gold); display: grid; place-items: center; text-align: center; font: 900 1.1rem/1.05 "Space Mono", monospace; transform: rotate(8deg); z-index: 2; }
    .bgz-resource-copy { padding: clamp(24px, 4vw, 52px); }
    .bgz-resource-tagline { margin-top: 16px; display: inline-flex; align-items: center; gap: 10px; color: var(--bgz-blue); font: 900 11px/1 "Space Mono", monospace; text-transform: uppercase; letter-spacing: .13em; }
    .bgz-resource-copy h2 { margin: 18px 0 18px; font-size: clamp(2.35rem, 4.5vw, 5.55rem); line-height: .86; letter-spacing: -.075em; text-transform: uppercase; }
    .bgz-resource-copy p { max-width: 780px; margin: 0 0 24px; color: var(--bgz-muted); font-size: 1.13rem; font-weight: 800; line-height: 1.58; }
    .bgz-value-row { display: grid; grid-template-columns: repeat(3, 1fr); gap: 13px; margin: 28px 0; }
    .bgz-value { padding: 15px; border: 4px solid var(--bgz-navy); background: var(--bgz-paper); }
    .bgz-value b { display: block; font-size: 1.08rem; line-height: .98; letter-spacing: -.04em; text-transform: uppercase; }
    .bgz-value span { display: block; margin-top: 8px; color: var(--bgz-muted); font: 700 10px/1.35 "Space Mono", monospace; text-transform: uppercase; }
    .bgz-path { display: grid; grid-template-columns: repeat(5, 1fr); background: var(--bgz-white); }
    .bgz-path-card { min-height: 205px; padding: 22px; border-right: 5px solid var(--bgz-navy); display: flex; flex-direction: column; justify-content: space-between; transition: background .16s ease, color .16s ease; }
    .bgz-path-card:last-child { border-right: 0; }
    .bgz-path-card:nth-child(even) { background: var(--bgz-gold); }
    .bgz-path-card:hover { background: var(--bgz-navy); color: var(--bgz-white); }
    .bgz-path-card .num { color: var(--bgz-blue); font: 900 1.85rem/1 "Space Mono", monospace; }
    .bgz-path-card:hover .num { color: var(--bgz-gold); }
    .bgz-path-card h3 { margin: 0; font-size: 1.55rem; line-height: .93; letter-spacing: -.05em; text-transform: uppercase; }
    .bgz-path-card p { margin: 10px 0 0; color: var(--bgz-muted); font-weight: 800; line-height: 1.4; }
    .bgz-path-card:hover p { color: rgba(255,255,255,.72); }
    .bgz-newsletter { margin: 78px auto 90px; display: grid; grid-template-columns: 1fr 1fr; gap: 40px; align-items: center; padding: clamp(28px, 5vw, 68px); border: 8px solid var(--bgz-gold); background: var(--bgz-navy); color: var(--bgz-white); box-shadow: var(--bgz-shadow-gold); position: relative; overflow: hidden; }
    .bgz-newsletter:before { content: ""; position: absolute; inset: 0; background-image: repeating-linear-gradient(180deg, transparent 0 5px, rgba(255,255,255,.06) 5px 6px); }
    .bgz-newsletter:after { content: "CHECKLIST"; position: absolute; right: -24px; bottom: -20px; color: rgba(255,255,255,.055); font-size: clamp(5rem, 12vw, 13rem); font-weight: 900; line-height: .8; letter-spacing: -.08em; pointer-events: none; }
    .bgz-newsletter.bg-image { background-size: cover; background-position: center; }
    .bgz-newsletter.bg-image:before { background-color: rgba(6,11,25,.82); background-image: repeating-linear-gradient(180deg, transparent 0 5px, rgba(255,255,255,.06) 5px 6px); }
    .bgz-newsletter > * { position: relative; z-index: 1; }
    .bgz-newsletter h2 { margin: 14px 0 18px; color: transparent; -webkit-text-stroke: 1.4px var(--bgz-gold); font-size: clamp(2.5rem, 5.7vw, 6.5rem); line-height: .84; letter-spacing: -.08em; text-transform: uppercase; }
    .bgz-newsletter p { margin: 0; color: rgba(255,255,255,.78); font-size: 1.1rem; font-weight: 800; line-height: 1.6; }
    .bgz-email-box { padding: 28px; border: 6px solid var(--bgz-navy); background: var(--bgz-white); color: var(--bgz-navy); box-shadow: var(--bgz-shadow-navy); }
    .bgz-email-box label { display: block; margin-bottom: 20px; padding-bottom: 12px; border-bottom: 4px solid var(--bgz-navy); font-size: 1.25rem; font-weight: 900; text-transform: uppercase; letter-spacing: -.04em; }
    .bgz-email-row { display: grid; grid-template-columns: auto 1fr; gap: 12px; align-items: center; margin-bottom: 22px; }
    .bgz-email-row span { color: var(--bgz-blue); font-size: 2rem; font-weight: 900; }
    .bgz-email-row input { width: 100%; padding: 10px 0; border: 0; border-bottom: 5px solid var(--bgz-navy); outline: 0; color: var(--bgz-navy); font-size: clamp(1.25rem, 2.5vw, 2.2rem); font-weight: 900; letter-spacing: -.04em; border-radius: 0; background: transparent; }
    @media (max-width: 1130px) {
        .bgz-cover, .bgz-command-center, .bgz-magazine, .bgz-resource, .bgz-newsletter { grid-template-columns: 1fr; }
        .bgz-edition-stamp { position: relative; top: auto; right: auto; width: fit-content; height: auto; margin: 0 0 18px; padding: 12px 14px; border-radius: 0; transform: rotate(0); place-items: start; font-size: 11px; }
        .bgz-cover-title { font-size: clamp(3rem, 10vw, 6.8rem); line-height: .86; letter-spacing: -.07em; overflow-wrap: normal; word-break: keep-all; }
        .bgz-rank-panel { position: relative; top: auto; }
        .bgz-path { grid-template-columns: 1fr 1fr; }
        .bgz-path-card:nth-child(2n) { border-right: 0; }
        .bgz-path-card:last-child { grid-column: 1 / -1; border-top: 5px solid var(--bgz-navy); }
        .bgz-resource-visual { border-right: 0; border-bottom: 6px solid var(--bgz-navy); }
    }
    @media (max-width: 760px) {
        .bgz-wrap { width: min(100% - 24px, var(--bgz-max)); }
        .bgz-ticker { padding: 7px 0; font-size: 10px; letter-spacing: .12em; border-bottom-width: 4px; }
        .bgz-ticker-track { gap: 22px; animation-duration: 24s; }
        .bgz-masthead { margin-top: 12px; border-width: 5px; box-shadow: 7px 7px 0 var(--bgz-navy); }
        .bgz-mast-meta,
        .bgz-mast-cta { padding: 10px 12px; }
        .bgz-mast-meta { font-size: 9px; line-height: 1.45; letter-spacing: .13em; display: flex; justify-content: space-between; gap: 14px; }
        .bgz-masthead-grid { grid-template-columns: 1fr; }
        .bgz-brand { padding: 12px 12px 11px; border: 0; border-top: 5px solid var(--bgz-navy); border-bottom: 5px solid var(--bgz-navy); font-size: clamp(2.15rem, 12vw, 3.6rem); letter-spacing: -.075em; white-space: normal; overflow-wrap: anywhere; }
        .bgz-mast-cta { justify-content: stretch; }
        .bgz-mast-cta .bgz-btn { width: 100%; min-height: 48px; box-shadow: 5px 5px 0 var(--bgz-navy); }
        .bgz-navline { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); overflow: visible; border-bottom-width: 4px; }
        .bgz-navline a { min-width: 0; padding: 12px 10px; border-right-width: 3px; border-bottom: 3px solid var(--bgz-navy); font-size: 9px; line-height: 1.15; letter-spacing: .03em; justify-content: center; text-align: center; white-space: normal; overflow-wrap: anywhere; word-break: normal; }
        .bgz-navline a:nth-child(2n) { border-right: 0; }
        .bgz-navline a:nth-last-child(-n+2) { border-bottom: 0; }
        .bgz-issue { grid-template-columns: 1fr; gap: 9px; padding: 12px; font-size: 10px; letter-spacing: .1em; }
        .bgz-quick-jump { position: relative; top: auto; z-index: 2; width: min(100% - 24px, var(--bgz-max)); margin-top: 16px; display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); overflow: visible; padding: 6px; gap: 6px; border-width: 3px; box-shadow: 4px 4px 0 rgba(6,11,25,.16); }
        .bgz-quick-jump a { min-width: 0; padding: 9px 8px; border-width: 2px; font-size: 8.5px; line-height: 1.15; letter-spacing: .02em; text-align: center; white-space: normal; overflow-wrap: anywhere; word-break: normal; }
        .bgz-cover { margin-top: 32px; gap: 24px; }
        .bgz-cover-main { min-height: auto; padding: 22px; border-width: 5px; box-shadow: 7px 7px 0 var(--bgz-navy); }
        .bgz-cover-main:before { inset: 12px; }
        .bgz-edition-stamp { margin: 0 0 16px; }
        .bgz-meta-row { gap: 8px; margin-top: 16px; }
        .bgz-meta-row span { font-size: 9px; }
        .bgz-cover-title { margin: 22px 0 18px; font-size: clamp(2.55rem, 11.8vw, 4.25rem); line-height: .9; letter-spacing: -.055em; }
        .bgz-cover-copy { padding-left: 16px; border-left-width: 7px; font-size: 1.02rem; line-height: 1.52; }
        .bgz-editor-note { grid-template-columns: 1fr; }
        .bgz-editor-note strong { min-height: 44px; }
        .bgz-cover-actions .bgz-btn { width: 100%; }
        .bgz-scale-strip div { min-height: 68px; padding: 20px 3px 8px; align-content: end; font-size: 1.6rem; line-height: 1; }
        .bgz-scale-strip span { left: 4px; right: 4px; top: 8px; font-size: 7px; line-height: 1.05; letter-spacing: .04em; text-align: center; }
        .bgz-section-head { grid-template-columns: 1fr; }
        .bgz-section-head h2 { text-align: left; }
        .bgz-rule { display: none; }
        .bgz-topic-grid { grid-template-columns: 1fr 1fr; }
        .bgz-story-grid { grid-template-columns: 1fr; }
        .bgz-story { padding: 18px; }
        .bgz-story.large, .bgz-story.tall, .bgz-story.small { grid-column: auto; min-height: 260px; }
        .bgz-story h3 { font-size: clamp(1.6rem, 8vw, 2.55rem); line-height: .92; }
        .bgz-story.small h3 { font-size: clamp(1.45rem, 7vw, 2.15rem); }
        .bgz-story-art { height: 84px; }
        .bgz-story-art:after { font-size: 4rem; }
        .bgz-dispatches, .bgz-value-row, .bgz-path { grid-template-columns: 1fr; }
        .bgz-dispatch, .bgz-dispatch:nth-child(even) { grid-template-columns: 1fr auto; border-right: 0; }
        .bgz-dispatch time { grid-column: 1 / -1; }
        .bgz-dispatch b { font-size: clamp(1.05rem, 5.5vw, 1.3rem); line-height: 1.05; }
        .bgz-resource { overflow: visible; }
        .bgz-resource-copy h2 { font-size: clamp(2rem, 10vw, 3.6rem); line-height: .9; }
        .bgz-newsletter h2 { font-size: clamp(2.15rem, 11vw, 4.1rem); line-height: .88; -webkit-text-stroke-width: 1.1px; }
        .bgz-email-box { padding: 20px; }
        .bgz-email-row { grid-template-columns: 1fr; }
        .bgz-email-row span { display: none; }
        .bgz-path-card, .bgz-path-card:nth-child(2n), .bgz-path-card:last-child { border-right: 0; border-top: 5px solid var(--bgz-navy); }
        .bgz-path-card:first-child { border-top: 0; }
        .bgz-badge-round { position: relative; right: auto; bottom: auto; width: min(100%, 230px); height: auto; min-height: 64px; margin: 24px auto 0; padding: 12px 16px; border-radius: 0; transform: rotate(0); font-size: .95rem; line-height: 1.08; box-shadow: 6px 6px 0 var(--bgz-gold); }
        .bgz-signal { grid-template-columns: 1fr; gap: 8px; }
    }
    @media (max-width: 480px) {
        .bgz-wrap { width: min(100% - 18px, var(--bgz-max)); }
        .bgz-cover-title { font-size: clamp(2.35rem, 11.4vw, 3.75rem); line-height: .92; letter-spacing: -.048em; }
        .bgz-scale-strip { border-width: 4px; }
        .bgz-scale-strip div { min-height: 64px; border-right-width: 3px; padding-top: 22px; font-size: 1.42rem; }
        .bgz-scale-strip span { font-size: 6.5px; letter-spacing: .025em; }
        .bgz-section { margin-top: 54px; }
        .bgz-section-code { font-size: 9px; letter-spacing: .1em; white-space: normal; }
        .bgz-topic-grid { grid-template-columns: 1fr; }
        .bgz-radar-tabs { grid-template-columns: 1fr; }
    }
    @media (prefers-reduced-motion: reduce) {
        .bgz *, .bgz *:before, .bgz *:after { animation: none !important; transition: none !important; scroll-behavior: auto !important; }
    }