/* THE ACCESS -- the UTILITY REGISTER, shared shell styles.
   Source of law: cornerstone-map/design/claude-design-brief-utility-register-2026-07-13.md
   + the returned board "The Access - Utility Register.dc.html" (Claude Design, project dcb58c7e),
   welded 1:1. This register REPLACES the Survey system (survey.css) on The Access; the Survey
   system relocates to john-cruz.co. Sober institutional register: color only where it encodes.
   Motion law: no meaning lives in motion; prefers-reduced-motion gets the identical full page. */

/* ---- the three faces, self-hosted (no CDN) ---- */
@font-face { font-family:'Public Sans'; font-style:normal; font-weight:400 700; font-display:swap;
  src:url(./fonts/PublicSans-normal.woff2) format('woff2'); }
@font-face { font-family:'Source Serif 4'; font-style:normal; font-weight:400 600; font-display:swap;
  src:url(./fonts/SourceSerif4-normal.woff2) format('woff2'); }
@font-face { font-family:'Source Serif 4'; font-style:italic; font-weight:400 600; font-display:swap;
  src:url(./fonts/SourceSerif4-italic.woff2) format('woff2'); }
@font-face { font-family:'IBM Plex Mono'; font-style:normal; font-weight:400; font-display:swap;
  src:url(./fonts/IBMPlexMono-normal-400.woff2) format('woff2'); }
@font-face { font-family:'IBM Plex Mono'; font-style:normal; font-weight:500; font-display:swap;
  src:url(./fonts/IBMPlexMono-normal-500.woff2) format('woff2'); }

:root {
  /* palette -- color only where it encodes (board 1f) */
  --ink:#16212C; --slate:#4E5D6C; --navy:#21496B; --route:#A83C32;
  --ground:#F5F7F9; --surface:#FFFFFF; --tint:#E7EEF5; --hairline:#D9DEE3;
  --border:#C6CFD8; --rule:#E7EBEF; --dim:#8A94A0; --canvas:#E6EAEE;
  --hover:#F0F4F8; --on-navy-sub:#C5D3E0;
  --foot-text:#B9C4CF; --foot-rule:#2C3B4B;
  /* type -- three faces, each one job */
  --serif:'Source Serif 4', serif; --sans:'Public Sans', sans-serif; --mono:'IBM Plex Mono', monospace;
  /* motion */
  --ease:cubic-bezier(0.2, 0, 0, 1);
}

* { box-sizing:border-box; }
html { scroll-behavior:smooth; }
body { margin:0; background:var(--canvas); color:var(--ink); font-family:var(--sans);
       -webkit-font-smoothing:antialiased; line-height:1.5; }
a { color:var(--navy); text-decoration:underline; text-underline-offset:2px; }
a:hover { color:var(--ink); }
img, svg { max-width:100%; }

/* the page is one framed sheet, centered on the canvas */
.sheet { max-width:1200px; margin:0 auto; background:var(--ground);
         border-left:1px solid var(--border); border-right:1px solid var(--border); }

/* ---------- masthead ---------- */
.mast { background:var(--surface); border-bottom:1px solid var(--hairline); }
.brandbar { max-width:1080px; margin:0 auto; padding:18px 20px;
            display:flex; align-items:baseline; justify-content:space-between; gap:16px;
            border-bottom:1px solid var(--rule); }
.brand { font-family:var(--serif); font-size:22px; font-weight:600; color:var(--ink); text-decoration:none; }
.brandbar .tag { font-family:var(--mono); font-size:11px; letter-spacing:.06em; color:var(--slate); }
.topnav { display:none; gap:24px; align-items:baseline; }
.topnav a { font-size:14px; font-weight:500; }
.topnav .asof { font-family:var(--mono); font-size:12px; color:var(--slate); text-decoration:none; }

.hero { max-width:1080px; margin:0 auto; padding:28px 20px 8px;
        display:flex; flex-direction:column; gap:16px; }
.hero .q { font-family:var(--serif); font-weight:600; color:var(--ink);
           font-size:25px; line-height:1.3; text-wrap:pretty; margin:0; }
.hero .deck { font-size:15px; line-height:1.55; color:var(--slate); margin:0; max-width:56ch; }

/* two entries */
.entries { display:flex; flex-direction:column; gap:10px; margin-top:4px; }
.entry { display:flex; align-items:center; justify-content:space-between; gap:12px;
         border-radius:6px; padding:16px; min-height:44px; text-decoration:none; }
