
/* the article measure */
.v16-root .wrap{width:100%;max-width:1180px;margin-left:auto;margin-right:auto;min-width:0}
.v16-root .sections > *{min-width:0}

/* the eyebrow's own label wraps on a phone here: the kit keeps it on one
   line, and these cards carry sentence-length markers (see
   components/v16/primitives/eyebrow.tsx). */
@media(max-width:560px){.v16-root .eyebrow span{white-space:normal}}
.v16-root .sec-h{font-size:20px;font-weight:600;letter-spacing:-.02em;margin:0 0 4px;line-height:1.2}
.v16-root .sec-h.sm{font-size:18px}
.v16-root .sec-p{font-size:13.5px;color:var(--ink-faint);margin:0 0 16px;max-width:60ch}

/* the header: headline beside the drawn object */
.v16-root .heroB{display:grid;grid-template-columns:1fr;gap:20px;align-items:center}
@media(min-width:940px){.v16-root .heroB{grid-template-columns:1.15fr .85fr;gap:30px}}
.v16-root .heroB > *{min-width:0}
.v16-root .h1mid{font-size:27px;font-weight:400;letter-spacing:-.03em;line-height:1.12;margin:0}
@media(min-width:820px){.v16-root .h1mid{font-size:40px}}
.v16-root .lede{font-size:16.5px;line-height:1.65;color:var(--ink-soft);max-width:60ch;margin:14px 0 0}
@media(min-width:820px){.v16-root .lede{font-size:18px}}
.v16-root .byline{font-family:"DM Mono",ui-monospace,monospace;font-size:10.5px;letter-spacing:.14em;
  text-transform:uppercase;color:var(--ink-faint);margin:0}

/* body prose */
.v16-root .prose{font-size:15px;line-height:1.7;color:var(--ink-soft);max-width:62ch;margin:0}
.v16-root .prose + .prose{margin-top:12px}
.v16-root .prose b,.v16-root .prose strong{font-weight:600;color:var(--ink)}
.v16-root .prose a{color:var(--ink);text-decoration:underline;text-underline-offset:2px}
.v16-root .disc{font-size:12px;line-height:1.65;color:var(--ink-faint);max-width:74ch;margin:0}

/* the drawn admit card */
.v16-root .admit .art{margin-top:18px;position:relative;z-index:1}
.v16-root .admit .art svg{display:block;width:100%;height:auto}

/* things as tiles */
.v16-root .papers{display:grid;grid-template-columns:1fr 1fr;gap:10px}
@media(min-width:760px){.v16-root .papers{grid-template-columns:repeat(3,1fr)}}
@media(min-width:1020px){.v16-root .papers{grid-template-columns:repeat(6,1fr)}}
@media(min-width:1020px){.v16-root .papers.four{grid-template-columns:repeat(4,1fr)}}
@media(min-width:1020px){.v16-root .papers.five{grid-template-columns:repeat(5,1fr)}}
.v16-root .pap{background:var(--card);border:1px solid var(--line);border-radius:16px;padding:13px 14px 14px;
  display:flex;flex-direction:column;gap:10px;min-width:0}
.v16-root .pap .n{font-family:"DM Mono",ui-monospace,monospace;font-size:9.5px;letter-spacing:.14em;
  text-transform:uppercase;color:var(--glow-text)}
.v16-root .pap svg{width:34px;height:34px;display:block;stroke:var(--night);fill:none;stroke-width:1.5;
  stroke-linecap:round;stroke-linejoin:round}
.v16-root .pap b{font-size:13.5px;font-weight:600;line-height:1.3;letter-spacing:-.01em}
.v16-root .pap.sep{background:var(--tint);border-style:dashed}
.v16-root .pap.sep .n{color:var(--ink-faint)}
.v16-root .pap.sep b{color:var(--ink-soft)}
.v16-root .pap.sep svg{stroke:var(--ink-faint)}
.v16-root .pap em{font-style:normal;font-size:11.5px;line-height:1.4;color:var(--ink-faint);margin-top:-4px}

