.daily-checkin-fab {
    position: fixed;
    top: 84px;
    left: max(12px, calc(50vw - 588px));
    z-index: 90;
    min-height: 50px;
    padding: 0 19px;
    display: inline-flex;
    align-items: center;
    gap: 10px;
    border: 1px solid rgba(255,255,255,0.16);
    border-radius: 8px;
    background: rgba(38,38,42,0.94);
    box-shadow: 0 10px 28px rgba(0,0,0,0.38);
    color: #fff;
    font: inherit;
    font-size: 16px;
    font-weight: 800;
    cursor: pointer;
    backdrop-filter: blur(12px);
    animation: dailyFabEnter 0.55s cubic-bezier(.2,.8,.2,1) both;
    transition: transform 0.2s ease, border-color 0.2s ease, background 0.2s ease;
}

.daily-checkin-fab:hover {
    transform: translateY(-2px);
    border-color: rgba(74,222,128,0.6);
    background: rgba(48,48,53,0.98);
}

.daily-checkin-fab:active {
    transform: scale(0.96);
}

.daily-checkin-fab-coin {
    width: 24px;
    height: 24px;
    display: block;
    flex: 0 0 24px;
    object-fit: contain;
    image-rendering: pixelated;
    animation: dailyCoinPulse 1.8s ease-in-out infinite;
}

.daily-checkin-overlay {
    position: fixed;
    inset: 0;
    z-index: 1200;
    display: grid;
    place-items: center;
    padding: 14px;
    background: rgba(0,0,0,0.7);
    opacity: 0;
    backdrop-filter: blur(9px);
    transition: opacity 0.25s ease;
}

.daily-checkin-overlay[hidden] {
    display: none;
}

.daily-checkin-overlay.is-open {
    opacity: 1;
}

.daily-checkin-panel {
    position: relative;
    width: min(540px, calc(100vw - 28px), calc(100dvh - 28px));
    aspect-ratio: 1;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    gap: 13px;
    padding: 24px;
    border: 1px solid rgba(255,255,255,0.12);
    border-radius: 8px;
    background: #202126;
    box-shadow: 0 30px 90px rgba(0,0,0,0.64), inset 0 1px rgba(255,255,255,0.04);
    transform: translateY(28px) scale(0.9);
    opacity: 0;
    transition: transform 0.38s cubic-bezier(.16,1,.3,1), opacity 0.24s ease;
}

.daily-checkin-overlay.is-open .daily-checkin-panel {
    transform: translateY(0) scale(1);
    opacity: 1;
}

.daily-checkin-head {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 12px;
}

.daily-checkin-eyebrow {
    display: block;
    margin-bottom: 4px;
    color: #4ade80;
    font-size: 10px;
    font-weight: 900;
}

.daily-checkin-head h2 {
    margin: 0;
    color: #fff;
    font-size: 25px;
    line-height: 1.1;
}

.daily-checkin-head-actions {
    display: flex;
    align-items: center;
    gap: 9px;
}

.daily-checkin-head-actions strong {
    color: #d4d4d8;
    font-size: 16px;
    white-space: nowrap;
}

#dailyCheckInClose {
    width: 34px;
    height: 34px;
    display: grid;
    place-items: center;
    border: 1px solid rgba(255,255,255,0.1);
    border-radius: 6px;
    background: #303137;
    color: #fff;
    font: inherit;
    font-size: 21px;
    cursor: pointer;
    transition: transform 0.18s ease, background 0.18s ease;
}

#dailyCheckInClose:hover {
    transform: rotate(7deg) scale(1.06);
    background: #3a3b42;
}

#dailyCheckInClose:focus-visible,
.daily-checkin-claim:focus-visible,
.daily-checkin-fab:focus-visible,
.maji-lottery-spin:focus-visible,
#majiLotteryClose:focus-visible {
    outline: 2px solid #4ade80;
    outline-offset: 2px;
}

.daily-checkin-status {
    min-height: 20px;
    margin: 0;
    color: #a1a1aa;
    font-size: 13px;
}

.daily-checkin-status.is-success {
    color: #86efac;
}

.daily-checkin-status.is-error {
    color: #fca5a5;
}