.entry .lab { display:flex; flex-direction:column; gap:3px; }
.entry .lab .t { font-size:16px; font-weight:600; }
.entry .lab .s { font-size:13px; }
.entry .chev { font-size:18px; }
.entry.primary { background:var(--navy); color:#fff; }
.entry.primary .lab .s { color:var(--on-navy-sub); }
.entry.primary:hover { background:var(--ink); }
.entry.secondary { background:var(--surface); color:var(--navy); border:1px solid var(--border); }
.entry.secondary .lab .s { color:var(--slate); }
.entry.secondary:hover { background:var(--hover); }

/* ---------- the six questions ---------- */
.questions { max-width:1080px; margin:0 auto; padding:16px 20px 24px;
             display:grid; grid-template-columns:1fr; gap:12px; align-items:start; }
.qcard { background:var(--surface); border:1px solid var(--hairline); border-radius:6px; overflow:hidden; }
.qcard .qhead { display:flex; align-items:baseline; gap:10px; padding:14px 16px 10px; }
.qcard .qhead .n { font-family:var(--mono); font-size:12px; color:var(--slate); }
.qcard .qhead .qt { font-size:17px; font-weight:600; color:var(--ink); margin:0; }
.plate { display:flex; align-items:center; justify-content:space-between; gap:8px;
         padding:12px 16px; min-height:44px; border-top:1px solid var(--rule); text-decoration:none; }
.plate:hover { background:var(--hover); }
.plate .pl { display:flex; flex-direction:column; gap:2px; }
.plate .pl .t { font-size:15px; font-weight:500; color:var(--navy);
                text-decoration:underline; text-underline-offset:2px; }
.plate .pl .s { font-size:13px; color:var(--slate); }
.plate .chev { color:var(--navy); }
.plate:hover .pl .t { color:var(--ink); }

/* ---------- trust strip ---------- */
.trust { background:var(--tint); border-top:1px solid var(--hairline); border-bottom:1px solid var(--hairline); }
.trust .inner { max-width:1080px; margin:0 auto; padding:14px 20px;
                display:flex; flex-direction:column; gap:8px; }
.trust .links { display:flex; gap:16px; flex-wrap:wrap; }
.trust .links a { font-size:14px; font-weight:500; }
.trust .asof { font-family:var(--mono); font-size:12px; color:var(--slate); }

/* ---------- footer ---------- */
.foot { background:var(--ink); color:var(--foot-text); }
.foot .inner { max-width:1080px; margin:0 auto; padding:24px 20px 28px;
               display:flex; flex-direction:column; gap:16px; }
.foot .routes { display:flex; flex-direction:column; gap:10px; }
.foot .routes a { color:#fff; font-size:14px; }
.foot .disc { border-top:1px solid var(--foot-rule); padding-top:14px;
              font-size:12.5px; line-height:1.55; max-width:72ch; }

/* ---------- desktop ---------- */
@media (min-width:820px) {
  .brandbar { padding:20px 40px; }
  .brand { font-size:24px; }
  .brandbar .tag { display:none; }
  .topnav { display:flex; }
  .hero { padding:48px 40px 44px; display:grid; grid-template-columns:7fr 5fr; gap:48px; align-items:end; }
  .hero .intro { display:flex; flex-direction:column; gap:16px; }
  .hero .q { font-size:40px; line-height:1.22; }
  .hero .deck { font-size:17px; }
  .entries { margin-top:0; }
  .entry { padding:18px 20px; }
  .questions { grid-template-columns:1fr 1fr; padding:32px 40px 40px; gap:16px; }
  .qcard .qhead { padding:16px 18px 10px; }
  .plate { padding:11px 18px; }
  .trust .inner { padding:14px 40px; flex-direction:row; align-items:baseline;
                  justify-content:space-between; gap:24px; flex-wrap:wrap; }
  .trust .links { gap:24px; }
  .foot .inner { padding:28px 40px 32px; }
  .foot .routes { flex-direction:row; gap:40px; flex-wrap:wrap; }
}

/* ==========================================================================
   INNER PAGES -- welded 1:1 from the board's sections 1c (plate), 1d (reading),
   1e (trust apparatus). Board: "The Access - Utility Register.dc.html" (dcb58c7e).
   NOTE: the landing's `.plate` above is the LINK ROW on a question card. The plate
   PAGE chrome below is `.pl-*` so the two never collide.
   ========================================================================== */

/* ---------- the framed content sheet (plate / reading / apparatus pages) ---------- */
.doc { max-width:1160px; margin:0 auto; padding:24px 20px 48px; }
.card { background:var(--surface); border:1px solid var(--border); border-radius:8px;
        box-shadow:0 2px 12px rgba(22,33,44,.08); overflow:hidden; }

/* a back-bar + last-verified, on every inner page (board 1d header, 1e law:
   "one date, one format, machine-checkable by the preflight gate") */
.docbar { border-bottom:1px solid var(--rule); padding:16px 20px;
          display:flex; align-items:baseline; justify-content:space-between; gap:16px; }
.docbar .back { font-size:14px; font-weight:500; text-decoration:none; }
.docbar .asof { font-family:var(--mono); font-size:12px; color:var(--slate); }

/* ---------- 1c · THE PLATE PAGE ---------- */
.pl-head { padding:20px; border-bottom:1px solid var(--rule);
           display:flex; align-items:flex-end; justify-content:space-between; gap:24px; flex-wrap:wrap; }
.pl-head .lede { display:flex; flex-direction:column; gap:6px; }
.pl-kicker { font-family:var(--mono); font-size:12px; letter-spacing:.08em; color:var(--slate); }
.pl-title { font-family:var(--serif); font-size:26px; font-weight:600; color:var(--ink); margin:0; }
.pl-deck { font-size:15px; color:var(--slate); margin:0; max-width:60ch; }
.pl-alt { font-family:var(--mono); font-size:12px; letter-spacing:.04em; }

.pl-body { padding:20px; display:flex; flex-direction:column; gap:24px; }
/* the drawing: dense + wide. Mobile answer = a real scroll container, never a hidden
   gesture. The static text alternative below always carries the full content. */
.pl-draw { overflow-x:auto; -webkit-overflow-scrolling:touch; }
/* THE LEGIBILITY FLOOR. A drawing may scale DOWN to fit the sheet, but never below the width at
   which its own labels stop being readable -- past that it scrolls sideways instead. That floor is
   per-plate (--dw), because the plates differ enormously in natural width: the Crossroads is 2400px,
   the Transplant Map is 3121px. Without this, a wide plate silently scales to ~30% and its mono
   labels land at ~4px -- legible in a screenshot, useless to a reader.
   The scroll is an ordinary, visible scroll -- never a hidden gesture -- and the full content is
   ALWAYS also carried in words below (accessibility is load-bearing). */
.pl-draw svg, .pl-draw img { display:block; width:100%; height:auto; min-width:var(--dw, 880px); }
.pl-scrollnote { font-family:var(--mono); font-size:11.5px; color:var(--dim); letter-spacing:.04em; }

.pl-legend { display:flex; gap:32px; flex-wrap:wrap; align-items:center;
             border-top:1px solid var(--rule); padding-top:16px; }
.pl-legend .item { display:flex; align-items:center; gap:10px; }
.pl-legend .lab { font-size:13.5px; color:var(--ink); }
.pl-legend .sw { display:inline-block; width:28px; height:0; }
.pl-legend .sw.route { border-top:3px solid var(--route); }   /* the ONE followed route */
.pl-legend .sw.alt   { border-top:2px solid var(--navy); }
.pl-legend .sw.node  { width:16px; height:16px; border-radius:4px;
                       background:var(--surface); border:1px solid var(--border); }
/* the 90-day boundary: a dotted navy band. The crossing corridor: the same band, solid. */
.pl-legend .sw.band  { width:28px; height:6px; border-top:none;
                       background-image:radial-gradient(var(--navy) 1px, transparent 1px);
                       background-size:4px 4px; opacity:.85; }
.pl-legend .sw.corridor { width:28px; height:6px; border-top:none; background:var(--navy); }
/* a jurisdiction / grouping region -- a hairline boundary, the Border plate's central grammar */
.pl-legend .sw.region { width:22px; height:16px; border-top:none;
                        border:1px solid var(--hairline); background:transparent; }
/* the uncommon route -- drawn dashed */
.pl-legend .sw.dashed { width:28px; height:0;
                        border-top:2px dashed var(--navy); }
/* a rail drawn in ink (not navy) -- e.g. the best-practice rung on the Two Ladders */
.pl-legend .sw.ink    { width:28px; height:0; border-top:2px solid var(--ink); }
/* a decision gate, drawn as a diamond -- e.g. involuntary discharge on the Border */
.pl-legend .sw.gate   { width:14px; height:14px; border-top:none; transform:rotate(45deg);
                        background:var(--surface); border:1px solid var(--border); }
/* mark swatches -- the legend must show the mark the DRAWING actually uses, not an
   approximation of it (The Draws marks its clocks as filled / open / dashed squares) */
.pl-legend .sw.filled { width:14px; height:14px; border-top:none; border-radius:2px;
                        background:var(--ink); }
.pl-legend .sw.open   { width:14px; height:14px; border-top:none; border-radius:2px;
                        background:var(--surface); border:1px solid var(--ink); }
.pl-legend .sw.dashsq { width:14px; height:14px; border-top:none; border-radius:2px;
                        background:var(--surface); border:1px dashed var(--ink); }
/* THE MATRIX's four relationship marks (COMMISSION-08). Shape carries the meaning, so the
   legend must draw the same four shapes the plate does -- not four coloured bars. Triangles
   are CSS border triangles; the square and diamond are square-cornered, per the design law. */
.pl-legend .sw.feedout { width:0; height:0; border-top:none;
                         border-left:7px solid transparent; border-right:7px solid transparent;
                         border-bottom:12px solid var(--navy); }
.pl-legend .sw.feedin  { position:relative; width:0; height:0; border-top:12px solid var(--navy);
                         border-left:7px solid transparent; border-right:7px solid transparent; }
.pl-legend .sw.feedin::after { content:""; position:absolute; top:-10px; left:-5px; width:0; height:0;
                         border-top:9px solid var(--surface);
                         border-left:5px solid transparent; border-right:5px solid transparent; }
.pl-legend .sw.scored  { width:12px; height:12px; border-top:none; background:var(--navy); }
.pl-legend .sw.reports { width:11px; height:11px; border-top:none; transform:rotate(45deg);
                         background:var(--surface); border:1.5px solid var(--navy); }

/* the plate's trust footer -- source + last-verified + changelog (board 1c/1e) */
.pl-foot { background:var(--ground); border-top:1px solid var(--hairline); padding:14px 20px;
           display:flex; align-items:baseline; justify-content:space-between; gap:20px; flex-wrap:wrap; }
.pl-foot .src, .pl-foot .asof { font-family:var(--mono); font-size:12.5px; color:var(--slate); }
.pl-foot .meta { display:flex; gap:20px; align-items:baseline; flex-wrap:wrap; }
.pl-foot a { font-family:var(--mono); font-size:12.5px; }

/* the text alternative -- accessibility is load-bearing; every visual carries one */
.pl-altbody { margin-top:24px; }
.pl-altbody h2 { font-family:var(--serif); font-size:19px; font-weight:600; margin:0 0 10px; }
.pl-altbody ol, .pl-altbody ul { margin:0; padding-left:20px; }
.pl-altbody li { font-size:15px; line-height:1.6; margin-bottom:6px; }

/* ---------- 1d · THE READING PAGE ---------- */
.read { max-width:760px; margin:0 auto; }
.read .body { padding:32px 20px 40px; }
.read .rk { font-family:var(--mono); font-size:12px; letter-spacing:.1em; color:var(--slate); margin-bottom:16px; }
.read h1 { font-family:var(--serif); font-size:32px; line-height:1.15; font-weight:600;
           color:var(--ink); margin:0 0 16px; text-wrap:pretty; }
.read .rdeck { font-family:var(--serif); font-style:italic; font-size:20px; line-height:1.45;
               color:var(--slate); margin:0 0 20px; text-wrap:pretty; }
.read .rmeta { display:flex; gap:14px; align-items:baseline; flex-wrap:wrap;
               border-top:1px solid var(--rule); border-bottom:1px solid var(--rule);
               padding:10px 0; margin-bottom:32px; }
.read .rmeta span, .read .rmeta a { font-family:var(--mono); font-size:12.5px; color:var(--slate); }
.read .rmeta .sep { color:var(--dim); }
/* the measure: 19/1.65, <=66ch (board 1f) */
.read p { font-family:var(--serif); font-size:19px; line-height:1.65; color:var(--ink);
          margin:0 0 22px; max-width:66ch; text-wrap:pretty; }
.read h2 { font-family:var(--serif); font-size:25px; font-weight:600; color:var(--ink);
           margin:0 0 16px; border-top:1px solid var(--rule); padding-top:28px; }
.read h3 { font-family:var(--serif); font-size:21px; font-weight:600; color:var(--ink); margin:24px 0 12px; }
.read sup { font-family:var(--sans); font-size:12px; color:var(--navy); }
/* the section numeral: mono, quiet -- it indexes, it does not decorate (the arterial
   drop-cap numeral was Survey ornament and is retired) */
.read h2 .hn { font-family:var(--mono); font-size:13px; font-weight:400; color:var(--slate);
               margin-right:10px; vertical-align:baseline; }
/* forward-motion ending: the essay exits on the next step, never a summary bow */
.rnext { border-top:1px solid var(--rule); padding-top:20px; margin-top:8px; }
.rnext a { font-family:var(--sans); font-size:15px; font-weight:500; text-decoration:none; }
.rnext a:hover { text-decoration:underline; }
.read blockquote, .read .callout { background:var(--ground); border:1px solid var(--hairline);
           border-radius:6px; padding:16px 18px; margin:0 0 22px; max-width:66ch; }
.read .callout p:last-child, .read blockquote p:last-child { margin-bottom:0; }
.read ul, .read ol { max-width:66ch; padding-left:22px; margin:0 0 22px; }
.read li { font-family:var(--serif); font-size:19px; line-height:1.65; margin-bottom:8px; }

/* ---------- 1e · TRUST APPARATUS (the only surviving chrome) ---------- */
.cite { font-family:var(--mono); font-size:12.5px; color:var(--slate); line-height:1.6; }
.cite .accessed { color:var(--dim); }   /* the accessed date is part of the citation */

/* per-claim citation marks (2026-07-14 trust architecture) -- each line of "The drawing in
   words" carries the numbers of the margin sources that back it; the mark is apparatus, not
   ornament, so it sets in the existing .cite voice, one step smaller and dimmer than body text */
.pl-cite { font-size:11px; letter-spacing:.03em; color:var(--dim); white-space:normal; }
.pl-cite a { font-family:var(--mono); font-size:11px; color:var(--slate); text-decoration:none; }
.pl-cite a:hover { color:var(--ink); text-decoration:underline; }
.pl-citekey { margin:14px 0 0; }
.pl-citekey a { font-family:var(--mono); font-size:12.5px; }
.pl-foot .src .srcitem { white-space:nowrap; }
.pl-foot .src .srcnum { color:var(--dim); text-decoration:none; }

/* the apparatus note -- a page-level statement of how to read the ledger below it, or the review
   cadence the atlas publicly commits to. Trust apparatus, not ornament: it is the Survey system's
   rule-boxed .howto re-registered, and it is its own class because the register's existing boxes
   (.read .callout, .colo .limits) are scoped to pages the ledgers are not.
   ADDED 2026-07-14 with the Changelog / References / Shelf re-skin. */
.docnote { background:var(--ground); border:1px solid var(--hairline); border-radius:6px;
           padding:14px 16px; font-family:var(--mono); font-size:12.5px; line-height:1.75;
           letter-spacing:.02em; color:var(--slate); }

/* the ledger pages: Changelog / References / The Shelf -- dense, scannable, dated */
.ledger { display:flex; flex-direction:column; gap:28px; }
.ledger .lgroup > .lh { font-family:var(--mono); font-size:11px; letter-spacing:.12em;
                        color:var(--slate); margin:0 0 10px; }
.ledger table { width:100%; border-collapse:collapse; border:1px solid var(--hairline);
                border-radius:6px; overflow:hidden; }
.ledger th { text-align:left; font-family:var(--mono); font-size:11px; letter-spacing:.08em;
             font-weight:500; color:var(--slate); background:var(--ground);
             padding:10px 12px; border-bottom:1px solid var(--hairline); }
.ledger td { padding:10px 12px; font-size:14.5px; line-height:1.5; color:var(--ink);
             border-bottom:1px solid var(--rule); vertical-align:top; }
.ledger tr:last-child td { border-bottom:none; }
.ledger td.d { font-family:var(--mono); font-size:12.5px; color:var(--slate); white-space:nowrap; }
/* dense tables must scroll in their own container -- the page body never scrolls sideways */
.ledger .wrap { overflow-x:auto; -webkit-overflow-scrolling:touch; }
.ledger .wrap table { min-width:720px; }

/* the changelog: a dated record of states and corrections */
.chlog { display:flex; flex-direction:column; }
.chlog .row { display:flex; gap:20px; padding:14px 0; border-bottom:1px solid var(--rule); }
.chlog .row:last-child { border-bottom:none; }
.chlog .row .when { font-family:var(--mono); font-size:12.5px; color:var(--slate);
                    white-space:nowrap; flex:0 0 100px; }
.chlog .row .what { font-size:15px; line-height:1.6; color:var(--ink); }

/* the colophon -- The Access keeps only this; the author placard lives on john-cruz.co */
.colo { max-width:640px; }
.colo p { font-size:16px; line-height:1.65; color:var(--ink); margin:0 0 16px; }
.colo .limits { background:var(--ground); border:1px solid var(--hairline); border-radius:6px;
                padding:16px 18px; font-size:14.5px; line-height:1.6; color:var(--slate); }

/* ---------- desktop, inner pages ---------- */
@media (min-width:820px) {
  .doc { padding:32px 40px 64px; }
  .docbar { padding:16px 32px; }
  .pl-head { padding:24px 32px 20px; }
  .pl-title { font-size:30px; }
  .pl-body { padding:32px; }
  .pl-foot { padding:14px 32px; }
  .read .body { padding:48px 48px 56px; }
  .read h1 { font-size:42px; }
  .read .rdeck { font-size:21px; }
  .read h2 { font-size:27px; }
}

/* ==========================================================================
   THE CROSSROADS WALK + EXPLORE (crossroads-walk.js). Injected controls only;
   without JS the .pl-draw is the untouched static plate. Motion is explanatory
   (camera frames a beat; the route inks in) and reduced-motion drops all durations.
   ========================================================================== */
.cr-stage.pl-draw { position:relative; }
.cr-wrap { will-change:transform; }
.cr-stage.cr-armed { overflow:hidden; }

/* doors */
.cr-doors { display:flex; flex-direction:column; gap:10px; margin-bottom:16px; }
.cr-doorrow { display:grid; grid-template-columns:1fr; gap:10px; }
.cr-door { text-align:left; background:var(--surface); border:1px solid var(--border); border-radius:6px;
           padding:12px 14px; min-height:44px; cursor:pointer; display:flex; flex-direction:column; gap:3px;
           transition:background-color 120ms var(--ease), border-color 120ms var(--ease); }
.cr-door:hover { background:var(--hover); border-color:var(--navy); }
.cr-door.on { background:var(--navy); border-color:var(--navy); }
.cr-door.on .cr-dk { color:#fff; } .cr-door.on .cr-ds { color:var(--on-navy-sub); }
.cr-dk { font-family:var(--mono); font-size:12.5px; font-weight:500; letter-spacing:.06em; color:var(--navy); }
.cr-ds { font-size:13px; color:var(--slate); }
.cr-statusrow { display:flex; align-items:center; justify-content:space-between; gap:12px; flex-wrap:wrap; }
.cr-status { font-family:var(--mono); font-size:11.5px; letter-spacing:.04em; color:var(--slate); }
.cr-zoom { display:inline-flex; gap:6px; }
.cr-zoom button { min-width:36px; min-height:32px; background:var(--surface); border:1px solid var(--border);
                  border-radius:6px; cursor:pointer; font-family:var(--mono); font-size:13px; color:var(--navy); }
.cr-zoom button:hover { border-color:var(--navy); }

/* caption bar (walk) */
.cr-cap { border:1px solid var(--border); border-radius:6px; background:var(--surface); margin-top:16px;
          padding:14px 18px; display:flex; flex-direction:column; gap:6px; }
.cr-caphead { display:flex; justify-content:space-between; gap:12px; align-items:baseline; flex-wrap:wrap; }
.cr-capk { font-family:var(--mono); font-size:11px; letter-spacing:.08em; color:var(--slate); }
.cr-capn { font-family:var(--mono); font-size:11px; color:var(--dim); }
.cr-capmain { display:flex; gap:24px; align-items:flex-start; justify-content:space-between; flex-wrap:wrap; }
.cr-captext { flex:1 1 380px; min-width:240px; display:flex; flex-direction:column; gap:4px; }
.cr-capt { font-family:var(--serif); font-size:19px; font-weight:600; color:var(--ink); line-height:1.2; }
.cr-capb { font-size:13.5px; line-height:1.55; color:var(--ink); max-width:74ch; text-wrap:pretty; }
.cr-capbtns { display:flex; align-items:center; gap:8px; flex-shrink:0; }
.cr-capbtns button { min-height:44px; border-radius:6px; cursor:pointer; font-family:var(--mono);
                     font-size:12px; letter-spacing:.06em; }
.cr-back { padding:8px 14px; background:var(--surface); border:1px solid var(--border); color:var(--navy); }
.cr-next { padding:8px 20px; background:var(--navy); border:1px solid var(--navy); color:#fff; }
.cr-next:hover { background:var(--ink); }
.cr-skip { padding:8px 10px; background:transparent; border:none; color:var(--slate);
           text-decoration:underline; text-underline-offset:2px; }

/* handoff bar */
.cr-hand { border:1px solid var(--border); border-radius:6px; background:var(--surface); margin-top:16px;
           padding:14px 18px; display:flex; gap:24px; align-items:flex-start; justify-content:space-between; flex-wrap:wrap; }
.cr-handtext { flex:1 1 380px; min-width:240px; display:flex; flex-direction:column; gap:4px; }
.cr-handk { font-family:var(--mono); font-size:11px; letter-spacing:.08em; color:var(--slate); }
.cr-handt { font-family:var(--serif); font-size:19px; font-weight:600; color:var(--ink); }
.cr-handb { font-size:13.5px; line-height:1.55; color:var(--ink); }
.cr-handbtns { display:flex; align-items:center; gap:8px; flex-shrink:0; flex-wrap:wrap; }
.cr-handbtns button { min-height:44px; border-radius:6px; cursor:pointer; font-family:var(--mono);
                      font-size:12px; letter-spacing:.06em; }
.cr-hoexp { padding:8px 20px; background:var(--navy); border:1px solid var(--navy); color:#fff; }
.cr-hooth { padding:8px 14px; background:var(--surface); border:1px solid var(--border); color:var(--navy); }

/* detail card (explore) */
.cr-card { border:1px solid var(--border); border-radius:6px; background:var(--surface); margin-top:16px;
           padding:18px 20px; display:flex; flex-direction:column; gap:10px; max-width:860px; }
.cr-cardhead { display:flex; justify-content:space-between; align-items:flex-start; gap:12px; }
.cr-cardk { font-family:var(--mono); font-size:11px; letter-spacing:.1em; color:var(--slate); }
.cr-cardx { background:none; border:none; cursor:pointer; font-family:var(--mono); font-size:11px;
            letter-spacing:.06em; color:var(--slate); }
.cr-cardx:hover { color:var(--ink); }
.cr-cardt { font-family:var(--serif); font-size:22px; font-weight:600; color:var(--ink); line-height:1.2; }
.cr-cards { font-family:var(--mono); font-size:11.5px; letter-spacing:.04em; color:var(--slate); }
.cr-cardn { font-size:14.5px; line-height:1.6; color:var(--ink); margin:0; max-width:70ch; }
.cr-roads { display:flex; flex-wrap:wrap; gap:6px 10px; align-items:baseline; }
.cr-rd { font-family:var(--mono); font-size:10.5px; letter-spacing:.08em; color:var(--dim); }
.cr-road { font-size:13px; color:var(--ink); }
.cr-rl { color:var(--slate); }
.cr-pins { display:flex; flex-direction:column; gap:4px; }
.cr-pin { font-family:var(--mono); font-size:12px; color:var(--slate); }
a.cr-pin { color:var(--navy); text-decoration:none; }
a.cr-pin:hover { color:var(--ink); text-decoration:underline; text-underline-offset:2px; }
.cr-pintag { color:var(--dim); }
.cr-cardled { font-family:var(--mono); font-size:11px; letter-spacing:.04em; color:var(--dim); }

@media (min-width:820px) {
  .cr-doorrow { grid-template-columns:1fr 1fr 1fr; }
}

/* ---------- motion: explanatory only, static-complete ---------- */
.entry, .plate, a { transition:background-color 120ms var(--ease), color 120ms var(--ease); }
@media (prefers-reduced-motion:reduce) {
  * { transition:none !important; animation:none !important; }
  html { scroll-behavior:auto; }
}

/* ==========================================================================
   THE AUTHORSHIP LAYER -- welded 1:1 from "Authorship Layer - Specimen Sheet v2"
   (Claude Design project "The Access Design System", 3597c845). John's picks,
   2026-07-22: W-C the lowercase wordmark · L-C the signed sentence · T-C the
   filed question. The unit is PARKED (no pictorial mark ships; see
   COMMISSION-02.2 for its flip condition).
   Fidelity notes: (1) the board set the thesis at 64px full-bleed; the welded
   landing keeps the ruled 7:5 hero grid, so the question spans both columns and
   the deck/entries share the row beneath. (2) the board's 'opsz' 60 optical cut
   depends on the font file carrying an opsz axis -- see the @font-face block.
   ========================================================================== */

/* W-C -- the lowercase register (the mark is content: "the access"; this is its set) */
.brand { letter-spacing:-.01em; }

/* T-C -- the filed question: the date-band apparatus above the thesis mass */
.qband { display:flex; justify-content:space-between; align-items:baseline; gap:16px;
         flex-wrap:wrap; border-top:1px solid var(--ink); border-bottom:1px solid var(--rule);
         padding:8px 2px; }
.qband .qk { font-family:var(--mono); font-size:12px; letter-spacing:.12em;
             text-transform:uppercase; color:var(--slate); }
.qband .qs { font-family:var(--mono); font-size:12px; letter-spacing:.08em;
             text-transform:uppercase; color:var(--slate); }
.hero .q { font-size:33px; line-height:1.1; letter-spacing:-.018em;
           max-width:20ch; text-wrap:balance; }

/* L-C -- the signed sentence: the single human line above the footer disclaimer */
.foot .signed { font-family:var(--serif); font-size:15px; line-height:1.6; color:#fff;
                max-width:72ch; }

@media (min-width:820px) {
  .hero { gap:24px 48px; }
  .hero .qband { grid-column:1 / -1; align-self:start; }
  .hero .q { grid-column:1 / -1; font-size:64px; line-height:1.06; margin:0; }
  /* the board steps the deck straight off the mass (T-C: margin-top 22px). The hero grid's
     inherited align-items:end would instead float it to the bottom of the entries' row. */
  .hero .deck { grid-column:1; align-self:start; }
  .hero .entries { grid-column:2; }
}

/* ============================================================================
   THE CROSSWALK, OPENED (.cw- / #cw-svg) — welded 1:1 from the COMMISSION-06 board
   "The Crosswalk, Opened - Board.html" (The Access Design System 3597c845; archived at
   cornerstone-map/design/The Access - The Crosswalk Opened.dc.html), 2026-07-26.
   Additive only — no register value is overridden. Route-red encodes exactly one
   thing on this plate: the tag the reader has selected.
   ============================================================================ */
.cw-statement{border-top:1px solid var(--ink);border-bottom:1px solid var(--rule);padding:14px 0 16px;display:flex;flex-direction:column;gap:6px;margin:0 0 18px}
.cw-statement .k{font-family:var(--mono);font-size:11px;letter-spacing:.12em;color:var(--slate)}
.cw-statement .s{font-family:var(--serif);font-size:22px;font-weight:600;letter-spacing:-.01em;color:var(--ink)}
.cw-statement .n{font-size:14.5px;line-height:1.6;color:var(--slate);margin:2px 0 0;max-width:78ch}
@media(min-width:820px){.cw-statement .s{font-size:26px}}
.cw-tools{display:flex;flex-direction:column;gap:14px;margin:0 0 18px}
.cw-look{display:flex;flex-wrap:wrap;gap:8px;align-items:center}
.cw-look .k{font-family:var(--mono);font-size:11px;letter-spacing:.12em;color:var(--slate)}
.cw-look input{font-family:var(--mono);font-size:14px;color:var(--ink);background:var(--surface);
  border:1px solid var(--border);border-radius:6px;padding:0 12px;height:44px;width:130px;letter-spacing:.06em}
.cw-look input:focus-visible{outline:2px solid var(--navy);outline-offset:1px}
.cw-look button{font-family:var(--mono);font-size:11.5px;letter-spacing:.08em;color:#fff;background:var(--navy);
  border:1px solid var(--navy);border-radius:6px;height:44px;padding:0 16px;cursor:pointer}
.cw-look button:hover{background:var(--ink);border-color:var(--ink)}
.cw-look .msg{font-family:var(--mono);font-size:11.5px;letter-spacing:.04em;color:var(--slate)}
.cw-doors{display:flex;flex-wrap:wrap;gap:8px;align-items:center}
.cw-doors .k{font-family:var(--mono);font-size:11px;letter-spacing:.12em;color:var(--slate);margin-right:4px}
.cw-door{font-family:var(--mono);font-size:11.5px;letter-spacing:.06em;color:var(--navy);background:var(--surface);
  border:1px solid var(--border);border-radius:6px;padding:0 10px;min-height:38px;cursor:pointer;
  transition:background-color 120ms var(--ease),border-color 120ms var(--ease),color 120ms var(--ease)}
.cw-door:hover{background:var(--hover);border-color:var(--navy)}
.cw-door.on{background:var(--navy);border-color:var(--navy);color:#fff}
.cw-door.out{border-style:dashed}
.cw-stage{display:grid;grid-template-columns:1fr;gap:20px;align-items:start;margin:0 0 18px}
@media(min-width:1180px){.cw-stage{grid-template-columns:minmax(0,1fr) 352px;gap:24px}}
.cw-drawcol{min-width:0;display:flex;flex-direction:column;gap:8px}
#cw-svg text{-webkit-user-select:none;user-select:none}
#cw-svg .cap{font-family:var(--mono);font-size:12px;letter-spacing:.1em;fill:var(--slate)}
#cw-svg .capd{font-family:var(--mono);font-size:11px;letter-spacing:.08em;fill:var(--dim)}
#cw-svg .rule{stroke:var(--rule);stroke-width:1}
#cw-svg .hair{stroke:var(--hairline);stroke-width:1}
#cw-svg .box{fill:var(--surface);stroke:var(--border);stroke-width:1}
#cw-svg .box.out{stroke:var(--navy);stroke-dasharray:5 4}
#cw-svg .sec{font-family:var(--mono);font-size:12px;letter-spacing:.06em;fill:var(--slate)}
#cw-svg .nam{font-family:var(--sans);font-size:14px;fill:var(--ink)}
#cw-svg .map{fill:none;stroke:var(--navy);stroke-width:1}
#cw-svg .map.out{stroke-dasharray:5 4}
#cw-svg .axis{stroke:var(--ink);stroke-width:1}
#cw-svg .atick{stroke:var(--slate);stroke-width:1}
#cw-svg .alab{font-family:var(--mono);font-size:12px;letter-spacing:.04em;fill:var(--slate)}
#cw-svg .blk{fill:var(--navy);fill-opacity:.14;stroke:var(--navy);stroke-width:1}
#cw-svg .rng{font-family:var(--mono);font-size:12px;letter-spacing:.04em;fill:var(--ink)}
#cw-svg .rngs{font-family:var(--mono);font-size:11px;letter-spacing:.06em;fill:var(--dim)}
#cw-svg .epband{fill:none;stroke:var(--navy);stroke-width:1;stroke-dasharray:5 4}
#cw-svg .hit{fill:transparent;cursor:pointer}
#cw-svg .hit:focus{outline:none}
#cw-svg .hit:focus-visible{outline:2px solid var(--navy);outline-offset:2px}
#cw-svg g.grp{transition:opacity 120ms var(--ease)}
#cw-svg.foc g.grp{opacity:.15}
#cw-svg.foc g.grp.on{opacity:1}
#cw-svg .lensrule{stroke:var(--navy);stroke-width:1}
#cw-svg .tk{fill:var(--surface);stroke:var(--border);stroke-width:1;stroke-dasharray:2.6 2.6}
#cw-svg .tk.has{fill:var(--navy);fill-opacity:.16;stroke:var(--navy);stroke-dasharray:none}
#cw-svg .tk.sel{fill:var(--route);fill-opacity:1;stroke:var(--route);stroke-dasharray:none}
#cw-svg .tkl{font-family:var(--mono);font-size:11px;letter-spacing:.02em;fill:var(--slate)}
#cw-svg .tkl.has{fill:var(--ink)}
#cw-svg .tkl.sel{fill:var(--route)}
#cw-svg .selmark{stroke:var(--route);stroke-width:3}
#cw-svg .xarc{fill:none;stroke:var(--navy);stroke-width:1}
#cw-svg .xdot{fill:var(--navy)}
#cw-svg .xlab{font-family:var(--mono);font-size:11px;letter-spacing:.04em;fill:var(--navy)}
.cw-panel{border:1px solid var(--border);border-radius:6px;background:var(--surface);padding:16px 18px;
  display:flex;flex-direction:column;gap:10px}
@media(min-width:1180px){.cw-panel{position:sticky;top:16px;max-height:calc(100vh - 40px);overflow-y:auto}}
.cw-phead{display:flex;justify-content:space-between;align-items:baseline;gap:12px}
.cw-pk{font-family:var(--mono);font-size:11px;letter-spacing:.1em;color:var(--slate)}
.cw-px{background:none;border:none;cursor:pointer;font-family:var(--mono);font-size:11px;letter-spacing:.06em;color:var(--slate);padding:0}
.cw-px:hover{color:var(--ink)}
.cw-tag{font-family:var(--mono);font-size:34px;letter-spacing:.02em;color:var(--route);line-height:1}
.cw-ptitle{font-family:var(--serif);font-size:20px;font-weight:600;color:var(--ink);line-height:1.25}
.cw-pmeta{font-family:var(--mono);font-size:11.5px;letter-spacing:.04em;color:var(--slate);line-height:1.7}
.cw-plab{font-family:var(--mono);font-size:11px;letter-spacing:.12em;color:var(--slate);border-top:1px solid var(--rule);padding-top:8px;margin-top:2px}
.cw-verb{font-family:var(--serif);font-size:15px;line-height:1.6;color:var(--ink);margin:0}
.cw-verb+.cw-verb{margin-top:8px}
.cw-flag{font-family:var(--mono);font-size:11px;letter-spacing:.04em;color:var(--dim);line-height:1.6}
.cw-note{font-size:14px;line-height:1.6;color:var(--ink);margin:0}
.cw-xrefs{display:flex;flex-direction:column;gap:8px}
.cw-xref{text-align:left;background:var(--surface);border:1px solid var(--border);border-radius:6px;padding:9px 11px;
  min-height:44px;cursor:pointer;display:flex;flex-direction:column;gap:3px;
  transition:background-color 120ms var(--ease),border-color 120ms var(--ease)}
.cw-xref:hover{background:var(--hover);border-color:var(--navy)}
.cw-xref .t{font-family:var(--mono);font-size:13px;letter-spacing:.04em;color:var(--navy)}
.cw-xref .w{font-size:12.5px;line-height:1.45;color:var(--slate)}
.cw-led{font-family:var(--mono);font-size:11px;letter-spacing:.04em;color:var(--dim);line-height:1.6}
.cw-out{font-family:var(--mono);font-size:11.5px;letter-spacing:.04em}
.cw-counts{display:flex;flex-direction:column;gap:5px;border-top:1px solid var(--rule);padding-top:12px;margin:0 0 18px}
.cw-counts .l{font-family:var(--mono);font-size:12px;letter-spacing:.04em;color:var(--slate)}
.cw-counts .l .v{color:var(--ink)}

/* ============================================================================
   THE ACCUMULATION (.ac- / #ac-svg) — welded 1:1 from the COMMISSION-05 board
   "The Accumulation - Board.html" (The Access Design System 3597c845; archived at
   cornerstone-map/design/The Access - The Accumulation.dc.html), 2026-07-26.
   Additive only. Route-red encodes exactly one thing here: terminated/removed.
   ============================================================================ */
.ac-statement{border-top:1px solid var(--ink);border-bottom:1px solid var(--rule);padding:14px 0 16px;display:flex;flex-direction:column;gap:6px;margin:0 0 18px}
.ac-statement .k{font-family:var(--mono);font-size:11px;letter-spacing:.12em;color:var(--slate)}
.ac-statement .s{font-family:var(--serif);font-size:22px;font-weight:600;letter-spacing:-.01em;color:var(--ink)}
@media(min-width:820px){.ac-statement .s{font-size:26px}}
.ac-lanes{display:flex;flex-wrap:wrap;gap:8px;align-items:center;margin:0 0 18px}
.ac-lanes .k{font-family:var(--mono);font-size:11px;letter-spacing:.12em;color:var(--slate);margin-right:4px}
.ac-lanebtn{font-family:var(--mono);font-size:11.5px;letter-spacing:.08em;color:var(--navy);background:var(--surface);
  border:1px solid var(--border);border-radius:6px;padding:9px 12px;min-height:38px;cursor:pointer;
  transition:background-color 120ms var(--ease),border-color 120ms var(--ease),color 120ms var(--ease)}
.ac-lanebtn:hover{background:var(--hover);border-color:var(--navy)}
.ac-lanebtn.on{background:var(--navy);border-color:var(--navy);color:#fff}
.ac-lanebtn .n{color:var(--dim)}
.ac-lanebtn.on .n{color:var(--on-navy-sub)}
#ac-svg .ax{font-family:var(--mono);font-size:12px;letter-spacing:.08em;fill:var(--slate)}
#ac-svg .axmin{stroke:var(--hairline);stroke-width:1}
#ac-svg .grid{stroke:var(--hairline);stroke-width:1}
#ac-svg .lane-k{font-family:var(--mono);font-size:12px;letter-spacing:.12em;fill:var(--ink)}
#ac-svg .lane-c{font-family:var(--mono);font-size:11px;letter-spacing:.08em;fill:var(--dim)}
#ac-svg .lane-rule{stroke:var(--ink);stroke-width:1}
#ac-svg .row-rule{stroke:var(--rule);stroke-width:1}
#ac-svg .d8{font-family:var(--mono);font-size:12px;letter-spacing:.08em;fill:var(--slate)}
#ac-svg .box{fill:var(--surface);stroke:var(--border);stroke-width:1}
#ac-svg .lab{font-family:var(--sans);font-size:14px;fill:var(--ink)}
#ac-svg .band{fill:var(--navy);fill-opacity:.12}
#ac-svg .band.unv{fill-opacity:.06}
#ac-svg .band-out{fill:none;stroke:var(--ink);stroke-width:1.5}
#ac-svg .band-empty{fill:var(--surface);stroke:var(--navy);stroke-width:1;stroke-dasharray:4 3}
#ac-svg .arrive{stroke:var(--navy);stroke-width:1.5}
#ac-svg .arrive.unv{stroke-dasharray:3 3}
#ac-svg .carry{stroke:var(--navy);stroke-width:1.5;fill:none}
#ac-svg .endsch{stroke:var(--navy);stroke-width:1.5}
#ac-svg .endterm{stroke:var(--route);stroke-width:2.5}
#ac-svg .endlab{font-family:var(--mono);font-size:12px;letter-spacing:.08em;fill:var(--slate)}
#ac-svg .endlab.term{fill:var(--route)}
#ac-svg .chain{stroke:var(--navy);stroke-width:1;stroke-dasharray:2 3;fill:none}
#ac-svg .chainsq{fill:var(--surface);stroke:var(--navy);stroke-width:1}
#ac-svg .now{stroke:var(--navy);stroke-width:1.5;stroke-dasharray:1 4}
#ac-svg .nowlab{font-family:var(--mono);font-size:11px;letter-spacing:.1em;fill:var(--navy)}
#ac-svg .note{font-family:var(--mono);font-size:12px;letter-spacing:.06em;fill:var(--slate)}
#ac-svg .load{stroke:var(--navy);stroke-width:1.5;fill:none}
#ac-svg .load.down{stroke:var(--route);stroke-width:2.5}
#ac-svg .loadk{font-family:var(--mono);font-size:11px;letter-spacing:.1em;fill:var(--slate)}
#ac-svg .loadn{font-family:var(--mono);font-size:12px;letter-spacing:.08em;fill:var(--ink)}
#ac-svg .loadn.term{fill:var(--route)}
#ac-svg .hit{fill:transparent;cursor:pointer}
#ac-svg .hit:focus{outline:none}
#ac-svg .hit:focus-visible{outline:1.5px solid var(--navy);outline-offset:1px}
#ac-svg.foc .ac-lane{opacity:.15;transition:opacity 120ms var(--ease)}
#ac-svg.foc .ac-lane.on{opacity:1}
#ac-svg .ac-row.pin .box{stroke:var(--navy);stroke-width:1.5}
.ac-legend{display:flex;gap:24px 32px;flex-wrap:wrap;align-items:center;border-top:1px solid var(--rule);padding-top:16px;margin:0 0 14px}
.ac-legend .item{display:flex;align-items:center;gap:10px}
.ac-legend .lab{font-size:13.5px;color:var(--ink)}
.ac-legend .sw{display:inline-block;width:28px;height:0;flex:0 0 auto}
.ac-legend .sw.arrive{width:0;height:20px;border-left:1.5px solid var(--navy)}
.ac-legend .sw.band{height:14px;background:rgba(33,73,107,.12)}
.ac-legend .sw.term{width:0;height:20px;border-left:2.5px solid var(--route)}
.ac-legend .sw.sch{width:0;height:20px;border-left:1.5px solid var(--navy);opacity:.99}
.ac-legend .sw.out{height:14px;border:1.5px solid var(--ink);background:transparent}
.ac-legend .sw.empty{height:14px;border:1px dashed var(--navy);background:var(--surface)}
.ac-legend .sw.unv{height:14px;background:rgba(33,73,107,.06);border-left:1.5px dashed var(--navy)}
.ac-legend .sw.chain{border-top:1px dashed var(--navy)}
.ac-legend .sw.now{border-top:none;height:16px;background-image:radial-gradient(var(--navy) 1px,transparent 1px);background-size:4px 4px;width:6px}
.ac-legend .sw.load{border-top:1.5px solid var(--navy)}
.ac-notes{display:flex;flex-direction:column;gap:6px;border-top:1px solid var(--rule);padding-top:14px;margin:0 0 18px}
.ac-notes p{font-family:var(--mono);font-size:12px;line-height:1.7;letter-spacing:.02em;color:var(--slate);margin:0}
.ac-notes .v{color:var(--ink)}
#ac-card{display:none}
#ac-card.on{display:flex}
.ac-cardgrid{display:grid;grid-template-columns:1fr;gap:2px 20px}
@media(min-width:640px){.ac-cardgrid{grid-template-columns:auto 1fr}}
.ac-cardgrid dt{font-family:var(--mono);font-size:11px;letter-spacing:.1em;color:var(--slate);margin:0}
.ac-cardgrid dd{font-family:var(--mono);font-size:12.5px;color:var(--ink);margin:0 0 4px}
.ac-cardgrid dd.term{color:var(--route)}

/* ============================================================================
   THE POCKET — the narrow-viewport arrangement of the walk (COMMISSION-07 weld,
   2026-07-27). Board of record: cornerstone-map/design/The Access - The Walk,
   Pocketed.dc.html — declarations verbatim from the board's ph-pocket-css
   template. Below 760px, an armed walk locks to the viewport as three rows:
   status rail / camera stage / caption band. ONE fidelity patch, flagged: the
   board's shipped form emitted body:has(...){overflow:hidden} OUTSIDE the media
   query, contradicting its own DESKTOP ledger row ("every rule sits inside
   @media (max-width:759px)"); it is scoped inside here per the board's stated law.
   ========================================================================== */
@media (max-width:759px){
  .pl-body:has(> .cr-stage.cr-armed){position:fixed;inset:0;height:100dvh;z-index:60;display:grid;grid-template-rows:auto minmax(0,1fr) auto;margin:0;padding:0;gap:0;background:var(--ground);overflow:hidden}
  .pl-body:has(> .cr-stage.cr-armed) > *{display:none}
  .pl-body:has(> .cr-stage.cr-armed) > .cr-statusrow{display:flex;padding:8px 14px;background:var(--surface);border-bottom:1px solid var(--hairline)}
  .pl-body:has(> .cr-stage.cr-armed) > .cr-statusrow .cr-zoom{display:none}
  .pl-body:has(> .cr-stage.cr-armed) > .cr-stage{display:block;height:100%;min-height:0;margin:0;overflow:hidden}
  .pl-body:has(> .cr-stage.cr-armed) > .cr-cap,.pl-body:has(> .cr-stage.cr-armed) > .cr-hand{display:flex;flex-direction:column;flex-wrap:nowrap;gap:8px;max-height:46dvh;min-height:0;overflow:hidden;margin:0;padding:10px 16px calc(12px + env(safe-area-inset-bottom));border:0;border-top:1px solid var(--border);border-radius:0}
  .pl-body:has(> .cr-stage.cr-armed) .cr-capmain{flex-direction:column;flex-wrap:nowrap;gap:10px;min-height:0;overflow:hidden}
  .pl-body:has(> .cr-stage.cr-armed) .cr-captext,.pl-body:has(> .cr-stage.cr-armed) .cr-handtext{flex:0 1 auto;min-width:0;min-height:0;overflow-y:auto;overscroll-behavior:contain}
  .pl-body:has(> .cr-stage.cr-armed) .cr-capbtns{flex:0 0 auto;display:grid;grid-template-columns:auto minmax(0,1fr) auto;gap:8px}
  .pl-body:has(> .cr-stage.cr-armed) .cr-handbtns{flex:0 0 auto;display:grid;grid-template-columns:1fr;gap:8px}
  .pl-body:has(> .cr-stage.cr-armed) .cr-next{padding:8px 10px}
  .pl-body:has(> .cr-stage.cr-armed) .cr-skip{padding:8px 4px;font-size:11px}
  body:has(.cr-stage.cr-armed){overflow:hidden}  /* the page behind the pocket is stilled */
}
