:root {
  --primary: #37474F;
  --primary-strong: #263238;
  --primary-soft: #E4EAED;
  --secondary: #546E7A;
  --background: #F6F7F9;
  --surface: #ffffff;
  --surface-alt: #EEF1F4;
  --text: #1F2937;
  --text-muted: #5F6B7A;
  --outline: #CBD5E1;
  --outline-soft: #e5e7eb;
  --success: #2f6b5f;
  --success-soft: #e5f2ef;
  --warning: #8a6508;
  --warning-soft: #fff5d7;
  --error: #b3261e;
  --error-soft: #fdecea;
  --shadow-1: 0 1px 2px rgba(15, 23, 42, .06), 0 2px 8px rgba(15, 23, 42, .04);
  --shadow-2: 0 10px 30px rgba(15, 23, 42, .12);
  --radius-sm: 8px;
  --radius: 12px;
  --radius-lg: 16px;
  --sidebar-width: 272px;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  color: var(--text);
  background: var(--background);
}

* { box-sizing: border-box; }
html { min-height: 100%; background: var(--background); }
body { margin: 0; min-height: 100vh; background: var(--background); color: var(--text); }
a { color: inherit; }
button, input, select, textarea { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }

.app-shell { display: grid; grid-template-columns: var(--sidebar-width) minmax(0, 1fr); min-height: 100vh; }
.sidebar { position: fixed; inset: 0 auto 0 0; width: var(--sidebar-width); background: var(--primary); color: #fff; display: flex; flex-direction: column; z-index: 30; }
.brand-block { padding: 18px 18px 16px; border-bottom: 1px solid rgba(255,255,255,.12); }
.brand { display: flex; align-items: center; gap: 13px; min-width: 0; text-decoration: none; }
.brand-logo { width: 48px; height: 48px; flex: 0 0 48px; object-fit: contain; }
.brand-copy { min-width: 0; }
.brand strong { display: block; font-size: 1.12rem; line-height: 1.15; letter-spacing: -.015em; }
.brand small { display: block; color: rgba(255,255,255,.70); font-size: .69rem; line-height: 1.3; margin-top: 4px; }
.nav-list { padding: 14px 10px; display: grid; gap: 3px; overflow-y: auto; }
.nav-item { display: flex; align-items: center; gap: 12px; min-height: 44px; padding: 10px 12px; border-radius: 10px; text-decoration: none; color: rgba(255,255,255,.82); font-size: .9rem; transition: background .16s ease, color .16s ease; }
.nav-item:hover, .nav-item:focus-visible { background: rgba(255,255,255,.09); color: #fff; outline: none; }
.nav-icon { width: 24px; text-align: center; font-size: 1rem; color: rgba(255,255,255,.72); }
.sidebar-footer { margin-top: auto; padding: 16px 20px 20px; display: grid; gap: 4px; color: rgba(255,255,255,.58); font-size: .7rem; border-top: 1px solid rgba(255,255,255,.08); }
.main-column { grid-column: 2; min-width: 0; }
.topbar { position: sticky; top: 0; z-index: 20; min-height: 72px; padding: 12px 28px; display: flex; align-items: center; justify-content: space-between; gap: 20px; background: rgba(255,255,255,.96); border-bottom: 1px solid var(--outline-soft); backdrop-filter: blur(12px); }
.topbar-title { display: flex; align-items: center; gap: 12px; min-width: 0; }
.topbar-title > div { min-width: 0; }
.topbar-title strong { display: block; font-size: 1rem; }
.topbar-title small { display: block; color: var(--text-muted); margin-top: 3px; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; max-width: 52vw; }
.menu-toggle { display: none; }
.icon-button { border: 0; background: transparent; border-radius: 50%; width: 40px; height: 40px; cursor: pointer; color: var(--primary); }
.icon-button:hover { background: var(--surface-alt); }
.user-menu { display: flex; align-items: center; gap: 10px; white-space: nowrap; }
.status-dot { width: 9px; height: 9px; border-radius: 50%; background: var(--success); box-shadow: 0 0 0 4px var(--success-soft); }
.user-copy { display: grid; margin: 0 8px 0 2px; }
.user-copy strong { font-size: .84rem; }
.user-copy small { font-size: .72rem; color: var(--text-muted); }
.text-link, .text-button { color: var(--primary); font-weight: 700; font-size: .82rem; text-decoration: none; border: 0; background: none; cursor: pointer; padding: 8px 4px; }
.text-link:hover, .text-button:hover { text-decoration: underline; }
.content-area { width: min(1480px, 100%); margin: 0 auto; padding: 30px 32px 56px; }

.page-heading { display: flex; align-items: flex-start; justify-content: space-between; gap: 24px; margin-bottom: 22px; }
.page-heading h1 { margin: 0; color: var(--primary-strong); font-size: clamp(1.55rem, 2vw, 2rem); letter-spacing: -.025em; }
.page-heading p { margin: 7px 0 0; color: var(--text-muted); max-width: 760px; line-height: 1.55; }
.eyebrow { display: block; color: var(--text-muted); font-size: .72rem; font-weight: 800; letter-spacing: .09em; text-transform: uppercase; margin-bottom: 7px; }

.metric-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 16px; margin-bottom: 20px; }
.metric-grid.small { grid-template-columns: repeat(3, minmax(0, 1fr)); }
.metric-card { min-height: 138px; padding: 20px; border: 1px solid var(--outline-soft); border-radius: var(--radius); background: var(--surface); box-shadow: var(--shadow-1); display: flex; flex-direction: column; justify-content: center; }
.metric-label { color: var(--text-muted); font-size: .78rem; font-weight: 700; text-transform: uppercase; letter-spacing: .045em; }
.metric-card strong { margin: 10px 0 6px; color: var(--primary-strong); font-size: clamp(1.35rem, 2vw, 1.85rem); line-height: 1.1; }
.metric-card small { color: var(--text-muted); font-size: .78rem; }
.dashboard-grid { display: grid; grid-template-columns: minmax(0, 1.25fr) minmax(320px, .75fr); gap: 20px; margin-bottom: 20px; }
.surface { background: var(--surface); border: 1px solid var(--outline-soft); border-radius: var(--radius); padding: 22px; box-shadow: var(--shadow-1); margin-bottom: 20px; }
.surface.no-padding { padding: 0; overflow: hidden; }
.surface-header { display: flex; justify-content: space-between; align-items: flex-start; gap: 18px; margin-bottom: 18px; }
.surface-header.padded { padding: 22px 22px 0; }
.surface h2, .surface-header h2 { margin: 0; color: var(--primary-strong); font-size: 1.08rem; }
.surface p, .surface-header p { color: var(--text-muted); line-height: 1.55; }
.surface-header p { margin: 5px 0 0; font-size: .86rem; }
.quick-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 12px; }
.quick-card { min-height: 96px; padding: 16px; border: 1px solid var(--outline-soft); border-radius: 10px; text-decoration: none; background: var(--background); transition: border-color .16s ease, transform .16s ease; }
.quick-card:hover { border-color: var(--primary); transform: translateY(-1px); }
.quick-card strong { display: block; font-size: 1.45rem; color: var(--primary-strong); }
.quick-card span { display: block; margin-top: 6px; color: var(--text-muted); font-size: .82rem; }
.list-stack { display: grid; }
.list-row { display: flex; justify-content: space-between; align-items: center; gap: 18px; padding: 14px 0; border-bottom: 1px solid var(--outline-soft); }
.list-row:last-child { border-bottom: 0; }
.list-row strong, .list-row small { display: block; }
.list-row small { color: var(--text-muted); margin-top: 4px; font-size: .78rem; }
.list-row.clickable { text-decoration: none; border-radius: 8px; padding: 12px; }
.list-row.clickable:hover { background: var(--background); }
.info-strip { display: flex; gap: 30px; flex-wrap: wrap; color: var(--text-muted); }
.info-strip strong { color: var(--primary-strong); }

