#trumpf-modal {
  position: fixed;
  inset: 0;
  background: rgba(0,0,0,0.6);
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 9999;
}

.modal-hidden {
  display: none !important;
}

.modal-content {
  background: #0b5d3b;
  border: 3px solid #ffd700;
  border-radius: 20px;
  padding: 25px;
  min-width: 400px;
  text-align: center;
  box-shadow: 0 0 30px rgba(0,0,0,0.6);
}

.modal-content h2 {
  margin: 0 0 16px;
  color: white;
}

#trumpfwahl-popup {
  display: flex;
  flex-direction: column;
  align-items: center;
}

#trumpf-modal .trumpf-title {
  width: 100%;
  text-align: center;
  font-size: 28px;
  font-weight: bold;
  margin-bottom: 14px;
  color: #fff000;
}

#trumpf-modal .ai-suggestion {
  position: static;
  width: 100%;
  max-width: none;
  margin: 0 0 16px;
  padding: 0;
  transform: none;
  color: #d8ffd8;
  font-size: 12px;
  font-weight: normal;
  line-height: 1.3;
  text-align: center;
  text-shadow: none;
}

#trumpf-modal .trumpf-ai-choice {
  color: #fff;
  font-weight: 700;
}

.trumpf-row-top,
.trumpf-row-bottom {
  display: flex;
  gap: 10px;
}

.trumpf-row-top {
  margin-top: 0;
  margin-bottom: 10px;
}

.trumpf-row-schieben {
  display: flex;
  justify-content: center;
  margin-top: 14px;
}

#trumpf-modal .trumpf-btn {
  width: 100%;
  height: 32px;
  font-size: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  border: none;
  border-radius: 8px;
  cursor: pointer;
  font-weight: bold;
  background: white;
  transition: 0.2s;
}

#trumpf-modal .trumpf-btn:hover {
  background: #ffe082;
}

#trumpf-modal .schieben-btn {
  width: 90px;
  height: 32px;
  font-size: 14px;
  border: none;
  border-radius: 8px;
  font-weight: bold;
  background: rgb(199, 152, 152);
  cursor: pointer;
}

#trumpf-modal .schieben-btn:hover {
  background: #66452c;
}

#trumpf-modal .trumpf-status-symbol {
  width: 24px;
  height: 24px;
  object-fit: contain;
}

#trumpf-modal .trumpf-slalom-symbolgruppe {
  gap: 3px;
}

#trumpf-close {
  margin-top: 25px;
  padding: 8px 20px;
  background: #1f1f1f;
  color: #ddd;
  border: 2px solid #555;
  border-radius: 16px;
  font-size: 12px;
  font-weight: bold;
  cursor: pointer;
}

#trumpf-close:hover {
  background: #333;
  color: white;
}

.slalom-buttons {
  display: flex;
  flex-direction: column;
  gap: 12px;
  margin-top: 15px;
  align-items: center;
}
