.raffles-shell {
  background:
    radial-gradient(circle at top left, rgba(255, 208, 94, 0.18), transparent 28%),
    radial-gradient(circle at top right, rgba(0, 140, 141, 0.12), transparent 30%),
    linear-gradient(180deg, #f7fbfc 0%, #eef5f5 100%);
}

.raffles-hero {
  display: grid;
  grid-template-columns: minmax(0, 1.6fr) minmax(280px, 0.9fr);
  gap: 1.5rem;
  align-items: stretch;
  padding: clamp(1.5rem, 3vw, 2.25rem);
  border-radius: 32px;
  background: linear-gradient(135deg, rgba(6, 58, 62, 0.96), rgba(0, 140, 141, 0.88) 62%, rgba(255, 191, 73, 0.78));
  box-shadow: 0 30px 70px rgba(5, 53, 57, 0.14);
}

.raffles-kicker {
  display: inline-flex;
  align-items: center;
  padding: 0.55rem 0.95rem;
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, 0.14);
  background: rgba(255, 255, 255, 0.1);
  color: #ffd978;
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.raffles-hero-copy h1 {
  margin: 1rem 0 0.6rem;
  color: #ffffff;
  font-family: "Bebas Neue", sans-serif;
  font-size: clamp(3rem, 6vw, 5rem);
  letter-spacing: 0.04em;
  line-height: 0.92;
}

.raffles-hero-copy p {
  max-width: 58ch;
  margin: 0;
  color: rgba(255, 255, 255, 0.9);
  font-size: 1.04rem;
  line-height: 1.7;
}

.raffles-hero-stats {
  display: grid;
  gap: 1rem;
}

.raffles-stat {
  padding: 1.1rem 1.15rem;
  border-radius: 24px;
  background: rgba(255, 255, 255, 0.12);
  border: 1px solid rgba(255, 255, 255, 0.14);
  backdrop-filter: blur(10px);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.06);
}

.raffles-stat span {
  display: block;
  color: rgba(255, 255, 255, 0.72);
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.raffles-stat strong {
  display: block;
  margin-top: 0.45rem;
  color: #ffffff;
  font-size: 1.55rem;
  line-height: 1.1;
}

.raffles-alert,
.raffles-empty {
  border-radius: 28px;
  border: 1px solid rgba(7, 59, 60, 0.08);
}

.raffles-empty {
  padding: clamp(1.75rem, 4vw, 2.7rem);
  text-align: center;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.96), rgba(244, 249, 249, 0.96));
  box-shadow: 0 24px 60px rgba(7, 59, 60, 0.08);
}

.raffles-empty-icon {
  width: 74px;
  height: 74px;
  margin: 0 auto 1rem;
  display: grid;
  place-items: center;
  border-radius: 24px;
  background: linear-gradient(135deg, #ffd978, #00a7a8);
  color: #073b3c;
  font-size: 1.7rem;
}

.raffles-empty h2 {
  margin-bottom: 0.6rem;
  color: #12323a;
  font-family: "Bebas Neue", sans-serif;
  font-size: clamp(2rem, 4vw, 2.7rem);
  letter-spacing: 0.04em;
}

.raffles-empty p {
  max-width: 50ch;
  margin: 0 auto;
  color: #61717a;
}

.raffles-empty-actions {
  margin-top: 1.4rem;
  display: flex;
  gap: 0.8rem;
  justify-content: center;
  flex-wrap: wrap;
}

.raffle-card {
  height: 100%;
  display: flex;
  flex-direction: column;
  overflow: hidden;
  border-radius: 28px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(247, 251, 251, 0.98));
  border: 1px solid rgba(8, 59, 60, 0.08);
  box-shadow: 0 24px 60px rgba(7, 59, 60, 0.1);
}

.raffle-card-media {
  position: relative;
  aspect-ratio: 16 / 10;
  padding: 1rem 1rem 0;
}

.raffle-card-image {
  width: 100%;
  height: 100%;
  object-fit: contain;
  border-radius: 22px;
  background: linear-gradient(135deg, #0a3134, #103f4a);
}

.raffle-card-badge {
  position: absolute;
  top: 1.8rem;
  left: 1.8rem;
  display: inline-flex;
  align-items: center;
  padding: 0.45rem 0.75rem;
  border-radius: 999px;
  background: rgba(7, 59, 60, 0.84);
  color: #ffd978;
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.raffle-card-body {
  display: flex;
  flex: 1;
  flex-direction: column;
  padding: 1.2rem 1.2rem 1.3rem;
}

.raffle-card-topline {
  display: flex;
  gap: 0.75rem;
  flex-wrap: wrap;
  margin-bottom: 0.85rem;
  color: #6d7d84;
  font-size: 0.78rem;
  font-weight: 700;
}

.raffle-card h2 {
  margin-bottom: 0.7rem;
  color: #12323a;
  font-size: 1.2rem;
  font-weight: 800;
  line-height: 1.25;
}

.raffle-card p {
  margin-bottom: 1rem;
  color: #62737b;
  line-height: 1.65;
}

.raffle-card-meta {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0.7rem;
  margin-bottom: 1rem;
}

.raffle-card-meta div {
  padding: 0.8rem 0.85rem;
  border-radius: 18px;
  background: #f7fbfb;
  border: 1px solid rgba(7, 59, 60, 0.08);
}

.raffle-card-meta span {
  display: block;
  color: #74848a;
  font-size: 0.68rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.raffle-card-meta strong {
  display: block;
  margin-top: 0.45rem;
  color: #143038;
  font-size: 0.98rem;
}

.raffle-card-action {
  margin-top: auto;
  width: 100%;
  border-radius: 18px;
  padding: 0.85rem 1rem;
}

@media (max-width: 991.98px) {
  .raffles-hero {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 575.98px) {
  .raffle-card-meta {
    grid-template-columns: 1fr;
  }
}
