/* ============================================================================
   Capacoty — auxiliary page system (oak palette).

   The main site is one scrolling page (styles.css). Everything that can't
   collapse into that scroll — Resources, Legal, Articles, Integrated Tools —
   is an *auxiliary* page and shares this sheet.

   Shape is the Nerum careers template: fixed bar over a lighter ground, a
   display masthead, then a two-column shell whose left rail is sticky (tree,
   contents, or filters depending on the page) and whose right pane carries the
   content. Palette and type are oak's, unchanged: Stack Sans Text for display,
   Inter for everything else, Newsreader for the serif link. No monospace —
   oak ships none, so uppercase Inter tracked out does the metadata work.
   ========================================================================== */

/* ── fonts ──────────────────────────────────────────────────────────────── */
@font-face{font-family:'Stack Sans Text';font-style:normal;font-weight:400;font-display:swap;
  src:url('/fonts/stack-sans-text-latin-400-normal.woff2') format('woff2')}
@font-face{font-family:'Stack Sans Text';font-style:normal;font-weight:500;font-display:swap;
  src:url('/fonts/stack-sans-text-latin-500-normal.woff2') format('woff2')}
@font-face{font-family:'Stack Sans Text';font-style:normal;font-weight:700;font-display:swap;
  src:url('/fonts/stack-sans-text-latin-700-normal.woff2') format('woff2')}
@font-face{font-family:'Inter';font-style:normal;font-weight:300 700;font-display:swap;
  src:url('/fonts/inter-lat-300_700-normal.woff2') format('woff2')}
@font-face{font-family:'Inter';font-style:italic;font-weight:300 700;font-display:swap;
  src:url('/fonts/inter-lat-300_700-italic.woff2') format('woff2')}
@font-face{font-family:'Newsreader';font-style:italic;font-weight:200 400;font-display:swap;
  src:url('/fonts/newsreader-lat-200_400-italic.woff2') format('woff2')}

:root{
  color-scheme:dark;

  /* oak palette, verbatim from styles.css */
  --white:#ffffff;
  --dark:#242424;
  --olive:#393a36;
  --teal:#244a4a;
  --bronze:#61513a;
  --light:#e1e1e0;
  --line:rgba(225,225,224,.2);
  --substrate:#242424;

  /* three grounds, all lifts of --substrate rather than new hues. The bar is
     the lightest: it replaces the rule that used to sit under it. */
  --bar:#2e2f2c;
  --panel:#2a2a27;
  --panel-2:#323330;

  --ink:var(--light);
  --muted:rgba(225,225,224,.55);
  --soft:rgba(225,225,224,.4);
  --hair:rgba(225,225,224,.12);
  --hair-2:rgba(225,225,224,.2);
  --fill:rgba(225,225,224,.05);
  --fill-line:rgba(225,225,224,.14);

  /* teal is the only accent that carries at text size on this ground */
  --accent:#9ec9c2;
  --accent-tint:rgba(36,74,74,.5);
  --chip:rgba(36,74,74,.85);
  --chip-hover:rgba(225,225,224,.12);
  --row-hover:rgba(225,225,224,.06);

  --sans:'Inter','Inter Placeholder',-apple-system,BlinkMacSystemFont,'Segoe UI',system-ui,sans-serif;
  --display:'Stack Sans Text',var(--sans);
  --serif:'Newsreader',Georgia,'Times New Roman',serif;

  --page:1200px;
  --gutter:20px;
  --colgap:36px;
  --rail-w:320px;
  --radius:10px;
  --radius-sm:5px;
  --radius-pill:50px;

  --h1:66px;
  --ease:cubic-bezier(.16,.84,.24,1);
}

*,*::before,*::after{box-sizing:border-box}
html{scroll-behavior:smooth}
body{
  margin:0;background:var(--substrate);color:var(--ink);
  font-family:var(--sans);font-size:15px;line-height:1.55;letter-spacing:.01em;
  -webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;
  overflow-x:hidden;
}
h1,h2,h3,h4,p,ul,ol,figure,table,blockquote{margin:0;padding:0}
ul,ol{list-style:none}
a{color:inherit;text-decoration:none}
svg{display:block}
button,select,input{font:inherit;color:inherit}
::selection{background:var(--accent-tint)}

/* ── type ───────────────────────────────────────────────────────────────── */
.eyebrow{font-size:12px;font-weight:600;line-height:1.4;letter-spacing:.14em;
  text-transform:uppercase;color:var(--muted)}
.eyebrow.ink{color:var(--ink)}
.display{font-family:var(--display);font-weight:400;font-size:var(--h1);
  line-height:1.02;letter-spacing:-.03em;text-transform:uppercase;
  color:var(--ink);text-wrap:balance}
.display em{font-style:normal;font-weight:700}
/* A page name reads well shouted; a 60-character article headline does not.
   This keeps the face and the tight tracking but drops the caps and the size. */
.display.sentence{text-transform:none;letter-spacing:-.022em;
  font-size:calc(var(--h1) * .72);line-height:1.08}
.body{font-size:16px;line-height:1.5;color:var(--ink)}
.body.dim{color:var(--muted)}
.nav-text{font-size:13.5px;line-height:1.2}
.lnk{background:var(--chip);color:var(--ink);padding:1px 4px;
  border-radius:var(--radius-sm);transition:background .2s,color .2s}
.lnk:hover{background:var(--chip-hover);color:var(--muted)}

/* ── header ─────────────────────────────────────────────────────────────── */
.hdr{position:fixed;top:0;left:0;right:0;z-index:30;background:var(--bar);
  display:flex;justify-content:center;padding:0 var(--gutter)}
.hdr-inner{width:var(--page);max-width:100%;display:flex;align-items:center;
  gap:var(--colgap);height:62px}
.hdr-col{flex:1 0 0;min-width:0;display:flex;align-items:center;
  justify-content:space-between;gap:20px}
/* The right column packs to its own right edge, so the links sit hard against
   the way out rather than floating in the middle of the bar. */
.hdr-col.b{justify-content:flex-end;gap:22px}
.brand{display:flex;align-items:center;gap:10px;flex:none}
.brand img{width:20px;height:20px;border-radius:var(--radius-sm);object-fit:contain;display:block}
.brand span{font-family:'Stack Sans Text',var(--sans);font-size:20px;font-weight:500;
  letter-spacing:-.02em;line-height:1;color:var(--ink)}
.hdr-nav{display:flex;align-items:center;gap:20px}
.hdr-nav a{transition:color .2s;white-space:nowrap}
.hdr-nav a:hover{color:var(--muted)}
.hdr-nav a[aria-current="page"]{color:var(--muted)}
/* the one icon in the bar: out to the app */
.hdr-exit{display:flex;align-items:center;justify-content:center;flex:none;
  width:34px;height:34px;border-radius:var(--radius);color:var(--ink);
  transition:background .25s var(--ease),color .2s}
