
/* ---- 3. #platform: heading + graphic on one screen, callouts contained ----
   The callouts used to float over the frame and overhang it. At this width
   three 236px cards cannot overhang without landing on something: they were
   sitting on the lede above, the matrix cells, and the heading below. They now
   sit in a row underneath the frame, inside the stage, so they can never touch
   section content. With nothing overhanging, the side gutters are no longer
   needed and the frame gets ~100px wider, which keeps every claim on one line.
   Nothing is scaled and nothing is removed. */
#platform .at-head{margin-bottom:16px}
#platform .at-head .at-kicker{margin-bottom:16px}
#platform .at-head .at-lede{margin-top:14px}
#platform .iqd-stage{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));
  gap:12px;padding:20px 0 22px;align-items:stretch}
#platform .iqd{grid-column:1 / -1}
#platform .iqd-float{position:static;max-width:none;margin:0;padding:11px 14px}
#platform .iqd-float p{margin-top:4px;line-height:1.4}
#platform .iqd-f3 .dot{width:28px;height:28px}
/* `.iqd-float b{display:flex}` was meant for the card title, but it matches every
   <b> in the card, including the two inside the counts line. That made "12" and
   "148" block-level, so the line broke into four and the card grew to 118px
   against 66px for the other two. Put the counts back inline. */
#platform .iqd-float p b{display:inline;font-size:inherit;color:inherit;font-weight:600}
/* with the counts on one line all three size alike; stretch keeps them exact */
#platform .iqd-stage{align-items:stretch}
#platform .iqd-f3{align-items:center}
#platform .iqd-f3{display:flex;align-items:center;gap:12px}
#platform .iqd-body{grid-template-columns:minmax(0,1fr) 268px}
#platform .iqd-claim{padding:8px 11px;margin-bottom:6px;gap:10px}
#platform .iqd-bdg{padding:4px 7px}
#platform .iqd-top,#platform .iqd-tab{height:42px}
#platform .iqd-hd{padding:10px 20px 0}
#platform .iqd-sub{margin-top:8px}
#platform .iqd-thesis{padding:11px 14px 12px}
#platform .iqd-tt{margin:8px 0 10px;line-height:1.48}
#platform .iqd-ch{margin:11px 0 7px}
#platform .iqd-grid{grid-template-columns:repeat(8,1fr)}
#platform .iqd-mtx{margin-top:13px}
#platform .iqd-gap{padding:9px 12px;margin-bottom:7px}
#platform .at-split{margin-top:56px !important}

/* ---- 6. real logo, full lockup ----
   The mark is now the complete logo including the wordmark, so the CSS text
   "NEXTYN" beside it has to go or the name appears twice. */
.mn-logo img.mn-mark{height:26px;width:auto;flex:none;display:block}
.mn-logo .mn-word{display:none}

/* ---- 12. buttons: red, inverting on hover ----
   Every button was black. They are red now, with white content, and on hover
   the box goes white while the label, the arrow and the border all turn red. */
/* Specificity matters here: `.at--light .at-btn--solid` and
   `.mn--atlaslight .mn-btn--solid` are both (0,2,0) and would beat a plain
   class, and `.stk-cta` is declared after this block, so it needs an id to
   outrank it. Doubling the class matches (0,2,0) and wins on source order. */
.at-btn.at-btn--solid,.at-btn.at-btn--ghost,
.mn-btn.mn-btn--solid,.mn-btn.mn-btn--ghost,
#services .stk-cta{
  background:var(--warm);color:#fff;border:1px solid var(--warm);
  transition:background .25s var(--ease),color .25s var(--ease),border-color .25s var(--ease)}
.at-btn.at-btn--solid:hover,.at-btn.at-btn--ghost:hover,
.mn-btn.mn-btn--solid:hover,.mn-btn.mn-btn--ghost:hover,
#services .stk-cta:hover{
  background:#fff;color:var(--warm);border-color:var(--warm)}
/* the arrow is a child span with its own colour, so it has to follow the label */
.at-btn .ar,.mn-btn .ar,#services .stk-cta .ar{color:inherit}

/* ---- 15. compliance trust badges ----
   They still filled black on hover, the last black hover state on the page.
   Now red, matching the buttons. Also moved onto Geist, since they are page
   furniture like the kickers and links rather than data inside a graphic. */
