/* Extracted from play.html by tools/split_play.py — INFRA.
   Linked at the SAME position the <style> block occupied: this sheet's cascade order
   is load-bearing, including several deliberate late overrides. */

  /* theme tokens — one place, switched by the existing body.mvc-light seam (UX_RULES §5) */
  body[data-view="office"]{
    --s2-ink:#eef4fc; --s2-dim:#93a6bd; --s2-panel:linear-gradient(178deg,#101a28,#0a0f18);
    --s2-panel-solid:#0e1723; --s2-hair:rgba(140,170,210,.2); --s2-hair-2:rgba(140,170,210,.12);
    --s2-well:rgba(4,8,14,.5); --s2-slab:#0b1c30;
    --s2-scrim:linear-gradient(0deg,rgba(5,9,15,.97) 4%,rgba(5,9,15,.72) 44%,rgba(5,9,15,.12) 100%);
    --s2-good:#3fd68f; --s2-warn:#ffb86b; --s2-bad:#ff6a55;
  }
  body.mvc-light[data-view="office"]{
    --s2-ink:#221d18; --s2-dim:#726757; --s2-panel:linear-gradient(178deg,#fdfcfa,#f0ebe2);
    --s2-panel-solid:#f6f2eb; --s2-hair:rgba(24,16,8,.16); --s2-hair-2:rgba(24,16,8,.09);
    --s2-well:rgba(24,16,8,.05); --s2-slab:#0b1c30;
    --s2-good:#1f8a4c; --s2-warn:#b45309; --s2-bad:#c0392b;
  }
  .s2-plate,.s2-cli,.s2-cam,.s2-poach-card,.s2-camp,.s2-crew{ box-sizing:border-box; }

  /* ── shared brutalist plate — clipped top-right corner (SST motif #5), hard hairline, drop-shadow ── */
  .s2-plate{ position:relative; background:var(--s2-panel); border:1px solid var(--s2-hair);
    border-radius:2px; clip-path:polygon(0 0, calc(100% - 16px) 0, 100% 16px, 100% 100%, 0 100%);
    filter:drop-shadow(0 14px 34px rgba(0,0,0,.30)); }
  .s2-eyebrow{ font-family:var(--mono),monospace; font-size:8.5px; font-weight:800; letter-spacing:.22em;
    text-transform:uppercase; color:var(--s2-dim); display:inline-flex; align-items:center; gap:8px; }
  .s2-eyebrow::before{ content:""; width:16px; height:2px; background:var(--accent,#f97316); flex:none; }

  /* ═══════════════ CLIENTS — account dossier cards + do-this-next campaigns ═══════════════ */
  /* 290px min only ever fitted TWO cards in the office content column at 1440, so a five-account
     roster read as a sparse 2-up. 268 fits three and the wall reads as a book. */
  .s2-cli-board{ display:grid; grid-template-columns:repeat(auto-fill,minmax(268px,1fr)); gap:16px; margin-top:6px; }
  @media(max-width:640px){ .s2-cli-board{ grid-template-columns:1fr; } }
  .s2-cli{ position:relative; display:flex; flex-direction:column; background:var(--s2-panel);
    border:1px solid var(--s2-hair); border-radius:2px; overflow:hidden;
    box-shadow:0 14px 40px rgba(0,0,0,.28); transition:transform .16s, box-shadow .16s, border-color .16s; }
  .s2-cli:hover{ transform:translateY(-3px); box-shadow:0 22px 54px rgba(0,0,0,.4);
    border-color:color-mix(in srgb,var(--accent,#f97316) 46%, transparent); }
  .s2-cli.at-risk{ border-left:3px solid var(--s2-bad); }
  .s2-cli-banner{ position:relative; height:138px; background:#0d1420 center/cover no-repeat; }
  .s2-cli-scrim{ position:absolute; inset:0; z-index:1; background:var(--s2-scrim); }
  .s2-cli-reel{ position:absolute; inset:0; width:100%; height:100%; object-fit:cover; opacity:0;
    transition:opacity .3s; z-index:0; }
  .s2-cli-banner:hover .s2-cli-reel{ opacity:1; }
  .s2-cli-sector{ position:absolute; top:11px; left:12px; z-index:2; font-family:var(--mono),monospace;
    font-size:8.5px; font-weight:800; letter-spacing:.16em; text-transform:uppercase; color:#dfe9f6;
    background:rgba(6,10,16,.6); border:1px solid rgba(255,255,255,.2); padding:3px 8px; backdrop-filter:blur(3px); }
  .s2-cli-status{ position:absolute; top:11px; right:12px; z-index:2; font-family:var(--mono),monospace;
    font-size:9px; font-weight:900; letter-spacing:.12em; padding:3px 8px; color:#06111d;
    background:var(--s2-good); border-radius:1px; }
  .s2-cli-status.warn{ background:var(--s2-warn); } .s2-cli-status.bad{ background:var(--s2-bad); color:#fff; }
  .s2-cli-name{ position:absolute; left:12px; right:12px; bottom:10px; z-index:3; display:flex; align-items:center; gap:9px; }
  .s2-cli-mark{ flex:none; width:34px; height:34px; display:flex; align-items:center; justify-content:center;
    font-weight:900; font-style:italic; font-size:13px; letter-spacing:-.02em; color:var(--accent,#f97316);
    background:var(--s2-slab); border:1px solid rgba(255,255,255,.14); clip-path:polygon(0 0,calc(100% - 7px) 0,100% 7px,100% 100%,0 100%); }
  /* the client NAME is ALWAYS white on the dark scrim → AA in every theme (UX_RULES §1) */
  .s2-cli-brand{ min-width:0; }
  .s2-cli-title{ display:block; font-weight:900; font-size:18px; letter-spacing:-.02em; line-height:1; color:#fff;
    text-shadow:0 2px 10px rgba(0,0,0,.7); white-space:nowrap; overflow:hidden; text-overflow:ellipsis; }
  .s2-cli-tape{ position:absolute; left:12px; bottom:52px; z-index:3; font-family:var(--mono),monospace;
    font-size:7.5px; font-weight:800; letter-spacing:.12em; background:var(--accent,#f97316); color:#160a02;
    padding:2px 6px; opacity:.95; transition:opacity .2s; }
  .s2-cli-banner:hover .s2-cli-tape{ opacity:0; }
  .s2-cli-body{ padding:13px 15px 14px; display:flex; flex-direction:column; gap:11px; color:var(--s2-ink); }
  .s2-cli-money{ display:flex; align-items:baseline; justify-content:space-between; gap:8px; }
  .s2-cli-fee{ font-size:22px; font-weight:900; letter-spacing:-.03em; color:var(--s2-ink); font-variant-numeric:tabular-nums; line-height:1; }
  .s2-cli-fee .cur{ font-size:.55em; font-weight:800; vertical-align:.14em; margin-right:1px; color:var(--accent,#f97316); }
  .s2-cli-fee em{ display:block; font-family:var(--mono),monospace; font-size:8px; font-weight:700; letter-spacing:.1em;
    text-transform:uppercase; color:var(--s2-dim); font-style:normal; margin-top:3px; }
  .s2-cli-reason{ font-family:var(--mono),monospace; font-size:10px; font-weight:800; letter-spacing:.04em; color:var(--s2-dim); text-align:right; }
  .s2-cli-reason b{ color:var(--s2-ink); }
  /* loyalty — an ANIMATED meter with a DECAY-DIRECTION marker (▲ warming / ▼ cooling / — steady) */
  .s2-loy-head{ display:flex; align-items:center; justify-content:space-between; font-family:var(--mono),monospace;
    font-size:8.5px; font-weight:800; letter-spacing:.14em; text-transform:uppercase; color:var(--s2-dim); }
  .s2-loy-val{ display:inline-flex; align-items:baseline; gap:5px; color:var(--s2-ink); }
  .s2-loy-dir{ font-size:10px; font-weight:900; }
  .s2-loy-dir.up{ color:var(--s2-good); } .s2-loy-dir.dn{ color:var(--s2-bad); } .s2-loy-dir.fl{ color:var(--s2-dim); }
  .s2-loy{ position:relative; height:9px; border-radius:1px; background:var(--s2-well); border:1px solid var(--s2-hair-2); overflow:hidden; margin-top:4px; }
  .s2-loy i{ display:block; height:100%; width:0; border-radius:1px;
    background:linear-gradient(90deg,var(--accent,#f97316),#ffcf8a); transition:width 1s cubic-bezier(.2,.75,.25,1); }
  .s2-loy.good i{ background:linear-gradient(90deg,#1f9d5a,var(--s2-good)); }
  .s2-loy.bad i{ background:linear-gradient(90deg,#7f1d1d,var(--s2-bad)); }
  .pn-shown .s2-loy i, .s2-cli.pn-shown .s2-loy i{ width:var(--fill,0%); }
  @media(prefers-reduced-motion:reduce){ .s2-loy i{ transition:none; width:var(--fill,0%); } }
  /* ACCENT-FILL INK LAW (SST §5f corollary): the light theme's accent is the DEEP burnt-orange
     #b4380d — near-black ink on it measures ~2.4:1 (fail). White measures 4.66:1. The dark theme's
     bright orange takes near-black. Both directions measured; never one ink for both. */
  .s2-cli-alert{ font-size:11.5px; line-height:1.45; color:#160a02; background:var(--accent,#f97316);
    padding:8px 11px; border-radius:1px; font-weight:600; }
  body.mvc-light .s2-cli-alert{ color:#fff; }
  body.mvc-light .s2-cli-tape{ color:#fff; }
  /* the monogram sat as raw --accent on the near-black slab: 2.4:1 on the light theme's deep spine */
  body.mvc-light .s2-cli-mark{ color:#ff9457; }
  /* THE CARD CTA — ALTERNATION LAW (SST §5f) + the beige-button law. It used to be
     `background:var(--s2-well)` (a 5%-ink tint) on a cream `--s2-panel` card: a beige control on a
     beige card, invisible in the light theme — the same defect the CEO caught twice. A control is
     chrome, so it INVERTS against the card: dark slab + light ink on the light theme, machined pale
     slate + dark ink on the dark theme. Same --rail-* contract as every other rail in the product. */
  body.mvc-light .s2-cli-cta{ --rail-bg:linear-gradient(180deg,#132743,#0b1c30); --rail-ink:#e9f0fb;
    --rail-hair:rgba(233,240,251,.22); --rail-dim:rgba(233,240,251,.7); }
  body:not(.mvc-light) .s2-cli-cta{ --rail-bg:linear-gradient(180deg,#e3e9f2,#d3dbe7); --rail-ink:#0b1c30;
    --rail-hair:rgba(11,28,48,.22); --rail-dim:rgba(11,28,48,.72); }
  .s2-cli-cta{ appearance:none; cursor:pointer; border:1px solid var(--rail-hair); background:var(--rail-bg);
    color:var(--rail-ink); font-weight:800; font-size:12px; letter-spacing:.02em; padding:10px 12px; border-radius:1px;
    transition:.14s; font-family:inherit; }
  .s2-cli-cta:hover:not(:disabled){ border-color:var(--accent,#f97316); box-shadow:inset 0 0 0 1px var(--accent,#f97316); }
  /* "quiet" ≠ invisible (UX_RULES §1): the spent action reads as a statement of fact, not a ghost */
  .s2-cli-cta:disabled{ cursor:default; background:none; color:var(--s2-dim); border-color:var(--s2-hair-2,var(--s2-hair)); }

  /* — DO-THIS-NEXT campaign cards: sector image, urgency stripe (calm→amber→red), fee full-contrast, ONE loud CLIP CTA — */
  .s2-camp-board{ display:grid; grid-template-columns:repeat(auto-fill,minmax(320px,1fr)); gap:14px; margin-top:4px; }
  @media(max-width:680px){ .s2-camp-board{ grid-template-columns:1fr; } }
  .s2-camp{ position:relative; display:grid; grid-template-columns:112px 1fr; background:var(--s2-panel);
    border:1px solid var(--s2-hair); border-left:3px solid var(--s2-good); border-radius:2px; overflow:hidden;
    box-shadow:0 12px 32px rgba(0,0,0,.26); transition:transform .16s, box-shadow .16s; }
  .s2-camp.amber{ border-left-color:var(--s2-warn); } .s2-camp.red{ border-left-color:var(--s2-bad); }
  .s2-camp:hover{ transform:translateY(-2px); box-shadow:0 20px 48px rgba(0,0,0,.36); }
  .s2-camp-img{ position:relative; background:#0d1420 center/cover no-repeat; overflow:hidden; }
  .s2-camp-img::after{ content:""; position:absolute; inset:0; background:linear-gradient(90deg,rgba(5,9,15,0),rgba(5,9,15,.55)); }
  .s2-camp-reel{ position:absolute; inset:0; width:100%; height:100%; object-fit:cover; opacity:0; transition:opacity .3s; }
  .s2-camp:hover .s2-camp-reel{ opacity:1; }
  .s2-camp-due{ position:absolute; top:8px; left:8px; z-index:2; font-family:var(--mono),monospace; font-size:8px;
    font-weight:900; letter-spacing:.08em; text-transform:uppercase; padding:2px 6px; color:#06111d; background:var(--s2-good); }
  .s2-camp.amber .s2-camp-due{ background:var(--s2-warn); } .s2-camp.red .s2-camp-due{ background:var(--s2-bad); color:#fff; }
  .s2-camp-body{ padding:12px 14px; display:flex; flex-direction:column; gap:7px; min-width:0; color:var(--s2-ink); }
  .s2-camp-top{ display:flex; align-items:center; gap:8px; min-width:0; }
  .s2-camp-mono{ font-family:var(--mono),monospace; font-size:8px; font-weight:800; letter-spacing:.14em;
    text-transform:uppercase; color:var(--s2-dim); }
  .s2-camp-name{ font-weight:900; font-size:15px; letter-spacing:-.02em; color:var(--s2-ink); white-space:nowrap; overflow:hidden; text-overflow:ellipsis; }
  .s2-camp-txt{ font-size:11.5px; line-height:1.45; color:var(--s2-dim); margin:0; }
  .s2-camp-foot{ display:flex; align-items:center; justify-content:space-between; flex-wrap:wrap; gap:8px 10px; margin-top:4px; }
  .s2-camp-foot .s2-clip{ flex:0 0 auto; }
  .s2-camp-fee{ font-size:16px; font-weight:900; letter-spacing:-.02em; color:var(--s2-ink); font-variant-numeric:tabular-nums; white-space:nowrap; }
  .s2-camp-fee em{ font-family:var(--mono),monospace; font-size:8px; font-weight:700; letter-spacing:.08em; text-transform:uppercase; color:var(--s2-dim); font-style:normal; margin-left:4px; }
  /* THE loud CLIP CTA — burnt-orange, the one loud moment per card (UX_RULES §12) */
  .s2-clip{ appearance:none; cursor:pointer; border:0; display:inline-flex; align-items:center; gap:7px;
    padding:9px 15px; background:var(--accent,#f97316); color:#160a02; font-weight:900; font-size:12px;
    letter-spacing:.03em; text-transform:uppercase; border-radius:1px; white-space:nowrap; font-family:inherit;
    clip-path:polygon(0 0,calc(100% - 9px) 0,100% 9px,100% 100%,0 100%); transition:filter .14s, transform .14s;
    box-shadow:0 4px 12px color-mix(in srgb,var(--accent,#f97316) 40%,transparent); }
  .s2-clip:hover{ filter:brightness(1.08); transform:translateY(-1px); }
  .s2-clip .s2-clip-tri{ font-size:10px; }

  /* ═══════════════ HIRES — three-way STAFF / MARKET / POACH + poach cards + discipline module ═══════════════ */
  .s2-htabs{ display:inline-flex; gap:0; margin:10px 0 2px; border:1px solid var(--s2-hair); border-radius:2px; overflow:hidden;
    clip-path:polygon(0 0,calc(100% - 11px) 0,100% 11px,100% 100%,0 100%); background:var(--s2-well); max-width:100%; }
  .s2-htab{ appearance:none; cursor:pointer; border:0; background:transparent; color:var(--s2-dim);
    font-family:var(--mono),monospace; font-size:10px; font-weight:800; letter-spacing:.14em; text-transform:uppercase;
    padding:11px 18px; border-right:1px solid var(--s2-hair-2); transition:.14s; position:relative; }
  .s2-htab:last-child{ border-right:0; }
  .s2-htab .s2-htab-n{ font-family:inherit; opacity:.7; margin-left:6px; }
  .s2-htab:hover{ color:var(--s2-ink); }
  .s2-htab.on{ color:var(--s2-ink); background:color-mix(in srgb,var(--accent,#f97316) 16%, transparent); }
  .s2-htab.on::after{ content:""; position:absolute; left:0; right:0; bottom:0; height:2px; background:var(--accent,#f97316); }
  .s2-hpanel{ display:none; } .s2-hpanel.on{ display:block; animation:s2fade .2s ease; }
  @keyframes s2fade{ from{opacity:0;transform:translateY(6px)} to{opacity:1;transform:none} }
  @media(prefers-reduced-motion:reduce){ .s2-hpanel.on{ animation:none; } }
  .s2-poach-head{ font-size:12px; line-height:1.5; color:var(--s2-dim); margin:2px 0 12px; }
  .s2-poach-head b{ color:var(--s2-ink); }
  .s2-poach-grid{ display:grid; grid-template-columns:repeat(auto-fill,minmax(280px,1fr)); gap:16px; }
  @media(max-width:620px){ .s2-poach-grid{ grid-template-columns:1fr; } }
  .s2-poach-card{ position:relative; }
  .s2-poach-origin{ position:absolute; top:-9px; left:-4px; z-index:12; font-family:var(--mono),monospace;
    font-size:8px; font-weight:900; letter-spacing:.08em; text-transform:uppercase; color:#fff; background:#b91c1c;
    padding:3px 8px; transform:rotate(-2deg); box-shadow:0 3px 10px rgba(0,0,0,.4); white-space:nowrap; }
  .s2-poach-foot{ margin-top:-2px; padding:12px 14px; background:var(--s2-panel-solid); border:1px solid var(--s2-hair);
    border-top:0; display:flex; align-items:center; justify-content:space-between; gap:12px; }
  .s2-poach-cost{ display:flex; flex-direction:column; gap:2px; min-width:0; }
  .s2-poach-fee{ font-size:16px; font-weight:900; color:var(--s2-ink); font-variant-numeric:tabular-nums; }
  .s2-poach-fee em{ font-family:var(--mono),monospace; font-size:8px; font-weight:700; letter-spacing:.08em;
    text-transform:uppercase; color:#ff8a5a; font-style:normal; margin-left:5px; }
  .s2-poach-prem{ font-family:var(--mono),monospace; font-size:9px; font-weight:700; letter-spacing:.04em; color:var(--s2-dim); }
  .s2-raid{ appearance:none; cursor:pointer; border:1px solid #b91c1c; background:rgba(185,28,28,.14);
    color:#ff6a55; font-family:var(--mono),monospace; font-weight:900; font-size:10px; letter-spacing:.14em;
    text-transform:uppercase; padding:11px 15px; border-radius:1px; transition:.14s; white-space:nowrap;
    clip-path:polygon(0 0,calc(100% - 9px) 0,100% 9px,100% 100%,0 100%); }
  .s2-raid:hover:not(:disabled){ background:#b91c1c; color:#fff; }
  .s2-raid:disabled{ opacity:.5; cursor:default; }
  body.mvc-light[data-view="office"] .s2-raid{ color:#a01818; }
  .s2-poach-empty{ padding:26px; text-align:center; color:var(--s2-dim); font-size:13px; }

  /* discipline module — bars draw in, averages count up, gaps vs squad-avg highlighted */
  .s2-disc{ background:var(--s2-well); border:1px solid var(--s2-hair-2); border-radius:2px; padding:13px 15px; margin-top:8px; }
  .s2-disc-hd{ display:flex; align-items:baseline; justify-content:space-between; gap:10px; margin-bottom:10px; }
  .s2-disc-avg{ font-family:var(--mono),monospace; font-size:9px; font-weight:800; letter-spacing:.1em; text-transform:uppercase; color:var(--s2-dim); }
  .s2-disc-avg b{ font-size:15px; color:var(--accent,#f97316); font-family:inherit; }
  .s2-disc-rows{ display:flex; flex-direction:column; gap:9px; }
  .s2-disc-row{ display:grid; grid-template-columns:88px 1fr 30px; align-items:center; gap:10px; }
  .s2-disc-k{ font-family:var(--mono),monospace; font-size:9px; font-weight:800; letter-spacing:.08em; text-transform:uppercase; color:var(--s2-dim); }
  .s2-disc-bar{ position:relative; height:8px; background:var(--s2-hair-2); border-radius:1px; overflow:hidden; }
  .s2-disc-bar i{ display:block; height:100%; width:0; background:linear-gradient(90deg,var(--accent,#f97316),#ffcf8a);
    transition:width .8s cubic-bezier(.2,.75,.25,1); }
  .s2-disc-bar.gap i{ background:linear-gradient(90deg,#7f1d1d,var(--s2-bad)); }
  .pn-shown .s2-disc-bar i, .s2-disc.pn-shown .s2-disc-bar i{ width:var(--fill,0%); }
  .s2-disc-bar .avgmark{ position:absolute; top:-2px; bottom:-2px; width:2px; background:var(--s2-ink); opacity:.5; }
  .s2-disc-v{ font-family:var(--mono),monospace; font-size:12px; font-weight:900; color:var(--s2-ink); text-align:right; font-variant-numeric:tabular-nums; }
  .s2-disc-v.gap{ color:var(--s2-bad); }
  @media(prefers-reduced-motion:reduce){ .s2-disc-bar i{ transition:none; width:var(--fill,0%); } }

  /* ══════════════════════════════════════════════════════════════════════════════════════════════
     TEAM — MEDIA PRESENCE (CEO 2026-07-31: "this initial Team page needs more imagery/video")
     ① THE FLOOR PLATE — one wide ambient set-piece at the head of PEOPLE_OPS: the agency floor still
        with a muted loop over it (poster = the still, so it holds at zero video), a docked console slab
        for the mono readout, and the crew's own mugshots stacked on it. Type NEVER sits on raw
        photography — every string here has its own dark ground (Law 1 on media).
     ② PORTRAIT RAIL — the squad summary stops being four numbers and shows the actual people.
     ③ THE BENCH READ — the discipline profile redrawn as a named scouting chart, not five plain bars.
     ══════════════════════════════════════════════════════════════════════════════════════════════ */
  .tm-floor{ position:relative; margin:2px 0 14px; overflow:hidden; border:1px solid var(--s2-hair);
    border-radius:2px; background:#0a0f18; aspect-ratio:24/7; min-height:150px; isolation:isolate;
    clip-path:polygon(0 0,calc(100% - 16px) 0,100% 16px,100% 100%,0 100%); }
  .tm-floor img,.tm-floor video{ position:absolute; inset:0; width:100%; height:100%; object-fit:cover; display:block; z-index:0;
    filter:grayscale(.28) contrast(1.06) saturate(.9); }
  .tm-floor video{ z-index:1; }
  .tm-floor-grade{ position:absolute; inset:0; z-index:2; pointer-events:none;
    background:linear-gradient(96deg,rgba(6,10,17,.9) 0%,rgba(6,10,17,.5) 38%,rgba(6,10,17,.16) 62%,rgba(6,10,17,.72) 100%); }
  .tm-floor-scan{ position:absolute; inset:0; z-index:3; pointer-events:none; opacity:.28;
    background:repeating-linear-gradient(180deg,rgba(255,255,255,.05) 0 1px,transparent 1px 3px); }
  .tm-floor-rec{ position:absolute; top:11px; left:13px; z-index:5; display:inline-flex; align-items:center; gap:6px;
    font-family:var(--mono),monospace; font-size:8px; font-weight:900; letter-spacing:.18em; color:#fff;
    background:rgba(6,10,17,.86); padding:4px 8px 3px; }
  .tm-floor-rec i{ width:5px; height:5px; border-radius:50%; background:#ff4d3d; box-shadow:0 0 7px #ff4d3d; animation:tmRec 1.6s ease-in-out infinite; }
  @keyframes tmRec{ 0%,100%{opacity:1} 50%{opacity:.22} }
  @media(prefers-reduced-motion:reduce){ .tm-floor-rec i{ animation:none; } }
  /* ONE docked console at the foot of the plate — a single designed slab, not two floating chips
     with a strip of raw photograph stranded between them (first-render fix). */
  .tm-floor-dock{ position:absolute; left:0; right:0; bottom:0; z-index:5; display:flex; align-items:stretch;
    background:rgba(6,10,17,.9); border-top:2px solid var(--accent,#f97316); }
  .tm-floor-slab{ flex:1 1 auto; min-width:0; padding:10px 15px 11px; }
  .tm-floor-k{ font-family:var(--mono),monospace; font-size:8px; font-weight:800; letter-spacing:.2em;
    text-transform:uppercase; color:#ffb86b; display:block; }
  .tm-floor-l{ display:block; margin:3px 0 0; font-size:13px; line-height:1.35; font-weight:700; color:#fff; max-width:62ch; }
  .tm-floor-l b{ color:#ffb86b; font-weight:800; }
  .tm-floor-read{ flex:none; display:flex; align-items:stretch; }
  .tm-floor-read div{ padding:9px 14px 10px; border-left:1px solid rgba(255,255,255,.16); text-align:right;
    display:flex; flex-direction:column; justify-content:center; }
  .tm-floor-read b{ display:block; font-size:16px; font-weight:900; color:#fff; line-height:1;
    font-variant-numeric:tabular-nums; letter-spacing:-.01em; }
  .tm-floor-read span{ display:block; margin-top:3px; font-family:var(--mono),monospace; font-size:7.5px;
    font-weight:700; letter-spacing:.14em; text-transform:uppercase; color:#b7c6da; }
  .tm-floor-cast{ position:absolute; right:14px; top:12px; z-index:5; display:flex; align-items:center; }
  .tm-floor-cast .m{ width:40px; height:50px; margin-left:-12px; overflow:hidden; border:1.5px solid rgba(255,255,255,.55);
    background:#0a0f18; box-shadow:0 4px 14px rgba(0,0,0,.5); }
  .tm-floor-cast .m:first-child{ margin-left:0; }
  .tm-floor-cast .m img{ position:static; width:100%; height:100%; object-fit:cover; object-position:center 18%;
    filter:grayscale(1) contrast(1.3) brightness(1.04); }
  .tm-floor-cast .n{ margin-left:9px; font-family:var(--mono),monospace; font-size:8px; font-weight:900;
    letter-spacing:.14em; color:#fff; background:rgba(6,10,17,.86); padding:4px 8px 3px; }
  @media(max-width:720px){
    .tm-floor{ aspect-ratio:16/9; min-height:0; }
    .tm-floor-read div{ padding:8px 10px; }
    .tm-floor-read b{ font-size:14px; }
    .tm-floor-cast{ display:none; }
    .tm-floor-slab{ max-width:100%; right:0; }
  }
  @media(max-width:480px){
    /* on a phone a 16:9 plate leaves ~65px of photograph under the dock — the set-piece stops being
       one. Squarer frame, no numeric rail (it repeats in the KPI row directly below). */
    .tm-floor{ aspect-ratio:5/4; }
    .tm-floor-read{ display:none; }
    .tm-floor-l{ font-size:12.5px; }
  }

  /* ② the squad's actual faces, sorted by OVR — the strongest reads biggest */
  .sq-rail{ display:flex; flex-wrap:wrap; align-items:flex-end; gap:10px; margin:2px 0 14px; }
  .sq-face{ position:relative; width:58px; margin:0; flex:none; }
  .sq-face.lead{ width:78px; }
  .sq-face-ph{ display:block; position:relative; width:100%; aspect-ratio:3/4; overflow:hidden; background:var(--s2-well);
    border:1px solid var(--s2-hair); }
  .sq-face-ph img{ width:100%; height:100%; object-fit:cover; object-position:center top; display:block;
    filter:grayscale(1) contrast(1.32) brightness(1.02); }
  .sq-face-ph::after{ content:""; position:absolute; inset:0; pointer-events:none; mix-blend-mode:multiply; opacity:.42;
    background-image:radial-gradient(rgba(11,28,48,.62) .9px,transparent 1px); background-size:3px 3px; }
  .sq-face.lead .sq-face-ph{ border-color:var(--accent,#f97316); }
  .sq-face-ovr{ position:absolute; right:0; top:0; z-index:2; font-family:var(--mono),monospace; font-size:9px;
    font-weight:900; color:#fff; background:rgba(6,10,17,.88); padding:2px 4px 1px; font-variant-numeric:tabular-nums; }
  .sq-face.lead .sq-face-ovr{ background:var(--accent,#f97316); color:#160a02; }
  body.mvc-light[data-view="office"] .sq-face.lead .sq-face-ovr{ color:#fff; }
  .sq-face-n{ display:block; margin-top:4px; font-family:var(--mono),monospace; font-size:8px; font-weight:800;
    letter-spacing:.06em; text-transform:uppercase; color:var(--s2-dim); overflow:hidden; text-overflow:ellipsis; white-space:nowrap; }
  .sq-face.lead .sq-face-n{ color:var(--s2-ink); }

  /* ③ THE BENCH READ — one named person's five disciplines against the squad, drawn as a chart */
  .s2-bench{ display:grid; grid-template-columns:132px minmax(0,1fr); gap:16px; align-items:stretch;
    background:var(--s2-well); border:1px solid var(--s2-hair-2); border-radius:2px; padding:14px 16px; margin-top:8px; }
  .s2-bench-who{ display:flex; flex-direction:column; gap:0; min-width:0; }
  .s2-bench-ph{ display:block; position:relative; width:100%; aspect-ratio:4/5; overflow:hidden; border:1px solid var(--s2-hair);
    background:var(--s2-panel-solid); }
  .s2-bench-ph img{ width:100%; height:100%; object-fit:cover; object-position:center top; display:block;
    filter:grayscale(1) contrast(1.3) brightness(1.02); }
  .s2-bench-ph::after{ content:""; position:absolute; inset:0; pointer-events:none; mix-blend-mode:multiply; opacity:.4;
    background-image:radial-gradient(rgba(11,28,48,.6) .9px,transparent 1px); background-size:3px 3px; }
  .s2-bench-ovr{ position:absolute; left:0; bottom:0; z-index:2; font-family:var(--mono),monospace; font-size:8px;
    font-weight:900; letter-spacing:.12em; color:#160a02; background:var(--accent,#f97316); padding:3px 7px 2px; }
  body.mvc-light[data-view="office"] .s2-bench-ovr{ color:#fff; }
  .s2-bench-ovr b{ font-size:13px; font-family:inherit; margin-left:5px; font-variant-numeric:tabular-nums; }
  .s2-bench-nm{ margin-top:8px; font-weight:900; font-size:13px; letter-spacing:-.01em; color:var(--s2-ink); line-height:1.15; }
  .s2-bench-ro{ margin-top:2px; font-family:var(--mono),monospace; font-size:8px; font-weight:700; letter-spacing:.1em;
    text-transform:uppercase; color:var(--s2-dim); }
  .s2-bench-plot{ min-width:0; display:flex; flex-direction:column; }
  .s2-bench-hd{ display:flex; align-items:baseline; justify-content:space-between; gap:10px 18px; flex-wrap:wrap;
    margin-bottom:9px; padding-right:2px; }
  .s2-bench-keys{ display:flex; gap:12px; flex-wrap:wrap; min-width:0; }
  .s2-bench-key{ font-family:var(--mono),monospace; font-size:8px; font-weight:700; letter-spacing:.1em;
    text-transform:uppercase; color:var(--s2-dim); display:inline-flex; align-items:center; gap:6px; }
  .s2-bench-key i{ width:12px; height:3px; background:var(--accent,#f97316); flex:none; }
  .s2-bench-key.sq i{ height:9px; width:2px; background:var(--s2-ink); opacity:.55; }
  .s2-bench-key.is-thr i{ height:0; border-top:2px dashed var(--s2-dim); }
  .s2-bench-svg{ display:block; width:100%; height:auto; overflow:visible; }
  .s2-bench-svg .lane{ fill:var(--s2-hair-2); }
  .s2-bench-svg .val{ fill:var(--accent,#f97316); }
  .s2-bench-svg .val.gap{ fill:#b4442e; }
  .s2-bench-svg .sqm{ fill:var(--s2-ink); opacity:.55; }
  .s2-bench-svg .thr{ stroke:var(--s2-dim); stroke-width:1.5; stroke-dasharray:3 4; }
  .s2-bench-svg .k{ font-family:var(--mono),monospace; font-size:8px; font-weight:800; letter-spacing:.08em; fill:var(--s2-dim); }
  .s2-bench-svg .n{ font-family:var(--mono),monospace; font-size:10px; font-weight:900; fill:var(--s2-ink); }
  .s2-bench-svg .n.gap{ fill:#b4442e; }
  .s2-bench-svg .d{ font-family:var(--mono),monospace; font-size:7.5px; font-weight:700; letter-spacing:.06em; fill:var(--s2-dim); }
  .s2-bench-note{ margin:9px 0 0; font-size:11.5px; line-height:1.5; color:var(--s2-dim); }
  .s2-bench-note b{ color:var(--s2-ink); }
  /* the 8px mono chrome sat at 4.38:1 on porcelain — under AA for small text. Explicit ink, both themes. */
  body.mvc-light[data-view="office"] .s2-bench-ro,
  body.mvc-light[data-view="office"] .s2-bench-key,
  body.mvc-light[data-view="office"] .sq-face-n{ color:#4a3f34; }
  body.mvc-light[data-view="office"] .s2-bench-key.is-thr i{ border-top-color:#4a3f34; }
  @media(max-width:640px){
    .s2-bench{ grid-template-columns:1fr; gap:12px; }
    .s2-bench-who{ flex-direction:row; align-items:flex-end; gap:12px; }
    .s2-bench-ph{ width:88px; flex:none; }
  }

  /* ═══════════════ FLOOR — working scrubber · ambient cam wall · crew portraits · dossier board ═══════════════ */
  /* MON–FRI scrubber that actually scrubs (per-day grade + events) */
  .s2-scrub{ display:flex; align-items:stretch; gap:0; margin-top:12px; border:1px solid var(--s2-hair);
    border-radius:2px; overflow:hidden; background:var(--s2-well);
    clip-path:polygon(0 0,calc(100% - 13px) 0,100% 13px,100% 100%,0 100%); }
  .s2-scrub-wk{ display:flex; align-items:center; padding:0 15px; font-family:var(--mono),monospace; font-size:10px;
    font-weight:900; letter-spacing:.14em; color:var(--accent,#f97316); border-right:1px solid var(--s2-hair); white-space:nowrap; }
  .s2-scrub-days{ display:flex; flex:1; }
  .s2-day{ flex:1; appearance:none; cursor:pointer; border:0; border-right:1px solid var(--s2-hair-2); background:transparent;
    color:var(--s2-dim); font-family:var(--mono),monospace; font-size:11px; font-weight:800; letter-spacing:.14em;
    padding:12px 6px; transition:.14s; position:relative; }
  .s2-day:last-child{ border-right:0; }
  .s2-day:hover{ color:var(--s2-ink); background:var(--s2-hair-2); }
  .s2-day.done{ color:var(--s2-dim); } .s2-day.done::before{ content:"·"; position:absolute; top:3px; left:50%; transform:translateX(-50%); color:var(--accent,#f97316); }
  .s2-day.on{ color:#160a02; background:var(--accent,#f97316); }
  .s2-scrub-read{ margin-top:12px; display:grid; grid-template-columns:1.1fr 1fr; gap:14px; }
  @media(max-width:640px){ .s2-scrub-read{ grid-template-columns:1fr; } }
  .s2-scrub-grade{ display:flex; align-items:center; gap:10px; font-family:var(--mono),monospace; font-size:10px;
    font-weight:800; letter-spacing:.1em; text-transform:uppercase; color:var(--s2-dim); }
  /* P4 (CEO 2026-07-21): the pale MON grade fill read as an empty □ tofu box. Shrink to a firm-bordered
     colour CHIP with an inset sheen so it unmistakably reads as a lighting-grade swatch, never a tofu slot. */
  .s2-scrub-swatch{ width:15px; height:15px; border-radius:50%; border:1px solid rgba(11,28,48,.34);
    box-shadow:inset 0 1px 2px rgba(0,0,0,.22), 0 0 0 1px rgba(255,255,255,.35); flex:none; }
  .s2-scrub-events{ display:flex; flex-direction:column; gap:6px; }
  .s2-ev{ display:flex; align-items:flex-start; gap:9px; font-size:12px; line-height:1.4; color:var(--s2-ink); }
  .s2-ev .g{ font-family:var(--mono),monospace; font-size:9px; font-weight:800; letter-spacing:.06em; color:var(--accent,#f97316);
    flex:none; padding-top:1px; min-width:34px; }
  /* per-day lighting grade applied to the floor hero */
  .floor-live.s2-graded .floor-bg{ transition:filter .5s ease; }
  .s2-grade-0 .floor-bg{ filter:brightness(1.06) saturate(.9) contrast(1.02) hue-rotate(-6deg); }   /* MON crisp morning */
  .s2-grade-1 .floor-bg{ filter:brightness(1.0) saturate(1.0) contrast(1.02); }                       /* TUE neutral */
  .s2-grade-2 .floor-bg{ filter:brightness(.94) saturate(1.08) contrast(1.05); }                      /* WED mid-week */
  .s2-grade-3 .floor-bg{ filter:brightness(.86) saturate(1.14) contrast(1.08) sepia(.08); }           /* THU warming */
  .s2-grade-4 .floor-bg{ filter:brightness(.72) saturate(1.2) contrast(1.12) sepia(.18) hue-rotate(-8deg); } /* FRI late/amber */

  /* ambient cam wall — REAL clips, REC tick + timecode + slow drift (must read LIVE) */
  .s2-cam-wall{ display:grid; gap:12px; margin-top:10px; grid-template-columns:repeat(auto-fit,minmax(220px,1fr)); }
  .s2-cam{ position:relative; aspect-ratio:16/10; background:#060a10; border:1px solid var(--s2-hair); border-radius:2px;
    overflow:hidden; box-shadow:0 12px 30px rgba(0,0,0,.34); }
  .s2-cam-vid{ position:absolute; inset:0; width:100%; height:100%; object-fit:cover;
    filter:grayscale(.35) contrast(1.08) brightness(.86); }
  @media(prefers-reduced-motion:no-preference){ .s2-cam-vid{ animation:s2drift 26s ease-in-out infinite alternate; } }
  @keyframes s2drift{ from{ transform:scale(1.06) translate(-1%,-0.5%); } to{ transform:scale(1.12) translate(1.5%,1%); } }
  .s2-cam-scan{ position:absolute; inset:0; z-index:2; pointer-events:none;
    background:repeating-linear-gradient(180deg,rgba(0,0,0,0) 0 2px,rgba(0,0,0,.16) 2px 3px); mix-blend-mode:multiply; opacity:.5; }
  .s2-cam-grad{ position:absolute; inset:0; z-index:1; background:linear-gradient(0deg,rgba(4,8,14,.9),rgba(4,8,14,.05) 55%,rgba(4,8,14,.4)); }
  .s2-cam-top{ position:absolute; top:8px; left:9px; right:9px; z-index:3; display:flex; align-items:center; justify-content:space-between;
    font-family:var(--mono),monospace; font-size:8.5px; font-weight:800; letter-spacing:.1em; color:#dfe9f6; text-shadow:0 1px 4px rgba(0,0,0,.8); }
  .s2-cam-rec{ display:inline-flex; align-items:center; gap:5px; color:#ff6a55; }
  .s2-cam-rec::before{ content:""; width:7px; height:7px; border-radius:50%; background:#ff5f57; box-shadow:0 0 6px #ff5f57;
    animation:s2blink 1.4s steps(1) infinite; }
  @keyframes s2blink{ 50%{ opacity:.25; } }
  @media(prefers-reduced-motion:reduce){ .s2-cam-rec::before{ animation:none; } }
  .s2-cam-note{ position:absolute; left:9px; bottom:8px; right:9px; z-index:3; font-size:11px; font-weight:700; color:#fff;
    text-shadow:0 1px 6px rgba(0,0,0,.85); line-height:1.25; }
  .s2-cam-note em{ display:block; font-family:var(--mono),monospace; font-size:8px; font-weight:800; letter-spacing:.12em;
    text-transform:uppercase; color:var(--s2-warn); font-style:normal; margin-top:2px; }
  .s2-cam.hot .s2-cam-top{ color:#ffd9b0; }

  /* crew — real portraits, NO emoji (UX_RULES §13) */
  .s2-crew-wall{ display:grid; gap:11px; margin-top:10px; grid-template-columns:repeat(auto-fill,minmax(150px,1fr)); }
  .s2-crew{ position:relative; background:var(--s2-panel); border:1px solid var(--s2-hair); border-radius:2px; overflow:hidden;
    display:flex; flex-direction:column; }
  .s2-crew-mug{ position:relative; aspect-ratio:3/2; background:#0d1420 center/cover no-repeat; filter:grayscale(.5) contrast(1.1); }
  .s2-crew-mug::after{ content:""; position:absolute; inset:0; background:linear-gradient(0deg,rgba(5,9,15,.86),rgba(5,9,15,0) 60%); }
  .s2-crew-live{ position:absolute; top:7px; left:7px; z-index:2; font-family:var(--mono),monospace; font-size:7.5px; font-weight:900;
    letter-spacing:.1em; color:var(--s2-good); display:inline-flex; align-items:center; gap:4px; text-shadow:0 1px 3px rgba(0,0,0,.8); }
  .s2-crew-live::before{ content:""; width:6px; height:6px; border-radius:50%; background:currentColor; box-shadow:0 0 5px currentColor; }
  .s2-crew-live.me{ color:var(--accent,#f97316); } .s2-crew-live.fried{ color:var(--s2-bad); }
  .s2-crew-id{ position:absolute; left:8px; right:8px; bottom:6px; z-index:2; }
  .s2-crew-name{ display:block; font-weight:900; font-size:13px; letter-spacing:-.01em; color:#fff; text-shadow:0 1px 5px rgba(0,0,0,.8); }
  .s2-crew-role{ display:block; font-family:var(--mono),monospace; font-size:7.5px; font-weight:700; letter-spacing:.1em;
    text-transform:uppercase; color:#c3d2e6; text-shadow:0 1px 3px rgba(0,0,0,.8); }
  .s2-crew-act{ padding:8px 10px; font-size:11px; line-height:1.35; color:var(--s2-dim); }

  /* ═══════════════ CULTURE + FLOOR SOCIAL (CEO-35/49/51) ═══════════════
     Replaced the four autoplaying camera tiles. Two UNEQUAL objects, not a card grid: a spined
     read-out carrying one very large number (the loud moment) and a clipped suggestion-box well
     of gambles. Controls REUSE .s2-cli-cta so they inherit the already-measured ALTERNATION LAW
     rail (dark slab on the light theme, machined pale slate on the dark) — no new button species,
     no beige-on-beige. Every rule, cost and probability is set in type on the surface itself.
     ALTERNATION LAW compliance: every selector below is class-scoped; no bare element catch-alls. */
  .fl-cult{ --fl-good:#3fd68f; --fl-bad:#ff6a55; --fl-good-ink:#3fd68f; --fl-bad-ink:#ff6a55;
    --fl-chip-ink:#06111d;
    display:grid; grid-template-columns:1.3fr .9fr; gap:20px; margin-top:12px; align-items:start; }
  body.mvc-light .fl-cult{ --fl-good:#1f8a4c; --fl-bad:#c0392b; --fl-good-ink:#196b3c; --fl-bad-ink:#a83226;
    --fl-chip-ink:#ffffff; }
  @media(max-width:980px){ .fl-cult{ grid-template-columns:1fr; gap:16px; } }

  /* — the read-out — */
  .fl-cult-read{ position:relative; padding-left:18px; min-width:0; }
  .fl-cult-read::before{ content:""; position:absolute; left:0; top:3px; bottom:3px; width:4px;
    background:var(--accent,#f97316); }
  .fl-cult-read[data-band="thin"]::before,.fl-cult-read[data-band="toxic"]::before{ background:var(--fl-bad); }
  .fl-cult-top{ display:flex; align-items:flex-start; gap:18px; flex-wrap:wrap; }
  .fl-cult-fig{ display:flex; align-items:baseline; gap:5px; line-height:.8; flex:none; }
  .fl-cult-num{ font-size:clamp(56px,8vw,104px); font-weight:900; letter-spacing:-.055em;
    color:var(--s2-ink); font-variant-numeric:tabular-nums; display:block; }
  .fl-cult-of{ font-family:var(--mono),monospace; font-size:12px; font-weight:800; letter-spacing:.06em;
    color:var(--s2-dim); }
  .fl-cult-say{ flex:1 1 210px; min-width:0; padding-top:8px; }
  /* the chip carries an accent-fill ink law of its own: a saturated semantic fill takes near-black
     on the dark theme and white on the light theme's deeper semantics — measured, both directions.
     The `!important` is not decoration: `body[data-view="office"] .warn{color:#f59e0b !important}`
     is a live bare-class catch-all and it wins on specificity otherwise. */
  .fl-cult-band{ display:inline-block; font-family:var(--mono),monospace; font-size:9.5px; font-weight:900;
    letter-spacing:.2em; padding:4px 9px; border-radius:1px; vertical-align:middle;
    color:var(--fl-chip-ink) !important; background:var(--fl-good); }
  .fl-cult-band.is-warn{ background:var(--s2-warn); } .fl-cult-band.is-bad{ background:var(--fl-bad); }
  .fl-cult-tr{ display:inline-block; margin-left:9px; font-family:var(--mono),monospace; font-size:9.5px;
    font-weight:800; letter-spacing:.12em; text-transform:uppercase; color:var(--s2-dim); vertical-align:middle; }
  .fl-cult-tr.is-up{ color:var(--fl-good-ink); } .fl-cult-tr.is-dn{ color:var(--fl-bad-ink); }
  .fl-cult-read-line{ margin:8px 0 0; font-size:13.5px; line-height:1.45; color:var(--s2-ink); max-width:44ch; }
  .fl-cult-meter{ position:relative; height:14px; margin-top:16px; border-radius:1px; overflow:hidden;
    background:var(--s2-well); border:1px solid var(--s2-hair); }
  .fl-cult-meter i{ position:absolute; left:0; top:0; bottom:0; width:var(--fill,0%);
    background:linear-gradient(90deg,rgba(249,115,22,.42),var(--accent,#f97316)); transition:width .55s cubic-bezier(.2,.8,.2,1); }
  .fl-cult-meter.is-bad i{ background:linear-gradient(90deg,rgba(192,57,43,.35),var(--fl-bad)); }
  .fl-cult-meter s{ position:absolute; top:0; bottom:0; width:1px; text-decoration:none;
    background:var(--s2-ink); opacity:.4; }
  @media(prefers-reduced-motion:reduce){ .fl-cult-meter i{ transition:none; } }
  .fl-cult-scale{ display:flex; justify-content:space-between; margin-top:5px; font-family:var(--mono),monospace;
    font-size:8px; font-weight:800; letter-spacing:.14em; text-transform:uppercase; color:var(--s2-dim); }
  .fl-rules-hd{ display:block; margin-top:18px; font-family:var(--mono),monospace; font-size:8.5px;
    font-weight:800; letter-spacing:.22em; text-transform:uppercase; color:var(--s2-dim); }
  .fl-rules{ margin:9px 0 0; padding:0; list-style:none; display:grid; gap:6px; max-width:62ch; }
  .fl-rules li{ position:relative; padding-left:15px; font-size:12px; line-height:1.45; color:var(--s2-dim); }
  .fl-rules li b{ color:var(--s2-ink); font-weight:800; }
  .fl-rules li::before{ content:"\25B8"; position:absolute; left:0; top:0; color:var(--s2-dim); font-size:10px; }

  /* — the suggestion box (a clipped well, not another card) — */
  .fl-cult-box{ position:relative; background:var(--s2-well); border:1px solid var(--s2-hair-2);
    border-radius:2px; padding:15px 16px 16px; min-width:0;
    clip-path:polygon(0 0,calc(100% - 14px) 0,100% 14px,100% 100%,0 100%); }
  .fl-box-hd{ display:block; font-size:15px; font-weight:900; letter-spacing:.01em; text-transform:uppercase;
    color:var(--s2-ink); }
  .fl-box-sub{ margin:5px 0 12px; font-size:11.5px; line-height:1.5; color:var(--s2-dim); }
  .fl-box-sub b{ color:var(--s2-ink); font-weight:800; }
  .fl-ev-list{ display:grid; gap:8px; }
  .fl-ev{ display:grid !important; grid-template-columns:minmax(0,1fr) auto; gap:10px; align-items:center;
    text-align:left; width:100%; }
  .fl-ev--safe{ border-left:3px solid var(--fl-good); }
  .fl-ev--wild{ border-left:3px solid var(--fl-bad); }
  .fl-ev-body{ min-width:0; }
  .fl-ev-body b{ display:block; font-size:12.5px; font-weight:800; letter-spacing:0; }
  .fl-ev-body i{ display:block; margin-top:3px; font-style:normal; font-family:var(--mono),monospace;
    font-size:8.5px; font-weight:700; letter-spacing:.1em; text-transform:uppercase; color:var(--rail-dim); }
  .fl-ev-odds{ text-align:right; font-family:var(--mono),monospace; flex:none; }
  .fl-ev-odds b{ display:block; font-size:17px; font-weight:900; letter-spacing:-.02em;
    font-variant-numeric:tabular-nums; }
  .fl-ev-odds i{ display:block; margin-top:2px; font-style:normal; font-size:8.5px; font-weight:700;
    letter-spacing:.08em; color:var(--rail-dim); }
  /* "quiet" is never invisible (UX_RULES §1): a spent suggestion drops to the panel's own dim ink */
  .fl-ev:disabled .fl-ev-body i,.fl-ev:disabled .fl-ev-odds i{ color:var(--s2-dim); }
  .fl-box-foot{ margin-top:13px; padding-top:12px; border-top:1px solid var(--s2-hair-2); display:grid; gap:8px; }
  .fl-party{ width:100%; font-family:var(--mono),monospace; font-size:10.5px !important; letter-spacing:.14em; }
  .fl-box-note{ font-size:11px; line-height:1.45; color:var(--s2-dim); }
  .fl-box-note b{ color:var(--s2-ink); font-weight:800; }

  /* — per-person actions on the crew cards — */
  .s2-crew-wall{ grid-template-columns:repeat(auto-fill,minmax(178px,1fr)); }
  .s2-crew .s2-crew-act{ flex:1 1 auto; }
  .fl-crew-do{ display:grid; grid-template-columns:1fr 1fr; gap:5px; padding:0 9px 10px; }
  .fl-crew-do.is-me{ grid-template-columns:1fr; padding-top:2px; }
  .fl-act{ display:flex !important; align-items:center; justify-content:space-between; gap:6px;
    padding:6px 8px !important; font-family:var(--mono),monospace; font-size:9px !important;
    font-weight:800 !important; letter-spacing:.12em !important; }
  .fl-act i{ font-style:normal; font-size:8.5px; font-weight:700; letter-spacing:.04em; color:var(--rail-dim); }
  .fl-act:disabled i{ color:var(--s2-dim); }
  .fl-act--wide{ grid-column:1 / -1; justify-content:center; }
  .fl-crew-me{ display:block; padding-top:8px; border-top:1px solid var(--s2-hair-2); text-align:center;
    font-family:var(--mono),monospace; font-size:7.5px; font-weight:800; letter-spacing:.16em; color:var(--s2-dim); }

  /* ALTERNATION LAW, enforced. `.s2-cli-cta` sets the rail via --rail-*, but the legacy office
     catch-all (`body[data-view="office"] button:not(.primary):not(.hub-tab)…{background/color/
     border/border-radius !important}`) is not excluding it, so every floor control was flattening
     back to the same glass pill as everything else — one button species, no hierarchy, exactly the
     fracture SYSTEM_V2 exists to stop, and the catch-all's 14-deep :not() chain outranks any sane
     scoped selector. Fixed the sanctioned way (SST §5e): the three floor control classes are added
     to that :not() chain — `.fl-ev`/`.fl-act`/`.fl-party` only, so the Clients board is untouched —
     and the rail is re-asserted here, scoped to the floor. Light page → DARK slab, light
     ink (#e9f0fb on #0b1c30 = 14.6:1). Dark page → machined pale slate, ink-navy (#0b1c30 on
     #d9e0ea = 13.1:1). Both directions measured; both far past AA. */
  html body[data-view="office"] .hub-view[data-view="v-floor"] .fl-ev,
  html body[data-view="office"] .hub-view[data-view="v-floor"] .fl-act,
  html body[data-view="office"] .hub-view[data-view="v-floor"] .fl-party{
    background:var(--rail-bg) !important; color:var(--rail-ink) !important;
    border:1px solid var(--rail-hair) !important; border-radius:1px !important; backdrop-filter:none; }
  html body[data-view="office"] .hub-view[data-view="v-floor"] .fl-ev--safe{ border-left:3px solid var(--fl-good) !important; }
  html body[data-view="office"] .hub-view[data-view="v-floor"] .fl-ev--wild{ border-left:3px solid var(--fl-bad) !important; }
  html body[data-view="office"] .hub-view[data-view="v-floor"] .fl-ev:hover:not(:disabled),
  html body[data-view="office"] .hub-view[data-view="v-floor"] .fl-act:hover:not(:disabled),
  html body[data-view="office"] .hub-view[data-view="v-floor"] .fl-party:hover:not(:disabled){
    box-shadow:inset 0 0 0 2px var(--accent,#f97316); }
  /* the spent state is a STATEMENT, not a ghost: it drops off the rail onto the panel's own dim ink
     (#726757 on cream 5.4:1 · #93a6bd on the dark panel 6.9:1) — quiet, never invisible. */
  html body[data-view="office"] .hub-view[data-view="v-floor"] .fl-ev:disabled,
  html body[data-view="office"] .hub-view[data-view="v-floor"] .fl-act:disabled{
    background:none !important; color:var(--s2-dim) !important;
    border:1px solid var(--s2-hair) !important; box-shadow:none; }

  /* — INSPECT: the read-out inside the (pinned-dark, both themes) Finder confirm window — */
  .fl-insp{ --fl-ink:#eef4fc; --fl-dim:#9fb4cc; --fl-hair:rgba(255,255,255,.13);
    display:grid; border-top:1px solid var(--fl-hair); }
  .fl-insp-row{ display:grid; grid-template-columns:104px minmax(0,1fr); gap:12px; padding:9px 0;
    border-bottom:1px solid var(--fl-hair); }
  .fl-insp-row:last-child{ border-bottom:0; }   /* no orphaned rule floating above the window foot */
  .fl-insp-k{ font-family:var(--mono),monospace; font-size:8.5px; font-weight:800; letter-spacing:.18em;
    color:var(--fl-dim); padding-top:3px; }
  .fl-insp-v{ font-size:12.5px; line-height:1.5; color:var(--fl-ink); }
  .fl-insp-form b{ font-family:var(--mono),monospace; font-size:8.5px; font-weight:800; letter-spacing:.14em;
    color:var(--fl-dim); }
  @media(max-width:520px){ .fl-insp-row{ grid-template-columns:1fr; gap:2px; } }

  /* THE BOARD — dossier language; fixes the invisible WAR ROOM DARK heading (explicit AA ink) */
  .s2-board{ display:grid; grid-template-columns:1.15fr 1fr 1fr; gap:14px; margin-top:6px; }
  @media(max-width:820px){ .s2-board{ grid-template-columns:1fr; } }
  .s2-bcol{ background:var(--s2-well); border:1px solid var(--s2-hair-2); border-radius:2px; padding:13px 15px;
    clip-path:polygon(0 0,calc(100% - 13px) 0,100% 13px,100% 100%,0 100%); }
  /* QA 2026-07-31 (motion-agent finding): the eyebrow is an inline span and the WAR ROOM DARK /
     PITCH BUILD LIVE chips are inline-flex — the two flowed onto ONE line and jammed into each
     other. display:block on the eyebrow makes its margin real; the chips become flex so each
     status sits on its own line under the heading. */
  .s2-bcol .s2-eyebrow{ display:block; margin-bottom:9px; }
  .s2-wr-live{ display:flex; width:fit-content; align-items:center; gap:7px; font-family:var(--mono),monospace; font-size:9px; font-weight:900;
    letter-spacing:.14em; color:var(--s2-good); }
  .s2-wr-live::before{ content:""; width:7px; height:7px; border-radius:50%; background:var(--s2-good); box-shadow:0 0 6px var(--s2-good); animation:s2blink 1.4s steps(1) infinite; }
  @media(prefers-reduced-motion:reduce){ .s2-wr-live::before{ animation:none; } }
  .wr-rag-label{font:800 10px/1 var(--mono,monospace);letter-spacing:.18em;color:#0b1220;background:#e8e1d5;
    padding:5px 9px;border-radius:2px;margin-left:10px}
  .wr-rag{display:inline-flex;align-items:center;gap:6px;font:800 10px/1 var(--mono,monospace);
    letter-spacing:.14em;color:#fff;padding:5px 10px;border-radius:2px;margin-left:6px}
  .wr-rag i{width:8px;height:8px;border-radius:50%;background:#fff;box-shadow:0 0 8px rgba(255,255,255,.7)}
  .wr-rag--red{background:#b3261e}
  .wr-rag--amber{background:#b06f0a}
  .wr-rag--green{background:#1c6b3e}
  .s2-wr-hero{ font-weight:900; font-size:19px; letter-spacing:-.02em; color:var(--s2-ink); margin:7px 0 4px; display:flex; align-items:center; gap:8px; }
  .s2-wr-hero .mk{ flex:none; width:26px; height:26px; display:flex; align-items:center; justify-content:center; font-weight:900; font-style:italic;
    font-size:11px; color:var(--accent,#f97316); background:var(--s2-slab); clip-path:polygon(0 0,calc(100% - 6px) 0,100% 6px,100% 100%,0 100%); }
  /* WAR ROOM DARK — was invisible; now an explicit high-contrast idle plate */
  .s2-wr-dark{ display:flex; width:fit-content; align-items:center; gap:8px; font-family:var(--mono),monospace; font-size:12px; font-weight:900;
    letter-spacing:.12em; color:var(--s2-ink); }
  .s2-wr-dark::before{ content:""; width:8px; height:8px; border-radius:50%; border:2px solid var(--s2-dim); }
  .s2-wr-note{ font-size:12px; line-height:1.5; color:var(--s2-dim); margin:8px 0 0; }
  .s2-wr-crew{ display:flex; flex-wrap:wrap; gap:6px; margin-top:9px; }
  .s2-wr-chip{ font-family:var(--mono),monospace; font-size:9px; font-weight:800; letter-spacing:.06em; color:var(--s2-ink);
    background:var(--s2-hair-2); border:1px solid var(--s2-hair); padding:3px 8px; border-radius:1px; }
  .s2-ship{ appearance:none; cursor:pointer; width:100%; text-align:left; display:grid; grid-template-columns:auto 1fr auto; gap:10px;
    align-items:center; background:transparent; border:0; border-bottom:1px solid var(--s2-hair-2); padding:9px 2px; color:var(--s2-ink); transition:.12s; font-family:inherit; }
  .s2-ship:hover{ background:var(--s2-hair-2); }
  .s2-ship-mk{ flex:none; width:26px; height:26px; display:flex; align-items:center; justify-content:center; font-weight:900; font-style:italic;
    font-size:10px; color:var(--accent,#f97316); background:var(--s2-slab); border:1px solid var(--s2-hair); }
  .s2-ship-body{ min-width:0; } .s2-ship-body b{ display:block; font-size:13px; font-weight:800; white-space:nowrap; overflow:hidden; text-overflow:ellipsis; }
  .s2-ship-body i{ font-style:normal; font-family:var(--mono),monospace; font-size:8.5px; letter-spacing:.06em; text-transform:uppercase; color:var(--s2-dim); }
  .s2-ship-due{ font-family:var(--mono),monospace; font-size:9px; font-weight:900; letter-spacing:.06em; color:var(--s2-dim); white-space:nowrap; }
  .s2-ship.late .s2-ship-due{ color:var(--s2-bad); }
  .s2-wire{ display:flex; flex-direction:column; gap:7px; }
  .s2-wire-line{ display:flex; align-items:flex-start; gap:8px; font-size:11.5px; line-height:1.4; color:var(--s2-ink); }
  .s2-wire-line .g{ font-family:var(--mono),monospace; font-size:9px; font-weight:800; color:var(--accent,#f97316); flex:none; padding-top:1px; }