/* the marks bar */
.v16-root .marks{padding:4px 0 0}
.v16-root .marks .scale{position:relative;height:34px;margin-top:26px}
.v16-root .marks .track{position:absolute;left:0;right:0;top:10px;height:14px;border-radius:999px;
  background:var(--tint);overflow:hidden}
.v16-root .marks .track i{position:absolute;left:0;top:0;bottom:0;
  background:linear-gradient(90deg,rgba(255,143,31,.35),var(--glow))}
.v16-root .marks .cut{position:absolute;top:0;bottom:-2px;width:2px;background:var(--night)}
.v16-root .marks .cutlab{position:absolute;top:-24px;transform:translateX(-50%);
  font-family:"DM Mono",ui-monospace,monospace;font-size:11px;letter-spacing:.1em;color:var(--ink);
  white-space:nowrap;font-weight:500}
.v16-root .marks .ends{display:flex;justify-content:space-between;margin-top:4px;
  font-family:"DM Mono",ui-monospace,monospace;font-size:10.5px;letter-spacing:.1em;color:var(--ink-faint)}
.v16-root .marks .under{display:flex;flex-wrap:wrap;gap:8px 22px;margin-top:16px;padding-top:14px;
  border-top:1px solid var(--tint)}
.v16-root .marks .under div{min-width:118px}
.v16-root .marks .under b{display:block;font-size:19px;font-weight:400;letter-spacing:-.02em;
  font-variant-numeric:tabular-nums}
.v16-root .marks .under span{display:block;margin-top:5px;font-family:"DM Mono",ui-monospace,monospace;
  font-size:9.5px;letter-spacing:.12em;text-transform:uppercase;color:var(--ink-faint)}

/* the year shape.
   NOT .ring, which the probe called it: ring is a Tailwind utility in this
   app (a box-shadow ring) AND a landing-sheet rule that sets stroke-dasharray,
   an INHERITED property, so the probe's own name drew a black box round the
   figure and dashed three quarters of the year away. Found in the port's first
   screenshot pass, 9 September 2026. Every value below is still the probe's. */
.v16-root .yearring{display:grid;grid-template-columns:1fr;gap:16px;align-items:center}
@media(min-width:640px){.v16-root .yearring{grid-template-columns:200px 1fr;gap:24px}}
.v16-root .yearring svg{width:100%;max-width:210px;height:auto;display:block;margin:0 auto}
.v16-root .yearkey{display:flex;flex-direction:column;gap:11px}
.v16-root .yearkey div{display:flex;align-items:flex-start;gap:11px;font-size:13.5px;line-height:1.45;
  color:var(--ink-soft)}
.v16-root .yearkey i{flex:none;margin-top:5px}
.v16-root .yearkey i.big{width:11px;height:11px;border-radius:50%;background:var(--glow)}
.v16-root .yearkey i.small{width:7px;height:7px;border-radius:50%;background:var(--slate);margin-top:7px}
.v16-root .yearkey i.arc{width:14px;height:5px;border-radius:999px;background:var(--night);margin-top:6px}
.v16-root .yearkey b{color:var(--ink);font-weight:600}

/* the money table */
.v16-root table.fee{width:100%;border-collapse:collapse;font-size:14px}
.v16-root table.fee th{text-align:left;font-family:"DM Mono",ui-monospace,monospace;font-size:9.5px;
  letter-spacing:.14em;text-transform:uppercase;color:var(--ink-faint);font-weight:400;
  padding:0 0 10px;border-bottom:1px solid var(--line)}
.v16-root table.fee th.r,.v16-root table.fee td.r{text-align:right}
.v16-root table.fee td{padding:12px 0;border-bottom:1px solid var(--tint);line-height:1.35}
.v16-root table.fee tr:last-child td{border-bottom:0}
.v16-root table.fee td.r{font-family:"DM Mono",ui-monospace,monospace;font-variant-numeric:tabular-nums;
  font-weight:500;white-space:nowrap}