.button { display: inline-flex; align-items: center; justify-content: center; gap: 8px; min-height: 40px; padding: 9px 16px; border-radius: 9px; border: 1px solid transparent; font-weight: 750; font-size: .86rem; text-decoration: none; cursor: pointer; transition: background .15s ease, border-color .15s ease, box-shadow .15s ease; }
.button.primary { background: var(--primary); color: #fff; }
.button.primary:hover { background: var(--primary-strong); box-shadow: 0 4px 12px rgba(51,65,85,.2); }
.button.secondary { background: var(--surface); color: var(--primary); border-color: var(--outline); }
.button.secondary:hover { background: var(--surface-alt); }
.chip { display: inline-flex; align-items: center; min-height: 26px; padding: 4px 9px; border-radius: 999px; font-size: .72rem; font-weight: 750; white-space: nowrap; }
.chip.success { background: var(--success-soft); color: var(--success); }
.chip.neutral { background: var(--primary-soft); color: var(--primary); }
.chip.muted { background: var(--surface-alt); color: var(--text-muted); }

.filter-bar, .form-grid { background: var(--surface); border: 1px solid var(--outline-soft); border-radius: var(--radius); box-shadow: var(--shadow-1); }
.filter-bar { display: flex; align-items: end; gap: 12px; flex-wrap: wrap; padding: 16px; margin-bottom: 16px; }
.form-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 18px; }
.field { display: grid; gap: 7px; min-width: 180px; }
.field.grow { flex: 1 1 300px; }
.field span { color: var(--text-muted); font-size: .77rem; font-weight: 750; }
.field input, .field select, .field textarea { width: 100%; min-height: 42px; padding: 9px 11px; border: 1px solid var(--outline); border-radius: 8px; color: var(--text); background: #fff; outline: none; transition: border-color .15s, box-shadow .15s; }
.field input:focus, .field select:focus, .field textarea:focus { border-color: var(--primary); box-shadow: 0 0 0 3px rgba(55,71,79,.14); }
.span-2 { grid-column: span 2; }
.form-actions { display: flex; justify-content: flex-end; }
.context-banner { display: flex; align-items: center; gap: 12px; flex-wrap: wrap; padding: 12px 16px; margin-bottom: 16px; border-radius: 9px; background: var(--primary-soft); color: var(--primary-strong); font-size: .82rem; }
.context-banner.warning { background: var(--warning-soft); color: var(--warning); }
.context-banner span { color: inherit; opacity: .86; }

.table-wrap { width: 100%; overflow: auto; }
.data-table { width: 100%; border-collapse: collapse; min-width: 760px; }
.data-table th, .data-table td { padding: 13px 16px; text-align: left; vertical-align: top; border-bottom: 1px solid var(--outline-soft); }
.data-table th { color: var(--text-muted); background: #f8fafc; font-size: .72rem; text-transform: uppercase; letter-spacing: .045em; position: sticky; top: 0; }
.data-table td { font-size: .84rem; line-height: 1.45; }
.data-table tbody tr:hover { background: #fbfcfd; }
.data-table tbody tr:last-child td { border-bottom: 0; }
.pagination { display: flex; align-items: center; justify-content: center; gap: 20px; padding: 18px 0; color: var(--text-muted); font-size: .82rem; }
.pagination a { color: var(--primary); font-weight: 700; text-decoration: none; }
.empty-state { padding: 28px; text-align: center; color: var(--text-muted); }
.component-line { display: block; white-space: nowrap; }

.detail-grid { display: grid; grid-template-columns: repeat(2, minmax(0,1fr)); gap: 20px; }
.definition-list { display: grid; gap: 0; margin: 0; }
.definition-list > div { display: grid; grid-template-columns: minmax(120px, .45fr) 1fr; gap: 16px; padding: 12px 0; border-bottom: 1px solid var(--outline-soft); }
.definition-list > div:last-child { border-bottom: 0; }
.definition-list dt { color: var(--text-muted); font-size: .78rem; }
.definition-list dd { margin: 0; font-weight: 650; font-size: .84rem; }
.definition-list.compact { margin-top: 18px; grid-template-columns: repeat(3, 1fr); gap: 0 22px; }
.definition-list.compact > div { display: block; }
.definition-list.compact dd { margin-top: 5px; }
.result-card { border-left: 4px solid var(--success); }
.result-total { color: var(--success); font-size: 1.65rem; font-weight: 850; white-space: nowrap; }
.component-grid { display: grid; grid-template-columns: repeat(5, minmax(0,1fr)); gap: 10px; }
.component-grid > div { padding: 13px; border-radius: 9px; background: var(--background); }
.component-grid span { display: block; color: var(--text-muted); font-size: .7rem; font-weight: 800; }
.component-grid strong { display: block; margin-top: 5px; color: var(--primary-strong); font-size: .92rem; }

.module-grid { display: grid; grid-template-columns: repeat(3, minmax(0,1fr)); gap: 16px; }
.module-card { position: relative; min-height: 190px; padding: 20px; border-radius: var(--radius); background: var(--surface); border: 1px solid var(--outline-soft); box-shadow: var(--shadow-1); }
.module-card > span { display: inline-grid; place-items: center; width: 34px; height: 34px; border-radius: 9px; background: var(--primary-soft); color: var(--primary); font-size: .72rem; font-weight: 850; }
.module-card h2 { margin: 20px 0 8px; font-size: 1rem; color: var(--primary-strong); }
.module-card p { margin: 0; color: var(--text-muted); line-height: 1.55; font-size: .84rem; }
.module-card.ready::after, .module-card.planned::after { position: absolute; top: 18px; right: 18px; border-radius: 999px; padding: 4px 8px; font-size: .66rem; font-weight: 800; }
.module-card.ready::after { content: "BASE PRONTA"; background: var(--success-soft); color: var(--success); }
.module-card.planned::after { content: "PRÓXIMA ETAPA"; background: var(--warning-soft); color: var(--warning); }

.alert { margin-bottom: 16px; padding: 13px 16px; border-radius: 9px; background: var(--primary-soft); color: var(--primary); font-size: .86rem; }
.alert.success { background: var(--success-soft); color: var(--success); }
.alert.warning { background: var(--warning-soft); color: var(--warning); }
.alert.error { background: var(--error-soft); color: var(--error); }

/* Autenticação e MFA */
.auth-body { min-height: 100vh; display: grid; place-items: center; padding: 28px; background: var(--surface-alt); }
.auth-shell { width: min(500px, 100%); }
.auth-card { padding: 34px; background: var(--surface); border: 1px solid var(--outline); border-radius: var(--radius-lg); box-shadow: var(--shadow-2); }
.auth-brand { display: flex; align-items: center; gap: 14px; color: var(--primary-strong); text-decoration: none; margin-bottom: 28px; }
.auth-brand img { width: 58px; height: 58px; flex: 0 0 58px; object-fit: contain; }
.auth-brand span { display: grid; gap: 3px; }
.auth-brand strong { font-size: 1.28rem; letter-spacing: -.02em; }
.auth-brand small { color: var(--text-muted); font-size: .76rem; font-weight: 650; }
.auth-card h1 { margin: 0 0 10px; color: var(--primary-strong); font-size: 1.55rem; }
.auth-card p { color: var(--text-muted); line-height: 1.55; }
.campo-auth { display: grid; gap: 7px; margin: 15px 0; }
.campo-auth label { color: var(--text-muted); font-size: .78rem; font-weight: 750; }
.campo-auth input, .campo-auth select { width: 100%; min-height: 44px; padding: 10px 12px; border: 1px solid var(--outline); border-radius: 8px; }
.campo-auth input:focus, .campo-auth select:focus { outline: none; border-color: var(--primary); box-shadow: 0 0 0 3px rgba(55,71,79,.14); }
.erro-campo, .auth-card ul.errorlist { color: var(--error); font-size: .82rem; }
.acoes-auth { display: flex; justify-content: flex-end; gap: 10px; margin-top: 20px; }
.auth-card .btn, .auth-card a.btn { display: inline-flex; justify-content: center; min-height: 42px; padding: 10px 15px; border: 0; border-radius: 8px; text-decoration: none; background: var(--secondary); color: #fff; font-weight: 750; cursor: pointer; }
.auth-card .btn-primary { background: var(--primary); }
.auth-card .btn-block { width: 100%; }
.auth-card img { max-width: 100%; height: auto; }
.auth-footer { margin: 14px 0 0; text-align: center; color: var(--text-muted); font-size: .72rem; }

@media (max-width: 1180px) {
  .metric-grid { grid-template-columns: repeat(2, minmax(0,1fr)); }
  .dashboard-grid { grid-template-columns: 1fr; }
  .module-grid { grid-template-columns: repeat(2, minmax(0,1fr)); }
  .component-grid { grid-template-columns: repeat(3, minmax(0,1fr)); }
}

@media (max-width: 900px) {
  .app-shell { display: block; }
  .sidebar { transform: translateX(-100%); transition: transform .2s ease; box-shadow: var(--shadow-2); }
  .sidebar-open .sidebar { transform: translateX(0); }
  .main-column { margin-left: 0; }
  .menu-toggle { display: inline-grid; place-items: center; }
  .topbar { padding: 11px 16px; }
  .user-copy, .user-menu .text-link { display: none; }
  .content-area { padding: 24px 18px 48px; }
}

@media (max-width: 680px) {
  .metric-grid, .metric-grid.small, .quick-grid, .module-grid, .detail-grid, .form-grid { grid-template-columns: 1fr; }
  .span-2 { grid-column: auto; }
  .page-heading, .surface-header { flex-direction: column; }
  .component-grid { grid-template-columns: repeat(2, minmax(0,1fr)); }
  .definition-list.compact { grid-template-columns: 1fr; }
  .topbar-title small { max-width: 58vw; }
  .result-total { font-size: 1.35rem; }
}

/* Fluxo operacional de caixas — v0.4.x */
.action-row { display: flex; align-items: center; justify-content: flex-end; gap: 10px; flex-wrap: wrap; }
.button.compact { min-height: 34px; padding: 6px 11px; font-size: .78rem; }
.button.danger { background: var(--surface); color: var(--error); border-color: rgba(179,38,30,.35); }
.button.danger:hover { background: var(--error-soft); border-color: var(--error); }
.chip.warning { background: var(--warning-soft); color: var(--warning); }
.chip.error { background: var(--error-soft); color: var(--error); }
.form-surface.narrow { max-width: 860px; margin-inline: auto; }
.form-grid.padded { padding: 22px; }
.field small { color: var(--text-muted); font-size: .74rem; line-height: 1.45; }
.field .errorlist { list-style: none; padding: 0; margin: 2px 0 0; color: var(--error); font-size: .78rem; }
.metric-card.emphasis { border-color: rgba(47,107,95,.32); background: #f8fbfa; }
.metric-card.warning-card { border-color: rgba(138,101,8,.35); background: #fffdf7; }
.metric-card strong.textual { font-size: 1rem; }
.calculation-stack { display: grid; }
.calculation-stack > div { display: flex; align-items: center; justify-content: space-between; gap: 20px; padding: 14px 0; border-bottom: 1px solid var(--outline-soft); }
.calculation-stack > div:last-child { border-bottom: 0; }
.calculation-stack span { color: var(--text-muted); font-size: .82rem; }
.calculation-stack strong { color: var(--primary-strong); }
.calculation-stack .total { margin-top: 8px; padding: 15px 12px; border-radius: 9px; background: var(--primary-soft); border: 0; }
.calculation-stack .total span, .calculation-stack .total strong { color: var(--primary-strong); font-weight: 800; }
.data-table td small { display: block; margin-top: 4px; color: var(--text-muted); font-size: .72rem; }

@media (max-width: 680px) {
  .action-row { width: 100%; justify-content: flex-start; }
  .action-row .button { flex: 1 1 auto; }
  .form-grid.padded { padding: 16px; }
}

/* Ambiente isolado de teste e homologação — v0.5.0 */
.environment-banner {
  position: fixed;
  inset: 0 0 auto 0;
  z-index: 1000;
  min-height: 34px;
  padding: 7px 18px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  background: #8A6508;
  color: #fff;
  border-bottom: 1px solid rgba(0,0,0,.18);
  box-shadow: 0 2px 8px rgba(15,23,42,.18);
  font-size: .78rem;
  letter-spacing: .01em;
}
.environment-banner strong { letter-spacing: .08em; font-size: .72rem; }
body.environment-test { padding-top: 34px; }
.environment-test .sidebar { top: 34px; }
.environment-test .topbar { top: 34px; }
.environment-test .app-shell { min-height: calc(100vh - 34px); }
.environment-test .auth-shell { min-height: calc(100vh - 34px); }
.test-nav-item { background: rgba(255,245,215,.10); border: 1px solid rgba(255,245,215,.16); }
.sidebar-test-label { margin-top: 4px; color: #FFE7A3; font-weight: 800; letter-spacing: .06em; }
.chip.severity-baixa { background: var(--surface-alt); color: var(--text-muted); }
.chip.severity-media { background: var(--warning-soft); color: var(--warning); }
.chip.severity-alta, .chip.severity-critica { background: var(--error-soft); color: var(--error); }
.chip.status-corrigido, .chip.status-validado { background: var(--success-soft); color: var(--success); }
.chip.status-em_analise, .chip.status-planejado { background: var(--primary-soft); color: var(--primary); }
.chip.status-aberto { background: var(--warning-soft); color: var(--warning); }
.chip.status-descartado { background: var(--surface-alt); color: var(--text-muted); }
.form-grid.single-column { grid-template-columns: 1fr; }
.test-detail h3 { margin: 22px 0 7px; color: var(--primary-strong); font-size: .82rem; text-transform: uppercase; letter-spacing: .045em; }
.test-detail h3:first-child { margin-top: 0; }
.test-detail p { margin: 0; }
.test-detail code { display: block; padding: 10px 12px; border-radius: 8px; background: var(--surface-alt); overflow-wrap: anywhere; }
.field-error { color: var(--error) !important; }

@media (max-width: 680px) {
  .environment-banner { justify-content: flex-start; padding-inline: 12px; }
  .environment-banner span { white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
}

.status-badge{display:inline-flex;padding:.25rem .55rem;border-radius:999px;background:#e2e8f0;color:#37474f;font-size:.78rem;font-weight:700}.environment-banner[role="alert"]{background:#7c2d12;color:#fff}

/* Identidade visual oficial NexoCaixa — v0.6.1 */
.brand-block { padding: 22px 18px 18px; }
.brand { display: grid; gap: 8px; align-items: start; }
.brand-logo-horizontal { display: block; width: 188px; max-width: 100%; height: auto; }
.brand-subtitle { color: rgba(255,255,255,.72); font-size: .68rem; font-weight: 650; line-height: 1.35; letter-spacing: .015em; }
.auth-card { overflow: hidden; }
.auth-brand-official { display: block; margin-bottom: 8px; }
.auth-brand-official img { display: block; width: min(310px, 100%); height: auto; object-fit: contain; }
.auth-product-subtitle { margin: 0 0 28px !important; color: var(--text-muted); font-size: .78rem; font-weight: 650; }
.auth-body { background: #ECEFF1; }
.environment-banner[role="alert"] { background: #7C2D12; }
.sidebar-footer strong { color: #fff; }

.normative-hero {
  display: grid;
  grid-template-columns: minmax(0,1fr) auto;
  gap: 24px;
  align-items: center;
  padding: 24px;
  margin-bottom: 18px;
  border-radius: var(--radius-lg);
  background: #37474F;
  color: #fff;
  box-shadow: var(--shadow-2);
}
.normative-hero h1 { margin: 0 0 8px; font-size: clamp(1.35rem, 2vw, 1.85rem); }
.normative-hero p { margin: 0; max-width: 720px; color: rgba(255,255,255,.80); line-height: 1.55; }
.normative-hero img { width: 78px; height: 78px; object-fit: contain; }
.metric-card .metric-note { margin-top: 8px; color: var(--text-muted); font-size: .72rem; line-height: 1.4; }
.progress-track { width: 100%; height: 8px; border-radius: 999px; overflow: hidden; background: var(--surface-alt); }
.progress-value { height: 100%; border-radius: inherit; background: var(--secondary); }

@media (max-width: 680px) {
  .brand-logo-horizontal { width: 170px; }
  .normative-hero { grid-template-columns: 1fr; }
  .normative-hero img { display: none; }
}

.button.disabled,
.button[aria-disabled="true"] {
  opacity: .55;
  cursor: not-allowed;
  pointer-events: none;
}

.auth-links {
  margin-top: 1rem;
  text-align: center;
}

.auth-links a {
  color: #37474F;
  font-weight: 600;
  text-decoration: none;
}

.auth-links a:hover,
.auth-links a:focus-visible {
  text-decoration: underline;
}

.auth-help-text {
  color: #5F6B7A;
  font-size: .92rem;
  line-height: 1.5;
}
