:root{--bg-card-primary:rgba(15,15,20,0.8)}::-webkit-scrollbar{width:8px;height:8px}::-webkit-scrollbar-track{background:rgba(255,255,255,.03);border-radius:4px}::-webkit-scrollbar-thumb{background:rgba(255,255,255,.08);border-radius:4px;border:1px solid rgba(255,255,255,.05)}::-webkit-scrollbar-thumb:hover{background:rgba(255,255,255,.15)}*{box-sizing:border-box;-webkit-user-select:none;-moz-user-select:none;user-select:none}input,textarea{-webkit-user-select:text;-moz-user-select:text;user-select:text}@media (prefers-color-scheme:dark){html{background-color:#0a0a0a}}html{background-color:#0a0a0a;overflow-x:hidden;width:100%}body{overflow-x:hidden}.base,body{margin:0;padding:0;width:100%}.base{height:100vh}.homeContainer{display:flex;flex-direction:column;align-items:center;overflow-x:hidden;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;z-index:1;min-height:100vh}.disableScrollBars{-ms-overflow-style:none;scrollbar-width:none}.disableScrollBars::-webkit-scrollbar{display:none;width:0;height:0}.swiperBase{overflow:hidden;.swiper-slide{width:340px}}.link{cursor:pointer}.textSmall{font-size:14px;letter-spacing:-.01em}.textLarge,.textSmall{color:white;font-family:Outfit,sans-serif;user-select:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none}.textLarge{font-size:23px;font-weight:700;text-align:center}.graidentText{font-family:Outfit,sans-serif;background-color:#f3ec78;background-image:linear-gradient(45deg,#f1a643,#b45609);background-size:100%;background-clip:text;-webkit-background-clip:text;-webkit-text-fill-color:transparent;-moz-text-fill-color:transparent;user-select:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none}.textDropShadow{text-shadow:2px 2px 4px rgba(0,0,0,.5)}.actionButton{background:rgba(63,126,197,.15);border:1px solid rgba(63,126,197,.4);color:#4a90e2;border-radius:16px;padding:16px 36px;font-size:15px;font-weight:600;cursor:pointer;transition:all .2s ease;font-family:Outfit,sans-serif}.actionButton:hover{background:rgba(63,126,197,.25);border-color:rgba(63,126,197,.5);transform:translateY(-2px)}.actionButtonDisabled{background:rgba(255,255,255,.05);color:rgba(255,255,255,.3);border:1px solid rgba(255,255,255,.1);border-radius:16px;padding:16px 36px;font-size:15px;font-weight:600;font-family:Outfit,sans-serif;cursor:not-allowed;opacity:.6}.enterUpButon{display:flex;flex-direction:column;justify-content:center;cursor:pointer;width:200px;height:40px;line-height:1;font-size:19px;font-weight:600;color:white;user-select:none;-webkit-user-select:none;-moz-user-select:none;text-align:center;letter-spacing:-.8px;background-image:linear-gradient(45deg,rgb(64,185,92),rgb(42,127,63));border-radius:5px;transition:background-image .3s ease-in-out;transition:transform .2s}.enterUpButon:hover{background-image:linear-gradient(45deg,rgb(94,215,122),rgb(72,157,93));transform:scale(1.08)}.enterButtonDisabled{opacity:.55;cursor:not-allowed}.enterButtonDisabled:hover{transform:none}.enterDownButton{display:flex;flex-direction:column;justify-content:center;cursor:pointer;width:200px;height:40px;line-height:1;font-size:19px;font-weight:600;color:white;user-select:none;-webkit-user-select:none;-moz-user-select:none;text-align:center;letter-spacing:-.8px;background-image:linear-gradient(45deg,rgb(229,4,83),rgb(159,6,59));border-radius:5px;transition:background-image .3s ease-in-out;transition:transform .2s}.enterDownButton:hover{background-image:linear-gradient(45deg,rgb(255,34,113),rgb(189,36,89));transform:scale(1.08)}.themeButton{background:transparent;border:1px solid rgba(255,255,255,.08);border-radius:7px;padding:7px 14px;font-family:Outfit,sans-serif;font-size:12px;font-weight:600;color:rgba(255,255,255,.65);cursor:pointer;transition:all .3s ease;white-space:nowrap;-webkit-user-select:none;-moz-user-select:none;user-select:none}.themeButton:hover{background:rgba(255,255,255,.05);color:white;border-color:rgba(255,255,255,.2)}.themeButtonDisabled{background:rgba(255,255,255,.05);border-radius:7px;padding:7px 14px;font-family:Outfit,sans-serif;font-size:12px;color:rgba(121,121,121,.65);transition:all .3s ease;white-space:nowrap;-webkit-user-select:none;-moz-user-select:none}.collectButton,.themeButtonDisabled{font-weight:600;cursor:pointer;user-select:none;transition:background-image .3s ease-in-out;transition:transform .2s}.collectButton{display:flex;flex-direction:column;justify-content:center;line-height:1;font-size:14px;color:white;-webkit-user-select:none;-moz-user-select:none;text-align:center;letter-spacing:-.8px;background-image:linear-gradient(45deg,rgb(230,190,68),rgb(219,157,0));border-radius:5px}.collectButton:hover{background-image:linear-gradient(45deg,rgb(235,201,100),rgb(239,176,18));transform:scale(1.1)}.collectButtonNoHover{display:flex;flex-direction:column;justify-content:center;cursor:pointer;line-height:1;font-size:14px;font-weight:600;color:white;user-select:none;-webkit-user-select:none;-moz-user-select:none;text-align:center;letter-spacing:-.8px;background-image:linear-gradient(45deg,rgb(230,190,68),rgb(219,157,0));border-radius:5px;transition:background-image .3s ease-in-out;transition:transform .2s}.collectButtonNoHover:hover{background-image:linear-gradient(45deg,rgb(235,201,100),rgb(239,176,18))}.menuButton{background-color:#00000000;color:white;border:none;border-radius:10px;padding:12px;font-size:16px;font-weight:600;cursor:pointer;transition:background-color .3s ease;font-family:Outfit,sans-serif}.menuButton:hover{background-color:rgba(113,93,117,1)}.flexColumn{flex-direction:column}.flexColumn,.flexRow{display:flex;align-items:center;justify-content:center}.flexRow{flex-direction:row}.headerDiv{background-image:linear-gradient(180deg,rgba(0,0,0,1),rgba(0,0,0,1) 30%,rgba(0,0,0,.63) 50%,rgba(0,0,0,0))}.headerDiv:active{background-image:none;background-color:rgba(0,0,0,1)}.up-position-vector{background-color:transparent;background-image:url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' version='1.1' viewBox='0 0 240 65'><path d='M10.0001 49.2757L10.0003 64H234L234 49.2753C234 42.5136 229.749 36.4819 223.381 34.2077L138.48 3.8859C127.823 0.0796983 116.177 0.0796931 105.519 3.8859L20.6188 34.2076C14.2508 36.4819 10.0001 42.5138 10.0001 49.2757Z' fill='%23ffffff'/></svg>")}.down-position-vector,.up-position-vector{background-size:contain;background-repeat:no-repeat;background-position:50%}.down-position-vector{background-image:url("data:image/svg+xml;utf8,<svg viewBox='0 0 240 65'><path d='M10.0001 15.7243L10.0003 1H234L234 15.7247C234 22.4864 229.749 28.5181 223.381 30.7923L138.48 61.1141C127.823 64.9203 116.177 64.9203 105.519 61.1141L20.6188 30.7924C14.2508 28.5181 10.0001 22.4862 10.0001 15.7243Z' fill='%23ffffff'/></svg>")}@keyframes btcfloat{0%{transform:translateY(-30px)}50%{transform:translateY(-60px)}to{transform:translateY(-30px)}}@keyframes ethfloat{0%{transform:translateY(-40px)}50%{transform:translateY(-60px)}to{transform:translateY(-40px)}}@keyframes lampfloat{0%{transform:translateY(0)}50%{transform:translateY(-5px)}to{transform:translateY(0)}}@keyframes cgLogoFloat{0%{transform:translateY(0)}50%{transform:translateY(-20px)}to{transform:translateY(0)}}.floatingLogoAnimation{animation:cgLogoFloat 6s ease-in-out infinite}.floatingLampAnimation{animation:lampfloat 4s ease-in-out infinite}.floatingBtcAnimation{animation:btcfloat 5s ease-in-out infinite}.floatingEthAnimation{animation:ethfloat 5s ease-in-out infinite}.graidentBackgroundAnimationWrapper{position:fixed;top:-250;left:0;width:100%;height:100%;overflow:hidden;filter:blur(150px);z-index:-1}.graidentBackgroundAnimationBase{position:absolute;border-radius:100%;opacity:.53;mix-blend-mode:screen;animation-iteration-count:infinite;animation-timing-function:cubic-bezier(.1,0,.9,1)}.gradient-1{background:rgb(199,0,96) none repeat scroll 0 0 /auto padding-box border-box;width:700px;height:700px;animation-duration:12s;opacity:.53;left:60%;top:40%;z-index:-2;animation-name:animation-gradient-1}.gradient-2{background:rgb(110,85,153) none repeat scroll 0 0 /auto padding-box border-box;width:600px;height:600px;animation-duration:17s;opacity:.53;left:40%;top:60%;z-index:-1;animation-name:animation-gradient-2}.gradient-3{background:rgb(46,255,81) none repeat scroll 0 0 /auto padding-box border-box;width:500px;height:500px;left:50%;top:50%;z-index:-3;animation-name:animation-gradient-3}.bullGradientSet-1,.gradient-3{animation-duration:12s;opacity:.53}.bullGradientSet-1{background:rgb(64,185,92) none repeat scroll 0 0 /auto padding-box border-box;width:700px;height:700px;left:60%;top:40%;z-index:-2;animation-name:animation-gradient-1}.bullGradientSet-2{background:rgb(51,106,64) none repeat scroll 0 0 /auto padding-box border-box;width:600px;height:600px;animation-duration:17s;opacity:.53;left:40%;top:60%;z-index:-1;animation-name:animation-gradient-2}.bullGradientSet-3{background:rgb(98,198,121) none repeat scroll 0 0 /auto padding-box border-box;width:500px;height:500px;animation-duration:12s;opacity:.53;left:50%;top:50%;z-index:-3;animation-name:animation-gradient-3}.bearGradientSet-1{background:rgb(229,4,83) none repeat scroll 0 0 /auto padding-box border-box;width:700px;height:700px;animation-duration:12s;opacity:.53;left:60%;top:40%;z-index:-2;animation-name:animation-gradient-1}.bearGradientSet-2{background:rgb(84,3,32) none repeat scroll 0 0 /auto padding-box border-box;width:600px;height:600px;animation-duration:17s;opacity:.53;left:40%;top:60%;z-index:-1;animation-name:animation-gradient-2}.bearGradientSet-3{background:rgb(212,91,134) none repeat scroll 0 0 /auto padding-box border-box;width:500px;height:500px;animation-duration:12s;opacity:.53;left:50%;top:50%;z-index:-3;animation-name:animation-gradient-3}@media (max-width:768px){.graidentBackgroundAnimationWrapper{filter:blur(100px);top:-150}.gradient-1{width:340px;height:340px}.gradient-2{width:300px;height:300px}.gradient-3{width:280px;height:280px}}@keyframes animation-gradient-1{0%{transform:translateY(-50%) translateX(-50%) rotate(-20deg) translateX(20%)}25%{transform:translateY(-50%) translateX(-50%) skew(-15deg,-15deg) rotate(80deg) translateX(30%)}50%{transform:translateY(-50%) translateX(-50%) rotate(180deg) translateX(25%)}75%{transform:translateY(-50%) translateX(-50%) skew(15deg,15deg) rotate(240deg) translateX(15%)}to{transform:translateY(-50%) translateX(-50%) rotate(340deg) translateX(20%)}}@keyframes animation-gradient-2{0%{transform:translateY(-50%) translateX(-50%) rotate(40deg) translateX(-20%)}25%{transform:translateY(-50%) translateX(-50%) skew(15deg,15deg) rotate(110deg) translateX(-5%)}50%{transform:translateY(-50%) translateX(-50%) rotate(210deg) translateX(-35%)}75%{transform:translateY(-50%) translateX(-50%) skew(-15deg,-15deg) rotate(300deg) translateX(-10%)}to{transform:translateY(-50%) translateX(-50%) rotate(400deg) translateX(-20%)}}@keyframes animation-gradient-3{0%{transform:translateY(-50%) translateX(-50%) translateX(-15%) translateY(10%)}20%{transform:translateY(-50%) translateX(-50%) translateX(20%) translateY(-30%)}40%{transform:translateY(-50%) translateX(-50%) translateX(-25%) translateY(-15%)}60%{transform:translateY(-50%) translateX(-50%) translateX(30%) translateY(20%)}80%{transform:translateY(-50%) translateX(-50%) translateX(5%) translateY(35%)}to{transform:translateY(-50%) translateX(-50%) translateX(-15%) translateY(10%)}}.adminContainer,.siteContainer{display:flex;flex-direction:column;overflow:hidden;background:#0a0a0a;overflow-x:hidden;height:100vh;overflow-y:hidden}.siteContainer{min-height:100vh;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}@media (max-width:768px){.siteContainer{min-height:100vh;display:flex;flex-direction:column;overflow:hidden;overflow-x:hidden;overflow-y:auto}.adminContainer .graidentBackgroundAnimationWrapper,.siteContainer .graidentBackgroundAnimationWrapper{filter:blur(100px);top:0}.adminContainer .gradient-1,.siteContainer .gradient-1{width:340px;height:340px}.adminContainer .gradient-2,.siteContainer .gradient-2{width:300px;height:300px}.adminContainer .gradient-3,.siteContainer .gradient-3{width:280px;height:280px}}.adminContainer .graidentBackgroundAnimationWrapper,.siteContainer .graidentBackgroundAnimationWrapper{position:fixed;top:0;left:0;width:100%;height:100%;overflow:hidden;filter:blur(150px);z-index:0;pointer-events:none}.adminContainer .graidentBackgroundAnimationBase,.siteContainer .graidentBackgroundAnimationBase{position:absolute;border-radius:100%;opacity:.53;mix-blend-mode:screen;animation-iteration-count:infinite;animation-timing-function:cubic-bezier(.1,0,.9,1)}.adminContainer .gradient-1,.siteContainer .gradient-1{background:rgb(199,0,96) none repeat scroll 0 0 /auto padding-box border-box;width:700px;height:700px;animation-duration:12s;opacity:.53;left:60%;top:40%;z-index:-2;animation-name:animation-gradient-1}.adminContainer .gradient-2,.siteContainer .gradient-2{background:rgb(110,85,153) none repeat scroll 0 0 /auto padding-box border-box;width:600px;height:600px;animation-duration:17s;opacity:.53;left:40%;top:60%;z-index:-1;animation-name:animation-gradient-2}.adminContainer .gradient-3,.siteContainer .gradient-3{background:rgb(46,255,81) none repeat scroll 0 0 /auto padding-box border-box;width:500px;height:500px;animation-duration:12s;opacity:.53;left:50%;top:50%;z-index:-3;animation-name:animation-gradient-3}.headerWrapper{position:-webkit-sticky;position:sticky;top:0;z-index:10000;display:flex;flex-direction:column}.headerWrapper,.portalHeader{width:100%;box-sizing:border-box}.portalHeader{background:rgba(15,15,20,.95);-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);border-bottom:1px solid rgba(255,255,255,.08);padding:10px 0;box-shadow:0 2px 12px rgba(0,0,0,.4);position:relative;z-index:10}.headerContent{justify-content:space-between;gap:16px;padding:0 40px;max-width:100%;box-sizing:border-box}.headerContent,.headerLogo{display:flex;flex-direction:row;align-items:center}.headerLogo{gap:10px;cursor:pointer;transition:transform .3s ease;flex-shrink:0}.headerLogo:hover{transform:scale(1.03)}.logoText{display:flex;flex-direction:column;gap:1px}.logoTitle{font-size:20px;font-weight:700;color:white;letter-spacing:-.4px;line-height:1.1}.logoSubtitle,.logoTitle{font-family:Outfit,sans-serif}.logoSubtitle{font-size:11px;font-weight:500;color:rgba(255,255,255,.55);letter-spacing:.3px;line-height:1.2}.headerSearchWrapper{flex:1 1;max-width:450px;min-width:0;position:relative}.searchIcon{position:absolute;left:16px;top:50%;transform:translateY(-50%);color:rgba(255,255,255,.35);font-size:14px}.headerSearch{width:100%;background:rgba(35,35,45,.7);border:1px solid rgba(255,255,255,.08);border-radius:10px;padding:10px 18px 10px 42px;font-family:Outfit,sans-serif;font-size:13px;color:white;outline:none;transition:all .3s ease}.headerSearch::placeholder{color:rgba(255,255,255,.35);font-size:13px}.headerSearch:focus{border-color:rgba(63,126,197,.4);background:rgba(35,35,45,.9);box-shadow:0 0 0 2px rgba(63,126,197,.08)}.headerWalletGroup{display:flex;align-items:center;gap:8px;flex-shrink:0}.chainSelectorWrapper{position:relative}.chainSelectorButton{display:flex;align-items:center;gap:6px;background:transparent;border:1px solid rgba(255,255,255,.08);border-radius:10px;padding:10px 16px;cursor:pointer;transition:all .3s ease;color:rgba(255,255,255,.65);min-height:44px}.chainSelectorButton:hover{background:rgba(63,126,197,.2);border-color:rgba(63,126,197,.5);box-shadow:0 4px 16px rgba(63,126,197,.4);color:white}.chainDropdown{position:fixed;top:0;right:0;background:rgba(255,255,255,.05);border:1px solid rgba(255,255,255,.1);border-radius:12px;padding:6px;min-width:200px;box-shadow:0 20px 60px rgba(0,0,0,.45);z-index:10000;animation:dropdownFadeIn .2s ease;backdrop-filter:blur(20px);-webkit-backdrop-filter:blur(20px)}@keyframes dropdownFadeIn{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}@keyframes spinnerRotate{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.chainOption{display:flex;align-items:center;gap:12px;padding:10px 12px;border-radius:8px;cursor:pointer;transition:all .2s ease;font-family:Outfit,sans-serif;font-size:13px;font-weight:600;color:rgba(255,255,255,.85);border:1px solid transparent;background:transparent}.chainOption:hover{background:rgba(255,255,255,.08);color:white}.chainOption.active{background:rgba(63,126,197,.25);border:1px solid rgba(63,126,197,.4);color:white;box-shadow:0 0 0 1px rgba(63,126,197,.2)}.tradeApproveDropdown{padding:10px;min-width:150px}.tradeApproveDropdown .chainOption{width:100%;border-radius:12px;border:1px solid rgba(59,130,246,.35);background:rgba(13,25,44,.9);box-shadow:inset 0 0 0 1px rgba(255,255,255,.05)}.tradeApproveIcon{width:34px;height:34px;border-radius:10px;background:rgba(59,130,246,.2);border:1px solid rgba(59,130,246,.35);display:flex;align-items:center;justify-content:center;color:#fff}.tradeApproveText{display:flex;flex-direction:column;font-size:13px;font-weight:600;color:#fff}.tradeApproveSub{font-size:12px;color:rgba(255,255,255,.65);font-weight:500}.headerWallet{display:flex;align-items:center;position:relative}.walletConnectButton{display:flex;flex-direction:row;align-items:center;gap:8px;background:transparent;border:1px solid rgba(255,255,255,.08);border-radius:10px;padding:10px 16px;cursor:pointer;transition:all .3s ease;white-space:nowrap;color:rgba(255,255,255,.65);min-height:44px}.walletConnectButton:hover{background:rgba(63,126,197,.2);border-color:rgba(63,126,197,.5);box-shadow:0 4px 16px rgba(63,126,197,.4)}.walletConnectButton.connected{background:transparent;border:1px solid rgba(255,255,255,.08)}.walletConnectButton.connected:hover{background:rgba(63,126,197,.2);border-color:rgba(63,126,197,.5);box-shadow:0 4px 16px rgba(63,126,197,.4)}.walletIcon{font-size:20px;display:flex;align-items:center;justify-content:center;line-height:0}.walletLabel{font-size:9px;color:rgba(255,255,255,.5);letter-spacing:.8px;text-transform:uppercase}.walletAddress,.walletLabel{font-family:Outfit,sans-serif;font-weight:700;text-align:right}.walletAddress{font-size:12px;color:white;letter-spacing:-.2px}.walletButtonAvatar{width:28px;height:28px;border-radius:50%;overflow:hidden;flex-shrink:0}.walletButtonAvatar img,.walletUserAvatar img{width:100%;height:100%;object-fit:cover;display:block}.walletDropdown{position:fixed;top:0;right:0;background:rgba(255,255,255,.05);border:1px solid rgba(255,255,255,.1);border-radius:10px;padding:6px;min-width:280px;box-shadow:0 20px 60px rgba(0,0,0,.45);z-index:20000;animation:dropdownFadeIn .2s ease;backdrop-filter:blur(20px);-webkit-backdrop-filter:blur(20px)}.walletDropdownHeader{padding:10px 12px;margin-bottom:6px;background:rgba(255,255,255,.02);border:1px solid rgba(255,255,255,.05)}.walletUserAvatar{width:48px;height:48px;border-radius:50%;overflow:hidden;position:relative;background:rgba(255,255,255,.05)}.avatarGradient{width:100%;height:100%;background:linear-gradient(135deg,#f1a643,#3f7ec5,#40b95c);border-radius:50%}.walletUserInfo{flex:1 1;display:flex;flex-direction:column;gap:4px}.walletUserAddress{font-family:Outfit,sans-serif;font-size:14px;font-weight:700;color:white;letter-spacing:-.3px}.walletUserBalance{font-family:Outfit,sans-serif;font-size:12px;font-weight:600;color:rgba(255,255,255,.6)}.walletSettingsButton{background:transparent;border:none;font-size:20px;cursor:pointer;padding:4px;transition:transform .3s ease}.walletSettingsButton:hover{transform:rotate(90deg)}.walletMenuItem{display:flex;align-items:center;gap:12px;padding:10px 12px;cursor:pointer;transition:all .2s ease;font-family:Outfit,sans-serif;font-size:13px;font-weight:600;color:rgba(255,255,255,.85);border-radius:8px;background:transparent;border:none}.walletMenuItem:hover{background:rgba(255,255,255,.08);color:white}.walletMenuItem.secondary{color:rgba(255,255,255,.65);font-size:13px;font-weight:500}.walletMenuItem.secondary:hover{color:white;background:rgba(255,255,255,.08)}.walletMenuItem.logout{color:#e50453;font-size:13px}.walletMenuItem.logout:hover{background:rgba(229,4,83,.2);color:#ff1a6b}.walletMenuIcon{font-size:18px}.walletMenuDivider{height:1px;background:rgba(255,255,255,.08);margin:6px 0}.categoryNav{display:flex;flex-direction:row;gap:6px;padding:10px 40px;background:rgba(10,10,15,.7);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-bottom:1px solid rgba(255,255,255,.05);overflow-x:auto;scrollbar-width:none;-ms-overflow-style:none;position:relative;z-index:1;width:100%;box-sizing:border-box}.categoryNav::-webkit-scrollbar{display:none}.categoryButton{background:transparent;border:1px solid rgba(255,255,255,.08);border-radius:7px;padding:7px 14px;font-family:Outfit,sans-serif;font-size:12px;font-weight:600;color:rgba(255,255,255,.65);cursor:pointer;transition:all .3s ease;white-space:nowrap;-webkit-user-select:none;-moz-user-select:none;user-select:none}.categoryButton:hover{background:rgba(255,255,255,.05);color:white;border-color:rgba(255,255,255,.2)}.categoryButton.active{background:rgba(63,126,197,.2);border-color:rgba(63,126,197,.5);color:white}.sidebarMenuItem{font-family:Outfit,sans-serif}.sidebarMenuItem:hover{background:rgba(255,255,255,.05)!important;color:white!important}.sidebarMenuItem.active:hover{background:rgba(63,126,197,.2)!important}.featuredBanner{margin:30px 40px;background:linear-gradient(135deg,rgba(20,20,30,.85),rgba(30,30,50,.85));-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);border:1px solid rgba(255,255,255,.15);border-radius:24px;overflow:hidden;box-shadow:0 12px 48px rgba(0,0,0,.5);position:relative;z-index:10;min-height:280px;height:280px}.featuredContent{display:grid;grid-template-columns:1fr 2fr 1fr;grid-gap:20px;gap:20px;padding:40px;align-items:center;height:100%}.featuredOption{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:30px;border-radius:16px;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.featuredOptionLabel{font-family:Outfit,sans-serif;font-size:14px;font-weight:700;color:rgba(255,255,255,.8);letter-spacing:1px;margin-bottom:8px}.featuredPercentage{font-family:Outfit,sans-serif;font-size:48px;font-weight:900;letter-spacing:-2px}.featuredCenter{display:flex;flex-direction:column;align-items:center;text-align:center}.featuredImage{animation:floatingLogoAnimation 4s ease-in-out infinite}.featuredTitle{font-size:32px;color:white;letter-spacing:-1px;text-transform:uppercase;background:linear-gradient(135deg,#f1a643,#b45609);background-clip:text;-webkit-background-clip:text;-webkit-text-fill-color:transparent;margin:0}.featuredTitle,.featuredVolume{font-family:Outfit,sans-serif;font-weight:900}.featuredVolume{font-size:40px;color:#f1a643;letter-spacing:-1.5px;margin-top:8px}.featuredCountdown{display:flex;flex-direction:row;align-items:center;gap:8px;font-family:Outfit,sans-serif;font-size:15px;font-weight:600;color:rgba(255,255,255,.8);margin-top:12px}.featuredDots{display:flex;gap:8px;margin-top:16px}.dot{width:8px;height:8px;border-radius:50%;background:rgba(255,255,255,.3);transition:all .3s ease}.dot.active{background:#4a90e2;width:24px;border-radius:4px}.filterBar{gap:16px;padding:14px 20px;background:var(--bg-card-primary);-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);border:1px solid rgba(255,255,255,.08);border-radius:12px;flex-wrap:wrap;margin:0 40px}.filterBar,.filterGroup{display:flex;align-items:center}.filterLabel{color:rgba(255,255,255,.6)}.filterDropdownButton,.filterLabel{font-family:Outfit,sans-serif;font-size:13px;font-weight:600}.filterDropdownButton{display:flex;align-items:center;gap:8px;background:transparent;border:1px solid rgba(255,255,255,.08);border-radius:7px;padding:7px 12px;color:rgba(255,255,255,.8);cursor:pointer;transition:all .3s ease}.filterDropdownButton:hover{background:rgba(63,126,197,.2);border-color:rgba(63,126,197,.5);color:white}.filterCheckboxGroup{display:flex;align-items:center;gap:16px;margin-left:auto}.filterCheckbox{display:flex;align-items:center;gap:8px;cursor:pointer;font-family:Outfit,sans-serif;font-size:13px;font-weight:600;color:rgba(255,255,255,.6)}.filterCheckbox input[type=checkbox]{width:18px;height:18px;cursor:pointer;accent-color:#3f7ec5;border-radius:4px}.filterCheckbox:hover{color:rgba(255,255,255,.9)}.mainContentWrapper{display:flex;gap:20px;padding:0 40px 40px;position:relative;z-index:10;width:100%}.leftSidebar{width:240px;flex-shrink:0;background:var(--bg-card-primary);-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);border:1px solid rgba(255,255,255,.08);border-radius:16px;padding:12px;height:-moz-fit-content;height:fit-content;position:-webkit-sticky;position:sticky;top:140px}.sidebarSection{display:flex;flex-direction:column;gap:4px}.sidebarItem{display:flex;align-items:center;gap:10px;padding:10px 12px;border-radius:8px;cursor:pointer;transition:all .3s ease;font-family:Outfit,sans-serif;font-size:14px;font-weight:600;color:rgba(255,255,255,.7)}.sidebarItem:hover{background:rgba(255,255,255,.05);color:white}.sidebarItem.active{background:rgba(63,126,197,.2);border:1px solid rgba(63,126,197,.4);color:white}.sidebarIcon{font-size:16px}.sidebarLabel{flex:1 1}.sidebarCount{font-size:12px;font-weight:700;color:rgba(255,255,255,.5);padding:2px 8px;background:rgba(255,255,255,.05);border-radius:6px}.sidebarItem.active .sidebarCount{background:rgba(63,126,197,.3);color:white}.sidebarDivider{height:1px;background:rgba(255,255,255,.1);margin:12px 0}.marketCardsContainer{flex:1 1;min-width:0}.mainContent{padding:0 40px 40px;position:relative;z-index:10}.filtersButton{display:flex;align-items:center;gap:8px;background:rgba(20,20,30,.8);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border:1px solid rgba(255,255,255,.1);border-radius:12px;padding:12px 20px;font-family:Outfit,sans-serif;font-size:14px;font-weight:600;color:white;cursor:pointer;margin-bottom:20px;transition:all .3s ease}.filtersButton:hover{background:rgba(63,126,197,.2);border-color:rgba(63,126,197,.4);transform:translateY(-2px)}.marketCardsGrid{display:grid;grid-template-columns:repeat(auto-fill,minmax(380px,1fr));grid-gap:2px;gap:2px}.marketCard{background:rgba(20,20,30,.75);-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);border:1px solid rgba(255,255,255,.12);border-radius:20px;padding:20px;transition:all .3s ease;cursor:pointer;position:relative;box-shadow:0 4px 20px rgba(0,0,0,.3)}.marketCard:hover{transform:translateY(-8px);box-shadow:0 12px 48px rgba(63,126,197,.3);border-color:rgba(63,126,197,.4)}.marketCardHeader{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:16px}.marketCardImage{width:60px;height:60px;border-radius:12px;overflow:hidden;background:rgba(255,255,255,.05);display:flex;align-items:center;justify-content:center}.bookmarkButton{background:transparent;border:none;cursor:pointer;padding:4px;transition:transform .3s ease}.bookmarkButton:hover{transform:scale(1.2)}.marketQuestion{font-family:Outfit,sans-serif;font-size:17px;font-weight:700;color:white;letter-spacing:-.3px;line-height:1.4;margin:0}.marketOptions{display:flex;flex-direction:column;gap:12px}.marketOptionRow{justify-content:space-between}.marketOptionRow,.optionInfo{display:flex;align-items:center}.optionInfo{gap:8px}.optionLabel{font-family:Outfit,sans-serif;font-size:13px;font-weight:600;color:rgba(255,255,255,.8)}.optionButtons{display:flex;gap:8px}.buyButton{background:linear-gradient(135deg,#40b95c,#2a7f3f);border:none;border-radius:8px;padding:8px 20px;font-family:Outfit,sans-serif;font-size:13px;font-weight:700;color:white;cursor:pointer;transition:all .3s ease;text-transform:uppercase;letter-spacing:.5px}.buyButton:hover{transform:scale(1.08);box-shadow:0 4px 16px rgba(64,185,92,.4)}.sellButton{background:linear-gradient(135deg,#e50453,#9f063b);border:none;border-radius:8px;padding:8px 20px;font-family:Outfit,sans-serif;font-size:13px;font-weight:700;color:white;cursor:pointer;transition:all .3s ease;text-transform:uppercase;letter-spacing:.5px}.sellButton:hover{transform:scale(1.08);box-shadow:0 4px 16px rgba(229,4,83,.4)}.marketVolume{display:flex;align-items:center;gap:8px;background:rgba(10,10,15,.6);border:1px solid rgba(255,255,255,.05);border-radius:10px;padding:10px 14px;font-family:Outfit,sans-serif;font-size:13px;font-weight:600;color:rgba(255,255,255,.8);position:relative}.volumeBookmark{background:transparent;border:none;cursor:pointer;padding:4px;margin-left:auto;transition:transform .3s ease}.volumeBookmark:hover{transform:scale(1.2)}.statsFooter{justify-content:space-around;background:rgba(15,15,20,.85);-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);border-top:1px solid rgba(255,255,255,.1);padding:30px 40px;gap:40px;position:relative;z-index:10;margin-top:auto}.statFooterItem,.statsFooter{display:flex;flex-direction:row;align-items:center}.statFooterItem{gap:12px}.statFooterValue{font-family:Outfit,sans-serif;font-size:24px;font-weight:900;color:white;letter-spacing:-.8px}.statFooterLabel{font-family:Outfit,sans-serif;font-size:12px;font-weight:600;color:rgba(255,255,255,.6)}@media (max-width:1200px){.headerSearchWrapper{max-width:400px}}@media (max-width:1024px){.headerContent{padding:0 20px;gap:16px}.categoryNav{padding:10px 20px}.filterBar{padding:14px 20px;margin:0 20px}.mainContent{padding:0 20px 40px}.mainContentWrapper{padding:0 20px 40px;gap:16px}.leftSidebar{width:200px}.filterCheckboxGroup{flex-wrap:wrap;margin-left:0}.featuredBanner{margin:30px 20px}.headerSearchWrapper{max-width:320px}.featuredContent{grid-template-columns:1fr;gap:30px}.marketCardsGrid{grid-template-columns:repeat(auto-fill,minmax(280px,1fr))}.tradeViewVersusHeader{gap:12px;grid-template-columns:minmax(0,1fr) 180px minmax(0,1fr)}.tradeViewVersusTeam{padding:12px 14px}.tradeViewVersusLogo{width:48px;height:48px}.tradeViewVersusTeamName{font-size:16px}.tradeViewVersusPercent{font-size:24px}.tradeViewVersusCenter{min-width:160px}.tradeViewVersusBar{width:170px}}@media (max-width:768px){.headerContent{padding:0 16px;flex-wrap:wrap;gap:10px}.categoryNav{padding:8px 16px}.filterBar{padding:14px 16px;margin:0 16px;gap:12px}.filterCheckboxGroup{width:100%}.mainContent{padding:0 16px 24px}.mainContentWrapper{padding:0 16px 24px;flex-direction:column}.leftSidebar{display:none}.marketCardsContainer{width:100%}.featuredBanner{margin:30px 16px}.tradeViewVersusHeader{gap:8px;grid-template-columns:minmax(0,1fr) 130px minmax(0,1fr)}.tradeViewVersusTeam{padding:8px 10px;border-radius:10px}.tradeViewVersusTeam,.tradeViewVersusTeamInfo{flex-direction:column;align-items:center;justify-content:center;gap:6px}.tradeViewVersusTeam--right .tradeViewVersusTeamInfo{flex-direction:column}.tradeViewVersusLogo{width:44px;height:44px}.tradeViewVersusTeamName,.tradeViewVersusTeamSub{display:none}.tradeViewVersusPercent{font-size:16px;order:2;width:100%;text-align:center}.tradeViewVersusTeam--right .tradeViewVersusPercent{order:2!important;text-align:center!important;order:2}.tradeViewVersusCenter{min-width:115px;padding:0}.tradeViewVersusTimeBadge{font-size:10px;padding:2px 8px}.tradeViewVersusMatchName{font-size:11px}.tradeViewVersusBar{width:110px;height:6px}.tradeViewVersusVolumeLabel{font-size:8px}.headerLogo{flex:0 0 auto}.headerSearchWrapper{order:3;flex:1 1 100%;max-width:100%;margin-top:8px}.headerWalletGroup{order:2;margin-left:auto;gap:6px}.chainSelectorButton{padding:8px 10px}.headerSearch{padding:10px 16px 10px 42px;font-size:13px}.searchIcon{left:14px}.walletConnectButton{padding:8px 12px}.walletIcon{font-size:18px}.walletLabel{font-size:8px}.walletAddress{font-size:11px}.categoryButton{padding:7px 14px;font-size:11px}.featuredContent{padding:24px 16px}.marketCardsGrid{grid-template-columns:1fr;gap:16px}}@media (max-width:480px){.headerContent{padding:0 12px;gap:8px}.categoryNav{padding:6px 12px;gap:4px}.filterBar{padding:14px 12px;margin:0 12px;gap:10px}.mainContent,.mainContentWrapper{padding:0 12px 20px}.featuredBanner{margin:30px 12px}.tradeViewVersusHeader{gap:6px;grid-template-columns:minmax(0,1fr) 110px minmax(0,1fr)}.tradeViewVersusTeam{padding:6px 8px;border-radius:8px;gap:4px}.tradeViewVersusLogo{width:36px;height:36px}.tradeViewVersusPercent{font-size:14px}.tradeViewVersusCenter{min-width:105px}.tradeViewVersusMatchName{font-size:10px;letter-spacing:.05em}.tradeViewVersusBar{width:95px;height:5px}.tradeViewVersusVolumeLabel{font-size:7px}.headerLogo{gap:6px}.headerLogo img{width:32px;height:32px}.logoTitle{font-size:18px}.logoSubtitle{font-size:8px}.headerSearchWrapper{margin-top:6px}.headerSearch{padding:9px 14px 9px 38px;font-size:12px;border-radius:8px}.searchIcon{left:12px;font-size:12px}.walletConnectButton{padding:7px 10px;gap:6px}.walletIcon{font-size:16px}.walletLabel{display:none}.walletAddress{font-size:10px}.categoryButton{padding:6px 12px;font-size:10px}.featuredContent{padding:20px 12px;gap:20px}.featuredOptionLabel{font-size:12px}.featuredPercentage{font-size:32px}.featuredTitle{font-size:20px}.featuredVolume{font-size:24px}.featuredCountdown{font-size:13px}.filtersButton{padding:10px 16px;font-size:13px}.marketCard{padding:18px}.marketQuestion{font-size:15px}.buyButton,.sellButton{padding:7px 16px;font-size:12px}.statsFooter{flex-wrap:wrap;padding:16px 12px;gap:16px}.statFooterItem{flex-grow:0;flex-shrink:0;flex-basis:calc(50% - 8px)}.statFooterValue{font-size:20px}.statFooterLabel{font-size:11px}}@media (max-width:375px){.headerLogo img{width:28px;height:28px}.logoTitle{font-size:13px}.logoSubtitle{font-size:7px}.headerSearch{font-size:11px;padding:8px 12px 8px 34px}.walletAddress{font-size:9px}.categoryButton{padding:5px 10px;font-size:9px}.featuredTitle{font-size:18px}.featuredVolume{font-size:20px}.featuredPercentage{font-size:28px}.marketCard{padding:16px}.marketCardImage{width:50px;height:50px}.marketQuestion{font-size:14px}.optionLabel{font-size:11px}.buyButton,.sellButton{padding:6px 14px;font-size:11px}}.ammContainer{display:flex;flex-direction:column;align-items:center;min-height:100vh;padding:40px 20px;overflow-x:hidden;position:relative}.ammHeader{text-align:center;z-index:2}.statsBar{justify-content:space-around;background:rgba(20,20,30,.6);-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);border:1px solid rgba(255,255,255,.1);border-radius:20px;padding:20px 40px;max-width:1000px;width:100%;gap:20px;box-shadow:0 8px 32px rgba(0,0,0,.3);z-index:2}.statItem,.statsBar{display:flex;flex-direction:row;align-items:center}.statItem{gap:12px}.statLabel{font-size:12px;color:rgba(255,255,255,.6);font-weight:500}.statLabel,.statValue{font-family:Outfit,sans-serif}.statValue{font-size:20px;color:white;font-weight:700;letter-spacing:-.5px}.statDivider{width:1px;height:40px;background:rgba(255,255,255,.1)}.tabNav{gap:12px;background:rgba(20,20,30,.6);-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);border:1px solid rgba(255,255,255,.1);border-radius:16px;padding:8px;z-index:2}.tabButton,.tabNav{display:flex;flex-direction:row}.tabButton{align-items:center;gap:8px;padding:12px 24px;border-radius:12px;font-family:Outfit,sans-serif;font-size:16px;font-weight:600;color:rgba(255,255,255,.7);background:transparent;cursor:pointer;transition:all .3s ease;-webkit-user-select:none;-moz-user-select:none;user-select:none}.tabButton:hover{color:white;background:rgba(255,255,255,.05)}.tabButton.active{color:white;background:linear-gradient(135deg,#3f7ec5,#5a90d8);box-shadow:0 4px 16px rgba(63,126,197,.4)}.contentCard{background:rgba(20,20,30,.8);-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);border:1px solid rgba(255,255,255,.1);border-radius:24px;padding:32px;max-width:500px;width:100%;box-shadow:0 12px 48px rgba(0,0,0,.4);z-index:2}.tokenInputSection{background:rgba(10,10,15,.6);border:1px solid rgba(255,255,255,.08);border-radius:16px;padding:20px}.inputLabel{font-family:Outfit,sans-serif;font-size:14px;color:rgba(255,255,255,.8);font-weight:600}.tokenInputWrapper{display:flex;flex-direction:row;align-items:center;gap:12px}.tokenInput{flex:1 1;background:transparent;border:none;outline:none;font-family:Outfit,sans-serif;font-size:28px;font-weight:700;color:white;padding:8px 0}.tokenInput::placeholder{color:rgba(255,255,255,.3)}.tokenSelectButton{display:flex;flex-direction:row;align-items:center;gap:8px;background:rgba(63,126,197,.2);border:1px solid rgba(63,126,197,.4);border-radius:12px;padding:8px 16px;font-family:Outfit,sans-serif;font-size:16px;font-weight:600;color:white;cursor:pointer;transition:all .3s ease}.tokenSelectButton:hover{background:rgba(63,126,197,.3);transform:translateY(-2px)}.usdValue{font-family:Outfit,sans-serif;font-size:14px;color:rgba(255,255,255,.5);margin-top:8px}.swapIconWrapper{margin:-20px 0;z-index:3}.swapIconButton,.swapIconWrapper{display:flex;justify-content:center}.swapIconButton{align-items:center;background:linear-gradient(135deg,#3f7ec5,#5a90d8);border:4px solid rgba(20,20,30,.8);border-radius:50%;width:48px;height:48px;cursor:pointer;transition:all .3s ease;box-shadow:0 4px 16px rgba(63,126,197,.4)}.swapIconButton:hover{transform:rotate(180deg) scale(1.1);box-shadow:0 6px 24px rgba(63,126,197,.6)}.slippageSection{background:rgba(10,10,15,.4);border:1px solid rgba(255,255,255,.05);border-radius:12px;padding:16px}.slippageValue{font-family:Outfit,sans-serif;font-size:14px;color:#4a90e2;font-weight:700}.slippageButtons{display:flex;flex-direction:row;gap:8px}.slippageButton{flex:1 1;background:rgba(63,126,197,.1);border:1px solid rgba(63,126,197,.3);border-radius:8px;padding:8px 12px;font-family:Outfit,sans-serif;font-size:14px;font-weight:600;color:rgba(255,255,255,.7);cursor:pointer;transition:all .3s ease}.slippageButton:hover{background:rgba(63,126,197,.2);color:white}.slippageButton.active{background:linear-gradient(135deg,#3f7ec5,#5a90d8);border-color:#3f7ec5;color:white}.slippageCustomInput{flex:1 1;background:rgba(63,126,197,.1);border:1px solid rgba(63,126,197,.3);border-radius:8px;padding:8px 12px;font-family:Outfit,sans-serif;font-size:14px;font-weight:600;color:white;text-align:center;outline:none}.liquidityHeader{text-align:center;flex-direction:column}.liquidityHeader,.plusIcon{display:flex;align-items:center}.plusIcon{justify-content:center;width:40px;height:40px;background:rgba(63,126,197,.2);border:2px solid rgba(63,126,197,.4);border-radius:50%;font-size:24px;font-weight:700;color:#4a90e2}.poolInfoBox{background:rgba(10,10,15,.6);border:1px solid rgba(255,255,255,.08);border-radius:12px;padding:16px}.poolInfoRow{display:flex;flex-direction:row;justify-content:space-between;align-items:center;padding:8px 0;font-family:Outfit,sans-serif;font-size:14px;color:rgba(255,255,255,.8)}.poolsGrid{display:grid;grid-template-columns:repeat(auto-fill,minmax(280px,1fr));grid-gap:20px;gap:20px;max-width:1200px;width:100%;z-index:2}.poolCard{background:rgba(20,20,30,.8);-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);border:1px solid rgba(255,255,255,.1);border-radius:20px;padding:24px;transition:all .3s ease;cursor:pointer;box-shadow:0 8px 32px rgba(0,0,0,.3)}.poolCard:hover{transform:translateY(-8px);box-shadow:0 12px 48px rgba(63,126,197,.3);border-color:rgba(63,126,197,.4)}.poolCardHeader{display:flex;flex-direction:column;align-items:center;margin-bottom:16px}.poolTokenLogos{display:flex;flex-direction:row;align-items:center;margin-bottom:12px}.poolCardTitle{font-family:Outfit,sans-serif;font-size:20px;font-weight:700;color:white;letter-spacing:-.5px}.poolCardStats{display:flex;flex-direction:column;gap:12px;margin-bottom:20px}.poolStat{display:flex;flex-direction:row;justify-content:space-between;align-items:center}.poolStatLabel{font-family:Outfit,sans-serif;font-size:13px;color:rgba(255,255,255,.6);font-weight:500}.poolStatValue{font-size:16px;font-weight:700;letter-spacing:-.3px}.poolCardButton,.poolStatValue{font-family:Outfit,sans-serif;color:white}.poolCardButton{display:flex;flex-direction:row;align-items:center;justify-content:center;gap:8px;width:100%;background:linear-gradient(135deg,#3f7ec5,#5a90d8);border:none;border-radius:12px;padding:12px 20px;font-size:14px;font-weight:600;cursor:pointer;transition:all .3s ease}.poolCardButton:hover{transform:scale(1.05);box-shadow:0 4px 16px rgba(63,126,197,.5)}.modalOverlay{position:fixed;top:0;left:0;width:100%;height:100%;background:rgba(0,0,0,.8);display:flex;align-items:center;justify-content:center;z-index:1000;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px)}.tokenSelectorModal{background:rgba(20,20,30,.95);-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);border:1px solid rgba(255,255,255,.1);border-radius:24px;padding:32px;max-width:400px;width:90%;box-shadow:0 20px 60px rgba(0,0,0,.6)}.tokenList{display:flex;flex-direction:column;gap:8px;max-height:400px;overflow-y:auto}.tokenListItem{display:flex;flex-direction:row;justify-content:space-between;align-items:center;padding:16px;background:rgba(10,10,15,.6);border:1px solid rgba(255,255,255,.05);border-radius:12px;cursor:pointer;transition:all .3s ease}.tokenListItem:hover{background:rgba(63,126,197,.2);border-color:rgba(63,126,197,.4);transform:translateX(4px)}.tokenSymbol{font-size:16px;font-weight:700;color:white;letter-spacing:-.3px}.tokenName,.tokenSymbol{font-family:Outfit,sans-serif}.tokenName{font-size:12px;color:rgba(255,255,255,.6);font-weight:500;margin-top:2px}.tokenBalance{font-family:Outfit,sans-serif;font-size:14px;font-weight:600;color:rgba(255,255,255,.8)}@media (max-width:768px){.statsBar{flex-direction:column;padding:20px;gap:16px}.statDivider{display:none}.statItem{width:100%;justify-content:space-between}.poolsGrid{grid-template-columns:1fr}.tabNav{width:100%;justify-content:space-between}.tabButton{flex:1 1;justify-content:center;padding:12px 8px;font-size:14px}.contentCard{padding:20px}.tokenInput{font-size:24px}}[data-testid=w3m-modal]{--w3m-color-bg-1:rgba(20,20,30,0.98)!important;--w3m-color-bg-2:rgba(30,30,40,0.95)!important;--w3m-color-bg-3:rgba(40,40,50,0.9)!important;--w3m-accent:#3f7ec5!important;--w3m-color-overlay:rgba(0,0,0,0.85)!important}[class*=appkit-modal],[class*=w3m-modal],[class*=wcm-modal],appkit-modal,w3m-modal,wcm-modal{--wcm-color-bg-1:rgba(20,20,30,0.98)!important;--wcm-color-bg-2:rgba(30,30,40,0.95)!important;--wcm-color-bg-3:rgba(40,40,50,0.9)!important;--wcm-accent-color:#3f7ec5!important;--wcm-color-overlay:rgba(0,0,0,0.85)!important}[class*=backdrop],[class*=modal-overlay]{background:rgba(0,0,0,.85)!important;-webkit-backdrop-filter:blur(12px)!important;backdrop-filter:blur(12px)!important}[class*=modal-card],[class*=modal-content],[class*=w3m-container]{background:linear-gradient(135deg,rgba(20,20,30,.98),rgba(30,30,50,.95))!important;border:1px solid rgba(255,255,255,.12)!important;border-radius:24px!important;box-shadow:0 20px 60px rgba(0,0,0,.7)!important}[class*=w3m-button],[class*=wcm-button]{background:rgba(63,126,197,.15)!important;border:1px solid rgba(63,126,197,.3)!important;border-radius:12px!important;transition:all .3s ease!important}[class*=w3m-button]:hover,[class*=wcm-button]:hover{background:rgba(63,126,197,.25)!important;border-color:rgba(63,126,197,.5)!important}[class*=w3m-text],[class*=wcm-text]{color:rgba(255,255,255,.9)!important}[class*=w3m-secondary],[class*=wcm-secondary]{color:rgba(255,255,255,.6)!important}[class*=connector-button],[class*=wallet-button]{background:rgba(30,30,40,.8)!important;border:1px solid rgba(255,255,255,.1)!important;border-radius:16px!important;transition:all .3s ease!important}[class*=connector-button]:hover,[class*=wallet-button]:hover{background:rgba(63,126,197,.2)!important;border-color:rgba(63,126,197,.4)!important;transform:translateY(-2px)!important;box-shadow:0 4px 16px rgba(63,126,197,.3)!important}.profileDashboardWrapper{position:relative;width:100%;max-width:1400px;margin:0 auto;padding:16px 40px;z-index:10;display:flex;flex-direction:column;height:calc(100vh - 80px);min-height:calc(100vh - 80px);overflow-y:auto;overflow-x:hidden;scrollbar-gutter:stable;-webkit-overflow-scrolling:touch}.profileDashboardContainer{width:100%;max-width:100%;display:flex;flex-direction:column;flex:1 1;gap:16px}.profileBackButton{position:absolute;top:16px;right:16px;background:rgba(30,30,40,.6);border:1px solid rgba(255,255,255,.1);color:rgba(255,255,255,.8);padding:8px 16px;border-radius:10px;cursor:pointer;font-size:13px;font-weight:500;transition:all .3s ease;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);z-index:10}.profileBackButton:hover{background:rgba(40,40,50,.8);border-color:rgba(255,255,255,.2);transform:translateX(-4px)}.profileDashboardHeader{background:var(--bg-card-primary);border:1px solid rgba(255,255,255,.1);border-radius:16px;padding:16px;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);flex-shrink:0;position:relative}.profileHeaderInfo{display:flex;align-items:center;gap:12px;margin-bottom:16px}.profileAvatarLarge{width:50px;height:50px;border-radius:50%;background:rgba(30,30,40,.8);overflow:visible;position:relative;flex-shrink:0}.profileAvatarImage{width:100%;height:100%;object-fit:cover;display:block;border-radius:50%}.avatarUploadButton{position:absolute;bottom:-10px;right:-10px;width:28px;height:28px;border-radius:8px;border:none;background:rgb(46,46,46);color:rgba(255,255,255,.85);display:flex;align-items:center;justify-content:center;cursor:pointer;box-shadow:0 6px 20px rgba(0,0,0,.4);transition:background .2s ease,color .2s ease;z-index:9}.avatarUploadButton:disabled{opacity:.6;cursor:not-allowed}.avatarUploadButton:not(:disabled):hover{background:rgb(71,71,71);color:#fff}.avatarUploadInput{display:none}.avatarUploadOverlay{position:absolute;inset:0;background:rgba(0,0,0,0);display:flex;align-items:center;justify-content:center;z-index:4}.avatarUploadSpinner{width:18px;height:18px;border:2px solid rgba(255,255,255,.3);border-top-color:#1d9bf0;border-radius:50%;animation:avatarSpin .8s linear infinite}.profileUsernameRow{display:flex;align-items:center;gap:8px;flex-wrap:wrap;margin-left:6px}.profileEditNameButton{background:rgba(255,255,255,.08);border:none;color:rgba(255,255,255,.75);width:26px;height:26px;border-radius:8px;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:background .2s ease,color .2s ease}.profileEditNameButton:hover{background:rgba(255,255,255,.15);color:#fff}.profileNameEditForm{display:flex;flex-direction:column;gap:8px}.profileNameEditInputWrapper{display:flex;align-items:center;gap:10px}.profileNameInput{background:rgba(255,255,255,.05);border:1px solid rgba(255,255,255,.1);border-radius:10px;padding:8px 12px;color:#fff;font-family:Outfit,sans-serif;font-size:14px;width:min(260px,100%)}.profileNameInput:focus{outline:none;border-color:rgba(59,130,246,.8)}.profileNameEditActions{display:flex;align-items:center;gap:8px;flex-wrap:wrap}.profileNameEditActions.inline{flex-wrap:nowrap}.profileNameEditActions.stacked{display:none}.profileNameCancelButton,.profileNameSaveButton{border:none;border-radius:8px;padding:6px 14px;font-size:12px;font-weight:600;cursor:pointer;transition:all .2s ease;font-family:Outfit,sans-serif}.profileNameSaveButton{background:linear-gradient(135deg,#40b95c,#2f9e44);color:#fff}.profileNameSaveButton:disabled{opacity:.6;cursor:not-allowed}.profileNameCancelButton{background:rgba(255,255,255,.08);color:rgba(255,255,255,.8)}.profileNameCancelButton:hover{background:rgba(255,255,255,.15)}.profileHeaderText{flex:1 1;min-width:0}.profileUsername{font-size:18px;font-weight:700;color:white;margin:0 0 2px;font-family:Outfit,sans-serif}.profileJoinDate{font-size:11px;font-weight:500;color:rgba(255,255,255,.5);font-family:Outfit,sans-serif;margin:0 0 0 6px}@keyframes avatarSpin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.profileConnectButton{background:rgba(29,155,240,.15);border:1px solid rgba(29,155,240,.3);color:#1d9bf0;padding:6px 14px;border-radius:8px;cursor:pointer;font-size:12px;font-weight:600;transition:all .3s ease;font-family:Outfit,sans-serif}.profileConnectButton:hover{background:rgba(29,155,240,.25);border-color:rgba(29,155,240,.5)}.profileEditButton{background:transparent;border:none;font-size:18px;cursor:pointer;padding:4px 8px;transition:transform .3s ease}.profileEditButton:hover{transform:scale(1.1)}.profileStatsGrid{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:10px;gap:10px;margin-bottom:12px;margin-top:12px}.profileStatCard{background:rgba(30,30,40,.5);border:1px solid rgba(255,255,255,.08);border-radius:10px;padding:10px;text-align:center}.profileStatLabel{font-size:11px;font-weight:500;color:rgba(255,255,255,.5);margin-bottom:4px;font-family:Outfit,sans-serif}.profileStatValue{font-size:18px;font-weight:700;color:white;font-family:Outfit,sans-serif}.profileProfitLossCard{background:rgba(30,30,40,.5);border:1px solid rgba(255,255,255,.08);border-radius:12px;padding:12px}.profitLossHeader{display:flex;justify-content:space-between;align-items:center;margin-bottom:8px}.profitLossIndicator{display:flex;align-items:center;gap:6px}.profitLossIcon{color:#40b95c;font-size:14px}.profitLossLabel{font-size:12px;font-weight:600;color:rgba(255,255,255,.7);font-family:Outfit,sans-serif}.profitLossTimeframes{display:flex;gap:4px}.profitLossTimeframes button{background:transparent;border:1px solid rgba(255,255,255,.1);color:rgba(255,255,255,.5);padding:3px 8px;border-radius:6px;cursor:pointer;font-size:10px;font-weight:600;transition:all .3s ease;font-family:Outfit,sans-serif}.profitLossTimeframes button.active,.profitLossTimeframes button:hover{background:rgba(63,126,197,.2);border-color:rgba(63,126,197,.4);color:white}.profitLossAmount{display:flex;align-items:baseline;gap:6px;margin-bottom:8px}.profitAmount{font-size:20px;font-weight:700;color:white;margin-right:8px}.profitAmount,.profitSubtext{font-family:Outfit,sans-serif}.profitSubtext{font-size:11px;font-weight:500;color:rgba(255,255,255,.5)}.profitLossChart{height:50px;position:relative;background:rgba(10,10,15,.4);border-radius:8px;overflow:hidden}.chartPlaceholder{width:100%;height:100%;display:flex;align-items:center;justify-content:center}.chartLine{width:90%;height:2px;background:linear-gradient(90deg,#40b95c,#4a90e2)}.profileTabsWrapper{display:flex;flex-direction:column;flex:1 1;min-height:0}.profileTabs{display:flex;gap:0;background:var(--bg-card-primary);border:1px solid rgba(255,255,255,.1);border-radius:16px 16px 0 0;overflow:hidden;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);flex-shrink:0}.profileTab{flex:1 1;background:transparent;border:none;padding:12px 20px;font-family:Outfit,sans-serif;font-size:14px;font-weight:600;color:rgba(255,255,255,.6);cursor:pointer;transition:all .3s ease;position:relative}.profileTab:hover{color:rgba(255,255,255,.9);background:rgba(255,255,255,.03)}.profileTab.active{color:white;background:rgba(63,126,197,.15)}.profileTab.active:after{content:"";position:absolute;bottom:0;left:0;right:0;height:2px;background:#4a90e2}.profileTabContent{background:var(--bg-card-primary);border:1px solid rgba(255,255,255,.1);border-top:none;border-radius:0 0 16px 16px;padding:20px;flex:1 1;display:flex;flex-direction:column;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);overflow-y:auto}.profilePositionsContent{display:flex;flex-direction:column;gap:16px;flex:1 1;min-height:0}.profileSubTabs{display:flex;align-items:center;gap:12px;flex-wrap:wrap}.profileSubTab{background:rgba(30,30,40,.6);border:1px solid rgba(255,255,255,.1);color:rgba(255,255,255,.7);padding:8px 16px;border-radius:8px;cursor:pointer;font-size:13px;font-weight:600;transition:all .3s ease;font-family:Outfit,sans-serif}.profileSubTab:hover{background:rgba(40,40,50,.8);color:white}.profileSubTab.active{background:rgba(63,126,197,.2);border-color:rgba(63,126,197,.4);color:white}.profileSearchInput{flex:1 1;min-width:220px;background:rgba(255,255,255,.03);border:1px solid rgba(255,255,255,.08);border-radius:8px;padding:8px 12px 8px 36px;color:rgba(255,255,255,.85);font-weight:500;outline:none;background-image:url("data:image/svg+xml,%3Csvg width='14' height='14' viewBox='0 0 14 14' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M10.5 9.75L13 12.25M6.70833 11.4167C3.99487 11.4167 1.79167 9.21352 1.79167 6.50004C1.79167 3.78657 3.99487 1.58337 6.70833 1.58337C9.42181 1.58337 11.625 3.78657 11.625 6.50004C11.625 9.21352 9.42181 11.4167 6.70833 11.4167Z' stroke='rgba(255,255,255,0.45)' stroke-width='1.5' stroke-linecap='round'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:14px}.profileSearchInput,.profileSortButton{font-size:13px;font-family:Outfit,sans-serif}.profileSortButton{background:rgba(30,30,40,.6);border:1px solid rgba(255,255,255,.1);color:rgba(255,255,255,.7);padding:8px 12px;border-radius:8px;cursor:pointer;font-weight:600;display:flex;align-items:center;justify-content:space-between;gap:6px;min-width:140px;transition:all .3s ease}.profileSortButton:hover{background:rgba(40,40,50,.8);color:white}.profilePositionsTable{background:rgba(10,10,15,.4);border:1px solid rgba(255,255,255,.08);border-radius:12px;overflow:hidden;flex:1 1;display:flex;flex-direction:column;min-height:0}.positionsTableHeader{display:grid;grid-template-columns:2fr 1fr 1fr 1fr;grid-gap:16px;gap:16px;padding:12px 16px;background:rgba(30,30,40,.6);border-bottom:1px solid rgba(255,255,255,.08)}.tableCol{font-size:11px;font-weight:700;color:rgba(255,255,255,.5);text-transform:uppercase;letter-spacing:.5px;font-family:Outfit,sans-serif}.positionsTableEmpty{padding:60px 20px;text-align:center;flex:1 1;display:flex;align-items:center;justify-content:center}.emptyStateText{font-size:14px;font-weight:500;color:rgba(255,255,255,.5);margin:0;font-family:Outfit,sans-serif}.profileActivityContent{display:flex;flex-direction:column;gap:16px;flex:1 1;min-height:0}.profileActivitySwapMeta{display:block;font-size:12px;color:rgba(255,255,255,.6);margin-top:4px}.profileActivityDirection{display:flex;align-items:center;justify-content:center}.profileActivityDirectionBadge{display:inline-flex;align-items:center;justify-content:center;padding:6px 12px;border-radius:999px;border:1px solid transparent;font-size:12px;font-weight:700;text-transform:uppercase;letter-spacing:.5px}.profileActivityOutcome{display:flex;flex-direction:column;gap:6px}.profileActivityOutcomeRow{display:flex;flex-direction:column;gap:2px}.predictionHistoryModal{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:min(420px,calc(100vw - 32px));max-height:min(700px,calc(100vh - 64px));display:flex;flex-direction:column;background:rgba(15,15,20,.397);border:1px solid rgba(255,255,255,.08);border-radius:10px;box-shadow:0 30px 80px rgba(5,5,10,.85);-webkit-backdrop-filter:blur(24px);backdrop-filter:blur(24px);overflow:hidden;color:rgba(255,255,255,.94);font-family:Outfit,sans-serif}.predictionHistoryModal__header{display:flex;align-items:center;justify-content:space-between;padding:18px 22px 12px;border-bottom:1px solid rgba(255,255,255,.08);background:linear-gradient(135deg,rgba(255,255,255,.08),rgba(255,255,255,.02))}.predictionHistoryModal__title{display:flex;align-items:center;gap:10px;font-size:16px;font-weight:600;letter-spacing:.02em}.predictionHistoryModal__titleIcon{color:rgba(255,255,255,.85);font-size:18px}.predictionHistoryModal__close{margin-left:auto;padding:0}.predictionHistoryModal__close svg{font-size:14px}.predictionValidateLabel{transition:transform .22s ease,filter .22s ease;transform-origin:center}.predictionValidateLabel:hover{transform:scale(1.05);filter:brightness(1.05)}.roundCardEnterClose{margin-right:10px}.roundCardEnterClose svg{font-size:14px}.roundCardEnter{width:100%;height:100%;padding:14px;display:flex;flex-direction:column;background:var(--bg-card-primary,#1a1d26);border-radius:10px;overflow:hidden;box-shadow:0 0 15px 5px rgba(0,0,0,.33);font-family:Outfit,sans-serif;color:white}.roundCardEnter__header{display:flex;align-items:center;justify-content:space-between;background:linear-gradient(135deg,rgba(255,255,255,.1),rgba(255,255,255,.02));border-bottom:1px solid rgba(255,255,255,.08);margin:-14px -14px 10px;padding:10px 14px;border-top-left-radius:10px;border-top-right-radius:10px}.roundCardEnter__title{display:flex;align-items:center;gap:10px;font-size:15px;font-weight:600;letter-spacing:.02em}.roundCardEnter__close{border:none;background:rgba(255,255,255,.04);color:rgba(255,255,255,.85);width:30px;height:30px;border-radius:50%;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:all .2s ease}.roundCardEnter__close:hover{background:rgba(255,255,255,.15);color:#fff}.roundCardEnter__content{display:flex;flex-direction:column;flex:1 1;gap:8px;padding-bottom:2px}.roundCardEnter__section{display:flex;flex-direction:column;gap:8px}.roundCardEnter__labelRow{display:flex;align-items:center;justify-content:space-between;font-size:11px;font-weight:600;padding-top:5px;color:rgba(255,255,255,.55)}.roundCardEnter__balance{display:flex;align-items:center;gap:6px;font-size:12px;font-weight:600;color:rgba(255,255,255,.7);cursor:pointer;text-transform:uppercase}.roundCardEnter__balance:hover{color:#fff}.roundCardEnter__positionSelector{display:flex;border-radius:8px;overflow:hidden;border:1px solid rgba(255,255,255,.1)}.roundCardEnter__positionButton{flex:1 1;display:flex;align-items:center;justify-content:center;gap:6px;cursor:pointer;transition:all .2s ease;opacity:.5;background:rgba(255,255,255,.05);color:white;font-weight:700;font-size:14px;padding:10px 0}.roundCardEnter__positionButton:hover{opacity:.8}.roundCardEnter__positionButton.is-selected{opacity:1}.roundCardEnter__positionButton--up.is-selected{background:linear-gradient(45deg,rgb(64,185,92),rgb(42,127,63))}.roundCardEnter__positionButton--down.is-selected{background:linear-gradient(45deg,rgb(229,4,83),rgb(159,6,59))}.roundCardEnter__inputContainer{display:flex;align-items:center;justify-content:flex-end;background:rgba(255,255,255,.03);border:1px solid rgba(255,255,255,.08);border-radius:12px;padding:4px 12px;transition:border-color .2s,box-shadow .2s;min-height:40px;position:relative;gap:8px}.roundCardEnter__inputContainer:focus-within{border-color:rgba(255,255,255,.15);box-shadow:0 0 0 1px rgba(255,255,255,.08)}.roundCardEnter__input{background:transparent;border:none;outline:none;color:rgba(255,255,255,.95);font-size:24px;font-weight:600;width:100%;font-family:Outfit,sans-serif;text-align:right;padding:0 80px 0 20px;line-height:1;caret-color:#3fb5eb}.roundCardEnter__input::placeholder{color:rgba(255,255,255,.3)}.roundCardEnter__input::-webkit-inner-spin-button,.roundCardEnter__input::-webkit-outer-spin-button{appearance:none;-webkit-appearance:none;margin:0}.roundCardEnter__input[type=number]{-webkit-appearance:textfield;appearance:textfield;-moz-appearance:textfield}.roundCardEnter__currency{position:absolute;right:14px;top:50%;transform:translateY(-50%);display:flex;flex-direction:column;align-items:flex-end;pointer-events:none}.roundCardEnter__currencyValue{font-size:14px;font-weight:600;color:rgba(255,255,255,.6);white-space:nowrap}.roundCardEnter__presets{display:flex;width:100%;gap:6px}.roundCardEnter__presetBtn{flex:1 1;padding:6px 0;font-size:11px;font-weight:600;border-radius:8px;background:rgba(255,255,255,.05);color:rgba(255,255,255,.85);border:1px solid rgba(255,255,255,.1);cursor:pointer;transition:all .2s;text-align:center;font-family:Outfit,sans-serif;text-transform:uppercase;letter-spacing:.3px}.roundCardEnter__presetBtn:hover{background:rgba(255,255,255,.08);border-color:rgba(255,255,255,.15);color:white}.roundCardEnter__summaryBox{background:rgba(0,0,0,.2);border-radius:8px;padding:6px 8px;display:flex;flex-direction:column}.roundCardEnter__summaryRow{display:flex;justify-content:space-between;font-size:14px;color:rgba(255,255,255,.6)}.roundCardEnter__summaryValue{color:white;font-weight:600}.roundCardEnter__summaryValue.is-positive{color:rgb(85,217,116)}.roundCardEnter__confirmBtn{width:100%;padding:0;height:36px;margin-top:auto;border-radius:6px;background:linear-gradient(135deg,#3fb5eb,#2d82b5);color:white;font-size:14px;font-weight:700;border:none;cursor:pointer;transition:all .2s;display:flex;align-items:center;justify-content:center;gap:8px;text-transform:uppercase;box-shadow:0 4px 15px rgba(45,130,181,.3)}.roundCardEnter__confirmBtn:hover{filter:brightness(1.1);transform:translateY(-1px);box-shadow:0 6px 20px rgba(45,130,181,.4)}.roundCardEnter__confirmBtn:active{transform:translateY(0)}.roundCardEnter__confirmBtn.is-disabled,.roundCardEnter__confirmBtn:disabled{opacity:.6;cursor:not-allowed;filter:grayscale(.8);box-shadow:none;transform:none}.ReactFlipCard__container{width:100%;height:100%;perspective:1800px;-webkit-perspective:1800px;position:relative}.ReactFlipCard__flipCard{position:relative}.ReactFlipCard__flipCard,.ReactFlipCard__flipCardBack,.ReactFlipCard__flipCardFront{width:100%;height:100%;transform-style:preserve-3d;-webkit-transform-style:preserve-3d}.ReactFlipCard__flipCardBack,.ReactFlipCard__flipCardFront{backface-visibility:hidden;-webkit-backface-visibility:hidden;position:absolute;top:0;left:0}.ReactFlipCard__flipCardFront{z-index:2}.predictionHistoryModal__tabs{display:flex;gap:10px;padding:14px 18px 12px;border-bottom:1px solid rgba(255,255,255,.06);background:rgba(255,255,255,.02)}.predictionHistoryModal__tab{flex:1 1;border:1px solid transparent;border-radius:12px;background:rgba(255,255,255,.02);color:rgba(255,255,255,.65);font-size:14px;font-weight:600;padding:10px 12px;display:flex;align-items:center;justify-content:center;gap:8px;cursor:pointer;transition:all .2s ease;font-family:Outfit,sans-serif;line-height:1.2}.predictionHistoryModal__tabIcon{font-size:16px}.predictionHistoryModal__tab:hover{border-color:rgba(255,255,255,.12);color:#fff}.predictionHistoryModal__tab.is-active{background:rgba(63,126,197,.2);border-color:rgba(63,126,197,.45);color:#fff;box-shadow:0 8px 20px rgba(63,126,197,.35)}.predictionHistoryModal__content{flex:1 1;padding:18px 22px 20px;overflow-y:auto;display:flex;flex-direction:column;gap:16px}.predictionHistoryPendingList{display:flex;flex-direction:column;gap:12px}.predictionHistoryPendingCard{border:1px solid rgba(255,255,255,.08);border-radius:14px;padding:14px 16px;background:linear-gradient(140deg,rgba(31,34,45,.95),rgba(20,22,32,.92));box-shadow:0 12px 35px rgba(5,6,10,.45);display:flex;flex-direction:column;gap:10px}.predictionHistoryPendingCard--loading{align-items:center;justify-content:center;min-height:80px;color:rgba(255,255,255,.8);font-weight:500;text-align:center}.predictionHistoryPendingCard__header{display:flex;align-items:flex-start;justify-content:space-between;gap:12px}.predictionHistoryPendingCard__titleBlock{display:flex;flex-direction:column;gap:4px}.predictionHistoryPendingCard__header p{margin:0;font-size:13px;text-transform:uppercase;letter-spacing:.04em;color:rgba(255,255,255,.65)}.predictionHistoryPendingCard__contract{display:flex;align-items:center;gap:8px;font-size:12px;color:rgba(255,255,255,.65)}.predictionHistoryPendingCard__contractLink{display:inline-flex;align-items:center;justify-content:center;width:22px;height:22px;border:1px solid rgba(255,255,255,.25);border-radius:50%;color:rgba(255,255,255,.9);text-decoration:none;transition:all .2s ease}.predictionHistoryPendingCard__contractLink:hover{border-color:rgba(255,255,255,.35);color:#fff}.predictionHistoryPendingCard__header span{font-size:12px;color:rgba(255,255,255,.55)}.predictionHistoryPendingCard__header strong{font-size:18px;font-weight:700;color:#fff}.predictionHistoryPendingCard__meta{display:flex;flex-direction:column;gap:4px;font-size:12px;color:rgba(255,255,255,.7)}.predictionHistoryPendingCard__actions{display:flex;gap:10px;flex-wrap:wrap}.predictionHistoryPendingCard__actionBtn{flex:1 1;min-width:120px;height:34px;border-radius:8px;border:none;font-size:13px;font-weight:600;cursor:pointer;transition:all .2s;text-transform:uppercase;background:linear-gradient(45deg,rgb(230,190,68),rgb(219,157,0));color:#fff;box-shadow:0 6px 18px rgba(219,157,0,.35)}.predictionHistoryPendingCard__actionBtn:hover:not(:disabled){filter:brightness(1.08);transform:translateY(-1px)}.predictionHistoryPendingCard__actionBtn:disabled{opacity:.5;cursor:not-allowed;box-shadow:none}.predictionHistoryPendingCard__actionBtn--secondary{background:rgba(255,255,255,.08);color:rgba(255,255,255,.9);border:1px solid rgba(255,255,255,.12);box-shadow:none}.predictionHistoryPendingCard__actionBtn--secondary:hover:not(:disabled){background:rgba(255,255,255,.18)}.predictionHistoryPendingEmpty,.predictionHistoryPendingError{border-radius:12px;padding:12px 14px;font-size:13px;text-align:center}.predictionHistoryPendingEmpty{background:rgba(255,255,255,.04);color:rgba(255,255,255,.7)}.predictionHistoryPendingError{background:rgba(255,71,87,.12);color:rgba(255,122,122,.95);border:1px solid rgba(255,87,99,.4)}.predictionChartOverlay{position:fixed;inset:0;display:flex;align-items:center;justify-content:center;z-index:1000}.predictionChartModal__headerRow{display:flex;align-items:center;justify-content:space-between;padding:20px 10px;border-bottom:1px solid rgba(255,255,255,.05);background:linear-gradient(135deg,rgba(255,255,255,.08),rgba(255,255,255,.02))}.predictionChartModal__titleGroup{display:flex;align-items:center;gap:16px}.predictionChartModal__pairBadge{width:52px;height:52px;border-radius:16px;background:radial-gradient(circle at 30% 30%,rgba(255,193,111,.95),rgba(180,90,20,.85));display:flex;align-items:center;justify-content:center;box-shadow:0 18px 40px rgba(0,0,0,.45)}.predictionChartModal__titleText{display:flex;flex-direction:column;line-height:1.1}.predictionChartModal__titleLabel{font-size:12px;text-transform:uppercase;letter-spacing:.14em;color:rgba(255,255,255,.6)}.predictionChartModal__titlePair{font-size:22px;font-weight:700;letter-spacing:.08em;color:#fff}.predictionChartModal__titleHint{font-size:11px;letter-spacing:.08em;text-transform:uppercase;color:rgba(255,255,255,.45);margin-top:4px}.predictionChartModal__statsGrid{padding:10px 10px 0;display:grid;grid-template-columns:repeat(auto-fit,minmax(170px,1fr));grid-gap:14px;gap:14px}.predictionChartCard{border-radius:5px;border:1px solid rgba(255,255,255,.06);background:rgba(9,11,20,.9);display:flex;flex-direction:column;height:100px;align-items:center;justify-content:center}.predictionChartCard__label{font-size:11px;text-transform:uppercase;letter-spacing:.12em;color:rgba(255,255,255,.52)}.predictionChartCard__value{font-size:22px;font-weight:700;color:#fff}.predictionChartCard__oracle{display:inline-flex;align-items:center;gap:8px;font-size:16px;font-weight:600;color:#fff}.predictionChartCard__sub{font-size:13px;color:rgba(255,255,255,.65)}.predictionChartCard__valueGroup{display:flex;flex-direction:column;align-items:flex-start;gap:6px;width:100%}.predictionChartCard__delta{display:inline-flex;align-items:center;align-self:flex-start;margin-top:auto;padding:4px 10px;border-radius:999px;font-size:12px;font-weight:700;letter-spacing:.08em;text-transform:uppercase}.predictionChartCard__delta.is-positive{background:rgba(64,185,92,.12);color:rgb(85,217,116)}.predictionChartCard__delta.is-negative{background:rgba(229,4,83,.12);color:rgba(229,4,83,1)}.predictionChartModal__chart{margin:10px;border-radius:5px;border:1px solid rgba(255,255,255,.07);background:rgba(16,14,12,.85);overflow:hidden;height:100%}.predictionChartModal__chart,.predictionChartModal__headerRow,.predictionChartModal__statsGrid{animation:fade-in .2s ease both}.predictionChartModal__close{margin-left:auto}@media (max-width:640px){.predictionChartModal__headerRow{flex-direction:column;align-items:flex-start;gap:12px}.predictionChartModal__statsGrid{grid-template-columns:1fr}.predictionChartModal__close{position:absolute;top:18px;right:18px;margin:0}.predictionChartModal__statsGrid{padding:12px 20px 0;display:flex;flex-direction:column;gap:10px}.predictionChartCard{flex-direction:row;align-items:center;gap:14px;background:transparent;border:none;border-bottom:1px solid rgba(255,255,255,.08);border-radius:0;padding:0 0 10px;min-height:auto;display:flex;align-items:flex-start;justify-content:space-between}.predictionChartCard:last-child{border-bottom:none;padding-bottom:0}.predictionChartCard__label{font-size:11px;letter-spacing:.12em}.predictionChartCard__value{font-size:18px;text-align:right}.predictionChartCard__oracle{justify-content:flex-end}.predictionChartCard__sub{text-align:right;display:block}.predictionChartCard__valueGroup{align-items:flex-end;text-align:right;gap:4px}.predictionChartCard__valueGroup--oracle{flex-direction:row;justify-content:flex-end}.predictionChartModal__chart{margin:16px 18px 20px}}.predictionHistoryEmptyState{text-align:center;padding:40px 12px;color:rgba(255,255,255,.65);font-size:14px;font-weight:500}.predictionHistoryRoundsList{display:flex;flex-direction:column;gap:14px}.predictionHistoryRoundWrapper{display:flex;flex-direction:column;gap:10px}.predictionHistoryRound{width:100%;border-radius:14px;border:1px solid rgba(255,255,255,.05);background:linear-gradient(140deg,rgba(31,34,45,.95),rgba(20,22,32,.92));padding:14px 16px;display:flex;align-items:center;justify-content:space-between;gap:12px;cursor:pointer;transition:all .2s ease;font-family:Outfit,sans-serif;line-height:1.2}.predictionHistoryRound:hover{border-color:rgba(255,255,255,.2);transform:translateY(-1px)}.predictionHistoryRound.is-expanded{border-color:rgba(63,126,197,.55);box-shadow:0 14px 30px rgba(0,0,0,.5);background:linear-gradient(145deg,rgba(24,26,38,.98),rgba(12,13,23,.95))}.predictionHistoryRound__meta{display:flex;flex-direction:column;gap:2px;flex:1 1}.predictionHistoryRound__label{font-size:11px;font-weight:600;text-transform:uppercase;letter-spacing:.08em;color:rgba(255,255,255,.5)}.predictionHistoryRound__epoch{font-size:16px;font-weight:600;color:#fff}.predictionHistoryRound__delta{font-size:15px;font-weight:700}.predictionHistoryRound__delta.is-positive{color:#4ade80}.predictionHistoryRound__delta.is-negative{color:#f43f5e}.predictionHistoryRound__chevron{color:rgba(255,255,255,.6);display:flex}.predictionHistoryRoundDetails{display:flex;flex-direction:column;gap:12px}.predictionHistoryModal__collectBtn{width:100%;padding:0;height:36px;margin-top:auto;border-radius:6px;background:linear-gradient(45deg,rgb(230,190,68),rgb(219,157,0));color:white;font-size:14px;font-weight:700;border:none;cursor:pointer;transition:all .2s;display:flex;align-items:center;justify-content:center;gap:8px;text-transform:uppercase;box-shadow:0 4px 15px rgba(219,157,0,.3)}.predictionHistoryModal__collectBtn:hover{background:linear-gradient(45deg,rgb(235,201,100),rgb(239,176,18));filter:brightness(1.1);transform:translateY(-1px);box-shadow:0 6px 20px rgba(219,157,0,.4)}.predictionHistoryModal__collectBtn:active{transform:translateY(0)}.predictionHistoryModal__collectBtn.is-disabled,.predictionHistoryModal__collectBtn:disabled{opacity:.6;cursor:not-allowed;filter:grayscale(.8);box-shadow:none;transform:none}.predictionHistoryDetailCard{border-radius:14px;border:1px solid rgba(255,255,255,.04);background:rgba(15,15,25,.95);padding:14px 16px;display:flex;flex-direction:column;gap:10px}.predictionHistoryDetailCard__title{font-size:12px;text-transform:uppercase;letter-spacing:.08em;color:rgba(255,255,255,.55);margin:0}.predictionHistoryDetailRows{display:flex;flex-direction:column;gap:8px}.predictionHistoryDetailRow{display:flex;align-items:center;justify-content:space-between;font-size:13px;color:rgba(255,255,255,.65);gap:10px}.predictionHistoryDetailRow__label{flex:1 1;text-align:left}.predictionHistoryDetailRow__value{font-weight:600;color:#fff;text-align:right}.predictionHistoryDetailRow__value--positive{color:#4ade80}.predictionHistoryDetailRow__value--negative{color:#f87171}.predictionHistoryOverview{display:flex;flex-direction:column;gap:16px;padding-bottom:10px}.predictionHistoryOverview__chart{align-items:center;justify-content:center;background:rgba(15,15,25,.92);padding:20px 0}.predictionHistoryOverview__chart,.predictionHistorySection{display:flex;border-radius:16px;border:1px solid rgba(255,255,255,.05)}.predictionHistorySection{background:rgba(12,12,22,.92);padding:16px 18px;flex-direction:column;gap:10px}.predictionHistorySection__title{font-size:12px;text-transform:uppercase;letter-spacing:.08em;color:rgba(255,255,255,.55);margin:0}.predictionHistoryKeyValueList{display:flex;flex-direction:column;gap:8px}.predictionHistoryRow{display:flex;align-items:center;justify-content:space-between;font-size:13px;color:rgba(255,255,255,.7);gap:12px}.predictionHistoryRow__value{font-weight:600;color:#fff;text-align:right}.predictionHistoryRow__value.is-positive{color:#4ade80}.predictionHistoryRow__value.is-negative{color:#f87171}.predictionHistoryModal__close:focus-visible,.predictionHistoryModal__tab:focus-visible,.predictionHistoryRound:focus-visible{outline:2px solid rgba(63,126,197,.6);outline-offset:2px}.profileActivityOutcome .label{font-size:11px;font-weight:700;text-transform:uppercase;letter-spacing:.4px;color:rgba(255,255,255,.5)}.profileActivityMatrix .profilePositionsCell{padding:10px 14px;gap:4px}.profileActivityTrade{width:100%;display:flex;align-items:center;gap:16px}.profileActivityTradeValue{display:flex;flex-direction:column;gap:2px}.profileActivityTradeValue .label{font-size:11px;font-weight:700;text-transform:uppercase;letter-spacing:.4px;color:rgba(255,255,255,.5)}.profileActivityTradeValue .value{font-size:15px;font-weight:600;color:#f9fafb}.profileActivityMatrix .tradeViewHoldersMatrixAvatar{width:52px;height:52px}.walletDropdownHeader{display:flex;align-items:center;gap:12px;padding:12px 8px;margin-bottom:4px;cursor:pointer;transition:all .3s ease;background:transparent;border:none;border-radius:8px;width:100%;text-align:left}.walletDropdownHeader:hover{background:rgba(63,126,197,.15)}@media (max-width:1024px){.profileDashboardWrapper{padding:0 10px 10px;height:calc(100vh - 70px);min-height:calc(100vh - 70px)}.profileStatsGrid{grid-template-columns:1fr;gap:8px}.profileHeaderInfo{flex-direction:column;align-items:flex-start}.positionsTableHeader{grid-template-columns:1.5fr 1fr 1fr 1fr;gap:8px;font-size:11px}}@media (max-width:768px){.profileDashboardWrapper{height:100%;padding:20px 16px 120px}.profileTabContent{overflow:visible;max-height:none}.profileDashboardHeader{padding:14px}.profileStatValue,.profileUsername{font-size:16px}.profileSubTabs{display:flex;flex-wrap:wrap;gap:8px;align-items:stretch}.profileSubTab{flex:0 0 auto}.profileSearchInput{flex:1 1 100%;min-width:100%;order:-1}.profileSortButton{flex-grow:1;flex-shrink:1;flex-basis:calc(50% - 4px);min-width:0}.positionsTableHeader{display:none}}.tradeViewWrapper{position:relative;width:100%;max-width:1400px;margin:0 auto;padding:20px 40px;z-index:10;height:calc(100vh - 80px);overflow-y:auto;overflow-x:hidden}.tradeStandaloneContainer{flex:1 1;width:100%;display:flex;align-items:stretch;justify-content:center;position:relative;z-index:1}.tradeStandaloneContainer .tradeViewWrapper{max-width:none;width:100%;margin:0;padding:0;height:calc(100vh - 80px)}.tradeStandaloneContainer .tradeViewContainer{max-width:1400px;width:100%;margin:0 auto}.tradeStandaloneContainer .tradeViewTopButtons{padding-top:20px}@media (max-width:1024px){.tradeStandaloneContainer{flex-direction:column;align-items:stretch}.tradeStandaloneContainer .tradeViewWrapper{height:auto;min-height:auto;overflow:visible}.tradeStandaloneContainer .tradeViewContainer{padding:0 0 10px}}.tradeViewWrapper::-webkit-scrollbar{width:8px}.tradeViewWrapper::-webkit-scrollbar-track{background:rgba(255,255,255,.03);border-radius:4px}.tradeViewWrapper::-webkit-scrollbar-thumb{background:rgba(230,6,6,.08);border-radius:4px;border:1px solid rgba(255,255,255,.05)}.tradeViewWrapper::-webkit-scrollbar-thumb:hover{background:rgba(201,3,3,.15)}.tradeViewContainer{width:100%;display:flex;flex-direction:column}.tradeViewMarketTitle{position:relative;display:flex;justify-content:space-between;align-items:flex-start;padding:24px;background:var(--bg-card-primary);border:1px solid rgba(255,255,255,.1);border-radius:16px;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px)}.tradeViewTopButtons{position:absolute;top:16px;right:16px;display:flex;gap:8px;z-index:10}.tradeViewBackButton{background:rgba(30,30,40,.6);border:1px solid rgba(255,255,255,.1);color:rgba(255,255,255,.8);padding:8px 16px;border-radius:10px;cursor:pointer;font-size:13px;font-weight:600;transition:all .3s ease;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);font-family:Outfit,sans-serif}.tradeViewBackButton:hover{background:rgba(40,40,50,.8);border-color:rgba(255,255,255,.2);transform:translateX(-4px)}.tradeViewTitleLeft{display:flex;gap:20px;align-items:flex-start;flex:1 1}.tradeViewTitleLeftVersus{gap:0}.tradeViewMarketImage{border-radius:12px;flex-shrink:0}.tradeViewTitleText{flex:1 1;display:flex;flex-direction:column;gap:12px}.tradeViewTitleText.versus{gap:18px}.tradeViewTitleText.versus .tradeViewTitle{display:none}.tradeViewTitle{font-size:24px;font-weight:700;color:white;margin:0;line-height:1.3;font-family:Outfit,sans-serif}.tradeViewMetaRow{display:flex;gap:20px;flex-wrap:wrap}.tradeViewCategory,.tradeViewEndDate,.tradeViewVolume{font-size:13px;color:rgba(255,255,255,.6);font-weight:500;font-family:Outfit,sans-serif}.tradeViewBookmarkButton{background:rgba(30,30,40,.6);border:1px solid rgba(255,255,255,.1);color:rgba(255,255,255,.7);padding:10px;border-radius:10px;cursor:pointer;transition:all .3s ease;flex-shrink:0;display:flex;align-items:center;justify-content:center}.tradeViewBookmarkButton:hover{background:rgba(40,40,50,.8);border-color:rgba(255,255,255,.2);color:#f1a643}.tradeViewVersusHeader{display:grid;grid-template-columns:minmax(0,1fr) auto minmax(0,1fr);align-items:stretch;grid-gap:18px;gap:18px}.tradeViewVersusTeam{min-width:0;background:rgba(255,255,255,.02);border:1px solid rgba(255,255,255,.08);border-radius:14px;padding:14px 16px;display:flex;align-items:center;justify-content:space-between;gap:12px}.tradeViewVersusTeam--right .tradeViewVersusPercent{order:-1;text-align:left}.tradeViewVersusTeamInfo{display:flex;align-items:center;gap:12px;min-width:0}.tradeViewVersusTeam--right .tradeViewVersusTeamInfo{flex-direction:row-reverse;justify-content:flex-end}.tradeViewVersusLogo{width:72px;height:72px;border-radius:22px;position:relative;display:flex;align-items:center;justify-content:center;overflow:visible;flex-shrink:0}.tradeViewVersusLogoBlur{position:absolute;inset:-22px;background-position:50%;background-size:cover;filter:blur(12px);opacity:.2;transform:scale(1)}.tradeViewVersusLogo img,.tradeViewVersusLogo span{position:relative;z-index:1}.tradeViewVersusLogo span{font-size:22px;font-weight:700;color:#fff}.tradeViewVersusTeamLabel{display:flex;flex-direction:column;gap:4px;min-width:0}.tradeViewVersusTeamName{font-size:20px;font-weight:700;color:#fff;line-height:1.2}.tradeViewVersusTeamSub{font-size:14px;letter-spacing:.04em;text-transform:uppercase;color:rgba(255,255,255,.8);font-weight:700}.tradeViewVersusPercent{font-size:26px;font-weight:800;color:#fff;text-align:right}.tradeViewVersusCenter{min-width:180px;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:10px;padding:0 8px}.tradeViewVersusCenter.mobile-compact{min-width:140px}.tradeViewVersusMatchName{font-size:15px;font-weight:600;color:rgba(255,255,255,.85);text-align:center;text-transform:uppercase;letter-spacing:.08em}.tradeViewVersusTimeBadge{font-size:13px;font-weight:600;padding:4px 12px;border-radius:999px;background:rgba(255,255,255,.05);border:1px solid rgba(255,255,255,.08);color:rgba(255,255,255,.85)}.tradeViewVersusBar{width:200px;max-width:220px;height:10px;border-radius:999px;background:rgba(255,255,255,.08);overflow:hidden;display:flex}.tradeViewVersusBarSegment{height:100%}.tradeViewVersusVolumeLabel{font-size:11px;color:rgba(255,255,255,.55);font-weight:600;letter-spacing:.08em;text-transform:uppercase}.tradeViewMetaRowVersus{margin-top:4px}.tradeViewMainGrid{display:grid;grid-template-columns:minmax(0,1fr) 400px;align-items:stretch}.tradeViewLeftSection{gap:0;height:100%;min-height:0}.tradeViewLeftSection,.tradeViewRightSection{display:flex;flex-direction:column;min-width:0}.tradeViewRightSection{gap:20px;min-height:770px}.tradeViewGraphCard{background:var(--bg-card-primary);border:1px solid rgba(255,255,255,.1);border-radius:16px;padding:20px 20px 0;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);height:420px;display:flex;flex-direction:column;gap:12px;width:100%;min-width:0;box-sizing:border-box}.tradeViewGraphHeader{display:flex;justify-content:space-between;align-items:center}.tradeViewGraphHeader h3{font-size:16px;font-weight:700;color:white;margin:0;font-family:Outfit,sans-serif}.tradeViewGraphSubtext{margin:4px 0 0;font-size:12px;color:rgba(255,255,255,.55);font-weight:500}.oracleTag,.tradeViewLiveTag{display:inline-flex;align-items:center;gap:6px;font-size:11px;font-weight:700;color:rgba(255,255,255,.85);padding:2px 8px;border-radius:999px;background:rgba(255,0,0,.08);border:1px solid rgba(255,0,0,.3)}.tradeViewLiveDot{width:6px;height:6px;border-radius:50%;background:#ff4d4d;position:relative}.tradeViewLiveDot:after{content:"";position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:12px;height:12px;border-radius:50%;background:rgba(255,77,77,.5);animation:tradeViewLivePulse 1.8s ease-in-out infinite}@keyframes tradeViewLivePulse{0%{transform:translate(-50%,-50%) scale(.6);opacity:.8}70%{transform:translate(-50%,-50%) scale(1.5);opacity:0}to{transform:translate(-50%,-50%) scale(.6);opacity:0}}.tradeViewTimeframes{display:flex;gap:6px}.tradeViewTimeframeButton{background:rgba(30,30,40,.6);border:1px solid rgba(255,255,255,.08);color:rgba(255,255,255,.6);padding:6px 12px;border-radius:8px;cursor:pointer;font-size:12px;font-weight:600;transition:all .3s ease;font-family:Outfit,sans-serif}.tradeViewTimeframeButton:hover{background:rgba(40,40,50,.8);color:white}.tradeViewTimeframeButton.active{background:rgba(63,126,197,.2);border-color:rgba(63,126,197,.4);color:white}.tradeViewGraphContent{flex:1 1;position:relative;min-height:0}.tradeViewGraphPlaceholderState{position:relative;z-index:2;height:100%;min-height:260px;display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;gap:12px;padding:20px;background:rgba(255,255,255,.03);border:1px dashed rgba(255,255,255,.08);border-radius:12px}.tradeViewGraphPlaceholderIcon{font-size:32px;color:rgba(255,255,255,.4)}.tradeViewGraphPlaceholderState h4{margin:0;font-size:18px;color:rgba(255,255,255,.9);font-weight:700}.tradeViewGraphPlaceholderState p{margin:0;max-width:320px;font-size:13px;line-height:1.5;color:rgba(255,255,255,.5)}.tradeViewGraphStats{display:grid;grid-template-columns:repeat(auto-fit,minmax(160px,1fr));grid-gap:10px;gap:10px}.tradeViewGraphStat{background:radial-gradient(circle at top,rgba(255,255,255,.03),rgba(0,0,0,.2));border:1px solid rgba(255,255,255,.08);border-radius:14px;padding:10px 14px;display:flex;align-items:center;justify-content:space-between;height:48px}.tradeViewGraphStatMeta{display:flex;align-items:center;gap:8px}.tradeViewGraphStatLabel{display:flex;flex-direction:column;line-height:1.1;font-size:11px;text-transform:uppercase;letter-spacing:.08em;color:rgba(255,255,255,.65);font-weight:600}.tradeViewGraphStatDot{width:8px;height:8px;border-radius:999px;box-shadow:0 0 12px currentColor}.tradeViewGraphStatRight{display:flex;flex-direction:column;align-items:flex-end;line-height:1.1;gap:4px}.tradeViewGraphStatValue{font-size:16px;font-weight:700;color:inherit}.tradeViewGraphStatChange{font-size:11px;font-weight:600;padding:1px 8px;border-radius:999px;background:rgba(255,255,255,.08);color:rgba(255,255,255,.75)}.tradeViewGraphStatChange.positive{color:#10b981;background:rgba(16,185,129,.08)}.tradeViewGraphStatChange.negative{color:#ef4444;background:rgba(239,68,68,.08)}.tradeViewGraphStatChange.neutral{color:rgba(255,255,255,.6)}@media (max-width:640px){.tradeViewGraphStats{grid-template-columns:1fr;gap:8px}.tradeViewGraphStat{flex-direction:column;align-items:flex-start;gap:6px;height:auto;padding:12px}.tradeViewGraphStatRight{width:100%;align-items:flex-start;gap:6px}.tradeViewGraphStatValue{font-size:16px}.tradeViewGraphStatChange{padding:2px 10px}}.tradeViewGraphState{height:100%;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:12px;text-align:center;color:rgba(255,255,255,.6);font-size:13px;font-weight:500}.tradeViewGraphState.error{color:#f87171}.tradeViewGraphState.empty{color:rgba(255,255,255,.5)}.tradeViewGraphSpinner{width:32px;height:32px;border-radius:50%;border:3px solid rgba(255,255,255,.2);border-top-color:#3b82f6;animation:tradeViewGraphSpin 1s linear infinite}@keyframes tradeViewGraphSpin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.tradeViewGraphRetry{background:rgba(255,255,255,.08);border:1px solid rgba(255,255,255,.2);color:#fff;font-size:12px;font-weight:600;padding:6px 12px;border-radius:8px;cursor:pointer;transition:all .2s ease}.tradeViewGraphRetry:hover{background:rgba(255,255,255,.15)}.tradeViewGraphTooltip{background:rgba(15,15,25,.95);border:1px solid rgba(255,255,255,.12);border-radius:10px;padding:12px 14px;box-shadow:0 10px 30px rgba(0,0,0,.5);color:rgba(255,255,255,.9);font-family:Outfit,sans-serif;font-size:12px;min-width:180px;display:flex;flex-direction:column;gap:6px}.tradeViewGraphTooltipTime{font-weight:600;font-size:12px;color:rgba(255,255,255,.8)}.tradeViewGraphTooltipRow{display:flex;align-items:center;justify-content:space-between;gap:8px}.tradeViewGraphTooltipDot{display:inline-block;width:10px;height:10px;border-radius:999px;margin-right:6px}.tradeViewGraphTooltipLabel{flex:1 1;color:rgba(255,255,255,.8)}.tradeViewGraphTooltipValue{font-weight:700;color:white}.tradeViewOutcomesCard{background:var(--bg-card-primary);border:1px solid rgba(255,255,255,.1);border-radius:16px;padding:20px;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);flex:1 1;min-height:400px;display:flex;flex-direction:column;width:100%;min-width:0;box-sizing:border-box}.tradeViewOutcomesTitle{font-size:16px;font-weight:700;color:white;margin:0 0 16px;font-family:Outfit,sans-serif}.tradeViewOutcomesList{gap:12px}.tradeViewOutcomeItem{display:flex;justify-content:space-between;align-items:center;padding:16px;background:rgba(30,30,40,.6);border:1px solid rgba(255,255,255,.1);border-radius:12px;cursor:pointer;transition:all .3s ease;font-family:Outfit,sans-serif}.tradeViewOutcomeItem:hover{background:rgba(40,40,50,.8);border-color:rgba(255,255,255,.2);transform:translateY(-2px)}.tradeViewOutcomeItem.selected{background:rgba(63,126,197,.15);border-color:rgba(63,126,197,.4)}.tradeViewOutcomeCenter,.tradeViewOutcomeLeft,.tradeViewOutcomeRight{display:flex;flex-direction:column;gap:4px}.tradeViewOutcomeName{font-size:16px;font-weight:700;font-family:Outfit,sans-serif}.tradeViewOutcomeVolume{font-size:12px;color:rgba(255,255,255,.5);font-weight:500;font-family:Outfit,sans-serif}.tradeViewOutcomePercentage{font-size:20px;font-weight:700;font-family:Outfit,sans-serif}.tradeViewOutcomeChange{display:flex;align-items:center;gap:4px;font-size:12px;font-weight:600;font-family:Outfit,sans-serif}.tradeViewOutcomeChange.positive{color:#10b981}.tradeViewOutcomeChange.negative{color:#ef4444}.tradeViewOutcomePrices{display:flex;flex-direction:column;gap:4px;align-items:flex-end}.tradeViewBuyPrice{color:#10b981}.tradeViewBuyPrice,.tradeViewSellPrice{font-size:13px;font-weight:600;font-family:Outfit,sans-serif}.tradeViewSellPrice{color:#ef4444}.tradeViewOutcomesTabs{display:flex;gap:8px;border-bottom:1px solid rgba(255,255,255,.1);margin-bottom:20px}.tradeViewOutcomesTab{padding:12px 20px;cursor:pointer;font-size:14px;font-weight:600;transition:all .3s ease;border:none;border-bottom:2px solid transparent;background:transparent;color:rgba(255,255,255,.6);font-family:Outfit,sans-serif;white-space:nowrap}.tradeViewOutcomesTab:hover{background:rgba(255,255,255,.03);color:rgba(255,255,255,.9)}.tradeViewOutcomesTab.active{background:rgba(59,130,246,.15);border-bottom:2px solid #3b82f6;color:#ffffff}.tradeViewOutcomesTabContent{flex:1 1;display:flex;flex-direction:column;overflow:hidden;min-height:0}.tradeViewDescriptionContent{flex:1 1;padding:8px 20px;overflow-y:auto;min-height:0;height:240px;max-height:240px}.tradeViewDescriptionContent::-webkit-scrollbar{width:8px}.tradeViewDescriptionContent::-webkit-scrollbar-track{background:rgba(255,255,255,.03);border-radius:4px}.tradeViewDescriptionContent::-webkit-scrollbar-thumb{background:rgba(255,255,255,.08);border-radius:4px;border:1px solid rgba(255,255,255,.05)}.tradeViewDescriptionContent::-webkit-scrollbar-thumb:hover{background:rgba(255,255,255,.15)}.tradeViewDescriptionText{font-size:15px;line-height:1.8;color:rgba(255,255,255,.85);font-family:Outfit,sans-serif;margin:0;font-weight:400;letter-spacing:.01em}.tradeViewDescriptionText p{margin:0 0 12px}.tradeViewDescriptionText p:last-child{margin-bottom:0}.tradeViewDescriptionText h1{font-size:24px;font-weight:700;margin:0 0 14px;line-height:1.3}.tradeViewDescriptionText h1:not([style*=color]){color:rgba(255,255,255,.95)}.tradeViewDescriptionText h2{font-size:20px;font-weight:700;margin:0 0 12px;line-height:1.3}.tradeViewDescriptionText h2:not([style*=color]){color:rgba(255,255,255,.95)}.tradeViewDescriptionText h3{font-size:18px;font-weight:700;margin:0 0 10px;line-height:1.3}.tradeViewDescriptionText h3:not([style*=color]){color:rgba(255,255,255,.95)}.tradeViewDescriptionText h4{font-size:16px;font-weight:600;margin:0 0 8px;line-height:1.3}.tradeViewDescriptionText h4:not([style*=color]){color:rgba(255,255,255,.95)}.tradeViewDescriptionText span[style*=font-size]{line-height:inherit}.tradeViewDescriptionText [style*=color] *,.tradeViewDescriptionText span[style*=color]{color:inherit}.tradeViewDescriptionText strong{font-weight:700}.tradeViewDescriptionText strong:not([style*=color]){color:rgba(255,255,255,.95)}.tradeViewDescriptionText em{font-style:italic}.tradeViewDescriptionText u{text-decoration:underline}.tradeViewDescriptionText s{text-decoration:line-through}.tradeViewDescriptionText code{background:rgba(255,255,255,.1);padding:2px 6px;border-radius:4px;font-family:Courier New,monospace;font-size:13px}.tradeViewDescriptionText code:not([style*=color]){color:#3b82f6}.tradeViewDescriptionText pre{background:rgba(0,0,0,.3);border:1px solid rgba(255,255,255,.1);border-radius:8px;padding:12px;margin:12px 0;overflow-x:auto}.tradeViewDescriptionText pre code{background:none;padding:0;font-size:13px}.tradeViewDescriptionText pre code:not([style*=color]){color:rgba(255,255,255,.9)}.tradeViewDescriptionText blockquote{border-left:4px solid #3b82f6;padding-left:16px;margin:12px 0;font-style:italic}.tradeViewDescriptionText blockquote:not([style*=color]){color:rgba(255,255,255,.8)}.tradeViewDescriptionText ol,.tradeViewDescriptionText ul{padding-left:24px;margin:12px 0}.tradeViewDescriptionText ul{list-style-type:disc}.tradeViewDescriptionText ol{list-style-type:decimal}.tradeViewDescriptionText li{margin-bottom:6px}.tradeViewDescriptionText li:not([style*=color]){color:rgba(255,255,255,.85)}.tradeViewDescriptionText li p{margin:0}.tradeViewDescriptionText table{border-collapse:collapse;width:100%;margin:12px 0;border:1px solid rgba(255,255,255,.2);border-radius:8px;overflow:hidden}.tradeViewDescriptionText table td,.tradeViewDescriptionText table th{border:1px solid rgba(255,255,255,.15);padding:8px 10px}.tradeViewDescriptionText table td:not([style*=color]),.tradeViewDescriptionText table th:not([style*=color]){color:rgba(255,255,255,.85)}.tradeViewDescriptionText table th{font-weight:700;background-color:rgba(59,130,246,.1)}.tradeViewDescriptionText table th:not([style*=color]){color:rgba(255,255,255,.95)}.tradeViewDescriptionText img{max-width:100%;height:auto;border-radius:8px;margin:12px 0;display:block}.tradeViewDescriptionPlaceholder{font-size:14px;color:rgba(255,255,255,.4);font-family:Outfit,sans-serif;text-align:center;margin:0;font-style:italic;padding:40px 20px}.tradeViewRelatedMarketsContent{flex:1 1;display:flex;flex-direction:column;gap:12px;overflow-y:auto;min-height:0}.tradeViewRelatedMarketsContent::-webkit-scrollbar{width:8px}.tradeViewRelatedMarketsContent::-webkit-scrollbar-track{background:rgba(255,255,255,.03);border-radius:4px}.tradeViewRelatedMarketsContent::-webkit-scrollbar-thumb{background:rgba(255,255,255,.08);border-radius:4px;border:1px solid rgba(255,255,255,.05)}.tradeViewRelatedMarketsContent::-webkit-scrollbar-thumb:hover{background:rgba(255,255,255,.15)}.tradeViewLoadingCard{background:rgba(20,20,30,.8);-webkit-backdrop-filter:blur(30px);backdrop-filter:blur(30px);border:1px solid rgba(255,255,255,.15);border-radius:20px;padding:48px 40px;text-align:center;max-width:400px;box-shadow:0 20px 60px rgba(0,0,0,.4)}.tradeViewLoadingSpinner{width:60px;height:60px;margin:0 auto 24px;border:4px solid rgba(59,130,246,.1);border-top-color:#3b82f6;border-radius:50%;animation:spinnerRotate 1s linear infinite}.tradeViewLoadingTitle{font-size:20px;font-weight:700;color:rgba(255,255,255,.95);margin-bottom:8px;font-family:Outfit,sans-serif;letter-spacing:.3px}.tradeViewLoadingSubtitle{font-size:14px;font-weight:400;color:rgba(255,255,255,.5);font-family:Outfit,sans-serif;letter-spacing:.2px}.tradeViewSectionLoader{display:flex;align-items:center;justify-content:center;padding:40px}.tradeViewSectionSpinner{width:34px;height:34px;color:#4a90e2;animation:tradeViewInlineSpin .9s linear infinite}@keyframes tradeViewInlineSpin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.tradeViewRelatedMarketItem{display:flex;align-items:center;gap:12px;padding:16px;background:rgba(30,30,40,.6);border:1px solid rgba(255,255,255,.1);border-radius:12px;cursor:pointer;transition:all .3s ease;font-family:Outfit,sans-serif;text-align:left}.tradeViewRelatedMarketItem:hover{background:rgba(40,40,50,.8);border-color:rgba(255,255,255,.2);transform:translateY(-2px)}.tradeViewRelatedMarketImage{width:40px;height:40px;border-radius:50%;object-fit:cover;flex-shrink:0}.tradeViewRelatedMarketInfo{flex:1 1;display:flex;flex-direction:column;gap:4px;min-width:0}.marketCardsGridContainer{border-top-left-radius:16px;border-top-right-radius:16px;padding:0;background-color:rgba(255,255,255,.05)}.tradeViewRelatedMarketTitle{font-size:14px;font-weight:600;color:white;margin:0;overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-line-clamp:2;line-clamp:2;-webkit-box-orient:vertical;font-family:Outfit,sans-serif}.tradeViewRelatedMarketPercentage{font-size:13px;font-weight:700;color:#3b82f6;font-family:Outfit,sans-serif}.tradeViewTradeCard{background:var(--bg-card-primary);border:1px solid rgba(255,255,255,.1);border-radius:16px;padding:20px;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);height:100%;display:flex;flex-direction:column;width:100%;min-width:0;box-sizing:border-box}.tradeViewTradeTabs{display:flex;gap:8px;border-bottom:1px solid rgba(255,255,255,.1);margin-bottom:20px}.tradeViewTradeTab{padding:12px 20px;cursor:pointer;font-size:14px;font-weight:600;transition:all .3s ease;border:none;border-bottom:2px solid transparent;background:transparent;color:rgba(255,255,255,.6);font-family:Outfit,sans-serif;white-space:nowrap}.tradeViewTradeTab:hover{background:rgba(255,255,255,.03);color:rgba(255,255,255,.9)}.tradeViewTradeTab.active.buy,.tradeViewTradeTab.active.sell{background:rgba(63,126,197,.15);border-bottom:2px solid #4a90e2;color:#ffffff}.tradeViewTradeTab.active.swap{background:rgba(59,130,246,.15);border-bottom:2px solid #3b82f6;color:#ffffff}.tradeViewAmountInputContainer:focus-within{border-color:rgba(59,130,246,.5)!important}.tradeViewSwapAmountInputContainer:focus-within{border-color:rgba(59,130,246,.5)!important}.tradeViewOrderTypeTabs{display:flex;gap:8px;border-bottom:1px solid rgba(255,255,255,.1);margin-bottom:16px}.tradeViewOrderTypeTab{padding:12px 20px;cursor:pointer;font-size:14px;font-weight:600;transition:all .3s ease;border:none;border-bottom:2px solid transparent;background:transparent;color:rgba(255,255,255,.6);font-family:Outfit,sans-serif;white-space:nowrap}.tradeViewOrderTypeTab:hover{background:rgba(255,255,255,.03);color:rgba(255,255,255,.9)}.tradeViewOrderTypeTab.active{background:rgba(63,126,197,.15);border-bottom:2px solid #4a90e2;color:#ffffff}.tradeViewOutcomeSelector{margin-bottom:16px;display:flex;flex-direction:column;flex:1 1;min-height:0;overflow:hidden}.tradeViewOutcomesList{flex:1 1;display:flex;flex-direction:column;gap:10px;overflow-y:auto;min-height:0;max-height:300px;padding:6px 4px 10px 0}.tradeViewOutcomesList::-webkit-scrollbar{width:6px}.tradeViewOutcomesList::-webkit-scrollbar-track{background:rgba(255,255,255,.03);border-radius:3px}.tradeViewOutcomesList::-webkit-scrollbar-thumb{background:rgba(255,255,255,.08);border-radius:3px;border:1px solid rgba(255,255,255,.05)}.tradeViewOutcomesList::-webkit-scrollbar-thumb:hover{background:rgba(255,255,255,.15)}.tradeViewOutcomeButtonLabel{display:flex;align-items:center;gap:12px;font-size:16px;font-weight:700;font-family:Outfit,sans-serif}.tradeViewOutcomeButtonLabel.has-icon{align-items:flex-start}.tradeViewOutcomePrimary{display:flex;flex-direction:column;gap:4px;align-items:flex-start}.tradeViewOutcomeText{display:flex;align-items:start;flex-direction:column;gap:2px}.tradeViewOutcomeBalanceRow{display:flex;align-items:center;gap:5px;font-size:12.5px;opacity:.65;font-weight:500;color:rgba(255,255,255,.8)}.tradeViewOutcomeIndicator{width:48px;height:48px;border-radius:14px;padding:2px;border:2px solid rgba(255,255,255,.12);background:rgba(255,255,255,.04);display:flex;align-items:center;justify-content:center;overflow:hidden;flex-shrink:0;box-shadow:0 8px 18px rgba(0,0,0,.35)}.tradeViewOutcomeIndicator--sm{width:40px;height:40px;border-radius:12px;padding:1px}.tradeViewOutcomeIndicator img{width:100%;height:100%;object-fit:cover;border-radius:10px}.tradeViewOutcomeDot{width:16px;height:16px;border-radius:50%;flex-shrink:0}.tradeViewOutcomeDot--sm{width:12px;height:12px}.tradeViewInputGroup{margin-bottom:16px}.tradeViewLabel{display:block;font-size:12px;color:rgba(255,255,255,.6);margin-bottom:8px;text-transform:uppercase;letter-spacing:.5px}.tradeViewDropdownButton,.tradeViewLabel{font-weight:600;font-family:Outfit,sans-serif}.tradeViewDropdownButton{width:100%;display:flex;justify-content:space-between;align-items:center;padding:12px 16px;background:rgba(30,30,40,.6);border:1px solid rgba(255,255,255,.1);border-radius:10px;cursor:pointer;font-size:14px;transition:all .3s ease;color:white}.tradeViewDropdownButton:hover{background:rgba(40,40,50,.8);border-color:rgba(255,255,255,.2)}.tradeViewInputWrapper{display:flex;align-items:center;gap:8px;background:rgba(30,30,40,.6);border:1px solid rgba(255,255,255,.1);border-radius:10px;padding:8px;transition:all .3s ease}.tradeViewInputWrapper:focus-within{border-color:rgba(63,126,197,.4);background:rgba(30,30,40,.8)}.tradeViewInput{flex:1 1;background:transparent;border:none;color:white;font-size:16px;font-weight:700;text-align:center;outline:none;font-family:Outfit,sans-serif}.tradeViewInput::-webkit-inner-spin-button,.tradeViewInput::-webkit-outer-spin-button{-webkit-appearance:none;margin:0}.tradeViewInputUnit{color:rgba(255,255,255,.6);font-weight:600}.tradeViewInputButton,.tradeViewInputUnit{font-size:14px;font-family:Outfit,sans-serif}.tradeViewInputButton{background:rgba(63,126,197,.2);border:1px solid rgba(63,126,197,.3);color:#3f7ec5;padding:6px 12px;border-radius:6px;cursor:pointer;font-weight:700;transition:all .3s ease}.tradeViewInputButton:hover{background:rgba(63,126,197,.3);border-color:rgba(63,126,197,.5)}.tradeViewMatchingText{font-size:12px;color:#10b981;font-weight:600;margin-top:6px;font-family:Outfit,sans-serif}.tradeViewTotalSection{padding:16px;background:rgba(10,10,15,.5);border-radius:10px;margin-bottom:16px}.tradeViewTotalRow{display:flex;justify-content:space-between;align-items:center;margin-bottom:8px}.tradeViewTotalRow:last-child{margin-bottom:0}.tradeViewTotalLabel{font-size:13px;color:rgba(255,255,255,.6);font-weight:600;font-family:Outfit,sans-serif}.tradeViewTotalAmount{color:white}.tradeViewTotalAmount,.tradeViewTotalWin{font-size:16px;font-weight:700;font-family:Outfit,sans-serif}.tradeViewTotalWin{color:#10b981}.tradeViewTradeButton{width:100%;padding:14px;border-radius:10px;border:none;cursor:pointer;font-size:15px;font-weight:700;transition:all .3s ease;margin-bottom:12px;font-family:Outfit,sans-serif}.tradeViewTradeButton.buy{background:linear-gradient(135deg,#10b981,#059669);color:white}.tradeViewTradeButton.buy:hover{transform:translateY(-2px);box-shadow:0 4px 16px rgba(16,185,129,.4)}.tradeViewTradeButton.sell{background:linear-gradient(135deg,#ef4444,#dc2626);color:white}.tradeViewTradeButton.sell:hover{transform:translateY(-2px);box-shadow:0 4px 16px rgba(239,68,68,.4)}.tradeViewTradeButton:disabled{background:rgba(255,255,255,.08)!important;color:rgba(255,255,255,.4)!important;cursor:not-allowed!important;transform:none!important;box-shadow:none!important}.tradeViewTermsText{font-size:11px;color:rgba(255,255,255,.4);text-align:center;margin:0;font-family:Outfit,sans-serif}.tradeViewCommentsSection{display:flex;flex-direction:column;height:600px}.tradeViewCommentsTabs{display:flex;gap:0;background:var(--bg-card-primary);border:1px solid rgba(255,255,255,.1);border-radius:16px 16px 0 0;overflow:hidden;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px)}.tradeViewCommentsTab{flex:1 1;background:transparent;border:none;color:rgba(255,255,255,.6);font-size:14px;font-weight:600;padding:12px 20px;cursor:pointer;transition:all .3s ease;font-family:Outfit,sans-serif;position:relative}.tradeViewCommentsTab:hover{color:rgba(255,255,255,.9);background:rgba(255,255,255,.03)}.tradeViewCommentsTab.active{color:white;background:rgba(63,126,197,.15)}.tradeViewCommentsTab.active:after{content:"";position:absolute;bottom:0;left:0;right:0;height:2px;background:#4a90e2}.tradeViewCommentsContent{flex:1 1;min-height:0;background:var(--bg-card-primary);border:1px solid rgba(255,255,255,.1);border-top:none;border-radius:0 0 16px 16px;padding:20px;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);overflow-y:auto}.tradeViewCommentsContent::-webkit-scrollbar{width:8px}.tradeViewCommentsContent::-webkit-scrollbar-track{background:rgba(255,255,255,.03);border-radius:4px}.tradeViewCommentsContent::-webkit-scrollbar-thumb{background:rgba(255,255,255,.08);border-radius:4px;border:1px solid rgba(255,255,255,.05)}.tradeViewCommentsContent::-webkit-scrollbar-thumb:hover{background:rgba(255,255,255,.15)}.predictionRoundChat{width:320px;height:420px;border-radius:10px;box-shadow:0 0 15px 5px rgba(0,0,0,.33);display:flex;flex-direction:column;overflow:hidden;position:relative;z-index:2;opacity:1;transition:filter .6s ease,opacity .6s ease;will-change:filter,opacity}.predictionRoundChat--disabled{filter:grayscale(1) brightness(.7);opacity:.65;pointer-events:none}.predictionRoundChat--disabled:after{content:"";position:absolute;inset:0;background:rgba(0,0,0,.35);border-radius:10px}.predictionRoundChat__header{display:flex;align-items:center;justify-content:space-between;padding:12px 16px;border-top-left-radius:10px;border-top-right-radius:10px;border-bottom:1px solid rgba(255,255,255,.05)}.predictionRoundChat__title{display:flex;flex-direction:column;color:white;gap:2px}.predictionRoundChat__title span{font-size:17px;font-weight:600}.predictionRoundChat__title small{font-size:12px;opacity:.8}.predictionRoundChat__count{font-size:12px;font-weight:600;color:rgba(255,255,255,.8);background:rgba(255,255,255,.1);padding:2px 8px;border-radius:999px}.predictionRoundChat__body{flex:1 1;padding:12px;display:flex}.predictionRoundChat__content{border-radius:12px;border:1px solid rgba(255,255,255,.08);background:rgba(0,0,0,.2);padding:16px}.predictionRoundChat__content,.predictionRoundChat__content>div{flex:1 1;display:flex;flex-direction:column;overflow:hidden}.commentsSection__formWrapper{width:100%}.predictionRoundChat__content .commentsSection__formWrapper--bottom{margin-top:auto;padding-top:8px}.tradeViewCommentsEmpty{padding:40px;text-align:center}.tradeViewCommentsEmpty p{font-size:14px;color:rgba(255,255,255,.5);margin:0;font-family:Outfit,sans-serif}.tradeViewHoldersWrapper{display:flex;flex-direction:column;gap:18px;flex:1 1;height:100%}.tradeViewHoldersWrapper .tradeViewActivityMatrix,.tradeViewHoldersWrapper .tradeViewHoldersMatrix{flex:1 1;min-height:0;display:flex;flex-direction:column}.tradeViewHoldersHeader{display:flex;align-items:center;justify-content:space-between;gap:12px}.tradeViewHoldersTitle{font-size:16px;font-weight:700;margin:0}.tradeViewHoldersSubtitle{font-size:12px;color:rgba(255,255,255,.5)}.tradeViewHoldersRefresh{padding:6px 14px;border-radius:8px;border:1px solid rgba(255,255,255,.15);background:rgba(255,255,255,.05);color:rgba(255,255,255,.85);font-size:12px;font-weight:600;cursor:pointer;transition:all .2s ease}.tradeViewHoldersRefresh:hover:not(:disabled){border-color:rgba(255,255,255,.25);background:rgba(255,255,255,.08)}.tradeViewHoldersRefresh:disabled{opacity:.6;cursor:not-allowed}.tradeViewHoldersState{min-height:120px;border-radius:12px;background:rgba(255,255,255,.02);border:1px dashed rgba(255,255,255,.1);display:flex;flex-direction:column;align-items:center;justify-content:center;gap:10px;color:rgba(255,255,255,.6);font-size:14px;text-align:center}.tradeViewHoldersState.error{color:#f87171;border-color:rgba(248,113,113,.4)}.tradeViewHoldersState.muted{border:1px dashed rgba(255,255,255,.08);background:rgba(255,255,255,.01);min-height:80px}.tradeViewHoldersState button{padding:6px 12px;border-radius:6px;border:1px solid rgba(255,255,255,.2);background:transparent;color:rgba(255,255,255,.8);cursor:pointer;font-size:12px}.tradeViewHoldersMatrix{border:1px dashed rgba(255,255,255,.18);border-radius:10px;display:flex;flex-direction:column;overflow:auto;position:relative}.tradeViewActivityList,.tradeViewHoldersMatrixBody{flex:1 1;min-height:0;padding-right:6px;overflow:visible}.tradeViewHoldersMatrix:before{content:"";position:absolute;inset:0;opacity:.35;pointer-events:none}.tradeViewHoldersMatrixHeader{display:grid;background:rgba(0,0,0,.2);position:relative;z-index:1}.tradeViewHoldersMatrixHeadCell{padding:14px 24px 8px 20px;border-left:1px solid rgba(255,255,255,.06);border-bottom:1px solid rgba(255,255,255,.06)}.tradeViewHoldersMatrixHeadCell:first-child{border-left:none}.tradeViewHoldersMatrixHeadTitle{display:flex;align-items:center;justify-content:flex-start;gap:12px;font-weight:700;font-size:14px;color:rgba(255,255,255,.95);text-transform:capitalize}.tradeViewHoldersMatrixDot{width:10px;height:10px;border-radius:50%;box-shadow:0 0 8px rgba(255,255,255,.35)}.tradeViewHoldersMatrixHeadMeta{font-size:12px;color:rgba(255,255,255,.55);display:flex;align-items:center}.tradeViewHoldersMatrixBody{display:flex;flex-direction:column;position:relative;z-index:1;scrollbar-gutter:stable both-edges}.profileActivityMatrix .tradeViewHoldersMatrixBody,.profilePositionsMatrix .tradeViewHoldersMatrixBody{gap:0}.tradeViewHoldersMatrixRow{display:grid;cursor:pointer;transition:all .2s ease}.tradeViewHoldersMatrixRow:hover{background:rgba(255,255,255,.02);transform:translateY(-2px)}.tradeViewHoldersMatrixRow:hover .tradeViewHoldersMatrixCell{background:rgba(255,255,255,.06);border-left-color:rgba(255,255,255,.08)}.tradeViewHoldersMatrixRow:not(:last-child) .tradeViewHoldersMatrixCell{border-bottom:1px solid rgba(255,255,255,.04)}.tradeViewHoldersMatrixCell{border-left:1px solid rgba(255,255,255,.04);display:flex;align-items:center;background:rgba(255,255,255,.03);-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px)}.tradeViewHoldersMatrixCell:first-child{border-left:none}.tradeViewHoldersMatrixCellContent{width:100%;display:flex;align-items:center;justify-content:space-between;padding:12px 16px;gap:12px}.tradeViewHoldersMatrixIdentity{display:flex;align-items:center;gap:10px;min-width:0}.tradeViewHoldersMatrixAvatar{width:40px;height:40px;border-radius:50%;box-shadow:inset 0 0 8px rgba(0,0,0,.35);background-size:cover;background-position:50%;overflow:hidden;flex-shrink:0;border:1px solid rgba(255,255,255,.15)}.tradeViewActivityAvatar{overflow:hidden}.tradeViewAvatarImage{width:100%;height:100%;object-fit:cover;border-radius:50%;display:block}.tradeViewHoldersMatrixNames{display:flex;flex-direction:column;min-width:0}.tradeViewHoldersMatrixNames .primary{font-size:13px;font-weight:600;color:rgba(255,255,255,.9);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.tradeViewHoldersMatrixNames .secondary{font-size:11px;color:rgba(255,255,255,.45);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.tradeViewHoldersMatrixAmount{font-size:13px;font-weight:700;color:rgba(255,255,255,.95);white-space:nowrap}.tradeViewHoldersMatrixActions{display:flex;align-items:center;gap:8px}.tradeViewHoldersMatrixLink{width:26px;height:26px;border-radius:50%;border:1px solid rgba(255,255,255,.18);background:rgba(255,255,255,.05);color:rgba(255,255,255,.8);display:flex;align-items:center;justify-content:center;cursor:pointer;transition:all .2s ease}.tradeViewHoldersMatrixLink:hover{border-color:rgba(255,255,255,.4);background:rgba(255,255,255,.1)}.tradeViewHoldersMatrixCellEmpty{width:100%;height:100%}.profilePositionsSummary{display:flex;align-items:center;justify-content:space-between;margin-bottom:12px}.profilePositionsSummary .summaryTitle{font-size:16px;font-weight:700;color:#fff}.profilePositionsSummary .summaryMeta{font-size:13px;color:rgba(255,255,255,.6);margin-left:8px}.profilePositionsList{display:flex;flex-direction:column;gap:12px}.profilePositionCard{border:1px solid rgba(255,255,255,.07);border-radius:16px;padding:16px;background:rgba(15,20,34,.65);-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px)}.profilePositionHeader{display:flex;justify-content:space-between;align-items:flex-start;gap:12px}.profilePositionHeaderText{display:flex;flex-direction:column;gap:6px}.profilePositionTitleRow{display:flex;align-items:center;gap:12px}.profilePositionTitle{font-size:18px;font-weight:700;color:#fff}.profilePositionBadges{display:flex;gap:6px;flex-wrap:wrap}.profilePositionBadge{padding:4px 10px;border-radius:999px;border:1px solid rgba(255,255,255,.2);font-size:11px;font-weight:600;color:rgba(255,255,255,.85);text-transform:uppercase}.profilePositionBadge.muted{border-color:rgba(255,255,255,.1);color:rgba(255,255,255,.5)}.profilePositionMeta{font-size:12px;color:rgba(255,255,255,.55);display:flex;flex-wrap:wrap;gap:6px}.profilePositionMeta .metaDot{margin:0 6px;color:rgba(255,255,255,.3)}.profilePositionOpenButton{width:32px;height:32px;border-radius:50%;border:1px solid rgba(255,255,255,.2);background:rgba(255,255,255,.05);color:rgba(255,255,255,.8);display:flex;align-items:center;justify-content:center;cursor:pointer;transition:all .2s ease}.profilePositionOpenButton:disabled{opacity:.5;cursor:not-allowed}.profilePositionOpenButton:not(:disabled):hover{border-color:rgba(255,255,255,.3);background:rgba(255,255,255,.1)}.profilePositionBody{margin-top:12px;display:flex;flex-direction:column;gap:12px}.profilePositionOutcomeChip{display:inline-flex;align-items:center;gap:8px;padding:8px 14px;border-radius:999px;border:1px solid rgba(255,255,255,.15);font-size:14px;font-weight:600;color:rgba(255,255,255,.9);min-width:0}.profilePositionOutcomeChip .outcomeDot{width:10px;height:10px;border-radius:50%;display:inline-block}.profilePositionOutcomeChip img{width:28px;height:28px;border-radius:50%;object-fit:cover}.profilePositionMetrics{display:grid;grid-template-columns:repeat(auto-fit,minmax(120px,1fr));grid-gap:12px;gap:12px}.profilePositionMetric{display:flex;flex-direction:column;gap:4px}.profilePositionMetric .label{font-size:12px;color:rgba(255,255,255,.5)}.profilePositionMetric .value{font-size:16px;font-weight:600;color:#fff}.profilePositionPnl{font-weight:700}.profilePositionPnl.positive{color:#10b981}.profilePositionPnl.negative{color:#f87171}.profilePositionPnl.neutral{color:rgba(255,255,255,.7)}.profilePositionPriceCompare{display:flex;gap:16px;font-size:12px;color:rgba(255,255,255,.6)}.profilePositionPriceCompare strong{color:rgba(255,255,255,.95);font-weight:700}.profilePositionsLoadMore{margin-top:8px;align-self:center;padding:10px 20px;border-radius:999px;border:1px solid rgba(255,255,255,.2);background:transparent;color:#fff;font-size:13px;font-weight:600;cursor:pointer;transition:all .2s ease}.profilePositionsLoadMore:hover:not(:disabled){border-color:rgba(255,255,255,.4);background:rgba(255,255,255,.08)}.profilePositionsLoadMore:disabled{opacity:.5;cursor:not-allowed}.profilePositionsMatrix{margin-top:8px;border-radius:16px;overflow:hidden}.profilePositionsCell{flex-direction:column;align-items:flex-start;gap:10px;padding:18px 20px}.profilePositionsMarketHeader{width:100%;display:flex;align-items:flex-start;justify-content:space-between;gap:12px}.profilePositionsAvatarInitial{font-weight:700;font-size:14px;color:rgba(255,255,255,.9);text-transform:uppercase}.tradeViewHoldersMatrixAvatarWrap{position:relative;display:inline-block}.tradeViewHoldersMatrixChainIcon{position:absolute;right:-6px;bottom:-6px;width:25px;height:25px;border-radius:50%;border:2px solid #0f1119;background:#0f1119;object-fit:contain}.profileActivityMatrix .tradeViewHoldersMatrixChainIcon{width:25px;height:25px}.profilePositionsStatsGrid{width:100%;gap:18px}.profilePositionsPerformance{width:100%;display:flex;flex-direction:column;gap:10px}.profilePositionsPerformanceCancelled{border:1px solid rgba(248,113,113,.25);background:rgba(248,113,113,.08);border-radius:12px;padding:14px}.profilePositionsPerformanceCancelled .cancelledValue{color:#f87171;font-weight:700}.profilePositionsRowCancelled{position:relative}.profilePositionsRowCancelled:before{content:"";position:absolute;left:0;top:0;bottom:0;width:4px;background:linear-gradient(180deg,#f87171,#f43f5e);z-index:1}.profilePositionsClaimTag{display:inline-flex;align-items:center;justify-content:center;gap:6px;padding:6px 16px;height:35px;margin-top:4px;border:none;border-radius:999px;font-size:13px;font-weight:700;color:white;background:linear-gradient(135deg,#fbbf24,#f97316);box-shadow:0 0 15px rgba(249,115,22,.45),0 0 30px rgba(253,224,71,.35);cursor:pointer;position:relative;transition:transform .2s ease;animation:profileClaimPulse 2.4s ease-in-out infinite}.profilePositionsClaimTag:hover:not(:disabled){transform:translateY(-1px)}.profilePositionsClaimTag:focus-visible{outline:2px solid rgba(253,224,71,.9);outline-offset:3px}.profilePositionsClaimTag:disabled{opacity:.5;cursor:not-allowed;animation-play-state:paused}.profilePositionsClaimTag.refund{background:linear-gradient(135deg,#3b82f6,#2563eb);box-shadow:0 0 15px rgba(59,130,246,.45),0 0 30px rgba(37,99,235,.35);animation:profileRefundPulse 2.4s ease-in-out infinite}.profilePositionsClaimTag.refund:hover:not(:disabled){transform:translateY(-1px);box-shadow:0 0 22px rgba(59,130,246,.55)}.profilePositionsClaimTag.refund:focus-visible{outline:2px solid rgba(59,130,246,.9);outline-offset:3px}.profilePositionsClaimTag.refund:disabled{animation-play-state:paused}@keyframes profileClaimPulse{0%{box-shadow:0 0 10px rgba(249,115,22,.35),0 0 0 0 rgba(253,224,71,.2)}50%{box-shadow:0 0 24px rgba(249,115,22,.75),0 0 12px 8px rgba(253,224,71,.18)}to{box-shadow:0 0 10px rgba(249,115,22,.35),0 0 0 0 rgba(253,224,71,.08)}}@keyframes profileRefundPulse{0%{box-shadow:0 0 10px rgba(59,130,246,.35),0 0 0 0 rgba(37,99,235,.2)}50%{box-shadow:0 0 24px rgba(59,130,246,.75),0 0 12px 8px rgba(37,99,235,.18)}to{box-shadow:0 0 10px rgba(59,130,246,.35),0 0 0 0 rgba(37,99,235,.08)}}.profilePositionsLink:disabled{opacity:.5;cursor:not-allowed}.profilePositionsOutcomeTag{display:inline-flex;align-items:center;gap:8px;margin-top:6px}.profilePositionsOutcomeDot{width:12px;height:12px;border-radius:50%;box-shadow:0 0 8px rgba(0,0,0,.4)}.profilePositionsOutcomeLabel{font-size:15px;font-weight:600;color:#fff}.profilePositionsPnlValue{font-size:16px;font-weight:700;display:flex;align-items:center;gap:6px}.profilePositionsPnlValue.positive{color:#10b981}.profilePositionsPnlValue.negative{color:#f87171}.profilePositionsPnlValue.neutral{color:rgba(255,255,255,.7)}.profilePositionsPnlPercent{font-size:13px;font-weight:600;color:rgba(255,255,255,.6)}@media (max-width:960px){.profileActivityMatrix .tradeViewHoldersMatrixHeader,.profileActivityMatrix .tradeViewHoldersMatrixRow,.profilePositionsMatrix .tradeViewHoldersMatrixHeader,.profilePositionsMatrix .tradeViewHoldersMatrixRow{grid-template-columns:1fr!important}.profileActivityMatrix .tradeViewHoldersMatrixCell,.profileActivityMatrix .tradeViewHoldersMatrixHeadCell,.profilePositionsMatrix .tradeViewHoldersMatrixCell,.profilePositionsMatrix .tradeViewHoldersMatrixHeadCell{border-left:none}.profileActivityMatrix .tradeViewHoldersMatrixCell:not(:first-child),.profilePositionsMatrix .tradeViewHoldersMatrixCell:not(:first-child){border-top:1px solid rgba(255,255,255,.06)}}@media (max-width:768px){.profileActivityMatrix .tradeViewHoldersMatrixBody,.profilePositionsMatrix .tradeViewHoldersMatrixBody{max-height:none!important;overflow:visible!important}.profileActivityMatrix .tradeViewHoldersMatrixHeader,.profilePositionsMatrix .tradeViewHoldersMatrixHeader{display:none}.profileActivityMatrix .tradeViewHoldersMatrixRow,.profilePositionsMatrix .tradeViewHoldersMatrixRow{margin-bottom:16px;border-radius:18px;border:1px solid rgba(255,255,255,.08);box-shadow:0 22px 45px rgba(5,8,20,.55);overflow:hidden;background:transparent}.profileActivityMatrix .tradeViewHoldersMatrixRow:hover,.profilePositionsMatrix .tradeViewHoldersMatrixRow:hover{background:rgba(255,255,255,.02);transform:translateY(-2px)}.profileActivityMatrix .tradeViewHoldersMatrixRow:hover .tradeViewHoldersMatrixCell,.profilePositionsMatrix .tradeViewHoldersMatrixRow:hover .tradeViewHoldersMatrixCell{background:rgba(255,255,255,.06)}.profileActivityMatrix .tradeViewHoldersMatrixCell,.profilePositionsMatrix .tradeViewHoldersMatrixCell{background:rgba(255,255,255,.03);-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px);border-bottom:none;padding:0}.profileActivityMatrix .profilePositionsCell,.profilePositionsMatrix .profilePositionsCell{padding:14px 16px}.profileActivityMatrix .tradeViewHoldersMatrixCell:not(:first-child) .profilePositionsCell,.profilePositionsMatrix .tradeViewHoldersMatrixCell:not(:first-child) .profilePositionsCell{border-top:1px solid rgba(255,255,255,.06)}.profilePositionsMarketHeader{flex-direction:row;align-items:flex-start;gap:12px}.profileActivityMatrix .profilePositionsMarketHeader{position:relative;padding-right:40px}.profileActivityMatrix .profilePositionsMarketHeader .profilePositionsLink{position:absolute;top:0;right:0}.profileActivityDirection{justify-content:flex-start}.profileActivityMatrix .tradeViewHoldersMatrixRow{margin-bottom:12px}.profileActivityMatrix .profilePositionsCell{padding:10px 14px}.profileActivityMatrix .tradeViewHoldersMatrixCell:first-child .profilePositionsCell{display:grid;grid-template-columns:auto 1fr;grid-gap:12px;gap:12px;align-items:start}.profileActivityMatrix .tradeViewHoldersMatrixCell:nth-child(2){display:none}.profileActivityMatrix .tradeViewHoldersMatrixCell:nth-child(3) .profilePositionsCell,.profileActivityMatrix .tradeViewHoldersMatrixCell:nth-child(4) .profilePositionsCell,.profileActivityMatrix .tradeViewHoldersMatrixCell:nth-child(5) .profilePositionsCell{display:flex;flex-direction:row;align-items:center;justify-content:space-between;gap:12px}.profileActivityOutcome{flex-direction:row;gap:12px;flex:1 1}.profileActivityOutcomeRow{flex-direction:row;align-items:center;gap:8px;flex:1 1}.profileActivityOutcomeRow .label{font-size:10px;min-width:35px}.profileActivityTrade{flex-direction:row;align-items:center;gap:12px;flex:1 1}.profileActivityTradeValue{flex-direction:row;align-items:center;gap:8px;flex:1 1}.profileActivityTradeValue .label{font-size:10px;min-width:35px}.profileActivityTradeValue .value{font-size:13px}.profilePositionMetric{width:100%}.profilePositionMetric .value{font-size:15px}.profileActivityDirectionBadge{position:absolute;top:12px;right:12px;padding:4px 10px;font-size:10px}.profilePositionsPerformance{flex-direction:row;align-items:center;gap:12px}.profilePositionsPerformance .profilePositionMetric{flex-direction:row;align-items:center;gap:8px;width:auto;flex:1 1}.profilePositionsPerformance .profilePositionMetric .label{font-size:10px;min-width:45px}.profilePositionsPerformance .profilePositionMetric .value{font-size:13px}}.tradeViewActivityMatrix{padding:0}.tradeViewActivityList{display:flex;flex-direction:column}.tradeViewActivityRow{display:flex;align-items:center;justify-content:space-between;gap:14px;padding:16px 20px;border-bottom:1px solid rgba(255,255,255,.05);opacity:1;transform:translateY(0)}.tradeViewActivityRow:last-child{border-bottom:none}.tradeViewActivityRow.appearing{animation:tradeViewRowAppear .35s ease-out}@keyframes tradeViewRowAppear{0%{opacity:0;transform:translateY(-6px)}to{opacity:1;transform:translateY(0)}}.tradeViewActivityIdentity{display:flex;align-items:center;gap:12px;min-width:0}.tradeViewActivityAvatar{width:36px;height:36px;border-radius:50%;border:1px solid rgba(255,255,255,.2);box-shadow:inset 0 0 8px rgba(0,0,0,.35);flex-shrink:0}.tradeViewActivityText{display:flex;flex-direction:column;gap:4px;min-width:0}.tradeViewActivityPrimary{font-size:13px;color:rgba(255,255,255,.9);font-weight:500;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.tradeViewActivityUser{font-weight:600}.tradeViewActivityOutcome{font-weight:700}.tradeViewActivitySecondary{font-size:11px;color:rgba(255,255,255,.45)}.tradeViewActivityLink{width:28px;height:28px;border-radius:50%;border:1px solid rgba(255,255,255,.18);background:rgba(255,255,255,.05);color:rgba(255,255,255,.8);display:flex;align-items:center;justify-content:center;cursor:pointer;transition:all .2s ease;flex-shrink:0}.tradeViewActivityLink:hover{border-color:rgba(255,255,255,.45);background:rgba(255,255,255,.12)}@media (max-width:768px){.tradeViewHoldersMatrixNames .secondary{display:none}}.tradeViewResolvedCard{background:var(--bg-card-primary);border:1px solid rgba(255,255,255,.1);border-radius:16px;padding:20px;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);height:100%;display:flex;flex-direction:column;width:100%;min-width:0;box-sizing:border-box}.tradeViewResolvedHeader{text-align:center;padding:24px 0;border-bottom:1px solid rgba(255,255,255,.1);margin-bottom:24px}.tradeViewResolvedIcon{display:flex;justify-content:center;margin-bottom:16px;animation:fadeIn .5s ease}@keyframes fadeIn{0%{opacity:0;transform:scale(.9)}to{opacity:1;transform:scale(1)}}.tradeViewResolvedTitle{font-size:20px;font-weight:700;color:#10b981;margin:0 0 8px;font-family:Outfit,sans-serif}.tradeViewResolvedSubtitle{font-size:13px;color:rgba(255,255,255,.5);margin:0;font-family:Outfit,sans-serif;line-height:1.5}.tradeViewResolvedOutcomes{display:flex;flex-direction:column;gap:10px;flex:1 1}.tradeViewResolvedOutcome{display:flex;justify-content:space-between;align-items:center;padding:16px;background:rgba(255,255,255,.03);border:1px solid rgba(255,255,255,.08);border-radius:8px;transition:all .2s ease}.tradeViewResolvedOutcome:hover{background:rgba(255,255,255,.05);border-color:rgba(255,255,255,.12)}.tradeViewResolvedOutcome.winner{background:linear-gradient(135deg,rgba(255,215,0,.15),rgba(218,165,32,.1));border:2px solid rgba(255,215,0,.4);box-shadow:0 0 20px rgba(255,215,0,.2)}.tradeViewResolvedOutcome.winner:hover{background:linear-gradient(135deg,rgba(255,215,0,.2),rgba(218,165,32,.15));border:2px solid rgba(255,215,0,.5);box-shadow:0 0 25px rgba(255,215,0,.3)}.tradeViewResolvedOutcomeName{font-size:15px;font-weight:600;color:#fff;font-family:Outfit,sans-serif;display:flex;align-items:center;gap:10px;line-height:1.2}.tradeViewResolvedOutcomeLeft{display:flex;align-items:center;gap:12px;flex:1 1;min-width:0}.tradeViewResolvedOutcomeRight{display:flex;flex-direction:column;align-items:flex-end;gap:4px;line-height:1.1}.tradeViewResolvedWinnerIcon{color:#FFD700;font-size:18px;filter:drop-shadow(0 0 6px rgba(255,215,0,.6));animation:trophyPulse 2s ease-in-out infinite}@keyframes trophyPulse{0%,to{transform:scale(1);filter:drop-shadow(0 0 6px rgba(255,215,0,.6))}50%{transform:scale(1.1);filter:drop-shadow(0 0 10px rgba(255,215,0,.8))}}.tradeViewResolvedOutcomePercentage{font-size:18px;font-weight:700;font-family:Outfit,sans-serif}.tradeViewResolvedInfo{text-align:center;padding:24px 0 0;border-top:1px solid rgba(255,255,255,.1)}.tradeViewResolvedInfo p{font-size:13px;color:rgba(255,255,255,.4);margin:0;font-family:Outfit,sans-serif}.tradeViewResolvedClaimSection{margin-top:20px;padding:20px;background:rgba(0,0,0,.3);border-radius:12px;border:1px solid rgba(255,255,255,.1)}.tradeViewResolvedClaimInfo{display:flex;flex-direction:column;gap:12px;margin-bottom:20px}.tradeViewResolvedClaimRow{display:flex;justify-content:space-between;align-items:center}.tradeViewResolvedClaimLabel{font-size:14px;color:rgba(255,255,255,.6);font-family:Outfit,sans-serif;font-weight:500;display:flex;align-items:center}.tradeViewResolvedClaimValue{font-size:16px;color:#fff;font-family:Outfit,sans-serif;font-weight:600}.tradeViewResolvedClaimButton{width:100%;padding:16px;background:linear-gradient(135deg,#f59e0b,#d97706);border:none;border-radius:12px;color:#fff;font-size:18px;font-weight:700;font-family:Outfit,sans-serif;cursor:pointer;transition:all .3s ease;box-shadow:0 4px 15px rgba(245,158,11,.3)}.tradeViewResolvedClaimButton:hover{background:linear-gradient(135deg,#d97706,#b45309);box-shadow:0 6px 20px rgba(245,158,11,.4);transform:translateY(-2px)}.tradeViewResolvedClaimButton:active{transform:translateY(0)}.tradeViewResolvedClaimButton:disabled{opacity:.5;cursor:not-allowed;transform:none}.tradeViewResolvedClaimButton.refund{background:linear-gradient(135deg,#3b82f6,#2563eb);box-shadow:0 4px 15px rgba(59,130,246,.3)}.tradeViewResolvedClaimButton.refund:hover{background:linear-gradient(135deg,#2563eb,#1d4ed8);box-shadow:0 6px 20px rgba(59,130,246,.4);transform:translateY(-2px)}@media (max-width:1200px){.tradeViewMainGrid{grid-template-columns:1fr}}@media (max-width:768px){.tradeViewWrapper{padding:16px 20px;height:auto;min-height:100vh;overflow:visible}.tradeViewMarketTitle,.tradeViewTitleLeft{flex-direction:column}.tradeViewTitle{font-size:20px}.tradeViewMetaRow{flex-direction:column;gap:8px}.tradeViewMainGrid{gap:16px}.tradeViewRightSection{min-height:auto}.tradeViewGraphCard,.tradeViewOutcomesCard,.tradeViewResolvedCard,.tradeViewTradeCard{padding:16px;border-radius:12px}.tradeViewGraphCard{height:500px;min-height:500px}.tradeViewOutcomesCard{min-height:0}.tradeViewHoldersWrapper .tradeViewActivityMatrix,.tradeViewHoldersWrapper .tradeViewHoldersMatrix{max-height:60vh}.tradeViewGraphHeader{flex-direction:column;align-items:flex-start;gap:10px}.tradeViewTimeframes{width:100%;flex-wrap:nowrap;gap:4px;overflow-x:auto;padding-bottom:2px}.tradeViewTimeframeButton{flex:1 1;min-width:50px;text-align:center;padding:4px 8px;font-size:11px}.tradeViewGraphStats{grid-template-columns:repeat(auto-fit,minmax(120px,1fr))}.tradeViewOrderTypeTabs,.tradeViewOutcomesTabs,.tradeViewTradeTabs{flex-wrap:wrap;gap:6px}.tradeViewOrderTypeTab,.tradeViewOutcomesTab{flex-grow:1;flex-shrink:1;flex-basis:calc(50% - 6px);text-align:center;white-space:normal}.tradeViewTradeTabs .tradeViewTradeTab{flex-grow:1;flex-shrink:1;flex-basis:calc(33.33% - 6px);text-align:center;white-space:normal}.tradeViewDescriptionContent{padding:8px 4px;height:200px;min-height:200px}.tradeViewTotalRow{flex-direction:row;align-items:center;justify-content:space-between;gap:8px;width:100%;flex-wrap:nowrap}.tradeViewTotalLabel{font-size:12px;white-space:nowrap}.tradeViewTotalAmount,.tradeViewTotalWin{font-size:15px;white-space:nowrap}}@media (max-width:480px){.tradeViewWrapper{padding:12px 14px}.tradeViewTimeframeButton{min-width:58px;padding:4px 6px;font-size:10px}.tradeViewGraphCard,.tradeViewOutcomesCard,.tradeViewResolvedCard,.tradeViewTradeCard{padding:14px}.tradeViewOrderTypeTab,.tradeViewTradeTabs .tradeViewTradeTab{flex-basis:calc(50% - 6px)}}.dialogOverlay{position:fixed;top:0;left:0;right:0;bottom:0;background:rgba(0,0,0,.8);display:flex;align-items:center;justify-content:center;z-index:10000;padding:20px}.dialogContainer{background:rgba(20,20,30,.75);backdrop-filter:blur(20px);-webkit-backdrop-filter:blur(20px);border:1px solid rgba(255,255,255,.1);border-radius:16px;display:flex;flex-direction:column;box-shadow:0 20px 60px rgba(0,0,0,.5)}.dialogHeader{padding:24px;border-bottom:1px solid rgba(255,255,255,.1);display:flex;justify-content:space-between;align-items:flex-start}.dialogTitle{font-size:20px;font-weight:600;color:#fff;margin:0}.dialogSubtitle{font-size:14px;color:rgba(255,255,255,.6)}.dialogContent{flex:1 1;overflow:auto;padding:20px 24px}.dialogContent::-webkit-scrollbar{width:8px}.dialogContent::-webkit-scrollbar-track{background:rgba(255,255,255,.05);border-radius:4px}.dialogContent::-webkit-scrollbar-thumb{background:rgba(255,255,255,.2);border-radius:4px;-webkit-transition:background .2s;transition:background .2s}.dialogContent::-webkit-scrollbar-thumb:hover{background:rgba(255,255,255,.3)}.dialogContent{scrollbar-width:thin;scrollbar-color:rgba(255,255,255,.2) rgba(255,255,255,.05)}.dialogFooter{padding:20px 24px;border-top:1px solid rgba(255,255,255,.1);display:flex;justify-content:space-between;align-items:center}.dialogTabs{display:flex;gap:8px;border-bottom:1px solid rgba(255,255,255,.1)}.dialogTab{padding:12px 24px;background:transparent;border:none;border-bottom:2px solid transparent;color:rgba(255,255,255,.6);font-size:14px;font-weight:600;cursor:pointer;transition:all .3s ease;font-family:Outfit,sans-serif}.dialogTab:hover{color:rgba(255,255,255,.9);background:rgba(255,255,255,.03)}.dialogTab.active{background:rgba(63,126,197,.15);border-bottom-color:#4a90e2;color:#ffffff}.dialogInput{width:100%;padding:12px 16px;background:rgba(255,255,255,.05);border:1px solid rgba(255,255,255,.1);border-radius:8px;color:#fff;font-size:14px;transition:all .2s;outline:none;font-family:Outfit,sans-serif;box-sizing:border-box}.dialogInput:focus{border-color:rgba(63,126,197,.4);background:rgba(255,255,255,.08)}.dialogInput::placeholder{color:rgba(255,255,255,.4)}.dialogInput:disabled{opacity:.5;cursor:not-allowed}.dialogInput:-webkit-autofill,.dialogInput:-webkit-autofill:active,.dialogInput:-webkit-autofill:focus,.dialogInput:-webkit-autofill:hover{-webkit-background-clip:text;-webkit-text-fill-color:#fff;-webkit-transition:background-color 5000s ease-in-out 0s;transition:background-color 5000s ease-in-out 0s;box-shadow:inset 0 0 20px 20px rgba(255,255,255,.05);border:1px solid rgba(255,255,255,.1)}.dialogInput[type=datetime-local]::-webkit-calendar-picker-indicator{cursor:pointer;filter:invert(.7) sepia(.3) saturate(3) hue-rotate(180deg) brightness(1.2);width:20px;height:20px;padding:2px;border-radius:4px;-webkit-transition:all .2s;transition:all .2s}.dialogInput[type=datetime-local]::-webkit-calendar-picker-indicator:hover{filter:invert(.8) sepia(.4) saturate(4) hue-rotate(180deg) brightness(1.4);background:rgba(63,126,197,.15)}.dialogButton{padding:20px 64px;border-radius:24px;font-size:17px;font-weight:600;cursor:pointer;display:flex;align-items:center;justify-content:center;gap:8px;transition:all .2s;font-family:Outfit,sans-serif;outline:none;min-height:60px}.dialogButton:disabled{cursor:not-allowed}.dialogButtonPrimary{padding:10px 24px;border-radius:8px;font-size:14px;font-weight:600;cursor:pointer;display:flex;align-items:center;justify-content:center;gap:6px;transition:all .2s;font-family:Outfit,sans-serif;outline:none;min-height:36px;background:linear-gradient(135deg,#10b981,#059669);border:none;color:#fff;box-shadow:0 4px 12px rgba(16,185,129,.4)}.dialogButtonPrimary:hover:not(:disabled){transform:translateY(-2px);box-shadow:0 6px 16px rgba(16,185,129,.5)}.dialogButtonPrimary:disabled{background:rgba(16,185,129,.5);border:none;color:rgba(255,255,255,.6);box-shadow:none;opacity:.7}.dialogButtonPrimary.loading{background:rgba(16,185,129,.6);box-shadow:0 4px 12px rgba(16,185,129,.3)}.dialogButtonSecondary{padding:10px 24px;border-radius:8px;font-size:14px;font-weight:600;cursor:pointer;display:flex;align-items:center;justify-content:center;gap:6px;transition:all .2s;font-family:Outfit,sans-serif;outline:none;min-height:36px;background:rgba(255,255,255,.05);border:1px solid rgba(255,255,255,.1);color:rgba(255,255,255,.8)}.dialogButtonSecondary:hover:not(:disabled){background:rgba(255,255,255,.08);border-color:rgba(255,255,255,.15)}.dialogButtonSecondary:disabled{cursor:not-allowed;opacity:.6}.dialogButtonDanger{padding:10px 24px;border-radius:8px;font-size:14px;font-weight:600;cursor:pointer;display:flex;align-items:center;justify-content:center;gap:6px;transition:all .2s;font-family:Outfit,sans-serif;outline:none;min-height:36px;background:rgba(239,68,68,.1);border:1px solid rgba(239,68,68,.3);color:#ef4444}.dialogButtonDanger:hover:not(:disabled){background:rgba(239,68,68,.2);border-color:rgba(239,68,68,.4)}.dialogButtonDanger:disabled{cursor:not-allowed;opacity:.6}.chainDropdown::-webkit-scrollbar{width:8px}.chainDropdown::-webkit-scrollbar-track{background:rgba(255,255,255,.05);border-radius:8px}.chainDropdown::-webkit-scrollbar-thumb{background:rgba(255,255,255,.2);border-radius:8px;-webkit-transition:background .2s;transition:background .2s}.chainDropdown::-webkit-scrollbar-thumb:hover{background:rgba(255,255,255,.3)}.chainDropdown{scrollbar-width:thin;scrollbar-color:rgba(255,255,255,.2) rgba(255,255,255,.05)}.dialogForm::-webkit-scrollbar{width:6px}.dialogForm::-webkit-scrollbar-track{background:rgba(255,255,255,.05);border-radius:4px}.dialogForm::-webkit-scrollbar-thumb{background:rgba(255,255,255,.2);border-radius:4px}.dialogForm::-webkit-scrollbar-thumb:hover{background:rgba(255,255,255,.3)}.dialogForm{scrollbar-width:thin;scrollbar-color:rgba(255,255,255,.2) rgba(255,255,255,.05)}.dialogCloseButton{display:flex;align-items:center;justify-content:center;width:36px;height:36px;background:rgba(255,255,255,.05);border:1px solid rgba(255,255,255,.1);border-radius:8px;color:rgba(255,255,255,.6);cursor:pointer;transition:all .2s;flex-shrink:0}.dialogCloseButton:hover{background:rgba(239,68,68,.1);border-color:rgba(239,68,68,.3);color:#ef4444}.dialogError,.errorBox{background:rgba(239,68,68,.1);border:1px solid rgba(239,68,68,.3);border-radius:8px;color:#ef4444}.dialogError,.dialogSuccess,.errorBox{padding:12px 16px;font-size:14px;display:flex;align-items:center;gap:8px}.dialogSuccess{background:rgba(16,185,129,.1);border:1px solid rgba(16,185,129,.3);border-radius:8px;color:#10b981}.dialogInfo{padding:12px 16px;background:rgba(59,130,246,.1);border:1px solid rgba(59,130,246,.3);border-radius:8px;color:#3b82f6;font-size:14px;display:flex;align-items:center;gap:8px}.glowingActionButton{padding:16px 36px;background:linear-gradient(135deg,#10b981,#059669);border:none;border-radius:16px;color:#fff;font-size:15px;font-weight:600;cursor:pointer;transition:all .2s;box-shadow:0 4px 12px rgba(16,185,129,.4)}.glowingActionButton:hover:not(:disabled){transform:translateY(-1px);box-shadow:0 6px 16px rgba(16,185,129,.5)}.glowingActionButton:disabled{background:rgba(16,185,129,.5);cursor:not-allowed;opacity:.7;box-shadow:none}.dialogListItem{display:flex;align-items:center;padding:16px;background:rgba(255,255,255,.03);border:1px solid rgba(255,255,255,.08);border-radius:12px;gap:14px;transition:all .2s}.dialogListItem:hover{background:rgba(255,255,255,.05);border-color:rgba(255,255,255,.12)}.dialogToggleButton{padding:10px;background:rgba(255,255,255,.05);border:1px solid rgba(255,255,255,.1);border-radius:8px;color:rgba(255,255,255,.4);cursor:pointer;display:flex;align-items:center;justify-content:center;transition:all .2s}.dialogToggleButton:hover:not(:disabled){background:rgba(255,255,255,.08)}.dialogToggleButton.active{background:rgba(16,185,129,.1);border-color:rgba(16,185,129,.3);color:#10b981}.dialogToggleButton.active:hover:not(:disabled){background:rgba(16,185,129,.15)}.dialogLabel{display:block;margin-bottom:8px}.dialogLabel,.dialogSectionTitle{font-size:14px;font-weight:500;color:rgba(255,255,255,.8)}.dialogSectionTitle{margin-bottom:12px}.categories-scroll-container::-webkit-scrollbar{width:8px}.categories-scroll-container::-webkit-scrollbar-track{background:rgba(255,255,255,.03);border-radius:4px}.categories-scroll-container::-webkit-scrollbar-thumb{background:rgba(255,255,255,.08);border-radius:4px;border:1px solid rgba(255,255,255,.05)}.categories-scroll-container::-webkit-scrollbar-thumb:hover{background:rgba(255,255,255,.15)}.markets-scroll-container::-webkit-scrollbar{width:8px}.markets-scroll-container::-webkit-scrollbar-track{background:rgba(255,255,255,.03);border-radius:4px}.markets-scroll-container::-webkit-scrollbar-thumb{background:rgba(255,255,255,.08);border-radius:4px;border:1px solid rgba(255,255,255,.05)}.markets-scroll-container::-webkit-scrollbar-thumb:hover{background:rgba(255,255,255,.15)}input[type=number]::-webkit-inner-spin-button,input[type=number]::-webkit-outer-spin-button{-webkit-appearance:none;margin:0}input[type=number]{-moz-appearance:textfield;-webkit-appearance:textfield;appearance:textfield}.rich-text-editor{background:rgba(30,30,40,.6);border:1px solid rgba(255,255,255,.1);border-radius:12px;overflow:visible;font-family:Outfit,sans-serif}.rich-text-menu{display:flex;flex-wrap:wrap;gap:4px;padding:10px;background:rgba(20,20,30,.6);border-bottom:1px solid rgba(255,255,255,.1);border-radius:12px 12px 0 0;overflow:visible}.rich-text-menu-group{display:flex;gap:2px;padding:0 6px;border-right:1px solid rgba(255,255,255,.1)}.rich-text-menu-group:last-child{border-right:none}.rich-text-menu-button{padding:8px 10px;border:none;background:transparent;color:rgba(255,255,255,.7);cursor:pointer;border-radius:6px;display:flex;align-items:center;justify-content:center;font-size:14px;transition:all .2s;font-family:Outfit,sans-serif}.rich-text-menu-button:hover:not(:disabled){background:rgba(255,255,255,.05);color:rgba(255,255,255,.9)}.rich-text-menu-button.active{background:rgba(59,130,246,.2);color:#3b82f6}.rich-text-menu-button:disabled{opacity:.4;cursor:not-allowed}.rich-text-editor-content{padding:16px;min-height:200px;max-height:400px;overflow-y:auto;font-size:15px;line-height:1.7;color:rgba(255,255,255,.9);outline:none;border-radius:0 0 12px 12px}.rich-text-editor-content::-webkit-scrollbar{width:8px}.rich-text-editor-content::-webkit-scrollbar-track{background:rgba(255,255,255,.03);border-radius:4px}.rich-text-editor-content::-webkit-scrollbar-thumb{background:rgba(255,255,255,.08);border-radius:4px;border:1px solid rgba(255,255,255,.05)}.rich-text-editor-content::-webkit-scrollbar-thumb:hover{background:rgba(255,255,255,.15)}.rich-text-editor-content .tiptap{outline:none}.rich-text-editor-content .tiptap p{margin:0 0 12px}.rich-text-editor-content .tiptap p:last-child{margin-bottom:0}.rich-text-editor-content .tiptap h1{font-size:28px;font-weight:700;margin:0 0 16px;color:rgba(255,255,255,.95);line-height:1.3}.rich-text-editor-content .tiptap h2{font-size:24px;font-weight:700;margin:0 0 14px;color:rgba(255,255,255,.95);line-height:1.3}.rich-text-editor-content .tiptap h3{font-size:20px;font-weight:700;margin:0 0 12px;color:rgba(255,255,255,.95);line-height:1.3}.rich-text-editor-content .tiptap h4{font-size:18px;font-weight:600;margin:0 0 10px;color:rgba(255,255,255,.95);line-height:1.3}.rich-text-editor-content .tiptap strong{font-weight:700;color:rgba(255,255,255,.95)}.rich-text-editor-content .tiptap em{font-style:italic}.rich-text-editor-content .tiptap u{text-decoration:underline}.rich-text-editor-content .tiptap s{text-decoration:line-through}.rich-text-editor-content .tiptap code{background:rgba(255,255,255,.1);color:#3b82f6;padding:2px 6px;border-radius:4px;font-family:Courier New,monospace;font-size:14px}.rich-text-editor-content .tiptap pre{background:rgba(0,0,0,.3);border:1px solid rgba(255,255,255,.1);border-radius:8px;padding:12px;margin:12px 0;overflow-x:auto}.rich-text-editor-content .tiptap pre code{background:none;padding:0;color:rgba(255,255,255,.9);font-size:13px}.rich-text-editor-content .tiptap blockquote{border-left:4px solid #3b82f6;padding-left:16px;margin:12px 0;color:rgba(255,255,255,.8);font-style:italic}.rich-text-editor-content .tiptap ol,.rich-text-editor-content .tiptap ul{padding-left:24px;margin:12px 0}.rich-text-editor-content .tiptap ul{list-style-type:disc}.rich-text-editor-content .tiptap ol{list-style-type:decimal}.rich-text-editor-content .tiptap li{margin-bottom:6px;color:rgba(255,255,255,.9)}.rich-text-editor-content .tiptap li p{margin:0}.rich-text-editor-content .tiptap table{border-collapse:collapse;table-layout:fixed;width:100%;margin:16px 0;overflow:hidden;border:1px solid rgba(255,255,255,.2);border-radius:8px}.rich-text-editor-content .tiptap table td,.rich-text-editor-content .tiptap table th{min-width:1em;border:1px solid rgba(255,255,255,.15);padding:10px 12px;vertical-align:top;box-sizing:border-box;position:relative;color:rgba(255,255,255,.9)}.rich-text-editor-content .tiptap table th{font-weight:700;text-align:left;background-color:rgba(59,130,246,.1);color:rgba(255,255,255,.95)}.rich-text-editor-content .tiptap table .selectedCell{background-color:rgba(59,130,246,.15)}.rich-text-editor-content .tiptap table .column-resize-handle{position:absolute;right:-2px;top:0;bottom:-2px;width:4px;background-color:#3b82f6;pointer-events:none}.rich-text-editor-content .tiptap table p{margin:0}.rich-text-editor-content .tiptap p.is-editor-empty:first-child:before{color:rgba(255,255,255,.3);content:attr(data-placeholder);float:left;height:0;pointer-events:none}.rich-text-editor-content .tiptap img{max-width:100%;height:auto;border-radius:8px;margin:12px 0;display:block}.rich-text-editor:focus-within{border-color:rgba(59,130,246,.5);box-shadow:0 0 0 3px rgba(59,130,246,.1)}.desktop-layout{display:block}.mobile-layout{display:none}@media (max-width:768px){.desktop-layout{display:none}.mobile-layout{display:flex;flex-direction:column;padding-top:20px;flex:1 1}}.footerContainer{width:100vw;margin-left:calc(50% - 50vw);margin-right:calc(50% - 50vw);margin-bottom:-20px;min-height:150px;padding:10px 20px;background:rgba(15,15,20,.51);box-shadow:0 2px 12px rgba(0,0,0,.4);border-top:1px solid rgba(255,255,255,.08);-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);display:flex;justify-content:center;align-items:center;flex-shrink:0;z-index:0}.footerContent{width:100%;display:flex;align-items:flex-start;justify-content:space-between;gap:32px;flex-wrap:wrap;text-align:left}.footerChains{flex-wrap:wrap;gap:8px}.footerChainIcon,.footerChains{display:flex;align-items:center;justify-content:center}.footerChainIcon{width:32px;height:32px;border-radius:8px;background:rgba(255,255,255,.05);border:1px solid rgba(255,255,255,.12);transition:all .3s ease}.footerChainIcon:hover{transform:translateY(-2px);background:rgba(255,255,255,.1);border-color:rgba(255,255,255,.25)}.footerChainIcon img{transition:all .3s ease;filter:grayscale(100%);opacity:.5}.footerChainIcon:hover img{filter:grayscale(0)!important;opacity:1!important}.footerInfo{display:flex;flex-direction:column;gap:12px;align-items:flex-start;text-align:left}.footerSupportText{color:rgba(255,255,255,.85);font-size:14px}.footerCopyright,.footerSupportText{font-weight:400;line-height:1;font-family:Outfit,sans-serif}.footerCopyright{color:rgba(255,255,255,.4);font-size:13px}.footerLinks{display:flex;flex-direction:column;gap:6px;align-items:flex-start;text-align:left}.footerLinkRow{display:flex;align-items:center;justify-content:flex-start;gap:6px;flex-wrap:wrap}.footerDivider{color:rgba(255,255,255,.2)}.footerSocial{display:flex;gap:8px;align-items:center;justify-content:flex-end;flex-wrap:wrap;margin-left:auto}.footerSocialLink{display:flex;align-items:center;justify-content:center;width:32px;height:32px;border-radius:8px;background:rgba(255,255,255,.05);border:1px solid rgba(255,255,255,.12);cursor:pointer;transition:all .3s ease;color:rgba(255,255,255,.75)}.footerSocialLink:hover{background:rgba(255,255,255,.1);border-color:rgba(255,255,255,.25);transform:translateY(-2px);color:rgba(255,255,255,.95)}.custom-slider{width:100%;padding:6px 0}.custom-slider .MuiSlider-rail{height:4px;opacity:1;background:rgba(255,255,255,.1);border-radius:999px}.custom-slider .MuiSlider-track{height:4px;border:none;background:rgb(63,181,235)}.custom-slider .MuiSlider-thumb{height:16px;width:16px;background-color:white;border:none;box-shadow:none;cursor:-webkit-grab;cursor:grab}.custom-slider .MuiSlider-thumb.Mui-focusVisible,.custom-slider .MuiSlider-thumb:hover{box-shadow:0 0 0 6px rgba(63,181,235,.16)}.custom-slider .MuiSlider-thumb.Mui-active{cursor:-webkit-grabbing;cursor:grabbing}