/* UpPrêmios — complementos ao Tailwind (o resto é utilitário no HTML) */
html { -webkit-text-size-adjust: 100%; }
body { font-family: Inter, system-ui, -apple-system, "Segoe UI", Roboto, sans-serif; }
.tabela-rolagem { overflow-x: auto; -webkit-overflow-scrolling: touch; }
.tabela-rolagem table { min-width: 640px; }
.campo-senha { position: relative; }
.campo-senha input { padding-right: 2.75rem; }
.olho { position: absolute; right: .5rem; top: 50%; transform: translateY(-50%); border: 0; background: transparent;
        cursor: pointer; font-size: 1.1rem; line-height: 1; padding: .25rem; color: #64748b; }
.olho:hover { color: #10264E; }
input[type=number]::-webkit-inner-spin-button { display: none; }
details > summary { cursor: pointer; list-style: none; }
details > summary::-webkit-details-marker { display: none; }
.nav-portal a.ativo { color: #1E70BE; }
.nav-portal a.ativo .ic { transform: translateY(-2px); }
@media (max-width: 767px) { .esconde-cel { display: none; } }
.barra { transition: height .2s ease; }
.saldo-grande { font-variant-numeric: tabular-nums; letter-spacing: -0.02em; }
