@import "https://fonts.googleapis.com/css2?family=Nunito:wght@600;700;800;900&display=swap";@import "https://fonts.googleapis.com/css2?family=Nunito+Sans:wght@600;700;800;900&display=swap";:root{color:#fff;font-synthesis:none;text-rendering:optimizelegibility;-webkit-font-smoothing:antialiased;--bg:#1f1f20;--card:#2c2c2f;--card-light:#303034;--card-dark:#27272a;--text:#fff;--muted:#9a9a9e;--blue:#0d7cff;--button-bg:#3a4b5cf2;--button-text:#43a8f8;--tab-muted-icon:#a0a0a5;--tab-muted-text:#8e8e93;background:#1f1f20;font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif}*{box-sizing:border-box}html,body,#root{background:var(--bg);min-height:100%;margin:0}body{overflow:hidden}button,a{-webkit-tap-highlight-color:transparent}button{font:inherit}.app-shell{background:var(--bg);min-height:100dvh;color:var(--text)}.home-screen{position:relative;overflow:hidden}.home-content{min-height:calc(100dvh - 72px);padding:10px 16px calc(82px + env(safe-area-inset-bottom));flex-direction:column;gap:8px;display:flex}.home-header{justify-content:space-between;align-items:center;width:100%;margin-top:-4px;margin-bottom:4px;display:flex}.home-pill{background:var(--card);border-radius:22px;align-items:center;gap:8px;width:fit-content;min-width:104px;max-width:150px;height:40px;padding:2px;display:flex;overflow:hidden;box-shadow:0 6px 16px #00000038}.home-pill-left{justify-content:flex-start}.home-pill-right{justify-content:flex-end;margin-left:auto}.profile-avatar,.usdt-coin{color:#fff;border:0;border-radius:50%;flex:0 0 36px;place-items:center;width:36px;height:36px;font-weight:800;display:grid}.profile-avatar{letter-spacing:-.2px;object-fit:cover;-webkit-user-select:none;user-select:none;background:radial-gradient(circle at 35% 25%,#58b6ff 0%,#0d7cff 58%,#056cf3 100%);font-size:15px}.usdt-coin{object-fit:contain;-webkit-user-select:none;user-select:none;display:block}.pill-value{color:#fff;letter-spacing:-.1px;text-overflow:ellipsis;white-space:nowrap;min-width:0;font-size:14px;font-weight:650;line-height:1;overflow:hidden}.home-pill-left .pill-value{padding-right:8px}.home-pill-right .pill-value{padding-left:8px}.pill-value-right{text-align:right}.banner-section{flex-direction:column;gap:7px;display:flex;overflow:visible}.banner-viewport{width:100%;height:136px;box-shadow:none;background:0 0;border-radius:22px;overflow:visible}.banner-track{will-change:transform;height:100%;transition:transform .28s;display:flex}.banner-slide{cursor:pointer;background:var(--card);border:0;border-radius:22px;width:100%;min-width:100%;height:100%;padding:0;overflow:hidden;box-shadow:0 6px 16px #00000038}.banner-slide img{object-fit:cover;-webkit-user-select:none;user-select:none;width:100%;height:100%;display:block}.banner-indicators{justify-content:center;gap:6px;height:8px;display:flex}.banner-indicator{background:#ffffff2e;border-radius:999px;width:24px;height:4px;position:relative;overflow:hidden}.banner-indicator span{border-radius:inherit;background:var(--blue);width:0;position:absolute;inset:0}.banner-indicator.is-active span{animation:3s linear forwards indicator-fill}@keyframes indicator-fill{0%{width:0}to{width:100%}}.promo-grid{gap:8px;display:grid}.home-card{background:var(--card);border-radius:22px;box-shadow:0 6px 16px #00000038}.promo-card{text-align:center;background:radial-gradient(circle at 18% -18%, #0d7cff2e 0%, #0d7cff12 34%, #0d7cff00 68%), var(--card);flex-direction:column;justify-content:space-between;align-items:center;gap:8px;min-height:84px;padding:11px 14px 10px;display:flex;position:relative;overflow:hidden}.promo-card>*{z-index:1;position:relative}.promo-card:before{content:"";filter:blur(24px);background:#0d7cff1f;border-radius:999px;width:132px;height:76px;position:absolute;top:-34px;left:18%;transform:translate(-18%)}.promo-card h2,.section-heading h2{color:var(--text);margin:0;font-size:16px;font-weight:800;line-height:1.12}.promo-card p{color:var(--muted);margin:4px 0 0;font-size:10px;font-weight:500;line-height:1.2}.home-button{background:var(--button-bg);height:34px;color:var(--button-text);cursor:pointer;border:0;border-radius:999px;justify-content:center;align-items:center;padding:0 18px;font-size:13px;font-weight:800;display:inline-flex}.top-tasks{flex-direction:column;flex:1;gap:7px;min-height:0;display:flex}.section-heading{justify-content:space-between;align-items:center;gap:12px;display:flex}.section-heading button{color:var(--blue);cursor:pointer;white-space:nowrap;background:0 0;border:0;padding:0;font-size:13px;font-weight:800}.task-list{gap:6px;display:grid}.task-row{background:var(--card);width:100%;min-height:39px;color:var(--text);cursor:pointer;text-align:left;border:0;border-radius:18px;justify-content:space-between;align-items:center;gap:10px;padding:0 13px;display:flex;box-shadow:0 6px 16px #00000038}.task-row span{min-width:0;color:var(--text);text-overflow:ellipsis;white-space:nowrap;font-size:13px;font-weight:700;overflow:hidden}.task-row strong{color:var(--blue);white-space:nowrap;flex:none;font-size:10px;font-weight:900}.tab-bar{z-index:20;height:calc(78px + env(safe-area-inset-bottom));background:var(--bg);padding:8px 16px calc(20px + env(safe-area-inset-bottom));border-top:1px solid #ffffff14;border-radius:18px 18px 0 0;grid-template-columns:repeat(4,minmax(0,1fr));place-items:center;display:grid;position:fixed;bottom:0;left:0;right:0;box-shadow:0 -4px 16px #00000040}.tab-bar-item{width:100%;min-width:0;min-height:48px;color:var(--tab-muted-text);text-align:center;flex-direction:column;justify-content:center;align-items:center;gap:5px;text-decoration:none;display:flex}.tab-bar-icon{color:var(--tab-muted-icon);font-size:23px;font-weight:800;line-height:1}.tab-bar-label{text-overflow:ellipsis;white-space:nowrap;max-width:76px;font-size:10px;font-weight:750;line-height:1;overflow:hidden}.tab-bar-item.active,.tab-bar-item.active .tab-bar-icon,.tab-bar-item.active .tab-bar-label{color:var(--blue)}.telegram-only-screen{background:var(--bg);min-height:100dvh;color:var(--text);place-items:center;padding:24px;display:grid}.telegram-only-card{background:var(--card);text-align:center;border-radius:24px;width:min(100%,360px);padding:28px 22px;box-shadow:0 6px 16px #00000038}.telegram-only-logo{background:var(--blue);color:#fff;border-radius:18px;place-items:center;width:58px;height:58px;margin:0 auto 16px;font-size:28px;font-weight:900;display:grid}.telegram-only-card h1{margin:0;font-size:20px;line-height:1.15}.telegram-only-card p{color:var(--muted);margin:10px 0 0;font-size:14px;line-height:1.35}.status-muted{color:var(--muted)}.page-placeholder{background:var(--bg);min-height:100dvh;color:var(--text);padding:24px 16px 90px}.page-placeholder h1{margin:0 0 8px;font-size:24px}.page-placeholder p{color:var(--muted);margin:0}@media (height<=690px){.home-content{gap:6px;padding-top:8px}.home-pill{min-width:100px;max-width:144px;height:38px}.profile-avatar,.usdt-coin{flex-basis:34px;width:34px;height:34px}.banner-viewport{height:132px}.promo-card{gap:6px;min-height:76px;padding:9px 12px 8px}.promo-card h2,.section-heading h2{font-size:15px}.promo-card p{font-size:11px}.home-button{height:31px;font-size:10px}.task-row{min-height:35px}.tab-bar{height:calc(76px + env(safe-area-inset-bottom))}}@media (hover:hover) and (pointer:fine){.tab-bar{height:72px;padding:14px 16px 8px}.tab-bar-item{min-height:46px}.tab-bar{align-items:center;height:66px;padding:7px 16px}.tab-bar-item{justify-content:center;min-height:50px}.tab-bar-icon{font-size:16px}.tab-bar-label{font-size:10px;line-height:1.15}}@media (height<=690px){.home-content{padding-top:calc(8px + env(safe-area-inset-top) + var(--tg-safe-area-inset-top,0px) + var(--tg-content-safe-area-inset-top,0px))}}@media (hover:hover) and (pointer:fine){body{justify-content:center;display:flex;overflow:hidden}#root{width:min(100vw,430px);min-height:100dvh}.app-shell{width:min(100vw,430px);max-width:430px;margin:0 auto}.tab-bar{width:min(100vw,430px);left:18%;right:auto;transform:translate(-18%)}.home-content{padding-top:10px}}.promo-card:nth-child(2){background:radial-gradient(circle at 82% -18%, #0d7cff2e 0%, #0d7cff12 34%, #0d7cff00 68%), var(--card)}.promo-card:nth-child(2):before{left:82%;transform:translate(-82%)}.daily-bonus-card{background:radial-gradient(circle at 18% 22%, #2f8eff38 0%, #2f8eff14 32%, #2f8eff00 68%), linear-gradient(135deg, #0d7cff1a, #0d7cff05), var(--card);justify-content:space-between;align-items:center;gap:12px;min-height:84px;padding:11px 14px 10px;display:flex;position:relative;overflow:hidden;box-shadow:0 8px 18px #0000003d}.daily-bonus-copy{z-index:1;text-align:left;flex-direction:column;flex:1;align-items:flex-start;gap:5px;max-width:62%;display:flex;position:relative}.daily-bonus-copy h2{color:var(--text);letter-spacing:-.2px;margin:0;font-size:16px;font-weight:800;line-height:1.05}.daily-bonus-copy p{color:#ffffffb8;margin:0;font-size:11px;font-weight:500;line-height:1.22}.daily-bonus-visual{flex:0 0 82px;width:82px;height:62px;position:relative}.daily-bonus-glow{filter:blur(20px);background:#0d7cff33;border-radius:999px;width:62px;height:62px;position:absolute;bottom:4px;right:2px}.daily-bonus-gift{background:linear-gradient(#52a8ff 0%,#0d7cff 100%);border-radius:12px;width:46px;height:34px;position:absolute;bottom:4px;right:10px;box-shadow:0 12px 18px #00000038,inset 0 1px #ffffff47}.gift-lid{background:linear-gradient(#7dc0ff 0%,#2f8eff 100%);border-radius:12px;width:50px;height:12px;position:absolute;top:-7px;left:-2px;box-shadow:0 6px 12px #00000024}.gift-ribbon-v{background:#ffffffeb;border-radius:999px;width:8px;height:41px;position:absolute;top:-7px;left:19px}.gift-ribbon-h{background:#ffffffeb;border-radius:999px;width:46px;height:6px;position:absolute;top:12px;left:0}.daily-bonus-coin{color:#7a5800;background:linear-gradient(#fff6b3 0%,#f6c84c 100%);border-radius:999px;justify-content:center;align-items:center;font-size:10px;font-weight:900;display:flex;position:absolute;box-shadow:0 8px 12px #0000002e,inset 0 1px #fff6}.daily-bonus-coin-1{width:21px;height:21px;top:0;right:36px;transform:rotate(-8deg)}.daily-bonus-coin-2{width:18px;height:18px;top:12px;right:4px;transform:rotate(12deg)}.daily-bonus-coin-3{width:15px;height:15px;font-size:8px;top:20px;right:50px;transform:rotate(-16deg)}@media (width<=380px){.daily-bonus-card{min-height:76px;padding:9px 12px 8px}.daily-bonus-copy{gap:4px;max-width:62%}.daily-bonus-copy h2{font-size:15px}.daily-bonus-copy p{font-size:10px}.daily-bonus-visual{flex-basis:76px;width:76px;height:58px}.daily-bonus-gift{width:56px;height:44px;right:16px}.gift-lid{width:60px}.gift-ribbon-h{width:56px}.daily-bonus-coin-1{right:44px}.daily-bonus-coin-2{right:10px}.daily-bonus-coin-3{right:58px}}.banner-section{overflow:hidden}.banner-viewport{isolation:isolate;clip-path:inset(0 round 22px);position:relative;overflow:hidden}.banner-track{width:100%}.banner-slide{flex:0 0 100%;max-width:100%;overflow:hidden}.banner-slide img{pointer-events:none}@media (height<=690px){.banner-viewport{height:126px}}@media (height<=690px){.banner-viewport{height:158px!important}}@media (height<=690px){.banner-viewport{height:160px!important}}.actual-block{flex-direction:column;gap:7px;display:flex}.actual-list{gap:6px;display:grid}.actual-row{background:var(--card);width:100%;min-height:46px;color:var(--text);cursor:pointer;text-align:left;border:0;border-radius:18px;align-items:center;gap:10px;padding:8px 12px;display:flex;box-shadow:0 6px 16px #00000038}.actual-dot{background:var(--blue);border-radius:999px;flex:0 0 8px;width:8px;height:8px;box-shadow:0 0 12px #0d7cff85}.actual-copy{flex-direction:column;flex:1;gap:2px;min-width:0;display:flex}.actual-copy strong{color:var(--text);text-overflow:ellipsis;white-space:nowrap;font-size:13px;font-weight:800;line-height:1.1;overflow:hidden}.actual-copy small{color:var(--muted);text-overflow:ellipsis;white-space:nowrap;font-size:10px;font-weight:500;line-height:1.15;overflow:hidden}.actual-arrow{color:var(--muted);flex:none;font-size:22px;font-weight:500;line-height:1}@media (height<=690px){.actual-row{min-height:42px;padding:7px 11px}}.daily-bonus-card{background:radial-gradient(circle at 50% 0%, #0d7cff2e 0%, #0d7cff12 42%, #0d7cff00 72%), var(--card)!important;justify-content:center!important;align-items:center!important;min-height:92px!important;padding:16px 18px!important}.daily-bonus-copy{text-align:center!important;justify-content:center!important;align-items:center!important;gap:6px!important;max-width:100%!important}.daily-bonus-copy p{max-width:260px;color:#ffffffb8!important;font-size:clamp(11px,3.1vw,13px)!important;font-weight:600!important;line-height:1.25!important}.daily-bonus-card .home-button,.daily-bonus-visual{display:none!important}@media (width<=380px){.daily-bonus-card{min-height:86px!important;padding:14px 16px!important}.daily-bonus-copy p{max-width:240px}}.daily-bonus-card{justify-content:center!important;align-items:center!important;min-height:92px!important;padding:16px 18px!important}.daily-bonus-copy{text-align:left!important;justify-content:center!important;align-items:flex-start!important;gap:6px!important;width:100%!important;max-width:100%!important}.daily-bonus-copy p{color:#f8f7f59e!important;text-align:left!important;text-overflow:ellipsis!important;white-space:nowrap!important;max-width:100%!important;font-size:clamp(11px,3.1vw,13px)!important;font-weight:600!important;line-height:1.25!important;overflow:hidden!important}.daily-bonus-card{background:radial-gradient(circle at 16% 50%, #0d7cff47 0%, #0d7cff1a 34%, #0d7cff00 68%), linear-gradient(135deg, #0d7cff1a, #0d7cff05), var(--card)!important;flex-direction:row!important;justify-content:flex-start!important;align-items:center!important;gap:13px!important;min-height:92px!important;padding:15px 16px!important}.daily-bonus-icon{color:#f8f7f5;background:radial-gradient(circle at 35% 25%,#57b6ff 0%,#0d7cff 58%,#056cf3 100%);border-radius:16px;flex:0 0 48px;place-items:center;width:48px;height:48px;font-size:23px;font-weight:900;line-height:1;display:grid;box-shadow:0 10px 20px #0d7cff42,inset 0 1px #ffffff5c}.daily-bonus-copy{text-align:left!important;flex:1!important;justify-content:center!important;align-items:flex-start!important;gap:5px!important;width:auto!important;min-width:0!important}.daily-bonus-copy h2{color:#f8f7f5!important;letter-spacing:-.35px!important;font-size:clamp(17px,4.5vw,20px)!important;font-weight:900!important;line-height:1.05!important}.daily-bonus-copy p{color:#f8f7f59e!important;text-align:left!important;text-overflow:ellipsis!important;white-space:nowrap!important;max-width:100%!important;font-size:clamp(11px,3vw,13px)!important;font-weight:600!important;line-height:1.2!important;overflow:hidden!important}@media (width<=380px){.daily-bonus-card{gap:11px!important;min-height:86px!important;padding:13px 14px!important}.daily-bonus-icon{border-radius:15px;flex-basis:44px;width:44px;height:44px;font-size:21px}}.daily-bonus-card{background:radial-gradient(circle at 16% 50%, #0d7cff2e 0%, #0d7cff12 36%, #0d7cff00 70%), linear-gradient(135deg, #ffffff06, #0000000a), var(--card)!important;gap:14px!important;min-height:92px!important}.daily-bonus-gift-icon{background:linear-gradient(145deg, #ffffff0b, #00000014), var(--card-light)!important;border-radius:18px!important;flex:0 0 52px!important;width:52px!important;height:52px!important;display:block!important;position:relative!important;box-shadow:0 12px 22px #0000003d,inset 0 1px #ffffff0e,inset 0 -1px #0000002e!important}.bonus-gift-glow{z-index:0;filter:blur(4px);background:radial-gradient(circle,#0d7cff29 0%,#0d7cff00 68%);border-radius:22px;position:absolute;inset:-10px}.bonus-gift-box{z-index:2;background:linear-gradient(145deg,#ffffff12,#0000001f),#303034;border-radius:8px;width:32px;height:25px;position:absolute;bottom:9px;left:10px;box-shadow:0 9px 14px #0000003d,inset 0 1px #ffffff13,inset 0 -1px #0003}.bonus-gift-lid{z-index:3;background:linear-gradient(145deg,#ffffff17,#00000021),#343438;border-radius:8px;width:38px;height:12px;position:absolute;top:13px;left:7px;box-shadow:0 7px 12px #0003,inset 0 1px #ffffff17}.bonus-gift-ribbon-v{z-index:4;background:linear-gradient(#0d7cff57,#0d7cff2e);border-radius:999px;width:7px;height:34px;position:absolute;top:13px;left:23px;box-shadow:inset 0 1px #ffffff21,0 0 10px #0d7cff1f}.bonus-gift-ribbon-h{z-index:4;background:linear-gradient(90deg,#0d7cff2e,#0d7cff57,#0d7cff2e);border-radius:999px;width:32px;height:6px;position:absolute;top:28px;left:10px;box-shadow:inset 0 1px #ffffff1a,0 0 10px #0d7cff1a}@media (width<=380px){.daily-bonus-card{gap:12px!important}.daily-bonus-gift-icon{border-radius:17px!important;flex-basis:48px!important;width:48px!important;height:48px!important}.bonus-gift-box{width:30px;height:23px;bottom:8px;left:9px}.bonus-gift-lid{width:36px;top:12px;left:6px}.bonus-gift-ribbon-v{height:32px;top:12px;left:21px}.bonus-gift-ribbon-h{width:30px;top:27px;left:9px}}.daily-bonus-card{background:radial-gradient(circle at 50% -18%, #0d7cff52 0%, #0d7cff21 34%, #0d7cff00 68%), linear-gradient(135deg, #ffffff06, #0000000a), var(--card)!important;gap:14px!important;min-height:92px!important;position:relative!important;overflow:hidden!important}.daily-bonus-card:before{content:"";filter:blur(26px);pointer-events:none;background:#0d7cff42;border-radius:999px;width:220px;height:78px;position:absolute;top:-46px;left:50%;transform:translate(-50%)}.daily-bonus-image{z-index:1;object-fit:contain;-webkit-user-select:none;user-select:none;filter:drop-shadow(0 10px 14px #00000047);flex:0 0 58px;width:58px;height:58px;position:relative}.daily-bonus-copy{z-index:1!important;position:relative!important}@media (width<=380px){.daily-bonus-card{gap:12px!important;min-height:86px!important}.daily-bonus-image{flex-basis:52px;width:52px;height:52px}}.daily-bonus-gift-icon,.bonus-gift-lid,.bonus-gift-box,.bonus-gift-ribbon-v,.bonus-gift-ribbon-h,.bonus-gift-glow{display:none!important}.daily-bonus-image{z-index:2!important;object-fit:contain!important;-webkit-user-select:none!important;user-select:none!important;filter:drop-shadow(0 10px 14px #00000052)!important;flex:0 0 62px!important;width:62px!important;height:62px!important;display:block!important;position:relative!important}@media (width<=380px){.daily-bonus-image{flex-basis:56px!important;width:56px!important;height:56px!important}}.daily-bonus-card{background:radial-gradient(circle at 82% 8%, #0d7cff57 0%, #0d7cff24 30%, #0d7cff00 64%), linear-gradient(135deg, #ffffff06, #0000000a), var(--card)!important;justify-content:space-between!important;align-items:center!important;gap:12px!important}.daily-bonus-copy{flex:1!important;order:1!important;min-width:0!important;max-width:calc(100% - 96px)!important}@media (width<=380px){.daily-bonus-copy{max-width:calc(100% - 82px)!important}.daily-bonus-image{flex-basis:64px!important;width:64px!important;height:64px!important}}.daily-bonus-image{transform-origin:50%!important;flex:0 0 74px!important;order:2!important;width:74px!important;height:74px!important;margin-left:auto!important;transform:rotate(0)!important}@media (width<=380px){.daily-bonus-image{flex-basis:64px!important;width:64px!important;height:64px!important}}.daily-bonus-card{background:radial-gradient(circle at 82% 12%, #0d7cff4d 0%, #0d7cff1f 30%, #0d7cff00 62%), linear-gradient(135deg, #ffffff06, #0000000a), var(--card)!important;justify-content:flex-start!important;align-items:center!important;position:relative!important;overflow:hidden!important}.daily-bonus-copy{z-index:2!important;order:1!important;max-width:calc(100% - 84px)!important;position:relative!important}@media (width<=380px){.daily-bonus-copy{max-width:calc(100% - 74px)!important}.daily-bonus-image{width:84px!important;height:84px!important;bottom:-8px!important;right:-12px!important}}.daily-bonus-card{background:radial-gradient(circle at 50% -12%, #0d7cff4d 0%, #0d7cff1f 34%, #0d7cff00 70%), linear-gradient(135deg, #ffffff06, #0000000a), var(--card)!important;justify-content:center!important;align-items:center!important;min-height:96px!important;padding:16px 18px!important;position:relative!important;overflow:hidden!important}.daily-bonus-card:before{width:180px!important;height:96px!important;top:-26px!important;left:auto!important;right:-10px!important;transform:none!important}.daily-bonus-copy{z-index:2!important;text-align:center!important;order:1!important;justify-content:center!important;align-items:center!important;gap:6px!important;width:100%!important;max-width:100%!important;position:relative!important}.daily-bonus-copy h2{color:#f8f7f5!important;letter-spacing:-.3px!important;text-align:center!important;margin:0!important;font-size:clamp(17px,4.6vw,20px)!important;font-weight:900!important;line-height:1.05!important}.daily-bonus-copy p{color:#f8f7f5a8!important;text-align:center!important;text-overflow:ellipsis!important;white-space:nowrap!important;max-width:100%!important;margin:0!important;font-size:clamp(11px,3vw,13px)!important;font-weight:600!important;line-height:1.2!important;overflow:hidden!important}.daily-bonus-image{z-index:1!important;object-fit:contain!important;opacity:.52!important;pointer-events:none!important;filter:drop-shadow(0 12px 18px #00000038)!important;flex:none!important;width:126px!important;height:138px!important;margin:0!important;position:absolute!important;bottom:-16px!important;right:-26px!important;transform:rotate(0)!important}@media (width<=380px){.daily-bonus-card{min-height:90px!important;padding:14px 16px!important}.daily-bonus-copy h2{font-size:17px!important}.daily-bonus-copy p{font-size:11px!important}.daily-bonus-image{width:112px!important;height:112px!important;bottom:-14px!important;right:-24px!important}}.daily-bonus-card:before{content:""!important;filter:blur(18px)!important;pointer-events:none!important;background:#0d7cff2e!important;border-radius:999px!important;width:200px!important;height:74px!important;position:absolute!important;inset:-44px auto auto 50%!important;transform:translate(-50%)!important}.daily-bonus-card{background:radial-gradient(circle at 50% -12%, #0d7cff38 0%, #0d7cff14 32%, #0d7cff00 62%), linear-gradient(135deg, #ffffff05, #0000000a), var(--card)!important;justify-content:flex-start!important;align-items:center!important;gap:12px!important;min-height:92px!important;padding:15px 16px!important;overflow:hidden!important}.daily-bonus-copy h2,.daily-bonus-copy p{text-align:left!important}@media (width<=380px){.daily-bonus-card{gap:10px!important;min-height:86px!important;padding:13px 14px!important}.daily-bonus-copy{max-width:calc(100% - 66px)!important}.daily-bonus-image{flex-basis:56px!important;width:56px!important;height:56px!important}}.daily-bonus-card{background:linear-gradient(135deg, #ffffff05, #0000000a), var(--card)!important;position:relative!important;overflow:hidden!important}.daily-bonus-card:before{content:""!important;z-index:0!important;opacity:1!important;filter:none!important;pointer-events:none!important;background:url(/assets/home/daily-bonus-glow.svg?v=1) top/cover no-repeat!important;width:100%!important;height:100%!important;display:block!important;position:absolute!important;inset:0!important;transform:none!important}.daily-bonus-copy,.daily-bonus-image{z-index:2!important;position:relative!important}.daily-bonus-copy{max-width:calc(100% - 70px)!important}.daily-bonus-image{opacity:.82!important;filter:drop-shadow(0 8px 12px #0000003d)!important;flex:0 0 56px!important;width:56px!important;height:56px!important;margin-left:auto!important;transform:translate(4px)!important}@media (width<=380px){.daily-bonus-copy{max-width:calc(100% - 62px)!important}.daily-bonus-image{flex-basis:50px!important;width:50px!important;height:50px!important;transform:translate(3px)!important}}.daily-bonus-card:before{content:""!important;z-index:0!important;opacity:.88!important;filter:none!important;pointer-events:none!important;background:url(/assets/home/daily-bonus-glow.svg?v=2) top/100% 100% no-repeat!important;border-radius:0!important;width:170%!important;height:70%!important;display:block!important;position:absolute!important;inset:0 auto auto -35%!important;transform:none!important}.daily-bonus-card{background:radial-gradient(ellipse 140% 150% at 50% -65%, #ffffff29 0%, #2f8eff6b 16%, #0d7cff42 36%, #0d7cff1c 58%, #0d7cff00 82%), linear-gradient(180deg, #0d7cff24 0%, #0d7cff0d 36%, #0d7cff00 72%), linear-gradient(135deg, #ffffff05, #0000000a), var(--card)!important}.daily-bonus-card{background:linear-gradient(135deg, #0d7cff29 0%, #0d7cff12 42%, #0d7cff06 100%), var(--card)!important;justify-content:flex-start!important;align-items:center!important;gap:12px!important;min-height:92px!important;padding:15px 16px!important;position:relative!important;overflow:hidden!important}.daily-bonus-card:before{display:none!important}.daily-bonus-copy{z-index:2!important;text-align:left!important;flex:1!important;order:1!important;justify-content:center!important;align-items:flex-start!important;gap:5px!important;min-width:0!important;max-width:calc(100% - 70px)!important;position:relative!important}.daily-bonus-copy h2{color:#f8f7f5!important;text-align:left!important}.daily-bonus-copy p{color:#f8f7f5a3!important;text-align:left!important}.daily-bonus-image{z-index:2!important;object-fit:contain!important;opacity:.86!important;filter:drop-shadow(0 8px 12px #00000042)!important;flex:0 0 56px!important;order:2!important;width:56px!important;height:56px!important;margin-left:auto!important;position:relative!important;bottom:auto!important;right:auto!important;transform:translate(4px)!important}@media (width<=380px){.daily-bonus-card{gap:10px!important;min-height:86px!important;padding:13px 14px!important}.daily-bonus-copy{max-width:calc(100% - 62px)!important}.daily-bonus-image{flex-basis:50px!important;width:50px!important;height:50px!important;transform:translate(3px)!important}}.daily-bonus-image{-webkit-mask-image:radial-gradient(#000 0% 54%,#000000b8 66%,#0000 82%)!important;mask-image:radial-gradient(#000 0% 54%,#000000b8 66%,#0000 82%)!important;-webkit-mask-size:100% 100%!important;mask-size:100% 100%!important;-webkit-mask-repeat:no-repeat!important;mask-repeat:no-repeat!important}.daily-streak-card{background:linear-gradient(135deg, #0d7cff24 0%, #0d7cff11 44%, #0d7cff06 100%), var(--card)!important;flex-direction:column!important;justify-content:flex-start!important;align-items:stretch!important;gap:12px!important;min-height:156px!important;padding:16px!important;display:flex!important;overflow:hidden!important}.daily-streak-copy{flex-direction:column;gap:5px;min-width:0;display:flex}.daily-streak-copy p{color:#f8f7f59e;white-space:nowrap;text-overflow:ellipsis;margin:0;font-size:12px;font-weight:600;line-height:1.25;overflow:hidden}.daily-streak-days{grid-template-columns:repeat(8,minmax(0,1fr));gap:6px;width:100%;display:grid}.daily-streak-day{aspect-ratio:1;background:linear-gradient(145deg,#ffffff09,#0000001a),#303034;border-radius:12px;place-items:center;min-width:0;display:grid;box-shadow:inset 0 1px #ffffff12,inset 0 -1px #0003}.daily-streak-day span{color:#f8f7f5;font-size:12px;font-weight:900;line-height:1}.daily-streak-check{color:#f8f7f5!important;font-size:15px!important;font-weight:950!important}.daily-streak-day.is-gift{background:linear-gradient(145deg,#ffffff09,#0000001a),#303034}.daily-streak-gift{width:20px;height:20px;display:block;position:relative}.daily-streak-gift-box{background:#f8f7f5;border-radius:3px;width:14px;height:12px;position:absolute;bottom:2px;left:3px}.daily-streak-gift-lid{background:#fff;border-radius:3px;width:18px;height:6px;position:absolute;top:4px;left:1px}.daily-streak-gift-ribbon-v{background:#0d7cff;border-radius:999px;width:4px;height:16px;position:absolute;top:4px;left:8px}.daily-streak-gift-ribbon-h{background:#0d7cff;border-radius:999px;width:14px;height:3px;position:absolute;top:11px;left:3px}.daily-streak-button{color:#f8f7f5;cursor:pointer;background:radial-gradient(circle at 50% 20%,#2f8eff 0%,#0d7cff 58%,#056cf3 100%);border:0;border-radius:999px;justify-content:center;align-items:center;width:100%;height:36px;font-size:13px;font-weight:900;line-height:1;display:inline-flex;box-shadow:0 10px 18px #0d7cff3d,inset 0 1px #ffffff47}@media (width<=380px){.daily-streak-card{gap:10px!important;min-height:146px!important;padding:14px!important}.daily-streak-copy h2{font-size:17px}.daily-streak-copy p{font-size:11px}.daily-streak-days{gap:5px}.daily-streak-day{border-radius:10px}.daily-streak-button{height:34px;font-size:12px}}.daily-streak-days{grid-template-columns:repeat(7,minmax(0,1fr))!important}.daily-streak-day.is-gift .daily-streak-gift-box,.daily-streak-day.is-gift .daily-streak-gift-lid{background:#f8f7f5!important}.daily-streak-day.is-gift .daily-streak-gift-ribbon-v,.daily-streak-day.is-gift .daily-streak-gift-ribbon-h{background:#0d7cff!important}@media (width<=380px){.daily-streak-days{gap:6px!important}}.font-preview-card{background:linear-gradient(135deg, #0d7cff1a, #0d7cff06), var(--card);flex-direction:column;gap:12px;padding:15px 16px;display:flex}.font-preview-heading{text-align:center;flex-direction:column;gap:5px;display:flex}.font-preview-heading h2{color:#f8f7f5;margin:0;font-size:17px;font-weight:900;line-height:1.05}.font-preview-heading p{color:#f8f7f59e;margin:0;font-size:11px;font-weight:600;line-height:1.25}.font-preview-list{gap:7px;display:grid}.font-preview-row{background:linear-gradient(145deg,#ffffff09,#0000001a),#303034;border-radius:14px;justify-content:space-between;align-items:center;gap:10px;min-height:38px;padding:0 12px;display:flex}.font-preview-row span{color:#f8f7f59e;font-size:11px;font-weight:800}.font-preview-row strong{color:#f8f7f5;text-align:right;text-overflow:ellipsis;white-space:nowrap;letter-spacing:-.25px;min-width:0;font-size:14px;font-weight:900;overflow:hidden}:root,html,body,button,input,textarea,select{font-synthesis:none!important;text-rendering:auto!important;-webkit-font-smoothing:antialiased!important;-moz-osx-font-smoothing:grayscale!important;font-optical-sizing:auto!important;font-family:Inter,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif!important}.home-screen,.home-card,.home-pill,.banner-slide,.actual-row,.task-row,.tab-bar,.daily-streak-card{font-family:Inter,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif!important}.daily-streak-copy h2,.section-heading h2,.promo-card h2,.font-preview-heading h2{font-weight:900!important}.daily-streak-day span,.daily-streak-check,.daily-streak-button,.task-row span,.actual-copy strong,.pill-value{font-weight:800!important}.home-card:before,.daily-streak-card:before{display:none!important}.daily-streak-copy{text-align:center!important;align-items:center!important}.daily-streak-copy h2{text-align:center!important}.daily-streak-copy p{text-align:center!important;white-space:normal!important}.daily-streak-days{grid-template-columns:repeat(7,minmax(0,1fr))!important;gap:6px!important}.daily-streak-day{background:radial-gradient(circle at 35% 25%,#57b6ff61 0%,#0d7cff57 56%,#056cf357 100%)!important;border-radius:12px!important;box-shadow:inset 0 1px #ffffff29,inset 0 -1px #00000029!important}.daily-streak-number,.daily-streak-check,.daily-streak-question{color:#f8f7f5!important;font-weight:900!important;line-height:1!important}.daily-streak-number{letter-spacing:-.35px!important;font-size:16px!important}.daily-streak-check{font-size:16px!important}.daily-streak-question{letter-spacing:-.4px!important;font-size:18px!important}.daily-streak-gift,.daily-streak-gift-box,.daily-streak-gift-lid,.daily-streak-gift-ribbon-v,.daily-streak-gift-ribbon-h{display:none!important}@media (width<=380px){.daily-streak-days{gap:5px!important}.daily-streak-day{border-radius:10px!important}.daily-streak-number,.daily-streak-check{font-size:15px!important}.daily-streak-question{font-size:17px!important}}.daily-streak-number,.daily-streak-check,.daily-streak-question{color:#f8f7f5!important;text-shadow:none!important}.daily-streak-button,.home-button{color:#f8f7f5!important;background:#0d7cff!important;box-shadow:0 8px 14px #0d7cff2e,inset 0 0 0 1px #f8f7f514!important}.daily-streak-button:active,.home-button:active{background:#056cf3!important}:root{--brand-button-bg:#0d7cff;--brand-button-bg-active:#056cf3;--brand-button-text:#f8f7f5}button,.home-button,.daily-streak-button,.section-heading button{font-family:Inter,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif!important}.home-button,.daily-streak-button{background:var(--brand-button-bg)!important;color:var(--brand-button-text)!important;background-image:none!important;box-shadow:0 8px 14px #0d7cff2e,inset 0 0 0 1px #f8f7f514!important}.home-button:active,.daily-streak-button:active{background:var(--brand-button-bg-active)!important;color:var(--brand-button-text)!important}.daily-streak-day.is-completed,.daily-streak-day.is-gift{background:#0d7cff!important;box-shadow:inset 0 0 0 1px #f8f7f529,0 8px 14px #0d7cff2e!important}.daily-streak-number{letter-spacing:-.55px!important;font-size:19px!important;font-weight:900!important}.daily-streak-check{font-size:20px!important;font-weight:900!important}.daily-streak-question{letter-spacing:-.6px!important;font-size:22px!important;font-weight:900!important}@media (width<=380px){.daily-streak-number{font-size:18px!important}.daily-streak-check{font-size:19px!important}.daily-streak-question{font-size:21px!important}}.daily-streak-card:before{display:none!important}.daily-streak-day{text-align:center!important;place-items:center!important;display:grid!important}.daily-streak-number,.daily-streak-check,.daily-streak-question{text-align:center!important;justify-content:center!important;align-items:center!important;width:100%!important;height:100%!important;margin:0!important;padding:0!important;line-height:1!important;display:inline-flex!important;transform:translateY(0)!important}.daily-streak-check,.daily-streak-question{transform:translateY(-1px)!important}.home-card,.actual-row,.task-row,.home-pill,.daily-streak-card{background:radial-gradient(ellipse 115% 90% at 50% -35%, #2f8eff1c 0%, #0d7cff0b 38%, #0d7cff00 72%), linear-gradient(135deg, #ffffff05, #0000000a), var(--card)!important;background:radial-gradient(ellipse 115% 80% at 50% -40%, #2f8eff0e 0%, #0d7cff06 36%, #0d7cff00 68%), linear-gradient(135deg, #ffffff04, #0000000a), var(--card)!important}.daily-streak-day{box-shadow:inset 0 0 0 1px #f8f7f512,0 3px 6px #0d7cff0b!important}.daily-streak-day.is-completed,.daily-streak-day.is-gift{box-shadow:inset 0 0 0 1px #f8f7f524,0 4px 8px #0d7cff13!important}.home-button,.daily-streak-button{box-shadow:0 4px 8px #0d7cff14,inset 0 0 0 1px #f8f7f514!important}.daily-streak-progress{color:#f8f7f59e;text-align:center;width:100%;margin-top:-2px;font-size:11px;font-weight:700;line-height:1}.daily-streak-button:disabled{cursor:default;opacity:.72;background:#0a5fc4!important;box-shadow:0 3px 6px #0d7cff0d,inset 0 0 0 1px #f8f7f50f!important}.daily-streak-progress{color:#f8f7f59e!important;text-align:center!important;order:3!important;width:100%!important;margin:-1px 0 0!important;font-size:11px!important;font-weight:700!important;line-height:1!important}.daily-streak-days{order:2!important}.daily-streak-progress{display:none!important}.daily-streak-button{order:3!important}.daily-streak-note{color:#0d7cff!important;text-align:center!important;cursor:pointer!important;width:fit-content!important;min-height:22px!important;box-shadow:none!important;background:0 0!important;border:0!important;border-radius:999px!important;order:4!important;justify-content:center!important;align-items:center!important;margin:-2px auto 0!important;padding:0 8px!important;font-size:12px!important;font-weight:800!important;line-height:1!important;display:inline-flex!important}.daily-streak-day{background:#27384a!important;box-shadow:inset 0 0 0 1px #f8f7f50f,0 3px 6px #0000001a!important}.daily-streak-day.is-completed{background:#0d7cff!important;box-shadow:inset 0 0 0 1px #f8f7f524,0 4px 8px #0d7cff13!important}.daily-streak-day.is-gift{background:#0d7cff!important;box-shadow:inset 0 0 0 1px #f8f7f538,0 4px 8px #0d7cff13!important}.daily-streak-number{color:#f8f7f5db!important}.daily-streak-check,.daily-streak-question{color:#f8f7f5!important}.daily-streak-note{color:#0d7cff!important;letter-spacing:-.1px!important;background:#0d7cff14!important;border-radius:999px!important;min-height:28px!important;padding:0 12px!important;font-size:12px!important;font-weight:800!important}.daily-streak-note{color:#f8f7f5!important;background:#27384a!important;box-shadow:inset 0 0 0 1px #f8f7f512,0 3px 6px #00000014!important}.daily-streak-note{color:#0d7cff!important;letter-spacing:-.1px!important;min-height:24px!important;box-shadow:none!important;background:0 0!important;border-radius:0!important;padding:0 4px!important;font-size:13px!important;font-weight:800!important}.daily-streak-note:active{color:#056cf3!important;background:0 0!important}.daily-streak-card{position:relative!important;overflow:hidden!important}.daily-streak-bg-image{z-index:1!important;object-fit:contain!important;opacity:.09!important;pointer-events:none!important;-webkit-user-select:none!important;user-select:none!important;width:180px!important;height:180px!important;position:absolute!important;top:50%!important;left:50%!important;transform:translate(-50%,-50%)!important;-webkit-mask-image:radial-gradient(circle,#000 0% 52%,#0000008c 68%,#0000 84%)!important;mask-image:radial-gradient(circle,#000 0% 52%,#0000008c 68%,#0000 84%)!important;-webkit-mask-size:100% 100%!important;mask-size:100% 100%!important;-webkit-mask-repeat:no-repeat!important;mask-repeat:no-repeat!important}.daily-streak-copy,.daily-streak-days,.daily-streak-button,.daily-streak-note{z-index:2!important;position:relative!important}@media (width<=380px){.daily-streak-bg-image{width:156px!important;height:156px!important}}@media (width<=380px){.daily-streak-bg-image{width:188px!important;height:188px!important}}@media (width<=380px){.daily-streak-bg-image{width:174px!important;height:174px!important}}.daily-streak-card{background:radial-gradient(ellipse 115% 80% at 50% -38%, #2f8eff13 0%, #0d7cff09 36%, #0d7cff00 68%), linear-gradient(135deg, #ffffff04, #0000000a), var(--card)!important;background:radial-gradient(ellipse 110% 68% at 50% -30%, #2f8eff21 0%, #0d7cff0e 34%, #0d7cff00 66%), linear-gradient(135deg, #ffffff04, #0000000a), var(--card)!important;min-height:unset!important;gap:9px!important;padding:14px 16px 12px!important}@media (width<=380px){.daily-streak-card{gap:8px!important;padding:13px 14px 11px!important}.daily-streak-button{height:32px!important}.daily-streak-note{font-size:11px!important}}.daily-streak-card{gap:12px!important;min-height:156px!important;padding:16px!important}.daily-streak-copy{gap:5px!important}.daily-streak-copy h2{font-size:18px!important;line-height:1.05!important}.daily-streak-copy p{font-size:12px!important;line-height:1.25!important}.daily-streak-days{gap:6px!important}.daily-streak-day{border-radius:12px!important}.daily-streak-button{height:36px!important;font-size:13px!important}.daily-streak-note{min-height:24px!important;margin-top:-2px!important;font-size:13px!important}@media (width<=380px){.daily-streak-card{gap:10px!important;min-height:146px!important;padding:14px!important}.daily-streak-copy h2{font-size:17px!important}.daily-streak-copy p{font-size:11px!important}.daily-streak-days{gap:5px!important}.daily-streak-day{border-radius:10px!important}.daily-streak-button{height:34px!important;font-size:12px!important}.daily-streak-note{font-size:12px!important}}.daily-streak-bg-image{opacity:.13!important;object-fit:contain!important;width:200px!important;height:200px!important;-webkit-mask-image:none!important;mask-image:none!important;-webkit-mask-size:auto!important;mask-size:auto!important;-webkit-mask-repeat:initial!important;-webkit-mask-repeat:initial!important;mask-repeat:initial!important}@media (width<=380px){.daily-streak-bg-image{width:174px!important;height:174px!important}}.daily-streak-bg-image{opacity:.13!important;object-fit:contain!important;filter:none!important;width:220px!important;height:220px!important;overflow:visible!important;-webkit-mask-image:none!important;mask-image:none!important}@media (width<=380px){.daily-streak-bg-image{width:190px!important;height:190px!important}}.daily-streak-bg-image{opacity:.13!important;object-fit:contain!important;width:350px!important;height:350px!important;top:102%!important;left:50%!important;transform:translate(-50%,-50%)!important}@media (width<=380px){.daily-streak-bg-image{width:310px!important;height:310px!important;top:102%!important}}@media (width<=380px){.daily-streak-bg-image{width:calc(100% + 28px)!important;height:auto!important;top:104%!important}}@media (width<=380px){.daily-streak-bg-image{width:170%!important;height:auto!important;top:104%!important}}@media (width<=380px){.daily-streak-bg-image{width:158%!important;height:auto!important;top:98%!important}}@media (width<=380px){.daily-streak-bg-image{width:149%!important;height:auto!important;top:98%!important}}.daily-streak-bg-image{opacity:.13!important;object-fit:contain!important;width:151%!important;max-width:none!important;height:auto!important;top:96%!important;left:50%!important;transform:translate(-50%,-50%)!important}@media (width<=380px){.daily-streak-bg-image{width:155%!important;height:auto!important;top:96%!important}}.daily-streak-bg-image{opacity:.105!important;opacity:.115!important;object-fit:contain!important;width:135%!important;max-width:none!important;height:auto!important;top:100%!important;left:50%!important;transform:translate(-50%,-50%)!important}@media (width<=380px){.daily-streak-bg-image{width:140%!important;height:auto!important;top:100%!important}}@media (width<=380px){.daily-streak-bg-image{width:174px!important;height:174px!important}}.daily-streak-check{font-size:19px!important;font-weight:700!important;line-height:1!important;transform:translateY(-1px)!important}.daily-streak-check:before{content:""!important;border-bottom:2px solid #f8f7f5f5!important;border-left:2px solid #f8f7f5f5!important;border-radius:1.5px!important;width:15px!important;height:11px!important;position:absolute!important;top:50%!important;left:50%!important;transform:translate(-50%,-52%)rotate(-45deg)!important}@media (width<=380px){.daily-streak-check:before{border-bottom-width:2px!important;border-left-width:2px!important;width:14px!important;height:10px!important}}@media (width<=380px){.daily-streak-check:before{width:16px!important;height:16px!important}}.daily-streak-check{width:100%!important;height:100%!important;font-size:0!important;font-weight:700!important;line-height:1!important;position:relative!important;transform:none!important}.daily-streak-number,.daily-streak-question{font-weight:700!important}@media (width<=380px){.daily-streak-check:before{width:15px!important;height:15px!important}}@media (width<=380px){.daily-streak-check:before{width:18px!important;height:18px!important}}.daily-streak-number,.daily-streak-question{letter-spacing:0!important;font-size:19px!important;font-weight:800!important;line-height:1!important;transform:translateY(-1px)!important}.daily-streak-check{width:100%!important;height:100%!important;font-size:0!important;line-height:1!important;position:relative!important;transform:none!important}@media (width<=380px){.daily-streak-number,.daily-streak-question{font-size:18px!important}.daily-streak-check:before{width:17px!important;height:17px!important}}.daily-streak-check{background:#f8f7f5f5!important;border-radius:999px!important;justify-content:center!important;align-items:center!important;width:22px!important;height:22px!important;font-size:0!important;line-height:1!important;display:inline-flex!important;position:relative!important;transform:none!important}.daily-streak-check:before{content:""!important;background:#0d7cff!important;width:14px!important;height:14px!important;position:absolute!important;top:50%!important;left:50%!important;transform:translate(-50%,-50%)!important;-webkit-mask-image:url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill='black' d='M9.05 17.65 3.8 12.4l1.85-1.85 3.4 3.4 9.3-9.3 1.85 1.85z'/%3E%3C/svg%3E")!important;mask-image:url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill='black' d='M9.05 17.65 3.8 12.4l1.85-1.85 3.4 3.4 9.3-9.3 1.85 1.85z'/%3E%3C/svg%3E")!important;-webkit-mask-position:50%!important;mask-position:50%!important;-webkit-mask-size:contain!important;mask-size:contain!important;-webkit-mask-repeat:no-repeat!important;mask-repeat:no-repeat!important}.daily-streak-number,.daily-streak-question{font-size:19px!important;font-weight:800!important;line-height:1!important;transform:translateY(-1px)!important}@media (width<=380px){.daily-streak-check{width:21px!important;height:21px!important}.daily-streak-check:before{width:13px!important;height:13px!important}.daily-streak-number,.daily-streak-question{font-size:18px!important}}.daily-streak-check:before{background:#26a17b!important}.banner-viewport{height:80px!important}@media (height<=690px){.banner-viewport{height:80px!important}}html,body,#root{height:100%!important;min-height:100%!important;overflow:hidden!important}.app,.app-shell,.app-layout,.telegram-app,.mini-app{height:100dvh!important;min-height:100dvh!important;overflow:hidden!important}main,.page,.screen,.home-page,.tasks-page,.games-page,.profile-page,.app-main,.app-content,.page-content{-webkit-overflow-scrolling:touch!important;touch-action:pan-y!important;overscroll-behavior-y:contain!important;min-height:0!important;padding-bottom:calc(104px + env(safe-area-inset-bottom))!important;overflow:hidden auto!important}.bottom-nav,.tabbar,.tab-bar,.app-tabbar,.bottom-tabbar{z-index:50!important;position:sticky!important;bottom:0!important}html,body,#root{width:100%!important;height:auto!important;min-height:100%!important;overflow:hidden auto!important}body{touch-action:pan-y!important;-webkit-overflow-scrolling:touch!important;overscroll-behavior-y:contain!important;position:static!important}.app,.app-shell,.app-layout,.telegram-app,.mini-app{height:auto!important;min-height:100dvh!important;padding-bottom:calc(92px + env(safe-area-inset-bottom))!important;overflow:visible!important}main,.page,.screen,.home-page,.tasks-page,.games-page,.profile-page,.app-main,.app-content,.page-content{height:auto!important;min-height:auto!important;padding-bottom:calc(104px + env(safe-area-inset-bottom))!important;touch-action:pan-y!important;overflow:hidden visible!important}.bottom-nav,.tabbar,.tab-bar,.app-tabbar,.bottom-tabbar,.bottom-navigation,.navbar-bottom{z-index:1000!important;position:fixed!important;bottom:0!important;left:0!important;right:0!important;transform:none!important}html,body{overscroll-behavior-y:none!important;touch-action:pan-y!important}#root{overscroll-behavior-y:contain!important}#root>*{transform-origin:top;backface-visibility:hidden}.bottom-nav,.tabbar,.tab-bar,.app-tabbar,.bottom-tabbar,.bottom-navigation,.navbar-bottom{will-change:auto!important;will-change:auto!important;z-index:9999!important;z-index:9999!important;opacity:1!important;will-change:auto!important;pointer-events:auto!important;transition:none!important;position:fixed!important;bottom:0!important;left:0!important;right:0!important;transform:none!important}.pull-elastic-content{transform-origin:top;backface-visibility:hidden}.tab-bar{z-index:9999!important;opacity:1!important;position:fixed!important;bottom:0!important;left:0!important;right:0!important;transform:none!important}body{min-height:calc(100dvh + 2px)!important}body{overscroll-behavior-y:contain!important;touch-action:pan-y!important}html,body{overscroll-behavior:none!important;overscroll-behavior-y:none!important}body{touch-action:pan-y!important}.tab-bar{z-index:9999!important;opacity:1!important;will-change:auto!important;transition:none!important;position:fixed!important;bottom:0!important;left:0!important;right:0!important;transform:none!important}html,body,#root{width:100%!important;min-height:100%!important;overflow-x:hidden!important}body{overscroll-behavior-y:contain!important;touch-action:pan-y!important;margin:0!important}.app-shell{min-height:100dvh!important;padding-bottom:calc(104px + env(safe-area-inset-bottom))!important}.pull-elastic-content{will-change:auto!important;transition:none!important;transform:none!important}.tab-bar{z-index:9999!important;opacity:1!important;transition:none!important;position:fixed!important;bottom:0!important;left:0!important;right:0!important;transform:none!important}.daily-streak-bg-image{z-index:1!important;object-fit:contain!important;opacity:.13!important;pointer-events:none!important;-webkit-user-select:none!important;user-select:none!important;filter:none!important;width:200px!important;max-width:none!important;height:200px!important;position:absolute!important;top:50%!important;left:50%!important;transform:translate(-50%,-50%)!important;-webkit-mask-image:radial-gradient(circle,#000 0% 52%,#0000008c 68%,#0000 84%)!important;mask-image:radial-gradient(circle,#000 0% 52%,#0000008c 68%,#0000 84%)!important}@media (width<=380px){.daily-streak-bg-image{width:174px!important;height:174px!important}}.daily-streak-button{align-self:center!important;width:62%!important;min-width:150px!important;max-width:220px!important;margin-left:auto!important;margin-right:auto!important}@media (width<=380px){.daily-streak-bg-image{width:132px!important;height:132px!important}}.daily-streak-bg-image{opacity:.12!important;width:165px!important;height:165px!important}@media (width<=380px){.daily-streak-bg-image{width:145px!important;height:145px!important}}.more-rewards-card{background:radial-gradient(ellipse 115% 90% at 50% -35%, #2f8eff1c 0%, #0d7cff0b 38%, #0d7cff00 72%), linear-gradient(135deg, #ffffff05, #0000000a), var(--card)!important;width:100%!important;min-height:54px!important;color:var(--text)!important;cursor:pointer!important;text-align:left!important;border:0!important;border-radius:18px!important;align-items:center!important;gap:12px!important;padding:10px 13px!important;display:flex!important;box-shadow:0 6px 16px #00000038!important}.more-rewards-icon{color:#f8f7f5!important;background:#0d7cff!important;border-radius:12px!important;flex:0 0 34px!important;place-items:center!important;width:34px!important;height:34px!important;font-size:17px!important;font-weight:900!important;display:grid!important;box-shadow:inset 0 0 0 1px #f8f7f51f,0 4px 8px #0d7cff14!important}.more-rewards-copy{flex-direction:column!important;flex:1!important;gap:3px!important;min-width:0!important;display:flex!important}.more-rewards-copy strong{color:#f8f7f5!important;text-overflow:ellipsis!important;white-space:nowrap!important;font-size:14px!important;font-weight:900!important;line-height:1.05!important;overflow:hidden!important}.more-rewards-copy small{color:#f8f7f594!important;text-overflow:ellipsis!important;white-space:nowrap!important;font-size:11px!important;font-weight:600!important;line-height:1.15!important;overflow:hidden!important}.more-rewards-arrow{color:#0d7cff!important;flex:none!important;font-size:26px!important;font-weight:700!important;line-height:1!important}.more-rewards-card:active{transform:scale(.985)!important}@media (height<=690px){.more-rewards-card{min-height:50px!important;padding:9px 12px!important}.more-rewards-icon{flex-basis:32px!important;width:32px!important;height:32px!important}}.actual-block .section-heading h2{color:#f8f7f5!important;letter-spacing:-.35px!important;font-size:17px!important;font-weight:900!important}.actual-row{min-height:52px!important}.actual-copy strong{font-size:14px!important}.actual-copy small{font-size:11px!important}.actual-block{margin-top:6px!important}.actual-block .section-heading{justify-content:center!important}.actual-block .section-heading h2{color:#f8f7f5b8!important;letter-spacing:-.15px!important;text-align:center!important;white-space:nowrap!important;justify-content:center!important;align-items:center!important;gap:10px!important;width:100%!important;font-size:13px!important;font-weight:900!important;display:flex!important}.actual-block .section-heading h2:before,.actual-block .section-heading h2:after{content:""!important;background:#f8f7f51a!important;flex:auto!important;min-width:24px!important;height:1px!important;display:block!important}.actual-block,.actual-list,.actual-row{box-sizing:border-box!important;max-width:100%!important}.actual-list{width:100%!important;overflow:hidden!important}.actual-row{width:100%!important;min-width:0!important;overflow:hidden!important}.actual-copy{min-width:0!important;overflow:hidden!important}.actual-copy strong,.actual-copy small{text-overflow:ellipsis!important;white-space:nowrap!important;min-width:0!important;max-width:100%!important;overflow:hidden!important}.actual-arrow{flex-shrink:0!important}.actual-dot{display:none!important}.actual-copy{text-align:center!important;justify-content:center!important;align-items:center!important}.actual-arrow{color:#0d7cff!important;background:#0d7cff1f!important;border-radius:999px!important;place-items:center!important;width:28px!important;height:28px!important;font-size:24px!important;font-weight:800!important;line-height:1!important;display:grid!important;position:absolute!important;top:50%!important;right:13px!important;transform:translateY(-50%)!important;box-shadow:inset 0 0 0 1px #0d7cff2e!important}.actual-row{justify-content:center!important;min-height:58px!important;padding:10px 46px!important;position:relative!important}.actual-copy{text-align:center!important;justify-content:center!important;align-items:center!important;width:calc(100% - 92px)!important;max-width:calc(100% - 92px)!important;position:absolute!important;top:50%!important;left:50%!important;transform:translate(-50%,-50%)!important}.actual-copy strong{text-align:center!important;width:100%!important;font-size:14px!important;font-weight:900!important}.actual-copy small{text-align:center!important;width:100%!important;font-size:11px!important;font-weight:600!important}.actual-row:active .actual-arrow{color:#57b6ff!important;background:0 0!important}.actual-row{min-height:58px!important;box-shadow:none!important;background:0 0!important;border-radius:0!important}.actual-row:first-child{border-top-left-radius:20px!important;border-top-right-radius:20px!important}.actual-row:last-child{border-bottom-right-radius:20px!important;border-bottom-left-radius:20px!important}.actual-row:active{background:#ffffff06!important}.actual-block{gap:8px!important;margin-top:8px!important}.actual-list{background:radial-gradient(120% 80% at 50% -45%,#2f8eff14 0%,#0d7cff06 42%,#0d7cff00 70%),#2c2c2e!important;border-radius:22px!important;flex-direction:column!important;gap:0!important;width:100%!important;display:flex!important;overflow:hidden!important;box-shadow:0 8px 18px #0000002e,inset 0 0 0 1px #f8f7f50b!important}.actual-row{width:100%!important;min-height:64px!important;box-shadow:none!important;color:#f8f7f5!important;cursor:pointer!important;text-align:left!important;background:0 0!important;border:0!important;border-radius:0!important;justify-content:flex-start!important;align-items:center!important;padding:12px 46px 12px 16px!important;display:flex!important;position:relative!important;transform:none!important}.actual-row+.actual-row{border-top:1px solid #f8f7f511!important}.actual-row:active{background:#ffffff07!important;transform:none!important}.actual-dot{background:#0d7cff!important;border-radius:999px!important;flex:0 0 8px!important;width:8px!important;height:8px!important;margin-right:12px!important;display:grid!important;box-shadow:0 0 10px #0d7cff59!important}.actual-copy{text-align:left!important;flex-direction:column!important;flex:auto!important;justify-content:center!important;align-items:flex-start!important;gap:4px!important;width:auto!important;min-width:0!important;max-width:none!important;display:flex!important;position:static!important;top:auto!important;left:auto!important;overflow:hidden!important;transform:none!important}.actual-copy strong{color:#f8f7f5!important;text-align:left!important;text-overflow:ellipsis!important;white-space:nowrap!important;letter-spacing:-.18px!important;width:100%!important;font-size:14px!important;font-weight:900!important;line-height:1.05!important;overflow:hidden!important}.actual-copy small{color:#f8f7f58f!important;text-align:left!important;text-overflow:ellipsis!important;white-space:nowrap!important;width:100%!important;font-size:11px!important;font-weight:600!important;line-height:1.15!important;overflow:hidden!important}.actual-arrow{color:#f8f7f55c!important;width:auto!important;height:auto!important;box-shadow:none!important;background:0 0!important;border-radius:0!important;font-size:25px!important;font-weight:700!important;line-height:1!important;display:block!important;position:absolute!important;top:50%!important;right:16px!important;transform:translateY(-50%)!important}.actual-row:active .actual-arrow{color:#0d7cff!important}@media (height<=690px){.actual-row{min-height:58px!important;padding-top:10px!important;padding-bottom:10px!important}}html,body,#root{overflow-x:hidden!important}body{overflow-y:auto!important}.app-shell{min-height:100dvh!important;overflow-y:visible!important}@media (hover:none) and (pointer:coarse){html,body,#root{overflow-x:hidden!important}body{overscroll-behavior-y:contain!important;touch-action:pan-y!important;overflow-y:auto!important}.app-shell{min-height:100dvh!important;overflow-y:visible!important}}@media (hover:hover) and (pointer:fine){html,body,#root{height:auto!important;min-height:100%!important;overflow:hidden auto!important}.app,.app-shell,.home-screen{height:auto!important;min-height:100vh!important;overflow:hidden visible!important}.home-content{height:auto!important;min-height:0!important;overflow:visible!important}.tab-bar{position:fixed!important}html,body,#root{width:100%!important;height:100%!important;min-height:100%!important;overflow:hidden!important}body{overscroll-behavior:auto!important;touch-action:auto!important;position:static!important}.app,.app-shell,.home-screen,.tasks-screen,.games-screen,.profile-screen{-webkit-overflow-scrolling:touch!important;height:100vh!important;min-height:100vh!important;max-height:100vh!important;overflow:hidden auto!important}.home-content,.page-content,.pull-elastic-content{height:auto!important;min-height:auto!important;overflow:visible!important}.tab-bar{z-index:9999!important;position:fixed!important;bottom:0!important;left:0!important;right:0!important}}.daily-streak-sticker>svg{width:100%!important;height:100%!important;display:block!important}@media (width<=380px){.daily-streak-sticker{width:145px!important;height:145px!important}}.daily-streak-sticker{z-index:1!important;opacity:.24!important;pointer-events:none!important;-webkit-user-select:none!important;user-select:none!important;width:165px!important;height:165px!important;position:absolute!important;top:50%!important;left:50%!important;overflow:hidden!important;transform:translate(-50%,-50%)!important}.daily-streak-sticker svg{width:100%!important;height:100%!important;display:block!important}@media (width<=380px){.daily-streak-sticker{width:145px!important;height:145px!important}}.daily-streak-bg-video{z-index:1!important;object-fit:contain!important;opacity:.24!important;pointer-events:none!important;-webkit-user-select:none!important;user-select:none!important;width:175px!important;height:175px!important;position:absolute!important;top:50%!important;left:50%!important;transform:translate(-50%,-50%)!important}@media (width<=380px){.daily-streak-bg-video{width:152px!important;height:152px!important}}.daily-streak-bg-video{opacity:.36!important;mix-blend-mode:multiply!important;filter:contrast(1.08)saturate(1.08)!important}.daily-streak-card{isolation:isolate!important}.daily-streak-bg-video{display:none!important}.daily-streak-bg-gif{z-index:1!important;object-fit:contain!important;opacity:.22!important;pointer-events:none!important;-webkit-user-select:none!important;user-select:none!important;width:175px!important;height:175px!important;position:absolute!important;top:50%!important;left:50%!important;transform:translate(-50%,-50%)!important}@media (width<=380px){.daily-streak-bg-gif{width:152px!important;height:152px!important}}.daily-streak-bg-gif,.daily-streak-bg-video{display:none!important}.daily-streak-bg-image{opacity:.12!important;width:165px!important;height:165px!important;display:block!important}@media (width<=380px){.daily-streak-bg-image{width:145px!important;height:145px!important}}.daily-streak-card{background:radial-gradient(at 50% 0,#0d7cff38 0%,#0d7cff14 38%,#0000 72%),linear-gradient(#ffffff0b 0%,#ffffff04 42%,#0000001a 100%),#2c2c2e!important;position:relative!important;overflow:hidden!important;box-shadow:inset 0 1px #fff1,inset 0 0 0 1px #0d7cff29,0 14px 34px #0000002e!important}.daily-streak-card:before{content:""!important;pointer-events:none!important;z-index:2!important;background:linear-gradient(90deg,#0000,#57b6ff8c,#0000)!important;height:1px!important;position:absolute!important;top:0!important;left:14px!important;right:14px!important}.daily-streak-card:after{content:""!important;pointer-events:none!important;z-index:0!important;background:radial-gradient(circle,#0d7cff33 0%,#0d7cff12 42%,#0000 70%)!important;width:190px!important;height:190px!important;position:absolute!important;top:-88px!important;right:-80px!important}.daily-streak-header,.daily-streak-days,.daily-streak-button{z-index:3!important;position:relative!important}.daily-streak-card{background:radial-gradient(circle at 18% 0,#57b6ff1a 0%,#0d7cff0b 26%,#0000 48%),radial-gradient(at 50% 0,#0d7cff26 0%,#0d7cff0b 34%,#0000 62%),linear-gradient(#ffffff09 0%,#ffffff03 42%,#00000014 100%),#2c2c2e!important;box-shadow:inset 0 1px #ffffff0e,inset 0 0 0 1px #0d7cff1f,0 10px 24px #00000024!important}.daily-streak-card:after{background:radial-gradient(circle,#0d7cff1f 0%,#0d7cff09 42%,#0000 68%)!important;width:150px!important;height:150px!important;top:-74px!important;right:-70px!important}.daily-streak-bg-image{opacity:.13!important;filter:drop-shadow(0 8px 16px #0d7cff1a)!important}.daily-streak-days{justify-content:center!important;align-items:center!important;gap:9px!important;margin-top:14px!important;margin-bottom:14px!important;display:flex!important;position:relative!important}.daily-streak-days:before{content:""!important;z-index:1!important;background:linear-gradient(90deg,#0d7cff5c,#ffffff14,#0d7cff3d)!important;border-radius:999px!important;height:2px!important;position:absolute!important;top:50%!important;left:32px!important;right:32px!important;transform:translateY(-50%)!important}@media (width<=380px){.daily-streak-days{gap:7px!important}.daily-streak-days>*{width:31px!important;min-width:31px!important;height:31px!important;font-size:12px!important}.daily-streak-days>:nth-child(5){width:35px!important;min-width:35px!important;height:35px!important}}.daily-streak-days:before{z-index:1!important;background:linear-gradient(90deg,#0d7cff6b,#0d7cff47,#0d7cff14)!important;border-radius:999px!important;width:176px!important;height:2px!important;top:50%!important;left:34px!important;right:auto!important;transform:translateY(-50%)!important}@media (width<=380px){.daily-streak-days:before{width:158px!important;left:31px!important}}.daily-streak-days:before{content:none!important;display:none!important}.daily-streak-days{width:178px!important;height:92px!important;min-height:92px!important;margin:10px auto 12px!important;display:block!important;position:relative!important}.daily-streak-days>*{display:none!important}.daily-streak-days:before{content:""!important;filter:drop-shadow(0 8px 18px #0d7cff3d)!important;z-index:2!important;background:conic-gradient(#2f8eff 0deg,#0d7cff 128deg,#ffffff21 128deg 180deg,#0000 180deg 360deg)!important;border-radius:50%!important;width:164px!important;height:164px!important;display:block!important;position:absolute!important;top:2px!important;left:50%!important;transform:translate(-50%)rotate(-135deg)!important;-webkit-mask:radial-gradient(circle,#0000 0 58px,#000 59px 72px,#0000 73px 100%)!important;mask:radial-gradient(circle,#0000 0 58px,#000 59px 72px,#0000 73px 100%)!important}.daily-streak-days:after{content:"5 / 7"!important;z-index:3!important;color:#fff!important;letter-spacing:-.6px!important;text-shadow:0 8px 18px #0d7cff4d!important;font-size:25px!important;font-weight:900!important;line-height:1!important;position:absolute!important;top:47px!important;left:50%!important;transform:translate(-50%,-50%)!important}.daily-streak-days{color:#0000!important}.daily-streak-days+.daily-streak-button{margin-top:2px!important}.daily-streak-card:before{opacity:.85!important}@media (width<=380px){.daily-streak-days{width:166px!important;height:86px!important;min-height:86px!important}.daily-streak-days:before{width:154px!important;height:154px!important;-webkit-mask:radial-gradient(circle,#0000 0 54px,#000 55px 68px,#0000 69px 100%)!important;mask:radial-gradient(circle,#0000 0 54px,#000 55px 68px,#0000 69px 100%)!important}.daily-streak-days:after{font-size:23px!important;top:45px!important}}.daily-streak-days{width:auto!important;height:auto!important;min-height:0!important;color:inherit!important;justify-content:center!important;align-items:center!important;gap:9px!important;margin:14px 0!important;display:flex!important;position:relative!important}.daily-streak-days>*{z-index:2!important;color:#ffffff8a!important;background:linear-gradient(#ffffff0b,#ffffff03),#ffffff0e!important;border-radius:999px!important;justify-content:center!important;align-items:center!important;width:34px!important;min-width:34px!important;height:34px!important;font-size:13px!important;font-weight:800!important;line-height:1!important;display:inline-flex!important;position:relative!important;box-shadow:inset 0 1px #ffffff0e,inset 0 0 0 1px #ffffff14!important}.daily-streak-days>:nth-child(5){color:#fff!important;background:radial-gradient(circle at 50% 16%,#ffffff57 0%,#57b6ff40 24%,#0000 52%),radial-gradient(circle,#2f8eff 0%,#0d7cff 52%,#056cf3 100%)!important;width:38px!important;min-width:38px!important;height:38px!important;font-size:15px!important;box-shadow:inset 0 1px #ffffff4d,0 0 0 2px #0d7cff2e,0 0 0 5px #0d7cff13,0 10px 22px #0d7cff47!important}@media (width<=380px){.daily-streak-days{gap:7px!important}.daily-streak-days>*{width:31px!important;min-width:31px!important;height:31px!important;font-size:12px!important}.daily-streak-days>:nth-child(5){width:35px!important;min-width:35px!important;height:35px!important}}.banner-image-card{background:#0d7cff!important;padding:0!important;overflow:hidden!important}.banner-slider{overflow:visible!important}.banner-viewport{scroll-snap-type:x mandatory!important;scroll-behavior:smooth!important;scrollbar-width:none!important;-webkit-overflow-scrolling:touch!important;gap:10px!important;display:flex!important;overflow:auto hidden!important}.banner-viewport::-webkit-scrollbar{display:none!important}.banner-image-card{scroll-snap-align:start!important;background:#0d7cff!important;flex:0 0 100%!important;width:100%!important;min-width:100%!important;padding:0!important;overflow:hidden!important}.banner-image-card img{object-fit:cover!important;-webkit-user-select:none!important;user-select:none!important;pointer-events:none!important;width:100%!important;height:100%!important;display:block!important}.banner-dots span,.banner-dots button{background:#ffffff2e!important;border:0!important;border-radius:999px!important;width:22px!important;height:4px!important;padding:0!important;display:block!important}.banner-dots span.is-active,.banner-dots button.is-active{background:#0d7cff!important}.banner-viewport{height:94px!important;min-height:94px!important;max-height:94px!important}.banner-image-card{background:#0d7cff!important;height:94px!important;min-height:94px!important;max-height:94px!important}.banner-image-card img{object-fit:contain!important;background:#0d7cff!important}.banner-dots{justify-content:center!important;align-items:center!important;gap:7px!important;height:5px!important;margin-top:7px!important;display:flex!important}.banner-dots span,.banner-dots button{background:#ffffff2e!important;border-radius:999px!important;width:24px!important;height:4px!important;position:relative!important;overflow:hidden!important}.banner-dots span.is-active,.banner-dots button.is-active{background:#0d7cff!important;box-shadow:0 0 10px #0d7cff73!important}.leaderboard-strip{background:radial-gradient(circle at 18% 0,#57b6ff1f 0%,#0d7cff0d 26%,#0000 52%),radial-gradient(circle at 84% 100%,#0d7cff1f 0%,#0d7cff0a 32%,#0000 56%),linear-gradient(#ffffff0a 0%,#ffffff04 42%,#00000014 100%),#2c2c2e!important;border-radius:18px!important;justify-content:center!important;align-items:center!important;width:100%!important;height:42px!important;min-height:42px!important;display:flex!important;overflow:hidden!important;box-shadow:inset 0 1px #ffffff0f,inset 0 0 0 1px #0d7cff1f,0 8px 18px #00000024!important}.leaderboard-strip-title{color:#f8f7f5!important;letter-spacing:-.25px!important;text-align:center!important;font-size:15px!important;font-weight:900!important;line-height:1!important}@media (width<=380px){.leaderboard-strip{border-radius:16px!important;height:40px!important;min-height:40px!important}.leaderboard-strip-title{font-size:14px!important}}.leaderboard-strip{cursor:pointer!important;background:radial-gradient(circle at 18% 18%,#ffffff4d 0%,#57b6ff2e 22%,#0000 44%),radial-gradient(circle at 88% 80%,#056cf3f2 0%,#0d7cff52 34%,#0000 62%),radial-gradient(circle at 48% -28%,#ffffff47 0%,#2f8eff42 36%,#0000 66%),linear-gradient(135deg,#2f8eff 0%,#0d7cff 48%,#056cf3 100%)!important;border:0!important;border-radius:18px!important;justify-content:center!important;align-items:center!important;width:100%!important;height:46px!important;min-height:46px!important;padding:0 46px!important;display:flex!important;position:relative!important;overflow:hidden!important;box-shadow:inset 0 1px #ffffff47,inset 0 -1px #0000001f,0 10px 24px #0d7cff42,0 4px 12px #00000029!important}.leaderboard-strip:before{content:""!important;z-index:1!important;background:linear-gradient(90deg,#0000,#ffffffb8,#0000)!important;height:1px!important;position:absolute!important;top:0!important;left:14px!important;right:14px!important}.leaderboard-strip:after{content:""!important;z-index:0!important;background:radial-gradient(circle,#ffffff40,#ffffff0f 42%,#0000 70%)!important;border-radius:999px!important;width:120px!important;height:120px!important;position:absolute!important;top:-52px!important;left:-54px!important}.leaderboard-strip-title{z-index:2!important;color:#fff!important;letter-spacing:.2px!important;text-align:center!important;text-shadow:0 2px 10px #00000038!important;font-size:16px!important;font-weight:950!important;line-height:1!important;position:relative!important}.leaderboard-strip-icon,.leaderboard-strip-arrow{z-index:2!important;justify-content:center!important;align-items:center!important;display:inline-flex!important;position:absolute!important}.leaderboard-strip-icon{background:#ffffff2e!important;border-radius:999px!important;width:28px!important;height:28px!important;font-size:16px!important;left:16px!important;box-shadow:inset 0 1px #ffffff38,0 6px 14px #0000001f!important}.leaderboard-strip-arrow{color:#ffffffeb!important;text-shadow:0 4px 10px #0000002e!important;font-size:28px!important;font-weight:700!important;line-height:1!important;right:17px!important;transform:translateY(-1px)!important}@media (width<=380px){.leaderboard-strip{border-radius:16px!important;height:44px!important;min-height:44px!important;padding:0 42px!important}.leaderboard-strip-title{font-size:15px!important}.leaderboard-strip-icon{width:26px!important;height:26px!important;font-size:15px!important;left:14px!important}.leaderboard-strip-arrow{font-size:26px!important;right:15px!important}}.leaderboard-widget{text-align:left!important;cursor:pointer!important;background:radial-gradient(circle at 12% 10%,#ffffff42 0%,#57b6ff29 24%,#0000 48%),radial-gradient(circle at 92% 92%,#056cf3cc 0%,#0d7cff38 34%,#0000 62%),linear-gradient(135deg,#263546 0%,#173e73 42%,#0d7cff 100%)!important;border:0!important;border-radius:20px!important;grid-template-columns:34px 1fr auto 18px!important;align-items:center!important;column-gap:10px!important;width:100%!important;height:58px!important;min-height:58px!important;padding:0 13px!important;display:grid!important;position:relative!important;overflow:hidden!important;box-shadow:inset 0 1px #ffffff29,inset 0 0 0 1px #57b6ff2e,0 12px 28px #0d7cff33,0 6px 16px #00000029!important}.leaderboard-widget:before{content:""!important;pointer-events:none!important;background:linear-gradient(90deg,#0000,#ffffff9e,#0000)!important;height:1px!important;position:absolute!important;top:0!important;left:12px!important;right:12px!important}.leaderboard-widget:after{content:""!important;pointer-events:none!important;background:radial-gradient(circle,#fff3,#57b6ff1a 42%,#0000 70%)!important;border-radius:999px!important;width:150px!important;height:150px!important;position:absolute!important;top:-76px!important;right:-76px!important}.leaderboard-widget-cup{z-index:2!important;background:radial-gradient(circle at 50% 20%,#ffffff6b,#0000 42%),#ffffff29!important;border-radius:14px!important;justify-content:center!important;align-items:center!important;width:34px!important;height:34px!important;font-size:18px!important;display:inline-flex!important;position:relative!important;box-shadow:inset 0 1px #ffffff38,0 8px 18px #00000024!important}.leaderboard-widget-main,.leaderboard-widget-leader,.leaderboard-widget-arrow{z-index:2!important;position:relative!important}.leaderboard-widget-main{flex-direction:column!important;gap:3px!important;min-width:0!important;display:flex!important}.leaderboard-widget-kicker{color:#ffffffb3!important;letter-spacing:.25px!important;text-transform:uppercase!important;font-size:10px!important;font-weight:800!important;line-height:1!important}.leaderboard-widget-title{color:#fff!important;letter-spacing:-.2px!important;text-shadow:0 3px 12px #0003!important;font-size:16px!important;font-weight:950!important;line-height:1!important}.leaderboard-widget-leader{background:#0000002e!important;border-radius:999px!important;align-items:center!important;gap:5px!important;height:30px!important;padding:0 9px!important;display:inline-flex!important;box-shadow:inset 0 1px #ffffff1a,inset 0 0 0 1px #ffffff14!important}.leaderboard-widget-rank{color:#ffd76a!important;font-size:11px!important;font-weight:950!important}.leaderboard-widget-name{color:#fff!important;font-size:12px!important;font-weight:900!important}.leaderboard-widget-score{color:#ffffffc7!important;font-size:11px!important;font-weight:800!important}.leaderboard-widget-arrow{color:#ffffffeb!important;font-size:28px!important;font-weight:800!important;line-height:1!important;transform:translateY(-1px)!important}.leaderboard-strip-title,.leaderboard-strip-icon,.leaderboard-strip-arrow{display:none!important}@media (width<=380px){.leaderboard-widget{grid-template-columns:32px 1fr auto 16px!important;column-gap:8px!important;height:56px!important;min-height:56px!important;padding:0 11px!important}.leaderboard-widget-cup{width:32px!important;height:32px!important;font-size:17px!important}.leaderboard-widget-title{font-size:15px!important}.leaderboard-widget-leader{padding:0 8px!important}.leaderboard-widget-score{display:none!important}}.leaderboard-strip,.leaderboard-widget,.banner-slider,.banner-viewport,.banner-dots{display:none!important}.daily-streak-card{box-shadow:none!important;background:0 0!important;border:0!important;border-radius:0!important;margin-top:6px!important;padding:8px 0 14px!important;overflow:visible!important}.daily-streak-card:before,.daily-streak-card:after{content:none!important;display:none!important}.daily-streak-bg-image,.daily-streak-bg-gif,.daily-streak-bg-video{display:none!important}.daily-streak-header{text-align:center!important}.daily-streak-title{color:#fff!important;text-shadow:0 8px 22px #0d7cff33!important;font-size:21px!important;font-weight:950!important}.daily-streak-subtitle{color:#ffffff9e!important}.daily-streak-button{box-shadow:inset 0 1px #ffffff29,0 10px 24px #0d7cff38!important}.daily-streak-days{justify-content:center!important;align-items:center!important;gap:8px!important;margin-top:16px!important;margin-bottom:14px!important;display:flex!important}.daily-streak-days>*{color:#ffffff94!important;background:linear-gradient(#ffffff0e,#ffffff05),#fff1!important;border-radius:12px!important;justify-content:center!important;align-items:center!important;width:34px!important;min-width:34px!important;height:34px!important;font-size:13px!important;font-weight:900!important;line-height:1!important;display:inline-flex!important;box-shadow:inset 0 1px #ffffff12,inset 0 0 0 1px #ffffff14!important}.daily-streak-days>:nth-child(n+6){color:#ffffff9e!important;background:linear-gradient(#ffffff13,#ffffff06),#ffffff12!important;box-shadow:inset 0 1px #ffffff12,inset 0 0 0 1px #ffffff1a!important}@media (width<=380px){.daily-streak-days{gap:7px!important}.daily-streak-days>*{border-radius:11px!important;width:31px!important;min-width:31px!important;height:31px!important;font-size:12px!important}.daily-streak-days>:nth-child(5){border-radius:13px!important;width:35px!important;min-width:35px!important;height:35px!important}}.daily-streak-header{gap:3px!important;margin-bottom:0!important}.daily-streak-title{margin:0!important;line-height:1.12!important}.daily-streak-subtitle{margin:2px 0 0!important;line-height:1.25!important}.daily-streak-card{padding-top:2px!important;padding-bottom:8px!important}.daily-streak-header{gap:1px!important}.daily-streak-title{line-height:1.06!important}.daily-streak-subtitle{margin-top:1px!important;line-height:1.16!important}.daily-streak-days{margin-top:3px!important;margin-bottom:6px!important}.daily-streak-button{margin-top:0!important}.daily-streak-days>*{color:#ffffff94!important;background:radial-gradient(circle at 50% 0,#ffffff13,#0000 46%),linear-gradient(#ffffff0f,#ffffff05),#ffffff0e!important;border-radius:13px!important;width:33px!important;min-width:33px!important;height:33px!important;font-size:12px!important;font-weight:950!important;box-shadow:inset 0 1px #ffffff13,inset 0 0 0 1px #ffffff16,0 5px 12px #0000001a!important}.daily-streak-days>:nth-child(n+6):not(:last-child){color:#ffffff80!important;background:radial-gradient(circle at 50% 0,#ffffff16,#0000 44%),linear-gradient(#ffffff12,#ffffff06),#ffffff0f!important;box-shadow:inset 0 1px #ffffff13,inset 0 0 0 1px #ffffff17,0 5px 12px #0000001a!important}@media (width<=380px){.daily-streak-days{gap:6px!important}.daily-streak-days>*{border-radius:12px!important;width:30px!important;min-width:30px!important;height:30px!important;font-size:11px!important}.daily-streak-days>:nth-child(5){border-radius:14px!important;width:34px!important;min-width:34px!important;height:34px!important;font-size:13px!important}}.daily-streak-days>:nth-child(5){color:#fff!important;background:#0d7cff!important;border-radius:12px!important;width:33px!important;min-width:33px!important;height:33px!important;font-size:12px!important;box-shadow:inset 0 1px #ffffff29,0 7px 16px #0d7cff33!important}.daily-streak-days>:nth-child(-n+4){color:#0000!important;box-shadow:none!important;background:0 0!important}@media (width<=380px){.daily-streak-days{gap:6px!important}.daily-streak-days>*,.daily-streak-days>:nth-child(5){border-radius:11px!important;width:30px!important;min-width:30px!important;height:30px!important;font-size:11px!important}.daily-streak-days>:nth-child(-n+4):after{font-size:18px!important}}.daily-streak-days{gap:7px!important;margin-top:3px!important;margin-bottom:7px!important}.daily-streak-days:before,.daily-streak-days:after{content:none!important;display:none!important}.daily-streak-days>*{color:#fff!important;background:#0d7cff!important;border-radius:12px!important;justify-content:center!important;align-items:center!important;width:33px!important;min-width:33px!important;height:33px!important;font-size:12px!important;font-weight:900!important;line-height:1!important;display:inline-flex!important;position:relative!important;box-shadow:inset 0 1px #ffffff29,0 7px 16px #0d7cff33!important}.daily-streak-days>:nth-child(5){color:#fff!important;background:#0d7cff!important;border-radius:12px!important;width:33px!important;min-width:33px!important;height:33px!important;font-size:12px!important;font-weight:900!important;box-shadow:inset 0 1px #ffffff29,0 7px 16px #0d7cff33!important}.daily-streak-days>:nth-child(-n+4){color:#0000!important;background:#0d7cff!important;box-shadow:inset 0 1px #ffffff29,0 7px 16px #0d7cff33!important}.daily-streak-days>:nth-child(-n+4):after{content:"✓"!important;color:#35d26f!important;text-shadow:0 5px 12px #35d26f42!important;justify-content:center!important;align-items:center!important;font-size:19px!important;font-weight:950!important;line-height:1!important;display:inline-flex!important;position:absolute!important;inset:0!important}.daily-streak-days>:last-child{color:#fff!important;background:#0d7cff!important;box-shadow:inset 0 1px #ffffff29,0 7px 16px #0d7cff33!important}@media (width<=380px){.daily-streak-days{gap:6px!important}.daily-streak-days>*,.daily-streak-days>:nth-child(5){border-radius:11px!important;width:30px!important;min-width:30px!important;height:30px!important;font-size:11px!important}.daily-streak-days>:nth-child(-n+4):after{font-size:17px!important}}.daily-streak-card{min-height:0!important;box-shadow:none!important;background:0 0!important;border:0!important;flex-direction:column!important;justify-content:flex-start!important;align-items:stretch!important;gap:9px!important;margin-top:4px!important;padding:8px 0 12px!important;display:flex!important;overflow:visible!important}.daily-streak-card:before,.daily-streak-card:after,.daily-streak-bg-image,.daily-streak-day.is-gift,.daily-streak-question{display:none!important}.daily-streak-copy{text-align:center!important;flex-direction:column!important;align-items:center!important;gap:3px!important;display:flex!important}.daily-streak-copy h2{color:#f8f7f5!important;letter-spacing:-.35px!important;margin:0!important;font-size:18px!important;font-weight:900!important;line-height:1.05!important}.daily-streak-copy p{color:#f8f7f59e!important;white-space:nowrap!important;text-overflow:ellipsis!important;max-width:100%!important;margin:0!important;font-size:12px!important;font-weight:650!important;line-height:1.2!important;overflow:hidden!important}.daily-streak-days{grid-template-columns:repeat(7,minmax(0,1fr))!important;gap:7px!important;width:100%!important;margin-top:2px!important;display:grid!important}.daily-streak-day,.daily-streak-day.is-completed{aspect-ratio:1!important;background:#0d7cff!important;border-radius:12px!important;place-items:center!important;min-width:0!important;display:grid!important;box-shadow:0 7px 14px #0d7cff2e,inset 0 1px #fff3!important}.daily-streak-day span,.daily-streak-number{color:#fff!important;font-size:13px!important;font-weight:900!important;line-height:1!important}.daily-streak-check{color:#35e27b!important;text-shadow:0 2px 8px #35e27b47!important;font-size:17px!important;font-weight:950!important;line-height:1!important}.daily-streak-button{color:#fff!important;cursor:pointer!important;background:#0d7cff!important;border:0!important;border-radius:999px!important;justify-content:center!important;align-items:center!important;width:100%!important;height:38px!important;margin-top:1px!important;font-size:13px!important;font-weight:900!important;line-height:1!important;display:inline-flex!important;box-shadow:0 9px 18px #0d7cff3d,inset 0 1px #ffffff38!important}.daily-streak-button:disabled{opacity:.72!important;cursor:default!important}@media (width<=380px){.daily-streak-card{gap:8px!important;padding-top:6px!important}.daily-streak-days{gap:6px!important}.daily-streak-day,.daily-streak-day.is-completed{border-radius:11px!important}.daily-streak-button{height:37px!important}}.banner-viewport{width:100%!important;display:block!important;overflow:hidden!important}.banner-track{display:flex!important}.banner-slide{flex:0 0 100%!important;display:block!important}.banner-slide img{object-fit:cover!important;width:100%!important;height:100%!important;display:block!important}.banner-indicators{justify-content:center!important;align-items:center!important;display:flex!important}.banner-indicator{display:inline-flex!important}.banner-indicator span{display:block!important}.banner-slider,.banner-dots{display:none!important}.banner-section{margin-top:8px!important;margin-bottom:12px!important}.banner-viewport{border-radius:22px!important;width:100%!important;height:150px!important;max-height:150px!important;overflow:hidden!important}.banner-track{height:100%!important}.banner-slide{border-radius:22px!important;height:100%!important;overflow:hidden!important}.banner-slide img{object-fit:cover!important;border-radius:22px!important;width:100%!important;height:100%!important}.banner-indicators{gap:6px!important;margin-top:8px!important}.banner-indicator{background:#f8f7f529!important;border-radius:999px!important;width:22px!important;height:4px!important;overflow:hidden!important}.banner-indicator span{border-radius:inherit!important;background:#f8f7f552!important;width:100%!important;height:100%!important}.banner-indicator.is-active span{background:#0d7cff!important}@media (width>=520px){.banner-viewport{height:170px!important;max-height:170px!important}}@media (width<=380px){.banner-viewport{border-radius:20px!important;height:158px!important;max-height:158px!important}.banner-slide,.banner-slide img{border-radius:20px!important}}.banner-section{margin-top:8px!important;margin-bottom:12px!important;display:block!important}.banner-viewport{border-radius:18px!important;width:100%!important;height:80px!important;min-height:80px!important;max-height:80px!important;display:block!important;overflow:hidden!important}.banner-track{height:80px!important;display:flex!important}.banner-slide{background:0 0!important;border:0!important;border-radius:18px!important;flex:0 0 100%!important;width:100%!important;height:80px!important;padding:0!important;display:block!important;overflow:hidden!important}.banner-slide img{object-fit:cover!important;border-radius:18px!important;width:100%!important;height:80px!important;display:block!important}.banner-indicators,.banner-dots{justify-content:center!important;align-items:center!important;gap:7px!important;height:6px!important;margin-top:8px!important;display:flex!important}.banner-indicator,.banner-dots span,.banner-dots button{background:#f8f7f529!important;border:0!important;border-radius:999px!important;width:22px!important;height:4px!important;padding:0!important;display:inline-flex!important;overflow:hidden!important}.banner-indicator span{background:#f8f7f547!important;border-radius:999px!important;width:100%!important;height:100%!important;display:block!important}.banner-indicator.is-active span,.banner-dots span.is-active,.banner-dots button.is-active{background:#0d7cff!important}@media (width>=520px){.banner-viewport,.banner-track,.banner-slide,.banner-slide img{height:80px!important;min-height:80px!important;max-height:80px!important}}@media (width<=380px){.banner-viewport,.banner-track,.banner-slide,.banner-slide img{border-radius:18px!important;height:80px!important;min-height:80px!important;max-height:80px!important}}.home-content-clean{flex-direction:column!important;gap:0!important;padding-bottom:96px!important;display:flex!important}.home-content-clean>:not(.home-header){display:none!important}.home-banner{width:100%!important;margin-top:14px!important;margin-bottom:0!important;display:block!important}.home-banner-viewport{background:#ffffff0a!important;border-radius:18px!important;width:100%!important;height:80px!important;overflow:hidden!important}.home-banner-track{will-change:transform!important;width:100%!important;height:80px!important;transition:transform .32s!important;display:flex!important}.home-banner-slide{background:0 0!important;border:0!important;border-radius:18px!important;flex:0 0 100%!important;width:100%!important;height:80px!important;margin:0!important;padding:0!important;overflow:hidden!important}.home-banner-slide img{object-fit:cover!important;-webkit-user-select:none!important;user-select:none!important;-webkit-user-drag:none!important;border-radius:18px!important;width:100%!important;height:80px!important;display:block!important}.home-banner-dot{background:#f8f7f529!important;border:0!important;border-radius:999px!important;width:22px!important;height:4px!important;padding:0!important;display:block!important;overflow:hidden!important}.home-banner-dot span{background:#0d7cff!important;border-radius:999px!important;width:0!important;height:100%!important;display:block!important}@keyframes home-banner-dot-fill{0%{width:0}to{width:100%}}.home-content{gap:0!important}.home-banner{margin-top:18px!important;margin-bottom:0!important}.home-banner-viewport,.home-banner-track,.home-banner-slide,.home-banner-slide img{height:160px!important;min-height:160px!important;max-height:160px!important}.home-banner-viewport,.home-banner-slide,.home-banner-slide img{border-radius:22px!important}.home-banner-dots{margin-top:8px!important}.home-content{padding-top:12px!important}@media (width<=520px){.home-content{padding-top:28px!important}.home-banner{margin-top:12px!important}}@media (width<=380px){.home-content{padding-top:26px!important}}@media (width<=520px){.home-content{padding-top:112px!important}.home-header{margin-top:0!important;margin-bottom:0!important}.home-banner{margin-top:12px!important}}@media (width<=380px){.home-content{padding-top:104px!important}.home-banner{margin-top:12px!important}}@media (width<=520px){.home-content{padding-top:92px!important}.home-banner{margin-top:12px!important}}@media (width<=380px){.home-content{padding-top:88px!important}.home-banner{margin-top:12px!important}}@media (width<=520px){.home-content{padding-top:100px!important}.home-banner{margin-top:12px!important}}@media (width<=380px){.home-content{padding-top:96px!important}.home-banner{margin-top:12px!important}}@media (width<=520px){.home-content{padding-top:104px!important}.home-banner{margin-top:12px!important}}@media (width<=380px){.home-content{padding-top:100px!important}.home-banner{margin-top:12px!important}}.home-header{outline-offset:2px!important;outline:1px solid #ff3c3cd9!important}.home-banner{outline-offset:2px!important;outline:1px solid #0d7cffe6!important}@media (width<=520px){.home-content{padding-top:104px!important}.home-banner{margin-top:12px!important}}@media (width<=380px){.home-content{padding-top:100px!important}.home-banner{margin-top:12px!important}}@media (width<=520px){.home-content{padding-top:98px!important}.home-banner{margin-top:12px!important}}@media (width<=380px){.home-content{padding-top:94px!important}.home-banner{margin-top:12px!important}}@media (width<=520px){.home-content{padding-top:95px!important}.home-banner{margin-top:12px!important}}@media (width<=380px){.home-content{padding-top:91px!important}.home-banner{margin-top:12px!important}}.home-header,.home-banner{outline:none!important}.home-header{margin-top:0!important;margin-bottom:0!important}.home-banner{margin-top:12px!important}@media (width<=520px){.home-content{padding-top:102px!important}.home-banner{margin-top:12px!important}}@media (width<=380px){.home-content{padding-top:98px!important}.home-banner{margin-top:12px!important}}.home-banner-dot span{background:#0d7cff!important;border-radius:999px!important;width:0!important;height:100%!important;display:block!important;position:absolute!important;top:0!important;left:0!important;box-shadow:0 0 8px #0d7cff73!important}.home-banner-dot.is-active span{animation:3s linear forwards home-banner-dot-brand-fill!important}.home-banner-dot:not(.is-active) span{width:0!important;animation:none!important}@keyframes home-banner-dot-brand-fill{0%{width:0}to{width:100%}}.home-banner-dot span{display:none!important}.home-banner-dot:before{content:""!important;border-radius:inherit!important;transform-origin:0!important;background:#0d7cff!important;width:100%!important;height:100%!important;position:absolute!important;top:0!important;left:0!important;transform:scaleX(0)!important;box-shadow:0 0 8px #0d7cff73!important}.home-banner-dot.is-active:before{animation:3s linear forwards home-banner-capsule-fill!important}.home-banner-dot:not(.is-active):before{animation:none!important;transform:scaleX(0)!important}@keyframes home-banner-capsule-fill{0%{transform:scaleX(0)}to{transform:scaleX(1)}}.daily-checkin-card{background:#2c2c2e!important;border-radius:24px!important;flex-direction:column!important;align-items:stretch!important;gap:12px!important;width:100%!important;margin-top:18px!important;padding:16px!important;display:flex!important;box-shadow:inset 0 1px #ffffff0b,0 14px 28px #00000029!important}.daily-checkin-copy{text-align:center!important;flex-direction:column!important;align-items:center!important;gap:5px!important;display:flex!important}.daily-checkin-copy h2{color:#f8f7f5!important;letter-spacing:-.35px!important;margin:0!important;font-size:18px!important;font-weight:900!important;line-height:1.08!important}.daily-checkin-copy p{color:#f8f7f59e!important;margin:0!important;font-size:12px!important;font-weight:650!important;line-height:1.25!important}.daily-checkin-day{aspect-ratio:1!important;background:#0d7cff!important;border-radius:12px!important;place-items:center!important;min-width:0!important;display:grid!important;box-shadow:0 7px 14px #0d7cff29,inset 0 1px #fff3!important}.daily-checkin-day span{color:#fff!important;font-size:13px!important;font-weight:900!important;line-height:1!important}@media (width<=380px){.daily-checkin-card{border-radius:22px!important;gap:11px!important;margin-top:16px!important;padding:14px!important}.daily-checkin-days{gap:6px!important}.daily-checkin-day{border-radius:11px!important}}.daily-checkin-days{grid-template-columns:repeat(7,minmax(0,1fr))!important;gap:7px!important;width:100%!important;display:grid!important}.daily-checkin-day{aspect-ratio:1!important;background:#1f1f20!important;border-radius:999px!important;place-items:center!important;min-width:0!important;display:grid!important;position:relative!important;box-shadow:inset 0 1px #ffffff0a,inset 0 -1px #00000038!important}.daily-checkin-day:before{content:""!important;background:#2c2c2e!important;border-radius:999px!important;position:absolute!important;inset:6px!important;box-shadow:inset 0 1px #ffffff0b!important}@media (width<=380px){.daily-checkin-days{gap:6px!important}.daily-checkin-day:before{inset:5px!important}}@media (width<=380px){.daily-checkin-day:before{inset:3px!important}}.daily-checkin-days{grid-template-columns:repeat(7,1fr)!important;place-items:center!important;gap:7px!important;width:100%!important;display:grid!important}.daily-checkin-day{aspect-ratio:auto!important;width:34px!important;min-width:34px!important;max-width:34px!important;height:34px!important;min-height:34px!important;max-height:34px!important;box-shadow:none!important;background:#1f1f20!important;border-radius:50%!important;place-items:center!important;display:grid!important;position:relative!important;overflow:hidden!important}.daily-checkin-day:before{content:""!important;box-shadow:none!important;background:#2c2c2e!important;border-radius:50%!important;position:absolute!important;inset:3px!important}.daily-checkin-day span{z-index:1!important;color:#f8f7f5db!important;font-size:13px!important;font-weight:900!important;line-height:1!important;position:relative!important}@media (width<=380px){.daily-checkin-days{gap:6px!important}.daily-checkin-day{width:32px!important;min-width:32px!important;max-width:32px!important;height:32px!important;min-height:32px!important;max-height:32px!important}.daily-checkin-day:before{inset:3px!important}}.daily-checkin-day{border-radius:50%!important;width:38px!important;min-width:38px!important;max-width:38px!important;height:38px!important;min-height:38px!important;max-height:38px!important}.daily-checkin-day:before{border-radius:50%!important;inset:3px!important}.daily-checkin-day span{font-size:14px!important}@media (width<=380px){.daily-checkin-day{width:36px!important;min-width:36px!important;max-width:36px!important;height:36px!important;min-height:36px!important;max-height:36px!important}.daily-checkin-day span{font-size:13px!important}}.daily-checkin-day{box-shadow:none!important;background:#0d7cff!important}.daily-checkin-day:before{background:#2c2c2e!important}.daily-checkin-card{gap:13px!important}.daily-checkin-day.is-completed span{color:#fff!important;font-size:14px!important;font-weight:900!important;line-height:1!important}.daily-checkin-button{color:#fff!important;cursor:pointer!important;background:#0d7cff!important;border:0!important;border-radius:999px!important;justify-content:center!important;align-items:center!important;width:100%!important;height:38px!important;margin-top:1px!important;font-size:13px!important;font-weight:900!important;line-height:1!important;display:inline-flex!important;box-shadow:0 9px 18px #0d7cff38,inset 0 1px #ffffff38!important}.daily-checkin-button:disabled{opacity:.76!important;cursor:default!important}@media (width<=380px){.daily-checkin-button{height:37px!important}.daily-checkin-day.is-completed span{font-size:13px!important}}.daily-checkin-button{width:55%!important;max-width:210px!important;box-shadow:none!important;background:#0d7cff!important;align-self:center!important}.daily-checkin-button:disabled{box-shadow:none!important}.daily-checkin-copy h2,.daily-checkin-button{text-transform:uppercase!important;letter-spacing:.2px!important}.daily-checkin-copy p{text-transform:uppercase!important;letter-spacing:.18px!important;text-transform:none!important;letter-spacing:0!important}.home-banner-dots{justify-content:center!important;align-items:center!important;gap:7px!important;height:6px!important;margin-top:8px!important;display:flex!important}.home-banner-dot{background:#f8f7f52e!important;border:0!important;border-radius:999px!important;width:22px!important;height:4px!important;padding:0!important;display:block!important;position:relative!important;overflow:hidden!important}.home-banner-dot:before{display:none!important}.home-banner-dot span{transform:scaleX(0);transform-origin:0!important;width:100%!important;min-width:100%!important;height:100%!important;box-shadow:none!important;background:#0d7cff!important;border-radius:999px!important;transition:transform 50ms linear!important;display:block!important;position:absolute!important;top:0!important;left:0!important}.home-banner-dot:not(.is-active) span{transform:scaleX(0)!important}@media (width>=521px){.home-content{padding-top:82px!important}}@media (width<=520px){.home-content{padding-top:96px!important}.home-banner{margin-top:12px!important}}@media (width<=430px){.home-content{padding-top:100px!important}.home-banner{margin-top:12px!important}}body.mytasked-ios .home-content{padding-top:104px!important}body.mytasked-android .home-content{padding-top:82px!important}body.mytasked-desktop .home-content{padding-top:74px!important}body.mytasked-ios .home-banner,body.mytasked-android .home-banner,body.mytasked-desktop .home-banner{margin-top:12px!important}html body.mytasked-desktop .home-screen .home-content{padding-top:18px!important}html body.mytasked-desktop .home-screen .home-banner{margin-top:12px!important}.daily-checkin-copy h2{letter-spacing:-.15px!important;font-weight:800!important}.daily-checkin-copy p{font-weight:600!important}.daily-checkin-card:after{content:""!important;pointer-events:none!important;background:#ffffff0b!important;height:1px!important;position:absolute!important;top:58px!important;left:18px!important;right:18px!important}.daily-checkin-card{background:radial-gradient(circle at 50% 0,#0d7cff29 0%,#0d7cff0e 34%,#0000 68%),linear-gradient(#303033 0%,#29292b 100%)!important;border:1px solid #0d7cff21!important;box-shadow:inset 0 1px #ffffff0e,0 16px 34px #00000038!important}.daily-checkin-card:before{background:linear-gradient(90deg,#0000,#0d7cff57,#0000)!important}.daily-checkin-card{background:radial-gradient(at 50% -8%,#0d7cff26 0%,#0d7cff11 30%,#0d7cff05 54%,#0000 74%),radial-gradient(at 12% 0,#0d7cff1a 0%,#0d7cff0b 34%,#0000 68%),radial-gradient(at 88% 0,#0d7cff1a 0%,#0d7cff0b 34%,#0000 68%),linear-gradient(#303033 0%,#29292b 100%)!important;border:1px solid #0d7cff26!important;position:relative!important;overflow:hidden!important;box-shadow:inset 0 1px #0d7cff1a,0 16px 34px #00000038!important}.daily-checkin-card:before{content:""!important;pointer-events:none!important;background:linear-gradient(90deg,#0d7cff29,#0d7cff4d,#0d7cff29)!important;height:1px!important;position:absolute!important;top:0!important;left:14px!important;right:14px!important}.daily-checkin-card:after{display:none!important}.daily-checkin-day:before{inset:2px!important}.daily-checkin-day.is-completed{background:#0d7cff!important}.daily-checkin-day.is-completed:before{display:none!important}.daily-checkin-card{position:relative!important;overflow:hidden!important}.daily-checkin-card:after{content:""!important;opacity:.18!important;filter:brightness(.58)saturate(.85)!important;pointer-events:none!important;z-index:0!important;background-image:url(/assets/home/checkin-crystal.webp?v=1)!important;background-position:50%!important;background-repeat:no-repeat!important;background-size:contain!important;width:116px!important;height:116px!important;position:absolute!important;top:56%!important;left:50%!important;transform:translate(-50%,-50%)!important}@media (width<=380px){.daily-checkin-card:after{width:104px!important;height:104px!important;top:57%!important}}@media (width<=380px){.daily-checkin-card:after{width:104px!important;height:104px!important;top:57%!important}}@media (width<=380px){.daily-checkin-card:after{inset:6px!important}}.daily-checkin-card:after{opacity:.32!important;filter:brightness(.95)saturate(1.02)!important;content:""!important;opacity:.34!important;pointer-events:none!important;z-index:0!important;background-image:url(/assets/home/checkin-coin.webp?v=1)!important;background-position:50%!important;background-repeat:no-repeat!important;background-size:contain!important;width:78%!important;height:78%!important;display:block!important;position:absolute!important;top:56%!important;left:50%!important;transform:translate(-50%,-50%)!important}@media (width<=380px){.daily-checkin-card:after{width:82%!important;height:82%!important;top:57%!important}}@media (width<=380px){.daily-checkin-card:after{width:140%!important;height:140%!important;top:88%!important}}.daily-checkin-card:after{content:""!important;opacity:.16!important;filter:brightness(.58)saturate(.86)!important;pointer-events:none!important;z-index:0!important;background-image:url(/assets/home/checkin-coin.webp?v=3)!important;background-position:50%!important;background-repeat:no-repeat!important;background-size:contain!important;width:165%!important;height:165%!important;display:block!important;position:absolute!important;top:84%!important;left:50%!important;transform:translate(-50%,-50%)!important}@media (width<=380px){.daily-checkin-card:after{width:174%!important;height:174%!important;top:86%!important}}.daily-checkin-card:after{content:""!important;opacity:.16!important;filter:brightness(.58)saturate(.86)!important;pointer-events:none!important;z-index:0!important;background-image:url(/assets/home/checkin-coin.webp?v=4)!important;background-position:bottom!important;background-repeat:no-repeat!important;background-size:100%!important;width:auto!important;height:auto!important;display:block!important;position:absolute!important;inset:34px 0 -92px!important;transform:none!important}.daily-checkin-copy,.daily-checkin-days,.daily-checkin-button{z-index:1!important;position:relative!important}@media (width<=380px){.daily-checkin-card:after{background-size:104%!important;top:38px!important;bottom:-86px!important}}.daily-checkin-card:after{content:none!important;background-image:none!important;display:none!important}.daily-checkin-card{box-shadow:inset 0 1px #0d7cff29,0 0 0 1px #0d7cff14,0 0 22px #0d7cff1a,0 16px 34px #0000003d!important;box-shadow:none!important;filter:none!important;-webkit-backdrop-filter:none!important;background:#2c2c2e!important;border:1px solid #0d7cff57!important}.daily-checkin-card{box-shadow:none!important;filter:none!important;-webkit-backdrop-filter:none!important;background:#2c2c2e!important;border:1px solid #0d7cff!important}.daily-checkin-card:before,.daily-checkin-card:after{content:none!important;box-shadow:none!important;filter:none!important;background:0 0!important;display:none!important}.daily-checkin-day,.daily-checkin-day.is-completed,.daily-checkin-button,.home-banner-dot span{background:#0d7cff!important}.daily-checkin-card{border:1px solid #0d7cff!important}.daily-checkin-day,.daily-checkin-day.is-completed,.daily-checkin-button{background:#0d7cff!important}.daily-checkin-button{color:#fff!important;box-shadow:none!important;filter:none!important;background:#0d7cff!important}.daily-checkin-button:disabled{color:#fff!important;opacity:.68!important;box-shadow:none!important;filter:none!important;opacity:.74!important;box-shadow:none!important;background:#0d7cff!important}.daily-checkin-copy h2{color:#fff!important}.daily-checkin-day span,.daily-checkin-day.is-completed span,.daily-checkin-button,.daily-checkin-button:disabled{color:#fff!important}.daily-checkin-copy p{color:#f8f7f59e!important;opacity:1!important;opacity:1!important}.daily-checkin-button:disabled{color:#fff!important;opacity:1!important;box-shadow:none!important;filter:none!important;background:#0b6fe6!important}.home-section{width:100%!important;margin-top:18px!important}.home-section-header{justify-content:space-between!important;align-items:center!important;width:100%!important;margin-bottom:9px!important;padding:0 2px!important;display:flex!important}.home-section-header h2{color:#fff!important;letter-spacing:-.15px!important;margin:0!important;font-size:15px!important;font-weight:800!important;line-height:1.1!important}.home-section-daily .daily-checkin-card{box-shadow:none!important;filter:none!important;-webkit-backdrop-filter:none!important;background:#2c2c2e!important;border:1px solid #fff1!important;margin-top:0!important}.home-section-daily .daily-checkin-card:before,.home-section-daily .daily-checkin-card:after{content:none!important;box-shadow:none!important;filter:none!important;background:0 0!important;display:none!important}html,body,#root,.app,.app-shell,.home-screen{background:linear-gradient(#202124 0%,#19191b 100%)!important}:root{--bg:#1f1f20!important}html,body,#root,#root>*,.app-shell,.app-main,.home-screen,.home-content{background:#1f1f20!important}.home-content{background-attachment:initial!important}.home-pill-left .profile-avatar{object-fit:cover!important;object-fit:cover!important;transform-origin:50%!important;padding:0!important;transform:scale(.92)!important}.home-pill-left .profile-avatar,.home-pill-right .usdt-coin{object-fit:cover!important;transform-origin:50%!important;width:30px!important;min-width:30px!important;max-width:30px!important;height:30px!important;min-height:30px!important;max-height:30px!important;padding:0!important;transform:none!important}.home-pill{box-sizing:border-box!important;height:40px!important;min-height:40px!important;max-height:40px!important;overflow:hidden!important}.home-pill-left{padding-left:0!important}.home-pill-right{padding-right:0!important}.home-pill-left .profile-avatar,.home-pill-right .usdt-coin{object-fit:cover!important;width:40px!important;min-width:40px!important;max-width:40px!important;height:40px!important;min-height:40px!important;max-height:40px!important;padding:0!important;transform:none!important}.home-pill{height:36px!important;min-height:36px!important;max-height:36px!important}.home-pill-left .profile-avatar,.home-pill-right .usdt-coin{width:36px!important;min-width:36px!important;max-width:36px!important;height:36px!important;min-height:36px!important;max-height:36px!important}.home-pill .pill-value{font-size:14px!important;line-height:1!important}.home-pill{max-width:118px!important;overflow:hidden!important}.home-pill .pill-value{white-space:nowrap!important;text-overflow:ellipsis!important;min-width:0!important;overflow:hidden!important}.home-pill-left,.home-pill-right{justify-content:space-between!important;width:104px!important;min-width:104px!important;max-width:104px!important;overflow:hidden!important}.home-pill-left{padding-left:0!important;padding-right:10px!important}.home-pill-right{padding-left:10px!important;padding-right:0!important}.home-pill .pill-value{text-align:center!important;white-space:nowrap!important;text-overflow:clip!important;flex:auto!important;min-width:0!important;overflow:visible!important}.home-pill-left,.home-pill-right{width:106px!important;min-width:106px!important;max-width:106px!important;overflow:hidden!important}.home-pill-left{justify-content:flex-start!important;gap:0!important;padding-left:0!important;padding-right:8px!important}.home-pill-right{justify-content:flex-end!important;gap:0!important;padding-left:8px!important;padding-right:0!important}.home-pill-left .pill-value,.home-pill-right .pill-value-right{text-align:center!important;white-space:nowrap!important;text-overflow:clip!important;flex:auto!important;min-width:0!important;overflow:hidden!important}.home-pill-left,.home-pill-right{align-items:center!important;gap:0!important;width:106px!important;min-width:106px!important;max-width:106px!important;height:36px!important;min-height:36px!important;max-height:36px!important;padding:0!important;overflow:hidden!important}.home-pill-left{grid-template-columns:36px 70px!important;display:grid!important}.home-pill-right{grid-template-columns:70px 36px!important;display:grid!important}.home-pill-left .profile-avatar{grid-column:1!important;width:36px!important;height:36px!important}.home-pill-right .usdt-coin{grid-column:2!important;width:36px!important;height:36px!important}.home-pill-left .pill-value{grid-column:2!important}.home-pill-right .pill-value-right{grid-column:1!important}.home-pill-left .pill-value,.home-pill-right .pill-value-right{text-align:center!important;white-space:nowrap!important;text-overflow:clip!important;place-self:center!important;width:100%!important;min-width:0!important;max-width:100%!important;overflow:hidden!important}.home-banner-track.is-jump-reset{transition:none!important}.home-banner-viewport{border:1px solid #0d7cff8c!important;box-shadow:inset 0 0 0 1px #0d7cff1f!important}.home-banner-slide img{object-fit:contain!important;object-position:center center!important;object-fit:cover!important;object-position:center center!important;object-fit:contain!important;object-position:center center!important;object-fit:cover!important;object-position:center center!important;background:#2c2c2e!important;width:100%!important;height:100%!important}.home-banner-dots{justify-content:center!important;align-items:center!important;gap:5px!important;margin-top:9px!important;display:flex!important}.home-banner-dot{background:#ffffff2e!important;border-radius:999px!important;width:8px!important;height:4px!important;padding:0!important;overflow:hidden!important}.home-banner-dot.is-active{background:#ffffff2e!important;width:18px!important}.home-banner-dot span{border-radius:inherit!important;transform-origin:0!important;background:0 0!important;width:100%!important;height:100%!important;display:block!important}.home-banner-dot:before{content:none!important;display:none!important}.home-banner-dot span,.home-banner-dot.is-active span{border-radius:inherit!important;transform-origin:0!important;background:0 0!important;width:100%!important;min-width:0!important;max-width:100%!important;height:100%!important;animation:none!important;display:block!important}.home-banner-dot span,.home-banner-dot.is-active span{animation:none!important;transform:none!important}.home-banner-dot span{background:0 0!important}.home-banner-dot.is-active span{background:#0d7cff!important}.home-banner-dot,.home-banner-dot.is-active{background:#ffffff2e!important;border:0!important;border-radius:999px!important;flex:none!important;width:8px!important;min-width:8px!important;max-width:8px!important;height:4px!important;min-height:4px!important;max-height:4px!important;margin:0!important;padding:0!important;animation:none!important;display:block!important;position:relative!important;overflow:hidden!important;transform:none!important}.home-banner-dot span,.home-banner-dot.is-active span{border-radius:inherit!important;transform-origin:0!important;width:100%!important;height:100%!important;transition:none!important;animation:none!important;display:block!important;position:absolute!important;inset:0 auto 0 0!important}.home-banner-dot.is-active span{opacity:1!important;background:#0d7cff!important}.home-banner-dot span{opacity:0!important;transform-origin:0!important;background:0 0!important;transition:none!important;animation:none!important}.home-banner-dot.is-active span{opacity:1!important;transform-origin:0!important;background:#0d7cff!important}.home-banner-dot:not(.is-active) span{opacity:0!important;background:0 0!important;transform:scaleX(0)!important}.home-banner-dot,.home-banner-dot.is-active{background:#ffffff2e!important;border:0!important;border-radius:999px!important;flex:none!important;width:8px!important;min-width:8px!important;max-width:8px!important;height:4px!important;min-height:4px!important;max-height:4px!important;margin:0!important;padding:0!important;animation:none!important;display:block!important;position:relative!important;overflow:hidden!important}.home-banner-dot.is-active{width:18px!important;min-width:18px!important;max-width:18px!important}.home-banner-dot:before,.home-banner-dot:after,.home-banner-dot.is-active:before,.home-banner-dot.is-active:after{content:none!important;background:0 0!important;width:0!important;height:0!important;animation:none!important;display:none!important;transform:none!important}.home-banner-dot span,.home-banner-dot.is-active span{border-radius:inherit!important;transform-origin:0!important;width:100%!important;height:100%!important;transition:none!important;animation:none!important;display:block!important;position:absolute!important;top:0!important;bottom:0!important;left:0!important}.home-banner-dot span{opacity:0!important;background:0 0!important;transform:scaleX(0)!important}.home-banner-dot.is-active span{opacity:1!important;transform:scaleX(var(--dot-progress,0))!important;background:#0d7cff!important}.home-banner-dots{justify-content:center!important;align-items:center!important;gap:5px!important;height:6px!important;margin-top:9px!important;display:flex!important;overflow:hidden!important}.home-banner-dot,.home-banner-dot.is-active{width:8px!important;min-width:8px!important;max-width:8px!important;height:4px!important;min-height:4px!important;max-height:4px!important;box-shadow:none!important;background:#ffffff2e!important;border:0!important;border-radius:999px!important;flex:none!important;margin:0!important;padding:0!important;animation:none!important;display:block!important;position:relative!important;overflow:hidden!important;transform:none!important}.home-banner-dot.is-active{background:linear-gradient(90deg, #0d7cff 0%, #0d7cff var(--dot-fill,0%), #ffffff2e var(--dot-fill,0%), #ffffff2e 100%)!important;width:18px!important;min-width:18px!important;max-width:18px!important}.home-banner-dot:before,.home-banner-dot:after,.home-banner-dot.is-active:before,.home-banner-dot.is-active:after,.home-banner-dot span,.home-banner-dot.is-active span{content:none!important;opacity:0!important;width:0!important;height:0!important;box-shadow:none!important;background:0 0!important;animation:none!important;display:none!important;transform:none!important}.daily-spin-card{background:radial-gradient(ellipse 115% 80% at 50% -38%, #2f8eff17 0%, #0d7cff0a 36%, #0d7cff00 68%), linear-gradient(135deg, #ffffff05, #0000000a), var(--card);border-radius:24px;grid-template-columns:minmax(0,1fr) 112px;align-items:center;gap:12px;min-height:150px;padding:16px;display:grid;position:relative;overflow:hidden;box-shadow:inset 0 0 0 1px #f8f7f50e,0 10px 26px #00000024}.daily-spin-card:before{content:"";filter:blur(26px);pointer-events:none;background:#0d7cff1a;border-radius:999px;width:180px;height:180px;position:absolute;inset:auto -30px -70px auto}.daily-spin-copy{z-index:2;flex-direction:column;gap:6px;min-width:0;display:flex;position:relative}.daily-spin-kicker{color:#0d7cff;background:#0d7cff1f;border-radius:999px;width:fit-content;padding:5px 9px;font-size:11px;font-weight:900;line-height:1}.daily-spin-copy h2{color:#f8f7f5;letter-spacing:-.45px;margin:0;font-size:21px;font-weight:900;line-height:1.05}.daily-spin-copy p{color:#f8f7f59e;max-width:210px;margin:0;font-size:12px;font-weight:650;line-height:1.25}.daily-spin-visual{z-index:2;place-items:center;width:112px;height:112px;display:grid;position:relative}.daily-spin-wheel{background:conic-gradient(from -18deg,#0d7cff 0deg 70deg,#27384a 70deg 140deg,#0d7cff 140deg 215deg,#31445a 215deg 290deg,#0d7cff 290deg 360deg);border-radius:999px;place-items:center;width:94px;height:94px;display:grid;position:relative;box-shadow:0 10px 18px #0d7cff1f,inset 0 0 0 5px #f8f7f514,inset 0 0 0 1px #f8f7f52e}.daily-spin-wheel:after{content:"";border:1px solid #f8f7f51f;border-radius:999px;position:absolute;inset:12px}.daily-spin-center{z-index:2;color:#0d7cff;background:#f8f7f5;border-radius:999px;place-items:center;width:38px;height:38px;font-size:13px;font-weight:950;line-height:1;display:grid;position:relative;box-shadow:0 6px 12px #0000002e,inset 0 0 0 1px #0d7cff1a}.daily-spin-pointer{z-index:3;filter:drop-shadow(0 4px 6px #0000002e);border-top:17px solid #f8f7f5;border-left:9px solid #0000;border-right:9px solid #0000;width:0;height:0;position:absolute;top:2px;left:50%;transform:translate(-50%)}.daily-spin-button{z-index:2;color:#f8f7f5;cursor:pointer;background:#0d7cff;border:0;border-radius:999px;grid-column:1/-1;justify-content:center;align-items:center;width:100%;height:38px;font-size:13px;font-weight:900;line-height:1;display:inline-flex;position:relative;box-shadow:0 4px 8px #0d7cff14,inset 0 0 0 1px #f8f7f514}.daily-spin-button:active{background:#056cf3}@media (width<=380px){.daily-spin-card{border-radius:22px;grid-template-columns:minmax(0,1fr) 96px;min-height:142px;padding:14px}.daily-spin-copy h2{font-size:19px}.daily-spin-copy p{max-width:190px;font-size:11px}.daily-spin-visual{width:96px;height:96px}.daily-spin-wheel{width:82px;height:82px}.daily-spin-center{width:34px;height:34px;font-size:12px}}.daily-spin-card{border-radius:22px!important;grid-template-columns:minmax(0,1fr) 86px!important;gap:8px!important;min-height:118px!important;padding:12px 14px 14px!important}.daily-spin-wheel{width:74px!important;height:74px!important}@media (width<=380px){.home-banner{margin-bottom:12px!important}.daily-spin-card{border-radius:21px!important;grid-template-columns:minmax(0,1fr) 78px!important;min-height:112px!important;padding:11px 13px 13px!important}.daily-spin-copy h2{font-size:17px!important}.daily-spin-copy p{max-width:176px!important;font-size:10.5px!important}.daily-spin-visual{width:78px!important;height:78px!important}.daily-spin-wheel{width:68px!important;height:68px!important}.daily-spin-center{width:28px!important;height:28px!important;font-size:10.5px!important}.daily-spin-button{height:33px!important}}.home-banner{margin-bottom:12px!important}.daily-spin-card{border-radius:19px!important;grid-template-columns:minmax(0,1fr) 68px!important;gap:6px!important;min-height:94px!important;padding:10px 12px!important;box-shadow:inset 0 0 0 1px #f8f7f50b,0 6px 16px #0000001a!important}.daily-spin-copy{gap:4px!important}.daily-spin-kicker{padding:3px 7px!important;font-size:9px!important}.daily-spin-copy h2{letter-spacing:-.3px!important;font-size:16px!important;line-height:1.02!important}.daily-spin-copy p{max-width:168px!important;font-size:10px!important;line-height:1.14!important}.daily-spin-visual{width:68px!important;height:68px!important}.daily-spin-wheel{width:58px!important;height:58px!important;box-shadow:0 6px 10px #0d7cff14,inset 0 0 0 4px #f8f7f512,inset 0 0 0 1px #f8f7f524!important}.daily-spin-wheel:after{inset:7px!important}.daily-spin-center{width:24px!important;height:24px!important;font-size:9px!important}.daily-spin-pointer{border-top-width:11px!important;border-left-width:6px!important;border-right-width:6px!important;top:-1px!important}.daily-spin-button{height:29px!important;font-size:11px!important}@media (width<=380px){.daily-spin-card{border-radius:18px!important;grid-template-columns:minmax(0,1fr) 62px!important;min-height:88px!important;padding:9px 11px!important}.daily-spin-copy h2{font-size:15px!important}.daily-spin-copy p{max-width:154px!important;font-size:9.5px!important}.daily-spin-visual{width:62px!important;height:62px!important}.daily-spin-wheel{width:53px!important;height:53px!important}.daily-spin-center{width:22px!important;height:22px!important;font-size:8.5px!important}.daily-spin-button{height:28px!important;font-size:10.5px!important}}:root{--mobile-app-width:590px;--mobile-side-padding:24px}html,body,#root{width:100%!important;min-width:0!important;overflow-x:hidden!important}.app-shell,.home-screen{width:100%!important;max-width:var(--mobile-app-width)!important;margin:0 auto!important;overflow-x:hidden!important}.home-content{width:100%!important;max-width:var(--mobile-app-width)!important;padding-left:var(--mobile-side-padding)!important;padding-right:var(--mobile-side-padding)!important;box-sizing:border-box!important;margin:0 auto!important}.home-header,.home-banner,.daily-spin-card,.daily-checkin-card,.daily-streak-card,.actual-block,.top-tasks,.promo-grid{box-sizing:border-box!important;width:100%!important;max-width:100%!important}.home-banner-viewport{width:100%!important;max-width:100%!important}.mytasked-desktop .app-shell,.mytasked-desktop .home-screen,.mytasked-desktop .home-content,.mytasked-desktop .home-header,.mytasked-desktop .home-banner,.mytasked-desktop .home-banner-viewport,.mytasked-desktop .daily-spin-card{width:100%!important;max-width:var(--mobile-app-width)!important}.mytasked-desktop .home-content{padding-left:var(--mobile-side-padding)!important;padding-right:var(--mobile-side-padding)!important}.mytasked-desktop .home-banner,.mytasked-desktop .daily-spin-card{max-width:100%!important}.tab-bar{width:calc(100% - 48px)!important;max-width:calc(var(--mobile-app-width) - 48px)!important;box-sizing:border-box!important;left:50%!important;right:auto!important;transform:translate(-50%)!important}@media (width<=430px){:root{--mobile-side-padding:24px}.app-shell,.home-screen,.home-content{max-width:100%!important}.tab-bar{width:calc(100% - 48px)!important;max-width:none!important}}@media (width<=380px){:root{--mobile-side-padding:24px}}:root{--mobile-side-padding:16px!important;--tabbar-side-gap:8px!important}.home-content,.mytasked-desktop .home-content{padding-left:var(--mobile-side-padding)!important;padding-right:var(--mobile-side-padding)!important}.tab-bar{width:calc(100% - (var(--tabbar-side-gap) * 2))!important;max-width:calc(var(--mobile-app-width) - (var(--tabbar-side-gap) * 2))!important;left:50%!important;right:auto!important;transform:translate(-50%)!important}@media (width<=430px){:root{--mobile-side-padding:16px!important;--tabbar-side-gap:0px!important}.tab-bar{width:100%!important;max-width:none!important}}@media (width<=380px){:root{--mobile-side-padding:16px!important;--tabbar-side-gap:0px!important}}.daily-spin-card{text-align:center!important;flex-direction:column!important;justify-content:center!important;align-items:center!important;gap:9px!important;min-height:104px!important;padding:13px 14px!important;display:flex!important}.daily-spin-visual{display:none!important}.daily-spin-copy{text-align:center!important;justify-content:center!important;align-items:center!important;gap:5px!important;width:100%!important}.daily-spin-kicker{display:none!important}.daily-spin-copy h2{text-align:center!important;letter-spacing:-.35px!important;margin:0!important;font-size:18px!important;line-height:1.05!important}.daily-spin-copy p{text-align:center!important;max-width:260px!important;margin:0 auto!important;font-size:11px!important;line-height:1.2!important}.daily-spin-button{width:100%!important;height:31px!important;font-size:11.5px!important}@media (width<=380px){.daily-spin-card{gap:8px!important;min-height:100px!important;padding:12px 13px!important}.daily-spin-copy h2{font-size:17px!important}.daily-spin-copy p{max-width:240px!important;font-size:10.5px!important}.daily-spin-button{height:30px!important;font-size:11px!important}}.daily-spin-card{filter:none!important;background:#2c2c2e!important;box-shadow:inset 0 0 0 1px #f8f7f50e,0 6px 14px #0000001a!important}.daily-spin-card:before,.daily-spin-card:after{content:none!important;filter:none!important;background:0 0!important;display:none!important}.mytasked-desktop .daily-spin-card{filter:none!important;background:#2c2c2e!important;box-shadow:inset 0 0 0 1px #f8f7f50e,0 6px 14px #0000001a!important}.mytasked-desktop .daily-spin-card:before,.mytasked-desktop .daily-spin-card:after{content:none!important;filter:none!important;background:0 0!important;display:none!important}.daily-spin-button,.daily-spin-button:hover,.daily-spin-button:focus,.daily-spin-button:focus-visible{color:#f8f7f5!important;box-shadow:none!important;filter:none!important;text-shadow:none!important;-webkit-tap-highlight-color:transparent!important;background:#0d7cff!important;border:0!important;outline:none!important}.daily-spin-button:before,.daily-spin-button:after{content:none!important;box-shadow:none!important;filter:none!important;background:0 0!important;display:none!important}.daily-spin-button:active{box-shadow:none!important;filter:none!important;background:#056cf3!important}.mytasked-desktop .daily-spin-button,.mytasked-desktop .daily-spin-button:hover,.mytasked-desktop .daily-spin-button:focus,.mytasked-desktop .daily-spin-button:focus-visible{box-shadow:none!important;filter:none!important;text-shadow:none!important;background:#0d7cff!important;border:0!important;outline:none!important}.home-banner-viewport,.home-banner-slide,.home-banner-slide img{box-shadow:none!important;border:0!important;outline:none!important}.home-banner-viewport:before,.home-banner-viewport:after,.home-banner-slide:before,.home-banner-slide:after{content:none!important;box-shadow:none!important;border:0!important;outline:none!important;display:none!important}.spin-sheet-overlay{z-index:1200!important;background:#0000007a!important;justify-content:center!important;align-items:flex-end!important;animation:.16s ease-out both spinSheetFadeIn!important;display:flex!important;position:fixed!important;inset:0!important}.spin-bottom-sheet{width:100%!important;max-width:var(--mobile-app-width,590px)!important;min-height:46vh!important;max-height:56vh!important;padding:10px 16px calc(18px + env(safe-area-inset-bottom))!important;box-sizing:border-box!important;background:#2c2c2e!important;border-radius:26px 26px 0 0!important;animation:.19s ease-out both spinSheetSlideUp!important;position:relative!important;overflow:hidden!important;box-shadow:0 -16px 36px #00000052!important}.spin-sheet-handle{background:#f8f7f538!important;border-radius:999px!important;width:44px!important;height:5px!important;margin:0 auto 16px!important}.spin-sheet-copy{text-align:center!important;flex-direction:column!important;align-items:center!important;gap:6px!important;display:flex!important}.spin-sheet-copy h2{color:#f8f7f5!important;letter-spacing:-.45px!important;margin:0!important;font-size:22px!important;font-weight:900!important;line-height:1.05!important}.spin-sheet-copy p{color:#f8f7f59e!important;max-width:300px!important;margin:0!important;font-size:12px!important;font-weight:650!important;line-height:1.25!important}.spin-sheet-placeholder{background:#252527!important;border-radius:22px!important;place-items:center!important;min-height:180px!important;margin-top:20px!important;display:grid!important;box-shadow:inset 0 0 0 1px #f8f7f50e!important}.spin-sheet-placeholder span{color:#f8f7f57a!important;font-size:12px!important;font-weight:800!important}@keyframes spinSheetFadeIn{0%{opacity:0}to{opacity:1}}@keyframes spinSheetSlideUp{0%{transform:translateY(100%)}to{transform:translateY(0)}}@media (width<=430px){.spin-bottom-sheet{max-width:100%!important;min-height:46vh!important;max-height:58vh!important;padding-left:16px!important;padding-right:16px!important}}.spin-sheet-overlay{z-index:9999!important;align-items:flex-end!important}.spin-bottom-sheet{z-index:10000!important;height:64vh!important;min-height:64vh!important;max-height:64vh!important;padding-bottom:calc(22px + env(safe-area-inset-bottom))!important;border-radius:26px 26px 0 0!important}@media (width<=430px){.spin-bottom-sheet{height:64vh!important;min-height:64vh!important;max-height:64vh!important}.spin-sheet-placeholder{min-height:250px!important}}@media (width<=380px){.spin-bottom-sheet{height:63vh!important;min-height:63vh!important;max-height:63vh!important}.spin-sheet-placeholder{min-height:230px!important}}.home-screen:has(.spin-sheet-overlay) .tab-bar{opacity:0!important;visibility:hidden!important;pointer-events:none!important;display:none!important}.app-shell:has(.spin-sheet-overlay) .tab-bar{opacity:0!important;visibility:hidden!important;pointer-events:none!important;display:none!important}body:has(.spin-sheet-overlay) .tab-bar{opacity:0!important;visibility:hidden!important;pointer-events:none!important;display:none!important}.spin-sheet-overlay{z-index:2147483000!important;position:fixed!important;inset:0!important}.spin-bottom-sheet{z-index:2147483001!important;position:relative!important}.spin-sheet-overlay{z-index:2147483000!important;background:#0000007a!important;justify-content:center!important;align-items:stretch!important;display:flex!important;position:fixed!important;inset:0!important;overflow:hidden!important}.spin-bottom-sheet{left:50%!important;right:auto!important;top:var(--spin-sheet-top)!important;width:100%!important;max-width:var(--mobile-app-width,590px)!important;box-sizing:border-box!important;border-radius:26px 26px 0 0!important;height:auto!important;min-height:0!important;max-height:none!important;position:absolute!important;bottom:0!important;overflow:hidden!important;transform:translate(-50%)!important}.mytasked-desktop .spin-bottom-sheet{top:var(--spin-sheet-top)!important;width:100%!important;max-width:var(--mobile-app-width,590px)!important}.spin-sheet-copy h2{font-size:22px!important}.spin-sheet-copy p{max-width:310px!important;font-size:12px!important}.spin-sheet-placeholder{min-height:min(31dvh,270px)!important;margin-top:22px!important}@media (width<=430px){:root{--spin-sheet-top:36dvh}.spin-bottom-sheet{width:100%!important;max-width:100%!important;top:var(--spin-sheet-top)!important}.spin-sheet-placeholder{min-height:min(31dvh,270px)!important}}@media (width<=380px){:root{--spin-sheet-top:37dvh}.spin-sheet-placeholder{min-height:min(30dvh,245px)!important}}:root,.mytasked-desktop{--spin-sheet-top:42dvh!important}@media (width<=430px){:root{--spin-sheet-top:42dvh!important}}@media (width<=380px){:root{--spin-sheet-top:43dvh!important}}.spin-bottom-sheet,.mytasked-desktop .spin-bottom-sheet{top:var(--spin-sheet-top)!important}.mytasked-desktop{--spin-sheet-top:42dvh!important}.mytasked-desktop .spin-bottom-sheet{top:42dvh!important}.mytasked-ios,.mytasked-android{--spin-sheet-top:39dvh!important}.mytasked-ios .spin-bottom-sheet,.mytasked-android .spin-bottom-sheet{top:39dvh!important}@media (width<=430px){:root{--spin-sheet-top:39dvh!important}.spin-bottom-sheet{top:39dvh!important}}@media (width<=380px){:root{--spin-sheet-top:40dvh!important}.spin-bottom-sheet{top:40dvh!important}}.spin-sheet-placeholder{display:none!important}.spin-bottom-sheet{background:#2c2c2e!important}.spin-wheel-stage{z-index:2!important;pointer-events:none!important;justify-content:center!important;align-items:flex-start!important;height:42%!important;display:flex!important;position:absolute!important;bottom:0!important;left:0!important;right:0!important;overflow:hidden!important}.spin-start-button{z-index:5!important;color:#f8f7f5!important;width:min(260px,100% - 32px)!important;height:40px!important;box-shadow:none!important;filter:none!important;pointer-events:auto!important;background:#0d7cff!important;border:0!important;border-radius:999px!important;font-size:14px!important;font-weight:900!important;line-height:1!important;position:absolute!important;top:6px!important;left:50%!important;transform:translate(-50%)!important}.spin-half-wheel-center{z-index:3!important;color:#0d7cff!important;width:72px!important;height:72px!important;box-shadow:none!important;background:#f8f7f5!important;border-radius:999px!important;place-items:center!important;font-size:18px!important;font-weight:950!important;display:grid!important;position:relative!important}.spin-half-wheel-sector{display:none!important}@media (width<=430px){.spin-wheel-stage{height:43%!important}.spin-half-wheel{width:356px!important;height:356px!important;bottom:-178px!important}}@media (width<=380px){.spin-start-button{height:38px!important;font-size:13px!important}.spin-half-wheel{width:328px!important;height:328px!important;bottom:-164px!important}}.spin-wheel-stage{z-index:2!important;pointer-events:none!important;height:58%!important;display:block!important;position:absolute!important;bottom:0!important;left:0!important;right:0!important;overflow:hidden!important}.spin-half-wheel{border-radius:999px!important;width:456px!important;height:456px!important;position:absolute!important;bottom:-228px!important;left:50%!important;overflow:visible!important;transform:translate(-50%)!important}.spin-half-wheel-ring{background:conic-gradient(from -18deg,#0d7cff 0deg 45deg,#27384a 45deg 90deg,#0d7cff 90deg 135deg,#31445a 135deg 180deg,#0d7cff 180deg 225deg,#27384a 225deg 270deg,#0d7cff 270deg 315deg,#31445a 315deg 360deg)!important;border-radius:999px!important;place-items:center!important;display:grid!important;position:absolute!important;inset:0!important;box-shadow:inset 0 0 0 12px #f8f7f514,inset 0 0 0 1px #f8f7f529!important}.spin-half-wheel-ring:after{content:""!important;background:#2c2c2e!important;border-radius:999px!important;position:absolute!important;inset:132px!important;box-shadow:inset 0 0 0 1px #f8f7f514!important}.spin-half-wheel-center{display:none!important}.spin-start-button{z-index:6!important;color:#0d7cff!important;text-align:center!important;filter:none!important;pointer-events:auto!important;background:#f8f7f5!important;border:0!important;border-radius:999px!important;place-items:center!important;width:92px!important;min-width:92px!important;height:92px!important;padding:0!important;font-size:16px!important;font-weight:950!important;line-height:1!important;display:grid!important;position:absolute!important;top:auto!important;bottom:44px!important;left:50%!important;transform:translate(-50%)!important;box-shadow:0 8px 18px #0003,inset 0 0 0 1px #0d7cff1a!important}@media (width<=430px){.spin-wheel-stage{height:58%!important}.spin-half-wheel{width:460px!important;height:460px!important;bottom:-230px!important}.spin-start-button{width:92px!important;min-width:92px!important;height:92px!important;bottom:43px!important}}@media (width<=380px){.spin-half-wheel{width:428px!important;height:428px!important;bottom:-214px!important}.spin-start-button{width:86px!important;min-width:86px!important;height:86px!important;font-size:15px!important;bottom:41px!important}}.mytasked-desktop .spin-half-wheel-ring:after{inset:104px!important}@media (width<=380px){.mytasked-ios .spin-half-wheel,.mytasked-android .spin-half-wheel{width:428px!important;height:428px!important;bottom:-176px!important}.mytasked-ios .spin-start-button,.mytasked-android .spin-start-button{width:86px!important;min-width:86px!important;height:86px!important;bottom:78px!important}}.mytasked-ios .spin-half-wheel-ring:after,.mytasked-android .spin-half-wheel-ring:after{inset:162px!important}@media (width<=380px){.mytasked-ios .spin-half-wheel,.mytasked-android .spin-half-wheel{width:520px!important;height:520px!important;bottom:-260px!important}.mytasked-ios .spin-half-wheel-ring:before,.mytasked-android .spin-half-wheel-ring:before{inset:39px!important}.mytasked-ios .spin-half-wheel-ring:after,.mytasked-android .spin-half-wheel-ring:after{inset:151px!important}.mytasked-ios .spin-start-button,.mytasked-android .spin-start-button{width:96px!important;min-width:96px!important;height:96px!important;font-size:16px!important;bottom:164px!important}}.mytasked-ios .spin-wheel-stage,.mytasked-android .spin-wheel-stage{height:48%!important;overflow:hidden!important}.mytasked-ios .spin-half-wheel-ring:after,.mytasked-android .spin-half-wheel-ring:after{background:#2c2c2e!important;inset:150px!important}.mytasked-desktop .spin-wheel-stage{height:48%!important;overflow:hidden!important}.mytasked-desktop .spin-half-wheel-ring:after{background:#2c2c2e!important;inset:118px!important}@media (width<=380px){.mytasked-ios .spin-half-wheel,.mytasked-android .spin-half-wheel{width:430px!important;height:430px!important;bottom:-140px!important}.mytasked-ios .spin-half-wheel-ring:after,.mytasked-android .spin-half-wheel-ring:after{inset:140px!important}.mytasked-ios .spin-start-button,.mytasked-android .spin-start-button{width:94px!important;min-width:94px!important;height:94px!important;font-size:16px!important;bottom:27px!important}}.spin-wheel-stage{pointer-events:none!important;height:46%!important;position:absolute!important;bottom:0!important;left:0!important;right:0!important;overflow:hidden!important}.spin-half-wheel-ring:before{content:""!important;border:1px solid #f8f7f51a!important;border-radius:999px!important;position:absolute!important}@media (width<=380px){.mytasked-ios .spin-half-wheel,.mytasked-android .spin-half-wheel{width:450px!important;height:450px!important;bottom:-254px!important}.mytasked-ios .spin-half-wheel-ring:before,.mytasked-android .spin-half-wheel-ring:before{inset:34px!important}.mytasked-ios .spin-start-button,.mytasked-android .spin-start-button{width:90px!important;min-width:90px!important;height:90px!important;font-size:16px!important;bottom:86px!important}}@media (width<=380px){.mytasked-ios .spin-wheel-stage,.mytasked-android .spin-wheel-stage{height:45%!important}.mytasked-ios .spin-half-wheel,.mytasked-android .spin-half-wheel{width:430px!important;height:430px!important;bottom:-122px!important}.mytasked-ios .spin-half-wheel-ring:before,.mytasked-android .spin-half-wheel-ring:before{inset:24px!important}.mytasked-ios .spin-start-button,.mytasked-android .spin-start-button{width:96px!important;min-width:96px!important;height:96px!important;font-size:16px!important;bottom:43px!important}}.mytasked-ios .spin-half-wheel-ring:before,.mytasked-android .spin-half-wheel-ring:before{inset:26px!important}.mytasked-ios .spin-start-button,.mytasked-android .spin-start-button{width:124px!important;min-width:124px!important;height:124px!important;font-size:20px!important;bottom:158px!important}@media (width<=380px){.mytasked-ios .spin-wheel-stage,.mytasked-android .spin-wheel-stage{height:49%!important}.mytasked-ios .spin-half-wheel,.mytasked-android .spin-half-wheel{width:410px!important;height:410px!important;bottom:-205px!important}.mytasked-ios .spin-half-wheel-ring:before,.mytasked-android .spin-half-wheel-ring:before{inset:24px!important}.mytasked-ios .spin-start-button,.mytasked-android .spin-start-button{width:116px!important;min-width:116px!important;height:116px!important;font-size:19px!important;bottom:147px!important}}.mytasked-desktop .spin-start-button{width:92px!important;min-width:92px!important;height:92px!important;font-size:16px!important;bottom:114px!important}.spin-start-button{z-index:20!important;color:#0d7cff!important;text-align:center!important;filter:none!important;pointer-events:auto!important;background:#f8f7f5!important;border:0!important;border-radius:999px!important;place-items:center!important;padding:0!important;font-weight:950!important;line-height:1!important;display:grid!important;position:absolute!important;top:auto!important;left:50%!important;transform:translate(-50%)!important;box-shadow:0 8px 18px #0000002e,inset 0 0 0 1px #0d7cff1a!important}.spin-start-button:active{color:#056cf3!important;background:#fff!important}.mytasked-ios,.mytasked-android{--spin-wheel-size:440px;--spin-wheel-bottom:-150px;--spin-start-size:122px}.mytasked-ios .spin-start-button,.mytasked-android .spin-start-button{width:var(--spin-start-size)!important;height:var(--spin-start-size)!important;min-width:var(--spin-start-size)!important;bottom:calc(var(--spin-wheel-bottom) + (var(--spin-wheel-size) / 2) - (var(--spin-start-size) / 2))!important;font-size:20px!important}@media (width<=380px){.mytasked-ios,.mytasked-android{--spin-wheel-size:410px;--spin-wheel-bottom:-138px;--spin-start-size:114px}.mytasked-ios .spin-wheel-stage,.mytasked-android .spin-wheel-stage{height:49%!important}.mytasked-ios .spin-half-wheel-ring:before,.mytasked-android .spin-half-wheel-ring:before{inset:24px!important}.mytasked-ios .spin-start-button,.mytasked-android .spin-start-button{font-size:18px!important}}.mytasked-desktop{--spin-wheel-size:320px;--spin-wheel-bottom:-108px;--spin-start-size:90px}.mytasked-desktop .spin-start-button{width:var(--spin-start-size)!important;height:var(--spin-start-size)!important;min-width:var(--spin-start-size)!important;bottom:calc(var(--spin-wheel-bottom) + (var(--spin-wheel-size) / 2) - (var(--spin-start-size) / 2))!important;font-size:16px!important}.mytasked-ios,.mytasked-android{--spin-wheel-size:420px;--spin-stage-height:210px;--spin-start-size:112px}@media (width<=380px){.mytasked-ios,.mytasked-android{--spin-wheel-size:392px;--spin-stage-height:196px;--spin-start-size:104px}.mytasked-ios .spin-half-wheel-ring:before,.mytasked-android .spin-half-wheel-ring:before{inset:22px!important}}.mytasked-desktop{--spin-wheel-size:300px;--spin-stage-height:150px;--spin-start-size:84px}.mytasked-ios .spin-start-button,.mytasked-android .spin-start-button{bottom:12px!important}.mytasked-desktop .spin-start-button{bottom:8px!important}@media (width<=380px){.mytasked-ios .spin-start-button,.mytasked-android .spin-start-button{bottom:10px!important}}.spin-wheel-stage{pointer-events:none!important;position:absolute!important;bottom:0!important;left:0!important;right:0!important;overflow:hidden!important}.spin-half-wheel{border-radius:999px!important;position:absolute!important;left:50%!important;overflow:visible!important;transform:translate(-50%)!important}.spin-half-wheel-ring{background:conic-gradient(from -22deg,#0d7cff 0deg 45deg,#31445a 45deg 90deg,#0d7cff 90deg 135deg,#27384a 135deg 180deg,#0d7cff 180deg 225deg,#31445a 225deg 270deg,#0d7cff 270deg 315deg,#27384a 315deg 360deg)!important;border-radius:999px!important;position:absolute!important;inset:0!important;box-shadow:inset 0 0 0 10px #f8f7f514,inset 0 0 0 1px #f8f7f524!important}.spin-half-wheel-ring:after{content:none!important;display:none!important}.spin-start-button{z-index:20!important;filter:none!important;pointer-events:auto!important;color:#0000!important;text-indent:-9999px!important;background:#f8f7f5!important;border:0!important;border-radius:999px 999px 0 0!important;padding:0!important;font-size:0!important;line-height:0!important;position:absolute!important;top:auto!important;left:50%!important;overflow:hidden!important;transform:translate(-50%)!important;box-shadow:0 -3px 12px #0000002e,inset 0 0 0 1px #0d7cff1a!important}.spin-start-button:active{background:#fff!important}.mytasked-ios .spin-wheel-stage,.mytasked-android .spin-wheel-stage{height:calc(var(--spin-wheel-size) / 2)!important}.mytasked-ios .spin-half-wheel,.mytasked-android .spin-half-wheel{width:var(--spin-wheel-size)!important;height:var(--spin-wheel-size)!important;bottom:calc(var(--spin-wheel-size) / -2)!important}.mytasked-ios .spin-start-button,.mytasked-android .spin-start-button{width:var(--spin-button-size)!important;height:calc(var(--spin-button-size) / 2)!important;min-width:var(--spin-button-size)!important;bottom:0!important}@media (width<=380px){.mytasked-ios,.mytasked-android{--spin-wheel-size:392px;--spin-button-size:116px}.mytasked-ios .spin-half-wheel-ring:before,.mytasked-android .spin-half-wheel-ring:before{inset:22px!important}}.mytasked-desktop .spin-wheel-stage{height:calc(var(--spin-wheel-size) / 2)!important}.mytasked-desktop .spin-half-wheel{width:var(--spin-wheel-size)!important;height:var(--spin-wheel-size)!important;bottom:calc(var(--spin-wheel-size) / -2)!important}.mytasked-desktop .spin-half-wheel-ring:before{inset:18px!important}.mytasked-desktop .spin-start-button{width:var(--spin-button-size)!important;height:calc(var(--spin-button-size) / 2)!important;min-width:var(--spin-button-size)!important;bottom:0!important}.mytasked-ios,.mytasked-android{--spin-wheel-size:450px!important}@media (width<=380px){.mytasked-ios,.mytasked-android{--spin-wheel-size:420px!important}}.mytasked-desktop{--spin-wheel-size:320px!important}@media (width<=380px){.mytasked-ios,.mytasked-android{--spin-wheel-size:460px!important;--spin-button-size:128px!important}}@media (width<=380px){.mytasked-ios,.mytasked-android{--spin-wheel-size:500px!important;--spin-button-size:142px!important}}@media (width<=380px){.mytasked-ios,.mytasked-android{--spin-wheel-size:560px!important;--spin-button-size:156px!important}}@media (width<=380px){.mytasked-ios,.mytasked-android{--spin-wheel-size:620px!important;--spin-button-size:170px!important}}@media (width<=380px){.mytasked-ios,.mytasked-android{--spin-wheel-size:760px!important;--spin-button-size:196px!important}}@media (width<=380px){.mytasked-ios,.mytasked-android{--spin-wheel-size:720px!important;--spin-button-size:186px!important}}@media (width<=380px){.mytasked-ios,.mytasked-android{--spin-wheel-size:690px!important;--spin-button-size:178px!important}}.spin-half-wheel-ring{background:conic-gradient(from -22deg,#0d7cff 0deg 22.5deg,#31445a 22.5deg 45deg,#0d7cff 45deg 67.5deg,#27384a 67.5deg 90deg,#0d7cff 90deg 112.5deg,#31445a 112.5deg 135deg,#0d7cff 135deg 157.5deg,#27384a 157.5deg 180deg,#0d7cff 180deg 202.5deg,#31445a 202.5deg 225deg,#0d7cff 225deg 247.5deg,#27384a 247.5deg 270deg,#0d7cff 270deg 292.5deg,#31445a 292.5deg 315deg,#0d7cff 315deg 337.5deg,#27384a 337.5deg 360deg)!important;box-shadow:inset 0 0 0 10px #f8f7f514,inset 0 0 0 1px #f8f7f524!important}.spin-half-wheel-ring:before{content:""!important;border:1px solid #f8f7f51a!important;border-radius:999px!important;position:absolute!important;inset:24px!important}.spin-half-wheel:after{content:""!important;pointer-events:none!important;box-sizing:border-box!important;border-top:2px solid #f8f7f557!important;border-radius:999px 999px 0 0!important;width:100%!important;height:50%!important;position:absolute!important;top:0!important;left:50%!important;transform:translate(-50%)!important}.mytasked-desktop .spin-half-wheel:after{border-top-width:1.5px!important;border-top-color:#f8f7f54d!important}@media (width<=380px){.mytasked-ios,.mytasked-android{--spin-button-size:238px!important}}.mytasked-ios,.mytasked-android{--spin-button-size:230px!important}@media (width<=380px){.mytasked-ios,.mytasked-android{--spin-button-size:204px!important}}.mytasked-desktop{--spin-button-size:158px!important}.spin-wheel-stage:before{content:""!important;z-index:30!important;clip-path:polygon(50% 100%,0 0,100% 0)!important;pointer-events:none!important;background:#f8f7f5!important;width:22px!important;height:16px!important;position:absolute!important;top:8px!important;left:50%!important;transform:translate(-50%)!important;box-shadow:0 4px 10px #0000002e!important}@media (width<=380px){.mytasked-ios .spin-wheel-stage:before,.mytasked-android .spin-wheel-stage:before{width:20px!important;height:14px!important;top:7px!important}}.spin-wheel-stage:before{width:34px!important;height:24px!important;top:5px!important}@media (width<=380px){.mytasked-ios .spin-wheel-stage:before,.mytasked-android .spin-wheel-stage:before{width:32px!important;height:22px!important;top:5px!important}}.spin-wheel-stage:before{clip-path:polygon(50% 100%,8% 18%,18% 0,82% 0,92% 18%)!important;background:#f8f7f5!important;border-radius:14px 14px 18px 18px!important;width:44px!important;height:34px!important;top:2px!important;box-shadow:0 5px 12px #0003,inset 0 0 0 1px #0d7cff14!important}@media (width<=380px){.mytasked-ios .spin-wheel-stage:before,.mytasked-android .spin-wheel-stage:before{border-radius:13px 13px 16px 16px!important;width:40px!important;height:31px!important;top:2px!important}}.spin-wheel-stage:before{top:auto!important;left:50%!important;bottom:calc(var(--spin-wheel-size,500px) / 2)!important;clip-path:polygon(50% 100%,10% 15%,25% 0%,75% 0%,90% 15%)!important;z-index:999!important;background:#f8f7f5!important;border-radius:14px!important;width:46px!important;height:36px!important;position:absolute!important;transform:translate(-50%)!important;box-shadow:0 6px 14px #00000038,inset 0 0 0 1px #0d7cff1a!important}.mytasked-desktop .spin-wheel-stage:before{width:38px!important;height:30px!important}@media (width<=380px){.mytasked-ios .spin-wheel-stage:before,.mytasked-android .spin-wheel-stage:before{width:42px!important;height:32px!important}}.mytasked-desktop .spin-wheel-stage:before{width:38px!important;height:30px!important;top:12px!important}@media (width<=380px){.mytasked-ios .spin-wheel-stage:before,.mytasked-android .spin-wheel-stage:before{width:42px!important;height:32px!important;top:16px!important}}@media (width<=380px){.mytasked-ios .spin-wheel-stage:before,.mytasked-android .spin-wheel-stage:before{top:4px!important}}@media (width<=380px){.mytasked-ios .spin-wheel-stage:before,.mytasked-android .spin-wheel-stage:before{top:-7px!important}}.spin-wheel-stage:before{top:-18px!important;bottom:auto!important}@media (width<=380px){.mytasked-ios .spin-wheel-stage:before,.mytasked-android .spin-wheel-stage:before{top:-16px!important}}@media (width<=380px){.mytasked-ios .spin-wheel-stage:before,.mytasked-android .spin-wheel-stage:before{border-radius:16px 16px 18px 18px!important;width:52px!important;height:43px!important;top:-27px!important}}.spin-half-wheel{z-index:1!important}@media (width<=380px){.mytasked-ios .spin-wheel-stage:before,.mytasked-android .spin-wheel-stage:before{border-radius:17px 17px 20px 20px!important;width:56px!important;height:46px!important;top:-22px!important}}.spin-wheel-stage{overflow:visible!important}.spin-wheel-stage:before{content:""!important;z-index:80!important;clip-path:none!important;pointer-events:none!important;background:#f8f7f5!important;border-radius:22px 22px 22px 4px!important;width:62px!important;height:62px!important;display:block!important;position:absolute!important;top:-42px!important;bottom:auto!important;left:50%!important;transform:translate(-50%)rotate(45deg)!important;box-shadow:0 7px 16px #0000003d,inset 0 0 0 1px #0d7cff14!important}.mytasked-desktop .spin-wheel-stage:before{border-radius:18px 18px 18px 4px!important;width:50px!important;height:50px!important;top:-34px!important}@media (width<=380px){.mytasked-ios .spin-wheel-stage:before,.mytasked-android .spin-wheel-stage:before{border-radius:20px 20px 20px 4px!important;width:56px!important;height:56px!important;top:-38px!important}}.spin-wheel-stage:before{top:-58px!important}.mytasked-desktop .spin-wheel-stage:before{top:-46px!important}@media (width<=380px){.mytasked-ios .spin-wheel-stage:before,.mytasked-android .spin-wheel-stage:before{top:-52px!important}}.spin-wheel-stage:before{content:none!important;display:none!important}.spin-wheel-stage{z-index:5!important;overflow:hidden!important}.spin-bottom-sheet:after{content:""!important;z-index:1000!important;width:62px!important;height:62px!important;left:50%!important;bottom:calc((var(--spin-wheel-size,780px) / 2) - 31px)!important;pointer-events:none!important;background:#f8f7f5!important;border-radius:22px 22px 22px 4px!important;position:absolute!important;transform:translate(-50%)rotate(45deg)!important;box-shadow:0 7px 16px #0000003d,inset 0 0 0 1px #0d7cff14!important}@media (width<=380px){.mytasked-ios .spin-bottom-sheet:after,.mytasked-android .spin-bottom-sheet:after{width:56px!important;height:56px!important;bottom:calc((var(--spin-wheel-size,690px) / 2) - 28px)!important;border-radius:20px 20px 20px 4px!important}}.spin-bottom-sheet:after{content:""!important;z-index:1000!important;width:54px!important;height:66px!important;left:50%!important;bottom:calc((var(--spin-wheel-size,780px) / 2) - 24px)!important;clip-path:polygon(50% 100%,18% 58%,10% 34%,18% 14%,34% 3%,50% 0%,66% 3%,82% 14%,90% 34%,82% 58%)!important;pointer-events:none!important;background:#f8f7f5!important;border-radius:999px 999px 22px 22px!important;position:absolute!important;transform:translate(-50%)!important;box-shadow:0 7px 16px #0000003d,inset 0 0 0 1px #0d7cff14!important}.mytasked-desktop .spin-bottom-sheet:after{width:44px!important;height:54px!important;bottom:calc((var(--spin-wheel-size,510px) / 2) - 20px)!important;border-radius:999px 999px 18px 18px!important}@media (width<=380px){.mytasked-ios .spin-bottom-sheet:after,.mytasked-android .spin-bottom-sheet:after{width:50px!important;height:60px!important;bottom:calc((var(--spin-wheel-size,690px) / 2) - 22px)!important;border-radius:999px 999px 20px 20px!important}}.spin-bottom-sheet:after{content:""!important;z-index:1000!important;width:42px!important;height:34px!important;left:50%!important;bottom:calc((var(--spin-wheel-size,780px) / 2) - 16px)!important;clip-path:none!important;box-shadow:none!important;filter:drop-shadow(0 5px 10px #00000038)!important;pointer-events:none!important;background:url("data:image/svg+xml,%3Csvg width='42' height='34' viewBox='0 0 42 34' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M21 31 C19.7 31 18.5 30.4 17.7 29.3 L4.6 11.7 C2.7 9.1 4.5 5.4 7.7 5.4 H34.3 C37.5 5.4 39.3 9.1 37.4 11.7 L24.3 29.3 C23.5 30.4 22.3 31 21 31 Z' fill='%23F8F7F5'/%3E%3C/svg%3E") 50%/contain no-repeat!important;border-radius:0!important;position:absolute!important;transform:translate(-50%)!important}.mytasked-desktop .spin-bottom-sheet:after{width:34px!important;height:28px!important;bottom:calc((var(--spin-wheel-size,510px) / 2) - 13px)!important;background-size:contain!important}@media (width<=380px){.mytasked-ios .spin-bottom-sheet:after,.mytasked-android .spin-bottom-sheet:after{width:38px!important;height:31px!important;bottom:calc((var(--spin-wheel-size,690px) / 2) - 15px)!important;background-size:contain!important}}@media (width<=380px){.mytasked-ios .spin-bottom-sheet:after,.mytasked-android .spin-bottom-sheet:after{width:34px!important;height:27px!important;bottom:calc((var(--spin-wheel-size,690px) / 2) - 20px)!important}}@media (width<=380px){.mytasked-ios .spin-bottom-sheet:after,.mytasked-android .spin-bottom-sheet:after{width:38px!important;height:30px!important;bottom:calc((var(--spin-wheel-size,690px) / 2) - 18px)!important}}.spin-bottom-sheet:after{width:40px!important;height:32px!important;bottom:calc((var(--spin-wheel-size,780px) / 2) - 19px)!important;filter:drop-shadow(0 4px 8px #0000002e)!important;background:url("data:image/svg+xml,%3Csvg width='40' height='32' viewBox='0 0 40 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M20 28.8 C18.7 28.8 17.5 28.2 16.7 27.1 L4.4 10.3 C2.8 8.1 4.4 4.9 7.2 4.9 H32.8 C35.6 4.9 37.2 8.1 35.6 10.3 L23.3 27.1 C22.5 28.2 21.3 28.8 20 28.8 Z' fill='%232C2C2E' stroke='%23F8F7F5' stroke-width='1.4'/%3E%3C/svg%3E") 50%/contain no-repeat!important}.mytasked-desktop .spin-bottom-sheet:after{width:33px!important;height:27px!important;bottom:calc((var(--spin-wheel-size,510px) / 2) - 16px)!important}@media (width<=380px){.mytasked-ios .spin-bottom-sheet:after,.mytasked-android .spin-bottom-sheet:after{width:38px!important;height:30px!important;bottom:calc((var(--spin-wheel-size,690px) / 2) - 18px)!important}}@media (width<=380px){.mytasked-ios,.mytasked-android{--spin-wheel-size:640px!important;--spin-button-size:204px!important}}.mytasked-ios,.mytasked-android{--spin-wheel-size:680px!important;--spin-button-size:230px!important}@media (width<=380px){.mytasked-ios,.mytasked-android{--spin-wheel-size:610px!important;--spin-button-size:204px!important}}.mytasked-desktop{--spin-wheel-size:445px!important;--spin-button-size:158px!important}.spin-sheet-copy p{white-space:nowrap!important;max-width:none!important;font-size:13px!important;line-height:1.25!important}@media (width<=380px){.spin-sheet-copy p{font-size:12px!important}}.spin-start-button{color:#0d7cff!important;text-indent:0!important;letter-spacing:-.2px!important;justify-content:center!important;align-items:center!important;padding-top:14px!important;font-size:22px!important;font-weight:800!important;line-height:1!important;display:flex!important;overflow:visible!important}.mytasked-desktop .spin-start-button{padding-top:10px!important;font-size:18px!important}@media (width<=380px){.spin-start-button{padding-top:12px!important;font-size:20px!important}}.spin-start-button{color:#f8f7f5!important;text-indent:0!important;letter-spacing:-.2px!important;background:radial-gradient(circle at 50% 35%,#2f8eff 0%,#0d7cff 55%,#056cf3 100%)!important;justify-content:center!important;align-items:flex-end!important;padding-top:0!important;padding-bottom:22px!important;font-size:22px!important;font-weight:800!important;line-height:1!important;display:flex!important;box-shadow:0 -8px 22px #0d7cff38,inset 0 1px #ffffff38,inset 0 -10px 18px #0000001a!important}@media (width<=380px){.spin-start-button{padding-bottom:19px!important;font-size:20px!important}}.spin-start-button{color:#0000!important;text-indent:-9999px!important;border:2px solid #f8f7f5b8!important;font-size:0!important;overflow:hidden!important;box-shadow:0 -8px 22px #0d7cff38,inset 0 1px #ffffff3d,inset 0 -10px 18px #0000001a!important}.spin-half-wheel-ring{transform-origin:50%!important;will-change:transform!important;animation:28s linear infinite spinWheelIdleRotate!important}@keyframes spinWheelIdleRotate{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.spin-start-button{border:none!important;position:absolute!important}.spin-start-button:after{content:""!important;pointer-events:none!important;box-sizing:border-box!important;border:2px solid #f8f7f585!important;border-top-color:#f8f7f5b8!important;border-bottom:0!important;border-radius:999px 999px 0 0!important;position:absolute!important;inset:0!important}.spin-start-button{box-shadow:inset 0 1px #ffffff24,inset 0 -8px 14px #0000001f!important}.spin-start-button,.spin-start-button:after{box-shadow:none!important;filter:none!important}.spin-bottom-sheet:after{background:url("data:image/svg+xml,%3Csvg width='40' height='32' viewBox='0 0 40 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M20 28.8 C18.7 28.8 17.5 28.2 16.7 27.1 L4.4 10.3 C2.8 8.1 4.4 4.9 7.2 4.9 H32.8 C35.6 4.9 37.2 8.1 35.6 10.3 L23.3 27.1 C22.5 28.2 21.3 28.8 20 28.8 Z' fill='%232C2C2E' stroke='%23F8F7F5' stroke-width='1.6'/%3E%3C/svg%3E") 50%/contain no-repeat!important}.spin-start-button,.spin-start-button:hover,.spin-start-button:focus,.spin-start-button:focus-visible,.spin-start-button:active{color:#0000!important;box-shadow:none!important;filter:none!important;-webkit-tap-highlight-color:transparent!important;background:radial-gradient(circle at 50% 35%,#2f8eff 0%,#0d7cff 55%,#056cf3 100%)!important;outline:none!important}.spin-start-button{transition:transform .12s,opacity .12s!important}.spin-start-button:active{opacity:.96!important;transform:translate(-50%)translateY(4px)scale(.985)!important}.spin-half-wheel:after{border-top-color:#f8f7f56b!important}.spin-start-button:after{border-top-color:#f8f7f57a!important;border-left-color:#f8f7f557!important;border-right-color:#f8f7f557!important}.spin-start-button{color:#f8f7f5!important;text-indent:0!important;letter-spacing:-.2px!important;justify-content:center!important;align-items:flex-end!important;padding-top:0!important;padding-bottom:18px!important;font-size:22px!important;font-weight:800!important;line-height:1!important;display:flex!important;overflow:hidden!important}.spin-start-button:hover,.spin-start-button:focus,.spin-start-button:focus-visible,.spin-start-button:active{color:#f8f7f5!important}.mytasked-desktop .spin-start-button{padding-bottom:12px!important;font-size:18px!important}@media (width<=380px){.spin-start-button{padding-bottom:16px!important;font-size:20px!important}}.spin-start-button{color:#0000!important;text-indent:-9999px!important;font-size:0!important;position:absolute!important}.spin-start-button:before{content:"СТАРТ"!important;color:#f8f7f5!important;letter-spacing:.4px!important;text-indent:0!important;pointer-events:none!important;z-index:2!important;font-size:22px!important;font-weight:800!important;line-height:1!important;position:absolute!important;bottom:18px!important;left:50%!important;transform:translate(-50%)!important}.mytasked-desktop .spin-start-button:before{font-size:18px!important;bottom:12px!important}@media (width<=380px){.spin-start-button:before{font-size:20px!important;bottom:16px!important}}.spin-start-button{color:#0000!important;text-indent:-9999px!important;font-size:0!important;overflow:hidden!important}.spin-start-button:before{content:none!important;display:none!important}.spin-start-button:after{z-index:1!important}.spin-half-wheel-ring{background:conic-gradient(from -90deg,#24364a 0deg 45deg,#1f1f20 45deg 90deg,#24364a 90deg 135deg,#1f1f20 135deg 180deg,#24364a 180deg 225deg,#1f1f20 225deg 270deg,#c8953d 270deg 315deg,#1f1f20 315deg 360deg)!important}.spin-rewards-layer{z-index:4!important;pointer-events:none!important;transform-origin:50%!important;will-change:transform!important;border-radius:999px!important;animation:28s linear infinite spinWheelIdleRotate!important;position:absolute!important;inset:0!important}.spin-reward{z-index:5!important;-webkit-user-select:none!important;user-select:none!important;flex-direction:column!important;justify-content:center!important;align-items:center!important;gap:4px!important;width:64px!important;display:flex!important;position:absolute!important;transform:translate(-50%,-50%)!important}.spin-reward img{object-fit:contain!important;filter:drop-shadow(0 2px 4px #0000004d)!important;width:38px!important;height:38px!important;display:block!important}.spin-reward span{color:#f8f7f5!important;text-shadow:0 1px 2px #0000006b!important;font-size:16px!important;font-weight:950!important;line-height:1!important;display:block!important}.spin-reward-10{top:19%!important;left:65%!important}.mytasked-desktop .spin-reward{width:54px!important}.mytasked-desktop .spin-reward img{width:30px!important;height:30px!important}.mytasked-desktop .spin-reward span{font-size:14px!important}.mytasked-desktop .spin-reward-10{top:18%!important;left:65%!important}@media (width<=380px){.spin-reward img{width:34px!important;height:34px!important}.spin-reward span{font-size:14px!important}.spin-reward-10{top:18%!important;left:65%!important}}.spin-reel-stage{pointer-events:none!important;justify-content:center!important;align-items:flex-start!important;height:48%!important;display:flex!important;position:absolute!important;bottom:0!important;left:0!important;right:0!important;overflow:hidden!important}.spin-reel-stage .spin-half-wheel,.spin-reel-stage .spin-half-wheel-ring,.spin-reel-stage .spin-rewards-layer{display:none!important}.spin-reel-window{z-index:4!important;background:#1f1f20b8!important;border:1px solid #f8f7f51a!important;border-radius:24px!important;width:min(360px,100% - 28px)!important;height:118px!important;position:absolute!important;top:42px!important;left:50%!important;overflow:hidden!important;transform:translate(-50%)!important;box-shadow:inset 0 0 0 1px #ffffff08,0 12px 30px #0000002e!important}.spin-reel-window:before,.spin-reel-window:after{content:""!important;z-index:5!important;pointer-events:none!important;width:54px!important;position:absolute!important;top:0!important;bottom:0!important}.spin-reel-window:before{background:linear-gradient(90deg,#2c2c2ef5,#2c2c2e00)!important;left:0!important}.spin-reel-window:after{background:linear-gradient(270deg,#2c2c2ef5,#2c2c2e00)!important;right:0!important}.spin-reel-track{z-index:4!important;will-change:transform!important;align-items:center!important;gap:12px!important;display:flex!important;position:absolute!important;top:50%!important;left:50%!important;transform:translate(-50%,-50%)!important}.spin-reel-item{background:#24364a!important;border:1px solid #f8f7f51a!important;border-radius:20px!important;flex-direction:column!important;flex:none!important;justify-content:center!important;align-items:center!important;gap:5px!important;width:74px!important;height:86px!important;display:flex!important;position:relative!important;box-shadow:inset 0 1px #ffffff0a,0 8px 18px #00000024!important}.spin-reel-item:nth-child(2n){background:#1f1f20!important}.spin-reel-item-gold{background:#c8953d!important}.spin-reel-item img{object-fit:contain!important;filter:drop-shadow(0 2px 5px #00000052)!important;width:42px!important;height:42px!important;display:block!important}.spin-reel-item span{color:#f8f7f5!important;text-shadow:0 1px 2px #00000059!important;font-size:16px!important;font-weight:950!important;line-height:1!important}.spin-reel-item-empty span{font-size:18px!important}.spin-reel-button{pointer-events:auto!important;bottom:24px!important}.mytasked-desktop .spin-reel-stage{height:48%!important}.mytasked-desktop .spin-reel-window{border-radius:22px!important;width:min(320px,100% - 28px)!important;height:104px!important;top:34px!important}.mytasked-desktop .spin-reel-item{border-radius:18px!important;width:66px!important;height:76px!important}.mytasked-desktop .spin-reel-item img{width:36px!important;height:36px!important}.mytasked-desktop .spin-reel-item span{font-size:14px!important}.mytasked-desktop .spin-reel-button{bottom:18px!important}@media (width<=380px){.spin-reel-window{width:min(332px,100% - 24px)!important;height:106px!important;top:34px!important}.spin-reel-item{width:68px!important;height:78px!important}.spin-reel-item img{width:36px!important;height:36px!important}.spin-reel-item span{font-size:14px!important}.spin-reel-button{bottom:20px!important}}.spin-reel-button{z-index:8!important;color:#f8f7f5!important;letter-spacing:.2px!important;text-indent:0!important;text-transform:uppercase!important;width:min(320px,100% - 48px)!important;min-width:0!important;height:52px!important;box-shadow:none!important;filter:none!important;pointer-events:auto!important;-webkit-tap-highlight-color:transparent!important;background:radial-gradient(circle at 50% 35%,#2f8eff 0%,#0d7cff 55%,#056cf3 100%)!important;border:0!important;border-radius:18px!important;justify-content:center!important;align-items:center!important;padding:0 20px!important;font-size:16px!important;font-weight:900!important;line-height:1!important;display:flex!important;bottom:22px!important;left:50%!important;right:auto!important;transform:translate(-50%)!important}.spin-reel-button:after{content:none!important;display:none!important}.spin-reel-button:hover,.spin-reel-button:focus,.spin-reel-button:focus-visible,.spin-reel-button:active{color:#f8f7f5!important;box-shadow:none!important;filter:none!important;background:radial-gradient(circle at 50% 35%,#2f8eff 0%,#0d7cff 55%,#056cf3 100%)!important;outline:none!important}.spin-reel-button:active{opacity:.96!important;transform:translate(-50%)translateY(3px)scale(.99)!important}.mytasked-desktop .spin-reel-button{border-radius:16px!important;width:min(292px,100% - 48px)!important;height:48px!important;font-size:15px!important;bottom:18px!important}@media (width<=380px){.spin-reel-button{border-radius:16px!important;height:48px!important;font-size:15px!important;bottom:18px!important}}.spin-reel-button{text-transform:none!important;text-transform:none!important;letter-spacing:0!important;border-radius:14px!important;width:auto!important;min-width:132px!important;max-width:none!important;height:44px!important;min-height:44px!important;padding:0 22px!important;font-size:14px!important;font-weight:850!important;bottom:22px!important;left:50%!important;right:auto!important}@media (width<=380px){.spin-reel-button{border-radius:13px!important;min-width:124px!important;height:42px!important;min-height:42px!important;padding:0 20px!important;font-size:14px!important;bottom:18px!important}}.spin-reel-button{text-transform:none!important;letter-spacing:0!important;border-radius:14px!important;width:auto!important;min-width:132px!important;max-width:none!important;height:44px!important;min-height:44px!important;padding:0 22px!important;font-size:14px!important;font-weight:850!important;bottom:22px!important;left:50%!important;right:auto!important}.mytasked-desktop .spin-reel-button{border-radius:13px!important;width:auto!important;min-width:124px!important;height:40px!important;min-height:40px!important;padding:0 20px!important;font-size:14px!important;bottom:18px!important}@media (width<=380px){.spin-reel-button{border-radius:13px!important;min-width:124px!important;height:42px!important;min-height:42px!important;padding:0 20px!important;font-size:14px!important;bottom:18px!important}}.spin-reel-action{z-index:20!important;color:#f8f7f5!important;letter-spacing:0!important;text-transform:none!important;width:132px!important;height:44px!important;box-shadow:none!important;filter:none!important;pointer-events:auto!important;-webkit-tap-highlight-color:transparent!important;appearance:none!important;background:radial-gradient(circle at 50% 35%,#2f8eff 0%,#0d7cff 55%,#056cf3 100%)!important;border:0!important;border-radius:14px!important;outline:none!important;justify-content:center!important;align-items:center!important;padding:0!important;font-size:14px!important;font-weight:850!important;line-height:1!important;display:flex!important;position:absolute!important;bottom:22px!important;left:50%!important;transform:translate(-50%)!important}.spin-reel-action:before,.spin-reel-action:after{content:none!important;display:none!important}.spin-reel-action:hover,.spin-reel-action:focus,.spin-reel-action:focus-visible,.spin-reel-action:active{color:#f8f7f5!important;box-shadow:none!important;filter:none!important;background:radial-gradient(circle at 50% 35%,#2f8eff 0%,#0d7cff 55%,#056cf3 100%)!important;outline:none!important}.spin-reel-action:active{opacity:.96!important;transform:translate(-50%)translateY(3px)scale(.99)!important}.mytasked-desktop .spin-reel-action{border-radius:13px!important;width:124px!important;height:40px!important;font-size:14px!important;bottom:18px!important}@media (width<=380px){.spin-reel-action{border-radius:13px!important;width:124px!important;height:42px!important;font-size:14px!important;bottom:18px!important}}.spin-reel-stage .home-button.spin-reel-action{z-index:20!important;pointer-events:auto!important;text-transform:none!important;position:absolute!important;bottom:22px!important;left:50%!important;transform:translate(-50%)!important}.spin-reel-stage .home-button.spin-reel-action:active{transform:translate(-50%)translateY(2px)scale(.99)!important}.mytasked-desktop .spin-reel-stage .home-button.spin-reel-action{bottom:18px!important}@media (width<=380px){.spin-reel-stage .home-button.spin-reel-action{bottom:18px!important}}.spin-reel-stage button.home-button.spin-reel-action,.spin-reel-stage .home-button.spin-reel-action{z-index:20!important;color:#f8f7f5!important;letter-spacing:0!important;text-indent:0!important;text-transform:none!important;filter:none!important;pointer-events:auto!important;appearance:none!important;-webkit-tap-highlight-color:transparent!important;background:#0d7cff!important;border:0!important;border-radius:999px!important;outline:none!important;justify-content:center!important;align-items:center!important;width:auto!important;min-width:0!important;max-width:none!important;height:34px!important;min-height:34px!important;max-height:34px!important;padding:0 18px!important;font-size:13px!important;font-weight:800!important;line-height:1!important;display:inline-flex!important;position:absolute!important;inset:auto auto 22px 50%!important;transform:translate(-50%)!important;box-shadow:0 4px 8px #0d7cff14,inset 0 0 0 1px #f8f7f514!important}.spin-reel-stage button.home-button.spin-reel-action:hover,.spin-reel-stage button.home-button.spin-reel-action:focus,.spin-reel-stage button.home-button.spin-reel-action:focus-visible,.spin-reel-stage button.home-button.spin-reel-action:active,.spin-reel-stage .home-button.spin-reel-action:hover,.spin-reel-stage .home-button.spin-reel-action:focus,.spin-reel-stage .home-button.spin-reel-action:focus-visible,.spin-reel-stage .home-button.spin-reel-action:active{color:#f8f7f5!important;background:#056cf3!important;border-radius:999px!important;width:auto!important;min-width:0!important;max-width:none!important;height:34px!important;min-height:34px!important;max-height:34px!important;padding:0 18px!important;box-shadow:0 4px 8px #0d7cff14,inset 0 0 0 1px #f8f7f514!important}.spin-reel-stage button.home-button.spin-reel-action:active,.spin-reel-stage .home-button.spin-reel-action:active{transform:translate(-50%)translateY(2px)scale(.99)!important}.mytasked-desktop .spin-reel-stage button.home-button.spin-reel-action,.mytasked-desktop .spin-reel-stage .home-button.spin-reel-action{border-radius:999px!important;height:34px!important;min-height:34px!important;max-height:34px!important;padding:0 18px!important;font-size:13px!important;bottom:18px!important}@media (width<=380px){.spin-reel-stage button.home-button.spin-reel-action,.spin-reel-stage .home-button.spin-reel-action{border-radius:999px!important;height:34px!important;min-height:34px!important;max-height:34px!important;padding:0 18px!important;font-size:13px!important;bottom:18px!important}}.spin-bottom-sheet,.mytasked-desktop .spin-bottom-sheet,.mytasked-ios .spin-bottom-sheet,.mytasked-android .spin-bottom-sheet{top:var(--daily-spin-sheet-top,var(--spin-sheet-top,39dvh))!important}.spin-reel-stage button.home-button.spin-reel-action,.spin-reel-stage .home-button.spin-reel-action,.mytasked-desktop .spin-reel-stage button.home-button.spin-reel-action,.mytasked-desktop .spin-reel-stage .home-button.spin-reel-action{bottom:28px!important}@media (width<=380px){.spin-reel-stage button.home-button.spin-reel-action,.spin-reel-stage .home-button.spin-reel-action{bottom:26px!important}}.spin-sheet-divider{z-index:4!important;pointer-events:none!important;background:linear-gradient(90deg,#f8f7f500,#f8f7f51f 12%,#f8f7f52e 50%,#f8f7f51f 88%,#f8f7f500)!important;width:calc(100% - 32px)!important;height:1px!important;margin:14px auto 0!important;position:relative!important}@media (width<=380px){.spin-sheet-divider{width:calc(100% - 28px)!important;margin-top:12px!important}}.spin-sheet-divider{overflow:visible!important}.mytasked-desktop .spin-sheet-divider:after{width:32px!important;height:26px!important}@media (width<=380px){.spin-sheet-divider:after{width:32px!important;height:26px!important}}@media (width<=380px){.spin-sheet-divider{margin-top:20px!important}}.spin-sheet-bottom-divider{z-index:6!important;pointer-events:none!important;background:linear-gradient(90deg,#f8f7f500,#f8f7f51f 12%,#f8f7f52e 50%,#f8f7f51f 88%,#f8f7f500)!important;width:calc(100% - 32px)!important;height:1px!important;position:absolute!important;bottom:78px!important;left:50%!important;transform:translate(-50%)!important}.mytasked-desktop .spin-sheet-bottom-divider{width:calc(100% - 32px)!important;bottom:72px!important}@media (width<=380px){.spin-sheet-bottom-divider{width:calc(100% - 28px)!important;bottom:72px!important}}.spin-reel-window,.spin-reel-track,.spin-reel-item{display:none!important}.spin-reel-stage{pointer-events:none!important;height:100%!important;inset:0!important;overflow:hidden!important}.spin-carousel-window{z-index:5!important;pointer-events:none!important;height:128px!important;position:absolute!important;top:168px!important;left:0!important;right:0!important;overflow:hidden!important;-webkit-mask-image:linear-gradient(90deg,#0000 0%,#000 13% 87%,#0000 100%)!important;mask-image:linear-gradient(90deg,#0000 0%,#000 13% 87%,#0000 100%)!important}.spin-carousel-track{will-change:transform!important;align-items:center!important;gap:12px!important;width:max-content!important;animation:18s linear infinite spinPrizeCarousel!important;display:flex!important;position:absolute!important;top:50%!important;left:50%!important;transform:translateY(-50%)!important}.spin-prize-card{background:#24364a!important;border:1px solid #f8f7f51a!important;border-radius:22px!important;flex-direction:column!important;flex:none!important;justify-content:center!important;align-items:center!important;gap:6px!important;width:82px!important;height:100px!important;display:flex!important;box-shadow:inset 0 1px #ffffff0a,0 10px 22px #00000029!important}.spin-prize-card:nth-child(2n){background:#1f1f20!important}.spin-prize-card-gold{background:#c8953d!important}.spin-prize-card img{object-fit:contain!important;filter:drop-shadow(0 2px 5px #00000052)!important;width:48px!important;height:48px!important;display:block!important}.spin-prize-card span{color:#f8f7f5!important;text-shadow:0 1px 2px #00000061!important;font-size:17px!important;font-weight:950!important;line-height:1!important}@keyframes spinPrizeCarousel{0%{transform:translateY(-50%)}to{transform:translate(-1344px,-50%)}}@media (width<=380px){.spin-carousel-window{height:116px!important;top:154px!important}.spin-prize-card{border-radius:20px!important;width:74px!important;height:90px!important}.spin-prize-card img{width:42px!important;height:42px!important}.spin-prize-card span{font-size:15px!important}@keyframes spinPrizeCarousel{0%{transform:translateY(-50%)}to{transform:translate(-688px,-50%)}}}.spin-sheet-bottom-divider{z-index:12!important;pointer-events:none!important;width:calc(100% - 32px)!important;height:1px!important;position:absolute!important;bottom:78px!important;left:50%!important;transform:translate(-50%)!important}.spin-bottom-sheet>button.home-button.spin-reel-action{z-index:20!important;pointer-events:auto!important;position:absolute!important;inset:auto auto 28px 50%!important;transform:translate(-50%)!important}.mytasked-desktop .spin-bottom-sheet>button.home-button.spin-reel-action{bottom:28px!important}@media (width<=380px){.spin-sheet-bottom-divider{bottom:72px!important}.spin-bottom-sheet>button.home-button.spin-reel-action{bottom:26px!important}}.spin-carousel-window{height:172px!important;top:142px!important;-webkit-mask-image:linear-gradient(90deg,#0000 0%,#000 19% 81%,#0000 100%)!important;mask-image:linear-gradient(90deg,#0000 0%,#000 19% 81%,#0000 100%)!important}.spin-carousel-track{gap:16px!important}.spin-prize-card{border-radius:28px!important;gap:10px!important;width:152px!important;height:146px!important}.mytasked-desktop .spin-carousel-window{height:152px!important;top:126px!important}.mytasked-desktop .spin-carousel-track{gap:14px!important}@media (width<=380px){.spin-carousel-window{height:154px!important;top:134px!important}.spin-carousel-track{gap:14px!important}.spin-prize-card{border-radius:24px!important;width:136px!important;height:130px!important}.spin-prize-card img{width:66px!important;height:66px!important}.spin-prize-card span{font-size:21px!important}@keyframes spinPrizeCarousel{0%{transform:translateY(-50%)}to{transform:translate(-1200px,-50%)}}}.spin-carousel-window{width:min(322px,100% - 64px)!important;height:172px!important;top:142px!important;left:50%!important;right:auto!important;overflow:hidden!important;transform:translate(-50%)!important;-webkit-mask-image:linear-gradient(90deg,#0000 0%,#000 9% 91%,#0000 100%)!important;mask-image:linear-gradient(90deg,#0000 0%,#000 9% 91%,#0000 100%)!important}.spin-carousel-track{gap:16px!important;animation:18s linear infinite spinPrizeCarouselCentered!important;top:50%!important;left:50%!important;transform:translate(-76px,-50%)!important}.spin-prize-card{border-radius:28px!important;width:152px!important;height:146px!important}@keyframes spinPrizeCarouselCentered{0%{transform:translate(-76px,-50%)}to{transform:translate(-1420px,-50%)}}.mytasked-desktop .spin-carousel-track{gap:14px!important;animation:18s linear infinite spinPrizeCarouselCenteredDesktop!important;transform:translate(-66px,-50%)!important}.mytasked-desktop .spin-prize-card{border-radius:24px!important;width:132px!important;height:138px!important}@keyframes spinPrizeCarouselCenteredDesktop{0%{transform:translate(-66px,-50%)}to{transform:translate(-1234px,-50%)}}@media (width<=380px){.spin-carousel-window{width:min(292px,100% - 56px)!important;height:154px!important;top:134px!important}.spin-carousel-track{gap:14px!important;animation:18s linear infinite spinPrizeCarouselCenteredSmall!important;transform:translate(-68px,-50%)!important}.spin-prize-card{border-radius:24px!important;width:136px!important;height:130px!important}.spin-prize-card img{width:66px!important;height:66px!important}.spin-prize-card span{font-size:21px!important}@keyframes spinPrizeCarouselCenteredSmall{0%{transform:translate(-68px,-50%)}to{transform:translate(-1268px,-50%)}}}.spin-carousel-track{animation:14s linear infinite spinPrizeCarouselSeamless!important}@keyframes spinPrizeCarouselSeamless{0%{transform:translate(-76px,-50%)}to{transform:translate(-1420px,-50%)}}.mytasked-desktop .spin-carousel-track{animation:14s linear infinite spinPrizeCarouselSeamlessDesktop!important}@keyframes spinPrizeCarouselSeamlessDesktop{0%{transform:translate(-66px,-50%)}to{transform:translate(-1234px,-50%)}}@media (width<=380px){.spin-carousel-track{animation:14s linear infinite spinPrizeCarouselSeamlessSmall!important}@keyframes spinPrizeCarouselSeamlessSmall{0%{transform:translate(-68px,-50%)}to{transform:translate(-1268px,-50%)}}}.spin-carousel-window{width:min(322px,100% - 64px)!important;height:172px!important;left:50%!important;right:auto!important;overflow:hidden!important;transform:translate(-50%)!important}.spin-carousel-track{will-change:transform!important;align-items:center!important;gap:16px!important;width:max-content!important;padding-left:calc(50% - 76px)!important;padding-right:16px!important;animation:16s linear infinite spinPrizeCarouselHardMove!important;display:flex!important;position:absolute!important;top:50%!important;left:0!important;transform:translateY(-50%)!important}@keyframes spinPrizeCarouselHardMove{0%{transform:translateY(-50%)}to{transform:translate(-1344px,-50%)}}.spin-prize-card{flex:0 0 152px!important;width:152px!important;min-width:152px!important;max-width:152px!important;height:146px!important;min-height:146px!important;max-height:146px!important}.mytasked-desktop .spin-carousel-window{width:min(286px,100% - 56px)!important;height:152px!important}.mytasked-desktop .spin-carousel-track{gap:14px!important;padding-left:calc(50% - 66px)!important;animation:16s linear infinite spinPrizeCarouselHardMoveDesktop!important}@keyframes spinPrizeCarouselHardMoveDesktop{0%{transform:translateY(-50%)}to{transform:translate(-1168px,-50%)}}.mytasked-desktop .spin-prize-card{flex-basis:132px!important;width:132px!important;min-width:132px!important;max-width:132px!important;height:138px!important;min-height:138px!important;max-height:138px!important}@media (width<=380px){.spin-carousel-window{width:min(292px,100% - 56px)!important;height:154px!important}.spin-carousel-track{gap:14px!important;padding-left:calc(50% - 68px)!important;animation:16s linear infinite spinPrizeCarouselHardMoveSmall!important}@keyframes spinPrizeCarouselHardMoveSmall{0%{transform:translateY(-50%)}to{transform:translate(-1200px,-50%)}}.spin-prize-card{flex-basis:136px!important;width:136px!important;min-width:136px!important;max-width:136px!important;height:130px!important;min-height:130px!important;max-height:130px!important}}.spin-carousel-window{z-index:5!important;pointer-events:none!important;width:min(330px,100% - 56px)!important;height:172px!important;position:absolute!important;top:142px!important;left:50%!important;right:auto!important;overflow:hidden!important;transform:translate(-50%)!important;-webkit-mask-image:linear-gradient(90deg,#0000 0%,#000 10% 90%,#0000 100%)!important;mask-image:linear-gradient(90deg,#0000 0%,#000 10% 90%,#0000 100%)!important}.spin-carousel-track{--spin-card-width:152px;--spin-card-gap:16px;--spin-set-width:calc((var(--spin-card-width) + var(--spin-card-gap)) * 8);align-items:center!important;gap:var(--spin-card-gap)!important;width:max-content!important;transform:translate3d(calc(-1 * var(--spin-card-width) / 2), -50%, 0)!important;will-change:transform!important;animation:18s linear infinite spinPrizeCarouselLoop!important;display:flex!important;position:absolute!important;top:50%!important;left:50%!important}.spin-prize-card{flex:0 0 var(--spin-card-width)!important;width:var(--spin-card-width)!important;min-width:var(--spin-card-width)!important;max-width:var(--spin-card-width)!important;border-radius:28px!important;gap:10px!important;height:146px!important;min-height:146px!important;max-height:146px!important}.spin-prize-card img{width:76px!important;height:76px!important}.spin-prize-card span{font-size:24px!important}@keyframes spinPrizeCarouselLoop{0%{transform:translate3d(calc(-1 * var(--spin-card-width) / 2), -50%, 0)}to{transform:translate3d(calc(-1 * var(--spin-card-width) / 2 - var(--spin-set-width)), -50%, 0)}}.mytasked-desktop .spin-carousel-window{width:min(292px,100% - 56px)!important;height:152px!important;top:126px!important}.mytasked-desktop .spin-carousel-track{--spin-card-width:132px;--spin-card-gap:14px}.mytasked-desktop .spin-prize-card{border-radius:24px!important;height:138px!important;min-height:138px!important;max-height:138px!important}.mytasked-desktop .spin-prize-card img{width:64px!important;height:64px!important}.mytasked-desktop .spin-prize-card span{font-size:21px!important}@media (width<=380px){.spin-carousel-window{width:min(300px,100% - 52px)!important;height:154px!important;top:134px!important}.spin-carousel-track{--spin-card-width:136px;--spin-card-gap:14px}.spin-prize-card{border-radius:24px!important;height:130px!important;min-height:130px!important;max-height:130px!important}.spin-prize-card img{width:66px!important;height:66px!important}.spin-prize-card span{font-size:21px!important}}.spin-carousel-window,.spin-carousel-track,.spin-prize-card,.spin-reel-window,.spin-reel-track,.spin-reel-item{display:none!important}.daily-spin-prizes-window{z-index:8!important;pointer-events:none!important;width:min(330px,100% - 56px)!important;height:172px!important;position:absolute!important;top:142px!important;left:50%!important;overflow:hidden!important;transform:translate(-50%)!important;-webkit-mask-image:linear-gradient(90deg,#0000 0%,#000 10% 90%,#0000 100%)!important;mask-image:linear-gradient(90deg,#0000 0%,#000 10% 90%,#0000 100%)!important}.daily-spin-prizes-track{will-change:transform!important;align-items:center!important;gap:16px!important;width:max-content!important;animation:16s linear infinite dailySpinPrizesMove!important;display:flex!important;position:absolute!important;top:50%!important;left:50%!important;transform:translate(-76px,-50%)!important}.daily-spin-prize-card{background:#24364a!important;border:1px solid #f8f7f51a!important;border-radius:28px!important;flex-direction:column!important;flex:0 0 152px!important;justify-content:center!important;align-items:center!important;gap:10px!important;width:152px!important;height:146px!important;display:flex!important;box-shadow:inset 0 1px #ffffff0a,0 10px 22px #00000029!important}.daily-spin-prize-card:nth-child(2n){background:#1f1f20!important}.daily-spin-prize-card-gold{background:#c8953d!important}.daily-spin-prize-card img{object-fit:contain!important;filter:drop-shadow(0 2px 5px #00000052)!important;width:76px!important;height:76px!important;display:block!important}.daily-spin-prize-card span{color:#f8f7f5!important;text-shadow:0 1px 2px #00000061!important;font-size:24px!important;font-weight:950!important;line-height:1!important}@keyframes dailySpinPrizesMove{0%{transform:translate(-76px,-50%)}to{transform:translate(-1420px,-50%)}}.mytasked-desktop .daily-spin-prizes-window{width:min(292px,100% - 56px)!important;height:152px!important;top:126px!important}.mytasked-desktop .daily-spin-prizes-track{gap:14px!important;animation:16s linear infinite dailySpinPrizesMoveDesktop!important;transform:translate(-66px,-50%)!important}.mytasked-desktop .daily-spin-prize-card{border-radius:24px!important;flex-basis:132px!important;width:132px!important;height:138px!important}.mytasked-desktop .daily-spin-prize-card img{width:64px!important;height:64px!important}.mytasked-desktop .daily-spin-prize-card span{font-size:21px!important}@keyframes dailySpinPrizesMoveDesktop{0%{transform:translate(-66px,-50%)}to{transform:translate(-1234px,-50%)}}@media (width<=380px){.daily-spin-prizes-window{width:min(300px,100% - 52px)!important;height:154px!important;top:134px!important}.daily-spin-prizes-track{gap:14px!important;animation:16s linear infinite dailySpinPrizesMoveSmall!important;transform:translate(-68px,-50%)!important}.daily-spin-prize-card{border-radius:24px!important;flex-basis:136px!important;width:136px!important;height:130px!important}.daily-spin-prize-card img{width:66px!important;height:66px!important}.daily-spin-prize-card span{font-size:21px!important}@keyframes dailySpinPrizesMoveSmall{0%{transform:translate(-68px,-50%)}to{transform:translate(-1268px,-50%)}}}.daily-spin-prizes-track{margin-left:0!important;animation-name:dailySpinPrizesMarginMove!important;animation-duration:18s!important;animation-timing-function:linear!important;animation-iteration-count:infinite!important;animation-play-state:running!important;animation-fill-mode:none!important;top:50%!important;left:50%!important;transform:translate(-76px,-50%)!important}@keyframes dailySpinPrizesMarginMove{0%{margin-left:0}to{margin-left:-1344px}}.mytasked-desktop .daily-spin-prizes-track{margin-left:0!important;animation-name:dailySpinPrizesMarginMoveDesktop!important;animation-duration:18s!important;animation-timing-function:linear!important;animation-iteration-count:infinite!important;transform:translate(-66px,-50%)!important}@keyframes dailySpinPrizesMarginMoveDesktop{0%{margin-left:0}to{margin-left:-1168px}}@media (width<=380px){.daily-spin-prizes-track{margin-left:0!important;animation-name:dailySpinPrizesMarginMoveSmall!important;animation-duration:18s!important;animation-timing-function:linear!important;animation-iteration-count:infinite!important;transform:translate(-68px,-50%)!important}@keyframes dailySpinPrizesMarginMoveSmall{0%{margin-left:0}to{margin-left:-1200px}}}.daily-spin-prizes-track{margin-left:0!important;animation:18s linear infinite dailySpinInlineMove!important;transform:translate(-76px,-50%)!important}@keyframes dailySpinInlineMove{0%{translate:0}to{translate:-1344px}}.mytasked-desktop .daily-spin-prizes-track{animation:18s linear infinite dailySpinInlineMoveDesktop!important;transform:translate(-66px,-50%)!important}@keyframes dailySpinInlineMoveDesktop{0%{translate:0}to{translate:-1168px}}@media (width<=380px){.daily-spin-prizes-track{animation:18s linear infinite dailySpinInlineMoveSmall!important;transform:translate(-68px,-50%)!important}@keyframes dailySpinInlineMoveSmall{0%{translate:0}to{translate:-1200px}}}.spin-carousel-window,.spin-carousel-track,.spin-prize-card,.daily-spin-prizes-window,.daily-spin-prizes-track,.daily-spin-prize-card,.spin-reel-window,.spin-reel-track,.spin-reel-item{display:none!important}.spin-infinite-window{z-index:10!important;pointer-events:none!important;width:min(330px,100% - 56px)!important;height:172px!important;position:absolute!important;top:142px!important;left:50%!important;overflow:hidden!important;transform:translate(-50%)!important;-webkit-mask-image:linear-gradient(90deg,#0000 0%,#000 8% 92%,#0000 100%)!important;mask-image:linear-gradient(90deg,#0000 0%,#000 8% 92%,#0000 100%)!important}.spin-infinite-y{width:100%!important;height:146px!important;position:absolute!important;top:50%!important;left:0!important;transform:translateY(-50%)!important}.spin-infinite-track{will-change:transform!important;align-items:center!important;gap:16px!important;width:max-content!important;animation:18s linear -7s infinite spinInfiniteMove!important;display:flex!important;position:absolute!important;top:0!important;left:50%!important}.spin-infinite-set{flex:none!important;align-items:center!important;gap:16px!important;display:flex!important}.spin-infinite-card{background:#24364a!important;border:1px solid #f8f7f51a!important;border-radius:28px!important;flex-direction:column!important;flex:0 0 152px!important;justify-content:center!important;align-items:center!important;gap:10px!important;width:152px!important;height:146px!important;display:flex!important;box-shadow:inset 0 1px #ffffff0a,0 10px 22px #00000029!important}.spin-infinite-card:nth-child(2n){background:#1f1f20!important}.spin-infinite-card-gold{background:#c8953d!important}.spin-infinite-card img{object-fit:contain!important;filter:drop-shadow(0 2px 5px #00000052)!important;width:76px!important;height:76px!important;display:block!important}.spin-infinite-card span{color:#f8f7f5!important;text-shadow:0 1px 2px #00000061!important;font-size:24px!important;font-weight:950!important;line-height:1!important}@keyframes spinInfiniteMove{0%{transform:translate(-1420px)}to{transform:translate(-2764px)}}.mytasked-desktop .spin-infinite-window{width:min(292px,100% - 56px)!important;height:152px!important;top:126px!important}.mytasked-desktop .spin-infinite-y{height:138px!important}.mytasked-desktop .spin-infinite-track,.mytasked-desktop .spin-infinite-set{gap:14px!important}.mytasked-desktop .spin-infinite-card{border-radius:24px!important;flex-basis:132px!important;width:132px!important;height:138px!important}.mytasked-desktop .spin-infinite-card img{width:64px!important;height:64px!important}.mytasked-desktop .spin-infinite-card span{font-size:21px!important}@keyframes spinInfiniteMoveDesktop{0%{transform:translate(-1234px)}to{transform:translate(-2402px)}}.mytasked-desktop .spin-infinite-track{animation-name:spinInfiniteMoveDesktop!important}@media (width<=380px){.spin-infinite-window{width:min(300px,100% - 52px)!important;height:154px!important;top:134px!important}.spin-infinite-y{height:130px!important}.spin-infinite-track,.spin-infinite-set{gap:14px!important}.spin-infinite-card{border-radius:24px!important;flex-basis:136px!important;width:136px!important;height:130px!important}.spin-infinite-card img{width:66px!important;height:66px!important}.spin-infinite-card span{font-size:21px!important}@keyframes spinInfiniteMoveSmall{0%{transform:translate(-1268px)}to{transform:translate(-2468px)}}.spin-infinite-track{animation-name:spinInfiniteMoveSmall!important}}.spin-infinite-track{gap:0!important;animation:18s linear -7s infinite spinInfiniteMovePerfect!important}@keyframes spinInfiniteMovePerfect{0%{transform:translate(-1420px)}to{transform:translate(-2764px)}}.mytasked-desktop .spin-infinite-track{gap:0!important;animation:18s linear -7s infinite spinInfiniteMovePerfectDesktop!important}@keyframes spinInfiniteMovePerfectDesktop{0%{transform:translate(-1234px)}to{transform:translate(-2402px)}}@media (width<=380px){.spin-infinite-track{gap:0!important;animation:18s linear -7s infinite spinInfiniteMovePerfectSmall!important}.spin-infinite-set{gap:14px!important;padding-right:14px!important}@keyframes spinInfiniteMovePerfectSmall{0%{transform:translate(-1268px)}to{transform:translate(-2468px)}}}.spin-infinite-track{--spin-loop-width:1344px;gap:0!important;animation:18s linear -7s infinite spinInfiniteMeasuredLoop!important}.spin-infinite-set{box-sizing:border-box!important;gap:16px!important;padding-right:16px!important}@keyframes spinInfiniteMeasuredLoop{0%{transform:translate3d(calc(-1 * var(--spin-loop-width) - 76px), 0, 0)}to{transform:translate3d(calc(-2 * var(--spin-loop-width) - 76px), 0, 0)}}.mytasked-desktop .spin-infinite-track{--spin-loop-width:1168px;animation:18s linear -7s infinite spinInfiniteMeasuredLoopDesktop!important}.mytasked-desktop .spin-infinite-set{gap:14px!important;padding-right:14px!important}@keyframes spinInfiniteMeasuredLoopDesktop{0%{transform:translate3d(calc(-1 * var(--spin-loop-width) - 66px), 0, 0)}to{transform:translate3d(calc(-2 * var(--spin-loop-width) - 66px), 0, 0)}}@media (width<=380px){.spin-infinite-track{--spin-loop-width:1200px;animation:18s linear -7s infinite spinInfiniteMeasuredLoopSmall!important}.spin-infinite-set{gap:14px!important;padding-right:14px!important}@keyframes spinInfiniteMeasuredLoopSmall{0%{transform:translate3d(calc(-1 * var(--spin-loop-width) - 68px), 0, 0)}to{transform:translate3d(calc(-2 * var(--spin-loop-width) - 68px), 0, 0)}}}.spin-carousel-window,.spin-carousel-track,.spin-prize-card,.daily-spin-prizes-window,.daily-spin-prizes-track,.daily-spin-prize-card,.spin-infinite-window,.spin-infinite-y,.spin-infinite-track,.spin-infinite-set,.spin-infinite-card,.spin-reel-window,.spin-reel-track,.spin-reel-item{visibility:hidden!important;display:none!important}.spin-wheel-stage.spin-reel-stage{z-index:4!important;pointer-events:none!important;height:100%!important;position:absolute!important;inset:0!important;overflow:hidden!important}.spin-marquee-window{z-index:30!important;pointer-events:none!important;width:min(330px,100% - 56px)!important;height:172px!important;position:absolute!important;top:142px!important;left:50%!important;overflow:hidden!important;transform:translate(-50%)!important;-webkit-mask-image:linear-gradient(90deg,#0000 0%,#000 8% 92%,#0000 100%)!important;mask-image:linear-gradient(90deg,#0000 0%,#000 8% 92%,#0000 100%)!important}.spin-marquee-track{transform:translateY(-50%);will-change:transform!important;align-items:center!important;width:max-content!important;animation:18s linear -9s infinite spinMarqueeCleanMove!important;display:flex!important;position:absolute!important;top:50%!important;left:calc(50% - 76px)!important}.spin-marquee-group{flex:none!important;align-items:center!important;gap:16px!important;padding-right:16px!important;display:flex!important}.spin-marquee-card{background:#24364a!important;border:1px solid #f8f7f51a!important;border-radius:28px!important;flex-direction:column!important;flex:0 0 152px!important;justify-content:center!important;align-items:center!important;gap:10px!important;width:152px!important;height:146px!important;display:flex!important;box-shadow:inset 0 1px #ffffff0a,0 10px 22px #00000029!important}.spin-marquee-card:nth-child(2n){background:#1f1f20!important}.spin-marquee-card-gold{background:#c8953d!important}.spin-marquee-card img{object-fit:contain!important;filter:drop-shadow(0 2px 5px #00000052)!important;width:76px!important;height:76px!important;display:block!important}.spin-marquee-card span{color:#f8f7f5!important;text-shadow:0 1px 2px #00000061!important;font-size:24px!important;font-weight:950!important;line-height:1!important}@keyframes spinMarqueeCleanMove{0%{transform:translateY(-50%)}to{transform:translate(-50%,-50%)}}.mytasked-desktop .spin-marquee-window{width:min(292px,100% - 56px)!important;height:152px!important;top:126px!important}@media (width<=380px){.spin-marquee-window{width:min(300px,100% - 52px)!important;height:154px!important;top:134px!important}.spin-marquee-track{left:calc(50% - 68px)!important}.spin-marquee-group{gap:14px!important;padding-right:14px!important}.spin-marquee-card{border-radius:24px!important;flex-basis:136px!important;width:136px!important;height:130px!important}.spin-marquee-card img{width:66px!important;height:66px!important}.spin-marquee-card span{font-size:21px!important}}.spin-marquee-track{will-change:transform!important;animation:none!important}.spin-marquee-group,.spin-marquee-card{flex-shrink:0!important}.spin-marquee-window,.spin-marquee-track,.spin-marquee-group,.spin-marquee-card,.spin-marquee-card img,.spin-marquee-card span{backface-visibility:hidden!important;transform-style:preserve-3d!important}.spin-marquee-card{contain:none!important;content-visibility:visible!important;opacity:1!important;visibility:visible!important;will-change:transform!important;transform:translateZ(0)!important}.spin-marquee-card img{opacity:1!important;visibility:visible!important;will-change:transform!important;transform:translateZ(0)!important}.spin-marquee-card span{opacity:1!important;visibility:visible!important}.spin-marquee-track{overflow:visible!important}.spin-marquee-card{backface-visibility:hidden!important;will-change:transform!important;contain:layout paint style!important;transform:translate(0,0)!important}.spin-marquee-group{will-change:transform!important;transform:translate(0,0)!important}.spin-marquee-window{contain:layout paint style!important;width:100vw!important;max-width:100vw!important;height:180px!important;box-shadow:none!important;background:0 0!important;left:50%!important;right:auto!important;overflow:hidden!important;transform:translate(-50%)!important;-webkit-mask-image:none!important;mask-image:none!important}.spin-marquee-window:before,.spin-marquee-window:after{content:none!important;display:none!important}.spin-marquee-card{border-radius:30px!important;flex-basis:168px!important;width:168px!important;height:154px!important}.mytasked-desktop .spin-marquee-window{width:100vw!important;max-width:100vw!important;height:164px!important}.mytasked-desktop .spin-marquee-track{left:calc(50% - 74px)!important}.mytasked-desktop .spin-marquee-card{border-radius:26px!important;flex-basis:148px!important;width:148px!important;height:136px!important}@media (width<=380px){.spin-marquee-window{width:100vw!important;max-width:100vw!important;height:166px!important}.spin-marquee-track{left:calc(50% - 76px)!important}.spin-marquee-card{border-radius:26px!important;flex-basis:152px!important;width:152px!important;height:140px!important}.spin-marquee-card img{width:72px!important;height:72px!important}.spin-marquee-card span{font-size:22px!important}.spin-marquee-group{gap:16px!important;padding-right:16px!important}}.spin-marquee-window{width:100vw!important;max-width:100vw!important;height:210px!important;overflow:hidden!important}.spin-marquee-track{left:50%!important}.spin-marquee-group{gap:18px!important;padding-right:18px!important}.spin-marquee-card{border-radius:34px!important;flex:0 0 min(270px,66vw)!important;width:min(270px,66vw)!important;min-width:min(270px,66vw)!important;max-width:min(270px,66vw)!important;height:166px!important;min-height:166px!important;max-height:166px!important}.spin-marquee-card img{width:90px!important;height:90px!important}.spin-marquee-card span{font-size:27px!important}.spin-marquee-track{margin-left:calc(min(270px,66vw)/-2)!important}.mytasked-desktop .spin-marquee-window{height:190px!important}.mytasked-desktop .spin-marquee-group{gap:16px!important;padding-right:16px!important}.mytasked-desktop .spin-marquee-card{border-radius:30px!important;flex-basis:min(250px,62vw)!important;width:min(250px,62vw)!important;min-width:min(250px,62vw)!important;max-width:min(250px,62vw)!important;height:152px!important;min-height:152px!important;max-height:152px!important}.mytasked-desktop .spin-marquee-card img{width:82px!important;height:82px!important}.mytasked-desktop .spin-marquee-card span{font-size:25px!important}.mytasked-desktop .spin-marquee-track{margin-left:calc(min(250px,62vw)/-2)!important}@media (width<=380px){.spin-marquee-window{height:196px!important}.spin-marquee-group{gap:16px!important;padding-right:16px!important}.spin-marquee-card{border-radius:30px!important;flex-basis:64vw!important;width:64vw!important;min-width:64vw!important;max-width:64vw!important;height:154px!important;min-height:154px!important;max-height:154px!important}.spin-marquee-card img{width:82px!important;height:82px!important}.spin-marquee-card span{font-size:25px!important}.spin-marquee-track{margin-left:-32vw!important}}@media (width<=380px){.spin-marquee-window{height:196px!important;top:50%!important;transform:translate(-50%,-50%)!important}}.spin-marquee-window{height:210px!important;top:50%!important;transform:translate(-50%,-50%)!important}@media (width<=380px){.spin-marquee-window{height:196px!important;top:50%!important;transform:translate(-50%,-50%)!important}}.spin-marquee-window{height:210px!important;top:50%!important;left:50%!important;transform:translate(-50%,-50%)!important}.spin-marquee-track{top:50%!important}.mytasked-desktop .spin-marquee-window{height:190px!important;top:50%!important;transform:translate(-50%,-50%)!important}@media (width<=380px){.spin-marquee-window{height:196px!important;top:50%!important;transform:translate(-50%,-50%)!important}}.spin-marquee-window{width:100vw!important;max-width:100vw!important;height:210px!important;top:50%!important;left:0!important;right:0!important;transform:translateY(-50%)!important}.spin-marquee-track{margin-left:0!important;top:50%!important;left:calc(50vw - min(270px,66vw)/2)!important}.spin-marquee-card{flex:0 0 min(270px,66vw)!important;width:min(270px,66vw)!important;min-width:min(270px,66vw)!important;max-width:min(270px,66vw)!important}.mytasked-desktop .spin-marquee-window{width:100vw!important;max-width:100vw!important;height:190px!important;top:50%!important;left:0!important;right:0!important;transform:translateY(-50%)!important}.mytasked-desktop .spin-marquee-track{margin-left:0!important;left:calc(50vw - min(250px,62vw)/2)!important}@media (width<=380px){.spin-marquee-window{width:100vw!important;max-width:100vw!important;height:196px!important;top:50%!important;left:0!important;right:0!important;transform:translateY(-50%)!important}.spin-marquee-track{margin-left:0!important;left:18vw!important}}@media (width<=380px){.spin-marquee-window{top:calc(50% - 38px)!important}}.spin-marquee-window{top:calc(50% - 12px)!important}@media (width<=380px){.spin-marquee-window{top:calc(50% - 10px)!important}}.spin-sheet-copy,.spin-sheet-divider{transform:translateY(14px)!important}.mytasked-desktop .spin-sheet-copy,.mytasked-desktop .spin-sheet-divider{transform:translateY(12px)!important}@media (width<=380px){.spin-sheet-copy,.spin-sheet-divider{transform:translateY(12px)!important}.spin-sheet-divider:after{transform:translate(-50%,-1px)translateY(12px)rotate(180deg)!important}}.spin-sheet-copy,.spin-sheet-divider{transform:none!important}.mytasked-desktop .spin-sheet-copy,.mytasked-desktop .spin-sheet-divider{transform:none!important}@media (width<=380px){.spin-sheet-copy,.spin-sheet-divider{transform:none!important}.spin-sheet-divider:after{transform:translate(-50%,-1px)rotate(180deg)!important}}.spin-sheet-divider:after,.mytasked-desktop .spin-sheet-divider:after{top:0!important;bottom:auto!important;left:50%!important;transform:translate(-50%,-1px)!important}@media (width<=380px){.spin-sheet-divider:after{top:0!important;bottom:auto!important;left:50%!important;transform:translate(-50%,-1px)!important}}.spin-sheet-divider:after,.mytasked-desktop .spin-sheet-divider:after{top:0!important;bottom:auto!important;transform:translate(-50%,-8px)!important}@media (width<=380px){.spin-sheet-divider:after{top:0!important;bottom:auto!important;transform:translate(-50%,-8px)!important}}.spin-sheet-divider:after,.mytasked-desktop .spin-sheet-divider:after{top:0!important;bottom:auto!important;transform:translate(-50%,-12px)!important}@media (width<=380px){.spin-sheet-divider:after{top:0!important;bottom:auto!important;transform:translate(-50%,-12px)!important}}.spin-sheet-copy{transform:none!important}.spin-sheet-divider{margin-top:42px!important;transform:none!important}.spin-sheet-divider:after{top:0!important;bottom:auto!important;transform:translate(-50%,-12px)!important}.mytasked-desktop .spin-sheet-divider{margin-top:36px!important}@media (width<=380px){.spin-sheet-divider{margin-top:36px!important}.spin-sheet-divider:after{transform:translate(-50%,-12px)!important}}.spin-sheet-bottom-divider{background:#f8f7f514!important;height:1px!important;bottom:164px!important}.spin-sheet-bottom-divider:after{content:""!important;pointer-events:none!important;background-image:url("data:image/svg+xml,%3Csvg width='46' height='34' viewBox='0 0 46 34' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M20.7712 30.1644C21.9813 31.9421 24.5988 31.9421 25.8089 30.1644L42.6279 5.46039C44.0052 3.43719 42.5559 0.692383 40.1091 0.692383H6.47104C4.02426 0.692383 2.57488 3.43719 3.95219 5.46038L20.7712 30.1644Z' fill='%232C2C2E' stroke='%23F8F7F5' stroke-width='2'/%3E%3C/svg%3E")!important;background-position:50%!important;background-repeat:no-repeat!important;background-size:contain!important;width:46px!important;height:34px!important;position:absolute!important;top:0!important;left:50%!important;transform:translate(-50%,-22px)rotate(180deg)!important}@media (width<=380px){.spin-sheet-bottom-divider{bottom:154px!important}.spin-sheet-bottom-divider:after{transform:translate(-50%,-22px)rotate(180deg)!important}}.spin-sheet-bottom-divider{height:1px!important;bottom:126px!important}.spin-sheet-bottom-divider:after{background-size:34px 26px!important;width:34px!important;height:26px!important;top:0!important;left:50%!important;transform:translate(-50%,-17px)rotate(180deg)!important}.mytasked-desktop .spin-sheet-bottom-divider{bottom:116px!important}@media (width<=380px){.spin-sheet-bottom-divider{bottom:120px!important}.spin-sheet-bottom-divider:after{background-size:34px 26px!important;width:34px!important;height:26px!important;transform:translate(-50%,-17px)rotate(180deg)!important}}.spin-sheet-bottom-divider:after{content:""!important;pointer-events:none!important;background-image:url("data:image/svg+xml,%3Csvg width='46' height='34' viewBox='0 0 46 34' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M20.7712 30.1644C21.9813 31.9421 24.5988 31.9421 25.8089 30.1644L42.6279 5.46039C44.0052 3.43719 42.5559 0.692383 40.1091 0.692383H6.47104C4.02426 0.692383 2.57488 3.43719 3.95219 5.46038L20.7712 30.1644Z' fill='%232C2C2E' stroke='%23F8F7F5' stroke-width='2'/%3E%3C/svg%3E")!important;background-position:50%!important;background-repeat:no-repeat!important;background-size:contain!important;width:46px!important;height:34px!important;position:absolute!important;top:0!important;bottom:auto!important;left:50%!important;transform:translate(-50%,-12px)rotate(180deg)!important}.mytasked-desktop .spin-sheet-bottom-divider:after{background-size:contain!important;width:46px!important;height:34px!important;transform:translate(-50%,-12px)rotate(180deg)!important}@media (width<=380px){.spin-sheet-bottom-divider:after{background-size:contain!important;width:46px!important;height:34px!important;transform:translate(-50%,-12px)rotate(180deg)!important}}.spin-sheet-divider,.spin-sheet-bottom-divider{width:calc(100% - 64px)!important;height:1px!important;box-shadow:none!important;opacity:1!important;background:#f8f7f514!important;border:0!important}.spin-sheet-divider:after,.spin-sheet-bottom-divider:after{content:""!important;pointer-events:none!important;background-image:url("data:image/svg+xml,%3Csvg width='46' height='34' viewBox='0 0 46 34' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M20.7712 30.1644C21.9813 31.9421 24.5988 31.9421 25.8089 30.1644L42.6279 5.46039C44.0052 3.43719 42.5559 0.692383 40.1091 0.692383H6.47104C4.02426 0.692383 2.57488 3.43719 3.95219 5.46038L20.7712 30.1644Z' fill='%232C2C2E' stroke='%23F8F7F5' stroke-width='2'/%3E%3C/svg%3E")!important;background-position:50%!important;background-repeat:no-repeat!important;background-size:46px 34px!important;width:46px!important;height:34px!important;position:absolute!important;top:0!important;bottom:auto!important;left:50%!important}.spin-sheet-divider:after{transform:translate(-50%,-12px)rotate(0)!important}.spin-sheet-bottom-divider:after{transform:translate(-50%,-22px)rotate(180deg)!important}@media (width<=380px){.spin-sheet-divider,.spin-sheet-bottom-divider{width:calc(100% - 64px)!important}.spin-sheet-divider:after,.spin-sheet-bottom-divider:after{background-size:46px 34px!important;width:46px!important;height:34px!important}.spin-sheet-divider:after{transform:translate(-50%,-12px)rotate(0)!important}.spin-sheet-bottom-divider:after{transform:translate(-50%,-22px)rotate(180deg)!important}}.spin-sheet-divider,.spin-sheet-bottom-divider{width:calc(100% - 96px)!important;height:1px!important;box-shadow:none!important;background:#f8f7f514!important;border:0!important}.spin-sheet-divider:after,.spin-sheet-bottom-divider:after{background-size:34px 25px!important;width:34px!important;height:25px!important}.spin-sheet-divider:after{top:0!important;transform:translate(-50%,-9px)rotate(0)!important}.spin-sheet-bottom-divider:after{top:0!important;transform:translate(-50%,-16px)rotate(180deg)!important}.mytasked-desktop .spin-sheet-divider,.mytasked-desktop .spin-sheet-bottom-divider{width:calc(100% - 96px)!important}.mytasked-desktop .spin-sheet-divider:after,.mytasked-desktop .spin-sheet-bottom-divider:after{background-size:34px 25px!important;width:34px!important;height:25px!important}.mytasked-desktop .spin-sheet-divider:after{transform:translate(-50%,-9px)rotate(0)!important}.mytasked-desktop .spin-sheet-bottom-divider:after{transform:translate(-50%,-16px)rotate(180deg)!important}@media (width<=380px){.spin-sheet-divider,.spin-sheet-bottom-divider{width:calc(100% - 96px)!important}.spin-sheet-divider:after,.spin-sheet-bottom-divider:after{background-size:34px 25px!important;width:34px!important;height:25px!important}.spin-sheet-divider:after{transform:translate(-50%,-9px)rotate(0)!important}.spin-sheet-bottom-divider:after{transform:translate(-50%,-16px)rotate(180deg)!important}}.spin-sheet-bottom-divider,.spin-sheet-bottom-divider:before,.spin-sheet-bottom-divider:after{opacity:0!important;visibility:hidden!important;content:none!important;pointer-events:none!important;display:none!important}.spin-sheet-divider,.spin-sheet-divider:after{opacity:1!important;visibility:visible!important;display:block!important}.spin-sheet-copy{margin-top:0!important;margin-bottom:0!important;padding-bottom:0!important;transform:none!important}.spin-sheet-copy h2{margin:0 0 6px!important;line-height:1.05!important}.spin-sheet-copy p{margin:0!important;line-height:1.2!important}.spin-sheet-divider{width:calc(100% - 96px)!important;height:1px!important;box-shadow:none!important;opacity:1!important;visibility:visible!important;background:#f8f7f514!important;border:0!important;margin-top:24px!important;margin-left:auto!important;margin-right:auto!important;display:block!important;position:relative!important;transform:none!important}.spin-sheet-divider:after{content:""!important;opacity:1!important;visibility:visible!important;pointer-events:none!important;background-image:url("data:image/svg+xml,%3Csvg width='46' height='34' viewBox='0 0 46 34' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M20.7712 30.1644C21.9813 31.9421 24.5988 31.9421 25.8089 30.1644L42.6279 5.46039C44.0052 3.43719 42.5559 0.692383 40.1091 0.692383H6.47104C4.02426 0.692383 2.57488 3.43719 3.95219 5.46038L20.7712 30.1644Z' fill='%232C2C2E' stroke='%23F8F7F5' stroke-width='2'/%3E%3C/svg%3E")!important;background-position:50%!important;background-repeat:no-repeat!important;background-size:34px 25px!important;width:34px!important;height:25px!important;display:block!important;position:absolute!important;top:0!important;bottom:auto!important;left:50%!important;transform:translate(-50%,-12px)rotate(0)!important}.mytasked-desktop .spin-sheet-divider:after{background-size:34px 25px!important;width:34px!important;height:25px!important;transform:translate(-50%,-12px)rotate(0)!important}@media (width<=380px){.spin-sheet-divider{width:calc(100% - 96px)!important;margin-top:22px!important}.spin-sheet-divider:after{background-size:34px 25px!important;width:34px!important;height:25px!important;transform:translate(-50%,-12px)rotate(0)!important}}.spin-bottom-sheet:after{content:none!important;display:none!important}.spin-sheet-divider{z-index:30!important;pointer-events:none!important;background:linear-gradient(90deg,#f8f7f500,#f8f7f51a 7%,#f8f7f538 50%,#f8f7f51a 93%,#f8f7f500)!important;width:calc(100% - 28px)!important;height:1px!important;margin:17px auto 0!important;display:block!important;position:relative!important;overflow:visible!important}.spin-sheet-divider:after{content:""!important;z-index:31!important;pointer-events:none!important;background:url("data:image/svg+xml,%3Csvg width='40' height='31' viewBox='0 0 40 31' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M20 27.8 C19.4 27.8 18.8 27.5 18.4 27 L4.4 7.2 C3.3 5.6 4.4 3.4 6.4 3.4 H33.6 C35.6 3.4 36.7 5.6 35.6 7.2 L21.6 27 C21.2 27.5 20.6 27.8 20 27.8 Z' fill='%232C2C2E' stroke='%23F8F7F5' stroke-width='1.9' stroke-linejoin='round'/%3E%3C/svg%3E") 50%/contain no-repeat!important;width:34px!important;height:26px!important;position:absolute!important;top:-12px!important;left:50%!important;transform:translate(-50%)!important}.mytasked-desktop .spin-sheet-divider{width:calc(100% - 28px)!important;margin-top:17px!important}.mytasked-desktop .spin-sheet-divider:after{width:33px!important;height:25px!important;top:-12px!important}@media (width<=380px){.spin-sheet-divider{width:calc(100% - 28px)!important;margin-top:16px!important}.spin-sheet-divider:after{width:33px!important;height:25px!important;top:-12px!important}}.spin-reel-stage+.spin-sheet-divider,.spin-reel-stage .spin-sheet-divider{display:none!important}.spin-sheet-copy h2{margin-bottom:0!important;line-height:1.06!important}.spin-sheet-copy p{margin-top:0!important;line-height:1.14!important}.spin-sheet-divider,.mytasked-desktop .spin-sheet-divider{margin-top:17px!important}@media (width<=380px){.spin-sheet-copy h2{margin-bottom:0!important;line-height:1.06!important}.spin-sheet-copy p{line-height:1.14!important}.spin-sheet-divider{margin-top:16px!important}}.spin-sheet-copy h2{letter-spacing:.45px!important;margin-bottom:0!important;font-weight:850!important;line-height:1.06!important}.spin-tp-info{color:#f8f7f5bd!important;letter-spacing:0!important;text-align:center!important;pointer-events:auto!important;appearance:none!important;-webkit-tap-highlight-color:transparent!important;background:#f8f7f512!important;border:1px solid #f8f7f514!important;border-radius:999px!important;outline:none!important;justify-content:center!important;align-items:center!important;gap:7px!important;width:auto!important;height:28px!important;margin:6px auto 0!important;padding:0 13px 0 4px!important;font-size:12px!important;font-weight:750!important;line-height:1!important;display:inline-flex!important;overflow:hidden!important;box-shadow:inset 0 1px #ffffff08!important}.spin-tp-info:before{content:"i"!important;color:#f8f7f5d1!important;background:0 0!important;border:1px solid #f8f7f514!important;border-radius:999px!important;flex:0 0 21px!important;justify-content:center!important;align-items:center!important;width:21px!important;height:21px!important;font-family:Arial,sans-serif!important;font-size:11.5px!important;font-weight:900!important;line-height:1!important;display:inline-flex!important;box-shadow:inset 0 1px #ffffff06!important}.spin-sheet-divider,.mytasked-desktop .spin-sheet-divider{margin-top:17px!important}@media (width<=380px){.spin-tp-info{gap:6px!important;height:27px!important;margin-top:5px!important;padding:0 12px 0 4px!important;font-size:11.5px!important}.spin-tp-info:before{flex-basis:20px!important;width:20px!important;height:20px!important;font-size:11px!important}.spin-sheet-divider{margin-top:16px!important}}.spin-sheet-divider,.mytasked-desktop .spin-sheet-divider{margin-top:27px!important}@media (width<=380px){.spin-sheet-divider{margin-top:26px!important}}.spin-reel-stage button.home-button.spin-reel-action,.spin-reel-stage .home-button.spin-reel-action{white-space:nowrap!important;color:#f8f7f5!important;height:34px!important;min-height:34px!important;max-height:34px!important;box-shadow:none!important;filter:none!important;text-shadow:none!important;letter-spacing:0!important;text-transform:none!important;background:#0d7cff!important;border:0!important;justify-content:center!important;align-items:center!important;padding:0 20px!important;font-size:13px!important;font-weight:800!important;line-height:1!important;display:inline-flex!important;bottom:36px!important}.spin-reel-stage button.home-button.spin-reel-action:before,.spin-reel-stage button.home-button.spin-reel-action:after,.spin-reel-stage .home-button.spin-reel-action:before,.spin-reel-stage .home-button.spin-reel-action:after{content:none!important;display:none!important}.spin-reel-stage button.home-button.spin-reel-action:hover,.spin-reel-stage button.home-button.spin-reel-action:focus,.spin-reel-stage button.home-button.spin-reel-action:focus-visible,.spin-reel-stage button.home-button.spin-reel-action:active,.spin-reel-stage .home-button.spin-reel-action:hover,.spin-reel-stage .home-button.spin-reel-action:focus,.spin-reel-stage .home-button.spin-reel-action:focus-visible,.spin-reel-stage .home-button.spin-reel-action:active{color:#f8f7f5!important;box-shadow:none!important;filter:none!important;text-shadow:none!important;background:#0d7cff!important;outline:none!important}.spin-reel-stage button.home-button.spin-reel-action:active,.spin-reel-stage .home-button.spin-reel-action:active{opacity:.96!important;transform:translate(-50%)translateY(2px)scale(.99)!important}.mytasked-desktop .spin-reel-stage button.home-button.spin-reel-action,.mytasked-desktop .spin-reel-stage .home-button.spin-reel-action{bottom:34px!important}@media (width<=380px){.spin-reel-stage button.home-button.spin-reel-action,.spin-reel-stage .home-button.spin-reel-action{padding:0 19px!important;font-size:13px!important;bottom:34px!important}}.spin-bottom-sheet .spin-reel-stage button.home-button.spin-reel-action,.spin-bottom-sheet .spin-reel-stage .home-button.spin-reel-action{white-space:nowrap!important;color:#f8f7f5!important;width:auto!important;min-width:max-content!important;max-width:calc(100% - 48px)!important;height:34px!important;min-height:34px!important;max-height:34px!important;box-shadow:none!important;filter:none!important;text-shadow:none!important;letter-spacing:0!important;text-transform:none!important;background:#0d7cff!important;border:0!important;border-radius:999px!important;outline:none!important;justify-content:center!important;align-items:center!important;padding:0 20px!important;font-size:13px!important;font-weight:800!important;line-height:1!important;display:inline-flex!important;bottom:36px!important}.spin-bottom-sheet .spin-reel-stage button.home-button.spin-reel-action:before,.spin-bottom-sheet .spin-reel-stage button.home-button.spin-reel-action:after,.spin-bottom-sheet .spin-reel-stage .home-button.spin-reel-action:before,.spin-bottom-sheet .spin-reel-stage .home-button.spin-reel-action:after{content:none!important;display:none!important}.spin-bottom-sheet .spin-reel-stage button.home-button.spin-reel-action:hover,.spin-bottom-sheet .spin-reel-stage button.home-button.spin-reel-action:focus,.spin-bottom-sheet .spin-reel-stage button.home-button.spin-reel-action:focus-visible,.spin-bottom-sheet .spin-reel-stage button.home-button.spin-reel-action:active,.spin-bottom-sheet .spin-reel-stage .home-button.spin-reel-action:hover,.spin-bottom-sheet .spin-reel-stage .home-button.spin-reel-action:focus,.spin-bottom-sheet .spin-reel-stage .home-button.spin-reel-action:focus-visible,.spin-bottom-sheet .spin-reel-stage .home-button.spin-reel-action:active{color:#f8f7f5!important;box-shadow:none!important;filter:none!important;text-shadow:none!important;background:#0d7cff!important;outline:none!important}.spin-bottom-sheet .spin-reel-stage button.home-button.spin-reel-action:active,.spin-bottom-sheet .spin-reel-stage .home-button.spin-reel-action:active{opacity:.96!important;transform:translate(-50%)translateY(2px)scale(.99)!important}.mytasked-desktop .spin-bottom-sheet .spin-reel-stage button.home-button.spin-reel-action,.mytasked-desktop .spin-bottom-sheet .spin-reel-stage .home-button.spin-reel-action{bottom:34px!important}@media (width<=380px){.spin-bottom-sheet .spin-reel-stage button.home-button.spin-reel-action,.spin-bottom-sheet .spin-reel-stage .home-button.spin-reel-action{max-width:calc(100% - 40px)!important;padding:0 19px!important;font-size:13px!important;bottom:34px!important}}.spin-bottom-sheet>button.home-button.spin-reel-action{z-index:40!important;white-space:nowrap!important;color:#f8f7f5!important;width:auto!important;min-width:max-content!important;max-width:calc(100% - 48px)!important;height:54px!important;min-height:54px!important;max-height:54px!important;box-shadow:none!important;filter:none!important;text-shadow:none!important;letter-spacing:0!important;text-transform:none!important;appearance:none!important;-webkit-tap-highlight-color:transparent!important;background:#0d7cff!important;border:0!important;border-radius:999px!important;outline:none!important;justify-content:center!important;align-items:center!important;padding:0 34px!important;font-size:15px!important;font-weight:850!important;line-height:1!important;display:inline-flex!important;position:absolute!important;inset:auto auto 78px 50%!important;transform:translate(-50%)!important}.spin-bottom-sheet>button.home-button.spin-reel-action:before,.spin-bottom-sheet>button.home-button.spin-reel-action:after{content:none!important;display:none!important}.spin-bottom-sheet>button.home-button.spin-reel-action:hover,.spin-bottom-sheet>button.home-button.spin-reel-action:focus,.spin-bottom-sheet>button.home-button.spin-reel-action:focus-visible,.spin-bottom-sheet>button.home-button.spin-reel-action:active{color:#f8f7f5!important;box-shadow:none!important;filter:none!important;text-shadow:none!important;background:#0d7cff!important;outline:none!important}.mytasked-desktop .spin-bottom-sheet>button.home-button.spin-reel-action{height:52px!important;min-height:52px!important;max-height:52px!important;padding:0 32px!important;bottom:76px!important}@media (width<=380px){.spin-bottom-sheet>button.home-button.spin-reel-action{max-width:calc(100% - 40px)!important;height:52px!important;min-height:52px!important;max-height:52px!important;padding:0 30px!important;font-size:14.5px!important;bottom:76px!important}}.spin-bottom-sheet{text-align:center!important}.spin-bottom-sheet .spin-sheet-copy{text-align:center!important;width:100%!important;margin-left:auto!important;margin-right:auto!important}.spin-bottom-sheet .spin-sheet-copy h2{text-align:center!important;width:100%!important;margin-left:auto!important;margin-right:auto!important;display:block!important}.spin-bottom-sheet .spin-tp-info{margin-left:auto!important;margin-right:auto!important;display:inline-flex!important;position:relative!important;left:auto!important;right:auto!important;transform:none!important}.spin-bottom-sheet .spin-sheet-divider{margin-left:auto!important;margin-right:auto!important;left:auto!important;right:auto!important;transform:none!important}.spin-bottom-sheet .spin-sheet-divider:after{left:50%!important;right:auto!important;transform:translate(-50%)!important}.spin-bottom-sheet>button.home-button.spin-reel-action{text-align:center!important;margin-left:0!important;margin-right:0!important;left:50%!important;right:auto!important;transform:translate(-50%)!important}.spin-tp-popover{z-index:60!important;color:#f8f7f5!important;text-align:center!important;pointer-events:auto!important;background:#1f1f20f5!important;border:1px solid #f8f7f51a!important;border-radius:18px!important;width:min(300px,100% - 44px)!important;padding:14px 14px 12px!important;position:absolute!important;top:116px!important;left:50%!important;transform:translate(-50%)!important;box-shadow:0 18px 40px #0000004d,inset 0 1px #ffffff0a!important}.spin-tp-popover strong{color:#f8f7f5!important;margin:0 0 7px!important;font-size:14px!important;font-weight:850!important;line-height:1.15!important;display:block!important}.spin-tp-popover p{color:#f8f7f5b8!important;margin:0!important;font-size:12px!important;font-weight:650!important;line-height:1.35!important}.spin-tp-popover button{color:#f8f7f5!important;height:30px!important;box-shadow:none!important;filter:none!important;appearance:none!important;background:#0d7cff!important;border:0!important;border-radius:999px!important;outline:none!important;justify-content:center!important;align-items:center!important;margin:12px auto 0!important;padding:0 16px!important;font-size:12px!important;font-weight:800!important;line-height:1!important;display:inline-flex!important}.spin-tp-popover button:active{opacity:.96!important;transform:translateY(1px)scale(.99)!important}@media (width<=380px){.spin-tp-popover{width:min(288px,100% - 36px)!important;padding:13px 13px 11px!important;top:110px!important}.spin-tp-popover p{font-size:11.5px!important}}.spin-tp-popover{width:min(320px,100% - 48px)!important;padding:15px 16px 13px!important;overflow:hidden!important}.spin-tp-popover p{white-space:normal!important;overflow-wrap:break-word!important;word-break:normal!important;text-align:center!important;width:100%!important;max-width:100%!important;font-size:12px!important;line-height:1.38!important;display:block!important}.spin-tp-popover strong{white-space:normal!important}@media (width<=380px){.spin-tp-popover{width:min(304px,100% - 36px)!important;padding:14px 14px 12px!important}.spin-tp-popover p{font-size:11.5px!important;line-height:1.36!important}}@media (width<=380px){.spin-tp-popover{width:min(314px,100% - 28px)!important;padding:14px 14px 12px!important;top:100px!important}.spin-tp-popover p{font-size:11.3px!important;line-height:1.34!important}}.spin-tp-popover{width:min(350px,100% - 32px)!important;padding:15px 16px 13px!important;top:94px!important;overflow:hidden!important}.spin-tp-popover strong{white-space:normal!important;margin:0 0 8px!important;display:block!important}.spin-tp-popover p{white-space:normal!important;overflow-wrap:break-word!important;word-break:normal!important;text-align:center!important;width:100%!important;max-width:100%!important;margin:0!important;font-size:11.8px!important;font-weight:650!important;line-height:1.34!important;display:block!important}.spin-tp-popover p+p{margin-top:7px!important}.spin-tp-popover button{margin-top:12px!important}@media (width<=380px){.spin-tp-popover{width:min(320px,100% - 24px)!important;padding:14px 14px 12px!important;top:90px!important}.spin-tp-popover p{font-size:11px!important;line-height:1.32!important}}.spin-tp-popover{top:112px!important}@media (width<=380px){.spin-tp-popover{top:106px!important}}.spin-tp-popover{cursor:pointer!important;top:102px!important}.spin-tp-popover button{display:none!important}@media (width<=380px){.spin-tp-popover{top:98px!important}}.spin-bottom-sheet>button.home-button.spin-reel-action{text-align:center!important;white-space:nowrap!important;width:auto!important;min-width:210px!important;max-width:calc(100% - 48px)!important;padding-left:34px!important;padding-right:34px!important;left:50%!important;right:auto!important;transform:translate(-50%)!important}.spin-bottom-sheet>button.home-button.spin-reel-action:active{transform:translate(-50%)translateY(2px)scale(.99)!important}@media (width<=380px){.spin-bottom-sheet>button.home-button.spin-reel-action{min-width:196px!important;max-width:calc(100% - 40px)!important;padding-left:30px!important;padding-right:30px!important}}.spin-bottom-sheet>button.home-button.spin-reel-action{letter-spacing:.05px!important;font-size:16px!important;font-weight:880!important}@media (width<=380px){.spin-bottom-sheet>button.home-button.spin-reel-action{font-size:15.5px!important}}.spin-marquee-track{will-change:transform!important;width:max-content!important;animation:18s linear infinite spinRewardsMarqueeCentered!important;display:flex!important}.spin-marquee-group{flex:none!important;display:flex!important}.spin-marquee-card{flex:none!important;justify-content:center!important;align-items:center!important;display:flex!important}.spin-marquee-card img{display:none!important}.spin-marquee-card span{display:block!important}.spin-marquee-card.spin-marquee-card-gold{background:radial-gradient(circle at 50% 20%,#f8d68b29,#0000 52%),linear-gradient(#a37a3457,#523d1dd1)!important;border-color:#c8953d6b!important;box-shadow:inset 0 1px #fff1ca14,0 8px 22px #00000029!important}.spin-marquee-card.spin-marquee-card-gold span{color:#f8f7f5!important;text-shadow:none!important}.spin-marquee-card{position:relative!important;overflow:hidden!important}.spin-marquee-card img{object-fit:contain!important;pointer-events:none!important;-webkit-user-select:none!important;user-select:none!important;width:54px!important;height:54px!important;margin:0 auto 4px!important;display:block!important}.spin-marquee-card span{z-index:2!important;position:relative!important}@media (width<=380px){.spin-marquee-card img{width:50px!important;height:50px!important}.spin-marquee-card.spin-marquee-card-gold img{width:56px!important;height:56px!important}}.spin-marquee-card span{letter-spacing:-.15px!important;white-space:nowrap!important;font-size:18px!important;line-height:1!important}.spin-marquee-card.spin-marquee-card-gold span{letter-spacing:-.35px!important;font-size:17px!important}@media (width<=380px){.spin-marquee-card img{width:60px!important;height:60px!important}.spin-marquee-card.spin-marquee-card-gold img{width:66px!important;height:66px!important}.spin-marquee-card span{font-size:17px!important}.spin-marquee-card.spin-marquee-card-gold span{font-size:16px!important}}.spin-marquee-card img{width:92px!important;height:92px!important;margin:0 auto 5px!important}.spin-marquee-card.spin-marquee-card-gold img{width:100px!important;height:100px!important;margin-bottom:2px!important}.spin-marquee-card span{letter-spacing:-.16px!important;white-space:nowrap!important;font-size:19px!important;font-weight:880!important;line-height:1!important}.spin-marquee-card.spin-marquee-card-gold span{white-space:nowrap!important;font-size:18px!important;font-weight:900!important;line-height:1!important}@media (width<=380px){.spin-marquee-card img{width:84px!important;height:84px!important}.spin-marquee-card.spin-marquee-card-gold img{width:92px!important;height:92px!important}.spin-marquee-card span{font-size:17px!important}.spin-marquee-card.spin-marquee-card-gold span{font-size:16px!important}}.spin-bottom-sheet>button.home-button.spin-reel-action{background:#0d7cff!important;transition:background-color .12s,opacity .12s!important}.spin-bottom-sheet>button.home-button.spin-reel-action:hover,.spin-bottom-sheet>button.home-button.spin-reel-action:focus,.spin-bottom-sheet>button.home-button.spin-reel-action:focus-visible{color:#f8f7f5!important;box-shadow:none!important;filter:none!important;background:#0d7cff!important;outline:none!important}.spin-bottom-sheet>button.home-button.spin-reel-action:active{color:#f8f7f5!important;opacity:1!important;box-shadow:none!important;filter:none!important;background:#0b70e6!important;transform:translate(-50%)!important}.home-button,.daily-spin-button,.spin-bottom-sheet>button.home-button.spin-reel-action{color:#f8f7f5!important;background:#0d7cff!important;transition:background-color .12s,color .12s!important}.home-button:active,.daily-spin-button:active,.spin-bottom-sheet>button.home-button.spin-reel-action:active{color:#f8f7f5!important;box-shadow:none!important;filter:none!important;background:#0b70e6!important}.spin-bottom-sheet>button.home-button.spin-reel-action{transform:translate(-50%)!important}.spin-bottom-sheet>button.home-button.spin-reel-action:active{opacity:1!important;transform:translate(-50%)!important}.spin-wheel-stage.spin-reel-stage{transform:none!important}.spin-marquee-window{top:calc(50% - 20px)!important;overflow:hidden!important;transform:translateY(-50%)!important}.mytasked-desktop .spin-marquee-window{top:calc(50% - 18px)!important}@media (width<=380px){.spin-marquee-window{top:calc(50% - 20px)!important}}.spin-marquee-track{animation-duration:28s!important;animation-timing-function:linear!important;animation-iteration-count:infinite!important}html.spin-sheet-scroll-locked-target,body.spin-sheet-scroll-locked,body.spin-sheet-scroll-locked-target,#root.spin-sheet-scroll-locked-target,.app-shell.spin-sheet-scroll-locked-target,.app-main.spin-sheet-scroll-locked-target,.home-screen.spin-sheet-scroll-locked-target{overscroll-behavior:none!important;touch-action:none!important;overflow:hidden!important}.spin-sheet-overlay{overscroll-behavior:contain!important;touch-action:none!important}.spin-bottom-sheet{touch-action:pan-y!important}.spin-sheet-overlay{-webkit-backdrop-filter:blur(5px)!important;background:#00000052!important}.spin-bottom-sheet{-webkit-backdrop-filter:none!important}.spin-bottom-sheet .spin-wheel-stage,.spin-bottom-sheet .spin-marquee-window,.spin-bottom-sheet .spin-marquee-track,.spin-bottom-sheet .spin-marquee-group,.spin-bottom-sheet .spin-marquee-card,.spin-bottom-sheet .spin-marquee-card img,.spin-bottom-sheet .spin-marquee-card span{opacity:1!important;visibility:visible!important}.spin-bottom-sheet .spin-wheel-stage,.spin-bottom-sheet .spin-marquee-window,.spin-bottom-sheet .spin-marquee-track{backface-visibility:hidden!important;transform-style:preserve-3d!important;will-change:transform!important}.spin-bottom-sheet .spin-marquee-card img{content-visibility:visible!important}.spin-bottom-sheet-opening{opacity:1!important;will-change:transform!important;animation:.38s cubic-bezier(.22,1,.36,1) forwards spinBottomSheetIn!important}.spin-bottom-sheet-closing{opacity:1!important;pointer-events:none!important;will-change:transform!important;animation:.34s cubic-bezier(.32,0,.67,0) forwards spinBottomSheetOut!important}@keyframes spinSheetOverlayFadeIn{0%{opacity:0}to{opacity:1}}@keyframes spinSheetOverlayFadeOut{0%{opacity:1}to{opacity:0}}@keyframes spinBottomSheetIn{0%{transform:translateY(18px)}to{transform:translate(0,0)}}@keyframes spinBottomSheetOut{0%{transform:translate(0,0)}to{transform:translateY(18px)}}.spin-marquee-window,.spin-marquee-track,.spin-marquee-group,.spin-marquee-card{contain:none!important;content-visibility:visible!important}.spin-marquee-card,.spin-marquee-card img,.spin-marquee-card span{opacity:1!important;visibility:visible!important}.spin-marquee-card img{backface-visibility:hidden!important;transform:translateZ(0)!important}.spin-bottom-sheet-opening .spin-marquee-track{animation-delay:0s!important}.spin-reward-prewarm{opacity:0!important;pointer-events:none!important;z-index:-1!important;width:1px!important;height:1px!important;position:fixed!important;top:-9999px!important;left:-9999px!important;overflow:hidden!important}.spin-reward-prewarm img{object-fit:contain!important;width:92px!important;height:92px!important;display:block!important}.spin-bottom-sheet-opening .spin-marquee-track,.spin-bottom-sheet .spin-marquee-track{animation-delay:0s!important}.spin-sheet-overlay-hidden{opacity:0!important;pointer-events:none!important;-webkit-backdrop-filter:blur()!important;background:0 0!important}.spin-bottom-sheet-hidden{opacity:1!important;pointer-events:none!important;transform:translateY(18px)!important}.spin-sheet-overlay-hidden .spin-marquee-window,.spin-sheet-overlay-hidden .spin-marquee-track,.spin-sheet-overlay-hidden .spin-marquee-group,.spin-sheet-overlay-hidden .spin-marquee-card,.spin-sheet-overlay-hidden .spin-marquee-card img,.spin-sheet-overlay-hidden .spin-marquee-card span{opacity:1!important;visibility:visible!important}.spin-marquee-window{overflow:hidden!important}.spin-marquee-track{will-change:transform!important;align-items:center!important;gap:0!important;width:max-content!important;margin:0!important;padding:0!important;animation:none!important;display:flex!important}.spin-marquee-group{flex:none!important;align-items:center!important;gap:12px!important;margin:0!important;padding:0 12px 0 0!important;display:flex!important}.spin-marquee-card{flex:none!important}@media (width<=380px){.spin-marquee-group{gap:10px!important;padding-right:10px!important}}.spin-bottom-sheet,.spin-bottom-sheet-opening,.spin-bottom-sheet-closing,.spin-bottom-sheet-hidden{opacity:1!important;transform-origin:bottom!important;left:50%!important;right:auto!important}.spin-bottom-sheet-hidden{pointer-events:none!important;transform:translate(-50%,8px)!important}@keyframes spinBottomSheetStableIn{0%{transform:translate(-50%,8px)}to{transform:translate(-50%)}}@keyframes spinBottomSheetStableOut{0%{transform:translate(-50%)}to{transform:translate(-50%,8px)}}.daily-spin-card{position:relative!important}.daily-spin-button{z-index:60!important;pointer-events:auto!important;touch-action:manipulation!important;position:relative!important}.daily-spin-visual,.daily-spin-visual *,.daily-spin-wheel,.daily-spin-wheel *,.daily-spin-pointer{pointer-events:none!important}body .spin-sheet-overlay.spin-sheet-overlay-hidden,#root .spin-sheet-overlay.spin-sheet-overlay-hidden{visibility:hidden!important;opacity:0!important;pointer-events:none!important;z-index:-999!important;width:0!important;height:0!important;display:none!important;inset:auto!important;overflow:hidden!important}.spin-bottom-sheet-opening{will-change:opacity, transform!important;animation:.15s cubic-bezier(.2,.85,.25,1) both spinBottomSheetUltraLightIn!important}.spin-bottom-sheet-closing{pointer-events:none!important;will-change:opacity, transform!important;animation:.13s cubic-bezier(.4,0,.2,1) both spinBottomSheetUltraLightOut!important}.spin-bottom-sheet-hidden{opacity:0!important;transform:translate(-50%,2px)!important}@keyframes spinBottomSheetUltraLightIn{0%{opacity:.96;transform:translate(-50%,2px)scale(.998)}to{opacity:1;transform:translate(-50%)scale(1)}}@keyframes spinBottomSheetUltraLightOut{0%{opacity:1;transform:translate(-50%)scale(1)}to{opacity:.98;transform:translate(-50%,2px)scale(.998)}}.spin-sheet-overlay-opening{animation:.12s ease-out both spinSheetOverlayUltraLightIn!important}.spin-sheet-overlay-closing{pointer-events:none!important;animation:.11s ease-in both spinSheetOverlayUltraLightOut!important}@keyframes spinSheetOverlayUltraLightIn{0%{opacity:0}to{opacity:1}}@keyframes spinSheetOverlayUltraLightOut{0%{opacity:1}to{opacity:0}}.spin-bottom-sheet>button.home-button.spin-reel-action.spin-reel-action-running,.spin-reel-stage button.home-button.spin-reel-action.spin-reel-action-running,.spin-reel-stage .home-button.spin-reel-action.spin-reel-action-running,button.home-button.spin-reel-action.spin-reel-action-running{transform:translateY(1px)scale(.99);color:#fff!important;opacity:1!important;background:#34c759!important;border-color:#34c759b8!important;box-shadow:0 14px 28px #34c75938,inset 0 1px #ffffff3d!important}.spin-bottom-sheet>button.home-button.spin-reel-action.spin-reel-action-running:before,.spin-bottom-sheet>button.home-button.spin-reel-action.spin-reel-action-running:after,.spin-reel-stage button.home-button.spin-reel-action.spin-reel-action-running:before,.spin-reel-stage button.home-button.spin-reel-action.spin-reel-action-running:after,.spin-reel-stage .home-button.spin-reel-action.spin-reel-action-running:before,.spin-reel-stage .home-button.spin-reel-action.spin-reel-action-running:after{display:none!important}.spin-win-card{text-align:center;background:radial-gradient(circle at 50% 0,#34c75947,#0000 58%),linear-gradient(#262a2efa,#1b1d1ffa);border:1px solid #34c75961;border-radius:22px;width:min(100%,340px);margin:12px auto;padding:14px 18px 16px;animation:.36s cubic-bezier(.2,.9,.2,1.1) both spinWinCardIn;position:relative;overflow:hidden;box-shadow:0 18px 44px #00000057,inset 0 0 0 1px #ffffff0a}.spin-win-kicker{z-index:2;color:#f8f7f5a8;letter-spacing:.08em;text-transform:uppercase;margin-bottom:4px;font-size:11px;font-weight:800;display:block;position:relative}.spin-win-card strong{z-index:2;color:#fff;letter-spacing:-.04em;text-shadow:0 10px 26px #34c75947;font-size:28px;font-weight:950;line-height:1.05;display:block;position:relative}.spin-win-confetti{z-index:1;opacity:.95;border-radius:999px;width:7px;height:14px;animation:.9s ease-out both spinConfettiDrop;position:absolute}.spin-win-confetti-1{background:#34c759;animation-delay:40ms;top:-12px;left:18%;transform:rotate(22deg)}.spin-win-confetti-2{background:#f8f7f5;animation-delay:90ms;top:-10px;left:38%;transform:rotate(-18deg)}.spin-win-confetti-3{background:#c8953d;animation-delay:.13s;top:-14px;right:34%;transform:rotate(34deg)}.spin-win-confetti-4{background:#0d7cff;animation-delay:.18s;top:-8px;right:17%;transform:rotate(-28deg)}@keyframes spinWinCardIn{0%{opacity:0;transform:translateY(10px)scale(.94)}to{opacity:1;transform:translateY(0)scale(1)}}@keyframes spinConfettiDrop{0%{opacity:0;transform:translateY(-18px)rotate(0)scale(.7)}35%{opacity:1}to{opacity:.86;transform:translateY(48px)rotate(220deg)scale(1)}}.spin-bottom-sheet>button.home-button.spin-reel-action.spin-reel-action-running,.spin-reel-stage button.home-button.spin-reel-action.spin-reel-action-running,.spin-reel-stage .home-button.spin-reel-action.spin-reel-action-running,button.home-button.spin-reel-action.spin-reel-action-running,.spin-bottom-sheet>button.home-button.spin-reel-action.spin-reel-action-running:hover,.spin-bottom-sheet>button.home-button.spin-reel-action.spin-reel-action-running:focus,.spin-bottom-sheet>button.home-button.spin-reel-action.spin-reel-action-running:active,.spin-reel-stage button.home-button.spin-reel-action.spin-reel-action-running:hover,.spin-reel-stage button.home-button.spin-reel-action.spin-reel-action-running:focus,.spin-reel-stage button.home-button.spin-reel-action.spin-reel-action-running:active,button.home-button.spin-reel-action.spin-reel-action-running:hover,button.home-button.spin-reel-action.spin-reel-action-running:focus,button.home-button.spin-reel-action.spin-reel-action-running:active{box-shadow:none!important;filter:none!important;text-shadow:none!important}.spin-bottom-sheet{isolation:isolate}.spin-wheel-stage.spin-reel-stage{z-index:1;position:relative}.spin-win-card{isolation:isolate;pointer-events:none;z-index:40!important;position:relative!important}.spin-win-card,.spin-win-card *{backface-visibility:hidden}.spin-reel-action{z-index:45;position:relative}.spin-win-wrap{z-index:50;isolation:isolate;pointer-events:none;width:min(100%,360px);margin:12px auto;position:relative}.spin-win-wrap .spin-win-card{width:100%;margin:0 auto}.spin-win-card .spin-win-confetti{display:none!important}.spin-win-bg-confetti{z-index:1;pointer-events:none;position:absolute;inset:-46px -28px -24px;overflow:visible}.spin-win-card{z-index:2!important}.spin-win-bg-confetti span{opacity:0;transform-origin:50%;border-radius:999px;width:7px;height:13px;animation:1.05s cubic-bezier(.18,.72,.28,1) both spinBgConfettiBurst;position:absolute;top:50%;left:50%}.spin-win-bg-confetti span:first-child{--x:-126px;--y:-42px;--r:210deg;background:#34c759;animation-delay:20ms}.spin-win-bg-confetti span:nth-child(2){--x:-92px;--y:-72px;--r:145deg;background:#f8f7f5;animation-delay:60ms}.spin-win-bg-confetti span:nth-child(3){--x:-48px;--y:-88px;--r:280deg;background:#c8953d;animation-delay:90ms}.spin-win-bg-confetti span:nth-child(4){--x:2px;--y:-96px;--r:190deg;background:#0d7cff;animation-delay:40ms}.spin-win-bg-confetti span:nth-child(5){--x:54px;--y:-82px;--r:330deg;background:#34c759;animation-delay:.1s}.spin-win-bg-confetti span:nth-child(6){--x:104px;--y:-58px;--r:250deg;background:#f8f7f5;animation-delay:70ms}.spin-win-bg-confetti span:nth-child(7){--x:132px;--y:-16px;--r:400deg;background:#c8953d;animation-delay:.12s}.spin-win-bg-confetti span:nth-child(8){--x:118px;--y:38px;--r:310deg;background:#0d7cff;animation-delay:45ms}.spin-win-bg-confetti span:nth-child(9){--x:62px;--y:62px;--r:240deg;background:#34c759;animation-delay:.11s}.spin-win-bg-confetti span:nth-child(10){--x:-22px;--y:68px;--r:370deg;background:#f8f7f5;animation-delay:80ms}.spin-win-bg-confetti span:nth-child(11){--x:-86px;--y:48px;--r:300deg;background:#c8953d;animation-delay:.13s}.spin-win-bg-confetti span:nth-child(12){--x:-134px;--y:8px;--r:260deg;background:#0d7cff;animation-delay:55ms}@keyframes spinBgConfettiBurst{0%{opacity:0;transform:translate(-50%,-50%)scale(.35)rotate(0)}18%{opacity:1}72%{opacity:.96}to{opacity:0;transform:translate(calc(-50% + var(--x)), calc(-50% + var(--y))) scale(1) rotate(var(--r))}}.spin-win-card{box-shadow:none!important;background:linear-gradient(#262a2efa,#1b1d1ffa)!important}.spin-win-card strong{text-shadow:none!important}.spin-win-wrap,.spin-win-card,.spin-win-kicker{display:none!important}.spin-win-bg-confetti-inline{z-index:38;pointer-events:none;width:min(360px,100% - 32px);height:120px;bottom:74px;left:50%;overflow:visible;transform:translate(-50%);position:absolute!important}.spin-bottom-sheet>button.home-button.spin-reel-action.spin-reel-action-claim,.spin-reel-stage button.home-button.spin-reel-action.spin-reel-action-claim,.spin-reel-stage .home-button.spin-reel-action.spin-reel-action-claim,button.home-button.spin-reel-action.spin-reel-action-claim{color:#fff!important;box-shadow:none!important;filter:none!important;text-shadow:none!important;background:#34c759!important;border-color:#34c759b8!important}.spin-bottom-sheet>button.home-button.spin-reel-action.spin-reel-action-claim:before,.spin-bottom-sheet>button.home-button.spin-reel-action.spin-reel-action-claim:after,.spin-reel-stage button.home-button.spin-reel-action.spin-reel-action-claim:before,.spin-reel-stage button.home-button.spin-reel-action.spin-reel-action-claim:after,.spin-reel-stage .home-button.spin-reel-action.spin-reel-action-claim:before,.spin-reel-stage .home-button.spin-reel-action.spin-reel-action-claim:after{display:none!important}.spin-marquee-card-selected{z-index:8;position:relative;transform:translateY(-3px)scale(1.035);background:radial-gradient(circle at 50% 18%,#34c7593d,#0000 58%),linear-gradient(#2c312dfa,#1c1f1dfa)!important;border-color:#34c759db!important;box-shadow:inset 0 0 0 1px #34c7596b,0 10px 28px #34c7592e!important}.spin-marquee-card-selected img{transform:scale(1.06)}.spin-marquee-card-selected span{color:#fff!important}.spin-win-bg-confetti-from-card{left:50%;top:calc(var(--spin-reel-top,50%) + 8px);z-index:42;pointer-events:none;width:1px;height:1px;overflow:visible;transform:translate(-50%,-50%);position:absolute!important}.spin-win-bg-confetti-from-card span{opacity:0;transform-origin:50%;border-radius:999px;width:7px;height:13px;animation:1.12s cubic-bezier(.16,.75,.24,1) both spinCardConfettiBurst;position:absolute;top:0;left:0}.spin-win-bg-confetti-from-card span:first-child{--x:-118px;--y:-58px;--r:210deg;background:#34c759;animation-delay:20ms}.spin-win-bg-confetti-from-card span:nth-child(2){--x:-84px;--y:-96px;--r:145deg;background:#f8f7f5;animation-delay:60ms}.spin-win-bg-confetti-from-card span:nth-child(3){--x:-36px;--y:-122px;--r:280deg;background:#c8953d;animation-delay:90ms}.spin-win-bg-confetti-from-card span:nth-child(4){--x:14px;--y:-126px;--r:190deg;background:#0d7cff;animation-delay:40ms}.spin-win-bg-confetti-from-card span:nth-child(5){--x:66px;--y:-104px;--r:330deg;background:#34c759;animation-delay:.1s}.spin-win-bg-confetti-from-card span:nth-child(6){--x:112px;--y:-70px;--r:250deg;background:#f8f7f5;animation-delay:70ms}.spin-win-bg-confetti-from-card span:nth-child(7){--x:132px;--y:-22px;--r:400deg;background:#c8953d;animation-delay:.12s}.spin-win-bg-confetti-from-card span:nth-child(8){--x:106px;--y:26px;--r:310deg;background:#0d7cff;animation-delay:45ms}.spin-win-bg-confetti-from-card span:nth-child(9){--x:54px;--y:54px;--r:240deg;background:#34c759;animation-delay:.11s}.spin-win-bg-confetti-from-card span:nth-child(10){--x:-22px;--y:58px;--r:370deg;background:#f8f7f5;animation-delay:80ms}.spin-win-bg-confetti-from-card span:nth-child(11){--x:-82px;--y:36px;--r:300deg;background:#c8953d;animation-delay:.13s}.spin-win-bg-confetti-from-card span:nth-child(12){--x:-124px;--y:-8px;--r:260deg;background:#0d7cff;animation-delay:55ms}@keyframes spinCardConfettiBurst{0%{opacity:0;transform:translate(-50%,-50%)scale(.35)rotate(0)}14%{opacity:1}72%{opacity:.96}to{opacity:0;transform:translate(calc(-50% + var(--x)), calc(-50% + var(--y))) scale(1) rotate(var(--r))}}.spin-marquee-card-selected{animation:1.15s ease-in-out infinite spinSelectedRewardPulse}.spin-win-bg-confetti-from-card{top:50%!important}@keyframes spinSelectedRewardPulse{0%,to{transform:none}50%{transform:none}}.spin-marquee-card-selected{filter:none!important;background:linear-gradient(#262729fa,#1c1d1ffa)!important;border-color:#f8f7f59e!important;box-shadow:inset 0 0 0 1px #f8f7f52e!important}.spin-marquee-card-selected img{filter:none!important;transform:none!important}.spin-marquee-card-selected span{color:#f8f7f5!important;text-shadow:none!important}.spin-marquee-window .spin-marquee-track .spin-marquee-group .spin-marquee-card.spin-marquee-card-selected,.spin-marquee-window .spin-marquee-track .spin-marquee-group .spin-marquee-card.spin-marquee-card-gold.spin-marquee-card-selected,.spin-bottom-sheet .spin-marquee-card.spin-marquee-card-selected,.spin-bottom-sheet .spin-marquee-card.spin-marquee-card-gold.spin-marquee-card-selected{filter:none!important;background:linear-gradient(#262729fa,#1c1d1ffa)!important;border:1.5px solid #34c759!important;outline:none!important;box-shadow:inset 0 0 0 1px #34c75957!important}.spin-marquee-window .spin-marquee-track .spin-marquee-group .spin-marquee-card.spin-marquee-card-selected:before,.spin-marquee-window .spin-marquee-track .spin-marquee-group .spin-marquee-card.spin-marquee-card-selected:after,.spin-bottom-sheet .spin-marquee-card.spin-marquee-card-selected:before,.spin-bottom-sheet .spin-marquee-card.spin-marquee-card-selected:after{opacity:0!important;content:none!important;display:none!important}.spin-win-bg-confetti,.spin-win-bg-confetti-inline,.spin-win-bg-confetti-from-card,.spin-win-bg-confetti *,.spin-win-bg-confetti-inline *,.spin-win-bg-confetti-from-card *{opacity:0!important;animation:none!important;display:none!important}.spin-marquee-window .spin-marquee-track .spin-marquee-group .spin-marquee-card.spin-marquee-card-selected,.spin-marquee-window .spin-marquee-track .spin-marquee-group .spin-marquee-card.spin-marquee-card-gold.spin-marquee-card-selected,.spin-bottom-sheet .spin-marquee-card.spin-marquee-card-selected,.spin-bottom-sheet .spin-marquee-card.spin-marquee-card-gold.spin-marquee-card-selected{background:inherit!important;background-image:inherit!important;box-shadow:none!important;filter:none!important;border:1.5px solid #34c759!important;outline:none!important;transform:none!important}.spin-marquee-window .spin-marquee-track .spin-marquee-group .spin-marquee-card.spin-marquee-card-selected,.spin-marquee-window .spin-marquee-track .spin-marquee-group .spin-marquee-card.spin-marquee-card-gold.spin-marquee-card-selected,.spin-bottom-sheet .spin-marquee-card.spin-marquee-card-selected,.spin-bottom-sheet .spin-marquee-card.spin-marquee-card-gold.spin-marquee-card-selected{box-shadow:none!important;filter:none!important;border-width:1.5px!important;border-color:#34c759!important;outline:0!important;transform:none!important}.spin-marquee-window .spin-marquee-track .spin-marquee-group .spin-marquee-card.spin-marquee-card-selected:not(.spin-marquee-card-gold),.spin-bottom-sheet .spin-marquee-card.spin-marquee-card-selected:not(.spin-marquee-card-gold){background:#ffffff0a!important}.spin-marquee-window .spin-marquee-track .spin-marquee-group .spin-marquee-card.spin-marquee-card-gold.spin-marquee-card-selected,.spin-bottom-sheet .spin-marquee-card.spin-marquee-card-gold.spin-marquee-card-selected{background:linear-gradient(#34260deb,#18181af5)!important}.spin-marquee-window .spin-marquee-track .spin-marquee-group .spin-marquee-card.spin-marquee-card-selected:before,.spin-marquee-window .spin-marquee-track .spin-marquee-group .spin-marquee-card.spin-marquee-card-selected:after,.spin-bottom-sheet .spin-marquee-card.spin-marquee-card-selected:before,.spin-bottom-sheet .spin-marquee-card.spin-marquee-card-selected:after{opacity:0!important;content:none!important;animation:none!important;display:none!important}.spin-marquee-window .spin-marquee-track .spin-marquee-group .spin-marquee-card.spin-marquee-card-selected img,.spin-bottom-sheet .spin-marquee-card.spin-marquee-card-selected img{filter:none!important;transform:none!important}.spin-marquee-window .spin-marquee-track .spin-marquee-group .spin-marquee-card.spin-marquee-card-selected span,.spin-bottom-sheet .spin-marquee-card.spin-marquee-card-selected span{color:inherit!important;text-shadow:none!important}.spin-bottom-sheet .spin-marquee-card.spin-marquee-card-picked,.spin-marquee-window .spin-marquee-card.spin-marquee-card-picked,.spin-marquee-track .spin-marquee-card.spin-marquee-card-picked,.spin-marquee-group .spin-marquee-card.spin-marquee-card-picked{box-shadow:none!important;filter:none!important;border-width:1.5px!important;border-color:#34c759!important;outline:none!important;transform:none!important}.spin-bottom-sheet .spin-marquee-card.spin-marquee-card-picked img,.spin-marquee-window .spin-marquee-card.spin-marquee-card-picked img,.spin-marquee-track .spin-marquee-card.spin-marquee-card-picked img,.spin-marquee-group .spin-marquee-card.spin-marquee-card-picked img{filter:none!important;transform:none!important}.spin-bottom-sheet .spin-marquee-card.spin-marquee-card-picked span,.spin-marquee-window .spin-marquee-card.spin-marquee-card-picked span,.spin-marquee-track .spin-marquee-card.spin-marquee-card-picked span,.spin-marquee-group .spin-marquee-card.spin-marquee-card-picked span{text-shadow:none!important}.spin-bottom-sheet .spin-marquee-card.spin-marquee-card-picked,.spin-bottom-sheet .spin-marquee-card.spin-marquee-card-gold.spin-marquee-card-picked,.spin-marquee-window .spin-marquee-card.spin-marquee-card-picked,.spin-marquee-window .spin-marquee-card.spin-marquee-card-gold.spin-marquee-card-picked,.spin-marquee-track .spin-marquee-card.spin-marquee-card-picked,.spin-marquee-track .spin-marquee-card.spin-marquee-card-gold.spin-marquee-card-picked,.spin-marquee-group .spin-marquee-card.spin-marquee-card-picked,.spin-marquee-group .spin-marquee-card.spin-marquee-card-gold.spin-marquee-card-picked{outline-offset:-2px!important;box-shadow:none!important;filter:none!important;border-color:#0000!important;outline:2px solid #34c759!important;transform:none!important}.spin-bottom-sheet .spin-marquee-card.spin-marquee-card-picked,.spin-marquee-window .spin-marquee-card.spin-marquee-card-picked,.spin-marquee-track .spin-marquee-card.spin-marquee-card-picked,.spin-marquee-group .spin-marquee-card.spin-marquee-card-picked{background-blend-mode:normal!important}.spin-bottom-sheet .spin-marquee-card.spin-marquee-card-picked:before,.spin-bottom-sheet .spin-marquee-card.spin-marquee-card-picked:after,.spin-marquee-window .spin-marquee-card.spin-marquee-card-picked:before,.spin-marquee-window .spin-marquee-card.spin-marquee-card-picked:after,.spin-marquee-track .spin-marquee-card.spin-marquee-card-picked:before,.spin-marquee-track .spin-marquee-card.spin-marquee-card-picked:after,.spin-marquee-group .spin-marquee-card.spin-marquee-card-picked:before,.spin-marquee-group .spin-marquee-card.spin-marquee-card-picked:after{content:none!important;opacity:0!important;animation:none!important;display:none!important}.spin-bottom-sheet .spin-marquee-card.spin-marquee-card-picked img,.spin-marquee-window .spin-marquee-card.spin-marquee-card-picked img,.spin-marquee-track .spin-marquee-card.spin-marquee-card-picked img,.spin-marquee-group .spin-marquee-card.spin-marquee-card-picked img,.spin-bottom-sheet .spin-marquee-card.spin-marquee-card-picked span,.spin-marquee-window .spin-marquee-card.spin-marquee-card-picked span,.spin-marquee-track .spin-marquee-card.spin-marquee-card-picked span,.spin-marquee-group .spin-marquee-card.spin-marquee-card-picked span{filter:none!important;text-shadow:none!important}.spin-marquee-card{position:relative}.spin-card-pick-border{z-index:20!important;pointer-events:none!important;border-radius:inherit!important;box-shadow:none!important;filter:none!important;opacity:1!important;background:0 0!important;border:2px solid #34c759!important;display:block!important;position:absolute!important;inset:0!important;transform:none!important}.spin-card-pick-border:before,.spin-card-pick-border:after{content:none!important;display:none!important}.spin-marquee-card-picked{border-color:inherit!important;box-shadow:none!important;filter:none!important;outline:none!important;transform:none!important}.spin-marquee-card-picked:before,.spin-marquee-card-picked:after{content:none!important;opacity:0!important;display:none!important}.spin-marquee-card>i.spin-card-pick-border,.spin-bottom-sheet .spin-marquee-card>i.spin-card-pick-border,.spin-marquee-window .spin-marquee-card>i.spin-card-pick-border,.spin-marquee-track .spin-marquee-card>i.spin-card-pick-border,.spin-marquee-group .spin-marquee-card>i.spin-card-pick-border{z-index:50!important;pointer-events:none!important;border-radius:inherit!important;width:auto!important;min-width:0!important;height:auto!important;min-height:0!important;box-shadow:none!important;filter:none!important;opacity:1!important;text-indent:-9999px!important;background:0 0!important;border:2px solid #34c759!important;margin:0!important;padding:0!important;font-size:0!important;line-height:0!important;animation:none!important;display:block!important;position:absolute!important;inset:0!important;transform:none!important}.spin-marquee-card>i.spin-card-pick-border:before,.spin-marquee-card>i.spin-card-pick-border:after{content:none!important;display:none!important}.spin-marquee-card.spin-marquee-card-picked{background:unset;box-shadow:none!important;filter:none!important;transform:none!important}.spin-reel-stage .spin-random-pointer{display:none!important}.spin-reel-stage{--spin-pointer-offset:0px!important}.spin-bottom-sheet .spin-marquee-card,.spin-marquee-window .spin-marquee-card,.spin-marquee-track .spin-marquee-card,.spin-marquee-group .spin-marquee-card,.spin-bottom-sheet .spin-marquee-card.spin-marquee-card-gold,.spin-marquee-window .spin-marquee-card.spin-marquee-card-gold,.spin-marquee-track .spin-marquee-card.spin-marquee-card-gold,.spin-marquee-group .spin-marquee-card.spin-marquee-card-gold{border:1px solid #f8f7f529!important;outline:none!important}.spin-marquee-card>i.spin-card-pick-border,.spin-bottom-sheet .spin-marquee-card>i.spin-card-pick-border,.spin-marquee-window .spin-marquee-card>i.spin-card-pick-border,.spin-marquee-track .spin-marquee-card>i.spin-card-pick-border,.spin-marquee-group .spin-marquee-card>i.spin-card-pick-border{border-radius:inherit!important;box-shadow:none!important;border:1px solid #34c759!important;inset:0!important}.home-section-title,.section-title,.daily-spin-copy h2,.spin-sheet-copy h2,.daily-checkin-copy h2,.daily-streak-copy h2,.combo-card h2,.home-card h2{text-transform:uppercase!important;letter-spacing:.035em!important;font-weight:900!important;line-height:1.02!important}.home-button,.daily-spin-button,.daily-checkin-button,.spin-bottom-sheet>button.home-button.spin-reel-action,.spin-reel-stage button.home-button.spin-reel-action,.spin-reel-stage .home-button.spin-reel-action{text-transform:uppercase!important;letter-spacing:.035em!important;font-weight:900!important}.banner-action,.task-action,.combo-action,.spin-tp-info{text-transform:none!important;letter-spacing:.01em!important;font-weight:800!important}.daily-spin-copy p,.spin-sheet-copy p,.daily-checkin-copy p,.daily-streak-copy p,.home-card p,.home-section-subtitle{text-transform:none!important;letter-spacing:0!important;font-weight:600!important}.home-section-title,.section-title,.daily-spin-copy h2,.spin-sheet-copy h2,.daily-checkin-copy h2,.daily-streak-copy h2,.combo-card h2,.home-card h2{text-transform:uppercase!important;letter-spacing:.012em!important;font-synthesis-weight:none!important;-webkit-font-smoothing:antialiased!important;text-rendering:geometricprecision!important;font-family:Nunito Sans,Inter,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif!important;font-weight:900!important;line-height:1.02!important}.home-button,.daily-spin-button,.daily-checkin-button,.spin-bottom-sheet>button.home-button.spin-reel-action,.spin-reel-stage button.home-button.spin-reel-action,.spin-reel-stage .home-button.spin-reel-action{text-transform:uppercase!important;letter-spacing:.01em!important;font-synthesis-weight:none!important;-webkit-font-smoothing:antialiased!important;text-rendering:geometricprecision!important;font-family:Nunito Sans,Inter,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif!important;font-weight:900!important;line-height:1!important}.banner-action,.task-action,.combo-action,.spin-tp-info{text-transform:none!important;letter-spacing:0!important;font-family:Nunito Sans,Inter,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif!important;font-weight:800!important}.daily-spin-copy p,.spin-sheet-copy p,.daily-checkin-copy p,.daily-streak-copy p,.home-card p,.home-section-subtitle{text-transform:none!important;letter-spacing:0!important;font-family:Inter,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif!important;font-weight:600!important}.daily-spin-copy h2{letter-spacing:-.01em!important;font-size:25px!important;font-weight:850!important}.daily-spin-button{font-size:16px!important;font-weight:850!important}.spin-bottom-sheet>button.home-button.spin-reel-action{font-size:21px!important;font-weight:850!important}.spin-marquee-card span{letter-spacing:-.01em!important;font-family:Nunito Sans,Inter,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif!important;font-weight:850!important}.daily-spin-copy h2,.daily-checkin-copy h2,.daily-streak-copy h2,.combo-card h2,.home-card h2,.home-section-title,.section-title{text-transform:uppercase!important;letter-spacing:-.01em!important;font-family:Nunito Sans,Inter,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif!important;font-weight:850!important;line-height:1.02!important}.home-button,.daily-spin-button,.daily-checkin-button,.spin-bottom-sheet>button.home-button.spin-reel-action,.spin-reel-stage button.home-button.spin-reel-action,.spin-reel-stage .home-button.spin-reel-action{text-transform:uppercase!important;letter-spacing:-.005em!important;font-family:Nunito Sans,Inter,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif!important;font-weight:850!important;line-height:1!important}.daily-spin-copy h2,.daily-checkin-copy h2,.daily-streak-copy h2,.combo-card h2,.home-card h2,.home-section-title,.section-title{text-transform:uppercase!important;letter-spacing:-.018em!important;-webkit-font-smoothing:antialiased!important;text-rendering:geometricprecision!important;font-family:Nunito,Nunito Sans,Inter,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif!important;font-weight:900!important;line-height:1!important}.daily-spin-copy h2{font-size:20px!important}.spin-sheet-copy h2{text-transform:uppercase!important;letter-spacing:-.018em!important;font-family:Nunito,Nunito Sans,Inter,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif!important;font-size:22px!important;font-weight:900!important;line-height:1!important}.home-button,.daily-spin-button,.daily-checkin-button,.spin-bottom-sheet>button.home-button.spin-reel-action,.spin-reel-stage button.home-button.spin-reel-action,.spin-reel-stage .home-button.spin-reel-action{text-transform:uppercase!important;letter-spacing:-.012em!important;-webkit-font-smoothing:antialiased!important;text-rendering:geometricprecision!important;font-family:Nunito,Nunito Sans,Inter,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif!important;font-weight:900!important;line-height:1!important}.daily-spin-button{font-size:13px!important}.spin-bottom-sheet>button.home-button.spin-reel-action{font-size:16px!important}.spin-tp-info{letter-spacing:-.005em!important;font-family:Nunito,Nunito Sans,Inter,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif!important;font-size:12px!important;font-weight:800!important}.spin-marquee-card span{letter-spacing:-.02em!important;font-family:Nunito,Nunito Sans,Inter,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif!important;font-size:22px!important;font-weight:900!important}.daily-spin-copy p,.spin-sheet-copy p,.daily-checkin-copy p,.daily-streak-copy p,.home-card p,.home-section-subtitle,.spin-tp-popover p,.spin-tp-popover strong,.task-card p,.combo-card p,.banner-copy p{text-transform:none!important;letter-spacing:-.006em!important;font-family:Nunito,Nunito Sans,Inter,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif!important;font-weight:700!important;line-height:1.25!important}.spin-tp-popover strong{letter-spacing:-.01em!important;font-weight:900!important;line-height:1.05!important;display:block!important}.spin-tp-popover p{letter-spacing:-.006em!important;font-weight:700!important;line-height:1.22!important}.daily-spin-kicker,.daily-checkin-kicker,.daily-streak-kicker,.home-card-kicker,.combo-kicker{letter-spacing:.01em!important;font-family:Nunito,Nunito Sans,Inter,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif!important;font-weight:800!important}.mytasked-title{text-transform:uppercase!important;letter-spacing:-.018em!important;font-family:Nunito,Nunito Sans,Inter,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif!important;font-weight:900!important;line-height:1!important}.mytasked-subtitle{text-transform:none!important;letter-spacing:-.006em!important;font-family:Nunito,Nunito Sans,Inter,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif!important;font-weight:700!important;line-height:1.25!important}.mytasked-button-text{text-transform:uppercase!important;letter-spacing:-.012em!important;font-family:Nunito,Nunito Sans,Inter,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif!important;font-weight:900!important;line-height:1!important}.daily-spin-copy p,.spin-sheet-copy p,.daily-checkin-copy p,.daily-streak-copy p,.home-card p,.home-section-subtitle,.task-card p,.combo-card p,.banner-copy p{text-transform:none!important;letter-spacing:-.004em!important;font-family:Nunito,Nunito Sans,Inter,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif!important;font-weight:650!important;line-height:1.25!important}.spin-tp-popover p{letter-spacing:-.004em!important;font-family:Nunito,Nunito Sans,Inter,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif!important;font-weight:650!important;line-height:1.22!important}.spin-tp-popover strong{letter-spacing:-.01em!important;font-family:Nunito,Nunito Sans,Inter,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif!important;font-weight:900!important;line-height:1.05!important}.balance-pill,.balance-pill *,.home-balance-pill,.home-balance-pill *,.header-balance-pill,.header-balance-pill *,.top-balance-pill,.top-balance-pill *,.wallet-pill,.wallet-pill *,.currency-pill,.currency-pill *,.tp-pill,.tp-pill *,.usdt-pill,.usdt-pill *,[class*=balance-pill],[class*=balance-pill] *,[class*=BalancePill],[class*=BalancePill] *{font-family:Nunito,Nunito Sans,Inter,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif!important}.balance-pill span,.home-balance-pill span,.header-balance-pill span,.top-balance-pill span,.wallet-pill span,.currency-pill span,.tp-pill span,.usdt-pill span,[class*=balance-pill] span,[class*=BalancePill] span{letter-spacing:-.01em!important;font-variant-numeric:tabular-nums!important;font-feature-settings:"tnum" 1!important;-webkit-font-smoothing:antialiased!important;text-rendering:geometricprecision!important;font-family:Nunito,Nunito Sans,Inter,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif!important;font-weight:900!important;line-height:1!important}.balance-amount,.wallet-amount,.tp-amount,.usdt-amount,.currency-amount,[class*=balance-amount],[class*=BalanceAmount],[class*=wallet-amount],[class*=WalletAmount]{letter-spacing:-.01em!important;font-variant-numeric:tabular-nums!important;font-feature-settings:"tnum" 1!important;font-family:Nunito,Nunito Sans,Inter,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif!important;font-weight:900!important;line-height:1!important}.spin-sheet .spin-action-button,.spin-action-button,.spin-reward-button{align-self:center!important;width:82%!important;max-width:280px!important;margin-left:auto!important;margin-right:auto!important}.daily-spin-card .daily-spin-button{place-self:center!important;width:64%!important;min-width:150px!important;max-width:220px!important}.spin-bottom-sheet{touch-action:pan-y!important;overscroll-behavior:contain!important}.spin-marquee-window,.spin-marquee-track{touch-action:pan-x!important}.spin-reel-stage,.spin-wheel-stage{position:relative!important;overflow:hidden!important}.spin-confetti-burst,.spin-confetti-piece{display:none!important}.spin-screen-confetti{z-index:80!important;pointer-events:none!important;position:fixed!important;inset:0!important;overflow:hidden!important}.spin-screen-confetti-piece{opacity:0!important;will-change:transform, opacity!important;border-radius:2px!important;width:6px!important;height:11px!important;position:absolute!important;top:58vh!important}.spin-screen-confetti-left{animation:1.2s cubic-bezier(.16,.86,.32,1) forwards spinScreenConfettiLeft!important;left:-10px!important}.spin-screen-confetti-right{animation:1.2s cubic-bezier(.16,.86,.32,1) forwards spinScreenConfettiRight!important;right:-10px!important}.spin-screen-confetti-piece:first-child{--tx:70vw;--ty:-25vh;--rot:150deg;animation-delay:0s!important}.spin-screen-confetti-piece:nth-child(2){--tx:58vw;--ty:-33vh;--rot:260deg;animation-delay:20ms!important}.spin-screen-confetti-piece:nth-child(3){--tx:66vw;--ty:-19vh;--rot:190deg;animation-delay:40ms!important}.spin-screen-confetti-piece:nth-child(4){--tx:49vw;--ty:-37vh;--rot:320deg;animation-delay:60ms!important}.spin-screen-confetti-piece:nth-child(5){--tx:74vw;--ty:-28vh;--rot:230deg;animation-delay:80ms!important}.spin-screen-confetti-piece:nth-child(6){--tx:55vw;--ty:-16vh;--rot:160deg;animation-delay:.1s!important}.spin-screen-confetti-piece:nth-child(7){--tx:80vw;--ty:-34vh;--rot:360deg;animation-delay:.12s!important}.spin-screen-confetti-piece:nth-child(8){--tx:62vw;--ty:-41vh;--rot:280deg;animation-delay:.14s!important}.spin-screen-confetti-piece:nth-child(9){--tx:84vw;--ty:-21vh;--rot:220deg;animation-delay:.16s!important}.spin-screen-confetti-piece:nth-child(10){--tx:72vw;--ty:-35vh;--rot:390deg;animation-delay:.18s!important}.spin-screen-confetti-piece:nth-child(11){--tx:50vw;--ty:-27vh;--rot:300deg;animation-delay:.2s!important}.spin-screen-confetti-piece:nth-child(12){--tx:88vw;--ty:-30vh;--rot:180deg;animation-delay:.22s!important}.spin-screen-confetti-piece:nth-child(13){--tx:77vw;--ty:-43vh;--rot:340deg;animation-delay:.24s!important}.spin-screen-confetti-piece:nth-child(14){--tx:60vw;--ty:-23vh;--rot:240deg;animation-delay:.26s!important}.spin-screen-confetti-piece:nth-child(15){--tx:68vw;--ty:-38vh;--rot:420deg;animation-delay:.28s!important}.spin-screen-confetti-piece:nth-child(16){--tx:46vw;--ty:-20vh;--rot:210deg;animation-delay:.3s!important}.spin-screen-confetti-piece:nth-child(17){--tx:-70vw;--ty:-25vh;--rot:-150deg;animation-delay:0s!important}.spin-screen-confetti-piece:nth-child(18){--tx:-58vw;--ty:-33vh;--rot:-260deg;animation-delay:20ms!important}.spin-screen-confetti-piece:nth-child(19){--tx:-66vw;--ty:-19vh;--rot:-190deg;animation-delay:40ms!important}.spin-screen-confetti-piece:nth-child(20){--tx:-49vw;--ty:-37vh;--rot:-320deg;animation-delay:60ms!important}.spin-screen-confetti-piece:nth-child(21){--tx:-74vw;--ty:-28vh;--rot:-230deg;animation-delay:80ms!important}.spin-screen-confetti-piece:nth-child(22){--tx:-55vw;--ty:-16vh;--rot:-160deg;animation-delay:.1s!important}.spin-screen-confetti-piece:nth-child(23){--tx:-80vw;--ty:-34vh;--rot:-360deg;animation-delay:.12s!important}.spin-screen-confetti-piece:nth-child(24){--tx:-62vw;--ty:-41vh;--rot:-280deg;animation-delay:.14s!important}.spin-screen-confetti-piece:nth-child(25){--tx:-84vw;--ty:-21vh;--rot:-220deg;animation-delay:.16s!important}.spin-screen-confetti-piece:nth-child(26){--tx:-72vw;--ty:-35vh;--rot:-390deg;animation-delay:.18s!important}.spin-screen-confetti-piece:nth-child(27){--tx:-50vw;--ty:-27vh;--rot:-300deg;animation-delay:.2s!important}.spin-screen-confetti-piece:nth-child(28){--tx:-88vw;--ty:-30vh;--rot:-180deg;animation-delay:.22s!important}.spin-screen-confetti-piece:nth-child(29){--tx:-77vw;--ty:-43vh;--rot:-340deg;animation-delay:.24s!important}.spin-screen-confetti-piece:nth-child(30){--tx:-60vw;--ty:-23vh;--rot:-240deg;animation-delay:.26s!important}.spin-screen-confetti-piece:nth-child(31){--tx:-68vw;--ty:-38vh;--rot:-420deg;animation-delay:.28s!important}.spin-screen-confetti-piece:nth-child(32){--tx:-46vw;--ty:-20vh;--rot:-210deg;animation-delay:.3s!important}@keyframes spinScreenConfettiLeft{0%{opacity:0;transform:translate(0,0)rotate(0)scale(.75)}10%{opacity:1}62%{opacity:1;transform:translate3d(var(--tx), var(--ty), 0) rotate(var(--rot)) scale(1)}to{opacity:0;transform:translate3d(var(--tx), calc(var(--ty) + 8vh), 0) rotate(calc(var(--rot) + 120deg)) scale(.9)}}@keyframes spinScreenConfettiRight{0%{opacity:0;transform:translate(0,0)rotate(0)scale(.75)}10%{opacity:1}62%{opacity:1;transform:translate3d(var(--tx), var(--ty), 0) rotate(var(--rot)) scale(1)}to{opacity:0;transform:translate3d(var(--tx), calc(var(--ty) + 8vh), 0) rotate(calc(var(--rot) - 120deg)) scale(.9)}}@media (prefers-reduced-motion:reduce){.spin-screen-confetti{display:none!important}}.spin-sheet-overlay .spin-screen-confetti,.spin-screen-confetti{z-index:2147483647!important;pointer-events:none!important;contain:none!important;display:block!important;position:fixed!important;inset:0!important;overflow:visible!important}.spin-screen-confetti-piece{opacity:0!important;will-change:transform, opacity!important;border-radius:2px!important;width:8px!important;height:14px!important;animation-duration:1.3s!important;animation-timing-function:cubic-bezier(.16,.86,.32,1)!important;animation-fill-mode:forwards!important;display:block!important;position:fixed!important;top:62vh!important}.spin-screen-confetti-left{animation-name:spinScreenConfettiForceLeft!important;left:0!important}.spin-screen-confetti-right{animation-name:spinScreenConfettiForceRight!important;right:0!important}.spin-screen-confetti-piece-0{background:#0d7cff!important}.spin-screen-confetti-piece-1{background:#f8f7f5!important}.spin-screen-confetti-piece-2{background:#c8953d!important}.spin-screen-confetti-piece-3{background:#2f8eff!important;border-radius:999px!important;width:7px!important;height:7px!important}.spin-screen-confetti-piece:first-child,.spin-screen-confetti-piece:nth-child(19){animation-delay:0s!important}.spin-screen-confetti-piece:nth-child(2),.spin-screen-confetti-piece:nth-child(20){animation-delay:25ms!important}.spin-screen-confetti-piece:nth-child(3),.spin-screen-confetti-piece:nth-child(21){animation-delay:50ms!important}.spin-screen-confetti-piece:nth-child(4),.spin-screen-confetti-piece:nth-child(22){animation-delay:75ms!important}.spin-screen-confetti-piece:nth-child(5),.spin-screen-confetti-piece:nth-child(23){animation-delay:.1s!important}.spin-screen-confetti-piece:nth-child(6),.spin-screen-confetti-piece:nth-child(24){animation-delay:.125s!important}.spin-screen-confetti-piece:nth-child(7),.spin-screen-confetti-piece:nth-child(25){animation-delay:.15s!important}.spin-screen-confetti-piece:nth-child(8),.spin-screen-confetti-piece:nth-child(26){animation-delay:.175s!important}.spin-screen-confetti-piece:nth-child(9),.spin-screen-confetti-piece:nth-child(27){animation-delay:.2s!important}.spin-screen-confetti-piece:nth-child(10),.spin-screen-confetti-piece:nth-child(28){animation-delay:.225s!important}.spin-screen-confetti-piece:nth-child(11),.spin-screen-confetti-piece:nth-child(29){animation-delay:.25s!important}.spin-screen-confetti-piece:nth-child(12),.spin-screen-confetti-piece:nth-child(30){animation-delay:.275s!important}.spin-screen-confetti-piece:nth-child(13),.spin-screen-confetti-piece:nth-child(31){animation-delay:.3s!important}.spin-screen-confetti-piece:nth-child(14),.spin-screen-confetti-piece:nth-child(32){animation-delay:.325s!important}.spin-screen-confetti-piece:nth-child(15),.spin-screen-confetti-piece:nth-child(33){animation-delay:.35s!important}.spin-screen-confetti-piece:nth-child(16),.spin-screen-confetti-piece:nth-child(34){animation-delay:.375s!important}.spin-screen-confetti-piece:nth-child(17),.spin-screen-confetti-piece:nth-child(35){animation-delay:.4s!important}.spin-screen-confetti-piece:nth-child(18),.spin-screen-confetti-piece:nth-child(36){animation-delay:.425s!important}@keyframes spinScreenConfettiForceLeft{0%{opacity:0;transform:translate(-12px)rotate(0)scale(.8)}12%{opacity:1}60%{opacity:1;transform:translate(58vw,-210px)rotate(260deg)scale(1)}to{opacity:0;transform:translate(66vw,-120px)rotate(430deg)scale(.85)}}@keyframes spinScreenConfettiForceRight{0%{opacity:0;transform:translate(12px)rotate(0)scale(.8)}12%{opacity:1}60%{opacity:1;transform:translate(-58vw,-210px)rotate(-260deg)scale(1)}to{opacity:0;transform:translate(-66vw,-120px)rotate(-430deg)scale(.85)}}.daily-spin-card{isolation:isolate!important;background:linear-gradient(#1f1f208f,#1f1f208f),url(/assets/home/homespin2.webp?v=300) 50%/cover no-repeat!important;border:1px solid #0d7cff6b!important;border-radius:22px!important;min-height:96px!important;position:relative!important;overflow:hidden!important;box-shadow:inset 0 0 0 1px #2f8eff1a,0 8px 18px #0000002e!important}.daily-spin-card:before,.daily-spin-card:after{content:none!important;display:none!important}.daily-spin-card>*{z-index:1!important;position:relative!important}@media (height<=690px),(width<=380px){.daily-spin-card{border-radius:20px!important;min-height:88px!important}}@media (height>=820px){.daily-spin-card{min-height:108px!important}}.daily-spin-card{isolation:isolate!important;background:#1f1f20!important;border:1px solid #0d7cff6b!important;border-radius:22px!important;position:relative!important;overflow:hidden!important;box-shadow:inset 0 0 0 1px #2f8eff1a,0 8px 18px #0000002e!important}.daily-spin-bg{object-fit:cover!important;object-position:center!important;z-index:0!important;pointer-events:none!important;-webkit-user-select:none!important;user-select:none!important;opacity:1!important;width:100%!important;height:100%!important;display:block!important;position:absolute!important;inset:0!important}.daily-spin-card:before{content:""!important;z-index:1!important;pointer-events:none!important;background:#1f1f208f!important;display:block!important;position:absolute!important;inset:0!important}.daily-spin-card:after{content:none!important;display:none!important}.daily-spin-card .daily-spin-visual{display:none!important}.daily-spin-card .daily-spin-button{place-self:center!important;width:64%!important;min-width:150px!important;max-width:220px!important}@media (height<=690px),(width<=380px){.daily-spin-card{border-radius:20px!important}}.daily-spin-card:before{background:linear-gradient(90deg,#1f1f2094 0%,#1f1f2070 48%,#1f1f2057 100%)!important}.daily-spin-card:before,.daily-spin-card:after{content:none!important;background:0 0!important;display:none!important}.daily-spin-bg{filter:brightness(.68)saturate(.92)!important;opacity:1!important}.daily-spin-card>:not(.daily-spin-bg){z-index:2!important;position:relative!important}.daily-spin-copy h2{text-shadow:0 2px 10px #0000006b!important}.daily-spin-copy p{text-shadow:0 2px 8px #00000061!important}.spin-bottom-sheet{top:var(--daily-spin-sheet-top,var(--spin-sheet-top,39dvh))!important;height:calc(100dvh - var(--daily-spin-sheet-top,39dvh))!important;box-sizing:border-box!important;min-height:0!important;max-height:none!important;padding:12px 18px calc(16px + env(safe-area-inset-bottom))!important;flex-direction:column!important;align-items:stretch!important;display:flex!important;bottom:0!important;overflow:hidden!important}.spin-sheet-top>.spin-sheet-handle{flex:none!important;margin:0 auto 8px!important}.spin-sheet-top>.spin-sheet-copy{z-index:12!important;flex:none!important;margin:0 0 8px!important;padding:0!important;position:relative!important}.spin-sheet-top>.spin-sheet-copy h2{margin:0!important;font-size:clamp(24px,6.7vw,32px)!important;line-height:1.04!important}.spin-sheet-top .spin-tp-info{transform-origin:top!important;margin-top:8px!important;transform:scale(.9)!important}.spin-sheet-top>.spin-sheet-divider{z-index:9!important;flex:none!important;margin:6px 0 0!important;position:relative!important}.spin-bottom-sheet>.spin-sheet-reel-zone{z-index:3!important;flex:auto!important;justify-content:center!important;align-items:flex-start!important;min-height:0!important;padding-top:clamp(42px,7dvh,72px)!important;display:flex!important;position:relative!important;overflow:hidden!important}.spin-sheet-reel-zone>.spin-wheel-stage.spin-reel-stage{z-index:3!important;justify-content:center!important;align-items:flex-start!important;width:100%!important;height:auto!important;min-height:0!important;max-height:none!important;margin:0!important;padding:0!important;display:flex!important;position:relative!important;overflow:visible!important}.spin-sheet-reel-zone .spin-marquee-window{height:clamp(142px,19dvh,174px)!important;min-height:clamp(142px,19dvh,174px)!important;max-height:clamp(142px,19dvh,174px)!important;margin:0!important;overflow:hidden!important;transform:none!important}.spin-sheet-reel-zone .spin-marquee-card{border-radius:17px!important;width:clamp(122px,31vw,150px)!important;min-width:clamp(122px,31vw,150px)!important;max-width:clamp(122px,31vw,150px)!important;height:clamp(134px,18dvh,164px)!important;min-height:clamp(134px,18dvh,164px)!important;max-height:clamp(134px,18dvh,164px)!important}.spin-bottom-sheet>.spin-sheet-actions{z-index:20!important;flex-direction:column!important;flex:none!important;align-items:center!important;margin-top:auto!important;display:flex!important;position:relative!important}.spin-sheet-actions>.spin-sheet-bottom-divider{flex:none!important;width:100%!important;margin:0 0 12px!important}.spin-sheet-actions>button.home-button.spin-reel-action,.spin-sheet-actions>button.home-button.spin-reel-action.spin-reel-action-running,.spin-sheet-actions>button.home-button.spin-reel-action.spin-reel-action-claim{z-index:21!important;flex:none!important;width:min(420px,78%)!important;min-width:220px!important;max-width:420px!important;height:64px!important;min-height:64px!important;margin:0 auto!important;position:relative!important;inset:auto!important;transform:none!important}@media (height<=690px){.spin-bottom-sheet{padding:10px 16px calc(12px + env(safe-area-inset-bottom))!important}.spin-sheet-top>.spin-sheet-handle{margin-bottom:6px!important}.spin-sheet-top>.spin-sheet-copy{margin-bottom:5px!important}.spin-sheet-top>.spin-sheet-copy h2{font-size:21px!important}.spin-sheet-top .spin-tp-info{margin-top:4px!important;transform:scale(.84)!important}.spin-sheet-top>.spin-sheet-divider{margin-top:4px!important}.spin-bottom-sheet>.spin-sheet-reel-zone{padding-top:18px!important}.spin-sheet-reel-zone .spin-marquee-window{height:94px!important;min-height:94px!important;max-height:94px!important}.spin-sheet-reel-zone .spin-marquee-card{border-radius:13px!important;width:86px!important;min-width:86px!important;max-width:86px!important;height:90px!important;min-height:90px!important;max-height:90px!important}.spin-sheet-reel-zone .spin-marquee-card img{height:46px!important;max-height:46px!important}.spin-sheet-reel-zone .spin-marquee-card span{font-size:14px!important}.spin-sheet-actions>.spin-sheet-bottom-divider{margin-bottom:8px!important}.spin-sheet-actions>button.home-button.spin-reel-action,.spin-sheet-actions>button.home-button.spin-reel-action.spin-reel-action-running,.spin-sheet-actions>button.home-button.spin-reel-action.spin-reel-action-claim{width:min(280px,76%)!important;min-width:190px!important;max-width:280px!important;height:42px!important;min-height:42px!important}}@media (hover:hover) and (pointer:fine){.spin-bottom-sheet{padding:12px 18px 18px!important}.spin-sheet-top>.spin-sheet-copy h2{font-size:23px!important}.spin-sheet-top .spin-tp-info{margin-top:5px!important;transform:scale(.86)!important}.spin-bottom-sheet>.spin-sheet-reel-zone{padding-top:22px!important}.spin-sheet-reel-zone .spin-marquee-window{height:88px!important;min-height:88px!important;max-height:88px!important}.spin-sheet-reel-zone .spin-marquee-card{border-radius:12px!important;width:82px!important;min-width:82px!important;max-width:82px!important;height:84px!important;min-height:84px!important;max-height:84px!important}.spin-sheet-reel-zone .spin-marquee-card img{height:40px!important;max-height:40px!important}.spin-sheet-reel-zone .spin-marquee-card span{font-size:13px!important}.spin-sheet-actions>.spin-sheet-bottom-divider{margin-bottom:8px!important}.spin-sheet-actions>button.home-button.spin-reel-action,.spin-sheet-actions>button.home-button.spin-reel-action.spin-reel-action-running,.spin-sheet-actions>button.home-button.spin-reel-action.spin-reel-action-claim{width:250px!important;min-width:190px!important;max-width:250px!important;height:40px!important;min-height:40px!important}}.spin-reel-center-pointer{z-index:30!important;pointer-events:none!important;width:34px!important;height:24px!important;margin:-2px auto 0!important;position:relative!important}.spin-reel-center-pointer:before{content:""!important;box-sizing:border-box!important;filter:drop-shadow(0 2px 5px #00000052)!important;border-bottom:2px solid #f8f7f5!important;border-right:2px solid #f8f7f5!important;width:24px!important;height:24px!important;margin:0 auto!important;display:block!important;transform:rotate(45deg)!important}.spin-bottom-sheet{top:var(--daily-spin-sheet-top,var(--spin-sheet-top,39dvh))!important;height:calc(100dvh - var(--daily-spin-sheet-top,39dvh))!important;flex-direction:column!important;display:flex!important;bottom:0!important;overflow:hidden!important}.spin-bottom-sheet>.spin-sheet-top{z-index:20!important;flex:none!important;position:relative!important}.spin-sheet-top>.spin-sheet-divider{margin:6px 0 0!important}.spin-bottom-sheet>.spin-sheet-reel-zone{z-index:3!important;flex:auto!important;justify-content:center!important;align-items:flex-start!important;width:calc(100% + 36px)!important;min-height:0!important;margin-left:-18px!important;margin-right:-18px!important;padding:28px 0 0!important;display:flex!important;position:relative!important;overflow:hidden!important}.spin-sheet-reel-zone>.spin-wheel-stage.spin-reel-stage{width:100%!important;height:auto!important;min-height:0!important;max-height:none!important;box-shadow:none!important;background:0 0!important;border:0!important;justify-content:center!important;align-items:flex-start!important;margin:0!important;padding:0!important;display:flex!important;overflow:visible!important}.spin-sheet-reel-zone .spin-marquee-window{width:100%!important;height:188px!important;min-height:188px!important;max-height:188px!important;box-shadow:none!important;background:0 0!important;border:0!important;outline:0!important;margin:0!important;overflow:hidden!important}.spin-sheet-reel-zone .spin-marquee-track,.spin-sheet-reel-zone .spin-marquee-group{gap:26px!important}.spin-sheet-reel-zone .spin-marquee-card{width:66vw!important;min-width:66vw!important;max-width:260px!important;height:178px!important;min-height:178px!important;max-height:178px!important;box-shadow:none!important;border-radius:20px!important}.spin-sheet-reel-zone .spin-marquee-card:before,.spin-sheet-reel-zone .spin-marquee-card:after{box-shadow:none!important}.spin-sheet-reel-zone .spin-marquee-card img{object-fit:contain!important;height:98px!important;max-height:98px!important}.spin-sheet-reel-zone .spin-marquee-card span{font-size:26px!important;line-height:1!important}.spin-bottom-sheet>.spin-sheet-actions{z-index:30!important;flex:none!important;margin-top:auto!important;padding-bottom:0!important;position:relative!important}.spin-sheet-actions>.spin-sheet-bottom-divider{display:none!important}.spin-sheet-actions>button.home-button.spin-reel-action,.spin-sheet-actions>button.home-button.spin-reel-action.spin-reel-action-running,.spin-sheet-actions>button.home-button.spin-reel-action.spin-reel-action-claim{width:min(320px,72%)!important;min-width:220px!important;max-width:320px!important;height:52px!important;min-height:52px!important;margin:0 auto!important;inset:auto!important;transform:none!important}@media (height<=690px){.spin-bottom-sheet>.spin-sheet-reel-zone{padding-top:18px!important}.spin-sheet-reel-zone .spin-marquee-window{height:112px!important;min-height:112px!important;max-height:112px!important}.spin-sheet-reel-zone .spin-marquee-card{border-radius:14px!important;width:54vw!important;min-width:54vw!important;max-width:210px!important;height:104px!important;min-height:104px!important;max-height:104px!important}.spin-sheet-reel-zone .spin-marquee-card img{height:54px!important;max-height:54px!important}.spin-sheet-reel-zone .spin-marquee-card span{font-size:15px!important}.spin-sheet-actions>button.home-button.spin-reel-action,.spin-sheet-actions>button.home-button.spin-reel-action.spin-reel-action-running,.spin-sheet-actions>button.home-button.spin-reel-action.spin-reel-action-claim{width:min(280px,72%)!important;min-width:190px!important;max-width:280px!important;height:40px!important;min-height:40px!important}}@media (hover:hover) and (pointer:fine){.spin-bottom-sheet>.spin-sheet-reel-zone{padding-top:34px!important}.spin-sheet-reel-zone .spin-marquee-window{height:116px!important;min-height:116px!important;max-height:116px!important}.spin-sheet-reel-zone .spin-marquee-card{border-radius:15px!important;width:172px!important;min-width:172px!important;max-width:172px!important;height:106px!important;min-height:106px!important;max-height:106px!important}.spin-sheet-reel-zone .spin-marquee-card img{height:52px!important;max-height:52px!important}.spin-sheet-reel-zone .spin-marquee-card span{font-size:15px!important}.spin-sheet-reel-zone .spin-marquee-track,.spin-sheet-reel-zone .spin-marquee-group{gap:22px!important}.spin-sheet-actions>button.home-button.spin-reel-action,.spin-sheet-actions>button.home-button.spin-reel-action.spin-reel-action-running,.spin-sheet-actions>button.home-button.spin-reel-action.spin-reel-action-claim{width:250px!important;min-width:190px!important;max-width:250px!important;height:40px!important;min-height:40px!important}}.spin-reel-center-pointer{z-index:40!important;pointer-events:none!important;justify-content:center!important;align-items:flex-start!important;width:42px!important;height:28px!important;margin:-1px auto 0!important;display:flex!important;position:relative!important}.spin-reel-center-pointer:before{content:""!important;box-sizing:border-box!important;filter:none!important;background:#2b2b2d!important;border:2px solid #f8f7f5f5!important;border-top:0!important;border-left:0!important;border-radius:0 5px 5px!important;width:28px!important;height:28px!important;margin:0 auto!important;display:block!important;transform:rotate(45deg)!important;box-shadow:0 2px 5px #00000047,inset -1px -1px #ffffff0a!important}.spin-reel-center-pointer:after{content:""!important;pointer-events:none!important;background:#2b2b2d!important;width:44px!important;height:14px!important;position:absolute!important;top:-2px!important;left:50%!important;transform:translate(-50%)!important}.spin-sheet-top>.spin-sheet-divider{z-index:35!important;position:relative!important}@media (hover:hover) and (pointer:fine){.spin-reel-center-pointer{width:36px!important;height:24px!important}.spin-reel-center-pointer:before{border-radius:0 5px 5px!important;width:24px!important;height:24px!important}.spin-reel-center-pointer:after{width:38px!important;height:12px!important}}.spin-reel-center-pointer{z-index:50!important;pointer-events:none!important;width:44px!important;height:30px!important;margin:-2px auto 0!important;display:block!important;position:relative!important}.spin-reel-center-pointer:before{content:""!important;clip-path:polygon(50% 100%,0 0,100% 0)!important;filter:none!important;background:#f8f7f5f5!important;border:0!important;border-radius:5px!important;width:34px!important;height:27px!important;position:absolute!important;top:0!important;left:50%!important;transform:translate(-50%)!important;box-shadow:0 2px 5px #00000047!important}.spin-reel-center-pointer:after{content:""!important;clip-path:polygon(50% 100%,0 0,100% 0)!important;pointer-events:none!important;background:#2b2b2d!important;border:0!important;border-radius:4px!important;width:27px!important;height:20px!important;position:absolute!important;top:3px!important;left:50%!important;transform:translate(-50%)!important}@media (hover:hover) and (pointer:fine){.spin-reel-center-pointer{width:38px!important;height:26px!important;margin:-2px auto 0!important}.spin-reel-center-pointer:before{width:30px!important;height:24px!important}.spin-reel-center-pointer:after{width:24px!important;height:18px!important;top:3px!important}}.spin-sheet-top>.spin-sheet-divider:before,.spin-sheet-top>.spin-sheet-divider:after,.spin-bottom-sheet .spin-sheet-divider:before,.spin-bottom-sheet .spin-sheet-divider:after{content:none!important;display:none!important}.spin-sheet-top>.spin-sheet-divider,.spin-bottom-sheet .spin-sheet-divider{z-index:35!important;pointer-events:none!important;background:linear-gradient(90deg,#f8f7f500,#f8f7f51a 7%,#f8f7f538 50%,#f8f7f51a 93%,#f8f7f500)!important;width:calc(100% - 28px)!important;height:1px!important;margin:16px auto 0!important;display:block!important;position:relative!important;overflow:visible!important}.spin-reel-center-pointer{z-index:50!important;pointer-events:none!important;filter:drop-shadow(0 2px 4px #00000038)!important;background:url("data:image/svg+xml,%3Csvg width='40' height='31' viewBox='0 0 40 31' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M20 27.8 C19.4 27.8 18.8 27.5 18.4 27 L4.4 7.2 C3.3 5.6 4.4 3.4 6.4 3.4 H33.6 C35.6 3.4 36.7 5.6 35.6 7.2 L21.6 27 C21.2 27.5 20.6 27.8 20 27.8 Z' fill='%232C2C2E' stroke='%23F8F7F5' stroke-width='1.9' stroke-linejoin='round'/%3E%3C/svg%3E") 50%/contain no-repeat!important;width:34px!important;height:26px!important;margin:-13px auto 0!important;display:block!important;position:relative!important}.spin-reel-center-pointer:before,.spin-reel-center-pointer:after{content:none!important;display:none!important}@media (hover:hover) and (pointer:fine){.spin-reel-center-pointer{width:33px!important;height:25px!important;margin-top:-13px!important}}@media (width<=380px){.spin-reel-center-pointer{width:33px!important;height:25px!important;margin-top:-13px!important}}@media (hover:hover) and (pointer:fine){:root{--spin-reel-zone-offset:42px}}@media (hover:hover) and (pointer:fine) and (height<=690px){:root{--spin-reel-zone-offset:34px}}@media (pointer:coarse) and (height>=820px){.spin-bottom-sheet .spin-tp-popover{transform:translate(-50%)translateY(-28px)!important}}@media (pointer:coarse) and (height<=690px){.spin-bottom-sheet .spin-tp-popover{width:min(300px,100vw - 40px)!important;transform:translate(-50%)translateY(-14px)!important}}@media (hover:hover) and (pointer:fine){.spin-bottom-sheet .spin-tp-popover{width:min(300px,100vw - 48px)!important;transform:translate(-50%)translateY(-20px)!important}}.spin-bottom-sheet .spin-sheet-copy{position:relative!important}.spin-bottom-sheet .spin-tp-popover{z-index:120!important;width:min(320px,100vw - 48px)!important;max-width:320px!important;position:absolute!important;top:calc(100% + 10px)!important;bottom:auto!important;left:50%!important;transform:translate(-50%)translateY(0)!important}:is(.spin-bottom-sheet:has(.spin-tp-popover) .spin-sheet-divider,.spin-bottom-sheet:has(.spin-tp-popover) .spin-reel-center-pointer){opacity:0!important;visibility:hidden!important;pointer-events:none!important}.spin-bottom-sheet:has(.spin-tp-popover) .spin-sheet-top{z-index:130!important}@media (pointer:coarse){.spin-bottom-sheet .spin-tp-popover{width:min(330px,100vw - 44px)!important;top:calc(100% + 12px)!important}}@media (pointer:coarse) and (height<=690px){.spin-bottom-sheet .spin-tp-popover{width:min(300px,100vw - 40px)!important;top:calc(100% + 8px)!important}}@media (hover:hover) and (pointer:fine){.spin-bottom-sheet .spin-tp-popover{width:min(300px,100vw - 48px)!important;top:calc(100% + 10px)!important}}.spin-tp-info{gap:7px!important}.spin-tp-info:before{color:#fff!important;width:17px!important;min-width:17px!important;height:17px!important;box-shadow:inset 0 1px #ffffff38,0 2px 7px #0d7cff47!important;box-shadow:none!important;filter:none!important;text-shadow:none!important;-webkit-font-smoothing:antialiased!important;text-rendering:geometricprecision!important;background:#0d7cff!important;border:1px solid #f8f7f56b!important;border-radius:999px!important;justify-content:center!important;align-items:center!important;font-family:Arial,Helvetica,sans-serif!important;font-size:11px!important;font-style:normal!important;font-weight:700!important;line-height:1!important;display:inline-flex!important}.spin-tp-info:before{color:#fff!important;width:17px!important;min-width:17px!important;height:17px!important;box-shadow:none!important;filter:none!important;text-shadow:none!important;-webkit-font-smoothing:antialiased!important;text-rendering:geometricprecision!important;background:#0d7cff!important;border:1px solid #f8f7f56b!important;border-radius:999px!important;justify-content:center!important;align-items:center!important;font-family:Arial,Helvetica,sans-serif!important;font-size:11px!important;font-style:normal!important;font-weight:700!important;line-height:1!important;display:inline-flex!important}.spin-tp-info{text-shadow:none!important;gap:6px!important}button,.home-button,.daily-spin-button,.spin-reel-action,.task-card button,.banner-button{-webkit-tap-highlight-color:transparent!important;touch-action:manipulation!important}.home-button,.daily-spin-button,.spin-reel-action,button.home-button,button.daily-spin-button,button.spin-reel-action{color:#fff!important;box-shadow:none!important;filter:none!important;text-shadow:none!important;background:#0d7cff!important;border-color:#f8f7f56b!important;transition:background-color .12s,transform .12s,opacity .12s,border-color .12s!important}.home-button:before,.home-button:after,.daily-spin-button:before,.daily-spin-button:after,.spin-reel-action:before,.spin-reel-action:after,button.home-button:before,button.home-button:after,button.daily-spin-button:before,button.daily-spin-button:after,button.spin-reel-action:before,button.spin-reel-action:after{box-shadow:none!important;filter:none!important;background:0 0!important}@media (hover:hover) and (pointer:fine){.home-button:hover,.daily-spin-button:hover,.spin-reel-action:hover,button.home-button:hover,button.daily-spin-button:hover,button.spin-reel-action:hover{box-shadow:none!important;filter:none!important;background:#0d7cff!important}}.home-button:active,.daily-spin-button:active,.spin-reel-action:active,button.home-button:active,button.daily-spin-button:active,button.spin-reel-action:active{filter:none!important;background:#056cf3!important;transform:translateY(1px)scale(.985)!important;box-shadow:inset 0 2px 5px #00000038!important}@media (hover:hover) and (pointer:fine){.home-button:hover:active,.daily-spin-button:hover:active,.spin-reel-action:hover:active,button.home-button:hover:active,button.daily-spin-button:hover:active,button.spin-reel-action:hover:active{background:#056cf3!important;transform:translateY(1px)scale(.985)!important;box-shadow:inset 0 2px 5px #00000038!important}}.home-button:disabled,.daily-spin-button:disabled,.spin-reel-action:disabled,button.home-button:disabled,button.daily-spin-button:disabled,button.spin-reel-action:disabled{color:#ffffffb8!important;box-shadow:none!important;filter:none!important;opacity:1!important;background:#0d7cff6b!important;transform:none!important}.home-button:disabled:active,.daily-spin-button:disabled:active,.spin-reel-action:disabled:active,button.home-button:disabled:active,button.daily-spin-button:disabled:active,button.spin-reel-action:disabled:active{box-shadow:none!important;background:#0d7cff6b!important;transform:none!important}.spin-bottom-sheet .spin-sheet-top .spin-sheet-copy>button.spin-tp-info{appearance:none!important;width:auto!important;min-width:0!important;max-width:max-content!important;height:28px!important;min-height:28px!important;max-height:28px!important;box-shadow:none!important;filter:none!important;color:#f8f7f5cc!important;white-space:nowrap!important;opacity:1!important;background:#1f1f20c7!important;border:1px solid #f8f7f52e!important;border-radius:999px!important;justify-content:center!important;align-items:center!important;gap:6px!important;margin:8px auto 0!important;padding:0 11px 0 8px!important;font-size:13px!important;font-weight:600!important;line-height:1!important;display:inline-flex!important;transform:none!important}@media (hover:hover) and (pointer:fine){.spin-bottom-sheet .spin-sheet-top .spin-sheet-copy>button.spin-tp-info:hover{box-shadow:none!important;filter:none!important;background:#1f1f20db!important;border-color:#f8f7f53d!important;transform:none!important}}.spin-bottom-sheet .spin-sheet-top .spin-sheet-copy>button.spin-tp-info:active{box-shadow:none!important;background:#1f1f20f0!important;border-color:#f8f7f547!important;transform:scale(.985)!important}.spin-bottom-sheet .spin-sheet-top .spin-sheet-copy>button.spin-tp-info:before{content:"i"!important;color:#fff!important;width:16px!important;min-width:16px!important;max-width:16px!important;height:16px!important;box-shadow:none!important;filter:none!important;text-shadow:none!important;-webkit-font-smoothing:antialiased!important;text-rendering:geometricprecision!important;background:#0d7cff!important;border:1px solid #f8f7f561!important;border-radius:999px!important;flex:0 0 16px!important;justify-content:center!important;align-items:center!important;margin:0!important;font-family:Arial,Helvetica,sans-serif!important;font-size:10px!important;font-style:normal!important;font-weight:700!important;line-height:1!important;display:inline-flex!important}.spin-bottom-sheet .spin-sheet-top .spin-sheet-copy>button.spin-tp-info:after{content:none!important;display:none!important}@media (width<=380px){.spin-bottom-sheet .spin-sheet-top .spin-sheet-copy>button.spin-tp-info{gap:5px!important;height:26px!important;min-height:26px!important;max-height:26px!important;padding:0 10px 0 7px!important;font-size:12px!important}.spin-bottom-sheet .spin-sheet-top .spin-sheet-copy>button.spin-tp-info:before{flex-basis:15px!important;width:15px!important;min-width:15px!important;max-width:15px!important;height:15px!important;font-size:9px!important}}@media (hover:hover) and (pointer:fine){.spin-bottom-sheet .spin-sheet-top .spin-sheet-copy>button.spin-tp-info:hover{background:#263b52!important;border-color:#f8f7f52e!important;box-shadow:inset 0 1px #ffffff0d!important}}.spin-bottom-sheet .spin-tp-popover{color:#f8f7f5db!important;filter:none!important;background:#1f1f20!important;border:1px solid #f8f7f524!important;border-radius:16px!important;box-shadow:0 12px 26px #00000047,inset 0 1px #ffffff0a!important}.spin-bottom-sheet .spin-tp-popover p{color:#f8f7f5c7!important;margin:0 0 8px!important}.spin-bottom-sheet .spin-tp-popover p:last-child{margin-bottom:0!important}.spin-bottom-sheet .spin-sheet-top .spin-sheet-copy>button.spin-tp-info{background:#24364abd!important;border:1px solid #f8f7f524!important;box-shadow:inset 0 1px #ffffff0a!important}.spin-bottom-sheet .spin-sheet-top .spin-sheet-copy>button.spin-tp-info{color:#f8f7f5c7!important;filter:none!important;background:#f8f7f50e!important;border:1px solid #f8f7f529!important;border-radius:999px!important;box-shadow:inset 0 1px #ffffff09!important}@media (hover:hover) and (pointer:fine){.spin-bottom-sheet .spin-sheet-top .spin-sheet-copy>button.spin-tp-info:hover{background:#f8f7f513!important;border-color:#f8f7f533!important;box-shadow:inset 0 1px #ffffff0b!important}}.spin-bottom-sheet .spin-sheet-top .spin-sheet-copy>button.spin-tp-info:active{background:#f8f7f518!important;border-color:#f8f7f538!important;transform:scale(.985)!important}.spin-bottom-sheet .spin-sheet-top .spin-sheet-copy>button.spin-tp-info:before{box-shadow:none!important;filter:none!important;background:#0d7cff!important}.spin-bottom-sheet .spin-tp-popover{background:#1f1f20!important;border:1px solid #f8f7f524!important}:root{--spin-top-pad:12px;--spin-handle-gap:13px;--spin-title-size:clamp(23px, 5.4vw, 30px);--spin-title-gap:7px;--spin-info-h:22px;--spin-info-font:11px;--spin-info-icon:13px;--spin-info-icon-font:8px;--spin-divider-gap-top:13px;--spin-pointer-w:29px;--spin-pointer-h:23px;--spin-pointer-overlap:-12px}.spin-bottom-sheet{padding-top:var(--spin-top-pad)!important}.spin-bottom-sheet>.spin-sheet-top{z-index:80!important;flex-direction:column!important;flex:none!important;align-items:stretch!important;display:flex!important;position:relative!important}.spin-bottom-sheet .spin-sheet-top>.spin-sheet-handle{width:44px!important;height:4px!important;margin:0 auto var(--spin-handle-gap)!important;box-shadow:none!important;background:#f8f7f540!important;border-radius:999px!important;flex:0 0 4px!important;display:block!important}.spin-bottom-sheet .spin-sheet-top>.spin-sheet-copy{text-align:center!important;flex:none!important;margin:0!important;padding:0!important}.spin-bottom-sheet .spin-sheet-top>.spin-sheet-copy h2{margin:0 0 var(--spin-title-gap)!important;font-size:var(--spin-title-size)!important;letter-spacing:-.025em!important;padding:0!important;line-height:1!important}.spin-bottom-sheet .spin-sheet-top .spin-sheet-copy>button.spin-tp-info,.spin-bottom-sheet button.spin-tp-info,button.spin-tp-info{appearance:none!important;width:auto!important;min-width:0!important;max-width:max-content!important;height:var(--spin-info-h)!important;min-height:var(--spin-info-h)!important;max-height:var(--spin-info-h)!important;font-size:var(--spin-info-font)!important;white-space:nowrap!important;color:#f8f7f5cc!important;filter:none!important;background:#f8f7f50e!important;border:1px solid #f8f7f529!important;border-radius:999px!important;justify-content:center!important;align-items:center!important;gap:5px!important;margin:0 auto!important;padding:0 8px 0 6px!important;font-weight:600!important;line-height:1!important;display:inline-flex!important;transform:none!important;box-shadow:inset 0 1px #ffffff09!important}.spin-bottom-sheet .spin-sheet-top .spin-sheet-copy>button.spin-tp-info:active,.spin-bottom-sheet button.spin-tp-info:active,button.spin-tp-info:active{background:#f8f7f517!important;transform:scale(.985)!important}.spin-bottom-sheet .spin-sheet-top .spin-sheet-copy>button.spin-tp-info:before,.spin-bottom-sheet button.spin-tp-info:before,button.spin-tp-info:before{content:"i"!important;width:var(--spin-info-icon)!important;height:var(--spin-info-icon)!important;min-width:var(--spin-info-icon)!important;max-width:var(--spin-info-icon)!important;flex:0 0 var(--spin-info-icon)!important;color:#fff!important;box-shadow:none!important;filter:none!important;text-shadow:none!important;font-family:Arial,Helvetica,sans-serif!important;font-size:var(--spin-info-icon-font)!important;background:#0d7cff!important;border:1px solid #f8f7f557!important;border-radius:999px!important;justify-content:center!important;align-items:center!important;margin:0!important;font-weight:700!important;line-height:1!important;display:inline-flex!important}.spin-bottom-sheet .spin-sheet-top>.spin-sheet-divider{width:calc(100% - 32px)!important;height:1px!important;min-height:1px!important;margin:var(--spin-divider-gap-top) auto 0!important;z-index:50!important;box-shadow:none!important;background:linear-gradient(90deg,#f8f7f500 0%,#f8f7f51a 8%,#f8f7f538 50%,#f8f7f51a 92%,#f8f7f500 100%)!important;border:0!important;display:block!important;position:relative!important;overflow:visible!important}.spin-bottom-sheet .spin-sheet-top>.spin-sheet-divider:before,.spin-bottom-sheet .spin-sheet-top>.spin-sheet-divider:after{content:none!important;background:0 0!important;display:none!important}.spin-bottom-sheet .spin-reel-center-pointer{width:var(--spin-pointer-w)!important;height:var(--spin-pointer-h)!important;margin:var(--spin-pointer-overlap) auto 0!important;z-index:90!important;box-shadow:none!important;filter:none!important;background:url("data:image/svg+xml,%3Csvg width='40' height='31' viewBox='0 0 40 31' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M20 27.8 C19.4 27.8 18.8 27.5 18.4 27 L4.4 7.2 C3.3 5.6 4.4 3.4 6.4 3.4 H33.6 C35.6 3.4 36.7 5.6 35.6 7.2 L21.6 27 C21.2 27.5 20.6 27.8 20 27.8 Z' fill='%232C2C2E' stroke='%23F8F7F5' stroke-width='1.9' stroke-linejoin='round'/%3E%3C/svg%3E") 50%/contain no-repeat!important;position:relative!important}.spin-bottom-sheet .spin-tp-popover{background:#1f1f20!important;border:1px solid #f8f7f524!important;border-radius:16px!important}@media (height<=690px){:root{--spin-top-pad:10px;--spin-handle-gap:10px;--spin-title-size:21px;--spin-title-gap:6px;--spin-divider-gap-top:11px;--spin-pointer-w:27px;--spin-pointer-h:21px;--spin-pointer-overlap:-11px}}@media (height>=850px) and (pointer:coarse){:root{--spin-top-pad:13px;--spin-handle-gap:15px;--spin-title-size:30px;--spin-title-gap:8px;--spin-divider-gap-top:14px;--spin-pointer-w:30px;--spin-pointer-h:24px;--spin-pointer-overlap:-12px}}@media (hover:hover) and (pointer:fine){:root{--spin-top-pad:11px;--spin-handle-gap:12px;--spin-title-size:23px;--spin-title-gap:7px;--spin-info-h:22px;--spin-info-font:11px;--spin-info-icon:13px;--spin-info-icon-font:8px;--spin-divider-gap-top:12px;--spin-pointer-w:27px;--spin-pointer-h:21px;--spin-pointer-overlap:-11px}}:root{--spin-title-to-info-gap:4px;--spin-info-to-divider-gap:10px;--spin-info-h-adaptive:clamp(18px, 2.65vh, 21px);--spin-info-font-adaptive:clamp(9.5px, 1.45vh, 10.75px);--spin-info-icon-adaptive:clamp(10px, 1.55vh, 12px);--spin-info-icon-font-adaptive:clamp(6.5px, 1.05vh, 7.5px);--spin-pointer-overlap-adaptive:-11px}.spin-bottom-sheet .spin-sheet-top .spin-sheet-copy>button.spin-tp-info,.spin-bottom-sheet button.spin-tp-info,button.spin-tp-info{height:var(--spin-info-h-adaptive)!important;min-height:var(--spin-info-h-adaptive)!important;max-height:var(--spin-info-h-adaptive)!important;font-size:var(--spin-info-font-adaptive)!important;white-space:nowrap!important;color:#f8f7f5c7!important;background:#f8f7f50d!important;border:1px solid #f8f7f526!important;border-radius:999px!important;gap:clamp(3px,1vw,4px)!important;margin-top:0!important;margin-bottom:0!important;padding:0 clamp(6px,1.7vw,8px) 0 clamp(5px,1.4vw,6px)!important;font-weight:600!important;line-height:1!important;transform:none!important;box-shadow:inset 0 1px #ffffff08!important}.spin-bottom-sheet .spin-sheet-top .spin-sheet-copy>button.spin-tp-info:before,.spin-bottom-sheet button.spin-tp-info:before,button.spin-tp-info:before{width:var(--spin-info-icon-adaptive)!important;height:var(--spin-info-icon-adaptive)!important;min-width:var(--spin-info-icon-adaptive)!important;max-width:var(--spin-info-icon-adaptive)!important;flex:0 0 var(--spin-info-icon-adaptive)!important;font-size:var(--spin-info-icon-font-adaptive)!important;box-shadow:none!important;filter:none!important;background:#0d7cff!important;line-height:1!important}.spin-bottom-sheet .spin-reel-center-pointer{margin-top:var(--spin-pointer-overlap-adaptive)!important;z-index:90!important}@media (width<=380px){:root{--spin-title-to-info-gap:3px;--spin-info-to-divider-gap:9px;--spin-info-h-adaptive:18px;--spin-info-font-adaptive:9.5px;--spin-info-icon-adaptive:10px;--spin-info-icon-font-adaptive:6.5px;--spin-pointer-overlap-adaptive:-10px}}@media (height<=690px){:root{--spin-title-to-info-gap:3px;--spin-info-to-divider-gap:8px;--spin-info-h-adaptive:18px;--spin-info-font-adaptive:9.5px;--spin-info-icon-adaptive:10px;--spin-info-icon-font-adaptive:6.5px;--spin-pointer-overlap-adaptive:-10px}}@media (height>=850px) and (pointer:coarse){:root{--spin-title-to-info-gap:4px;--spin-info-to-divider-gap:10px;--spin-info-h-adaptive:20px;--spin-info-font-adaptive:10.25px;--spin-info-icon-adaptive:11px;--spin-info-icon-font-adaptive:7px;--spin-pointer-overlap-adaptive:-11px}}@media (hover:hover) and (pointer:fine){:root{--spin-title-to-info-gap:4px;--spin-info-to-divider-gap:9px;--spin-info-h-adaptive:19px;--spin-info-font-adaptive:9.75px;--spin-info-icon-adaptive:10.5px;--spin-info-icon-font-adaptive:6.75px;--spin-pointer-overlap-adaptive:-10px}}@media (width<=380px){:root{--spin-info-to-divider-gap:13px;--spin-pointer-overlap-adaptive:-10px}}@media (height<=690px){:root{--spin-info-to-divider-gap:12px;--spin-pointer-overlap-adaptive:-10px}}@media (height>=850px) and (pointer:coarse){:root{--spin-info-to-divider-gap:17px;--spin-pointer-overlap-adaptive:-12px}}@media (hover:hover) and (pointer:fine){:root{--spin-info-to-divider-gap:13px;--spin-pointer-overlap-adaptive:-10px}}@media (width<=380px){:root{--spin-info-to-divider-gap:17px;--spin-pointer-overlap-adaptive:-10px}}@media (height<=690px){:root{--spin-info-to-divider-gap:16px;--spin-pointer-overlap-adaptive:-10px}}@media (height>=850px) and (pointer:coarse){:root{--spin-info-to-divider-gap:21px;--spin-pointer-overlap-adaptive:-12px}}@media (hover:hover) and (pointer:fine){:root{--spin-info-to-divider-gap:17px;--spin-pointer-overlap-adaptive:-10px}}@media (width<=380px){:root{--spin-info-to-divider-gap:21px;--spin-pointer-overlap-adaptive:-10px}}@media (height<=690px){:root{--spin-info-to-divider-gap:19px;--spin-pointer-overlap-adaptive:-10px}}@media (height>=850px) and (pointer:coarse){:root{--spin-info-to-divider-gap:25px;--spin-pointer-overlap-adaptive:-12px}}@media (hover:hover) and (pointer:fine){:root{--spin-info-to-divider-gap:21px;--spin-pointer-overlap-adaptive:-10px}}:root{--spin-info-to-divider-gap:27px;--spin-pointer-overlap-adaptive:-11px}@media (width<=380px){:root{--spin-info-to-divider-gap:24px;--spin-pointer-overlap-adaptive:-10px}}@media (height<=690px){:root{--spin-info-to-divider-gap:22px;--spin-pointer-overlap-adaptive:-10px}}@media (height>=850px) and (pointer:coarse){:root{--spin-info-to-divider-gap:29px;--spin-pointer-overlap-adaptive:-12px}}@media (hover:hover) and (pointer:fine){:root{--spin-info-to-divider-gap:25px;--spin-pointer-overlap-adaptive:-10px}}.spin-bottom-sheet{position:relative!important}.spin-bottom-sheet>.spin-sheet-reel-zone{flex:auto!important;min-height:170px!important;overflow:visible!important}.spin-bottom-sheet .spin-wheel-stage,.spin-bottom-sheet .spin-reel-stage,.spin-bottom-sheet .spin-marquee-window{overflow:visible!important}.spin-bottom-sheet>.spin-sheet-actions{left:0!important;right:0!important;bottom:calc(34px + env(safe-area-inset-bottom))!important;z-index:120!important;pointer-events:none!important;flex:none!important;justify-content:center!important;align-items:center!important;height:auto!important;min-height:0!important;margin:0!important;padding:0 16px!important;display:flex!important;position:absolute!important;transform:none!important}.spin-bottom-sheet .spin-sheet-actions>.spin-reel-action,.spin-bottom-sheet .spin-sheet-actions>button.spin-reel-action{pointer-events:auto!important;border-radius:999px!important;justify-content:center!important;align-items:center!important;width:clamp(210px,52vw,320px)!important;min-width:210px!important;max-width:320px!important;height:42px!important;min-height:42px!important;padding:0 18px!important;font-size:14px!important;font-weight:800!important;line-height:1!important;display:inline-flex!important}@media (hover:hover) and (pointer:fine){.spin-bottom-sheet>.spin-sheet-reel-zone{min-height:150px!important}.spin-bottom-sheet>.spin-sheet-actions{bottom:36px!important}.spin-bottom-sheet .spin-sheet-actions>.spin-reel-action,.spin-bottom-sheet .spin-sheet-actions>button.spin-reel-action{width:clamp(200px,28vw,240px)!important;min-width:200px!important;max-width:240px!important;height:36px!important;min-height:36px!important;font-size:13px!important}}@media (pointer:coarse){.spin-bottom-sheet>.spin-sheet-reel-zone{min-height:260px!important}.spin-bottom-sheet>.spin-sheet-actions{bottom:calc(64px + env(safe-area-inset-bottom))!important}.spin-bottom-sheet .spin-sheet-actions>.spin-reel-action,.spin-bottom-sheet .spin-sheet-actions>button.spin-reel-action{width:clamp(245px,58vw,350px)!important;min-width:245px!important;max-width:350px!important;height:46px!important;min-height:46px!important;font-size:16px!important}}@media (pointer:coarse) and (height<=760px){.spin-bottom-sheet>.spin-sheet-reel-zone{min-height:220px!important}.spin-bottom-sheet>.spin-sheet-actions{bottom:calc(48px + env(safe-area-inset-bottom))!important}.spin-bottom-sheet .spin-sheet-actions>.spin-reel-action,.spin-bottom-sheet .spin-sheet-actions>button.spin-reel-action{width:clamp(225px,56vw,315px)!important;min-width:225px!important;max-width:315px!important;height:43px!important;min-height:43px!important;font-size:15px!important}}@media (pointer:coarse) and (height>=850px){.spin-bottom-sheet>.spin-sheet-reel-zone{min-height:280px!important}.spin-bottom-sheet>.spin-sheet-actions{bottom:calc(72px + env(safe-area-inset-bottom))!important}.spin-bottom-sheet .spin-sheet-actions>.spin-reel-action,.spin-bottom-sheet .spin-sheet-actions>button.spin-reel-action{width:clamp(255px,58vw,360px)!important;max-width:360px!important;height:48px!important;min-height:48px!important;font-size:16px!important}}:root{--spin-info-center-gap:clamp(6px, 1.15vh, 9px);--spin-info-center-h:clamp(18px, 2.35vh, 20px);--spin-info-center-font:clamp(9.5px, 1.25vh, 10.25px);--spin-info-center-icon:clamp(10px, 1.35vh, 11.5px);--spin-info-center-icon-font:clamp(6.5px, .9vh, 7.25px);--spin-divider-center-pointer-overlap:-11px}.spin-bottom-sheet .spin-sheet-top>.spin-sheet-copy{margin:0!important;padding:0!important;transform:none!important}.spin-bottom-sheet .spin-sheet-top>.spin-sheet-copy h2{margin:0 0 var(--spin-info-center-gap)!important;padding:0!important}.spin-bottom-sheet .spin-sheet-top .spin-sheet-copy>button.spin-tp-info{height:var(--spin-info-center-h)!important;min-height:var(--spin-info-center-h)!important;max-height:var(--spin-info-center-h)!important;font-size:var(--spin-info-center-font)!important;gap:clamp(3px,.8vw,4px)!important;margin:0 auto!important;padding:0 clamp(6px,1.3vw,8px) 0 clamp(5px,1vw,6px)!important;font-weight:600!important;line-height:1!important;transform:none!important}.spin-bottom-sheet .spin-sheet-top .spin-sheet-copy>button.spin-tp-info:before{width:var(--spin-info-center-icon)!important;height:var(--spin-info-center-icon)!important;min-width:var(--spin-info-center-icon)!important;max-width:var(--spin-info-center-icon)!important;flex:0 0 var(--spin-info-center-icon)!important;font-size:var(--spin-info-center-icon-font)!important}.spin-bottom-sheet .spin-reel-center-pointer{margin-top:var(--spin-divider-center-pointer-overlap)!important}@media (width<=380px){:root{--spin-info-center-gap:6px;--spin-info-center-h:18px;--spin-info-center-font:9.5px;--spin-info-center-icon:10px;--spin-info-center-icon-font:6.5px;--spin-divider-center-pointer-overlap:-10px}}@media (height<=690px){:root{--spin-info-center-gap:5px;--spin-info-center-h:18px;--spin-info-center-font:9.5px;--spin-info-center-icon:10px;--spin-info-center-icon-font:6.5px;--spin-divider-center-pointer-overlap:-10px}}@media (height>=850px) and (pointer:coarse){:root{--spin-info-center-gap:8px;--spin-info-center-h:20px;--spin-info-center-font:10.25px;--spin-info-center-icon:11.5px;--spin-info-center-icon-font:7.25px;--spin-divider-center-pointer-overlap:-11px}}@media (hover:hover) and (pointer:fine){:root{--spin-info-center-gap:6px;--spin-info-center-h:19px;--spin-info-center-font:9.75px;--spin-info-center-icon:10.5px;--spin-info-center-icon-font:6.75px;--spin-divider-center-pointer-overlap:-10px}}.spin-bottom-sheet .spin-sheet-top .spin-sheet-copy>button.spin-tp-info{margin-top:0!important;margin-bottom:0!important}@media (width<=380px){:root{--spin-info-title-gap-up:2px;--spin-info-divider-gap-down:10px}}@media (height<=690px){:root{--spin-info-title-gap-up:2px;--spin-info-divider-gap-down:9px}}@media (height>=850px) and (pointer:coarse){:root{--spin-info-title-gap-up:3px;--spin-info-divider-gap-down:12px}}@media (hover:hover) and (pointer:fine){:root{--spin-info-title-gap-up:3px;--spin-info-divider-gap-down:10px}}@media (width<=380px){:root{--spin-info-title-gap-up:1px;--spin-info-divider-gap-down:12px}}@media (height<=690px){:root{--spin-info-title-gap-up:1px;--spin-info-divider-gap-down:11px}}@media (height>=850px) and (pointer:coarse){:root{--spin-info-title-gap-up:2px;--spin-info-divider-gap-down:14px}}@media (hover:hover) and (pointer:fine){:root{--spin-info-title-gap-up:1px;--spin-info-divider-gap-down:12px}}:root{--spin-info-title-gap-up:0px;--spin-info-divider-gap-down:15px}.spin-bottom-sheet .spin-sheet-top>.spin-sheet-copy h2{margin-bottom:var(--spin-info-title-gap-up)!important}.spin-bottom-sheet .spin-sheet-top>.spin-sheet-divider{margin-top:var(--spin-info-divider-gap-down)!important}@media (width<=380px){:root{--spin-info-title-gap-up:0px;--spin-info-divider-gap-down:14px}}@media (height<=690px){:root{--spin-info-title-gap-up:0px;--spin-info-divider-gap-down:13px}}@media (height>=850px) and (pointer:coarse){:root{--spin-info-title-gap-up:1px;--spin-info-divider-gap-down:16px}}@media (hover:hover) and (pointer:fine){:root{--spin-info-title-gap-up:0px;--spin-info-divider-gap-down:14px}}.spin-bottom-sheet .spin-sheet-reel-zone .spin-marquee-track{align-items:center!important;gap:var(--spin-reel-card-gap-safe,clamp(8px, 2.2vw, 12px))!important;will-change:transform!important;width:max-content!important;min-width:max-content!important;display:flex!important}.spin-bottom-sheet .spin-sheet-reel-zone .spin-marquee-group{align-items:center!important;gap:var(--spin-reel-card-gap-safe,clamp(8px, 2.2vw, 12px))!important;flex:none!important;width:max-content!important;min-width:max-content!important;display:flex!important}.spin-bottom-sheet .spin-sheet-reel-zone .spin-marquee-card{flex:none!important}.spin-bottom-sheet .spin-sheet-reel-zone .spin-marquee-window{overflow:hidden visible!important}.spin-sheet-overlay.spin-sheet-overlay-hidden{opacity:0!important;visibility:hidden!important;pointer-events:none!important;-webkit-filter:none!important;-webkit-backdrop-filter:none!important;background:0 0!important}.spin-sheet-overlay.spin-sheet-overlay-opening,.spin-sheet-overlay.spin-sheet-overlay-closing{opacity:1!important;visibility:visible!important;-webkit-filter:none!important;-webkit-backdrop-filter:none!important;background:linear-gradient(#f8f7f508 0%,#000000e6 18%,#000000f5 100%),#000000f5!important}.spin-sheet-overlay.spin-sheet-overlay-opening:before,.spin-sheet-overlay.spin-sheet-overlay-closing:before{content:""!important;opacity:1!important;pointer-events:none!important;-webkit-filter:none!important;-webkit-backdrop-filter:none!important;background:linear-gradient(135deg,#ffffff14 0%,#ffffff05 30%,#ffffff02 58%,#0000003d 100%),radial-gradient(circle at 50% 10%,#0d7cff0b 0%,#0d7cff03 28%,#0000 64%)!important;position:absolute!important;inset:0!important}.spin-sheet-overlay.spin-sheet-overlay-opening:after,.spin-sheet-overlay.spin-sheet-overlay-closing:after{content:""!important;opacity:.52!important;pointer-events:none!important;-webkit-filter:none!important;-webkit-backdrop-filter:none!important;background:repeating-linear-gradient(0deg,#ffffff04 0 1px,#0000 1px 5px),#0000006b!important;position:absolute!important;inset:0!important}.spin-sheet-overlay .spin-bottom-sheet{z-index:3!important;-webkit-filter:none!important;-webkit-backdrop-filter:none!important;position:relative!important}.spin-sheet-overlay,.spin-sheet-overlay:before,.spin-sheet-overlay:after{-webkit-filter:none!important;-webkit-backdrop-filter:none!important}@media (hover:hover) and (pointer:fine){.spin-sheet-overlay.spin-sheet-overlay-opening,.spin-sheet-overlay.spin-sheet-overlay-closing{background:linear-gradient(#f8f7f507 0%,#000000ed 18%,#000000fa 100%),#000000fa!important}.spin-sheet-overlay.spin-sheet-overlay-opening:after,.spin-sheet-overlay.spin-sheet-overlay-closing:after{opacity:.56!important;background:repeating-linear-gradient(0deg,#ffffff04 0 1px,#0000 1px 5px),#00000075!important}}@supports (-webkit-touch-callout:none){.spin-sheet-overlay,.spin-sheet-overlay:before,.spin-sheet-overlay:after,.spin-sheet-overlay .spin-bottom-sheet{-webkit-filter:none!important;-webkit-backdrop-filter:none!important}}.spin-sheet-overlay.spin-sheet-overlay-opening,.spin-sheet-overlay.spin-sheet-overlay-closing{-webkit-filter:none!important;-webkit-backdrop-filter:none!important;background:linear-gradient(#f8f7f50a 0%,#000000c2 18%,#000000d6 100%),#000000d6!important}.spin-sheet-overlay.spin-sheet-overlay-opening:before,.spin-sheet-overlay.spin-sheet-overlay-closing:before{opacity:1!important;background:linear-gradient(135deg,#ffffff12 0%,#ffffff05 30%,#ffffff02 58%,#00000029 100%),radial-gradient(circle at 50% 10%,#0d7cff0a 0%,#0d7cff03 28%,#0000 64%)!important}.spin-sheet-overlay.spin-sheet-overlay-opening:after,.spin-sheet-overlay.spin-sheet-overlay-closing:after{opacity:.4!important;background:repeating-linear-gradient(0deg,#ffffff04 0 1px,#0000 1px 5px),#0000003d!important}@media (hover:hover) and (pointer:fine){.spin-sheet-overlay.spin-sheet-overlay-opening,.spin-sheet-overlay.spin-sheet-overlay-closing{background:linear-gradient(#f8f7f509 0%,#000c 18%,#000000e0 100%),#000000e0!important}.spin-sheet-overlay.spin-sheet-overlay-opening:after,.spin-sheet-overlay.spin-sheet-overlay-closing:after{opacity:.42!important;background:repeating-linear-gradient(0deg,#ffffff03 0 1px,#0000 1px 5px),#00000047!important}}@media (pointer:coarse){.spin-sheet-overlay.spin-sheet-overlay-opening,.spin-sheet-overlay.spin-sheet-overlay-closing{background:linear-gradient(#f8f7f50a 0%,#000000c2 18%,#000000d6 100%),#000000d6!important}}.spin-sheet-overlay.spin-sheet-overlay-opening:before,.spin-sheet-overlay.spin-sheet-overlay-closing:before,.spin-sheet-overlay.spin-sheet-overlay-opening:after,.spin-sheet-overlay.spin-sheet-overlay-closing:after{content:none!important;opacity:0!important;-webkit-filter:none!important;-webkit-backdrop-filter:none!important;background:0 0!important;display:none!important}.spin-sheet-overlay.spin-sheet-overlay-hidden{opacity:0!important;visibility:hidden!important;-webkit-backdrop-filter:none!important;-webkit-filter:none!important;background:0 0!important}.spin-sheet-overlay .spin-bottom-sheet{-webkit-filter:none!important;-webkit-backdrop-filter:none!important}@media (hover:hover) and (pointer:fine){.spin-sheet-overlay.spin-sheet-overlay-opening,.spin-sheet-overlay.spin-sheet-overlay-closing{-webkit-backdrop-filter:blur(18px)saturate(82%)brightness(68%)!important;background:#1f1f20e0!important}}@media (pointer:coarse){.spin-sheet-overlay.spin-sheet-overlay-opening,.spin-sheet-overlay.spin-sheet-overlay-closing{-webkit-backdrop-filter:blur(16px)saturate(85%)brightness(72%)!important;background:#1f1f20d6!important}}.spin-sheet-overlay.spin-sheet-overlay-opening,.spin-sheet-overlay.spin-sheet-overlay-closing{opacity:1!important;visibility:visible!important;-webkit-backdrop-filter:none!important;-webkit-filter:none!important;background:#1f1f20c7!important}.spin-sheet-overlay.spin-sheet-overlay-opening:before,.spin-sheet-overlay.spin-sheet-overlay-closing:before,.spin-sheet-overlay.spin-sheet-overlay-opening:after,.spin-sheet-overlay.spin-sheet-overlay-closing:after{content:none!important;opacity:0!important;-webkit-backdrop-filter:none!important;-webkit-filter:none!important;background:0 0!important;display:none!important}.spin-sheet-overlay.spin-sheet-overlay-hidden{opacity:0!important;visibility:hidden!important;pointer-events:none!important;-webkit-backdrop-filter:none!important;-webkit-filter:none!important;background:0 0!important}:is(body:has(.spin-sheet-overlay-opening) .home-content>:not(.spin-sheet-overlay),body:has(.spin-sheet-overlay-closing) .home-content>:not(.spin-sheet-overlay)){-webkit-filter:blur(8px)brightness(.72)saturate(.8)!important;transition:filter .18s!important;transform:translateZ(0)!important}:is(body:has(.spin-sheet-overlay-opening) .spin-sheet-overlay,body:has(.spin-sheet-overlay-closing) .spin-sheet-overlay,body:has(.spin-sheet-overlay-opening) .spin-bottom-sheet,body:has(.spin-sheet-overlay-closing) .spin-bottom-sheet,body:has(.spin-sheet-overlay-opening) .spin-bottom-sheet *,body:has(.spin-sheet-overlay-closing) .spin-bottom-sheet *){-webkit-filter:none!important;-webkit-backdrop-filter:none!important}@media (hover:hover) and (pointer:fine){.spin-sheet-overlay.spin-sheet-overlay-opening,.spin-sheet-overlay.spin-sheet-overlay-closing{background:#1f1f20d1!important}:is(body:has(.spin-sheet-overlay-opening) .home-content>:not(.spin-sheet-overlay),body:has(.spin-sheet-overlay-closing) .home-content>:not(.spin-sheet-overlay)){-webkit-filter:blur(10px)brightness(.68)saturate(.78)!important}}@media (pointer:coarse){.spin-sheet-overlay.spin-sheet-overlay-opening,.spin-sheet-overlay.spin-sheet-overlay-closing{background:#1f1f20c7!important}:is(body:has(.spin-sheet-overlay-opening) .home-content>:not(.spin-sheet-overlay),body:has(.spin-sheet-overlay-closing) .home-content>:not(.spin-sheet-overlay)){-webkit-filter:blur(8px)brightness(.72)saturate(.8)!important}}.spin-sheet-overlay,.spin-sheet-overlay:before,.spin-sheet-overlay:after,.spin-sheet-overlay *,.spin-bottom-sheet,.spin-bottom-sheet *{-webkit-backdrop-filter:none!important}.spin-sheet-overlay{transition:opacity .18s,background-color .18s!important}.spin-sheet-overlay.spin-sheet-overlay-closing{opacity:1!important;visibility:visible!important;pointer-events:none!important}.spin-bottom-sheet{backface-visibility:hidden;will-change:transform;transform:translate(0,0)}@media (hover:hover) and (pointer:fine){:is(body:has(.spin-sheet-overlay-opening) .home-content>:not(.spin-sheet-overlay),body:has(.spin-sheet-overlay-closing) .home-content>:not(.spin-sheet-overlay)){-webkit-filter:blur(6px)brightness(.74)saturate(.82)!important}}@media (pointer:coarse){:is(body:has(.spin-sheet-overlay-opening) .home-content>:not(.spin-sheet-overlay),body:has(.spin-sheet-overlay-closing) .home-content>:not(.spin-sheet-overlay)){-webkit-filter:blur(6px)brightness(.74)saturate(.82)!important}}body:has(.spin-sheet-overlay-closing) .home-content>:not(.spin-sheet-overlay){-webkit-filter:brightness(.78)saturate(.84)!important;backface-visibility:hidden!important;transition:none!important;transform:translate(0,0)!important}.spin-sheet-overlay.spin-sheet-overlay-closing{opacity:1!important;visibility:visible!important;pointer-events:none!important;-webkit-filter:none!important;-webkit-backdrop-filter:none!important;background:#1f1f20c7!important}.spin-sheet-overlay.spin-sheet-overlay-closing:before,.spin-sheet-overlay.spin-sheet-overlay-closing:after{content:none!important;display:none!important}.spin-sheet-overlay,.spin-sheet-overlay.spin-sheet-overlay-opening,.spin-sheet-overlay.spin-sheet-overlay-closing,.spin-sheet-overlay.spin-sheet-overlay-hidden{transition:opacity var(--spin-sheet-sync-ms) ease, visibility var(--spin-sheet-sync-ms) ease, background-color var(--spin-sheet-sync-ms) ease!important}.spin-sheet-overlay.spin-sheet-overlay-opening,.spin-sheet-overlay.spin-sheet-overlay-closing{opacity:1!important;visibility:visible!important}:is(body:has(.spin-sheet-overlay-opening) .home-content>:not(.spin-sheet-overlay),body:has(.spin-sheet-overlay-closing) .home-content>:not(.spin-sheet-overlay)){-webkit-filter:blur(6px)brightness(.74)saturate(.82)!important;backface-visibility:hidden!important;will-change:filter, transform!important;transition:none!important;transform:translate(0,0)!important}.spin-sheet-overlay.spin-sheet-overlay-opening,.spin-sheet-overlay.spin-sheet-overlay-closing{-webkit-backdrop-filter:none!important;background:#1f1f20c7!important}.spin-bottom-sheet,.spin-bottom-sheet.spin-bottom-sheet-opening,.spin-bottom-sheet.spin-bottom-sheet-closing,.spin-bottom-sheet.spin-bottom-sheet-hidden{backface-visibility:hidden;transform:translate(0,0);transition:transform var(--spin-sheet-sync-ms) cubic-bezier(.22, .8, .24, 1), opacity var(--spin-sheet-sync-ms) ease!important;animation-duration:var(--spin-sheet-sync-ms)!important;will-change:transform, opacity!important;animation-timing-function:cubic-bezier(.22,.8,.24,1)!important}body:has(.spin-sheet-overlay-closing) .home-content>:not(.spin-sheet-overlay){-webkit-filter:blur(6px)brightness(.74)saturate(.82)!important}@media (hover:hover) and (pointer:fine){.spin-sheet-overlay,.spin-bottom-sheet,.spin-bottom-sheet.spin-bottom-sheet-opening,.spin-bottom-sheet.spin-bottom-sheet-closing{animation-duration:var(--spin-sheet-sync-ms)!important}:is(body:has(.spin-sheet-overlay-opening) .home-content>:not(.spin-sheet-overlay),body:has(.spin-sheet-overlay-closing) .home-content>:not(.spin-sheet-overlay)){-webkit-filter:blur(6px)brightness(.74)saturate(.82)!important}}@media (pointer:coarse){.spin-sheet-overlay,.spin-bottom-sheet,.spin-bottom-sheet.spin-bottom-sheet-opening,.spin-bottom-sheet.spin-bottom-sheet-closing{animation-duration:var(--spin-sheet-sync-ms)!important}:is(body:has(.spin-sheet-overlay-opening) .home-content>:not(.spin-sheet-overlay),body:has(.spin-sheet-overlay-closing) .home-content>:not(.spin-sheet-overlay)){-webkit-filter:blur(6px)brightness(.74)saturate(.82)!important}}body:has(.spin-sheet-overlay-opening) .home-content>:not(.spin-sheet-overlay){-webkit-filter:blur(6px)brightness(.74)saturate(.82)!important;backface-visibility:hidden!important;will-change:filter, transform!important;transition:filter var(--spin-sheet-sync-ms) ease, -webkit-filter var(--spin-sheet-sync-ms) ease!important;transform:translate(0,0)!important}body:has(.spin-sheet-overlay-closing) .home-content>:not(.spin-sheet-overlay){-webkit-filter:blur()brightness()saturate()!important;backface-visibility:hidden!important;will-change:filter, transform!important;transition:filter var(--spin-sheet-sync-ms) ease, -webkit-filter var(--spin-sheet-sync-ms) ease!important;transform:translate(0,0)!important}.spin-sheet-overlay.spin-sheet-overlay-opening{opacity:1!important;visibility:visible!important;transition:opacity var(--spin-sheet-sync-ms) ease, background-color var(--spin-sheet-sync-ms) ease!important;background:#1f1f20c7!important}.spin-sheet-overlay.spin-sheet-overlay-closing{opacity:0!important;visibility:visible!important;pointer-events:none!important;transition:opacity var(--spin-sheet-sync-ms) ease, background-color var(--spin-sheet-sync-ms) ease!important;background:#1f1f2000!important}.spin-bottom-sheet.spin-bottom-sheet-opening{opacity:1!important;transition:transform var(--spin-sheet-sync-ms) cubic-bezier(.22, .8, .24, 1), opacity var(--spin-sheet-sync-ms) ease!important;transform:translate(0,0)!important}.spin-bottom-sheet.spin-bottom-sheet-closing{opacity:1!important;transition:transform var(--spin-sheet-sync-ms) cubic-bezier(.22, .8, .24, 1), opacity var(--spin-sheet-sync-ms) ease!important;transform:translateY(110%)!important}@media (hover:hover) and (pointer:fine){body:has(.spin-sheet-overlay-opening) .home-content>:not(.spin-sheet-overlay){-webkit-filter:blur(6px)brightness(.74)saturate(.82)!important}body:has(.spin-sheet-overlay-closing) .home-content>:not(.spin-sheet-overlay){-webkit-filter:blur()brightness()saturate()!important}}@media (pointer:coarse){body:has(.spin-sheet-overlay-opening) .home-content>:not(.spin-sheet-overlay){-webkit-filter:blur(6px)brightness(.74)saturate(.82)!important}body:has(.spin-sheet-overlay-closing) .home-content>:not(.spin-sheet-overlay){-webkit-filter:blur()brightness()saturate()!important}}:root{--spin-sheet-sync-ms:.28s}.spin-bottom-sheet{transition:transform var(--spin-sheet-sync-ms) cubic-bezier(.22, .8, .24, 1), opacity var(--spin-sheet-sync-ms) ease!important;will-change:transform, opacity!important;backface-visibility:hidden!important;left:50%!important;transform:translate(-50%)!important}.spin-bottom-sheet.spin-bottom-sheet-opening{opacity:1!important;transform:translate(-50%)!important}.spin-bottom-sheet.spin-bottom-sheet-closing{opacity:1!important;transform:translate(-50%,110%)!important}.spin-bottom-sheet.spin-bottom-sheet-hidden{opacity:0!important;transform:translate(-50%,110%)!important}@media (hover:hover) and (pointer:fine){.spin-bottom-sheet,.spin-bottom-sheet.spin-bottom-sheet-opening,.spin-bottom-sheet.spin-bottom-sheet-closing,.spin-bottom-sheet.spin-bottom-sheet-hidden{transition:transform var(--spin-sheet-sync-ms) cubic-bezier(.22, .8, .24, 1), opacity var(--spin-sheet-sync-ms) ease!important}}@media (pointer:coarse){.spin-bottom-sheet,.spin-bottom-sheet.spin-bottom-sheet-opening,.spin-bottom-sheet.spin-bottom-sheet-closing,.spin-bottom-sheet.spin-bottom-sheet-hidden{transition:transform var(--spin-sheet-sync-ms) cubic-bezier(.22, .8, .24, 1), opacity var(--spin-sheet-sync-ms) ease!important}}.spin-confetti-layer{z-index:200000!important;pointer-events:none!important;contain:layout paint style!important;position:fixed!important;inset:0!important;overflow:hidden!important}.spin-confetti-piece{opacity:0!important;will-change:transform, opacity!important;border-radius:999px!important;animation-name:mytasked-spin-confetti-burst!important;animation-timing-function:cubic-bezier(.16,.86,.32,1)!important;animation-fill-mode:forwards!important;display:block!important;position:fixed!important;transform:translate(0,0)rotate(0)!important;box-shadow:0 0 10px #f8f7f529!important}@keyframes mytasked-spin-confetti-burst{0%{opacity:0;transform:translate(0,0)rotate(0)scale(.72)}12%{opacity:1}62%{opacity:1;transform:translate3d(var(--confetti-x), var(--confetti-y), 0) rotate(var(--confetti-rotate)) scale(1)}to{opacity:0;transform:translate3d(var(--confetti-x), calc(var(--confetti-y) + var(--confetti-fall)), 0) rotate(var(--confetti-rotate-end)) scale(.84)}}.spin-confetti-layer{z-index:2147483000!important;pointer-events:none!important;width:100vw!important;height:100vh!important;display:block!important;position:fixed!important;top:0!important;left:0!important;overflow:visible!important}.spin-confetti-piece{opacity:0;transform-origin:50%!important;border-radius:2px!important;min-width:6px!important;min-height:4px!important;animation-name:mytasked-spin-confetti-burst-pcfix!important;animation-timing-function:cubic-bezier(.16,.86,.32,1)!important;animation-fill-mode:forwards!important;display:block!important;position:fixed!important}@keyframes mytasked-spin-confetti-burst-pcfix{0%{opacity:0;transform:translate(0,0)rotate(0)scale(.8)}10%{opacity:1}70%{opacity:1;transform:translate3d(var(--confetti-x), var(--confetti-y), 0) rotate(var(--confetti-rotate)) scale(1)}to{opacity:0;transform:translate3d(var(--confetti-x), calc(var(--confetti-y) + var(--confetti-fall)), 0) rotate(var(--confetti-rotate-end)) scale(.82)}}.spin-confetti-debug-badge{z-index:2147483647!important;color:#f8f7f5!important;letter-spacing:.04em!important;pointer-events:none!important;background:#0d7cff!important;border-radius:999px!important;padding:7px 12px!important;font-size:12px!important;font-weight:900!important;line-height:1!important;animation:1.5s forwards spin-confetti-debug-badge-out!important;position:fixed!important;top:74px!important;left:50%!important;transform:translate(-50%)!important;box-shadow:0 10px 26px #00000052!important}@keyframes spin-confetti-debug-badge-out{0%{opacity:0;transform:translate(-50%)translateY(-6px)}12%{opacity:1;transform:translate(-50%)translateY(0)}78%{opacity:1}to{opacity:0;transform:translate(-50%)translateY(-8px)}}.spin-confetti-layer{z-index:2147483600!important;pointer-events:none!important;-webkit-filter:none!important;contain:none!important;display:block!important;position:fixed!important;inset:0!important;overflow:visible!important;transform:none!important}.spin-confetti-piece{opacity:0;transform-origin:50%!important;will-change:transform, opacity!important;background:#0d7cff!important;border-radius:999px!important;min-width:9px!important;min-height:9px!important;animation-name:mytasked-confetti-tg-visible!important;animation-duration:1.35s!important;animation-timing-function:cubic-bezier(.16,.86,.32,1)!important;animation-fill-mode:forwards!important;display:block!important;position:fixed!important;box-shadow:0 0 0 1px #f8f7f559,0 0 14px #0d7cff8c!important}@keyframes mytasked-confetti-tg-visible{0%{opacity:0;transform:translate(0,0)scale(.75)}10%{opacity:1}68%{opacity:1;transform:translate3d(var(--confetti-x), var(--confetti-y), 0) scale(1)}to{opacity:0;transform:translate3d(var(--confetti-x), calc(var(--confetti-y) + var(--confetti-fall)), 0) scale(.85)}}.spin-confetti-piece{opacity:0;transform:translate(0,0)rotate(0)scale(.7);transform-origin:50%!important;will-change:transform, opacity!important;border-radius:999px!important;animation-name:mytasked-spin-confetti-final!important;animation-timing-function:cubic-bezier(.16,.86,.32,1)!important;animation-fill-mode:forwards!important;display:block!important;position:fixed!important;box-shadow:0 0 0 1px #f8f7f53d,0 0 12px #0d7cff59!important}@keyframes mytasked-spin-confetti-final{0%{opacity:0;transform:translate(0,0)rotate(0)scale(.7)}10%{opacity:1}62%{opacity:1;transform:translate3d(var(--x), var(--y), 0) rotate(var(--r)) scale(1)}to{opacity:0;transform:translate3d(var(--x), calc(var(--y) + var(--fall)), 0) rotate(var(--r)) scale(.82)}}.spin-confetti-debug-badge{display:none!important}.spin-confetti-layer{z-index:2147483600!important;pointer-events:none!important;contain:none!important;display:block!important;position:fixed!important;inset:0!important;overflow:visible!important}.spin-confetti-layer>div{animation:none!important}:root{--mytasked-desktop-home-frame-width:393px}body.mytasked-desktop main.app-shell.home-screen{width:min(100vw, var(--mytasked-desktop-home-frame-width))!important;max-width:min(100vw, var(--mytasked-desktop-home-frame-width))!important;box-sizing:border-box!important;min-width:0!important;margin-left:auto!important;margin-right:auto!important;display:block!important;overflow-x:hidden!important}body.mytasked-desktop main.app-shell.home-screen>.home-content,body.mytasked-desktop .home-header{box-sizing:border-box!important;width:100%!important;min-width:0!important;max-width:100%!important;overflow:visible!important}body.mytasked-desktop .home-pill{box-sizing:border-box!important;min-width:0!important;max-width:calc(50% - 6px)!important}body.mytasked-desktop .home-pill .pill-value,body.mytasked-desktop .home-pill .pill-value-right{text-overflow:ellipsis!important;white-space:nowrap!important;min-width:0!important;max-width:100%!important;overflow:hidden!important}body.mytasked-desktop .home-banner,body.mytasked-desktop .home-banner-viewport,body.mytasked-desktop .daily-spin-card{box-sizing:border-box!important;width:100%!important;min-width:0!important;max-width:100%!important}body.mytasked-desktop .home-banner-viewport,body.mytasked-desktop .daily-spin-card{overflow:hidden!important}body.mytasked-desktop .home-banner-track{width:100%!important;max-width:none!important}body.mytasked-desktop .home-banner-slide{box-sizing:border-box!important;flex:0 0 100%!important;width:100%!important;min-width:100%!important;max-width:100%!important}body.mytasked-desktop .home-banner-slide img,body.mytasked-desktop .daily-spin-card .daily-spin-bg,body.mytasked-desktop .daily-spin-bg{object-fit:cover!important;object-position:center center!important;width:100%!important;max-width:100%!important;height:100%!important}body.mytasked-desktop main.app-shell.home-screen>.tab-bar{box-sizing:border-box!important;width:100%!important;max-width:100%!important}:root{--spin-fixed-sheet-w:393px;--spin-fixed-reel-window-w:337px;--spin-fixed-card-w:106px;--spin-fixed-card-h:106px;--spin-fixed-card-gap:10px}.spin-sheet-overlay{justify-content:center!important;align-items:flex-end!important;display:flex!important;position:fixed!important;inset:0!important;overflow:hidden!important}.spin-sheet-overlay>.spin-bottom-sheet,.spin-bottom-sheet,.spin-bottom-sheet.spin-bottom-sheet-opening{width:min(100vw, var(--spin-fixed-sheet-w))!important;min-width:0!important;max-width:var(--spin-fixed-sheet-w)!important;height:calc(100dvh - var(--daily-spin-sheet-top,300px))!important;box-sizing:border-box!important;flex-direction:column!important;flex:none!important;justify-content:flex-start!important;align-items:stretch!important;min-height:360px!important;max-height:calc(100dvh - 18px)!important;margin:0 auto!important;display:flex!important;position:relative!important;inset:auto!important;overflow:hidden!important;transform:translate(0,0)!important}.spin-bottom-sheet.spin-bottom-sheet-closing,.spin-bottom-sheet.spin-bottom-sheet-hidden{transform:translateY(110%)!important}.spin-bottom-sheet>.spin-sheet-top{flex:none!important;min-height:0!important;margin:0!important}.spin-bottom-sheet>.spin-sheet-reel-zone{box-sizing:border-box!important;flex:0 0 154px!important;width:100%!important;height:154px!important;min-height:154px!important;max-height:154px!important;margin:0!important;padding-top:22px!important;padding-bottom:0!important;position:relative!important;overflow:visible!important;transform:none!important}.spin-bottom-sheet .spin-wheel-stage,.spin-bottom-sheet .spin-reel-stage{box-sizing:border-box!important;width:100%!important;height:122px!important;min-height:122px!important;max-height:122px!important;margin:0 auto!important;padding:0!important;overflow:visible!important;transform:none!important}.spin-bottom-sheet .spin-marquee-window{width:var(--spin-fixed-reel-window-w)!important;min-width:var(--spin-fixed-reel-window-w)!important;max-width:var(--spin-fixed-reel-window-w)!important;flex:0 0 var(--spin-fixed-reel-window-w)!important;contain:layout paint!important;box-sizing:border-box!important;height:122px!important;min-height:122px!important;max-height:122px!important;margin:0 auto!important;padding:0!important;overflow:hidden visible!important}.spin-bottom-sheet .spin-marquee-track,.spin-bottom-sheet .spin-marquee-group{flex:none!important;justify-content:flex-start!important;align-items:center!important;gap:0!important;width:max-content!important;min-width:max-content!important;max-width:none!important;margin:0!important;padding:0!important;display:flex!important}.spin-bottom-sheet .spin-marquee-card,.spin-bottom-sheet .spin-marquee-card-gold{width:var(--spin-fixed-card-w)!important;min-width:var(--spin-fixed-card-w)!important;max-width:var(--spin-fixed-card-w)!important;height:var(--spin-fixed-card-h)!important;min-height:var(--spin-fixed-card-h)!important;max-height:var(--spin-fixed-card-h)!important;flex:0 0 var(--spin-fixed-card-w)!important;margin-left:0!important;margin-right:var(--spin-fixed-card-gap)!important;box-sizing:border-box!important;transform:none!important}.spin-bottom-sheet .spin-reel-center-pointer{margin-left:0!important;margin-right:0!important;left:50%!important;right:auto!important;transform:translate(-50%)!important}.spin-bottom-sheet>.spin-sheet-actions{box-sizing:border-box!important;flex-direction:column!important;flex:none!important;justify-content:flex-start!important;align-items:center!important;width:100%!important;height:auto!important;min-height:0!important;max-height:none!important;margin:0!important;padding:0 0 18px!important;display:flex!important;position:static!important;transform:none!important}.spin-bottom-sheet>.spin-sheet-actions>.spin-sheet-bottom-divider{display:none!important}.spin-bottom-sheet .spin-reel-action,.spin-bottom-sheet .spin-sheet-actions>button.home-button.spin-reel-action,.spin-bottom-sheet .spin-sheet-actions>button.spin-reel-action{box-sizing:border-box!important;flex:0 0 38px!important;width:260px!important;min-width:260px!important;max-width:260px!important;height:38px!important;min-height:38px!important;max-height:38px!important;margin:0 auto!important;padding:0 18px!important;transform:none!important}.spin-bottom-sheet .spin-reel-action:disabled{opacity:1!important}.spin-bottom-sheet .spin-reel-action.is-spin-reward-flash:disabled{color:#f8f7f5!important;background:#14b866!important;border-color:#f8f7f552!important}.spin-bottom-sheet .spin-reel-action.is-spin-cooldown:disabled{color:#f8f7f5!important;opacity:.72!important;background:#0d7cff!important}.spin-bottom-sheet .spin-marquee-window{position:relative!important}.spin-bottom-sheet .spin-marquee-track{position:relative!important;top:50%!important}.spin-bottom-sheet .spin-marquee-group,.spin-bottom-sheet .spin-marquee-card,.spin-bottom-sheet .spin-marquee-card-gold{position:relative!important;top:auto!important}.spin-bottom-sheet>.spin-sheet-actions{padding-top:0!important}.spin-bottom-sheet .spin-marquee-window{display:block!important;position:relative!important;overflow:hidden visible!important}.spin-bottom-sheet .spin-marquee-track{transform-origin:0!important;height:122px!important;min-height:122px!important;max-height:122px!important;position:relative!important;top:auto!important;left:auto!important}.spin-bottom-sheet .spin-marquee-group{align-items:center!important;height:122px!important;min-height:122px!important;max-height:122px!important;display:flex!important}.spin-bottom-sheet .spin-marquee-card,.spin-bottom-sheet .spin-marquee-card-gold{opacity:1!important;visibility:visible!important;display:flex!important}:root{--spin-fixed-reel-window-w:337px;--spin-fixed-card-w:168px;--spin-fixed-card-h:106px;--spin-fixed-card-gap:10px}.spin-bottom-sheet .spin-marquee-window{width:var(--spin-fixed-reel-window-w)!important;min-width:var(--spin-fixed-reel-window-w)!important;max-width:var(--spin-fixed-reel-window-w)!important;height:122px!important;min-height:122px!important;max-height:122px!important}.spin-bottom-sheet .spin-marquee-track,.spin-bottom-sheet .spin-marquee-group{height:122px!important;min-height:122px!important;max-height:122px!important}.spin-bottom-sheet .spin-marquee-card,.spin-bottom-sheet .spin-marquee-card-gold{width:var(--spin-fixed-card-w)!important;min-width:var(--spin-fixed-card-w)!important;max-width:var(--spin-fixed-card-w)!important;height:var(--spin-fixed-card-h)!important;min-height:var(--spin-fixed-card-h)!important;max-height:var(--spin-fixed-card-h)!important;flex:0 0 var(--spin-fixed-card-w)!important;margin-left:0!important;margin-right:var(--spin-fixed-card-gap)!important;box-sizing:border-box!important;flex-direction:column!important;justify-content:center!important;align-items:center!important;gap:8px!important;padding:12px 12px 10px!important;display:flex!important}.spin-bottom-sheet .spin-marquee-card img,.spin-bottom-sheet .spin-marquee-card-gold img{object-fit:contain!important;flex:none!important;width:58px!important;min-width:58px!important;max-width:58px!important;height:58px!important;min-height:58px!important;max-height:58px!important;display:block!important}.spin-bottom-sheet>.spin-sheet-reel-zone{flex-basis:158px!important;height:158px!important;min-height:158px!important;max-height:158px!important;padding-top:24px!important}@media (width<=380px){:root{--spin-fixed-reel-window-w:320px;--spin-fixed-card-w:156px;--spin-fixed-card-h:102px;--spin-fixed-card-gap:10px}.spin-bottom-sheet .spin-marquee-card img,.spin-bottom-sheet .spin-marquee-card-gold img{width:54px!important;min-width:54px!important;max-width:54px!important;height:54px!important;min-height:54px!important;max-height:54px!important}.spin-bottom-sheet .spin-marquee-card span,.spin-bottom-sheet .spin-marquee-card-gold span{font-size:14px!important}}:root{--spin-sheet-final-w:393px;--spin-reel-window-final-w:393px;--spin-card-final-w:168px;--spin-card-final-h:106px;--spin-card-final-gap:10px;--spin-card-img-final:58px;--spin-card-font-final:15px;--spin-reel-zone-final-h:170px;--spin-reel-zone-final-pad-top:12px;--spin-action-final-mt:14px}.spin-sheet-overlay>.spin-bottom-sheet,.spin-bottom-sheet,.spin-bottom-sheet.spin-bottom-sheet-opening{width:min(100vw, var(--spin-sheet-final-w))!important;max-width:var(--spin-sheet-final-w)!important;min-width:0!important;overflow:hidden!important}.spin-bottom-sheet>.spin-sheet-reel-zone{width:100%!important;height:var(--spin-reel-zone-final-h)!important;min-height:var(--spin-reel-zone-final-h)!important;max-height:var(--spin-reel-zone-final-h)!important;flex:0 0 var(--spin-reel-zone-final-h)!important;padding-top:var(--spin-reel-zone-final-pad-top)!important;box-sizing:border-box!important;margin:0!important;padding-bottom:0!important;padding-left:0!important;padding-right:0!important;overflow:visible!important;transform:none!important}.spin-bottom-sheet .spin-wheel-stage,.spin-bottom-sheet .spin-reel-stage{box-sizing:border-box!important;width:100%!important;min-width:100%!important;max-width:100%!important;height:122px!important;min-height:122px!important;max-height:122px!important;margin:0!important;padding:0!important;overflow:visible!important;transform:none!important}.spin-bottom-sheet .spin-marquee-window{width:100%!important;min-width:100%!important;max-width:100%!important;height:122px!important;min-height:122px!important;max-height:122px!important;box-shadow:none!important;box-sizing:border-box!important;background:0 0!important;border:0!important;outline:0!important;margin:0!important;padding:0!important;position:relative!important;overflow:hidden visible!important;-webkit-mask-image:none!important;mask-image:none!important}.spin-bottom-sheet .spin-marquee-window:before,.spin-bottom-sheet .spin-marquee-window:after,.spin-bottom-sheet .spin-wheel-stage:before,.spin-bottom-sheet .spin-wheel-stage:after,.spin-bottom-sheet .spin-reel-stage:before,.spin-bottom-sheet .spin-reel-stage:after{content:none!important;display:none!important}.spin-bottom-sheet .spin-marquee-track{transform-origin:0!important;will-change:transform!important;box-sizing:border-box!important;flex:none!important;justify-content:flex-start!important;align-items:center!important;gap:0!important;width:max-content!important;min-width:max-content!important;max-width:none!important;height:122px!important;min-height:122px!important;max-height:122px!important;margin:0!important;padding:0!important;display:flex!important;position:relative!important;top:auto!important;left:auto!important}.spin-bottom-sheet .spin-marquee-group{box-sizing:border-box!important;flex:none!important;justify-content:flex-start!important;align-items:center!important;gap:0!important;width:max-content!important;min-width:max-content!important;max-width:none!important;height:122px!important;min-height:122px!important;max-height:122px!important;margin:0!important;padding:0!important;display:flex!important;position:relative!important}.spin-bottom-sheet .spin-marquee-card,.spin-bottom-sheet .spin-marquee-card-gold{width:var(--spin-card-final-w)!important;min-width:var(--spin-card-final-w)!important;max-width:var(--spin-card-final-w)!important;height:var(--spin-card-final-h)!important;min-height:var(--spin-card-final-h)!important;max-height:var(--spin-card-final-h)!important;flex:0 0 var(--spin-card-final-w)!important;margin-left:0!important;margin-right:var(--spin-card-final-gap)!important;opacity:1!important;visibility:visible!important;box-sizing:border-box!important;flex-direction:column!important;justify-content:center!important;align-items:center!important;gap:8px!important;padding:12px 12px 10px!important;display:flex!important;transform:none!important}.spin-bottom-sheet .spin-marquee-card img,.spin-bottom-sheet .spin-marquee-card-gold img{width:var(--spin-card-img-final)!important;height:var(--spin-card-img-final)!important;min-width:var(--spin-card-img-final)!important;min-height:var(--spin-card-img-final)!important;max-width:var(--spin-card-img-final)!important;max-height:var(--spin-card-img-final)!important;object-fit:contain!important;flex:none!important;display:block!important}.spin-bottom-sheet .spin-marquee-card span,.spin-bottom-sheet .spin-marquee-card-gold span{font-size:var(--spin-card-font-final)!important;white-space:nowrap!important;font-weight:900!important;line-height:1!important}.spin-bottom-sheet>.spin-sheet-actions{width:100%!important;height:auto!important;min-height:0!important;margin:var(--spin-action-final-mt) 0 0!important;box-sizing:border-box!important;flex-direction:column!important;flex:none!important;justify-content:flex-start!important;align-items:center!important;padding:0 0 18px!important;display:flex!important;position:static!important;transform:none!important}.spin-bottom-sheet .spin-reel-action,.spin-bottom-sheet .spin-sheet-actions>button.home-button.spin-reel-action,.spin-bottom-sheet .spin-sheet-actions>button.spin-reel-action{flex:0 0 38px!important;width:260px!important;min-width:260px!important;max-width:260px!important;height:38px!important;min-height:38px!important;max-height:38px!important;margin:0 auto!important;padding:0 18px!important;transform:none!important}@media (width<=380px){:root{--spin-reel-window-final-w:100vw;--spin-card-final-w:156px;--spin-card-final-h:102px;--spin-card-final-gap:10px;--spin-card-img-final:54px;--spin-card-font-final:14px;--spin-reel-zone-final-h:162px;--spin-reel-zone-final-pad-top:10px;--spin-action-final-mt:12px}.spin-bottom-sheet .spin-reel-action,.spin-bottom-sheet .spin-sheet-actions>button.home-button.spin-reel-action,.spin-bottom-sheet .spin-sheet-actions>button.spin-reel-action{width:240px!important;min-width:240px!important;max-width:240px!important;height:36px!important;min-height:36px!important;max-height:36px!important}}@media (pointer:coarse) and (height>=820px){:root{--spin-reel-zone-final-h:176px;--spin-reel-zone-final-pad-top:14px;--spin-action-final-mt:16px}}@media (height<=690px){:root{--spin-card-final-w:156px;--spin-card-final-h:98px;--spin-card-img-final:52px;--spin-card-font-final:14px;--spin-reel-zone-final-h:152px;--spin-reel-zone-final-pad-top:8px;--spin-action-final-mt:10px}.spin-bottom-sheet .spin-reel-action,.spin-bottom-sheet .spin-sheet-actions>button.home-button.spin-reel-action,.spin-bottom-sheet .spin-sheet-actions>button.spin-reel-action{height:36px!important;min-height:36px!important;max-height:36px!important}}@media (hover:hover) and (pointer:fine) and (width>=768px){.spin-sheet-overlay>.spin-bottom-sheet,.spin-bottom-sheet,.spin-bottom-sheet.spin-bottom-sheet-opening{width:var(--spin-sheet-final-w)!important;min-width:var(--spin-sheet-final-w)!important;max-width:var(--spin-sheet-final-w)!important}}.spin-bottom-sheet .spin-marquee-window,.spin-bottom-sheet .spin-wheel-stage,.spin-bottom-sheet .spin-reel-stage,.spin-bottom-sheet .spin-marquee-track,.spin-bottom-sheet .spin-marquee-group{height:132px!important;min-height:132px!important;max-height:132px!important}@media (width<=380px){:root{--spin-card-final-w:168px;--spin-card-final-h:108px;--spin-card-img-final:58px;--spin-card-font-final:15px;--spin-reel-zone-final-h:166px;--spin-reel-zone-final-pad-top:8px;--spin-action-final-mt:14px}.spin-bottom-sheet .spin-marquee-window,.spin-bottom-sheet .spin-wheel-stage,.spin-bottom-sheet .spin-reel-stage,.spin-bottom-sheet .spin-marquee-track,.spin-bottom-sheet .spin-marquee-group{height:124px!important;min-height:124px!important;max-height:124px!important}}@media (height<=690px){:root{--spin-card-final-w:168px;--spin-card-final-h:104px;--spin-card-img-final:56px;--spin-card-font-final:15px;--spin-reel-zone-final-h:158px;--spin-reel-zone-final-pad-top:6px;--spin-action-final-mt:12px}.spin-bottom-sheet .spin-marquee-window,.spin-bottom-sheet .spin-wheel-stage,.spin-bottom-sheet .spin-reel-stage,.spin-bottom-sheet .spin-marquee-track,.spin-bottom-sheet .spin-marquee-group{height:122px!important;min-height:122px!important;max-height:122px!important}}@media (hover:hover) and (pointer:fine) and (width>=768px){:root{--spin-card-final-w:184px;--spin-card-final-h:116px;--spin-card-img-final:64px;--spin-card-font-final:16px;--spin-reel-zone-final-h:176px;--spin-reel-zone-final-pad-top:10px;--spin-action-final-mt:16px}}:root{--spin-card-final-w:184px;--spin-card-final-h:116px;--spin-card-final-gap:10px;--spin-card-img-final:64px;--spin-card-font-final:16px;--spin-reel-zone-final-h:176px;--spin-reel-zone-final-pad-top:10px;--spin-action-final-mt:16px}.spin-bottom-sheet .spin-marquee-window,.spin-bottom-sheet .spin-wheel-stage,.spin-bottom-sheet .spin-reel-stage,.spin-bottom-sheet .spin-marquee-track,.spin-bottom-sheet .spin-marquee-group{height:132px!important;min-height:132px!important;max-height:132px!important}.spin-bottom-sheet .spin-marquee-card,.spin-bottom-sheet .spin-marquee-card-gold{width:var(--spin-card-final-w)!important;min-width:var(--spin-card-final-w)!important;max-width:var(--spin-card-final-w)!important;height:var(--spin-card-final-h)!important;min-height:var(--spin-card-final-h)!important;max-height:var(--spin-card-final-h)!important;flex:0 0 var(--spin-card-final-w)!important;margin-right:var(--spin-card-final-gap)!important;gap:9px!important;padding:13px 12px 11px!important}.spin-bottom-sheet .spin-marquee-card img,.spin-bottom-sheet .spin-marquee-card-gold img{width:var(--spin-card-img-final)!important;height:var(--spin-card-img-final)!important;min-width:var(--spin-card-img-final)!important;min-height:var(--spin-card-img-final)!important;max-width:var(--spin-card-img-final)!important;max-height:var(--spin-card-img-final)!important}.spin-bottom-sheet .spin-marquee-card span,.spin-bottom-sheet .spin-marquee-card-gold span{font-size:var(--spin-card-font-final)!important}.spin-bottom-sheet>.spin-sheet-reel-zone{padding-top:var(--spin-reel-zone-final-pad-top)!important;height:var(--spin-reel-zone-final-h)!important;min-height:var(--spin-reel-zone-final-h)!important;max-height:var(--spin-reel-zone-final-h)!important;flex-basis:var(--spin-reel-zone-final-h)!important}.spin-bottom-sheet>.spin-sheet-actions{margin-top:var(--spin-action-final-mt)!important}@media (width<=380px){:root{--spin-card-final-w:168px;--spin-card-final-h:108px;--spin-card-img-final:58px;--spin-card-font-final:15px;--spin-reel-zone-final-h:166px;--spin-reel-zone-final-pad-top:8px;--spin-action-final-mt:14px}.spin-bottom-sheet .spin-marquee-window,.spin-bottom-sheet .spin-wheel-stage,.spin-bottom-sheet .spin-reel-stage,.spin-bottom-sheet .spin-marquee-track,.spin-bottom-sheet .spin-marquee-group{height:124px!important;min-height:124px!important;max-height:124px!important}}@media (height<=690px){:root{--spin-card-final-w:168px;--spin-card-final-h:104px;--spin-card-img-final:56px;--spin-card-font-final:15px;--spin-reel-zone-final-h:158px;--spin-reel-zone-final-pad-top:6px;--spin-action-final-mt:12px}.spin-bottom-sheet .spin-marquee-window,.spin-bottom-sheet .spin-wheel-stage,.spin-bottom-sheet .spin-reel-stage,.spin-bottom-sheet .spin-marquee-track,.spin-bottom-sheet .spin-marquee-group{height:122px!important;min-height:122px!important;max-height:122px!important}}@media (hover:hover) and (pointer:fine) and (width>=768px){:root{--spin-card-final-w:184px;--spin-card-final-h:116px;--spin-card-img-final:64px;--spin-card-font-final:16px;--spin-reel-zone-final-h:176px;--spin-reel-zone-final-pad-top:10px;--spin-action-final-mt:16px}.app-shell,.app-main,.home-screen,.home-content{box-sizing:border-box!important;width:393px!important;max-width:393px!important;margin-left:auto!important;margin-right:auto!important}}@media (width<=767px){.app-shell,.app-main,.home-screen,.home-content{box-sizing:border-box!important;width:100%!important;max-width:100%!important}}.spin-bottom-sheet>.spin-sheet-reel-zone{box-sizing:border-box!important;flex:0 0 178px!important;width:100%!important;height:178px!important;min-height:178px!important;max-height:178px!important;padding-top:6px!important;padding-left:0!important;padding-right:0!important;overflow:visible!important}.spin-bottom-sheet .spin-wheel-stage,.spin-bottom-sheet .spin-reel-stage,.spin-bottom-sheet .spin-marquee-window{width:100%!important;min-width:100%!important;max-width:100%!important;height:138px!important;min-height:138px!important;max-height:138px!important;box-shadow:none!important;background:0 0!important;border:0!important;outline:0!important;margin-left:0!important;margin-right:0!important;padding-left:0!important;padding-right:0!important;overflow:hidden visible!important;-webkit-mask-image:none!important;mask-image:none!important}.spin-bottom-sheet .spin-marquee-card,.spin-bottom-sheet .spin-marquee-card-gold{box-sizing:border-box!important;flex-direction:column!important;flex:0 0 190px!important;justify-content:center!important;align-items:center!important;gap:9px!important;width:190px!important;min-width:190px!important;max-width:190px!important;height:120px!important;min-height:120px!important;max-height:120px!important;margin-left:0!important;margin-right:10px!important;padding:14px 12px 12px!important;display:flex!important}.spin-bottom-sheet .spin-marquee-card span,.spin-bottom-sheet .spin-marquee-card-gold span{white-space:nowrap!important;font-size:16px!important;font-weight:900!important;line-height:1!important}.spin-bottom-sheet .spin-reel-action{width:260px!important;min-width:260px!important;max-width:260px!important;height:38px!important;min-height:38px!important;max-height:38px!important}@media (width<=430px){.spin-bottom-sheet .spin-marquee-card,.spin-bottom-sheet .spin-marquee-card-gold{flex:0 0 194px!important;width:194px!important;min-width:194px!important;max-width:194px!important;height:122px!important;min-height:122px!important;max-height:122px!important}.spin-bottom-sheet .spin-marquee-card img,.spin-bottom-sheet .spin-marquee-card-gold img{width:70px!important;min-width:70px!important;max-width:70px!important;height:70px!important;min-height:70px!important;max-height:70px!important}.spin-bottom-sheet>.spin-sheet-reel-zone{flex-basis:182px!important;height:182px!important;min-height:182px!important;max-height:182px!important}.spin-bottom-sheet .spin-wheel-stage,.spin-bottom-sheet .spin-reel-stage,.spin-bottom-sheet .spin-marquee-window,.spin-bottom-sheet .spin-marquee-track,.spin-bottom-sheet .spin-marquee-group{height:140px!important;min-height:140px!important;max-height:140px!important}.spin-bottom-sheet>.spin-sheet-actions{margin-top:20px!important}}@media (width<=360px){.spin-bottom-sheet .spin-marquee-card,.spin-bottom-sheet .spin-marquee-card-gold{flex-basis:184px!important;width:184px!important;min-width:184px!important;max-width:184px!important;height:116px!important;min-height:116px!important;max-height:116px!important}.spin-bottom-sheet .spin-marquee-card img,.spin-bottom-sheet .spin-marquee-card-gold img{width:66px!important;min-width:66px!important;max-width:66px!important;height:66px!important;min-height:66px!important;max-height:66px!important}}@media (height<=690px) and (width<=430px){.spin-bottom-sheet>.spin-sheet-reel-zone{flex-basis:172px!important;height:172px!important;min-height:172px!important;max-height:172px!important}.spin-bottom-sheet .spin-wheel-stage,.spin-bottom-sheet .spin-reel-stage,.spin-bottom-sheet .spin-marquee-window,.spin-bottom-sheet .spin-marquee-track,.spin-bottom-sheet .spin-marquee-group{height:132px!important;min-height:132px!important;max-height:132px!important}.spin-bottom-sheet>.spin-sheet-actions{margin-top:16px!important}}.spin-bottom-sheet>.spin-sheet-reel-zone{flex:0 0 190px!important;height:190px!important;min-height:190px!important;max-height:190px!important;padding-top:8px!important;overflow:visible!important}.spin-bottom-sheet .spin-wheel-stage.spin-reel-stage,.spin-bottom-sheet .spin-reel-stage,.spin-bottom-sheet .spin-marquee-window{width:100%!important;min-width:100%!important;max-width:100%!important;height:150px!important;min-height:150px!important;max-height:150px!important;box-shadow:none!important;background:0 0!important;border:0!important;outline:0!important;margin:0!important;padding:0!important;overflow:hidden visible!important;-webkit-mask-image:none!important;mask-image:none!important}.spin-bottom-sheet .spin-marquee-group{transform-origin:0!important}.spin-bottom-sheet .spin-marquee-card,.spin-bottom-sheet .spin-marquee-card-gold{flex:0 0 190px!important;width:190px!important;min-width:190px!important;max-width:190px!important;height:120px!important;min-height:120px!important;max-height:120px!important;margin-right:10px!important}.spin-bottom-sheet .spin-marquee-card img,.spin-bottom-sheet .spin-marquee-card-gold img{width:70px!important;min-width:70px!important;max-width:70px!important;height:70px!important;min-height:70px!important;max-height:70px!important}@media (width<=430px){.spin-bottom-sheet>.spin-sheet-reel-zone{flex-basis:194px!important;height:194px!important;min-height:194px!important;max-height:194px!important;padding-top:8px!important}.spin-bottom-sheet .spin-wheel-stage.spin-reel-stage,.spin-bottom-sheet .spin-reel-stage,.spin-bottom-sheet .spin-marquee-window{height:152px!important;min-height:152px!important;max-height:152px!important}.spin-bottom-sheet .spin-marquee-track{scale:1.12!important}.spin-bottom-sheet>.spin-sheet-actions{margin-top:24px!important}}@media (height<=690px) and (width<=430px){.spin-bottom-sheet>.spin-sheet-reel-zone{flex-basis:184px!important;height:184px!important;min-height:184px!important;max-height:184px!important;padding-top:6px!important}.spin-bottom-sheet .spin-wheel-stage.spin-reel-stage,.spin-bottom-sheet .spin-reel-stage,.spin-bottom-sheet .spin-marquee-window{height:144px!important;min-height:144px!important;max-height:144px!important}.spin-bottom-sheet .spin-marquee-track{scale:1.08!important}.spin-bottom-sheet>.spin-sheet-actions{margin-top:20px!important}}.spin-bottom-sheet .spin-marquee-card span,.spin-bottom-sheet .spin-marquee-card-gold span{font-size:16px!important;line-height:1!important}@media (width<=430px){.spin-bottom-sheet>.spin-sheet-reel-zone{flex-basis:198px!important;height:198px!important;min-height:198px!important;max-height:198px!important;padding-top:10px!important}.spin-bottom-sheet .spin-wheel-stage.spin-reel-stage,.spin-bottom-sheet .spin-reel-stage{width:calc(100% + 116px)!important;min-width:calc(100% + 116px)!important;max-width:calc(100% + 116px)!important;margin-left:-58px!important;margin-right:-58px!important}.spin-bottom-sheet .spin-marquee-track{scale:1.1!important}.spin-bottom-sheet>.spin-sheet-actions{margin-top:28px!important}}@media (height<=690px) and (width<=430px){.spin-bottom-sheet>.spin-sheet-reel-zone{flex-basis:188px!important;height:188px!important;min-height:188px!important;max-height:188px!important;padding-top:8px!important}.spin-bottom-sheet .spin-wheel-stage.spin-reel-stage,.spin-bottom-sheet .spin-reel-stage,.spin-bottom-sheet .spin-marquee-window,.spin-bottom-sheet .spin-marquee-track,.spin-bottom-sheet .spin-marquee-group{height:146px!important;min-height:146px!important;max-height:146px!important}.spin-bottom-sheet .spin-marquee-track{scale:1.06!important}.spin-bottom-sheet>.spin-sheet-actions{margin-top:22px!important}}.spin-bottom-sheet{box-sizing:border-box!important;width:min(100vw,393px)!important;max-width:393px!important;margin-left:auto!important;margin-right:auto!important;overflow:hidden!important}.spin-bottom-sheet>.spin-sheet-reel-zone{box-sizing:border-box!important;flex:0 0 196px!important;width:100%!important;height:196px!important;min-height:196px!important;max-height:196px!important;padding-top:10px!important;padding-left:0!important;padding-right:0!important;position:relative!important;overflow:visible!important}.spin-bottom-sheet .spin-wheel-stage.spin-reel-stage,.spin-bottom-sheet .spin-reel-stage{width:calc(100% + 116px)!important;min-width:calc(100% + 116px)!important;max-width:calc(100% + 116px)!important;height:154px!important;min-height:154px!important;max-height:154px!important;box-shadow:none!important;background:0 0!important;border:0!important;outline:0!important;margin-left:-58px!important;margin-right:-58px!important;padding:0!important;position:relative!important;overflow:visible!important}.spin-bottom-sheet .spin-marquee-window{width:100%!important;min-width:100%!important;max-width:100%!important;height:154px!important;min-height:154px!important;max-height:154px!important;box-shadow:none!important;background:0 0!important;border:0!important;outline:0!important;margin:0!important;padding:0!important;position:relative!important;overflow:hidden visible!important;-webkit-mask-image:none!important;mask-image:none!important}.spin-bottom-sheet .spin-wheel-stage:before,.spin-bottom-sheet .spin-wheel-stage:after,.spin-bottom-sheet .spin-reel-stage:before,.spin-bottom-sheet .spin-reel-stage:after,.spin-bottom-sheet .spin-marquee-window:before,.spin-bottom-sheet .spin-marquee-window:after{content:none!important;display:none!important}.spin-bottom-sheet .spin-marquee-track,.spin-bottom-sheet .spin-marquee-group{justify-content:flex-start!important;align-items:center!important;gap:0!important;width:max-content!important;min-width:max-content!important;max-width:none!important;height:154px!important;min-height:154px!important;max-height:154px!important;margin:0!important;padding:0!important;display:flex!important}.spin-bottom-sheet .spin-marquee-track{transform-origin:0!important;scale:1.08!important}.spin-bottom-sheet .spin-marquee-card,.spin-bottom-sheet .spin-marquee-card-gold{box-sizing:border-box!important;flex:0 0 196px!important;gap:9px!important;width:196px!important;min-width:196px!important;max-width:196px!important;height:124px!important;min-height:124px!important;max-height:124px!important;margin-left:0!important;margin-right:10px!important;padding:14px 12px 12px!important}.spin-bottom-sheet .spin-marquee-card img,.spin-bottom-sheet .spin-marquee-card-gold img{object-fit:contain!important;flex:0 0 72px!important;width:72px!important;min-width:72px!important;max-width:72px!important;height:72px!important;min-height:72px!important;max-height:72px!important}.spin-bottom-sheet .spin-marquee-card span,.spin-bottom-sheet .spin-marquee-card-gold span{font-size:16px!important;font-weight:900!important;line-height:1!important}.spin-bottom-sheet>.spin-sheet-actions{padding-bottom:calc(22px + env(safe-area-inset-bottom))!important;margin-top:26px!important}@media (width>=361px) and (width<=430px){.spin-bottom-sheet>.spin-sheet-reel-zone{flex-basis:202px!important;height:202px!important;min-height:202px!important;max-height:202px!important;padding-top:10px!important}.spin-bottom-sheet .spin-wheel-stage.spin-reel-stage,.spin-bottom-sheet .spin-reel-stage{width:calc(100% + 132px)!important;min-width:calc(100% + 132px)!important;max-width:calc(100% + 132px)!important;height:158px!important;min-height:158px!important;max-height:158px!important;margin-left:-66px!important;margin-right:-66px!important}.spin-bottom-sheet .spin-marquee-window,.spin-bottom-sheet .spin-marquee-track,.spin-bottom-sheet .spin-marquee-group{height:158px!important;min-height:158px!important;max-height:158px!important}.spin-bottom-sheet .spin-marquee-card,.spin-bottom-sheet .spin-marquee-card-gold{flex:0 0 206px!important;width:206px!important;min-width:206px!important;max-width:206px!important;height:130px!important;min-height:130px!important;max-height:130px!important}.spin-bottom-sheet .spin-marquee-card img,.spin-bottom-sheet .spin-marquee-card-gold img{width:76px!important;min-width:76px!important;max-width:76px!important;height:76px!important;min-height:76px!important;max-height:76px!important}.spin-bottom-sheet .spin-marquee-track{scale:1.08!important}.spin-bottom-sheet>.spin-sheet-actions{margin-top:28px!important}}@media (width<=360px){.spin-bottom-sheet>.spin-sheet-reel-zone{flex-basis:190px!important;height:190px!important;min-height:190px!important;max-height:190px!important;padding-top:8px!important}.spin-bottom-sheet .spin-wheel-stage.spin-reel-stage,.spin-bottom-sheet .spin-reel-stage{width:calc(100% + 108px)!important;min-width:calc(100% + 108px)!important;max-width:calc(100% + 108px)!important;height:150px!important;min-height:150px!important;max-height:150px!important;margin-left:-54px!important;margin-right:-54px!important}.spin-bottom-sheet .spin-marquee-window,.spin-bottom-sheet .spin-marquee-track,.spin-bottom-sheet .spin-marquee-group{height:150px!important;min-height:150px!important;max-height:150px!important}.spin-bottom-sheet .spin-marquee-card,.spin-bottom-sheet .spin-marquee-card-gold{flex:0 0 188px!important;width:188px!important;min-width:188px!important;max-width:188px!important;height:120px!important;min-height:120px!important;max-height:120px!important}.spin-bottom-sheet .spin-marquee-card img,.spin-bottom-sheet .spin-marquee-card-gold img{width:68px!important;min-width:68px!important;max-width:68px!important;height:68px!important;min-height:68px!important;max-height:68px!important}.spin-bottom-sheet .spin-marquee-track{scale:1.06!important}.spin-bottom-sheet>.spin-sheet-actions{margin-top:22px!important}}@media (width>=431px) and (width<=767px){.spin-bottom-sheet>.spin-sheet-reel-zone{flex-basis:206px!important;height:206px!important;min-height:206px!important;max-height:206px!important}.spin-bottom-sheet .spin-marquee-card,.spin-bottom-sheet .spin-marquee-card-gold{flex-basis:210px!important;width:210px!important;min-width:210px!important;max-width:210px!important;height:132px!important;min-height:132px!important;max-height:132px!important}.spin-bottom-sheet .spin-marquee-card img,.spin-bottom-sheet .spin-marquee-card-gold img{width:78px!important;min-width:78px!important;max-width:78px!important;height:78px!important;min-height:78px!important;max-height:78px!important}}@media (height<=690px) and (width<=430px){.spin-bottom-sheet>.spin-sheet-reel-zone{flex-basis:188px!important;height:188px!important;min-height:188px!important;max-height:188px!important;padding-top:8px!important}.spin-bottom-sheet .spin-wheel-stage.spin-reel-stage,.spin-bottom-sheet .spin-reel-stage,.spin-bottom-sheet .spin-marquee-window,.spin-bottom-sheet .spin-marquee-track,.spin-bottom-sheet .spin-marquee-group{height:146px!important;min-height:146px!important;max-height:146px!important}.spin-bottom-sheet>.spin-sheet-actions{margin-top:22px!important}}@media (width>=768px){.app-shell,.app-main,.home-screen,.home-content{box-sizing:border-box!important;width:393px!important;max-width:393px!important;margin-left:auto!important;margin-right:auto!important}}.spin-bottom-sheet{overflow:hidden!important}.spin-bottom-sheet .spin-sheet-body,.spin-bottom-sheet .daily-spin-sheet-body,.spin-bottom-sheet .spin-bottom-sheet-body{min-height:0!important;overflow:hidden!important}.spin-bottom-sheet .spin-reel-wrap,.spin-bottom-sheet .spin-reel-stage,.spin-bottom-sheet .spin-reel-viewport{width:calc(100% + 40px)!important;max-width:none!important;margin-left:-20px!important;margin-right:-20px!important;overflow:hidden!important}.spin-bottom-sheet .spin-reel-track,.spin-bottom-sheet .spin-reel-strip{max-width:none!important;overflow:visible!important}.spin-bottom-sheet .spin-reward-card,.spin-bottom-sheet .spin-reel-card,.spin-bottom-sheet .spin-prize-card{flex:0 0 clamp(86px,25vw,112px)!important;width:clamp(86px,25vw,112px)!important;min-width:clamp(86px,25vw,112px)!important;height:clamp(108px,31vw,138px)!important}.spin-bottom-sheet .spin-reel-action,.spin-bottom-sheet .daily-spin-action,.spin-bottom-sheet .spin-claim-button{transform:translateY(6px);margin-top:clamp(18px,3.4vh,30px)!important}@media (height<=700px){.spin-bottom-sheet{max-height:calc(100dvh - 14px)!important}.spin-bottom-sheet .spin-reward-card,.spin-bottom-sheet .spin-reel-card,.spin-bottom-sheet .spin-prize-card{flex-basis:clamp(82px,23vw,102px)!important;width:clamp(82px,23vw,102px)!important;min-width:clamp(82px,23vw,102px)!important;height:clamp(102px,29vw,126px)!important}.spin-bottom-sheet .spin-reel-action,.spin-bottom-sheet .daily-spin-action,.spin-bottom-sheet .spin-claim-button{transform:translateY(4px);margin-top:clamp(14px,2.8vh,22px)!important}}@media (height>=780px){.spin-bottom-sheet .spin-reward-card,.spin-bottom-sheet .spin-reel-card,.spin-bottom-sheet .spin-prize-card{flex-basis:clamp(92px,25vw,116px)!important;width:clamp(92px,25vw,116px)!important;min-width:clamp(92px,25vw,116px)!important;height:clamp(116px,32vw,144px)!important}.spin-bottom-sheet .spin-reel-action,.spin-bottom-sheet .daily-spin-action,.spin-bottom-sheet .spin-claim-button{transform:translateY(8px);margin-top:clamp(22px,3.6vh,34px)!important}}@media (width>=520px){.spin-bottom-sheet .spin-reel-wrap,.spin-bottom-sheet .spin-reel-stage,.spin-bottom-sheet .spin-reel-viewport{width:calc(100% + 56px)!important;margin-left:-28px!important;margin-right:-28px!important}.spin-bottom-sheet .spin-reward-card,.spin-bottom-sheet .spin-reel-card,.spin-bottom-sheet .spin-prize-card{flex-basis:108px!important;width:108px!important;min-width:108px!important;height:134px!important}}.spin-bottom-sheet{backface-visibility:hidden!important;transform-style:preserve-3d!important;will-change:transform, opacity!important;contain:layout paint style!important;isolation:isolate!important;transition-property:transform,opacity!important;transition-duration:.22s,.16s!important;transition-timing-function:cubic-bezier(.22,1,.36,1),ease-out!important}.spin-bottom-sheet *{-webkit-tap-highlight-color:transparent}.spin-bottom-sheet .spin-reel-wrap,.spin-bottom-sheet .spin-reel-stage,.spin-bottom-sheet .spin-reel-viewport,.spin-bottom-sheet .spin-reel-track,.spin-bottom-sheet .spin-reel-strip{backface-visibility:hidden!important;transform-style:preserve-3d!important}.spin-bottom-sheet .spin-reel-wrap,.spin-bottom-sheet .spin-reel-stage,.spin-bottom-sheet .spin-reel-viewport{contain:layout paint!important;will-change:auto!important}.spin-bottom-sheet .spin-reel-track,.spin-bottom-sheet .spin-reel-strip{will-change:transform!important}.spin-bottom-sheet .spin-reward-card,.spin-bottom-sheet .spin-reel-card,.spin-bottom-sheet .spin-prize-card{transform:translateZ(0);backface-visibility:hidden!important}@media (prefers-reduced-motion:no-preference){.spin-bottom-sheet{transition-property:transform,opacity!important}}@supports (-webkit-touch-callout:none){.spin-bottom-sheet{-webkit-backdrop-filter:none!important;backdrop-filter:none!important;will-change:auto!important;transform:translate(0,0)!important}.spin-bottom-sheet,.spin-bottom-sheet *{-webkit-font-smoothing:antialiased}.spin-bottom-sheet .spin-reel-wrap,.spin-bottom-sheet .spin-reel-stage,.spin-bottom-sheet .spin-reel-viewport{transform:translate(0,0);-webkit-backdrop-filter:none!important;backdrop-filter:none!important;will-change:auto!important}.spin-bottom-sheet .spin-reel-track,.spin-bottom-sheet .spin-reel-strip{transform:translate(0,0);will-change:transform!important}.spin-bottom-sheet .spin-reward-card,.spin-bottom-sheet .spin-reel-card,.spin-bottom-sheet .spin-prize-card{transform:translate(0,0);will-change:auto!important}}.spin-sheet-overlay,.spin-sheet-overlay-opening,.spin-sheet-overlay-closing,.spin-sheet-overlay-hidden,.spin-bottom-sheet,.spin-bottom-sheet-opening,.spin-bottom-sheet-closing,.spin-bottom-sheet-hidden{transition:none!important;animation:none!important}.spin-sheet-overlay,.spin-sheet-overlay-opening,.spin-sheet-overlay-closing,.spin-sheet-overlay-hidden{will-change:opacity;transition-property:opacity!important;transition-duration:.16s!important;transition-timing-function:ease-out!important;animation:none!important}.spin-sheet-overlay-opening{opacity:1!important;pointer-events:auto!important}.spin-sheet-overlay-closing,.spin-sheet-overlay-hidden{opacity:0!important;pointer-events:none!important}.spin-bottom-sheet,.spin-bottom-sheet-opening,.spin-bottom-sheet-closing,.spin-bottom-sheet-hidden{will-change:transform, opacity;transform-origin:bottom!important;transition-property:transform,opacity!important;transition-duration:.2s,.14s!important;transition-timing-function:cubic-bezier(.22,1,.36,1),ease-out!important;animation:none!important}.spin-bottom-sheet-opening{opacity:1!important;pointer-events:auto!important;transform:translate(0,0)!important}.spin-bottom-sheet-closing,.spin-bottom-sheet-hidden{opacity:0!important;pointer-events:none!important;transform:translateY(100%)!important}@supports (-webkit-touch-callout:none){.spin-sheet-overlay,.spin-sheet-overlay-opening,.spin-sheet-overlay-closing,.spin-sheet-overlay-hidden{-webkit-backdrop-filter:none!important;backdrop-filter:none!important}.spin-bottom-sheet,.spin-bottom-sheet-opening,.spin-bottom-sheet-closing,.spin-bottom-sheet-hidden{-webkit-backdrop-filter:none!important;backdrop-filter:none!important;transform-style:flat!important;backface-visibility:hidden!important}}.spin-sheet-overlay,.spin-sheet-overlay-opening,.spin-sheet-overlay-closing,.spin-sheet-overlay-hidden{z-index:800!important;position:fixed!important;inset:0!important}.spin-bottom-sheet,.spin-bottom-sheet-opening,.spin-bottom-sheet-closing,.spin-bottom-sheet-hidden{z-index:820!important;overscroll-behavior:contain!important;touch-action:pan-y!important;flex-direction:column!important;width:100%!important;max-width:100%!important;min-height:clamp(500px,70dvh,660px)!important;max-height:calc(100dvh - 10px)!important;display:flex!important;position:fixed!important;bottom:0!important;left:0!important;right:0!important;overflow:hidden!important}.spin-bottom-sheet-opening{transform:translate(0,0)!important}.spin-bottom-sheet-closing,.spin-bottom-sheet-hidden{transform:translateY(100%)!important}.spin-bottom-sheet .spin-sheet-top{flex:none!important}.spin-bottom-sheet .spin-sheet-reel-zone{flex:auto!important;justify-content:center!important;align-items:center!important;min-height:170px!important;display:flex!important}.spin-bottom-sheet .spin-sheet-actions{padding-bottom:max(18px, env(safe-area-inset-bottom))!important;flex:none!important}@media (height<=700px){.spin-bottom-sheet,.spin-bottom-sheet-opening,.spin-bottom-sheet-closing,.spin-bottom-sheet-hidden{min-height:clamp(460px,74dvh,590px)!important;max-height:calc(100dvh - 8px)!important}.spin-bottom-sheet .spin-sheet-reel-zone{min-height:150px!important}.spin-bottom-sheet .spin-sheet-actions{padding-bottom:max(14px, env(safe-area-inset-bottom))!important}}@media (height>=780px){.spin-bottom-sheet,.spin-bottom-sheet-opening,.spin-bottom-sheet-closing,.spin-bottom-sheet-hidden{min-height:clamp(560px,68dvh,720px)!important;max-height:calc(100dvh - 14px)!important}.spin-bottom-sheet .spin-sheet-reel-zone{min-height:200px!important}}@media (width>=520px){.spin-bottom-sheet,.spin-bottom-sheet-opening,.spin-bottom-sheet-closing,.spin-bottom-sheet-hidden{width:min(100%,520px)!important;left:50%!important;right:auto!important;transform:translate(-50%)!important}.spin-bottom-sheet-closing,.spin-bottom-sheet-hidden{transform:translate(-50%,100%)!important}}#root .spin-sheet-overlay>section.spin-bottom-sheet{--spin-card-w:clamp(188px, 56vw, 232px);--spin-card-h:clamp(130px, 34vw, 158px);--spin-card-img:clamp(72px, 18vw, 90px);--spin-card-gap:clamp(14px, 3.6vw, 20px);--spin-reel-top:clamp(20px, 2.8dvh, 32px);--spin-reel-extra-space:clamp(36px, 5dvh, 54px);--spin-reel-h:calc(var(--spin-card-h) + var(--spin-reel-extra-space));--spin-button-gap:clamp(20px, 3dvh, 34px);--spin-button-h:clamp(50px, 6.2dvh, 56px);--spin-button-w:min(286px, calc(100vw - 32px));--spin-button-font:clamp(14px, 3.6vw, 16px);--spin-card-label-font:clamp(18px, 4.8vw, 23px);box-sizing:border-box!important;flex-direction:column!important;align-items:stretch!important;display:flex!important;overflow:hidden!important}#root .spin-sheet-overlay>section.spin-bottom-sheet>.spin-sheet-reel-zone{flex:0 0 var(--spin-reel-h)!important;width:100%!important;height:var(--spin-reel-h)!important;min-height:var(--spin-reel-h)!important;max-height:var(--spin-reel-h)!important;margin:var(--spin-reel-top) 0 0!important;contain:none!important;clip-path:none!important;justify-content:center!important;align-items:flex-start!important;padding:0!important;display:flex!important;position:relative!important;overflow:visible!important;-webkit-mask-image:none!important;mask-image:none!important}#root .spin-sheet-overlay>section.spin-bottom-sheet>.spin-sheet-reel-zone>.spin-wheel-stage.spin-reel-stage{width:100vw!important;min-width:100vw!important;max-width:100vw!important;height:var(--spin-reel-h)!important;min-height:var(--spin-reel-h)!important;max-height:var(--spin-reel-h)!important;contain:none!important;pointer-events:none!important;justify-content:center!important;align-items:flex-start!important;margin-left:calc(-50vw + 50%)!important;margin-right:calc(-50vw + 50%)!important;padding:0!important;display:flex!important;position:relative!important;inset:auto!important;overflow:visible!important;transform:none!important}#root .spin-sheet-overlay>section.spin-bottom-sheet>.spin-sheet-reel-zone>.spin-wheel-stage.spin-reel-stage>.spin-marquee-window{width:100vw!important;min-width:100vw!important;max-width:100vw!important;height:var(--spin-reel-h)!important;min-height:var(--spin-reel-h)!important;max-height:var(--spin-reel-h)!important;contain:none!important;box-shadow:none!important;background:0 0!important;align-items:flex-start!important;margin:0!important;padding:0!important;display:flex!important;position:relative!important;inset:auto!important;overflow:visible!important;transform:none!important;-webkit-mask-image:none!important;mask-image:none!important}#root .spin-sheet-overlay>section.spin-bottom-sheet .spin-marquee-window:before,#root .spin-sheet-overlay>section.spin-bottom-sheet .spin-marquee-window:after,#root .spin-sheet-overlay>section.spin-bottom-sheet .spin-wheel-stage.spin-reel-stage:before,#root .spin-sheet-overlay>section.spin-bottom-sheet .spin-wheel-stage.spin-reel-stage:after{content:none!important;display:none!important}#root .spin-sheet-overlay>section.spin-bottom-sheet .spin-marquee-track{width:max-content!important;height:var(--spin-reel-h)!important;min-height:var(--spin-reel-h)!important;max-height:var(--spin-reel-h)!important;will-change:transform!important;contain:none!important;align-items:flex-start!important;margin:0!important;padding:0!important;animation:none!important;display:flex!important;position:absolute!important;top:0!important;left:50%!important;overflow:visible!important}#root .spin-sheet-overlay>section.spin-bottom-sheet .spin-marquee-group{height:var(--spin-reel-h)!important;min-height:var(--spin-reel-h)!important;max-height:var(--spin-reel-h)!important;align-items:flex-start!important;gap:var(--spin-card-gap)!important;padding:0 var(--spin-card-gap) 0 0!important;contain:none!important;flex:none!important;margin:0!important;display:flex!important;overflow:visible!important}#root .spin-sheet-overlay>section.spin-bottom-sheet .spin-marquee-card,#root .spin-sheet-overlay>section.spin-bottom-sheet .spin-marquee-card.spin-marquee-card-gold{flex:0 0 var(--spin-card-w)!important;width:var(--spin-card-w)!important;min-width:var(--spin-card-w)!important;max-width:var(--spin-card-w)!important;height:var(--spin-card-h)!important;min-height:var(--spin-card-h)!important;max-height:var(--spin-card-h)!important;box-sizing:border-box!important;contain:none!important;border-radius:clamp(22px,5.6vw,28px)!important;flex-direction:column!important;justify-content:center!important;align-items:center!important;gap:clamp(7px,1.5vw,10px)!important;padding:clamp(10px,2.5vw,14px)!important;display:flex!important;overflow:hidden!important;transform:scale(1)!important}#root .spin-sheet-overlay>section.spin-bottom-sheet .spin-marquee-card img{width:var(--spin-card-img)!important;min-width:var(--spin-card-img)!important;max-width:var(--spin-card-img)!important;height:var(--spin-card-img)!important;min-height:var(--spin-card-img)!important;max-height:var(--spin-card-img)!important;object-fit:contain!important;flex:none!important;margin:0!important}#root .spin-sheet-overlay>section.spin-bottom-sheet .spin-marquee-card.spin-marquee-card-gold img{width:calc(var(--spin-card-img) + 6px)!important;min-width:calc(var(--spin-card-img) + 6px)!important;max-width:calc(var(--spin-card-img) + 6px)!important;height:calc(var(--spin-card-img) + 6px)!important;min-height:calc(var(--spin-card-img) + 6px)!important;max-height:calc(var(--spin-card-img) + 6px)!important}#root .spin-sheet-overlay>section.spin-bottom-sheet .spin-marquee-card span{color:#f8f7f5!important;text-align:center!important;white-space:nowrap!important;font-size:var(--spin-card-label-font)!important;letter-spacing:-.15px!important;flex:none!important;margin:0!important;font-weight:900!important;line-height:1!important;display:block!important}#root .spin-sheet-overlay>section.spin-bottom-sheet .spin-sheet-actions{width:100%!important;max-width:100%!important;margin:var(--spin-button-gap) auto 0!important;z-index:80!important;pointer-events:auto!important;flex:none!important;justify-content:center!important;align-items:center!important;padding:0!important;display:flex!important;position:relative!important;inset:auto!important;transform:none!important}#root .spin-sheet-overlay>section.spin-bottom-sheet .spin-sheet-actions>button.home-button.spin-reel-action,#root .spin-sheet-overlay>section.spin-bottom-sheet .spin-sheet-actions>button.home-button.spin-reel-action.spin-reel-action-running,#root .spin-sheet-overlay>section.spin-bottom-sheet .spin-sheet-actions>button.home-button.spin-reel-action.spin-reel-action-claim,#root .spin-sheet-overlay>section.spin-bottom-sheet>button.home-button.spin-reel-action{width:auto!important;min-width:var(--spin-button-w)!important;max-width:calc(100vw - 24px)!important;height:var(--spin-button-h)!important;min-height:var(--spin-button-h)!important;max-height:var(--spin-button-h)!important;white-space:nowrap!important;word-break:keep-all!important;overflow-wrap:normal!important;text-wrap:nowrap!important;color:#f8f7f5!important;font-size:var(--spin-button-font)!important;letter-spacing:-.1px!important;box-shadow:none!important;filter:none!important;text-shadow:none!important;z-index:80!important;pointer-events:auto!important;background:#0d7cff!important;border:0!important;border-radius:999px!important;outline:none!important;justify-content:center!important;align-items:center!important;margin:0 auto!important;padding:0 28px!important;font-weight:880!important;line-height:1!important;display:inline-flex!important;position:relative!important;inset:auto!important;transform:none!important}#root .spin-sheet-overlay>section.spin-bottom-sheet .spin-sheet-actions>button.home-button.spin-reel-action:active,#root .spin-sheet-overlay>section.spin-bottom-sheet>button.home-button.spin-reel-action:active{opacity:.96!important;transform:translateY(2px)scale(.99)!important}@media (width<=380px) and (pointer:coarse){#root .spin-sheet-overlay>section.spin-bottom-sheet{--spin-card-w:clamp(176px, 55vw, 208px);--spin-card-h:clamp(122px, 33vw, 146px);--spin-card-img:clamp(66px, 17vw, 80px);--spin-card-gap:clamp(12px, 3.2vw, 17px);--spin-reel-top:clamp(18px, 2.5dvh, 28px);--spin-reel-extra-space:clamp(30px, 4.4dvh, 44px);--spin-button-gap:clamp(18px, 2.8dvh, 30px);--spin-button-h:clamp(48px, 6dvh, 54px);--spin-button-w:min(270px, calc(100vw - 24px));--spin-button-font:14px;--spin-card-label-font:clamp(17px, 4.6vw, 21px)}#root .spin-sheet-overlay>section.spin-bottom-sheet .spin-sheet-actions>button.home-button.spin-reel-action,#root .spin-sheet-overlay>section.spin-bottom-sheet>button.home-button.spin-reel-action{padding-left:22px!important;padding-right:22px!important}}@media (width>=431px) and (pointer:coarse){#root .spin-sheet-overlay>section.spin-bottom-sheet{--spin-card-w:clamp(210px, 46vw, 250px);--spin-card-h:clamp(146px, 30vw, 170px);--spin-card-img:clamp(82px, 16vw, 96px);--spin-card-gap:clamp(16px, 3vw, 22px);--spin-reel-top:clamp(22px, 2.8dvh, 34px);--spin-reel-extra-space:clamp(40px, 4.8dvh, 58px);--spin-button-gap:clamp(22px, 3dvh, 36px);--spin-button-h:clamp(52px, 5.8dvh, 58px);--spin-button-w:300px;--spin-button-font:16px;--spin-card-label-font:clamp(20px, 4vw, 24px)}}@media (width>=431px) and (pointer:fine){#root .spin-sheet-overlay>section.spin-bottom-sheet{--spin-card-w:176px;--spin-card-h:126px;--spin-card-img:68px;--spin-card-gap:16px;--spin-reel-top:22px;--spin-reel-extra-space:76px;--spin-button-gap:20px;--spin-button-h:48px;--spin-button-w:250px;--spin-button-font:14px;--spin-card-label-font:18px}#root .spin-sheet-overlay>section.spin-bottom-sheet .spin-marquee-card,#root .spin-sheet-overlay>section.spin-bottom-sheet .spin-marquee-card.spin-marquee-card-gold{border-radius:22px!important;gap:8px!important;padding:10px!important}#root .spin-sheet-overlay>section.spin-bottom-sheet .spin-marquee-card.spin-marquee-card-gold span{font-size:17px!important}#root .spin-sheet-overlay>section.spin-bottom-sheet .spin-sheet-actions>button.home-button.spin-reel-action,#root .spin-sheet-overlay>section.spin-bottom-sheet>button.home-button.spin-reel-action{padding-left:26px!important;padding-right:26px!important}}@media (width>=431px) and (pointer:fine) and (height<=720px){#root .spin-sheet-overlay>section.spin-bottom-sheet{--spin-card-w:164px;--spin-card-h:116px;--spin-card-img:60px;--spin-card-gap:14px;--spin-reel-top:18px;--spin-reel-extra-space:68px;--spin-button-gap:16px;--spin-button-h:44px;--spin-button-w:238px;--spin-button-font:13px;--spin-card-label-font:17px}#root .spin-sheet-overlay>section.spin-bottom-sheet .spin-marquee-card,#root .spin-sheet-overlay>section.spin-bottom-sheet .spin-marquee-card.spin-marquee-card-gold{border-radius:20px!important;gap:7px!important;padding:9px!important}#root .spin-sheet-overlay>section.spin-bottom-sheet .spin-marquee-card.spin-marquee-card-gold span{font-size:16px!important}}@media (width>=431px) and (hover:hover){#root .spin-sheet-overlay>section.spin-bottom-sheet{--spin-card-w:176px;--spin-card-h:126px;--spin-card-img:68px;--spin-card-gap:16px;--spin-reel-top:22px;--spin-reel-extra-space:76px;--spin-button-gap:20px;--spin-button-h:48px;--spin-button-w:250px;--spin-button-font:14px;--spin-card-label-font:18px}}@media (width>=431px) and (hover:hover) and (height<=720px){#root .spin-sheet-overlay>section.spin-bottom-sheet{--spin-card-w:164px;--spin-card-h:116px;--spin-card-img:60px;--spin-card-gap:14px;--spin-reel-top:18px;--spin-reel-extra-space:68px;--spin-button-gap:16px;--spin-button-h:44px;--spin-button-w:238px;--spin-button-font:13px;--spin-card-label-font:17px}}#root .spin-sheet-overlay>section.spin-bottom-sheet{justify-content:flex-start!important;gap:0!important}@media (pointer:fine),(hover:hover){#root .spin-sheet-overlay>section.spin-bottom-sheet{--spin-card-w:176px;--spin-card-h:126px;--spin-card-img:68px;--spin-card-gap:16px;--spin-reel-top:22px;--spin-reel-extra-space:76px;--spin-button-gap:20px;--spin-button-h:48px;--spin-button-w:250px;--spin-button-font:14px;--spin-card-label-font:18px;justify-content:flex-start!important;gap:0!important}#root .spin-sheet-overlay>section.spin-bottom-sheet .spin-sheet-actions{margin-top:var(--spin-button-gap)!important;align-self:stretch!important;margin-bottom:0!important}#root .spin-sheet-overlay>section.spin-bottom-sheet .spin-sheet-actions>button.home-button.spin-reel-action,#root .spin-sheet-overlay>section.spin-bottom-sheet>button.home-button.spin-reel-action{min-width:var(--spin-button-w)!important;height:var(--spin-button-h)!important;min-height:var(--spin-button-h)!important;max-height:var(--spin-button-h)!important;font-size:var(--spin-button-font)!important}}@media ((pointer:fine) or (hover:hover)) and (width<=430px){#root .spin-sheet-overlay>section.spin-bottom-sheet{--spin-card-w:164px;--spin-card-h:116px;--spin-card-img:60px;--spin-card-gap:14px;--spin-reel-top:18px;--spin-reel-extra-space:58px;--spin-button-gap:16px;--spin-button-h:44px;--spin-button-w:238px;--spin-button-font:13px;--spin-card-label-font:17px}}@media ((pointer:fine) or (hover:hover)) and (height<=720px){#root .spin-sheet-overlay>section.spin-bottom-sheet{--spin-card-w:164px;--spin-card-h:116px;--spin-card-img:60px;--spin-card-gap:14px;--spin-reel-top:18px;--spin-reel-extra-space:58px;--spin-button-gap:16px;--spin-button-h:44px;--spin-button-w:238px;--spin-button-font:13px;--spin-card-label-font:17px}}#root .spin-sheet-overlay>section.spin-bottom-sheet{--spin-reel-top:clamp(23px, 3.1dvh, 36px)}@media (width<=380px) and (pointer:coarse){#root .spin-sheet-overlay>section.spin-bottom-sheet{--spin-reel-top:clamp(20px, 2.8dvh, 31px)}}@media (width>=431px) and (pointer:coarse){#root .spin-sheet-overlay>section.spin-bottom-sheet{--spin-reel-top:clamp(25px, 3.1dvh, 38px)}}@media (pointer:fine),(hover:hover){#root .spin-sheet-overlay>section.spin-bottom-sheet{--spin-reel-top:25px}}@media ((pointer:fine) or (hover:hover)) and (width<=430px),((pointer:fine) or (hover:hover)) and (height<=720px){#root .spin-sheet-overlay>section.spin-bottom-sheet{--spin-reel-top:21px}}#root .spin-sheet-overlay>section.spin-bottom-sheet{--spin-card-w:clamp(200px, 60vw, 248px);--spin-card-h:clamp(140px, 36vw, 168px);--spin-card-img:clamp(78px, 19vw, 96px);--spin-card-label-font:clamp(19px, 5vw, 24px);--spin-reel-top:clamp(30px, 3.8dvh, 44px);--spin-reel-extra-space:clamp(40px, 5.2dvh, 58px)}@media (width<=380px) and (pointer:coarse){#root .spin-sheet-overlay>section.spin-bottom-sheet{--spin-card-w:clamp(186px, 58vw, 220px);--spin-card-h:clamp(130px, 34vw, 154px);--spin-card-img:clamp(70px, 18vw, 84px);--spin-card-label-font:clamp(18px, 4.8vw, 22px);--spin-reel-top:clamp(25px, 3.2dvh, 36px);--spin-reel-extra-space:clamp(34px, 4.6dvh, 50px)}}@media (width>=431px) and (pointer:coarse){#root .spin-sheet-overlay>section.spin-bottom-sheet{--spin-card-w:clamp(222px, 48vw, 264px);--spin-card-h:clamp(154px, 31vw, 180px);--spin-card-img:clamp(88px, 17vw, 104px);--spin-card-label-font:clamp(21px, 4vw, 25px);--spin-reel-top:clamp(32px, 3.8dvh, 48px);--spin-reel-extra-space:clamp(42px, 5dvh, 62px)}}@media (pointer:fine),(hover:hover){#root .spin-sheet-overlay>section.spin-bottom-sheet{--spin-card-w:188px;--spin-card-h:136px;--spin-card-img:74px;--spin-card-label-font:19px;--spin-reel-top:30px;--spin-reel-extra-space:82px}}@media ((pointer:fine) or (hover:hover)) and (width<=430px),((pointer:fine) or (hover:hover)) and (height<=720px){#root .spin-sheet-overlay>section.spin-bottom-sheet{--spin-card-w:174px;--spin-card-h:124px;--spin-card-img:66px;--spin-card-label-font:18px;--spin-reel-top:24px;--spin-reel-extra-space:70px}}#root .spin-sheet-overlay>section.spin-bottom-sheet{--spin-card-w:clamp(214px, 64vw, 266px);--spin-card-h:clamp(150px, 39vw, 182px);--spin-card-img:clamp(84px, 21vw, 104px);--spin-card-label-font:clamp(20px, 5.2vw, 26px);--spin-reel-extra-space:clamp(42px, 5.4dvh, 62px)}@media (width<=380px) and (pointer:coarse){#root .spin-sheet-overlay>section.spin-bottom-sheet{--spin-card-w:clamp(196px, 61vw, 232px);--spin-card-h:clamp(138px, 36vw, 162px);--spin-card-img:clamp(74px, 19vw, 90px);--spin-card-label-font:clamp(19px, 5vw, 23px);--spin-reel-extra-space:clamp(36px, 4.8dvh, 54px)}}@media (width>=431px) and (pointer:coarse){#root .spin-sheet-overlay>section.spin-bottom-sheet{--spin-card-w:clamp(236px, 50vw, 282px);--spin-card-h:clamp(164px, 33vw, 194px);--spin-card-img:clamp(94px, 18vw, 112px);--spin-card-label-font:clamp(22px, 4.2vw, 27px);--spin-reel-extra-space:clamp(44px, 5.2dvh, 66px)}}@media (pointer:fine),(hover:hover){#root .spin-sheet-overlay>section.spin-bottom-sheet{--spin-card-w:202px;--spin-card-h:146px;--spin-card-img:82px;--spin-card-label-font:20px;--spin-reel-extra-space:86px}}@media ((pointer:fine) or (hover:hover)) and (width<=430px),((pointer:fine) or (hover:hover)) and (height<=720px){#root .spin-sheet-overlay>section.spin-bottom-sheet{--spin-card-w:186px;--spin-card-h:134px;--spin-card-img:72px;--spin-card-label-font:19px;--spin-reel-extra-space:74px}}@media (pointer:fine),(hover:hover){#root .spin-sheet-overlay>section.spin-bottom-sheet{--spin-reel-extra-space:54px;--spin-button-gap:10px}#root .spin-sheet-overlay>section.spin-bottom-sheet .spin-sheet-actions{margin-top:var(--spin-button-gap)!important}}@media ((pointer:fine) or (hover:hover)) and (width<=430px),((pointer:fine) or (hover:hover)) and (height<=720px){#root .spin-sheet-overlay>section.spin-bottom-sheet{--spin-reel-extra-space:46px;--spin-button-gap:8px}#root .spin-sheet-overlay>section.spin-bottom-sheet .spin-sheet-actions{margin-top:var(--spin-button-gap)!important}}@media (pointer:fine),(hover:hover){#root .spin-sheet-overlay>section.spin-bottom-sheet{--spin-reel-extra-space:42px;--spin-button-gap:4px}#root .spin-sheet-overlay>section.spin-bottom-sheet .spin-sheet-actions{margin-top:var(--spin-button-gap)!important}}@media ((pointer:fine) or (hover:hover)) and (width<=430px),((pointer:fine) or (hover:hover)) and (height<=720px){#root .spin-sheet-overlay>section.spin-bottom-sheet{--spin-reel-extra-space:38px;--spin-button-gap:4px}#root .spin-sheet-overlay>section.spin-bottom-sheet .spin-sheet-actions{margin-top:var(--spin-button-gap)!important}}#root .spin-sheet-overlay>section.spin-bottom-sheet .spin-marquee-track.spin-marquee-track-idle{will-change:transform!important;animation:none!important}#root .spin-sheet-overlay>section.spin-bottom-sheet{--spin-loop-gap:var(--spin-card-gap)}#root .spin-sheet-overlay>section.spin-bottom-sheet .spin-marquee-track{gap:0!important}#root .spin-sheet-overlay>section.spin-bottom-sheet .spin-marquee-group,#root .spin-sheet-overlay>section.spin-bottom-sheet .spin-infinite-set{gap:var(--spin-loop-gap)!important;column-gap:var(--spin-loop-gap)!important;padding-top:0!important;padding-bottom:0!important;padding-left:0!important;padding-right:var(--spin-loop-gap)!important;row-gap:0!important;margin:0!important}#root .spin-sheet-overlay>section.spin-bottom-sheet .spin-marquee-card,#root .spin-sheet-overlay>section.spin-bottom-sheet .spin-marquee-card.spin-marquee-card-gold{margin:0!important}@media (pointer:fine),(hover:hover){#root .spin-sheet-overlay>section.spin-bottom-sheet{--spin-loop-gap:var(--spin-card-gap)}}#root .spin-sheet-overlay>section.spin-bottom-sheet .spin-marquee-card.spin-marquee-card-picked,#root .spin-sheet-overlay>section.spin-bottom-sheet .spin-marquee-card .spin-card-pick-border{box-shadow:none!important;outline:none!important}#root .spin-sheet-overlay>section.spin-bottom-sheet .spin-sheet-actions>button.home-button.spin-reel-action{color:#f8f7f5!important;opacity:1!important;background:#0d7cff!important}#root .spin-sheet-overlay>section.spin-bottom-sheet .spin-sheet-actions>button.home-button.spin-reel-action.spin-reel-action-running,#root .spin-sheet-overlay>section.spin-bottom-sheet .spin-sheet-actions>button.home-button.spin-reel-action.spin-reel-action-claim,#root .spin-sheet-overlay>section.spin-bottom-sheet .spin-sheet-actions>button.home-button.spin-reel-action.spin-reel-action-running:disabled,#root .spin-sheet-overlay>section.spin-bottom-sheet .spin-sheet-actions>button.home-button.spin-reel-action.spin-reel-action-claim:disabled,#root .spin-sheet-overlay>section.spin-bottom-sheet button.home-button.spin-reel-action.spin-reel-action-running,#root .spin-sheet-overlay>section.spin-bottom-sheet button.home-button.spin-reel-action.spin-reel-action-claim{color:#f8f7f5!important;opacity:1!important;cursor:default!important;background:#14b866!important}#root .spin-sheet-overlay>section.spin-bottom-sheet .spin-sheet-actions>button.home-button.spin-reel-action:disabled:not(.spin-reel-action-running):not(.spin-reel-action-claim){color:#f8f7f5!important;opacity:.72!important;cursor:default!important;background:#0d7cff!important}#root .spin-sheet-overlay>section.spin-bottom-sheet .spin-marquee-card.spin-marquee-card-selected,#root .spin-sheet-overlay>section.spin-bottom-sheet .spin-marquee-card.spin-marquee-card-selected.spin-marquee-card-gold{border-color:#14b866f2!important;box-shadow:0 0 0 1.5px #14b866eb,0 0 18px #14b8663d!important}#root .spin-sheet-overlay>section.spin-bottom-sheet .daily-spin-reel-window{isolation:isolate!important;width:100%!important;position:relative!important;overflow:hidden!important;-webkit-mask-image:linear-gradient(90deg,#0000 0%,#000 13% 87%,#0000 100%)!important;mask-image:linear-gradient(90deg,#0000 0%,#000 13% 87%,#0000 100%)!important}#root .spin-sheet-overlay>section.spin-bottom-sheet .daily-spin-reel-track{transform:translate(0,0);align-items:stretch!important;gap:var(--spin-card-gap,10px)!important;will-change:transform!important;width:max-content!important;min-width:max-content!important;display:flex!important}#root .spin-sheet-overlay>section.spin-bottom-sheet .daily-spin-reel-track-idle{animation:34s linear infinite daily-spin-reel-safe-idle!important}#root .spin-sheet-overlay>section.spin-bottom-sheet .daily-spin-reel-card{flex:0 0 var(--spin-card-width,76px)!important;width:var(--spin-card-width,76px)!important;min-width:var(--spin-card-width,76px)!important;height:var(--spin-card-height,92px)!important;color:#f8f7f5!important;background:linear-gradient(#24364afa,#1f1f20fa)!important;border:1px solid #f8f7f52e!important;border-radius:18px!important;flex-direction:column!important;justify-content:center!important;align-items:center!important;gap:7px!important;display:flex!important;position:relative!important;overflow:hidden!important;box-shadow:inset 0 1px #f8f7f514,0 10px 24px #0000003d!important}#root .spin-sheet-overlay>section.spin-bottom-sheet .daily-spin-reel-card img{width:min(46px, calc(var(--spin-card-width,76px) * .62))!important;height:min(46px, calc(var(--spin-card-width,76px) * .62))!important;object-fit:contain!important;pointer-events:none!important;-webkit-user-select:none!important;user-select:none!important;display:block!important}#root .spin-sheet-overlay>section.spin-bottom-sheet .daily-spin-reel-card span{letter-spacing:-.02em!important;white-space:nowrap!important;font-size:11px!important;font-weight:900!important;line-height:1!important}#root .spin-sheet-overlay>section.spin-bottom-sheet .daily-spin-reel-card-gold{background:linear-gradient(#c8953dfa,#784e1afa)!important;border-color:#c8953da8!important}#root .spin-sheet-overlay>section.spin-bottom-sheet .daily-spin-reel-card-selected{border-color:#14b866f2!important;box-shadow:0 0 0 2px #14b8666b,0 0 22px #14b86657,inset 0 1px #f8f7f51f!important}@keyframes daily-spin-reel-safe-idle{0%{transform:translate(0,0)}to{transform:translate(-50%)}}#root .spin-sheet-overlay>section.spin-bottom-sheet .daily-spin-reel-card{flex-basis:88px!important;width:88px!important;min-width:88px!important;height:106px!important}#root .spin-sheet-overlay>section.spin-bottom-sheet .daily-spin-reel-window{box-shadow:none!important;padding-bottom:0!important}#root .spin-sheet-overlay>section.spin-bottom-sheet .daily-spin-reel-track{filter:none!important;box-shadow:none!important;padding-bottom:0!important}#root .spin-sheet-overlay>section.spin-bottom-sheet .daily-spin-reel-card{flex-basis:102px!important;width:102px!important;min-width:102px!important;height:122px!important;box-shadow:inset 0 1px #f8f7f514!important}#root .spin-sheet-overlay>section.spin-bottom-sheet .daily-spin-reel-card:before,#root .spin-sheet-overlay>section.spin-bottom-sheet .daily-spin-reel-card:after,#root .spin-sheet-overlay>section.spin-bottom-sheet .daily-spin-reel-window:before,#root .spin-sheet-overlay>section.spin-bottom-sheet .daily-spin-reel-window:after,#root .spin-sheet-overlay>section.spin-bottom-sheet .daily-spin-reel-track:before,#root .spin-sheet-overlay>section.spin-bottom-sheet .daily-spin-reel-track:after{box-shadow:none!important}#root .spin-sheet-overlay>section.spin-bottom-sheet .daily-spin-reel-card-selected{box-shadow:0 0 0 2px #14b8666b,0 0 18px #14b86647,inset 0 1px #f8f7f51f!important}#root .spin-sheet-overlay>section.spin-bottom-sheet .daily-spin-reel-window{width:min(100%,330px)!important;margin-left:auto!important;margin-right:auto!important;padding-bottom:0!important;overflow:hidden!important}#root .spin-sheet-overlay>section.spin-bottom-sheet .daily-spin-reel-track{gap:12px!important;padding-bottom:0!important}.mytasked-desktop #root .spin-sheet-overlay>section.spin-bottom-sheet .daily-spin-reel-card{border-radius:20px!important;flex-basis:172px!important;width:172px!important;min-width:172px!important;height:148px!important}.mytasked-desktop #root .spin-sheet-overlay>section.spin-bottom-sheet .daily-spin-reel-card img{width:78px!important;height:78px!important}.mytasked-desktop #root .spin-sheet-overlay>section.spin-bottom-sheet .daily-spin-reel-card span{font-size:15px!important}#root .spin-sheet-overlay>section.spin-bottom-sheet .spin-sheet-reel-zone{transform:translateY(-8px)!important}#root .spin-sheet-overlay>section.spin-bottom-sheet .daily-spin-reel-window{width:min(100%,clamp(304px,90vw,342px))!important;margin-left:auto!important;margin-right:auto!important}#root .spin-sheet-overlay>section.spin-bottom-sheet .daily-spin-reel-track{gap:clamp(10px,3vw,12px)!important}#root .spin-sheet-overlay>section.spin-bottom-sheet .daily-spin-reel-card{border-radius:clamp(18px,5vw,20px)!important;flex-basis:clamp(142px,46vw,164px)!important;width:clamp(142px,46vw,164px)!important;min-width:clamp(142px,46vw,164px)!important;height:clamp(130px,39vw,144px)!important}.mytasked-desktop #root .spin-sheet-overlay>section.spin-bottom-sheet .spin-sheet-reel-zone{transform:translateY(-10px)!important}.mytasked-desktop #root .spin-sheet-overlay>section.spin-bottom-sheet .daily-spin-reel-window{width:min(100%,360px)!important}@media (width<=767px){#root .spin-sheet-overlay>section.spin-bottom-sheet .daily-spin-reel-window{width:calc(100vw + 44px)!important;max-width:none!important;box-shadow:none!important;margin-left:50%!important;margin-right:0!important;overflow:hidden!important;transform:translate(-50%)!important;-webkit-mask-image:none!important;mask-image:none!important}#root .spin-sheet-overlay>section.spin-bottom-sheet .daily-spin-reel-window:before,#root .spin-sheet-overlay>section.spin-bottom-sheet .daily-spin-reel-window:after,#root .spin-sheet-overlay>section.spin-bottom-sheet .daily-spin-reel-track:before,#root .spin-sheet-overlay>section.spin-bottom-sheet .daily-spin-reel-track:after{content:none!important;opacity:0!important;box-shadow:none!important;background:0 0!important;display:none!important}#root .spin-sheet-overlay>section.spin-bottom-sheet .daily-spin-reel-track{box-shadow:none!important;filter:none!important;gap:clamp(10px,3.2vw,13px)!important}#root .spin-sheet-overlay>section.spin-bottom-sheet .daily-spin-reel-card{border-radius:clamp(19px,5vw,22px)!important;flex-basis:clamp(154px,48vw,176px)!important;width:clamp(154px,48vw,176px)!important;min-width:clamp(154px,48vw,176px)!important;height:clamp(136px,41vw,152px)!important}#root .spin-sheet-overlay>section.spin-bottom-sheet .daily-spin-reel-card img{width:clamp(72px,21vw,82px)!important;height:clamp(72px,21vw,82px)!important}#root .spin-sheet-overlay>section.spin-bottom-sheet .daily-spin-reel-card span{font-size:clamp(13px,3.9vw,15px)!important}}.mytasked-desktop #root .spin-sheet-overlay>section.spin-bottom-sheet .daily-spin-reel-window{width:min(100%,360px)!important;margin-left:auto!important;margin-right:auto!important;transform:none!important;-webkit-mask-image:linear-gradient(90deg,#0000 0%,#000 13% 87%,#0000 100%)!important;mask-image:linear-gradient(90deg,#0000 0%,#000 13% 87%,#0000 100%)!important}#root .spin-sheet-overlay>section.spin-bottom-sheet .daily-spin-reel-window{width:calc(100vw + 56px)!important;max-width:none!important;box-shadow:none!important;background:0 0!important;margin-left:50%!important;margin-right:0!important;overflow:hidden!important;transform:translate(-50%)!important;-webkit-mask-image:none!important;mask-image:none!important}.mytasked-desktop #root .spin-sheet-overlay>section.spin-bottom-sheet .daily-spin-reel-window{width:calc(min(100vw,520px) + 96px)!important;max-width:none!important;margin-left:50%!important;margin-right:0!important;transform:translate(-50%)!important;-webkit-mask-image:none!important;mask-image:none!important}.mytasked-desktop #root .spin-sheet-overlay>section.spin-bottom-sheet .daily-spin-reel-track{box-shadow:none!important;filter:none!important}#root .spin-sheet-overlay>section.spin-bottom-sheet .daily-spin-reel-window{width:calc(100% + 96px)!important;max-width:none!important;box-shadow:none!important;background:0 0!important;margin-left:0!important;margin-right:0!important;position:relative!important;left:50%!important;overflow:hidden!important;transform:translate(-50%)!important;-webkit-mask-image:none!important;mask-image:none!important}#root .spin-sheet-overlay>section.spin-bottom-sheet .daily-spin-reel-track{box-shadow:none!important;filter:none!important;padding-left:0!important;padding-right:0!important}@media (width<=767px){#root .spin-sheet-overlay>section.spin-bottom-sheet .daily-spin-reel-window{width:calc(100% + 72px)!important}#root .spin-sheet-overlay>section.spin-bottom-sheet .daily-spin-reel-card{flex-basis:clamp(164px,49vw,182px)!important;width:clamp(164px,49vw,182px)!important;min-width:clamp(164px,49vw,182px)!important;height:clamp(142px,42vw,156px)!important}#root .spin-sheet-overlay>section.spin-bottom-sheet .daily-spin-reel-card img{width:clamp(76px,22vw,86px)!important;height:clamp(76px,22vw,86px)!important}#root .spin-sheet-overlay>section.spin-bottom-sheet .daily-spin-reel-card span{font-size:clamp(13px,4vw,15px)!important}}.mytasked-desktop #root .spin-sheet-overlay>section.spin-bottom-sheet .daily-spin-reel-window{width:calc(100% + 110px)!important;left:50%!important;transform:translate(-50%)!important}#root .spin-sheet-overlay>section.spin-bottom-sheet .spin-sheet-reel-zone,#root .spin-sheet-overlay>section.spin-bottom-sheet .spin-wheel-stage.spin-reel-stage{overflow:visible!important}#root .spin-sheet-overlay>section.spin-bottom-sheet .daily-spin-reel-window{width:auto!important;max-width:none!important;box-shadow:none!important;background:0 0!important;margin-left:-48px!important;margin-right:-48px!important;left:auto!important;right:auto!important;overflow:hidden!important;transform:none!important;-webkit-mask-image:none!important;mask-image:none!important}#root .spin-sheet-overlay>section.spin-bottom-sheet .daily-spin-reel-track{box-shadow:none!important;filter:none!important}@media (width<=767px){#root .spin-sheet-overlay>section.spin-bottom-sheet .daily-spin-reel-window{margin-left:-36px!important;margin-right:-36px!important}#root .spin-sheet-overlay>section.spin-bottom-sheet .daily-spin-reel-card{flex-basis:clamp(166px,50vw,184px)!important;width:clamp(166px,50vw,184px)!important;min-width:clamp(166px,50vw,184px)!important;height:clamp(144px,43vw,158px)!important}#root .spin-sheet-overlay>section.spin-bottom-sheet .daily-spin-reel-card img{width:clamp(78px,22vw,88px)!important;height:clamp(78px,22vw,88px)!important}}.mytasked-desktop #root .spin-sheet-overlay>section.spin-bottom-sheet .daily-spin-reel-window{margin-left:-56px!important;margin-right:-56px!important;transform:none!important}@keyframes daily-spin-reel-desktop-balanced-idle{0%{transform:translate(-92px)}to{transform:translate(calc(-50% - 92px))}}.mytasked-desktop #root .spin-sheet-overlay>section.spin-bottom-sheet .daily-spin-reel-window{margin-left:-56px!important;margin-right:-56px!important;left:auto!important;right:auto!important;overflow:hidden!important;transform:none!important}.mytasked-desktop #root .spin-sheet-overlay>section.spin-bottom-sheet .daily-spin-reel-track{gap:12px!important}.mytasked-desktop #root .spin-sheet-overlay>section.spin-bottom-sheet .daily-spin-reel-track.daily-spin-reel-track-idle{animation:34s linear infinite daily-spin-reel-desktop-balanced-idle!important}.mytasked-desktop #root .spin-sheet-overlay>section.spin-bottom-sheet .daily-spin-reel-card{flex-basis:172px!important;width:172px!important;min-width:172px!important;height:148px!important}#root .spin-sheet-overlay>section.spin-bottom-sheet{--daily-spin-reel-card-w:clamp(150px, 46vw, 184px);--daily-spin-reel-card-h:clamp(136px, 40vw, 158px);--daily-spin-reel-img:clamp(72px, 21vw, 88px);--daily-spin-reel-text:clamp(13px, 3.8vw, 15px);--daily-spin-reel-gap:clamp(10px, 3vw, 14px);--daily-spin-reel-bleed:clamp(36px, 10vw, 64px);--daily-spin-reel-idle-shift:calc((var(--daily-spin-reel-card-w) + var(--daily-spin-reel-gap)) * -.52)}#root .spin-sheet-overlay>section.spin-bottom-sheet .spin-sheet-reel-zone,#root .spin-sheet-overlay>section.spin-bottom-sheet .spin-wheel-stage.spin-reel-stage{overflow:visible!important}#root .spin-sheet-overlay>section.spin-bottom-sheet .daily-spin-reel-window{width:auto!important;max-width:none!important;margin-left:calc(var(--daily-spin-reel-bleed) * -1)!important;margin-right:calc(var(--daily-spin-reel-bleed) * -1)!important;box-shadow:none!important;background:0 0!important;left:auto!important;right:auto!important;overflow:hidden!important;transform:none!important;-webkit-mask-image:none!important;mask-image:none!important}#root .spin-sheet-overlay>section.spin-bottom-sheet .daily-spin-reel-window:before,#root .spin-sheet-overlay>section.spin-bottom-sheet .daily-spin-reel-window:after,#root .spin-sheet-overlay>section.spin-bottom-sheet .daily-spin-reel-track:before,#root .spin-sheet-overlay>section.spin-bottom-sheet .daily-spin-reel-track:after{content:none!important;opacity:0!important;box-shadow:none!important;filter:none!important;background:0 0!important;display:none!important}#root .spin-sheet-overlay>section.spin-bottom-sheet .daily-spin-reel-track{gap:var(--daily-spin-reel-gap)!important;box-shadow:none!important;filter:none!important}#root .spin-sheet-overlay>section.spin-bottom-sheet .daily-spin-reel-card{flex-basis:var(--daily-spin-reel-card-w)!important;width:var(--daily-spin-reel-card-w)!important;min-width:var(--daily-spin-reel-card-w)!important;height:var(--daily-spin-reel-card-h)!important;border-radius:clamp(18px,5vw,22px)!important}#root .spin-sheet-overlay>section.spin-bottom-sheet .daily-spin-reel-card img{width:var(--daily-spin-reel-img)!important;height:var(--daily-spin-reel-img)!important}#root .spin-sheet-overlay>section.spin-bottom-sheet .daily-spin-reel-card span{font-size:var(--daily-spin-reel-text)!important}@keyframes daily-spin-reel-final-adaptive-idle{0%{transform:translateX(var(--daily-spin-reel-idle-shift))}to{transform:translateX(calc(-50% + var(--daily-spin-reel-idle-shift)))}}#root .spin-sheet-overlay>section.spin-bottom-sheet .daily-spin-reel-track.daily-spin-reel-track-idle{animation:34s linear infinite daily-spin-reel-final-adaptive-idle!important}.mytasked-desktop #root .spin-sheet-overlay>section.spin-bottom-sheet{--daily-spin-reel-card-w:172px;--daily-spin-reel-card-h:148px;--daily-spin-reel-img:78px;--daily-spin-reel-text:15px;--daily-spin-reel-gap:12px;--daily-spin-reel-bleed:56px;--daily-spin-reel-idle-shift:-92px}@media (width<=360px){#root .spin-sheet-overlay>section.spin-bottom-sheet{--daily-spin-reel-card-w:clamp(142px, 45vw, 160px);--daily-spin-reel-card-h:clamp(128px, 39vw, 144px);--daily-spin-reel-img:clamp(66px, 20vw, 78px);--daily-spin-reel-text:clamp(12px, 3.6vw, 14px);--daily-spin-reel-bleed:34px}}@media (width>=430px) and (width<=767px){#root .spin-sheet-overlay>section.spin-bottom-sheet{--daily-spin-reel-card-w:clamp(174px, 45vw, 190px);--daily-spin-reel-card-h:clamp(150px, 39vw, 162px);--daily-spin-reel-img:clamp(82px, 20vw, 92px);--daily-spin-reel-text:15px;--daily-spin-reel-bleed:64px}}#root .spin-sheet-overlay>section.spin-bottom-sheet .daily-spin-reel-track.daily-spin-reel-track-idle,.mytasked-desktop #root .spin-sheet-overlay>section.spin-bottom-sheet .daily-spin-reel-track.daily-spin-reel-track-idle{animation-duration:64s!important}.mytasked-desktop #root .spin-sheet-overlay>section.spin-bottom-sheet .daily-spin-reel-track.daily-spin-reel-track-idle{animation-duration:80s!important}#root .spin-sheet-overlay>section.spin-bottom-sheet .daily-spin-reel-card,#root .spin-sheet-overlay>section.spin-bottom-sheet .daily-spin-reel-card-gold{box-shadow:none!important}#root .spin-sheet-overlay>section.spin-bottom-sheet .daily-spin-reel-card-selected{box-shadow:none!important;border-color:#14b866!important}#root .spin-sheet-overlay>section.spin-bottom-sheet .daily-spin-reel-card-selected:before,#root .spin-sheet-overlay>section.spin-bottom-sheet .daily-spin-reel-card-selected:after{content:none!important;opacity:0!important;box-shadow:none!important;filter:none!important;background:0 0!important;display:none!important}.mytasked-desktop #root .spin-sheet-overlay>section.spin-bottom-sheet .daily-spin-reel-card,.mytasked-desktop #root .spin-sheet-overlay>section.spin-bottom-sheet .daily-spin-reel-card-gold,.mytasked-desktop #root .spin-sheet-overlay>section.spin-bottom-sheet .daily-spin-reel-card-selected{box-shadow:none!important}@keyframes daily-spin-reel-reopen-idle{0%{transform:translateX(var(--daily-spin-reel-idle-shift))}to{transform:translateX(calc(-50% + var(--daily-spin-reel-idle-shift)))}}#root .spin-sheet-overlay.spin-sheet-overlay-hidden>section.spin-bottom-sheet .daily-spin-reel-track.daily-spin-reel-track-idle,#root .spin-sheet-overlay.spin-sheet-overlay-closing>section.spin-bottom-sheet .daily-spin-reel-track.daily-spin-reel-track-idle,#root .spin-sheet-overlay-hidden .daily-spin-reel-track.daily-spin-reel-track-idle,#root .spin-sheet-overlay-closing .daily-spin-reel-track.daily-spin-reel-track-idle{transform:translateX(var(--daily-spin-reel-idle-shift))!important;animation:none!important}#root .spin-sheet-overlay.spin-sheet-overlay-opening>section.spin-bottom-sheet .daily-spin-reel-track.daily-spin-reel-track-idle,#root .spin-sheet-overlay-opening .daily-spin-reel-track.daily-spin-reel-track-idle{animation-name:daily-spin-reel-reopen-idle!important;animation-duration:80s!important;animation-timing-function:linear!important;animation-iteration-count:infinite!important;animation-play-state:running!important;animation-fill-mode:none!important}