.hdr-exit:hover{background:rgba(225,225,224,.09)}
.hdr-exit svg{width:19px;height:19px}

/* ── page shell ─────────────────────────────────────────────────────────── */
.wrap{width:var(--page);max-width:100%;margin:0 auto;padding:0 var(--gutter)}

.masthead{padding:142px 0 40px;display:flex;flex-direction:column;gap:18px}
.masthead .display{max-width:14ch}
.masthead.wide .display{max-width:20ch}
.masthead .lead-p{max-width:620px;font-size:15px;line-height:1.55;color:var(--muted)}
.masthead .lead-p a{color:var(--ink);text-decoration:underline;
  text-decoration-color:var(--accent);text-underline-offset:3px}
.masthead .lead-p a:hover{color:var(--accent)}
.masthead .lead-p strong{color:var(--ink);font-weight:600}
.masthead .lead-count{display:block;margin-top:12px;font-size:11px;font-weight:600;
  letter-spacing:.14em;text-transform:uppercase;color:var(--soft)}
.masthead .byline-role{color:var(--soft)}

.shell{display:grid;grid-template-columns:var(--rail-w) minmax(0,1fr);
  gap:var(--colgap);align-items:start;padding-bottom:60px}
.shell.solo{grid-template-columns:minmax(0,1fr)}

/* ── left rail: shared panel chrome ─────────────────────────────────────── */
.rail{position:sticky;top:86px;background:var(--panel);
  border:1px solid var(--hair-2);border-radius:var(--radius);overflow:hidden}
.rail-head{display:flex;align-items:center;gap:7px;padding:12px 15px;
  border-bottom:1px solid var(--hair);font-size:12px;color:var(--muted)}
.rail-head .dot{width:9px;height:9px;border-radius:50%;flex-shrink:0}
.rail-head .root{color:var(--ink);font-weight:600;margin-left:6px;letter-spacing:.01em}
.rail-head .label{color:var(--muted);font-weight:600;letter-spacing:.14em;
  text-transform:uppercase;font-size:11px}
.rail-body{padding:8px 8px 14px;max-height:calc(100vh - 170px);overflow:auto;
  scrollbar-width:thin;scrollbar-color:var(--hair-2) transparent}
.rail-body::-webkit-scrollbar{width:8px}
.rail-body::-webkit-scrollbar-thumb{background:var(--hair-2);border-radius:4px}

/* ── tree (Resources, Legal) ────────────────────────────────────────────── */
.node{user-select:none}
.trow{display:flex;align-items:center;gap:7px;padding:5px 8px;
  border-radius:var(--radius-sm);cursor:pointer;font-size:13px;white-space:nowrap;
  transition:background .18s}