.daily-checkin-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 10px;
}

.daily-reward-card {
    position: relative;
    aspect-ratio: 1;
    min-width: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 5px;
    overflow: hidden;
    border: 1px solid rgba(255,255,255,0.09);
    border-radius: 7px;
    background: #2b2c32;
    color: #fff;
    opacity: 0;
    transform: translateY(12px) scale(0.94);
}

.daily-checkin-overlay.is-open .daily-reward-card {
    animation: dailyCardEnter 0.38s cubic-bezier(.2,.8,.2,1) forwards;
    animation-delay: calc(var(--day-index) * 45ms + 120ms);
}

.daily-reward-visual {
    position: relative;
    width: 58px;
    height: 49px;
    display: grid;
    place-items: center;
}

.daily-reward-visual img {
    width: 46px;
    height: 46px;
    object-fit: contain;
    image-rendering: pixelated;
}

.daily-reward-visual strong {
    position: absolute;
    right: 0;
    bottom: -1px;
    color: #facc15;
    font-size: 20px;
    line-height: 1;
    text-shadow:
        -2px -2px 0 #26272c,
        2px -2px 0 #26272c,
        -2px 2px 0 #26272c,
        2px 2px 0 #26272c,
        0 3px 5px rgba(0,0,0,0.55);
}

.daily-reward-card small {
    color: #b5b5bd;
    font-size: 11px;
}

.daily-reward-card.is-current {
    border-color: rgba(74,222,128,0.66);
    box-shadow: inset 0 0 0 1px rgba(74,222,128,0.15), 0 0 20px rgba(34,197,94,0.12);
}

.daily-reward-card.has-gift {
    background:
        radial-gradient(circle at 50% 42%, rgba(250,204,21,0.18), transparent 60%),
        #302d27;
    border-color: rgba(250,204,21,0.38);
}

.daily-reward-card.has-gift .daily-reward-visual img {
    filter: drop-shadow(0 0 9px rgba(250,204,21,0.42));
    animation: lotteryGiftFloat 1.7s ease-in-out infinite;
}

.daily-reward-card.has-gift.is-current {
    border-color: #facc15;
    box-shadow: inset 0 0 0 1px rgba(250,204,21,0.2), 0 0 24px rgba(250,204,21,0.18);
}

.daily-reward-card.is-claimed {
    background: #193525;
    border-color: rgba(74,222,128,0.4);
}

.daily-reward-card.is-claimed::after {
    content: "\2713";
    position: absolute;
    top: 6px;
    right: 7px;
    color: #86efac;
    font-size: 13px;
    font-weight: 900;
}

.daily-reward-card.is-claiming {
    animation: dailyRewardClaim 0.72s cubic-bezier(.16,1,.3,1) both !important;
}

.daily-checkin-balance {
    margin-top: auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
    color: #a1a1aa;
    font-size: 13px;
}

.daily-checkin-balance strong {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    color: #facc15;
    font-size: 17px;
}

.daily-checkin-balance img {
    width: 16px;
    height: 16px;
    image-rendering: pixelated;
}

.daily-checkin-claim {
    width: 100%;
    min-height: 46px;
    border: 1px solid rgba(74,222,128,0.55);
    border-radius: 6px;
    background: #22c55e;
    color: #07140b;
    font: inherit;
    font-weight: 900;
    cursor: pointer;
    transition: transform 0.18s ease, filter 0.18s ease, background 0.18s ease;
}

.daily-checkin-claim:hover:not(:disabled) {
    transform: translateY(-2px);
    filter: brightness(1.06);
}

.daily-checkin-claim:active:not(:disabled) {
    transform: scale(0.98);
}

.daily-checkin-claim:disabled {
    cursor: default;
    color: #a1a1aa;
    border-color: rgba(255,255,255,0.08);
    background: #34353b;
}

.daily-coin-burst {
    position: absolute;
    left: 50%;
    top: 56%;
    z-index: 4;
    width: 18px;
    height: 18px;
    pointer-events: none;
    animation: dailyCoinBurst 0.85s cubic-bezier(.18,.8,.25,1) forwards;
}

