
.ec-card[data-v-f87aa020] {
  position: relative;
  width: 100%;
  aspect-ratio: 1.586 / 1;
  border-radius: 18px;
  padding: clamp(1.1rem, 4cqw, 1.75rem);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  overflow: hidden;
  color: #f2efe6;
  background:
    radial-gradient(120% 140% at 12% 8%, rgba(245, 197, 66, 0.2) 0%, transparent 42%),
    radial-gradient(130% 120% at 95% 100%, rgba(40, 81, 176, 0.65) 0%, transparent 55%),
    linear-gradient(150deg, #16306e 0%, #0f2557 55%, #0a1a3d 100%);
  box-shadow:
    0 1px 0 0 rgba(255, 255, 255, 0.1) inset,
    0 28px 60px -24px rgba(7, 14, 33, 0.85),
    0 10px 24px -16px rgba(40, 81, 176, 0.6);
  border: 1px solid rgba(255, 255, 255, 0.08);
}
.ec-card--float[data-v-f87aa020] {
  animation: ec-float-f87aa020 7s ease-in-out infinite;
}
.ec-card__sheen[data-v-f87aa020] {
  position: absolute;
  inset: 0;
  background: linear-gradient(115deg, transparent 30%, rgba(255, 255, 255, 0.14) 48%, transparent 62%);
  transform: translateX(-30%);
  animation: ec-sheen-f87aa020 6.5s ease-in-out infinite;
  pointer-events: none;
}
.ec-card__row[data-v-f87aa020] {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.ec-card__brand[data-v-f87aa020] {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  font-weight: 700;
  letter-spacing: -0.01em;
  font-size: clamp(0.95rem, 3.4cqw, 1.15rem);
}
.ec-card__logo[data-v-f87aa020] {
  height: 1.35em;
  width: 1.35em;
  color: #f2c86e;
}
.ec-card__tier[data-v-f87aa020] {
  font-size: 0.6rem;
  font-weight: 600;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: rgba(242, 239, 230, 0.7);
  border: 1px solid rgba(242, 239, 230, 0.28);
  border-radius: 999px;
  padding: 0.25rem 0.6rem;
}
.ec-card__chip[data-v-f87aa020] {
  width: clamp(2.4rem, 9cqw, 3.1rem);
  height: clamp(1.7rem, 6.5cqw, 2.2rem);
  border-radius: 7px;
  background: linear-gradient(135deg, #f6d488 0%, #e0aa49 48%, #b9842f 100%);
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 2px;
  padding: 4px;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.35) inset;
}
.ec-card__chip span[data-v-f87aa020] {
  border: 1px solid rgba(120, 84, 24, 0.4);
  border-radius: 2px;
}
.ec-card__number[data-v-f87aa020] {
  position: relative;
  font-family: 'JetBrains Mono', ui-monospace, monospace;
  font-size: clamp(1rem, 4.6cqw, 1.5rem);
  letter-spacing: 0.14em;
  font-variant-numeric: tabular-nums;
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.4);
}
.ec-card__name[data-v-f87aa020] {
  font-size: clamp(0.66rem, 2.8cqw, 0.82rem);
  font-weight: 600;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: rgba(242, 239, 230, 0.92);
}
.ec-card__wave[data-v-f87aa020] {
  width: 1.4rem;
  height: 1.4rem;
  color: rgba(242, 239, 230, 0.55);
}
@keyframes ec-float-f87aa020 {
0%, 100% { transform: translateY(0) rotate(0deg);
}
50% { transform: translateY(-10px) rotate(-0.6deg);
}
}
@keyframes ec-sheen-f87aa020 {
0%, 100% { transform: translateX(-35%); opacity: 0;
}
18% { opacity: 1;
}
45% { transform: translateX(140%); opacity: 0;
}
}
@media (prefers-reduced-motion: reduce) {
.ec-card--float[data-v-f87aa020],
  .ec-card__sheen[data-v-f87aa020] { animation: none;
}
}