.trow:hover{background:var(--row-hover)}
.trow.sel{background:var(--accent-tint)}
.trow.sel .nm{color:var(--ink);font-weight:600}
.trow .chev{width:14px;height:14px;flex-shrink:0;color:var(--soft);transition:transform .18s}
.node.open>.trow .chev{transform:rotate(90deg)}
.trow .ico{width:16px;height:16px;flex-shrink:0}
/* the live hub keeps a literal folder blue; oak has no blue, so bronze */
.trow .ico.folder{color:#a08a63}
.trow .ico.file{color:var(--soft)}
.trow .nm{overflow:hidden;text-overflow:ellipsis}
.trow .tag{margin-left:auto;font-size:9px;font-weight:700;letter-spacing:.06em;
  padding:2px 6px;border-radius:var(--radius-sm);text-transform:uppercase;flex:none}
.trow .count{margin-left:auto;font-size:11px;color:var(--soft);font-variant-numeric:tabular-nums}
.node.open>.trow .count{display:none}
.kids{margin-left:14px;padding-left:8px;border-left:1px dashed var(--hair-2)}
.node:not(.open)>.kids{display:none}

/* tag chips — the hub's pastels restated as low-alpha tints */
.tag-legal{color:#c4b3ea;background:rgba(122,77,219,.22)}
.tag-ahpra{color:#8fc4bd;background:rgba(36,74,74,.7)}
.tag-ndis{color:#bcdda6;background:rgba(94,142,72,.24)}
.tag-faq{color:#e3c68c;background:rgba(154,106,0,.28)}
.tag-guide{color:#a4d3ba;background:rgba(15,110,86,.3)}
.tag-blog{color:#e0a5a5;background:rgba(163,51,51,.26)}
.tag-help{color:#9ccbd6;background:rgba(11,114,133,.3)}
.tag-compare{color:#c9bfe8;background:rgba(110,90,190,.24)}
.tag-tips{color:#e3c68c;background:rgba(154,106,0,.28)}

/* ── table of contents (Legal, Article) ─────────────────────────────────── */
.toc{display:flex;flex-direction:column;gap:1px}
.toc a{display:flex;gap:9px;padding:6px 9px;border-radius:var(--radius-sm);
  font-size:13px;line-height:1.4;color:var(--muted);transition:background .18s,color .18s}
.toc a:hover{background:var(--row-hover);color:var(--ink)}
.toc a.sel{background:var(--accent-tint);color:var(--ink);font-weight:600}
.toc a .n{flex:none;width:1.9em;color:var(--soft);font-variant-numeric:tabular-nums}
.toc a.sel .n{color:var(--accent)}
.toc-group{margin:10px 0 4px;padding:0 9px;font-size:11px;font-weight:600;
  letter-spacing:.14em;text-transform:uppercase;color:var(--soft)}
.toc-group:first-child{margin-top:2px}

/* ── content pane ───────────────────────────────────────────────────────── */
.pane{background:var(--panel);border:1px solid var(--hair-2);
  border-radius:var(--radius);min-height:620px;overflow:hidden}
.doc-pane{display:none}
.doc-pane.active{display:block}

.crumb{display:flex;align-items:center;gap:8px;flex-wrap:wrap;padding:14px 26px;
  border-bottom:1px solid var(--hair);font-size:12.5px;color:var(--muted)}
.crumb-path{display:flex;align-items:center;gap:7px;flex-wrap:wrap;flex:1 1 auto;min-width:0}
.crumb .sep{color:var(--soft)}
.crumb .here{color:var(--ink);font-weight:600}

/* search */
.search{position:relative;margin-left:auto;flex:0 0 auto;width:290px;max-width:100%}
.search-ic{position:absolute;left:11px;top:50%;transform:translateY(-50%);
  width:15px;height:15px;color:var(--soft);pointer-events:none}
.search-input{width:100%;height:36px;padding:0 30px 0 33px;border:1px solid var(--fill-line);
  border-radius:var(--radius);background:var(--fill);font-size:13px;color:var(--ink);
  font-family:inherit;outline:none;transition:border-color .18s,background .18s}
.search-input::placeholder{color:var(--soft)}
.search-input:focus{border-color:rgba(158,201,194,.6);background:rgba(225,225,224,.08)}
.search-clear{position:absolute;right:8px;top:50%;transform:translateY(-50%);
  width:18px;height:18px;border:none;background:var(--hair-2);color:var(--ink);
  border-radius:50%;font-size:13px;line-height:1;cursor:pointer;display:flex;
  align-items:center;justify-content:center;padding:0}
.search-clear[hidden]{display:none}
.search-clear:hover{background:var(--accent-tint)}
.search-results{position:absolute;top:calc(100% + 7px);right:0;width:min(440px,84vw);
  max-height:60vh;overflow-y:auto;background:var(--panel-2);border:1px solid var(--hair-2);
  border-radius:var(--radius);box-shadow:0 18px 44px rgba(0,0,0,.5);z-index:40;padding:5px}
.search-results[hidden]{display:none}
.sr-item{display:block;width:100%;text-align:left;border:none;background:none;
  padding:9px 11px;border-radius:var(--radius-sm);cursor:pointer;font-family:inherit}
.sr-item:hover,.sr-item.act{background:var(--accent-tint)}
.sr-path{font-size:11px;color:var(--soft);margin-bottom:2px}
.sr-title{font-size:13.5px;font-weight:600;color:var(--ink);line-height:1.3}
.sr-snip{font-size:12.5px;color:var(--muted);line-height:1.45;margin-top:3px;
  display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}
.sr-snip mark,.sr-title mark{background:rgba(158,201,194,.3);color:var(--ink);
  padding:0 1px;border-radius:2px}
.sr-empty{padding:13px 12px;font-size:13px;color:var(--muted)}
.hit-flash{animation:hitFlash 1.7s ease}
@keyframes hitFlash{0%,38%{background:var(--accent-tint)}100%{background:transparent}}

/* ── prose (shared by every document surface) ───────────────────────────── */
.doc{padding:26px 38px 46px;max-width:760px}
.doc .badges{display:flex;gap:8px;margin-bottom:14px;flex-wrap:wrap}
.doc .badges .tag{font-size:9px;font-weight:700;letter-spacing:.06em;padding:3px 7px;
  border-radius:var(--radius-sm);text-transform:uppercase}
.doc h2{font-family:var(--display);font-size:31px;font-weight:400;letter-spacing:-.025em;
  line-height:1.12;color:var(--ink);scroll-margin-top:96px}
.doc .meta{display:flex;gap:18px;margin:12px 0 22px;font-size:12px;color:var(--soft);
  flex-wrap:wrap;letter-spacing:.04em;text-transform:uppercase;font-weight:500}
.doc .lead{font-size:16.5px;color:var(--ink);line-height:1.6;margin-bottom:20px}
.doc h3{font-family:var(--display);font-size:19px;font-weight:400;margin:28px 0 9px;
  letter-spacing:-.015em;color:var(--ink);scroll-margin-top:96px}
.doc h4{font-size:15px;font-weight:600;margin:18px 0 7px;color:var(--ink)}
.doc p{color:rgba(225,225,224,.86);margin:0 0 12px}
.doc p.muted,.doc .muted{color:var(--muted);font-size:13.5px}
.doc ul,.doc ol{margin:0 0 14px;padding-left:20px;color:rgba(225,225,224,.86);list-style:disc}
.doc ol{list-style:decimal}
.doc li{margin-bottom:6px}
.doc a{color:var(--accent);text-decoration:underline;text-underline-offset:2px;
  text-decoration-color:rgba(158,201,194,.45);transition:color .18s}
.doc a:hover{color:var(--ink);text-decoration-color:var(--ink)}
.doc a.xref,.doc a.extlink{font-weight:500;cursor:pointer}
.doc section{margin-bottom:6px}
.doc b,.doc strong{font-weight:600;color:var(--ink)}
.doc em,.doc i{font-style:italic}
.doc hr{border:0;border-top:1px solid var(--hair);margin:28px 0}
.notice-box{background:var(--fill);border:1px solid var(--hair-2);
  border-radius:var(--radius);padding:12px 16px;margin:0 0 18px;font-size:13.5px;
  color:rgba(225,225,224,.86);line-height:1.6}
.doc-meta{font-size:12.5px;color:var(--soft);margin-bottom:10px}

.callout{display:flex;gap:12px;padding:14px 18px;border-radius:var(--radius);
  margin:16px 0;font-size:14px;line-height:1.55;color:rgba(225,225,224,.9)}
.callout.blue{background:rgba(36,74,74,.42);border:1px solid rgba(158,201,194,.22)}
.callout.green{background:rgba(47,102,74,.3);border:1px solid rgba(140,200,165,.22)}
.callout.amber{background:rgba(97,81,58,.45);border:1px solid rgba(203,166,108,.26)}
.callout .ci{flex-shrink:0;width:20px;height:20px;margin-top:1px}
.callout.blue .ci{color:var(--accent)}
.callout.green .ci{color:#9ed4b4}
.callout.amber .ci{color:#d8b57e}
.callout b{font-weight:600;color:var(--ink)}

.checklist{list-style:none;display:flex;flex-direction:column;gap:10px;margin:6px 0 16px;padding:0}
.doc .checklist{padding-left:0;list-style:none}
.checklist li{position:relative;padding-left:30px;font-size:14.5px;line-height:1.5;
  color:rgba(225,225,224,.86);margin-bottom:0}
.checklist li::before{content:"";position:absolute;left:0;top:1px;width:20px;height:20px;
  border-radius:6px;background:#7fb894}
.checklist li::after{content:"";position:absolute;left:6px;top:6px;width:7px;height:4px;
  border-left:2px solid #16281f;border-bottom:2px solid #16281f;transform:rotate(-45deg)}
.checklist li b{font-weight:600;color:var(--ink)}

.reftable{width:100%;border-collapse:collapse;margin:6px 0 16px;font-size:13.5px}
.reftable th,.reftable td{text-align:left;padding:10px 12px;
  border-bottom:1px solid var(--hair);vertical-align:top;color:rgba(225,225,224,.86)}
.reftable th{font-size:10.5px;text-transform:uppercase;letter-spacing:.1em;
  color:var(--soft);font-weight:600}
.reftable td:first-child{font-weight:500;color:var(--ink)}

.updnote{margin-top:28px;padding-top:16px;border-top:1px solid var(--hair);
  font-size:12.5px;color:var(--soft)}
.stub{display:flex;flex-direction:column;align-items:flex-start;gap:14px;padding:10px 0}
.faq-q{border:1px solid var(--hair);border-radius:var(--radius);padding:14px 18px;
  margin-bottom:10px;background:var(--fill)}
.faq-q b{font-weight:600;font-size:14.5px;color:var(--ink)}
.faq-q p{margin:8px 0 0;font-size:14px;color:var(--muted);line-height:1.55}
.res-list{list-style:none;padding:0;margin:8px 0 16px;display:flex;flex-direction:column;gap:2px}
.doc .res-list{padding-left:0;list-style:none}
.res-list li{display:flex;gap:12px;padding:11px 0;border-bottom:1px solid var(--hair);margin-bottom:0}
.res-list li:last-child{border-bottom:none}
.res-list .rk{min-width:118px;font-weight:600;font-size:13.5px;color:var(--ink)}
.res-list .rv{font-size:13.5px;color:var(--muted);line-height:1.5}

/* long-form article extras */
.doc .pull-quote{font-family:var(--serif);font-style:italic;font-size:21px;line-height:1.45;
  color:var(--ink);border-left:2px solid var(--accent);padding:2px 0 2px 20px;margin:24px 0}
.doc .section-block{margin:38px 0 14px}
.doc .section-number{display:block;font-size:11px;font-weight:600;letter-spacing:.16em;
  text-transform:uppercase;color:var(--soft);margin-bottom:6px}
.doc .callout-label{display:block;font-size:11px;font-weight:600;letter-spacing:.14em;
  text-transform:uppercase;color:var(--accent);margin-bottom:5px}
.doc .article-divider{height:1px;background:var(--hair);margin:34px 0;border:0}
.doc .reality-block{background:var(--fill);border:1px solid var(--hair-2);
  border-radius:var(--radius);padding:20px 22px;margin:22px 0}
.doc .reality-block p:last-child{margin-bottom:0}
.doc .faq-item{border-top:1px solid var(--hair);padding:16px 0}
.doc .faq-item:last-child{border-bottom:1px solid var(--hair)}
.doc .faq-item h3{margin:0 0 7px;font-size:17px}
.doc .faq-item p{font-size:14.5px;color:var(--muted);line-height:1.6;margin-bottom:0}
/* the source styles the callout's list items with an arrow marker */
.doc .callout ul{list-style:none;padding-left:0;display:flex;flex-direction:column;gap:9px;margin:0}
.doc .callout li{display:flex;gap:9px;margin:0}
.doc .callout li::before{content:'→';color:var(--accent);font-weight:600;flex:none;margin-top:1px}

/* legal-specific: dual-period clauses around the 2026-08-07 credits cutover */
.doc .sub-heading{font-size:15px;font-weight:600;color:var(--ink);margin:20px 0 7px}
.doc .abn-badge{display:inline-block;font-size:11px;font-weight:600;letter-spacing:.06em;
  color:var(--muted);background:var(--fill);border:1px solid var(--hair);
  border-radius:var(--radius-sm);padding:4px 10px}
.doc .clause-block{border-left:2px solid var(--hair-2);padding-left:18px;margin:20px 0 24px}
.doc .clause-block.upcoming{border-left-color:#7fb894}
.doc .clause-block.superseded p{color:var(--soft)}
.doc .period{display:inline-block;font-size:10px;font-weight:700;letter-spacing:.08em;
  text-transform:uppercase;padding:3px 9px;border-radius:var(--radius-sm);margin-bottom:10px}
.doc .period-until{background:var(--fill);color:var(--soft)}
.doc .period-from{background:rgba(47,102,74,.34);color:#a9d8bd}

/* still-need-help card at the foot of a document */
.help-card{display:flex;align-items:center;gap:16px;margin:34px 0 0;padding:18px 22px;
  background:var(--accent-tint);border:1px solid var(--hair-2);border-radius:var(--radius)}
.help-card .hic{flex-shrink:0;width:38px;height:38px;border-radius:var(--radius);
  background:rgba(225,225,224,.09);color:var(--accent);display:flex;
  align-items:center;justify-content:center}
.help-card .htxt{min-width:0}
.help-card b{display:block;font-size:14.5px;font-weight:600;color:var(--ink);letter-spacing:-.01em}
.help-card p{margin:2px 0 0;font-size:13px;color:var(--muted);line-height:1.5}
.help-card .hbtn{margin-left:auto;flex-shrink:0;display:inline-flex;align-items:center;
  gap:6px;height:38px;padding:0 16px;border-radius:var(--radius-pill);
  background:var(--light);color:var(--dark);font-size:13px;font-weight:600;
  text-decoration:none;white-space:nowrap;transition:background .25s var(--ease)}
.help-card .hbtn:hover{background:var(--white)}

/* ── end-of-article CTA ────────────────────────────────────────────────── */
/* Ported from the previous article template. It was a lime-on-navy band; here
   it is the olive surface with oak's inverted button, so it still reads as the
   one conversion moment on the page without importing the old brand. */
.article-cta{background:var(--olive);border-radius:var(--radius);
  padding:46px 40px;margin:38px 0 0;text-align:center}
.article-cta .cta-eyebrow{display:inline-flex;font-size:11px;font-weight:600;
  letter-spacing:.14em;text-transform:uppercase;color:var(--muted);margin-bottom:16px}
.article-cta h2{font-family:var(--display);font-weight:400;
  font-size:clamp(24px,3vw,36px);letter-spacing:-.03em;line-height:1.1;
  color:var(--ink);margin-bottom:12px}
.article-cta p{font-size:15px;color:var(--muted);max-width:480px;
  margin:0 auto 26px;line-height:1.6}
.cta-btns{display:flex;gap:12px;justify-content:center;flex-wrap:wrap}
.cta-btns .btn{display:inline-flex;align-items:center;justify-content:center;gap:8px;
  font-size:14px;font-weight:600;padding:0 24px;height:44px;
  border-radius:var(--radius-pill);white-space:nowrap;cursor:pointer;
  transition:background .25s var(--ease),border-color .25s,color .25s}
.cta-btns .btn-primary{background:var(--light);color:var(--dark);border:1px solid var(--light)}
.cta-btns .btn-primary:hover{background:var(--white);border-color:var(--white)}
.cta-btns .btn-secondary{background:transparent;color:var(--ink);border:1px solid var(--hair-2)}
.cta-btns .btn-secondary:hover{border-color:var(--light);background:rgba(225,225,224,.07)}

/* ── article index cards ────────────────────────────────────────────────── */
.cards{display:flex;flex-direction:column;gap:0}
.card{display:flex;align-items:center;gap:24px;padding:26px 4px;
  border-bottom:1px solid var(--hair);transition:padding .3s var(--ease),background .3s var(--ease)}
.card:first-child{border-top:1px solid var(--hair)}
.card:hover{background:var(--row-hover);padding-left:14px;padding-right:14px}
.card-main{flex:1 1 auto;min-width:0;display:flex;flex-direction:column;gap:9px}
.card-tag{align-self:flex-start;font-size:9px;font-weight:700;letter-spacing:.08em;
  padding:3px 8px;border-radius:var(--radius-sm);text-transform:uppercase}
.card-h{font-family:var(--display);font-size:23px;font-weight:400;letter-spacing:-.02em;
  line-height:1.2;color:var(--ink);text-wrap:balance}
.card-excerpt{font-size:14.5px;line-height:1.55;color:var(--muted);max-width:64ch}
.card-meta{font-size:11px;font-weight:600;letter-spacing:.12em;text-transform:uppercase;
  color:var(--soft)}
.card-arrow{flex:none;width:34px;height:34px;border-radius:50%;border:1px solid var(--hair-2);
  display:flex;align-items:center;justify-content:center;color:var(--muted);
  transition:transform .3s var(--ease),background .3s var(--ease),color .3s}
.card:hover .card-arrow{background:var(--light);border-color:var(--light);
  color:var(--dark);transform:translateX(4px)}
.card-arrow svg{width:15px;height:15px}

/* ── tool / assessment grid ─────────────────────────────────────────────── */
.filters{display:flex;flex-wrap:wrap;align-items:center;gap:8px;
  padding:0 0 22px}
.pill{display:inline-flex;align-items:center;gap:7px;height:32px;padding:0 14px;
  border:1px solid var(--hair-2);border-radius:var(--radius-pill);background:transparent;
  font-size:12.5px;font-weight:500;color:var(--muted);cursor:pointer;
  transition:background .22s var(--ease),color .22s,border-color .22s}
.pill:hover{background:var(--row-hover);color:var(--ink)}
.pill[aria-pressed="true"]{background:var(--light);border-color:var(--light);color:var(--dark)}
.pill .n{font-variant-numeric:tabular-nums;opacity:.6}
.filters-sep{width:1px;height:20px;background:var(--hair-2);margin:0 4px}

.grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(232px,1fr));gap:12px}
.t-card{background:var(--panel);border:1px solid var(--hair-2);border-radius:var(--radius);
  padding:16px 17px 14px;display:flex;flex-direction:column;gap:10px;
  transition:transform .2s var(--ease),border-color .2s,background .2s}
.t-card:hover{transform:translateY(-2px);border-color:rgba(225,225,224,.34);background:var(--panel-2)}
.t-card[hidden]{display:none}
.t-top{display:flex;align-items:flex-start;justify-content:space-between;gap:10px}
.t-acronym{font-family:var(--display);font-size:19px;font-weight:400;letter-spacing:-.02em;
  line-height:1.1;color:var(--ink)}
.t-full{font-size:12.5px;line-height:1.45;color:var(--muted);flex:1 1 auto}
.t-foot{display:flex;flex-wrap:wrap;gap:6px;margin-top:auto;padding-top:2px}
.int-badge{display:inline-flex;align-items:center;gap:5px;flex:none;font-size:9px;
  font-weight:700;letter-spacing:.06em;text-transform:uppercase;padding:3px 7px;
  border-radius:var(--radius-sm);white-space:nowrap}
.badge-dot{width:5px;height:5px;border-radius:50%;background:currentColor;flex:none}
.badge-full{color:#a4d3ba;background:rgba(15,110,86,.32)}
.badge-tmpl{color:#e3c68c;background:rgba(154,106,0,.3)}
.age-tag{display:inline-flex;align-items:center;gap:5px;font-size:10px;font-weight:500;
  color:var(--soft);padding:2px 8px;border-radius:var(--radius-pill);
  border:1px solid var(--hair)}
.age-dot{width:5px;height:5px;border-radius:50%;flex:none;background:currentColor}
.grid-empty{grid-column:1/-1;padding:34px 4px;color:var(--muted);font-size:14px}
/* the "more coming" tile: same footprint as a card, dashed so it reads as a
   placeholder rather than an assessment you can filter to */
.t-card-soon{border-style:dashed;background:transparent}
.t-card-soon:hover{transform:none;background:transparent;border-color:var(--hair-2)}
.t-card-soon .t-acronym{font-size:16px}
.t-soon-ic{width:26px;height:26px;color:var(--accent)}
.t-soon-ic svg{width:100%;height:100%}
.t-card-request{cursor:pointer}
.t-card-request:hover{border-color:var(--accent);background:var(--accent-tint);transform:translateY(-2px)}

/* ── footer ─────────────────────────────────────────────────────────────── */
.foot{border-top:1px solid var(--hair);padding:22px 0 34px;
  display:flex;flex-direction:column;gap:14px}
.foot-row{display:flex;align-items:center;justify-content:space-between;gap:20px;flex-wrap:wrap}
.foot-links{display:flex;align-items:center;gap:20px}
.foot-links a{font-size:15px;transition:color .2s}
.foot-links a:hover{color:var(--muted)}
.foot-pill{display:inline-flex;align-items:center;gap:6px;padding:5px 13px;
  border-radius:var(--radius-pill);background:var(--fill)}

/* ── mockup badge (delete on the way to production) ─────────────────────── */
.mk-badge{position:fixed;right:16px;bottom:16px;z-index:40;padding:6px 12px;
  background:var(--bronze);color:var(--white);border-radius:var(--radius-pill);
  font-size:10px;font-weight:600;text-transform:uppercase;letter-spacing:.14em}
@media print{.mk-badge{display:none}}

/* ══ responsive ═══════════════════════════════════════════════════════════ */
@media(max-width:1199.98px){
  :root{--h1:54px;--rail-w:270px;--colgap:24px}
  .hdr-nav a[data-trim]{display:none}
  .hdr-nav{gap:16px}
  .masthead{padding:118px 0 32px}
}
@media(max-width:899.98px){
  :root{--h1:42px}
  /* the links go, the way out of the site does not */
  .hdr-nav{display:none}
  .hdr-col.b{flex:none}
  .shell{grid-template-columns:1fr}
  .rail{position:static}
  .rail-body{max-height:none}
  .masthead{padding:102px 0 26px}
  .masthead .display,.masthead.wide .display{max-width:none}
  .doc{padding:22px 22px 36px}
  .crumb{padding:12px 18px}
  .search{width:100%;margin-left:0;margin-top:9px}
  .search-results{width:100%;left:0;right:auto}
  .help-card{flex-wrap:wrap}
  .help-card .hbtn{margin-left:0;width:100%;justify-content:center}
  .foot-row{flex-direction:column;align-items:flex-start;gap:14px}
  .card{gap:16px;padding:20px 4px}
  .card-h{font-size:20px}
  .grid{grid-template-columns:repeat(auto-fill,minmax(180px,1fr))}
}

/* ══ ported /assessments/ explainer ═══════════════════════════════════════
   The score-table demos are bespoke enough that restyling them by hand would
   drift from the originals, so the source rules are lifted verbatim and only
   scoped under .ax-port.

   Only the PAGE-LEVEL tokens are re-pointed at oak — section grounds, cards,
   body text. The demo's own --fca-* tokens are deliberately left at their
   original values: what those windows render is a screenshot of the product,
   and the product is light. Framing a light app window on a dark page is how
   oak already treats product imagery elsewhere; re-tokenising the insides
   produced white-on-pale-green headers, which is what this comment exists to
   stop anyone re-introducing.
   ====================================================================== */
.ax-port{
  --bg:#242424; --plate:#2a2a27; --ink:#e1e1e0; --muted:rgba(225,225,224,.72);
  --soft:rgba(225,225,224,.45); --navy:#1c1d1a;
  /* --warm is an accent green used as *text* on the dark band, not a surface */
  --warm:#9ed4b4; --warm-bd:rgba(158,201,194,.3); --warm-dim:rgba(47,102,74,.22);
  --warm-deep:#9ed4b4; --accent-dim:rgba(47,102,74,.28);
  --accent-bd:rgba(140,200,165,.26); --accent-deep:#9ed4b4;
  --r-lg:10px; --r-xl:14px; --r-pill:50px;
  display:block;margin-top:26px;color:var(--ink);
  --fca-bd2:rgba(26,26,24,.20);
  --fca-bd:rgba(26,26,24,.10);
  --fca-bg2:#ebeae5;
  --fca-bg:#f5f4f0;
  --fca-g:#327e58;
  --fca-gd:#245c42;
  --fca-gm:#3a9468;
  --fca-tx35:rgba(26,26,24,.40);
  --fca-tx:rgba(26,26,24,.58);
}
.ax-port h2,.ax-port h3{font-family:var(--display);font-weight:400;letter-spacing:-.025em;color:var(--ink)}
.ax-port .container{width:1200px;max-width:100%;margin:0 auto;padding:0 20px}
.ax-port .seamless-section{background:var(--olive);border-radius:var(--radius);padding:46px 0;margin:0 0 46px}
.ax-port .explainer-section{padding:0 0 20px}
.ax-port .eyebrow{color:var(--warm)}
.ax-port .reveal{opacity:1;transform:none}
/* Everything inside a window stage is a picture of the product, and the product
   is light — the stage itself is a light "desk" (its gradient is hardcoded
   beige) carrying the window and its expand button. So the light token set is
   re-established at that boundary; scoping it to .win alone leaves the button
   light-on-light, and the clip's fade-to-var(--plate) resolving dark over a
   white table. */
.ax-port .win-stage,.ax-port .doc-wrap{
  --plate:#ffffff; --bg:#fbfaf6; --ink:#0a0a0a;
  --muted:rgba(10,10,10,.62); --soft:rgba(10,10,10,.42);
  --warm:#1a6b3d; --warm-deep:#1a6b3d; --warm-bd:rgba(198,240,79,.35);
  --warm-dim:rgba(198,240,79,.12); --accent-deep:#1a6b3d;
  color:var(--ink)
}
.ax-port /* SEAMLESS SECTION */
.seamless-section{padding:0 0 4.5rem;}
.ax-port .seamless-inner{background:var(--navy);border-radius:var(--r-xl);padding:3.25rem clamp(1.75rem, 4vw, 4rem);display:grid;grid-template-columns:1fr 1fr;gap:3.25rem;align-items:center;}
.ax-port .seamless-inner{grid-template-columns:1fr;gap:2rem;}
.ax-port .seamless-left .eyebrow{font-size:0.6875rem;font-weight:700;letter-spacing:.1em;text-transform:uppercase;color:var(--warm);margin-bottom:1rem;}
.ax-port .seamless-left h2{color:#fff;margin-bottom:1.125rem;}
.ax-port .seamless-left p{color:rgba(255,255,255,.65);font-size:0.9375rem;line-height:1.7;}
.ax-port .steps-list{display:flex;flex-direction:column;gap:0;}
.ax-port .step-item{display:flex;align-items:flex-start;gap:1rem;padding:1.125rem 0;border-bottom:1px solid rgba(255,255,255,.08);}
.ax-port .step-item:last-child{border-bottom:none;padding-bottom:0;}
.ax-port .step-num{width:32px;height:32px;border-radius:50%;border:1.5px solid rgba(255,255,255,.15);display:flex;align-items:center;justify-content:center;flex-shrink:0;font-size:0.75rem;font-weight:700;color:rgba(255,255,255,.7);margin-top:1px;}
.ax-port .step-num.active{background:var(--warm);border-color:var(--warm);color:var(--navy);}
.ax-port .step-text strong{display:block;font-size:14.5px;font-weight:600;color:#fff;margin-bottom:0.25rem;}
.ax-port .step-text span{font-size:0.8125rem;color:rgba(255,255,255,.55);line-height:1.5;}
.ax-port /* EXPLAINER SECTION */
.explainer-section{padding:0 0 5rem;}
.ax-port .explainer-section>div>h2{text-align:center;margin-bottom:0.75rem;}
.ax-port .explainer-intro{text-align:center;color:var(--muted);max-width:52ch;margin:0 auto 3rem;font-size:15.5px;}
.ax-port /* WHITE EXPLAINER CARDS */
.ex-card{background:var(--plate);border-radius:var(--r-xl);padding:clamp(1.575rem, 3.5vw, 2.925rem);margin-bottom:0.875rem;}
.ax-port .ex-card:last-child{margin-bottom:0;}
.ax-port .explain-label{display:inline-flex;align-items:center;gap:0.4375rem;border-radius:var(--r-pill);padding:0.3125rem 0.875rem;font-size:11.5px;font-weight:700;letter-spacing:.04em;text-transform:uppercase;margin-bottom:1.25rem;}
.ax-port .el-full{background:var(--warm-dim);color:var(--warm-deep);border:1px solid var(--warm-bd);}
.ax-port .el-tmpl{background:var(--accent-dim);color:var(--accent-deep);border:1px solid var(--accent-bd);}
.ax-port .el-upload{background:rgba(12,26,46,.07);color:var(--navy);border:1px solid rgba(12,26,46,.16);}
.ax-port .explain-grid{display:flex;flex-direction:column;gap:2rem;}
.ax-port .explain-visuals{display:grid;grid-template-columns:1fr 1fr;gap:0.875rem;align-items:start;}
.ax-port .explain-visuals .win-stage{margin-bottom:0;display:flex;flex-direction:column;}
.ax-port .explain-visuals .win-clip{max-height:16.25rem;}
.ax-port .explain-visuals{grid-template-columns:1fr;}
.ax-port .explain-text h3{margin-bottom:0.875rem;}
.ax-port .explain-text p{font-size:0.9375rem;line-height:1.7;color:var(--muted);margin-bottom:1rem;}
.ax-port .explain-text p:last-child{margin-bottom:0;}
.ax-port .explain-text p strong{color:var(--ink);font-weight:600;}
.ax-port .explain-text .sub-note{font-size:13.5px;color:var(--soft);font-style:italic;}
.ax-port /* WINDOW CHROME */
.win-stage{background:
    radial-gradient(60% 80% at 12% 18%, rgba(217,232,223,.85) 0%, rgba(217,232,223,0) 60%),
    radial-gradient(55% 70% at 88% 22%, rgba(245,225,210,.78) 0%, rgba(245,225,210,0) 60%),
    radial-gradient(70% 60% at 78% 92%, rgba(202,221,232,.75) 0%, rgba(202,221,232,0) 65%),
    linear-gradient(180deg, #ece7dc 0%, #e2dccf 55%, #d6c8b6 100%);
  border-radius:var(--r-lg);
  padding:1.25rem 1rem 0;
  margin-bottom:0.75rem;
  overflow:hidden;
  position:relative;
  display:flex;
  flex-direction:column;}
.ax-port .win-stage:last-child{margin-bottom:0;}
.ax-port .win{background:#fff;
  border-radius:12px 12px 0 0;
  overflow:hidden;
  box-shadow:0 1px 0 rgba(255,255,255,.6) inset,0 30px 70px -20px rgba(20,28,46,.32),0 12px 30px -12px rgba(20,28,46,.22),0 0 0 1px rgba(20,28,46,.08);
  position:relative;}
.ax-port .win-bar{display:flex;align-items:center;height:32px;padding:0 12px;
  background:#f6f6f4;border-bottom:1px solid rgba(20,28,46,.07);
  position:relative;
  font-size:11px;color:rgba(20,28,46,.5);font-weight:500;
  gap:10px;}
.ax-port .win-dots{display:flex;gap:0.375rem;flex-shrink:0;}
.ax-port .win-dots span{width:11px;height:11px;border-radius:50%;}
.ax-port .win-dots span:nth-child(1){background:#ff5f57;}
.ax-port .win-dots span:nth-child(2){background:#febc2e;}
.ax-port .win-dots span:nth-child(3){background:#28c840;}
.ax-port .win-title{position:absolute;left:50%;transform:translateX(-50%);font-size:0.6875rem;font-weight:600;color:rgba(20,28,46,.6);white-space:nowrap;}
.ax-port .win-url{flex:1;margin-left:0.5rem;}
.ax-port .win-url-pill{background:#fff;border:1px solid rgba(20,28,46,.10);border-radius:999px;
  padding:3px 0.625rem;font-size:10.5px;color:rgba(20,28,46,.5);
  display:inline-flex;align-items:center;gap:0.3125rem;max-width:260px;}
.ax-port /* CLIPPED WINDOW PREVIEW */
.win-clip-wrap{position:relative;}
.ax-port .win-clip{max-height:17.5rem;overflow:hidden;position:relative;}
.ax-port .win-clip::after{content:'';position:absolute;bottom:0;left:0;right:0;height:6.25rem;
  background:linear-gradient(to bottom, transparent, var(--bg));
  pointer-events:none;}
.ax-port /* Override fade color per context */
.ex-card .win-clip::after{background:linear-gradient(to bottom, transparent, var(--plate));}
.ax-port .win-expand-btn{display:flex;align-items:center;justify-content:center;gap:0.375rem;
  width:100%;padding:0.625rem;margin-top:-1px;
  font-size:0.75rem;font-weight:600;color:var(--muted);
  background:transparent;border:none;cursor:pointer;
  transition:color .15s;}
.ax-port .win-expand-btn:hover{color:var(--ink);}
.ax-port .win-expand-btn svg{transition:transform .2s;}
.ax-port .fca-wrap{background:var(--fca-bg);font-size:13px;font-family:-apple-system,BlinkMacSystemFont,"Segoe UI Variable Display","Segoe UI",Helvetica,"Apple Color Emoji",Arial,sans-serif,"Segoe UI Emoji","Segoe UI Symbol";}
.ax-port .fca-topbar{background:var(--fca-g);color:#fff;display:flex;align-items:center;justify-content:space-between;padding:10px 16px;}
.ax-port .fca-topbar-title{font-size:13px;font-weight:600;}
.ax-port .fca-topbar-sub{font-size:10.5px;opacity:.72;}
.ax-port .fca-body{padding:16px;}
.ax-port .fca-hint{background:var(--fca-bg2);border-radius:6px;padding:7px 10px;font-size:11.5px;color:var(--fca-tx);margin-bottom:12px;}
.ax-port .fca-hint strong{color:#1a1a18;font-weight:600;}
.ax-port .fca-table{width:100%;border-collapse:collapse;border:1px solid var(--fca-bd);font-size:11px;}
.ax-port .fca-table th{padding:6px 8px;font-size:9.5px;font-weight:700;color:var(--fca-gd);text-align:left;text-transform:uppercase;letter-spacing:.05em;background:var(--fca-bg2);}
.ax-port .fca-domain{background:#e3f1db;font-weight:700;font-size:11.5px;}
.ax-port .fca-domain-b{background:#f0f4ff;}
.ax-port .fca-domain-c{background:#eef7d9;}
.ax-port .fca-domain-d{background:#fdf0f0;}
.ax-port .fca-table td{padding:5px 8px;border-top:1px solid var(--fca-bd);color:#1a1a18;vertical-align:middle;}
.ax-port .fca-table td.label{padding-left:16px;color:var(--fca-tx);font-size:10.5px;}
.ax-port .fca-table td.hints{font-size:9.5px;color:var(--fca-tx35);}
.ax-port .fca-table td.score-cell{text-align:center;}
.ax-port .fca-score-inp{display:inline-block;background:#fff;border:1px solid var(--fca-bd2);border-radius:5px;padding:3px 8px;font-size:12px;font-weight:600;color:#1a1a18;min-width:40px;text-align:center;}
.ax-port .fca-domain-score{text-align:center;font-weight:700;color:var(--fca-gd);font-size:12px;}
.ax-port .fca-total-row{background:rgba(50,126,88,.09);border-top:2px solid var(--fca-gm)!important;}
.ax-port .fca-total-row td{padding:8px;font-weight:700;color:var(--fca-gd);}
.ax-port .fca-total-score{text-align:center;font-size:14px;font-weight:700;color:var(--fca-g);}
.ax-port .gv{color:#2e7d32;font-weight:700;}
.ax-port .rv{color:#c62828;font-weight:700;}
.ax-port /* VINELAND ENTRY STYLES */
.vin-wrap{background:var(--fca-bg);font-size:0.8125rem;font-family:-apple-system,BlinkMacSystemFont,"Segoe UI Variable Display","Segoe UI",Helvetica,"Apple Color Emoji",Arial,sans-serif,"Segoe UI Emoji","Segoe UI Symbol";}
.ax-port .vin-topbar{background:var(--fca-g);color:#fff;padding:0.625rem 1rem;}
.ax-port .vin-topbar-title{font-size:0.8125rem;font-weight:600;}
.ax-port .vin-topbar-sub{font-size:10.5px;opacity:.72;margin-top:2px;}
.ax-port .vin-body{padding:0.875rem;}
.ax-port .vin-table{width:100%;border-collapse:collapse;border:1px solid var(--fca-bd);font-size:0.6875rem;margin-bottom:0.625rem;}
.ax-port .vin-table th{padding:0.375rem 0.5rem;font-size:9.5px;font-weight:700;color:#fff;background:var(--fca-gd);}
.ax-port .vin-table th:first-child{text-align:left;}
.ax-port .vin-table th:not(:first-child){text-align:right;}
.ax-port .vin-table td{padding:0.3125rem 0.5rem;border-top:1px solid var(--fca-bd);color:#1a1a18;}
.ax-port .vin-table td:not(:first-child){text-align:right;}
.ax-port .vin-table .sec-hd td{background:rgba(50,126,88,.08);font-weight:700;color:var(--fca-gd);font-size:0.6875rem;}
.ax-port .vin-inp{display:inline-block;background:var(--fca-bg2);border:1px solid var(--fca-bd2);border-radius:4px;padding:2px 0.5rem;font-size:0.6875rem;font-weight:600;color:#1a1a18;min-width:42px;text-align:center;}
.ax-port /* WORD DOC STYLES */
.doc-wrap{background:#fff;font-family:-apple-system,BlinkMacSystemFont,"Segoe UI Variable Display","Segoe UI",Helvetica,"Apple Color Emoji",Arial,sans-serif,"Segoe UI Emoji","Segoe UI Symbol";font-size:12.5px;padding:1.5rem 1.75rem;}
.ax-port .doc-section-hd{background:#2c5566;color:#fff;padding:0.5625rem 0.75rem;font-weight:700;font-size:0.8125rem;margin-bottom:0;border-radius:3px 3px 0 0;}
.ax-port .doc-body-txt{font-size:0.75rem;line-height:1.6;color:#222;padding:0.625rem 0 0.875rem;border-bottom:1px solid #e0e0e0;margin-bottom:0.875rem;}
.ax-port .doc-table{width:100%;border-collapse:collapse;font-size:11.5px;margin-bottom:14px;}
.ax-port .doc-table-hd td,.ax-port .doc-table-hd th{background:#2c5566;color:#fff;padding:7px 10px;font-weight:700;font-size:11px;}
.ax-port .doc-table tr:nth-child(even) td{background:#f3f8f5;}
.ax-port .doc-table td{padding:6px 10px;border:1px solid #cdddd5;color:#222;}
.ax-port .doc-table td:first-child{font-weight:600;}
.ax-port .doc-sub-hd{background:#d1e6db;color:#1a3d2b;font-weight:700;font-size:11.5px;}
.ax-port .doc-total{font-weight:700;text-align:right;font-size:0.75rem;color:#1a3d2b;padding-top:0.5rem;}
.ax-port /* UPLOAD BAR STYLES */
.upload-dark{background:#181f1a;border-radius:0;font-family:-apple-system,BlinkMacSystemFont,"Segoe UI Variable Display","Segoe UI",Helvetica,"Apple Color Emoji",Arial,sans-serif,"Segoe UI Emoji","Segoe UI Symbol";padding:0.875rem 1.125rem;}
.ax-port .upload-row{display:flex;align-items:center;gap:0.75rem;flex-wrap:wrap;margin-bottom:0.625rem;}
.ax-port .upload-label{font-size:12.5px;font-weight:600;color:#f5f4f0;}
.ax-port .upload-cnt{background:#327e58;color:#fff;font-size:0.6875rem;font-weight:700;width:20px;height:20px;border-radius:50%;display:inline-flex;align-items:center;justify-content:center;flex-shrink:0;}
.ax-port .upload-clear{font-size:0.75rem;color:rgba(245,244,240,.5);margin-left:auto;}
.ax-port .upload-tool-pill{display:inline-flex;align-items:center;gap:0.4375rem;
  background:rgba(245,244,240,.06);border:1px solid rgba(245,244,240,.12);
  border-radius:999px;padding:0.3125rem 0.75rem;font-size:0.75rem;font-weight:500;color:#f5f4f0;}
.ax-port .upload-tool-pill .status{font-size:10.5px;font-weight:700;padding:2px 0.4375rem;border-radius:999px;}
.ax-port .status-empty{background:rgba(245,244,240,.12);color:rgba(245,244,240,.6);}
.ax-port .status-incomplete{background:rgba(255,193,7,.18);color:#ffc107;}
.ax-port .status-scored{background:rgba(61,184,112,.18);color:#3db870;}
.ax-port .upload-x{color:rgba(245,244,240,.3);font-size:0.875rem;margin-left:2px;cursor:pointer;}
.ax-port .upload-reports{display:flex;align-items:center;gap:0.4375rem;font-size:0.75rem;color:rgba(245,244,240,.5);}
.ax-port .upload-add{font-size:0.75rem;font-weight:600;padding:0.3125rem 0.75rem;border-radius:999px;border:1px solid rgba(245,244,240,.15);color:#f5f4f0;background:transparent;cursor:pointer;}
.ax-port .upload-enter-btn{background:#327e58;color:#fff;font-size:12.5px;font-weight:600;padding:0.4375rem 1rem;border-radius:999px;border:none;cursor:pointer;display:flex;align-items:center;gap:0.3125rem;}
.ax-port .upload-notice{font-size:0.6875rem;color:rgba(245,244,240,.4);display:flex;align-items:center;gap:0.375rem;}
.ax-port /* REVEAL */.reveal.visible{opacity:1;transform:none;}
.ax-port .container{padding:0 1.125rem;}
.ax-port /* Seamless dark card */
  .seamless-inner{padding:2.25rem 1.5rem;border-radius:var(--r-lg);}
.ax-port .step-item{padding:0.875rem 0;}
.ax-port /* Window mock images */
  .explain-visuals .win-clip{max-height:18rem;}