/* German Dominion -- Dead drops admin tab (2026-08-07). Leans on admin.css
   panel/table/kpi styles; only the pieces unique to this tab live here. */
.ddad-price-input {
  width: 110px;
  padding: 6px 8px;
  background: #101815;
  color: #e6efe9;
  border: 1px solid rgba(159, 180, 168, .35);
  border-radius: 8px;
  font-variant-numeric: tabular-nums;
}
.ddad-price-input:focus { outline: none; border-color: #66d29a; }
.ddad-price-input.err { border-color: #e0705a; }
.ddad-actions { display: flex; gap: 10px; align-items: center; flex-wrap: wrap; margin-top: 12px; }
.ddad-state { font-size: 12px; padding: 2px 8px; border-radius: 999px; white-space: nowrap; }
.ddad-state.live { background: rgba(102, 210, 154, .15); color: #66d29a; }
.ddad-state.waiting { background: rgba(224, 178, 90, .15); color: #e0b25a; }
.ddad-default { color: #9fb4a8; font-size: 12px; }
.ddad-note { margin-top: 10px; font-size: 13px; color: #9fb4a8; }
.ddad-note.err { color: #e0705a; }
.ddad-changed { color: #e0b25a; font-size: 11px; margin-left: 6px; }
