#posuite-wheel-floating-button{
  position:fixed;
  right:20px;
  bottom:20px;
  width:72px;
  height:72px;
  border-radius:50%;
  background:radial-gradient(circle at 30% 30%,#ffd9e7 0%,#f49ab8 42%,#df4e80 100%);
  color:#fff;
  display:flex;
  align-items:center;
  justify-content:center;
  cursor:pointer;
  z-index:9998;
  box-shadow:0 18px 36px rgba(223,78,128,.32);
  border:3px solid rgba(255,255,255,.75);
}

#posuite-wheel-floating-button .posuite-wheel-button-logo{
  width:38px;
  height:38px;
  object-fit:contain;
  filter:drop-shadow(0 6px 12px rgba(255,255,255,.22));
}

#posuite-wheel-modal{position:fixed;inset:0;z-index:9999}
#posuite-wheel-modal .posuite-wheel-overlay{position:absolute;inset:0;background:rgba(81,29,47,.52);backdrop-filter:blur(4px)}

#posuite-wheel-modal .posuite-wheel-dialog{
  position:relative;
  max-width:460px;
  margin:4vh auto;
  background:linear-gradient(180deg,#fff 0%,#fff5f8 100%);
  color:#633c49;
  padding:28px;
  border-radius:28px;
  border:1px solid rgba(240,107,154,.22);
  box-shadow:0 30px 60px rgba(223,78,128,.22);
}

#posuite-wheel-close{
  position:absolute;
  top:14px;
  right:14px;
  width:38px;
  height:38px;
  border:none;
  border-radius:50%;
  background:#fff;
  color:#c84f7a;
  font-size:22px;
  cursor:pointer;
  box-shadow:0 8px 18px rgba(223,78,128,.14);
}

.posuite-wheel-brand{
  display:flex;
  align-items:center;
  gap:14px;
  margin-bottom:8px;
}

.posuite-wheel-brand img{
  width:56px;
  height:56px;
  object-fit:contain;
}

.posuite-wheel-brand-copy strong{
  display:block;
  font-size:20px;
  color:#d74f82;
}

.posuite-wheel-brand-copy span{
  display:block;
  color:#916975;
  font-size:13px;
}

#posuite-wheel-modal h3{margin:8px 0 10px;font-size:28px;color:#c84f7a}
#posuite-wheel-canvas{display:block;margin:14px auto 18px;background:#fff;border-radius:50%;box-shadow:0 14px 28px rgba(223,78,128,.12)}
#posuite-wheel-email,
#posuite-wheel-spin{
  width:100%;
  padding:14px 16px;
  border-radius:16px;
  margin-top:12px;
  font-size:15px;
}

#posuite-wheel-email{border:1px solid rgba(240,107,154,.24);background:#fff;color:#5e3947}
#posuite-wheel-email:focus{outline:none;border-color:#f06b9a;box-shadow:0 0 0 4px rgba(240,107,154,.12)}

#posuite-wheel-spin{
  border:none;
  background:linear-gradient(135deg,#f8b5ca 0%,#f06b9a 50%,#db477c 100%);
  color:#fff;
  font-weight:700;
  cursor:pointer;
  box-shadow:0 16px 26px rgba(223,78,128,.22);
}

#posuite-wheel-spin:disabled{opacity:.7;cursor:wait}
#posuite-wheel-result{margin-top:14px;font-weight:700;color:#c84f7a}
.posuite-wheel-help{margin:0;color:#855f6d}