.at-badge{font-family:var(--ui)}
.at-badge:hover{background:var(--warm);border-color:var(--warm);color:#fff}

/* ---- 14. case studies section removed ----
   Hidden rather than cut out of the React bundle, because deleting a node the
   bundle still holds a reference to risks an error on its next render. Nothing
   links to #cases, so no navigation breaks. To bring it back, delete this rule. */
#cases{display:none}

/* ---- 13. services headline break ----
   Measured, not guessed: at 16ch the line falls after "suite," so the second
   line reads "assembled to the brief". 15ch to 18ch all give this break;
   below 15ch it drops to three lines. */
#services .at-h2{max-width:16ch}

/* ---- 8. case studies: rounded, spaced cards ----
   The cells were a hairline grid: 1px gaps over a --line background with a
   shared outer border, which is what made them read as one square slab.
   Separated into their own bordered cards with radius and real gutters. */
#cases .at-cells{background:transparent;border:0;gap:20px}
#cases .at-case{border:1px solid var(--line);border-radius:14px;
  padding:30px 28px 28px;overflow:hidden}
#cases .at-case .q{margin-bottom:22px}
#cases .at-case .pq{padding-top:20px}
@media(max-width:900px){#cases .at-cells{grid-template-columns:1fr;gap:16px}}

/* ---- 8b. case study attribution rendered as a black bar ----
   Pre-existing collision: the attribution is <div class="at">, and `at` is
   also the page's root design-system class, which declares the DARK token set
   (--void:#000000) and paints background:var(--void). So each attribution came
   out as a black box with white text sitting on a white card. Literal values
   here on purpose: inside that element --faint and --txt are the dark ones. */
#cases .at-case .pq .at{background:transparent;color:rgba(0,0,0,.45)}

/* ---- FONT: Vercel's Geist across the whole page ----
   Geist and Geist Mono are already embedded as variable fonts; only the
   display face is now Geist. Geist has NO italic cut embedded, so the
   crimson emphasis is set in weight rather than a synthesised oblique, and the
   headline tracking is tightened because a sans needs less air than the serif
   did at the same size. */
.at{--display:"Geist",-apple-system,system-ui,sans-serif}
.at-h1,.at-h2,.at-h3,.bx-t,.nx-q,.iqd-cf .num,.iqd-score b,.v-step b,
.at-case .q,.xp-t,.cl-doc-h,.at-h2 span,.at-em{
  font-family:"Geist",-apple-system,system-ui,sans-serif}
.at-h1{font-weight:500;letter-spacing:-.038em;line-height:1.02;font-size:clamp(38px,5.2vw,72px)}
.at-h2{font-weight:500;letter-spacing:-.036em;line-height:1.06;font-size:clamp(30px,3.5vw,50px)}
.at-h3{font-weight:500;letter-spacing:-.028em;font-size:clamp(21px,2vw,27px)}
.at-em{font-style:normal;font-weight:500}
.bx-t{font-weight:500;letter-spacing:-.024em}
.iqd-cf .num,.iqd-score b{font-weight:600;letter-spacing:-.03em}

/* ---- 10. one typeface across the page furniture ----
   The nav links, the Login / Request experts buttons, the section kickers and
   the inline links were all set in Geist Mono while the copy was Geist, which
   is the mismatch. They are Geist now. Tracking is kept, because these are
   still small uppercase labels and they need the air.
   Deliberately NOT changed: the mono inside the product graphics (dashboard,
   transcript, expert IDs, figures) where it is doing a real job as data. */
/* `.mn[class]` matches the same specificity as `.mn--atlaslight .mn-item>button`
   (0,2,1) and this block comes later, so it wins without needing !important. */
.mn[class] button,.mn[class] a,.mn[class] h5,.mn[class] span,.mn[class] div{font-family:var(--ui)}
.at-kicker,.at-btn,.at-link{font-family:var(--ui)}
.stk-cta,.stk-foot,.stk-panel .n,.stk-spine .n,.stk-spine .m{font-family:var(--ui)}
.at-btn,.stk-cta{font-weight:500}

/* ---- 11. three-line headlines brought down to two ----
   Sizes found by measuring, not guessed: the service headline drops to 2 lines
   at <=46px in its 499px column, sourcing at <=42px in its 570px column, so
   both split sections are capped at 42px. The hero was a separate problem: its
   measure is `max-width:15ch`, which is font-relative, so shrinking the type
   shrank the column too and it stayed on 3 lines at every size. It needs a
   fixed measure as well as a smaller size. */
#service .at-h2,#sourcing .at-h2{font-size:clamp(28px,3vw,42px)}
#top .at-h1{font-size:clamp(28px,3.9vw,56px);max-width:780px}
#services .stk{--ember:var(--ember-ramp)}/* =======================================================================
   VARIANT B — "The stacks"
   Full inversion. The white page goes black for one section and the six
   services stand as tall archive slats, names set vertically at display
   scale. One slat is always open; the others wait as spines on a shelf.
======================================================================= */
.stk-sec{background:var(--void);color:var(--txt);padding:132px 0;border-top:1px solid var(--line)}
.stk-sec .lede{opacity:.8}
.stk{display:flex;height:560px;border:1px solid var(--line);
  background:var(--line);gap:1px;border-radius:16px;overflow:hidden}
.stk-s{position:relative;flex:1;min-width:0;background:var(--void);cursor:pointer;overflow:hidden;
  border:0;color:var(--txt);text-align:left;font-family:var(--ui);transition:background .4s var(--ease)}

/* transitions arm one frame after build, so the slats never animate in from zero */
.stk.ready .stk-s{transition:flex 1s var(--ease)}
.stk-s.open{flex:4.6;cursor:default}
.stk-s:focus-visible{outline:2px solid var(--warm);outline-offset:-2px}

/* closed spine */
.stk-spine{position:absolute;inset:0;display:flex;flex-direction:column;align-items:center;
  padding:24px 0 28px;gap:22px;transition:opacity .5s var(--ease)}
.stk-s.open .stk-spine{opacity:0;pointer-events:none}
.stk-spine .n{font-family:var(--ui);font-weight:500;font-size:9.5px;letter-spacing:.18em;opacity:.5}
.stk-spine .t{flex:1;display:flex;align-items:center;writing-mode:vertical-rl;rotate:180deg;
  font-family:var(--ui);font-weight:500;font-size:clamp(20px,2vw,30px);
  letter-spacing:-.025em;white-space:nowrap}
.stk-spine .m{font-family:var(--mono);font-size:8.5px;letter-spacing:.16em;opacity:.35;
  text-transform:uppercase}
.stk-s:not(.open):hover .stk-spine .t{color:transparent;background:var(--ember);
  -webkit-background-clip:text;background-clip:text}

/* open panel */
.stk-panel{position:absolute;top:0;bottom:0;left:0;width:var(--panelW,100%);
  padding:38px 40px;display:flex;flex-direction:column;
  opacity:0;transition:opacity .6s var(--ease) .35s}
.stk-s.open .stk-panel{opacity:1}
.stk-s.open:before{content:"";position:absolute;left:0;top:0;bottom:0;width:2px;
  background:var(--ember)}
.stk-panel .n{font-family:var(--ui);font-weight:500;font-size:9.5px;letter-spacing:.18em;color:var(--warm)}
.stk-panel h3{font-family:var(--ui);font-weight:600;font-size:clamp(28px,3vw,44px);
  line-height:1.04;letter-spacing:-.035em;margin:14px 0 16px}
.stk-panel h3 i{font-style:normal;background:var(--ember);-webkit-background-clip:text;
  background-clip:text;color:transparent}
.stk-panel .d{font-size:15px;font-weight:300;line-height:1.65;opacity:.72;max-width:44ch}
/* --- the cutout --------------------------------------------------------
   The figure stands in a reserved right-hand column of the open panel,
   flush to the card floor. She looks left, into the copy, so the reading
   order runs headline -> body -> CTA -> her, not off the edge.
------------------------------------------------------------------------ */
/* Each generation comes back with its own aspect, head size and head position,
   so every figure carries its own three numbers. --figH is NOT shared: matching
   frame heights does not match head sizes, because a shot that includes a
   document frames the head smaller. These values are set so the HEAD renders at
   ~127px wide in every panel, which is what the eye actually compares. Re-derive
   them from a head-width measurement whenever an image is swapped. */
.stk-panel.has-fig{padding-right:var(--figCol,232px)}
/* she runs off the right edge of the card on purpose - a portrait cropped by
   the frame reads as photography, one pasted neatly inside it reads as clip art */
.stk-fig{position:absolute;right:var(--figR,-8px);bottom:0;height:var(--figH,70%);width:auto;display:block;
  pointer-events:none;user-select:none;
  opacity:0;translate:0 14px;
  transition:opacity .8s var(--ease) .5s,translate .8s var(--ease) .5s}
.stk-s.open .stk-fig{opacity:1;translate:0 0}
.stk-cta{display:inline-flex;align-items:center;gap:9px;align-self:flex-start;margin-top:22px;
  /* the 1px border exists in both states so the button never changes size on hover */
  padding:12px 21px;border-radius:4px;border:1px solid var(--warm);
  background:var(--warm);color:#fff;text-decoration:none;
  font-family:var(--mono);font-size:10px;font-weight:500;letter-spacing:.16em;text-transform:uppercase;
  transition:background .3s var(--ease),color .3s var(--ease),transform .3s var(--ease)}
.stk-cta:hover{background:var(--void);color:var(--warm);transform:translateY(-1px)}
.stk-cta .ar{transition:transform .3s var(--ease)}
.stk-cta:hover .ar{transform:translateX(4px)}
.stk-panel ul{list-style:none;margin-top:auto;border-top:1px solid var(--line)}
.stk-panel li{position:relative;padding:10px 0 10px 20px;font-size:13px;font-weight:300;
  line-height:1.5;opacity:.66;border-bottom:1px solid rgba(0,0,0,.07)}
.stk-panel li:last-child{border-bottom:0}
.stk-panel li:before{content:"";position:absolute;left:0;top:19px;width:9px;height:1px;
  background:var(--warm)}
.stk-foot{display:flex;justify-content:space-between;margin-top:14px;font-family:var(--ui);
  font-weight:500;font-size:9px;letter-spacing:.16em;text-transform:uppercase;opacity:.45}

@media(max-width:900px){
  .stk{flex-direction:column;height:auto}
  .stk-s{flex:none;height:64px}
  .stk.ready .stk-s{transition:height .8s var(--ease)}
  .stk-s.open{flex:none;height:auto;min-height:420px}
  .stk-spine{flex-direction:row;align-items:center;padding:0 22px;gap:16px}
  .stk-spine .t{writing-mode:horizontal-tb;rotate:none;flex:1;font-size:22px}
  .stk-panel{position:relative;inset:auto;width:auto;padding:28px 22px;height:100%}
  .stk-panel.has-fig{padding-right:22px}
  .stk-fig{display:none}
  .stk-s.open:before{width:100%;height:2px;bottom:auto}
}
@media(prefers-reduced-motion:reduce){
  .rv,.in .rv{transition:none;opacity:1;translate:0 0}
  .stk-s,.stk-spine,.stk-panel,.stk-fig{transition:none}
  .stk-fig{opacity:1;translate:0 0}
}/* ===========================================================================
   AI MODERATOR &mdash; "the moderator joins the call"
   Replaces the thread canvas plate in #moderator.

   The laptop PNG is a cut-out: its screen is a transparent aperture, so the
   call UI is layered UNDER the image and shows through the hole. The shell
   sits on top and supplies the real bezel, so there is no drawn screen edge.
   Aperture measured off the trimmed asset (1196x669):
     left 8.1104%  top 2.5411%  width 83.7793%  height 89.0882%
   The UI inside is authored at a fixed native 1002x596 and scaled to fit,
   which keeps the screen typography in proportion at every viewport.
   =========================================================================== */

/* Every label in the graphic routes through this one variable. It was
   var(--mono), which is the page's own convention for kickers and labels, but
   the graphic reads better matching the body face. Flip this back to
   var(--mono) to return the whole graphic to Geist Mono in one edit. */
.mvc{position:relative;margin-top:8px;--mvc-label:var(--ui)}
/* start, not center: the side column grows when the transcript fills, and a
   centred row would slide the laptop down by ~27px in the middle of the
   sequence. Top aligned, the device never moves. */
.mvc-grid{position:relative;display:grid;grid-template-columns:minmax(0,1fr) 392px;
  gap:36px;align-items:start}

/* ---- device ------------------------------------------------------------- */
.mvc-lap{position:relative;width:100%;
  opacity:0;transform:translateY(22px);
  transition:opacity .9s var(--ease),transform .9s var(--ease)}
.mvc.on .mvc-lap{opacity:1;transform:none}
.mvc-shell{position:relative;width:100%;height:auto;z-index:2;pointer-events:none;
  filter:drop-shadow(0 26px 40px rgba(16,20,28,.20))}
.mvc-scr{position:absolute;left:8.1104%;top:2.5411%;width:83.7793%;height:89.0882%;
  z-index:1;overflow:hidden;background:var(--scr);
  --scr:#0e1116;--scr-2:#161a21;--scr-3:#1d222b;
  --scr-line:rgba(255,255,255,.10);--scr-txt:#e8eaee;--scr-mute:rgba(232,234,238,.52)}
.mvc-in{position:absolute;left:0;top:0;width:1002px;height:596px;
  transform-origin:0 0;display:flex;flex-direction:column;
  padding:16px 20px 14px;color:var(--scr-txt);font-family:var(--ui)}

/* screen chrome */
.mvc-bar{display:flex;align-items:center;gap:10px;height:38px;flex:none;
  border-bottom:1px solid var(--scr-line);margin-bottom:12px}
.mvc-m{font-family:var(--mvc-label);font-size:15px;letter-spacing:.02em;color:var(--scr-mute)}
.mvc-m.r{margin-left:auto}
.mvc-rec{width:9px;height:9px;border-radius:50%;background:#e5484d;flex:none;
  animation:mvc-pulse 2.4s ease-in-out infinite}
@keyframes mvc-pulse{0%,100%{opacity:1}50%{opacity:.35}}

/* tiles */
.mvc-tiles{flex:1 1 auto;display:grid;grid-template-columns:repeat(3,1fr);gap:12px;min-height:0}
.mvc-tile{position:relative;border-radius:6px;overflow:hidden;background:var(--scr-2);
  opacity:0;transform:scale(.965);
  transition:opacity .6s var(--ease),transform .6s var(--ease)}
.mvc.on .mvc-tile{opacity:1;transform:none}
.mvc.on .mvc-tile:nth-child(2){transition-delay:.12s}
.mvc.on .mvc-tile:nth-child(3){transition-delay:.24s}
.mvc-tile img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover}
/* the three frames came back at different subject scales; these pull them
   back onto a common eye line and head height */
.mvc-tile[data-t=exp] img{object-position:50% 30%;transform:scale(.92);transform-origin:50% 30%}
.mvc-tile[data-t=cli] img{object-position:50% 32%;transform:scale(1.02);transform-origin:50% 32%}
.mvc-tile[data-t=ai]  img{object-position:50% 34%;transform:scale(1.12);transform-origin:50% 34%}

.mvc-tile figcaption{position:absolute;left:10px;bottom:10px;z-index:3;
  display:flex;flex-direction:column;gap:1px;
  padding:6px 10px;border-radius:4px;background:rgba(8,10,14,.62);
  backdrop-filter:blur(8px);-webkit-backdrop-filter:blur(8px)}
.mvc-tile .nm{font-family:var(--mvc-label);font-size:14px;letter-spacing:.01em;color:#fff}
.mvc-tile .rl{font-size:13px;font-weight:350;color:rgba(255,255,255,.62);line-height:1.25}

/* speaking ring */
.mvc-tile:after{content:"";position:absolute;inset:0;border-radius:6px;z-index:4;
  border:2px solid transparent;transition:border-color .3s ease;pointer-events:none}
.mvc-tile.talk:after{border-color:#2f9e6b}

/* the empty seat, before the moderator is admitted */
.mvc-seat{position:absolute;inset:0;z-index:5;display:flex;flex-direction:column;
  align-items:center;justify-content:center;gap:12px;
  background:var(--scr-2);border-radius:6px;
  box-shadow:inset 0 0 0 1.5px rgba(255,255,255,.14);
  transition:opacity .5s ease;font-family:var(--mvc-label);font-size:14px;color:var(--scr-mute)}
.mvc-seat b{display:block;width:34px;height:34px;border-radius:50%;
  border:1.5px dashed rgba(255,255,255,.42)}
.mvc.joined .mvc-seat{opacity:0}
.mvc-tile[data-t=ai] img,.mvc-tile[data-t=ai] figcaption,
.mvc-tile[data-t=ai] .mvc-chip-ai,.mvc-tile[data-t=ai] .mvc-wave{opacity:0;transition:opacity .6s ease .1s}
.mvc.joined .mvc-tile[data-t=ai] img,
.mvc.joined .mvc-tile[data-t=ai] figcaption,
.mvc.joined .mvc-tile[data-t=ai] .mvc-chip-ai,
.mvc.joined .mvc-tile[data-t=ai] .mvc-wave{opacity:1}

/* the tile is labelled as software, permanently and on the tile itself */
.mvc-chip-ai{position:absolute;top:10px;left:10px;z-index:6;
  font-family:var(--mvc-label);font-size:12px;letter-spacing:.1em;
  padding:3px 7px;border-radius:3px;background:#1b2c66;color:#fff}
.mvc-wave{position:absolute;right:10px;bottom:12px;z-index:6;
  display:flex;align-items:flex-end;gap:3px;height:20px}
.mvc-wave i{display:block;width:3px;height:5px;border-radius:2px;background:#8fb0ff}
.mvc.joined .mvc-wave i{animation:mvc-w 1s ease-in-out infinite}
.mvc-wave i:nth-child(2){animation-delay:.14s}
.mvc-wave i:nth-child(3){animation-delay:.28s}
.mvc-wave i:nth-child(4){animation-delay:.1s}
.mvc-wave i:nth-child(5){animation-delay:.36s}
@keyframes mvc-w{0%,100%{height:5px}50%{height:19px}}

/* the guide the moderator is running */
.mvc-guide{flex:none;margin-top:14px;padding:14px 16px;border-radius:6px;
  background:var(--scr-2);border:1px solid var(--scr-line);min-height:118px}
.mvc-guide p{font-size:24px;line-height:1.28;letter-spacing:-.014em;margin-top:8px;
  font-weight:400;color:var(--scr-txt)}
.mvc-chip{display:inline-flex;align-items:center;gap:7px;margin-top:12px;
  font-family:var(--mvc-label);font-size:13px;letter-spacing:.02em;
  padding:4px 9px;border-radius:3px;background:rgba(143,176,255,.14);
  color:#a9c2ff;opacity:0;transform:translateY(4px);
  transition:opacity .4s ease,transform .4s var(--ease)}
.mvc-chip.on{opacity:1;transform:none}

/* call controls */
.mvc-ctl{flex:none;display:flex;align-items:center;justify-content:center;gap:12px;
  height:50px;margin-top:10px}
.mvc-ctl span{width:38px;height:38px;border-radius:50%;background:var(--scr-3);
  display:flex;align-items:center;justify-content:center}
.mvc-ctl span svg{width:17px;height:17px;stroke:var(--scr-txt);stroke-width:1.5;
  fill:none;stroke-linecap:round;stroke-linejoin:round}
.mvc-ctl span.end{background:#c8102e;width:52px;border-radius:19px}
.mvc-ctl span.end svg{stroke:#fff}

/* ---- side column -------------------------------------------------------- */
/* The card is taken out of flow and the transcript is offset by the height the
   card ends up at once it has collapsed (--bubH, measured at runtime). While
   the card is still expanded it overlays the top of the transcript, which is
   invisible at that point anyway. That is what removes the dead space: the
   column is only ever as tall as its finished state, so nothing has to be
   reserved for a card that is about to shrink. */
.mvc-side{position:relative;display:block;align-self:start;min-height:0}

/* the invite bubble */
.mvc-bub{position:absolute;top:0;left:0;right:0;z-index:5;
  border:1px solid var(--line);border-radius:6px;
  background:#fff;padding:16px 18px;
  box-shadow:0 1px 2px rgba(16,20,28,.04),0 18px 34px -22px rgba(16,20,28,.34);
  opacity:0;transform:translateY(10px) scale(.98);transform-origin:0 100%;
  transition:opacity .5s var(--ease),transform .5s var(--ease)}
.mvc.ask .mvc-bub{opacity:1;transform:none}
/* the tail points back at the laptop */
.mvc-bub:before,.mvc-bub:after{content:"";position:absolute;left:-9px;top:26px;
  width:0;height:0;border:9px solid transparent;border-left:0}
.mvc-bub:before{border-right-color:rgba(0,0,0,.13)}
.mvc-bub:after{left:-8px;border-right-color:#fff}
.mvc-bub .hd{display:flex;align-items:center;gap:8px;
  font-family:var(--mvc-label);font-size:12px;letter-spacing:.1em;text-transform:uppercase;
  color:rgba(0,0,0,.5)}
/* the real brand mark, the same asset the page header carries */
.mvc-mk{width:15px;height:15px;flex:none;object-fit:contain;display:block}
.mvc-bub .ti{margin-top:9px;font-size:19px;letter-spacing:-.02em;font-weight:500;line-height:1.25}
.mvc-bub .ti b{font-weight:500}
.mvc-bub .ds{margin-top:7px;font-size:13.5px;line-height:1.5;color:rgba(0,0,0,.6)}
.mvc-bub .ds b{font-weight:500;color:var(--txt)}
.mvc-bub .bd{overflow:hidden;transition:max-height .45s var(--ease),opacity .3s ease;
  max-height:210px}
.mvc.joined .mvc-bub .bd{max-height:0;opacity:0}
.mvc-btn{margin-top:14px;display:inline-flex;align-items:center;gap:9px;
  padding:9px 15px;border-radius:4px;background:#000;color:#fff;
  font-size:13.5px;font-weight:400;letter-spacing:-.005em;
  transition:transform .12s ease,background .2s ease}
.mvc-btn.hover{background:var(--warm)}
.mvc-btn.press{transform:scale(.965)}
/* the click ripple */
.mvc-btn:after{content:"";position:absolute;left:var(--rx,50%);top:var(--ry,50%);
  width:8px;height:8px;margin:-4px 0 0 -4px;border-radius:50%;
  background:rgba(200,16,46,.35);opacity:0;pointer-events:none}
.mvc-btn{position:relative;overflow:hidden}
.mvc-btn.press:after{animation:mvc-rip .5s ease-out}
@keyframes mvc-rip{0%{opacity:.8;transform:scale(1)}100%{opacity:0;transform:scale(14)}}
/* what the bubble becomes once it has been clicked */
.mvc-ok{display:flex;align-items:center;gap:9px;max-height:0;overflow:hidden;opacity:0;
  font-family:var(--mvc-label);font-size:13px;color:var(--green);
  transition:max-height .45s var(--ease) .1s,opacity .3s ease .2s}
.mvc.joined .mvc-ok{max-height:30px;opacity:1}

/* the transcript */
.mvc-tx{margin-top:var(--bubH,104px);display:flex;flex-direction:column;min-height:0;
  border:1px solid var(--line);border-radius:6px;background:#fff;
  box-shadow:0 1px 2px rgba(16,20,28,.04),0 18px 34px -24px rgba(16,20,28,.30);
  opacity:0;transform:translateY(12px);
  transition:opacity .6s var(--ease),transform .6s var(--ease)}
.mvc.tx .mvc-tx{opacity:1;transform:none}
.mvc-txh,.mvc-txf{flex:none;display:flex;align-items:center;gap:10px;padding:11px 14px;
  font-family:var(--mvc-label);font-size:12px;letter-spacing:.02em;color:rgba(0,0,0,.55)}
.mvc-txh{border-bottom:1px solid var(--line)}
.mvc-txf{border-top:1px solid var(--line)}
.mvc-txh .r,.mvc-txf .r{margin-left:auto}
.mvc-txf b{font-weight:500;color:var(--txt)}
.mvc-txb{flex:1 1 auto;overflow:hidden;padding:6px 14px 10px}

/* every line is in the DOM from the start to hold the height, so the rule and
   the speaker tag have to stay invisible until the line is actually spoken */
.mvc-l{display:grid;grid-template-columns:42px minmax(0,1fr);gap:10px;padding:9px 0;
  border-bottom:1px solid transparent;transition:border-color .3s ease}
.mvc-l.on{border-bottom-color:rgba(0,0,0,.06)}
.mvc-l:last-child{border-bottom:0}
.mvc-l .sp{font-family:var(--mvc-label);font-size:11.5px;letter-spacing:.06em;
  color:rgba(0,0,0,.42);padding-top:2px;opacity:0;transition:opacity .3s ease}
.mvc-l.on .sp{opacity:1}
.mvc-l[data-s=MOD] .sp{color:var(--cold)}
.mvc-l .bo{font-size:13.5px;line-height:1.5;letter-spacing:-.005em}
.mvc-l .w{opacity:0;transition:opacity .22s ease var(--wd,0s)}
.mvc-l.on .w{opacity:1}
.mvc-l .ex{display:block}

/* Redaction. The bar is painted per word rather than as one absolutely
   positioned overlay: an abs-positioned pseudo on an inline element only
   covers its first line box, so a phrase that wraps got a stub of a bar.
   Each word carries its own background, padded rightward over the space
   that follows it (and pulled back by an equal negative margin, so layout
   does not move) which makes the separate bars read as one continuous
   block. Staggering --d across the words wipes it on left to right. */
.mvc-rd{display:inline}
.mvc-rd .w{--d:0s;
  background-image:linear-gradient(#000,#000);background-repeat:no-repeat;
  background-position:0 0;background-size:0% 100%;
  padding:.14em .32em .14em 0;margin-right:-.32em;
  transition:opacity .22s ease var(--wd,0s),
             background-size .16s linear var(--d),
             color 0s linear calc(var(--d) + .13s)}
.mvc-rd.go .w{background-size:100% 100%;color:transparent}

/* the rule that did it */
.mvc-fl{display:inline-flex;align-items:center;gap:6px;margin-top:7px;
  font-family:var(--mvc-label);font-size:11.5px;letter-spacing:.01em;
  padding:3px 8px;border-radius:3px;
  background:rgba(200,16,46,.07);color:var(--crimson);
  border:1px solid rgba(200,16,46,.18);
  opacity:0;transform:translateX(8px);
  transition:opacity .4s ease,transform .4s var(--ease)}
.mvc-fl.on{opacity:1;transform:none}
.mvc-l .tag{display:inline-flex;align-items:center;margin-top:7px;
  font-family:var(--mvc-label);font-size:11.5px;padding:3px 8px;border-radius:3px;
  background:rgba(27,44,102,.07);color:var(--cold);border:1px solid rgba(27,44,102,.16);
  opacity:0;transform:translateX(8px);
  transition:opacity .4s ease,transform .4s var(--ease)}
.mvc-l .tag.on{opacity:1;transform:none}

/* ---- the cursor --------------------------------------------------------- */
.mvc-cur{position:absolute;left:0;top:0;z-index:20;width:22px;height:22px;
  pointer-events:none;opacity:0;
  transition:opacity .3s ease,transform 1s cubic-bezier(.4,0,.2,1)}
.mvc-cur.on{opacity:1}
.mvc-cur svg{width:22px;height:22px;
  filter:drop-shadow(0 2px 3px rgba(16,20,28,.35))}

/* ---- section chrome -----------------------------------------------------
   Scoped to #moderator, so no other section on the site is affected. The page
   sets kickers and buttons in Geist Mono by default; these put this section's
   two into Geist and give the CTA the brand red with an inverting hover. */
#moderator .at-kicker{font-family:var(--ui);font-size:11px;letter-spacing:.2em;font-weight:500}
#moderator .at-btn{font-family:var(--ui);font-size:12px;letter-spacing:.12em;font-weight:500}
#moderator .at-btn--solid{background:var(--crimson);color:#fff;border-color:var(--crimson)}
#moderator .at-btn--solid:hover{background:#fff;color:var(--crimson);
  border-color:var(--crimson);transform:translateY(-1px)}

/* ---- responsive --------------------------------------------------------- */
@media(max-width:1040px){
  .mvc-grid{grid-template-columns:minmax(0,1fr)}
  .mvc-side{margin-top:30px;height:auto}
  .mvc-bub:before,.mvc-bub:after{display:none}
  .mvc-tx{min-height:320px}
}
@media(max-width:560px){
  .mvc-guide{display:none}
}
/* Reduced motion gets the finished state outright. Naming individual elements
   here left the word reveals, the redaction wipe and the flags still fading,
   which is the thing the setting is asking us not to do. */
@media(prefers-reduced-motion:reduce){
  .mvc,.mvc *{transition:none!important;animation:none!important}
  .mvc-cur{display:none}
}
