/* v0.9.44 — only the explicitly requested feature styles. */
.account-copy em {
  display: block;
  margin-top: 2px;
  color: #7dd3fc;
  font-size: .68rem;
  font-style: normal;
  font-weight: 800;
  line-height: 1.15;
}

/* Keep the existing Poker control arrangement; only add compact step buttons. */
.poker-raise-stepper {
  display: grid;
  grid-template-columns: 36px minmax(0, 1fr) 36px;
  align-items: center;
  gap: 6px;
  min-width: 0;
}
.poker-raise-stepper input { width: 100%; min-width: 0; }
.poker-raise-step {
  width: 36px !important;
  min-width: 36px !important;
  height: 34px !important;
  min-height: 34px !important;
  padding: 0 !important;
  line-height: 1 !important;
  font-size: 1.15rem !important;
}

/* The requested history stays collapsed by default and does not reorder the sidebar. */
.poker-history-panel {
  margin-top: 10px;
  border-top: 1px solid rgba(255,255,255,.1);
  padding-top: 8px;
}
.poker-history-panel summary {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 8px;
  cursor: pointer;
  color: inherit;
  font-weight: 800;
}
.poker-history-panel summary small { color: #7dd3fc; }
.poker-hand-history {
  display: grid;
  gap: 7px;
  max-height: 260px;
  overflow: auto;
  margin-top: 8px;
  padding-right: 3px;
}
.poker-history-entry {
  padding: 9px;
  border: 1px solid rgba(125,211,252,.2);
  border-radius: 10px;
  background: rgba(4,15,30,.56);
}
.poker-history-entry header { display: flex; justify-content: space-between; gap: 8px; }
.poker-history-entry time,
.poker-history-entry small,
.poker-history-empty { color: #9fb4ca; font-size: .72rem; }
.poker-history-entry p { margin: 5px 0; font-size: .78rem; }
.poker-history-entry ul { display: grid; gap: 3px; margin: 6px 0 0; padding: 0; list-style: none; }
.poker-history-entry li { display: grid; grid-template-columns: 1fr auto; column-gap: 7px; font-size: .75rem; }
.poker-history-entry li small { grid-column: 1 / -1; }
.poker-history-entry .positive { color: #6ee7b7; }
.poker-history-entry .negative { color: #fda4af; }

/* New Bot Manager controls use the existing card design. */
.bot-table-join {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 8px;
  align-items: end;
  width: 100%;
}
.bot-table-join label,
.bot-table-join select { min-width: 0; width: 100%; }
.bot-account-card footer { flex-wrap: wrap; }
.bot-account-card footer .bot-table-join { flex: 1 1 100%; }
.bot-speed-field output { min-width: 3.5em; text-align: right; }

/* Requested Poker status color only. */
#pokerApp .poker-seat-copy small,
#pokerApp .poker-stack small,
#pokerApp .poker-player-copy small { color: #79cfff !important; }


@media (max-width: 800px) {
  .poker-raise-stepper { grid-template-columns: 32px minmax(0, 1fr) 32px; }
  .poker-raise-step { width: 32px !important; min-width: 32px !important; height: 32px !important; min-height: 32px !important; }
}
