.task-reward-notice{position:fixed;top:calc(var(--app-header-height, 64px) + 12px);right:24px;z-index:110;display:flex;align-items:center;max-width:calc(100% - 24px);min-height:58px;padding:7px 18px 7px 10px;border:1px solid #e1b848;border-radius:8px;background:#211b0d;color:#ffe397;box-shadow:0 4px 18px #0005;font-size:15px;line-height:22px;font-weight:600;letter-spacing:0;pointer-events:none;animation:reward-notice-life 1.8s linear both}.task-reward-notice img{object-fit:contain;animation:reward-bean-shine .65s ease-out .15s 1}.task-reward-notice img,.task-reward-notice>svg{flex:0 0 42px;margin-right:9px}.task-reward-static,.task-reward-static img{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)}40%{filter:brightness(1.5)}}@media (max-width:767px){.task-reward-notice{right:auto;left:50%;transform:translateX(-50%);width:max-content}}@media (prefers-reduced-motion:reduce){.task-reward-notice,.task-reward-notice img{animation:none}}