.daily-coin-burst img {
    width: 100%;
    height: 100%;
    image-rendering: pixelated;
}

.maji-lottery-overlay {
    position: fixed;
    inset: 0;
    z-index: 1220;
    display: grid;
    place-items: center;
    padding: 18px;
    background: rgba(0,0,0,0.78);
    opacity: 0;
    backdrop-filter: blur(10px);
    transition: opacity 0.25s ease;
}

.maji-lottery-overlay[hidden] {
    display: none;
}

.maji-lottery-overlay.is-open {
    opacity: 1;
}

.maji-lottery-panel {
    position: relative;
    width: min(900px, calc(100vw - 36px));
    aspect-ratio: 16 / 9;
    min-height: 390px;
    max-height: calc(100dvh - 36px);
    overflow: hidden;
    display: grid;
    grid-template-rows: auto minmax(0, 1fr) auto auto;
    gap: 14px;
    padding: 25px 28px;
    border: 1px solid rgba(255,255,255,0.13);
    border-radius: 8px;
    background:
        linear-gradient(rgba(255,255,255,0.025) 1px, transparent 1px),
        #17191e;
    background-size: 100% 34px;
    box-shadow: 0 34px 100px rgba(0,0,0,0.72), inset 0 1px rgba(255,255,255,0.04);
    opacity: 0;
    transform: translateY(26px) scale(0.94);
    transition: transform 0.42s cubic-bezier(.16,1,.3,1), opacity 0.24s ease;
}

.maji-lottery-overlay.is-open .maji-lottery-panel {
    opacity: 1;
    transform: translateY(0) scale(1);
}

.maji-lottery-head {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 16px;
}

.maji-lottery-head span {
    display: block;
    margin-bottom: 4px;
    color: #facc15;
    font-size: 10px;
    font-weight: 900;
}

.maji-lottery-head h2 {
    margin: 0;
    color: #fff;
    font-size: 26px;
    line-height: 1.1;
}

#majiLotteryClose {
    width: 36px;
    height: 36px;
    display: grid;
    place-items: center;
    border: 1px solid rgba(255,255,255,0.1);
    border-radius: 6px;
    background: #292c33;
    color: #fff;
    font: inherit;
    font-size: 22px;
    cursor: pointer;
    transition: transform 0.18s ease, background 0.18s ease;
}

#majiLotteryClose:hover {
    transform: rotate(7deg) scale(1.06);
    background: #353943;
}

.maji-lottery-machine {
    position: relative;
    min-height: 205px;
    display: grid;
    place-items: center;
    overflow: hidden;
    border: 1px solid rgba(255,255,255,0.12);
    border-radius: 7px;
    background:
        linear-gradient(90deg, rgba(0,0,0,0.88), transparent 17%, transparent 83%, rgba(0,0,0,0.88)),
        #0b0d11;
    box-shadow: inset 0 0 46px rgba(0,0,0,0.7);
}

.maji-lottery-machine::before,
.maji-lottery-machine::after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    z-index: 5;
    width: 19%;
    opacity: 0;
    pointer-events: none;
    backdrop-filter: blur(5px);
    transition: opacity 0.35s ease;
}

.maji-lottery-machine::before {
    left: 0;
    background: linear-gradient(90deg, rgba(4,5,8,0.96), rgba(4,5,8,0.58) 54%, transparent);
}

.maji-lottery-machine::after {
    right: 0;
    background: linear-gradient(270deg, rgba(4,5,8,0.96), rgba(4,5,8,0.58) 54%, transparent);
}

.maji-lottery-machine.is-spinning::before,
.maji-lottery-machine.is-spinning::after,
.maji-lottery-machine.is-complete::before,
.maji-lottery-machine.is-complete::after {
    opacity: 1;
}

.maji-lottery-intro {
    position: absolute;
    inset: 0;
    z-index: 1;
    display: grid;
    grid-template-rows: minmax(0, 1fr) auto auto auto;
    place-items: center;
    gap: 4px;
    padding: 17px 20px 13px;
    opacity: 1;
    transform: scale(1);
    transition: opacity 0.38s ease, filter 0.55s ease, transform 0.55s ease;
}

