/* ==========================================================================
   lp-edu.css — shared page CSS for the LP-education + founder-positioning set:
   venture-as-an-asset-class · esvclp · why-australia · founder-archetypes ·
   our-lps
   Builds only on styles.css + css/vc.css. No new colour tokens.
   ========================================================================== */

/* ---------- source footnotes ---------- */
.srcs{margin-top:32px;padding-top:20px;border-top:1px solid var(--border);
  display:flex;flex-direction:column;gap:10px}
.srcs .s{display:grid;grid-template-columns:22px minmax(0,1fr);gap:10px;
  color:var(--muted-2);font-size:12px;line-height:18px}
.srcs .s .n{font-family:var(--font-mono);color:var(--faint)}
.srcs .s b{color:var(--muted);font-weight:500}

/* ---------- compliance notice ---------- */
.notice{border:1px solid var(--border-2);border-left:2px solid var(--to-grey-300);
  border-radius:0;background:var(--chip);padding:20px 24px;
  display:flex;flex-direction:column;gap:10px}
.notice .nt-h{display:flex;align-items:center;gap:10px;flex-wrap:wrap}
.notice h4{font-size:14px;line-height:20px;font-weight:600;letter-spacing:.02em;
  text-transform:uppercase}
.notice p{color:var(--muted);font-size:13px;line-height:20px;max-width:88ch}
.notice p + p{margin-top:0}
.notice a{color:var(--text);text-decoration:underline;text-underline-offset:3px;
  text-decoration-color:var(--faint)}
.notice a:hover{text-decoration-color:var(--text)}
.notice.tax{border-left-color:var(--accent)}
.notice.perm{border-left-color:var(--to-grey-400)}
.sec.notice-sec{padding-top:32px;padding-bottom:32px}

/* ---------- heat-mapped comparison table ---------- */
.hm-wrap{overflow-x:auto;border:1px solid var(--border);border-radius:0;
  background:var(--card)}
.hm{width:100%;border-collapse:collapse;font-size:14px;line-height:20px;
  min-width:560px}
.hm th{text-align:left;font-weight:500;color:var(--muted-2);padding:14px 16px;
  border-bottom:1px solid var(--border);font-size:12px;line-height:16px;
  letter-spacing:.06em;text-transform:uppercase;white-space:nowrap}
.hm th.n{text-align:right}
.hm td{padding:0;border-bottom:1px solid var(--hairline)}
.hm tbody tr:last-child td{border-bottom:none}
.hm td .cell{padding:14px 16px;display:block}
.hm td.lbl .cell{color:var(--text);white-space:nowrap}
.hm td.v{text-align:right}
.hm td.v .cell{font-family:var(--font-mono);font-size:13px;
  background:rgba(255,246,149,calc(.03 + var(--t,0) * .32))}
.hm tr.hero td.lbl .cell{font-weight:600;box-shadow:inset 2px 0 0 var(--accent)}
.hm tr.hero td.v .cell{color:var(--accent)}
.hm tr.dim td .cell{color:var(--muted)}
.hm caption{caption-side:bottom;text-align:left;padding:14px 16px;
  color:var(--muted-2);font-size:12px;line-height:18px;border-top:1px solid var(--border)}

.tbl-note{color:var(--muted-2);font-size:12px;line-height:18px;margin-top:14px;max-width:88ch}
.scroll-hint{display:none;color:var(--muted-2);font-family:var(--font-mono);
  font-size:11px;line-height:16px;margin-top:10px}

.hm-key{display:flex;align-items:center;gap:12px;margin-top:16px;flex-wrap:wrap;
  color:var(--muted-2);font-size:12px;line-height:16px}
.hm-key .bar{width:180px;height:10px;border-radius:0;
  background:linear-gradient(90deg,rgba(255,246,149,.03),rgba(255,246,149,.35));
  border:1px solid var(--border)}

/* ---------- correlation matrix (diverging) ---------- */
.corr-wrap{overflow-x:auto;border:1px solid var(--border);border-radius:0;
  background:var(--card)}
.corr{border-collapse:collapse;width:100%;min-width:660px;font-size:13px}
.corr th{font-weight:500;color:var(--muted-2);font-size:11px;line-height:16px;
  letter-spacing:.05em;text-transform:uppercase;padding:12px 10px;white-space:nowrap}
