/* GENERATED from brand/app/map-view.css — DO NOT EDIT. Run: node brand/sync.mjs */
/* map-view.css — the Market Map viewer's chrome. Pairs with brand/app/map-view.js.
   Shared for the same reason the renderer is: a reviewer must see exactly what the client sees,
   and a copy would let the two drift silently. */

.map-body{--pwrap-max:1180px;}

/* ===========================================================================
   MAP OVERVIEW — masthead, tiles, sections, module rows/cards
   ========================================================================= */
.map-body{padding:0 0 84px;}
.mast .toprow{display:flex; flex-wrap:wrap; align-items:center; justify-content:space-between; gap:12px; margin-bottom:2px;}
.tiles-wrap{padding:34px 0 6px;}
.band{padding:40px 0 6px;}
.band-head{display:flex; align-items:baseline; gap:12px; margin:0 0 22px; padding-bottom:12px; border-bottom:1px solid var(--line);}
.band-head .bt{font-family:var(--display); font-weight:500; font-size:clamp(1.2rem,2.2vw,1.55rem); letter-spacing:-.02em; color:var(--ink);}
.band-head .bsep{color:var(--line-strong);}
.band-head .brange{font-size:12px; font-weight:600; letter-spacing:.12em; color:var(--emerald); font-variant-numeric:tabular-nums;}
.mod-card{display:flex; flex-direction:column; min-width:0; text-decoration:none; color:inherit;
  background:var(--raised); border:1px solid var(--line); border-radius:15px; padding:22px 22px 18px;
  transition:transform .2s var(--ease), border-color .2s var(--ease), box-shadow .2s var(--ease);}
.mod-card:hover{transform:translateY(-3px); border-color:var(--emerald); box-shadow:var(--shadow);}
.mod-card .m-no{font-family:var(--display); font-weight:500; font-size:2rem; line-height:1; letter-spacing:-.02em;
  color:var(--emerald); font-variant-numeric:tabular-nums;}
.mod-card h3{font-family:var(--display); font-weight:500; font-size:1.22rem; line-height:1.12; letter-spacing:-.02em;
  margin:12px 0 9px; color:var(--ink);}
.mod-card .m-sum{font-size:13px; line-height:1.5; color:var(--ink-soft); margin:0 0 16px;
  display:-webkit-box; -webkit-line-clamp:3; line-clamp:3; -webkit-box-orient:vertical; overflow:hidden;}
.mod-card .m-open{margin-top:auto; font-size:12.5px; font-weight:600; color:var(--emerald); display:inline-flex; align-items:center; gap:6px;}
.mod-card .m-open .arw{transition:transform .2s var(--ease);}
.mod-card:hover .m-open .arw{transform:translateX(4px);}
.sec-block{padding:40px 0 10px; scroll-margin-top:80px;}
.mod-row{display:flex; align-items:center; gap:16px; text-decoration:none; color:inherit; background:var(--raised);
  border:1px solid var(--line); border-radius:12px; padding:15px 18px; transition:border-color .16s var(--ease), transform .16s var(--ease), box-shadow .16s var(--ease);}
.mod-row:hover{border-color:var(--emerald); transform:translateY(-2px); box-shadow:var(--shadow);}
.mod-row .mr-no{flex:none; width:32px; font-family:var(--display); font-weight:500; font-size:1.3rem; color:var(--emerald);
  font-variant-numeric:tabular-nums; line-height:1;}
.mod-row .mr-body{flex:1; min-width:0; display:flex; flex-direction:column; gap:3px;}
.mod-row .mr-t{font-family:var(--display); font-weight:500; font-size:1.05rem; letter-spacing:-.01em; color:var(--ink); line-height:1.2;}
.mod-row .mr-sum{font-size:12.5px; color:var(--muted); line-height:1.5; overflow:hidden;
  display:-webkit-box; -webkit-line-clamp:2; line-clamp:2; -webkit-box-orient:vertical;}
.mod-row .mr-open{flex:none; font-size:12.5px; font-weight:600; color:var(--emerald); display:inline-flex; align-items:center; gap:6px; white-space:nowrap;}
.mod-row .mr-open .arw{transition:transform .2s var(--ease);}
.mod-row:hover .mr-open .arw{transform:translateX(4px);}

.proof-strip{display:flex; align-items:center; gap:14px; margin:36px auto 0; padding:18px 22px !important;
  background:var(--emerald-tint); border:1px solid color-mix(in srgb,var(--emerald) 30%,transparent); border-radius:14px;
  text-decoration:none; color:inherit; --pwrap-max:1180px; transition:border-color .16s var(--ease);}
