/* Screen design system. The original structural and print rules remain in
   styles.css; these shared tokens and components cover every portal view. */
:root {
  --ink: #242b28;
  --ink-2: #39413c;
  --ink-3: #36433b;
  --text: #303730;
  --bg: #f7f8f5;
  --bg-sunk: #eef0eb;
  --border: #e2e6df;
  --border-strong: #c8d0c5;
  --muted: #667066;
  --gold: #8b683c;
  --gold-soft: #74532e;
  --gold-wash: #f7f0e5;
  --r-sm: 8px;
  --r: 12px;
  --r-lg: 16px;
  --ring: 0 0 0 3px rgba(139,104,60,.15);
  --sh-1: 0 2px 3px rgba(36,43,40,.025);
  --sh-2: 0 6px 24px -12px rgba(36,43,40,.16);
  --header-h: 88px;
  --sidebar-w: 256px;
  --container: 1280px;
}
html { scroll-padding-top: 112px; }
body { font-size: 14px; line-height: 1.65; }
::selection { background: #e7dcc8; color: #242b28; }
button, input, select, textarea { font-family: var(--font); }
button, a, input, select, textarea { -webkit-tap-highlight-color: transparent; }
svg { flex-shrink: 0; }
h1, h2, h3, h4 { text-wrap: balance; }
h1 { letter-spacing: -.045em; }
p { text-wrap: pretty; }
.brand-name, .brand-sub, .brand-rule { display: block; }
.brand-name { font-size: 16px; letter-spacing: -.035em; }
.brand-sub { margin-top: 5px; font-size: 9px; letter-spacing: .18em; }
.brand-rule { display: none; }
.brand-mark { width: 42px; height: 42px; border-radius: 10px; }
.brand-mark svg { width: 25px; height: 25px; }
.container { padding-inline: 40px; }
.btn { height: 44px; font-size: 13px; font-weight: 600; padding-inline: 18px; }
.btn-lg { height: 48px; padding-inline: 22px; }
.btn-sm { height: 36px; padding-inline: 12px; font-size: 12px; }
.btn:not(.btn-secondary):not(.btn-ghost):not(.btn-danger) { box-shadow: 0 2px 3px #242b2812; }
.btn-secondary { --btn-bd: var(--border); }
.btn-secondary:hover { background: #f7f8f5; border-color: #b4beb0; }
.icon-btn { flex: none; width: 40px; height: 40px; }
.link-btn { font-weight: 600; }
.eyebrow { font-size: 10px; letter-spacing: .18em; display: inline-flex; align-items: center; gap: 10px; }
.eyebrow-line { width: 24px; height: 1px; background: currentColor; }
.page { padding-top: 48px; }
.page-head h1 { font-size: 36px; margin-top: 8px; }
.page-head .lede { margin-top: 12px; }
.h-page { font-size: 30px; letter-spacing: -.035em; }
.card, .panel, .chart-card, .review-section { box-shadow: var(--sh-1); }
.card-head, .review-head { min-height: 62px; padding: 18px 24px; flex-wrap: wrap; }
.card-head h3, .review-head h3 { font-size: 14px; letter-spacing: -.015em; }
.card-foot { background: #fafbf9; }
.badge { padding: 3px 9px; border-radius: 6px; font-size: 11px; font-weight: 600; }
.tag { font-size: 11px; border-radius: 5px; padding: 3px 8px; }
.control { height: 46px; font-size: 14px; border-color: #cdd4ca; padding-inline: 13px; }
.control:hover:not(:disabled) { border-color: #9ca996; }
.control::placeholder { color: #7d867b; }
.field > label, .field-label { font-size: 12px; font-weight: 600; }
.field { gap: 8px; scroll-margin-block: 270px 110px; }
.field .hint { font-size: 11px; line-height: 1.6; }
.form-grid { gap: 24px; }
.fieldset-head { padding-bottom: 14px; margin-bottom: 22px; }
.fieldset + .fieldset { margin-top: 36px; }
.segmented button { min-width: 74px; height: 44px; }
.chip { min-height: 38px; font-size: 12px; }
.chip .tick { display: none; }
.chip[aria-pressed="true"] .tick { display: inline-block; }
.check { line-height: 1.65; }
.check input { margin-top: 3px; }
.callout { border-radius: 10px; padding: 20px; }
.callout h3 { font-size: 14px; }
.site-header { background: rgba(255,255,252,.97); border-bottom-color: #e5e7df; backdrop-filter: blur(16px); }
.site-header .nav { gap: 12px; }
.site-header .nav a { font-size: 12px; padding: 12px 14px; display: inline-flex; align-items: center; gap: 12px; }
.nav a.is-active { border-radius: 6px; box-shadow: none; background: #eef1eb; color: #354b38; }
.site-header .nav a:last-child { border: 1px solid #d9dfd4; border-radius: 7px; margin-left: 14px; }
.site-header .nav-toggle { display: none; }
.site-footer { padding: 32px 0; background: #f6f7f3; font-size: 11px; line-height: 1.9; }
.site-footer .link-btn { font-size: 11px; }
/* Partner welcome */
body[data-view="home"] { background: #fcfcf8; }
.hero { padding: 52px 0 46px; }
.hero::before { display: none; }
.hero-layout { display: grid; grid-template-columns: 1.12fr 1fr; gap: 60px; align-items: center; }
.hero-copy { padding: 14px 0; }
.hero h1 { font-size: clamp(38px, 4.1vw, 57px); line-height: 1.13; letter-spacing: -.055em; max-width: none; margin: 22px 0; font-weight: 500; }
.hero h1 em { font-family: Georgia, 'Times New Roman', serif; font-weight: 400; color: var(--gold); letter-spacing: -.045em; }
.hero .lede { font-size: 14px; line-height: 1.9; max-width: 49ch; margin-bottom: 26px; }
.hero-actions { display: flex; align-items: center; gap: 24px; flex-wrap: wrap; }
.hero-text-link { display: inline-flex; align-items: center; gap: 7px; font-size: 12px; font-weight: 600; }
.hero-text-link:hover { color: var(--gold); }
.hero-assurance { display: flex; gap: 20px; flex-wrap: wrap; margin-top: 22px; color: var(--muted); font-size: 10px; }
.hero-assurance > span { display: flex; align-items: center; gap: 6px; }
.hero-assurance svg { color: #718264; }
.hero-visual { position: relative; border-radius: 0; overflow: hidden; background: transparent; min-width: 0; box-shadow: none; display: flex; align-items: center; justify-content: center; }
.hero-visual img { width: 100%; height: 418px; display: block; object-fit: contain; border-radius: 0; background: transparent; object-position: center; }
.visual-label { position: absolute; left: 24px; right: 24px; top: 20px; display: flex; justify-content: space-between; gap: 16px; font-size: 7px; letter-spacing: .16em; font-weight: 600; color: #3f4135; }
.visual-label span { font-weight: 400; }
.visual-caption { position: absolute; bottom: 18px; left: 18px; right: 18px; border: 1px solid #ffffffa3; border-radius: 8px; padding: 14px; background: #fffdf5e8; backdrop-filter: blur(16px); display: flex; align-items: center; gap: 12px; }
.visual-caption-icon { display: grid; place-items: center; width: 36px; height: 36px; border: 1px solid #d8d6c9; border-radius: 7px; color: #66705a; }
.visual-caption strong { display: block; font-weight: 600; font-size: 11px; }
.visual-caption div > span { display: block; font-size: 9px; color: #707467; margin-top: 2px; }
.network-strip { border-block: 1px solid #e3e6dc; background: #f3f5ef; }
.network-strip > .container { display: flex; align-items: center; padding-block: 24px; gap: 45px; }
.network-intro { font-size: 12px; color: var(--muted); min-width: 178px; line-height: 1.65; }
.network-intro strong { color: var(--ink); font-weight: 500; }
.hero-meta { flex: 1; display: grid; grid-template-columns: repeat(4,minmax(0,1fr)); gap: 22px; padding: 0 0 0 38px; margin: 0; border: 0; border-left: 1px solid #dce1d5; }
.hero-meta div { min-width: 0; }
.hero-meta .n { font-size: 25px; font-weight: 500; line-height: 1.3; }
.hero-meta .l { font-size: 10px; margin-top: 5px; }
.registration-section { padding-top: 48px; padding-bottom: 48px; scroll-margin-top: 100px; }
.section-heading { display: flex; justify-content: space-between; align-items: end; gap: 24px; margin-bottom: 28px; }
.section-heading h2 { font-size: 27px; font-weight: 500; letter-spacing: -.035em; margin-top: 10px; }
.section-heading > p { margin: 0 0 1px; color: var(--muted); font-size: 11px; line-height: 1.9; }
.choice-grid { gap: 24px; padding-bottom: 0; }
.choice { padding: 28px; border-radius: 12px; cursor: default; }
.choice:hover { transform: none; border-color: #b6c1ae; box-shadow: 0 6px 22px #28362008; }
.choice-top { display: flex; align-items: center; gap: 12px; }
.choice-icon { width: 44px; height: 44px; border: 0; background: #eef2e9; color: #4c6244; border-radius: 9px; }
.choice:nth-child(2) .choice-icon { background: #f4eee5; color: #8b683c; }
.choice-kind { color: #78816f; font-size: 9px; font-weight: 500; letter-spacing: .13em; }
.choice h2 { font-size: 21px; letter-spacing: -.035em; margin: 18px 0 8px; }
.choice p { font-size: 12px; max-width: 55ch; line-height: 1.8; margin-bottom: 20px; }
.choice .cat-label { font-size: 9px; letter-spacing: .08em; text-transform: uppercase; font-weight: 600; margin-bottom: 10px; }
.choice .chips { gap: 6px; margin-bottom: 24px; }
.choice .chips .tag { background: #f9faf7; border-color: #e7eae1; font-size: 10px; }
.choice .cta { justify-content: space-between; width: 100%; padding: 17px 0 0; border: 0; border-top: 1px solid var(--border); background: transparent; text-align: left; cursor: pointer; font-family: inherit; font-size: 12px; }
.choice .cta::after { content: ''; position: absolute; inset: 0; border-radius: 12px; }
.choice:focus-within { outline: 2px solid var(--gold); outline-offset: 4px; }
.choice .cta:focus-visible { outline: none; }
.choice .cta .arrow { display: grid; place-items: center; width: 30px; height: 30px; background: #f0f3eb; border-radius: 50%; }
.info-strip { background: #fff; padding: 44px 0 30px; }
.info-strip .section-heading { margin-bottom: 34px; }
.info-step { padding-right: 18px; }
.info-step + .info-step { border-left: 1px solid var(--border); padding-left: 24px; }
.info-step .idx { display: flex; align-items: center; gap: 12px; font-size: 21px; font-weight: 400; letter-spacing: -.03em; color: #89957a; }
.info-step .idx span { font-size: 9px; letter-spacing: .14em; color: var(--muted); }
.info-step h3 { font-size: 14px; margin: 12px 0 8px; }
.info-step p { font-size: 11px; line-height: 1.9; }
.info-strip > .container > .rule { margin-top: 32px; }
/* Six-step registration, documents and applicant status */
.wizard-bar .container { padding-block: 22px 18px; }
.wizard-title { margin-bottom: 22px; }
.wizard-title h2 { font-size: 22px; margin-top: 4px; }
.autosave { font-size: 11px; }
.step-btn { padding: 5px 0; gap: 8px; }
.step-num { width: 28px; height: 28px; font-size: 11px; }
.step-label { font-size: 11px; }
.step-line { background: #dde3d7; margin-inline: 14px; }
.stepper li.is-current .step-num { background: #40563b; border-color: #40563b; box-shadow: 0 0 0 4px #edf1e8; }
.wizard-body { padding-top: 32px; }
.wizard-layout { gap: 28px; grid-template-columns: minmax(0,1fr) 288px; }
.wizard-aside { top: 272px; }
.step-panel-head { margin: 0 0 24px; padding: 0 2px; }
.step-panel-head h2 { font-size: 25px; }
.step-panel-head p { font-size: 12px; line-height: 1.8; }
#step-content > .card > .card-body { padding: 30px; }
.aside-card { padding: 22px; border-radius: 12px; }
.aside-card:first-child { border-top: 3px solid #728167; background: #f9fbf6; }
.aside-card h4 { font-size: 12px; margin-bottom: 12px; }
.aside-card p, .aside-card li { font-size: 11px; line-height: 1.9; overflow-wrap: anywhere; }
.aside-card .num-lg { font-size: 32px; letter-spacing: -.05em; font-weight: 500; }
.wizard-foot { bottom: 12px; padding: 14px 18px; border-radius: 12px; box-shadow: 0 8px 28px #29352312; }
.doc { padding: 22px; border-radius: 12px; }
.dropzone { background: #f9fbf7; border-color: #c9d3c2; border-radius: 8px; min-height: 116px; }
.dropzone:hover, .dropzone.is-over { background: #f0f5eb; border-color: #768b68; }
.review-head { background: #fafbf8; border-radius: 12px 12px 0 0; }
.review-body { padding: 24px; }
.lookup-card { max-width: 520px; }
.lookup-card .card-body { padding: 32px; }
.success-wrap h1 { font-size: 38px; }
.tracker .label { line-height: 1.5; }
.timeline { line-height: 1.75; }
/* Procurement workspace */
.admin { background: #f5f7f3; }
.sidebar { background: #242f29; padding-top: 28px; gap: 25px; }
.sidebar .brand { padding: 0 22px 20px; }
.sidebar .brand-mark { background: #e0e8d7; color: #34452e; width: 36px; height: 36px; border-radius: 8px; }
.sidebar .brand-name { font-size: 14px; letter-spacing: -.035em; }
.sidebar .brand-sub { font-size: 8px; margin-top: 6px; color: #b2bdae; }
.side-group { padding: 0 14px; }
.side-group h4 { color: #a3af9c; font-size: 9px; letter-spacing: .16em; margin-bottom: 10px; }
.side-link { min-height: 40px; font-size: 12px; color: #c5cec0; gap: 11px; margin-bottom: 3px; padding-inline: 13px; }
.side-link.is-active { color: #f2f6e9; background: #3d4e3d; box-shadow: none; }
.side-link.is-active svg { color: #c8d9aa; }
.side-link .count { border-radius: 5px; font-size: 10px; color: #d4ddce; padding-inline: 6px; background: #ffffff0c; }
.side-foot { font-size: 10px; color: #a6b19f; padding-inline: 22px; }
.topbar { height: 76px; padding-inline: 32px; gap: 18px; }
.topbar .search-box { flex-basis: 400px; }
.topbar .search-box .control { font-size: 12px; height: 40px; border-color: transparent; background: #f5f7f1; }
.topbar .icon-btn { border-color: transparent; }
.avatar { background: #e7eddf; color: #506047; border: 1px solid #d4ddcb; width: 36px; height: 36px; }
.admin-user .nm { font-size: 12px; }
.admin-user .rl { font-size: 10px; }
.admin-content { padding: 26px 32px 40px; max-width: 1600px; width: 100%; margin-inline: auto; }
.breadcrumb { font-size: 11px; margin-bottom: 24px; }
.breadcrumb button { font-size: 11px; }
.breadcrumb .sep { color: #85917c; }
.workspace-heading { padding-bottom: 6px; }
.workspace-heading .eyebrow { color: #77886c; font-size: 9px; margin-bottom: 8px; }
.workspace-heading h1 { font-size: 30px; }
.workspace-heading p { margin-top: 8px; font-size: 12px; }
.kpi-grid { gap: 16px; }
.kpi { padding: 22px; border-radius: 12px; overflow: hidden; }
.kpi .k-label { font-size: 11px; justify-content: space-between; gap: 8px; }
.kpi .k-label svg { color: #7e8f71; width: 16px; }
.kpi .k-value { display: block; margin-top: 14px; font-size: 34px; font-weight: 500; }
.kpi .k-foot { display: block; font-size: 10px; margin-top: 8px; }
.kpi .k-bar { display: block; height: 3px; background: #eff2eb; margin-top: 18px; }
.kpi:first-child { background: #2e4031; border-color: #2e4031; color: white; }
.kpi:first-child .k-label, .kpi:first-child .k-foot, .kpi:first-child .k-label svg { color: #d2ddca; }
.kpi:first-child .k-bar { background: #ffffff20; }
.kpi:first-child .k-bar i { background: #c2d1a4 !important; }
.chart-card { border-radius: 12px; }
.chart-body { padding: 26px; }
.bar-track { height: 7px; }
.bar-row .bl-top { font-size: 11px; }
.legend-item { font-size: 11px; }
.columns-chart { background: repeating-linear-gradient(to top, transparent 0, transparent 39px, #edf0e9 40px); }
.table-tools { padding: 18px 22px; gap: 12px; }
.table-tools .control { font-size: 12px; height: 40px; }
.table-tools .search-box { flex-basis: 230px; }
.filter-select { min-width: 140px; }
table.data { font-size: 12px; }
table.data th { background: #f7f9f4; font-size: 9px; letter-spacing: .08em; padding: 14px 18px; color: #64705c; }
table.data td { padding: 16px 18px; border-bottom-color: #edf0e9; }
table.data tbody tr:hover { background: #f6f9f2; }
table.data .t-sub { font-size: 10px; margin-top: 4px; }
table.data .t-company { font-weight: 600; }
table.data tbody tr:last-child td { border-bottom: 0; }
.table-wrap { overscroll-behavior-x: contain; scrollbar-width: thin; scrollbar-color: #b7c3ae #f4f6f0; }
.pagination { padding: 16px 22px; font-size: 11px; }
.pager button { min-width: 34px; height: 34px; font-size: 11px; }
.tabs { background: #fafbf8; padding-inline: 12px; border-radius: 12px 12px 0 0; }
.tab { font-size: 12px; padding: 18px 16px; }
.tab[aria-selected="true"] { color: #435b38; border-bottom-color: #708b58; }
.sticky-actions { bottom: 12px; padding: 16px 20px; box-shadow: 0 8px 28px #29352312; }
.flow-node { border-radius: 10px; box-shadow: var(--sh-1); }
.empty { padding: 52px 24px; }
.empty .e-icon { color: #829277; background: #f0f4ea; border-radius: 12px; display: grid; place-items: center; width: 56px; height: 56px; }
/* Sign-in */
.login-shell { grid-template-columns: 1fr 1fr; padding: 0; background: #fcfcf8; }
.login-story { min-height: 100vh; align-self: stretch; background: #28382c; padding: 64px; display: flex; flex-direction: column; justify-content: center; position: relative; overflow: hidden; }
.login-story::before { content: ''; position: absolute; width: 430px; height: 600px; border: 1px solid #ffffff15; border-radius: 220px 220px 0 0; top: 12%; right: -150px; box-shadow: 0 0 0 45px #ffffff04, 0 0 0 90px #ffffff03; transform: rotate(-15deg); }
.login-story .eyebrow { color: #c1cfac; }
.login-story h2 { color: #f1f4e9; font-size: clamp(32px, 3.6vw, 54px); line-height: 1.14; font-weight: 400; letter-spacing: -.04em; margin: 24px 0; max-width: 12ch; }
.login-story p { color: #bdc9b6; font-size: 13px; max-width: 36ch; line-height: 1.9; position: relative; }
.login-story .login-note { margin-top: 64px; font-size: 10px; display: flex; gap: 8px; align-items: center; }
.login-card { max-width: 430px; margin: 56px 32px; }
.login-card > .brand { margin-bottom: 16px; }
.login-card > .card { border: 0; box-shadow: none; background: transparent; }
.login-card > .card > .card-body { padding: 12px 0; }
.login-card h1 { font-size: 32px; }
.login-card > .card.card-pad { border: 1px solid #e1e5d9; background: #f3f5ed; padding: 18px; border-radius: 10px; }
.login-card .card-pad h4 { font-size: 11px; }
.login-card .card-pad p { font-size: 11px; margin-bottom: 0; }
.login-card > p a { display: inline-flex; gap: 8px; align-items: center; }
/* Accessible overlays and feedback */
.modal-open { overflow: hidden; }
.modal-backdrop { background: #1c271c66; backdrop-filter: blur(3px); }
.modal { border-radius: 16px; box-shadow: 0 32px 100px #17231740; max-height: calc(100dvh - 40px); }
.modal-head { padding: 24px; }
.modal-head h3 { font-size: 20px; }
.modal-head p { font-size: 12px; }
.modal-foot { background: #f8faf5; padding: 18px 24px; border-radius: 0 0 16px 16px; }
.toast { border-radius: 12px; box-shadow: 0 10px 40px #2638201a; }
.toast-stack { max-width: calc(100vw - 32px); }
body > .sr-only:focus-visible { position: fixed; top: 12px; left: 12px; width: auto; height: auto; clip: auto; overflow: visible; padding: 12px 18px; background: var(--ink); color: white; z-index: 150; border-radius: 8px; }
#main:focus, #registration-options:focus { outline: none; }
/* Layout adaptations are intentionally after every component rule. */
@media (min-width: 1440px) { .hero-layout { gap: 76px; } }
@media (max-width: 1200px) {
  .hero-layout { gap: 32px; }
  .hero-actions { gap: 16px; }
  .hero-actions .btn-lg { padding-inline: 16px; }
  .hero-visual img { height: 400px; }
  .network-strip > .container { gap: 22px; }
  .hero-meta { padding-left: 24px; }
  .admin-content { padding-inline: 24px; }
  .kpi { padding: 18px; }
  .donut-wrap { gap: 18px; }
}
@media (max-width: 1100px) {
  .wizard-layout { grid-template-columns: minmax(0,1fr); }
  .wizard-aside { position: static; grid-template-columns: repeat(3,minmax(0,1fr)); }
  .kpi-grid { grid-template-columns: repeat(2,minmax(0,1fr)); }
  .network-intro { min-width: 140px; }
  .site-header .nav { gap: 2px; }
  .site-header .nav a { padding-inline: 10px; }
  .site-header .nav a:last-child { margin-left: 4px; }
  .login-story { padding: 40px; }
  .login-card { max-width: 360px; width: calc(100% - 48px); margin: 40px 24px; }
}
@media (max-width: 860px) {
  :root { --header-h: 76px; }
  .container { padding-inline: 24px; }
  .hero { padding: 32px 0; }
  .hero-layout { grid-template-columns: 1fr; gap: 28px; }
  .hero h1 { font-size: clamp(38px, 7vw, 54px); }
  .hero .lede { max-width: 58ch; }
  .hero-visual img { height: 360px; object-position: center 65%; }
  .network-strip > .container { display: block; padding-block: 24px; }
  .network-intro { display: none; }
  .hero-meta { padding: 0; border: 0; gap: 20px; }
  .hero-meta .n { font-size: 22px; }
  .hero-meta .l { font-size: 9px; }
  .section-heading { align-items: start; flex-direction: column; gap: 14px; }
  .section-heading h2 { font-size: 25px; }
  .registration-section { padding-block: 36px; }
  .choice-grid { grid-template-columns: 1fr; }
  .info-strip .grid-3 { gap: 28px; }
  .info-step + .info-step { border-left: 0; border-top: 1px solid var(--border); padding: 24px 0 0; }
  .info-step p { font-size: 12px; }
  .site-header .nav-toggle { display: grid; }
  .site-header .nav.is-open { padding: 14px 24px; gap: 6px; }
  .site-header .nav.is-open a { min-height: 44px; }
  .site-header .nav.is-open a:last-child { margin: 4px 0; }
  .wizard-title { gap: 16px; }
  .wizard-title > .row { flex-wrap: wrap; gap: 12px; }
  .wizard-aside { grid-template-columns: 1fr; }
  .wizard-bar .container { padding-block: 20px 14px; }
  .stepper-mobile-meta { display: block; font-size: 11px; margin-top: 8px; }
  .step-label { font-size: 12px; }
  .step-panel-head h2 { font-size: 24px; }
  .wizard-foot { flex-wrap: wrap; gap: 12px; bottom: 8px; }
  .wizard-foot > .row { flex-wrap: wrap; gap: 10px; }
  .topbar { gap: 10px; padding-inline: 16px; height: 68px; }
  .topbar .search-box { flex: 1 1 auto; }
  .admin-content { padding: 22px 20px 32px; }
  .workspace-heading { align-items: start; gap: 18px; }
  .workspace-heading > .row { flex-wrap: wrap; gap: 10px; }
  .row-between, .card-head { min-width: 0; }
  .row-between > div, .card-head > div { min-width: 0; }
  .sticky-actions > .row { flex-wrap: wrap; }
  .login-shell { grid-template-columns: 1fr; }
  .login-story { min-height: 0; padding: 32px 28px; width: 100%; }
  .login-story h2 { font-size: 34px; max-width: 24ch; margin: 14px 0; }
  .login-story p { margin: 0; max-width: 55ch; }
  .login-story .login-note { display: none; }
  .login-card { max-width: 430px; margin: 36px 24px; }
}
@media (max-width: 540px) {
  .container { padding-inline: 20px; }
  .brand-name { font-size: 14px; }
  .brand-mark { width: 36px; height: 36px; }
  .brand-sub { font-size: 8px; }
  .hero-copy { padding: 0; }
  .hero h1 { font-size: 39px; margin-block: 18px; }
  .hero .lede { font-size: 13px; line-height: 1.8; }
  .hero-actions { gap: 20px; }
  .hero-assurance { gap: 12px; font-size: 9px; }
  .hero-visual img { height: 300px; }
  .visual-label { left: 18px; right: 18px; font-size: 6px; }
  .visual-caption { padding: 12px; left: 12px; right: 12px; bottom: 12px; }
  .hero-meta { grid-template-columns: 1fr 1fr; gap: 20px 24px; }
  .hero-meta .l { font-size: 10px; }
  .section-heading h2 { font-size: 24px; }
  .choice { padding: 22px; }
  .choice h2 { font-size: 21px; }
  .choice-kind { font-size: 8px; }
  .page { padding-top: 30px; }
  .page-head h1 { font-size: 30px; }
  .lede { font-size: 14px; }
  .card-body, .card-pad, .review-body, #step-content > .card > .card-body { padding: 20px; }
  .card-head, .review-head { padding: 16px 20px; gap: 10px; }
  .fieldset-head { flex-wrap: wrap; gap: 8px; }
  .fieldset-head .field-label { font-size: 11px; }
  .control { font-size: 16px; }
  .wizard-title > .row { width: 100%; justify-content: space-between; }
  .wizard-foot { padding: 12px; }
  .wizard-foot > .row { width: 100%; justify-content: space-between; }
  .wizard-foot > .btn { width: 100%; }
  .doc { padding: 18px; }
  .lookup-card .card-body { padding: 24px 20px; }
  .row-between.row-wrap > .row { flex-wrap: wrap; }
  .row.gap-10 { flex-wrap: wrap; }
  .admin-user { padding-left: 10px; }
  .admin-user > span:last-child { display: none; }
  .topbar .search-box .control { font-size: 12px; padding-left: 30px; }
  .topbar .spacer { display: none; }
  .topbar > .icon-btn { width: 34px; }
  .admin-content { padding-inline: 16px; }
  .h-page, .workspace-heading h1 { font-size: 26px; overflow-wrap: anywhere; }
  .kpi-grid { gap: 10px; }
  .kpi { padding: 16px 14px; }
  .kpi .k-label { font-size: 10px; align-items: start; line-height: 1.5; }
  .kpi .k-label svg { width: 13px; height: 13px; }
  .kpi .k-value { font-size: 30px; }
  .kpi .k-foot { font-size: 9px; min-height: 30px; }
  .kpi .k-bar { margin-top: 12px; }
  .chart-body { padding: 22px; }
  .table-tools { padding: 16px; gap: 10px; }
  .table-tools .search-box { flex-basis: 100%; }
  .table-tools > .field { width: 100%; }
  .table-tools > .filter-select { flex: 1 1 140px; min-width: 0; }
  .table-tools .control { font-size: 16px; }
  .pagination { padding-inline: 16px; }
  .pager { flex-wrap: wrap; }
  .donut-wrap { justify-content: center; }
  .donut-wrap .legend { width: 100%; }
  .chart-card .card-head { flex-wrap: wrap; }
  .chart-card .card-head .small { font-size: 10px; }
  .sticky-actions { padding: 14px; }
  .sticky-actions > .row { width: 100%; gap: 8px; }
  .sticky-actions .btn { flex: 1 1 auto; }
  .modal-root { padding: 12px; }
  .modal-head, .modal-body { padding: 20px; }
  .modal-foot { padding: 16px; flex-wrap: wrap; }
  .modal-foot .btn { flex: 1; }
  .toast-stack { right: 16px; bottom: 16px; }
  .site-footer .container { flex-direction: column; gap: 16px; }
  .row > span { overflow-wrap: anywhere; }
}
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation: none !important; transition: none !important; }
}