.corr thead th{border-bottom:1px solid var(--border);text-align:center}
.corr thead th:first-child{text-align:left}
.corr tbody th{text-align:left;color:var(--text);font-size:13px;
  letter-spacing:0;text-transform:none;padding-left:16px}
.corr td{padding:3px;text-align:center}
.corr td .c{display:block;padding:12px 8px;border-radius:0;
  font-family:var(--font-mono);font-size:13px;line-height:16px;color:var(--text);
  border:1px solid transparent}
.corr td.pos .c{background:rgba(250,250,249,calc(.05 + var(--v,0) * .40))}
.corr td.neg .c{background:rgba(250,250,249,calc(.04 + var(--v,0) * .28))}
.corr td.self .c{background:rgba(250,250,249,.07);color:var(--muted-2)}
.corr tr.hero th{box-shadow:inset 2px 0 0 var(--accent)}
.corr td.mark .c{border-color:var(--border-2)}

.corr-key{display:flex;align-items:center;gap:10px;margin-top:16px;flex-wrap:wrap;
  color:var(--muted-2);font-size:12px;line-height:16px}
.corr-key .bar{width:200px;height:10px;border-radius:0;border:1px solid var(--border);
  background:linear-gradient(90deg,rgba(250,250,249,.28),rgba(250,250,249,.05) 50%,rgba(250,250,249,.28))}

/* ---------- honest / caveat block ---------- */
.caveat{border:1px solid var(--border);border-radius:0;background:var(--chip);
  padding:24px;display:flex;flex-direction:column;gap:10px}
.caveat h3{font-size:16px;line-height:24px;font-weight:600}
.caveat p{color:var(--muted);font-size:15px;line-height:23px;max-width:72ch}
.caveat .tagline{font-family:var(--font-mono);font-size:11px;line-height:16px;
  letter-spacing:.08em;text-transform:uppercase;color:var(--to-grey-300)}

/* ---------- chart frame ---------- */
.chart{border:1px solid var(--border);border-radius:0;background:var(--card);
  padding:24px}
.chart svg{width:100%;height:auto;display:block;overflow:visible}
.chart .cap{color:var(--muted-2);font-size:12px;line-height:18px;margin-top:16px;
  padding-top:14px;border-top:1px solid var(--border)}