.maji-lottery-intro > strong {
    color: #fff;
    font-size: 18px;
}

.maji-lottery-intro > small {
    color: #a1a1aa;
    font-size: 11px;
}

.maji-lottery-machine.is-spinning .maji-lottery-intro,
.maji-lottery-machine.is-complete .maji-lottery-intro {
    opacity: 0.2;
    filter: blur(7px);
    transform: scale(1.16);
}

.maji-lottery-gift {
    width: 104px;
    height: 104px;
    align-self: end;
    display: grid;
    place-items: center;
    border-radius: 8px;
    background: radial-gradient(circle, rgba(250,204,21,.16), transparent 68%);
    animation: lotteryGiftIdle 2.2s ease-in-out infinite;
}

.maji-lottery-gift img {
    width: 76px;
    height: 76px;
    object-fit: contain;
    image-rendering: pixelated;
    filter: drop-shadow(0 0 18px rgba(250,204,21,.34)) drop-shadow(0 9px 12px rgba(0,0,0,.5));
}

.maji-lottery-preview {
    display: none;
}

.maji-lottery-preview-item {
    min-width: 55px;
    flex: 1 1 55px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 3px;
    border-bottom: 3px solid currentColor;
    background: #202329;
    color: #d4d4d8;
    font-size: 10px;
}

.maji-lottery-window {
    position: relative;
    z-index: 2;
    width: 100%;
    overflow: hidden;
    opacity: 0;
    transform: scale(0.96);
    transition: opacity 0.28s ease, transform 0.38s ease;
}

.maji-lottery-machine.is-spinning .maji-lottery-window,
.maji-lottery-machine.is-complete .maji-lottery-window {
    opacity: 1;
    transform: scale(1);
}

.maji-lottery-reel {
    width: max-content;
    display: flex;
    align-items: stretch;
    gap: 7px;
    padding: 18px calc(50% - 64px);
    will-change: transform;
}

