/* ============================================================
   Tela de login do SSO — visual inspirado no Monitor Broker.
   Todo o escopo fica sob `body.sso-auth`, aplicado apenas nas
   telas de login (via content_for :body_class). As demais telas
   do layout `autenticacao` (procurações, termos, acessos) seguem
   inalteradas.
   ============================================================ */

body.sso-auth {
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
  color: #333;

  /* ═══════════════════════════════════════════════════════════════
     FUNDO — duas opções. Deixe UMA ativa e comente a outra.
     (Se ativar a OPÇÃO B, descomente também o `::before` logo abaixo.)
     ═══════════════════════════════════════════════════════════════ */

  /* ── OPÇÃO A (ATIVA): fundo claro, cinza "contraste" + poça de luz ── */
  /* background: radial-gradient(58% 52% at 50% 38%, rgba(255, 255, 255, 0.75), transparent 62%), #d5dce4; */

  /* ── OPÇÃO B: azul institucional radial ── */
  background: radial-gradient(ellipse at top, #006699 0%, #003366 70%);
  background-image: radial-gradient(at center top, rgb(0, 102, 153) 0%, rgb(0, 51, 102) 70%);
 
}

/* Textura de pontos — usar SOMENTE com a OPÇÃO B (azul). Descomente junto. */
body.sso-auth::before {
  content: '';
  position: absolute;
  inset: 0;
  background-image: radial-gradient(rgba(255, 255, 255, 0.08) 1px, transparent 1px);
  background-size: 18px 18px;
  pointer-events: none;
}


/* Container Bootstrap: sem margem superior, centralizado */
body.sso-auth > .container {
  padding: 1rem;
}

/* Cartão principal */
body.sso-auth .loginContribuinte {
  width: 100%;
  max-width: 420px;
  margin: 0 auto !important;
  background: #fff;
  border: none;
  border-radius: 10px;
  box-shadow: 0 10px 28px rgba(31, 41, 55, 0.14);
  overflow: hidden;
}

/* Cabeçalho centralizado (marca) */
body.sso-auth .sso-login-header {
  background: #fff;
  border-bottom: none;
  text-align: center;
  height: auto;
  display: block;
  padding: 2.25rem 1.75rem 0.5rem;
}

body.sso-auth .sso-login-logo {
  height: 60px;
  width: auto;
  margin-bottom: 0.85rem;
}

body.sso-auth .sso-login-title {
  font-size: 1.5rem;
  font-weight: 800;
  color: #1066a8;
  line-height: 1.2;
  margin: 0 0 0.15rem;
}

body.sso-auth .sso-login-subtitle {
  font-size: 0.78rem;
  color: #6b7280;
  margin: 0;
}

/* Corpo */
body.sso-auth .card-body {
  padding: 1rem 1.75rem 0.5rem;
}

body.sso-auth .card-body > .container {
  padding: 0;
}

/* Cartão interno das abas: neutraliza borda/sombra duplicadas */
body.sso-auth .tabbable.card {
  border: none;
  box-shadow: none;
  background: transparent;
  margin-bottom: 0;
}

/* Abas de método de acesso */
body.sso-auth .nav-tabs {
  border-bottom: 1px solid #e5e7eb;
  margin-bottom: 1.25rem !important;
}

body.sso-auth .nav-tabs .nav-link {
  color: #6b7280;
  font-size: 0.78rem;
  font-weight: 600;
  letter-spacing: 0.2px;
  border: none;
  border-bottom: 2px solid transparent;
  background: transparent;
  padding: 0.65rem 0.5rem;
}

body.sso-auth .nav-tabs .nav-link:hover {
  color: #1066a8;
}

body.sso-auth .nav-tabs .nav-link.active {
  color: #1066a8;
  background: transparent;
  border-bottom-color: #1066a8;
}

/* Campos */
body.sso-auth .form-control {
  border: 1px solid #d1d5db;
  border-radius: 5px;
  font-size: 0.9rem;
  padding: 0.55rem 0.75rem;
  box-shadow: none;
}

body.sso-auth .form-control:focus {
  border-color: #1066a8;
  box-shadow: 0 0 0 2px rgba(16, 102, 168, 0.2);
}

body.sso-auth .form-control:disabled {
  background: #f9fafb;
  color: #6b7280;
}

/* Campo com ícone à esquerda (form-control-feedback):
   geometria própria e determinística — sobrescreve por completo o
   posicionamento/padding do template Limitless (que dependia de
   variáveis CSS e do padding interno do wrapper do ícone). */
body.sso-auth .form-control-feedback-start {
  position: relative;
}

/* Espaço reservado à esquerda do texto */
body.sso-auth .form-control-feedback-start .form-control {
  padding-left: 2.5rem;
}

/* Wrapper do ícone: colado à esquerda, altura total, sem padding lateral */
body.sso-auth .form-control-feedback-start .form-control-feedback-icon {
  left: 0;
  right: auto;
  top: 0;
  bottom: 0;
  padding: 0 0 0 0.85rem;
  min-width: 0;
  display: flex;
  align-items: center;
  color: #9ca3af;
  pointer-events: none;
  z-index: 5;
}

body.sso-auth .form-control-feedback-icon i {
  color: #9ca3af;
  font-size: 16px;
  margin-top: 0 !important;
}

/* Botão primário */
body.sso-auth .btn-primary {
  background: #1066a8;
  border-color: #1066a8;
  padding: 0.65rem 1rem;
  font-size: 0.95rem;
  font-weight: 600;
  border-radius: 5px;
}

body.sso-auth .btn-primary:hover,
body.sso-auth .btn-primary:focus {
  background: #0d5590;
  border-color: #0d5590;
}

/* Botão gov.br centralizado */
body.sso-auth .buttongov {
  border-radius: 100em;
  padding: 0 1.5rem;
}

/* Mensagem de erro */
body.sso-auth .alert-danger {
  background: #fee2e2;
  color: #991b1b;
  border: 1px solid #fca5a5;
  border-radius: 6px;
  font-size: 0.88rem;
  padding: 0.7rem 1rem;
}

body.sso-auth .alert-danger label {
  margin: 0;
  font-weight: 500;
}

/* Rodapé (app_info) */
body.sso-auth .card-footer {
  background: #fff;
  border-top: 1px solid #f3f4f6;
  text-align: center;
  font-size: 0.72rem;
  color: #9ca3af;
  padding: 1.1rem 1.5rem 1.4rem;
}

body.sso-auth .card-footer p {
  margin-bottom: 0.15rem;
}

body.sso-auth .card-footer a {
  color: #1066a8;
  text-decoration: none;
}

body.sso-auth .card-footer a:hover {
  text-decoration: underline;
}
/* ============================================================
   Painel do contribuinte (acesso externo) — Acessos, Procurações
   e Termos. Reaproveita a identidade visual da tela de login do
   SSO (ver login.css), porém dimensionada para telas com tabela
   e formulário. Todo o escopo fica sob `body.sso-painel`, aplicado
   via `content_for :body_class` no parcial `_header`, renderizado
   por todas as telas autenticadas do acesso externo.

   Paleta e tokens espelham app/assets/stylesheets/login.css.
   ============================================================ */

body.sso-painel {
  min-height: 100vh;
  padding: 2.5rem 0 3rem;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
  color: #333;

  /* Fundo azul institucional radial — igual à OPÇÃO B do login. */
  background: radial-gradient(ellipse at top, #006699 0%, #003366 70%);
  background-image: radial-gradient(at center top, rgb(0, 102, 153) 0%, rgb(0, 51, 102) 70%);
}

/* Textura de pontos sobre o fundo azul. */
body.sso-painel::before {
  content: '';
  position: fixed;
  inset: 0;
  background-image: radial-gradient(rgba(255, 255, 255, 0.08) 1px, transparent 1px);
  background-size: 18px 18px;
  pointer-events: none;
  z-index: 0;
}

/* Conteúdo acima da textura. Largura ampla o suficiente para as
   tabelas mais largas (ex.: Proc. Emitidas, 9 colunas) caberem sem
   rolagem horizontal em telas de desktop. */
body.sso-painel .container {
  position: relative;
  z-index: 1;
  max-width: 1240px;
}

/* ── Cartão principal ───────────────────────────────────────── */
body.sso-painel .container > .card {
  max-width: 100%;
  margin: 0 auto !important;
  background: #fff;
  border: none;
  border-radius: 10px;
  box-shadow: 0 10px 28px rgba(31, 41, 55, 0.14);
  overflow: hidden;
}

/* ── Cabeçalho: marca centralizada (brasão + SSO) ───────────── */
body.sso-painel .container > .card > .card-header {
  position: relative;
  height: auto !important;      /* sobrescreve o `style="height:100px"` inline das views */
  text-align: center;
  background: #fff;
  border-bottom: 1px solid #f3f4f6;
  padding: 2.25rem 1.75rem 1.4rem;
}

body.sso-painel .painel-logo {
  height: 60px;
  width: auto;
  margin-bottom: 0.85rem;
}

body.sso-painel .painel-title {
  font-size: 1.5rem;
  font-weight: 800;
  color: #1066a8;
  line-height: 1.2;
  margin: 0 0 0.15rem;
  letter-spacing: 0.5px;
}

body.sso-painel .painel-subtitle {
  font-size: 0.78rem;
  color: #6b7280;
  margin: 0;
}

/* Ações no canto: links para outras aplicações + Sair. */
body.sso-painel .painel-acoes {
  position: absolute;
  top: 1.1rem;
  right: 1.1rem;
  display: flex;
  align-items: center;
  gap: 0.5rem;
}

/* Iguala fonte e padding dos botões de aplicação aos do "Sair", para a mesma altura. */
body.sso-painel .painel-acoes .btn {
  font-size: 0.78rem;
  padding: 0.4rem 0.75rem;
  line-height: inherit;
}

/* Em telas estreitas o canto some: as ações viram uma linha centralizada acima da marca. */
@media (max-width: 767px) {
  body.sso-painel .painel-acoes {
    position: static;
    justify-content: center;
    flex-wrap: wrap;
    margin-bottom: 1rem;
  }
}

/* Botão "Sair" no canto — discreto para não competir com a marca. */
body.sso-painel .painel-sair {
  display: inline-flex;
  align-items: center;
  font-size: 0.78rem;
  font-weight: 600;
  color: #dc3545;
  background: #fff;
  border: 1px solid #dc3545;
  border-radius: 5px;
  padding: 0.4rem 0.75rem;
  text-decoration: none;
  transition: background .15s, color .15s;
}
body.sso-painel .painel-sair:hover {
  background: #dc3545;
  color: #fff;
}

/* ── Faixa de identificação do usuário ──────────────────────── */
body.sso-painel .painel-identificacao {
  display: flex;
  flex-wrap: wrap;
  gap: 0.25rem 2.5rem;
  padding: 1.1rem 1.75rem;
  background: #fafbfc;
  border-bottom: 1px solid #e5e7eb;
}
body.sso-painel .painel-identificacao h6 {
  margin: 0;
  font-size: 0.86rem;
  font-weight: 400;
  color: #333;
}
body.sso-painel .painel-identificacao h6 strong {
  /* color: #6b7280; */
  letter-spacing: 0.2px;
}

/* ── Abas de navegação (sublinhado azul, igual ao login) ────── */
body.sso-painel .card-table {
  padding: 0;
}
body.sso-painel .nav-tabs {
  border-bottom: 1px solid #e5e7eb;
  padding: 0 1.75rem;
  margin: 0;
  flex-wrap: wrap;
}
body.sso-painel .nav-tabs .nav-item {
  margin-bottom: -1px;
}
body.sso-painel .nav-tabs .nav-link {
  color: #6b7280;
  font-size: 0.9rem;
  font-weight: 600;
  letter-spacing: 0.2px;
  border: none;
  border-bottom: 2px solid transparent;
  background: transparent;
  padding: 0.8rem 0.9rem;
}
body.sso-painel .nav-tabs .nav-link:hover {
  color: #1066a8;
}
body.sso-painel .nav-tabs .nav-link.active {
  color: #1066a8;
  background: transparent;
  border-bottom-color: #1066a8;
}

/* ── Tabelas ────────────────────────────────────────────────── */
/* Rolagem: horizontal em telas estreitas / tabelas largas e
   vertical (com cabeçalho fixo) em listas longas. */
body.sso-painel .table-responsive {
  max-height: 60vh;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}
body.sso-painel .table {
  width: 100%;
  margin: 0;
  font-size: 0.86rem;
  font-variant-numeric: tabular-nums;
}

/* Cabeçalho fixo ao rolar verticalmente. */
body.sso-painel .table thead th {
  position: sticky;
  top: 0;
  z-index: 2;
  background: #f7f9fb;
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.4px;
  text-transform: uppercase;
  color: #55617a;
  border-top: none;
  border-bottom: 1px solid #e5e7eb;
  padding: 0.8rem 1rem;
  white-space: nowrap;
  vertical-align: middle;
}

body.sso-painel .table tbody td {
  padding: 0.75rem 1rem;
  border-top: none;
  border-bottom: 1px solid #f1f3f6;
  color: #333;
  vertical-align: middle;
}
/* Primeira coluna funciona como rótulo da linha. */
body.sso-painel .table tbody td:first-child {
  font-weight: 600;
  color: #1f2937;
}
/* Colunas numéricas/centralizadas não quebram; nome/razão pode quebrar. */
body.sso-painel .table th.text-center,
body.sso-painel .table td.text-center {
  white-space: nowrap;
}

/* Zebra sutil + realce no hover (mais forte que a zebra). */
body.sso-painel .table tbody tr:nth-of-type(even) td {
  background: #fafbfc;
}
body.sso-painel .table tbody tr:hover td {
  background: #eef4fa;
}
body.sso-painel .table tbody tr:last-child td {
  border-bottom: none;
}

/* Linha de estado vazio ("nenhum registro"). */
body.sso-painel .tabela-vazia td,
body.sso-painel .tabela-vazia:hover td {
  text-align: center;
  font-weight: 400;
  color: #9ca3af;
  font-size: 0.85rem;
  padding: 2.5rem 1rem;
  background: #fff;
}

/* Badges dentro das tabelas: vira "pílula" (remove o col-md-12
   que as deixava em largura total) e mantém o texto em uma linha. */
body.sso-painel .table .badge {
  display: inline-block;
  width: auto;
  max-width: none;
  padding: 0.24rem 0.55rem;
  font-size: 0.68rem;
  font-weight: 600;
  letter-spacing: 0.2px;
  border-radius: 100em;
  white-space: nowrap;
}

/* Botões de ação nas tabelas (button_to gera um <form>). */
body.sso-painel .table .btn-sm {
  padding: 0.22rem 0.55rem;
  font-size: 0.68rem;
  font-weight: 600;
  border-radius: 5px;
}
body.sso-painel .table td form {
  display: inline-block;
  margin: 0.1rem 0.15rem 0.1rem 0;
}

/* ── Botões ─────────────────────────────────────────────────── */
body.sso-painel .btn-primary {
  background: #1066a8;
  border-color: #1066a8;
  font-weight: 600;
  letter-spacing: 0.3px;
  border-radius: 5px;
}
body.sso-painel .btn-primary:hover,
body.sso-painel .btn-primary:focus {
  background: #0d5590;
  border-color: #0d5590;
}

/* ── Rodapé com ação primária ───────────────────────────────── */
body.sso-painel .container > .card > .card-footer {
  background: #fff;
  border-top: 1px solid #e5e7eb;
  padding: 1.1rem 1.75rem;
}

/* ── Telas de formulário (nova procuração): cartão interno
      neutro, herdando o padrão do template. Apenas respiro. ─── */
body.sso-painel .container > .card > .card-body {
  padding: 1.5rem 1.75rem;
}
/* ============================================================
   Tela "Informações da Sessão" (root → login_info), repaginada
   na identidade azul institucional do SSO sobre o shell padrão
   do layout `application` (navbar no topo + sidebar + rodapé).

   Todo o escopo fica sob `body.sso-sessao`, aplicado via
   `content_for :body_class` na view usuarios/login_info. Assim
   apenas essa tela é re-estilizada; as demais telas do layout
   `application` seguem inalteradas.

   Paleta e tokens espelham app/assets/stylesheets/login.css e
   painel.css.
   ============================================================ */

body.sso-sessao {
  --brand:      #1066a8;
  --brand-dark: #0d5590;
  --nav-a:      #0b4d86;
  --nav-b:      #1066a8;
  --ink:        #1f2937;
  --body:       #374151;
  --muted:      #6b7280;
  --faint:      #9ca3af;
  --line:       #e5e7eb;
  --line-soft:  #eef1f5;
  --surface:    #ffffff;
  --canvas:     #eaeef3;   /* neutro com leve viés azul */
  --active-bg:  #eaf2fa;
  --ok-bg:      #d8f0e2;
  --ok-ink:     #0f7a45;

  min-height: 100vh;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
  color: var(--body);
  background: var(--canvas);
}

/* ── Barra superior (navbar azul institucional) ─────────────── */
body.sso-sessao #topo-navbar {
  min-height: 58px;
  border: 0;
  background: linear-gradient(90deg, var(--nav-a) 0%, var(--nav-b) 100%);
  box-shadow: 0 2px 10px rgba(9, 44, 76, 0.25);
}
body.sso-sessao #topo-navbar .brand-brasao {
  height: 38px;
  width: auto;
  flex: 0 0 auto;
}
body.sso-sessao #topo-navbar .brand-name {
  font-size: 1.1rem;
  font-weight: 800;
  letter-spacing: 0.5px;
  line-height: 1;
  color: #fff;
}
/* Subtítulo da marca: só aparece nesta tela (ver _topo_navbar). */
.brand-sub { display: none; }
body.sso-sessao #topo-navbar .brand-sub {
  display: block;
  font-size: 0.68rem;
  line-height: 1;
  margin-top: 2px;
  color: rgba(255, 255, 255, 0.8);
}

