*{box-sizing:border-box;margin:0;padding:0}:root{--radius:16px;--primary:#f97316;--primary-dark:#ea580c;--primary-amber:#f59e0b;--primary-subtle:#f973161f;--primary-border:#f9731640;--amber-subtle:#f59e0b1f;--amber-border:#f59e0b40;--deep-subtle:#ea580c1f;--deep-border:#ea580c40;--gold:#f59e0b;--red:#ef4444;--red-subtle:#ef44441f;--bg:#0f1117;--dark:#0f1117;--dark-card:#1a1d27;--dark-border:#ffffff14;--text:#e8e8e8;--text-muted:#9ca3af;--shadow:0 2px 12px #0000004d;--hero-bg:linear-gradient(135deg,#f973162e,#f59e0b14);--hero-border:#f9731638;--bonus-bg:linear-gradient(135deg,#f973161f,#ea580c0f);--bonus-border:#f9731633;--guide-bg:linear-gradient(135deg,#f59e0b1f,#f973160f);--guide-border:#f59e0b33;--nudge-bg:linear-gradient(135deg,#ea580c1a,#f973160d);--nudge-border:#ea580c26;--chart-grid:#ffffff14;--chart-label:#9ca3af;--chart-fill:#f9731626;--chart-stroke:#f97316;--chart-dot:#f97316;--green:var(--primary-amber);--green-subtle:var(--amber-subtle);--blue:var(--primary);--blue-subtle:var(--primary-subtle);--purple:var(--primary-dark);--purple-subtle:var(--deep-subtle)}[data-theme=light]{--bg:#fdf6f0;--dark:#fdf6f0;--dark-card:#fff;--dark-border:#f0d9c8;--text:#1a0f00;--text-muted:#7c5c42;--shadow:0 2px 12px #ea580c1a;--primary:#ea580c;--primary-dark:#c2410c;--primary-amber:#d97706;--primary-subtle:#ea580c1a;--primary-border:#ea580c4d;--amber-subtle:#d977061a;--amber-border:#d977064d;--deep-subtle:#c2410c1a;--deep-border:#c2410c4d;--gold:#d97706;--red:#dc2626;--red-subtle:#dc26261a;--hero-bg:linear-gradient(135deg,#fff3e0,#ffe0b2);--hero-border:#ea580c40;--bonus-bg:linear-gradient(135deg,#fff3e0,#fde8cc);--bonus-border:#ea580c40;--guide-bg:linear-gradient(135deg,#fef9ec,#fde8b0);--guide-border:#d9770640;--nudge-bg:linear-gradient(135deg,#fff3e0,#ffe0b2);--nudge-border:#ea580c33;--chart-grid:#ea580c1a;--chart-label:#7c5c42;--chart-fill:#ea580c1a;--chart-stroke:#ea580c;--chart-dot:#ea580c;--green:var(--primary-amber);--green-subtle:var(--amber-subtle);--blue:var(--primary);--blue-subtle:var(--primary-subtle);--purple:var(--primary-dark);--purple-subtle:var(--deep-subtle)}body{background-color:#0f1117;background-color:var(--bg);color:#e8e8e8;color:var(--text);font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;line-height:1.6}a{color:#f97316;color:var(--primary);text-decoration:none}button{border:none;border-radius:16px;border-radius:var(--radius);cursor:pointer;font-size:.95rem;font-weight:600;padding:.65rem 1.4rem;transition:opacity .2s,transform .1s}button:hover{opacity:.9}button:active{transform:scale(.97)}.btn-primary{background:#f97316;background:var(--primary);color:#fff}.btn-outline{background:#0000;border:1.5px solid #f97316;border:1.5px solid var(--primary);color:#f97316;color:var(--primary)}.card{background:#1a1d27;background:var(--dark-card);border:1px solid #ffffff14;border:1px solid var(--dark-border);border-radius:16px;border-radius:var(--radius);box-shadow:0 2px 12px #0000004d;box-shadow:var(--shadow);padding:1.25rem}.badge{border-radius:999px;display:inline-block;font-size:.75rem;font-weight:600;padding:.2rem .6rem}.badge-green{background:#f59e0b1f;background:var(--amber-subtle);color:#f59e0b;color:var(--primary-amber)}.badge-gold{background:#f973161f;background:var(--primary-subtle);color:#f97316;color:var(--primary)}.badge-red{background:#ef44441f;background:var(--red-subtle);color:#ef4444;color:var(--red)}input,select,textarea{background:#0f1117;background:var(--bg);border:1.5px solid #ffffff14;border:1.5px solid var(--dark-border);border-radius:10px;color:#e8e8e8;color:var(--text);font-size:.95rem;outline:none;padding:.65rem .9rem;transition:border-color .2s;width:100%}input:focus,select:focus,textarea:focus{border-color:#f97316;border-color:var(--primary)}input.field-valid{border-color:#22c55e!important}input.field-invalid{border-color:#ef4444!important;border-color:var(--red)!important}.field-hint{font-size:.78rem;margin-top:3px}.field-hint.hint-valid{color:#22c55e}.field-hint.hint-invalid{color:#ef4444;color:var(--red)}@keyframes auth-spin{to{transform:rotate(1turn)}}@keyframes auth-slide-up{0%{opacity:0;transform:translateY(16px) scale(.97)}to{opacity:1;transform:translateY(0) scale(1)}}label{color:#9ca3af;color:var(--text-muted);display:block;font-size:.85rem;margin-bottom:.4rem}.form-group{margin-bottom:1rem}.error-msg{color:#ef4444;color:var(--red);font-size:.85rem;margin-top:.5rem}.page-container{margin:0 auto;max-width:1200px;padding:1.25rem 1rem 6rem}@media (min-width:769px){.page-container{padding:2rem 1.5rem}}@media (max-width:400px){.page-container{padding:1rem .75rem 6rem}}.grid-2,.grid-3,.grid-4{grid-gap:.75rem;display:grid;gap:.75rem;grid-template-columns:repeat(2,1fr)}@media (min-width:769px){.grid-2,.grid-3{gap:1rem}.grid-3{grid-template-columns:repeat(3,1fr)}.grid-4{gap:1rem;grid-template-columns:repeat(4,1fr)}}@media (max-width:380px){.grid-2,.grid-4{gap:.5rem}.card{padding:.9rem}}.Navbar_topHeader__o18Iw{align-items:center;background:var(--dark-card);border-bottom:1px solid var(--dark-border);box-shadow:0 1px 8px #0000000f;display:flex;gap:1rem;height:56px;justify-content:space-between;padding:0 1.25rem;position:sticky;top:0;z-index:200}.Navbar_brand__GD8Mc{color:var(--gold);flex-shrink:0;font-size:1.25rem;font-weight:800;letter-spacing:-.5px;text-decoration:none}.Navbar_desktopLinks__m7EKP{align-items:center;display:none;flex:1 1;gap:.25rem;padding-left:1.5rem}.Navbar_desktopLinks__m7EKP a{border-radius:8px;color:var(--text-muted);font-size:.88rem;font-weight:500;padding:.4rem .75rem;text-decoration:none;transition:color .15s,background .15s}.Navbar_desktopLinks__m7EKP a:hover{background:#ffffff0d;color:var(--text)}.Navbar_activeLink__BmgLX{background:var(--primary-subtle)!important;color:var(--primary)!important}.Navbar_controls__-iSdN{align-items:center;display:flex;flex-shrink:0;gap:4px}.Navbar_balanceChip__\+rYuK{align-items:center;background:var(--primary-subtle);border:1px solid var(--primary-border);border-radius:20px;color:var(--primary);display:flex;font-size:clamp(.75rem,3vw,.85rem);font-weight:700;gap:2px;max-width:120px;overflow:hidden;padding:.3rem .65rem;text-overflow:ellipsis;white-space:nowrap}.Navbar_balanceCurrency__GUqfk{font-size:.78rem;opacity:.8}.Navbar_iconBtn__EJm3C{align-items:center;background:#0000;border:none;border-radius:8px;color:var(--text-muted);cursor:pointer;display:flex;height:36px;justify-content:center;padding:0;position:relative;transition:color .15s,background .15s;width:36px}.Navbar_iconBtn__EJm3C:hover{background:#ffffff0f;color:var(--text);opacity:1}.Navbar_iconBtn__EJm3C:active{transform:scale(.93)}.Navbar_badge__QLysq{align-items:center;background:#dc2626;border-radius:50%;color:#fff;display:flex;font-size:9px;font-weight:700;height:16px;justify-content:center;position:absolute;right:2px;top:2px;width:16px}.Navbar_desktopActions__bHAMU{align-items:center;display:none;gap:6px}.Navbar_bellWrap__eofYn{position:relative}.Navbar_notifDropdown__WsifI{background:var(--dark-card);border:1px solid var(--dark-border);border-radius:12px;box-shadow:0 8px 32px #00000059;overflow:hidden;position:absolute;right:0;top:calc(100% + 8px);width:300px;z-index:300}.Navbar_notifHeader__t67Ht{border-bottom:1px solid var(--dark-border);font-size:13px;font-weight:700;padding:10px 14px}.Navbar_notifEmpty__X1EfS{color:var(--text-muted);font-size:13px;padding:14px}.Navbar_notifItem__Vy8P6{border-bottom:1px solid var(--dark-border);font-size:13px;padding:10px 14px}.Navbar_notifStatus__s-\+LL{font-weight:600}.Navbar_status_completed__o4Ur6{color:#16a34a}.Navbar_status_failed__zqyJJ{color:#dc2626}.Navbar_status_processing__7Qsl5{color:#2563eb}.Navbar_notifDate__YwqY9{color:var(--text-muted);font-size:11px;margin-top:2px}.Navbar_notifOverlay__3Uhs\+{inset:0;position:fixed;z-index:299}.Navbar_bottomNav__DSjKH{background:var(--dark-card);border-top:1px solid var(--dark-border);bottom:0;display:flex;height:64px;left:0;padding-bottom:env(safe-area-inset-bottom);position:fixed;right:0;z-index:200}.Navbar_navTab__heccs{align-items:center;color:var(--text-muted);display:flex;flex:1 1;flex-direction:column;font-size:clamp(9px,2.5vw,10px);font-weight:500;gap:3px;justify-content:center;min-width:0;padding:6px 1px;position:relative;text-decoration:none;transition:color .15s}.Navbar_navTab__heccs:hover{color:var(--text)}.Navbar_navTabActive__n7NiX{color:var(--primary)}.Navbar_navTabIcon__LhQYt{position:relative}.Navbar_navTabBadge__-DU33,.Navbar_navTabIcon__LhQYt{align-items:center;display:flex;justify-content:center}.Navbar_navTabBadge__-DU33{background:#f59e0b;border-radius:50%;color:#000;font-size:9px;font-weight:700;height:14px;position:absolute;right:-6px;top:-4px;width:14px}.Navbar_navTabLabel__aI7vB{letter-spacing:.2px}@media (min-width:769px){.Navbar_topHeader__o18Iw{height:60px;padding:0 2rem}.Navbar_desktopActions__bHAMU,.Navbar_desktopLinks__m7EKP{display:flex}.Navbar_bottomNav__DSjKH{display:none}.Navbar_notifDropdown__WsifI{top:calc(100% + 8px)}}.Footer_footer__AcWGP{border-top:1px solid var(--dark-border);color:var(--text-muted);display:none;font-size:.85rem;margin-top:4rem;padding:2.5rem 1rem;text-align:center}@media (min-width:769px){.Footer_footer__AcWGP{display:block}}.Footer_footer__AcWGP strong{color:var(--gold)}.Footer_sub__jQ\+KB{margin-top:.25rem}.Footer_links__nI2fs{display:flex;gap:.5rem;justify-content:center;margin-top:.75rem}.PayoutFeed_feed__7ABrJ{display:flex;flex-direction:column;gap:.6rem}.PayoutFeed_empty__QIlma,.PayoutFeed_loading__CuWuJ{color:var(--text-muted);padding:2rem;text-align:center}.PayoutFeed_row__I4O7R{align-items:center;display:flex;gap:.75rem;padding:.85rem 1rem}.PayoutFeed_info__cbph5{flex:1 1}.PayoutFeed_name__DZQvC{font-size:.9rem;font-weight:600}.PayoutFeed_time__4f0Ia{color:var(--text-muted);font-size:.75rem}.PayoutFeed_amount__y1\+Q5{color:var(--gold);font-size:1rem;font-weight:800}.PayoutFeed_channelIcon__lPxsX{align-items:center;color:var(--text-muted);display:flex}.Home_hero__GIFrW{background:radial-gradient(ellipse at top,#f59e0b14 0,#0000 70%);padding:clamp(2.5rem,8vw,5rem) 1rem clamp(1.5rem,5vw,3rem);text-align:center}.Home_hero__GIFrW h1{font-size:clamp(2rem,5vw,3.5rem);font-weight:900;line-height:1.1;margin-bottom:1rem}.Home_tagline__yvjC0{color:var(--text-muted);font-size:clamp(1rem,2.5vw,1.25rem);margin:0 auto 1.5rem;max-width:560px}.Home_heroBadges__S8Hir{display:flex;flex-wrap:wrap;gap:.5rem;justify-content:center;margin-bottom:2rem}.Home_heroGoogle__c64\+h{align-items:center;display:flex;flex-direction:column;gap:.5rem;margin-bottom:1rem}.Home_heroGoogleBtn__khdUz{align-items:center;background:#fff;border:1px solid #dadce0;border-radius:24px;color:#3c4043;display:flex;font-size:.9rem;font-weight:500;gap:.6rem;justify-content:center;padding:.65rem 1rem;text-decoration:none;transition:background .15s,box-shadow .15s;width:280px}.Home_heroGoogleBtn__khdUz:hover{background:#f8f9fa;box-shadow:0 1px 3px #0003;color:#3c4043;text-decoration:none}.Home_orDivider__n02av{color:var(--text-muted);font-size:.8rem;margin:.25rem 0}.Home_heroCta__7h7jJ{align-items:center;display:flex;flex-wrap:wrap;gap:1rem;justify-content:center}.Home_proofLink__rQIwb{color:var(--text-muted);font-size:.9rem}.Home_proofLink__rQIwb:hover{color:var(--gold)}.Home_sectionTitle__vBqIx{font-size:clamp(1.2rem,4vw,1.6rem);font-weight:800;margin-bottom:1.25rem;text-align:center}.Home_catCard__eqFLg{text-align:center}.Home_catIcon__eEhO8{color:var(--primary-amber);display:flex;justify-content:center;margin-bottom:.75rem}.Home_catCard__eqFLg h3{font-size:clamp(.95rem,3vw,1.1rem);margin-bottom:.25rem}.Home_range__tBLz7{color:var(--primary-amber);font-size:.9rem;font-weight:700;margin-bottom:.4rem}.Home_catDesc__cLjMD{color:var(--text-muted);font-size:.83rem}.Home_whySection__ocWRG{background:var(--dark-card);margin:clamp(1.5rem,5vw,3rem) 0;padding:clamp(1.5rem,5vw,3rem) 0}.Home_whyCard__n7ZPR{align-items:center;display:flex;flex-direction:column;gap:.4rem;text-align:center}.Home_whyIcon__jFM1y{color:var(--primary-amber);margin-bottom:.25rem}.Home_whyCard__n7ZPR p{color:var(--text-muted);font-size:.83rem}.Auth_page__9B7N3{align-items:center;display:flex;justify-content:center;min-height:calc(100vh - 140px);padding:1.5rem 1rem}.Auth_card__sDlkZ{background:var(--dark-card);border:1px solid var(--dark-border);border-radius:var(--radius);max-width:400px;padding:1.75rem;width:100%}.Auth_card__sDlkZ h2{font-size:clamp(1.2rem,5vw,1.5rem);margin-bottom:.25rem}.Auth_sub__fIZk\+{margin-bottom:1.25rem}.Auth_sub__fIZk\+,.Auth_switch__vLsMb{color:var(--text-muted);font-size:.88rem}.Auth_switch__vLsMb{margin-top:1.25rem;text-align:center}.Auth_googleWrap__auyye{display:flex;justify-content:center;margin-bottom:.75rem}.Auth_googleBtn__dxgMX{align-items:center;background:#fff;border:1px solid #dadce0;border-radius:4px;color:#3c4043;display:flex;font-size:.9rem;font-weight:500;gap:.6rem;justify-content:center;padding:.6rem 1rem;text-decoration:none;transition:background .15s,box-shadow .15s;width:300px}.Auth_googleBtn__dxgMX:hover{background:#f8f9fa;box-shadow:0 1px 3px #0003;color:#3c4043;text-decoration:none}.Auth_divider__f17J\+{align-items:center;color:var(--text-muted);display:flex;font-size:.8rem;gap:.75rem;margin-bottom:1rem}.Auth_divider__f17J\+:after,.Auth_divider__f17J\+:before{background:var(--dark-border);content:"";flex:1 1;height:1px}@media (max-width:380px){.Auth_page__9B7N3{align-items:flex-start;padding:2rem .75rem 1rem}.Auth_card__sDlkZ{padding:1.25rem}}.EarningsCard_card__tSADM{align-items:center;display:flex;flex-direction:column;gap:.4rem;padding:1.1rem;text-align:center}.EarningsCard_iconWrap__QdyyQ{align-items:center;border-radius:12px;display:flex;font-size:18px;height:clamp(36px,10vw,44px);justify-content:center;margin-bottom:.2rem;width:clamp(36px,10vw,44px)}.EarningsCard_label__4IKq9{color:var(--text-muted);font-size:.78rem;font-weight:500}.EarningsCard_amount__ipYAQ{font-size:clamp(1.1rem,4vw,1.5rem);font-weight:800;line-height:1.1}.EarningsCard_sub__qTb42{color:var(--text-muted);font-size:.78rem}.SpinWheel_wrap__wLQ\+Z{text-align:center}.SpinWheel_wrap__wLQ\+Z h3{font-size:clamp(1rem,3vw,1.15rem);margin-bottom:.25rem}.SpinWheel_sub__cc25U{color:var(--text-muted);font-size:clamp(.78rem,2.5vw,.85rem);margin-bottom:1rem}.SpinWheel_wheel__Ew1B7{align-items:center;background:var(--dark);border:3px solid var(--primary);border-radius:50%;color:var(--primary);display:flex;height:clamp(80px,20vw,100px);justify-content:center;margin:.75rem auto;transition:transform .3s;width:clamp(80px,20vw,100px)}.SpinWheel_spinning__8suKZ{animation:SpinWheel_spin__RoSWD .4s linear infinite}@keyframes SpinWheel_spin__RoSWD{to{transform:rotate(1turn)}}.SpinWheel_win__D8loC{color:var(--primary-amber);font-size:clamp(.95rem,3vw,1.1rem);font-weight:700;margin-bottom:.75rem}.Skeleton_skeleton__2IC2s{animation:Skeleton_shimmer__1CS1I 1.4s infinite;background:linear-gradient(90deg,#2a2a2a 25%,#3a3a3a 50%,#2a2a2a 75%);background-size:200% 100%;display:block}@keyframes Skeleton_shimmer__1CS1I{0%{background-position:200% 0}to{background-position:-200% 0}}.Dashboard_hero__4k0Pa{align-items:center;background:var(--hero-bg);border:1px solid var(--hero-border);border-radius:20px;display:flex;justify-content:space-between;margin-bottom:1.25rem;overflow:hidden;padding:1.5rem 1.75rem}.Dashboard_heroLeft__ZgUXX{flex:1 1;min-width:0}.Dashboard_heroTitle__Wv0Wh{color:var(--text);font-size:clamp(1.2rem,5vw,1.6rem);font-weight:800;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.Dashboard_heroSub__X-w0Y{color:var(--text-muted);font-size:clamp(.8rem,3vw,.9rem);margin-top:2px}.Dashboard_heroIcon__d972J{color:var(--primary);flex-shrink:0;margin-left:1rem;opacity:.6}.Dashboard_promoIcon__3xfPt{align-items:center;border-radius:10px;display:flex;flex-shrink:0;height:38px;justify-content:center;width:38px}.Dashboard_promoCard__9arRz{align-items:center;border-radius:16px;cursor:pointer;display:flex;gap:10px;min-width:0;padding:.9rem 1rem;transition:transform .15s,box-shadow .15s}.Dashboard_promoCard__9arRz:hover{box-shadow:0 6px 20px #00000014;transform:translateY(-2px)}.Dashboard_promoText__RKZa\+{flex:1 1;min-width:0;overflow:hidden}.Dashboard_promoTitle__-p6PZ{font-size:clamp(.82rem,3vw,.95rem);font-weight:700}.Dashboard_promoSub__PyIZy,.Dashboard_promoTitle__-p6PZ{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.Dashboard_promoSub__PyIZy{color:var(--text-muted);font-size:clamp(.72rem,2.5vw,.82rem)}.Dashboard_mainGrid__UJZa6{grid-gap:1.5rem;display:grid;gap:1.5rem;grid-template-columns:1fr 320px}.Dashboard_sectionHeader__6PK2s{align-items:center;display:flex;justify-content:space-between;margin-bottom:.75rem}.Dashboard_earningRow__CAnK1{align-items:center;display:flex;gap:10px;margin-bottom:.5rem}.Dashboard_earningIcon__H9YpQ{align-items:center;background:var(--primary-subtle);border-radius:12px;display:flex;flex-shrink:0;height:38px;justify-content:center;width:38px}.Dashboard_earningTitle__7tVB7{font-size:clamp(.82rem,3vw,.9rem);font-weight:600}.Dashboard_earningTime__80H1P{color:var(--text-muted);font-size:.72rem}@media (max-width:768px){.Dashboard_hero__4k0Pa{border-radius:16px;padding:1rem 1.1rem}.Dashboard_heroIcon__d972J{opacity:.4}.Dashboard_mainGrid__UJZa6{gap:1rem;grid-template-columns:1fr}.Dashboard_promoCard__9arRz{gap:8px;padding:.8rem}}@media (max-width:380px){.Dashboard_hero__4k0Pa{padding:.9rem}.Dashboard_heroIcon__d972J{display:none}.Dashboard_promoCard__9arRz{padding:.75rem .8rem}}.TaskRow_row__228WT{align-items:stretch;background:var(--dark-card);border:1px solid var(--dark-border);border-radius:18px;cursor:pointer;display:flex;margin-bottom:.75rem;min-height:80px;overflow:hidden;transition:transform .12s,box-shadow .12s}.TaskRow_row__228WT:hover{box-shadow:0 4px 16px #0000001f;transform:translateY(-1px)}.TaskRow_rowCompleted__y2KTJ{opacity:.72}.TaskRow_flag__h8V6F{align-items:center;clip-path:polygon(0 0,100% 0,100% 82%,50% 100%,0 82%);display:flex;flex-direction:column;flex-shrink:0;gap:2px;justify-content:center;padding:.5rem .25rem 1.25rem;position:relative;width:64px}.TaskRow_flagPoints__ZgGYn{color:#fff;font-size:1.4rem;font-weight:900;line-height:1}.TaskRow_flagLabel__BK2Ue{color:#ffffffd9;font-size:.6rem;font-weight:700;letter-spacing:.5px;text-transform:uppercase}.TaskRow_flagIcon__nacZw{color:#fffc;margin-bottom:2px}.TaskRow_cat-survey__V3Gh0{background:linear-gradient(160deg,#f97316,#ea580c)}.TaskRow_cat-app_install__Ftufn{background:linear-gradient(160deg,#3b82f6,#2563eb)}.TaskRow_cat-video__3dTve{background:linear-gradient(160deg,#8b5cf6,#7c3aed)}.TaskRow_cat-microjob__nrWTu{background:linear-gradient(160deg,#22c55e,#16a34a)}.TaskRow_cat-game__jCPt4{background:linear-gradient(160deg,#1e1e2e,#111)}.TaskRow_content__Ok9ci{display:flex;flex:1 1;flex-direction:column;gap:3px;justify-content:center;min-width:0;padding:.75rem .9rem .75rem .8rem}.TaskRow_title__COWKu{-webkit-line-clamp:2;-webkit-box-orient:vertical;display:-webkit-box;font-size:clamp(.85rem,3vw,.95rem);font-weight:700;line-height:1.3;overflow:hidden}.TaskRow_meta__8sd9X{align-items:center;display:flex;gap:.5rem;justify-content:space-between;margin-top:2px}.TaskRow_category__UA3Lx{color:var(--text-muted);font-size:.72rem;text-transform:capitalize}.TaskRow_statusCompleted__qZgm2{color:#22c55e;font-size:.75rem;font-weight:700}.TaskRow_statusPending__mzJco{color:var(--primary-amber);font-size:.75rem;font-weight:600}.TaskRow_statusDot__BCDha{border-radius:50%;display:inline-block;height:7px;margin-left:3px;vertical-align:middle;width:7px}.TaskRow_dotGreen__WL-3t{background:#22c55e}.TaskRow_dotAmber__1TAN0{background:var(--primary-amber)}.TaskRow_detail__laTWF{display:flex;flex-direction:column;gap:.6rem;padding:0 .9rem .85rem .8rem}.TaskRow_desc__vGFP1{color:var(--text-muted);font-size:.82rem;line-height:1.5}.TaskRow_payout__5A22O{color:var(--primary);font-size:.85rem;font-weight:700}.TaskRow_completeBtn__mDh-w{align-self:flex-start;background:var(--primary);border:none;border-radius:12px;color:#fff;cursor:pointer;font-size:.88rem;font-weight:700;padding:.55rem 1.2rem;transition:opacity .15s}.TaskRow_completeBtn__mDh-w:disabled{background:var(--dark-border);color:var(--text-muted);cursor:default}.TaskRow_doneChip__8bvIV{align-self:flex-start;color:#22c55e;font-size:.82rem;font-weight:700;padding:.45rem 0}@media (max-width:380px){.TaskRow_flag__h8V6F{width:56px}.TaskRow_flagPoints__ZgGYn{font-size:1.2rem}.TaskRow_content__Ok9ci{padding:.65rem .75rem .65rem .65rem}}.Tasks_pageHeader__GayKh{align-items:center;display:flex;justify-content:space-between;margin-bottom:1.25rem}.Tasks_bellBtn__TuWo7,.Tasks_menuBtn__P8TBG{align-items:center;background:#0000;border:none;border-radius:50%;color:var(--text-muted);cursor:pointer;display:flex;flex-shrink:0;height:38px;justify-content:center;padding:0;width:38px}.Tasks_bellBtn__TuWo7:hover,.Tasks_menuBtn__P8TBG:hover{color:var(--text);opacity:1}.Tasks_pageTitle__Larxx{flex:1 1;font-size:1.1rem;font-weight:800;text-align:center}.Tasks_summary__Wph80{display:flex;gap:.75rem;margin-bottom:1.1rem}.Tasks_summaryChip__K1BSS{background:var(--dark-card);border:1px solid var(--dark-border);border-radius:14px;flex:1 1;padding:.65rem .85rem;text-align:center}.Tasks_chipVal__jzrV8{color:var(--primary);font-size:1rem;font-weight:800}.Tasks_chipLabel__YB1cK{color:var(--text-muted);font-size:.72rem;margin-top:1px}.Tasks_tabBar__z382f{background:var(--dark-card);border:1px solid var(--dark-border);border-radius:16px;display:flex;gap:4px;margin-bottom:1.1rem;padding:4px}.Tasks_tab__5aBNE{background:#0000;border:none;border-radius:12px;color:var(--text-muted);cursor:pointer;flex:1 1;font-size:clamp(.75rem,2.5vw,.85rem);font-weight:600;padding:.55rem .5rem;transition:background .15s,color .15s}.Tasks_tab__5aBNE:hover{color:var(--text);opacity:1}.Tasks_activeTab__qe6Uu{background:var(--dark);border:1px solid var(--dark-border);border-radius:12px;color:var(--text);cursor:pointer;flex:1 1;font-size:clamp(.75rem,2.5vw,.85rem);font-weight:700;padding:.55rem .5rem}.Tasks_catBar__PCGzG{display:flex;flex-wrap:nowrap;gap:.4rem;margin-bottom:1rem;overflow-x:auto;padding-bottom:2px;scrollbar-width:none}.Tasks_catBar__PCGzG::-webkit-scrollbar{display:none}.Tasks_catChip__Riiu5{background:var(--dark-card);border:1px solid var(--dark-border);border-radius:999px;color:var(--text-muted);cursor:pointer;flex-shrink:0;font-size:.78rem;font-weight:500;padding:.3rem .8rem;white-space:nowrap}.Tasks_catChip__Riiu5:hover{color:var(--text);opacity:1}.Tasks_activeCatChip__F8JLn{background:var(--primary-subtle);border:1px solid var(--primary-border);border-radius:999px;color:var(--primary);cursor:pointer;flex-shrink:0;font-size:.78rem;font-weight:700;padding:.3rem .8rem;white-space:nowrap}.Tasks_loading__UmyA5{color:var(--text-muted);font-size:.9rem}.Tasks_empty__KYfVj,.Tasks_loading__UmyA5{padding:3rem 1rem;text-align:center}.Tasks_emptyIcon__06ceu{color:var(--text-muted);font-size:2rem;margin-bottom:.75rem}.Tasks_emptyText__RrDX6{color:var(--text-muted);font-size:.88rem}@media (max-width:380px){.Tasks_tabBar__z382f{border-radius:12px}.Tasks_activeTab__qe6Uu,.Tasks_tab__5aBNE{padding:.45rem .4rem}}.Withdraw_page__OwISr{margin:0 auto;max-width:480px}.Withdraw_pageHeader__QlPgy{align-items:center;display:flex;justify-content:space-between;margin-bottom:1.5rem}.Withdraw_pageTitle__7N33I{flex:1 1;font-size:1.05rem;font-weight:800;text-align:center}.Withdraw_iconBtn__1XleL{align-items:center;background:#0000;border:none;border-radius:50%;color:var(--text-muted);cursor:pointer;display:flex;flex-shrink:0;height:38px;justify-content:center;padding:0;width:38px}.Withdraw_iconBtn__1XleL:hover{color:var(--text);opacity:1}.Withdraw_heroCard__AGg1m{background:var(--hero-bg);border:1px solid var(--hero-border);border-radius:24px;margin-bottom:1rem;overflow:hidden;padding:1.75rem 1.5rem 1.5rem;position:relative;text-align:center}.Withdraw_heroLabel__KvOXt{color:var(--text-muted);font-size:.78rem;letter-spacing:.5px;margin-bottom:.25rem;text-transform:uppercase}.Withdraw_heroBalance__6HHCS{color:var(--text);font-size:clamp(2.2rem,10vw,3rem);font-weight:900;line-height:1}.Withdraw_heroDelta__C-Zu2{align-items:center;background:var(--primary-subtle);border-radius:999px;color:var(--primary);display:inline-flex;font-size:.82rem;font-weight:700;gap:3px;margin-bottom:1.25rem;margin-top:6px;padding:2px 10px}.Withdraw_withdrawBtn__LC-A8{background:var(--primary);border:none;border-radius:14px;color:#fff;cursor:pointer;display:block;font-size:1rem;font-weight:800;letter-spacing:.2px;padding:.85rem;transition:opacity .15s,transform .1s;width:100%}.Withdraw_withdrawBtn__LC-A8:hover{opacity:.92}.Withdraw_withdrawBtn__LC-A8:active{transform:scale(.98)}.Withdraw_statsRow__pM5RX{grid-gap:.75rem;display:grid;gap:.75rem;grid-template-columns:1fr 1fr;margin-bottom:.75rem}.Withdraw_statBox__0z\+mm{background:var(--dark-card);border:1px solid var(--dark-border);border-radius:16px;padding:.85rem 1rem;text-align:center}.Withdraw_statVal__GMsvW{color:var(--primary);font-size:1.1rem;font-weight:800}.Withdraw_statLabel__NRQx4{color:var(--text-muted);font-size:.72rem;margin-top:2px}.Withdraw_totalStrip__VSxR0{background:var(--primary-subtle);border:1px solid var(--primary-border);border-radius:14px;color:var(--text-muted);font-size:.82rem;margin-bottom:1.25rem;padding:.65rem 1rem;text-align:center}.Withdraw_totalStrip__VSxR0 strong{color:var(--primary)}.Withdraw_sectionHeader__3BBHy{align-items:center;display:flex;justify-content:space-between;margin-bottom:.75rem}.Withdraw_sectionTitle__HcJux{font-size:.95rem;font-weight:700}.Withdraw_sectionLink__044Gr{color:var(--primary);cursor:pointer;font-size:.78rem}.Withdraw_historyCard__RmV4h{background:var(--dark-card);border:1px solid var(--dark-border);border-radius:16px;overflow:hidden}.Withdraw_historyRow__zulVQ{align-items:center;border-bottom:1px solid var(--dark-border);display:flex;gap:.75rem;justify-content:space-between;padding:.85rem 1rem}.Withdraw_historyRow__zulVQ:last-child{border-bottom:none}.Withdraw_historyLeft__cxALQ{flex:1 1;min-width:0}.Withdraw_historyChannel__zUQZU{font-size:.88rem;font-weight:700}.Withdraw_historyAccount__cvdyu{color:var(--text-muted);font-size:.75rem}.Withdraw_historyTime__E8IWa{color:var(--text-muted);font-size:.72rem;margin-top:1px}.Withdraw_historyRight__gBBfY{flex-shrink:0;text-align:right}.Withdraw_historyAmt__K4MQk{color:var(--primary);font-size:.95rem;font-weight:800}.Withdraw_alertBanner__AAgMS{align-items:center;background:var(--primary-subtle);border:1px solid var(--primary-border);border-radius:14px;color:var(--primary);display:flex;font-size:.82rem;gap:.5rem;margin-bottom:1.1rem;padding:.8rem 1rem}.Withdraw_balanceRow__h4j0w{align-items:center;background:var(--dark-card);border:1px solid var(--dark-border);border-radius:16px;display:flex;gap:.75rem;justify-content:space-between;margin-bottom:1.1rem;padding:1rem 1.1rem}.Withdraw_balanceInfo__lONPc{flex:1 1}.Withdraw_balanceLabel__ZPhGe{color:var(--text-muted);font-size:.72rem;margin-bottom:2px}.Withdraw_balanceAmt__RL9U2{color:var(--primary);font-size:1.4rem;font-weight:900}.Withdraw_historyBtn__2I-PX{background:var(--dark-card);border:1px solid var(--dark-border);border-radius:10px;color:var(--text-muted);cursor:pointer;flex-shrink:0;font-size:.78rem;font-weight:600;padding:.4rem .85rem}.Withdraw_historyBtn__2I-PX:hover{border-color:var(--primary-border);color:var(--primary);opacity:1}.Withdraw_sectionCard__zNNmL{background:var(--dark-card);border:1px solid var(--dark-border);border-radius:20px;margin-bottom:1rem;padding:1.1rem}.Withdraw_sectionCard__zNNmL h4{color:var(--text-muted);font-size:.88rem;font-weight:700;letter-spacing:.4px;margin-bottom:.85rem;text-transform:uppercase}.Withdraw_channelGrid__bEfRn{grid-gap:.6rem;display:grid;gap:.6rem;grid-template-columns:repeat(2,1fr)}.Withdraw_channelChip__F2POv{align-items:center;background:#0000;border:1.5px solid var(--dark-border);border-radius:14px;color:var(--text);cursor:pointer;display:flex;font-size:.85rem;font-weight:600;gap:.5rem;padding:.65rem .9rem;text-align:left;transition:border-color .15s,background .15s}.Withdraw_channelChip__F2POv:hover{border-color:var(--primary-border);opacity:1}.Withdraw_channelChipActive__xy\+PJ{background:var(--primary-subtle);border-color:var(--primary);color:var(--primary)}.Withdraw_channelDot__NJP3W{border:2px solid;border-radius:50%;flex-shrink:0;height:10px;width:10px}.Withdraw_channelDotFilled__As\+Qs{background:currentColor}.Withdraw_channelSub__tjvkD{color:var(--text-muted);display:block;font-size:.68rem;margin-top:1px}.Withdraw_presetGrid__tXYhG{grid-gap:.6rem;display:grid;gap:.6rem;grid-template-columns:repeat(3,1fr);margin-bottom:.75rem}.Withdraw_presetBtn__KutV9{background:#0000;border:1.5px solid var(--dark-border);border-radius:12px;color:var(--text);cursor:pointer;font-size:.9rem;font-weight:700;padding:.65rem;transition:border-color .15s,background .15s}.Withdraw_presetBtn__KutV9:hover{border-color:var(--primary-border);opacity:1}.Withdraw_presetBtnActive__1Ip\+r{background:var(--primary-subtle);border-color:var(--primary);color:var(--primary)}.Withdraw_modalOverlay__dIght{align-items:flex-end;background:#0000008c;display:flex;inset:0;position:fixed;z-index:500}.Withdraw_modalSheet__-Nrtj{background:var(--dark-card);border-radius:24px 24px 0 0;padding:1.5rem 1.25rem calc(1.5rem + env(safe-area-inset-bottom));width:100%}.Withdraw_modalTitle__RWV32{font-size:1rem;font-weight:800;margin-bottom:.25rem}.Withdraw_modalSub__P1rXj{color:var(--text-muted);font-size:.82rem;margin-bottom:1.25rem}.Withdraw_otpInput__A4Ii9{font-size:1.5rem;font-weight:800;letter-spacing:8px;text-align:center}.Withdraw_planBadge__0YhOQ{align-items:center;background:var(--dark-card);border:1.5px solid;border-radius:14px;display:flex;font-size:.85rem;gap:.5rem;margin-bottom:1rem;padding:.6rem 1rem}.Withdraw_upgradeLink__Igb0T{color:var(--primary);font-size:.78rem;font-weight:700;margin-left:auto}.Withdraw_paypalBadge__S--eb{align-items:center;background:var(--primary-subtle);border:1.5px solid var(--primary);border-radius:14px;color:var(--primary);display:flex;font-size:.88rem;gap:.6rem;padding:.65rem .9rem}.Withdraw_lockedAmount__uX6B8{align-items:flex-start;background:var(--primary-subtle);border:1.5px dashed var(--dark-border);border-radius:14px;color:var(--text-muted);display:flex;gap:.75rem;padding:.9rem 1rem}.Withdraw_lockedValue__41-gY{color:var(--text);font-size:1.3rem;font-weight:900;margin-bottom:4px}.Withdraw_lockedNote__F9Xrx{font-size:.75rem;line-height:1.4}@media (max-width:380px){.Withdraw_heroBalance__6HHCS{font-size:2rem}.Withdraw_presetGrid__tXYhG{grid-template-columns:repeat(2,1fr)}}.ReferralCard_wrap__Ziyl-{display:flex;flex-direction:column;gap:1rem}.ReferralCard_wrap__Ziyl- h3{margin-bottom:0}.ReferralCard_sub__Av4mT{color:var(--text-muted);font-size:.85rem}.ReferralCard_linkBox__t4eW1{align-items:center;background:var(--dark);border:1px solid var(--dark-border);border-radius:8px;display:flex;gap:.5rem;padding:.5rem .75rem}.ReferralCard_link__pwq5v{color:var(--text-muted);flex:1 1;font-size:.8rem;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.ReferralCard_stats__YMjFi{display:flex;gap:1rem;justify-content:space-around}.ReferralCard_stat__6X1Gz{text-align:center}.ReferralCard_statNum__4Jg3w{color:var(--gold);font-size:1.5rem;font-weight:800}.ReferralCard_statLabel__rlu19{color:var(--text-muted);font-size:.75rem}.ReferralCard_tiers__4bPgx{display:flex;gap:.5rem}.ReferralCard_tier__Hp\+\+A{background:var(--dark);border:1.5px solid var(--dark-border);border-radius:8px;color:var(--text-muted);display:flex;flex:1 1;flex-direction:column;font-size:.75rem;gap:.15rem;opacity:.6;padding:.6rem .4rem;text-align:center;transition:opacity .2s}.ReferralCard_active__c4RvZ{border-color:var(--tc);opacity:1}.Referral_layout__tDUHb{grid-gap:1.5rem;align-items:start;display:grid;gap:1.5rem;grid-template-columns:1fr 1fr}.Referral_row__LeQeE{align-items:center;display:flex;gap:.5rem;justify-content:space-between;margin-bottom:.5rem}.Referral_name__wCVAA{font-size:clamp(.82rem,3vw,.9rem);font-weight:600;min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.Referral_time__somD6{color:var(--text-muted);flex-shrink:0;font-size:.75rem}@media (max-width:768px){.Referral_layout__tDUHb{gap:1rem;grid-template-columns:1fr}}.PayoutProof_header__6g810{margin-bottom:2rem;text-align:center}.PayoutProof_header__6g810 h1{font-size:2rem;margin-bottom:.5rem}.PayoutProof_sub__OdSsj{color:var(--text-muted)}.AccountSettings_page__kofOV{margin:0 auto;max-width:480px}.AccountSettings_pageHeader__ArM0H{align-items:flex-start;display:flex;justify-content:space-between;margin-bottom:1.25rem}.AccountSettings_pageTitle__OUF1R{font-size:clamp(1.5rem,6vw,2rem);font-weight:900;line-height:1.1}.AccountSettings_pageSub__tAzOw{color:var(--text-muted);font-size:clamp(.8rem,3vw,.9rem);margin-top:3px}.AccountSettings_bellBtn__cVC04{align-items:center;background:var(--dark-card);border:1px solid var(--dark-border);border-radius:50%;color:var(--text-muted);cursor:pointer;display:flex;flex-shrink:0;height:40px;justify-content:center;padding:0;width:40px}.AccountSettings_bellBtn__cVC04:hover{color:var(--text);opacity:1}.AccountSettings_profileCard__h220I{align-items:center;background:var(--dark-card);border:1px solid var(--dark-border);border-radius:20px;cursor:pointer;display:flex;gap:1rem;margin-bottom:1rem;padding:1.25rem;transition:background .15s}.AccountSettings_profileCard__h220I:hover{background:var(--primary-subtle)}.AccountSettings_avatar__glozm{align-items:center;background:linear-gradient(135deg,var(--primary),var(--primary-dark));border-radius:50%;color:#fff;display:flex;flex-shrink:0;font-size:1.4rem;font-weight:800;height:56px;justify-content:center;width:56px}.AccountSettings_profileInfo__gOj2g{flex:1 1;min-width:0}.AccountSettings_profileName__6Igge{font-size:1rem;font-weight:700}.AccountSettings_profileHandle__mE4Lz{color:var(--text-muted);font-size:.82rem;margin-top:2px}.AccountSettings_unverifiedBadge__Fm27I{align-items:center;border:1.5px solid var(--primary);border-radius:999px;color:var(--primary);display:inline-flex;font-size:.75rem;font-weight:600;gap:4px;margin-top:6px;padding:3px 10px}.AccountSettings_profileBalance__u1fXU{flex-shrink:0;text-align:right}.AccountSettings_balanceLabel__Z6hFJ{color:var(--text-muted);font-size:.75rem}.AccountSettings_balanceAmt__3AsuG{color:var(--primary);font-size:1.1rem;font-weight:800}.AccountSettings_profileChevron__\+CLll{color:var(--text-muted);flex-shrink:0}.AccountSettings_alertBanner__Dl0MV{align-items:center;background:var(--bonus-bg);border:1px solid var(--bonus-border);border-radius:16px;display:flex;gap:.9rem;margin-bottom:1rem;padding:1rem 1.1rem}.AccountSettings_alertIcon__1nRoe{align-items:center;background:var(--primary-subtle);border:1px solid var(--primary-border);border-radius:12px;color:var(--primary);display:flex;flex-shrink:0;height:42px;justify-content:center;width:42px}.AccountSettings_alertText__BrlXI{flex:1 1;min-width:0}.AccountSettings_alertTitle__BcPV8{font-size:.9rem;font-weight:700;margin-bottom:2px}.AccountSettings_alertSub__48-ko{color:var(--text-muted);font-size:.78rem;line-height:1.4}.AccountSettings_resendBtn__WIpa9{background:var(--primary);border:none;border-radius:10px;color:#fff;flex-shrink:0;font-size:.78rem;font-weight:700;padding:.45rem .9rem;white-space:nowrap}.AccountSettings_sectionLabel__DUSof{color:var(--text-muted);font-size:.82rem;font-weight:600;letter-spacing:.5px;margin:1.25rem 0 .5rem .25rem;text-transform:uppercase}.AccountSettings_settingsCard__L9dOu{background:var(--dark-card);border:1px solid var(--dark-border);border-radius:20px;overflow:hidden}.AccountSettings_settingRow__-jIXK{align-items:center;border-bottom:1px solid var(--dark-border);color:var(--text);cursor:pointer;display:flex;gap:.9rem;padding:.9rem 1.1rem;text-decoration:none;transition:background .12s}.AccountSettings_settingRow__-jIXK:last-child{border-bottom:none}.AccountSettings_settingRow__-jIXK:hover{background:#ffffff08}.AccountSettings_settingIcon__GSMV6{align-items:center;background:var(--primary-subtle);border-radius:10px;color:var(--primary);display:flex;flex-shrink:0;height:36px;justify-content:center;width:36px}.AccountSettings_settingIconRed__uwT9\+{background:var(--red-subtle);color:var(--red)}.AccountSettings_settingLabel__tq8QN{flex:1 1;font-size:.92rem;font-weight:500}.AccountSettings_settingLabelRed__lpUi0{color:var(--red)}.AccountSettings_settingValue__AzTel{color:var(--primary);font-size:.85rem;font-weight:600;margin-right:4px}.AccountSettings_settingValueMuted__JIzCH{color:var(--text-muted)}.AccountSettings_chevron__Wwx6t{align-items:center;color:var(--text-muted);display:flex}.AccountSettings_subHeader__6uKHQ{align-items:center;display:flex;gap:.75rem;margin-bottom:1.5rem}.AccountSettings_backBtn__HzoU9{align-items:center;background:var(--dark-card);border:1px solid var(--dark-border);border-radius:12px;color:var(--text-muted);cursor:pointer;display:flex;flex-shrink:0;height:38px;justify-content:center;padding:0;width:38px}.AccountSettings_backBtn__HzoU9:hover{color:var(--primary);opacity:1}.AccountSettings_subTitle__KMlqh{font-size:1.1rem;font-weight:800}.AccountSettings_formCard__WUdJh{background:var(--dark-card);border:1px solid var(--dark-border);border-radius:20px;padding:1.25rem}.AccountSettings_successMsg__BjABm{color:var(--primary-amber);font-size:.85rem;margin-top:.5rem}.AccountSettings_historyItem__Vbk7A{align-items:center;border-bottom:1px solid var(--dark-border);display:flex;gap:.75rem;justify-content:space-between;padding:.75rem 0}.AccountSettings_historyItem__Vbk7A:last-child{border-bottom:none}.AccountSettings_historyLeft__Y9JFB{flex:1 1;min-width:0}.AccountSettings_historyTime__2KJJV{color:var(--text-muted);font-size:.8rem}.AccountSettings_historyDevice__K96wM{color:var(--text-muted);font-size:.78rem;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.AccountSettings_historyIp__wfPzP{font-size:.82rem;font-weight:600}.AccountSettings_statusOk__8Km2W{color:var(--primary-amber)}.AccountSettings_statusFail__HcH6E{color:var(--red)}.AccountSettings_qrWrap__EShjJ{align-items:center;display:flex;flex-direction:column;gap:1rem;margin:1rem 0}.AccountSettings_qrImg__O2J1v{border-radius:12px}.AccountSettings_secretKey__YW3ow{color:var(--text-muted);font-size:.75rem;text-align:center;word-break:break-all}.AccountSettings_codeRow__58Zo\+{display:flex;gap:.75rem}.AccountSettings_dangerCard__VyzH2{background:var(--dark-card);border:1px solid var(--red-subtle);border-radius:20px;padding:1.25rem}.AccountSettings_placeholder__nC2uD{color:var(--text-muted);font-size:.9rem;padding:3rem 1rem;text-align:center}.AccountSettings_secScoreCard__MugCS{align-items:center;background:var(--dark-card);border:1px solid var(--dark-border);border-radius:16px;display:flex;justify-content:space-between;margin-bottom:.75rem;padding:1rem 1.1rem}.AccountSettings_secScoreLeft__hrk0y{display:flex;flex-direction:column;gap:2px}.AccountSettings_secScoreTitle__iWBRF{color:var(--text-muted);font-size:12px;font-weight:600;letter-spacing:.5px;margin:0;text-transform:uppercase}.AccountSettings_secScoreLabel__29bKn{font-size:15px;font-weight:800;margin:0}.AccountSettings_secScoreBars__yWLTy{align-items:flex-end;display:flex;flex-direction:column;gap:4px}.AccountSettings_secScoreRow__GwFx7{align-items:center;display:flex;gap:6px}.AccountSettings_lastLogin__wpLCy{color:var(--text-muted);font-size:11px;margin:0 0 1rem;text-align:center}.AccountSettings_logoutBtn__AZ4Nd{align-items:center;background:#0000;border:1.5px solid #ef4444;border:1.5px solid var(--red,#ef4444);border-radius:14px;color:#ef4444;color:var(--red,#ef4444);cursor:pointer;display:flex;font-size:.95rem;font-weight:700;gap:.5rem;justify-content:center;margin-top:1.25rem;padding:.85rem;transition:background .15s,opacity .15s;width:100%}.AccountSettings_logoutBtn__AZ4Nd:hover{background:#ef444414}@media (max-width:380px){.AccountSettings_avatar__glozm{font-size:1.1rem;height:48px;width:48px}.AccountSettings_profileCard__h220I{gap:.75rem;padding:1rem}.AccountSettings_settingRow__-jIXK{padding:.8rem .9rem}.AccountSettings_alertBanner__Dl0MV{padding:.85rem}}.AuthTransitionOverlay_overlay__H8rKU{align-items:center;backdrop-filter:blur(8px);-webkit-backdrop-filter:blur(8px);background:#0a0a0ef5;display:flex;inset:0;justify-content:center;position:fixed;z-index:9999}.AuthTransitionOverlay_fadeIn__9h0\+N{animation:AuthTransitionOverlay_overlayIn__L3c3F .3s ease both}.AuthTransitionOverlay_fadeOut__w7eo8{animation:AuthTransitionOverlay_overlayOut__tgzgH .45s ease both}.AuthTransitionOverlay_box__8Gqgl{align-items:center;animation:AuthTransitionOverlay_auth-slide-up__HzkG- .38s cubic-bezier(.34,1.56,.64,1) both;display:flex;flex-direction:column;gap:1rem}.AuthTransitionOverlay_ring__x-kGw{align-items:center;background:linear-gradient(135deg,#f9731624,#f59e0b12);border:1.5px solid #f9731640;border-radius:50%;display:flex;height:82px;justify-content:center;position:relative;width:82px}.AuthTransitionOverlay_ring__x-kGw:before{animation:AuthTransitionOverlay_auth-spin__8Cgng .85s linear infinite;border-bottom:2.5px solid #0000;border-left:2.5px solid #0000;border-radius:50%;border-right:2.5px solid #0000;border-right-color:var(--primary-amber);border-top:2.5px solid #0000;border-top-color:var(--primary);content:"";inset:-5px;position:absolute}.AuthTransitionOverlay_logo__NQy8y{-webkit-text-fill-color:#0000;background:linear-gradient(135deg,#f97316,#f59e0b);-webkit-background-clip:text;background-clip:text;font-size:2.1rem;font-weight:900;letter-spacing:-1px;-webkit-user-select:none;user-select:none}.AuthTransitionOverlay_label__JK\+ng{color:var(--text);font-size:1.1rem;font-weight:700;margin:0}.AuthTransitionOverlay_sub__EML89{color:var(--text-muted);font-size:.82rem;margin:-.5rem 0 0}@keyframes AuthTransitionOverlay_overlayIn__L3c3F{0%{opacity:0}to{opacity:1}}@keyframes AuthTransitionOverlay_overlayOut__tgzgH{0%{opacity:1}to{opacity:0}}@keyframes AuthTransitionOverlay_auth-spin__8Cgng{to{transform:rotate(1turn)}}@keyframes AuthTransitionOverlay_auth-slide-up__HzkG-{0%{opacity:0;transform:translateY(16px) scale(.97)}to{opacity:1;transform:translateY(0) scale(1)}}.StaticPage_page__9m2KT{margin:0 auto;max-width:680px;padding-bottom:3rem}.StaticPage_title__E4FYX{font-size:clamp(1.6rem,6vw,2.2rem);font-weight:900;line-height:1.1;margin-bottom:.25rem}.StaticPage_updated__SqmZ\+{color:var(--text-muted);font-size:.82rem;margin-bottom:2rem}.StaticPage_section__e4oeJ{margin-bottom:1.75rem}.StaticPage_section__e4oeJ h2{color:var(--text);font-size:1rem;font-weight:700;margin-bottom:.5rem}.StaticPage_section__e4oeJ p{color:var(--text-muted);font-size:.9rem;line-height:1.7}.StaticPage_section__e4oeJ a{color:var(--primary);text-decoration:none}.StaticPage_section__e4oeJ a:hover{text-decoration:underline}.Plans_header__dkQd2{margin-bottom:2rem;text-align:center}.Plans_header__dkQd2 h1{font-size:1.8rem;margin-bottom:.4rem}.Plans_sub__\+Ejxv{color:var(--text-muted);font-size:.9rem}.Plans_grid__l\+5iW{grid-gap:1rem;display:grid;gap:1rem;grid-template-columns:repeat(auto-fit,minmax(240px,1fr));margin:0 auto 1.5rem;max-width:900px}.Plans_card__utpXm{background:var(--dark-card);border:1.5px solid var(--dark-border);border-radius:20px;display:flex;flex-direction:column;gap:.85rem;padding:1.25rem;position:relative;transition:border-color .15s}.Plans_cardCurrent__ZBI2g{border-color:var(--plan-color,var(--primary))}.Plans_currentBadge__4q87p{background:var(--dark-card);border:1.5px solid var(--plan-color,var(--primary));border-radius:999px;color:var(--primary);color:var(--plan-color,var(--primary));font-size:.7rem;font-weight:700;left:50%;padding:2px 10px;position:absolute;top:-11px;transform:translateX(-50%);white-space:nowrap}.Plans_cardTop__yuV5V{align-items:center;display:flex;gap:.75rem}.Plans_planEmoji__udWGD{font-size:2rem;line-height:1}.Plans_planName__MHhAM{font-size:1.1rem;font-weight:800;margin-bottom:2px}.Plans_planPrice__4hKJ0{color:var(--text-muted);font-size:.82rem}.Plans_limitLine__hkqhz{align-items:baseline;display:flex;gap:4px}.Plans_limitAmt__\+xFLJ{font-size:1.6rem;font-weight:900}.Plans_limitLabel__CQNq9{color:var(--text-muted);font-size:.8rem}.Plans_featureList__-uWc4{display:flex;flex:1 1;flex-direction:column;gap:.45rem;list-style:none;margin:0;padding:0}.Plans_featureList__-uWc4 li{color:var(--text-muted);display:flex;font-size:.83rem;gap:6px}.Plans_featureList__-uWc4 li span{flex-shrink:0;font-weight:700}.Plans_upgradeBtn__OISfB{align-items:center;background:var(--primary);border:none;border-radius:12px;color:#fff;cursor:pointer;display:flex;font-size:.85rem;font-weight:700;gap:.5rem;justify-content:center;margin-top:auto;padding:.75rem;transition:opacity .15s;width:100%}.Plans_upgradeBtn__OISfB:hover:not(:disabled){opacity:.85}.Plans_upgradeBtn__OISfB:disabled{cursor:not-allowed;opacity:.6}.Plans_btnSpinner__OsHkP{animation:Plans_spin__B1ZCx .7s linear infinite;border:2px solid #ffffff4d;border-radius:50%;border-top-color:#fff;display:inline-block;height:16px;width:16px}@keyframes Plans_spin__B1ZCx{to{transform:rotate(1turn)}}.Plans_currentBtn__O6kHp{background:#0000;border:1.5px solid var(--dark-border);border-radius:12px;color:var(--text-muted);font-size:.88rem;font-weight:700;padding:.75rem;text-align:center}.Plans_note__WulI7{color:var(--text-muted);font-size:.8rem;line-height:1.6;margin:0 auto;max-width:480px;text-align:center}@media (max-width:520px){.Plans_grid__l\+5iW{grid-template-columns:1fr}}.PaymentSuccess_page__\+\+XiR{align-items:center;display:flex;justify-content:center;min-height:calc(100vh - 140px);padding:2rem 1rem}.PaymentSuccess_card__nMPkW{align-items:center;background:var(--dark-card);border:1px solid var(--dark-border);border-radius:20px;display:flex;flex-direction:column;gap:1rem;max-width:420px;padding:2.5rem 2rem;text-align:center;width:100%}.PaymentSuccess_confetti__alDDC{animation:PaymentSuccess_pop__Um-Ym .5s ease;font-size:3rem;line-height:1}@keyframes PaymentSuccess_pop__Um-Ym{0%{opacity:0;transform:scale(0)}80%{transform:scale(1.2)}to{opacity:1;transform:scale(1)}}.PaymentSuccess_iconOk__e7vPg{background:#22c55e26;border:2px solid #22c55e;border-radius:50%;color:#22c55e}.PaymentSuccess_iconErr__8MNDg,.PaymentSuccess_iconOk__e7vPg{align-items:center;display:flex;font-size:1.8rem;font-weight:900;height:64px;justify-content:center;width:64px}.PaymentSuccess_iconErr__8MNDg{background:#ef444426;border:2px solid #ef4444;border-radius:50%;color:#ef4444}.PaymentSuccess_card__nMPkW h2{font-size:1.5rem;margin:0}.PaymentSuccess_sub__1tyav{color:var(--text-muted);font-size:.9rem;line-height:1.6;margin:0}.PaymentSuccess_sub__1tyav strong{color:var(--gold)}.PaymentSuccess_redirect__owJjn{color:var(--text-muted);font-size:.8rem;margin:0}.PaymentSuccess_spinner__uD1Pk{animation:PaymentSuccess_spin__26FXJ .8s linear infinite;border:3px solid var(--dark-border);border-radius:50%;border-top-color:var(--gold);height:48px;width:48px}@keyframes PaymentSuccess_spin__26FXJ{to{transform:rotate(1turn)}}.PaymentSuccess_bar__OBseQ{background:var(--dark-border);border-radius:999px;height:4px;overflow:hidden;width:200px}.PaymentSuccess_barFill__niMlY{animation:PaymentSuccess_fill__Tt82u 3s linear forwards;background:var(--gold);height:100%;width:0}@keyframes PaymentSuccess_fill__Tt82u{to{width:100%}}.PaymentSuccess_btn__dKvwg{background:var(--primary-amber);border-radius:12px;color:#000;display:inline-block;font-size:.9rem;font-weight:700;padding:.75rem 2rem;text-decoration:none;transition:opacity .15s}.PaymentSuccess_btn__dKvwg:hover{opacity:.85;text-decoration:none}
/*# sourceMappingURL=main.7581a2cb.css.map*/