.v16-root table.fee tr.hi td{background:rgba(255,143,31,.09)}
.v16-root .feewrap{overflow-x:auto}
.v16-root .feenote{margin:14px 0 0;font-size:12.5px;line-height:1.6;color:var(--ink-faint)}

/* step chips */
.v16-root .chips{display:flex;gap:10px;overflow-x:auto;padding:2px 0 10px;scroll-snap-type:x mandatory;
  -webkit-overflow-scrolling:touch;min-width:0}
.v16-root .chips::-webkit-scrollbar{height:6px}
.v16-root .chips::-webkit-scrollbar-thumb{background:var(--line);border-radius:999px}
.v16-root .chips .chp{scroll-snap-align:start;flex:0 0 auto;min-width:190px;max-width:240px;
  background:var(--tint);border-radius:14px;padding:13px 15px 15px}
.v16-root .chips .chp .n{font-family:"DM Mono",ui-monospace,monospace;font-size:10px;letter-spacing:.14em;
  text-transform:uppercase;color:var(--glow-text);display:flex;align-items:center;gap:7px}
.v16-root .chips .chp .n i{flex:1;height:2px;border-radius:999px;background:var(--glow);opacity:.35}
.v16-root .chips .chp b{display:block;margin-top:9px;font-size:14px;font-weight:600;line-height:1.3}
.v16-root .chips .chp span{display:block;margin-top:5px;font-size:12.5px;line-height:1.5;color:var(--ink-soft)}
@media(min-width:920px){.v16-root .chips{overflow:visible}
  .v16-root .chips .chp{flex:1 1 0;min-width:0;max-width:none}}