.chart .cap b{color:var(--muted);font-weight:500}
.c-grid{stroke:rgba(250,250,249,.09);stroke-width:1}
.c-axis{stroke:rgba(250,250,249,.22);stroke-width:1}
.c-lbl{fill:#78716c;font-family:var(--font-mono);font-size:10px}
.c-lbl.mid{text-anchor:middle}
.c-lbl.end{text-anchor:end}
.c-note{fill:#a6a09b;font-family:"Neue Haas Grotesk",sans-serif;font-size:11px}
.c-note.b{fill:#fafaf9;font-weight:500}

/* ---------- claim tiles with rank badge ---------- */
.claims{display:grid;grid-template-columns:repeat(3,1fr);gap:16px}
.claim{position:relative;border:1px solid var(--border);border-radius:0;
  background:var(--card);padding:24px;display:flex;flex-direction:column;gap:12px;
  transition:border-color .2s,background .2s}
.claim:hover{border-color:var(--border-2);background:#191512}
.claim .rank{display:inline-flex;align-items:center;gap:6px;align-self:flex-start;
  padding:4px 10px;border-radius:0;font-family:var(--font-mono);font-size:11px;
  line-height:16px;letter-spacing:.04em;
  background:rgba(250,250,249,.06);color:var(--muted);border:1px solid var(--border-2)}
.claim .rank.gold{background:rgba(250,250,249,.14);color:var(--to-grey-300);border-color:transparent}
.claim .rank.green{background:rgba(255,246,149,.10);color:var(--accent);border-color:transparent}
.claim .big{font-family:var(--font-head);font-weight:700;font-size:40px;line-height:36px;
  letter-spacing:0;text-transform:uppercase}
.claim .big.sm{font-size:28px;line-height:30px}
.claim h3{font-size:15px;line-height:22px;font-weight:600}
.claim p{color:var(--muted);font-size:14px;line-height:21px}
.claim .fn{margin-top:auto;padding-top:6px;color:var(--faint);font-family:var(--font-mono);
  font-size:11px;line-height:16px}

/* ---------- archetype cards ---------- */
.arch{border-top:1px solid var(--border);padding:36px 0;
  display:grid;grid-template-columns:minmax(0,1fr) minmax(0,1fr);gap:40px}
.arch:first-of-type{border-top:none;padding-top:8px}
.arch .a-l{display:flex;flex-direction:column;gap:14px}
.arch .a-ix{font-family:var(--font-mono);font-size:11px;line-height:16px;
  letter-spacing:.08em;text-transform:uppercase;color:var(--muted-2)}
.arch h3{font-size:28px;line-height:32px;font-weight:600;letter-spacing:-.01em}
.arch .def{color:var(--text);font-size:17px;line-height:26px;max-width:46ch}
.arch .why{color:var(--muted);font-size:15px;line-height:24px;max-width:52ch}
.arch .a-r{border:1px solid var(--border);border-radius:0;background:var(--card);
  padding:24px;display:flex;flex-direction:column;gap:14px}
.arch .ex-h{display:flex;align-items:baseline;justify-content:space-between;gap:12px;
  flex-wrap:wrap;padding-bottom:14px;border-bottom:1px solid var(--border)}
.arch .ex-h .nm{font-size:17px;line-height:24px;font-weight:600}
.arch .ex-h .co{font-family:var(--font-mono);font-size:12px;line-height:16px;color:var(--muted-2)}
.arch .ex-p{color:var(--muted);font-size:14px;line-height:22px}
.arch .facts{display:flex;flex-direction:column}
.arch .facts .f{display:flex;align-items:baseline;justify-content:space-between;gap:16px;
  padding:10px 0;border-bottom:1px solid var(--hairline);font-size:13px;line-height:20px}
.arch .facts .f:last-child{border-bottom:none}
.arch .facts .f .k{color:var(--muted-2)}
.arch .facts .f .v{color:var(--text);font-family:var(--font-mono);font-size:12px;text-align:right}

/* ---------- test / criteria rows ---------- */
.tests{display:grid;grid-template-columns:repeat(3,1fr);gap:0}
.tests > *{padding:28px 28px 28px 0}
.tests > * + *{padding-left:28px;border-left:1px solid var(--border)}
.tests .tn{font-family:var(--font-head);font-weight:700;font-size:32px;line-height:32px;
  color:var(--faint);margin-bottom:14px}
.tests h3{font-size:16px;line-height:24px;font-weight:600;margin-bottom:8px}
.tests p{color:var(--muted);font-size:14px;line-height:22px}

/* ---------- self-assessment ---------- */
.sa{border:1px solid var(--border);border-radius:0;background:var(--card);overflow:hidden}
.sa-q{display:flex;align-items:flex-start;gap:14px;padding:16px 24px;width:100%;
  text-align:left;border-bottom:1px solid var(--hairline);cursor:pointer;
  transition:background .16s}
.sa-q:hover{background:rgba(250,250,249,.02)}
.sa-q .box{flex:none;width:18px;height:18px;margin-top:3px;border-radius:0;
  border:1px solid var(--border-2);background:var(--surface);position:relative;
  transition:background .16s,border-color .16s}
.sa-q .box::after{content:"";position:absolute;left:5px;top:1px;width:6px;height:11px;
  border:solid var(--bg);border-width:0 2px 2px 0;transform:rotate(45deg) scale(.4);
  opacity:0;transition:opacity .16s,transform .16s}
.sa-q.on .box{background:var(--accent);border-color:var(--accent)}
.sa-q.on .box::after{opacity:1;transform:rotate(45deg) scale(1)}
.sa-q .qt{font-size:15px;line-height:23px;color:var(--muted)}
.sa-q.on .qt{color:var(--text)}
.sa-foot{display:flex;align-items:center;gap:20px;padding:20px 24px;flex-wrap:wrap;
  background:var(--chip)}
.sa-foot .score{font-family:var(--font-head);font-weight:700;font-size:32px;line-height:32px;
  letter-spacing:0;flex:none}
.sa-foot .verdict{color:var(--muted);font-size:14px;line-height:21px;flex:1;min-width:200px}
.sa-foot .verdict b{color:var(--text);font-weight:600}
.sa-foot .actions{display:flex;gap:10px;flex-wrap:wrap}
.sa-note{color:var(--muted-2);font-size:12px;line-height:18px;margin-top:14px}

/* ---------- name tiles (logo wall without logos) ---------- */
.name-wall{display:grid;grid-template-columns:repeat(4,1fr);gap:0;
  border:1px solid var(--border);border-radius:0;overflow:hidden}
.name-tile{padding:24px 20px;min-height:118px;display:flex;flex-direction:column;
  gap:20px;justify-content:center;
  border-right:1px solid var(--border);border-bottom:1px solid var(--border);
  transition:background .2s}
.name-tile:hover{background:rgba(250,250,249,.02)}
.name-wall .name-tile:nth-child(4n){border-right:none}
.name-wall .name-tile:nth-last-child(-n+4){border-bottom:none}
.name-tile .mark{font-family:var(--font-head);font-weight:700;font-size:15px;line-height:18px;
  letter-spacing:0;text-transform:uppercase;color:var(--muted-2)}
.name-tile .nm{font-size:15px;line-height:21px;font-weight:500;color:var(--text)}
.name-tile .ty{font-family:var(--font-mono);font-size:11px;line-height:16px;color:var(--faint)}

/* ---------- logo wall — the same tiles carrying real marks ----------
   Only on investors.html; our-lps.html still uses the initials wall.

   The base wall closes its outer edges with :nth-child(4n) and
   :nth-last-child(-n+4), both of which assume the tile count divides by four.
   Thirteen marks do not, so those two rules are unwound here and the edges are
   drawn structurally instead: every tile carries its own right and bottom rule
   and the wall carries top and left. A part-filled last row then ends where the
   tiles end, and adding Melbourne and UNSW later needs no arithmetic. */
/* minmax(0,1fr), not 1fr. A plain 1fr floors each track at the tile's
   min-content, and .lg's fixed 150px box makes that 190px — two columns then
   measure 380px and the wall runs past a 375px viewport. minmax(0,…) lets the
   track shrink and .lg's max-width:100% scales the mark down with it. */
.lp-logos{border-width:1px 0 0 1px;grid-template-columns:repeat(4,minmax(0,1fr))}
/* width:100% as well as min-width:0. min-width alone lets the track shrink but
   the tile still lays out at its max-content — at 375 that is a 260px tile in a
   150px track, and the two columns overlap. Pinning the tile to its track lets
   .lg's max-width scale the mark down with it. */
.lp-logos .name-tile{min-width:0;width:100%;align-items:center;text-align:center;
  border-right:1px solid var(--border);border-bottom:1px solid var(--border)}
.lp-logos .name-tile:nth-child(4n){border-right:1px solid var(--border)}
.lp-logos .name-tile:nth-last-child(-n+4){border-bottom:1px solid var(--border)}

/* The marks are white-ink SVG already, so no filter — a brightness/invert pass
   here would flatten them. Curtin and Swinburne are reversed-block lockups: a
   solid white plate with the letters knocked out, so the ground reads through
   the type. That is the real mark, not a wrong-variant file.

   A fixed box rather than a height cap. Capping height alone sets every mark to
   the same 30px of vertical, which makes a square crest (Menzies is 100x100)
   read as a third the size of a wordmark (Euphemia is 179x38). Boxing to
   150x38 and containing inside it lets tall marks use the height and wide ones
   use the width, so nothing dominates. align-self is centre rather than stretch
   because stretch pulls each box across the full tile and the marks inside then
   sit on whatever left edge their own aspect gives them. */
.lp-logos .lg{width:150px;height:38px;max-width:100%;object-fit:contain;
  object-position:center;align-self:center;
  opacity:.72;transition:opacity .2s}
.lp-logos .name-tile:hover .lg{opacity:1}

/* ---------- operator roll ---------- */
.ops{display:grid;grid-template-columns:repeat(2,1fr);gap:0}
.ops .op{display:flex;align-items:baseline;justify-content:space-between;gap:20px;
  padding:18px 24px 18px 0;border-bottom:1px solid var(--border)}
.ops .op:nth-child(2n){padding-left:24px;padding-right:0;border-left:1px solid var(--border)}
.ops .op .nm{font-size:16px;line-height:24px;font-weight:500}
.ops .op .co{color:var(--muted-2);font-family:var(--font-mono);font-size:12px;line-height:16px;
  text-align:right}

/* ---------- testimonials ---------- */
.testis{display:grid;grid-template-columns:repeat(3,1fr);gap:16px}
.lpe-testi{border:1px solid var(--border);border-radius:0;background:var(--card);padding:24px;
  display:flex;flex-direction:column;gap:18px}
.lpe-testi .qm{width:22px;height:18px;color:var(--faint);flex:none}
.lpe-testi blockquote{font-size:15px;line-height:24px;color:var(--text);flex:1}
.lpe-testi .by{padding-top:16px;border-top:1px solid var(--border)}
.lpe-testi .by .nm{font-size:14px;line-height:20px;font-weight:500}
.lpe-testi .by .rl{color:var(--muted-2);font-size:12px;line-height:18px;margin-top:2px}
/* A named person can carry their face next to the attribution. The byline turns
   into a row only where there is a portrait to put in it, so the quotes without
   one keep the block they already have — nothing existing moves.
   Square, on a hairline, the same as the team and founder portraits. The one
   round thing on this site is a brand mark, and this is not one. */
.lpe-testi .by:has(img){display:flex;align-items:center;gap:12px}
.lpe-testi .by img{width:40px;height:40px;flex:none;object-fit:cover;border-radius:0;
  background:none;border:1px solid rgba(250,250,249,.22)}

/* ---------- worked example ledger ---------- */
.ledger{border:1px solid var(--border);border-radius:0;background:var(--card);overflow:hidden}
.ledger .lg-h{padding:20px 24px;border-bottom:1px solid var(--border);background:var(--chip)}
.ledger .lg-h h3{font-size:16px;line-height:24px;font-weight:600}
.ledger .lg-h p{color:var(--muted-2);font-size:12px;line-height:18px;margin-top:6px;max-width:76ch}
.ledger .lr{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:20px;align-items:baseline;
  padding:16px 24px;border-bottom:1px solid var(--hairline)}
.ledger .lr .k{font-size:14px;line-height:21px;color:var(--muted)}
.ledger .lr .k b{color:var(--text);font-weight:500;display:block}
.ledger .lr .k span{display:block;color:var(--muted-2);font-size:12px;line-height:18px;margin-top:3px}
.ledger .lr .v{font-family:var(--font-mono);font-size:14px;line-height:20px;
  text-align:right;white-space:nowrap}
.ledger .lr.tot{background:rgba(255,246,149,.06);border-bottom:none}
.ledger .lr.tot .k b{font-weight:600}
.ledger .lr.tot .v{color:var(--accent);font-size:16px}
.ledger .lr.neg .v{color:var(--muted-2)}

/* ---------- eligibility checklist ---------- */
.elig{display:flex;flex-direction:column}
.elig .e{display:grid;grid-template-columns:24px minmax(0,1fr);gap:14px;
  padding:16px 0;border-bottom:1px solid var(--border)}
.elig .e:last-child{border-bottom:none}
.elig .e .tick{width:20px;height:20px;border-radius:0;margin-top:2px;
  background:rgba(255,246,149,.12);display:flex;align-items:center;justify-content:center}
.elig .e .tick svg{width:11px;height:11px;color:var(--accent)}
.elig .e h4{font-size:15px;line-height:23px;font-weight:600}
.elig .e p{color:var(--muted);font-size:14px;line-height:22px;margin-top:5px;max-width:76ch}

/* ---------- structure diagram ---------- */
.struct{border:1px solid var(--border);border-radius:0;background:var(--card);padding:24px}
.struct svg{width:100%;height:auto;display:block}
.struct-flow{display:none;flex-direction:column}
.struct-flow .sf{border:1px solid var(--border-2);border-radius:0;background:var(--surface);
  padding:14px 16px}
.struct-flow .sf.hi{border-color:rgba(255,246,149,.45);background:rgba(255,246,149,.07)}
.struct-flow .sf .t{font-size:15px;line-height:22px;font-weight:600}
.struct-flow .sf .s{color:var(--muted);font-size:13px;line-height:20px;margin-top:4px}
.struct-flow .sfa{display:flex;align-items:center;gap:10px;padding:10px 0 10px 18px;
  color:var(--muted-2);font-family:var(--font-mono);font-size:10px;letter-spacing:.06em}
.struct-flow .sfa::before{content:"";width:1px;height:22px;background:var(--border-2);
  margin-left:-8px;margin-right:6px}
.s-box{fill:#1c1917;stroke:rgba(250,250,249,.14)}
.s-box.hi{fill:rgba(255,246,149,.08);stroke:rgba(255,246,149,.45)}
.s-t{fill:#fafaf9;font-family:"Neue Haas Grotesk",sans-serif;font-size:12px;font-weight:500;text-anchor:middle}
.s-s{fill:#78716c;font-family:var(--font-mono);font-size:9.5px;text-anchor:middle}
.s-ln{stroke:rgba(250,250,249,.22);stroke-width:1}
.s-fl{fill:#a6a09b;font-family:var(--font-mono);font-size:9px;text-anchor:middle}

/* ---------- misc ---------- */
.pillrow{display:flex;gap:8px;flex-wrap:wrap;margin-top:8px}
.lede-2{color:var(--muted);font-size:16px;line-height:26px;max-width:74ch}
.lede-2 + .lede-2{margin-top:16px}
.xlinks{display:grid;grid-template-columns:repeat(3,1fr);gap:16px}
.xlink{border:1px solid var(--border);border-radius:0;background:var(--card);padding:20px;
  display:flex;flex-direction:column;gap:6px;transition:border-color .2s,background .2s}
.xlink:hover{border-color:var(--border-2);background:#191512}
.xlink .t{font-size:15px;line-height:22px;font-weight:600}
.xlink .d{color:var(--muted);font-size:13px;line-height:20px}
.xlink .go{color:var(--muted-2);font-family:var(--font-mono);font-size:11px;margin-top:6px}

/* ==========================================================================
   Responsive
   ========================================================================== */
@media (max-width:1100px){
  .claims{grid-template-columns:repeat(2,1fr)}
  .arch{grid-template-columns:1fr;gap:24px}
  .tests{grid-template-columns:1fr}
  .tests > *{padding:24px 0}
  .tests > * + *{padding-left:0;border-left:none;border-top:1px solid var(--border)}
  .name-wall{grid-template-columns:repeat(3,1fr)}
  .name-wall .name-tile:nth-child(4n){border-right:1px solid var(--border)}
  .name-wall .name-tile:nth-child(3n){border-right:none}
  .name-wall .name-tile:nth-last-child(-n+4){border-bottom:1px solid var(--border)}
  .name-wall .name-tile:nth-last-child(-n+3){border-bottom:none}
  /* Same unwinding as above — the logo wall draws its own edges and never
     removes a tile's rule by position. */
  .lp-logos{grid-template-columns:repeat(3,minmax(0,1fr))}
  .lp-logos .name-tile:nth-child(3n){border-right:1px solid var(--border)}
  .lp-logos .name-tile:nth-last-child(-n+3){border-bottom:1px solid var(--border)}
  .testis{grid-template-columns:1fr}
  .xlinks{grid-template-columns:1fr}
}
@media (max-width:620px){
  .scroll-hint{display:block}
  /* Charts: let them keep a legible size and scroll sideways, and scale the
     in-SVG type up so it survives the reduction. */
  .chart{overflow-x:auto}
  .chart svg{min-width:640px}
  .c-lbl{font-size:16px}
  .c-note{font-size:17px}
  /* The structure diagram is a flow, not a chart — stack it instead. */
  .struct{display:none}
  .struct-flow{display:flex}
  .claims{grid-template-columns:1fr}
  .claim .big{font-size:34px;line-height:32px}
  .name-wall{grid-template-columns:repeat(2,1fr)}
  .name-wall .name-tile:nth-child(3n){border-right:1px solid var(--border)}
  .name-wall .name-tile:nth-child(2n){border-right:none}
  .name-wall .name-tile:nth-last-child(-n+3){border-bottom:1px solid var(--border)}
  .name-wall .name-tile:nth-last-child(-n+2){border-bottom:none}
  .lp-logos{grid-template-columns:repeat(2,minmax(0,1fr))}
  .lp-logos .name-tile:nth-child(2n){border-right:1px solid var(--border)}
  .lp-logos .name-tile:nth-last-child(-n+2){border-bottom:1px solid var(--border)}
  .ops{grid-template-columns:1fr}
  .ops .op:nth-child(2n){padding-left:0;border-left:none}
  .ops .op{padding-right:0}
  .arch h3{font-size:24px;line-height:28px}
  .ledger .lr{grid-template-columns:1fr;gap:6px}
  .ledger .lr .v{text-align:left}
  .notice{padding:18px}
  .chart,.struct{padding:16px}
  .sa-foot{gap:14px}
}