.proof-strip:hover{border-color:var(--emerald);}
.proof-strip .ps-shield{color:var(--emerald); font-size:13px;}
.proof-strip .ps-t{flex:1; font-size:13.5px; color:var(--ink-soft);}
.proof-strip .ps-t b{color:var(--ink);}
.proof-strip .ps-open{font-size:13px; font-weight:600; color:var(--emerald); white-space:nowrap;}
.ov-body .c, .sec-insight .c{cursor:pointer;}
.overlay{position:fixed; inset:0; z-index:60; display:flex; align-items:flex-start; justify-content:center;
  padding:clamp(16px,3vh,36px) clamp(14px,2.5vw,44px); opacity:0; transition:opacity .22s var(--ease);}
.overlay.in{opacity:1;}
.ov-backdrop{position:absolute; inset:0; background:color-mix(in srgb,var(--ink) 58%,transparent); backdrop-filter:saturate(1.1) blur(3px);}
.ov-panel{position:relative; display:flex; flex-direction:column; width:min(1560px,95vw); max-height:94vh;
  background:var(--paper); border:1px solid var(--line-strong); border-radius:20px; box-shadow:var(--shadow);
  overflow:hidden; transform:translateY(14px) scale(.99); transition:transform .24s var(--ease);}
.overlay.in .ov-panel{transform:none;}
.ov-head{display:flex; align-items:center; gap:16px; padding:20px 24px; border-bottom:1px solid var(--line);
  background:color-mix(in srgb,var(--paper) 90%,transparent);}
.ov-head .ov-no{font-family:var(--display); font-weight:500; font-size:1.7rem; line-height:1; color:var(--emerald); font-variant-numeric:tabular-nums;}
.ov-head h2{font-family:var(--display); font-weight:500; font-size:clamp(1.15rem,2.4vw,1.5rem); letter-spacing:-.02em; line-height:1.1; flex:1; min-width:0;}
.ov-close{flex:none; width:34px; height:34px; border-radius:50%; border:1px solid var(--line-strong); background:transparent;
  color:var(--ink-soft); font-size:15px; line-height:1; cursor:pointer; display:flex; align-items:center; justify-content:center;
  transition:border-color .16s var(--ease), color .16s var(--ease), background .16s var(--ease);}
.ov-close:hover{border-color:var(--emerald); color:var(--emerald); background:var(--emerald-tint);}
.ov-close:focus-visible{outline:2px solid var(--emerald); outline-offset:2px;}
.ov-scroll{flex:1; overflow-y:auto; overflow-x:auto; padding:30px 34px 10px;}
.ov-body{max-width:100%;}
/* Full-width reading blocks in the modal. The shared render caps body copy at a reading
   measure (.sdek 70ch · .lede 62ch), which at the wide popup leaves a narrow half-column
   beside the full-width tables/callouts — it reads as a broken cut-off. Let body copy fill
   the panel like everything else; likewise collapse the 2-up .cols to one full-width column. */
.ov-body .sdek,
.ov-body .lede{max-width:none;}
.ov-body .cols{grid-template-columns:1fr; gap:22px;}
/* vertical rhythm between top-level blocks (paragraph → table → callout …) so sections
   inside a module read as separated, not crammed. First child stays flush to the top. */
.ov-body > *{margin-top:0;}
.ov-body > * + *{margin-top:22px;}
/* keep paragraph TOP margins clear so the rhythm rule above governs the gap — a
   `margin:0 0 16px` here out-specifies it and crams sdek/cap/verdict against the block before. */
.ov-body p{margin-bottom:16px; line-height:1.62;}
/* drill-down flyout box: real air around it + a bottom pad so its last line doesn't kiss the
   border and the paragraph after isn't crammed against the box (inline style ships margin-top
   only + padding:0 16px, so this needs !important to add the bottom sides). */
.ov-body details.collapsible{margin:28px 0 !important; padding-bottom:15px !important;}
.ov-sources{margin:22px 0 6px; padding-top:20px; border-top:1px solid var(--line);}
.ov-sources h4{font-size:10.5px; letter-spacing:.13em; text-transform:uppercase; color:var(--muted); font-weight:600; margin:0 0 12px;}
.ov-sources .src-none{font-size:12.5px; color:var(--muted); font-style:italic; margin:0;}
.ov-prog{flex:none; height:3px; background:var(--line);}
.ov-prog i{display:block; height:100%; background:var(--emerald); border-radius:0 999px 999px 0; transition:width .3s var(--ease);}
.ov-nav{display:flex; align-items:center; justify-content:space-between; gap:14px; padding:12px 20px; border-top:1px solid var(--line); background:color-mix(in srgb,var(--paper) 90%,transparent);}
.ov-nav .navbtn{font-family:var(--body); color:var(--ink-soft); background:transparent; max-width:40%; flex:0 0 auto; min-width:0; overflow:hidden;
  border:1px solid var(--line-strong);
  border-radius:14px; padding:7px 13px; cursor:pointer; display:inline-flex; align-items:center; gap:9px; transition:border-color .16s var(--ease), background .16s var(--ease);}