/* Chip do usuário (link que abre o dropdown de "Sair"). */
body.sso-sessao #topo-navbar .navbar-nav-link {
  padding: 0.35rem 0.6rem;
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.10);
  border: 1px solid rgba(255, 255, 255, 0.18);
  color: #fff;
  font-size: 0.82rem;
  white-space: nowrap;
}
body.sso-sessao #topo-navbar .navbar-nav-link:hover,
body.sso-sessao #topo-navbar .navbar-nav-link:focus {
  background: rgba(255, 255, 255, 0.16);
  color: #fff;
}

/* Dropdown de "Sair" — ação destrutiva em vermelho. */
body.sso-sessao #topo-navbar .dropdown-menu {
  padding: 0.4rem;
  border: 1px solid var(--line);
  border-radius: 10px;
  box-shadow: 0 12px 30px rgba(15, 34, 58, 0.18);
}
body.sso-sessao #topo-navbar .dropdown-item {
  padding: 0.55rem 0.65rem;
  border-radius: 7px;
  color: #b42318;
  font-size: 0.85rem;
  font-weight: 600;
}
body.sso-sessao #topo-navbar .dropdown-item:hover,
body.sso-sessao #topo-navbar .dropdown-item:focus {
  background: #fdecec;
  color: #b42318;
}

