/* Admin-spezifische Ergänzungen im Signin-Look */

.panel {
  width: min(980px, 100%);
  margin: 18px auto 0;
}

.topbar{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:12px;
  margin: 6px 0 14px;
}

.status{
  margin: 0 0 12px;
  opacity: .8;
  font-size: 14px;
}

.msg{
  margin: 10px 0 0;
  opacity: .9;
  font-size: 14px;
}

.tableWrap{
  border-radius: 18px;
  border: 1px solid rgba(255,255,255,.10);
  background: rgba(0,0,0,.22);
  overflow:auto;
  backdrop-filter: blur(10px);
}

.table{
  width:100%;
  border-collapse: collapse;
  min-width: 900px;
}

.table th,
.table td{
  padding: 12px 14px;
  border-bottom: 1px solid rgba(255,255,255,.06);
  font-size: 14px;
  white-space: nowrap;
}

.table th{
  text-transform: uppercase;
  letter-spacing: .10em;
  font-size: 12px;
  opacity: .75;
}

.table tr:hover td{
  background: rgba(255,255,255,.03);
}

/* Buttons wie Signin (nutzt deine .btn Klasse) */
.btn.secondary{
  background: rgba(255,255,255,.06);
  color: inherit;
  border: 1px solid rgba(255,255,255,.12);
}
