/* Compact onboarding and daily-goals widgets. */

.mnr-onboarding-widget,
.mnr-daily-goals-widget {
    width: 100%;
    margin-bottom: 12px;
}

.mnr-onboarding-widget-card,
.mnr-daily-goals-widget-card,
.mnr-daily-goals-widget-announcement,
.mnr-daily-goals-widget-loading {
    border: 1px solid #DCE8DF;
    border-radius: 8px;
    background: #F8FBF8;
    padding: 12px;
    color: #102016;
}

.mnr-onboarding-widget-main,
.mnr-daily-goals-widget-main {
    display: flex;
    align-items: center;
    gap: 10px;
}

.mnr-onboarding-widget-icon,
.mnr-daily-goals-widget-icon,
.mnr-daily-goals-widget-announcement-icon,
.mnr-onboarding-challenge-result-icon {
    flex: 0 0 auto;
    width: 38px;
    height: 38px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 8px;
    background: #FFFFFF;
    color: #138A36;
    font-size: 18px;
}

.mnr-onboarding-widget-copy,
.mnr-daily-goals-widget-copy {
    min-width: 0;
    flex: 1 1 auto;
}

.mnr-onboarding-widget-eyebrow,
.mnr-daily-goals-widget-eyebrow {
    font-size: 10px;
    line-height: 14px;
    font-weight: 800;
    color: #138A36;
    text-transform: uppercase;
    letter-spacing: 0.04em;
}