/* ── Corpo: canvas + sidebar branca ─────────────────────────── */
body.sso-sessao .page-content { background: var(--canvas); }

body.sso-sessao .sidebar {
  background: var(--surface);
  border-right: 1px solid var(--line);
}
body.sso-sessao .sidebar .sidebar-section-body h5 {   /* rótulo "MENU" */
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: var(--faint);
}
/* Itens recuados das bordas da sidebar: o realce arredondado ganha
   respiro e deixa de encostar na divisória/card à direita. */
body.sso-sessao .nav-sidebar { padding: 0.25rem 0.6rem; }
body.sso-sessao .nav-sidebar .nav-item + .nav-item { margin-top: 3px; }
body.sso-sessao .nav-sidebar .nav-link {
  gap: 0.7rem;
  padding: 0.6rem 0.7rem;
  border-radius: 8px;
  border-left: 3px solid transparent;
  color: var(--body);
  font-weight: 500;
}
body.sso-sessao .nav-sidebar .nav-link i { color: var(--muted); }
body.sso-sessao .nav-sidebar .nav-link:hover {
  background: #f4f6f9;
  color: var(--body);
}
body.sso-sessao .nav-sidebar .nav-link.active {
  background: var(--active-bg);
  border-left-color: var(--brand);
  color: var(--brand);
  font-weight: 600;
}
body.sso-sessao .nav-sidebar .nav-link.active i { color: var(--brand); }

