.rp-toolbar-button{display:flex!important;align-items:center;justify-content:center}.rp-toolbar-icon{display:inline-flex;width:20px;height:20px;border-radius:50%;align-items:center;justify-content:center;background:#f24b3d;color:#fff;font-size:13px;font-weight:700}.rp-modal-mask{position:fixed;z-index:99999;inset:0;background:rgba(0,0,0,.48);display:flex;align-items:center;justify-content:center;font-family:-apple-system,BlinkMacSystemFont,"Segoe UI","Microsoft YaHei",sans-serif}.rp-modal{width:420px;max-width:calc(100vw - 32px);background:#fff;border-radius:12px;box-shadow:0 18px 60px rgba(0,0,0,.25);overflow:hidden}.rp-modal__header{height:56px;padding:0 20px;display:flex;align-items:center;justify-content:space-between;border-bottom:1px solid #eee;font-size:18px}.rp-close{border:0;background:none;font-size:28px;color:#999;cursor:pointer}.rp-modal__body{padding:18px 20px 4px}.rp-modal__body label{display:flex;align-items:center;justify-content:space-between;gap:16px;margin-bottom:14px;color:#555}.rp-modal__body input,.rp-modal__body select{width:250px;box-sizing:border-box;border:1px solid #dcdfe6;border-radius:6px;padding:9px 10px;background:#fff;color:#333}.rp-wallet{margin:4px 0 14px;padding:10px 12px;border-radius:6px;background:#fff6f4;color:#c64235;font-size:13px}.rp-modal__footer{display:flex;justify-content:flex-end;gap:10px;padding:14px 20px;background:#fafafa}.rp-modal__footer button{border:1px solid #dcdfe6;border-radius:6px;padding:9px 18px;background:#fff;cursor:pointer}.rp-modal__footer .rp-submit{border-color:#f24b3d;background:#f24b3d;color:#fff}.rp-modal__footer button:disabled{opacity:.6;cursor:not-allowed}.rp-toast{position:fixed;z-index:100001;left:50%;top:70px;transform:translateX(-50%);padding:11px 18px;border-radius:7px;background:#333;color:#fff;box-shadow:0 6px 20px rgba(0,0,0,.2)}.rp-toast--success{background:#36a269}.rp-toast--error{background:#d94a43}.rp-message-node .lemon-message__content{padding:0!important;background:transparent!important;box-shadow:none!important}.rp-card{position:relative;display:grid;grid-template-columns:52px 1fr;width:250px;min-height:105px;padding:14px 15px 31px;border:0;border-radius:8px;background:linear-gradient(135deg,#ff6f52,#ef473b);color:#fff;text-align:left;cursor:pointer;box-shadow:0 5px 16px rgba(239,71,59,.24);overflow:hidden}.rp-card__icon{display:flex;width:42px;height:42px;border-radius:50%;align-items:center;justify-content:center;background:#ffe8a9;color:#e54b3c;font-size:24px;font-weight:700}.rp-card__main{display:flex;flex-direction:column;justify-content:center;min-width:0}.rp-card__main strong{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font-size:16px}.rp-card__main small{margin-top:6px;color:rgba(255,255,255,.88)}.rp-card__footer{position:absolute;left:0;right:0;bottom:0;padding:6px 12px;background:#fff;color:#999;font-size:11px}.rp-notice-node{display:flex!important;justify-content:center!important;margin:10px 0!important}.rp-notice-node .rp-notice{padding:4px 10px;border-radius:12px;background:#eef0f2;color:#8a8f98;font-size:12px}.rp-detail{position:relative;width:360px;max-width:calc(100vw - 32px);border-radius:14px;background:#fff;overflow:hidden;box-shadow:0 18px 60px rgba(0,0,0,.28)}.rp-detail>.rp-close{position:absolute;right:12px;top:8px;z-index:2;color:rgba(255,255,255,.8)}.rp-detail__cover{padding:34px 20px 28px;background:linear-gradient(160deg,#f65b48,#d9362d);color:#fff;text-align:center}.rp-detail__coin{width:60px;height:60px;margin:0 auto 14px;border-radius:50%;display:flex;align-items:center;justify-content:center;background:#ffd77a;color:#d84335;font-size:32px;font-weight:700}.rp-detail__cover h3{margin:0 0 8px;font-size:20px}.rp-detail__cover p{margin:0;color:rgba(255,255,255,.82)}.rp-detail__body{padding:20px;min-height:120px;text-align:center}.rp-detail__status{color:#999}.rp-claim{width:66px;height:66px;margin:14px auto;border:0;border-radius:50%;background:#f7c65b;color:#b4372c;font-size:26px;font-weight:700;cursor:pointer;box-shadow:0 5px 16px rgba(220,155,36,.3)}.rp-detail__items{margin-top:12px;text-align:left}.rp-detail__items>div{display:flex;justify-content:space-between;padding:9px 0;border-top:1px solid #eee;color:#666}.rp-detail__items strong{color:#333}@media(max-width:520px){.rp-modal__body label{align-items:flex-start;flex-direction:column;gap:6px}.rp-modal__body input,.rp-modal__body select{width:100%}}
.rp-message-duplicate{display:none!important}

.rp-card.rp-card--claimed,
.rp-card.rp-card--closed {
  opacity: .56;
  filter: saturate(.48);
}

.rp-card.rp-card--claimed .rp-card__main small {
  color: rgba(255, 255, 255, .88);
  font-size: 0;
}

.rp-card.rp-card--claimed .rp-card__main small::after {
  content: '已领取';
  font-size: 12px;
}

.rp-card.rp-card--closed:not(.rp-card--claimed) .rp-card__main small {
  color: rgba(255, 255, 255, .88);
  font-size: 0;
}

.rp-card.rp-card--closed:not(.rp-card--claimed) .rp-card__main small::after {
  content: '已领完或已失效';
  font-size: 12px;
}