/* /home/adolg/discord/raffle/static/css/raffle.css */

body {
  font-family: Arial, sans-serif;
  margin: 0;
  padding: 16px;
  background: #0f0f10;
  color: #ffffff;
}

.wrap {
  max-width: 760px;
  margin: 0 auto;
}

.card {
  background: #1b1b1d;
  border-radius: 14px;
  padding: 16px;
  margin-bottom: 14px;
  border: 1px solid #2b2b2f;
}

.title {
  font-size: 22px;
  font-weight: 700;
  margin-bottom: 10px;
}

.muted {
  color: #b9b9c0;
  font-size: 14px;
}

.raffle-title {
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 8px;
}

button {
  border: 0;
  border-radius: 10px;
  padding: 12px 16px;
  font-size: 15px;
  cursor: pointer;
  background: #2ea6ff;
  color: #fff;
  font-weight: 700;
}

button:disabled {
  opacity: 0.6;
  cursor: default;
}

.error {
  color: #ff8f8f;
  white-space: pre-wrap;
}

.success {
  color: #8fffb3;
  white-space: pre-wrap;
}

.row {
  margin: 6px 0;
}

.small {
  font-size: 13px;
  color: #cfcfd6;
}