/* Shared by both dashboards; independent of license and custom card layouts. */
.fleet-play-card {
  display: flex;
  align-items: center;
  gap: 20px;
  margin: 0 0 20px;
  padding: 22px 26px;
  border: 1px solid #7664b0;
  border-radius: 16px;
  color: #f5f3ff;
  background: radial-gradient(ellipse at 5% 100%, #263b60 0, transparent 55%), linear-gradient(110deg, #19182f, #25203e);
}
.fleet-play-ship { width: 72px; height: 72px; flex: 0 0 72px; }
.fleet-play-copy { flex: 1; min-width: 0; }
.fleet-play-kicker { color: #c4b5fd; font-size: 12px; font-weight: 600; letter-spacing: .04em; }
.fleet-play-card h2 { margin: 4px 0 6px; color: #f5f3ff; font-size: 22px; line-height: 1.2; font-weight: 700; }
.fleet-play-card p { margin: 0; color: #ddd6ef; font-size: 14px; line-height: 1.5; }
.fleet-play-button { display: inline-flex; align-items: center; justify-content: center; gap: 10px; flex-shrink: 0; padding: 12px 20px; border: 1px solid #e9d5ff; border-radius: 10px; background: #ddd6fe; color: #23133d; font-size: 14px; font-weight: 700; text-decoration: none; }
.fleet-play-button:hover { background: #ede9fe; color: #23133d; }
.fleet-play-button:focus-visible { outline: 3px solid #67e8f9; outline-offset: 4px; }
.fleet-play-sr { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip-path: inset(50%); white-space: nowrap; border: 0; }
@media (max-width: 600px) {
  .fleet-play-card { gap: 14px; flex-wrap: wrap; padding: 18px; }
  .fleet-play-ship { width: 48px; height: 48px; flex-basis: 48px; }
  .fleet-play-card h2 { font-size: 20px; }
  .fleet-play-button { width: 100%; box-sizing: border-box; }
}
