/* German Dominion -- Daily spin tab (2026-08-14).

   The wheel table reuses the admin console's own table, input and button
   styles. The one genuinely new control is the skin picker: a browser draws a
   bare <select> in its default white, and on a page this dark that reads as
   broken rather than as a dropdown. */
.spad-skin {
  min-width: 12rem;
  padding: 0.45rem 0.6rem;
  border-radius: 0.4rem;
  border: 1px solid rgba(255, 255, 255, 0.14);
  background: rgba(0, 0, 0, 0.25);
  color: #e8e2d9;
  font: 400 13px/1.2 var(--mono, monospace);
}

.spad-skin:focus {
  outline: none;
  border-color: var(--accent, #39c977);
  box-shadow: 0 0 0 3px rgba(57, 201, 119, 0.18);
}

/* The open list is drawn by the operating system, which ignores most of the
   above - setting the option colours explicitly is what keeps it readable. */
.spad-skin option {
  background: #0b0f0d;
  color: #e8e2d9;
}

.spad-row .spad-chance {
  font-variant-numeric: tabular-nums;
  color: #8b847c;
}

.spad-row input.err {
  border-color: #d9534f;
}
