.task-reward-notice{position:fixed;top:50%;left:50%;transform:translate(-50%,-50%);z-index:110;display:flex;flex-direction:column;align-items:center;justify-content:center;width:278px;max-width:calc(100% - 32px);min-height:188px;box-sizing:border-box;padding:16px 20px 20px;border:1px solid #eac35c;border-radius:8px;background:#201c12;color:#ffe8a5;box-shadow:0 8px 28px #0008,inset 0 0 20px #e9ae1714;font-size:18px;line-height:28px;font-weight:600;letter-spacing:0;text-align:center;overflow-wrap:break-word;pointer-events:none;animation:reward-notice-life 1.8s linear both}.task-reward-bean{position:relative;display:block;width:112px;height:112px;flex:0 0 112px;margin-bottom:8px;color:#ffd969}.task-reward-bean-image{position:absolute;top:10px;left:10px;width:92px;height:92px;object-fit:contain;filter:drop-shadow(0 0 7px #f5bf3b99);animation:reward-bean-shine 1.1s ease-in-out .15s 1 both}.task-reward-glint{position:absolute;color:#ffe99b;filter:drop-shadow(0 0 4px #ffd551);animation:reward-bean-glint .9s ease-in-out 1 both}.task-reward-glint-first{top:7px;right:0;animation-delay:.18s}.task-reward-glint-second{bottom:10px;left:0;animation-delay:.4s}.task-reward-static,.task-reward-static .task-reward-bean-image,.task-reward-static .task-reward-glint{animation:none}@keyframes reward-notice-life{0%{opacity:0}8.333%,86.111%{opacity:1}to{opacity:0}}@keyframes reward-bean-shine{0%,to{filter:brightness(1) drop-shadow(0 0 7px #f5bf3b99)}45%{filter:brightness(1.45) drop-shadow(0 0 17px #ffce4d)}}@keyframes reward-bean-glint{0%,to{opacity:.2;transform:scale(.65)}45%{opacity:1;transform:scale(1)}}@media (prefers-reduced-motion:reduce){.task-reward-bean-image,.task-reward-glint,.task-reward-notice{animation:none}}