/* IBCSC — Baromètre du web belge.  The page has three deliberate acts:
   observatory hero, technical-paper summary, and readable public feeds. */

.watch-page {
    --w-alert: #ff786d;
    --w-warn: #ffb56e;
    --w-ok: #68d59b;
    --w-card: rgba(10, 32, 44, .82);
    --w-card-2: rgba(18, 52, 66, .72);
    --w-line: rgba(139, 177, 193, .26);
    --w-paper: var(--obs-paper);
    --w-paper-2: var(--obs-paper-2);
    --w-paper-ink: var(--obs-paper-ink);
    --w-paper-muted: var(--obs-paper-muted);
    --w-summary-line: rgba(17, 38, 48, .13);
    --w-summary-shadow: 0 18px 48px rgba(17, 38, 48, .07);
    padding-bottom: var(--space-xl);
}

.watch-hero {
    position: relative;
    overflow: hidden;
    padding: clamp(54px, 7vw, 106px) 0 clamp(44px, 5vw, 72px);
    border-bottom: 1px solid var(--w-line);
    background:
        linear-gradient(90deg, rgba(2, 10, 18, .98) 0%, rgba(2, 10, 18, .92) 45%, rgba(2, 10, 18, .58) 100%),
        url("../img/observatory-map-2026.webp") 76% center / cover no-repeat;
}
.watch-hero-inner {
    display: grid;
    grid-template-columns: minmax(0, 1.15fr) minmax(280px, .65fr);
    gap: clamp(38px, 7vw, 120px);
    align-items: end;
}
.watch-hero-copy { display: flex; flex-direction: column; align-items: flex-start; gap: var(--space-s); max-width: 780px; }
.watch-hero h1 { margin: 0; max-width: 13ch; font-size: clamp(2.45rem, 5.2vw, 5.3rem); line-height: .94; letter-spacing: -.045em; }
.watch-lede { max-width: 68ch; color: #d9e1e3; font-size: clamp(1.02rem, 1.4vw, 1.2rem); line-height: 1.7; }
.watch-method {
    display: flex;
    gap: 10px;
    align-items: flex-start;
    max-width: 70ch;
    margin-top: 8px;
    padding: 14px 16px;
    border: 1px solid var(--w-line);
    border-radius: 2px;
    color: #a9bbc1;
    background: rgba(6, 19, 29, .62);
    font-size: .9rem;
}
.watch-method span { flex: none; color: var(--obs-cyan); }
.watch-updated { display: inline-flex; align-items: center; gap: 7px; color: #8298a3; font-size: .72rem; letter-spacing: .1em; text-transform: uppercase; }
.watch-updated time { color: #c6d2d6; }
.watch-live-dot { width: 7px; height: 7px; flex: none; border-radius: 50%; background: var(--w-ok); box-shadow: 0 0 0 4px rgba(104, 213, 155, .12); animation: watch-live 2.4s ease-in-out infinite; }
.watch-hero-actions { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 8px; }
.watch-hero-side {
    padding: 24px;
    border: 1px solid var(--w-line);
    border-radius: 2px;
    background: rgba(6, 19, 29, .72);
}
.watch-hero-side-label,
.watch-section-label {
    display: block;
    color: var(--obs-cyan-ink);
    font-size: .68rem;
    font-weight: 700;
    letter-spacing: .12em;
    text-transform: uppercase;
}
.watch-hero-side-label { color: var(--obs-cyan-soft); }
.watch-hero-side h2 { margin: 10px 0 15px; font-size: 1.35rem; line-height: 1.08; }
.watch-hero-side ul { display: grid; gap: 10px; margin: 0; padding: 0; list-style: none; color: #bfccd0; font-size: .9rem; }
.watch-hero-side li { position: relative; padding-left: 18px; }
.watch-hero-side li::before { content: ""; position: absolute; top: .72em; left: 0; width: 7px; height: 1px; background: var(--obs-cyan); }

.watch-jump {
    display: flex;
    gap: clamp(16px, 3vw, 34px);
    overflow-x: auto;
    border-bottom: 1px solid var(--w-line);
    scrollbar-width: thin;
}
.watch-jump a {
    display: inline-flex;
    align-items: center;
    min-height: 54px;
    flex: none;
    color: #aabcc2;
    font-size: .8rem;
    text-decoration: none;
    white-space: nowrap;
}
.watch-jump a:hover { color: var(--obs-cyan-soft); }

.watch-empty { padding-block: var(--space-l); color: var(--muted); }

/* The paper act creates a strong reading break before the data feeds. */
.watch-overview {
    color: var(--w-paper-ink);
    border-bottom: 1px solid var(--w-paper-2);
    background:
        radial-gradient(circle at 88% 7%, rgba(25, 185, 230, .08), transparent 30rem),
        var(--w-paper);
}
.watch-overview-inner {
    max-width: 1320px;
    padding-block: clamp(54px, 6vw, 92px) clamp(64px, 7vw, 104px);
}
.watch-overview-head {
    display: grid;
    grid-template-columns: minmax(0, 1.15fr) minmax(320px, .85fr);
    gap: clamp(36px, 7vw, 94px);
    align-items: center;
    margin-bottom: 38px;
}
.watch-overview .watch-section-label {
    display: inline-flex;
    align-items: center;
    gap: 9px;
    color: var(--obs-cyan-ink);
}
.watch-overview .watch-section-label::before {
    content: "";
    width: 22px;
    height: 2px;
    background: var(--obs-cyan-ink);
}
.watch-overview-head h2 {
    max-width: 17ch;
    margin: 10px 0 0;
    font-size: clamp(2.1rem, 3.5vw, 3.65rem);
    line-height: .98;
    letter-spacing: -.045em;
}
.watch-overview-head p {
    max-width: 50ch;
    margin: 0;
    padding-left: 20px;
    border-left: 2px solid rgba(6, 99, 123, .28);
    color: var(--w-paper-muted);
    font-size: .98rem;
    line-height: 1.65;
}
.watch-metrics {
    display: grid;
    grid-template-columns: 1.45fr 1.1fr repeat(4, minmax(0, 1fr));
    gap: 12px;
    border: 0;
    background: transparent;
}
.watch-metric {
    position: relative;
    display: flex;
    overflow: hidden;
    min-width: 0;
    min-height: 206px;
    flex-direction: column;
    padding: 25px 22px 22px;
    border: 1px solid var(--w-summary-line);
    border-radius: 14px;
    background: rgba(255, 255, 255, .72);
    box-shadow: 0 8px 28px rgba(17, 38, 48, .035);
}
.watch-metric::before {
    content: "";
    position: absolute;
    inset: 0 auto auto 0;
    width: 46px;
    height: 3px;
    background: rgba(6, 99, 123, .42);
}
.watch-metric.is-alert::before { background: #b64f4a; }
.watch-metric.is-warn::before { background: #a95f1d; }
.watch-metric-value {
    order: 1;
    margin: 0;
    color: var(--w-paper-ink);
    font-size: clamp(2rem, 2.7vw, 2.7rem);
    font-weight: 700;
    line-height: .95;
    letter-spacing: -.035em;
    font-variant-numeric: tabular-nums;
}
.watch-metric-value small { margin-left: 2px; color: #62737a; font-size: .44em; font-weight: 600; letter-spacing: -.01em; }
.watch-metric-label {
    order: 2;
    margin: auto 0 0;
    color: #314b56;
    font-size: .82rem;
    font-weight: 600;
    line-height: 1.35;
}
.watch-metric-note {
    order: 3;
    margin: 10px 0 0;
    color: var(--w-paper-muted);
    font-size: .74rem;
    line-height: 1.48;
}
.watch-metric.is-lead {
    min-height: 206px;
    border-color: rgba(6, 99, 123, .2);
    background:
        radial-gradient(circle at 100% 0, rgba(25, 185, 230, .1), transparent 8rem),
        var(--obs-paper-white);
    box-shadow: var(--w-summary-shadow);
}
.watch-metric.is-lead .watch-metric-value { font-size: clamp(2.65rem, 4.3vw, 4rem); }
.watch-metric.is-alert .watch-metric-value { color: #b64f4a; }
.watch-metric.is-warn .watch-metric-value { color: #a95f1d; }

.watch-zone-strip {
    margin-top: 22px;
    padding: clamp(22px, 2.8vw, 34px);
    border: 1px solid rgba(6, 99, 123, .18);
    border-radius: 18px;
    background: rgba(221, 235, 237, .72);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, .72);
}
.watch-zone-strip > .section-index {
    display: flex;
    align-items: center;
    gap: 14px;
    margin: 0 0 19px;
    color: var(--obs-cyan-ink);
    font-size: .72rem;
    font-weight: 700;
    letter-spacing: .1em;
}
.watch-zone-strip > .section-index::after {
    content: "";
    height: 1px;
    flex: 1;
    background: rgba(6, 99, 123, .18);
}
.watch-metrics-zone {
    grid-template-columns: 1.18fr 1.18fr 1fr 1fr 1.24fr;
    gap: 10px;
}
.watch-metrics-zone .watch-metric,
.watch-metrics-zone .watch-metric.is-lead {
    min-height: 190px;
    padding: 22px 19px 19px;
    border-color: rgba(6, 99, 123, .14);
    border-radius: 12px;
    background: rgba(255, 255, 255, .67);
    box-shadow: none;
}
.watch-metrics-zone .watch-metric-value,
.watch-metrics-zone .watch-metric.is-lead .watch-metric-value { font-size: clamp(2.1rem, 3.4vw, 3.25rem); }
.watch-metric-download {
    color: #e9f0f1;
    border-color: #153c4b !important;
    background: #112f3b !important;
}
.watch-metric-download::before { width: 100%; background: var(--obs-cyan); }
.watch-metric-download .watch-metric-label {
    order: 1;
    margin: 0;
    color: #f1f5f5;
    font-size: .86rem;
}
.watch-zone-actions {
    display: grid;
    order: 2;
    gap: 7px;
    margin: 18px 0 0;
}
.watch-zone-actions .watch-btn {
    min-height: 38px;
    justify-content: space-between;
    padding: 8px 11px;
    border-color: rgba(118, 214, 238, .25);
    color: #dce9ec;
    background: rgba(255, 255, 255, .04);
    font-size: .66rem;
}
.watch-zone-actions .watch-btn:hover { border-color: var(--obs-cyan-soft); background: rgba(25, 185, 230, .12); }
.watch-metric-download .watch-metric-note { color: #9eb2b8; }
.watch-zone-strip > .watch-card-note {
    max-width: 108ch;
    margin: 19px 3px 0;
    color: #52676f;
    font-size: .78rem;
    line-height: 1.55;
}

.watch-grid { display: grid; grid-template-columns: repeat(12, minmax(0, 1fr)); gap: 14px; margin-top: 22px; }
.watch-span-6 { grid-column: span 6; }
.watch-card {
    position: relative;
    min-width: 0;
    padding: clamp(25px, 2.6vw, 36px);
    border: 1px solid var(--w-line);
    border-radius: 14px;
    background: var(--w-card);
}
.watch-overview .watch-card {
    overflow: hidden;
    border-color: var(--w-summary-line);
    background: rgba(255, 255, 255, .66);
    box-shadow: 0 10px 34px rgba(17, 38, 48, .035);
}
.watch-overview .watch-card::before {
    content: "";
    position: absolute;
    inset: 0 auto auto 0;
    width: 72px;
    height: 3px;
    background: var(--obs-cyan-ink);
}
.watch-overview .watch-card:first-child::before { background: #b64f4a; }
.watch-card h2 { margin: 0 0 8px; font-size: 1.32rem; line-height: 1.1; letter-spacing: -.02em; }
.watch-overview .watch-card h2 { color: var(--w-paper-ink); }
.watch-card-note { margin: 0 0 24px; color: var(--muted); font-size: .9rem; line-height: 1.55; }
.watch-overview .watch-card-note { color: var(--w-paper-muted); }
.watch-bar { height: 10px; overflow: hidden; border: 1px solid var(--w-line); border-radius: 999px; background: var(--w-card-2); }
.watch-overview .watch-bar { border: 0; background: #d7e0e1; }
.watch-bar-fill { display: block; height: 100%; background: var(--obs-cyan); }
.watch-bar-fill.is-alert { background: #c9514b; }
.watch-legend { display: flex; flex-wrap: wrap; gap: 12px 22px; margin: 15px 0 0; padding: 0; list-style: none; }
.watch-legend li { display: flex; align-items: center; gap: 8px; color: var(--muted); font-size: .84rem; }
.watch-overview .watch-legend li { color: var(--w-paper-muted); }
.watch-legend b { color: var(--text); font-variant-numeric: tabular-nums; }
.watch-overview .watch-legend b { color: var(--w-paper-ink); }
.watch-legend i { width: 8px; height: 8px; border-radius: 50%; background: var(--muted); }
.watch-legend i.is-alert { background: #c9514b; }
.watch-legend i.is-ok { background: #38a66c; }
.watch-sev { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 24px; }
.watch-sev-chip {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 7px 10px;
    border: 1px solid var(--w-line);
    border-radius: 7px;
    color: var(--muted);
    background: rgba(255, 255, 255, .55);
    font-size: .74rem;
}
.watch-overview .watch-sev-chip { border-color: var(--obs-light-line); color: var(--w-paper-muted); }
.watch-sev-chip b { color: var(--text); font-variant-numeric: tabular-nums; }
.watch-overview .watch-sev-chip b { color: var(--w-paper-ink); }
.watch-sev-chip.is-critical { border-color: rgba(201, 81, 75, .65); color: #b64f4a; }
.watch-sev-chip.is-high { border-color: rgba(182, 79, 74, .28); color: #a94340; background: rgba(182, 79, 74, .06); }
.watch-sev-chip.is-medium { color: #a17419; border-color: rgba(161, 116, 25, .45); }
.watch-sev-chip.is-low { border-color: rgba(6, 99, 123, .24); color: var(--obs-cyan-ink); background: rgba(25, 185, 230, .055); }
.watch-sev-chip.is-informational { border-color: rgba(56, 166, 108, .24); color: #287a50; background: rgba(56, 166, 108, .06); }
.watch-cat { display: grid; gap: 19px; margin: 0; padding: 0; list-style: none; }
.watch-cat li { display: grid; grid-template-columns: 130px minmax(0, 1fr) 42px; gap: 12px; align-items: center; }
.watch-cat span { color: var(--muted); font-size: .84rem; font-weight: 500; }
.watch-overview .watch-cat span { color: var(--w-paper-muted); }
.watch-cat b { color: var(--text); font-size: .88rem; text-align: right; font-variant-numeric: tabular-nums; }
.watch-overview .watch-cat b { color: var(--w-paper-ink); }
.watch-trend { margin-top: 27px; padding-top: 18px; border-top: 1px solid var(--w-summary-line); }
.watch-trend svg { display: block; width: 100%; height: 48px; }
.watch-trend-label { display: block; margin-top: 9px; color: var(--w-paper-muted); font-size: .68rem; font-weight: 600; letter-spacing: .08em; text-transform: uppercase; }

/* Data lab: operational status and downloads are first-class, not buried links. */
.watch-data-lab { padding-top: clamp(54px, 6vw, 92px); scroll-margin-top: 90px; }
.watch-data-head { max-width: 820px; }
.watch-data-head .watch-section-label { margin-bottom: 10px; color: var(--obs-cyan-soft); }
.watch-data-grid { display: grid; grid-template-columns: minmax(0, 1.25fr) minmax(320px, .75fr); gap: 18px; }
.watch-pipeline-card,
.watch-download-card { min-width: 0; padding: clamp(24px, 3vw, 38px); border: 1px solid var(--w-line); background: rgba(7, 25, 37, .72); }
.watch-pipeline-title { display: flex; align-items: center; gap: 14px; margin-bottom: 28px; }
.watch-pipeline-title > div { display: grid; gap: 3px; }
.watch-pipeline-title span:not(.watch-pulse),
.watch-download-kicker { color: #8298a3; font-size: .67rem; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; }
.watch-pipeline-title h3,
.watch-download-card h3 { margin: 0; color: #f2f5f5; font-size: clamp(1.25rem, 2vw, 1.7rem); letter-spacing: -.025em; }
.watch-pulse { position: relative; width: 13px; height: 13px; flex: none; border-radius: 50%; background: var(--w-warn); }
.watch-pulse::after { content: ""; position: absolute; inset: -7px; border: 1px solid currentColor; border-radius: 50%; opacity: .18; }
.watch-pulse.is-online { color: var(--w-ok); background: var(--w-ok); box-shadow: 0 0 22px rgba(104, 213, 155, .32); }
.watch-pulse.is-degraded { color: var(--w-warn); }
.watch-pipeline-stats { display: flex; flex-wrap: wrap; gap: 8px; margin: -10px 0 25px; }
.watch-pipeline-stats div { display: inline-flex; align-items: center; gap: 8px; padding: 7px 9px; border: 1px solid var(--w-line); }
.watch-pipeline-stats dt { color: #738891; font-size: .62rem; letter-spacing: .07em; text-transform: uppercase; }
.watch-pipeline-stats dd { display: inline-flex; align-items: center; gap: 6px; margin: 0; color: #bfcbce; font-size: .7rem; }
.watch-pipeline-stats i { width: 6px; height: 6px; border-radius: 50%; background: #667a82; }
.watch-pipeline-stats i.is-online { background: var(--w-ok); }
.watch-pipeline-stats i.is-standby { background: var(--w-warn); }
.watch-pipeline-flow { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); margin: 0; padding: 0; list-style: none; }
.watch-pipeline-flow li { position: relative; display: grid; grid-template-columns: 30px 1fr; gap: 9px; min-width: 0; padding-right: 18px; }
.watch-pipeline-flow li:not(:last-child)::after { content: ""; position: absolute; top: 14px; right: 5px; width: 10px; border-top: 1px solid rgba(25, 185, 230, .45); }
.watch-pipeline-flow b { display: grid; width: 30px; height: 30px; place-items: center; border: 1px solid rgba(25, 185, 230, .55); color: var(--obs-cyan-soft); font-size: .62rem; font-variant-numeric: tabular-nums; }
.watch-pipeline-flow span { display: grid; gap: 5px; }
.watch-pipeline-flow strong { color: #e7edef; font-size: .82rem; }
.watch-pipeline-flow small { color: #879aa1; font-size: .7rem; line-height: 1.45; }
.watch-autonomous { margin-top: 28px; padding: 22px; border: 1px solid rgba(25, 185, 230, .24); background: rgba(25, 185, 230, .045); }
.watch-autonomous-head { display: flex; gap: 16px; align-items: flex-start; justify-content: space-between; }
.watch-autonomous-head > div { display: grid; gap: 4px; }
.watch-autonomous-head > div > span { color: var(--obs-cyan-soft); font-size: .64rem; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; }
.watch-autonomous-head h4 { margin: 0; color: #eef4f5; font-size: clamp(1.05rem, 1.8vw, 1.3rem); }
.watch-autonomous-live { display: inline-flex; gap: 7px; align-items: center; flex: none; color: #9fb1b6; font-size: .67rem; }
.watch-autonomous-live i { width: 7px; height: 7px; border-radius: 50%; background: var(--w-ok); box-shadow: 0 0 14px rgba(104, 213, 155, .42); }
.watch-autonomous > p { max-width: 76ch; margin: 13px 0 0; color: #91a3a9; font-size: .78rem; line-height: 1.55; }
.watch-autonomous-metrics { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 1px; margin: 20px 0 0; background: var(--w-line); border: 1px solid var(--w-line); }
.watch-autonomous-metrics div { min-width: 0; padding: 14px; background: #091d29; }
.watch-autonomous-metrics dt { min-height: 2.5em; color: #718891; font-size: .62rem; line-height: 1.25; letter-spacing: .06em; text-transform: uppercase; }
.watch-autonomous-metrics dd { margin: 7px 0 0; color: #f1f5f5; font-size: clamp(1.35rem, 2.6vw, 2rem); font-weight: 750; font-variant-numeric: tabular-nums; letter-spacing: -.04em; }
.watch-autonomous-metrics dd small { margin-left: 3px; color: #7f959d; font-size: .65rem; font-weight: 500; letter-spacing: 0; }
.watch-autonomous-grades { display: grid; grid-template-columns: repeat(5, minmax(0, 1fr)); gap: 8px; margin-top: 12px; }
.watch-autonomous-grades > span { display: flex; gap: 9px; align-items: center; justify-content: center; min-width: 0; padding: 8px; border: 1px solid var(--w-line); color: #bfcbce; font-size: .74rem; font-variant-numeric: tabular-nums; }
.watch-autonomous-grades .watch-grade-badge { display: grid; width: 25px; height: 25px; place-items: center; flex: none; border-radius: 50%; font-size: .68rem; font-style: normal; }
.watch-autonomous-note { padding-top: 13px; border-top: 1px solid var(--w-line); }
.watch-coverage-note { margin: 28px 0 0; padding: 15px 17px; border-left: 2px solid var(--obs-cyan); color: #9babb1; background: rgba(25, 185, 230, .055); font-size: .8rem; line-height: 1.55; }
.watch-download-card { display: flex; flex-direction: column; }
.watch-download-card h3 { margin-top: 8px; }
.watch-download-card > p { margin: 10px 0 21px; color: #98a8ad; font-size: .86rem; line-height: 1.55; }
.watch-download-actions { display: grid; gap: 9px; }
.watch-download-link { display: grid; grid-template-columns: 48px minmax(0, 1fr) 20px; gap: 13px; align-items: center; min-height: 68px; padding: 10px 13px; border: 1px solid var(--w-line); color: #e8eff0; text-decoration: none; transition: transform .2s var(--obs-ease), border-color .2s var(--obs-ease), background .2s var(--obs-ease); }
.watch-download-link:hover { transform: translateX(4px); border-color: var(--obs-cyan); background: rgba(25, 185, 230, .07); }
.watch-download-link > span:nth-child(2) { display: grid; gap: 3px; }
.watch-download-link strong { font-size: .83rem; }
.watch-download-link small { color: #81959c; font-size: .7rem; }
.watch-download-link i { color: var(--obs-cyan-soft); font-size: 1rem; font-style: normal; }
.watch-file-type { display: grid; width: 44px; height: 44px; place-items: center; border: 1px solid rgba(25, 185, 230, .42); color: var(--obs-cyan-soft); font-size: .62rem; font-weight: 800; letter-spacing: .06em; }
.watch-export-facts { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; margin: auto 0 0; padding-top: 22px; }
.watch-export-facts div { padding-top: 11px; border-top: 1px solid var(--w-line); }
.watch-export-facts dt { color: #738891; font-size: .62rem; letter-spacing: .08em; text-transform: uppercase; }
.watch-export-facts dd { margin: 5px 0 0; color: #c8d3d6; font-size: .75rem; }

/* Public feeds stay in the dark observatory act, with a restrained density. */
.watch-grades-wrap, .watch-board-wrap, .watch-registry, .watch-suspicious { padding-top: clamp(54px, 6vw, 92px); }
.watch-section-head { max-width: 76ch; margin-bottom: 22px; }
.watch-section-head h2 { margin: 0 0 9px; color: #f2f4f3; font-size: clamp(1.55rem, 2.7vw, 2.25rem); line-height: 1; letter-spacing: -.025em; }
.watch-section-head p { margin: 0; color: var(--muted); }
.watch-filter { display: grid; grid-template-columns: auto minmax(220px, 360px) 42px; gap: 10px; align-items: center; width: fit-content; max-width: 100%; margin-top: 22px; color: #95a7ad; font-size: .72rem; letter-spacing: .06em; text-transform: uppercase; }
.watch-filter input { width: 100%; min-height: 42px; padding: 8px 12px; border: 1px solid var(--w-line); border-radius: 0; outline: 0; color: #eef3f4; background: rgba(6, 19, 29, .72); font: inherit; letter-spacing: normal; text-transform: none; }
.watch-filter input:focus { border-color: var(--obs-cyan); box-shadow: 0 0 0 3px rgba(25, 185, 230, .1); }
.watch-filter output { display: grid; min-height: 42px; place-items: center; border: 1px solid var(--w-line); color: var(--obs-cyan-soft); font-variant-numeric: tabular-nums; }
.watch-susp-row[hidden] { display: none; }
.watch-key { display: flex; flex-wrap: wrap; gap: 14px 20px; margin-top: 16px; }
.watch-key-item { display: inline-flex; align-items: center; gap: 7px; color: var(--muted); font-size: .8rem; }
.watch-key-item b { color: #eef2f2; font-variant-numeric: tabular-nums; }
.dot { width: 9px; height: 9px; flex: none; border-radius: 50%; background: var(--muted); }
.dot.is-red { background: var(--w-alert); }
.dot.is-orange { background: var(--w-warn); }
.dot.is-yellow { background: #ffd479; }
.dot.is-green { background: var(--w-ok); }
.watch-board-note { max-width: 78ch; margin-top: 12px !important; color: var(--ink-muted) !important; font-size: .82rem; }

.watch-grades, .watch-board { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 9px; }
.watch-grade-item {
    display: grid;
    grid-template-columns: 48px minmax(120px, 1fr) minmax(0, 1.45fr);
    gap: 14px;
    align-items: center;
    min-width: 0;
    padding: 12px 14px;
    border: 1px solid var(--w-line);
    border-radius: 2px;
    background: var(--w-card);
}
.watch-grade-badge {
    display: inline-flex;
    width: 40px;
    height: 40px;
    align-items: center;
    justify-content: center;
    border-radius: 0;
    color: var(--bg-deep);
    background: var(--muted);
    font-size: 1.2rem;
    font-weight: 800;
}
.watch-grade-badge.grade-A { background: #4ccf8e; }
.watch-grade-badge.grade-B { background: #a9e34b; }
.watch-grade-badge.grade-C { background: #ffd479; }
.watch-grade-badge.grade-D { background: var(--w-warn); }
.watch-grade-badge.grade-F { background: var(--w-alert); }
.watch-grade-item.grade-F { background: rgba(255, 120, 109, .08); border-color: rgba(255, 120, 109, .35); }
.watch-grade-item.grade-D { background: rgba(255, 181, 110, .07); border-color: rgba(255, 181, 110, .32); }
.watch-grade-main { display: flex; min-width: 0; flex-direction: column; gap: 3px; }
.watch-grade-domain, .watch-board-domain, .watch-susp-domain { overflow-wrap: anywhere; font-family: ui-monospace, "SFMono-Regular", Menlo, monospace; }
.watch-grade-domain { font-size: .93rem; }
.watch-grade-band { color: var(--muted); font-size: .76rem; letter-spacing: .04em; text-transform: uppercase; }
.watch-grade-tags, .watch-board-flags { display: flex; flex-wrap: wrap; gap: 6px; min-width: 0; }
.watch-flag { padding: 3px 7px; border: 1px solid var(--w-line); border-radius: 2px; color: var(--muted); font-size: .72rem; line-height: 1.2; }
.watch-grades-reply { margin-top: 16px; color: var(--muted); font-size: .86rem; }
.watch-grades-reply a, .watch-optout a { color: var(--obs-cyan-soft); }

.watch-registry { scroll-margin-top: 90px; }
.watch-registry-head { max-width: 860px; }
.watch-registry-head .watch-section-label { display: block; margin-bottom: 10px; color: var(--obs-cyan-soft); }
.watch-registry-count { margin-top: 11px !important; color: #71858d !important; font-size: .74rem; }
.watch-registry-table { border-block: 1px solid var(--w-line); }
.watch-registry-body { display: contents; }
.watch-registry-row { display: grid; grid-template-columns: minmax(180px, 1.8fr) minmax(140px, 1fr) minmax(110px, .7fr) minmax(150px, 1fr); gap: 18px; align-items: center; min-height: 58px; padding: 10px 14px; border-top: 1px solid var(--w-line); }
.watch-registry-row:first-child { border-top: 0; }
.watch-registry-row:nth-child(odd):not(.is-head) { background: rgba(255, 255, 255, .018); }
.watch-registry-row[hidden] { display: none; }
.watch-registry-row.is-head { min-height: 42px; border-bottom: 1px solid var(--w-line); color: #71858d; font-size: .64rem; font-weight: 700; letter-spacing: .09em; text-transform: uppercase; }
.watch-registry-row > strong { overflow-wrap: anywhere; color: #e8eff0; font-family: ui-monospace, "SFMono-Regular", Menlo, monospace; font-size: .85rem; font-weight: 600; }
.watch-registry-state { display: inline-flex; gap: 8px; align-items: center; color: #a4b2b7; font-size: .75rem; }
.watch-registry-state i { width: 7px; height: 7px; flex: none; border-radius: 50%; background: #687b82; }
.watch-registry-state.is-https i { background: var(--w-ok); }
.watch-registry-state.is-http i, .watch-registry-state.is-robots i { background: var(--w-warn); }
.watch-registry-state.is-unreachable i, .watch-registry-state.is-inactive i { background: var(--w-alert); }
.watch-registry-state.is-dns i { background: var(--obs-cyan); }
.watch-registry-grade { display: inline-flex; gap: 9px; align-items: center; color: #dbe4e6; }
.watch-registry-grade .watch-grade-badge { width: 30px; height: 30px; font-size: .78rem; font-style: normal; }
.watch-registry-grade b { font-size: .82rem; font-variant-numeric: tabular-nums; }
.watch-registry-grade small { margin-left: 2px; color: #71858d; font-size: .62rem; font-weight: 500; }
.watch-registry-grade em { color: #687b82; font-style: normal; }
.watch-registry-row time { color: #778b93; font-size: .72rem; font-variant-numeric: tabular-nums; }
.watch-registry-pagination { display: grid; grid-template-columns: minmax(112px, auto) minmax(120px, 1fr) minmax(112px, auto); gap: 12px; align-items: center; margin-top: 18px; }
.watch-registry-pagination button { min-height: 42px; padding: 8px 14px; border: 1px solid var(--w-line); border-radius: 0; color: #dce6e8; background: rgba(10, 32, 44, .62); font: inherit; font-size: .74rem; font-weight: 650; cursor: pointer; transition: border-color .2s var(--obs-ease), background .2s var(--obs-ease), transform .2s var(--obs-ease); }
.watch-registry-pagination button:hover:not(:disabled) { border-color: var(--obs-cyan); background: rgba(25, 185, 230, .09); }
.watch-registry-pagination button:active:not(:disabled) { transform: translateY(1px); }
.watch-registry-pagination button:focus-visible { outline: 2px solid var(--obs-cyan); outline-offset: 3px; }
.watch-registry-pagination button:disabled { color: #52656d; cursor: not-allowed; opacity: .55; }
.watch-registry-pagination span { color: #91a4aa; font-size: .75rem; font-variant-numeric: tabular-nums; text-align: center; }
.watch-registry-feedback { min-height: 1.25em; margin: 9px 0 0; color: #84979e; font-size: .74rem; }
.watch-registry-table[aria-busy="true"] { opacity: .56; }

.watch-disclosure { margin-top: 12px; }
.watch-disclosure summary {
    display: flex;
    min-height: 52px;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    padding: 12px 15px;
    border: 1px solid var(--w-line);
    border-radius: 2px;
    color: #dce6e8;
    background: rgba(10, 32, 44, .6);
    cursor: pointer;
    list-style: none;
}
.watch-disclosure summary::-webkit-details-marker { display: none; }
.watch-disclosure summary::after { content: "+"; color: var(--obs-cyan-soft); font-size: 1.3rem; line-height: 1; }
.watch-disclosure[open] summary::after { content: "−"; }
.watch-disclosure summary b { min-width: 26px; color: var(--obs-cyan-soft); font-variant-numeric: tabular-nums; text-align: right; }
.watch-disclosure summary:focus-visible { outline: 2px solid var(--obs-cyan); outline-offset: 3px; }
.watch-grades-overflow, .watch-board-overflow { margin-top: 9px; }

.watch-board-item {
    display: grid;
    grid-template-columns: 78px minmax(120px, 1fr) minmax(0, 1.35fr);
    gap: 12px;
    align-items: center;
    min-width: 0;
    padding: 11px 14px;
    border: 1px solid var(--w-line);
    border-radius: 2px;
    background: var(--w-card);
}
.watch-board-item.is-red, .watch-susp-row.is-red { background: rgba(255, 120, 109, .08); border-color: rgba(255, 120, 109, .35); }
.watch-board-item.is-orange, .watch-susp-row.is-orange { background: rgba(255, 181, 110, .07); border-color: rgba(255, 181, 110, .32); }
.watch-board-item.is-yellow, .watch-susp-row.is-yellow { background: rgba(255, 212, 121, .05); border-color: rgba(255, 212, 121, .25); }
.watch-board-item.is-green { background: rgba(104, 213, 155, .035); }
.watch-score { display: inline-flex; min-height: 32px; align-items: center; justify-self: start; gap: 7px; padding: 5px 8px; border: 1px solid var(--w-line); border-radius: 2px; background: var(--w-card-2); }
.watch-score .dot { width: 8px; height: 8px; }
.watch-score b { color: #eff4f4; font-size: .88rem; line-height: 1; font-variant-numeric: tabular-nums; }
.watch-score em { color: var(--muted); font-size: .65rem; font-style: normal; letter-spacing: .03em; text-transform: uppercase; }
.watch-score.is-red b { color: var(--w-alert); }
.watch-score.is-red .dot { background: var(--w-alert); }
.watch-score.is-orange b { color: var(--w-warn); }
.watch-score.is-orange .dot { background: var(--w-warn); }
.watch-score.is-yellow b { color: #ffd479; }
.watch-score.is-yellow .dot { background: #ffd479; }
.watch-score.is-green b { color: var(--w-ok); }
.watch-score.is-green .dot { background: var(--w-ok); }
.watch-board-domain { font-size: .9rem; }
.watch-board-flags { color: var(--ink-muted); font-size: .76rem; }

.watch-susp-list { display: flex; flex-direction: column; border: 1px solid var(--w-line); border-radius: 2px; overflow: hidden; }
.watch-susp-row {
    display: grid;
    grid-template-columns: 184px minmax(160px, 1fr) minmax(0, 1.7fr);
    gap: 14px;
    align-items: center;
    min-width: 0;
    padding: 12px 15px;
    border-top: 1px solid var(--w-line);
}
.watch-susp-row:first-child { border-top: 0; }
.watch-susp-row:nth-child(even) { background: rgba(255, 255, 255, .018); }
.watch-susp-domain { font-size: .9rem; }
.watch-susp-meta { display: flex; flex-wrap: wrap; align-items: center; gap: 8px 10px; min-width: 0; color: var(--muted); font-size: .82rem; }
.watch-susp-meta b { color: #eff4f4; }
.watch-susp-kind { padding: 4px 7px; border: 1px solid var(--w-line); border-radius: 2px; color: var(--muted); font-size: .7rem; letter-spacing: .03em; text-transform: uppercase; }
.watch-susp-kind.is-look { border-color: rgba(255, 181, 110, .45); color: var(--w-warn); }
.watch-susp-kind.is-block { border-color: rgba(255, 120, 109, .5); color: var(--w-alert); }
.watch-susp-mail { color: var(--w-warn); }
.watch-susp-src { margin-left: auto; color: var(--ink-muted); font-size: .75rem; }
.watch-susp-list-overflow { margin-top: 9px; }

.watch-foot-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; margin-top: clamp(54px, 6vw, 92px); }
.watch-claim { background: rgba(25, 185, 230, .08); border-color: rgba(25, 185, 230, .4); }
.watch-claim-actions { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 20px; }
.watch-optout { margin-top: 14px; color: var(--muted); font-size: .86rem; }

.watch-btn {
    display: inline-flex;
    min-height: 44px;
    align-items: center;
    gap: 12px;
    padding: 11px 16px;
    border: 1px solid var(--obs-line-strong);
    border-radius: 2px;
    color: #e9f0f1;
    text-decoration: none;
    font-size: .78rem;
    font-weight: 700;
    letter-spacing: .04em;
    text-transform: uppercase;
    transition: transform .2s var(--obs-ease), background .2s var(--obs-ease), border-color .2s var(--obs-ease), color .2s var(--obs-ease);
}
.watch-btn:hover { transform: translateY(-2px); border-color: var(--obs-cyan-soft); }
.watch-btn:active { transform: translateY(0); }
.watch-btn:focus-visible { outline: 3px solid rgba(25, 185, 230, .42); outline-offset: 3px; }
.watch-btn.is-primary { border-color: var(--obs-cyan); color: var(--obs-deep); background: var(--obs-cyan); }
.watch-btn.is-primary:hover { border-color: var(--obs-cyan-soft); background: var(--obs-cyan-soft); }
.watch-btn.is-quiet { color: #d0dcdf; border-color: var(--w-line); background: rgba(6, 19, 29, .42); }
.watch-btn.is-quiet:hover { background: rgba(25, 185, 230, .1); }

/* CSP-safe width steps. */
.watch-bar-fill.w-0 { width: 0%; }
.watch-bar-fill.w-5 { width: 5%; }
.watch-bar-fill.w-10 { width: 10%; }
.watch-bar-fill.w-15 { width: 15%; }
.watch-bar-fill.w-20 { width: 20%; }
.watch-bar-fill.w-25 { width: 25%; }
.watch-bar-fill.w-30 { width: 30%; }
.watch-bar-fill.w-35 { width: 35%; }
.watch-bar-fill.w-40 { width: 40%; }
.watch-bar-fill.w-45 { width: 45%; }
.watch-bar-fill.w-50 { width: 50%; }
.watch-bar-fill.w-55 { width: 55%; }
.watch-bar-fill.w-60 { width: 60%; }
.watch-bar-fill.w-65 { width: 65%; }
.watch-bar-fill.w-70 { width: 70%; }
.watch-bar-fill.w-75 { width: 75%; }
.watch-bar-fill.w-80 { width: 80%; }
.watch-bar-fill.w-85 { width: 85%; }
.watch-bar-fill.w-90 { width: 90%; }
.watch-bar-fill.w-95 { width: 95%; }
.watch-bar-fill.w-100 { width: 100%; }

@media (max-width: 1100px) {
    .watch-hero-inner { grid-template-columns: minmax(0, 1fr); gap: 30px; }
    .watch-hero-side { max-width: 620px; }
    .watch-metrics { grid-template-columns: repeat(4, minmax(0, 1fr)); }
    .watch-metric.is-lead { grid-column: span 2; }
    .watch-metrics-zone { grid-template-columns: repeat(2, minmax(0, 1fr)); }
    .watch-metrics-zone .watch-metric.is-lead { grid-column: span 1; }
    .watch-metric-download { grid-column: 1 / -1; min-height: auto !important; }
    .watch-zone-actions { grid-template-columns: repeat(2, minmax(0, 1fr)); }
    .watch-data-grid { grid-template-columns: 1fr; }
}

@media (max-width: 900px) {
    .watch-overview-head { grid-template-columns: 1fr; gap: 12px; }
    .watch-overview-head p { max-width: 62ch; }
    .watch-metrics { grid-template-columns: repeat(2, minmax(0, 1fr)); }
    .watch-metric, .watch-metric.is-lead { min-height: 190px; grid-column: span 1; }
    .watch-metric.is-lead .watch-metric-value { font-size: clamp(2rem, 8vw, 3rem); }
    .watch-metrics-zone .watch-metric,
    .watch-metrics-zone .watch-metric.is-lead { min-height: 178px; }
    .watch-metric-download { grid-column: 1 / -1; min-height: auto !important; }
    .watch-span-6 { grid-column: span 12; }
    .watch-grades, .watch-board { grid-template-columns: 1fr; }
    .watch-foot-grid { grid-template-columns: 1fr; }
    .watch-susp-row { grid-template-columns: 100px minmax(0, 1fr); }
    .watch-susp-meta { grid-column: 1 / -1; }
    .watch-susp-src { margin-left: 0; }
    .watch-pipeline-flow { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 22px 0; }
    .watch-autonomous-metrics { grid-template-columns: repeat(2, minmax(0, 1fr)); }
    .watch-registry-row { grid-template-columns: minmax(160px, 1.5fr) minmax(130px, 1fr) 100px; }
    .watch-registry-row > time { grid-column: 1 / -1; margin-top: -5px; }
    .watch-registry-row.is-head > :last-child { display: none; }
}

@media (max-width: 600px) {
    .watch-hero { padding-top: 44px; }
    .watch-hero h1 { max-width: 11ch; font-size: clamp(2.5rem, 12vw, 3.6rem); }
    .watch-hero-side { padding: 20px; }
    .watch-hero-actions { width: 100%; }
    .watch-hero-actions .watch-btn { width: 100%; justify-content: space-between; }
    .watch-jump { margin-inline: 0; padding-inline: var(--obs-gutter); }
    .watch-overview-inner { padding-block: 44px 64px; }
    .watch-overview-head { margin-bottom: 28px; }
    .watch-overview-head p { padding: 15px 0 0; border-top: 1px solid rgba(6, 99, 123, .2); border-left: 0; }
    .watch-metrics,
    .watch-metrics-zone { grid-template-columns: 1fr; }
    .watch-metric,
    .watch-metric.is-lead,
    .watch-metrics-zone .watch-metric,
    .watch-metrics-zone .watch-metric.is-lead { min-height: 172px; grid-column: span 1; padding: 22px 19px 19px; }
    .watch-zone-strip { padding: 18px; border-radius: 14px; }
    .watch-zone-strip > .section-index { align-items: flex-start; line-height: 1.45; }
    .watch-zone-strip > .section-index::after { display: none; }
    .watch-metric-download { grid-column: span 1; }
    .watch-zone-actions { grid-template-columns: 1fr; }
    .watch-card { border-radius: 12px; }
    .watch-cat li { grid-template-columns: 1fr 48px; gap: 8px; }
    .watch-cat li .watch-bar { grid-column: 1 / -1; grid-row: 2; }
    .watch-cat b { grid-column: 2; grid-row: 1; }
    .watch-grade-item, .watch-board-item { grid-template-columns: 44px minmax(0, 1fr); }
    .watch-grade-tags, .watch-board-flags { grid-column: 1 / -1; }
    .watch-susp-row { grid-template-columns: 1fr; gap: 8px; }
    .watch-pipeline-flow { grid-template-columns: 1fr; gap: 14px; }
    .watch-pipeline-flow li:not(:last-child)::after { top: auto; bottom: -9px; left: 14px; width: 1px; height: 7px; border-top: 0; border-left: 1px solid rgba(25, 185, 230, .45); }
    .watch-autonomous { padding: 17px; }
    .watch-autonomous-head { display: grid; }
    .watch-autonomous-live { justify-self: start; }
    .watch-autonomous-grades { grid-template-columns: repeat(5, minmax(42px, 1fr)); overflow-x: auto; }
    .watch-registry-row { grid-template-columns: minmax(0, 1fr) auto; gap: 8px 12px; padding-block: 13px; }
    .watch-registry-row.is-head { display: none; }
    .watch-registry-row > strong { grid-column: 1 / -1; }
    .watch-registry-row > time { grid-column: 1 / -1; margin-top: 0; }
    .watch-registry-pagination { grid-template-columns: 1fr 1fr; }
    .watch-registry-pagination span { grid-column: 1 / -1; grid-row: 1; }
    .watch-filter { grid-template-columns: 1fr 42px; width: 100%; }
    .watch-filter > span { grid-column: 1 / -1; }
}

@media (prefers-reduced-motion: reduce) {
    .watch-btn { transition: none; }
    .watch-live-dot { animation: none; }
}

@keyframes watch-live {
    0%, 100% { opacity: 1; transform: scale(1); }
    50% { opacity: .52; transform: scale(.82); }
}
