.wish-sp-wrap{
  --wish-sp-accent:#d86f2d;
  max-width: 820px;
  margin: 30px auto;
  padding: 0 16px;
  font-family: inherit;
}
.wish-sp-card{
  background:#fff;
  border:1px solid #e5e7eb;
  border-radius:18px;
  box-shadow:0 10px 30px rgba(0,0,0,.06);
  padding:28px;
}
.wish-sp-header h2{
  margin:0 0 8px;
  font-size:2rem;
}
.wish-sp-date{
  font-weight:600;
  color:var(--wish-sp-accent);
  margin:0 0 10px;
}
.wish-sp-intro{
  margin:0 0 18px;
  color:#4b5563;
}
.wish-sp-counter-area{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:16px;
  flex-wrap:wrap;
  margin-bottom:18px;
}
.wish-sp-counter{
  font-size:1.1rem;
  font-weight:700;
  background:#f8fafc;
  border:1px solid #e5e7eb;
  border-radius:12px;
  padding:12px 16px;
}
.wish-sp-open-btn,.wish-sp-submit-btn,.wish-sp-cancel-btn{
  appearance:none;
  border:none;
  border-radius:12px;
  padding:12px 18px;
  font-weight:700;
  cursor:pointer;
}
.wish-sp-open-btn,.wish-sp-submit-btn{
  background:var(--wish-sp-accent);
  color:#fff;
}
.wish-sp-open-btn:hover,.wish-sp-submit-btn:hover{
  opacity:.92;
}
.wish-sp-cancel-btn{
  background:#eef2f7;
  color:#111827;
}
.wish-sp-form-shell{
  border-top:1px solid #eceff3;
  padding-top:20px;
}
.wish-sp-grid{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:16px;
}
.wish-sp-form label{
  display:block;
  font-weight:600;
  margin-bottom:6px;
}
.wish-sp-form input,.wish-sp-form select,.wish-sp-form textarea{
  width:100%;
  border:1px solid #d1d5db;
  border-radius:10px;
  padding:12px 14px;
  font:inherit;
  box-sizing:border-box;
}
.wish-sp-player-block{
  margin-top:16px;
}
.wish-sp-help{
  font-size:.92rem;
  color:#6b7280;
  margin:8px 0 0;
}
.wish-sp-actions{
  display:flex;
  gap:12px;
  margin-top:18px;
  flex-wrap:wrap;
}
.wish-sp-message{
  margin-top:14px;
  font-weight:600;
}
.wish-sp-message.success{ color:#166534; }
.wish-sp-message.error{ color:#b91c1c; }
.wish-sp-full{
  font-weight:700;
  color:#b91c1c;
  background:#fef2f2;
  border:1px solid #fecaca;
  border-radius:12px;
  padding:12px 16px;
}
@media (max-width:700px){
  .wish-sp-grid{ grid-template-columns:1fr; }
  .wish-sp-card{ padding:20px; }
}
