/* =============================================================================
   rodape.css — estilos exclusivos do bottom bar (rodape-right, botoes de modo)
   Nao duplicar no style.css
   ============================================================================= */

/* Grupos de botoes por modo */
.rodape-botoes-ga   { display: flex; gap: 6px; align-items: center; }
.rodape-botoes-pega { display: none;  gap: 6px; align-items: center; }

/* Botao padrao do rodape-right */
.rodape-btn {
  background: rgba(255,255,255,.1);
  border: 1px solid rgba(255,255,255,.2);
  color: #fff;
  width: 28px;
  height: 28px;
  border-radius: 6px;
  cursor: pointer;
  font-size: 13px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}
.rodape-btn:hover { background: rgba(255,255,255,.2); }

/* Layout interno dos paineis minimizado e expandido */
.rodape-exp-panel {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0;
  padding: 0 8px;
}

.rodape-exp-panel__lead {
  font-size: 11px;
  color: rgba(255,255,255,.7);
  text-transform: uppercase;
  letter-spacing: 1.5px;
  margin-right: 16px;
  white-space: nowrap;
}
.rodape-exp-col {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 0 10px;
}
.rodape-exp-lbl {
  font-size: 9px;
  color: rgba(255,255,255,.6);
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-bottom: 1px;
  white-space: nowrap;
}
.rodape-exp-val         { font-size: 15px; font-weight: 800; color: #fff; line-height: 1; }
.rodape-exp-val--xl     { font-size: 18px; }
.rodape-exp-val--md     { font-size: 13px; }
.rodape-exp-val--gold   { color: #FCD34D; }
.rodape-exp-val--purple { color: #C084FC; }
.rodape-exp-val--green  { color: #4ADE80; }
.rodape-exp-sep {
  font-size: 20px;
  font-weight: 200;
  color: rgba(255,255,255,.2);
  line-height: 1;
  padding: 0 2px;
}
.bottom-bar--expandido {
  min-height: 64px;
}

#rodape-resumido-inner {
  display: flex;
  align-items: center;
  flex: 1;
  min-width: 0;
}