body {
  font-family: system-ui, sans-serif;
  background: linear-gradient(135deg, #9a0036, #c49c57);
  color: #fff;
  margin: 0;
}

.wrap {
  min-height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 16px;
}

.card {
  max-width: 420px;
  width: 100%;
  background: #ffe5e9;
  border-radius: 18px;
  padding: 24px;
  border: 2px solid #c49c57;
  box-shadow: 0 20px 40px rgba(154, 0, 54, 0.35);
  color: #9a0036;
}

.title {
  text-align: center;
  margin-bottom: 16px;
  font-size: 20px;
  letter-spacing: 0.08em;
  color: #9a0036;
}

.label {
  font-size: 11px;
  text-transform: uppercase;
  color: #c49c57;
  margin-top: 8px;
  margin-bottom: 2px;
  letter-spacing: 0.04em;
}

.value {
  font-size: 14px;
  font-weight: 600;
  color: #9a0036;
}

.name {
  font-size: 18px;
  font-weight: 700;
}

.qr-box {
  margin-top: 16px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
  background: #eddfc7;
  border-radius: 12px;
  padding: 12px 16px;
}

.qr-box img {
  width: 220px;
  height: 220px;
}

.note {
  font-size: 12px;
  color: #005c0c;
  text-align: center;
  margin-top: 12px;
  background: #e5ffe9;
  border-radius: 999px;
  padding: 8px 12px;
}