/* Folga extra entre a sidebar e o card. */
body.sso-sessao .content-wrapper { padding-left: 0.75rem; }
body.sso-sessao .content { padding: 1.75rem; }

/* Rodapé padrão (brasão/SEFIN) cede lugar ao rodapé compacto da
   própria tela (ver .rodape-sessao na view). */
body.sso-sessao #rodape { display: none; }

/* ── Trilha de navegação ────────────────────────────────────── */
body.sso-sessao .breadcrumb-sessao {
  margin: 0 0 1.1rem;
  font-size: 0.76rem;
  color: var(--muted);
}
body.sso-sessao .breadcrumb-sessao b { color: var(--body); font-weight: 600; }

/* ── Card de sessão ─────────────────────────────────────────── */
body.sso-sessao .sessao-card {
  width: 100%;
  background: var(--surface);
  border: 1px solid var(--line);
  border-radius: 12px;
  box-shadow: 0 6px 20px rgba(31, 41, 55, 0.06);
  overflow: hidden;
}
body.sso-sessao .sessao-card-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  padding: 1.1rem 1.4rem;
  background: linear-gradient(180deg, #f7fafd, #ffffff);
  border-bottom: 1px solid var(--line);
}
body.sso-sessao .sessao-card-head .title {
  display: flex;
  align-items: center;
  gap: 0.6rem;
}
body.sso-sessao .sessao-ico {
  width: 34px;
  height: 34px;
  flex: 0 0 auto;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 9px;
  background: var(--active-bg);
  color: var(--brand);
}
body.sso-sessao .sessao-card-head h1 {
  margin: 0;
  font-size: 1.06rem;
  font-weight: 700;
  color: var(--ink);
}

