.topbar--participant {
  grid-template-columns: 1fr auto 1fr;
}

.brand-static {
  width: 94px;
  height: 54px;
}
.brand-static img { display: block; width: auto; height: 54px; }

.connection-status {
  justify-self: center;
  display: flex;
  align-items: center;
  gap: 7px;
  color: rgba(255,255,255,.68);
  font-size: 11px;
}
.connection-status span { width: 7px; height: 7px; border-radius: 50%; background: #49dc74; }
.connection-status.is-offline span { background: var(--orange); }

.network-error {
  position: fixed;
  z-index: 100;
  inset: auto 16px 16px;
  padding: 12px 16px;
  color: #fff;
  background: var(--orange);
  text-align: center;
  font-size: 12px;
}

.form-error { min-height: 20px; margin: 13px 0 0 !important; color: #c8202f !important; font-size: 12px; }
.button.is-loading { opacity: .65; pointer-events: none; }

.admin-login-page {
  min-height: 100vh;
  padding: 110px 18px 40px;
  display: grid;
  place-items: center;
  color: #fff;
  background: var(--purple) center / cover url('/assets/backgrounds/textura-azul.webp');
}
.admin-login-card { width: min(480px, 100%); }
.admin-login-card .admin-lockup { width: 135px; display: block; margin: 0 auto 28px; }
.admin-login-card .glass-card h1 { font-size: 54px; }

.topbar--admin { grid-template-columns: 1fr auto; }
.admin-top-actions { justify-self: end; display: flex; align-items: center; gap: 12px; }
.admin-top-actions a { color: rgba(255,255,255,.7); font-size: 12px; text-decoration: none; }
.admin-top-actions .admin-draw-link { padding: 8px 13px; border-radius: 99px; color: var(--purple); background: var(--yellow); font-weight: 650; }
.admin-top-actions button { padding: 7px 12px; border: 1px solid rgba(255,255,255,.3); border-radius: 99px; color: #fff; background: transparent; font-size: 11px; }

.admin-feedback { min-height: 18px; margin: 10px 0 0; color: #c8202f; font-size: 12px; }
.results-table-wrap { overflow-x: auto; }
.results-table { min-width: 620px; }
.results-table td:nth-last-child(-n+2), .results-table th:nth-last-child(-n+2) { text-align: right; }
.destructive-zone { margin-top: 24px; padding: 18px; display: flex; justify-content: space-between; align-items: center; gap: 20px; border: 1px solid rgba(200,32,47,.28); background: rgba(200,32,47,.04); }
.destructive-zone p { margin: 4px 0 0; color: var(--muted); font-size: 12px; }

@media (max-width: 680px) {
  .topbar--participant { grid-template-columns: 1fr auto; }
  .connection-status { display: none; }
  .brand-static { width: 78px; height: 46px; }
  .brand-static img { height: 46px; }
  .topbar--admin { grid-template-columns: 1fr auto; }
  .admin-page { padding-top: 64px; }
  .destructive-zone { align-items: flex-start; flex-direction: column; }
  .destructive-zone .button { width: 100%; }
}