.mnr-onboarding-widget-title,
.mnr-daily-goals-widget-title {
    margin: 0;
    font-size: 14px;
    line-height: 18px;
    font-weight: 800;
    color: #102016;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.mnr-onboarding-widget-meta,
.mnr-daily-goals-widget-meta,
.mnr-daily-goals-widget-detail-copy {
    font-size: 12px;
    line-height: 16px;
    color: #66756B;
    font-weight: 600;
}

.mnr-onboarding-widget-cta,
.mnr-daily-goals-widget-cta {
    flex: 0 0 auto;
    min-height: 36px;
    padding-left: 12px;
    padding-right: 12px;
    font-size: 12px;
    font-weight: 800;
}

.mnr-onboarding-widget-progress,
.mnr-daily-goals-widget-progress {
    height: 6px;
    margin-top: 10px;
    border-radius: 999px;
    background-color: #E1E8E2;
    overflow: hidden;
}

.mnr-onboarding-widget-progress .progress-bar,
.mnr-daily-goals-widget-progress .progress-bar {
    background-color: #138A36;
}

.mnr-onboarding-widget-loading,
.mnr-daily-goals-widget-loading {
    display: flex;
    gap: 8px;
    align-items: center;
    min-height: 54px;
    font-size: 13px;
    font-weight: 700;
    color: #66756B;
}

.mnr-onboarding-widget-error,
.mnr-daily-goals-widget-error {
    margin-bottom: 0;
}

.mnr-daily-goals-widget-announcement {
    text-align: center;
    background: #FFFFFF;
}

.mnr-daily-goals-widget-announcement-icon {
    margin: 0 auto 10px;
    background: #E8F7ED;
}

.mnr-daily-goals-widget-announcement-title,
.mnr-daily-goals-widget-detail-title {
    margin: 0;
    font-size: 18px;
    line-height: 22px;
    font-weight: 900;
    color: #102016;
}

.mnr-daily-goals-widget-announcement-copy {
    margin: 6px 0 0;
    font-size: 13px;
    line-height: 18px;
    color: #66756B;
    font-weight: 600;
}

.mnr-daily-goals-widget-actions {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 8px;
    margin-top: 12px;
}

.mnr-daily-goals-widget-expand {
    width: 100%;
    min-height: 36px;
    margin-top: 10px;
    font-size: 12px;
    font-weight: 800;
}

.mnr-daily-goals-widget-list {
    display: grid;
    gap: 7px;
    margin: 10px 0 0;
    padding: 0;
    list-style: none;
}

.mnr-daily-goals-widget-goal-button {
    width: 100%;
    display: grid;
    grid-template-columns: 48px 1fr auto;
    align-items: center;
    gap: 8px;
    min-height: 40px;
    border: 1px solid #DCE8DF;
    border-radius: 8px;
    background: #FFFFFF;
    padding: 8px;
    text-align: left;
}

.mnr-daily-goals-widget-goal-button:disabled {
    opacity: 0.62;
}

.mnr-daily-goals-widget-goal-day {
    font-size: 11px;
    font-weight: 800;
    color: #138A36;
}

.mnr-daily-goals-widget-goal-title {
    min-width: 0;
    font-size: 12px;
    font-weight: 700;
    color: #102016;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.mnr-daily-goals-widget-goal-status {
    font-size: 10px;
    font-weight: 800;
    color: #66756B;
}

.mnr-daily-goals-widget-detail {
    position: fixed;
    inset: 0;
    z-index: 1050;
    display: flex;
    justify-content: flex-end;
    background: rgba(16, 32, 22, 0.45);
}

.mnr-daily-goals-widget-detail-panel {
    position: relative;
    width: 100%;
    max-width: 380px;
    height: 100%;
    overflow-y: auto;
    background: #FFFFFF;
    padding: 18px;
    box-shadow: 0 16px 40px rgba(16, 32, 22, 0.22);
}

.mnr-daily-goals-widget-detail-close {
    position: absolute;
    top: 10px;
    right: 10px;
    width: 38px;
    height: 38px;
    border: 0;
    border-radius: 50%;
    background: #F2F7F3;
    color: #102016;
}

.mnr-daily-goals-widget-illustration {
    position: relative;
    height: 172px;
    margin: 16px 0 12px;
    border: 1px solid #DCE8DF;
    border-radius: 8px;
    background: linear-gradient(180deg, #F9FCF8 0%, #EEF7F0 100%);
    overflow: hidden;
}

.mnr-daily-goals-widget-scene,
.mnr-daily-goals-widget-scene > span,
.mnr-daily-goals-widget-feed-card span,
.mnr-daily-goals-widget-popover span,
.mnr-daily-goals-widget-wheel span,
.mnr-daily-goals-widget-story-card span,
.mnr-daily-goals-widget-phone span {
    display: block;
}

.mnr-daily-goals-widget-scene {
    position: absolute;
    inset: 0;
}

.mnr-daily-goals-widget-feed-card {
    position: absolute;
    left: 14px;
    top: 18px;
    width: 134px;
    height: 132px;
    padding: 10px;
    border: 1px solid rgba(16, 32, 22, 0.08);
    border-radius: 8px;
    background: #FFFFFF;
    box-shadow: 0 12px 28px rgba(16, 32, 22, 0.12);
    transform-origin: center;
}

.mnr-daily-goals-widget-feed-header {
    display: flex !important;
    align-items: center;
    gap: 8px;
}

.mnr-daily-goals-widget-avatar {
    width: 24px;
    height: 24px;
    flex: 0 0 24px;
    border-radius: 50%;
    background: linear-gradient(135deg, #138A36, #65C466);
}

.mnr-daily-goals-widget-feed-lines {
    width: 76px;
}

.mnr-daily-goals-widget-feed-lines span,
.mnr-daily-goals-widget-story-card-line {
    height: 5px;
    border-radius: 999px;
    background: #DCE8DF;
}

.mnr-daily-goals-widget-feed-lines span:first-child {
    width: 64px;
}

.mnr-daily-goals-widget-feed-lines span:last-child {
    width: 42px;
    margin-top: 5px;
}

.mnr-daily-goals-widget-feed-media {
    height: 54px;
    margin-top: 10px;
    border-radius: 7px;
    background: linear-gradient(135deg, #E9F8EB 0%, #CDEED4 58%, #BBD8FF 100%);
}

.mnr-daily-goals-widget-feed-actions {
    display: flex !important;
    gap: 8px;
    margin-top: 9px;
}

.mnr-daily-goals-widget-feed-action {
    width: 30px;
    height: 24px;
    border-radius: 999px;
    background: #F2F7F3;
    color: #58645D;
    font-size: 11px;
    line-height: 24px;
    text-align: center;
}

.mnr-daily-goals-widget-popover {
    position: absolute;
    right: 14px;
    top: 48px;
    width: 146px;
    padding: 12px;
    border: 1px solid rgba(16, 32, 22, 0.08);
    border-radius: 8px;
    background: #FFFFFF;
    box-shadow: 0 18px 36px rgba(16, 32, 22, 0.16);
    opacity: 0;
    transform: translateY(12px) scale(0.95);
}

.mnr-daily-goals-widget-popover-title {
    width: 78px;
    height: 6px;
    border-radius: 999px;
    background: #DCE8DF;
}

.mnr-daily-goals-widget-popover-row {
    display: flex !important;
    gap: 8px;
    margin-top: 12px;
}

.mnr-daily-goals-widget-popover-icon {
    width: 24px;
    height: 24px;
    border-radius: 50%;
    background: #F3F8F4;
    color: #138A36;
    font-size: 11px;
    line-height: 24px;
    text-align: center;
}

.mnr-daily-goals-widget-wheel {
    position: absolute;
    right: 22px;
    top: 34px;
    width: 96px;
    height: 96px;
    border-radius: 50%;
    opacity: 0;
    transform: translateY(22px) scale(0.72);
}

.mnr-daily-goals-widget-wheel::before {
    position: absolute;
    content: "";
    left: 38px;
    top: -9px;
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-top: 18px solid #102016;
    z-index: 2;
}

.mnr-daily-goals-widget-wheel-face {
    position: absolute;
    inset: 0;
    border: 5px solid #102016;
    border-radius: 50%;
    background:
        conic-gradient(#F7C948 0deg 45deg, #138A36 45deg 90deg, #2176D2 90deg 135deg, #F06449 135deg 180deg, #F7C948 180deg 225deg, #138A36 225deg 270deg, #2176D2 270deg 315deg, #F06449 315deg 360deg);
    box-shadow: 0 10px 24px rgba(16, 32, 22, 0.18);
}

.mnr-daily-goals-widget-wheel-button {
    position: absolute;
    left: 25px;
    top: 34px;
    width: 46px;
    height: 28px;
    border-radius: 999px;
    background: #FFFFFF;
    color: #102016;
    font-size: 9px;
    font-weight: 900;
    line-height: 28px;
    text-align: center;
    box-shadow: 0 3px 8px rgba(16, 32, 22, 0.18);
}

.mnr-daily-goals-widget-story-card {
    position: absolute;
    right: 22px;
    top: 30px;
    width: 128px;
    height: 112px;
    padding: 16px 14px;
    border: 1px solid rgba(16, 32, 22, 0.08);
    border-radius: 8px;
    background: #FFFFFF;
    box-shadow: 0 14px 30px rgba(16, 32, 22, 0.13);
    opacity: 0;
    transform: translateX(16px);
}

.mnr-daily-goals-widget-story-card-icon {
    width: 34px;
    height: 34px;
    border-radius: 50%;
    background: #E9F8EB;
    color: #138A36;
    font-size: 15px;
    line-height: 34px;
    text-align: center;
}

.mnr-daily-goals-widget-story-card-line {
    margin-top: 12px;
}

.mnr-daily-goals-widget-story-card-line:nth-of-type(3) {
    width: 68px;
}

.mnr-daily-goals-widget-story-card-check {
    position: absolute;
    right: 12px;
    bottom: 12px;
    width: 26px;
    height: 26px;
    border-radius: 50%;
    background: #138A36;
    color: #FFFFFF;
    font-size: 12px;
    line-height: 26px;
    text-align: center;
    opacity: 0;
    transform: scale(0.6);
}

.mnr-daily-goals-widget-phone {
    position: absolute;
    left: 22px;
    top: 20px;
    width: 74px;
    height: 130px;
    padding: 11px 8px;
    border-radius: 16px;
    background: #102016;
    box-shadow: 0 14px 28px rgba(16, 32, 22, 0.18);
    opacity: 0;
    transform: translateX(-14px);
}

.mnr-daily-goals-widget-phone-speaker {
    width: 22px;
    height: 4px;
    margin: 0 auto 8px;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.28);
}

.mnr-daily-goals-widget-phone-screen {
    display: grid !important;
    gap: 8px;
    height: 96px;
    padding: 10px;
    border-radius: 9px;
    background: #FFFFFF;
}

.mnr-daily-goals-widget-phone-screen span {
    border-radius: 999px;
    background: #DCE8DF;
}

.mnr-daily-goals-widget-phone-screen span:first-child {
    background: #138A36;
}

.mnr-daily-goals-widget-progress-pill {
    position: absolute;
    left: 114px;
    bottom: 24px;
    width: 136px;
    height: 12px;
    border-radius: 999px;
    background: rgba(16, 32, 22, 0.1);
    overflow: hidden;
    opacity: 0;
}

.mnr-daily-goals-widget-progress-pill span {
    width: 42%;
    height: 100%;
    border-radius: 999px;
    background: #138A36;
    transform-origin: left center;
}

.mnr-daily-goals-widget-cursor {
    position: absolute;
    left: 102px;
    top: 126px;
    width: 18px;
    height: 18px;
    border-right: 3px solid #102016;
    border-bottom: 3px solid #102016;
    transform: rotate(-22deg);
    filter: drop-shadow(0 2px 3px rgba(16, 32, 22, 0.18));
}

.mnr-daily-goals-widget-cursor::before {
    position: absolute;
    content: "";
    left: -2px;
    top: -2px;
    width: 15px;
    height: 15px;
    border-left: 3px solid #102016;
    border-top: 3px solid #102016;
    transform: skew(-12deg);
}

.mnr-daily-goals-illustration-wheel-reward .mnr-daily-goals-widget-feed-card {
    animation: mnr-daily-goals-feed-nudge 4.8s ease-in-out infinite;
}

.mnr-daily-goals-illustration-wheel-reward .mnr-daily-goals-widget-feed-action-react {
    animation: mnr-daily-goals-action-click 4.8s ease-in-out infinite;
}

.mnr-daily-goals-illustration-wheel-reward .mnr-daily-goals-widget-wheel {
    animation: mnr-daily-goals-wheel-pop 4.8s ease-in-out infinite;
}

.mnr-daily-goals-illustration-wheel-reward .mnr-daily-goals-widget-wheel-face {
    animation: mnr-daily-goals-wheel-spin 4.8s ease-in-out infinite;
}

.mnr-daily-goals-illustration-wheel-reward .mnr-daily-goals-widget-wheel-button {
    animation: mnr-daily-goals-button-press 4.8s ease-in-out infinite;
}

.mnr-daily-goals-illustration-wheel-reward .mnr-daily-goals-widget-cursor {
    animation: mnr-daily-goals-cursor-wheel 4.8s ease-in-out infinite;
}

.mnr-daily-goals-illustration-share-post .mnr-daily-goals-widget-feed-action-share {
    color: #FFFFFF;
    background: #2176D2;
    animation: mnr-daily-goals-action-click 4.2s ease-in-out infinite;
}

.mnr-daily-goals-illustration-share-post .mnr-daily-goals-widget-popover {
    animation: mnr-daily-goals-popover-open 4.2s ease-in-out infinite;
}

.mnr-daily-goals-illustration-share-post .mnr-daily-goals-widget-popover-icon:nth-child(2) {
    color: #FFFFFF;
    background: #25D366;
    animation: mnr-daily-goals-share-pick 4.2s ease-in-out infinite;
}

.mnr-daily-goals-illustration-share-post .mnr-daily-goals-widget-cursor {
    animation: mnr-daily-goals-cursor-share 4.2s ease-in-out infinite;
}

.mnr-daily-goals-illustration-verify-identity .mnr-daily-goals-widget-feed-card,
.mnr-daily-goals-illustration-verify-identity .mnr-daily-goals-widget-wheel,
.mnr-daily-goals-illustration-verify-identity .mnr-daily-goals-widget-popover {
    display: none;
}

.mnr-daily-goals-illustration-verify-identity .mnr-daily-goals-widget-story-card {
    left: 78px;
    right: auto;
    opacity: 1;
    transform: none;
}

.mnr-daily-goals-illustration-verify-identity .mnr-daily-goals-widget-story-card-icon {
    animation: mnr-daily-goals-id-scan 3.6s ease-in-out infinite;
}

.mnr-daily-goals-illustration-verify-identity .mnr-daily-goals-widget-story-card-check {
    animation: mnr-daily-goals-check-pop 3.6s ease-in-out infinite;
}

.mnr-daily-goals-illustration-verify-identity .mnr-daily-goals-widget-cursor {
    animation: mnr-daily-goals-cursor-verify 3.6s ease-in-out infinite;
}

.mnr-daily-goals-illustration-react-challenge .mnr-daily-goals-widget-story-card,
.mnr-daily-goals-illustration-weekly-challenge .mnr-daily-goals-widget-story-card {
    opacity: 1;
    transform: none;
}

.mnr-daily-goals-illustration-react-challenge .mnr-daily-goals-widget-story-card-icon,
.mnr-daily-goals-illustration-weekly-challenge .mnr-daily-goals-widget-story-card-icon {
    color: #8B5A00;
    background: #FFF4CF;
}

.mnr-daily-goals-illustration-react-challenge .mnr-daily-goals-widget-feed-action-react {
    color: #FFFFFF;
    background: #138A36;
    animation: mnr-daily-goals-reaction-burst 3.8s ease-in-out infinite;
}

.mnr-daily-goals-illustration-react-challenge .mnr-daily-goals-widget-progress-pill,
.mnr-daily-goals-illustration-weekly-challenge .mnr-daily-goals-widget-progress-pill {
    opacity: 1;
}

.mnr-daily-goals-illustration-react-challenge .mnr-daily-goals-widget-progress-pill span,
.mnr-daily-goals-illustration-weekly-challenge .mnr-daily-goals-widget-progress-pill span {
    animation: mnr-daily-goals-progress-fill 3.8s ease-in-out infinite;
}

.mnr-daily-goals-illustration-react-challenge .mnr-daily-goals-widget-cursor,
.mnr-daily-goals-illustration-weekly-challenge .mnr-daily-goals-widget-cursor {
    animation: mnr-daily-goals-cursor-challenge 3.8s ease-in-out infinite;
}

.mnr-daily-goals-illustration-invite-friends .mnr-daily-goals-widget-story-card {
    left: 94px;
    right: auto;
    top: 28px;
    opacity: 1;
    transform: none;
}

.mnr-daily-goals-illustration-invite-friends .mnr-daily-goals-widget-story-card-icon {
    color: #2176D2;
    background: #EAF3FF;
}

.mnr-daily-goals-illustration-invite-friends .mnr-daily-goals-widget-popover {
    right: 12px;
    top: 76px;
    animation: mnr-daily-goals-popover-open 4.4s ease-in-out infinite;
}

.mnr-daily-goals-illustration-invite-friends .mnr-daily-goals-widget-popover::before,
.mnr-daily-goals-illustration-invite-friends .mnr-daily-goals-widget-popover::after {
    position: absolute;
    content: "";
    top: -48px;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background: linear-gradient(135deg, #2176D2, #65C466);
    box-shadow: 0 9px 18px rgba(33, 118, 210, 0.22);
    animation: mnr-daily-goals-friend-float 4.4s ease-in-out infinite;
}

.mnr-daily-goals-illustration-invite-friends .mnr-daily-goals-widget-popover::before {
    left: 14px;
}

.mnr-daily-goals-illustration-invite-friends .mnr-daily-goals-widget-popover::after {
    left: 54px;
    animation-delay: 0.3s;
}

.mnr-daily-goals-illustration-invite-friends .mnr-daily-goals-widget-cursor {
    animation: mnr-daily-goals-cursor-invite 4.4s ease-in-out infinite;
}

.mnr-daily-goals-illustration-weekly-challenge .mnr-daily-goals-widget-feed-card {
    left: 18px;
    width: 124px;
}

.mnr-daily-goals-illustration-weekly-challenge .mnr-daily-goals-widget-feed-media {
    background: linear-gradient(135deg, #FFF4CF 0%, #E9F8EB 100%);
}

.mnr-daily-goals-illustration-weekly-challenge .mnr-daily-goals-widget-story-card-check {
    animation: mnr-daily-goals-check-pop 3.8s ease-in-out infinite;
}

.mnr-daily-goals-illustration-airtime-challenge .mnr-daily-goals-widget-feed-card,
.mnr-daily-goals-illustration-airtime-challenge .mnr-daily-goals-widget-wheel,
.mnr-daily-goals-illustration-airtime-challenge .mnr-daily-goals-widget-popover {
    display: none;
}

.mnr-daily-goals-illustration-airtime-challenge .mnr-daily-goals-widget-phone {
    opacity: 1;
    transform: none;
}

.mnr-daily-goals-illustration-airtime-challenge .mnr-daily-goals-widget-story-card {
    right: 18px;
    opacity: 1;
    transform: none;
}

.mnr-daily-goals-illustration-airtime-challenge .mnr-daily-goals-widget-story-card-icon {
    color: #6D5BD0;
    background: #F0EEFF;
}

.mnr-daily-goals-illustration-airtime-challenge .mnr-daily-goals-widget-phone-screen span {
    animation: mnr-daily-goals-phone-tap 3.7s ease-in-out infinite;
}

.mnr-daily-goals-illustration-airtime-challenge .mnr-daily-goals-widget-story-card-check {
    animation: mnr-daily-goals-check-pop 3.7s ease-in-out infinite;
}

.mnr-daily-goals-illustration-airtime-challenge .mnr-daily-goals-widget-cursor {
    animation: mnr-daily-goals-cursor-airtime 3.7s ease-in-out infinite;
}

@keyframes mnr-daily-goals-feed-nudge {
    0%, 100% { transform: translateX(0); }
    18%, 30% { transform: translateX(4px); }
}

@keyframes mnr-daily-goals-action-click {
    0%, 16%, 100% { transform: scale(1); }
    21%, 29% { transform: scale(0.88); color: #FFFFFF; background: #138A36; }
    34%, 72% { color: #FFFFFF; background: #138A36; }
}

@keyframes mnr-daily-goals-wheel-pop {
    0%, 34%, 100% { opacity: 0; transform: translateY(22px) scale(0.72); }
    42%, 92% { opacity: 1; transform: translateY(0) scale(1); }
}

@keyframes mnr-daily-goals-wheel-spin {
    0%, 48% { transform: rotate(0deg); }
    76%, 100% { transform: rotate(720deg); }
}

@keyframes mnr-daily-goals-button-press {
    0%, 54%, 100% { transform: scale(1); }
    60%, 66% { transform: scale(0.9); }
}

@keyframes mnr-daily-goals-cursor-wheel {
    0%, 18% { left: 98px; top: 122px; opacity: 1; }
    28%, 38% { left: 34px; top: 112px; }
    50%, 66% { left: 214px; top: 78px; }
    86%, 100% { left: 214px; top: 78px; opacity: 0; }
}

@keyframes mnr-daily-goals-popover-open {
    0%, 28%, 100% { opacity: 0; transform: translateY(12px) scale(0.95); }
    38%, 88% { opacity: 1; transform: translateY(0) scale(1); }
}

@keyframes mnr-daily-goals-share-pick {
    0%, 52%, 100% { transform: scale(1); }
    62%, 72% { transform: scale(1.16); }
}

@keyframes mnr-daily-goals-cursor-share {
    0%, 20% { left: 98px; top: 122px; opacity: 1; }
    32%, 42% { left: 118px; top: 122px; }
    55%, 72% { left: 210px; top: 102px; }
    88%, 100% { left: 210px; top: 102px; opacity: 0; }
}

@keyframes mnr-daily-goals-id-scan {
    0%, 100% { box-shadow: inset 0 0 0 0 rgba(19, 138, 54, 0); }
    42%, 58% { box-shadow: inset 0 -26px 0 rgba(19, 138, 54, 0.16); }
}

@keyframes mnr-daily-goals-check-pop {
    0%, 52%, 100% { opacity: 0; transform: scale(0.6); }
    64%, 88% { opacity: 1; transform: scale(1); }
}

@keyframes mnr-daily-goals-cursor-verify {
    0%, 100% { left: 210px; top: 116px; opacity: 0; }
    22%, 44% { left: 158px; top: 72px; opacity: 1; }
    54%, 74% { left: 184px; top: 116px; opacity: 1; }
}

@keyframes mnr-daily-goals-reaction-burst {
    0%, 100% { transform: scale(1); box-shadow: none; }
    30%, 44% { transform: scale(1.18); box-shadow: 0 0 0 6px rgba(19, 138, 54, 0.14); }
}

@keyframes mnr-daily-goals-progress-fill {
    0%, 100% { transform: scaleX(0.42); }
    44%, 76% { transform: scaleX(0.92); }
}

@keyframes mnr-daily-goals-cursor-challenge {
    0%, 18% { left: 214px; top: 92px; opacity: 1; }
    34%, 54% { left: 102px; top: 121px; }
    80%, 100% { left: 102px; top: 121px; opacity: 0; }
}

@keyframes mnr-daily-goals-friend-float {
    0%, 100% { transform: translateY(6px); opacity: 0.72; }
    50% { transform: translateY(0); opacity: 1; }
}

@keyframes mnr-daily-goals-cursor-invite {
    0%, 18% { left: 172px; top: 118px; opacity: 1; }
    34%, 58% { left: 132px; top: 78px; }
    72%, 100% { left: 224px; top: 111px; opacity: 0; }
}

@keyframes mnr-daily-goals-phone-tap {
    0%, 100% { background: #DCE8DF; }
    28%, 44% { background: #6D5BD0; }
}

@keyframes mnr-daily-goals-cursor-airtime {
    0%, 18% { left: 70px; top: 112px; opacity: 1; }
    34%, 50% { left: 54px; top: 82px; }
    70%, 100% { left: 212px; top: 116px; opacity: 0; }
}

.mnr-daily-goals-widget-intro {
    margin: 12px 0 0;
    color: #454444;
    font-size: 13px;
    line-height: 19px;
    font-weight: 600;
}

.mnr-daily-goals-widget-steps {
    margin: 14px 0;
    padding-left: 20px;
    color: #454444;
    font-size: 13px;
    line-height: 20px;
}

.mnr-daily-goals-widget-detail-primary {
    width: 100%;
    min-height: 42px;
    font-weight: 800;
}

.mnr-onboarding-challenge-result {
    border: 1px solid #DCE8DF;
    border-radius: 8px;
    background: #F8FBF8;
}

button.mnr-onboarding-widget-cta:focus,
button.mnr-daily-goals-widget-cta:focus,
.mnr-daily-goals-widget-goal-button:focus,
.mnr-daily-goals-widget-detail-close:focus {
    outline: 2px solid #102016;
    outline-offset: 2px;
}

@media (max-width: 576px) {
    .mnr-onboarding-widget-card,
    .mnr-daily-goals-widget-card,
    .mnr-daily-goals-widget-announcement {
        padding: 10px;
    }

    .mnr-onboarding-widget-main,
    .mnr-daily-goals-widget-main {
        align-items: flex-start;
    }

    .mnr-daily-goals-widget-actions {
        grid-template-columns: 1fr;
    }

    .mnr-daily-goals-widget-detail-panel {
        max-width: none;
    }

    .mnr-daily-goals-widget-illustration {
        height: 138px;
    }

    .mnr-daily-goals-widget-scene {
        transform: scale(0.82);
        transform-origin: left top;
    }
}

@media (prefers-reduced-motion: reduce) {
    .mnr-daily-goals-widget-detail,
    .mnr-daily-goals-widget-detail-panel,
    .mnr-onboarding-widget-progress .progress-bar,
    .mnr-daily-goals-widget-progress .progress-bar,
    .mnr-daily-goals-widget-illustration *,
    .mnr-daily-goals-widget-illustration *::before,
    .mnr-daily-goals-widget-illustration *::after,
    .mnr-task-highlight {
        transition: none;
        animation: none;
    }

    .mnr-daily-goals-widget-popover,
    .mnr-daily-goals-widget-story-card,
    .mnr-daily-goals-widget-phone,
    .mnr-daily-goals-widget-progress-pill {
        opacity: 1;
    }
}