.maji-lottery-item {
    --rarity-color: #7d8491;
    position: relative;
    width: 128px;
    height: 136px;
    flex: 0 0 128px;
    display: grid;
    grid-template-columns: 1fr auto;
    grid-template-rows: 1fr auto;
    align-items: center;
    padding: 18px 15px 14px;
    overflow: hidden;
    border: 1px solid rgba(255,255,255,0.14);
    border-radius: 4px;
    background: linear-gradient(180deg, #292c33, #202228);
    color: #fff;
    box-shadow: inset 0 -22px rgba(0,0,0,0.16);
}

.maji-lottery-item::after {
    content: "";
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    height: 4px;
    background: var(--rarity-color);
    opacity: 0.72;
}

.maji-lottery-item img {
    grid-column: 1 / -1;
    width: 60px;
    height: 60px;
    place-self: center;
    object-fit: contain;
    image-rendering: pixelated;
    filter: drop-shadow(0 7px 10px rgba(0,0,0,0.38));
}

.maji-lottery-item strong {
    font-size: 23px;
    line-height: 1;
}

.maji-lottery-item small {
    color: rgba(255,255,255,0.76);
    font-size: 11px;
}

.maji-lottery-item.is-result {
    --rarity-color: #facc15;
    border-color: #facc15;
    background: linear-gradient(180deg, #3a331a, #242116);
    color: #fff7c2;
    box-shadow:
        inset 0 0 24px rgba(250,204,21,0.14),
        0 0 24px rgba(250,204,21,0.92),
        0 0 55px rgba(250,204,21,0.38);
}

.maji-lottery-item.is-result::after {
    opacity: 1;
    box-shadow: 0 0 14px #facc15;
}

.maji-lottery-pointer {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 50%;
    z-index: 6;
    width: 2px;
    pointer-events: none;
    background: #fff;
    box-shadow: 0 0 13px rgba(255,255,255,0.86);
    opacity: 0;
    transform: translateX(-50%);
    transition: opacity 0.25s ease;
}

.maji-lottery-pointer::before,
.maji-lottery-pointer::after {
    content: "";
    position: absolute;
    left: 50%;
    width: 0;
    height: 0;
    border-right: 8px solid transparent;
    border-left: 8px solid transparent;
    transform: translateX(-50%);
}

.maji-lottery-pointer::before {
    top: 0;
    border-top: 12px solid #fff;
}

.maji-lottery-pointer::after {
    bottom: 0;
    border-bottom: 12px solid #fff;
}

.maji-lottery-flare {
    position: absolute;
    inset: 0;
    pointer-events: none;
    opacity: 0;
    background: radial-gradient(circle at 50% 50%, rgba(255,255,255,0.38), transparent 42%);
}

.maji-lottery-machine.is-spinning .maji-lottery-pointer {
    opacity: 1;
    animation: lotteryPointer 0.12s linear infinite;
}

.maji-lottery-machine.is-complete .maji-lottery-pointer {
    opacity: 1;
}

.maji-lottery-machine.is-complete .maji-lottery-flare {
    animation: lotteryFlare 0.85s ease-out both;
}

.maji-lottery-machine.is-complete .maji-lottery-item.is-result {
    animation: lotteryWinner 0.9s cubic-bezier(.16,1,.3,1) both;
}

.maji-lottery-info {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 18px;
    color: #a1a1aa;
    font-size: 13px;
}

#majiLotteryStatus {
    min-height: 20px;
    margin: 0;
}

#majiLotteryStatus.is-success { color: #86efac; }
#majiLotteryStatus.is-error { color: #fca5a5; }

.maji-lottery-wallet {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    white-space: nowrap;
}

.maji-lottery-wallet strong {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    color: #facc15;
    font-size: 18px;
}

.maji-lottery-wallet img {
    width: 16px;
    height: 16px;
    image-rendering: pixelated;
}

.maji-lottery-spin {
    min-height: 48px;
    border: 1px solid rgba(74,222,128,0.55);
    border-radius: 6px;
    background: #22c55e;
    color: #07140b;
    font: inherit;
    font-weight: 900;
    cursor: pointer;
    transition: transform 0.18s ease, filter 0.18s ease, background 0.18s ease;
}

.maji-lottery-spin:hover:not(:disabled) {
    transform: translateY(-2px);
    filter: brightness(1.07);
}

.maji-lottery-spin:active:not(:disabled) {
    transform: scale(0.985);
}

.maji-lottery-spin:disabled {
    cursor: default;
    color: #8f929a;
    border-color: rgba(255,255,255,0.08);
    background: #30333a;
}

.lottery-result-burst {
    position: absolute;
    left: 50%;
    top: 52%;
    z-index: 8;
    width: 20px;
    height: 20px;
    pointer-events: none;
    animation: dailyCoinBurst 1s cubic-bezier(.18,.8,.25,1) forwards;
}

.lottery-result-burst img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    image-rendering: pixelated;
}

body.daily-checkin-open,
body.maji-lottery-open {
    overflow: hidden;
}

@keyframes dailyFabEnter {
    from { opacity: 0; transform: translateX(-18px); }
    to { opacity: 1; transform: translateX(0); }
}

@keyframes dailyCoinPulse {
    50% { transform: translateY(-2px) scale(1.08); }
}

@keyframes lotteryGiftFloat {
    50% { transform: translateY(-3px) scale(1.08) rotate(2deg); }
}

@keyframes lotteryGiftIdle {
    50% { transform: translateY(-6px) scale(1.04); filter: brightness(1.08); }
}

@keyframes dailyCardEnter {
    to { opacity: 1; transform: translateY(0) scale(1); }
}

@keyframes dailyRewardClaim {
    0% { opacity: 1; transform: scale(1); }
    45% { opacity: 1; transform: scale(1.13) rotate(-2deg); box-shadow: 0 0 34px rgba(74,222,128,0.5); }
    100% { opacity: 1; transform: scale(1); }
}

@keyframes dailyCoinBurst {
    0% { opacity: 0; transform: translate(-50%, -50%) scale(0.5); }
    18% { opacity: 1; }
    100% {
        opacity: 0;
        transform: translate(calc(-50% + var(--burst-x)), calc(-50% + var(--burst-y))) rotate(var(--burst-rotate)) scale(1.1);
    }
}

