.gp-standalone{background:#0d0d0d;color:#fff;min-height:100vh}.gp-pumpkin-cta{position:fixed;left:14px;bottom:14px;background:#1a1a1a;color:#fff;border:1px solid #333;border-radius:999px;padding:8px 12px;display:flex;gap:8px;z-index:99999;text-decoration:none}\n.gp-stage{position:relative;min-height:100vh}.gp-wrap{display:flex;min-height:100vh;align-items:center;justify-content:center;flex-direction:column;gap:14px;padding:24px;text-align:center}.gp-panel{background:rgba(0,0,0,.45);border:1px solid rgba(255,151,205,.25);border-radius:20px;padding:22px 26px}.gp-big-btn{font-size:20px;padding:14px 20px;border-radius:12px;border:2px solid #ff97cd;background:#ff97cd;color:#0d0d0d;cursor:pointer;box-shadow:0 0 18px rgba(255,151,205,.4)}.gp-big-btn:hover{background:#ff7b00;border-color:#ff7b00;color:#0d0d0d}

/* Redeem Button Colour Fix — v1.2v */
.gp-tot-redeem.button {
  background: #ff6600 !important;
  border: 2px solid #ff6600 !important;
  color: #000 !important;
  font-weight: 600;
  border-radius: 8px;
  transition: all 0.25s ease-in-out;
  padding: 10px 18px;
}
.gp-tot-redeem.button:hover {
  background: #ff97cd !important;
  border-color: #ff97cd !important;
  color: #0d0d0d !important;
  box-shadow: 0 0 12px #ff97cd;
}
.gp-tot-redeem.button[disabled],
.gp-tot-redeem.button:disabled {
  background: #222 !important;
  border-color: #333 !important;
  color: #777 !important;
  opacity: 0.7;
  cursor: not-allowed;
}
