/* embed.css — Styles for embedded planner components */

.game-embed {
  min-height: 120px;
  background: rgba(255, 255, 255, 0.02);
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 8px;
  overflow: hidden;
}

.embed-loading {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 120px;
  color: #6b7280;
  font-size: 13px;
}

.embed-error {
  padding: 16px;
  text-align: center;
  color: #ef4444;
}

.embed-content {
  font-size: 13px;
}

.d4-skill,
.d4-skill-mod,
.d4-item,
.d4-affix,
.game-skill,
.game-item,
.game-affix {
  display: inline;
}

.d4-gametip,
.game-skill,
.game-item,
.game-affix {
  color: #d9c28d;
  cursor: default;
  text-decoration: none;
  transition: color 0.14s ease;
}

.d4-gametip:hover,
.game-skill:hover,
.game-item:hover,
.game-affix:hover {
  color: #f2deb2;
}