@keyframes lotteryPointer {
    50% { transform: translateX(-50%) scaleY(0.96); opacity: 0.8; }
}

@keyframes lotteryFlare {
    0% { opacity: 0; transform: scale(0.8); }
    28% { opacity: 1; }
    100% { opacity: 0; transform: scale(1.25); }
}

@keyframes lotteryWinner {
    0% { transform: scale(1); }
    45% { transform: scale(1.14); filter: brightness(1.35); }
    100% { transform: scale(1); }
}

@media (max-width: 620px) {
    .daily-checkin-fab {
        top: 82px;
        left: 12px;
        min-height: 38px;
        padding: 0 12px;
        font-size: 12px;
    }

    .daily-checkin-panel {
        gap: 9px;
        padding: 17px;
    }

    .daily-checkin-head h2 {
        font-size: 21px;
    }

    .daily-checkin-status {
        font-size: 11px;
    }

    .daily-checkin-grid {
        gap: 7px;
    }

    .daily-reward-card {
        gap: 3px;
    }

    .daily-reward-visual {
        width: 47px;
        height: 39px;
    }

    .daily-reward-visual img {
        width: 37px;
        height: 37px;
    }

    .daily-reward-visual strong {
        font-size: 16px;
    }

    .daily-reward-card small {
        font-size: 10px;
    }

    .daily-checkin-claim {
        min-height: 42px;
        font-size: 13px;
    }

    .maji-lottery-overlay {
        padding: 10px;
    }

    .maji-lottery-panel {
        width: calc(100vw - 20px);
        min-height: min(540px, calc(100dvh - 20px));
        aspect-ratio: auto;
        gap: 10px;
        padding: 17px;
    }

    .maji-lottery-head h2 {
        font-size: 21px;
    }

    .maji-lottery-machine {
        min-height: 210px;
    }

    .maji-lottery-machine::before,
    .maji-lottery-machine::after {
        width: 22%;
        backdrop-filter: blur(4px);
    }

    .maji-lottery-intro {
        padding: 13px 10px 10px;
    }

    .maji-lottery-intro > strong {
        font-size: 15px;
    }

    .maji-lottery-intro > small {
        font-size: 9px;
    }

    .maji-lottery-gift {
        width: 84px;
        height: 84px;
    }

    .maji-lottery-gift img {
        width: 62px;
        height: 62px;
    }

    .maji-lottery-preview {
        width: 96%;
        min-height: 34px;
        gap: 2px;
    }

    .maji-lottery-preview-item {
        min-width: 34px;
        padding: 0 2px;
        font-size: 8px;
    }

    .maji-lottery-reel {
        gap: 6px;
        padding-right: calc(50% - 54px);
        padding-left: calc(50% - 54px);
    }

    .maji-lottery-item {
        width: 108px;
        height: 126px;
        flex-basis: 108px;
        padding: 15px 12px 12px;
    }

    .maji-lottery-item img {
        width: 50px;
        height: 50px;
    }

    .maji-lottery-item strong {
        font-size: 20px;
    }

    .maji-lottery-info {
        align-items: flex-start;
        flex-direction: column;
        gap: 7px;
        font-size: 11px;
    }

    .maji-lottery-wallet {
        width: 100%;
        justify-content: space-between;
    }

    .maji-lottery-spin {
        min-height: 44px;
        font-size: 13px;
    }
}

@media (prefers-reduced-motion: reduce) {
    .daily-checkin-fab,
    .maji-lottery-gift,
    .daily-checkin-fab-coin,
    .daily-reward-card,
    .daily-reward-card.is-claiming,
    .daily-reward-card.has-gift .daily-reward-visual img,
    .daily-coin-burst,
    .lottery-result-burst,
    .maji-lottery-machine.is-spinning .maji-lottery-pointer,
    .maji-lottery-machine.is-complete .maji-lottery-flare,
    .maji-lottery-machine.is-complete .maji-lottery-item.is-result {
        animation: none !important;
    }

    .daily-checkin-overlay,
    .daily-checkin-panel,
    .maji-lottery-overlay,
    .maji-lottery-panel,
    .maji-lottery-reel {
        transition: none;
    }
}