/* two portals: the comparison module */
.v16-root .portals{display:grid;grid-template-columns:1fr 46px 1fr;align-items:stretch;gap:0}
@media(max-width:700px){.v16-root .portals{grid-template-columns:1fr;gap:0}}
.v16-root .portal{border-radius:16px;padding:18px 18px 16px;background:var(--tint)}
.v16-root .portal.lit{background:linear-gradient(160deg,#102b49,var(--night));color:var(--cream)}
.v16-root .portal .pn{display:flex;align-items:baseline;gap:9px;flex-wrap:wrap}
.v16-root .portal .pn b{font-size:17px;font-weight:600;letter-spacing:-.02em}
.v16-root .portal .pn span{font-size:12px;font-family:"DM Mono",ui-monospace,monospace;
  letter-spacing:.08em;text-transform:uppercase;color:var(--ink-faint)}
.v16-root .portal.lit .pn span{color:var(--slate)}
.v16-root .portal p{margin:8px 0 0;font-size:13px;line-height:1.55;color:var(--ink-soft)}
.v16-root .portal.lit p{color:var(--slate)}
.v16-root .split-mark{display:flex;flex-direction:column;align-items:center;justify-content:center;
  gap:8px;padding:8px 0}
.v16-root .split-mark i{flex:1;width:1px;background:linear-gradient(var(--tint),var(--line),var(--tint))}
.v16-root .split-mark span{font-family:"DM Mono",ui-monospace,monospace;font-size:10px;
  letter-spacing:.1em;text-transform:uppercase;color:var(--ink-faint);
  writing-mode:vertical-rl;transform:rotate(180deg)}
@media(max-width:700px){
  .v16-root .split-mark{flex-direction:row;padding:12px 0}
  .v16-root .split-mark i{flex:1;width:auto;height:1px;background:var(--line)}
  .v16-root .split-mark span{writing-mode:horizontal-tb;transform:none}
}
.v16-root .portal-foot{margin:14px 0 0;font-size:13px;color:var(--ink-soft)}

/* the compact FAQ */

/* the numbered working under the solved question */
.v16-root .work.wsteps{padding:20px 22px;gap:12px;font-family:inherit}
.v16-root .work.wsteps .whead{display:flex;align-items:center;gap:10px;margin:0}
.v16-root .work.wsteps .whead span:last-child{font-family:"DM Mono",ui-monospace,monospace;
  font-size:10.5px;letter-spacing:.14em;text-transform:uppercase;color:#3c5b76;font-weight:400}
.v16-root .work.wsteps .whead i{width:14px;height:4px;border-radius:999px;background:var(--glow);flex:none}
.v16-root .work.wsteps ol{margin:0;padding:0;list-style:none;display:flex;flex-direction:column;gap:10px;
  counter-reset:w;font-family:inherit}
.v16-root .work.wsteps ol li{display:grid;grid-template-columns:24px 1fr;gap:12px;align-items:start;
  font-size:14px;line-height:1.5}
.v16-root .work.wsteps ol li::before{counter-increment:w;content:counter(w);width:24px;height:24px;
  border-radius:8px;background:rgba(255,255,255,.62);color:#26140a;
  font-family:"DM Mono",ui-monospace,monospace;
  font-size:11.5px;display:flex;align-items:center;justify-content:center;margin-top:1px}
.v16-root .work.wsteps .res{margin:0;padding:12px 14px;border-radius:14px;background:rgba(255,255,255,.6);
  font-size:14px;display:flex;align-items:center;gap:10px;flex-wrap:wrap}
.v16-root .work.wsteps .res b{color:var(--good);font-weight:600}
.v16-root .work.wsteps .res em{font-style:normal;color:var(--ink-soft);font-size:13px}

/* the practise ask, the onward rows and the closing line */
.v16-root .stickycta{display:flex;justify-content:center;padding:18px 0 2px}
.v16-root .stickycta .btn{width:100%;max-width:420px;box-shadow:0 3px 8px rgba(160,70,0,.28),
  0 18px 40px rgba(255,143,31,.4)}
@media(min-width:900px){
  /* an article's onward rows are the kit's .srow, so the second one loses its
     rule here too. Everything else is in the kit. */
  .v16-root .lrows2 .srow:nth-child(2){border-top:0}
}
.v16-root .lrow{font-size:14px;font-weight:500;line-height:1.35}
.v16-root .lrow .ico{width:34px;height:34px;border-radius:11px;flex:none;
  background:linear-gradient(135deg,#1d3d61,var(--night));display:flex;align-items:center;
  justify-content:center;color:#fdf7ea;
  box-shadow:inset 0 1px 0 rgba(255,255,255,.12), 0 1px 2px rgba(13,27,42,.18)}
.v16-root .lrow .ico svg{width:16px;height:16px;stroke:currentColor;fill:none;stroke-width:2;
  stroke-linecap:round;stroke-linejoin:round}
.v16-root .lrow .chev{margin-left:auto}
.v16-root .lrow .chev svg{width:14px;height:14px;stroke:currentColor;fill:none;stroke-width:2;
  stroke-linecap:round;stroke-linejoin:round;display:block}

/* a chart authored under components/blog/charts, on this room's ground.
   The probe drew no chart, so the frame those components already render
   (figure.art-chart with its .art-tbl-cap) is given the room's own card
   treatment rather than a second look invented for it. */
.v16-root .chartwrap{min-width:0;overflow-x:auto}
.v16-root .art-chart{background:var(--card);border:1px solid var(--line);border-radius:16px;
  padding:18px 20px;margin:0;min-width:0;
  box-shadow:0 1px 2px rgba(13,27,42,.05), 0 10px 30px -14px rgba(13,27,42,.16)}
.v16-root .art-tbl-cap{display:block;margin-bottom:12px}
.v16-root .art-tbl-cap b{display:block;font-size:14px;font-weight:600;letter-spacing:-.01em;
  line-height:1.3;color:var(--ink)}
.v16-root .art-tbl-cap span{display:block;margin-top:5px;font-size:12.5px;line-height:1.5;
  color:var(--ink-faint)}
.v16-root .art-chart-body{margin-top:16px}
.v16-root .art-chart svg{display:block;max-width:100%;height:auto}