.ov-nav .navbtn.next{flex-direction:row;}
.ov-nav .navbtn:hover{border-color:var(--emerald); background:var(--emerald-tint);}
.ov-nav .navbtn:focus-visible{outline:2px solid var(--emerald); outline-offset:2px;}
.ov-nav .navbtn .arw{flex:none; font-size:13px; color:var(--muted);}
.ov-nav .navbtn:hover .arw{color:var(--emerald);}
.ov-nav .navbtn .pv{display:flex; flex-direction:column; min-width:0; max-width:100%; overflow:hidden; line-height:1.2;}
.ov-nav .navbtn.prev .pv{align-items:flex-start;}
.ov-nav .navbtn.next .pv{align-items:flex-end;}
.ov-nav .navbtn .pn{font-family:var(--display); font-weight:500; font-size:13px; color:var(--emerald); font-variant-numeric:tabular-nums;}
.ov-nav .navbtn .lbl{display:block; max-width:100%; font-size:11px; color:var(--muted); overflow:hidden; text-overflow:ellipsis; white-space:nowrap;}
.ov-nav .navbtn:hover .lbl{color:var(--ink-soft);}
.ov-scrub{display:flex; flex-direction:column; align-items:center; gap:7px; flex:1 1 auto; min-width:0; padding:0 6px;}
.ov-scrub .ticks{display:flex; align-items:center; justify-content:center; gap:4px; width:100%;}
.ov-scrub .tick{flex:0 1 15px; min-width:6px; height:6px; padding:0; border:0; border-radius:999px; background:var(--line-strong);
  cursor:pointer; transition:background .16s var(--ease), transform .16s var(--ease);}
.ov-scrub .tick.done{background:color-mix(in srgb,var(--emerald) 42%,var(--line-strong));}
.ov-scrub .tick.cur{background:var(--emerald); transform:scaleY(1.7);}
.ov-scrub .tick:hover{background:var(--emerald); transform:scaleY(1.7);}
.ov-scrub .tick:focus-visible{outline:2px solid var(--emerald); outline-offset:3px;}
.ov-nav .ov-count{font-size:11px; letter-spacing:.1em; color:var(--muted); font-variant-numeric:tabular-nums; text-transform:uppercase;}
.mast .bg{color:var(--emerald);}
.tw-csv{position:absolute; top:6px; right:6px; z-index:2; font-family:var(--body); font-size:10.5px; font-weight:700;
  letter-spacing:.04em; color:var(--emerald); background:var(--paper); border:1px solid color-mix(in srgb,var(--emerald) 35%,transparent);
  border-radius:999px; padding:4px 10px; cursor:pointer; opacity:0; transition:opacity .16s var(--ease), background .16s var(--ease);}
.tw:hover .tw-csv{opacity:1;}
.tw-csv:hover{background:var(--emerald-tint);}

.xbar{display:flex; align-items:center; gap:10px; flex-wrap:wrap;}
.xbtn{font-family:var(--body); font-size:12.5px; font-weight:600; letter-spacing:-.01em; color:var(--ink-soft);
  background:var(--raised); border:1px solid var(--line-strong); border-radius:999px; padding:8px 15px; cursor:pointer;
  display:inline-flex; align-items:center; gap:7px; transition:border-color .16s var(--ease), color .16s var(--ease), background .16s var(--ease), box-shadow .16s var(--ease);}
