/* v90/v91 polish and deep import reports */
.last-backup-status{
  opacity:.9;
  border-left:1px solid rgba(255,255,255,.18);
  padding-left:8px;
}
.quick-device-role-buttons{
  display:flex;
  flex-wrap:wrap;
  gap:4px;
  margin:6px 0;
}
.quick-device-role-buttons form{
  margin:0;
}
.quick-device-role-buttons button{
  padding:4px 7px;
  font-size:.78rem;
}
.player-safe-action-buttons{
  margin:10px 0;
}
.player-sheet-jump-nav{
  position:sticky;
  top:44px;
  z-index:20;
  display:flex;
  flex-wrap:wrap;
  gap:8px;
  padding:8px;
  margin:8px 0 12px;
  border:1px solid rgba(255,255,255,.08);
  border-radius:16px;
  background:rgba(16,20,32,.92);
  backdrop-filter:blur(8px);
}
.player-sheet-jump-nav a{
  padding:6px 10px;
  border-radius:999px;
  background:rgba(255,255,255,.06);
  text-decoration:none;
  color:#dbe6ff;
  font-weight:700;
}
.report-table{
  width:100%;
  border-collapse:collapse;
  margin-top:8px;
}
.report-table th,.report-table td{
  padding:8px;
  border-bottom:1px solid rgba(255,255,255,.08);
  text-align:left;
}
.import-batch-detail{
  margin:10px 0;
  padding:10px;
  border:1px solid rgba(255,255,255,.10);
  border-radius:14px;
  background:rgba(255,255,255,.035);
}
.import-batch-detail summary{
  cursor:pointer;
}
