
/* Greedy Stamp Rewards — Neon Card (coded grid) v4.9.3 */
.grsr-card-wrap{display:flex;justify-content:center;align-items:center;margin:18px 0;}
.grsr-card{
  width:100%;
  max-width:min(460px,92vw);
  background:#0e0e10;
  border-radius:14px;
  padding:18px 16px 16px;
  position:relative;
  box-shadow:0 0 24px rgba(255,47,179,.25), 0 0 3px rgba(255,47,179,.65) inset;
  border:1px solid rgba(255,47,179,.35);
}
.grsr-title{
  font-family:inherit;
  text-align:center;
  font-weight:800;
  letter-spacing:.06em;
  color:#fff;
  margin:4px 0 12px;
  font-size:clamp(18px,6vw,26px);
  text-shadow:0 0 8px rgba(255,47,179,.9), 0 0 22px rgba(255,47,179,.5);
}
.grsr-grid{
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:14px 18px;
  justify-items:center;
  margin:6px 2px 10px;
}
.grsr-stamp-img{
  width:clamp(56px,20vw,86px);
  aspect-ratio:1/1;
  display:block;
  filter:brightness(.65) contrast(.95);
  opacity:.85;
}
.grsr-stamp.filled .grsr-stamp-img{ filter:none; opacity:1; animation:grsrPulse .6s ease-in-out; }
@keyframes grsrPulse{0%{filter:brightness(.7) blur(0);opacity:.7}50%{filter:brightness(1.25) blur(1px);opacity:1}100%{filter:brightness(1) blur(0);opacity:1}}
.grsr-sub{ text-align:center; color:#ff8ed0; font-size:14px; margin-top:6px; }

/* Shortcode-specific compact layout */
.grsr-shortcode .grsr-card{ max-width:280px; padding:14px 12px 12px; }
.grsr-shortcode .grsr-title{ font-size:clamp(16px,5.4vw,22px); margin-bottom:10px; }
.grsr-shortcode .grsr-grid{ gap:10px 12px; }
.grsr-shortcode .grsr-stamp-img{ width:clamp(48px,18vw,70px); }
.grsr-shortcode .grsr-sub{ font-size:13px; }

/* Hide legacy rows when our card is present */
body.grsr-has-neoncard .woocommerce-MyAccount-content > p,
body.grsr-has-neoncard .woocommerce-MyAccount-content > p img{display:none!important;}