body.sso-sessao .chip-ok {
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  padding: 0.32rem 0.7rem;
  border-radius: 100em;
  background: var(--ok-bg);
  color: var(--ok-ink);
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.2px;
  white-space: nowrap;
}
body.sso-sessao .chip-ok .dot {
  width: 7px;
  height: 7px;
  border-radius: 100em;
  background: currentColor;
}

body.sso-sessao .sessao-card-body { padding: 1.4rem; }

body.sso-sessao .sessao-sec + .sessao-sec { margin-top: 1.6rem; }
body.sso-sessao .sec-head {
  display: flex;
  align-items: center;
  gap: 0.55rem;
  padding-bottom: 0.6rem;
  margin-bottom: 0.9rem;
  border-bottom: 1px solid var(--line);
}
body.sso-sessao .sec-head i { color: var(--brand); font-size: 0.95rem; }
body.sso-sessao .sec-head h2 {
  margin: 0;
  font-size: 0.86rem;
  font-weight: 700;
  letter-spacing: 0.2px;
  color: var(--ink);
}

/* Grade de campos (dt/dd) — duas colunas no desktop. */
body.sso-sessao .dl {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.15rem 2rem;
  margin: 0;
}
body.sso-sessao .field {
  display: flex;
  flex-direction: column;
  gap: 0.15rem;
  padding: 0.6rem 0;
  border-bottom: 1px solid var(--line-soft);
}
body.sso-sessao .field dt {
  font-size: 0.7rem;
  font-weight: 700;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  color: var(--muted);
}
body.sso-sessao .field dd {
  margin: 0;
  font-size: 0.95rem;
  font-weight: 500;
  color: var(--ink);
}
body.sso-sessao .field dd.mono {
  font-variant-numeric: tabular-nums;
  letter-spacing: 0.3px;
}
body.sso-sessao .field .pill {
  display: inline-block;
  align-self: flex-start;
  padding: 0.2rem 0.6rem;
  border-radius: 100em;
  background: var(--active-bg);
  color: var(--brand);
  font-size: 0.75rem;
  font-weight: 600;
}

/* ── Rodapé compacto ────────────────────────────────────────── */
body.sso-sessao .rodape-sessao {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.35rem 0.75rem;
  margin-top: 1.4rem;
  font-size: 0.74rem;
  color: var(--muted);
}
body.sso-sessao .rodape-sessao .sep { color: var(--faint); }
body.sso-sessao .rodape-sessao b { color: var(--body); font-weight: 600; }

@media (max-width: 900px) {
  body.sso-sessao .brand-sub { display: none; }
  body.sso-sessao .content { padding: 1.1rem; }
  body.sso-sessao .dl { grid-template-columns: 1fr; gap: 0; }
}
/*
 * This is a manifest file that'll be compiled into application.css, which will include all the files
 * listed below.
 *
 * Any CSS (and SCSS, if configured) file within this directory, lib/assets/stylesheets, or any plugin's
 * vendor/assets/stylesheets directory can be referenced here using a relative path.
 *
 * You're free to add application-wide styles to this file and they'll appear at the bottom of the
 * compiled file so the styles you add here take precedence over styles defined in any other CSS
 * files in this directory. Styles in this file should be added after the last require_* statement.
 * It is generally better to create a new file per style scope.
 *


 */