.xbtn:hover{border-color:var(--emerald); color:var(--emerald); box-shadow:var(--shadow);}
.xbtn .xic{font-size:13px; line-height:1;}
.xbtn.brand{border-color:var(--emerald); color:#fff; background:var(--emerald);}
.xbtn.brand:hover{background:var(--emerald-dark); border-color:var(--emerald-dark); color:#fff;}
.xbtn.locked{color:var(--muted); border-style:dashed;}
.xbtn.locked:hover{border-color:var(--emerald); color:var(--emerald); border-style:solid;}
.xbtn.locked .xic{opacity:.85;}
@media (max-width:720px){
  .ov-scrub .ticks{display:none;} .ov-scrub{flex:0 1 auto;}
  .login{grid-template-columns:1fr;}
  .login-hero{display:none;}
}
@media (max-width:560px){
  .home{padding:24px 0 56px;}
  .ov-head{padding:16px 18px;}
  .ov-scroll{padding:20px 18px 6px;}
  .ov-nav{padding:12px 18px;}
  .ov-nav .navbtn{max-width:none; min-height:40px; padding:8px 16px;}  /* comfortable prev/next taps */
  .ov-nav .navbtn .pv{display:none;}
  .ov-close{width:38px; height:38px;}                                   /* was 34 — nudge to a real tap target */
}
/* ---- map viewer: phone comfort (tighter section rhythm, wrap the proof strip) ----
   (These selectors are defined above, so these mobile overrides win by source order.
   Later-defined components — .sig-act / .mfb-foot / the centred cards — are overridden
   in the end-of-file mobile block instead, so their overrides aren't defeated by ties.) */
@media (max-width:600px){
  /* trim the generous section rhythm so a phone isn't scrolling through empty bands */
  .tiles-wrap{padding:22px 0 4px;}
  .bands{padding:8px 0 0;}
  .band{padding:26px 0 4px;}
  .sec-verdict{padding:24px 0 4px;}
  .sec-block{padding:28px 0 6px;}
  .sections2{padding:4px 0 0;}
  /* the source-trail proof strip must wrap instead of crushing "View sources →" against the copy */
  .proof-strip{flex-wrap:wrap; gap:8px 12px; margin-top:26px; padding:16px 18px !important;}
  .proof-strip .ps-open{margin-left:27px;}
}

.ov-summary{display:grid; grid-template-columns:minmax(0,1fr) minmax(0,1.7fr); gap:clamp(14px,1.8vw,20px); margin:0 0 34px; align-items:stretch;}
.ov-card{background:var(--raised); border:1px solid var(--line); border-radius:var(--radius-lg); padding:20px 22px; display:flex; flex-direction:column;}
.ov-card-k{font-size:11px; font-weight:700; letter-spacing:.12em; text-transform:uppercase; color:var(--muted);}
.ov-card-v{font-family:var(--display); font-size:2.6rem; font-weight:500; line-height:1.02; letter-spacing:-.02em; color:var(--ink); margin:9px 0 5px;}
.ov-card-of{font-size:1.5rem; color:var(--muted); font-weight:500; letter-spacing:-.01em;}   /* the "/ 20" of "20 / 20" */
.ov-card-s{font-size:13px; color:var(--muted); line-height:1.5;}
.ov-card-top{display:flex; align-items:center; justify-content:space-between; gap:12px; margin-bottom:14px;}
.ov-card-link{font-size:12.5px; font-weight:600; color:var(--emerald); text-decoration:none; white-space:nowrap;}
.ov-card-link:hover{text-decoration:underline;}
.ov-brief{min-height:46px;}
.ov-brief-load,.ov-brief-empty{font-size:13px; color:var(--muted); line-height:1.55;}
.ov-brief-count{display:inline-block; font-size:10.5px; font-weight:700; letter-spacing:.07em; text-transform:uppercase; color:var(--emerald); margin-bottom:10px;}
.ov-brief-list{list-style:none; margin:0; padding:0; display:flex; flex-direction:column; gap:10px;}
.ov-brief-row{position:relative; padding-left:15px; display:flex; flex-direction:column; gap:1px;}
.ov-brief-row::before{content:""; position:absolute; left:0; top:7px; width:6px; height:6px; border-radius:50%; background:var(--emerald);}
.ov-brief-co{font-size:13.5px; font-weight:600; color:var(--ink);}
.ov-brief-why{font-size:12.5px; color:var(--muted); line-height:1.45;}

.ov-maps-head{display:flex; align-items:center; justify-content:space-between; gap:16px; flex-wrap:wrap; margin:0 0 15px;}
.ov-maps-head h2{font-family:var(--display); font-size:1.4rem; font-weight:500; letter-spacing:-.01em; margin:0;}
.ov-empty{background:var(--raised); border:1px dashed var(--line-strong); border-radius:var(--radius-lg); padding:44px 24px; text-align:center;}
.ov-empty p{color:var(--muted); font-size:14px; margin:0 0 16px;}

/* ===========================================================================
   ADMIN OVERVIEW COCKPIT — ① needs you · ② in flight · ③ delivered · ④ the rest.
   Deliberately quiet and typographic: no accent bars, no gradient badges, no icon
   spam. Colour is used for exactly two things — how much SLA time is left, and
   whether a running build is still reporting. Everything else is type + rules.
   ========================================================================= */

/* the split between ② in flight and the event tail needs breathing room before ③ */
.ov-split{margin-bottom:var(--gap);}

/* a busy export button (server render in flight) */
.xbtn.is-busy{opacity:.72; pointer-events:none;}
