.pound-stage{position:relative;min-height:520px;background-size:cover;background-position:center;border-radius:16px;border:1px solid rgba(255,255,255,.15);}
.pound-star{position:absolute;transform:translate(-50%,-50%) scale(var(--star-scale,1));background:none;border:0;cursor:pointer;}
.pound-star img{width:56px;height:56px;filter:drop-shadow(0 0 10px rgba(180,200,255,.6));animation:pulse var(--pulse-speed,3.5s) ease-in-out infinite;}
.star-fallback{width:12px;height:12px;border-radius:50%;background:white;box-shadow:0 0 10px rgba(200,220,255,.8);}
@keyframes pulse{0%{transform:scale(.95);opacity:.8}50%{transform:scale(1.05);opacity:1}100%{transform:scale(.95);opacity:.85}}
.pound-result{margin:10px 0;padding:8px 12px;background:rgba(0,0,0,.3);border-radius:10px;}

/* Pound adoption reveal */
.pound-adopt-result{
  max-width:720px;
  margin:16px auto 20px;
  padding:22px 20px;
  text-align:center;
  border:1px solid rgba(190,150,255,.42);
  background:linear-gradient(180deg, rgba(60,28,102,.72), rgba(18,8,36,.82));
  box-shadow:0 0 26px rgba(173,114,255,.22), inset 0 0 18px rgba(255,255,255,.035);
  border-radius:24px;
}
.pound-adopt-message{
  font-size:1.35rem;
  font-weight:900;
  color:#fff4ff;
  text-shadow:0 0 10px rgba(190,150,255,.52);
}
.pound-adopt-image-wrap{
  margin:14px auto 8px;
  width:min(280px, 80vw);
  min-height:180px;
  display:flex;
  align-items:center;
  justify-content:center;
  border-radius:22px;
  background:radial-gradient(circle at center, rgba(255,255,255,.08), rgba(255,255,255,.025) 58%, rgba(0,0,0,.12));
  border:1px solid rgba(190,150,255,.22);
}
.pound-adopt-image{
  max-width:260px;
  max-height:230px;
  width:auto;
  height:auto;
  display:block;
  filter:drop-shadow(0 0 14px rgba(210,190,255,.42));
}
.pound-adopt-name{
  margin-top:8px;
  font-size:1.05rem;
  font-weight:800;
  color:#f6eaff;
}
.pound-adopt-link{
  display:inline-flex;
  margin-top:12px;
  text-decoration:none;
}
@media (max-width:640px){
  .pound-adopt-result{padding:18px 14px;}
  .pound-adopt-message{font-size:1.12rem;}
  .pound-adopt-image-wrap{min-height:150px;}
  .pound-adopt-image{max-width:220px;max-height:190px;}
}
