.Layout-module__IW0DsW__layout{background:var(--bg-primary);flex-direction:column;width:100%;min-width:100%;min-height:100vh;display:flex}.Layout-module__IW0DsW__header{z-index:var(--z-sticky);-webkit-backdrop-filter:blur(20px);transition:var(--transition-base);height:var(--header-height-mobile);background:#0a0a0bd9;border-bottom:1px solid #0000;position:fixed;top:0;left:0;right:0}.Layout-module__IW0DsW__header.Layout-module__IW0DsW__scrolled{border-bottom-color:var(--border-primary);background:#0a0a0bf2}.Layout-module__IW0DsW__headerContent{max-width:1400px;height:100%;padding:0 var(--space-4);justify-content:space-between;align-items:center;gap:var(--space-4);margin:0 auto;display:flex}.Layout-module__IW0DsW__logo{align-items:center;gap:var(--space-2);transition:var(--transition-fast);flex-shrink:0;text-decoration:none;display:flex}.Layout-module__IW0DsW__logo:hover{opacity:.8}.Layout-module__IW0DsW__logoSvg{width:28px;height:28px;color:var(--accent-primary);filter:drop-shadow(0 0 8px #22c55e66);transition:var(--transition-fast)}.Layout-module__IW0DsW__logo:hover .Layout-module__IW0DsW__logoSvg{filter:drop-shadow(0 0 16px #22c55eb3);transform:scale(1.05)}.Layout-module__IW0DsW__logoText{letter-spacing:.08em;color:var(--text-primary);font-size:1.125rem;font-weight:800}.Layout-module__IW0DsW__desktopNav{display:none}.Layout-module__IW0DsW__userSection{align-items:center;gap:var(--space-2);flex-shrink:0;display:flex}.Layout-module__IW0DsW__balanceChip{padding:var(--space-2)var(--space-3);background:var(--success-light);border:1px solid var(--border-accent);border-radius:var(--radius-md);transition:var(--transition-base);flex-direction:column;justify-content:center;align-items:flex-end;min-height:40px;text-decoration:none;display:flex}.Layout-module__IW0DsW__balanceChip:hover{background:#22c55e26}.Layout-module__IW0DsW__balanceLabel{color:var(--accent-primary);font-size:.5625rem;font-weight:700;font-family:var(--font-mono);letter-spacing:.1em;text-transform:uppercase}.Layout-module__IW0DsW__balanceValue{color:var(--accent-primary);font-size:.875rem;font-weight:700;font-family:var(--font-mono)}.Layout-module__IW0DsW__connectBtn{padding:var(--space-2)var(--space-4);background:var(--accent-primary);color:var(--bg-primary);border-radius:var(--radius-md);transition:var(--transition-base);align-items:center;min-height:40px;font-size:.8125rem;font-weight:600;text-decoration:none;display:flex}.Layout-module__IW0DsW__connectBtn:hover{background:var(--accent-primary-hover);box-shadow:var(--shadow-glow);transform:translateY(-1px)}.Layout-module__IW0DsW__logoutButton{border-top:1px solid var(--border-primary);margin-top:var(--space-2);color:#ef4444!important}.Layout-module__IW0DsW__logoutButton:hover{color:#ef4444!important;background:#ef44441a!important}.Layout-module__IW0DsW__logoutWrapper{position:relative}.Layout-module__IW0DsW__powerBtn{border:1px solid var(--border-secondary);border-radius:var(--radius-md);width:40px;height:40px;color:var(--text-tertiary);cursor:pointer;transition:var(--transition-base);background:0 0;justify-content:center;align-items:center;display:none;position:relative;overflow:hidden}.Layout-module__IW0DsW__powerBtn:before{content:"";opacity:0;background:radial-gradient(circle,#ef444433 0%,#0000 70%);transition:opacity .3s;position:absolute;inset:0}.Layout-module__IW0DsW__powerBtn:hover{color:#ef4444;border-color:#ef4444;transform:scale(1.05);box-shadow:0 0 20px #ef444433}.Layout-module__IW0DsW__powerBtn:hover:before{opacity:1}.Layout-module__IW0DsW__powerBtn.Layout-module__IW0DsW__active{color:#ef4444;background:#ef44441a;border-color:#ef4444}.Layout-module__IW0DsW__logoutDropdown{top:calc(100% + var(--space-2));background:var(--bg-secondary);border:1px solid var(--border-primary);border-radius:var(--radius-lg);min-width:140px;padding:var(--space-1);z-index:var(--z-dropdown);animation:.2s Layout-module__IW0DsW__dropdownSlide;position:absolute;right:0;box-shadow:0 10px 40px #0006}@keyframes Layout-module__IW0DsW__dropdownSlide{0%{opacity:0;transform:translateY(-8px)}to{opacity:1;transform:translateY(0)}}.Layout-module__IW0DsW__logoutOption{align-items:center;gap:var(--space-3);width:100%;padding:var(--space-3)var(--space-4);border-radius:var(--radius-md);color:#ef4444;cursor:pointer;transition:var(--transition-fast);background:0 0;border:none;font-family:inherit;font-size:.875rem;font-weight:500;display:flex}.Layout-module__IW0DsW__logoutOption:hover{background:#ef44441a}.Layout-module__IW0DsW__depositBtn,.Layout-module__IW0DsW__sprayBtnDesktop{display:none}.Layout-module__IW0DsW__menuBtn{padding:var(--space-2);cursor:pointer;border-radius:var(--radius-md);background:0 0;border:none;flex-direction:column;justify-content:center;align-items:center;gap:5px;min-width:44px;min-height:44px;transition:background .15s;display:flex}.Layout-module__IW0DsW__menuBtn:active{background:var(--bg-tertiary)}.Layout-module__IW0DsW__menuLine{background:var(--text-primary);width:22px;height:2px;transition:var(--transition-base);border-radius:2px}.Layout-module__IW0DsW__menuLine.Layout-module__IW0DsW__open:first-child{transform:rotate(45deg)translate(5px,5px)}.Layout-module__IW0DsW__menuLine.Layout-module__IW0DsW__open:nth-child(2){opacity:0}.Layout-module__IW0DsW__menuLine.Layout-module__IW0DsW__open:nth-child(3){transform:rotate(-45deg)translate(5px,-5px)}.Layout-module__IW0DsW__mobileMenu{padding:var(--space-4);-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);border-top:1px solid var(--border-primary);border-bottom:1px solid var(--border-primary);z-index:calc(var(--z-sticky) - 1);background:#111113fa;position:absolute;top:100%;left:0;right:0}.Layout-module__IW0DsW__mobileNav{gap:var(--space-2);flex-direction:column;display:flex}.Layout-module__IW0DsW__mobileNavLink{align-items:center;gap:var(--space-3);padding:var(--space-4);color:var(--text-secondary);border-radius:var(--radius-lg);transition:var(--transition-fast);min-height:56px;font-size:1rem;font-weight:500;text-decoration:none;display:flex}.Layout-module__IW0DsW__mobileNavLink:hover,.Layout-module__IW0DsW__mobileNavLink.Layout-module__IW0DsW__active{color:var(--accent-primary);background:var(--success-light)}.Layout-module__IW0DsW__mobileNav .Layout-module__IW0DsW__navAction{cursor:pointer;text-align:left;width:100%;color:var(--accent-primary);background:0 0;border:none;font-family:inherit}.Layout-module__IW0DsW__mobileNav .Layout-module__IW0DsW__navAction:hover{color:var(--accent-primary);background:var(--success-light)}.Layout-module__IW0DsW__navIcon{opacity:.8;font-size:1.125rem}.Layout-module__IW0DsW__mobileUser{margin-top:var(--space-4);padding-top:var(--space-4);border-top:1px solid var(--border-primary);gap:var(--space-1);flex-direction:column;display:flex}.Layout-module__IW0DsW__mobileUserHandle{color:var(--text-primary);font-size:1rem;font-weight:600}.Layout-module__IW0DsW__mobileUserScore{color:var(--accent-primary);font-size:.875rem;font-family:var(--font-mono)}.Layout-module__IW0DsW__main{width:100%;min-width:0;padding-top:var(--header-height-mobile);padding-bottom:var(--bottom-nav-height);flex:1}.Layout-module__IW0DsW__footer{background:var(--bg-secondary);border-top:1px solid var(--border-primary);display:none}.Layout-module__IW0DsW__footerContent{max-width:1400px;padding:var(--space-8)var(--space-6);justify-content:space-between;align-items:center;gap:var(--space-6);margin:0 auto;display:flex}.Layout-module__IW0DsW__footerLeft{gap:var(--space-1);flex-direction:column;display:flex}.Layout-module__IW0DsW__footerLogo{align-items:center;gap:var(--space-2);letter-spacing:.05em;color:var(--text-primary);font-size:1rem;font-weight:700;display:flex}.Layout-module__IW0DsW__footerLogoSvg{width:24px;height:24px;color:var(--accent-primary);filter:drop-shadow(0 0 6px #22c55e4d);transition:var(--transition-fast)}.Layout-module__IW0DsW__footerLogo:hover .Layout-module__IW0DsW__footerLogoSvg{filter:drop-shadow(0 0 12px #22c55e80)}.Layout-module__IW0DsW__footerTag{color:var(--text-tertiary);font-size:.8125rem}.Layout-module__IW0DsW__footerLinks{align-items:center;gap:var(--space-6);display:flex}.Layout-module__IW0DsW__footerLinks a{color:var(--text-secondary);transition:var(--transition-fast);font-size:.875rem;text-decoration:none}.Layout-module__IW0DsW__footerLinks a:hover{color:var(--accent-primary)}.Layout-module__IW0DsW__footerBottom{max-width:1400px;padding:var(--space-4)var(--space-6);border-top:1px solid var(--border-secondary);color:var(--text-muted);font-size:.75rem;font-family:var(--font-mono);justify-content:space-between;align-items:center;margin:0 auto;display:flex}.Layout-module__IW0DsW__statusIndicator{align-items:center;gap:var(--space-2);display:flex}.Layout-module__IW0DsW__statusDot{background:var(--success);width:6px;height:6px;box-shadow:0 0 8px var(--success);border-radius:50%;animation:2s ease-in-out infinite Layout-module__IW0DsW__pulse}@keyframes Layout-module__IW0DsW__pulse{0%,to{opacity:1}50%{opacity:.4}}@media (min-width:769px){.Layout-module__IW0DsW__header{height:72px}.Layout-module__IW0DsW__headerContent{padding:0 var(--space-6)}.Layout-module__IW0DsW__logoSvg{width:32px;height:32px}.Layout-module__IW0DsW__logoText{font-size:1.25rem}.Layout-module__IW0DsW__desktopNav{align-items:center;gap:var(--space-1);background:var(--bg-secondary);padding:var(--space-1);border-radius:var(--radius-lg);border:1px solid var(--border-secondary);display:flex}.Layout-module__IW0DsW__navLink{align-items:center;gap:var(--space-2);padding:var(--space-2)var(--space-4);color:var(--text-secondary);border-radius:var(--radius-md);transition:var(--transition-fast);font-size:.875rem;font-weight:500;text-decoration:none;display:flex}.Layout-module__IW0DsW__navLink:hover{color:var(--text-primary);background:var(--bg-tertiary)}.Layout-module__IW0DsW__navLink.Layout-module__IW0DsW__active{color:var(--accent-primary);background:var(--success-light)}.Layout-module__IW0DsW__navAction{cursor:pointer;color:var(--accent-primary);background:0 0;border:none;font-family:inherit}.Layout-module__IW0DsW__navAction:hover{color:var(--accent-primary);background:var(--success-light)}.Layout-module__IW0DsW__userSection{gap:var(--space-3)}.Layout-module__IW0DsW__balanceChip{padding:var(--space-2)var(--space-4)var(--space-2)var(--space-2);align-items:center;gap:var(--space-3);flex-direction:row}.Layout-module__IW0DsW__depositBtn{padding:var(--space-2)var(--space-4);color:var(--accent-primary);border:1px solid var(--accent-primary);border-radius:var(--radius-md);transition:var(--transition-base);background:0 0;font-size:.875rem;font-weight:600;text-decoration:none;display:flex}.Layout-module__IW0DsW__depositBtn:hover{background:var(--accent-primary);color:var(--bg-primary);box-shadow:var(--shadow-glow);transform:translateY(-1px)}.Layout-module__IW0DsW__sprayNavBtn{align-items:center;gap:var(--space-2);padding:var(--space-2)var(--space-4);background:var(--accent-primary);color:var(--bg-primary);border-radius:var(--radius-md);cursor:pointer;transition:var(--transition-base);margin:0 var(--space-1);border:none;font-size:.875rem;font-weight:600;display:flex}.Layout-module__IW0DsW__sprayNavBtn:hover{background:var(--accent-primary-hover);box-shadow:var(--shadow-glow);transform:translateY(-1px)}.Layout-module__IW0DsW__sprayBtnDesktop{align-items:center;gap:var(--space-2);padding:var(--space-2)var(--space-4);background:var(--accent-primary);color:var(--bg-primary);border-radius:var(--radius-md);cursor:pointer;transition:var(--transition-base);white-space:nowrap;border:none;font-size:.875rem;font-weight:600;display:flex}.Layout-module__IW0DsW__sprayBtnDesktop:hover{background:var(--accent-primary-hover);box-shadow:var(--shadow-glow);transform:translateY(-1px)}.Layout-module__IW0DsW__powerBtn{display:flex}.Layout-module__IW0DsW__menuBtn,.Layout-module__IW0DsW__mobileMenu{display:none}.Layout-module__IW0DsW__main{padding-top:72px;padding-bottom:0}.Layout-module__IW0DsW__footer{display:block}}@media (min-width:1024px){.Layout-module__IW0DsW__navLink{padding:var(--space-2)var(--space-5)}}@media (max-width:768px) and (orientation:landscape){.Layout-module__IW0DsW__header{height:48px}.Layout-module__IW0DsW__main{padding-top:48px;padding-bottom:0}.mobileBottomNav{display:none!important}}@media (prefers-reduced-motion:reduce){.Layout-module__IW0DsW__header,.Layout-module__IW0DsW__logoSvg,.Layout-module__IW0DsW__menuLine,.Layout-module__IW0DsW__connectBtn,.Layout-module__IW0DsW__depositBtn,.Layout-module__IW0DsW__statusDot{transition:none;animation:none}}.Layout-module__IW0DsW__menuBtn:focus-visible,.Layout-module__IW0DsW__navLink:focus-visible,.Layout-module__IW0DsW__mobileNavLink:focus-visible,.Layout-module__IW0DsW__connectBtn:focus-visible,.Layout-module__IW0DsW__depositBtn:focus-visible{outline:2px solid var(--accent-primary);outline-offset:2px}@media (prefers-contrast:high){.Layout-module__IW0DsW__header{border-bottom-color:var(--border-primary)}.Layout-module__IW0DsW__menuLine{background:var(--text-primary)}.Layout-module__IW0DsW__active{outline:2px solid var(--accent-primary)}}.Layout-module__IW0DsW__header.Layout-module__IW0DsW__hidden{display:none}.Layout-module__IW0DsW__homeMain{width:100%;min-width:0;padding-top:0!important;padding-bottom:0!important}.Layout-module__IW0DsW__homeMain>*{width:100%;max-width:100%;min-height:100vh}
.PayoutBanner-module__LjMjgW__banner{justify-content:center;align-items:center;gap:var(--space-3);padding:var(--space-2)var(--space-4);z-index:50;font-size:.8125rem;font-weight:600;animation:.35s ease-out PayoutBanner-module__LjMjgW__slideDown;display:flex;position:relative}.PayoutBanner-module__LjMjgW__ready{color:#fef3c7;background:linear-gradient(90deg,#92400e,#b45309,#92400e) 0 0/200% 100%;animation:.35s ease-out PayoutBanner-module__LjMjgW__slideDown,3s linear infinite PayoutBanner-module__LjMjgW__shimmer}.PayoutBanner-module__LjMjgW__sent{color:#d1fae5;background:linear-gradient(90deg,#065f46,#047857,#065f46)}.PayoutBanner-module__LjMjgW__message{align-items:center;gap:var(--space-2);white-space:nowrap;display:flex}.PayoutBanner-module__LjMjgW__amount{font-family:var(--font-mono);font-weight:700}.PayoutBanner-module__LjMjgW__txLink{color:inherit;text-underline-offset:2px;opacity:.9;white-space:nowrap;font-size:.75rem;text-decoration:underline;transition:opacity .15s}.PayoutBanner-module__LjMjgW__txLink:hover{opacity:1}.PayoutBanner-module__LjMjgW__dismissBtn{right:var(--space-3);color:inherit;opacity:.6;cursor:pointer;padding:var(--space-1);background:0 0;border:none;font-size:.875rem;line-height:1;transition:opacity .15s;position:absolute;top:50%;transform:translateY(-50%)}.PayoutBanner-module__LjMjgW__dismissBtn:hover{opacity:1}@keyframes PayoutBanner-module__LjMjgW__slideDown{0%{opacity:0;transform:translateY(-100%)}to{opacity:1;transform:translateY(0)}}@keyframes PayoutBanner-module__LjMjgW__shimmer{0%{background-position:200% 0}to{background-position:-200% 0}}@media (max-width:768px){.PayoutBanner-module__LjMjgW__banner{padding:var(--space-2)var(--space-3);gap:var(--space-2);font-size:.75rem}.PayoutBanner-module__LjMjgW__dismissBtn{right:var(--space-2)}}@media (prefers-reduced-motion:reduce){.PayoutBanner-module__LjMjgW__banner,.PayoutBanner-module__LjMjgW__ready{animation:none}}
.DashboardShell-module__g3IQZq__shell{background:#0a0a0a radial-gradient(80% 50% at 50% -20%,#22c55e0f 0%,#0000 60%);flex-direction:column;width:100%;min-width:100%;height:100dvh;min-height:100dvh;display:flex;overflow-x:hidden}.DashboardShell-module__g3IQZq__body{flex:1;grid-template-columns:minmax(0,248px) minmax(0,1fr) minmax(0,372px);width:100%;min-width:0;height:calc(100dvh - 54px);min-height:0;display:grid;overflow:hidden}.DashboardShell-module__g3IQZq__leftNavCol{background:#0d0d0d;border-right:1px solid #ffffff12;overflow:hidden}.DashboardShell-module__g3IQZq__mainCol{scrollbar-width:none;-ms-overflow-style:none;min-width:0;padding:28px 28px 60px;overflow:hidden auto}.DashboardShell-module__g3IQZq__mainCol::-webkit-scrollbar{display:none}.DashboardShell-module__g3IQZq__rightCol{background:#0d0d0d;border-left:1px solid #ffffff12;overflow:hidden}@media (max-width:1024px),(hover:none) and (pointer:coarse) and (max-device-width:1024px){.DashboardShell-module__g3IQZq__shell{height:auto;overflow:visible}.DashboardShell-module__g3IQZq__body{grid-template-columns:1fr;height:auto;overflow:visible}.DashboardShell-module__g3IQZq__leftNavCol{display:none}.DashboardShell-module__g3IQZq__mainCol{padding:16px 16px 80px;overflow:visible}.DashboardShell-module__g3IQZq__rightCol{display:none}}
.HomeHeader-module__aGDyeG__header{z-index:100;background:#0a0a0a;border-bottom:1px solid #ffffff12;height:54px;position:sticky;top:0}.HomeHeader-module__aGDyeG__headerSpacer{display:none}.HomeHeader-module__aGDyeG__content{justify-content:flex-end;align-items:center;gap:16px;height:100%;padding:0 20px;display:flex}.HomeHeader-module__aGDyeG__left{align-items:center;gap:10px;margin-right:auto;display:flex}.HomeHeader-module__aGDyeG__logoSvg{color:#22c55e;flex-shrink:0}.HomeHeader-module__aGDyeG__title{color:#fafafa;letter-spacing:-.01em;font-size:1rem;font-weight:700}.HomeHeader-module__aGDyeG__headerSearch{background:#ffffff0a;border:1px solid #ffffff14;border-radius:14px;align-items:center;gap:10px;width:clamp(220px,24vw,320px);min-height:40px;padding:0 10px 0 12px;display:inline-flex}.HomeHeader-module__aGDyeG__headerSearch:focus-within,.HomeHeader-module__aGDyeG__mobileSearchForm:focus-within{border-color:#22c55e52;box-shadow:0 0 0 3px #22c55e24}.HomeHeader-module__aGDyeG__searchGlyph{color:#71717a;justify-content:center;align-items:center;display:inline-flex}.HomeHeader-module__aGDyeG__searchGlyph svg,.HomeHeader-module__aGDyeG__searchToggleBtn svg{stroke:currentColor;stroke-width:2px;stroke-linecap:round;stroke-linejoin:round;width:16px;height:16px}.HomeHeader-module__aGDyeG__searchInput,.HomeHeader-module__aGDyeG__mobileSearchInput{color:#fafafa;background:0 0;border:none;outline:none;width:100%;font-size:.84rem}.HomeHeader-module__aGDyeG__searchInput::placeholder,.HomeHeader-module__aGDyeG__mobileSearchInput::placeholder{color:#71717a}.HomeHeader-module__aGDyeG__searchSubmit,.HomeHeader-module__aGDyeG__mobileSearchSubmit{color:#bbf7d0;cursor:pointer;background:#22c55e29;border:none;border-radius:999px;justify-content:center;align-items:center;min-width:42px;min-height:28px;padding:0 10px;font-size:.72rem;font-weight:700;display:inline-flex}.HomeHeader-module__aGDyeG__searchSubmit:disabled,.HomeHeader-module__aGDyeG__mobileSearchSubmit:disabled{opacity:.5;cursor:not-allowed}.HomeHeader-module__aGDyeG__stats{align-items:center;gap:16px;display:flex}.HomeHeader-module__aGDyeG__stat{align-items:center;gap:5px;font-size:.8125rem;display:flex}.HomeHeader-module__aGDyeG__statLabel{color:#71717a}.HomeHeader-module__aGDyeG__statValue{color:#fafafa;font-weight:600}.HomeHeader-module__aGDyeG__boostLink{background:#f59e0b1f;border:1px solid #f59e0b52;border-radius:9999px;align-items:center;gap:8px;min-height:36px;padding:6px 12px;text-decoration:none;transition:background .15s,border-color .15s,transform .15s;display:inline-flex}.HomeHeader-module__aGDyeG__boostLink:hover{background:#f59e0b2e;border-color:#f59e0b75;transform:translateY(-1px)}.HomeHeader-module__aGDyeG__boostLinkActive{background:#f59e0b38;border-color:#f59e0b8a;box-shadow:0 0 0 1px #f59e0b24}.HomeHeader-module__aGDyeG__boostMetric{white-space:nowrap;align-items:center;gap:5px;display:inline-flex}.HomeHeader-module__aGDyeG__boostLabelLong,.HomeHeader-module__aGDyeG__boostLabelShort,.HomeHeader-module__aGDyeG__boostPointsValue,.HomeHeader-module__aGDyeG__boostValue{color:#fde68a;font-variant-numeric:tabular-nums;font-weight:700}.HomeHeader-module__aGDyeG__boostLabelShort{display:none}.HomeHeader-module__aGDyeG__boostPointsValue{color:#fcd34d}.HomeHeader-module__aGDyeG__boostArrow{color:#fcd34d;font-size:.82rem;line-height:1}.HomeHeader-module__aGDyeG__balance{background:#22c55e1f;border:1px solid #22c55e4d;border-radius:9999px;align-items:center;gap:6px;padding:5px 14px;display:inline-flex}.HomeHeader-module__aGDyeG__balanceValue{color:#22c55e;font-variant-numeric:tabular-nums;font-size:.8125rem;font-weight:700}.HomeHeader-module__aGDyeG__skeleton{background:linear-gradient(90deg,#ffffff0f 25%,#ffffff1f 50%,#ffffff0f 75%) 0 0/200% 100%;border-radius:4px;min-width:48px;height:1em;animation:1.5s ease-in-out infinite HomeHeader-module__aGDyeG__shimmer;display:inline-block}@keyframes HomeHeader-module__aGDyeG__shimmer{0%{background-position:200% 0}to{background-position:-200% 0}}.HomeHeader-module__aGDyeG__menuBtn{border-radius:var(--radius-md);background:var(--bg-tertiary);border:1px solid var(--border-primary);cursor:pointer;width:44px;height:44px;transition:var(--transition-base);padding:var(--space-2);justify-content:center;align-items:center;display:none}.HomeHeader-module__aGDyeG__menuBtn:hover{background:var(--bg-hover)}.HomeHeader-module__aGDyeG__menuBtn:active{transform:scale(.95)}.HomeHeader-module__aGDyeG__searchToggleBtn{color:#d4d4d8;cursor:pointer;background:#ffffff0a;border:1px solid #ffffff14;border-radius:12px;justify-content:center;align-items:center;width:40px;height:40px;transition:background .15s,border-color .15s,transform .15s;display:none}.HomeHeader-module__aGDyeG__searchToggleBtn:hover{background:#22c55e14;border-color:#22c55e33;transform:translateY(-1px)}.HomeHeader-module__aGDyeG__mobileSearchTray{display:none}.HomeHeader-module__aGDyeG__hamburger{flex-direction:column;gap:5px;width:20px;display:flex}.HomeHeader-module__aGDyeG__hamburgerLine{background:var(--text-primary);width:100%;height:2px;transition:var(--transition-base);border-radius:2px;display:block}.HomeHeader-module__aGDyeG__authSection{align-items:center;gap:12px;margin-left:auto;display:flex}.HomeHeader-module__aGDyeG__loginBtn,.HomeHeader-module__aGDyeG__signupBtn{padding:var(--space-2)var(--space-5);border-radius:var(--radius-md);transition:var(--transition-base);cursor:pointer;align-items:center;font-size:.875rem;font-weight:600;text-decoration:none;display:inline-flex}.HomeHeader-module__aGDyeG__loginBtn{background:var(--success-light);color:var(--success);border:1px solid #22c55e4d}.HomeHeader-module__aGDyeG__signupBtn{color:#fafafa;background:#ffffff0d;border:1px solid #ffffff1a}.HomeHeader-module__aGDyeG__loginBtn:hover,.HomeHeader-module__aGDyeG__signupBtn:hover{transform:translateY(-1px)}.HomeHeader-module__aGDyeG__loginBtn:hover{background:#22c55e40;border-color:#22c55e80}.HomeHeader-module__aGDyeG__signupBtn:hover{background:#ffffff14}.HomeHeader-module__aGDyeG__loginBtn:active,.HomeHeader-module__aGDyeG__signupBtn:active{transform:scale(.97)}.HomeHeader-module__aGDyeG__logoutBtn{color:#ef4444;cursor:pointer;background:#ef44441a;border:1px solid #ef444440;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:34px;height:34px;transition:background .15s;display:inline-flex}.HomeHeader-module__aGDyeG__logoutBtn:hover{background:#ef444433}@media (max-width:1024px){.HomeHeader-module__aGDyeG__logoutBtn{display:none}}.HomeHeader-module__aGDyeG__banner{max-width:1200px;padding:var(--space-3)var(--space-5);justify-content:space-between;align-items:center;gap:var(--space-4);margin:0 auto;animation:.3s ease-out HomeHeader-module__aGDyeG__slideDown;display:flex}@keyframes HomeHeader-module__aGDyeG__slideDown{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}.HomeHeader-module__aGDyeG__bannerSuccess{background:#22c55e1f;border-top:1px solid #22c55e33}.HomeHeader-module__aGDyeG__bannerInfo{background:#3b82f61f;border-top:1px solid #3b82f633}.HomeHeader-module__aGDyeG__bannerWarning{background:#f59e0b1f;border-top:1px solid #f59e0b33}.HomeHeader-module__aGDyeG__bannerContent{align-items:center;gap:var(--space-3);flex:1;display:flex}.HomeHeader-module__aGDyeG__bannerIcon{flex-shrink:0;font-size:1.25rem}.HomeHeader-module__aGDyeG__bannerText{flex-direction:column;gap:2px;display:flex}.HomeHeader-module__aGDyeG__bannerTitle{color:var(--text-primary);margin:0;font-size:.875rem;font-weight:600}.HomeHeader-module__aGDyeG__bannerMessage{color:var(--text-secondary);margin:0;font-size:.8125rem}.HomeHeader-module__aGDyeG__bannerActions{align-items:center;gap:var(--space-2);flex-shrink:0;display:flex}.HomeHeader-module__aGDyeG__bannerButton{padding:var(--space-2)var(--space-3);border-radius:var(--radius-sm);cursor:pointer;transition:var(--transition-base);border:none;align-items:center;gap:4px;min-height:36px;font-size:.8125rem;font-weight:500;text-decoration:none;display:inline-flex}.HomeHeader-module__aGDyeG__bannerButtonPrimary{color:var(--text-primary);background:#ffffff26}.HomeHeader-module__aGDyeG__bannerButtonPrimary:hover{background:#ffffff40}.HomeHeader-module__aGDyeG__bannerSuccess .HomeHeader-module__aGDyeG__bannerButtonPrimary{color:var(--success);background:#22c55e33}.HomeHeader-module__aGDyeG__bannerSuccess .HomeHeader-module__aGDyeG__bannerButtonPrimary:hover{background:#22c55e4d}.HomeHeader-module__aGDyeG__bannerInfo .HomeHeader-module__aGDyeG__bannerButtonPrimary{color:var(--accent-primary);background:#3b82f633}.HomeHeader-module__aGDyeG__bannerInfo .HomeHeader-module__aGDyeG__bannerButtonPrimary:hover{background:#3b82f64d}.HomeHeader-module__aGDyeG__profileBtn{cursor:pointer;width:44px;height:44px;transition:var(--transition-base);background:linear-gradient(135deg,#22c55e 0%,#16a34a 100%);border:none;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;padding:0;display:none}.HomeHeader-module__aGDyeG__profileBtn:hover{opacity:.9;transform:scale(1.05)}.HomeHeader-module__aGDyeG__profileBtn:active{transform:scale(.95)}.HomeHeader-module__aGDyeG__profileAvatar{color:#0a0a0b;font-size:.875rem;font-weight:700;line-height:1}.HomeHeader-module__aGDyeG__bannerDismiss{color:var(--text-tertiary);border-radius:var(--radius-sm);cursor:pointer;min-width:44px;min-height:44px;transition:var(--transition-base);background:0 0;border:none;justify-content:center;align-items:center;font-size:1.125rem;line-height:1;display:flex}.HomeHeader-module__aGDyeG__bannerDismiss:hover{color:var(--text-primary);background:#ffffff0d}@media (max-width:1024px){.HomeHeader-module__aGDyeG__header{transition:transform .25s,background .2s;position:fixed;top:0;left:0;right:0}.HomeHeader-module__aGDyeG__headerHidden{transform:translateY(-100%)}.HomeHeader-module__aGDyeG__headerSpacer{flex-shrink:0;height:54px;display:block}.HomeHeader-module__aGDyeG__content{padding:var(--space-3)14px;gap:10px}.HomeHeader-module__aGDyeG__left{flex-shrink:1;min-width:0}.HomeHeader-module__aGDyeG__headerSearch{display:none}.HomeHeader-module__aGDyeG__title{font-size:1rem}.HomeHeader-module__aGDyeG__stats{flex-shrink:1;gap:8px;min-width:0}.HomeHeader-module__aGDyeG__stat{font-size:.75rem}.HomeHeader-module__aGDyeG__boostLink{flex-shrink:0;gap:4px;min-height:32px;padding:4px 8px}.HomeHeader-module__aGDyeG__boostMetric{white-space:nowrap;gap:4px;font-size:.75rem}.HomeHeader-module__aGDyeG__boostLabelShort:after{content:"·";color:#fde68a8c;margin:0 3px;font-weight:500}.HomeHeader-module__aGDyeG__boostLabelLong{display:none}.HomeHeader-module__aGDyeG__boostLabelShort{display:inline}.HomeHeader-module__aGDyeG__boostArrow{display:none}.HomeHeader-module__aGDyeG__balance{flex-shrink:0;padding:4px 8px}.HomeHeader-module__aGDyeG__balance .HomeHeader-module__aGDyeG__statLabel{display:none}.HomeHeader-module__aGDyeG__balanceValue{font-size:.875rem}.HomeHeader-module__aGDyeG__menuBtn,.HomeHeader-module__aGDyeG__searchToggleBtn,.HomeHeader-module__aGDyeG__profileBtn{display:flex}.HomeHeader-module__aGDyeG__authSection{gap:8px;display:flex}.HomeHeader-module__aGDyeG__loginBtn,.HomeHeader-module__aGDyeG__signupBtn{padding:6px 12px;font-size:.8125rem}.HomeHeader-module__aGDyeG__mobileSearchTray{background:#0a0a0a;border-bottom:1px solid #ffffff12;padding:12px 16px 14px;display:block;position:absolute;top:54px;left:0;right:0;box-shadow:0 16px 32px #00000042}.HomeHeader-module__aGDyeG__mobileSearchForm{background:#ffffff0a;border:1px solid #ffffff14;border-radius:14px;align-items:center;gap:10px;width:100%;min-height:44px;padding:0 12px;display:inline-flex}.HomeHeader-module__aGDyeG__banner{padding:var(--space-3)var(--space-4);align-items:flex-start;gap:var(--space-3);flex-direction:column}.HomeHeader-module__aGDyeG__bannerActions{justify-content:flex-end;width:100%}.HomeHeader-module__aGDyeG__bannerTitle{font-size:.8125rem}.HomeHeader-module__aGDyeG__bannerMessage{font-size:.75rem}}@media (max-width:640px){.HomeHeader-module__aGDyeG__left{flex:0 auto;min-width:0;max-width:34%}.HomeHeader-module__aGDyeG__title{text-overflow:ellipsis;white-space:nowrap;max-width:100%;overflow:hidden}.HomeHeader-module__aGDyeG__stats{gap:6px}.HomeHeader-module__aGDyeG__boostLink{min-height:30px;padding:3px 7px}.HomeHeader-module__aGDyeG__boostMetric{gap:3px;font-size:.72rem}.HomeHeader-module__aGDyeG__boostPointsValue{font-size:.72rem}}@media (max-width:480px){.HomeHeader-module__aGDyeG__content{padding:var(--space-3)10px;gap:6px}.HomeHeader-module__aGDyeG__left{gap:4px;max-width:28%}.HomeHeader-module__aGDyeG__logoSvg{display:none}.HomeHeader-module__aGDyeG__title{font-size:.8125rem}.HomeHeader-module__aGDyeG__stats{gap:5px}.HomeHeader-module__aGDyeG__boostLink{border-radius:8px;min-height:28px;padding:2px 6px}.HomeHeader-module__aGDyeG__boostLabelShort{letter-spacing:.03em;text-transform:uppercase;opacity:.92;font-size:.65rem}.HomeHeader-module__aGDyeG__boostPointsValue{font-size:.7rem}.HomeHeader-module__aGDyeG__balance{border-radius:8px;padding:2px 6px}.HomeHeader-module__aGDyeG__mobileSearchTray{padding:10px 12px 12px}.HomeHeader-module__aGDyeG__scoreStat,.HomeHeader-module__aGDyeG__boostHint{display:none}.HomeHeader-module__aGDyeG__balanceValue{font-size:.7rem}.HomeHeader-module__aGDyeG__searchToggleBtn,.HomeHeader-module__aGDyeG__menuBtn,.HomeHeader-module__aGDyeG__profileBtn{flex-shrink:0;width:36px;height:36px}.HomeHeader-module__aGDyeG__banner{padding:var(--space-3)}.HomeHeader-module__aGDyeG__bannerButton{padding:var(--space-1)var(--space-3);font-size:.75rem}}@media (prefers-reduced-motion:reduce){.HomeHeader-module__aGDyeG__banner{animation:none}.HomeHeader-module__aGDyeG__menuBtn,.HomeHeader-module__aGDyeG__loginBtn,.HomeHeader-module__aGDyeG__logoutBtn,.HomeHeader-module__aGDyeG__bannerButton,.HomeHeader-module__aGDyeG__bannerDismiss,.HomeHeader-module__aGDyeG__hamburgerLine{transition:none}.HomeHeader-module__aGDyeG__menuBtn:active,.HomeHeader-module__aGDyeG__loginBtn:hover,.HomeHeader-module__aGDyeG__loginBtn:active,.HomeHeader-module__aGDyeG__logoutBtn:active{transform:none}}
.CopyButton-module___L6Wxa__wrapper{align-items:center;display:inline-flex;position:relative}.CopyButton-module___L6Wxa__copyBtn{color:#a1a1aa;cursor:pointer;background:#ffffff0d;border:1px solid #ffffff1a;border-radius:6px;justify-content:center;align-items:center;padding:0;transition:all .2s;display:flex}.CopyButton-module___L6Wxa__copyBtn:hover{color:#fff;background:#ffffff1a;border-color:#fff3}.CopyButton-module___L6Wxa__copyBtn.CopyButton-module___L6Wxa__copied{color:#22c55e;background:#22c55e1a;border-color:#22c55e4d}.CopyButton-module___L6Wxa__md{width:28px;height:28px}.CopyButton-module___L6Wxa__sm{width:22px;height:22px}.CopyButton-module___L6Wxa__icon{width:14px;height:14px}.CopyButton-module___L6Wxa__sm .CopyButton-module___L6Wxa__icon{width:12px;height:12px}.CopyButton-module___L6Wxa__feedback{color:#fff;pointer-events:none;opacity:0;white-space:nowrap;z-index:10;background:#27272a;border:1px solid #ffffff1a;border-radius:4px;padding:4px 8px;font-size:10px;font-weight:600;transition:all .2s cubic-bezier(.175,.885,.32,1.275);position:absolute;top:-30px;left:50%;transform:translate(-50%)translateY(5px);box-shadow:0 4px 12px #0000004d}.CopyButton-module___L6Wxa__feedback.CopyButton-module___L6Wxa__visible{opacity:1;transform:translate(-50%)translateY(0)}.CopyButton-module___L6Wxa__feedback:after{content:"";border-top:4px solid #27272a;border-left:4px solid #0000;border-right:4px solid #0000;position:absolute;top:100%;left:50%;transform:translate(-50%)}
.UserProfileSummary-module__gI4lkq__userProfile{background:#ffffff08;border-top:1px solid #ffffff0f;align-items:center;gap:12px;padding:16px;display:flex}.UserProfileSummary-module__gI4lkq__avatar{color:#fff;background:#22c55e;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:40px;height:40px;font-size:1.125rem;font-weight:700;display:flex}.UserProfileSummary-module__gI4lkq__userInfo{flex-direction:column;flex:1;gap:0;min-width:0;display:flex}.UserProfileSummary-module__gI4lkq__userHandle{color:#fafafa;white-space:nowrap;text-overflow:ellipsis;font-size:.875rem;font-weight:600;overflow:hidden}.UserProfileSummary-module__gI4lkq__addressList{flex-direction:column;gap:2px;margin-top:1px;display:flex}.UserProfileSummary-module__gI4lkq__addressRow{align-items:center;gap:6px;display:flex}.UserProfileSummary-module__gI4lkq__addressLabel{color:#71717a;min-width:24px;font-size:.6rem;font-weight:700}.UserProfileSummary-module__gI4lkq__addressValue{color:#52525b;font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,Liberation Mono,Courier New,monospace;font-size:.6875rem}.UserProfileSummary-module__gI4lkq__copyBtn{opacity:.4;transition:opacity .2s;padding:0!important}.UserProfileSummary-module__gI4lkq__copyBtn:hover{opacity:1}
.LeftNav-module__yVObMW__nav{scrollbar-width:none;-ms-overflow-style:none;flex-direction:column;height:100%;padding:18px 0 0;display:flex;overflow-y:auto}.LeftNav-module__yVObMW__nav::-webkit-scrollbar{display:none}.LeftNav-module__yVObMW__section{padding:8px 16px}.LeftNav-module__yVObMW__sectionTitle{text-transform:uppercase;letter-spacing:.1em;color:#52525b;margin:0;padding:6px 16px 4px;font-size:.625rem;font-weight:700}.LeftNav-module__yVObMW__navList{flex-direction:column;gap:8px;margin:0;padding:0;list-style:none;display:flex}.LeftNav-module__yVObMW__navItemGroup{gap:8px;display:grid}.LeftNav-module__yVObMW__navItem{color:#fff;cursor:pointer;text-align:left;background:0 0;border:none;border-radius:8px;align-items:center;gap:12px;width:100%;padding:10px 16px;font-size:.9375rem;font-weight:500;text-decoration:none;transition:background .12s,color .12s;display:flex;position:relative}.LeftNav-module__yVObMW__navItem:hover{color:#fff;background:#ffffff14}.LeftNav-module__yVObMW__navItemActive{color:#fff;background:#22c55e1f;font-weight:600}.LeftNav-module__yVObMW__navItemActive:hover{color:#fff;background:#22c55e29}.LeftNav-module__yVObMW__navIcon{flex-shrink:0;justify-content:center;align-items:center;width:22px;height:22px;display:flex}.LeftNav-module__yVObMW__iconImg{object-fit:contain;filter:brightness(0)saturate()invert();width:20px;height:20px}.LeftNav-module__yVObMW__navItem:hover .LeftNav-module__yVObMW__iconImg,.LeftNav-module__yVObMW__navItemActive .LeftNav-module__yVObMW__iconImg{filter:brightness(0)saturate()invert()}.LeftNav-module__yVObMW__navLabel{flex:1}.LeftNav-module__yVObMW__subNavList{flex-direction:column;gap:4px;margin:0;padding:0 0 0 46px;list-style:none;display:flex}.LeftNav-module__yVObMW__subNavItem{color:#8f95a1;cursor:pointer;background:0 0;border:none;border-radius:10px;align-items:center;gap:10px;min-height:34px;padding:0 12px;font-size:.8125rem;font-weight:500;text-decoration:none;transition:background .12s,color .12s;display:flex}.LeftNav-module__yVObMW__subNavItem:hover{color:#d4d4d8;background:#ffffff09}.LeftNav-module__yVObMW__subNavItem:active{color:#f6f8fb;background:#ffffff0f}.LeftNav-module__yVObMW__subNavItemActive{color:#9bf3b5;background:#22c55e14}.LeftNav-module__yVObMW__subNavDot{background:#71717ae6;border-radius:999px;flex-shrink:0;width:6px;height:6px}.LeftNav-module__yVObMW__subNavItemActive .LeftNav-module__yVObMW__subNavDot{background:#22c55e}.LeftNav-module__yVObMW__subNavLabel{flex:1}.LeftNav-module__yVObMW__activeBar{background:#22c55e;border-radius:2px 0 0 2px;width:3px;height:18px;position:absolute;top:50%;right:0;transform:translateY(-50%)}.LeftNav-module__yVObMW__spacer{flex:1}.LeftNav-module__yVObMW__userProfile{border-top:1px solid #ffffff12;align-items:center;gap:10px;padding:16px 20px 22px;display:flex}.LeftNav-module__yVObMW__desktopProfile{border-top:1px solid #ffffff0f;margin-top:auto;background:0 0!important}
.TokenIcon-module___A5UKq__tokenIcon{contain:layout style;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;display:inline-flex;position:relative;overflow:hidden}.TokenIcon-module___A5UKq__tokenIcon svg{width:100%;height:100%;display:block}.TokenIcon-module___A5UKq__glow{filter:drop-shadow(0 0 6px var(--token-color))}@keyframes TokenIcon-module___A5UKq__pulse{0%,to{filter:drop-shadow(0 0 6px var(--token-color));transform:scale(1)}50%{filter:drop-shadow(0 0 10px var(--token-color));transform:scale(1.03)}}.TokenIcon-module___A5UKq__animate{will-change:transform,filter;animation:2.5s ease-in-out infinite TokenIcon-module___A5UKq__pulse}.TokenIcon-module___A5UKq__tokenBadge{align-items:center;gap:var(--space-2);padding:var(--space-1)var(--space-2);border-radius:var(--radius-full);background:#ffffff0a;border:1px solid #ffffff14;display:inline-flex}.TokenIcon-module___A5UKq__symbol{color:var(--text-primary);font-size:.875rem;font-weight:600}.TokenIcon-module___A5UKq__name{color:var(--text-secondary);margin-left:var(--space-1);font-size:.75rem}.TokenIcon-module___A5UKq__tokenSelectorItem{align-items:center;gap:var(--space-3);width:100%;padding:var(--space-3);border-radius:var(--radius-md);cursor:pointer;text-align:left;background:0 0;border:1px solid #0000;transition:background .15s;display:flex}.TokenIcon-module___A5UKq__tokenSelectorItem:hover{background:#ffffff0a}.TokenIcon-module___A5UKq__tokenSelectorItem.TokenIcon-module___A5UKq__selected{background:color-mix(in srgb,var(--token-color)10%,transparent);border-color:color-mix(in srgb,var(--token-color)30%,transparent)}.TokenIcon-module___A5UKq__tokenInfo{flex-direction:column;flex:1;display:flex}.TokenIcon-module___A5UKq__tokenSymbol{color:var(--text-primary);font-size:.9375rem;font-weight:600}.TokenIcon-module___A5UKq__tokenName{color:var(--text-secondary);font-size:.75rem}.TokenIcon-module___A5UKq__checkmark{width:20px;height:20px;color:var(--accent-primary);justify-content:center;align-items:center;font-weight:700;display:flex}.TokenIcon-module___A5UKq__tokenStack{align-items:center;display:flex}.TokenIcon-module___A5UKq__tokenStack .TokenIcon-module___A5UKq__tokenIcon{border:2px solid var(--bg-primary);margin-left:-8px}.TokenIcon-module___A5UKq__tokenStack .TokenIcon-module___A5UKq__tokenIcon:first-child{margin-left:0}.TokenIcon-module___A5UKq__tokenStackCount{border:2px solid var(--bg-primary);width:32px;height:32px;color:var(--text-secondary);background:#ffffff14;border-radius:50%;justify-content:center;align-items:center;margin-left:-8px;font-size:.75rem;font-weight:600;display:flex}@media (prefers-reduced-motion:reduce){.TokenIcon-module___A5UKq__animate{animation:none}}.TokenIcon-module___A5UKq__tokenGrid{gap:var(--space-3);grid-template-columns:repeat(auto-fill,minmax(80px,1fr));display:grid}.TokenIcon-module___A5UKq__tokenGridItem{align-items:center;gap:var(--space-2);padding:var(--space-3);border-radius:var(--radius-lg);cursor:pointer;background:#ffffff05;border:1px solid #ffffff0f;flex-direction:column;transition:transform .15s,background .15s;display:flex}.TokenIcon-module___A5UKq__tokenGridItem:hover{background:#ffffff0a;transform:translateY(-1px)}.TokenIcon-module___A5UKq__tokenGridItem.TokenIcon-module___A5UKq__selected{border-color:var(--accent-primary);background:#22c55e14}.TokenIcon-module___A5UKq__tokenGridLabel{color:var(--text-primary);text-transform:uppercase;font-size:.75rem;font-weight:600}
.CardPatterns-module__UbFL8a__container{contain:layout style;position:relative;overflow:hidden}.CardPatterns-module__UbFL8a__pattern{pointer-events:none;z-index:0;position:absolute;inset:0}.CardPatterns-module__UbFL8a__noise{animation:1s steps(8,end) infinite CardPatterns-module__UbFL8a__noiseMove}@keyframes CardPatterns-module__UbFL8a__noiseMove{0%,to{transform:translate(0)}10%{transform:translate(-1px,1px)}20%{transform:translate(1px,-1px)}30%{transform:translate(-1px,-1px)}40%{transform:translate(1px,1px)}50%{transform:translate(-1px)}60%{transform:translate(1px)}70%{transform:translateY(1px)}80%{transform:translateY(-1px)}90%{transform:translate(1px,-1px)}}.CardPatterns-module__UbFL8a__animate:not(.CardPatterns-module__UbFL8a__noise){animation:12s ease-in-out infinite CardPatterns-module__UbFL8a__patternPulse}@keyframes CardPatterns-module__UbFL8a__patternPulse{0%,to{opacity:.6}50%{opacity:.9}}.CardPatterns-module__UbFL8a__accent .CardPatterns-module__UbFL8a__pattern:after,.CardPatterns-module__UbFL8a__blue .CardPatterns-module__UbFL8a__pattern:after,.CardPatterns-module__UbFL8a__purple .CardPatterns-module__UbFL8a__pattern:after{content:"";pointer-events:none;position:absolute;inset:0}.CardPatterns-module__UbFL8a__accent .CardPatterns-module__UbFL8a__pattern:after{background:radial-gradient(at 100% 0,#22c55e14 0%,#0000 50%)}.CardPatterns-module__UbFL8a__blue .CardPatterns-module__UbFL8a__pattern:after{background:radial-gradient(at 100% 0,#3b82f614 0%,#0000 50%)}.CardPatterns-module__UbFL8a__purple .CardPatterns-module__UbFL8a__pattern:after{background:radial-gradient(at 100% 0,#8b5cf614 0%,#0000 50%)}.CardPatterns-module__UbFL8a__gradientOverlay{pointer-events:none;z-index:1;background:linear-gradient(#ffffff04 0%,#0000 30% 70%,#00000026 100%);position:absolute;inset:0}.CardPatterns-module__UbFL8a__content{z-index:2;position:relative}.CardPatterns-module__UbFL8a__cornerAccents{pointer-events:none;z-index:3;position:absolute;inset:0}.CardPatterns-module__UbFL8a__corner{border-style:solid;border-color:#ffffff1a;width:16px;height:16px;transition:border-color .2s;position:absolute}.CardPatterns-module__UbFL8a__accent .CardPatterns-module__UbFL8a__corner{border-color:#22c55e33}.CardPatterns-module__UbFL8a__blue .CardPatterns-module__UbFL8a__corner{border-color:#3b82f633}.CardPatterns-module__UbFL8a__purple .CardPatterns-module__UbFL8a__corner{border-color:#8b5cf633}.CardPatterns-module__UbFL8a__topLeft{border-width:1.5px 0 0 1.5px;top:12px;left:12px}.CardPatterns-module__UbFL8a__topRight{border-width:1.5px 1.5px 0 0;top:12px;right:12px}.CardPatterns-module__UbFL8a__bottomLeft{border-width:0 0 1.5px 1.5px;bottom:12px;left:12px}.CardPatterns-module__UbFL8a__bottomRight{border-width:0 1.5px 1.5px 0;bottom:12px;right:12px}.CardPatterns-module__UbFL8a__shimmer{pointer-events:none;background:linear-gradient(90deg,#0000 0%,#ffffff05 50%,#0000 100%);animation:3s infinite CardPatterns-module__UbFL8a__shimmer;position:absolute;inset:0}@keyframes CardPatterns-module__UbFL8a__shimmer{0%{transform:translate(-100%)}to{transform:translate(100%)}}.CardPatterns-module__UbFL8a__glassCard{-webkit-backdrop-filter:blur(12px);border-radius:var(--radius-xl);background:#ffffff05;border:1px solid #ffffff0f;box-shadow:0 2px 4px #0000001a,inset 0 1px #ffffff0a}.CardPatterns-module__UbFL8a__staticCard{border-radius:var(--radius-xl);border:1px solid #ffffff0f}.CardPatterns-module__UbFL8a__bgSubtle{background:linear-gradient(135deg,#ffffff05 0%,#0000 50%),#ffffff05}.CardPatterns-module__UbFL8a__bgGradient{background:linear-gradient(135deg,#22c55e0d 0%,#ffffff05 50%,#3b82f60d 100%)}.CardPatterns-module__UbFL8a__bgDot{background-color:#ffffff05;background-image:radial-gradient(circle,#ffffff0a 1px,#0000 1px),none;background-position:0 0,0 0;background-repeat:repeat,repeat;background-size:20px 20px;background-attachment:scroll,scroll;background-origin:padding-box,padding-box;background-clip:border-box,border-box}@media (prefers-reduced-motion:reduce){.CardPatterns-module__UbFL8a__noise,.CardPatterns-module__UbFL8a__animate:not(.CardPatterns-module__UbFL8a__noise),.CardPatterns-module__UbFL8a__shimmer{animation:none}.CardPatterns-module__UbFL8a__shimmer{opacity:0}}@media (prefers-reduced-data:reduce){.CardPatterns-module__UbFL8a__pattern,.CardPatterns-module__UbFL8a__shimmer{display:none}}@media (max-width:768px){.CardPatterns-module__UbFL8a__glassCard{-webkit-backdrop-filter:blur(8px)}.CardPatterns-module__UbFL8a__corner{width:12px;height:12px}}
.ConfirmDialog-module__BHa8pq__overlay{-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);z-index:1000;background:#000000b3;justify-content:center;align-items:center;padding:20px;animation:.2s ConfirmDialog-module__BHa8pq__fadeIn;display:flex;position:fixed;inset:0}@keyframes ConfirmDialog-module__BHa8pq__fadeIn{0%{opacity:0}to{opacity:1}}.ConfirmDialog-module__BHa8pq__dialog{border-radius:var(--radius-xl,20px);text-align:center;background:#1a1a1df2;border:1px solid #ffffff1a;width:100%;max-width:420px;padding:32px;animation:.3s ConfirmDialog-module__BHa8pq__slideUp;box-shadow:0 25px 50px -12px #00000080,0 0 0 1px #ffffff0d}@keyframes ConfirmDialog-module__BHa8pq__slideUp{0%{opacity:0;transform:translateY(20px)scale(.95)}to{opacity:1;transform:translateY(0)scale(1)}}.ConfirmDialog-module__BHa8pq__danger{border-color:#ef44444d}.ConfirmDialog-module__BHa8pq__warning{border-color:#f59e0b4d}.ConfirmDialog-module__BHa8pq__info{border-color:#22c55e4d}.ConfirmDialog-module__BHa8pq__iconWrapper{border-radius:50%;justify-content:center;align-items:center;width:64px;height:64px;margin:0 auto 20px;display:flex}.ConfirmDialog-module__BHa8pq__danger .ConfirmDialog-module__BHa8pq__iconWrapper{background:#ef44441a;border:1px solid #ef444433}.ConfirmDialog-module__BHa8pq__warning .ConfirmDialog-module__BHa8pq__iconWrapper{background:#f59e0b1a;border:1px solid #f59e0b33}.ConfirmDialog-module__BHa8pq__info .ConfirmDialog-module__BHa8pq__iconWrapper{background:#22c55e1a;border:1px solid #22c55e33}.ConfirmDialog-module__BHa8pq__icon{width:32px;height:32px}.ConfirmDialog-module__BHa8pq__danger .ConfirmDialog-module__BHa8pq__icon{color:#ef4444}.ConfirmDialog-module__BHa8pq__warning .ConfirmDialog-module__BHa8pq__icon{color:#f59e0b}.ConfirmDialog-module__BHa8pq__info .ConfirmDialog-module__BHa8pq__icon{color:var(--accent-primary,#22c55e)}.ConfirmDialog-module__BHa8pq__title{color:var(--text-primary,#fff);margin:0 0 12px;font-size:20px;font-weight:600;line-height:1.3}.ConfirmDialog-module__BHa8pq__message{color:var(--text-secondary,#ffffffb3);margin:0 0 28px;font-size:15px;line-height:1.6}.ConfirmDialog-module__BHa8pq__actions{justify-content:center;gap:12px;display:flex}.ConfirmDialog-module__BHa8pq__cancelBtn,.ConfirmDialog-module__BHa8pq__confirmBtn{border-radius:var(--radius-md,10px);cursor:pointer;border:none;flex:1;max-width:160px;padding:12px 24px;font-size:15px;font-weight:500;transition:all .2s}.ConfirmDialog-module__BHa8pq__cancelBtn{color:var(--text-secondary,#fffc);background:#ffffff14;border:1px solid #ffffff1a}.ConfirmDialog-module__BHa8pq__cancelBtn:hover{background:#ffffff1f;border-color:#ffffff26}.ConfirmDialog-module__BHa8pq__cancelBtn:focus-visible{outline:2px solid var(--accent-primary,#22c55e);outline-offset:2px}.ConfirmDialog-module__BHa8pq__confirmBtn{color:#fff}.ConfirmDialog-module__BHa8pq__dangerBtn{background:linear-gradient(135deg,#dc2626,#ef4444);box-shadow:0 4px 14px #ef44444d}.ConfirmDialog-module__BHa8pq__dangerBtn:hover{background:linear-gradient(135deg,#b91c1c,#dc2626);transform:translateY(-1px);box-shadow:0 6px 20px #ef444466}.ConfirmDialog-module__BHa8pq__warningBtn{background:linear-gradient(135deg,#d97706,#f59e0b);box-shadow:0 4px 14px #f59e0b4d}.ConfirmDialog-module__BHa8pq__warningBtn:hover{background:linear-gradient(135deg,#b45309,#d97706);transform:translateY(-1px);box-shadow:0 6px 20px #f59e0b66}.ConfirmDialog-module__BHa8pq__infoBtn{background:linear-gradient(135deg,var(--accent-primary,#22c55e),#4ade80);box-shadow:0 4px 14px #22c55e4d}.ConfirmDialog-module__BHa8pq__infoBtn:hover{background:linear-gradient(135deg,#16a34a,var(--accent-primary,#22c55e));transform:translateY(-1px);box-shadow:0 6px 20px #22c55e66}.ConfirmDialog-module__BHa8pq__confirmBtn:focus-visible{outline-offset:2px;outline:2px solid #fff}@media (max-width:480px){.ConfirmDialog-module__BHa8pq__dialog{margin:16px;padding:24px}.ConfirmDialog-module__BHa8pq__actions{flex-direction:column-reverse}.ConfirmDialog-module__BHa8pq__cancelBtn,.ConfirmDialog-module__BHa8pq__confirmBtn{width:100%;max-width:none}.ConfirmDialog-module__BHa8pq__title{font-size:18px}.ConfirmDialog-module__BHa8pq__message{font-size:14px}}
.EarningsSummary-module__h2cBTq__container{width:100%;margin-bottom:var(--space-8)}.EarningsSummary-module__h2cBTq__card{-webkit-backdrop-filter:blur(16px);border-radius:var(--radius-2xl);padding:var(--space-8);background:linear-gradient(165deg,#22c55e1f 0%,#10b9810f 30%,#ffffff05 60%,#22c55e14 100%);border:1px solid #22c55e33;position:relative;overflow:hidden;box-shadow:0 8px 32px #0000004d,0 0 60px #22c55e1f,inset 0 1px #ffffff0f,inset 0 -1px #0003}.EarningsSummary-module__h2cBTq__card:before{content:"";pointer-events:none;background:radial-gradient(#22c55e26 0%,#10b9810d 40%,#0000 70%);width:80%;height:100%;animation:8s ease-in-out infinite alternate EarningsSummary-module__h2cBTq__ambientGlow;position:absolute;top:-50%;right:-30%}@keyframes EarningsSummary-module__h2cBTq__ambientGlow{0%{opacity:.5;transform:translateY(0)scale(1)}to{opacity:.8;transform:translateY(10px)scale(1.05)}}.EarningsSummary-module__h2cBTq__card:after{content:"";pointer-events:none;background:linear-gradient(105deg,#0000 40%,#ffffff08 50%,#0000 60%);animation:6s ease-in-out infinite EarningsSummary-module__h2cBTq__shimmer;position:absolute;inset:0}@keyframes EarningsSummary-module__h2cBTq__shimmer{0%{transform:translate(-100%)}50%,to{transform:translate(100%)}}.EarningsSummary-module__h2cBTq__header{align-items:center;gap:var(--space-3);margin-bottom:var(--space-6);z-index:1;display:flex;position:relative}.EarningsSummary-module__h2cBTq__icon{width:28px;height:28px;color:var(--accent-primary);filter:drop-shadow(0 0 8px #22c55e80)}.EarningsSummary-module__h2cBTq__title{text-transform:uppercase;letter-spacing:.1em;color:var(--accent-primary);font-size:.875rem;font-weight:700;font-family:var(--font-mono)}.EarningsSummary-module__h2cBTq__availableSection{text-align:center;margin-bottom:var(--space-6);z-index:1;position:relative}.EarningsSummary-module__h2cBTq__availableLabel{color:var(--text-secondary);margin-bottom:var(--space-2);font-size:.875rem;font-weight:500;display:block}.EarningsSummary-module__h2cBTq__availableAmount{justify-content:center;align-items:flex-start;gap:var(--space-1);font-family:var(--font-mono);line-height:1;display:inline-flex}.EarningsSummary-module__h2cBTq__currencySymbol{color:var(--accent-primary);margin-top:var(--space-2);font-size:1.75rem;font-weight:600}.EarningsSummary-module__h2cBTq__amount{color:var(--text-primary);background:linear-gradient(180deg,#fff 0%,var(--accent-primary)100%);-webkit-text-fill-color:transparent;text-shadow:0 2px 20px #22c55e4d;-webkit-background-clip:text;background-clip:text;font-size:3.5rem;font-weight:800}.EarningsSummary-module__h2cBTq__divider{height:1px;margin-bottom:var(--space-6);z-index:1;background:linear-gradient(90deg,#0000 0%,#22c55e4d 20% 80%,#0000 100%);position:relative}.EarningsSummary-module__h2cBTq__divider:after{content:"";background:linear-gradient(90deg,#0000 0%,#fff3 50%,#0000 100%);width:40%;height:1px;position:absolute;top:0;left:50%;transform:translate(-50%)}.EarningsSummary-module__h2cBTq__statsGrid{gap:var(--space-4);margin-bottom:var(--space-6);z-index:1;grid-template-columns:1fr 1fr;display:grid;position:relative}.EarningsSummary-module__h2cBTq__stat{align-items:center;gap:var(--space-1);padding:var(--space-4);border-radius:var(--radius-xl);background:#ffffff08;border:1px solid #ffffff0f;flex-direction:column;transition:all .2s;display:flex}.EarningsSummary-module__h2cBTq__stat:hover{background:#ffffff0d;border-color:#22c55e33;transform:translateY(-2px)}.EarningsSummary-module__h2cBTq__statLabel{text-transform:uppercase;letter-spacing:.05em;color:var(--text-tertiary);font-size:.75rem;font-weight:600}.EarningsSummary-module__h2cBTq__statValuePending{color:var(--warning);font-size:1.125rem;font-weight:700;font-family:var(--font-mono)}.EarningsSummary-module__h2cBTq__statValueLifetime{color:var(--success);font-size:1.125rem;font-weight:700;font-family:var(--font-mono)}.EarningsSummary-module__h2cBTq__claimButton{justify-content:center;align-items:center;gap:var(--space-2);width:100%;padding:var(--space-4)var(--space-6);background:linear-gradient(135deg,var(--accent-primary)0%,#16a34a 100%);color:#fff;border-radius:var(--radius-xl);cursor:pointer;z-index:1;margin-bottom:var(--space-6);border:none;font-size:1rem;font-weight:700;transition:all .3s cubic-bezier(.4,0,.2,1);display:flex;position:relative;overflow:hidden;box-shadow:0 4px 14px #22c55e66,0 0 20px #22c55e33}.EarningsSummary-module__h2cBTq__claimButton:before{content:"";background:linear-gradient(135deg,#16a34a 0%,var(--accent-primary)100%);opacity:0;transition:opacity .3s;position:absolute;inset:0}.EarningsSummary-module__h2cBTq__claimButton:hover:not(.EarningsSummary-module__h2cBTq__disabled){transform:translateY(-2px);box-shadow:0 6px 20px #22c55e80,0 0 30px #22c55e4d}.EarningsSummary-module__h2cBTq__claimButton:hover:not(.EarningsSummary-module__h2cBTq__disabled):before{opacity:1}.EarningsSummary-module__h2cBTq__claimButton:active:not(.EarningsSummary-module__h2cBTq__disabled){transform:translateY(0)}.EarningsSummary-module__h2cBTq__claimButton.EarningsSummary-module__h2cBTq__disabled{background:var(--bg-tertiary);color:var(--text-tertiary);cursor:not-allowed;box-shadow:none}.EarningsSummary-module__h2cBTq__claimButton>span{z-index:1;position:relative}.EarningsSummary-module__h2cBTq__arrowIcon{z-index:1;width:18px;height:18px;transition:transform .2s;position:relative}.EarningsSummary-module__h2cBTq__claimButton:hover:not(.EarningsSummary-module__h2cBTq__disabled) .EarningsSummary-module__h2cBTq__arrowIcon{transform:translate(4px)}.EarningsSummary-module__h2cBTq__submissionStats{padding-top:var(--space-6);z-index:1;border-top:1px solid #ffffff0f;position:relative}.EarningsSummary-module__h2cBTq__submissionHeader{justify-content:center;align-items:center;gap:var(--space-2);margin-bottom:var(--space-3);display:flex}.EarningsSummary-module__h2cBTq__submissionIcon{width:16px;height:16px;color:var(--text-secondary)}.EarningsSummary-module__h2cBTq__submissionTotal{color:var(--text-secondary);font-size:.875rem;font-weight:600}.EarningsSummary-module__h2cBTq__submissionBreakdown{justify-content:center;align-items:center;gap:var(--space-6);display:flex}.EarningsSummary-module__h2cBTq__breakdownItem{align-items:center;gap:var(--space-2);color:var(--text-tertiary);font-size:.8125rem;font-weight:500;display:flex}.EarningsSummary-module__h2cBTq__statusIcon{width:16px;height:16px}.EarningsSummary-module__h2cBTq__breakdownItem:first-child .EarningsSummary-module__h2cBTq__statusIcon{color:var(--success)}.EarningsSummary-module__h2cBTq__breakdownItem:last-child .EarningsSummary-module__h2cBTq__statusIcon{color:var(--warning)}@media (max-width:640px){.EarningsSummary-module__h2cBTq__card{padding:var(--space-6)var(--space-5)}.EarningsSummary-module__h2cBTq__amount{font-size:2.75rem}.EarningsSummary-module__h2cBTq__currencySymbol{margin-top:var(--space-1);font-size:1.5rem}.EarningsSummary-module__h2cBTq__statsGrid{gap:var(--space-3)}.EarningsSummary-module__h2cBTq__stat{padding:var(--space-3)}.EarningsSummary-module__h2cBTq__statValuePending,.EarningsSummary-module__h2cBTq__statValueLifetime{font-size:1rem}.EarningsSummary-module__h2cBTq__claimButton{padding:var(--space-3)var(--space-4);font-size:.9375rem}.EarningsSummary-module__h2cBTq__submissionBreakdown{gap:var(--space-4)}}@media (prefers-reduced-motion:reduce){.EarningsSummary-module__h2cBTq__card:before,.EarningsSummary-module__h2cBTq__card:after{animation:none}.EarningsSummary-module__h2cBTq__claimButton{transition:none}.EarningsSummary-module__h2cBTq__claimButton:hover:not(.EarningsSummary-module__h2cBTq__disabled) .EarningsSummary-module__h2cBTq__arrowIcon{transform:none}.EarningsSummary-module__h2cBTq__stat{transition:none}}@media (prefers-reduced-data:reduce){.EarningsSummary-module__h2cBTq__card{-webkit-backdrop-filter:none;backdrop-filter:none;background:#22c55e14}.EarningsSummary-module__h2cBTq__card:before,.EarningsSummary-module__h2cBTq__card:after{display:none}}
.ActivePositions-module__HhRB5a__sectionTitle{color:#fafafa;margin-bottom:12px;font-size:1rem;font-weight:700}.ActivePositions-module__HhRB5a__list{flex-direction:column;gap:10px;display:flex}.ActivePositions-module__HhRB5a__card{--position-accent:#22c55e;border:1px solid #ffffff14;border-left:3px solid var(--position-accent);background:#111;border-radius:14px;padding:22px 24px;transition:transform .15s,box-shadow .15s}.ActivePositions-module__HhRB5a__card:hover{transform:translateY(-1px);box-shadow:0 6px 20px #0000004d}.ActivePositions-module__HhRB5a__cardHeader{justify-content:space-between;align-items:center;margin-bottom:16px;display:flex}.ActivePositions-module__HhRB5a__headerLeft{flex-wrap:nowrap;align-items:center;gap:12px;display:flex}.ActivePositions-module__HhRB5a__trenchName{color:inherit;font-size:.9375rem;font-weight:700}.ActivePositions-module__HhRB5a__trenchPill{background:color-mix(in srgb,var(--position-accent)16%,transparent);border:1px solid color-mix(in srgb,var(--position-accent)28%,transparent);color:var(--position-accent);border-radius:9999px;align-items:center;gap:8px;padding:6px 12px;display:inline-flex}.ActivePositions-module__HhRB5a__trenchIcon{font-size:.875rem;line-height:1}.ActivePositions-module__HhRB5a__liveBadge{color:#22c55e;background:#22c55e1f;border:1px solid #22c55e4d;border-radius:9999px;align-items:center;gap:5px;padding:2px 9px;font-size:.6875rem;font-weight:700;display:inline-flex}.ActivePositions-module__HhRB5a__liveDot{background:#22c55e;border-radius:50%;width:6px;height:6px;animation:1.5s ease-in-out infinite ActivePositions-module__HhRB5a__pulse}@keyframes ActivePositions-module__HhRB5a__pulse{0%,to{opacity:1}50%{opacity:.3}}.ActivePositions-module__HhRB5a__startDate{color:#52525b;font-size:.75rem}.ActivePositions-module__HhRB5a__dayProg{color:var(--position-accent);white-space:nowrap;font-size:.8125rem;font-weight:700}.ActivePositions-module__HhRB5a__statsRow{grid-template-columns:repeat(4,1fr);gap:12px;margin-bottom:14px;display:grid}.ActivePositions-module__HhRB5a__statLabel{color:#52525b;text-transform:uppercase;letter-spacing:.05em;margin-bottom:4px;font-size:.6875rem;font-weight:600;display:block}.ActivePositions-module__HhRB5a__statValue{color:#fafafa;font-size:.9375rem;font-weight:700;display:block}.ActivePositions-module__HhRB5a__accentValue{color:var(--position-accent)}.ActivePositions-module__HhRB5a__pausedBadge{color:#eab308;background:#eab3081f;border:1px solid #eab3084d;border-radius:9999px;align-items:center;gap:5px;padding:2px 9px;font-size:.6875rem;font-weight:700;display:inline-flex}.ActivePositions-module__HhRB5a__pausedIcon{font-size:.625rem;line-height:1}.ActivePositions-module__HhRB5a__pausedProg{color:#eab308;white-space:nowrap;font-size:.8125rem;font-weight:700}.ActivePositions-module__HhRB5a__pausedBanner{color:#eab308;background:#eab30814;border:1px solid #eab30833;border-radius:10px;justify-content:center;align-items:center;gap:8px;margin-bottom:14px;padding:10px 14px;font-size:.8125rem;display:flex}.ActivePositions-module__HhRB5a__pausedBannerText strong{color:#fbbf24;font-weight:700}.ActivePositions-module__HhRB5a__pausedValue{opacity:.7;color:#a1a1aa!important}.ActivePositions-module__HhRB5a__pausedTrack{opacity:.5}.ActivePositions-module__HhRB5a__progressTrack{background:#ffffff14;border-radius:9999px;height:8px;overflow:hidden}.ActivePositions-module__HhRB5a__progressFill{background:linear-gradient(90deg,var(--position-accent)0%,color-mix(in srgb,var(--position-accent)72%,white)100%);border-radius:9999px;height:100%;transition:width .6s}.ActivePositions-module__HhRB5a__empty{text-align:center;color:#52525b;background:#111;border:1px solid #ffffff12;border-radius:10px;padding:28px 20px;font-size:.875rem}.ActivePositions-module__HhRB5a__emptyIcon{opacity:.4;margin-bottom:8px;font-size:1.5rem;display:block}@media (max-width:600px){.ActivePositions-module__HhRB5a__card{padding:18px 16px}.ActivePositions-module__HhRB5a__cardHeader{flex-direction:column;align-items:flex-start;gap:10px}.ActivePositions-module__HhRB5a__headerLeft{flex-wrap:wrap}.ActivePositions-module__HhRB5a__dayProg{white-space:normal}.ActivePositions-module__HhRB5a__statsRow{grid-template-columns:1fr 1fr;gap:10px}}@media (max-width:420px){.ActivePositions-module__HhRB5a__statsRow{grid-template-columns:1fr}}
.StatsDashboard-module__0hBz3W__dashboard{width:100%}.StatsDashboard-module__0hBz3W__header{align-items:center;gap:var(--space-2);margin-bottom:var(--space-4);display:flex}.StatsDashboard-module__0hBz3W__titleIcon{font-size:1.125rem}.StatsDashboard-module__0hBz3W__title{color:var(--text-primary);text-transform:uppercase;letter-spacing:.05em;margin:0;font-size:1rem;font-weight:600}.StatsDashboard-module__0hBz3W__card{border-radius:var(--radius-xl);padding:var(--space-1);-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);background:#1a1a1d99;border:1px solid #ffffff14;overflow:hidden}.StatsDashboard-module__0hBz3W__statRow{padding:var(--space-4)var(--space-5);cursor:default;justify-content:space-between;align-items:center;transition:background-color .2s;display:flex}.StatsDashboard-module__0hBz3W__statRow:hover{background:#ffffff08}.StatsDashboard-module__0hBz3W__statLeft{align-items:center;gap:var(--space-3);display:flex}.StatsDashboard-module__0hBz3W__statIcon{border-radius:var(--radius-md);background:#ffffff0d;justify-content:center;align-items:center;width:32px;height:32px;font-size:1.25rem;display:flex}.StatsDashboard-module__0hBz3W__statLabel,.StatsDashboard-module__0hBz3W__statLabelWithIcon{flex-direction:column;display:flex}.StatsDashboard-module__0hBz3W__labelText{color:var(--text-secondary);font-size:.9375rem;font-weight:500}.StatsDashboard-module__0hBz3W__statRight{align-items:flex-end;gap:var(--space-1);flex-direction:column;display:flex}.StatsDashboard-module__0hBz3W__valueRow{align-items:center;gap:var(--space-2);display:flex}.StatsDashboard-module__0hBz3W__statValue{color:var(--text-primary);font-size:1.5rem;font-weight:700;font-family:var(--font-mono)}.StatsDashboard-module__0hBz3W__trendIndicator{padding:var(--space-1)var(--space-2);border-radius:var(--radius-sm);justify-content:center;align-items:center;min-width:24px;font-size:.875rem;font-weight:700;display:flex}.StatsDashboard-module__0hBz3W__trendUp{color:#22c55e;background:#22c55e26}.StatsDashboard-module__0hBz3W__trendDown{color:#ef4444;background:#ef444426}.StatsDashboard-module__0hBz3W__trendNeutral{color:#9ca3af;background:#9ca3af26}.StatsDashboard-module__0hBz3W__trendNew{color:#22d3ee;letter-spacing:.05em;padding:var(--space-1)var(--space-2);background:#22d3ee26;font-size:.625rem;font-weight:800}.StatsDashboard-module__0hBz3W__changeRow{align-items:center;gap:var(--space-2);display:flex}.StatsDashboard-module__0hBz3W__changeText{color:var(--text-tertiary);font-size:.8125rem}.StatsDashboard-module__0hBz3W__changeUp{color:#22c55e}.StatsDashboard-module__0hBz3W__changeDown{color:#ef4444}.StatsDashboard-module__0hBz3W__changeNew{color:#22d3ee}.StatsDashboard-module__0hBz3W__trophy{font-size:.875rem}.StatsDashboard-module__0hBz3W__divider{height:1px;margin:0 var(--space-5);background:#ffffff0f}@media (max-width:768px){.StatsDashboard-module__0hBz3W__statRow{padding:var(--space-3)var(--space-4)}.StatsDashboard-module__0hBz3W__statValue{font-size:1.25rem}.StatsDashboard-module__0hBz3W__labelText{font-size:.875rem}.StatsDashboard-module__0hBz3W__statIcon{width:28px;height:28px;font-size:1rem}.StatsDashboard-module__0hBz3W__changeText{font-size:.75rem}.StatsDashboard-module__0hBz3W__divider{margin:0 var(--space-4)}}@media (max-width:380px){.StatsDashboard-module__0hBz3W__statRow{padding:var(--space-3)}.StatsDashboard-module__0hBz3W__statLeft{gap:var(--space-2)}.StatsDashboard-module__0hBz3W__statIcon{width:24px;height:24px;font-size:.875rem}.StatsDashboard-module__0hBz3W__statValue{font-size:1.125rem}.StatsDashboard-module__0hBz3W__trendIndicator{padding:var(--space-1);min-width:20px;font-size:.75rem}}
.EarnTabsSection-module__2zRfpq__container{background:#111;border:1px solid #ffffff14;border-radius:14px;overflow:hidden}.EarnTabsSection-module__2zRfpq__notification{background:#22c55e14;border-bottom:1px solid #22c55e26;align-items:center;gap:6px;padding:8px 14px;display:flex}.EarnTabsSection-module__2zRfpq__notificationText{color:var(--success);font-size:.7rem;font-weight:500}.EarnTabsSection-module__2zRfpq__tabNav{border-bottom:1px solid #ffffff12;gap:18px;padding:12px 14px;display:flex}.EarnTabsSection-module__2zRfpq__tab{color:#d4d4d8;cursor:pointer;background:0 0;border:none;border-radius:0;align-items:center;gap:10px;padding:8px 0;font-size:.8125rem;font-weight:600;transition:background .12s,color .12s,border-color .12s,padding .12s;display:flex;position:relative}.EarnTabsSection-module__2zRfpq__tab:hover{color:#f4f4f5}.EarnTabsSection-module__2zRfpq__tab.EarnTabsSection-module__2zRfpq__active{color:#f5fff8;background:#22c55e29;border:1px solid #22c55e4d;border-radius:12px;padding:8px 14px;font-weight:700}.EarnTabsSection-module__2zRfpq__tab.EarnTabsSection-module__2zRfpq__active:after{content:none}.EarnTabsSection-module__2zRfpq__tabIconBadge{background:#ffffff0f;border:1px solid #ffffff14;border-radius:999px;flex-shrink:0;justify-content:center;align-items:center;width:28px;height:28px;display:inline-flex}.EarnTabsSection-module__2zRfpq__tab.EarnTabsSection-module__2zRfpq__active .EarnTabsSection-module__2zRfpq__tabIconBadge{background:#0a2413eb;border-color:#22c55e33}.EarnTabsSection-module__2zRfpq__tabIcon{justify-content:center;align-items:center;width:14px;height:14px;font-size:.9rem;font-weight:700;line-height:1;display:inline-flex}.EarnTabsSection-module__2zRfpq__tabIcon svg{width:14px;height:14px;display:block}.EarnTabsSection-module__2zRfpq__tabLabel{letter-spacing:.01em;font-size:.75rem;font-weight:600}.EarnTabsSection-module__2zRfpq__content{padding:12px}.EarnTabsSection-module__2zRfpq__grid{flex-direction:column;gap:8px;display:flex}.EarnTabsSection-module__2zRfpq__card{box-sizing:border-box;background:#161616;border:1px solid #ffffff12;border-radius:10px;justify-content:space-between;align-items:center;gap:12px;padding:12px 16px;transition:background .12s;display:flex}.EarnTabsSection-module__2zRfpq__card:hover{background:#1a1a1a}.EarnTabsSection-module__2zRfpq__pillRow{flex-wrap:wrap;align-items:center;gap:6px;display:flex}.EarnTabsSection-module__2zRfpq__rewardPill,.EarnTabsSection-module__2zRfpq__freqPill{color:#ffffffa6;white-space:nowrap;letter-spacing:.01em;background:0 0;border:1px solid #ffffff26;border-radius:999px;align-items:center;gap:3px;padding:4px 12px;font-size:.72rem;font-weight:500;display:inline-flex}.EarnTabsSection-module__2zRfpq__freqOneTime{color:#ffffff80}.EarnTabsSection-module__2zRfpq__freqDaily{color:#f97316;border-color:#f973164d}.EarnTabsSection-module__2zRfpq__freqWeekly{color:#8b5cf6;border-color:#8b5cf64d}.EarnTabsSection-module__2zRfpq__freqMonthly{color:#3b82f6;border-color:#3b82f64d}.EarnTabsSection-module__2zRfpq__freqContent{color:#ec4899;border-color:#ec48994d}.EarnTabsSection-module__2zRfpq__freqTwitter{color:#1d9bf0;border-color:#1d9bf04d}.EarnTabsSection-module__2zRfpq__freqDiscord{color:#5865f2;border-color:#5865f24d}.EarnTabsSection-module__2zRfpq__freqTelegram{color:#08c;border-color:#0088cc4d}.EarnTabsSection-module__2zRfpq__cardTitle{color:#fff;white-space:nowrap;text-overflow:ellipsis;margin:0;font-size:.9375rem;font-weight:600;line-height:1.3;overflow:hidden}.EarnTabsSection-module__2zRfpq__participants{color:#ffffff59;margin:0;font-size:.7rem}.EarnTabsSection-module__2zRfpq__cardFooter{flex-shrink:0;align-items:center;gap:8px;display:flex}.EarnTabsSection-module__2zRfpq__listDoTaskBtn{background:var(--success);color:#000;cursor:pointer;white-space:nowrap;border:none;border-radius:7px;flex-shrink:0;padding:6px 16px;font-size:.75rem;font-weight:700;transition:opacity .15s}.EarnTabsSection-module__2zRfpq__listDoTaskBtn:hover{opacity:.85}.EarnTabsSection-module__2zRfpq__listDoTaskBtn:disabled{opacity:.4;cursor:not-allowed}.EarnTabsSection-module__2zRfpq__moreLabel{text-align:center;color:var(--text-tertiary);grid-column:1/-1;margin:0;padding:8px;font-size:.68rem}.EarnTabsSection-module__2zRfpq__skippedSection{background:#ffffff03;border:1px solid #ffffff14;border-radius:10px;grid-column:1/-1;margin-top:4px;overflow:hidden}.EarnTabsSection-module__2zRfpq__skippedHeader{color:#fffc;text-align:left;cursor:pointer;background:#ffffff08;border:none;width:100%;padding:10px 12px;font-size:.74rem;font-weight:700}.EarnTabsSection-module__2zRfpq__skippedList{flex-direction:column;gap:8px;padding:10px;display:flex}.EarnTabsSection-module__2zRfpq__skippedItem{background:#0003;border:1px solid #ffffff12;border-radius:8px;justify-content:space-between;align-items:center;gap:10px;padding:10px;display:flex}.EarnTabsSection-module__2zRfpq__skippedTitle{color:#fff;margin:0;font-size:.76rem;font-weight:700;line-height:1.2}.EarnTabsSection-module__2zRfpq__skippedMeta{color:#ffffff8f;margin:3px 0 0;font-size:.67rem}.EarnTabsSection-module__2zRfpq__restoreBtn{color:var(--success);cursor:pointer;white-space:nowrap;background:#22c55e1f;border:1px solid #22c55e66;border-radius:7px;padding:5px 10px;font-size:.68rem;font-weight:700}.EarnTabsSection-module__2zRfpq__restoreBtn:disabled{opacity:.45;cursor:not-allowed}@media (max-width:768px){.EarnTabsSection-module__2zRfpq__tabNav{-webkit-overflow-scrolling:touch;scrollbar-width:none;padding-bottom:10px;overflow-x:auto}.EarnTabsSection-module__2zRfpq__tabNav::-webkit-scrollbar{display:none}.EarnTabsSection-module__2zRfpq__tab{flex-shrink:0;min-height:44px}.EarnTabsSection-module__2zRfpq__content{padding:10px}.EarnTabsSection-module__2zRfpq__card,.EarnTabsSection-module__2zRfpq__skippedItem{padding:14px}.EarnTabsSection-module__2zRfpq__cardFooter,.EarnTabsSection-module__2zRfpq__skippedItem{flex-direction:column;align-items:stretch}.EarnTabsSection-module__2zRfpq__taskHint{white-space:normal}.EarnTabsSection-module__2zRfpq__actions,.EarnTabsSection-module__2zRfpq__telegramInline{flex-wrap:wrap;justify-content:space-between;width:100%}.EarnTabsSection-module__2zRfpq__openBtn,.EarnTabsSection-module__2zRfpq__joinBtn,.EarnTabsSection-module__2zRfpq__skipBtn,.EarnTabsSection-module__2zRfpq__restoreBtn{min-height:40px}}.EarnTabsSection-module__2zRfpq__brief{border:1px solid var(--border-primary);background:#00000040;border-radius:7px;margin-top:6px;padding:10px 12px}.EarnTabsSection-module__2zRfpq__briefText{color:var(--text-secondary);margin:0 0 6px;font-size:.75rem;line-height:1.5}.EarnTabsSection-module__2zRfpq__briefTags{color:var(--success);margin:0;font-size:.68rem}.EarnTabsSection-module__2zRfpq__skeletonCard{background:#111113;border:1px solid #ffffff12;border-radius:14px;flex-direction:column;gap:10px;padding:18px 16px 14px;display:flex}.EarnTabsSection-module__2zRfpq__skeletonPills{background:#ffffff0f;border-radius:999px;width:45%;height:26px;animation:1.4s ease-in-out infinite EarnTabsSection-module__2zRfpq__shimmer}.EarnTabsSection-module__2zRfpq__skeletonTitle{background:#ffffff0f;border-radius:5px;width:80%;height:16px;animation:1.4s ease-in-out 50ms infinite EarnTabsSection-module__2zRfpq__shimmer}.EarnTabsSection-module__2zRfpq__skeletonSub{background:#ffffff0a;border-radius:5px;width:45%;height:10px;animation:1.4s ease-in-out .1s infinite EarnTabsSection-module__2zRfpq__shimmer}.EarnTabsSection-module__2zRfpq__skeletonFooter{background:#ffffff0a;border-radius:6px;height:26px;animation:1.4s ease-in-out .2s infinite EarnTabsSection-module__2zRfpq__shimmer}@keyframes EarnTabsSection-module__2zRfpq__shimmer{0%,to{opacity:.35}50%{opacity:.7}}@media (hover:none) and (pointer:coarse){.EarnTabsSection-module__2zRfpq__tab{min-height:44px}.EarnTabsSection-module__2zRfpq__joinBtn,.EarnTabsSection-module__2zRfpq__openBtn{min-height:36px}.EarnTabsSection-module__2zRfpq__joinBtn:active,.EarnTabsSection-module__2zRfpq__openBtn:active{transform:scale(.96)}}@media (prefers-reduced-motion:reduce){.EarnTabsSection-module__2zRfpq__card,.EarnTabsSection-module__2zRfpq__tab,.EarnTabsSection-module__2zRfpq__joinBtn,.EarnTabsSection-module__2zRfpq__openBtn{transition:none}.EarnTabsSection-module__2zRfpq__skeletonPills,.EarnTabsSection-module__2zRfpq__skeletonTitle,.EarnTabsSection-module__2zRfpq__skeletonSub,.EarnTabsSection-module__2zRfpq__skeletonFooter{animation:none}}
.SuccessStories-module__5g_b4G__container{background:var(--bg-card);border:1px solid var(--border-primary);border-radius:var(--radius-xl);padding:var(--space-6);position:relative;overflow:hidden}.SuccessStories-module__5g_b4G__container:before{content:"";pointer-events:none;background:linear-gradient(135deg,#6366f108 0%,#0000 50%,#a855f708 100%);position:absolute;inset:0}.SuccessStories-module__5g_b4G__header{align-items:center;gap:var(--space-2);margin-bottom:var(--space-5);z-index:1;display:flex;position:relative}.SuccessStories-module__5g_b4G__headerIcon{font-size:1.25rem;line-height:1}.SuccessStories-module__5g_b4G__title{color:var(--text-primary);text-transform:uppercase;letter-spacing:.05em;font-size:1rem;font-weight:700;font-family:var(--font-mono);margin:0}.SuccessStories-module__5g_b4G__carousel{z-index:1;position:relative}.SuccessStories-module__5g_b4G__carouselTrack{transition:opacity .3s,transform .3s}.SuccessStories-module__5g_b4G__carouselTrack.SuccessStories-module__5g_b4G__transitioning{opacity:0;transform:translateY(8px)}.SuccessStories-module__5g_b4G__storyCard{background:var(--bg-secondary);border:1px solid var(--border-secondary);border-radius:var(--radius-lg);padding:var(--space-5);position:relative}.SuccessStories-module__5g_b4G__storyCard:before,.SuccessStories-module__5g_b4G__storyCard:after{content:"";border-color:var(--accent-primary);opacity:.3;border-style:solid;width:20px;height:20px;position:absolute}.SuccessStories-module__5g_b4G__storyCard:before{border-radius:var(--radius-sm)0 0 0;border-width:2px 0 0 2px;top:12px;left:12px}.SuccessStories-module__5g_b4G__storyCard:after{border-radius:0 0 var(--radius-sm)0;border-width:0 2px 2px 0;bottom:12px;right:12px}.SuccessStories-module__5g_b4G__quote{color:var(--text-primary);margin:0 0 var(--space-5)0;padding:0;font-size:1.25rem;font-style:italic;font-weight:500;line-height:1.5;position:relative}.SuccessStories-module__5g_b4G__quoteMark,.SuccessStories-module__5g_b4G__quoteMarkEnd{color:var(--accent-primary);font-size:1.5rem;font-weight:700;line-height:1}.SuccessStories-module__5g_b4G__quoteMark{margin-right:var(--space-1)}.SuccessStories-module__5g_b4G__quoteMarkEnd{margin-left:var(--space-1)}.SuccessStories-module__5g_b4G__authorSection{align-items:center;gap:var(--space-3);margin-bottom:var(--space-5);padding-bottom:var(--space-5);border-bottom:1px solid var(--border-secondary);display:flex}.SuccessStories-module__5g_b4G__avatar{background:linear-gradient(135deg,var(--accent-primary),#16a34a);color:#fff;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:48px;height:48px;font-size:1.25rem;font-weight:700;display:flex;overflow:hidden}.SuccessStories-module__5g_b4G__avatar img{object-fit:cover;width:100%;height:100%}.SuccessStories-module__5g_b4G__authorInfo{flex:1;min-width:0}.SuccessStories-module__5g_b4G__authorName{color:var(--text-primary);margin-bottom:var(--space-0-5);font-size:1rem;font-weight:600}.SuccessStories-module__5g_b4G__authorHandle{color:var(--text-secondary);font-size:.875rem;font-family:var(--font-mono)}.SuccessStories-module__5g_b4G__tierBadge{align-items:flex-end;gap:var(--space-1);flex-direction:column;display:flex}.SuccessStories-module__5g_b4G__tierName{color:var(--accent-primary);text-transform:uppercase;letter-spacing:.05em;font-size:.75rem;font-weight:600;font-family:var(--font-mono)}.SuccessStories-module__5g_b4G__stars{gap:2px;display:flex}.SuccessStories-module__5g_b4G__starFilled{color:#fbbf24;text-shadow:0 0 4px #fbbf2466;font-size:.875rem}.SuccessStories-module__5g_b4G__starEmpty{color:var(--text-muted);opacity:.4;font-size:.875rem}.SuccessStories-module__5g_b4G__stats{justify-content:center;align-items:center;gap:var(--space-6);display:flex}.SuccessStories-module__5g_b4G__stat{align-items:center;gap:var(--space-1);text-align:center;flex-direction:column;display:flex}.SuccessStories-module__5g_b4G__statIcon{margin-bottom:var(--space-1);font-size:1.25rem;line-height:1}.SuccessStories-module__5g_b4G__statValue{color:var(--text-primary);font-size:1.25rem;font-weight:700;font-family:var(--font-mono)}.SuccessStories-module__5g_b4G__statLabel{color:var(--text-tertiary);text-transform:lowercase;font-size:.75rem}.SuccessStories-module__5g_b4G__statDivider{background:var(--border-secondary);width:1px;height:40px}.SuccessStories-module__5g_b4G__indicators{justify-content:center;align-items:center;gap:var(--space-2);margin-top:var(--space-4);display:flex}.SuccessStories-module__5g_b4G__indicator{border:2px solid var(--border-accent);cursor:pointer;width:10px;height:10px;transition:var(--transition-fast);background:0 0;border-radius:50%;padding:0}.SuccessStories-module__5g_b4G__indicator:hover{border-color:var(--accent-primary);transform:scale(1.1)}.SuccessStories-module__5g_b4G__indicatorActive{background:var(--accent-primary);border-color:var(--accent-primary);box-shadow:0 0 8px #6366f180}.SuccessStories-module__5g_b4G__socialProof{justify-content:center;align-items:center;gap:var(--space-3);margin-top:var(--space-5);padding:var(--space-4);background:var(--bg-secondary);border-radius:var(--radius-lg);border:1px solid var(--border-secondary);z-index:1;display:flex;position:relative}.SuccessStories-module__5g_b4G__socialProofIcon{flex-shrink:0;font-size:1.5rem;line-height:1}.SuccessStories-module__5g_b4G__socialProofText{color:var(--text-secondary);text-align:center;margin:0;font-size:.9375rem;line-height:1.5}.SuccessStories-module__5g_b4G__socialProofText strong{color:var(--accent-primary);font-weight:700}.SuccessStories-module__5g_b4G__ctaButton{justify-content:center;align-items:center;gap:var(--space-2);width:100%;margin-top:var(--space-4);padding:var(--space-4)var(--space-6);background:linear-gradient(135deg,var(--accent-primary),#16a34a);border-radius:var(--radius-lg);color:#fff;cursor:pointer;transition:var(--transition-base);z-index:1;border:none;font-size:1rem;font-weight:600;display:flex;position:relative;overflow:hidden}.SuccessStories-module__5g_b4G__ctaButton:before{content:"";background:linear-gradient(135deg,#16a34a,var(--accent-primary));opacity:0;transition:opacity .3s;position:absolute;inset:0}.SuccessStories-module__5g_b4G__ctaButton:hover{transform:translateY(-2px);box-shadow:0 8px 24px #6366f166}.SuccessStories-module__5g_b4G__ctaButton:hover:before{opacity:1}.SuccessStories-module__5g_b4G__ctaButton:active{transform:translateY(0)}.SuccessStories-module__5g_b4G__ctaButton>*{z-index:1;position:relative}.SuccessStories-module__5g_b4G__ctaArrow{transition:transform var(--transition-fast)}.SuccessStories-module__5g_b4G__ctaButton:hover .SuccessStories-module__5g_b4G__ctaArrow{transform:translate(4px)}@media (max-width:640px){.SuccessStories-module__5g_b4G__container{padding:var(--space-4)}.SuccessStories-module__5g_b4G__title{font-size:.875rem}.SuccessStories-module__5g_b4G__storyCard{padding:var(--space-4)}.SuccessStories-module__5g_b4G__quote{font-size:1.125rem}.SuccessStories-module__5g_b4G__quoteMark,.SuccessStories-module__5g_b4G__quoteMarkEnd{font-size:1.25rem}.SuccessStories-module__5g_b4G__authorSection{gap:var(--space-2);flex-wrap:wrap}.SuccessStories-module__5g_b4G__tierBadge{align-items:center;gap:var(--space-2);width:100%;margin-top:var(--space-2);padding-top:var(--space-2);border-top:1px solid var(--border-secondary);flex-direction:row}.SuccessStories-module__5g_b4G__stats{gap:var(--space-4)}.SuccessStories-module__5g_b4G__statValue{font-size:1.125rem}.SuccessStories-module__5g_b4G__socialProof{text-align:center;gap:var(--space-2);flex-direction:column}.SuccessStories-module__5g_b4G__socialProofText{font-size:.875rem}.SuccessStories-module__5g_b4G__ctaButton{padding:var(--space-3)var(--space-4);font-size:.9375rem}}@media (max-width:380px){.SuccessStories-module__5g_b4G__quote{font-size:1rem}.SuccessStories-module__5g_b4G__authorName{font-size:.9375rem}.SuccessStories-module__5g_b4G__authorHandle{font-size:.75rem}.SuccessStories-module__5g_b4G__tierName{font-size:.625rem}.SuccessStories-module__5g_b4G__starFilled,.SuccessStories-module__5g_b4G__starEmpty{font-size:.75rem}.SuccessStories-module__5g_b4G__statValue{font-size:1rem}.SuccessStories-module__5g_b4G__statLabel{font-size:.6875rem}}@media (prefers-reduced-motion:reduce){.SuccessStories-module__5g_b4G__carouselTrack,.SuccessStories-module__5g_b4G__indicator,.SuccessStories-module__5g_b4G__ctaButton,.SuccessStories-module__5g_b4G__ctaArrow{transition:none}.SuccessStories-module__5g_b4G__ctaButton:hover{transform:none}.SuccessStories-module__5g_b4G__ctaButton:before{display:none}}.SuccessStories-module__5g_b4G__indicator:focus-visible,.SuccessStories-module__5g_b4G__ctaButton:focus-visible{outline:2px solid var(--accent-primary);outline-offset:2px}@media (prefers-contrast:high){.SuccessStories-module__5g_b4G__storyCard{border-width:2px}.SuccessStories-module__5g_b4G__indicator,.SuccessStories-module__5g_b4G__indicatorActive{border-width:3px}}
.EarnTabsSectionV1-module__f4x1oq__container{background:var(--bg-tertiary);border:1px solid var(--border-primary);border-radius:var(--radius-lg);overflow:hidden}.EarnTabsSectionV1-module__f4x1oq__notification{align-items:center;gap:var(--space-2);padding:var(--space-3);background:var(--success-light);border-bottom:1px solid #22c55e33;display:flex}.EarnTabsSectionV1-module__f4x1oq__notificationIcon{font-size:.875rem}.EarnTabsSectionV1-module__f4x1oq__notificationText{color:var(--success);font-size:.75rem;font-weight:500}.EarnTabsSectionV1-module__f4x1oq__tabNav{border-bottom:1px solid var(--border-secondary);display:flex}.EarnTabsSectionV1-module__f4x1oq__tab{padding:var(--space-3)var(--space-2);color:var(--text-tertiary);cursor:pointer;transition:var(--transition-base);background:0 0;border:none;flex-direction:column;flex:1;justify-content:center;align-items:center;gap:4px;font-size:.8125rem;font-weight:500;display:flex;position:relative}.EarnTabsSectionV1-module__f4x1oq__tab:hover{color:var(--text-primary);background:var(--bg-hover)}.EarnTabsSectionV1-module__f4x1oq__tab.EarnTabsSectionV1-module__f4x1oq__active{color:var(--text-primary)}.EarnTabsSectionV1-module__f4x1oq__tab.EarnTabsSectionV1-module__f4x1oq__active:after{content:"";background:var(--success);border-radius:1px;height:2px;position:absolute;bottom:0;left:20%;right:20%}.EarnTabsSectionV1-module__f4x1oq__tabIcon{font-size:1.125rem}.EarnTabsSectionV1-module__f4x1oq__tabLabel{text-transform:uppercase;letter-spacing:.05em;font-size:.625rem}.EarnTabsSectionV1-module__f4x1oq__content{padding:var(--space-3);min-height:120px}.EarnTabsSectionV1-module__f4x1oq__grid{gap:var(--space-3);flex-direction:column;display:flex}.EarnTabsSectionV1-module__f4x1oq__card{gap:var(--space-2);padding:var(--space-4);background:var(--bg-secondary);border:1px solid var(--border-secondary);border-radius:var(--radius-md);transition:var(--transition-base);flex-direction:column;display:flex}.EarnTabsSectionV1-module__f4x1oq__card:hover{background:var(--bg-hover)}.EarnTabsSectionV1-module__f4x1oq__typeBadge{padding:var(--space-1)var(--space-2);background:var(--bg-tertiary);border:1px solid var(--border-secondary);border-radius:var(--radius-sm);color:var(--text-secondary);text-transform:uppercase;letter-spacing:.05em;align-self:flex-start;font-size:.625rem;font-weight:600;display:inline-flex}.EarnTabsSectionV1-module__f4x1oq__pillOneTime{color:var(--text-secondary);background:#94a3b81a;border:1px solid #94a3b833}.EarnTabsSectionV1-module__f4x1oq__pillDaily{color:#f97316;background:#f973161f;border:1px solid #f9731640}.EarnTabsSectionV1-module__f4x1oq__pillWeekly{color:#8b5cf6;background:#8b5cf61f;border:1px solid #8b5cf640}.EarnTabsSectionV1-module__f4x1oq__pillMonthly{color:#3b82f6;background:#3b82f61f;border:1px solid #3b82f640}.EarnTabsSectionV1-module__f4x1oq__cardTop{justify-content:space-between;align-items:center;gap:var(--space-2);display:flex}.EarnTabsSectionV1-module__f4x1oq__rewardBadge{color:var(--success);white-space:nowrap;background:#22c55e1a;border:1px solid #22c55e33;border-radius:20px;flex-shrink:0;padding:2px 8px;font-size:.72rem;font-weight:700}.EarnTabsSectionV1-module__f4x1oq__platformBadge{border-radius:var(--radius-sm);text-transform:uppercase;letter-spacing:.04em;align-self:flex-start;padding:2px 7px;font-size:.6rem;font-weight:700;display:inline-flex}.EarnTabsSectionV1-module__f4x1oq__platformTwitter{color:#1d9bf0;background:#1d9bf01f;border:1px solid #1d9bf040}.EarnTabsSectionV1-module__f4x1oq__platformDiscord{color:#5865f2;background:#5865f21f;border:1px solid #5865f240}.EarnTabsSectionV1-module__f4x1oq__platformTelegram{color:#08c;background:#0088cc1f;border:1px solid #0088cc40}.EarnTabsSectionV1-module__f4x1oq__platformDefault{color:var(--success);background:#22c55e1a;border:1px solid #22c55e33}.EarnTabsSectionV1-module__f4x1oq__filterRow{padding:var(--space-2)var(--space-3);border-bottom:1px solid var(--border-secondary);flex-wrap:wrap;gap:6px;display:flex}.EarnTabsSectionV1-module__f4x1oq__filterChip{border:1px solid var(--border-primary);color:var(--text-secondary);cursor:pointer;transition:var(--transition-base);background:0 0;border-radius:20px;padding:2px 10px;font-size:.68rem;font-weight:500}.EarnTabsSectionV1-module__f4x1oq__filterChip:hover{border-color:var(--success);color:var(--text-primary)}.EarnTabsSectionV1-module__f4x1oq__filterChipActive{border-color:var(--success);color:var(--success);background:#22c55e1f}.EarnTabsSectionV1-module__f4x1oq__cardTitle{color:var(--text-primary);margin:0;font-size:.9375rem;font-weight:600;line-height:1.4}.EarnTabsSectionV1-module__f4x1oq__meta{color:var(--text-muted);margin:0;font-size:.75rem}.EarnTabsSectionV1-module__f4x1oq__hint{color:var(--text-secondary);margin:0;font-size:.8125rem;font-style:italic}.EarnTabsSectionV1-module__f4x1oq__cardActions{align-items:center;gap:var(--space-2);margin-top:var(--space-2);display:flex}.EarnTabsSectionV1-module__f4x1oq__openLink{padding:var(--space-2)var(--space-3);border:1px solid var(--border-primary);border-radius:var(--radius-sm);color:var(--text-secondary);cursor:pointer;transition:var(--transition-base);background:0 0;font-size:.75rem;font-weight:500;text-decoration:none}.EarnTabsSectionV1-module__f4x1oq__openLink:hover{background:var(--bg-hover);color:var(--text-primary)}.EarnTabsSectionV1-module__f4x1oq__actionBtn{padding:var(--space-2)var(--space-3);background:var(--success-light);border-radius:var(--radius-sm);color:var(--success);cursor:pointer;transition:var(--transition-base);border:1px solid #22c55e40;font-size:.75rem;font-weight:600}.EarnTabsSectionV1-module__f4x1oq__actionBtn:hover{background:#22c55e40}.EarnTabsSectionV1-module__f4x1oq__card.EarnTabsSectionV1-module__f4x1oq__pending{opacity:.8;border-color:var(--border-secondary);background:var(--bg-tertiary)}.EarnTabsSectionV1-module__f4x1oq__card.EarnTabsSectionV1-module__f4x1oq__completed{background:#22c55e14;border-color:#22c55e4d}.EarnTabsSectionV1-module__f4x1oq__statusText{color:var(--text-tertiary);font-size:.75rem;font-weight:500;animation:2s ease-in-out infinite EarnTabsSectionV1-module__f4x1oq__pulse}@keyframes EarnTabsSectionV1-module__f4x1oq__pulse{0%,to{opacity:.6}50%{opacity:1}}.EarnTabsSectionV1-module__f4x1oq__statusBadge{padding:var(--space-1)var(--space-3);border-radius:var(--radius-sm);color:var(--success);background:#22c55e26;border:1px solid #22c55e4d;align-items:center;gap:4px;font-size:.75rem;font-weight:600;display:inline-flex}.EarnTabsSectionV1-module__f4x1oq__more{text-align:center;padding:var(--space-2);color:var(--text-muted);font-size:.75rem}.EarnTabsSectionV1-module__f4x1oq__loading{justify-content:center;align-items:center;gap:var(--space-3);padding:var(--space-8);color:var(--text-tertiary);flex-direction:column;font-size:.8125rem;display:flex}.EarnTabsSectionV1-module__f4x1oq__spinner{border:2px solid var(--border-primary);border-top-color:var(--success);border-radius:50%;width:24px;height:24px;animation:.8s linear infinite EarnTabsSectionV1-module__f4x1oq__spin}@keyframes EarnTabsSectionV1-module__f4x1oq__spin{to{transform:rotate(360deg)}}@media (min-width:768px){.EarnTabsSectionV1-module__f4x1oq__grid{gap:var(--space-3);grid-template-columns:repeat(2,1fr);display:grid}.EarnTabsSectionV1-module__f4x1oq__card{height:100%}}@media (min-width:1200px){.EarnTabsSectionV1-module__f4x1oq__grid{grid-template-columns:repeat(3,1fr)}}@media (hover:none) and (pointer:coarse){.EarnTabsSectionV1-module__f4x1oq__tab,.EarnTabsSectionV1-module__f4x1oq__actionBtn,.EarnTabsSectionV1-module__f4x1oq__openLink{min-width:44px;min-height:44px}.EarnTabsSectionV1-module__f4x1oq__actionBtn:active,.EarnTabsSectionV1-module__f4x1oq__openLink:active{transform:scale(.96)}}@media (prefers-reduced-motion:reduce){.EarnTabsSectionV1-module__f4x1oq__tab,.EarnTabsSectionV1-module__f4x1oq__card,.EarnTabsSectionV1-module__f4x1oq__actionBtn,.EarnTabsSectionV1-module__f4x1oq__openLink{transition:none}.EarnTabsSectionV1-module__f4x1oq__spinner,.EarnTabsSectionV1-module__f4x1oq__statusText{animation:none}}
.FirstSprayTour-module__TC08Kq__overlay{z-index:var(--z-popover);opacity:0;pointer-events:none;transition:opacity .3s;position:fixed;inset:0}.FirstSprayTour-module__TC08Kq__overlay.FirstSprayTour-module__TC08Kq__visible{opacity:1;pointer-events:auto}.FirstSprayTour-module__TC08Kq__backdrop{background:#0000008c;position:absolute;inset:0}.FirstSprayTour-module__TC08Kq__spotlight{border-radius:var(--radius-xl);pointer-events:none;transition:all .4s cubic-bezier(.4,0,.2,1);animation:2s ease-in-out infinite FirstSprayTour-module__TC08Kq__pulse-spotlight;position:absolute;box-shadow:0 0 0 9999px #0000008c}@keyframes FirstSprayTour-module__TC08Kq__pulse-spotlight{0%,to{box-shadow:0 0 0 9999px #0000008c,0 0 20px #22c55e4d,inset 0 0 20px #22c55e1a}50%{box-shadow:0 0 0 9999px #0000008c,0 0 40px #22c55e80,inset 0 0 30px #22c55e33}}.FirstSprayTour-module__TC08Kq__card{background:var(--bg-card);border:1px solid var(--border-accent);border-radius:var(--radius-xl);width:350px;padding:var(--space-6);opacity:0;transition:opacity .3s,transform .3s cubic-bezier(.4,0,.2,1);position:fixed;top:50%;left:50%;transform:translate(-50%,-50%)scale(.95);box-shadow:0 25px 50px #00000080,0 0 0 1px #22c55e33,0 0 40px #22c55e26}.FirstSprayTour-module__TC08Kq__card.FirstSprayTour-module__TC08Kq__visible{opacity:1;transform:translate(-50%,-50%)scale(1)}.FirstSprayTour-module__TC08Kq__card.FirstSprayTour-module__TC08Kq__attached{transform:translate(-50%)scale(.95)}.FirstSprayTour-module__TC08Kq__card.FirstSprayTour-module__TC08Kq__attached.FirstSprayTour-module__TC08Kq__visible{transform:translate(-50%)scale(1)}.FirstSprayTour-module__TC08Kq__card.FirstSprayTour-module__TC08Kq__welcome,.FirstSprayTour-module__TC08Kq__card.FirstSprayTour-module__TC08Kq__success{text-align:center;width:400px}.FirstSprayTour-module__TC08Kq__progress{justify-content:center;gap:var(--space-2);margin-bottom:var(--space-5);display:flex}.FirstSprayTour-module__TC08Kq__progressDot{background:var(--border-primary);border-radius:50%;width:10px;height:10px;transition:all .3s}.FirstSprayTour-module__TC08Kq__progressDot.FirstSprayTour-module__TC08Kq__active{background:var(--accent-primary);transform:scale(1.2)}.FirstSprayTour-module__TC08Kq__progressDot.FirstSprayTour-module__TC08Kq__completed{background:var(--accent-primary);opacity:.5}.FirstSprayTour-module__TC08Kq__content{margin-bottom:var(--space-6)}.FirstSprayTour-module__TC08Kq__successIcon{margin-bottom:var(--space-4);animation:.5s cubic-bezier(.34,1.56,.64,1) FirstSprayTour-module__TC08Kq__scale-in}@keyframes FirstSprayTour-module__TC08Kq__scale-in{0%{transform:scale(0)}to{transform:scale(1)}}.FirstSprayTour-module__TC08Kq__title{margin-bottom:var(--space-3);color:var(--text-primary);font-size:1.25rem;font-weight:700}.FirstSprayTour-module__TC08Kq__description{color:var(--text-secondary);font-size:.9375rem;line-height:1.6}.FirstSprayTour-module__TC08Kq__docsLink{margin-top:var(--space-3);color:var(--accent-primary);font-size:.875rem;text-decoration:none;display:inline-block}.FirstSprayTour-module__TC08Kq__docsLink:hover{text-decoration:underline}.FirstSprayTour-module__TC08Kq__actions{justify-content:space-between;align-items:center;gap:var(--space-3);display:flex}.FirstSprayTour-module__TC08Kq__skipBtn{padding:var(--space-3)var(--space-4);border:1px solid var(--border-primary);border-radius:var(--radius-lg);color:var(--text-secondary);cursor:pointer;background:0 0;font-size:.875rem;font-weight:500;transition:all .2s}.FirstSprayTour-module__TC08Kq__skipBtn:hover{border-color:var(--border-secondary);color:var(--text-primary)}.FirstSprayTour-module__TC08Kq__nextBtn{padding:var(--space-3)var(--space-5);background:var(--accent-primary);color:var(--bg-primary);border-radius:var(--radius-lg);cursor:pointer;border:none;flex:1;font-size:.9375rem;font-weight:600;transition:all .2s}.FirstSprayTour-module__TC08Kq__nextBtn:hover{filter:brightness(1.1);transform:translateY(-2px);box-shadow:0 8px 20px #22c55e4d}.FirstSprayTour-module__TC08Kq__pointerFixed{border-left:10px solid #0000;border-right:10px solid #0000;border-bottom:10px solid var(--border-accent);width:0;height:0;position:absolute;top:-10px;left:50%;transform:translate(-50%)}.FirstSprayTour-module__TC08Kq__pointerFixed:after{content:"";border-left:10px solid #0000;border-right:10px solid #0000;border-bottom:10px solid var(--bg-card);width:0;height:0;position:absolute;top:1px;left:-10px}.FirstSprayTour-module__TC08Kq__helper{padding:var(--space-3)var(--space-5);background:var(--bg-secondary);border:1px solid var(--border-primary);border-radius:var(--radius-full);color:var(--text-secondary);opacity:0;white-space:nowrap;font-size:.875rem;transition:opacity .3s;position:fixed;bottom:280px;left:50%;transform:translate(-50%)}.FirstSprayTour-module__TC08Kq__helper.FirstSprayTour-module__TC08Kq__visible{opacity:1}@media (prefers-reduced-motion:reduce){.FirstSprayTour-module__TC08Kq__spotlight{animation:none}.FirstSprayTour-module__TC08Kq__card,.FirstSprayTour-module__TC08Kq__overlay,.FirstSprayTour-module__TC08Kq__successIcon{transition:none;animation:none}.FirstSprayTour-module__TC08Kq__nextBtn:hover{transform:none}}
.LeftPanel-module__So7hoW__leftPanel{flex-direction:column;gap:24px;display:flex}.LeftPanel-module__So7hoW__sectionHead{justify-content:space-between;align-items:center;margin-bottom:12px;display:flex}.LeftPanel-module__So7hoW__sectionTitle{color:#fafafa;margin:0;font-size:1rem;font-weight:700}.LeftPanel-module__So7hoW__viewAll{color:#22c55e;cursor:pointer;font-size:.8125rem;font-weight:600;text-decoration:none}.LeftPanel-module__So7hoW__viewAll:hover{text-decoration:underline}
.TrenchCardNew-module__E0Lv7W__cardContainer{perspective:1000px;transform-style:preserve-3d;text-decoration:none;display:block}.TrenchCardNew-module__E0Lv7W__cardInner{border-radius:var(--radius-xl);padding:var(--space-8);transform-style:preserve-3d;background:linear-gradient(145deg,#1a1a1dcc 0%,#111113e6 100%);border:1px solid #ffffff0f;flex-direction:column;transition:all .5s cubic-bezier(.4,0,.2,1);display:flex;transform:rotateX(5deg)rotateY(-5deg);box-shadow:0 20px 40px #0006,0 0 0 1px #22c55e08}.TrenchCardNew-module__E0Lv7W__cardContainer:hover .TrenchCardNew-module__E0Lv7W__cardInner{border-color:#22c55e26;transform:rotateX(0)rotateY(0)translateY(-12px);box-shadow:0 30px 60px #00000080,0 0 30px #22c55e1a,0 0 0 1px #22c55e1f}.TrenchCardNew-module__E0Lv7W__cardIcon{border-radius:var(--radius-lg);width:64px;height:64px;margin-bottom:var(--space-6);justify-content:center;align-items:center;font-size:28px;transition:all .5s;display:flex;transform:translateZ(20px)}.TrenchCardNew-module__E0Lv7W__cardContainer:hover .TrenchCardNew-module__E0Lv7W__cardIcon{transform:translateZ(40px)}.TrenchCardNew-module__E0Lv7W__badge{padding:var(--space-1)var(--space-3);border-radius:var(--radius-md);text-transform:uppercase;letter-spacing:.08em;margin-bottom:var(--space-4);width:fit-content;font-size:.6875rem;font-weight:600;display:inline-block}.TrenchCardNew-module__E0Lv7W__badgeGreen{color:#22c55e;background:#22c55e1a;border:1px solid #22c55e33}.TrenchCardNew-module__E0Lv7W__badgeGray{color:#a1a1aa;background:#a1a1aa1a;border:1px solid #a1a1aa33}.TrenchCardNew-module__E0Lv7W__badgeAmber{color:#fbbf24;background:#fbbf0a1a;border:1px solid #fbbf0a33}.TrenchCardNew-module__E0Lv7W__taskBadge{top:var(--space-8);right:var(--space-8);font-family:var(--font-mono);letter-spacing:1px;color:#22c55e;border-radius:var(--radius-full);text-transform:uppercase;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);z-index:10;background:#22c55e26;border:1px solid #22c55e4d;padding:4px 10px;font-size:10px;font-weight:800;position:absolute;box-shadow:0 4px 12px #0003}.TrenchCardNew-module__E0Lv7W__title{color:var(--text-primary);margin-bottom:var(--space-3);font-size:1.5rem;font-weight:600;transform:translateZ(10px)}.TrenchCardNew-module__E0Lv7W__description{color:var(--text-secondary);margin-bottom:var(--space-6);font-size:.9375rem;line-height:1.6;transform:translateZ(10px)}.TrenchCardNew-module__E0Lv7W__featuredProjects{align-items:center;gap:var(--space-3);margin-bottom:var(--space-6);padding:var(--space-3)var(--space-4);border-radius:var(--radius-lg);background:#ffffff08;border:1px solid #ffffff0d;display:flex}.TrenchCardNew-module__E0Lv7W__featuredLabel{color:var(--text-tertiary);text-transform:uppercase;letter-spacing:.05em;font-size:.75rem}.TrenchCardNew-module__E0Lv7W__projectTokens{align-items:center;display:flex}.TrenchCardNew-module__E0Lv7W__projectToken{background:#1a1a1de6;border:2px solid;border-radius:50%;justify-content:center;align-items:center;width:28px;height:28px;display:flex;position:relative;overflow:hidden}.TrenchCardNew-module__E0Lv7W__projectSymbol{color:var(--text-primary);font-size:.625rem;font-weight:600}.TrenchCardNew-module__E0Lv7W__projectLogo{object-fit:cover;width:100%;height:100%;transition:opacity .3s}.TrenchCardNew-module__E0Lv7W__projectLogoHidden{opacity:0;position:absolute}.TrenchCardNew-module__E0Lv7W__projectLogoLoaded{opacity:1;animation:.3s TrenchCardNew-module__E0Lv7W__fadeIn}.TrenchCardNew-module__E0Lv7W__projectLogoSkeleton{background:linear-gradient(90deg,var(--bg-tertiary)0%,var(--bg-elevated)50%,var(--bg-tertiary)100%);background-size:200% 100%;width:100%;height:100%;animation:1.5s ease-in-out infinite TrenchCardNew-module__E0Lv7W__shimmer}@keyframes TrenchCardNew-module__E0Lv7W__fadeIn{0%{opacity:0}to{opacity:1}}@keyframes TrenchCardNew-module__E0Lv7W__shimmer{0%{background-position:200% 0}to{background-position:-200% 0}}.TrenchCardNew-module__E0Lv7W__projectTokenSkeleton{background:linear-gradient(90deg,#ffffff14 0%,#ffffff26 50%,#ffffff14 100%) 0 0/200% 100%;border-radius:50%;width:28px;height:28px;animation:1.5s ease-in-out infinite TrenchCardNew-module__E0Lv7W__shimmer}.TrenchCardNew-module__E0Lv7W__reserveValueSkeleton{background:linear-gradient(90deg,#ffffff14 0%,#ffffff26 50%,#ffffff14 100%) 0 0/200% 100%;border-radius:6px;width:120px;height:40px;animation:1.5s ease-in-out infinite TrenchCardNew-module__E0Lv7W__shimmer}.TrenchCardNew-module__E0Lv7W__reserveLabelSkeleton{background:linear-gradient(90deg,#ffffff0f 0%,#ffffff1f 50%,#ffffff0f 100%) 0 0/200% 100%;border-radius:4px;width:60px;height:14px;margin-top:4px;animation:1.5s ease-in-out infinite TrenchCardNew-module__E0Lv7W__shimmer}.TrenchCardNew-module__E0Lv7W__statValueSkeleton{background:linear-gradient(90deg,#ffffff14 0%,#ffffff26 50%,#ffffff14 100%) 0 0/200% 100%;border-radius:4px;width:60px;height:24px;animation:1.5s ease-in-out infinite TrenchCardNew-module__E0Lv7W__shimmer}.TrenchCardNew-module__E0Lv7W__statLabelSkeleton{background:linear-gradient(90deg,#ffffff0f 0%,#ffffff1f 50%,#ffffff0f 100%) 0 0/200% 100%;border-radius:4px;width:50px;height:12px;margin-top:4px;animation:1.5s ease-in-out infinite TrenchCardNew-module__E0Lv7W__shimmer}@media (prefers-reduced-motion:reduce){.TrenchCardNew-module__E0Lv7W__projectLogoLoaded{animation:none}.TrenchCardNew-module__E0Lv7W__projectLogoSkeleton,.TrenchCardNew-module__E0Lv7W__projectTokenSkeleton,.TrenchCardNew-module__E0Lv7W__reserveValueSkeleton,.TrenchCardNew-module__E0Lv7W__reserveLabelSkeleton,.TrenchCardNew-module__E0Lv7W__statValueSkeleton,.TrenchCardNew-module__E0Lv7W__statLabelSkeleton{opacity:.6;animation:none}}.TrenchCardNew-module__E0Lv7W__projectTokenMore{width:28px;height:28px;color:var(--text-secondary);background:#ffffff1a;border:2px solid;border-radius:50%;justify-content:center;align-items:center;margin-left:-8px;font-size:.625rem;font-weight:600;display:flex}.TrenchCardNew-module__E0Lv7W__reserveSection{padding:var(--space-6)0;margin-bottom:var(--space-6);border-top:1px solid #ffffff0f;border-bottom:1px solid #ffffff0f;flex-direction:column;align-items:center;display:flex;transform:translateZ(15px)}.TrenchCardNew-module__E0Lv7W__reserveValue{font-size:2.5rem;font-weight:700;font-family:var(--font-mono);letter-spacing:-.02em;transition:text-shadow .3s}.TrenchCardNew-module__E0Lv7W__glowText{background:linear-gradient(135deg,#fff 0%,currentColor 100%);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text}.TrenchCardNew-module__E0Lv7W__reserveLabel{color:var(--text-tertiary);text-transform:uppercase;letter-spacing:.1em;margin-top:var(--space-1);font-size:.75rem}.TrenchCardNew-module__E0Lv7W__stats{gap:var(--space-4);margin-bottom:var(--space-6);grid-template-columns:repeat(2,1fr);display:grid;transform:translateZ(15px)}.TrenchCardNew-module__E0Lv7W__stat{align-items:center;gap:var(--space-1);padding:var(--space-3);border-radius:var(--radius-lg);background:#ffffff08;flex-direction:column;display:flex}.TrenchCardNew-module__E0Lv7W__statValue{font-size:1.125rem;font-weight:700;font-family:var(--font-mono)}.TrenchCardNew-module__E0Lv7W__statLabel{color:var(--text-tertiary);text-transform:uppercase;letter-spacing:.08em;font-size:.6875rem}.TrenchCardNew-module__E0Lv7W__countdownBadge{justify-content:center;align-items:center;gap:var(--space-2);padding:var(--space-2)var(--space-4);border-radius:var(--radius-full);margin-bottom:var(--space-6);background:linear-gradient(135deg,#fbbf2426 0%,#fbbf240d 100%);border:1px solid #fbbf244d;animation:2s ease-in-out infinite TrenchCardNew-module__E0Lv7W__pulse-glow;display:flex}@keyframes TrenchCardNew-module__E0Lv7W__pulse-glow{0%,to{box-shadow:0 0 #fbbf2433}50%{box-shadow:0 0 20px 4px #fbbf241a}}.TrenchCardNew-module__E0Lv7W__countdownIcon{font-size:.875rem}.TrenchCardNew-module__E0Lv7W__countdownText{color:#fbbf24;font-size:.8125rem;font-weight:600}.TrenchCardNew-module__E0Lv7W__cta{justify-content:center;align-items:center;gap:var(--space-2);padding:var(--space-4)var(--space-6);border-radius:var(--radius-lg);border:1px solid #0000;margin-top:auto;font-size:.9375rem;font-weight:600;transition:all .3s;display:flex;transform:translateZ(20px)}.TrenchCardNew-module__E0Lv7W__ctaActive:hover{transform:translateZ(25px)scale(1.02)}.TrenchCardNew-module__E0Lv7W__ctaWaiting{border-width:2px}.TrenchCardNew-module__E0Lv7W__ctaWaiting:hover{transform:translateZ(25px);color:var(--bg-primary)!important;background:currentColor!important}.TrenchCardNew-module__E0Lv7W__ctaPaused{cursor:not-allowed;opacity:.6}@media (prefers-reduced-motion:reduce){.TrenchCardNew-module__E0Lv7W__cardInner{transition:box-shadow .3s,border-color .3s;transform:none}.TrenchCardNew-module__E0Lv7W__cardContainer:hover .TrenchCardNew-module__E0Lv7W__cardInner{transform:translateY(-4px)}.TrenchCardNew-module__E0Lv7W__cardIcon,.TrenchCardNew-module__E0Lv7W__cardContainer:hover .TrenchCardNew-module__E0Lv7W__cardIcon{transform:none}.TrenchCardNew-module__E0Lv7W__countdownBadge{animation:none}}@media (max-width:768px){.TrenchCardNew-module__E0Lv7W__cardInner{padding:var(--space-6);transform:none}.TrenchCardNew-module__E0Lv7W__cardContainer:hover .TrenchCardNew-module__E0Lv7W__cardInner{transform:translateY(-8px)}.TrenchCardNew-module__E0Lv7W__title{font-size:1.25rem}.TrenchCardNew-module__E0Lv7W__description{font-size:.875rem}.TrenchCardNew-module__E0Lv7W__reserveValue{font-size:2rem}.TrenchCardNew-module__E0Lv7W__stats{gap:var(--space-3)}.TrenchCardNew-module__E0Lv7W__statValue{font-size:1rem}.TrenchCardNew-module__E0Lv7W__cardIcon{width:48px;height:48px;font-size:22px}}@media (max-width:480px){.TrenchCardNew-module__E0Lv7W__cardInner{padding:var(--space-5)}.TrenchCardNew-module__E0Lv7W__reserveValue{font-size:1.75rem}.TrenchCardNew-module__E0Lv7W__stats{grid-template-columns:1fr}}
.tabs-module__yay6aa__tabContainer{gap:16px;animation:.3s tabs-module__yay6aa__fadeIn;display:grid}@keyframes tabs-module__yay6aa__fadeIn{0%{opacity:0;transform:translateY(8px)}to{opacity:1;transform:translateY(0)}}.tabs-module__yay6aa__section{margin:0}.tabs-module__yay6aa__sectionStack{gap:16px;display:grid}.tabs-module__yay6aa__card{background:#141518;border:1px solid #ffffff14;border-radius:18px;gap:14px;padding:18px;display:grid}.tabs-module__yay6aa__loading{flex-direction:column;justify-content:center;align-items:center;gap:16px;min-height:40vh;display:flex}.tabs-module__yay6aa__spinner{border:3px solid var(--border-primary);border-top-color:var(--accent-primary);border-radius:50%;width:40px;height:40px;animation:1s linear infinite tabs-module__yay6aa__spin}@keyframes tabs-module__yay6aa__spin{to{transform:rotate(360deg)}}.tabs-module__yay6aa__heroCard{gap:16px}.tabs-module__yay6aa__heroCardTop{justify-content:space-between;align-items:flex-start;gap:18px;display:flex}.tabs-module__yay6aa__userInfo{align-items:flex-start;gap:16px;min-width:0;display:flex}.tabs-module__yay6aa__avatar{width:56px;height:56px;color:var(--bg-primary);background:#2e9a4d;border-radius:18px;justify-content:center;align-items:center;font-size:1.3rem;font-weight:700;display:flex}.tabs-module__yay6aa__userDetails{flex:1;gap:8px;min-width:0;display:grid}.tabs-module__yay6aa__titleRow{flex-wrap:wrap;align-items:center;gap:10px;display:flex}.tabs-module__yay6aa__titleRow h3{color:#fafafa;margin:0;font-size:1.25rem;font-weight:700}.tabs-module__yay6aa__inlineBadge{white-space:nowrap;border-radius:999px;justify-content:center;align-items:center;min-height:28px;padding:0 11px;font-size:.75rem;font-weight:700;display:inline-flex}.tabs-module__yay6aa__inlineBadgeVerified{color:#bbf7d0;background:#22c55e24;border:1px solid #22c55e33}.tabs-module__yay6aa__inlineBadgePending{color:#fde68a;background:#f59e0b1f;border:1px solid #f59e0b2e}.tabs-module__yay6aa__inlineBadgeRejected{color:#fecaca;background:#ef44441f;border:1px solid #ef44442e}.tabs-module__yay6aa__inlineBadgeUnverified{color:#d4d4d8;background:#ffffff0d;border:1px solid #ffffff14}.tabs-module__yay6aa__bodyCopy{color:#a1a1aa;margin:0;font-size:.9rem;line-height:1.5}.tabs-module__yay6aa__metaRow{flex-wrap:wrap;gap:10px;display:flex}.tabs-module__yay6aa__metaRow span{color:#d4d4d8;background:#1b1c20;border-radius:999px;padding:7px 10px;font-size:.8rem}.tabs-module__yay6aa__userActions{align-items:flex-start;display:flex}.tabs-module__yay6aa__editBtn{color:#fafafa;cursor:pointer;background:#ffffff0a;border:1px solid #ffffff14;border-radius:12px;min-height:40px;padding:0 14px;font-size:.875rem;font-weight:600;transition:all .2s}.tabs-module__yay6aa__editBtn:hover{background:#22c55e1a;border-color:#22c55e38}.tabs-module__yay6aa__usernameEditForm{gap:12px;display:grid}.tabs-module__yay6aa__usernameInputWrapper{background:#0000003d;border:1px solid #ffffff14;border-radius:16px;align-items:center;gap:10px;min-height:48px;padding:0 14px;display:flex}.tabs-module__yay6aa__usernamePrefix{color:#71717a;font-size:1rem;font-weight:700}.tabs-module__yay6aa__usernameInput{color:#fafafa;background:0 0;border:none;outline:none;width:100%;font-size:.95rem}.tabs-module__yay6aa__usernameInput::placeholder{color:#71717a}.tabs-module__yay6aa__usernameError{color:#fca5a5;font-size:.8125rem}.tabs-module__yay6aa__usernameActions{flex-wrap:wrap;gap:10px;display:flex}.tabs-module__yay6aa__saveBtn,.tabs-module__yay6aa__cancelBtn,.tabs-module__yay6aa__primaryAction,.tabs-module__yay6aa__secondaryAction{cursor:pointer;border-radius:12px;justify-content:center;align-items:center;min-height:42px;padding:0 16px;font-size:.875rem;font-weight:600;text-decoration:none;transition:all .2s;display:inline-flex}.tabs-module__yay6aa__saveBtn,.tabs-module__yay6aa__primaryAction{color:#052e16;background:#22c55e;border:1px solid #22c55e40}.tabs-module__yay6aa__saveBtn:hover,.tabs-module__yay6aa__primaryAction:hover{background:#34d26a}.tabs-module__yay6aa__cancelBtn,.tabs-module__yay6aa__secondaryAction{color:#fafafa;background:#ffffff0a;border:1px solid #ffffff14}.tabs-module__yay6aa__cancelBtn:hover,.tabs-module__yay6aa__secondaryAction:hover{background:#22c55e14;border-color:#22c55e38}.tabs-module__yay6aa__saveBtn:disabled,.tabs-module__yay6aa__cancelBtn:disabled,.tabs-module__yay6aa__primaryAction:disabled,.tabs-module__yay6aa__secondaryAction:disabled{opacity:.55;cursor:not-allowed}.tabs-module__yay6aa__actionRow{flex-wrap:wrap;gap:8px;display:flex}.tabs-module__yay6aa__statGrid{grid-template-columns:repeat(2,minmax(0,1fr));gap:12px;display:grid}.tabs-module__yay6aa__summaryCard{background:#111214;border:1px solid #ffffff14;border-radius:16px;gap:6px;padding:16px;display:grid}.tabs-module__yay6aa__summaryLabel{letter-spacing:.08em;text-transform:uppercase;color:#71717a;font-size:.75rem;font-weight:700}.tabs-module__yay6aa__summaryValue,.tabs-module__yay6aa__kycSummaryValue{color:#fafafa;font-size:1.25rem;font-weight:700}.tabs-module__yay6aa__summaryHint{color:#a1a1aa;font-size:.8125rem}.tabs-module__yay6aa__cardGrid{grid-template-columns:repeat(2,minmax(0,1fr));gap:14px;display:grid}.tabs-module__yay6aa__sectionHead{justify-content:space-between;align-items:flex-start;gap:12px;display:flex}.tabs-module__yay6aa__sectionEyebrow{letter-spacing:.16em;text-transform:uppercase;color:#22c55ed1;margin:0 0 6px;font-size:.68rem;font-weight:700}.tabs-module__yay6aa__sectionTitle{color:#fafafa;margin:0;font-size:1.125rem;font-weight:700}.tabs-module__yay6aa__walletList{gap:12px;display:grid}.tabs-module__yay6aa__walletItem{background:#111214;border:1px solid #ffffff0f;border-radius:16px;justify-content:space-between;align-items:flex-start;gap:12px;padding:14px;display:flex}.tabs-module__yay6aa__walletBody{gap:4px;min-width:0;display:grid}.tabs-module__yay6aa__walletLabel{letter-spacing:.08em;text-transform:uppercase;color:#71717a;font-size:.75rem;font-weight:700}.tabs-module__yay6aa__walletValue{color:#fafafa;word-break:break-all;font-size:.9375rem}.tabs-module__yay6aa__walletCaption{color:#a1a1aa;font-size:.8125rem;line-height:1.5}.tabs-module__yay6aa__empty .tabs-module__yay6aa__walletValue{color:#71717a}.tabs-module__yay6aa__referralPanel{gap:16px;display:grid}.tabs-module__yay6aa__referralCodeRow{background:#22c55e0a;border:1px solid #22c55e24;border-radius:16px;justify-content:space-between;align-items:center;gap:12px;padding:14px;display:flex}.tabs-module__yay6aa__referralCodeRow>div{gap:5px;display:grid}.tabs-module__yay6aa__referralCode{color:#bbf7d0;letter-spacing:.08em;font-size:1.05rem;font-weight:700}.tabs-module__yay6aa__referralMeta{grid-template-columns:repeat(2,minmax(0,1fr));gap:10px;display:grid}.tabs-module__yay6aa__referralMetric{background:#111214;border-radius:16px;gap:6px;padding:14px;display:grid}.tabs-module__yay6aa__referralList{gap:10px;display:grid}.tabs-module__yay6aa__referralListRow{grid-template-columns:minmax(0,1fr) auto;align-items:center;gap:12px;display:grid}.tabs-module__yay6aa__referralHandle{color:#fafafa;text-overflow:ellipsis;white-space:nowrap;font-size:.875rem;overflow:hidden}.tabs-module__yay6aa__referralReward{color:#bbf7d0;font-size:.875rem;font-weight:700}.tabs-module__yay6aa__statusCard{gap:20px}.tabs-module__yay6aa__statusHeader{justify-content:space-between;align-items:flex-start;gap:14px;display:flex}.tabs-module__yay6aa__kycSummaryGrid{grid-template-columns:repeat(4,minmax(0,1fr));gap:12px;display:grid}.tabs-module__yay6aa__kycSummaryItem{background:#111c;border:1px solid #ffffff14;border-radius:20px;gap:6px;padding:16px;display:grid}.tabs-module__yay6aa__kycNote{color:#d4d4d8;margin:0;line-height:1.6}.tabs-module__yay6aa__detailList{gap:10px;display:grid}.tabs-module__yay6aa__detailRow{border-top:1px solid #ffffff0f;justify-content:space-between;align-items:center;gap:12px;padding-top:12px;display:flex}.tabs-module__yay6aa__detailRow:first-child{border-top:none;padding-top:0}.tabs-module__yay6aa__detailValue{color:#fafafa;text-align:right;font-size:.9375rem;font-weight:600}.tabs-module__yay6aa__requirementList{gap:12px;display:grid}.tabs-module__yay6aa__requirementCard{background:#ffffff08;border:1px solid #ffffff0f;border-radius:18px;gap:6px;padding:16px;display:grid}.tabs-module__yay6aa__requirementCard strong{color:#fafafa;font-size:.9375rem}.tabs-module__yay6aa__requirementCard p{color:#a1a1aa;margin:0;font-size:.875rem;line-height:1.5}.tabs-module__yay6aa__noticeDanger{color:#fecaca;background:#ef44441a;border:1px solid #ef444429;border-radius:18px;padding:14px 16px;font-size:.875rem;line-height:1.5}@media (max-width:1100px){.tabs-module__yay6aa__cardGrid{grid-template-columns:1fr}.tabs-module__yay6aa__kycSummaryGrid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (max-width:768px){.tabs-module__yay6aa__card{border-radius:18px;padding:18px}.tabs-module__yay6aa__heroCardTop,.tabs-module__yay6aa__statusHeader{flex-direction:column}.tabs-module__yay6aa__avatar{width:56px;height:56px;font-size:1.25rem}.tabs-module__yay6aa__actionRow,.tabs-module__yay6aa__usernameActions{grid-template-columns:repeat(2,minmax(0,1fr));display:grid}.tabs-module__yay6aa__actionRow>:first-child{grid-column:1/-1}.tabs-module__yay6aa__actionRow>*,.tabs-module__yay6aa__usernameActions>*{width:100%}.tabs-module__yay6aa__referralMeta{grid-template-columns:1fr}.tabs-module__yay6aa__walletItem,.tabs-module__yay6aa__referralCodeRow{flex-direction:column;align-items:flex-start}}@media (max-width:520px){.tabs-module__yay6aa__metaRow{gap:8px}.tabs-module__yay6aa__statGrid,.tabs-module__yay6aa__kycSummaryGrid{grid-template-columns:repeat(2,minmax(0,1fr))}.tabs-module__yay6aa__summaryValue,.tabs-module__yay6aa__kycSummaryValue{font-size:1.125rem}}@media (max-width:420px){.tabs-module__yay6aa__statGrid,.tabs-module__yay6aa__kycSummaryGrid,.tabs-module__yay6aa__actionRow,.tabs-module__yay6aa__usernameActions{grid-template-columns:1fr}}
