.edat-validation-shell,
.edat-offers-grid {
  font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

.edat-validation-shell {
  margin: 0;
}

.edat-validation-card {
  background: #fff;
  border: 1px solid #e5e7eb;
  border-radius: 22px;
  padding: 24px;
  box-shadow: 0 20px 50px rgba(15, 23, 42, 0.06);
}

.edat-validation-head {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 16px;
  margin-bottom: 24px;
}

.edat-eyebrow {
  margin: 0 0 8px;
  font-size: 12px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #6b7280;
}

.edat-validation-head h2 {
  margin: 0;
  font-size: 32px;
  line-height: 1.05;
  color: #111827;
}

.edat-status-pill,
.edat-offer-badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 32px;
  padding: 0 12px;
  border-radius: 999px;
  font-size: 12px;
  font-weight: 700;
}

.edat-status-pill--valid,
.edat-offer-card--available .edat-offer-card__state {
  color: #166534;
}

.edat-status-pill--already_used,
.edat-status-pill--cancelled,
.edat-status-pill--event_ended,
.edat-status-pill--invalid,
.edat-status-pill--order_not_paid,
.edat-status-pill {
  background: #f3f4f6;
  color: #111827;
}

.edat-status-pill--valid {
  background: #dcfce7;
}

.edat-status-pill--already_used {
  background: #fee2e2;
  color: #991b1b;
}

.edat-status-pill--event_ended,
.edat-status-pill--order_not_paid,
.edat-status-pill--cancelled,
.edat-status-pill--invalid {
  background: #fef3c7;
  color: #92400e;
}

.edat-validation-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 12px;
}

.edat-validation-row {
  display: grid;
  gap: 4px;
  padding: 14px 16px;
  border-radius: 16px;
  background: #f9fafb;
}

.edat-validation-row span {
  color: #6b7280;
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 0.06em;
}

.edat-validation-row strong {
  color: #111827;
  font-size: 15px;
  line-height: 1.45;
}

.edat-validation-actions {
  margin-top: 20px;
}

.edat-ticket-checkin-button,
.edat-offer-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 0 20px;
  border: 0;
  border-radius: 14px;
  background: #0f172a;
  color: #fff;
  font-weight: 700;
  text-decoration: none;
  cursor: pointer;
}

.edat-offer-button--disabled,
.edat-ticket-checkin-button:disabled {
  background: #d1d5db;
  color: #4b5563;
  cursor: not-allowed;
}

.edat-checkin-feedback,
.edat-inline-note {
  margin: 12px 0 0;
  font-size: 14px;
}

.edat-checkin-feedback.is-success {
  color: #166534;
}

.edat-checkin-feedback.is-warning {
  color: #92400e;
}

.edat-checkin-feedback.is-error {
  color: #991b1b;
}

.edat-offers-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  gap: 20px;
}

.edat-offer-card {
  display: grid;
  gap: 16px;
  padding: 22px;
  border-radius: 20px;
  border: 1px solid #e5e7eb;
  background: #fff;
  box-shadow: 0 16px 40px rgba(15, 23, 42, 0.04);
}

.edat-offer-card--sold_out {
  background: #fafafa;
}

.edat-offer-card__head {
  display: grid;
  gap: 12px;
}

.edat-offer-card__title {
  margin: 0;
  color: #111827;
  font-size: 22px;
  line-height: 1.1;
  font-weight: 800;
}

.edat-offer-card__badges {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.edat-offer-badge {
  background: #e0f2fe;
  color: #075985;
}

.edat-offer-badge--soft {
  background: #ede9fe;
  color: #5b21b6;
}

.edat-offer-card__price {
  color: #111827;
  font-size: 38px;
  font-weight: 800;
  line-height: 1;
}

.edat-offer-card__meta {
  display: grid;
  gap: 6px;
}

.edat-offer-card__meta p {
  margin: 0;
  color: #4b5563;
  font-size: 14px;
  line-height: 1.5;
}

.edat-offer-card__state {
  font-weight: 700;
}

.edat-offer-card--sold_out .edat-offer-card__state {
  color: #991b1b;
}

.edat-offer-card--upcoming .edat-offer-card__state {
  color: #92400e;
}

.edat-event-list {
  margin: 0;
  padding-left: 20px;
}

.edat-event-list li {
  margin-bottom: 8px;
}
